/**
 * 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 {
    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*/
}
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 {
  max-height: 100%;
  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: #303030;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.85714286;
  font-size: 1.6rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #6b1a08;
}
small,
.small {
  font-size: 14px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 29px;
  margin-top: 29px;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 3.6rem;
  margin-top: 0rem;
  margin-bottom: 3rem;
}
h2 {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h3 {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
h4 {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 2.9rem;
  margin-bottom: 2.9rem;
}
h5 {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2.9rem;
  margin-bottom: 2.9rem;
}
h6 {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2.9rem;
  margin-bottom: 2.9rem;
}
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: #f05735;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #f05735;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #f05735;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #f05735;
  text-decoration: none;
}
a:active,
.alink:active {
  color: #f05735;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 3.625rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 29px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 7.25px;
  margin-top: 0;
}
dd {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: 'Roboto Condensed', sans-serif;
}
code {
  background: #f0f0f0;
  color: #d1330f;
  padding: 2px 4px;
  font-size: 1.4rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #d1330f;
  padding: 2px 4px;
  font-size: 1.4rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #d1330f;
  line-height: 1.85714286;
  margin: 0 0 0;
  padding: 0;
  font-size: 1.4rem;
  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 #d1d1d1;
  margin: 0 0 29px 58px;
  padding: 0;
  color: #303030;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.85714286;
  font-size: 1.6rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #f05735;
  line-height: 1.85714286;
  font-size: 1.2rem;
  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: 8px 0;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #f05735;
  border: 1px solid #f05735;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 12px 45px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #ee431d;
  border: 1px solid #f05735;
  color: #ffffff;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #ee431d;
  border: 1px solid #ee431d;
  color: #ffffff;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-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: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  height: 32px;
  line-height: 1.85714286;
  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: #c2c2c2;
}
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: #c2c2c2;
}
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: #c2c2c2;
}
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;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  height: 32px;
  line-height: 1.85714286;
  padding: 7.25px 0 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  height: auto;
  line-height: 1.85714286;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 7.25px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 7.25px 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.4rem;
}
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 #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.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,
.product-items > li,
.prices-tier > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #f05735;
  border: 1px solid #f05735;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 12px 45px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #ee431d;
  border: 1px solid #f05735;
  color: #ffffff;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #ee431d;
  border: 1px solid #ee431d;
  color: #ffffff;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.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,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product: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,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.cart.table-wrapper .item-options 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 0 7.25px 0;
}
.cart.table-wrapper .item-options 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,
.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 7.25px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.products-list .product-image-wrapper .product-image-photo,
.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 {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-account-blocks .block-title,
.block-compare .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .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 {
  margin-bottom: 15px;
}
.abs-account-blocks .block-title > strong,
.block-compare .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .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;
}
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .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 7.25px;
}
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .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 {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 2.9rem;
  margin-bottom: 2.9rem;
}
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .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: 0;
}
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 29px;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  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;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .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,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 58px;
}
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filtered .item .action.remove > 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,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #303030;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #303030;
  text-decoration: none;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #303030;
  text-decoration: none;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #303030;
  text-decoration: none;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.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 {
  left: 0;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 43.5px;
}
.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 .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 43.5px 0 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;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.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.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.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:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images: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,
.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,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options: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:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping: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,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.payment-method-braintree .hosted-date-wrap:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product: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,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options: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:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping: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,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  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: 'icons-blank-theme';
  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,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 7.25px;
  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: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  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: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  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 7.25px;
}
.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,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 7.25px 8px;
  font-size: 1.1rem;
}
.product-item-actions .actions-secondary > .action,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.product-item-actions .actions-secondary > .action > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.product-item-actions .actions-secondary > .action:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #facabf;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.product-item-actions .actions-secondary > .action:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #f05735;
}
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.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,
.multicheckout .action.primary {
  line-height: 1.8rem;
  padding: 12px 45px;
  font-size: 1.6rem;
}
.abs-action-remove,
.cart.table-wrapper .action.help.map,
.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,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.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: 1.85714286;
  padding: 0;
  color: #f05735;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.cart.table-wrapper .action.help.map: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,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited,
.abs-add-fields .action.remove: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: #f05735;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart.table-wrapper .action.help.map: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,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.abs-add-fields .action.remove: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: #f05735;
  text-decoration: none;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.cart.table-wrapper .action.help.map: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,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.abs-add-fields .action.remove: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: #f05735;
  text-decoration: underline;
}
.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,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map: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,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove: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,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.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,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.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: #f05735;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map: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),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove: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;
}
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #f05735;
  border: 1px solid #f05735;
  color: #ffffff;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: #ee431d;
  border: 1px solid #f05735;
  color: #ffffff;
}
.abs-revert-secondary-color:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #ee431d;
  border: 1px solid #ee431d;
  color: #ffffff;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 12px 45px;
}
.bundle-actions {
  margin: 0 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .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 {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .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 .price-notice .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .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 {
  cursor: pointer;
  padding-right: 12px;
  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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  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 {
  position: absolute;
  right: 0;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 36.25px;
  padding-bottom: 0;
}
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.review-ratings .rating-summary {
  display: table-row;
}
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 7.25px;
  padding-right: 36.25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.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: 'icons-blank-theme';
  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: 7.25px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.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-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 29px;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #facabf;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  background-image: none;
  background: #f05735;
  border: 1px solid #f05735;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.6rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #ee431d;
  border: 1px solid #f05735;
  color: #ffffff;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #ee431d;
  border: 1px solid #ee431d;
  color: #ffffff;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 7.25px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 0;
  width: calc(100% - 40px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 0;
  width: calc(100% - 31.25px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: 0;
  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: 0;
  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: #999999;
}
.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 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0;
  color: #303030;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 29px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 0;
}
.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-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 36.25px;
  position: relative;
}
.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: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  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: -5px;
  top: -12px;
}
.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 #d1d1d1;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 43.5px 7px 7.25px;
  position: relative;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/careshop/careshop_default/en_GB/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/careshop/careshop_default/en_GB/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/careshop/careshop_default/en_GB/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/careshop/careshop_default/en_GB/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/careshop/careshop_default/en_GB/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/careshop/careshop_default/en_GB/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/careshop/careshop_default/en_GB/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/careshop/careshop_default/en_GB/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.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: 58px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -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: 29px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 29px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 0;
  padding: 0 29px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #f05735;
}
.message.info a:hover {
  color: #f05735;
}
.message.info a:active {
  color: #f05735;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 0;
  padding: 0 29px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #f05735;
}
.message.error a:hover {
  color: #f05735;
}
.message.error a:active {
  color: #f05735;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 0;
  padding: 0 29px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #f05735;
}
.message.warning a:hover {
  color: #f05735;
}
.message.warning a:active {
  color: #f05735;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 0;
  padding: 0 29px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #f05735;
}
.message.notice a:hover {
  color: #f05735;
}
.message.notice a:active {
  color: #f05735;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 0;
  padding: 0 29px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #f05735;
}
.message.success a:hover {
  color: #f05735;
}
.message.success a:active {
  color: #f05735;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f5f5f5;
}
.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: #8f8f8f;
  content: '\e609';
  font-family: 'icons-blank-theme';
  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: #f05735;
  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: 0;
}
.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.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/careshop/careshop_default/en_GB/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;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 58px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 36.25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 29px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 29px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 7.25px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.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: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  height: 32px;
  line-height: 1.85714286;
  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: #c2c2c2;
}
.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: #c2c2c2;
}
.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: #c2c2c2;
}
.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: 14.5px;
}
.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.4rem;
  margin: 0 0 0 7.25px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.4rem;
  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: 28px;
  line-height: 14px;
  content: '\e618';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.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: 0;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 7.25px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 7.25px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 0;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 0;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.4rem;
}
.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: #f05735;
  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;
  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: 40px;
  line-height: 40px;
  color: #facabf;
  content: '\e612';
  font-family: 'icons-blank-theme';
  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 29px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 7.25px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../../frontend/careshop/careshop_default/en_GB/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/careshop/careshop_default/en_GB/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 0;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
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: #f05735;
  border: 1px solid #f05735;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  padding: 12px 45px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action.primary:active {
  background: #f05735;
  border: 1px solid #f05735;
  color: #ffffff;
}
.action.primary:hover {
  background: #f05735;
  border: 1px solid #f05735;
  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;
  margin-bottom: 29px;
}
.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 0 7.25px;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 58px;
  padding: 7.25px 29px 7.25px 29px;
  font-weight: 600;
  line-height: 58px;
  font-size: 2rem;
  color: #facabf;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #facabf;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #facabf;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #303030;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.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 {
  background: #ffffff;
  color: #303030;
  text-decoration: none;
  padding-bottom: 7.25px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 7.25px;
  padding: 29px 29px 29px 29px;
}
.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: 700;
}
.pages .item {
  font-size: 1.4rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 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: #f05735;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #f05735;
}
.pages a.page:hover {
  color: #f05735;
  text-decoration: none;
}
.pages a.page:active {
  color: #f05735;
}
.pages strong.page {
  font-size: 1.4rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #f05735;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #facabf;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #facabf;
}
.pages .action:hover {
  color: #facabf;
  text-decoration: none;
}
.pages .action:active {
  color: #facabf;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #facabf;
}
.pages .action.next:active:before {
  color: #facabf;
}
.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: 46px;
  line-height: inherit;
  color: #facabf;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #facabf;
}
.pages .action.next:active:before {
  color: #facabf;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #facabf;
}
.pages .action.previous:active:before {
  color: #facabf;
}
.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: 46px;
  line-height: inherit;
  color: #facabf;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #facabf;
}
.pages .action.previous:active:before {
  color: #facabf;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 0;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 0;
}
.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;
}
.breadcrumbs {
  margin: 0 0 29px;
}
.breadcrumbs .items {
  font-size: 1.4rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #f05735;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #f05735;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #f05735;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #f05735;
  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: 24px;
  line-height: 18px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.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-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: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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: #e13711;
}
.modal-custom .action-close {
  margin: 36.25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 0;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 0;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -19.65rem;
  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;
}
/**
 * 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;
}
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.bundle-selection-data {
  display: none;
}
.visible-selection {
  display: block;
}
.bundle-info {
  clear: both;
  display: block;
}
.bundle-info-left {
  float: left;
  clear: left;
  margin-right: 10px;
}
.bundle-info-right {
  float: left;
  clear: right;
}
.bundle-option-title {
  width: 100%;
}
.bundle-option-description {
  width: 100%;
}
.data-is-hidden {
  display: none;
}
.data-is-visible {
  display: block;
}
.bundle-title {
  width: 100%;
}
.bundle-description {
  width: 100%;
  max-width: 600px;
}
.bundle-option-nochoice {
  display: none;
}
.bundle-option {
  clear: both;
  margin: 50px 0;
  border-bottom: 1px solid #ccc;
}
.bundle-option:last {
  border-bottom: none;
}
.bundle-options {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 !important;
  min-height: 120px;
}
.bundle-options label {
  margin-top: 10px;
  width: 80px;
  display: block;
}
.bundle-options select {
  width: 100%;
}
.bundle-option-qty {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 !important;
}
.product-options {
  clear: both;
}
.option-required {
  float: left;
  clear: right;
  color: #FF0000;
}
.required-star:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.custom-option-label {
  display: block;
  font-weight: bold;
}
.custom-option-field {
  display: block;
}
.selection-name {
  padding: 10px 0;
}
.loading {
  opacity: 0.5;
}
.out-of-stock-warning {
  margin: 5px 0;
  background-image: none !important;
  padding: 8px 8px 2px 8px !important;
}
.hidden {
  display: none !important;
}
.clearfix {
  clear: both;
}
.main-image {
  margin-bottom: 15px;
}
.option-box {
  padding: 0 !important;
  overflow: hidden;
}
div.paginator div {
  text-align: right;
  float: left;
}
.pink-heading {
  color: #fd638f;
  size: 14px;
  font-weight: bold;
  min-height: 80px;
}
form.product-bundle .single-product {
  display: none;
}
.navigation-links {
  min-height: 42px;
}
.product-option-data {
  display: none;
}
.bundle-cart-details {
  width: 280px;
  margin: 0 10px 20px 10px;
  float: left;
  clear: right;
  text-align: left;
}
.bundle-cart-details h4.price {
  font-size: 20px;
  margin: 0;
}
.bundle-cart-details div.price {
  margin-left: 20px;
}
.fieldset .option {
  margin-top: 20px;
}
.fieldset .option:first-of-type {
  margin-top: 0;
}
.select-images {
  display: block;
  clear: both;
  min-height: 110px;
}
.select-images .field.choice {
  clear: both;
}
.select-images img {
  width: auto;
}
.select-images a.select-link {
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ccc;
  display: block;
  float: left;
  margin-right: 5px;
  width: 100px;
  height: 100px;
}
.select-images a.select-link:visited {
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ccc;
  display: block;
  float: left;
  margin-right: 5px;
  width: 100px;
  height: 100px;
}
.select-images a.select-link:last-child {
  clear: right;
}
.select-images a {
  overflow: hidden;
}
.select-images a.active {
  border: 1px solid #1979c3 !important;
}
.select-images.no-images {
  min-height: 0 !important;
}
.simple-options {
  display: none;
}
.product-add-form .product-options-wrapper .field:not(.date) > .control {
  width: 34%;
}
.summary-option-super {
  padding-left: 20px;
}
.summary-option-price {
  padding-left: 20px;
}
.summary-option-custom {
  padding-left: 20px;
}
.swatch-opt-custom {
  margin-top: 10px;
  display: none;
}
.swatch-opt-price {
  margin-top: 10px;
  display: none;
}
.swatch-attribute-selected-option {
  display: none;
}
.swatch-opt:first-child {
  margin: 0 0 20px 0;
}
.nested.qty-option-disabled {
  display: none;
}
.no-images {
  min-height: 0;
}
.bundle-options-container .no-customize {
  display: block !important;
}
.bundle-options-container .nested .field.choice {
  clear: both;
}
.bundle-options-container .nested .field.qty {
  margin-top: 0;
}
.bundle-options-container .bundle-option-nested {
  position: absolute;
  top: 20px;
  right: 0px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  position: relative;
}
.page-product-bundle .price-to {
  display: none;
}
.bundle-option-label {
  font-weight: bold;
  font-size: 16px;
  padding: 24px 0 0 0;
  color: #1979c3;
}
@media (min-width: 768px) {
  .product-options-wrapper {
    width: auto !important;
  }
  .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto !important;
  }
}
@media print {
  .product-options-wrapper {
    width: auto !important;
  }
  .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto !important;
  }
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 0;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 29px;
  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 7.25px 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 .reset {
  margin: 0 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 29px;
}
.block-cart-failed {
  margin-top: 58px;
}
.block-cart-failed .block-title {
  font-size: 2.3rem;
}
.block-cart-failed .block-title strong {
  font-weight: 700;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 0;
}
.payment-method-braintree .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  height: 32px;
  line-height: 1.85714286;
  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: #c2c2c2;
}
.payment-method-braintree .hosted-control::-webkit-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control:-ms-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #f05735;
}
.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: 0;
  text-align: center;
}
.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block;
}
.braintree-paypal-account:before {
  background-image: url('../../frontend/careshop/careshop_default/en_GB/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;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 58px;
}
.bundle-options-container .legend.title {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 43.5px;
}
.bundle-options-container .action.back {
  margin-bottom: 43.5px;
}
.bundle-options-container .price-box .price {
  font-size: 20px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 0 29px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 43.5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 0;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 0;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 29px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 7.25px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.products {
  margin: 43.5px 0;
}
.product-items {
  font-size: 0;
}
.product-item {
  font-size: 1.4rem;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  padding: 0;
  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: 7.25px 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;
  white-space: nowrap;
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.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,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:active,
.product-item-actions .actions-secondary > .action-gift.action:focus,
.product-item-actions .actions-secondary > .action-gift.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:hover,
.product-item-actions .actions-secondary > .action-gift.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,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action.disabled,
.product-item-actions .actions-secondary > .action-gift.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .action-gift.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;
  vertical-align: middle;
}
.product-item-description {
  margin: 36.25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 14px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 0 0 36.25px;
}
.product-item .price-box .price {
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  font-size: 14px;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .special-price {
  display: block;
}
.product-item .old-price .price {
  font-weight: 400;
}
.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 .minimal-price-link .price-label {
  color: #f05735;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61f';
}
.product-item .tocart {
  white-space: nowrap;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 7.25px;
}
.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 43.5px 43.5px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 8px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 58px;
  padding: 0 0;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter .sorter-action {
  position: relative;
  top: -2px;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.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:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter .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;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.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] .price {
  font-size: 1.1rem;
}
.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-image,
.category-description {
  margin-bottom: 29px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #facabf;
  font-size: 1.4rem;
  margin: 0 0;
}
.product.media .product.thumbs {
  margin: 29px 0 43.5px;
}
.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 .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.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: 4px 0 0 0;
}
.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: 4px 43.5px 0 0;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.85714286;
  margin-bottom: 0;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 29px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #facabf;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 7.25px;
}
.product-info-main .product.attribute.overview {
  margin: 29px 0;
}
.product-info-main .product.alert {
  margin: 0 0;
}
.product-info-main .price-box {
  margin-top: 0;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.6rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 7.25px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 0;
}
.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.4rem;
  margin: 0 0 0 7.25px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 7.25px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 700;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 0 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 29px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 21.75px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 48px;
  text-align: center;
  width: 48px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 29px 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: #f5f5f5;
  margin: 0 0;
  padding: 0 21.75px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.85714286;
  margin: 0;
  padding: 0;
  color: #f05735;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #f05735;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #f05735;
  text-decoration: none;
}
.ui-dialog-titlebar-close:active {
  color: #f05735;
  text-decoration: underline;
}
.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: #f05735;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 7.25px;
}
.sidebar .product-items .product-item {
  margin-bottom: 29px;
  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: 0;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #facabf;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  line-height: unset;
  position: absolute;
  right: 0;
  top: -1px;
  width: auto;
}
.sidebar .product-items-images {
  margin-left: -7.25px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 7.25px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 0;
}
.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;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.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.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 7.25px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 0;
}
.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: -6px;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-category-event {
  background: #f0f0f0;
  color: #f05735;
  padding: 0 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 0;
}
.block-category-event .block-title {
  margin: 0 0 0;
}
.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: 58px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.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: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  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 #d1d1d1;
  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 li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 7.25px 58px 7.25px 0;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #ffffff;
}
.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: 7.25px;
}
.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.summary {
  margin-bottom: 0;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 36.25px;
  padding: 1px 15px 36.25px;
}
.cart-summary > .title {
  display: block;
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 36.25px 7.25px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 0;
}
.cart-summary .block .fieldset .field.note {
  font-size: 14px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 0;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 29px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 36.25px 0 0 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0;
  margin-right: 0;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 14px;
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 0;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 29px;
}
.cart-container .checkout-methods-items {
  margin-top: 29px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 29px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 36.25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 36.25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.block.crosssell {
  margin-top: 70px;
}
.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-minicart .items-total {
  float: left;
  margin: 0 0;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 0 0;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 20px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 43.5px 0 29px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 0 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.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: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  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: #8f8f8f;
}
.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: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  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: #8f8f8f;
}
.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: 0;
  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: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 29px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  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;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.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: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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.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.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #f05735;
  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 .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -29px;
  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: 29px 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: 7.25px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 29px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 0;
}
.minicart-items .product-item-name a {
  color: #f05735;
}
.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: 7.25px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 0;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > 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 .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  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 .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  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: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  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: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 29px;
}
.opc-wrapper {
  margin: 0 0 29px;
}
.opc-wrapper .step-content {
  margin: 0 0 58px;
}
.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 {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 7.25px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #ffffff;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #ffffff;
}
.opc-progress-bar {
  margin: 0 0 29px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 0;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #f05735;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #f05735;
}
.opc-progress-bar-item._active > span {
  color: #f05735;
}
.opc-progress-bar-item._active > span:before {
  background: #f05735;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #f05735;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 0;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.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: #f05735;
}
.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: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #f05735;
}
.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: #f05735;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 16px;
  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: 29px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 16px;
  margin-top: 0;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 29px;
  padding: 29px 48.5px 29px 29px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 16px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #f05735;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #f05735;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 29px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 7.25px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 29px 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: 29px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 29px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 29px;
  padding-top: 29px;
}
.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 .row-error td {
  border-top: none;
  padding-bottom: 0;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #f05735;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 43.5px;
}
.opc-block-shipping-information {
  padding: 0 43.5px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 29px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  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: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'icons-blank-theme';
  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: #f05735;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.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 29px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 43.5px;
  margin: 0 0 29px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  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 #d1d1d1;
  padding: 0 58px 0 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: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  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: 0;
}
.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 0;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 7.25px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 36.25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -87px;
  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: 36.25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 7.25px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 36.25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 0;
}
.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: 58px;
  padding-top: 58px;
  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-title {
  padding: 29px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 7.25px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 7.25px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 29px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 29px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 29px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 0;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 29px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  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: 29px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 29px 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: 29px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #f05735;
  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: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  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: #f05735;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 29px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 29px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 7.25px 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: 7.25px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 7.25px;
  padding-right: 7.25px;
}
.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 {
  padding-right: 29px;
  width: auto;
}
.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: 29px;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 43.5px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 29px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
/**
 * 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%;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 0 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.4rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 29px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 7.25px 18px 7.25px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #f05735;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #f05735;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 0 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 0;
}
.block .title strong {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 2.9rem;
  margin-bottom: 2.9rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 7.25px;
}
.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: 0;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 29px;
}
.downloadable.samples dd {
  margin: 0 0 0;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.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 {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 36.25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 7.25px 8px;
  font-size: 1.1rem;
  margin-top: 29px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 29px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 29px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 43.5px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 29px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 29px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 0;
}
.gift-message .field {
  margin-bottom: 29px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 29px;
}
.gift-options-content .fieldset {
  margin: 0 0 29px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 29px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 0 0 29px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f05735;
  border: 1px solid #f05735;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #ee431d;
  border: 1px solid #f05735;
  color: #ffffff;
}
.gift-item-block .title:hover {
  background: #ee431d;
  border: 1px solid #ee431d;
  color: #ffffff;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 0 0 29px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 0 0;
}
.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-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 29px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 0;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 58px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 0;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 7.25px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 0;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 87px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 36.25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 29px 8px 0;
}
.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-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 0 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 7.25px;
}
.gift-wrapping .label {
  margin: 0 0 7.25px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 0;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 20px;
  margin: 29px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 29px 0 0;
  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: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  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 0 0 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: 0 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 7.25px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 7.25px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 29px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 0 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: 29px;
}
.order-options .product {
  margin-bottom: 0;
}
.order-options .product-image-container {
  float: left;
  padding-right: 0;
}
.order-options .gift-wrapping {
  margin-bottom: 0;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 16px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  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: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  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;
}
.block.filter {
  margin-bottom: 58px;
}
.block.filter .filter-title {
  margin-bottom: 29px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 0;
}
.filter-current .item {
  margin-bottom: 0;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 43.5px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 2.9rem;
  margin-bottom: 2.9rem;
  margin: 0 0 0;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 36.25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #facabf;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 0;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 0;
  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: 22px;
}
.map-popup .popup-header .title {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
.map-popup .popup-content {
  margin: 0 0 0;
}
.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: 0;
  top: 0;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.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-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 29px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 0;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.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.85714286;
  margin: 0;
  padding: 0;
  color: #f05735;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #f05735;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #f05735;
  text-decoration: none;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #f05735;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #f05735;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  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 button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 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: 22px;
  line-height: 22px;
  color: #facabf;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #f05735;
}
.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: 22px;
  line-height: 22px;
  color: #facabf;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #f05735;
}
.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 {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #f05735;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #ffffff;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 7.25px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 0;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 7.25px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  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;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
.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: 0;
  top: 0;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.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: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 0;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 0;
}
.block-wishlist-management .wishlist-notice {
  color: #facabf;
  display: inline-block;
  margin-right: 29px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 29px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 29px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 87px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 29px;
}
.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: 29px;
}
.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 0;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 0 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 0 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 0;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 29px;
  margin-top: 43.5px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #303030;
}
.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: 36.25px;
  padding-left: 25px;
}
.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: 0;
}
.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: 0;
}
.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: 43.5px;
}
.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: 0;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 58px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 36.25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 0;
}
.multicheckout .item-options {
  margin: 0 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 #d1d1d1;
  padding-bottom: 0;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #ffffff;
}
.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: 58px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
.multicheckout .box-title span {
  margin-right: 0;
}
.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 7.25px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.4rem;
  margin-bottom: 58px;
}
.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: 58px;
}
.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: 35px;
  line-height: 33px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  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 {
  margin-right: 35px;
  padding: 0 0 0 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;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 7.25px 7.25px 0;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 0 7.25px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 29px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 0;
}
.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 #d1d1d1;
  margin: 29px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 0 0 29px;
}
.fotorama-video-container:after {
  background: url(../../frontend/careshop/careshop_default/en_GB/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/careshop/careshop_default/en_GB/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%;
  }
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  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: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  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: #5d8664;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  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;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.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: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  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: #5d8664;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  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';
}
.block.add.review {
  margin-bottom: 58px;
}
.block.add.review > .title {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  margin: 0 0 29px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 7.25px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 58px;
}
.block.reviews.list .review.title {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 29px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 29px;
}
.product-reviews-summary {
  display: table;
  margin: 0 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -7.25px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 7.25px;
}
.customer-review .product-details {
  margin-bottom: 58px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 29px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 0;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  margin-bottom: 29px;
}
.customer-review .review-details .review-content {
  margin-bottom: 29px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 0;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 0;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 29px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 29px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #f05735;
  border: 1px solid #f05735;
  color: #ffffff;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #ee431d;
  border: 1px solid #f05735;
  color: #ffffff;
}
.review-form .action.submit.primary:hover {
  background: #ee431d;
  border: 1px solid #ee431d;
  color: #ffffff;
}
.fieldset .review-legend.legend {
  margin-bottom: 29px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 69.59999999999999px;
  margin-top: 0;
}
.review-list {
  margin-bottom: 43.5px;
}
.review-list .block-title strong {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 29px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 0;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  margin: 0 0 29px;
}
.review-content {
  margin-bottom: 29px;
}
.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: 36.25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 0;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 29px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.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-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.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-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 29px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 36.25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.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 .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: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 0;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 0 0;
}
.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: 0;
  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 0 7.25px 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 #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 14px;
  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 #f05735;
  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 #d83410;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.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/careshop/careshop_default/en_GB/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: 7.25px;
  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 #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 29px 0;
}
.swatch-opt-listing {
  margin-bottom: 0;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
  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;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-header {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 29px;
}
.header.content {
  padding-top: 0;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 0 58px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 43.5px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 0;
  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 0;
  padding: 0 29px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #303030;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #f05735;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #f05735;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #f05735;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 0;
}
.message.global.demo {
  margin: 0 0 0;
  padding: 0 29px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #f05735;
}
.message.global.demo a:hover {
  color: #f05735;
}
.message.global.demo a:active {
  color: #f05735;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #d1d1d1;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  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 {
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher li,
.page-footer .switcher li {
  font-size: 14px;
  margin: 0;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 29px 0;
}
.ui-datepicker td {
  padding: 0;
}
.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.85714286;
  margin: 0;
  padding: 0;
  color: #f05735;
  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: #f05735;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #f05735;
  text-decoration: none;
}
.my-credit-cards .action.delete:active {
  color: #f05735;
  text-decoration: underline;
}
.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: #f05735;
  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.85714286;
  margin: 0;
  padding: 0;
  color: #f05735;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 29px;
}
.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: #f05735;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #f05735;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:active {
  color: #f05735;
  text-decoration: underline;
}
.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: #f05735;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.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-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.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 #d1d1d1;
}
.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 #d1d1d1;
}
.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 #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 0 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: 0 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 0;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 36.25px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 0;
}
.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: 0 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 .box-tocart input.qty {
  height: 32px;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 0;
  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: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 29px;
}
.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: 2px 0;
  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: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  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: 29px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 0 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: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 29px;
}
.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: 29px;
}
.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: 'icons-blank-theme';
  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 0;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 0 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: #f05735;
  border: 1px solid #f05735;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  padding: 12px 45px;
  font-size: 1.6rem;
  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: #f05735;
  border: 1px solid #f05735;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #f05735;
  border: 1px solid #f05735;
  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: 29px;
}
.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: 29px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 29px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    right: 0;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .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,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .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: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 0 58px 0 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 0;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 36.25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 0;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: 0;
    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: 0;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .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: 'icons-blank-theme';
    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: 7.25px;
  }
  .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: 'icons-blank-theme';
    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: 0 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 29px;
  }
  .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 29px;
  }
  .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.5);
    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: #e8e8e8;
    border: solid #dbdbdb;
    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: 36.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: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    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 58px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #f05735;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #f05735;
    border-style: solid;
    border-width: 0 0 0 8px;
    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: #f05735;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .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: #f05735;
  }
  .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: #f05735;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #f05735;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .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 0 7.25px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 58px;
    padding: 7.25px 29px 7.25px 29px;
    font-weight: 600;
    line-height: 58px;
    font-size: 2rem;
    color: #facabf;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #facabf;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #facabf;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #303030;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .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 {
    background: #ffffff;
    color: #303030;
    text-decoration: none;
    padding-bottom: 7.25px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 7.25px;
    padding: 29px 29px 29px 29px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .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: 16px;
    font-weight: 700;
  }
  .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;
  }
  .block.related .action.select {
    display: block;
    margin: 7.25px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*='block-compare'] {
    display: none;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    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;
    text-align: center;
    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: 700;
    padding-bottom: 0;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: 0;
    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 29px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 0;
  }
  .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 29px;
  }
  .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%;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 0;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: 0;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 29px;
    padding-bottom: 0;
  }
  .gift-wrapping-list {
    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;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .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: 0;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    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 {
    display: block;
    padding: 7.25px 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: 36.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: 58px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 0 0 0;
  }
  .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;
  }
  .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 {
    margin-bottom: 43.5px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 29px 0 29px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 29px;
  }
  .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 {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .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: 29px;
  }
  .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;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .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,
  .account .toolbar:before,
  .account .toolbar: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,
  .account .toolbar: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 #d1d1d1;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 0;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 36.25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 7.25px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 0;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #d1330f;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 29px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 29px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 7.25px;
  }
  .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: 29px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .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;
  }
  .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: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 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;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 0 0 0;
    width: 30%;
  }
  .block-search {
    margin-top: 0;
  }
  .minicart-wrapper {
    margin-top: 0;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 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 48.5px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 29px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 0;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .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: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 29px;
    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;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 29px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 7.25px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 58px;
  }
  .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 .actions-toolbar .action {
    margin-bottom: 36.25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 36.25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
}
@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.8%;
  }
  .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-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    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;
  }
  .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.85714286;
    margin: 0;
    padding: 0;
    color: #f05735;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .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: #f05735;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #f05735;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:active {
    color: #f05735;
    text-decoration: underline;
  }
  .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: #f05735;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .products-grid .product-item {
    margin-bottom: 43.5px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 0 0;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .products-grid .product-item {
    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: 2%;
    padding: 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;
  }
  .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: 29px 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: 36.25px;
    padding-right: 36.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: 36.25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 58px;
    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: 222px;
  }
  .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;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 29px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .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;
  }
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #303030;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.85714286;
  font-size: 1.6rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #6b1a08;
}
small,
.small {
  font-size: 14px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 29px;
  margin-top: 29px;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 3.6rem;
  margin-top: 0rem;
  margin-bottom: 3rem;
}
h2 {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h3 {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
h4 {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 2.9rem;
  margin-bottom: 2.9rem;
}
h5 {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2.9rem;
  margin-bottom: 2.9rem;
}
h6 {
  color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2.9rem;
  margin-bottom: 2.9rem;
}
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: #f05735;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #f05735;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #f05735;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #f05735;
  text-decoration: none;
}
a:active,
.alink:active {
  color: #f05735;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 3.625rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 29px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 7.25px;
  margin-top: 0;
}
dd {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: 'Roboto Condensed', sans-serif;
}
code {
  background: #f0f0f0;
  color: #d1330f;
  padding: 2px 4px;
  font-size: 1.4rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #d1330f;
  padding: 2px 4px;
  font-size: 1.4rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #d1330f;
  line-height: 1.85714286;
  margin: 0 0 0;
  padding: 0;
  font-size: 1.4rem;
  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 #d1d1d1;
  margin: 0 0 29px 58px;
  padding: 0;
  color: #303030;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.85714286;
  font-size: 1.6rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #f05735;
  line-height: 1.85714286;
  font-size: 1.2rem;
  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;
}
button,
.btn,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #f05735;
  border: 1px solid #f05735;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 12px 45px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all 0.3s ease;
  text-transform: uppercase;
  box-shadow: none;
  letter-spacing: 1px;
}
button:focus,
.btn:focus,
button:active,
.btn:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #ee431d;
  border: 1px solid #f05735;
  color: #ffffff;
}
button:hover,
.btn:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #ee431d;
  border: 1px solid #ee431d;
  color: #ffffff;
}
button.disabled,
.btn.disabled,
button[disabled],
.btn[disabled],
fieldset[disabled] button,
fieldset[disabled] .btn,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.footprint-tooltip-bottom {
  position: relative;
}
.footprint-tooltip-bottom .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #f05735;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.footprint-tooltip-bottom .tooltip-content:after,
.footprint-tooltip-bottom .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.footprint-tooltip-bottom .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.footprint-tooltip-bottom .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.footprint-tooltip-bottom .tooltip-content:after,
.footprint-tooltip-bottom .tooltip-content:before {
  bottom: 100%;
}
.footprint-tooltip-bottom .tooltip-content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.footprint-tooltip-bottom .tooltip-content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.footprint-tooltip-bottom .tooltip-toggle {
  cursor: help;
}
.footprint-tooltip-bottom .tooltip-toggle:hover + .tooltip-content,
.footprint-tooltip-bottom .tooltip-toggle:focus + .tooltip-content,
.footprint-tooltip-bottom:hover .tooltip-content {
  display: block;
}
/*-------------Top-mincart-css-----------------*/
.minicart-wrapper .minicart_main_top .options dd.values:first-child span:after {
  content: "/";
  padding-left: 6px;
  padding-right: 4px;
}
.minicart-wrapper .minicart_main_top .product.options dl dd span {
  font-weight: 500;
  color: #666;
  font-size: 14px;
  line-height: normal;
}
.minicart-wrapper .minicart_main_top .product.options .details-qty.qty label.label {
  font-weight: 500;
  color: #666;
  font-size: 14px;
}
.minicart-wrapper .minicart_main_top .product.options .details-qty.qty input.item-qty {
  height: auto !important;
  font-weight: 500;
  color: #666;
  font-size: 14px;
  line-height: normal;
  padding: 0;
}
.minicart-wrapper .minicart_main_top .product.options {
  gap: 0;
  line-height: initial !important;
  padding: 0;
  height: auto;
  min-height: auto;
  margin-bottom: 15px;
  width: 100%;
  flex-wrap: nowrap;
}
.minicart-wrapper .minicart_main_top .product.options .content {
  width: 100%;
}
.minicart-wrapper .minicart_main_top .product.options .details-qty.qty {
  width: 100%;
  text-align: left;
}
.minicart-wrapper .minicart_main_top .product-item-details {
  padding-right: 13px;
}
.minicart-wrapper .minicart_main_top .product-item-details .product-item-pricing {
  padding-right: 13px;
  transform: unset !important;
}
.minicart-wrapper .minicart_main_top .product-item-details .product-brand-block {
  text-align: left;
}
.minicart-wrapper .minicart_main_top .product-item-details .secondary {
  position: absolute !important;
}
.minicart-wrapper .minicart_main_top .product-item-details span.minicart-price {
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #0D0D0D;
}
.minicart-wrapper #minicart-content-wrapper .block-content.minicart_main_top .minicart-items-wrapper.overflowed {
  height: auto !important;
  overflow-x: hidden;
}
.minicart-wrapper .minicart_main_top .mini_cart_btn {
  order: 3;
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.minicart-wrapper .minicart_main_top .mini_cart_btn .actions {
  width: 100%;
}
.minicart-wrapper .minicart_main_top .mini_cart_btn .actions a {
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  background: #F2F2F2;
  border-radius: 8px;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #0D0D0D !important;
  text-transform: unset;
}
.minicart-wrapper .minicart_main_top .mini_cart_btn .actions .checkout {
  border-radius: 8px;
}
.minicart-wrapper .minicart_main_top .subtotal {
  margin: 15px 0 18px;
}
.minicart-wrapper .minicart_main_top .product.options .product.options.list.sdfsdfsdfsd {
  width: auto;
}
.minicart-wrapper #minicart-content-wrapper .block-content.minicart_main_top .minicart-items-wrapper.overflowed.minicart_scroll_top {
  height: 339px !important;
}
/*-------------cart-page-css-----------------*/
.checkout-cart-index .cart_page_heading h1 {
  margin-top: 3rem;
}
.cart_item_box .col.price {
  display: none;
}
.cart_item_box .action.action-edit {
  display: none !important;
}
.checkout-cart-index .cart-container .table-wrapper table.cart thead,
.checkout-cart-index .cart-container .table-wrapper table.cart tbody {
  background-color: #f2f2f2;
}
.checkout-cart-index .cart-container .cart-summary .table-wrapper .grand.totals strong {
  margin: 0;
  display: inline-block;
  color: #000000;
  font-size: 20px;
}
.checkout-cart-index .cart-container .cart-summary .table-wrapper .totals.sub th.mark {
  color: #000000;
  font-size: 16px;
}
.checkout-cart-index .cart-container .custom-summery .cart-totals .totals.sub .amount {
  font-size: 16px;
  color: #000;
}
.checkout-cart-index .cart-container .custom-summery .totals.shipping.excl .mark {
  color: #000;
  font-size: 16px;
}
.checkout-cart-index .cart-container .cart-summary .table-wrapper tr.sub td,
.checkout-cart-index .cart-container .cart-summary .table-wrapper tr.sub th {
  padding-top: 1.2rem;
  padding-bottom: 0;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-actions .actions-toolbar .action-towishlist {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary {
  margin-top: 100px;
  background: #F2F2F2;
  border-radius: 8px;
  box-shadow: none;
  padding: 30px;
}
.checkout-cart-index .cart .become_member {
  border-radius: 8px;
  background: var(--System-50, #f2f2f2);
  padding: 16px 30px;
  margin-bottom: 24px;
}
.checkout-cart-index .cart .become_member h3 {
  color: #000;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 5px;
}
.checkout-cart-index .cart .become_member p {
  margin: 0;
  color: #000;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.checkout-cart-index .cart .become_member p a {
  text-decoration-line: underline;
  color: #000;
}
.checkout-cart-index .cart .become_member p a:hover {
  color: #f05735;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-actions td {
  padding: 0;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-info {
  align-items: start;
}
.checkout-cart-index .cart-container .cart-summary .checkout_proc .process_checkout,
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .checkout {
  width: 100%;
  padding: 5px 20px;
  text-transform: capitalize;
  height: 48px;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items,
.checkout-cart-index .cart-container .cart-summary .checkout_proc {
  margin-top: 20px;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .product-item-details .item-options dd::after {
  content: "/";
  padding: 0 3px;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .product-item-details .item-options dd:last-child::after {
  display: none;
}
.checkout-cart-index .modal-inner-wrap.custom_popup_model {
  max-width: 880px;
}
.checkout-cart-index .custom_popup_model {
  padding: 0;
}
.checkout-cart-index .custom_popup_model footer.modal-footer {
  display: none;
}
.checkout-cart-index .custom_popup_model .modal-content {
  padding: 0;
}
.checkout-cart-index #custom-popup {
  padding: 80px 60px;
}
.checkout-cart-index #custom-popup h1 {
  color: #000;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 30px;
}
.checkout-cart-index .cart_popup {
  display: flex;
  gap: 70px;
  align-items: start;
  justify-content: center;
  text-align: center;
}
.checkout-cart-index .cart_popup .popup_left h3,
.checkout-cart-index .cart_popup .popup_right h3 {
  margin-bottom: 30px;
  color: #000;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.checkout-cart-index .cart_popup .popup_left p,
.checkout-cart-index .cart_popup .popup_right p {
  margin-bottom: 8px;
  color: #000;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.checkout-cart-index .cart_popup .cart_popup_btn {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.checkout-cart-index .cart_popup .cart_popup_btn a {
  border-radius: 8px;
  background: var(--Accent-500, #f05735);
  color: #fff;
  display: flex;
  height: 48px;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody {
  margin-bottom: 0;
}
/*-----------------------------------*/
/*-------------checkout-page-css-----------------*/
/*-------------15-12-2023-----------*/
.cus_form_login #confirm-email-error {
  color: #e02b27;
  font-size: 1.4rem;
}
.minicart-wrapper #minicart-content-wrapper a.action.viewcart {
  display: block;
}
.minicart-wrapper #minicart-content-wrapper .block-content .actions .secondary:last-child {
  position: unset;
}
.opc-progress-bar-item._active:before {
  background: #ff5823 !important;
}
.opc-progress-bar-item._active > span:after {
  line-height: unset;
}
.checkout-index-index .opc-progress-bar-item:before {
  background: #B8CAD5;
  top: 19px;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
  border-radius: 0 !important;
}
.checkout-index-index .opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 34px;
  margin-left: -17px;
  top: 2px;
  width: 34px;
  counter-increment: i;
  color: #B8CAD5;
  font-weight: 600;
  font-size: 1.8rem;
}
.checkout-index-index .opc-progress-bar-item > span:before {
  background: #B8CAD5;
}
.checkout-index-index .opc-progress-bar-item._active > span:after {
  color: #ff5823;
}
.opc-wrapper .cus_form_login .fieldset .note {
  display: block !important;
}
input#wallee_payment_1 {
  display: block !important;
}
div[name="shippingAddress.date_of_birth"] {
  max-width: 600px;
}
div[name="shippingAddress.date_of_birth"] .control {
  width: 74.2%;
}
.checkout-index-index .checkout-container {
  margin: 40px 0 0px;
}
.checkout-index-index .columns .column.main {
  padding-bottom: 0;
}
.checkout-index-index .checkout-shipping-address .form.form-login .fieldset .custom_toolbar .toolbar_flex {
  justify-content: flex-start;
  justify-content: flex-end;
  width: 74.2%;
  align-items: center;
}
div[name="shippingAddress.email_field"],
div[name="shippingAddress.street.1"] {
  display: none !important;
}
img.brandimage {
  max-width: 144px;
}
.new_addres_form fieldset.field.street .control .field {
  margin-bottom: 0 !important;
}
.checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap.custom_popup_model {
  left: 0;
  right: 0;
  top: 32px;
  display: flex;
  width: 525px;
  padding: 45px 54px;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 0 auto;
}
.checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap.custom_popup_model .label {
  display: block;
  width: 100% !important;
  text-align: left;
  padding: 0;
  color: #0D0D0D;
  font-family: Roboto Condensed;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap.custom_popup_model footer.modal-footer {
  text-align: left;
  border: none;
  padding: 0;
  width: 100%;
  display: flex;
  gap: 12px;
  flex-direction: row-reverse;
}
.checkout-index-index .fieldset.address .field.choice {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap.custom_popup_model .field input[type="checkbox"] {
  top: 0 !important;
  margin-top: 0 !important;
}
.new_addres_form .field.choice label.label {
  margin: 0;
}
.checkout-index-index .fieldset.address .field.choice::after,
.checkout-index-index .fieldset.address .field.choice::before {
  display: none;
}
button.action.primary.action-save-address,
.cart.table-wrapper .actions-toolbar > .action.action.primary.action-save-address,
.action-gift.action.primary.action-save-address {
  width: 50%;
}
.checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap.custom_popup_model .field {
  margin: 0 0 20px;
}
.checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap.custom_popup_model .modal-content .control input {
  border-radius: 4px;
  height: 48px;
}
.checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap.custom_popup_model .modal-content {
  padding: 0 !important;
  width: 100%;
}
.checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap.custom_popup_model .modal-content .control {
  width: 100%;
}
button.action.secondary.action-hide-popup,
.cart.table-wrapper .actions-toolbar > .action.action.secondary.action-hide-popup,
.action-gift.action.secondary.action-hide-popup {
  margin-right: 10px;
  background: #F2F2F2;
  color: #000;
  width: 50%;
  border: transparent;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: none;
}
.checkout-index-index .custom_popup_model .new_addres_form .street .label {
  width: 25.8% !important;
}
.checkout-index-index .minicart-items .product-item {
  padding: 15px 0 30px;
  min-height: 155px;
}
.checkout-index-index .opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 0;
}
.checkout-index-index .opc-block-summary .product-item .subtotal {
  display: block;
  text-align: right;
  position: absolute;
  bottom: -34px;
  right: 5px;
}
.checkout-index-index .minicart-items .product-item-details {
  padding-right: 0px;
  position: relative;
}
.checkout-index-index .minicart-items-wrapper .product-item-details .options dl.item-options dd.values.size_val {
  margin-right: 2px;
  color: #666;
  font-family: Roboto Condensed;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.checkout-index-index .minicart-items-wrapper .product-item-details .options dl.item-options dd.values.size_val:first-child:after {
  content: "/";
  padding-left: 4px;
}
.checkout-index-index .minicart-items-wrapper .product-item-details .options span.label.qty_label {
  margin-left: 12px;
  padding-right: 4px;
}
.checkout-index-index .minicart-items-wrapper .product-item-details .options dl.item-options span {
  color: var(--System-600, #666666);
  font-family: Roboto Condensed;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.checkout-index-index .minicart-items-wrapper .product-item-details .options dl.item-options {
  display: flex;
  align-items: center;
}
/*---------------------*/
/*-----------13-12-2023-----------*/
.checkout-index-index .opc-wrapper .shipping-address-items {
  font-size: 0;
  gap: 15px;
  display: flex;
  align-items: start;
}
.shipp_address_col .shipp_btn {
  margin: 0 0 0px !important;
  border: 1px solid #0D0D0D !important;
  background: transparent;
  color: #0D0D0D;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 10px 10px !important;
  border-radius: 4px !important;
}
.shipp_address_col {
  width: 100%;
}
.checkout-index-index .new-address-popup .action-show-popup {
  margin: 0;
}
.checkout-index-index .opc-wrapper .action-select-shipping-item {
  margin: 29px 0 10px;
  padding: 15px;
  width: 100%;
  border: 1px solid #B8CAD5;
  border-radius: 8px;
}
.checkout-index-index .opc-wrapper .action-select-shipping-item .edit-address-link {
  margin: 0;
}
.checkout-index-index .opc-block-shipping-information {
  padding: 0 30px;
}
.checkout-index-index .shipping-information > div .shipping-information-title {
  border: none !important;
  margin: 30px 0 10px;
  color: #0D0D0D;
  font-family: Roboto Condensed;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.checkout-index-index .shipping-information > div {
  border-top: 1px solid #00426947;
}
.checkout-index-index .shipping-information > div .shipping-information-content {
  color: #666;
  font-family: Roboto Condensed;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.checkout-index-index .shipping-information > div .shipping-information-title .action-edit::before {
  display: none;
}
.opc-block-summary .table-totals .totals.sub th.mark {
  padding-left: 0;
  padding-bottom: 0;
  color: #000;
}
.opc-block-summary .table-totals .totals.sub td.amount {
  padding-right: 0;
  padding-bottom: 0;
  color: #000;
}
.opc-block-summary .table-totals .shipping.excl th.mark {
  padding-left: 0;
  padding-top: 0;
  color: #000;
}
.opc-block-summary .table-totals .shipping.excl td.amount {
  padding-right: 0;
  padding-top: 0;
  color: #000;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 8px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  color: #000;
}
.opc-block-summary .table-totals .totals.sub {
  border-top: 1px solid #B8CAD5;
}
.opc-block-summary .table-totals .shipping.excl {
  border-bottom: 1px solid #B8CAD5;
}
.checkout-index-index .opc-block-summary {
  padding: 30px;
  border-radius: 8px;
  margin: 0;
}
.payment-method-billing-address {
  display: none;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.checkout-payment-method .payment-method-title label.label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.checkout-payment-method .payment-method._active .payment-method-content .actions-toolbar .primary button:hover,
.checkout-payment-method .payment-method._active .payment-method-content .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.checkout-payment-method .payment-method._active .payment-method-content .actions-toolbar .primary .action-gift:hover {
  background: #F05735;
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  display: none;
}
.checkout-payment-method fieldset.fieldset {
  margin: 0 !important;
}
.checkout-payment-method .checkout-agreement {
  margin: 0 !important;
}
a.sign_up_popup {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
span.sign_up_text {
  color: #000;
  text-align: center;
  font-family: Roboto Condensed;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
span.sign_up_text a.sign_link {
  color: var(--System-950, #0d0d0d);
  font-family: Roboto Condensed;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
}
.prog_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
}
.prog_bar ul.opc-progress-bar {
  margin: 0;
  width: 66.66666667%;
  padding-right: 43.5px;
}
.prog_bar ul.opc-progress-bar li {
  width: 50%;
}
.prog_bar ul.opc-progress-bar li span {
  color: #0D0D0D;
}
.checkout-index-index .custom_sign_btn button,
.checkout-index-index .custom_sign_btn .cart.table-wrapper .actions-toolbar > .action,
.checkout-index-index .custom_sign_btn .action-gift {
  border: 1px solid #0D0D0D;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 3px 50px;
  border-radius: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  color: #000;
  margin: 0 !important;
}
.custom_sign_btn button,
.custom_sign_btn .cart.table-wrapper .actions-toolbar > .action,
.custom_sign_btn .action-gift {
  color: #000;
}
.checkout-shipping-address,
.checkout-shipping-method {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 30px 30px;
  margin-bottom: 20px !important;
}
.checkout-payment-method {
  padding: 30px;
}
.checkout-payment-method fieldset.fieldset br {
  display: none;
}
.checkout-shipping-address .step-title,
.checkout-payment-method .step-title {
  color: #0D0D0D;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #666 !important;
}
.checkout-payment-method .payment-method-content {
  padding: 0;
}
.checkout-index-index .checkout-shipping-address .step-content .label {
  display: block;
  width: 100% !important;
  text-align: left;
  padding-top: 18px;
}
.checkout-index-index .checkout-shipping-address .form.form-login {
  margin: 0;
}
.checkout-index-index .checkout-shipping-address .form.form-login .field.required {
  margin: 0;
}
.checkout-index-index .checkout-shipping-address .form.form-login .fieldset {
  margin: 0;
}
.checkout-index-index .checkout-shipping-address .field {
  margin: 0;
}
.checkout-index-index .checkout-shipping-address .field.addresses {
  margin-top: 30px;
}
.field-tooltip .field-tooltip-action {
  display: none;
}
.opc-wrapper .form-login .fieldset .note {
  display: none !important;
}
.field .control._with-tooltip input {
  margin-right: 0;
  width: 100%;
}
.checkout-index-index .checkout-shipping-address .street .control .field._required:first-child {
  margin-bottom: 12px;
}
.checkout-shipping-method .checkout-shipping-method {
  padding: 0;
  margin: 0 !important;
}
.checkout-shipping-method {
  margin: 0 !important;
}
.checkout-shipping-method .checkout-shipping-method tr.row {
  margin: 0;
}
.checkout-shipping-method .checkout-shipping-method .step-title {
  margin: 0 !important;
  color: #0D0D0D;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 15px;
  border-color: #666;
}
.checkout-index-index .form-shipping-address {
  margin: 0;
}
.checkout-index-index .opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper .form-shipping-address {
  margin: 0 !important;
}
.checkout-index-index .fieldset.address {
  margin: 0;
}
.methods-shipping .actions-toolbar {
  text-align: left;
}
.methods-shipping .actions-toolbar .primary {
  float: left;
}
.checkout-index-index .opc-wrapper .fieldset > .field > .label {
  color: #0D0D0D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.checkout-index-index .opc-sidebar.opc-summary-wrapper {
  margin: 0;
  background: #f5f5f5;
  border-radius: 8px;
}
.checkout-index-index .opc-block-summary > .title {
  display: block;
  border: none;
  color: #0D0D0D;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 15px;
}
.checkout-index-index .authentication-wrapper {
  margin: 0 auto;
  float: none;
}
.authentication-wrapper.defult_old_sign {
  display: block !important;
}
.checkout-index-index .authentication-wrapper .dropdown-overlay.modal-custom-overlay {
  background: rgba(13, 13, 13, 0.2);
}
.defult_old_sign button.action.action-auth-toggle,
.defult_old_sign .cart.table-wrapper .actions-toolbar > .action.action.action-auth-toggle,
.defult_old_sign .action-gift.action.action-auth-toggle {
  display: none;
}
.defult_old_sign .custom-slide._show {
  border-radius: 16px;
  top: 100px;
  max-width: 525px !important;
  width: 100%;
}
.defult_old_sign .modal-custom .primary {
  display: block;
  width: 100%;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
select {
  border-radius: 4px !important;
  height: 48px !important;
}
.content.minicart-items {
  display: block !important;
}
.defult_old_sign .custom-slide._show .block-title {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}
.defult_old_sign .custom-slide._show .block-title strong {
  font-weight: 700;
  color: #0D0D0D;
}
.defult_old_sign .field {
  margin: 0;
}
.defult_old_sign .actions-toolbar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  text-align: center;
}
.defult_old_sign .actions-toolbar .primary .secondary {
  width: 100% !important;
  border-radius: 8px;
}
.defult_old_sign .custom-slide._show .fieldset {
  margin: 0 0 18px;
}
.defult_old_sign .actions-toolbar .secondary {
  margin: 0;
  width: 100% !important;
  text-align: center;
}
.defult_old_sign .actions-toolbar .secondary a {
  color: #000;
  font-size: 16px;
}
/*----------------------*/
.cus_not_checked .error-border .action span,
.cus_not_checked1 .error-border .action span {
  color: #e1312d !important;
}
.bss-onestepcheckout .authentication-wrapper {
  display: flex;
  align-items: center;
}
.bss-onestepcheckout .authentication-wrapper .confirm_email_error {
  margin-top: 0;
  margin-left: 20px;
}
.product.options.custom_product_name.cus_product_option {
  flex-wrap: wrap;
}
.product.options.custom_product_name.cus_product_option .content {
  width: 100%;
  order: 2;
}
.product.options.custom_product_name.cus_product_option .content dd.values {
  width: 100%;
}
.product.options.custom_product_name.cus_product_option .content dd.values .product-item-cart-info {
  display: flex;
  align-items: self-start;
  margin: 0 !important;
  padding: 0 0 10px;
}
.product.options.custom_product_name.cus_product_option .content dd.values br {
  display: none;
}
.product.options.custom_product_name.cus_product_option .content dd.values .product-item-cart-info span:first-child {
  width: 20%;
}
.product.options.custom_product_name.cus_product_option .content dd.values .product-item-cart-info span:last-child {
  width: 80%;
  text-align: left;
}
.product.options.custom_product_name.cus_product_option .content dd.values .product-item-cart-info span .bundle-cart-item-option {
  margin: 0;
  text-align: left;
  width: 100%;
  line-height: normal;
}
.product.options.custom_product_name.cus_product_option .content dd.values .product-item-cart-info span:last-child .bundle-cart-item-option {
  width: 100%;
}
.product.options.custom_product_name.cus_product_option .content dd.values::after {
  display: none;
}
.cus_not_checked input[type="checkbox"]#agreement_1::after {
  content: "";
  width: 12.99px;
  height: 12.99px;
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #e1312d;
  border-radius: 3px;
}
.bss-onestepcheckout .opc-block-summary dd.values br {
  display: none;
}
.bss-onestepcheckout .opc-block-summary .product-item-cart-info .cart-details.bundle-cart-details {
  margin-left: 0;
  margin-bottom: 10px;
}
.bss-onestepcheckout .opc-block-summary .product-item-cart-info .cart-details.bundle-cart-details .bundle-cart-item-option {
  margin-left: 0;
}
.bss-onestepcheckout .opc-block-summary .product-item-cart-info .cart-details.bundle-cart-details .bundle-cart-item-option br {
  display: none;
}
.bss-onestepcheckout .custom_chekout_page #opc-sidebar .multi_product1 .custom_product_name .content .item-options .values:first-child:after {
  display: none;
}
.multi_product1 .content {
  order: 2;
}
.multi_product1 .details-qty {
  order: 1;
}
.multi_product1 .content dd.values {
  margin-top: -25px !important;
}
.multi_product1 .product-item-name-block {
  padding-bottom: 4px;
}
.bss-onestepcheckout .opc-wrapper #shipping #checkout-step-shipping .shipping-address-item a.cus_edit_addr {
  color: #000 !important;
  font-weight: 600;
}
.checkout-payment-method .payment-method._active .payment-method-content .actions-toolbar .primary {
  opacity: 1;
  margin-top: 16px;
}
.checkout-payment-method .payment-method._active .payment-method-content .actions-toolbar .primary button,
.checkout-payment-method .payment-method._active .payment-method-content .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.checkout-payment-method .payment-method._active .payment-method-content .actions-toolbar .primary .action-gift {
  background: #666;
  border: none;
  border-radius: 6px;
}
.checkout-payment-method .payment-method._active .payment-method-content .actions-toolbar .primary button.btn_active,
.checkout-payment-method .payment-method._active .payment-method-content .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action.btn_active,
.checkout-payment-method .payment-method._active .payment-method-content .actions-toolbar .primary .action-gift.btn_active {
  cursor: pointer;
  background: #F05735;
}
.agreement_section .notchecked label {
  color: #F05735;
}
.agreement_section label span.gtc_text {
  text-decoration: underline;
}
.agreement_section .cus_condition {
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 5px;
}
.agreement_section .cus_condition input[type="checkbox"] {
  margin: 4px 4px 4px 0;
  top: 1px;
}
.checkout-payment-method .payment-method._active .payment-method-content .actions-toolbar .primary {
  clear: both;
  float: unset;
}
.agreement_section .cus_condition label {
  line-height: 150%;
}
.agreement_section .notchecked label#check_agree a {
  color: #F05735 !important;
  border-color: #F05735 !important;
}
.notchecked input[type="checkbox"]::after {
  content: "";
  width: 12.99px;
  height: 12.99px;
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #e1312d;
  border-radius: 3px;
}
.agreement_section label {
  /* width: 92%; */
  /* float: right; */
}
.cus_not_checked #check_agree span,
.cus_not_checked #check_agree a {
  color: #e1312d !important;
}
#check_agree a {
  color: #303030 !important;
  border-bottom: 1px solid #303030 !important;
}
.cus_not_checked #check_agree a {
  border-bottom: 1px solid #e1312d !important;
}
.cus_not_checked {
  position: relative;
}
/*-----------------------------------*/
.checkout-agreements-block .checkout-agreements span {
  font-size: 11px;
}
.cus_checkout_heading,
.cus_guest,
.cus_member {
  font-size: 32px;
  font-weight: 700;
}
.payment-form-container .panel-default .panel-heading {
  display: none;
}
.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0 !important;
}
.checkout-index-index .cus_form_login .fieldset .field {
  margin-bottom: 15px;
}
.checkout-cart-index .cart_popup .modal-content .chekout_flex .model_pop_text .cus_reg_pop:hover {
  background: #D63F0F !important;
  border-color: #D63F0F !important;
}
.checkout-index-index .cus_note {
  display: none !important;
}
.checkout-index-index .custom_toolbar .actions-toolbar .primary .action,
.actions-toolbar .primary .action {
  margin: 0 !important;
}
.fieldset > .field .note:before {
  display: none !important;
}
.checkout-index-index .actions-toolbar .primary .cus_login {
  padding: 12px 18px !important;
}
.checkout-index-index .custom_toolbar .toolbar_flex .secondary .action span {
  color: black;
  font-weight: 500;
}
.checkout-index-index .custom_toolbar .toolbar_flex {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.checkout-onepage-success .columns .column.main {
  padding-bottom: 0px !important;
  min-height: unset;
}
.checkout-index-index .field.customized {
  display: none !important;
}
.bss-onestepcheckout .custom_popup_model .field.customized {
  display: block !important;
}
.checkout-onepage-success .custom-div-class {
  width: 525px;
  padding: 45px 54px;
  background: white;
  border-radius: 16px;
  text-align: center;
  margin: 60px auto;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 0px !important;
  display: none !important;
}
.checkout-onepage-success .custom_chekout_page {
  background-image: url(/pub/media/bg_success.png) !important;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}
.checkout-onepage-success footer.page-footer {
  display: none;
}
.cus_checkout_heading,
.cus_guest {
  font-size: 32px;
  font-weight: 700;
}
.cus_checkout_heading,
cus_guest {
  font-size: 32px;
  font-weight: 700;
}
.hide_new_address {
  display: none !important;
}
button.new_address a,
.cart.table-wrapper .actions-toolbar > .action.new_address a,
.action-gift.new_address a {
  color: white !important;
}
.cart-gift-item {
  display: none;
}
button.new_address,
.cart.table-wrapper .actions-toolbar > .action.new_address,
.action-gift.new_address {
  width: 100%;
  height: 50px;
  margin-bottom: 0 !important;
  color: #fff;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc > li .step-title,
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li .step-title,
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .title,
.bss-onestepcheckout .checkout-container .opc-wrapper .opc-block-summary .title {
  text-transform: capitalize;
}
.checkout-index-index span.cus_plus {
  border: 3px solid #fff;
  border-radius: 100%;
  margin: 0;
  font-size: 15px;
  line-height: 0;
  padding: 0px 4px 0px 5px;
  margin-right: 10px;
}
.mobile_cu_totle_section {
  display: none;
  padding: 20px 16px;
  width: 100%;
  margin-bottom: 24px;
  border-radius: 8px;
  background: var(--system-50, #f2f2f2);
}
.mobile_cu_totle_section .custom_table_totle .totals {
  display: flex;
  align-items: center;
}
.summery_buy_button {
  display: none;
}
button#top-cart-btn-checkout:hover,
.cart.table-wrapper .actions-toolbar > .action#top-cart-btn-checkout:hover,
.action-gift#top-cart-btn-checkout:hover {
  background-color: #D63F0F;
}
.mobile_order_summery_section {
  order: 4;
  width: 100%;
}
.summery_buy_button button.mobile_custom_buy,
.summery_buy_button .cart.table-wrapper .actions-toolbar > .action.mobile_custom_buy,
.summery_buy_button .action-gift.mobile_custom_buy {
  border: transparent;
  opacity: 1;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-transform: capitalize;
  font-size: 1.8rem;
  border-radius: 8px;
  background: #666;
  width: 100%;
  max-width: 393px !important;
}
.checkout-index-index .field.customized {
  display: none !important;
}
.bss-onestepcheckout .custom_popup_model .field.customized {
  display: block !important;
  margin-bottom: 4px !important;
}
.onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .address fieldset {
  margin-bottom: 0px !important;
}
.onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .address .field {
  margin-bottom: 4px !important;
}
.onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .admin__control-fields.required {
  padding-top: 16px;
  border-top: 1px solid #ccc;
  margin-top: 16px;
}
.custom_popup_model .modal-content .Custom_shipping_form .address .field[name="shippingAddress.email_field"] {
  border-top: 1px solid #ccc;
  margin-top: 16px;
}
.place-order-chekbox label {
  font-size: 12px;
}
.checkout-agreement span {
  font-size: 11px;
}
.checkout-cart-index .modal {
  display: none;
  position: fixed;
  z-index: 20;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.close {
  color: #979797;
  float: right;
  font-size: 41px;
  margin-right: 25px;
  font-weight: 300;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.checkout-cart-index .modal-header {
  padding: 2px 16px;
  color: black;
}
.checkout-cart-index .modal-body {
  padding: 2px 16px;
}
.checkout-cart-index .modal-content h1 {
  text-align: center;
}
.heading_center {
  padding-top: 90px;
}
button#custom_btn_checkout,
.cart.table-wrapper .actions-toolbar > .action#custom_btn_checkout,
.action-gift#custom_btn_checkout {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-transform: capitalize;
  font-size: 1.8rem;
  width: 100%;
}
.custom_signup {
  margin-top: 8px;
}
.checkout-cart-index .rokan-newproduct {
  display: none !important;
}
.checkout-cart-index .page-title-wrapper {
  display: none;
}
.checkout-cart-index .shopping_cart_title h2 {
  margin: 0 !important;
}
.checkout-cart-index .cart-container .custom-guest h3 {
  font-size: 16px !important;
}
.checkout-cart-index .table-wrapper table tbody.custom-cart-item .actions-toolbar .action-delete:hover::before {
  color: #f05836 !important;
}
.checkout-cart-index .shopping_cart_title {
  padding-top: 30px !important;
  padding-bottom: 20px !important;
}
.checkout-cart-index .cart-container .custom-guest p a strong {
  font-weight: 400 !important;
}
.checkout-cart-index .cart-shipping {
  display: none !important;
}
.checkout-cart-index div#block-shipping .title {
  display: none !important;
}
.checkout-cart-index #block-discount-heading {
  display: none !important;
}
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
  font-family: 'icons-blank-theme';
  font-size: 3.8rem;
  color: #757575;
  font-weight: 400;
}
.checkout-cart-index #gift-options-cart,
.cart-container .checkout-methods-items .item .action.multicheckout {
  display: none;
}
.checkout-cart-index .cart-container .custom-guest p a {
  color: #000 !important;
  text-decoration: underline;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-actions .actions-toolbar .action-delete:after {
  display: none !important;
}
.checkout-cart-index .cart-container .table-wrapper table.cart {
  background: var(--system-50, #f2f2f2) !important;
  border-radius: 8px !important;
  padding: 10px 26px;
  display: inline-block;
}
.checkout-cart-index .cart-container .custom-summery .discount .title {
  border: none !important;
}
.checkout-cart-index {
  background: #fff !important;
}
.checkout-cart-index .cart-container .custom-guest {
  border-radius: 8px !important;
  padding: 26px !important;
  background: var(--system-50, #f2f2f2) !important;
  margin-bottom: 20px !important;
}
.checkout-cart-index .cart-container .custom-guest p {
  margin: 0;
  line-height: normal;
}
.checkout-cart-index .page-title-wrapper {
  padding-top: 30px !important;
  padding-bottom: 15px !important;
}
.checkout-cart-index .page-title-wrapper h1.page-title {
  margin-bottom: 0 !important;
}
.checkout-cart-index .table-wrapper table tbody.custom-cart-item {
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border-top: 1px solid #ccc !important;
  padding: 15px 0px 15px 0px !important;
}
.checkout-cart-index .table-wrapper table tbody.custom-cart-item:nth-child(3) {
  border-top: none !important;
}
.checkout-cart-index .table-wrapper table tbody.custom-cart-item:last-child {
  border-bottom: none !important;
}
.checkout-cart-index .table-wrapper table tbody.custom-cart-item .item-info {
  align-items: flex-start !important;
}
.checkout-cart-index .table-wrapper table tbody.custom-cart-item .item-info td.col.qty select {
  background: #fff;
  border-radius: 4px;
  border: 1px solid var(--system-200, #cccccc);
  max-width: 100%;
}
.checkout-cart-index .table-wrapper table tbody.custom-cart-item .item-info td.col.qty select:focus {
  border: 1px solid #ccc;
}
.checkout-cart-index .table-wrapper table tbody.custom-cart-item .item-info td.col.qty {
  margin-right: 0;
  padding: 0;
  text-align: right;
}
.checkout-cart-index .table-wrapper table tbody.custom-cart-item tr.item-info .qty .field.qty .control.qty input {
  height: max-content;
  border: none;
  background: #fff !important;
}
.checkout-cart-index .table-wrapper table tbody.custom-cart-item .item-info .item .product-item-details .product-item-name a {
  line-height: 19px;
  font-weight: 700;
  text-align: left;
  display: block;
}
.checkout-cart-index .cart-container .custom-summery .summary.title:after {
  content: '';
  border-bottom: 0 !important;
}
.checkout-cart-index .table-wrapper table tbody.custom-cart-item .item-info .item .product-item-details .item-options {
  color: #6c6c6c;
}
.checkout-cart-index .table-wrapper table tbody.custom-cart-item .item-info .subtotal {
  padding-top: 11px !important;
}
.checkout-cart-index .table-wrapper table tbody.custom-cart-item .item-info .item .product-item-details .product-item-name img {
  width: 100px !important;
}
.checkout-cart-index .table-wrapper table tbody.custom-cart-item .item-info:last-child {
  border-bottom: none !important;
}
.checkout-cart-index .table-wrapper table tbody.custom-cart-item .product-item-details .product-item-name {
  line-height: 20px;
  margin-top: 0;
}
.custom_crousal .block-content .owl-stage-outer .owl-stage .owl-item .product-item-info .product-item-details .product-item-name {
  min-height: 37px;
}
/*right*/
.checkout-cart-index .cart-container .custom-summery .cart-totals .totals tr td.amount {
  padding: 0;
}
.checkout-cart-index .cart-container .custom-summery .cart-totals .totals tr th {
  padding: 0 !important;
}
.checkout-cart-index .cart-container .custom-summery .cart-totals tr strong {
  font-weight: bold !important;
}
.checkout-cart-index .cart-container .custom-summery .checkout-methods-items {
  margin-top: 5px;
  margin-bottom: 5px;
}
.checkout-cart-index .cart-container .custom-summery {
  box-shadow: none !important;
  border-radius: 8px !important;
  padding: 26px !important;
  background: var(--system-50, #f2f2f2) !important;
}
.checkout-cart-index .cart-container .custom-summery .checkout-methods-items .checkout {
  padding: 0px 20px !important;
  height: 48px;
  font-weight: 700;
  font-size: 16px !important;
}
.checkout-cart-index .table-wrapper table tbody.custom-cart-item tr.item-actions td {
  border: none !important;
  margin-top: 0 !important;
}
.custom_crousal .block-content .owl-stage-outer .owl-stage .owl-item .product-item-info .product-item-details {
  text-align: left;
  padding: 0px 10px 10px 10px;
}
.custom_crousal .block-content .owl-stage-outer .owl-stage .owl-item .product-item-info .product-item-details .product-item-name a {
  line-height: 19px;
  font-weight: 600;
  text-align: left;
  display: block;
  color: #303030;
}
.custom_crousal .block-content .owl-stage-outer .owl-stage .owl-item .product-item-info .product-item-details .normal-price span.price {
  font-weight: 700;
  font-size: 18px;
  color: #F05735;
}
.custom_crousal .block-title.title {
  padding-bottom: 20px;
}
.custom_crousal .block-title.title strong {
  font-size: 24px !important;
  font-weight: 700;
}
.custom_crousal .block-content .owl-stage-outer .owl-stage .owl-item .product-item-info {
  box-shadow: 0px 2px 8px 0px #00203329;
  border-radius: 8px;
  padding: 0px;
  background: transparent;
}
.checkout-cart-index .custom-cart-item .item-actions .actions-toolbar .gift-options-cart-item,
.checkout-cart-index .custom-cart-item .item-actions .action-edit {
  display: none !important;
}
.checkout-cart-index .custom-cart-item .item-actions .actions-toolbar .gift-options-cart-item {
  display: none;
}
.checkout-cart-index .custom-cart-item .item-actions .actions-toolbar .action-edit span {
  display: none;
}
.custom_crousal .block-content .owl-stage-outer .owl-stage .owl-item .product-item-info .product-image-wrapper {
  border-radius: 8px;
}
.checkout-cart-index .custom_crousal {
  width: 100% !important;
  padding: 0 !important;
}
.checkout-cart-index .custom_crousal .block-content .owl-stage-outer .owl-stage .owl-item {
  /*    width: 23% !important;*/
  margin-right: 30px !important;
}
.checkout-cart-index .cart-container {
  margin-bottom: 8rem !important;
}
.custom-summery .title {
  padding: 0 !important;
}
.checkout-cart-index .cart-container .cart.actions button,
.checkout-cart-index .cart-container .cart.actions .cart.table-wrapper .actions-toolbar > .action,
.checkout-cart-index .cart-container .cart.actions .action-gift {
  background-color: #f0f0f0 !important;
}
.checkout-cart-index .custom_crousal .content .owl-nav.disabled {
  display: block;
  cursor: pointer !important;
  pointer-events: visible;
}
.custom_crousal .block-content .owl-stage-outer .owl-stage .owl-item .product-item-info .product-image-container {
  border-bottom: 1px solid #e9e9e9;
}
.checkout-cart-index .table-wrapper table tbody.custom-cart-item .item-info td.col.qty .field.qty {
  display: none !important;
}
.checkout-cart-index .cart-container form .cart.main.actions {
  display: block;
}
.checkout-cart-index .cart-container .cart.actions .action.continue,
.checkout-cart-index .cart-container .cart.actions button.clear,
.checkout-cart-index .cart-container .cart.actions .cart.table-wrapper .actions-toolbar > .action.clear,
.checkout-cart-index .cart-container .cart.actions .action-gift.clear {
  display: none;
}
.checkout-cart-index .cart-container .table-wrapper table.cart thead {
  display: none !important;
}
.checkout-cart-index .cart-container .cart-summary .summary.title:after {
  border: none !important;
}
.checkout-cart-index .shopping_cart_title h1 {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  color: var(--system-950, #0d0d0d);
}
.checkout-cart-index .table-wrapper table tbody.custom-cart-item tr.item-actions .actions-toolbar .towishlist.action-towishlist {
  display: none !important;
}
.checkout-cart-index .table-wrapper table tbody.custom-cart-item .product-item-details .product-item-name p {
  margin: 0 !important;
  padding-bottom: 2px;
}
.checkout-cart-index .table-wrapper table tbody.custom-cart-item .item-info td.col.item a.product-item-photo span.product-image-wrapper img.product-image-photo {
  width: 114px;
  height: 114px;
  object-fit: contain;
}
/*cart page popop design*/
.checkout-cart-index .cart_popup .modal-content {
  padding: 80px 60px;
  border-radius: 16px;
  background: #FFF;
  text-align: center;
  position: relative;
  background-color: #fefefe;
  margin: auto;
  max-width: 840px;
  margin-bottom: 60px;
}
.checkout-cart-index .custom_chekout_page .cart_popup {
  overflow: hidden;
}
.custom_crousal .owl-nav button,
.custom_crousal .owl-nav .cart.table-wrapper .actions-toolbar > .action,
.custom_crousal .owl-nav .action-gift {
  display: none !important;
}
.checkout-cart-index .cart_popup .modal-content .right_close {
  position: absolute;
  right: 27px;
  top: -5px;
}
.checkout-cart-index .cart_popup .modal-content .heading_center {
  padding: 0;
}
.checkout-cart-index .cart_popup .modal-content .heading_center h1 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
}
.checkout-cart-index .cart_popup .modal-content .chekout_flex {
  margin: 0;
  justify-content: center;
  display: flex;
  gap: 0px 80px;
  max-width: 100%;
}
.checkout-cart-index .cart_popup .modal-content .right_close span.close {
  margin-right: 0;
}
.checkout-cart-index .cart_popup .modal-content .chekout_flex .model_pop_text h2 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}
.checkout-cart-index .cart_popup .modal-content .chekout_flex .model_pop_text p {
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  font-weight: 400;
  margin: 0px;
  padding-bottom: 10px;
}
.checkout-cart-index .cart_popup .modal-content .chekout_flex .model_pop_text button.custom_signin,
button.custom_checkout_guest,
.checkout-cart-index .cart_popup .modal-content .chekout_flex .model_pop_text .cart.table-wrapper .actions-toolbar > .action.custom_signin,
.cart.table-wrapper .actions-toolbar > .action.custom_checkout_guest,
.checkout-cart-index .cart_popup .modal-content .chekout_flex .model_pop_text .action-gift.custom_signin,
.action-gift.custom_checkout_guest {
  margin-top: 25px;
}
.checkout-cart-index .cart_popup .modal-content .chekout_flex {
  padding: 0;
}
.checkout-cart-index .cart_popup .modal-content .chekout_flex .model_pop_text .cus_reg_pop {
  display: block;
  width: 100%;
  border-radius: 8px !important;
  background: var(--accent-500, #f05735) !important;
}
.checkout-cart-index .cart_popup .modal-content .chekout_flex .model_pop_text button a,
.checkout-cart-index .cart_popup .modal-content .chekout_flex .model_pop_text .cart.table-wrapper .actions-toolbar > .action a,
.checkout-cart-index .cart_popup .modal-content .chekout_flex .model_pop_text .action-gift a {
  color: var(--system-500, #ffffff);
  font-family: Roboto Condensed;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.checkout-cart-index .cart_popup .modal-content .chekout_flex .model_pop_text {
  padding: 0;
}
/*checkout page form popup*/
.bss-onestepcheckout .modal-slide {
  overflow: scroll;
  overflow-x: hidden;
}
.onestepcheckout-index-index .custom_popup_model {
  max-width: 525px !important;
  border-radius: 16px !important;
  margin-left: -280px !important;
  padding: 45px 54px;
  max-height: unset !important;
}
.custom_popup_model .modal-footer .action span {
  text-transform: capitalize;
  font-weight: 700;
}
.bss-onestepcheckout .opc-wrapper #shipping #checkout-step-shipping .shipping-address-item {
  border-radius: 4px;
  border: 2px solid  #B8CAD5;
  padding: 16px 16px 16px 16px;
  margin-bottom: 16px !important;
}
.bss-onestepcheckout .opc-wrapper #shipping #checkout-step-shipping .shipping-address-item .edit-address-link span {
  color: #0D0D0D;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
}
.bss-onestepcheckout .opc-wrapper #shipping #checkout-step-shipping .shipping-address-item a {
  color: #666 !important;
  font-weight: 400;
  font-size: 15px;
}
.bss-onestepcheckout .opc-wrapper #shipping #checkout-step-shipping .shipping-address-item span.cus_email {
  color: #666;
  font-family: Roboto Condensed;
  font-size: 15px;
  font-weight: 400;
  display: block;
}
.checkout-index-index .modal-popup .custom_popup_model .modal-header .modal-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
  border: none;
  font-weight: 700;
  padding-bottom: 0;
}
.onestepcheckout-index-index .custom_popup_model .modal-footer {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  flex-direction: row-reverse;
  padding: 28px 0px 0px 0px;
}
.onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form {
  width: 100%;
  max-width: 100%;
  padding-right: 0px;
}
.onestepcheckout-index-index .custom_popup_model .modal-footer .secondary {
  background: #eeec;
  border: none;
  color: #000;
}
.onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .address .field label.label {
  width: 100%;
  padding-top: 0;
}
.onestepcheckout-index-index .custom_popup_model .modal-content {
  padding: 0;
  overflow: hidden;
}
.onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .address .control {
  width: 100% !important;
  margin-bottom: 0 !important;
}
.onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .address .control input {
  height: 38px;
  border-radius: 4px;
}
.onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .address .field select {
  width: 100% !important;
  height: 38px;
  border-radius: 4px;
}
.onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .address .field .control input {
  width: 100% !important;
}
.onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .address .label {
  text-align: left;
  padding-right: 0;
  font-weight: 400;
  font-size: 15px;
  color: #000;
}
.onestepcheckout-index-index .checkout-container .opc-wrapper .checkout-shipping-method table.table-checkout-shipping-method tr td.col .dpd-pickup {
  padding-left: 30px;
}
.onestepcheckout-index-index .custom_popup_model .modal-footer button,
.onestepcheckout-index-index .custom_popup_model .modal-footer .cart.table-wrapper .actions-toolbar > .action,
.onestepcheckout-index-index .custom_popup_model .modal-footer .action-gift {
  height: 48px;
  border-radius: 8px !important;
  width: 100%;
}
.onestepcheckout-index-index .custom_popup_model header.modal-header {
  padding: 0;
}
.onestepcheckout-index-index .custom_popup_model .modal-content .field.choice {
  display: none;
}
.onestepcheckout-index-index .checkout-container .opc-wrapper .checkout-shipping-method table.table-checkout-shipping-method tr .col-price {
  padding-left: 10px;
}
.onestepcheckout-index-index .custom_popup_model .modal-content::-webkit-scrollbar {
  display: none !important;
}
.onestepcheckout-index-index .checkout-container .opc-wrapper .checkout-shipping-method table.table-checkout-shipping-method tr#additional_data_pickup_dpd td.col {
  width: 100%;
}
.onestepcheckout-index-index .opc-wrapper .new-address-popup button,
.onestepcheckout-index-index .opc-wrapper .new-address-popup .cart.table-wrapper .actions-toolbar > .action,
.onestepcheckout-index-index .opc-wrapper .new-address-popup .action-gift {
  width: 100%;
  height: 50px;
  margin-bottom: 0 !important;
  text-transform: capitalize;
  color: #fff;
}
.onestepcheckout-index-index .opc-wrapper .shipping-address-item.selected-item a {
  color: var(--system-600, #666666);
}
.onestepcheckout-index-index .checkout-container .opc-wrapper .checkout-shipping-method table.table-checkout-shipping-method tr td.col .dpd-pickup span {
  color: #303030;
  font-size: 16px;
}
.onestepcheckout-index-index .opc-wrapper .new-address-popup button span::before,
.onestepcheckout-index-index .opc-wrapper .new-address-popup .cart.table-wrapper .actions-toolbar > .action span::before,
.onestepcheckout-index-index .opc-wrapper .new-address-popup .action-gift span::before {
  border: 3px solid #fff;
  border-radius: 100%;
  margin: 0;
  font-size: 15px;
  line-height: 0;
  padding: 0px 4px 0px 5px;
  margin-right: 10px;
}
.onestepcheckout-index-index {
  background: #fff !important;
}
.onestepcheckout-index-index .checkout-container .opc-wrapper .checkout-shipping-address,
.checkout-shipping-method,
.checkout-payment-method {
  border-radius: 8px;
  background: var(--system-50, #f2f2f2) !important;
}
.bss-onestepcheckout .checkout-container #opc-sidebar span.title {
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 8px !important;
}
.bss-onestepcheckout .checkout-container #opc-sidebar span.title::before {
  background: transparent !important;
}
.onestepcheckout-index-index .checkout-container .opc-wrapper .checkout-shipping-address .step-title::before,
.checkout-shipping-method .step-title::before,
.checkout-payment-method .step-title::before {
  background: transparent !important;
}
.bss-onestepcheckout .checkout-container #opc-sidebar,
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary {
  border-radius: 8px;
  background: var(--system-50, #f2f2f2) !important;
}
.onestepcheckout-index-index .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form-login {
  margin: 0;
  padding-top: 10px;
  margin-bottom: none !important;
}
.onestepcheckout-index-index .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form-login .field.required .control {
  padding-bottom: 20px;
}
/*------------checkout-page----------------*/
.bss-onestepcheckout .custom_chekout_page {
  padding-top: 40px !important;
}
.bss-onestepcheckout .custom_chekout_page button:focus,
.bss-onestepcheckout .custom_chekout_page .cart.table-wrapper .actions-toolbar > .action:focus,
.bss-onestepcheckout .custom_chekout_page .action-gift:focus {
  color: #000;
}
.bss-onestepcheckout .custom_chekout_page .opc-wrapper .checkout-shipping-address,
.bss-onestepcheckout .opc-wrapper #payment,
.bss-onestepcheckout .checkout-container #opc-sidebar {
  padding: 25px !important;
}
.bss-onestepcheckout .custom_chekout_page .opc-wrapper #opc-shipping_method {
  padding: 25px;
}
.bss-onestepcheckout .opc-wrapper #opc-shipping_method #checkout-step-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method tr.row {
  margin: 0;
}
.bss-onestepcheckout .opc-wrapper #opc-shipping_method #checkout-step-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method td {
  border: none;
  padding-bottom: 0 !important;
  padding-top: 0;
}
.onestepcheckout-index-index .checkout-container .opc-wrapper .checkout-shipping-address .step-title,
.checkout-shipping-method .step-title,
.checkout-payment-method .step-title {
  font-size: 22px !important;
}
.bss-onestepcheckout .checkout-container #opc-sidebar span.title {
  font-size: 22px !important;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .title {
  padding-bottom: 0;
  display: none;
}
.custom_cart_item.fgrfddf h3 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
}
.opc-block-summary .table-totals .mark strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
  font-size: 20px;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: transparent;
  padding: 0 0px 0 0;
  margin-bottom: 0 !important;
}
.checkout-index-index .opc-block-summary .items-in-cart > .title:after {
  display: none;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart {
  border-top: transparent !important;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart {
  margin-top: 0 !important;
}
.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .checkout-billing-address {
  display: none;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc > li .step-title:before,
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li .step-title:before,
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .title:before,
.bss-onestepcheckout .checkout-container .opc-wrapper .opc-block-summary .title:before {
  font-size: 24px !important;
}
.bss-onestepcheckout .opc-wrapper .step-content {
  margin: 0 0 0px !important;
}
.bss-onestepcheckout .fieldset:last-child {
  margin-bottom: 0 !important;
}
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li#shipping .control input,
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li#shipping .control select {
  width: 100% !important;
  border-radius: 4px !important;
  height: 42px;
}
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li {
  box-shadow: none !important;
}
.confirm_email input {
  width: 100%;
  border-radius: 4px;
}
.bss-onestepcheckout input[type="radio"]:checked {
  background: #ffffff !important;
  border: 4px solid #1979c3 !important;
}
.bss-onestepcheckout .custom_chekout_page .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title input[type="radio"]:checked {
  background: #ffffff !important;
  border: 4px solid #1979c3!important;
}
.bss-onestepcheckout .custom_chekout_page .checkout-shipping-address .fieldset fieldset.fieldset.hidden-fields {
  margin: 0 !important;
}
.opc-wrapper .form-shipping-address {
  margin-top: 10px !important;
}
.onestepcheckout-index-index .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form-login .field.required .control {
  padding-bottom: 0px !important;
}
.bss-onestepcheckout .custom_chekout_page .minicart-items .product-item-details {
  padding-right: 0px !important;
}
.opc-block-summary .product-item .price {
  font-size: 18px;
  font-weight: 700;
  color: #0D0D0D;
}
.checkout-index-index .minicart-items .product-item-details .product-item-name {
  margin: 0 0 0;
  color: #0D0D0D;
  text-overflow: ellipsis;
  white-space: unset;
  font-family: Roboto Condensed;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 10px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0 0px 0 0;
  padding: 15px 0px 0 0;
  max-height: 100% !important;
  height: auto;
  overflow: hidden;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper .product-item .product-item-details .product-item-name-block .product-item-name {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 15px;
}
.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border: none;
  padding: 10px 0 0;
  padding-top: 0 !important;
}
.checkout-payment-method .payment-method-title .payment-icon {
  float: right;
  padding-left: 6px;
}
.onestepcheckout-index-index.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li .field label,
.onestepcheckout-index-index.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li .field .label {
  display: inline-flex !important;
  width: auto;
  float: none;
  text-align: left;
  align-items: center;
}
.checkout-payment-method .payment-method-title .payment-icon {
  float: right;
  padding-left: 6px;
  width: 85px;
  height: auto !important;
  order: 2;
}
.bss-onestepcheckout input[type="radio"] {
  background: #f2f2f2 !important;
  border: 1px solid #000c !important;
}
.minicart-items-wrapper .product-item-details .options dl.item-options {
  margin: 0;
}
.minicart-items-wrapper .product-item-details .options dl.item-options dd.values {
  margin: 0;
}
.bss-onestepcheckout #opc-sidebar .opc-block-summary .product-item-details input.qty {
  max-width: 12px;
  text-align: center;
  padding: 0;
  border: transparent;
  background: transparent;
  height: auto;
  width: auto;
  display: inline-block;
  min-width: auto;
}
.minicart-items .product-item-details .details-qty {
  font-weight: 400 !important;
}
.minicart-items .product-item-details .details-qty span.label {
  margin: 0px !important;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper .product-item .product-item-details .product-item-name-block .product-item-name {
  margin-bottom: 0 !important;
}
.bss-onestepcheckout .opc-wrapper #payment input[type="radio"] {
  top: 0 !important;
}
.checkout-agreements-block .action-show {
  text-align: left;
}
.bss-onestepcheckout .custom_chekout_page .checkout-agreements-block {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .actions-toolbar > .primary > .btn-placeorder {
  background: #666666;
  border: transparent;
  opacity: 1;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .actions-toolbar > .primary > .btn-placeorder.disabled {
  background: #666666 !important;
  border: transparent;
  opacity: 1;
}
.confirm_email_error {
  background: #fff;
  border-radius: 5px;
  padding: 12px 15px;
  border-left: 5px solid #f05735;
  line-height: 1.2;
  color: #143143;
  width: 320px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-top: 12px;
}
.err_confirm_req {
  color: #e1312d;
}
.cus_buy_now {
  background: #e85332 !important;
}
.bss-onestepcheckout .custom_chekout_page .opc-wrapper .form-shipping-address {
  margin-bottom: 0px;
}
.checkout-agreements-block .checkout-agreements span {
  font-size: 16px !important;
  text-transform: none;
  color: #303030;
}
.bss-onestepcheckout .custom_chekout_page .checkout-agreement label {
  width: 92%;
  float: right;
}
.bss-onestepcheckout .custom_chekout_page .opc-block-summary {
  margin: 0;
}
.bss-onestepcheckout .custom_chekout_page .custom_subtotal {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  justify-content: flex-end;
}
.bss-onestepcheckout .custom_chekout_page #opc-sidebar .overflowed .product-item-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.bss-onestepcheckout .custom_chekout_page #opc-sidebar .overflowed .product-item-inner .product-brand-block {
  line-height: 0;
}
.bss-onestepcheckout .custom_chekout_page #opc-sidebar .overflowed .product-item-inner .product-item-name-block {
  padding-top: 5px;
  padding-right: 0;
}
.bss-onestepcheckout .custom_chekout_page #opc-sidebar .overflowed .product-item-inner .product-brand-block img {
  width: 84.444px;
  height: 20px;
  object-fit: contain;
}
.bss-onestepcheckout #opc-sidebar .label {
  margin-bottom: 0 !important;
}
.bss-onestepcheckout .custom_chekout_page .field[name="shippingAddress.street.1"] {
  display: none !important;
}
.bss-onestepcheckout .custom_chekout_page .field[name="shippingAddress.email_field"] .bss-onestepcheckout .custom_chekout_page .field[name="shippingAddress.email_field"] {
  display: none !important;
}
.onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .address .field[name="shippingAddress.company"]:before {
  content: 'About you';
  font-weight: 900;
  margin-bottom: 7px !important;
  color: #000;
}
.onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .address .field[name="shippingAddress.email_field"]:before {
  content: 'Contact info';
  font-weight: 900;
  margin-top: 15px;
  margin-bottom: 8px;
  color: #000;
}
.onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .admin__control-fields.required:before {
  content: "Address";
  font-weight: 900;
  color: #000;
}
.onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .address .field[name="shippingAddress.telephone"] {
  margin-bottom: 0 !important;
  margin-top: 15px;
}
.onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .address .field[name="shippingAddress.gender_field"] .label span {
  visibility: hidden;
}
.onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .address .field[name="shippingAddress.gender_field"] .label span:before {
  visibility: visible;
  content: 'Title';
}
.onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .address .field.additional {
  display: none;
}
.bss-onestepcheckout .custom_chekout_page .field[name="shippingAddress.region_id"] {
  display: none !important;
}
.bss-onestepcheckout .custom_chekout_page .field[name="shippingAddress.email_field"] {
  display: none !important;
}
.bss-onestepcheckout div.field[name="shippingAddress.region"] {
  display: none;
}
.bss-onestepcheckout div.field[name="shippingAddress.gender_field"] {
  display: block;
}
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li .field label,
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li .field .label::after {
  display: none !important;
}
.custom_popup_model .street .label {
  width: 100% !important;
}
.onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .address .label::after {
  display: none !important;
}
.bss-onestepcheckout .custom_chekout_page .new-address-popup button:focus,
.bss-onestepcheckout .custom_chekout_page .new-address-popup .cart.table-wrapper .actions-toolbar > .action:focus,
.bss-onestepcheckout .custom_chekout_page .new-address-popup .action-gift:focus {
  color: white !important;
}
.bss-onestepcheckout .custom_chekout_page #opc-sidebar .custom_product_name .content .item-options .values:first-child:after {
  content: "/";
  margin-left: 5px;
  margin-right: 5px;
  font-style: normal;
  font-weight: 600;
  color: #303030;
}
/*------thank-you-page--------*/
.checkout-onepage-success .custom_chekout_page .page-title-wrapper h1.page-title {
  color: var(--system-950, #0d0d0d);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
}
.checkout-onepage-success .custom_chekout_page .page-title-wrapper a.action.print {
  display: none;
}
.checkout-onepage-success .custom_chekout_page .columns .main .checkout-success p {
  color: var(--system-950, #0d0d0d);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding-bottom: 7px;
}
.checkout-onepage-success .custom_chekout_page .columns .main .checkout-success p a.order-number strong {
  color: var(--system-950, #0d0d0d);
  font-weight: 400;
}
.checkout-onepage-success .custom_chekout_page .columns .main .checkout-success .actions-toolbar .primary {
  width: 100%;
  text-align: center;
  padding-top: 24px;
}
.checkout-onepage-success .custom_chekout_page .columns .main .checkout-success .actions-toolbar .primary .continue {
  padding: 0px 20px;
  line-height: 48px;
  border-radius: 8px;
  background: var(--accent-500, #f05735);
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: var(--system-500, #ffffff);
}
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li#shipping .control .field._required {
  margin-bottom: 0 !important;
}
.customer-account-index .block.block-dashboard-info,
.block.block-addresses-list {
  box-shadow: none !important;
}
.customer-account-edit .main .form-edit-account {
  box-shadow: none !important;
}
.modal-popup-confirm-email.modal-popup.modal-slide .modal-footer .popup-cancel-email:hover {
  background-color: #E6E6E6 !important;
}
/*responsive popup css*/
.mobile_cu_totle_section {
  display: none;
  padding: 20px 16px;
  width: 100%;
  margin-bottom: 24px;
  border-radius: 8px;
  background: var(--system-50, #f2f2f2);
}
.mobile_cu_totle_section .custom_table_totle {
  width: 100%;
}
.mobile_cu_totle_section .custom_table_totle .totals {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile_cu_totle_section .mobile_custom__totle h2.cus_order {
  margin-bottom: 10px;
}
.mobile_cu_totle_section .mobile_custom__totle h2.cus_order {
  margin-bottom: 8px;
  color: var(--system-950, #0d0d0d);
  font-family: Roboto Condensed;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.mobile_cu_totle_section .custom_table_totle .totals.sub {
  border-top: 1px solid #cccccc;
  padding-top: 7px;
}
.mobile_cu_totle_section .custom_table_totle .totals.shipping {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 7px;
}
.mobile_cu_totle_section .custom_table_totle .totals th {
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.mobile_cu_totle_section .custom_table_totle .totals td span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #000;
}
.mobile_cu_totle_section .custom_table_totle .grand th strong {
  font-size: 18px;
  font-weight: 700;
}
.mobile_cu_totle_section .custom_table_totle .grand td strong span {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .actions-toolbar > .primary > .btn-placeorder {
  line-height: 0;
  height: 48px;
  font-weight: 700;
}
.onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .address .field .control-cm-gender label.label {
  padding-right: 10px;
}
.onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .address .field .control-cm-gender label.label input {
  margin: 0 !important;
}
.bss-onestepcheckout .opc-wrapper #shipping #checkout-step-shipping .shipping-address-item .edit-address-link {
  margin: 0 !important;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after {
  border-radius: 4px !important;
  border-radius: 0 !important;
  height: 22px;
  line-height: 18px;
  border-bottom-left-radius: 4px !important;
  display: none;
}
.checkout-index-index .opc-wrapper .shipping-address-item {
  border: 0 !important;
  padding: 0;
}
.checkout-index-index .opc-wrapper .shipping-address-item .select_stp {
  margin: 0 0 10px;
  padding: 16px 16px;
  border-radius: 4px;
  border: 2px solid var(--Accent-2-600, #b8cad5);
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item .select_stp {
  border-color: #F05735;
}
.checkout-index-index .opc-wrapper .shipping-address-item .select_stp a {
  color: #666666;
}
.checkout-index-index .opc-wrapper .shipping-address-item:before {
  display: none;
}
.checkout-index-index .opc-wrapper .action-select-shipping-item {
  margin: 0 0 10px;
  padding: 12px 20px;
  border: 1px solid #0D0D0D;
  border-radius: 4px;
  background: transparent;
  color: #0D0D0D;
}
.checkout-index-index .opc-wrapper .action-select-shipping-item:hover {
  background: #ecf1f4;
}
.checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap.custom_popup_model .field[name="shippingAddress.street.0"] {
  margin-bottom: 0;
}
.checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap.custom_popup_model .field[name="shippingAddress.region"] {
  display: none;
}
.checkout-index-index #ui-datepicker-div {
  min-width: 280px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  width: 50%;
  height: 40px !important;
}
.checkout-index-index .opc-progress-bar-item._complete > span::after {
  line-height: unset;
  color: #B8CAD5 !important;
}
.checkout-index-index .opc-progress-bar-item._active > span::before {
  background: #f05735;
}
.payment-test-data {
  display: none !important;
}
.checkout-index-index .shipping-information-content a {
  color: #666666;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .col .qty input {
  background-color: #fff;
  width: 70px;
}
.mobile_mini_cart_title {
  border-bottom: 1px solid #666 !important;
  padding-bottom: 15px !important;
  display: flex;
  align-items: center;
}
.mobile_mini_cart_title h2 {
  text-align: left;
  margin: 0;
  padding: 0;
}
.mobile_mini_cart_title .showcart {
  margin: auto;
  margin-right: 0;
}
.payment-group .step-title {
  margin: 0px 0 10px !important;
  color: #0D0D0D;
  font-family: Roboto Condensed;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700;
  border-bottom: 1px solid #666 !important;
}
.ship-to,
.ship-via {
  background: #f5f5f5 !important;
  padding: 20px;
  border: none;
  border-radius: 8px;
  margin: 0 0 15px;
}
.ship-to .shipping-information-title,
.ship-via .shipping-information-title {
  margin: 0px 0 10px !important;
  border-bottom: 1px solid #666 !important;
}
.ship-to .shipping-information-title .action-edit,
.ship-via .shipping-information-title .action-edit {
  all: unset;
  cursor: pointer;
}
.checkout-index-index .shipping-information > div .shipping-information-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*------------------media-start--------------------*/
@media (min-width: 768px) {
  .checkout-index-index .opc-block-summary .minicart-items-wrapper.overflow-adjusted {
    overflow-y: scroll;
    max-height: 945px !important;
  }
  .checkout-index-index .payment-method._active {
    max-width: 74.4%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .checkout-cart-index .cart-container .table-wrapper table.cart {
    padding: 10px 10px;
  }
  .checkout-cart-index .cart-container .cart-summary {
    padding: 30px 15px;
  }
  .checkout-cart-index .cart-container .cart-summary .checkout_proc .process_checkout,
  .checkout-cart-index .cart-container .cart-summary .checkout-methods-items .checkout {
    padding: 5px 12px;
    font-size: 15px;
  }
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody .col .qty input {
    width: 52px;
  }
  .checkout-cart-index .modal-inner-wrap.custom_popup_model {
    max-width: 95%;
  }
  .checkout-cart-index #custom-popup {
    padding: 52px 20px 20px;
  }
}
@media (max-width: 767px) {
  /*----Bundle Double Price-----*/
  body .products-grid .product-items .product-item .product-item-info .price-box .price-fixed {
    font-size: 14px !important;
  }
  /*----Bundle Double Price-----*/
  /*----Mini-cart-----*/
  .minicart-wrapper .minicart_main_top .mini_cart_btn .actions .secondary {
    position: unset !important;
  }
  .minicart-wrapper .minicart_main_top .mini_cart_btn .actions .secondary a.action.viewcart {
    display: block !important;
  }
  /*----checkout-page-----*/
  .checkout-index-index .minicart-items .product-item {
    height: 164px;
  }
  div[name="shippingAddress.date_of_birth"] {
    max-width: 100%;
  }
  div[name="shippingAddress.date_of_birth"] .control {
    width: 100%;
  }
  .checkout-index-index .opc-block-summary .minicart-items-wrapper {
    height: auto;
  }
  img.brandimage {
    max-width: 108px;
  }
  .checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap.custom_popup_model footer.modal-footer {
    gap: 3px;
  }
  .checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap.custom_popup_model {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    padding: 45px 20px;
  }
  .modal-custom .action-close {
    margin-right: 0;
  }
  .checkout-index-index .opc-sidebar.opc-summary-wrapper,
  .checkout-index-index .opc-block-summary {
    border-radius: 0;
  }
  .checkout-index-index .opc-wrapper .shipping-address-items {
    display: block;
  }
  .shipp_address_col .shipp_btn {
    margin: 0 0 24px !important;
  }
  .checkout-index-index .opc-wrapper .shipp_address_col:last-child .action-select-shipping-item {
    margin-top: 0;
  }
  .defult_old_sign .custom-slide._show {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .modal-custom .action-close {
    top: 12px;
    margin-top: 0;
  }
  .opc-block-summary .items-in-cart > .title {
    display: flex;
    align-items: center;
  }
  .opc-block-summary .items-in-cart > .title:after {
    top: auto;
    font-size: 45px;
    margin: 0;
  }
  .opc-wrapper .form-login {
    border-top: 1px solid #cccccc !important;
    border-bottom: 0 !important;
    padding-bottom: 0;
  }
  .prog_bar {
    align-items: self-start;
    justify-content: left;
    flex-direction: column-reverse;
  }
  .prog_bar ul.opc-progress-bar {
    margin: 0;
    width: 100%;
    padding-right: 0;
  }
  #checkout .opc-estimated-wrapper {
    background: #f5f5f5 !important;
    padding: 30px;
    border: none;
    border-radius: 8px;
    display: flex;
    flex-direction: column-reverse;
  }
  .opc-estimated-wrapper .estimated-block {
    font-size: 18px;
    font-weight: 700;
    float: none;
    display: flex;
    justify-content: space-between;
  }
  .opc-estimated-wrapper .estimated-block .estimated-label {
    margin: 0;
  }
  .minicart-wrapper.cutm_sum_cart {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #00426947;
    align-items: center;
    padding-bottom: 6px;
  }
  .minicart-wrapper.cutm_sum_cart::before,
  .minicart-wrapper.cutm_sum_cart::after {
    display: none;
  }
  .minicart-wrapper.cutm_sum_cart button,
  .minicart-wrapper.cutm_sum_cart .cart.table-wrapper .actions-toolbar > .action,
  .minicart-wrapper.cutm_sum_cart .action-gift {
    background: #033 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    width: 28px;
    border: none;
    height: 28px;
  }
  .minicart-wrapper.cutm_sum_cart .crt_sumery span.title {
    font-size: 24px;
    font-weight: 700;
    color: #0D0D0D;
  }
  .minicart-wrapper.cutm_sum_cart button::before,
  .minicart-wrapper.cutm_sum_cart .cart.table-wrapper .actions-toolbar > .action::before,
  .minicart-wrapper.cutm_sum_cart .action-gift::before {
    display: none;
  }
  .minicart-wrapper.cutm_sum_cart button span.counter.qty,
  .minicart-wrapper.cutm_sum_cart .cart.table-wrapper .actions-toolbar > .action span.counter.qty,
  .minicart-wrapper.cutm_sum_cart .action-gift span.counter.qty {
    position: unset !important;
    background: transparent !important;
    margin: 0;
  }
  .opc-estimated-wrapper .estimated-block span {
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-top: 8px;
  }
  #checkout .opc-estimated-wrapper .minicart-wrapper button:before,
  #checkout .opc-estimated-wrapper .minicart-wrapper .cart.table-wrapper .actions-toolbar > .action:before,
  #checkout .opc-estimated-wrapper .minicart-wrapper .action-gift:before {
    display: none;
  }
  .checkout-index-index .methods-shipping .actions-toolbar {
    display: inline-block;
  }
  .checkout-index-index .checkout-shipping-address .form.form-login .fieldset .custom_toolbar .toolbar_flex {
    width: 100%;
  }
  /*---------------*/
  .confirm_email_error {
    background: #fff;
    border-radius: 5px;
    padding: 12px 15px;
    border-left: 5px solid #f05735;
    line-height: 1.2;
    color: #143143;
    width: 320px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 12px;
  }
  .checkout-onepage-success .columns .column.main {
    padding-bottom: 0px !important;
  }
  .checkout-cart-index .shopping_cart_title h1 {
    font-size: 16px !important;
  }
  .checkout-cart-index .table-wrapper table tbody.custom-cart-item .item-info .item .product-item-details .product-item-name a {
    font-size: 14px;
    line-height: 120% !important;
  }
  .checkout-cart-index .cart-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px !important;
  }
  .checkout-cart-index .cart-container .cart-summary {
    order: 2 !important;
    padding: 15px !important;
    margin-bottom: 10px !important;
  }
  .checkout-cart-index .cart-container .custom-guest p {
    font-size: 14px !important;
    line-height: 120%;
  }
  .checkout-cart-index .cart-container .custom-guest {
    padding: 15px !important;
    margin-bottom: 16px !important;
  }
  .checkout-cart-index .page-title-wrapper h1.page-title span.base {
    font-size: 24px !important;
    color: #f05735 !important;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper {
    margin-bottom: 16px !important;
  }
  .checkout-cart-index .cart-container .cart-summary .summary.title {
    font-size: 18px !important;
  }
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-actions .actions-toolbar .action-delete {
    right: 5px !important;
    top: 17px !important;
  }
  .checkout-cart-index .cart-container .table-wrapper table.cart {
    padding: 5px 15px 13px 15px !important;
  }
  .checkout-cart-index .table-wrapper table tbody.custom-cart-item .item-info td.col.qty::before {
    display: none;
  }
  .checkout-cart-index .table-wrapper table tbody.custom-cart-item .item-info td.col.qty select {
    height: 28px;
    position: absolute;
    right: 0;
    bottom: 37px;
    width: auto;
  }
  .checkout-cart-index .table-wrapper table tbody.custom-cart-item .item-info td.col.qty {
    margin-bottom: 0 !important;
  }
  .checkout-cart-index .table-wrapper table tbody.custom-cart-item .item-info .subtotal::before {
    display: none !important;
  }
  .checkout-cart-index .table-wrapper table tbody.custom-cart-item .item-info .subtotal {
    padding-left: 98px !important;
  }
  .checkout-cart-index .table-wrapper table tbody.custom-cart-item .item-info td.col.item {
    align-items: self-start !important;
  }
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-info {
    padding-top: 0 !important;
  }
  .checkout-cart-index .custom_crousal .block-content .owl-stage-outer .owl-stage .owl-item {
    margin-right: 10px !important;
  }
  .checkout-cart-index .page-title-wrapper {
    padding-top: 15px !important;
  }
  .custom_crousal .block-content .owl-stage-outer .owl-stage .owl-item .product-item {
    margin-bottom: 20px !important;
  }
  .checkout-cart-index .shopping_cart_title {
    padding-top: 20px !important;
  }
  .checkout-cart-index .table-wrapper table tbody.custom-cart-item .item-info td.col.item a.product-item-photo {
    max-width: 98px !important;
    padding-right: 8px !important;
  }
  .custom_crousal .block-title.title {
    padding-bottom: 10px;
  }
  .checkout-cart-index .cart-container .custom-summery .cart-totals tr strong {
    font-size: 18px;
  }
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody .product-item-details .item-options dd {
    font-size: 12px !important;
    font-weight: 400;
  }
  .custom_crousal .block-title.title strong {
    font-size: 16px !important;
  }
  /*.checkout-cart-index .table-wrapper table tbody.custom-cart-item .item-info .subtotal {
    margin-bottom: 0px !important;
}*/
  .onestepcheckout-index-index .custom_popup_model .modal-footer button,
  .onestepcheckout-index-index .custom_popup_model .modal-footer .cart.table-wrapper .actions-toolbar > .action,
  .onestepcheckout-index-index .custom_popup_model .modal-footer .action-gift {
    height: 36px;
    line-height: 0;
    padding: 0;
  }
  .checkout-cart-index .table-wrapper table tbody.custom-cart-item .item-info td.col.item {
    margin-bottom: 0px !important;
    line-height: 0 !important;
  }
  .checkout-cart-index .cart_popup .modal-content .chekout_flex .modal-body {
    margin-top: 30px;
  }
  .checkout-cart-index .table-wrapper table tbody.custom-cart-item .item-info .item .product-item-details .item-options {
    padding: 8px 0px 8px 0px !important;
  }
  .checkout-cart-index .table-wrapper table tbody.custom-cart-item .item-info .item .product-item-details .product-item-name a {
    padding-top: 5px !important;
  }
  .checkout-cart-index .table-wrapper table tbody.custom-cart-item .item-info td.col.item a.product-item-photo span.product-image-wrapper img.product-image-photo {
    width: 87px !important;
    height: 87px !important;
    margin: 0;
  }
  .checkout-cart-index .cart-container .custom-summery .checkout-methods-items li button span,
  .checkout-cart-index .cart-container .custom-summery .checkout-methods-items li .cart.table-wrapper .actions-toolbar > .action span,
  .checkout-cart-index .cart-container .custom-summery .checkout-methods-items li .action-gift span {
    font-size: 16px !important;
  }
  .checkout-cart-index .cart_popup .modal-content .chekout_flex .model_pop_text h2 {
    margin: 0;
  }
  .bss-onestepcheckout .custom_chekout_page .opc-wrapper .checkout-shipping-address,
  .bss-onestepcheckout .opc-wrapper #payment,
  .bss-onestepcheckout .checkout-container #opc-sidebar {
    padding: 16px !important;
  }
  .bss-onestepcheckout .custom_chekout_page .opc-wrapper #opc-shipping_method {
    padding: 16px;
    margin-left: 0;
  }
  .onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .address .street legend.label {
    margin: 0;
    line-height: 0;
    padding-left: 0;
    padding-top: 24px;
  }
  .onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .address .street {
    margin: 0 !important;
  }
  .onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .address .field label.label {
    margin-bottom: 0 !important;
  }
  .onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .address .field {
    margin-bottom: 0 !important;
  }
  .onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .address .field[name="shippingAddress.email_field"] {
    padding-top: 10px;
  }
  .onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .address .field[name="shippingAddress.telephone"] {
    margin-top: 10px;
  }
  /*popup responsive*/
  .onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .address .field[name="shippingAddress.email_field"]:before {
    font-size: 14px;
  }
  .onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .admin__control-fields.required:before {
    content: "Street and number";
    font-weight: 400;
    font-size: 14px;
  }
  .bss-onestepcheckout .street .label span::before {
    visibility: visible;
    content: "Address";
    font-weight: 900;
    color: #000;
  }
  .checkout-cart-index .cart_popup .modal-content {
    padding: 52px 20px 30px 20px !important;
    margin-left: 15px;
    margin-right: 15px;
  }
  .onestepcheckout-index-index .custom_popup_model .modal-footer button span,
  .onestepcheckout-index-index .custom_popup_model .modal-footer .cart.table-wrapper .actions-toolbar > .action span,
  .onestepcheckout-index-index .custom_popup_model .modal-footer .action-gift span {
    font-size: 14px !important;
  }
  .onestepcheckout-index-index .custom_popup_model .modal-content .Custom_shipping_form .address .label {
    font-size: 14px !important;
  }
  .checkout-cart-index .cart_popup .modal-content .chekout_flex .model_pop_text button.custom_signin,
  button.custom_checkout_guest,
  .checkout-cart-index .cart_popup .modal-content .chekout_flex .model_pop_text .cart.table-wrapper .actions-toolbar > .action.custom_signin,
  .cart.table-wrapper .actions-toolbar > .action.custom_checkout_guest,
  .checkout-cart-index .cart_popup .modal-content .chekout_flex .model_pop_text .action-gift.custom_signin,
  .action-gift.custom_checkout_guest {
    margin-top: 0;
  }
  .checkout-cart-index .cart_popup .modal-content .heading_center h1 {
    font-size: 18px;
  }
  .checkout-cart-index .cart_popup .modal-content .chekout_flex {
    display: block;
    text-align: left !important;
  }
  .checkout-cart-index .cart_popup .modal-content .chekout_flex .model_pop_text p {
    margin: 8px 0px !important;
    font-size: 14px;
    padding: 0 !important;
  }
  .checkout-cart-index .cart_popup .modal-content .chekout_flex .model_pop_text .cus_reg_pop {
    border-radius: 4px !important;
  }
  .checkout-cart-index .cart_popup .modal-content .chekout_flex .model_pop_text button a,
  .checkout-cart-index .cart_popup .modal-content .chekout_flex .model_pop_text .cart.table-wrapper .actions-toolbar > .action a,
  .checkout-cart-index .cart_popup .modal-content .chekout_flex .model_pop_text .action-gift a {
    font-size: 14px;
  }
  .checkout-cart-index .cart_popup .modal-content .chekout_flex .model_pop_text .cus_reg_pop {
    font-size: 14px;
    border-radius: 4px !important;
  }
  .checkout-cart-index .cart_popup .modal-content .right_close {
    right: 15px;
    top: -9px;
  }
  .button-click-view-popup-information::after {
    display: none !important;
  }
  .checkout-cart-index .cart_popup .modal-content .right_close span.close {
    font-size: 30px;
  }
  .checkout-cart-index .custom_chekout_page .cart_popup {
    overflow-x: hidden;
    overflow: scroll;
  }
  .onestepcheckout-index-index .custom_popup_model {
    max-width: 100% !important;
    margin: 40px 0px !important;
    padding: 20px !important;
    min-width: 100% !important;
    overflow-y: unset !important;
  }
  .onestepcheckout-index-index .custom_popup_model .modal-footer {
    background: transparent;
  }
  .checkout-index-index .modal-popup .custom_popup_model .modal-header .modal-title {
    font-size: 22px;
  }
  .bss-onestepcheckout .checkout-container #opc-sidebar .actions-toolbar > .primary > .btn-placeorder {
    padding: 0;
    font-weight: 500;
    height: 36px;
    font-size: 14px !important;
    line-height: 0;
  }
  .bss-onestepcheckout .opc-wrapper #shipping #checkout-step-shipping .shipping-address-item .edit-address-link {
    width: 100%;
    text-align: right;
    right: 38px;
    top: 6px;
    margin: 0;
  }
  .onestepcheckout-index-index .custom_popup_model #opc-new-shipping-address {
    overflow: hidden !important;
  }
  /*thanku page responsive css*/
  .checkout-onepage-success .custom_chekout_page {
    margin-right: 15px;
    padding: 24px 20px 34px 20px;
  }
  .checkout-onepage-success .custom_chekout_page .page-title-wrapper h1.page-title {
    font-size: 24px;
  }
  .checkout-onepage-success .custom_chekout_page .columns .main .checkout-success p {
    font-size: 14px;
    font-weight: 400;
  }
  .checkout-onepage-success .custom_chekout_page .page-title-wrapper h1.page-title {
    margin-bottom: 20px;
  }
  .checkout-onepage-success .custom_chekout_page .columns .main .checkout-success .actions-toolbar .primary {
    padding-top: 10px;
  }
  .checkout-onepage-success .custom_chekout_page .columns .main .checkout-success .actions-toolbar .primary .continue span {
    font-size: 14px;
    font-weight: 500;
  }
  .onestepcheckout-index-index .checkout-container .opc-wrapper .checkout-shipping-address .step-title,
  .checkout-shipping-method .step-title,
  .checkout-payment-method .step-title {
    font-size: 24px !important;
    padding-left: 0;
    border-bottom: 1px solid #ccc;
  }
  .bss-onestepcheckout .checkout-container #opc-sidebar .opc > li .step-title:before,
  .bss-onestepcheckout .checkout-container .opc-wrapper .opc > li .step-title:before,
  .bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .title:before,
  .bss-onestepcheckout .checkout-container .opc-wrapper .opc-block-summary .title:before {
    font-size: 18px !important;
  }
  .bss-onestepcheckout .checkout-container #opc-sidebar span.title {
    font-size: 18px !important;
  }
  .bss-onestepcheckout .checkout-container .opc-wrapper .opc > li#shipping .control input,
  .bss-onestepcheckout .checkout-container .opc-wrapper .opc > li#shipping .control select {
    height: 38px;
  }
  .bss-onestepcheckout .custom_chekout_page .checkout-container {
    display: flex;
    flex-wrap: wrap;
  }
  .bss-onestepcheckout .custom_chekout_page .checkout-container .opc-wrapper {
    order: 3;
  }
  .summery_buy_button {
    display: block;
    order: 4;
  }
  .mobile_order_summery_section {
    display: none;
  }
  .mobile_order_summery_section {
    display: block;
    order: 4;
    width: 100%;
  }
  .mobile_cu_totle_section {
    display: block;
  }
  .bss-onestepcheckout .custom_chekout_page .checkout-container #opc-sidebar .opc-block-summary {
    display: none;
  }
  .bss-onestepcheckout .custom_chekout_page .checkout-container #opc-sidebar {
    order: 4;
    padding: 0 !important;
    margin-top: 0;
    background: transparent !important;
  }
  .bss-onestepcheckout .authentication-wrapper {
    margin-bottom: 18px !important;
  }
  .bss-onestepcheckout .custom_chekout_page .checkout-container .opc-estimated-wrapper .minicart-wrapper button.action.showcart::before,
  .bss-onestepcheckout .custom_chekout_page .checkout-container .opc-estimated-wrapper .minicart-wrapper .cart.table-wrapper .actions-toolbar > .action.action.showcart::before,
  .bss-onestepcheckout .custom_chekout_page .checkout-container .opc-estimated-wrapper .minicart-wrapper .action-gift.action.showcart::before {
    color: #000 !important;
  }
  .bss-onestepcheckout .custom_chekout_page .checkout-container .opc-estimated-wrapper {
    z-index: 999;
    position: absolute;
    top: 51px;
    right: 0;
    border: none;
    padding: 0;
    margin: 0;
  }
  .bss-onestepcheckout .custom_chekout_page .checkout-container .opc-estimated-wrapper .minicart-wrapper span.counter.qty {
    top: 4px;
    right: 18px;
  }
  .bss-onestepcheckout .custom_chekout_page .checkout-container .opc-estimated-wrapper .estimated-block {
    display: none !important;
  }
  .bss-onestepcheckout .modal-popup.modal-slide {
    display: unset !important;
  }
  .checkout-cart-index .cart-container .custom-summery .checkout-methods-items li button,
  .checkout-cart-index .cart-container .custom-summery .checkout-methods-items li .cart.table-wrapper .actions-toolbar > .action,
  .checkout-cart-index .cart-container .custom-summery .checkout-methods-items li .action-gift {
    width: 100%;
    height: 48px;
    font-size: 16px !important;
    line-height: 0;
  }
  .checkout-index-index #checkout .opc-estimated-wrapper .minicart-wrapper.mobile_min_cart {
    position: relative;
  }
  .checkout-index-index #checkout .minicart-wrapper.mobile_min_cart button.action[data-bind="click: showSidebar"],
  .checkout-index-index #checkout .minicart-wrapper.mobile_min_cart .cart.table-wrapper .actions-toolbar > .action.action[data-bind="click: showSidebar"],
  .checkout-index-index #checkout .minicart-wrapper.mobile_min_cart .action-gift.action[data-bind="click: showSidebar"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    background: transparent;
  }
  .checkout-index-index #checkout .minicart-wrapper.mobile_min_cart .action.showcart .counter.qty {
    border-radius: 0;
    min-width: 28px;
    min-height: 28px;
    position: unset;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #003333;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item {
    margin: 0 11px 0 0;
    width: 49%;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item:nth-child(2n) {
    margin-right: 0;
  }
  .checkout-index-index .custom-slide .minicart-items .product-item {
    height: auto;
    max-height: 140px;
  }
  .checkout-index-index .custom-slide .opc-block-summary .items-in-cart > .title:after {
    display: block;
  }
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-info {
    align-items: start;
  }
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody .col .product-item-photo {
    min-width: 85px;
    max-width: 85px;
  }
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody td.col.price {
    display: none;
    padding-left: 85px;
    width: auto;
  }
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody td.col.price::before,
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody td.col.qty::before,
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody td.col.subtotal::before {
    display: none;
  }
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody td.col.qty {
    display: inline-flex;
    justify-content: end;
    float: right;
    margin-top: -32px;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody td.col.qty input {
    height: 28px !important;
    background: #fff;
    width: 40px;
  }
  .checkout-cart-index .cart-container .table-wrapper table.cart thead,
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody {
    background-color: transparent !important;
    display: block;
    margin-bottom: 0 !important;
    padding: 1.8rem 0 0 !important;
  }
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-actions td {
    margin-top: 1.8rem !important;
  }
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody td.col.subtotal {
    padding-left: 85px;
    margin-bottom: 0;
  }
  .checkout-cart-index .cart-container .cart-summary {
    margin-top: 0;
    background: #F2F2F2 !important;
    border-radius: 8px !important;
    padding: 20px 16px !important;
    box-shadow: none !important;
  }
  .checkout-cart-index .modal-inner-wrap.custom_popup_model {
    max-width: 95%;
  }
  .checkout-cart-index #custom-popup {
    padding: 52px 20px 20px;
  }
  .checkout-cart-index .cart_popup {
    gap: 30px;
    flex-direction: column;
  }
  .checkout-cart-index .cart_popup .popup_left,
  .checkout-cart-index .cart_popup .popup_right {
    width: 100%;
  }
  .checkout-cart-index .cart_popup .popup_left h3,
  .checkout-cart-index .cart_popup .popup_right h3 {
    margin-bottom: 12px;
    text-align: left;
  }
  .checkout-cart-index .cart_popup .popup_left p,
  .checkout-cart-index .cart_popup .popup_right p {
    text-align: left;
    font-size: 14px;
    line-height: 120%;
  }
  .checkout-cart-index .cart_popup .cart_popup_btn {
    margin-top: 0;
  }
  .checkout-cart-index .cart-container .cart-summary .checkout-methods-items .checkout {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-actions .actions-toolbar .action-towishlist {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .checkout-index-index.shipp_addr {
    position: relative;
  }
  .bss-onestepcheckout .opc-wrapper #shipping #checkout-step-shipping .shipping-address-item {
    padding: 10px 10px 10px 10px;
  }
  .checkout-index-index a.cus_edit_addr {
    font-weight: bold !important;
    position: absolute;
    top: 8px;
    right: 40px;
  }
  .checkout-index-index .methods-shipping .actions-toolbar {
    width: 100%;
  }
  .checkout-index-index .methods-shipping .actions-toolbar .primary {
    width: 100%;
    text-align: center;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item {
    margin: 0;
    width: 100%;
  }
  .checkout-index-index .new-address-popup .action-show-popup {
    margin: 0;
  }
  .checkout-index-index .checkout-shipping-address .field.addresses {
    margin-top: 16px;
  }
  .checkout-cart-index #custom-popup h1 {
    font-size: 18px;
  }
}
@media (max-width: 570px) {
  .checkout-onepage-success .custom-div-class {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .onestepcheckout-index-index .custom_popup_model {
    margin-left: auto !important;
  }
  .checkout-cart-index .cart-container .custom-summery .checkout-methods-items li button,
  .checkout-cart-index .cart-container .custom-summery .checkout-methods-items li .cart.table-wrapper .actions-toolbar > .action,
  .checkout-cart-index .cart-container .custom-summery .checkout-methods-items li .action-gift {
    padding: 9px;
  }
  .checkout-cart-index .cart-container .custom-summery .checkout-methods-items li button span,
  .checkout-cart-index .cart-container .custom-summery .checkout-methods-items li .cart.table-wrapper .actions-toolbar > .action span,
  .checkout-cart-index .cart-container .custom-summery .checkout-methods-items li .action-gift span {
    font-size: 15px !important;
  }
  .checkout-cart-index span.cart-price span.price {
    font-size: 18px !important;
  }
  .checkout-cart-index .table-wrapper table tbody.custom-cart-item .item-info .subtotal {
    padding-top: 0px !important;
    margin-bottom: 0 !important;
  }
  .checkout-cart-index .custom_crousal .block-content .owl-stage-outer .owl-stage .owl-item {
    margin-right: 20px !important;
  }
  header.page-header .header-container .web-three-logo-menu-navi-container .flex-layout .search-myaccount-minicart-container li.minicart-li-content-show-hide a {
    justify-content: right !important;
  }
  .checkout-cart-index .cart_popup .modal-content .chekout_flex .modal-body .cus_reg_pop {
    height: fit-content;
  }
}
@media (max-width: 579px) {
  .defult_old_sign .custom-slide._show {
    width: auto;
    max-width: 100% !important;
    padding: 0 20px;
  }
  .defult_old_sign .custom-slide._show .modal-inner-wrap {
    border-radius: 16px;
    box-shadow: none;
  }
}
@media (max-width: 480px) {
  .checkout-container h1 {
    color: #F05735;
    font-family: Roboto Condensed;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 124%;
  }
  .defult_old_sign .custom-slide._show {
    top: 110px;
  }
  #checkout .opc-estimated-wrapper,
  .checkout-shipping-address,
  .checkout-shipping-method {
    padding: 20px;
  }
  .minicart-wrapper.cutm_sum_cart .crt_sumery span.title,
  .checkout-shipping-address .step-title {
    font-size: 18px;
  }
  .cus_guest,
  .cus_member {
    color: #F05735 !important;
    font-family: Roboto Condensed;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 124%;
    margin: 0 0 15px;
  }
  .checkout-index-index .custom_sign_btn {
    margin: 0 0 15px !important;
  }
}
@media (max-width: 374px) {
  header.page-header .minicart-wrapper .ui-dialog-content {
    min-width: 100%;
  }
  .minicart-wrapper .minicart_main_top .product.options .content {
    width: auto;
  }
  .minicart-wrapper .minicart_main_top .product.options .details-qty.qty {
    width: auto;
    padding-left: 15px;
  }
}
@media (max-width: 360px) {
  .checkout-index-index .minicart-items .product-item-details .product-item-name {
    /* white-space: nowrap; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .checkout-index-index .custom_toolbar .toolbar_flex .secondary .action span {
    font-size: 15px;
  }
}
.swatch-attribute-selected-option {
  padding-left: 0px !important;
}
.action.primary.checkout:hover {
  background-color: #D63F0F !important;
  border-color: #D63F0F !important;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.title a {
  color: #0D0D0D;
  height: auto;
  background: #ECF1F4;
  font-size: 16px;
  font-weight: 500;
  padding: 4.5px 20px;
  min-width: 17rem;
  text-align: center;
  border-radius: 0;
  border: 0px;
  border-right: 1 px !important;
  position: relative;
}
.nav.items .nav.item.current strong a:hover {
  color: white !important;
}
footer.page-footer .footer-newsletter {
  background-repeat: no-repeat;
  background-size: cover;
}
#tab-label-reviews-title {
  border-left: 0px !important;
  border-radius: 0 10px 10px 0 !important;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.title:first-child a {
  border-radius: 10px 0 0 10px !important;
}
.box-select-common-functional-boxer a span {
  padding-right: 0.5rem;
}
.sidebar .nav.item:hover {
  background-color: #d63f0f;
}
.sidebar .account-nav a:hover {
  color: #fff !important;
}
.product.data.items .data.switch:hover {
  background: #e1e1e1 !important;
}
.data.item.title.active .custom-hover:hover {
  background: #f05735 !important;
}
.sidebar.sidebar-main .nav.item.current a {
  color: white !important;
}
.checkout-onepage-success {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.checkout-onepage-success main#maincontent:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background: #00000066;
  z-index: -1;
}
input.mage-error,
textarea.mage-error {
  border-color: #F05735 !important;
  border-width: 2px;
  border-style: solid;
}
input.mage-error {
  color: #F05735;
  border-color: #F05735 !important;
  font-size: 0.9em;
  margin-top: 5px;
}
.sign-in-out-container .container .block-customer-sign-in-out .field input {
  color: #666666;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker .ui-datepicker-buttonpane .cart.table-wrapper .actions-toolbar > .action.ui-datepicker-current,
.ui-datepicker .ui-datepicker-buttonpane .action-gift.ui-datepicker-current {
  float: left;
  display: none;
}
#date_of_birth + .ui-datepicker-trigger {
  display: flex;
  position: relative;
  float: right;
  margin-top: -43px;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
  background: #ffdf66;
}
.ui-datepicker-current-day {
  background-color: #ffdf66 !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: unset;
}
.ui-datepicker .ui-datepicker-next span {
  display: none !important;
}
.ui-datepicker .ui-datepicker-prev span {
  display: none !important;
}
@media (max-width: 1280px) {
  .opc-wrapper .shipping-address-item {
    width: 48% !important;
  }
  .checkout-index-index .opc-wrapper .shipping-address-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 9921px) {
  .opc-wrapper .shipping-address-item {
    width: 100% !important;
  }
}
.minicart-items-wrapper .minicart-items .item-qty {
  width: 40px !important;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field label {
  float: left !important;
  width: initial !important;
  display: inline-flex !important;
}
.field.gender .control .label {
  margin-right: 30px !important;
}
.mobile-menu-content {
  margin-top: 0 !important;
}
.messages {
  margin-bottom: 30px;
  padding-bottom: 0;
  max-width: 400px;
  position: fixed;
  cursor: pointer;
  z-index: 222;
  right: 10px;
  top: 10px;
}
@media (max-width: 767px) {
  .messages {
    left: 0;
    right: 0;
    max-width: 95%;
    margin: auto;
  }
}
body .modal-popup.see-detail-modal-included-product-sets .modal-inner-wrap .modal-footer {
  display: none;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .total-product-sets .btn {
  border-radius: 63px !important;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .total-product-sets {
  margin: auto;
  position: initial;
  transform: none;
  margin-bottom: 30px;
  display: table;
  text-align: center;
  margin-top: 20px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .container-suggest-on-following-options .cutom-fixed-checkbox-group label:before {
  width: 15px !important;
  height: 15px !important;
  margin-bottom: -2px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .container-suggest-on-following-options .cutom-fixed-checkbox-group label:after {
  top: 3px !important;
  left: 2px !important;
}
@media only screen and (max-width: 639px) {
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 4px !important;
    right: 29px;
    top: 4px !important;
  }
  .opc-wrapper .edit-address-link:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .container-suggest-on-following-options .cutom-fixed-checkbox-group label:after {
    width: 15px !important;
    height: 15px !important;
    text-align: center !important;
  }
}
.form.create.account.form-create-account .field label {
  text-align: left !important;
}
.form.create.account.form-create-account .field.date input {
  width: 100% !important;
}
.form.create.account.form-create-account .customer-dob {
  position: relative !important;
}
.form.create.account.form-create-account button.ui-datepicker-trigger.v-middle,
.form.create.account.form-create-account .cart.table-wrapper .actions-toolbar > .action.ui-datepicker-trigger.v-middle,
.form.create.account.form-create-account .action-gift.ui-datepicker-trigger.v-middle {
  position: absolute !important;
  right: 0 !important;
  top: 3px !important;
}
@media screen and (min-width: 768px) {
  .aff-main-content.p-right-affiliate {
    padding: 0 .5% 0 0 !important;
  }
}
.customer-account-index .modal-popup .modal-footer {
  padding: 44px !important;
}
@media only screen and (max-width: 400px) {
  .customer-account-index .modal-popup .modal-footer {
    padding: 30px !important;
  }
}
@media only screen and (max-width: 480px) {
  .customer-account-index .modal-popup .modal-footer {
    padding: 30px !important;
  }
}
.cart-empty a {
  text-decoration: underline !important;
}
.minicart-wrapper .minicart_main_top .product.bundle .product.options .details-qty.qty {
  display: flex;
  align-items: center;
}
.minicart-wrapper .minicart_main_top .product.bundle .product.options .content {
  width: 76% !important;
}
body .wrapper-the-blue-sky-slider.owl-carousel .owl-nav button.owl-prev:after,
body .wrapper-the-blue-sky-slider.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev:after,
body .wrapper-the-blue-sky-slider.owl-carousel .owl-nav .action-gift.owl-prev:after {
  content: '';
  background-size: 30px;
  background-color: #ecf1f400;
  background-repeat: no-repeat;
  border-radius: 0;
  background-image: url("/pub/media/slidebanner/left-arrow.png");
}
body .wrapper-the-blue-sky-slider.owl-carousel .owl-nav button.owl-next:after,
body .wrapper-the-blue-sky-slider.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next:after,
body .wrapper-the-blue-sky-slider.owl-carousel .owl-nav .action-gift.owl-next:after {
  content: '';
  background-size: 30px;
  background-color: #ecf1f400;
  background-repeat: no-repeat;
  border-radius: 0;
  background-image: url("/pub/media/slidebanner/right-arrow.png");
}
.fotorama__arr.fotorama__arr--next,
.fotorama__arr.fotorama__arr--prev {
  display: block !important;
}
.product-item {
  font-size: 16px;
}
p {
  margin-bottom: 2rem;
}
strong {
  font-family: 'Roboto Condensed', sans-serif;
}
footer {
  background-color: #ecf1f4;
}
footer ul li a {
  color: #303030;
}
footer ul li a:hover {
  color: #f05735;
}
footer a:visited {
  color: #303030;
}
footer .footer-newsletter {
  font-family: 'Roboto Condensed', sans-serif;
}
footer .footer-static_social ul li a em {
  color: #008080;
}
footer .footer-static_social ul li:last-child a {
  background-color: #008080;
}
footer .footer-bottom .bottom_link li {
  color: #1e1e1e;
}
footer .inner-page .footer-newsletter {
  background-color: #f05735;
}
.left-side-bar ul li a {
  color: #303030;
}
.left-side-bar ul li.active a,
.left-side-bar ul li:hover a {
  color: #f05735;
}
.primary-menu-container .ves-menu > li {
  font-family: 'Roboto Condensed', sans-serif;
}
.primary-menu-container .ves-menu > li:hover > a {
  background-color: #f05735;
}
.myaccount-li-content-show-hide > div a,
.minicart-li-content-show-hide > div a,
.static-link-li-content-show-hide > div a {
  color: #303030;
}
.myaccount-li-content-show-hide > div a:hover,
.minicart-li-content-show-hide > div a:hover,
.static-link-li-content-show-hide > div a:hover {
  color: #f05735;
}
.myaccount-li-content-show-hide > div ul li:first-child a,
.minicart-li-content-show-hide > div ul li:first-child a,
.static-link-li-content-show-hide > div ul li:first-child a {
  font-family: 'Roboto Condensed', sans-serif;
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/careshop/careshop_default/en_GB/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../../frontend/careshop/careshop_default/en_GB/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../../frontend/careshop/careshop_default/en_GB/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../../frontend/careshop/careshop_default/en_GB/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../../frontend/careshop/careshop_default/en_GB/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../../frontend/careshop/careshop_default/en_GB/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
body .container {
  width: 95%;
  margin: auto;
  max-width: 1430px;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  body .container {
    width: 100%;
    box-sizing: border-box;
  }
}
.container-max {
  width: 97%;
  margin: auto;
  max-width: 1600px;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .container-max {
    width: 100%;
    box-sizing: border-box;
  }
}
.container-min {
  width: 93%;
  margin: auto;
  max-width: 1350px;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .container-min {
    width: 100%;
    box-sizing: border-box;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0 -15px;
}
.row > div[class*="col-"] {
  padding: 0 15px;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.row > .product_media_image {
  padding-left: 15px;
}
.col- {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
div[class*="col-sm"],
div[class*="col-md"],
div[class*="col-lg"],
div[class*="col-xs"] {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  div[class*="col-sm"],
  div[class*="col-md"],
  div[class*="col-lg"],
  div[class*="col-xs"] {
    padding: 0 15px;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
img,
object,
video,
embed {
  max-width: 100%;
  height: auto;
  max-height: inherit;
}
iframe {
  max-width: 100%;
}
a {
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:visited,
.alink:visited {
  text-decoration: none;
}
a:active,
a:focus,
a:hover,
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active,
button:focus {
  outline: 0;
  text-decoration: none;
  box-shadow: none;
}
a.active,
body a:active,
body .alink:active {
  text-decoration: none;
}
*:focus {
  outline: 0;
  box-shadow: none !important;
}
a.btn:visited {
  color: #fff;
}
ul,
ol {
  padding-left: 1.2rem;
}
.section {
  margin: 100px 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"],
select {
  height: 4.4rem;
  border: 1px solid #cdcdcd;
  border-radius: 0;
  padding: 0 1rem;
  font-family: 'Roboto Condensed', sans-serif;
}
textarea {
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  padding: 1rem;
  border-radius: 0;
}
label {
  font-family: 'Roboto Condensed', sans-serif;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
body .social-btn .btn-social {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0;
  text-transform: none;
}
body .page.messages .message,
body .message.info {
  padding: 12px 40px;
  margin-bottom: 2rem;
}
body div.mage-error {
  color: red;
  font-size: 1.4rem;
}
@keyframes cssAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes cssAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 767px) {
  .messages {
    margin-bottom: 30px;
    padding-bottom: 0;
    max-width: 400px;
    position: fixed;
    cursor: pointer;
    right: 35px;
    top: 25vh;
    z-index: 222;
  }
  .messages div {
    line-height: 1.8;
  }
  .messages .success {
    -moz-animation: bounceOutRight 1.5s ease-in 4s forwards;
    /* Firefox */
    -webkit-animation: bounceOutRight 1.5s ease-in 4s forwards;
    /* Safari and Chrome */
    -o-animation: bounceOutRight 1.5s ease-in 4s forwards;
    /* Opera */
    animation: bounceOutRight 1.5s ease-in 4s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .messages .success > *:first-child:before {
    top: 2.4rem;
  }
}
.message.error > *:first-child:before {
  top: 23px;
}
.review-form {
  max-width: 100%;
}
.fieldset div.required > .label:after,
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #0d0d0d;
  font-size: 1.4rem;
  margin: 0 0 0 0.2rem;
}
.fieldset .field {
  margin-bottom: 1rem;
}
table {
  border-collapse: collapse;
}
table thead th {
  font-family: 'Roboto Condensed', sans-serif;
}
.cms-index-index .page-title-wrapper {
  display: none;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
  outline: 0;
  border-color: rgba(0, 0, 0, 0.6);
  transition: border-color 0.4s;
}
.action.primary:focus,
.action.primary:active {
  border: 1px solid #f05735;
}
.actions-toolbar .primary {
  text-align: left;
}
.actions-toolbar .primary .primary {
  width: auto;
}
.fotorama__stage__frame .fotorama__img {
  top: 0;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
}
.modal-popup .modal-header .modal-title {
  padding-bottom: 1rem;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  color: #0d0d0d;
}
@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: .0;
  }
  48% {
    opacity: .2;
  }
  80% {
    opacity: .0;
  }
  100% {
    left: 82%;
  }
}
@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: .0;
  }
  48% {
    opacity: .2;
  }
  80% {
    opacity: .0;
  }
  100% {
    left: 82%;
  }
}
body {
  margin: 0;
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: 'Roboto Condensed', sans-serif;
}
body p {
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.special-offers-click-close,
.lang-currency-click-close {
  display: none;
}
@font-face {
  font-family: 'icomoon';
  src: url('../../frontend/careshop/careshop_default/en_GB/fonts/icomoon.eot?m6u5bj');
  src: url('../../frontend/careshop/careshop_default/en_GB/fonts/icomoon.eot?m6u5bj#iefix') format('embedded-opentype'), url('../../frontend/careshop/careshop_default/en_GB/fonts/icomoon.ttf?m6u5bj') format('truetype'), url('../../frontend/careshop/careshop_default/en_GB/fonts/icomoon.woff?m6u5bj') format('woff'), url('../../frontend/careshop/careshop_default/en_GB/fonts/icomoon.svg?m6u5bj#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Star_outline:before {
  content: "\e904";
}
.icon-Star:before {
  content: "\e903";
  color: #017f7f;
}
.icon-lock:before {
  content: "\e902";
}
.icon-stick:before {
  content: "\e901";
  color: #fff;
}
.icon-rating-5:before {
  content: "\e900";
  color: #666;
}
@media (min-width: 992px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 1199px) {
  .hidden-md {
    display: none;
  }
}
@media (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
@media (max-width: 565) {
  .hidden-xxs {
    display: none;
  }
}
.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.flex_res {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex_res {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
body a:visited,
body .alink:visited {
  color: #0d0d0d;
}
.btn {
  color: #ffffff;
}
.btn.cap {
  text-transform: capitalize;
}
.flex-layout {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-flow: row wrap;
}
.transition {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.grid-layout {
  display: grid;
}
.grid-layout.four {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
@media (max-width: 480px) {
  .grid-layout.four {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-layout.three-col {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}
.grid-layout.two-col-4-6 {
  grid-template-columns: 40% 60%;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.visible-xs {
  display: none;
}
.box-shadow {
  background-color: #f7f7f7;
  padding: 1.5rem 4rem 2.5rem 2.5rem;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2.5rem;
}
@media (max-width: 556px) {
  .box-shadow {
    padding: 1.5rem 1.5rem 2.5rem;
  }
}
.panel-group {
  margin-top: 3rem;
}
.panel-group .panel-title {
  margin-top: 2.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #333333;
}
.panel-group .panel-title a {
  color: #333333;
  display: block;
}
.panel-group .panel-title a:hover {
  color: #f05735;
}
.panel-group .panel-title a:after {
  content: "\f107";
  font-family: Fontawesome;
  float: right;
}
.panel-group .panel-title:after {
  display: none;
}
.collapse {
  display: none;
}
.wrapper-the-blue-sky-slider .content-the-blue-sky-slider .the-blue-sky-banner-text {
  display: none;
}
.cms-index-index body {
  background-color: #f7f7f7;
}
.cms-index-index header.page-header {
  margin-bottom: 0;
}
.breadcrumbs {
  margin: 0 0 4.5rem;
  display: none;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 2rem;
  }
}
.breadcrumbs .item:not(:last-child):after {
  vertical-align: text-top;
}
.breadcrumbs .item {
  color: #333333;
}
.toolbar .pages {
  margin-top: 5rem;
}
.toolbar .pages-items li .action:before {
  color: #333333 !important;
}
.toolbar .pages-items li a,
.toolbar .pages-items li strong {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cdcdcd;
  margin-right: 0.8rem !important;
  color: #333333 !important;
}
.toolbar .pages-items li a:hover,
.toolbar .pages-items li strong:hover {
  color: #f05735 !important;
}
.toolbar .pages-items li a:hover:before,
.toolbar .pages-items li strong:hover:before {
  color: #f05735 !important;
}
header.page-header {
  margin-bottom: 4rem;
  background-color: #ffffff;
  border-bottom: 0;
}
@media (max-width: 767px) {
  header.page-header {
    margin-bottom: 2rem;
  }
}
header.page-header ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
header.page-header .topbar-navi-advertisement-content {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.65rem 0;
  background: #017F7F;
}
@media only screen and (max-width: 1440px) {
  header.page-header .topbar-navi-advertisement-content {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 1199px) {
  header.page-header .topbar-navi-advertisement-content {
    padding: 1.6rem 0;
  }
}
header.page-header .topbar-navi-advertisement-content ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
  flex-wrap: row wrap;
}
header.page-header .topbar-navi-advertisement-content ul li {
  padding: 0 1.5rem;
  color: #313131;
  line-height: 31px;
  letter-spacing: 0.01em;
  font-size: 23.04px;
}
@media screen and (max-width: 1199px) {
  header.page-header .topbar-navi-advertisement-content ul li {
    padding: 0 1rem;
    font-size: 1.4rem;
  }
}
header.page-header .topbar-navi-advertisement-content ul li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  padding: 18.5px 32px;
  background: #F05735;
  border-radius: 34px;
  font-weight: 400;
}
header.page-header .topbar-navi-advertisement-content ul li a:hover {
  background-color: #D63F0F;
}
header.page-header .topbar-navi-advertisement-content ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
header.page-header .topbar-navi-advertisement-content ul li:first-child {
  padding-left: 0;
}
header.page-header .topbar-navi-advertisement-content ul .new-pro-top-navi-adv {
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 24px;
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 1199px) {
  header.page-header .topbar-navi-advertisement-content ul .new-pro-top-navi-adv {
    font-size: 1.4rem;
  }
}
header.page-header .topbar-navi-advertisement-content .button-closed-topbar-navi-advertisement {
  position: absolute;
  right: 24px;
  top: 22px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-image: url(../../frontend/careshop/careshop_default/en_GB/images/icon_close.svg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
header.page-header .topbar-navi-advertisement-content .button-closed-topbar-navi-advertisement span {
  display: none;
}
@media only screen and (max-width: 1440px) {
  header.page-header .topbar-navi-advertisement-content .button-closed-topbar-navi-advertisement {
    top: 1.3rem;
  }
}
@media only screen and (max-width: 1199px) {
  header.page-header .topbar-navi-advertisement-content .button-closed-topbar-navi-advertisement {
    top: 0.65rem;
  }
}
@media (max-width: 767px) {
  header.page-header .topbar-navi-advertisement-content .button-closed-topbar-navi-advertisement {
    position: static;
  }
}
header.page-header .web-two-topbar-navi-menutop-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  background-image: url(../../frontend/careshop/careshop_default/en_GB/images/bg_header.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  font-size: 1.4rem;
  padding: 9px 0 1px 0;
  position: relative;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
header.page-header .web-two-topbar-navi-menutop-container ul {
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  header.page-header .web-two-topbar-navi-menutop-container {
    font-size: 1.2rem;
  }
}
header.page-header .web-two-topbar-navi-menutop-container:hover {
  background-color: #313131 !important;
}
header.page-header .web-two-topbar-navi-menutop-container .flex-layout {
  justify-content: space-between;
}
header.page-header .web-two-topbar-navi-menutop-container .topbar-freeshiping-content {
  flex: 0 0 90%;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
}
header.page-header .web-two-topbar-navi-menutop-container .topbar-freeshiping-content ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
}
header.page-header .web-two-topbar-navi-menutop-container .topbar-freeshiping-content ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: initial;
}
header.page-header .web-two-topbar-navi-menutop-container .topbar-freeshiping-content ul li:first-child {
  flex: 1;
}
header.page-header .web-two-topbar-navi-menutop-container .topbar-freeshiping-content ul li a:hover {
  color: #f05735;
}
header.page-header .web-two-topbar-navi-menutop-container * {
  color: #ffffff;
  text-transform: uppercase;
}
header.page-header .web-two-topbar-navi-menutop-container .topbar-special-offers-lang-currency-content > ul > li {
  display: inline-block;
}
header.page-header .web-two-topbar-navi-menutop-container .topbar-special-offers-lang-currency-content .special-offers-container > a {
  padding-right: 7px;
  margin-right: 7px;
  border-right: 1px solid #ffffff;
  color: #ffffff;
}
header.page-header .web-two-topbar-navi-menutop-container .topbar-special-offers-lang-currency-content .special-offers-container > a:hover {
  color: #f05735;
}
header.page-header .web-two-topbar-navi-menutop-container .topbar-special-offers-lang-currency-content .special-offers-container > a.special-offers-click-close {
  color: #f05735;
}
header.page-header .web-two-topbar-navi-menutop-container .topbar-special-offers-lang-currency-content .special-offers-container > a:after {
  content: "\f107";
  font-family: Fontawesome;
  padding-left: 7px;
}
header.page-header .web-two-topbar-navi-menutop-container .topbar-special-offers-lang-currency-content .special-offers-container > a.special-offers-click-close:after {
  display: none;
}
header.page-header .web-three-logo-menu-navi-container .flex-layout {
  justify-content: space-between;
  align-items: center;
  flex-flow: nowrap;
}
@media screen and (max-width: 1024px) {
  header.page-header .web-three-logo-menu-navi-container .flex-layout .logo-container {
    max-width: 160px;
  }
}
@media screen and (min-width: 768px) {
  header.page-header .web-three-logo-menu-navi-container .flex-layout .logo-container .nav-toggle {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.page-header .web-three-logo-menu-navi-container .flex-layout .logo-container {
    max-width: 15%;
    margin-right: 0.5rem;
  }
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container i::before {
  display: none;
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container i.fa-user {
  background-image: url(../../frontend/careshop/careshop_default/en_GB/images/icon_myaocunt.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  color: #0D0D0D;
  margin-top: 5px;
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container i.fa-user:hover {
  color: #F05735;
  background-image: url(../../frontend/careshop/careshop_default/en_GB/images/icon_myaocunt_hover.svg);
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container i.fa-info-circle {
  background-image: url(../../frontend/careshop/careshop_default/en_GB/images/icon_infomation.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  color: #0D0D0D;
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container i.fa-info-circle:hover {
  color: #F05735;
  background-image: url(../../frontend/careshop/careshop_default/en_GB/images/icon_infomation_hover.svg);
}
@media screen and (max-width: 1199px) {
  header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container i {
    font-size: 1.8rem;
  }
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container .action.showcart:before {
  content: "";
  background-image: url(../../frontend/careshop/careshop_default/en_GB/images/cart_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  color: #0D0D0D;
  min-height: 0 !important;
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container .action.showcart:hover:before {
  color: #F05735;
  background-image: url(../../frontend/careshop/careshop_default/en_GB/images/cart_icon_hover.svg);
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container a.delete {
  background-image: url(../../frontend/careshop/careshop_default/en_GB/images/delete_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 18px;
  color: #0D0D0D;
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container a.delete::before {
  display: none;
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container a.delete:hover {
  color: #F05735;
  background-image: url(../../frontend/careshop/careshop_default/en_GB/images/delete_icon_hover.svg);
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .button-click-view-pupup-search,
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .button-click-view-popup-myaccount,
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .action.showcart,
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .button-click-view-popup-static-link {
  position: relative;
  min-height: 7.3rem;
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .button-click-view-pupup-search:after,
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .button-click-view-popup-myaccount:after,
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .action.showcart:after,
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .button-click-view-popup-static-link:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 0.5rem;
  background-color: #ffffff;
  opacity: 0;
  z-index: 11;
}
@media screen and (max-width: 1024px) {
  header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .button-click-view-popup-static-link {
    padding-right: 0;
  }
  header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .button-click-view-pupup-search {
    padding-left: 0;
  }
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li.active .button-click-view-pupup-search:after,
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li.active .button-click-view-popup-myaccount:after,
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li.active .action.showcart:after,
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li.active .button-click-view-popup-static-link:after {
  opacity: 1;
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .action.showcart {
  position: relative;
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .action.showcart:after {
  bottom: -0.3rem;
  height: 10px;
  z-index: 111;
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .action.showcart.active:after {
  opacity: 1;
}
header.page-header .special-offers-pupup-view,
header.page-header .popup-lang-currency-container,
header.page-header .myaccount-popup-view,
header.page-header .information-popup-view,
header.page-header .static-link-popup-view,
header.page-header .search-popup-view {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  left: auto;
  top: 150%;
  z-index: 2;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
header.page-header .special-offers-container li a,
header.page-header .lang-currency-container li a {
  font-size: 14px;
  line-height: 14px;
}
header.page-header .special-offers-container .special-offers-pupup-view,
header.page-header .lang-currency-container .special-offers-pupup-view,
header.page-header .special-offers-container .popup-lang-currency-container,
header.page-header .lang-currency-container .popup-lang-currency-container {
  display: block;
  width: 100vw;
  z-index: 222;
  background: #313131;
  text-align: center;
  padding: 48px 0;
  top: 150%;
}
header.page-header .special-offers-container .popup-lang-currency-container ul,
header.page-header .lang-currency-container .popup-lang-currency-container ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  text-align: left;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li,
header.page-header .lang-currency-container .popup-lang-currency-container ul li {
  flex: 0 0 30%;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li label,
header.page-header .lang-currency-container .popup-lang-currency-container ul li label {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li div *,
header.page-header .lang-currency-container .popup-lang-currency-container ul li div * {
  color: #0d0d0d;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li > div select,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div select,
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher {
  height: 48px;
  background-color: #ffffff;
  line-height: 46px;
  padding: 0 10px 0 11px;
  margin: 0;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #ccc;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li > div select .options .action.toggle:after,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div select .options .action.toggle:after,
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher .options .action.toggle:after,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher .options .action.toggle:after {
  content: "\f0d7";
  font-family: Fontawesome;
  font-size: 15.8px;
  line-height: 46px !important;
  color: #666;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li > div select .options .action.toggle.active:after,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div select .options .action.toggle.active:after,
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher .options .action.toggle.active:after,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher .options .action.toggle.active:after {
  content: "\f0d8";
  font-family: Fontawesome;
  font-size: 15.8px;
  line-height: 46px !important;
  color: #666;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .action.toggle,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .action.toggle {
  height: 48px;
  line-height: 48px;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher-trigger strong,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher-trigger strong {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: capitalize;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher-trigger strong span,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher-trigger strong span {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher-trigger:after,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher-trigger:after {
  line-height: 36px !important;
  float: right;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher-dropdown,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher-dropdown {
  left: -12px !important;
  width: 105.8%;
  max-height: 60vh;
  overflow: auto;
  top: 79%;
  border-radius: 0 0 8px 8px;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher-dropdown li,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher-dropdown li {
  text-transform: capitalize;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher-dropdown li a,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher-dropdown li a {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 12px 16px;
  border-bottom: 1px solid #A2A2A2;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher-dropdown li:last-child a,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher-dropdown li:last-child a {
  border-bottom: none;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher-options,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher-options,
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher-trigger,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher-trigger {
  width: 100%;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher-options:focus,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher-options:focus,
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher-trigger:focus,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher-trigger:focus {
  outline: 0;
}
header.page-header .special-offers-container .popup-lang-currency-container .store-ship-to-popup-view .switcher-dropdown,
header.page-header .lang-currency-container .popup-lang-currency-container .store-ship-to-popup-view .switcher-dropdown {
  padding: 1rem 0;
}
header.page-header .special-offers-container .popup-lang-currency-container .store-ship-to-popup-view .switcher-dropdown .switcher-option > a,
header.page-header .lang-currency-container .popup-lang-currency-container .store-ship-to-popup-view .switcher-dropdown .switcher-option > a {
  display: block;
  padding: 0.8rem 1rem;
  line-height: 1;
}
header.page-header .special-offers-container .popup-lang-currency-container .store-ship-to-popup-view .switcher-dropdown .switcher-option > a img,
header.page-header .lang-currency-container .popup-lang-currency-container .store-ship-to-popup-view .switcher-dropdown .switcher-option > a img {
  max-width: 25px;
  vertical-align: sub;
  margin-right: 5px;
}
header.page-header .special-offers-container .popup-lang-currency-container .store-ship-to-popup-view #append-switcher-ship-to-country img,
header.page-header .lang-currency-container .popup-lang-currency-container .store-ship-to-popup-view #append-switcher-ship-to-country img {
  max-width: 25px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}
header.page-header .special-offers-container.active .special-offers-pupup-view,
header.page-header .lang-currency-container.active .special-offers-pupup-view,
header.page-header .special-offers-container.active .popup-lang-currency-container,
header.page-header .lang-currency-container.active .popup-lang-currency-container {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
header.page-header .lang-currency-container .lang-currency-click-open img {
  width: 18px;
  height: 18px;
  vertical-align: sub;
  margin-left: 5px;
}
header.page-header .special-offers-pupup-view * {
  line-height: 0;
}
header.page-header .grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  max-width: 700px;
  margin: auto;
  grid-gap: 10px;
}
header.page-header .grid-layout a {
  border-radius: 7px;
}
header.page-header .grid-layout a img {
  height: 100%;
  border-radius: 7px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
header.page-header .grid-layout a:hover img {
  transform: scale(1.02);
  border-radius: 5px;
}
header.page-header .grid-layout .first {
  grid-column: 1/2;
  grid-row: 1/3;
}
header.page-header .grid-layout .second {
  grid-column: 2/3;
  grid-row: 1/3;
}
header.page-header .grid-layout .thrid {
  grid-column: 3/3;
  grid-row: 1/2;
}
header.page-header .grid-layout .four {
  grid-column: 3/3;
  grid-row: 2/3;
}
header.page-header .search-myaccount-minicart-container > ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  position: relative;
}
header.page-header .search-myaccount-minicart-container > ul > li:first-child > a {
  border-left: 0.1rem solid #cdcdcd;
}
header.page-header .search-myaccount-minicart-container > ul > li > a,
header.page-header .search-myaccount-minicart-container > ul > li .action.showcart {
  padding: 23px 20px;
  line-height: 1;
  border-right: 0.1rem solid #cdcdcd;
  display: inline-block;
  width: 64px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  header.page-header .search-myaccount-minicart-container > ul > li > a,
  header.page-header .search-myaccount-minicart-container > ul > li .action.showcart {
    padding: 2.2rem 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  header.page-header .search-myaccount-minicart-container > ul > li > a,
  header.page-header .search-myaccount-minicart-container > ul > li .action.showcart {
    padding: 2.2rem 1.2rem;
  }
}
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide .myaccount-popup-view,
header.page-header .search-myaccount-minicart-container .minicart-li-content-show-hide .myaccount-popup-view,
header.page-header .search-myaccount-minicart-container .static-link-li-content-show-hide .myaccount-popup-view,
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .myaccount-popup-view,
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide .ui-dialog-content,
header.page-header .search-myaccount-minicart-container .minicart-li-content-show-hide .ui-dialog-content,
header.page-header .search-myaccount-minicart-container .static-link-li-content-show-hide .ui-dialog-content,
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .ui-dialog-content,
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide .static-link-popup-view,
header.page-header .search-myaccount-minicart-container .minicart-li-content-show-hide .static-link-popup-view,
header.page-header .search-myaccount-minicart-container .static-link-li-content-show-hide .static-link-popup-view,
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .static-link-popup-view,
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide .search-popup-view,
header.page-header .search-myaccount-minicart-container .minicart-li-content-show-hide .search-popup-view,
header.page-header .search-myaccount-minicart-container .static-link-li-content-show-hide .search-popup-view,
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .search-popup-view {
  background-color: #ffffff;
  text-align: center;
  padding: 0;
  line-height: 2;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide.active .myaccount-popup-view,
header.page-header .search-myaccount-minicart-container .minicart-li-content-show-hide.active .myaccount-popup-view,
header.page-header .search-myaccount-minicart-container .static-link-li-content-show-hide.active .myaccount-popup-view,
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide.active .myaccount-popup-view,
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide.active .ui-dialog-content,
header.page-header .search-myaccount-minicart-container .minicart-li-content-show-hide.active .ui-dialog-content,
header.page-header .search-myaccount-minicart-container .static-link-li-content-show-hide.active .ui-dialog-content,
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide.active .ui-dialog-content,
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide.active .static-link-popup-view,
header.page-header .search-myaccount-minicart-container .minicart-li-content-show-hide.active .static-link-popup-view,
header.page-header .search-myaccount-minicart-container .static-link-li-content-show-hide.active .static-link-popup-view,
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide.active .static-link-popup-view,
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide.active .search-popup-view,
header.page-header .search-myaccount-minicart-container .minicart-li-content-show-hide.active .search-popup-view,
header.page-header .search-myaccount-minicart-container .static-link-li-content-show-hide.active .search-popup-view,
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide.active .search-popup-view {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .button-click-view-pupup-search {
  padding: 2.2rem 2.5rem;
}
@media screen and (max-width: 1199px) {
  header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .button-click-view-pupup-search {
    padding: 2.2rem 1.8rem;
  }
}
@media screen and (max-width: 1199px) {
  header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .button-click-view-pupup-search {
    padding: 2.2rem 1.2rem;
  }
}
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .search-popup-view {
  width: calc(100vw - 25px);
  left: auto;
  right: calc(-1*(100vw - 95vw)/2);
  padding: 20px;
  z-index: 2;
}
@media (min-width: 1500px) {
  header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .search-popup-view {
    right: calc(-1*(100vw - 1430px)/2);
  }
}
@media (max-width: 991px) {
  header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .search-popup-view {
    right: 0;
  }
}
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .search-popup-view .block-search {
  float: none;
  width: 100%;
  padding: 0;
}
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .search-popup-view .block-search .control {
  padding-bottom: 0;
  padding: 0 10px;
  border: 1px solid #d8d8d8;
}
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .search-popup-view .block-search .control input {
  width: 100%;
  padding: 0;
  border: 0;
}
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .search-popup-view .block-search .control input::-webkit-input-placeholder {
  /* Chrome */
  color: #0d0d0d;
  font-style: italic;
}
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .search-popup-view .block-search .control input::-moz-placeholder {
  /* Firefox 19+ */
  color: #0d0d0d;
  opacity: 1;
  font-style: italic;
}
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .search-popup-view .block-search .control input::-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #c1c1c1;
  opacity: 1;
  font-style: italic;
}
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .search-popup-view .block-search .action.search {
  line-height: 1;
  top: 2px;
}
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .search-popup-view .block-search .action.search:before {
  content: "\f002";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 2.3rem;
  color: #0d0d0d;
}
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .search-popup-view .minisearch .control .nested {
  display: none;
}
header.page-header .logo {
  float: none;
  max-width: 100%;
  margin: 0;
}
header.page-header .minicart-wrapper {
  margin-left: 0;
  position: static;
}
header.page-header .minicart-wrapper .action.showcart:before {
  content: "\f07a";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 2.4rem;
  color: #0d0d0d;
}
header.page-header .minicart-wrapper .action.showcart:hover:before {
  color: #f05735;
}
header.page-header .minicart-wrapper .ui-dialog-content {
  width: 100%;
  right: 0;
}
.minicart-wrapper .ui-dialog-content {
  padding: 0 !important;
  margin: 0;
}
.minicart-wrapper .ui-dialog-content:before {
  display: none;
}
.minicart-wrapper .block-minicart:after {
  display: none;
}
.minicart-wrapper .action.showcart {
  position: relative;
}
.minicart-wrapper .action.showcart .counter.qty {
  min-height: 1.6rem;
  min-width: 1.6rem;
  line-height: 1rem;
  border-radius: 50%;
  position: absolute;
  font-size: 12px;
  height: auto;
  width: auto;
  display: block;
  text-align: center;
  right: 12px;
  top: 12px;
  padding: 3px 2px;
}
.minicart-wrapper .block-minicart {
  min-width: 367px;
}
.minicart-wrapper #minicart-content-wrapper {
  padding: 19px 17px;
}
.minicart-wrapper #minicart-content-wrapper .block-title {
  display: block;
  text-align: left;
}
.minicart-wrapper #minicart-content-wrapper .block-title strong {
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  line-height: 24px;
}
.minicart-wrapper #minicart-content-wrapper .block-title .qty {
  display: none;
}
.minicart-wrapper #minicart-content-wrapper a.action.viewcart {
  display: none;
}
.minicart-wrapper #minicart-content-wrapper .block-content {
  /* Track */
  /* Handle */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  padding: 0;
}
.minicart-wrapper #minicart-content-wrapper .block-content ::-webkit-scrollbar {
  width: 2px;
}
.minicart-wrapper #minicart-content-wrapper .block-content ::-webkit-scrollbar-track {
  background: #cdcdcd;
}
.minicart-wrapper #minicart-content-wrapper .block-content ::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 10px;
}
.minicart-wrapper #minicart-content-wrapper .block-content .items-total {
  display: none;
}
.minicart-wrapper #minicart-content-wrapper .block-content .subtotal {
  order: 3;
}
.minicart-wrapper #minicart-content-wrapper .block-content .actions {
  order: 4;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items-wrapper {
  order: 2;
  border: 0;
  overflow: auto;
  height: 270px !important;
  margin: 0;
  padding: 0;
  position: relative;
}
.minicart-wrapper #minicart-content-wrapper .block-content .actions .secondary:last-child {
  order: 1;
  position: absolute;
  top: -5px;
  right: 8px;
  color: #f05735;
}
.minicart-wrapper #minicart-content-wrapper .block-content .actions .secondary:last-child a {
  color: #f05735;
}
.minicart-wrapper #minicart-content-wrapper .block-content .actions .secondary:last-child a.delete:before {
  color: #666;
}
.minicart-wrapper #minicart-content-wrapper .block-content .actions .secondary:last-child a.delete:hover:before {
  color: #f05735;
}
.minicart-wrapper #minicart-content-wrapper .block-content .actions .primary {
  margin-bottom: 0;
}
.minicart-wrapper #minicart-content-wrapper .block-content .actions .primary .action.edit {
  display: none;
}
.minicart-wrapper #minicart-content-wrapper .block-content .actions .primary button {
  margin-bottom: 0;
}
.minicart-wrapper #minicart-content-wrapper .block-content .actions .primary button#top-cart-btn-checkout {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
}
.minicart-wrapper #minicart-content-wrapper .block-content .product-item {
  margin-bottom: 8px;
  padding: 16px 0;
  background: #F5F5F5;
  border-radius: 8px;
  padding-left: 10px;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .action.delete:before {
  content: '\e604';
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-name {
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.3;
  font-size: 1.3rem;
  text-align: left;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-name a {
  color: #0d0d0d;
  font-weight: 500;
  font-size: 14px;
  line-height: 16.8px;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product.options .toggle {
  display: none;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product.options .content {
  display: block !important;
  text-align: left;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product.options .content dl {
  margin-bottom: 0;
  line-height: 16.8px;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product.options .content dl dt,
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product.options .content dl dd {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 16.8px;
  color: #666;
  font-size: 14px;
  min-width: 35%;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product.options .content dl dt:after {
  content: ':';
  padding-right: 3px;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-details {
  position: relative;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-details .product-item-pricing {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-details .product-item-pricing * {
  font-size: 1.2rem;
  color: #999999;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-details .product-item-pricing .details-qty label {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 16.8px;
  color: #666;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-details .product-item-pricing .details-qty input {
  height: auto;
  border: 0;
  padding: 0;
  width: 45px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16.8px;
  color: #666;
  background: transparent;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-details .product-item-pricing .details-qty button {
  position: absolute;
  bottom: 0;
  right: 6px;
  padding: 7px 15px;
  text-transform: capitalize;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-details .product-item-pricing .details-qty button span {
  color: #ffffff;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-details .product-item-pricing .details-qty:after {
  content: 'x';
  margin: 0 5px;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-details .product-item-pricing .price-container .price-excluding-tax {
  margin-top: 0;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-details .product-item-pricing .price-container .price-excluding-tax .price {
  font-family: 'Roboto Condensed', sans-serif;
}
.minicart-wrapper #minicart-content-wrapper .block-content .subtotal {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.minicart-wrapper #minicart-content-wrapper .block-content .subtotal .label,
.minicart-wrapper #minicart-content-wrapper .block-content .subtotal .amount .price-wrapper .price {
  font-size: 1.6rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #000000;
}
footer.page-footer {
  background-color: #ecf1f4;
  margin-top: 6rem;
}
footer.page-footer h2 {
  font-size: 2.2rem;
}
footer.page-footer h3 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
footer.page-footer ul {
  padding-left: 0;
}
footer.page-footer ul li {
  list-style: none;
}
footer.page-footer .footer-newsletter {
  text-align: center;
  background: url(../../frontend/careshop/careshop_default/en_GB/images/Background_footer_desktop.png) center no-repeat;
  padding: 6.2rem 0 16.4rem;
  margin-bottom: 3rem;
}
footer.page-footer .footer-newsletter .newsletter-title {
  margin-bottom: 2.6rem;
}
footer.page-footer .footer-newsletter h2 {
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 29px;
  text-transform: capitalize;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
}
footer.page-footer .footer-newsletter h2,
footer.page-footer .footer-newsletter p {
  color: #ffffff;
}
footer.page-footer .footer-newsletter .iner-page {
  display: none;
}
footer.page-footer .footer-newsletter .control {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  position: relative;
  justify-content: flex-start;
}
footer.page-footer .footer-newsletter .control button {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 20px;
}
footer.page-footer .footer-newsletter .control input {
  background: rgba(255, 255, 255, 0.6);
  padding-left: 10px;
  border-color: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  border-right: 0;
  min-width: 52%;
  height: 48px;
  background: white;
  flex: 1;
}
footer.page-footer .footer-newsletter .control div.mage-error[generated] {
  position: absolute;
  top: 100%;
  margin: 0;
  margin-top: 5px;
}
footer.page-footer .footer-newsletter .content {
  max-width: 390px;
  margin: auto;
}
footer.page-footer .footer-newsletter .content .label {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: left;
  display: block;
  padding: 2px;
  font-size: 14px;
  line-height: 17px;
  color: white;
}
footer.page-footer .footer-newsletter p {
  margin-bottom: 0;
}
footer.page-footer .footer-static_text {
  max-width: 820px;
  margin: auto;
  margin-bottom: 0;
  text-align: center;
}
footer.page-footer .footer-static_text h2 {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #F05735;
  margin-bottom: 20px;
}
footer.page-footer .footer-content {
  margin-bottom: 37px;
}
footer.page-footer .footer-content strong {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px;
  line-height: 24px;
  color: #313131;
  margin-bottom: 4px;
  display: block;
}
footer.page-footer .footer-content p {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #313131;
}
footer.page-footer .footer-short_link ul.first {
  margin-bottom: 17px;
}
footer.page-footer .footer-short_link ul.first li {
  padding: 0 33px;
}
footer.page-footer .footer-short_link ul.first li a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
}
footer.page-footer .footer-short_link ul.first li a strong {
  font-family: 'Roboto Condensed', sans-serif;
}
footer.page-footer .footer-short_link .payment {
  display: none !important;
}
footer.page-footer .footer-static_link,
footer.page-footer .footer-static_payment {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  margin: 0 -1.5rem;
  margin-bottom: 1rem;
  flex-flow: row wrap;
}
footer.page-footer .footer-static_link > div,
footer.page-footer .footer-static_payment > div {
  padding: 0 1.5rem;
  flex: 1;
}
footer.page-footer .footer-static_payment {
  margin-bottom: 6rem;
  text-align: center;
}
footer.page-footer .footer-static_link h3 {
  margin-bottom: 1.5rem;
}
footer.page-footer .footer-static_social {
  text-align: center;
  margin-bottom: 6.5rem;
}
footer.page-footer .footer-static_social ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
footer.page-footer .footer-static_social ul li {
  padding: 0 1.5rem;
}
footer.page-footer .footer-static_social ul li a em {
  font-size: 0;
}
footer.page-footer .footer-static_social ul li a em:before {
  font-size: 2.4rem;
}
footer.page-footer .footer-static_social ul li:last-child a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding: 3px;
}
footer.page-footer .footer-short_link ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer.page-footer .footer-short_link ul.first li {
  padding: 0 25px;
}
footer.page-footer .footer-short_link ul li {
  text-transform: uppercase;
}
footer.page-footer .footer-short_link ul.payment li a {
  padding: 0 20px;
  font-size: 1.2rem;
  border-right: 1px solid #8d8d8d;
  letter-spacing: 0.5px;
}
footer.page-footer .footer-short_link ul.payment li:first-child a {
  padding-left: 0;
}
footer.page-footer .footer-short_link ul.payment li:last-child a {
  padding-right: 0;
  border-right: 0;
}
footer.page-footer .footer-bottom .bottom_link ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-bottom: 1.5rem;
}
footer.page-footer .footer-bottom .bottom_link ul li {
  text-transform: uppercase;
  padding: 0 5px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
}
footer.page-footer .inner-page .footer-bottom {
  background-color: #514F50;
  padding: 23.5px 0;
}
footer.page-footer .inner-page .footer-bottom ul {
  font-size: 1.4rem;
  margin-bottom: 0;
}
footer.page-footer .inner-page .footer-bottom ul li {
  color: #ffffff;
}
footer.page-footer .inner-page .footer-bottom ul li a {
  color: #ffffff;
}
footer.page-footer .inner-page .newsletter-title > * {
  display: block;
}
footer.page-footer .inner-page .newsletter-title .iner-page {
  display: none;
}
body:not(.cms-index-index) footer.page-footer .footer-newsletter .newsletter-title > *:not(.iner-page) {
  display: none;
}
body:not(.cms-index-index) footer.page-footer .footer-newsletter .newsletter-title .iner-page {
  display: block;
}
.web-three-logo-menu-navi-container {
  position: relative;
  border-bottom: 1px solid #BDBDBD;
}
.primary-menu-container .ves-menu .navigation {
  position: static;
  background: transparent;
}
.primary-menu-container .ves-menu .navigation:after,
.primary-menu-container .ves-menu .navigation:before {
  content: '';
  display: table;
  clear: both;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu {
  background: transparent;
  position: static;
  outline: none;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 > a {
  line-height: 24px;
  font-size: 20px;
  font-weight: 700;
  padding: 2.3rem 2.15rem;
  border-right: none;
  color: #0d0d0d;
  display: inline-block;
  text-transform: uppercase;
  min-height: 7.3rem;
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (max-width: 1199px) {
  .primary-menu-container .ves-menu .navigation .ves-megamenu .level0 > a {
    padding: 2.2rem 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .primary-menu-container .ves-menu .navigation .ves-megamenu .level0 > a {
    padding: 2.2rem 1rem;
  }
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 > a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  opacity: 0;
  height: 0.5rem;
  z-index: 111;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 > a .menu-icon {
  max-width: 2.5rem;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .primary-menu-container .ves-menu .navigation .ves-megamenu .level0 > a .menu-icon {
    display: none;
  }
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0:last-child > a {
  border-right: none;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic {
  position: relative;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic > a,
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic.active > a {
  background-color: #f05735;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic > a:after,
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic.active > a:after {
  display: none;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic:hover > a {
  background-color: #f05735;
  color: white !important;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic .submenu {
  background: transparent;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic .submenu * {
  color: #ffffff;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic .submenu a {
  line-height: 1.3;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic .level1 {
  margin-bottom: 0;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic .level1 > a {
  text-transform: none;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  background-color: #F05735;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic .level1 > a:hover {
  background-color: #FB5F1C;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic .level1 > .submenu > .content-wrap > .megamenu-content {
  margin: 0;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic .level1:last-child {
  margin-bottom: 0;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 .submenu {
  border: 0;
  left: 0;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 .submenu .submenu {
  font-family: 'Roboto Condensed', sans-serif;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 .submenu a {
  padding: 0;
  line-height: 1.8571428571429;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 .submenu a:hover {
  background-color: transparent;
  text-decoration: none !important;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 .submenu .active > a {
  border: 0;
  color: #fff;
  text-decoration: none;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0:hover > a,
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.active > a {
  color: #0d0d0d !important;
  background-color: #ffffff;
  border-left: 0;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0:hover > a:after,
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.active > a:after {
  opacity: 1;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0:hover .submenu,
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.active .submenu {
  opacity: 1;
  visibility: visible;
  top: 100% !important;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 .content-wrap:after,
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 .content-wrap:before {
  content: '';
  display: table;
  clear: both;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 .megamenu-sidebar {
  color: #008080;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.4;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 .megamenu-sidebar h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .subgroup.level1,
.primary-menu-container .ves-menu .navigation .ves-megamenu .subhover.level1 {
  margin-bottom: 2rem;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .subgroup.level1 > a,
.primary-menu-container .ves-menu .navigation .ves-megamenu .subhover.level1 > a {
  text-transform: capitalize;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
  color: #0d0d0d;
  cursor: pointer;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .subgroup.level1 > a:hover,
.primary-menu-container .ves-menu .navigation .ves-megamenu .subhover.level1 > a:hover {
  color: #FFFFFF;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .subgroup.level1 .submenu > .content-wrap > .megamenu-content,
.primary-menu-container .ves-menu .navigation .ves-megamenu .subhover.level1 .submenu > .content-wrap > .megamenu-content {
  margin: 0;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  display: block;
  top: 150% !important;
  transition: all 0.3s ease 0s;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4) !important;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  padding: 0;
  z-index: 9;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap {
  padding: 0;
  margin: 0 !important;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .sub-inside {
  margin-top: 2rem;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .sub-inside > a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .sub-inside .submenu {
  padding-left: 0;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .sub-inside a {
  color: #0d0d0d;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .left-sidebar,
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .right-sidebar,
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .megamenu-content .mega-col-level-1 {
  padding: 0;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .megamenu-footer img:hover,
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .left-sidebar img:hover,
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .right-sidebar img:hover,
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .megamenu-footer img:hover {
  transform: none;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .left-sidebar a.btn {
  font-family: 'Roboto Condensed', sans-serif;
  border: 2px solid #f05735;
  padding: 2rem;
  color: #f05735;
  font-size: 2.2rem;
  line-height: 1.4;
  display: inline-block;
  text-align: center;
  background-color: transparent;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .circle_button {
  text-align: center;
  display: inline-block;
  background-color: #0d0d0d;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  border-radius: 50%;
  min-width: 20rem;
  min-height: 20rem;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: auto;
  padding-bottom: 0;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .circle_button:after {
  position: absolute;
  bottom: 10px;
  font-weight: 700;
  font-size: 3rem;
  content: "\f107";
  font-family: Fontawesome;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .circle_button a {
  line-height: 1.4;
  font-size: 2rem;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .circle_button {
    min-width: 14rem;
    min-height: 14rem;
  }
  .primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .circle_button a {
    font-size: 1.6rem;
  }
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu .megamenu-footer {
  text-align: center;
  line-height: 0;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu .megamenu-footer img:hover {
  transform: none;
}
.primary-menu-container .sm-megamenu-child {
  display: none;
}
.wrapper-the-blue-sky-slider {
  position: relative;
}
.wrapper-the-blue-sky-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 15px;
  text-align: center;
}
.wrapper-the-blue-sky-slider .buttons-play-pause {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  margin: 0;
}
.wrapper-the-blue-sky-slider .buttons-play-pause a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 4px;
  border: none;
}
.wrapper-the-blue-sky-slider .buttons-play-pause a i {
  line-height: 1;
}
.welcome-to-careshop-container {
  margin-top: 5.5rem;
}
.welcome-to-careshop-container h2,
.welcome-to-careshop-container h3 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.welcome-to-careshop-container h2 strong,
.welcome-to-careshop-container h3 strong {
  font-family: 'Roboto Condensed', sans-serif;
}
.welcome-to-careshop-container h2 {
  font-size: 4rem;
}
.welcome-to-careshop-container h3 {
  font-size: 3rem;
  margin: 1.5rem 0 3.5rem;
}
.welcome-to-careshop-container p {
  margin-bottom: 0;
  line-height: 1.4;
}
.all-category {
  background: url(../../frontend/careshop/careshop_default/en_GB/images/bg_banner_middle.jpg) center no-repeat;
  background-size: cover;
  padding: 5.7rem 0 5.3rem;
}
.all-category h2 {
  font-size: 3rem;
  text-transform: uppercase;
}
.all-category .grid-layout {
  grid-gap: 1.5rem;
}
.all-category .grid-layout > div {
  position: relative;
}
.all-category .grid-layout > div > a {
  display: block;
  line-height: 1;
  font-size: 0;
}
.all-category .grid-layout > div > a:after {
  content: "";
  position: absolute;
  top: calc(100% - 9.1rem);
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  opacity: 1;
  transition: top 0.4s ease;
  min-height: 9.1rem;
}
@media (max-width: 767px) {
  .all-category .grid-layout > div > a:after {
    top: 0;
  }
}
.all-category .grid-layout > div img {
  margin-bottom: 0;
}
.all-category .grid-layout > div:after {
  display: none;
}
.all-category .grid-layout > div:hover .cate-info {
  top: 0;
  padding: 3.5rem 0 5rem;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.all-category .grid-layout > div:hover .cate-info .visible-hover {
  transform: scaleY(1);
  display: block;
  margin-bottom: 2rem;
  width: auto;
  height: auto;
}
.all-category .grid-layout > div:hover .cate-info:before {
  display: none;
}
.all-category .grid-layout > div:hover a:after {
  opacity: 1;
  top: 0;
}
.all-category .grid-layout .cate-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1rem 0 1.5rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 9.1rem;
  transition: all 0.4s ease;
}
.all-category .grid-layout .cate-info:before {
  display: none;
}
.all-category .grid-layout .cate-info h2 {
  margin: 0;
}
.all-category .grid-layout .cate-info * {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.all-category .grid-layout .cate-info .btn {
  border-color: #ffffff;
  background-color: transparent;
  text-transform: capitalize;
}
.all-category .grid-layout .cate-info .visible-hover {
  transform: scaleY(0);
  display: block;
  margin-bottom: 0;
  width: 0;
  height: 0;
  padding: 0;
}
.all-category .container-max {
  max-width: 1490px;
}
.all-category .container-max > h2 {
  margin: 1.5rem 0 0;
  padding: 2.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.all-category .container-max > h2:hover {
  background-color: rgba(0, 0, 0, 0.85);
}
.all-category .container-max > h2 a {
  color: #ffffff;
}
.section-title {
  margin-bottom: 1.5rem;
}
.banner-middle {
  margin-top: 6rem;
}
.banner-middle h2 {
  font-size: 4.5rem;
  margin-bottom: 1rem;
}
.banner-middle .banner-content {
  position: relative;
}
.banner-middle .banner-content img {
  border: 2px solid #0d0d0d;
}
@media (max-width: 991px) {
  .banner-middle .banner-content img.hidden-xs {
    display: none;
  }
  .banner-middle .banner-content img.visible-xs {
    display: block;
    width: 100%;
  }
}
.banner-middle .banner-content .banner-info {
  position: absolute;
  top: 10%;
  left: 5%;
}
@media (min-width: 1366px) {
  .banner-middle .banner-content .banner-info {
    max-width: 50%;
  }
}
.banner-middle .banner-content .banner-info p {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.banner-middle .banner-content .banner-info h2 {
  font-size: 3rem;
  margin: 1.2rem 0 2.5rem;
}
.banner-middle .banner-content .banner-info .top {
  margin-bottom: 1rem;
}
.banner-middle .banner-content .banner-info a.btn {
  text-transform: capitalize;
  color: #ffffff;
}
.banner-middle .banner-content .banner-info a.btn.first {
  margin-right: 3rem;
}
.banner-middle.two-image {
  margin-top: 0;
  margin-bottom: 6rem;
}
.banner-middle.two-image .flex-layout {
  flex-flow: nowrap;
}
@media screen and (min-width: 1650px) {
  .banner-middle.two-image .banner-left {
    flex: 0 0 40%;
  }
  .banner-middle.two-image .banner-right {
    flex: 1;
  }
}
.banner-middle.two-image .banner-content {
  line-height: 0;
  background-color: #ffffff;
}
.banner-middle.two-image .banner-content img {
  border: 0;
}
.banner-middle.two-image .banner-content:before {
  display: none;
}
.banner-middle.two-image .banner-content .banner-info {
  line-height: 1.4;
  font-size: 1.4rem;
  z-index: 2;
  max-width: 100%;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  padding: 1.5rem 0 .3rem 5%;
  transition: all 0.5s ease;
}
.banner-middle.two-image .banner-content .banner-info:after {
  content: "";
  position: absolute;
  top: calc(100% - 5.4rem);
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  width: 100%;
  min-height: 5.4rem;
  transition: top 0.4s ease;
}
@media (max-width: 767px) {
  .banner-middle.two-image .banner-content .banner-info:after {
    top: 0;
  }
}
.banner-middle.two-image .banner-content .banner-info * {
  color: #ffffff;
  z-index: 2;
  position: relative;
}
.banner-middle.two-image .banner-content .banner-info h2 {
  margin: 0 0 1.2rem;
  text-transform: uppercase;
  font-size: 2.2rem;
}
.banner-middle.two-image .banner-content .banner-info p {
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner-middle.two-image .banner-content .banner-info p {
    margin-bottom: 2rem;
  }
}
.banner-middle.two-image .banner-content .banner-info .btn {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: inline-block;
}
.banner-middle.two-image .banner-content .banner-info .visible-hover {
  display: none;
}
.banner-middle.two-image .banner-content:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.banner-middle.two-image .banner-content:hover .banner-info {
  padding: 7vh 0 7vh 5%;
  top: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner-middle.two-image .banner-content:hover .banner-info {
    padding: 5% 0 5% 5%;
  }
}
.banner-middle.two-image .banner-content:hover .banner-info:after {
  top: 0;
  display: block;
}
.banner-middle.two-image .banner-content:hover .banner-info .visible-hover {
  display: block;
}
.banner-middle.two-image .banner-content:hover .banner-info .btn {
  display: inline-block;
}
.banner-middle.two-image .banner-right .banner-content:before {
  border: 0;
}
.rokanheading {
  margin-bottom: 2.2rem;
}
.rokanheading h2 {
  margin-bottom: 0.0;
  font-size: 3rem;
}
.container-our-bestsellers-products {
  margin-top: 6rem;
}
.watch-out-moving {
  margin-top: 4rem;
  background: #e9e9e9;
  padding: 3.5rem 0 4.5rem;
}
.watch-out-moving .product-wow .col-infor {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1rem;
}
.watch-out-moving .product-wow .col-infor p {
  line-height: 1.4;
  margin-bottom: 0;
}
.watch-out-moving .product-wow .col-infor a.btn {
  margin-top: 0.5rem;
  text-transform: none;
  padding: 0.7rem 17%;
  font-size: 1.3rem;
}
.watch-out-moving .product-wow .col-first .col-infor a.btn {
  background-color: #404040;
  border-color: #404040;
}
.watch-out-moving .product-wow .col-first .col-infor a.btn:hover {
  background-color: #404040;
  border-color: #404040;
}
.watch-out-moving .product-wow .col-second .col-infor a.btn {
  background-color: #2879ee;
  border-color: #2879ee;
}
.watch-out-moving .product-wow .col-second .col-infor a.btn:hover {
  background-color: #2879ee;
  border-color: #2879ee;
}
.watch-out-moving .product-wow .col-third .col-infor a.btn {
  background-color: #9e5e30;
  border-color: #9e5e30;
}
.watch-out-moving .product-wow .col-third .col-infor a.btn:hover {
  background-color: #9e5e30;
  border-color: #9e5e30;
}
.watch-out-moving .product-wow .col-four .col-infor a.btn {
  background-color: #576726;
  border-color: #576726;
}
.watch-out-moving .product-wow .col-four .col-infor a.btn:hover {
  background-color: #576726;
  border-color: #576726;
}
.watch-out-moving .owl-carousel .owl-nav {
  top: 41%;
}
.watch-out-moving .owl-carousel .owl-nav button:after {
  color: #d3d7df;
}
.bundle-product {
  background: #e9e9e9;
  padding: 6rem 0;
  margin-top: 6rem;
}
.bundle-product .bundel-wraper .bundle-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  border: 3px solid #dfdfdf;
  background: #ffffff;
  text-align: center;
  padding: 20px 0 0 10px;
}
.bundle-product .bundel-wraper .bundle-item .item-first:after {
  content: "\f067";
  font-family: Fontawesome;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4rem;
  transform: translate(-50%, -50%);
}
.bundle-product .bundel-wraper .bundle-item h5 {
  line-height: 1.6;
  margin: 0;
}
.bundle-product .bundel-wraper .bundle-item h5 a {
  color: #0d0d0d;
}
.bundle-product .bundel-wraper .bundle-item h5 a:hover {
  color: #f05735;
}
@media screen and (max-width: 991px) {
  .bundle-product .bundel-wraper .bundle-item h5 a br {
    display: none;
  }
}
.bundle-product .bundel-wraper .bundle-item .product-name {
  text-transform: capitalize;
  padding-right: 10px;
}
.bundle-product .bundel-wraper .bundle-item .col-image {
  max-width: 80%;
  margin: auto;
  margin-bottom: 10%;
  padding: 10px;
}
.bundle-product .bundel-wraper .bundle-item .col-price h5 {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.1;
}
.bundle-product .bundel-wraper .bundle-item .col-price p {
  text-transform: uppercase;
  margin-bottom: 0;
}
.bundle-product .bundel-wraper .bundle-item .item-second {
  position: relative;
}
.bundle-product .bundel-wraper .bundle-item .item-second .col-price {
  background: #008080;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  padding: 11px 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.community .grid-layout.four-col {
  grid-template-columns: repeat(4, calc(100% /4 - 8px));
  grid-gap: 1rem;
}
.community .grid-layout.four-col .col-grid {
  text-align: center;
  padding: 3rem 2rem 5rem;
  border: 1px solid;
  transition: 0.3s ease;
}
.community .grid-layout.four-col .col-grid:hover {
  background-color: #ffffff;
}
.community .grid-layout.four-col .col-grid .col-grid-infor {
  margin-top: 10px;
}
.community .grid-layout.four-col .col-grid h2 {
  font-size: 2.4rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .community .grid-layout.four-col .col-grid h2 {
    font-size: 2.5vw;
  }
}
.community .grid-layout.four-col .col-grid h5 {
  margin: 0 0 0.5rem;
}
.community .grid-layout.four-col .col-grid p {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
}
.community .grid-layout.four-col .col-grid a {
  display: inline-block;
}
.community .grid-layout.four-col .col-grid.blue {
  border-color: #5074cd;
}
.community .grid-layout.four-col .col-grid.blue h2,
.community .grid-layout.four-col .col-grid.blue a {
  color: #5074cd;
}
.community .grid-layout.four-col .col-grid.yellow {
  border-color: #f4c541;
}
.community .grid-layout.four-col .col-grid.yellow h2,
.community .grid-layout.four-col .col-grid.yellow a {
  color: #f4c541;
}
.community .grid-layout.four-col .col-grid.green {
  border-color: #b4dc38;
}
.community .grid-layout.four-col .col-grid.green h2,
.community .grid-layout.four-col .col-grid.green a {
  color: #b4dc38;
}
.community .grid-layout.four-col .col-grid.col-fourgreen {
  border-color: #1cbda2;
}
.community .grid-layout.four-col .col-grid.col-fourgreen h2,
.community .grid-layout.four-col .col-grid.col-fourgreen a {
  color: #1cbda2;
}
body .post-list-wrapper.blog-widget-recent {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  body .post-list-wrapper.blog-widget-recent {
    margin-bottom: 7rem;
  }
}
body .post-list-wrapper.blog-widget-recent .post-list {
  margin: 0 -1rem;
}
body .post-list-wrapper.blog-widget-recent .post-list .post-holders {
  margin: 0;
  padding: 0 1rem;
  border: 0;
  width: 25%;
  float: left;
  margin-bottom: 3rem;
}
body .post-list-wrapper.blog-widget-recent .post-list .post-holders:nth-of-type(1) {
  clear: none;
}
@media (min-width: 992px) {
  body .post-list-wrapper.blog-widget-recent .post-list .post-holders:nth-of-type(4n+1) {
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 556px) {
  body .post-list-wrapper.blog-widget-recent .post-list .post-holders:nth-of-type(2n+1) {
    clear: both;
    width: 50%;
  }
}
@media (max-width: 555px) {
  body .post-list-wrapper.blog-widget-recent .post-list .post-holders {
    width: 100%;
  }
}
body .post-list-wrapper.blog-widget-recent .post-list .post-header .post-ftimg-hld {
  margin-bottom: 1rem;
}
body .post-list-wrapper.blog-widget-recent .post-list .post-header .post-title a {
  font-size: inherit;
  color: #0d0d0d;
}
body .post-list-wrapper.blog-widget-recent .post-list .post-header .post-title a:hover {
  color: #f05735;
}
body .post-list-wrapper.blog-widget-recent .post-list .post-content {
  font-size: 1.4rem;
  line-height: 1.4;
}
body .post-list-wrapper.blog-widget-recent .post-list .post-content .post-text-hld {
  min-height: 1px;
}
body .post-list-wrapper.blog-widget-recent .post-list .post-content .post-text-hld a.post-text-hld-link {
  color: #303030;
}
body .post-list-wrapper.blog-widget-recent .post-list .post-content .post-text-hld a.post-text-hld-link:hover {
  color: #f05735;
}
body .post-list-wrapper.blog-widget-recent .post-list .post-content p {
  margin-bottom: 0;
}
body .post-list-wrapper.blog-widget-recent .post-list .post-content .post-read-more {
  padding-top: 10px;
  float: none;
  display: none;
}
body .post-list-wrapper.blog-widget-recent .bottom-blog-widget-recent {
  text-align: center;
}
body .post-list-wrapper.blog-widget-recent .bottom-blog-widget-recent .btn {
  text-transform: capitalize;
  font-family: 'Roboto Condensed', sans-serif;
}
.container-brand-logo-home-page ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  border: 2px solid #aaa;
  border-width: 2px 0 2px 0;
  background-color: #ffffff;
}
.container-brand-logo-home-page .rokan-widget-brand-widget {
  padding: 6rem 0;
}
.container-brand-logo-home-page .owl-stage {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
}
.container-brand-logo-home-page .owl-stage .owl-item {
  padding: 1rem 3rem;
}
.container-brand-logo-home-page .owl-carousel .owl-nav {
  top: 32%;
}
.container-brand-logo-home-page .owl-carousel .owl-nav button:after {
  color: #737373;
}
.container-brand-logo-home-page .owl-carousel .owl-nav button:hover:after {
  color: #0d0d0d;
}
.social-section {
  background: #27bff3;
  color: #ffffff;
  text-align: center;
  padding: 3rem 0 4.5rem;
  margin-top: 6rem;
  margin-bottom: 1rem;
}
.social-section .social-title h2 {
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.social-section .social-title .social-icon .fa {
  background-color: #ffffff;
  border-radius: 50%;
  width: 5.8rem;
  height: 5.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f05735;
  margin: 0 10px;
  font-size: 0;
}
.social-section .social-title .social-icon .fa:before {
  font-size: 2.4rem;
}
.social-section .social-title .action-bottom {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 2.5rem;
}
.social-section .social-title .action-bottom a {
  color: #ffffff;
}
.social-section .social-title .action-bottom a:not(:last-child) {
  padding-right: 0.8rem;
  margin-right: 0.8rem;
  border-right: 2px solid #ffffff;
}
@media (max-width: 767px) {
  .social-section .social-title br {
    display: none;
  }
}
.social-section #cpcolumninstagram {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.5rem;
}
@media (max-width: 767px) {
  .social-section #cpcolumninstagram {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 479px) {
  .social-section #cpcolumninstagram {
    grid-template-columns: repeat(2, 1fr);
  }
}
.social-section #cpcolumninstagram .instangram-feed {
  border: 2px solid #ffffff;
  border-radius: 3px;
}
.social-section #cpcolumninstagram .instangram-feed a {
  line-height: 0;
  display: block;
  position: relative;
}
.social-section #cpcolumninstagram .instangram-feed a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #27bff3;
  opacity: 0;
  z-index: 1;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.social-section #cpcolumninstagram .instangram-feed .instagram_infor {
  transition: top 0.4s ease;
  -webkit-transition: top 0.4s ease;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.6;
  color: #fff;
  width: 90%;
  z-index: 2;
  opacity: 0;
}
.social-section #cpcolumninstagram .instangram-feed .instagram_infor .wishlist-comment-ammount {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 3%;
}
.social-section #cpcolumninstagram .instangram-feed .instagram_infor p {
  font-size: 1.4rem;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-rendering: optimizeLegibility;
}
.social-section #cpcolumninstagram .instangram-feed:hover a:before {
  opacity: 0.8;
}
.social-section #cpcolumninstagram .instangram-feed:hover .instagram_infor {
  top: 50%;
  opacity: 1;
}
body .owl-carousel .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: visible;
}
body .owl-carousel .owl-nav button {
  font-size: 0 !important;
  position: absolute;
  display: inline-block;
  text-align: center;
  color: #0d0d0d;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
body .owl-carousel .owl-nav button:after {
  font-family: FontAwesome;
  width: 4.8rem;
  height: 4.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  background-color: #ECF1F4;
  border-radius: 99px;
  color: #666;
  font-size: 24px;
}
body .owl-carousel .owl-nav button:hover {
  background: transparent !important;
}
body .owl-carousel .owl-nav button:hover:after {
  background-color: #ECF1F4;
  border-radius: 99px;
  color: #666;
  font-size: 24px;
}
body .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
body .owl-carousel .owl-nav button.owl-prev:after {
  content: '\f104';
}
body .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
body .owl-carousel .owl-nav button.owl-next:after {
  content: '\f105';
}
body .owl-carousel:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
body .owl-carousel:hover .owl-nav button.owl-prev {
  left: 15px;
}
body .owl-carousel:hover .owl-nav button.owl-next {
  right: 15px;
}
.slideshow-homepage-banner .owl-carousel .owl-nav button:after {
  color: #d3d7df;
  font-size: 5.8rem;
}
.slideshow-homepage-banner .owl-carousel .owl-dots {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
}
.two-column {
  margin: 0 -20px;
}
@media screen and (max-width: 991px) {
  .two-column {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 767px) {
  .two-column {
    flex-direction: column-reverse;
  }
}
.two-column > div {
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.two-column .sidebar-title,
.two-column .page-title {
  font-size: 2.4rem;
  border-bottom: 1px solid #3c3c3c;
  padding-bottom: 3px;
}
.two-column .page-title {
  margin-bottom: 2.5rem;
}
.two-column .sidebar-title {
  margin-bottom: 1.5rem;
}
.left-side-bar {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 20px;
}
.left-side-bar ul {
  padding-left: 0;
}
.left-side-bar ul li {
  list-style: none;
}
.left-side-bar .sidebar-title {
  font-size: 2.4rem;
}
.col-content-right {
  flex: 0 0 80%;
  max-width: 80%;
  padding: 0 20px;
}
.col-content-right .post-view-detail-fixed h2 {
  font-size: 2.6rem;
}
@media screen and (max-width: 991px) {
  .left-side-bar,
  .col-content-right {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .left-side-bar,
  .col-content-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .left-side-bar {
    margin-top: 2rem;
  }
}
.blog-post-view .block-relatedposts-container-detailpage {
  margin-top: 6rem;
}
.blog-post-view .block-relatedposts-container-detailpage .block-title {
  margin-bottom: 5rem;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}
.blog-post-view .block-relatedposts-container-detailpage .block-title:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  height: 1px;
  background-color: #333333;
}
.blog-post-view .block-relatedposts-container-detailpage .block-title strong {
  background: #ffffff;
  position: relative;
  z-index: 2;
  padding: 0 5%;
}
.blog-post-view .circle_button {
  text-align: center;
  background-color: #333333;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  border-radius: 50%;
  min-width: 20rem;
  min-height: 20rem;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: auto;
  padding-bottom: 0;
}
.blog-post-view .circle_button a {
  line-height: 1.4;
  font-size: 2rem;
  text-transform: uppercase;
  color: #ffffff;
}
.blog-post-view .circle_button a:after {
  position: absolute;
  bottom: 10px;
  font-weight: 700;
  font-size: 3rem;
  content: "\f107";
  font-family: Fontawesome;
  right: 0;
  left: 0;
}
.blog-page .block-relatedposts-container-detailpage .block-content,
.blog-post-view .block-relatedposts-container-detailpage .block-content,
.blog-page .post-list-wrapper .block-content,
.blog-post-view .post-list-wrapper .block-content,
.blog-page .block-relatedposts-container-detailpage .post-list,
.blog-post-view .block-relatedposts-container-detailpage .post-list,
.blog-page .post-list-wrapper .post-list,
.blog-post-view .post-list-wrapper .post-list {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px 20px;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .blog-page .block-relatedposts-container-detailpage .block-content,
  .blog-post-view .block-relatedposts-container-detailpage .block-content,
  .blog-page .post-list-wrapper .block-content,
  .blog-post-view .post-list-wrapper .block-content,
  .blog-page .block-relatedposts-container-detailpage .post-list,
  .blog-post-view .block-relatedposts-container-detailpage .post-list,
  .blog-page .post-list-wrapper .post-list,
  .blog-post-view .post-list-wrapper .post-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 479px) {
  .blog-page .block-relatedposts-container-detailpage .block-content,
  .blog-post-view .block-relatedposts-container-detailpage .block-content,
  .blog-page .post-list-wrapper .block-content,
  .blog-post-view .post-list-wrapper .block-content,
  .blog-page .block-relatedposts-container-detailpage .post-list,
  .blog-post-view .block-relatedposts-container-detailpage .post-list,
  .blog-page .post-list-wrapper .post-list,
  .blog-post-view .post-list-wrapper .post-list {
    grid-template-columns: 1fr;
  }
}
.blog-page .block-relatedposts-container-detailpage .block-content .post-ftimg-hld-fixed,
.blog-post-view .block-relatedposts-container-detailpage .block-content .post-ftimg-hld-fixed,
.blog-page .post-list-wrapper .block-content .post-ftimg-hld-fixed,
.blog-post-view .post-list-wrapper .block-content .post-ftimg-hld-fixed,
.blog-page .block-relatedposts-container-detailpage .post-list .post-ftimg-hld-fixed,
.blog-post-view .block-relatedposts-container-detailpage .post-list .post-ftimg-hld-fixed,
.blog-page .post-list-wrapper .post-list .post-ftimg-hld-fixed,
.blog-post-view .post-list-wrapper .post-list .post-ftimg-hld-fixed,
.blog-page .block-relatedposts-container-detailpage .block-content .post-ftimg-hld,
.blog-post-view .block-relatedposts-container-detailpage .block-content .post-ftimg-hld,
.blog-page .post-list-wrapper .block-content .post-ftimg-hld,
.blog-post-view .post-list-wrapper .block-content .post-ftimg-hld,
.blog-page .block-relatedposts-container-detailpage .post-list .post-ftimg-hld,
.blog-post-view .block-relatedposts-container-detailpage .post-list .post-ftimg-hld,
.blog-page .post-list-wrapper .post-list .post-ftimg-hld,
.blog-post-view .post-list-wrapper .post-list .post-ftimg-hld {
  line-height: 1;
  margin: 0;
}
.blog-page .block-relatedposts-container-detailpage .block-content .container-post-item-link-name,
.blog-post-view .block-relatedposts-container-detailpage .block-content .container-post-item-link-name,
.blog-page .post-list-wrapper .block-content .container-post-item-link-name,
.blog-post-view .post-list-wrapper .block-content .container-post-item-link-name,
.blog-page .block-relatedposts-container-detailpage .post-list .container-post-item-link-name,
.blog-post-view .block-relatedposts-container-detailpage .post-list .container-post-item-link-name,
.blog-page .post-list-wrapper .post-list .container-post-item-link-name,
.blog-post-view .post-list-wrapper .post-list .container-post-item-link-name,
.blog-page .block-relatedposts-container-detailpage .block-content .post-title,
.blog-post-view .block-relatedposts-container-detailpage .block-content .post-title,
.blog-page .post-list-wrapper .block-content .post-title,
.blog-post-view .post-list-wrapper .block-content .post-title,
.blog-page .block-relatedposts-container-detailpage .post-list .post-title,
.blog-post-view .block-relatedposts-container-detailpage .post-list .post-title,
.blog-page .post-list-wrapper .post-list .post-title,
.blog-post-view .post-list-wrapper .post-list .post-title {
  text-transform: uppercase;
  margin: 1.5rem 0 0.5rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
.blog-page .block-relatedposts-container-detailpage .block-content .container-post-item-link-name a,
.blog-post-view .block-relatedposts-container-detailpage .block-content .container-post-item-link-name a,
.blog-page .post-list-wrapper .block-content .container-post-item-link-name a,
.blog-post-view .post-list-wrapper .block-content .container-post-item-link-name a,
.blog-page .block-relatedposts-container-detailpage .post-list .container-post-item-link-name a,
.blog-post-view .block-relatedposts-container-detailpage .post-list .container-post-item-link-name a,
.blog-page .post-list-wrapper .post-list .container-post-item-link-name a,
.blog-post-view .post-list-wrapper .post-list .container-post-item-link-name a,
.blog-page .block-relatedposts-container-detailpage .block-content .post-title a,
.blog-post-view .block-relatedposts-container-detailpage .block-content .post-title a,
.blog-page .post-list-wrapper .block-content .post-title a,
.blog-post-view .post-list-wrapper .block-content .post-title a,
.blog-page .block-relatedposts-container-detailpage .post-list .post-title a,
.blog-post-view .block-relatedposts-container-detailpage .post-list .post-title a,
.blog-page .post-list-wrapper .post-list .post-title a,
.blog-post-view .post-list-wrapper .post-list .post-title a {
  color: #0d0d0d;
}
.blog-page .block-relatedposts-container-detailpage .block-content .container-post-item-link-name a:hover,
.blog-post-view .block-relatedposts-container-detailpage .block-content .container-post-item-link-name a:hover,
.blog-page .post-list-wrapper .block-content .container-post-item-link-name a:hover,
.blog-post-view .post-list-wrapper .block-content .container-post-item-link-name a:hover,
.blog-page .block-relatedposts-container-detailpage .post-list .container-post-item-link-name a:hover,
.blog-post-view .block-relatedposts-container-detailpage .post-list .container-post-item-link-name a:hover,
.blog-page .post-list-wrapper .post-list .container-post-item-link-name a:hover,
.blog-post-view .post-list-wrapper .post-list .container-post-item-link-name a:hover,
.blog-page .block-relatedposts-container-detailpage .block-content .post-title a:hover,
.blog-post-view .block-relatedposts-container-detailpage .block-content .post-title a:hover,
.blog-page .post-list-wrapper .block-content .post-title a:hover,
.blog-post-view .post-list-wrapper .block-content .post-title a:hover,
.blog-page .block-relatedposts-container-detailpage .post-list .post-title a:hover,
.blog-post-view .block-relatedposts-container-detailpage .post-list .post-title a:hover,
.blog-page .post-list-wrapper .post-list .post-title a:hover,
.blog-post-view .post-list-wrapper .post-list .post-title a:hover {
  color: #f05735;
}
.blog-page .block-relatedposts-container-detailpage .block-content .post-text-hld-shortdetail,
.blog-post-view .block-relatedposts-container-detailpage .block-content .post-text-hld-shortdetail,
.blog-page .post-list-wrapper .block-content .post-text-hld-shortdetail,
.blog-post-view .post-list-wrapper .block-content .post-text-hld-shortdetail,
.blog-page .block-relatedposts-container-detailpage .post-list .post-text-hld-shortdetail,
.blog-post-view .block-relatedposts-container-detailpage .post-list .post-text-hld-shortdetail,
.blog-page .post-list-wrapper .post-list .post-text-hld-shortdetail,
.blog-post-view .post-list-wrapper .post-list .post-text-hld-shortdetail,
.blog-page .block-relatedposts-container-detailpage .block-content .post-text-hld,
.blog-post-view .block-relatedposts-container-detailpage .block-content .post-text-hld,
.blog-page .post-list-wrapper .block-content .post-text-hld,
.blog-post-view .post-list-wrapper .block-content .post-text-hld,
.blog-page .block-relatedposts-container-detailpage .post-list .post-text-hld,
.blog-post-view .block-relatedposts-container-detailpage .post-list .post-text-hld,
.blog-page .post-list-wrapper .post-list .post-text-hld,
.blog-post-view .post-list-wrapper .post-list .post-text-hld {
  line-height: 1.4;
}
.blog-page .block-relatedposts-container-detailpage .block-content .post-text-hld-shortdetail p,
.blog-post-view .block-relatedposts-container-detailpage .block-content .post-text-hld-shortdetail p,
.blog-page .post-list-wrapper .block-content .post-text-hld-shortdetail p,
.blog-post-view .post-list-wrapper .block-content .post-text-hld-shortdetail p,
.blog-page .block-relatedposts-container-detailpage .post-list .post-text-hld-shortdetail p,
.blog-post-view .block-relatedposts-container-detailpage .post-list .post-text-hld-shortdetail p,
.blog-page .post-list-wrapper .post-list .post-text-hld-shortdetail p,
.blog-post-view .post-list-wrapper .post-list .post-text-hld-shortdetail p,
.blog-page .block-relatedposts-container-detailpage .block-content .post-text-hld p,
.blog-post-view .block-relatedposts-container-detailpage .block-content .post-text-hld p,
.blog-page .post-list-wrapper .block-content .post-text-hld p,
.blog-post-view .post-list-wrapper .block-content .post-text-hld p,
.blog-page .block-relatedposts-container-detailpage .post-list .post-text-hld p,
.blog-post-view .block-relatedposts-container-detailpage .post-list .post-text-hld p,
.blog-page .post-list-wrapper .post-list .post-text-hld p,
.blog-post-view .post-list-wrapper .post-list .post-text-hld p {
  margin-bottom: 1rem;
}
.blog-page .block-relatedposts-container-detailpage .block-content .container-read-more,
.blog-post-view .block-relatedposts-container-detailpage .block-content .container-read-more,
.blog-page .post-list-wrapper .block-content .container-read-more,
.blog-post-view .post-list-wrapper .block-content .container-read-more,
.blog-page .block-relatedposts-container-detailpage .post-list .container-read-more,
.blog-post-view .block-relatedposts-container-detailpage .post-list .container-read-more,
.blog-page .post-list-wrapper .post-list .container-read-more,
.blog-post-view .post-list-wrapper .post-list .container-read-more,
.blog-page .block-relatedposts-container-detailpage .block-content .post-read-more,
.blog-post-view .block-relatedposts-container-detailpage .block-content .post-read-more,
.blog-page .post-list-wrapper .block-content .post-read-more,
.blog-post-view .post-list-wrapper .block-content .post-read-more,
.blog-page .block-relatedposts-container-detailpage .post-list .post-read-more,
.blog-post-view .block-relatedposts-container-detailpage .post-list .post-read-more,
.blog-page .post-list-wrapper .post-list .post-read-more,
.blog-post-view .post-list-wrapper .post-list .post-read-more {
  margin-top: 1.5rem;
}
.blog-page .page-title-wrapper {
  display: none;
}
.blog-page .post-list-wrapper .post-list .post-holder {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.blog-page .post-list-wrapper .post-list .post-read-more {
  display: block;
  text-align: center;
  float: none;
  font-family: 'Roboto Condensed', sans-serif;
}
.cms-page-view ul {
  list-style: none;
  padding-left: 0;
}
.cms-page-view h2 {
  font-size: 2.2rem;
}
.cms-jobs .bg_grey {
  margin-bottom: 1rem;
}
.cms-jobs .bg_grey > p {
  margin-bottom: 0;
}
.cms-jobs .bg_grey p:first-child {
  font-size: 4rem;
  font-family: 'Roboto Condensed', sans-serif;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 {
  font-size: 18px;
}
.information-li-content-show-hide {
  position: relative;
}
.information-li-content-show-hide .information-popup-view {
  opacity: 1;
  visibility: visible;
  min-width: 200px !important;
  background-color: #fff;
  text-align: center;
  padding: 0;
  line-height: 2;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  top: 150%;
  left: 0;
  right: auto;
}
.information-li-content-show-hide .information-popup-view ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.information-li-content-show-hide .information-popup-view ul li {
  text-align: left;
}
.information-li-content-show-hide .information-popup-view ul li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  padding: 16px 32px;
  display: block;
  color: #0d0d0d;
}
.information-li-content-show-hide .information-popup-view ul li a:hover {
  color: #f05735;
}
.information-li-content-show-hide .information-popup-view ul li strong {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  padding: 16px 32px;
  display: block;
  color: #0d0d0d;
}
.information-li-content-show-hide.active .information-popup-view {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide {
  position: relative;
}
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide .myaccount-popup-view {
  left: auto;
}
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide .myaccount-popup-view ul li {
  text-align: left;
}
.myaccount-li-content-show-hide > div ul li strong {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  padding: 16px 32px;
  display: block;
  color: #0d0d0d;
}
.myaccount-li-content-show-hide > div ul li a,
.myaccount-li-content-show-hide > div ul li:first-child a {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  padding: 16px 32px;
  color: #0d0d0d;
  display: block;
}
.myaccount-li-content-show-hide > div ul li a:hover,
.myaccount-li-content-show-hide > div ul li:first-child a:hover {
  color: #f05735;
}
body[class*="customer-account-"] .page-title-wrapper {
  display: none;
}
body[class*="customer-account-"] .login-container .newsletter {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: flex-start;
  margin-left: 10%;
  margin-top: 6rem;
}
body[class*="customer-account-"] .login-container .newsletter > div > label {
  font-size: 1.8rem;
  padding-right: 2.5rem;
}
body[class*="customer-account-"] .right_side > .block-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  body[class*="customer-account-"] .right_side > .block-content {
    flex-direction: column;
  }
  body[class*="customer-account-"] .right_side > .block-content > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body[class*="customer-account-"] .right_side > .block-content > * {
  padding: 0 15px;
}
body[class*="customer-account-"] .right_side > .block-content form {
  min-width: 60%;
  width: auto;
}
@media screen and (min-width: 992px) {
  body[class*="customer-account-"] .right_side > .block-content form {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
body[class*="customer-account-"] .right_side > .block-content form .actions-toolbar,
body[class*="customer-account-"] .right_side > .block-content form .fieldset:after {
  margin-left: 24%;
}
body[class*="customer-account-"] .right_side > .block-content form .actions-toolbar > div {
  float: none;
  text-align: left;
  margin: 0;
  margin-bottom: 0.5rem;
  display: block;
}
body[class*="customer-account-"] .right_side > .block-content form .actions-toolbar > div button {
  float: none;
}
body[class*="customer-account-"] .right_side > .block-content form a {
  color: #01adc1;
}
body[class*="customer-account-"] .right_side > .block-content .fieldset {
  margin-bottom: 0;
}
body[class*="customer-account-"] .right_side > .block-content .fieldset:after {
  margin-top: 0;
  color: #333333;
}
body[class*="customer-account-"] .right_side > .block-content .fieldset > div.field {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
}
body[class*="customer-account-"] .right_side > .block-content .fieldset > div.field label {
  flex-basis: 25%;
  text-align: right;
  font-weight: 400;
  padding: 0 15px 0 0;
}
body[class*="customer-account-"] .right_side > .block-content .fieldset > div.field .control {
  flex: 1;
}
body[class*="customer-account-"] .right_side > .block-content .fieldset > div.field .control input,
body[class*="customer-account-"] .right_side > .block-content .fieldset > div.field .control select {
  width: 100%;
}
body[class*="customer-account-"] .right_side > .block-content .fieldset > div.field .control.customer-dob {
  position: relative;
}
body[class*="customer-account-"] .right_side > .block-content .fieldset > div.field .control.customer-dob input {
  padding-right: 4rem;
}
body[class*="customer-account-"] .right_side > .block-content .fieldset > div.field .control.customer-dob button {
  position: absolute;
  right: 0;
}
body[class*="customer-account-"] .right_side > .block-content .fieldset > div.field .control.customer-dob button:before {
  color: #f05735;
}
body[class*="customer-account-"] .right_side > .block-content .fieldset > div.field .control #password-strength-meter-container {
  font-size: 1.4rem;
}
body[class*="customer-account-"] .right_side > .block-content .actions-login-info {
  align-items: center;
}
@media screen and (min-width: 992px) {
  body[class*="customer-account-"] .right_side > .block-content .actions-login-info {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
body[class*="customer-account-"] .right_side > .block-content .actions-login-info .border-middle {
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  position: relative;
}
body[class*="customer-account-"] .right_side > .block-content .actions-login-info .border-middle:after {
  content: '';
  position: absolute;
  border-right: 1px solid #cdcdcd;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
body[class*="customer-account-"] .right_side > .block-content .actions-login-info .border-middle span {
  background-color: #ecf1f4;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-size: 1.4rem;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  body[class*="customer-account-"] .right_side > .block-content .actions-login-info .border-middle {
    justify-content: center;
  }
  body[class*="customer-account-"] .right_side > .block-content .actions-login-info .border-middle:after {
    height: 1px;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #cdcdcd;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
body[class*="customer-account-"] .right_side > .block-content .actions-login-info .account-social-login {
  width: auto;
  float: none;
}
@media screen and (min-width: 992px) {
  body[class*="customer-account-"] .right_side > .block-content .actions-login-info .account-social-login {
    padding-left: 3rem;
  }
}
.customer-account-login .page-main.container,
.customer-account-create .page-main.container,
.customer-account-forgotpassword .page-main.container,
.customer-account-createpassword .page-main.container {
  position: relative;
  background-image: url(../../frontend/careshop/careshop_default/en_GB/images/bg_customer_dark.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  min-height: 996px;
}
.customer-account-login .page-main.container .login-container .container,
.customer-account-create .page-main.container .login-container .container,
.customer-account-forgotpassword .page-main.container .login-container .container,
.customer-account-createpassword .page-main.container .login-container .container {
  z-index: 11;
  position: relative;
}
.customer-account-login .page-main.container .login-container .fieldset:after,
.customer-account-create .page-main.container .login-container .fieldset:after,
.customer-account-forgotpassword .page-main.container .login-container .fieldset:after,
.customer-account-createpassword .page-main.container .login-container .fieldset:after {
  display: none;
}
.customer-account-login .page-main.container .login-container .fieldset > .field > .control,
.customer-account-create .page-main.container .login-container .fieldset > .field > .control,
.customer-account-forgotpassword .page-main.container .login-container .fieldset > .field > .control,
.customer-account-createpassword .page-main.container .login-container .fieldset > .field > .control {
  width: 100%;
}
.customer-account-login .page-main.container .password-strength-meter,
.customer-account-create .page-main.container .password-strength-meter,
.customer-account-forgotpassword .page-main.container .password-strength-meter,
.customer-account-createpassword .page-main.container .password-strength-meter {
  display: none;
}
.customer-account-login .page-main.container .right_sides,
.customer-account-create .page-main.container .right_sides,
.customer-account-forgotpassword .page-main.container .right_sides,
.customer-account-createpassword .page-main.container .right_sides {
  margin-top: 139px;
  margin-bottom: 220px;
}
.customer-account-login .page-main.container .right_sides .block-title,
.customer-account-create .page-main.container .right_sides .block-title,
.customer-account-forgotpassword .page-main.container .right_sides .block-title,
.customer-account-createpassword .page-main.container .right_sides .block-title {
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.customer-account-login .page-main.container .right_sides .block-title strong,
.customer-account-create .page-main.container .right_sides .block-title strong,
.customer-account-forgotpassword .page-main.container .right_sides .block-title strong,
.customer-account-createpassword .page-main.container .right_sides .block-title strong {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 140%;
  color: #fff;
}
.customer-account-login .page-main.container .right_sides .block-content,
.customer-account-create .page-main.container .right_sides .block-content,
.customer-account-forgotpassword .page-main.container .right_sides .block-content,
.customer-account-createpassword .page-main.container .right_sides .block-content {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.customer-account-login .page-main.container .right_sides .block-content .form .label,
.customer-account-create .page-main.container .right_sides .block-content .form .label,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .label,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .label {
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  width: 100%;
  color: #fff;
  padding-top: 0;
  margin-bottom: 8px;
}
.customer-account-login .page-main.container .right_sides .block-content .form .label:after,
.customer-account-create .page-main.container .right_sides .block-content .form .label:after,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .label:after,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .label:after {
  display: none;
}
.customer-account-login .page-main.container .right_sides .block-content .form input[type=text],
.customer-account-create .page-main.container .right_sides .block-content .form input[type=text],
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form input[type=text],
.customer-account-createpassword .page-main.container .right_sides .block-content .form input[type=text],
.customer-account-login .page-main.container .right_sides .block-content .form input[type=password],
.customer-account-create .page-main.container .right_sides .block-content .form input[type=password],
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form input[type=password],
.customer-account-createpassword .page-main.container .right_sides .block-content .form input[type=password],
.customer-account-login .page-main.container .right_sides .block-content .form input[type=email],
.customer-account-create .page-main.container .right_sides .block-content .form input[type=email],
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form input[type=email],
.customer-account-createpassword .page-main.container .right_sides .block-content .form input[type=email] {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #CACBCC;
  border-radius: 8px;
  height: 46px;
}
.customer-account-login .page-main.container .right_sides .block-content .form .fieldset,
.customer-account-create .page-main.container .right_sides .block-content .form .fieldset,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .fieldset,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .fieldset {
  margin: 0;
}
.customer-account-login .page-main.container .right_sides .block-content .form .fieldset .field,
.customer-account-create .page-main.container .right_sides .block-content .form .fieldset .field,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .fieldset .field,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .fieldset .field {
  margin-bottom: 2rem;
}
.customer-account-login .page-main.container .right_sides .block-content .form .fieldset .field.note,
.customer-account-create .page-main.container .right_sides .block-content .form .fieldset .field.note,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .fieldset .field.note,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .fieldset .field.note {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 0;
  text-align: center;
}
.customer-account-login .page-main.container .right_sides .block-content .form .actions-toolbar,
.customer-account-create .page-main.container .right_sides .block-content .form .actions-toolbar,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .actions-toolbar,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .actions-toolbar {
  margin: 0;
}
.customer-account-login .page-main.container .right_sides .block-content .form .actions-toolbar .primary,
.customer-account-create .page-main.container .right_sides .block-content .form .actions-toolbar .primary,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .actions-toolbar .primary,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .actions-toolbar .primary {
  width: 100%;
  float: none;
}
.customer-account-login .page-main.container .right_sides .block-content .form .actions-toolbar .primary button,
.customer-account-create .page-main.container .right_sides .block-content .form .actions-toolbar .primary button,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .actions-toolbar .primary button,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .actions-toolbar .primary button {
  border-radius: 8px;
  text-align: center;
  height: 52px;
  margin-bottom: 20px;
}
.customer-account-login .page-main.container .right_sides .block-content .form .actions-toolbar .primary button span,
.customer-account-create .page-main.container .right_sides .block-content .form .actions-toolbar .primary button span,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .actions-toolbar .primary button span,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .actions-toolbar .primary button span {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
}
.customer-account-login .page-main.container .right_sides .block-content .form .actions-toolbar .secondary,
.customer-account-create .page-main.container .right_sides .block-content .form .actions-toolbar .secondary,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .actions-toolbar .secondary,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .actions-toolbar .secondary,
.customer-account-login .page-main.container .right_sides .block-content .form .actions-toolbar > .secondary:last-child,
.customer-account-create .page-main.container .right_sides .block-content .form .actions-toolbar > .secondary:last-child,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .actions-toolbar > .secondary:last-child,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .actions-toolbar > .secondary:last-child {
  float: none;
  display: block;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
.customer-account-login .page-main.container .right_sides .block-content .form .actions-toolbar .secondary a,
.customer-account-create .page-main.container .right_sides .block-content .form .actions-toolbar .secondary a,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .actions-toolbar .secondary a,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .actions-toolbar .secondary a,
.customer-account-login .page-main.container .right_sides .block-content .form .actions-toolbar > .secondary:last-child a,
.customer-account-create .page-main.container .right_sides .block-content .form .actions-toolbar > .secondary:last-child a,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .actions-toolbar > .secondary:last-child a,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .actions-toolbar > .secondary:last-child a {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: underline;
  margin: 0;
}
.customer-account-login .page-main.container .right_sides .block-content .form .actions-toolbar > .secondary.secondarys,
.customer-account-create .page-main.container .right_sides .block-content .form .actions-toolbar > .secondary.secondarys,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .actions-toolbar > .secondary.secondarys,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .actions-toolbar > .secondary.secondarys {
  margin-top: 16px;
}
.customer-account-login .search-myaccount-minicart-container,
.customer-account-create .search-myaccount-minicart-container,
.customer-account-forgotpassword .search-myaccount-minicart-container,
.customer-account-createpassword .search-myaccount-minicart-container {
  z-index: 15;
}
.customer-account-login header.page-header .search-myaccount-minicart-container > ul > li > a.button-click-view-popup-myaccount,
.customer-account-create header.page-header .search-myaccount-minicart-container > ul > li > a.button-click-view-popup-myaccount,
.customer-account-forgotpassword header.page-header .search-myaccount-minicart-container > ul > li > a.button-click-view-popup-myaccount,
.customer-account-createpassword header.page-header .search-myaccount-minicart-container > ul > li > a.button-click-view-popup-myaccount {
  border-left: 0.1rem solid #cdcdcd;
}
.customer-account-login footer.page-footer,
.customer-account-create footer.page-footer,
.customer-account-forgotpassword footer.page-footer,
.customer-account-createpassword footer.page-footer {
  margin-top: 0;
}
.customer-account-login footer.page-footer .footer-top,
.customer-account-create footer.page-footer .footer-top,
.customer-account-forgotpassword footer.page-footer .footer-top,
.customer-account-createpassword footer.page-footer .footer-top {
  display: none;
}
.customer-account-login .login-container .newsletter,
.customer-account-create .login-container .newsletter,
.customer-account-forgotpassword .login-container .newsletter,
.customer-account-createpassword .login-container .newsletter {
  display: none !important;
}
@media (min-width: 768px), print {
  .customer-account-login .form.password.reset,
  .customer-account-create .form.password.reset,
  .customer-account-forgotpassword .form.password.reset,
  .customer-account-createpassword .form.password.reset,
  .customer-account-login .form.send.confirmation,
  .customer-account-create .form.send.confirmation,
  .customer-account-forgotpassword .form.send.confirmation,
  .customer-account-createpassword .form.send.confirmation,
  .customer-account-login .form.password.forget,
  .customer-account-create .form.password.forget,
  .customer-account-forgotpassword .form.password.forget,
  .customer-account-createpassword .form.password.forget,
  .customer-account-login .form.create.account,
  .customer-account-create .form.create.account,
  .customer-account-forgotpassword .form.create.account,
  .customer-account-createpassword .form.create.account,
  .customer-account-login .form.search.advanced,
  .customer-account-create .form.search.advanced,
  .customer-account-forgotpassword .form.search.advanced,
  .customer-account-createpassword .form.search.advanced,
  .customer-account-login .form.form-orders-search,
  .customer-account-create .form.form-orders-search,
  .customer-account-forgotpassword .form.form-orders-search,
  .customer-account-createpassword .form.form-orders-search {
    min-width: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .customer-account-login .row,
  .customer-account-create .row,
  .customer-account-forgotpassword .row,
  .customer-account-createpassword .row {
    flex-direction: column;
    flex-flow: column wrap;
  }
  .customer-account-login .right_side,
  .customer-account-create .right_side,
  .customer-account-forgotpassword .right_side,
  .customer-account-createpassword .right_side {
    order: 0;
  }
  .customer-account-login .left_side,
  .customer-account-create .left_side,
  .customer-account-forgotpassword .left_side,
  .customer-account-createpassword .left_side {
    order: 1;
  }
}
body[class*="customer-account-"] .left_side ul,
.rokanbase-account-order .left_side ul {
  list-style: none;
  padding-left: 0;
}
body[class*="customer-account-"] .left_side ul li,
.rokanbase-account-order .left_side ul li {
  padding: 0 0 1.5rem;
}
body[class*="customer-account-"] .left_side ul li a,
.rokanbase-account-order .left_side ul li a {
  color: #333333;
}
body[class*="customer-account-"] .left_side ul li a:hover,
.rokanbase-account-order .left_side ul li a:hover {
  color: #f05735;
}
body[class*="customer-account-"] .left_side ul li.active a,
.rokanbase-account-order .left_side ul li.active a {
  color: #f05735;
}
body[class*="customer-account-"] .title strong,
.account .title strong,
.rokanbase-account-order .title strong,
body[class*="customer-account-"] .sidebar .block-title strong,
.account .sidebar .block-title strong,
.rokanbase-account-order .sidebar .block-title strong,
body[class*="customer-account-"] .column.main .page-title-wrapper .page-title,
.account .column.main .page-title-wrapper .page-title,
.rokanbase-account-order .column.main .page-title-wrapper .page-title,
body[class*="customer-account-"] .left_side .block-title,
.account .left_side .block-title,
.rokanbase-account-order .left_side .block-title,
body[class*="customer-account-"] .right_side .block-title,
.account .right_side .block-title,
.rokanbase-account-order .right_side .block-title {
  font-size: 3rem;
  letter-spacing: 1px;
  padding-bottom: 0;
  margin-bottom: 4rem;
  margin-top: 0;
  border-bottom: 1px solid #333333;
  line-height: 1.85714286;
  display: block;
  margin-right: 0;
  font-family: 'Roboto Condensed', sans-serif;
}
body[class*="customer-account-"] form .legend,
.account form .legend,
.rokanbase-account-order form .legend {
  margin: 0;
  width: 100%;
}
body[class*="customer-account-"] .column.main > .block-title strong,
.account .column.main > .block-title strong,
.rokanbase-account-order .column.main > .block-title strong {
  border-bottom: 1px solid;
}
body[class*="customer-account-"] .column.main .block .block-title strong,
.account .column.main .block .block-title strong,
.rokanbase-account-order .column.main .block .block-title strong {
  border: 0;
}
body[class*="customer-account-"] .sidebar .title,
.account .sidebar .title,
.rokanbase-account-order .sidebar .title {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
}
body[class*="customer-account-"] .page-title-wrapper,
.account .page-title-wrapper,
.rokanbase-account-order .page-title-wrapper {
  display: block;
}
body.customer-account-login .page-title-wrapper,
body.customer-account-create .page-title-wrapper,
body.customer-account-forgotpassword .page-title-wrapper,
body.customer-account-createpassword .page-title-wrapper {
  display: none;
}
.account .sidebar-additional {
  display: none;
}
.account .columns .column.main .block:not(.block-customer-notifications) {
  margin-bottom: 3rem;
  background-color: #f7f7f7;
  padding: 1.5rem 4rem 2.5rem 2.5rem;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2.5rem;
}
@media (max-width: 556px) {
  .account .columns .column.main .block:not(.block-customer-notifications) {
    padding: 1.5rem 1.5rem 2.5rem;
  }
}
.account .columns .column.main .block:not(.block-customer-notifications) .block-title strong {
  display: inline-block;
}
.account .columns .column.main .block.block-reviews-dashboard ol li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.account .columns .column.main .block.block-reviews-dashboard ol li .product-name a {
  font-family: 'Roboto Condensed', sans-serif;
  color: #333333;
  font-weight: 400;
}
.account .columns .column.main .block.block-reviews-dashboard ol li .product-name a:hover {
  color: #f05735;
}
.account .columns .column.main .block.block-reviews-dashboard ol li .rating-summary .label {
  vertical-align: middle;
}
.account .columns .column.main .block.block-customer-notifications .block-title {
  display: none;
}
.account .columns .column.main .block.block-customer-notifications .block-content,
.account .columns .column.main .block.block-customer-notifications form {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.account .columns .column.main .block.block-customer-notifications .block-content .primary,
.account .columns .column.main .block.block-customer-notifications form .primary {
  margin-bottom: 5rem;
}
.account .columns .column.main .block.block-customer-notifications .block-content .primary button,
.account .columns .column.main .block.block-customer-notifications form .primary button {
  text-transform: capitalize;
  margin-bottom: 0;
}
.account .columns .column.main .block.block-customer-notifications .block-content .actions-switch,
.account .columns .column.main .block.block-customer-notifications form .actions-switch {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .account .columns .column.main .block.block-customer-notifications .block-content .actions-switch,
  .account .columns .column.main .block.block-customer-notifications form .actions-switch {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.account .columns .column.main .block.block-customer-notifications .block-content .actions-switch .actions-switch-notifications,
.account .columns .column.main .block.block-customer-notifications form .actions-switch .actions-switch-notifications {
  flex: 1;
}
.account .columns .column.main .block.block-customer-notifications .block-content .actions-switch .actions-switch-notifications .input_checkbox,
.account .columns .column.main .block.block-customer-notifications form .actions-switch .actions-switch-notifications .input_checkbox {
  width: 40px;
  height: 20px;
  background: #017f7e;
  position: relative;
  border-radius: 30px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 1rem;
}
.account .columns .column.main .block.block-customer-notifications .block-content .actions-switch .actions-switch-notifications .input_checkbox label,
.account .columns .column.main .block.block-customer-notifications form .actions-switch .actions-switch-notifications .input_checkbox label {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 20px;
  background: #ffffff;
  border-radius: 50%;
  transition: all 0.4s ease;
  border: 1px solid #017f7e;
}
.account .columns .column.main .block.block-customer-notifications .block-content .actions-switch .actions-switch-notifications .input_checkbox input[type=checkbox],
.account .columns .column.main .block.block-customer-notifications form .actions-switch .actions-switch-notifications .input_checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.account .columns .column.main .block.block-customer-notifications .block-content .actions-switch .actions-switch-notifications .input_checkbox input[type=checkbox]:checked + label,
.account .columns .column.main .block.block-customer-notifications form .actions-switch .actions-switch-notifications .input_checkbox input[type=checkbox]:checked + label {
  left: 0;
}
.account .columns .column.main .block.block-customer-notifications .block-content .actions-switch .actions-notifications,
.account .columns .column.main .block.block-customer-notifications form .actions-switch .actions-notifications {
  flex: 2;
}
.account .columns .column.main .orders-recent table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .account .columns .column.main .orders-recent table tbody tr td {
    text-align: center;
  }
}
.account .columns .column.main .action.edit,
.account .columns .column.main .action.change-password {
  font-family: 'Roboto Condensed', sans-serif;
}
.account .columns .column.main .action.edit:hover,
.account .columns .column.main .action.change-password:hover {
  color: #f05735;
}
.account .columns .column.main form:not(.review-form) {
  background-color: #f7f7f7;
  padding: 1.5rem 4rem 2.5rem 2.5rem;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2.5rem;
}
@media (max-width: 556px) {
  .account .columns .column.main form:not(.review-form) {
    padding: 1.5rem 1.5rem 2.5rem;
  }
}
.account .columns .column.main form:not(.review-form):after,
.account .columns .column.main form:not(.review-form):before {
  content: '';
  display: table;
  clear: both;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field {
  margin-bottom: 1rem;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field .customer-dob {
  position: relative;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field .customer-dob button {
  position: absolute;
  right: 0;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field .customer-dob button:before {
  color: #f05735;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field label {
  display: block;
  float: none;
  width: 100%;
  text-align: left;
  margin-bottom: 0.5rem;
  text-align: left !important;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field .control {
  width: 100%;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field .control input,
.account .columns .column.main form:not(.review-form) > .fieldset .field .control select {
  width: 100%;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field.choice {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field.choice.billing {
  margin-top: 2rem;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field.choice label {
  font-family: 'Roboto Condensed', sans-serif;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field.choice input {
  margin-top: 0;
  margin-right: 5px;
  top: -4px;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field.choice:before {
  display: none;
}
.account .columns .column.main form:not(.review-form) .actions-toolbar {
  margin-left: 0 !important;
}
.account .columns .column.main .block-action {
  margin-bottom: 4rem;
}
.account .columns .column.main .block-action .grey {
  background-color: #dedede;
  color: #f05735;
  border-color: #dedede;
  margin-right: 1rem;
}
.account .columns .column.main .block-action .darken {
  border-color: #969696;
  background-color: #969696;
  color: #ffffff;
}
.account .columns .column.main .block-action .btn:hover,
.account .columns .column.main .block-action .btn.active {
  background-color: #f05735;
  color: #ffffff;
  border-color: #f05735;
}
.account address {
  font-style: normal;
}
.account .account-nav .content {
  background-color: #ffffff;
  padding: 0;
}
.account .account-nav .content ul li {
  margin: 0;
}
.account .account-nav .content ul li a {
  padding-left: 0;
  margin: 0;
  border: 0;
  color: #333333;
}
.account .account-nav .content ul li a:hover {
  background-color: transparent;
  color: #f05735;
}
.account .account-nav .content ul li.current strong {
  border: 0;
  padding-left: 0;
  font-family: 'Roboto Condensed', sans-serif;
  color: #f05735;
  font-weight: 400;
}
.account .account-nav .content ul li:first-child * {
  padding-top: 0;
}
.account .account-nav .content ul li .delimiter {
  display: none;
}
.account.customer-address-index .columns .column.main .block:nth-of-type(2) .block-content {
  padding: 0 !important;
  box-shadow: none !important;
  background-color: transparent;
}
.account.customer-address-index .columns .column.main .block:nth-of-type(2) .block-content .box-address-billing,
.account.customer-address-index .columns .column.main .block:nth-of-type(2) .block-content .box-address-shipping {
  width: 100% !important;
  background-color: #f7f7f7;
  padding: 1.5rem 4rem 2.5rem 2.5rem;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2.5rem;
}
@media (max-width: 556px) {
  .account.customer-address-index .columns .column.main .block:nth-of-type(2) .block-content .box-address-billing,
  .account.customer-address-index .columns .column.main .block:nth-of-type(2) .block-content .box-address-shipping {
    padding: 1.5rem 1.5rem 2.5rem;
  }
}
.account.customer-address-index .columns .column.main .block:nth-of-type(2) .block-content .box-actions {
  text-align: right;
  margin: 2rem 0;
}
.account.customer-address-index .columns .column.main .block:nth-of-type(2) .block-content .box-actions a.action {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 12px 45px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #f05735;
  color: #ffffff;
}
.account.customer-address-form .page-header {
  margin-bottom: 4rem;
}
.account .products-grid.rokan-review .product-items,
.account .products-grid.rokan-review-published .product-items,
.account .products-grid.rokan-returnswarranty .product-items,
.account .products-grid.order-details-items .product-items {
  margin: 0;
}
.account .products-grid.rokan-review .product-item,
.account .products-grid.rokan-review-published .product-item,
.account .products-grid.rokan-returnswarranty .product-item,
.account .products-grid.order-details-items .product-item {
  width: 100%;
  margin: 0;
  flex: 0 0 100%;
  max-width: 100%;
  background-color: #F2F2F2;
  padding: 3rem;
  border-radius: 8px;
}
.account .products-grid.rokan-review .product-item:first-child,
.account .products-grid.rokan-review-published .product-item:first-child,
.account .products-grid.rokan-returnswarranty .product-item:first-child,
.account .products-grid.order-details-items .product-item:first-child {
  margin-top: 0 !important;
}
.account .products-grid.rokan-review .product-item:hover .product-item-info,
.account .products-grid.rokan-review-published .product-item:hover .product-item-info,
.account .products-grid.rokan-returnswarranty .product-item:hover .product-item-info,
.account .products-grid.order-details-items .product-item:hover .product-item-info {
  background-color: transparent;
  box-shadow: none;
}
.account .products-grid.rokan-review .product-item .info,
.account .products-grid.rokan-review-published .product-item .info,
.account .products-grid.rokan-returnswarranty .product-item .info,
.account .products-grid.order-details-items .product-item .info {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #333333;
}
.account .products-grid.rokan-review .product-item .price,
.account .products-grid.rokan-review-published .product-item .price,
.account .products-grid.rokan-returnswarranty .product-item .price,
.account .products-grid.order-details-items .product-item .price {
  color: #0D0D0D;
  font-size: 2rem;
  font-weight: 700;
  width: 250px;
  max-width: 100%;
}
.account .products-grid.rokan-review .product-item .product-item-info,
.account .products-grid.rokan-review-published .product-item .product-item-info,
.account .products-grid.rokan-returnswarranty .product-item .product-item-info,
.account .products-grid.order-details-items .product-item .product-item-info {
  padding: 0;
}
.account .products-grid.rokan-review .product-item > .product-item-info,
.account .products-grid.rokan-review-published .product-item > .product-item-info,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info,
.account .products-grid.order-details-items .product-item > .product-item-info,
.account .products-grid.rokan-review .product-item .published-info,
.account .products-grid.rokan-review-published .product-item .published-info,
.account .products-grid.rokan-returnswarranty .product-item .published-info,
.account .products-grid.order-details-items .product-item .published-info {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  position: relative;
  gap: 20px;
  height: auto;
}
.account .products-grid.rokan-review .product-item > .product-item-info a.btn,
.account .products-grid.rokan-review-published .product-item > .product-item-info a.btn,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info a.btn,
.account .products-grid.order-details-items .product-item > .product-item-info a.btn,
.account .products-grid.rokan-review .product-item .published-info a.btn,
.account .products-grid.rokan-review-published .product-item .published-info a.btn,
.account .products-grid.rokan-returnswarranty .product-item .published-info a.btn,
.account .products-grid.order-details-items .product-item .published-info a.btn {
  text-transform: none;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-photo,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-photo,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-photo,
.account .products-grid.order-details-items .product-item > .product-item-info .product-photo,
.account .products-grid.rokan-review .product-item .published-info .product-photo,
.account .products-grid.rokan-review-published .product-item .published-info .product-photo,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-photo,
.account .products-grid.order-details-items .product-item .published-info .product-photo {
  max-width: 10.5rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .account .products-grid.rokan-review .product-item > .product-item-info .product-photo,
  .account .products-grid.rokan-review-published .product-item > .product-item-info .product-photo,
  .account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-photo,
  .account .products-grid.order-details-items .product-item > .product-item-info .product-photo,
  .account .products-grid.rokan-review .product-item .published-info .product-photo,
  .account .products-grid.rokan-review-published .product-item .published-info .product-photo,
  .account .products-grid.rokan-returnswarranty .product-item .published-info .product-photo,
  .account .products-grid.order-details-items .product-item .published-info .product-photo {
    max-width: 8.7rem;
  }
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-photo .product-item-photo,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-photo .product-item-photo,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-photo .product-item-photo,
.account .products-grid.order-details-items .product-item > .product-item-info .product-photo .product-item-photo,
.account .products-grid.rokan-review .product-item .published-info .product-photo .product-item-photo,
.account .products-grid.rokan-review-published .product-item .published-info .product-photo .product-item-photo,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-photo .product-item-photo,
.account .products-grid.order-details-items .product-item .published-info .product-photo .product-item-photo {
  float: none;
  margin-right: 0;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-photo .product-item-photo .product-image-container,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-photo .product-item-photo .product-image-container,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-photo .product-item-photo .product-image-container,
.account .products-grid.order-details-items .product-item > .product-item-info .product-photo .product-item-photo .product-image-container,
.account .products-grid.rokan-review .product-item .published-info .product-photo .product-item-photo .product-image-container,
.account .products-grid.rokan-review-published .product-item .published-info .product-photo .product-item-photo .product-image-container,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-photo .product-item-photo .product-image-container,
.account .products-grid.order-details-items .product-item .published-info .product-photo .product-item-photo .product-image-container {
  max-width: 100%;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info,
.account .products-grid.rokan-review .product-item .published-info .product-item-info,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info,
.account .products-grid.order-details-items .product-item .published-info .product-item-info {
  text-align: left;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .brands img,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info .brands img,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info .brands img,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info .brands img,
.account .products-grid.rokan-review .product-item .published-info .product-item-info .brands img,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info .brands img,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info .brands img,
.account .products-grid.order-details-items .product-item .published-info .product-item-info .brands img {
  max-height: 20px;
  border-radius: 8px;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info a.action,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info a.action,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info a.action,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info a.action,
.account .products-grid.rokan-review .product-item .published-info .product-item-info a.action,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info a.action,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info a.action,
.account .products-grid.order-details-items .product-item .published-info .product-item-info a.action {
  font-family: 'Roboto Condensed', sans-serif;
  color: #0d0d0d;
  display: block;
  margin-bottom: 1.5rem;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info a.action:hover,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info a.action:hover,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info a.action:hover,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info a.action:hover,
.account .products-grid.rokan-review .product-item .published-info .product-item-info a.action:hover,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info a.action:hover,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info a.action:hover,
.account .products-grid.order-details-items .product-item .published-info .product-item-info a.action:hover {
  color: #f05735;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .product-item-link,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info .product-item-link,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info .product-item-link,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info .product-item-link,
.account .products-grid.rokan-review .product-item .published-info .product-item-info .product-item-link,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info .product-item-link,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info .product-item-link,
.account .products-grid.order-details-items .product-item .published-info .product-item-info .product-item-link {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
  display: block;
  line-height: 22px;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .option-value,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info .option-value,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info .option-value,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info .option-value,
.account .products-grid.rokan-review .product-item .published-info .product-item-info .option-value,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info .option-value,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info .option-value,
.account .products-grid.order-details-items .product-item .published-info .product-item-info .option-value {
  display: flex;
  font-size: 1.6rem;
  color: #666;
  margin-bottom: 0;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .option-value dt,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info .option-value dt,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info .option-value dt,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info .option-value dt,
.account .products-grid.rokan-review .product-item .published-info .product-item-info .option-value dt,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info .option-value dt,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info .option-value dt,
.account .products-grid.order-details-items .product-item .published-info .product-item-info .option-value dt {
  display: none;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .option-value dd:not(:last-child)::after,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info .option-value dd:not(:last-child)::after,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info .option-value dd:not(:last-child)::after,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info .option-value dd:not(:last-child)::after,
.account .products-grid.rokan-review .product-item .published-info .product-item-info .option-value dd:not(:last-child)::after,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info .option-value dd:not(:last-child)::after,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info .option-value dd:not(:last-child)::after,
.account .products-grid.order-details-items .product-item .published-info .product-item-info .option-value dd:not(:last-child)::after {
  content: '/';
  margin: 0 5px;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .product-item-inner:after,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info .product-item-inner:after,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info .product-item-inner:after,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info .product-item-inner:after,
.account .products-grid.rokan-review .product-item .published-info .product-item-info .product-item-inner:after,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info .product-item-inner:after,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info .product-item-inner:after,
.account .products-grid.order-details-items .product-item .published-info .product-item-info .product-item-inner:after,
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .product-item-inner:before,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info .product-item-inner:before,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info .product-item-inner:before,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info .product-item-inner:before,
.account .products-grid.rokan-review .product-item .published-info .product-item-info .product-item-inner:before,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info .product-item-inner:before,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info .product-item-inner:before,
.account .products-grid.order-details-items .product-item .published-info .product-item-info .product-item-inner:before {
  content: '';
  display: table;
  clear: both;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .product-item-inner .qty label,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info .product-item-inner .qty label,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info .product-item-inner .qty label,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info .product-item-inner .qty label,
.account .products-grid.rokan-review .product-item .published-info .product-item-info .product-item-inner .qty label,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info .product-item-inner .qty label,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info .product-item-inner .qty label,
.account .products-grid.order-details-items .product-item .published-info .product-item-info .product-item-inner .qty label {
  font-family: 'Roboto Condensed', sans-serif;
  padding-top: 0;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button,
.account .products-grid.rokan-review .product-item .published-info .product-item-info .product-item-inner .product-item-actions button,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info .product-item-inner .product-item-actions button,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info .product-item-inner .product-item-actions button,
.account .products-grid.order-details-items .product-item .published-info .product-item-info .product-item-inner .product-item-actions button {
  font-size: 0;
  padding: 0.6rem 2.8rem;
  font-weight: 400;
  align-items: center;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button,
  .account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button,
  .account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button,
  .account .products-grid.order-details-items .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button,
  .account .products-grid.rokan-review .product-item .published-info .product-item-info .product-item-inner .product-item-actions button,
  .account .products-grid.rokan-review-published .product-item .published-info .product-item-info .product-item-inner .product-item-actions button,
  .account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info .product-item-inner .product-item-actions button,
  .account .products-grid.order-details-items .product-item .published-info .product-item-info .product-item-inner .product-item-actions button {
    position: static;
    transform: none;
  }
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button:before,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button:before,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button:before,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button:before,
.account .products-grid.rokan-review .product-item .published-info .product-item-info .product-item-inner .product-item-actions button:before,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info .product-item-inner .product-item-actions button:before,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info .product-item-inner .product-item-actions button:before,
.account .products-grid.order-details-items .product-item .published-info .product-item-info .product-item-inner .product-item-actions button:before {
  content: "+";
  font-size: 1.4rem;
  vertical-align: text-bottom;
  padding-right: 0.3rem;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button:after,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button:after,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button:after,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button:after,
.account .products-grid.rokan-review .product-item .published-info .product-item-info .product-item-inner .product-item-actions button:after,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info .product-item-inner .product-item-actions button:after,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info .product-item-inner .product-item-actions button:after,
.account .products-grid.order-details-items .product-item .published-info .product-item-info .product-item-inner .product-item-actions button:after {
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 2rem;
}
.account .products-grid.rokan-review .product-item > .product-item-info {
  justify-content: space-between;
}
.account .products-grid.rokan-review .product-item > .product-item-info .items-review-infor {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  width: 100%;
  max-width: 370px;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .product-item-name {
  text-transform: uppercase;
}
.account .products-grid.rokan-review-published .review-info {
  max-width: 600px;
}
.account .products-grid.rokan-review-published .product-item > .product-item-info {
  gap: 0;
  align-items: flex-start;
}
.account .products-grid.rokan-review-published .rating-summary .rating-result {
  width: 127px;
  margin-left: 0;
}
.account .products-grid.rokan-review-published .rating-summary .rating-result:before {
  content: '\e904' '\e904' '\e904' '\e904' '\e904';
  font-size: 26px;
  letter-spacing: 0;
  height: unset;
  color: #000000;
}
.account .products-grid.rokan-review-published .rating-summary .rating-result > span:before {
  content: '\e903' '\e903' '\e903' '\e903' '\e903';
  font-size: 26px;
  letter-spacing: 0;
  height: unset;
}
.account .products-grid.rokan-review-published .product-item-link {
  max-width: 250px;
}
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info {
  align-items: flex-start;
}
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info ol,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info ul {
  padding-left: 0;
  list-style: none;
}
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-photo {
  flex: 0 0 25%;
  max-width: 24rem;
}
@media screen and (max-width: 479px) {
  .account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-photo {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info {
  flex: 1;
  padding: 0;
  margin-top: -0.5rem;
}
.account .products-grid.rokan-returnswarranty .list-footer {
  padding-top: 5%;
}
@media screen and (min-width: 480px) {
  .account .products-grid.rokan-returnswarranty .list-footer {
    text-align: right;
  }
}
.account .products-grid.rokan-returnswarranty .return-bottom {
  padding: 2rem 0 0;
  margin: 2rem 1.5rem 0;
  border-top: 2px solid #999999;
}
.account .products-grid.rokan-returnswarranty .return-bottom h3 {
  margin-bottom: 2rem;
  font-size: 2rem;
}
.account .products-grid.order-details-items .order_items .product-item,
.account .products-grid.order-details-items .list-orders .product-item {
  padding: 0;
  box-shadow: none;
}
.account .products-grid.order-details-items .order_items .product-item:not(:last-child),
.account .products-grid.order-details-items .list-orders .product-item:not(:last-child) {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 2rem;
}
.account .products-grid.order-details-items .order_items .product-item .product-item-name,
.account .products-grid.order-details-items .list-orders .product-item .product-item-name {
  margin: 0;
}
.account .products-grid.order-details-items .order_items .product-item .product-item-link,
.account .products-grid.order-details-items .list-orders .product-item .product-item-link {
  color: #333333;
}
.account .products-grid.order-details-items .order_items .product-item .product-item-info dl,
.account .products-grid.order-details-items .list-orders .product-item .product-item-info dl {
  margin-bottom: 1rem;
}
.account .products-grid.order-details-items .order_items .product-item .product-item-info dl:before,
.account .products-grid.order-details-items .list-orders .product-item .product-item-info dl:before,
.account .products-grid.order-details-items .order_items .product-item .product-item-info dl:after,
.account .products-grid.order-details-items .list-orders .product-item .product-item-info dl:after {
  content: '';
  display: table;
  clear: both;
}
.account .products-grid.order-details-items .order_items .product-item .product-item-info dt,
.account .products-grid.order-details-items .list-orders .product-item .product-item-info dt,
.account .products-grid.order-details-items .order_items .product-item .product-item-info dd,
.account .products-grid.order-details-items .list-orders .product-item .product-item-info dd {
  float: left;
  margin: 0;
  font-size: 1.4rem;
}
.account .products-grid.order-details-items .order_items .product-item .product-item-info dt strong,
.account .products-grid.order-details-items .list-orders .product-item .product-item-info dt strong,
.account .products-grid.order-details-items .order_items .product-item .product-item-info dd strong,
.account .products-grid.order-details-items .list-orders .product-item .product-item-info dd strong {
  font-family: 'Roboto Condensed', sans-serif;
}
.account .products-grid.order-details-items .order_items .product-item .product-item-info dt strong em,
.account .products-grid.order-details-items .list-orders .product-item .product-item-info dt strong em,
.account .products-grid.order-details-items .order_items .product-item .product-item-info dd strong em,
.account .products-grid.order-details-items .list-orders .product-item .product-item-info dd strong em {
  font-style: normal;
}
.account .products-grid.order-details-items .order_items .product-item .product-item-info dt strong:after,
.account .products-grid.order-details-items .list-orders .product-item .product-item-info dt strong:after,
.account .products-grid.order-details-items .order_items .product-item .product-item-info dd strong:after,
.account .products-grid.order-details-items .list-orders .product-item .product-item-info dd strong:after {
  content: ":";
  padding: 0 0.3rem;
}
.account .products-grid.order-details-items .order_items .product-item .product-item-info dt,
.account .products-grid.order-details-items .list-orders .product-item .product-item-info dt {
  clear: left;
}
.account .products-grid.order-details-items .order_items .item:not(:last-child) .product-item,
.account .products-grid.order-details-items .list-orders .item:not(:last-child) .product-item {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 2rem;
}
.account .products-grid.order-details-items {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .account .products-grid.order-details-items .order-items {
    overflow: visible;
  }
}
.account .products-grid.order-details-items .order-h .order-date-update {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .account .products-grid.order-details-items .order-h .order-date-update {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.account .products-grid.order-details-items .review-Improvements {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .account .products-grid.order-details-items .review-Improvements {
    text-align: right;
  }
}
.account .products-grid.order-details-items .review-Improvements span {
  display: block;
  color: #008080;
}
.account .products-grid.order-details-items .order-h-des {
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 3rem;
  padding: 1.5rem 5%;
}
@media screen and (min-width: 768px) {
  .account .products-grid.order-details-items .order-h-des {
    padding: 1.5rem 16%;
  }
}
.account .products-grid.order-details-items .product-item {
  position: relative;
}
.account .products-grid.order-details-items .refund-warranty {
  font-size: 1.4rem;
  color: #999999;
}
.account .products-grid.order-details-items .refund-warranty strong {
  font-family: 'Roboto Condensed', sans-serif;
  color: #333333;
}
.account .products-grid.order-details-items .total-summary-order .total-summary {
  font-family: 'Roboto Condensed', sans-serif;
}
.account .products-grid.order-details-items .total-summary-order .total-summary:after,
.account .products-grid.order-details-items .total-summary-order .total-summary:before {
  content: '';
  display: table;
  clear: both;
}
.account .products-grid.order-details-items .total-summary-order .total-summary .price {
  float: right;
  font-family: 'Roboto Condensed', sans-serif;
}
.account .products-grid.order-details-items .total-summary-order .total-summary .total:last-child {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 2px solid #999999;
}
.account .products-grid.order-details-items .total-summary-order .total-summary .total:last-child strong .price {
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (min-width: 768px) {
  .account .products-grid .return-action {
    position: absolute;
    bottom: 1.5rem;
    right: 0;
  }
}
.account .products-grid .return-action a {
  color: #008080;
}
.account .products-grid .return-action:hover .return-not-available {
  opacity: 1;
  visibility: visible;
  top: 125%;
}
.account .products-grid .return-action .return-not-available {
  position: absolute;
  min-width: 30rem;
  z-index: 2;
  right: -6rem;
  top: 150%;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  background-color: #ffffff;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  transition: top 0.3s ease;
  -webkit-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  -ms-transition: top 0.3s ease;
}
.account .products-grid .return-action .return-not-available:before {
  content: '';
  background-color: transparent;
  display: inline-block;
  position: absolute;
  top: -7px;
  transform: translateY(-100%);
  right: 20%;
  border: 1rem solid #ffffff;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: -1px -2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -1px -2px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: -1px -2px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: -1px -2px 2px rgba(0, 0, 0, 0.2);
}
.account .products-grid .return-action .return-not-available h4 {
  margin: 0 0 0.5rem;
}
.account .products-grid .return-action .return-not-available p {
  margin-bottom: 0;
}
.account .products-grid .return-action .return-not-available a,
.account .products-grid .return-action .return-not-available h4 {
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (max-width: 767px) {
  .account .products-grid .return-action {
    margin-top: 1.5rem;
    position: relative;
  }
  .account .products-grid .return-action .return-not-available {
    right: 0;
  }
  .account .products-grid .return-action .return-not-available:before {
    content: '';
    right: auto;
    left: 2%;
  }
}
.account.sales-order-view .order_info,
.account.sales-order-view .total-summary-order {
  background-color: #f7f7f7;
  padding: 1.5rem 4rem 2.5rem 2.5rem;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2.5rem;
}
@media (max-width: 556px) {
  .account.sales-order-view .order_info,
  .account.sales-order-view .total-summary-order {
    padding: 1.5rem 1.5rem 2.5rem;
  }
}
.account.sales-order-view .items.order-links {
  display: none;
}
.account.sales-order-view .block-order-details-view .block-title {
  display: none;
}
.account.sales-order-view .order_info .order-info {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .account.sales-order-view .order_info .order-info {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.account.sales-order-view .order_info .order-total {
  color: #0d0d0d;
  font-size: 1.8rem;
}
.account .order-list .order-list-tabs.block-action {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin: 0 -0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.account .order-list .order-list-tabs.block-action a {
  margin: 0 0.5rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .account .order-list .order-list-tabs.block-action a {
    flex: 1;
  }
}
.account .order-list .order-list-tabs.block-action a.active,
.account .order-list .order-list-tabs.block-action a:hover {
  background-color: #dedede !important;
  border-color: #dedede !important;
  color: #f05735 !important;
}
.account .order-products-toolbar .pager {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .account .order-products-toolbar .pager {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.account .actions-toolbar .secondary {
  text-align: right;
}
.account.amasty_rma-account-newreturn .amrma-customer-information p {
  margin-bottom: 0.5rem;
}
.account.amasty_rma-account-newreturn .amrma-customer-information ._strong {
  font-family: 'Roboto Condensed', sans-serif;
}
.account.amasty_rma-account-newreturn .amrma-products-block .amrma-product-message {
  text-align: center;
  width: auto;
}
.account.amasty_rma-account-newreturn .amrma-comment-block .amrma-img-text {
  padding-left: 0;
}
.account.amasty_rma-account-newreturn .amrma-comment-block textarea {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .account.amasty_rma-account-newreturn .amrma-message-container {
    margin: 1rem 0;
  }
}
@media screen and (max-width: 479px) {
  .account.amasty_rma-account-newreturn .amrma-product {
    flex-direction: column;
  }
  .account.amasty_rma-account-newreturn .amrma-product .amrma-image {
    width: auto;
    margin: 0;
    height: auto;
  }
}
.account.repair-index-index .rokan-repair .repair-content-form {
  background-color: #dddddd;
  margin-top: 4.5rem;
  padding: 3rem 2rem;
  position: relative;
}
.account.repair-index-index .rokan-repair .repair-content-form .btn {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: capitalize;
  font-weight: 400;
}
.account.repair-index-index .rokan-repair .repair-content-form .btn.action-cancel-repair {
  background-color: #757575;
  color: #ffffff;
  border-color: #757575;
  margin-left: 0.5rem;
}
@media screen and (max-width: 565px) {
  .account.repair-index-index .rokan-repair .repair-content-form .btn.action-cancel-repair {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .account.repair-index-index .rokan-repair .repair-content-form .btn.action-order-repair,
  .account.repair-index-index .rokan-repair .repair-content-form .btn.action-cancel-repair {
    margin-top: 1rem;
  }
}
.account.repair-index-index .rokan-repair .repair-content-form .start-repair > div {
  margin-bottom: 3rem;
}
.account.repair-index-index .rokan-repair .repair-content-form .start-order {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #f0f0f0;
  padding: 3rem 2rem;
  width: 80%;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
@media screen and (max-width: 565px) {
  .account.repair-index-index .rokan-repair .repair-content-form .start-order {
    width: 90%;
  }
}
.account.repair-index-index .rokan-repair .repair-content-form .start-order .action-cancel-repair.top {
  position: absolute;
  top: 0;
  right: 1.5rem;
}
.account.repair-index-index .rokan-repair .repair-content-form .start-order .action-cancel-repair.top .icon-remove:before {
  font-family: 'icons-blank-theme';
  font-size: 3.8rem;
  content: '\e616';
  color: #333333;
}
.account.repair-index-index .rokan-repair .repair-content-form.active .start-order {
  opacity: 1;
  visibility: visible;
}
.account .rokan-repair-action .list-data-order-repair {
  margin-bottom: 3rem;
}
.account .rokan-repair-action .repair-content {
  margin-bottom: 6rem;
}
.account .rokan-repair-action .repair-content .content-h {
  margin-bottom: 6rem;
}
.account .rokan-repair-action .repair-content .search-form-repair {
  background-color: #f7f7f7;
  padding: 1.5rem 4rem 2.5rem 2.5rem;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2.5rem;
}
@media (max-width: 556px) {
  .account .rokan-repair-action .repair-content .search-form-repair {
    padding: 1.5rem 1.5rem 2.5rem;
  }
}
.account .rokan-repair-action .repair-content .search-form-repair .label {
  font-family: 'Roboto Condensed', sans-serif;
}
.account .rokan-repair-action .repair-content .search-form-repair .label p {
  margin-bottom: 1rem;
}
.account .rokan-repair-action .repair-content .search-form-repair .repair > .control {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .account .rokan-repair-action .repair-content .search-form-repair .repair > .control {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
@media screen and (min-width: 768px) {
  .account .rokan-repair-action .repair-content .search-form-repair .repair > .control > *:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .account .rokan-repair-action .repair-content .search-form-repair .repair > .control > * {
    width: 100%;
    margin-bottom: 1rem;
  }
  .account .rokan-repair-action .repair-content .search-form-repair .repair > .control > * input {
    width: 100%;
  }
}
.account .rokan-repair-action .repair-content .search-form-repair .repair > .control .action-repair {
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 400;
}
.account .rokan-repair-action .repair-content .search-form-repair .repair > .control .action-repair i {
  font-weight: 400;
  margin-right: 0.5rem;
  transform: rotate(90deg);
}
.account .rokan-repair .rokan-repair-action .repair-header h1 {
  font-size: 3rem;
}
.account .amasty-rma-pager {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .account .amasty-rma-pager {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.account .reviews .table-reviews tbody .product-name {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.account .reviews .table-reviews tbody .product-name a {
  color: #333333;
}
.account .rokan-reviews .rokan-review-form,
.account .rokan-reviews .rokan-review-action-ready {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
@media screen and (max-width: 767px) {
  .account .rokan-reviews .rokan-review-form,
  .account .rokan-reviews .rokan-review-action-ready {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.account .rokan-reviews .rokan-review-form .ready-review-product-info,
.account .rokan-reviews .rokan-review-action-ready .ready-review-product-info,
.account .rokan-reviews .rokan-review-form .ready-review-action,
.account .rokan-reviews .rokan-review-action-ready .ready-review-action {
  max-width: 10.5rem;
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.account .rokan-reviews .rokan-review-form .ready-review-product-info .cancel-review,
.account .rokan-reviews .rokan-review-action-ready .ready-review-product-info .cancel-review,
.account .rokan-reviews .rokan-review-form .ready-review-action .cancel-review,
.account .rokan-reviews .rokan-review-action-ready .ready-review-action .cancel-review {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0D0D0D;
  text-decoration: underline;
  margin-bottom: 1rem;
}
.account .rokan-reviews .rokan-review-form .ready-review-product-info .cancel-review:hover,
.account .rokan-reviews .rokan-review-action-ready .ready-review-product-info .cancel-review:hover,
.account .rokan-reviews .rokan-review-form .ready-review-action .cancel-review:hover,
.account .rokan-reviews .rokan-review-action-ready .ready-review-action .cancel-review:hover {
  color: #f05735;
}
.account .rokan-reviews .rokan-review-form .ready-review-form,
.account .rokan-reviews .rokan-review-action-ready .ready-review-form,
.account .rokan-reviews .rokan-review-form .published-review-action,
.account .rokan-reviews .rokan-review-action-ready .published-review-action {
  flex: 1;
}
.account .rokan-reviews .rokan-review-action-ready {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .account .rokan-reviews .rokan-review-action-ready > div {
    padding-left: 3%;
  }
}
.account .rokan-reviews .rokan-review-action-ready > div a {
  font-family: 'Roboto Condensed', sans-serif;
  color: #0d0d0d;
}
.account .rokan-reviews .rokan-review-action-ready > div a.active,
.account .rokan-reviews .rokan-review-action-ready > div a:hover {
  color: #f05735;
}
.account .rokan-reviews .rokan-review-form {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  background-color: #F2F2F2;
  padding: 3rem;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .account .rokan-reviews .rokan-review-form {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.account .rokan-reviews .rokan-review-form .product-item-info {
  width: 100%;
}
.account .rokan-reviews .rokan-review-form .product-item-info .brands img {
  max-height: 20px;
  border-radius: 8px;
}
.account .rokan-reviews .rokan-review-form .product-item-info .product-item-link {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
  display: block;
  line-height: 22px;
  max-width: 275px;
}
.account .rokan-reviews .rokan-review-form .product-item-info .option-value {
  display: flex;
  font-size: 1.6rem;
  color: #666;
  margin-bottom: 0;
}
.account .rokan-reviews .rokan-review-form .product-item-info .option-value dt {
  display: none;
}
.account .rokan-reviews .rokan-review-form .product-item-info .option-value dd:not(:last-child)::after {
  content: '/';
  margin: 0 5px;
}
.account .rokan-reviews .rokan-review-form .product-date-order {
  width: 100%;
  color: #000;
  margin-bottom: 5px;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review,
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form {
  box-shadow: none !important;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review {
  margin-bottom: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form {
  padding: 0 !important;
  margin-top: 1rem;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset {
  margin-bottom: 3rem;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .reviews-switch-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .reviews-switch-wrapper .reviews-switch-settings {
  font-family: inherit !important;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .reviews-switch-wrapper .reviews-switch-label {
  display: inline-flex;
  cursor: pointer;
  position: relative;
  margin: 0;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .reviews-switch-wrapper .reviews-switch-label .reviews-switch-main {
  height: 32px;
  width: 56px;
  background-color: #cccccc;
  border-radius: 30px;
  display: inline-flex;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .reviews-switch-wrapper .reviews-switch-label .reviews-switch-main:before {
  display: block;
  content: '';
  background: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .reviews-switch-wrapper .reviews-switch-input {
  position: absolute;
  visibility: hidden;
  height: auto;
  border: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .reviews-switch-wrapper .reviews-switch-input:checked + .reviews-switch-main {
  background: #F05735;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .reviews-switch-wrapper .reviews-switch-input:checked + .reviews-switch-main:before {
  left: 28px;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings .label {
  text-align: left;
  width: auto;
  float: none;
  padding: 0;
  font-weight: inherit;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings > span {
  display: inline-block;
  margin-top: 5px;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings label {
  width: auto;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings > .control {
  text-align: left;
  width: auto;
  float: none;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings > .control .review-control-vote:before,
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings > .control label:before {
  font-family: 'icomoon' !important;
  font-size: 2.6rem;
  letter-spacing: 0;
  color: #000000;
  content: '\e904' '\e904' '\e904' '\e904' '\e904';
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings > .control .review-control-vote {
  min-width: 14rem;
  min-height: 3rem;
  margin-bottom: 3rem;
  display: block;
  padding: 0;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings > .control .review-control-vote .rating-1:before {
  content: '\e903';
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings > .control .review-control-vote .rating-2:before {
  content: '\e903' '\e903';
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings > .control .review-control-vote .rating-3:before {
  content: '\e903' '\e903' '\e903';
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings > .control .review-control-vote .rating-4:before {
  content: '\e903' '\e903' '\e903' '\e903';
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings > .control .review-control-vote .rating-5:before {
  content: '\e903' '\e903' '\e903' '\e903' '\e903';
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings > .control label {
  margin-bottom: 0;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings > .control label:before {
  color: #017f7f;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings .field {
  display: block;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .field {
  margin-bottom: 1rem;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .field label {
  margin-bottom: 0.5rem;
  display: block;
  color: #000;
  line-height: 1.3;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .field input {
  width: 100%;
  border-radius: 4px;
  max-width: 260px;
  border: 1px solid #ccc;
  font-size: 16px;
  height: 48px;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .field input::placeholder {
  color: #ccc;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form textarea {
  width: 100%;
  min-height: 15.7rem;
  max-width: 435px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-family: inherit;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form textarea::placeholder {
  color: #ccc;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .need_infor {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
@media screen and (max-width: 767px) {
  .account .rokan-reviews .rokan-review-form .ready-review-form .review-form .need_infor {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
@media screen and (min-width: 768px) {
  .account .rokan-reviews .rokan-review-form .ready-review-form .review-form .need_infor {
    margin: 0 -15px;
  }
  .account .rokan-reviews .rokan-review-form .ready-review-form .review-form .need_infor > div {
    padding: 0 15px;
    flex: 1;
  }
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-form-actions {
  text-align: right;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-form-actions .actions-primary {
  float: none;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-form-actions .actions-primary .primary {
  padding: 14px 20px;
  float: none;
  text-transform: capitalize;
}
.account .rokan-returnswarranty .rokan-returnswarranty-action {
  margin-bottom: 4.5rem;
}
.account .rokan-returnswarranty .rokan-returnswarranty-action .back {
  margin-bottom: 1.5rem;
}
.account .rokan-returnswarranty .rokan-returnswarranty-action .content-r a,
.account .rokan-returnswarranty .rokan-returnswarranty-action .back a {
  color: #0d0d0d;
}
.account .rokan-returnswarranty .rokan-returnswarranty-action .content-r a:hover,
.account .rokan-returnswarranty .rokan-returnswarranty-action .back a:hover {
  color: #f05735;
}
.account .rokan-returnswarranty .rokan-returnswarranty-action .transport ol {
  padding-left: 10%;
}
.account .rokan-returnswarranty .search-form-warranty {
  margin: 5rem 0 4rem;
}
.account .rokan-returnswarranty .search-form-warranty input {
  width: 40%;
}
.account .rokan-returnswarranty .search-form-orders .search > .control {
  margin: 0 -1rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: flex-end;
}
.account .rokan-returnswarranty .search-form-orders .search > .control > * {
  flex: 1;
  padding: 0 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .account .rokan-returnswarranty .search-form-orders .search > .control {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.account .rokan-returnswarranty .search-form-orders .search > .control .label {
  font-family: 'Roboto Condensed', sans-serif;
}
.account .rokan-returnswarranty .search-form-orders .search > .control input {
  min-height: 4.4rem;
  width: 100%;
  padding: 0 1rem;
  border: 1px solid #cdcdcd;
}
.account .rokan-returnswarranty .search-form-orders .search > .control input::-webkit-inner-spin-button {
  opacity: 0;
  visibility: hidden;
}
.account .rokan-returnswarranty .search-form-orders .search > .control .btn {
  margin-left: 0;
}
.account .rokan-returnswarranty .search-form-orders .btn,
.account .rokan-returnswarranty .search-form-warranty .btn {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 0.3rem;
  font-weight: 400;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: 1rem;
}
.account .rokan-returnswarranty .search-form-orders .btn:hover,
.account .rokan-returnswarranty .search-form-warranty .btn:hover {
  color: #ffffff;
}
.account .rokan-returnswarranty .search-form-orders .btn i.fa,
.account .rokan-returnswarranty .search-form-warranty .btn i.fa {
  transform: rotate(90deg);
  margin-right: 0.5rem;
}
@media (max-width: 374px) {
  .account .rokan-returnswarranty table.table-warranty-items thead tr th.status {
    display: none;
  }
}
@media (max-width: 374px) {
  .account .rokan-returnswarranty table.table-warranty-items tbody tr td.status {
    display: none;
  }
}
.account .rokan-returnswarranty table.table-warranty-items tbody tr td.item .image {
  float: left;
  max-width: 150px;
}
@media (min-width: 557px) {
  .account .rokan-returnswarranty table.table-warranty-items tbody tr td.item .image {
    margin-right: 1rem;
  }
}
.account .amreturns-order-select {
  outline: 0;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.account .amreturns-order-select .amreturns-title-container {
  font-family: 'Roboto Condensed', sans-serif;
  margin-left: 0;
}
.account .amreturns-order-select .amreturns-orders-container {
  margin-left: 0;
}
@media (max-width: 639px) {
  .account .amreturns-order-select .amreturns-orders-container select {
    font-size: 1.2rem;
  }
}
.account .amrma-table-container table.table-returns-items,
.account .rokan-returnswarranty table.table-returns-items,
.account .amrma-table-container table.table-warranty-items,
.account .rokan-returnswarranty table.table-warranty-items {
  width: 100%;
}
.account .amrma-table-container table.table-returns-items thead tr th,
.account .rokan-returnswarranty table.table-returns-items thead tr th,
.account .amrma-table-container table.table-warranty-items thead tr th,
.account .rokan-returnswarranty table.table-warranty-items thead tr th {
  border: 1px solid #cdcdcd;
  padding: 1.5rem 0.5rem;
}
.account .amrma-table-container table.table-returns-items tbody tr td,
.account .rokan-returnswarranty table.table-returns-items tbody tr td,
.account .amrma-table-container table.table-warranty-items tbody tr td,
.account .rokan-returnswarranty table.table-warranty-items tbody tr td {
  border: 1px solid #cdcdcd;
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  text-transform: capitalize;
}
@media (max-width: 556px) {
  .account .amrma-table-container table.table-returns-items tbody tr td,
  .account .rokan-returnswarranty table.table-returns-items tbody tr td,
  .account .amrma-table-container table.table-warranty-items tbody tr td,
  .account .rokan-returnswarranty table.table-warranty-items tbody tr td {
    padding: 0.5rem;
  }
}
.account .amrma-table-container .amrma-table .amrma-tbody > .amrma-row > .col,
.account .rokan-returnswarranty .amrma-table .amrma-tbody > .amrma-row > .col {
  border-top: 0;
}
.account .amrma-table-container {
  margin-top: 4rem;
}
@media (max-width: 639px) {
  .account .amrma-table-container table.table-returns-items tbody tr td {
    border: 0;
    padding-top: 0 !important;
    margin-bottom: 0;
  }
  .account .amrma-table-container table.table-returns-items tbody tr td:before {
    color: #0d0d0d !important;
    font-weight: 400 !important;
  }
  .account .amrma-table-container table.table-returns-items tbody tr td.actions {
    margin-bottom: 2.5rem;
  }
}
.account .rokan-rewards {
  margin-top: 5rem;
}
.account .rokan-rewards .rewards-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin: 0 -1.5rem;
}
@media screen and (max-width: 767px) {
  .account .rokan-rewards .rewards-content {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.account .rokan-rewards .rewards-content > * {
  flex: 1;
  padding: 0 1.5rem;
}
.account .rokan-rewards .rewards-content > * .circle-icon {
  text-align: center;
  margin-bottom: 2.5rem;
}
.account .rokan-rewards .rewards-content > * .circle-icon i {
  display: inline-flex;
  color: #008080;
  min-width: 10rem;
  min-height: 10rem;
  align-items: center;
  justify-content: center;
  border: 2px solid #008080;
  border-radius: 50%;
  font-size: 3rem;
}
.account .rokan-rewards .rewards-content > * .content-title {
  text-align: center;
  margin-bottom: 4rem;
}
.account .rokan-rewards .rewards-content > * .content-title h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3rem;
}
.rokanbase-account-order .traking-form {
  margin-top: 3rem;
}
.rokanbase-account-order .traking-form .traking-order {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  border: 1px solid #cdcdcd;
  background-color: #faf8f9;
  padding-right: 1%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .rokanbase-account-order .traking-form .traking-order {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.rokanbase-account-order .traking-form .traking-order .traking-lable {
  background-color: #1575bf;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 4.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: bottom;
}
.rokanbase-account-order .traking-form .traking-order .traking-order-action,
.rokanbase-account-order .traking-form .traking-order .traking-lable {
  flex: 1;
}
.rokanbase-account-order .traking-form .traking-order .traking-order-action .btn,
.rokanbase-account-order .traking-form .traking-order .traking-lable .btn {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
  text-align: center;
  border-radius: 5px;
}
.rokanbase-account-order .traking-form .traking-order .traking-order-number,
.rokanbase-account-order .traking-form .traking-order .traking-order-email {
  flex: 2;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
}
.rokanbase-account-order .traking-form .traking-order .traking-order-number span,
.rokanbase-account-order .traking-form .traking-order .traking-order-email span {
  margin-right: 0.3rem;
  font-family: 'Roboto Condensed', sans-serif;
}
.rokanbase-account-order .traking-form .traking-order .traking-order-number span:after,
.rokanbase-account-order .traking-form .traking-order .traking-order-email span:after {
  content: ":";
}
.rokanbase-account-order .traking-form .traking-order .traking-order-number input,
.rokanbase-account-order .traking-form .traking-order .traking-order-email input {
  flex: 1;
}
.rokanbase-account-order .traking-form .traking-order > * {
  padding: 1rem 0.6rem;
}
@media screen and (max-width: 767px) {
  .rokanbase-account-order .traking-form .traking-order > * {
    flex: 1;
    width: 100%;
  }
}
.account .columns,
body[class*="page-layout-2columns"] .columns {
  margin: 0 -15px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .account .columns,
  body[class*="page-layout-2columns"] .columns {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.account .columns:after,
body[class*="page-layout-2columns"] .columns:after,
.account .columns:before,
body[class*="page-layout-2columns"] .columns:before {
  content: "";
  display: table;
  clear: both;
}
.account .columns > div,
body[class*="page-layout-2columns"] .columns > div {
  padding: 0 15px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .account .columns .column.main,
  body[class*="page-layout-2columns"] .columns .column.main {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.account .columns .sidebar,
body[class*="page-layout-2columns"] .columns .sidebar {
  width: 100%;
}
.sidebar .block-compare,
.sidebar .block-reorder,
.sidebar .block-wishlist {
  display: none;
}
.sidebar .account-nav a:hover {
  color: #f05735 !important;
}
.sidebar .block.filter .block-title-filter-shopby {
  font-size: 1.9rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #333333;
}
.sidebar .block.filter .filter-title {
  margin-bottom: 0;
}
.sidebar .block.filter .filter-options .filter-options-content {
  padding-bottom: 1rem;
  display: none;
  padding-left: 15px;
  margin: 0;
}
.sidebar .block.filter .filter-options .filter-options-content ol li,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3rem;
  padding-left: 2.5rem;
}
.sidebar .block.filter .filter-options .filter-options-content ol li a,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li a,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered a,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered a,
.sidebar .block.filter .filter-options .filter-options-content ol li .swatch-option,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li .swatch-option,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered .swatch-option,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered .swatch-option {
  position: relative;
  color: #333333;
}
.sidebar .block.filter .filter-options .filter-options-content ol li a:hover,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li a:hover,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered a:hover,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered a:hover,
.sidebar .block.filter .filter-options .filter-options-content ol li .swatch-option:hover,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li .swatch-option:hover,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered .swatch-option:hover,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered .swatch-option:hover {
  color: #f05735;
}
.sidebar .block.filter .filter-options .filter-options-content ol li a:hover *,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li a:hover *,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered a:hover *,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered a:hover *,
.sidebar .block.filter .filter-options .filter-options-content ol li .swatch-option:hover *,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li .swatch-option:hover *,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered .swatch-option:hover *,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered .swatch-option:hover * {
  color: #f05735;
}
.sidebar .block.filter .filter-options .filter-options-content ol li a:before,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li a:before,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered a:before,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered a:before,
.sidebar .block.filter .filter-options .filter-options-content ol li .swatch-option:before,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li .swatch-option:before,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered .swatch-option:before,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered .swatch-option:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #cdcdcd;
  display: inline-block;
  margin-right: 10px;
  vertical-align: baseline;
  background-color: #ffffff;
}
.sidebar .block.filter .filter-options .filter-options-content ol li a:after,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li a:after,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered a:after,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered a:after,
.sidebar .block.filter .filter-options .filter-options-content ol li .swatch-option:after,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li .swatch-option:after,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered .swatch-option:after,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered .swatch-option:after {
  content: "\f00c";
  font-family: Fontawesome;
  position: absolute;
  top: 2px;
  left: 1px;
  font-size: 1rem;
  font-weight: 300;
  opacity: 0;
  visibility: hidden;
}
.sidebar .block.filter .filter-options .filter-options-content ol li a:focus:after,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li a:focus:after,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered a:focus:after,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered a:focus:after,
.sidebar .block.filter .filter-options .filter-options-content ol li .swatch-option:focus:after,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li .swatch-option:focus:after,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered .swatch-option:focus:after,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered .swatch-option:focus:after {
  opacity: 1;
  visibility: visible;
}
.sidebar .block.filter .filter-options .filter-options-content ol li a.disabled:before,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li a.disabled:before,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered a.disabled:before,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered a.disabled:before,
.sidebar .block.filter .filter-options .filter-options-content ol li .swatch-option.disabled:before,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li .swatch-option.disabled:before,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered .swatch-option.disabled:before,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered .swatch-option.disabled:before {
  background-color: #cdcdcd;
}
.sidebar .block.filter .filter-options .filter-options-content ol li a.disabled:after,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li a.disabled:after,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered a.disabled:after,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered a.disabled:after,
.sidebar .block.filter .filter-options .filter-options-content ol li .swatch-option.disabled:after,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li .swatch-option.disabled:after,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered .swatch-option.disabled:after,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered .swatch-option.disabled:after {
  display: none;
}
.sidebar .block.filter .filter-options .filter-options-content ol li a {
  display: inline-block;
  margin-left: -2.5rem;
  z-index: 2;
}
.sidebar .block.filter .filter-options .filter-options-content ol li span {
  color: #0d0d0d;
}
.sidebar .block.filter .filter-options .filter-options-content ol li:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #cdcdcd;
  display: inline-block;
  margin-right: 10px;
  vertical-align: baseline;
  background-color: #cdcdcd;
  position: absolute;
  left: 0;
  top: 5px;
}
.sidebar .block.filter .filter-options .filter-options-content ol li:focus:after {
  opacity: 1;
  visibility: visible;
}
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size a {
  display: block;
}
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-option {
  width: auto;
  height: auto;
  font-size: 1.3rem;
  color: #0d0d0d;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 0;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 0;
  border: 0;
  float: none;
  text-align: left;
}
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-option:before {
  vertical-align: super;
}
@media only screen and (min-width: 1366px) {
  .sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.color .swatch-attribute-options {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
}
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.color .swatch-option.disabled {
  position: relative;
}
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.color .swatch-option.disabled:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.color .swatch-option.disabled:after {
  content: '\e616';
  font-family: 'icons-blank-theme';
  font-size: 2.4rem;
  position: static;
  background: none;
  z-index: 2;
}
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute .swatch-option {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  border: 3px solid transparent;
  margin: 0 0.3rem 1rem 0;
  padding: 0;
  background-color: transparent;
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: 0.3s;
}
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute .swatch-option:after {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 1rem;
  font-weight: 300;
  opacity: 0;
  visibility: hidden;
  color: #ffffff;
}
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute .swatch-option:focus:after,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute .swatch-option:active:after {
  opacity: 1;
  visibility: visible;
}
.sidebar .block .filter-options-item {
  border-bottom: 2px solid #333333;
  margin: 20px 0px;
}
.sidebar .block .filter-options-item:first-child {
  border-top: 2px solid #333333;
  padding-top: 20px;
}
.sidebar .block .filter-options-item .filter-options-title {
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.sidebar .block .filter-options-item .filter-options-title:hover {
  cursor: pointer;
}
.sidebar .block .filter-options-item .filter-options-title::after {
  content: "+";
  color: #1e1e1e;
  float: right;
  font-size: 28px;
  font-weight: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6px;
}
.sidebar .block .filter-options-item.active .filter-options-title::after {
  content: "–";
  font-weight: 600;
  font-size: 26px;
  height: 5px;
}
.sidebar .block .block-subtitle {
  display: none;
}
.sidebar .block .filter-current {
  font-size: 1.4rem;
}
.sidebar .block .filter-current .filter-label {
  font-family: 'Roboto Condensed', sans-serif;
}
.sidebar .block .filter-current ol li {
  margin-bottom: 0.5rem;
}
.sidebar .block .filter-current .action.remove {
  font-size: 0;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  float: right;
}
.sidebar .block .filter-current .action.remove:after {
  content: '\e616';
  font-family: 'icons-blank-theme';
  font-size: 2.4rem;
  display: inline-block;
}
.sidebar .block .filter-actions {
  margin-bottom: 3rem;
  margin-top: 0.5rem;
}
.sidebar .block .filter-actions a {
  padding: 0.5rem 1.5rem;
  font-size: 1.4rem;
  background-color: #f05735;
  color: #ffffff;
}
.sidebar .block .filter-actions a:hover {
  background-color: #e13711;
}
body .category-image {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  body .category-image {
    margin-bottom: 3.5rem;
  }
}
body .products-grid {
  margin-top: 0;
}
body .products-grid .product-item-inner {
  position: static;
  transform: none;
  opacity: 1;
}
body .products-grid .product-items {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
body .products-grid .product-items.products.items {
  margin-right: -10px;
  margin-left: -10px;
}
body .products-grid .product-items .product-item {
  padding-right: 10px;
  padding-left: 10px;
  margin: 20px 0 0 !important;
}
@media (min-width: 481px) and (max-width: 991px) {
  body .products-grid .product-items .product-item {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  body .products-grid .product-items .product-item {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }
}
body .products-grid .product-item {
  max-width: 100%;
  flex: 0 0 100%;
  width: 100%;
  margin: 0 0 40px;
  position: relative;
}
body .products-grid .product-item .product-item-info {
  width: 100%;
  padding: 0.5rem;
  position: relative;
}
body .products-grid .product-item .product-item-info .product-item-photo .product-image-container {
  width: 100% !important;
}
body .products-grid .product-item .product-item-info .product-item-details {
  padding: 0 1.5rem;
  line-height: 1.4;
  text-align: center;
  font-size: 1.4rem;
}
body .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option {
  float: none;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.3rem;
}
body .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.image {
  background-color: #ffffff !important;
}
body .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.selected,
body .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option:hover {
  border: 1px solid #333333;
  outline: 0;
}
body .products-grid .product-item .product-item-info .product-item-details .product-item-name {
  font-size: 1.4rem;
  margin-bottom: 0;
}
body .products-grid .product-item .product-item-info .product-item-details .product-reviews-summary {
  margin: auto;
}
body .products-grid .product-item .product-item-info .product-item-details .product-reviews-summary.no-rating .reviews-actions {
  line-height: 1;
}
body .products-grid .product-item .product-item-info .product-item-details .product-reviews-summary.no-rating .reviews-actions .action {
  margin: 0;
}
body .products-grid .product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary {
  left: 0;
}
body .products-grid .product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result {
  margin-right: 0.5rem;
  margin-left: 0;
  padding: 0;
  width: 7.5rem;
}
body .products-grid .product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result:before,
body .products-grid .product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result span:before {
  font-size: 22px;
  height: 24px;
  line-height: 24px;
}
body .products-grid .product-item .product-item-info .product-item-details .price-box {
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  color: #0d0d0d;
}
body .products-grid .product-item .product-item-info .product-item-details .price-box .price-label {
  display: none !important;
}
body .products-grid .product-item .product-item-info .product-item-details .price-box * {
  font-size: 1.8rem;
}
body .products-grid .product-item .product-item-info .product-item-details .product-item-inner .action.more {
  font-family: 'Roboto Condensed', sans-serif;
  color: #0d0d0d;
  background-color: #f7f7f7;
  border: 1px solid #cdcdcd;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}
body .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-description {
  margin: 1rem 0 0;
}
body .products-grid .product-item .product-item-info .product-item-details .product-item-inner .fixed-content-show-hide-hover {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  transform: translateY(95%);
  -webkit-transform: translateY(95%);
  -o-transform: translateY(95%);
  -ms-transform: translateY(95%);
  background-color: #ebebeb;
  padding: 0.5rem 2rem 1.8rem;
  line-height: 1.6;
  z-index: 2;
  left: 0;
  right: 0;
  transition: transform 0.3s ease;
}
body .products-grid .product-item .product-item-info .product-item-details .product-item-inner .fixed-content-show-hide-hover:before {
  content: '';
  position: absolute;
  top: -5px;
  height: 1rem;
  right: -2px;
  left: -2px;
  background-color: #ebebeb;
}
@media screen and (max-width: 565px) {
  body .products-grid .product-item .product-item-info .product-item-details .product-item-inner .fixed-content-show-hide-hover {
    display: none;
  }
}
body .products-grid .product-item .product-item-info:hover .product-item-inner {
  transform: none;
}
body .products-grid .product-item:hover .product-item-info {
  background-color: #ebebeb;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
body .products-grid .product-item:hover .product-item-info .product-item-details .product-item-inner .fixed-content-show-hide-hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
body .products-grid.products-crosssell .product-item,
body .products-grid.rokan-newproduct .product-item {
  margin-bottom: 2rem;
}
body .products-grid.products-crosssell .product-item .product-item-info .product-item-name,
body .products-grid.rokan-newproduct .product-item .product-item-info .product-item-name {
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 0.5rem;
}
body .products-grid.products-crosssell .product-item .product-item-info .product-item-details .price-box *,
body .products-grid.rokan-newproduct .product-item .product-item-info .product-item-details .price-box * {
  font-size: 1.5rem;
}
body .column.main .toolbar-products {
  margin-bottom: 3rem;
  position: relative;
}
body .column.main .toolbar-products .toolbar-button {
  text-align: left;
}
@media (min-width: 768px) {
  body .column.main .toolbar-products .toolbar-button {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  body .column.main .toolbar-products .toolbar-button {
    text-align: center;
    margin-bottom: 2rem;
  }
}
body .column.main .toolbar-products .toolbar-button button {
  padding: 0;
  color: #0d0d0d;
  font-size: 1.3rem;
  background: transparent;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 0;
  border: 0;
}
body .column.main .toolbar-products .toolbar-button button:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #cdcdcd;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
  margin-right: 5px;
}
body .column.main .toolbar-products .toolbar-button button:after {
  content: "\f00c";
  font-family: Fontawesome;
  position: absolute;
  top: 0;
  left: 3px;
  font-size: 1.4rem;
  font-weight: 300;
  opacity: 0;
  visibility: hidden;
  color: #f05735;
}
body .column.main .toolbar-products .toolbar-button button.square {
  margin-right: 1rem;
}
body .column.main .toolbar-products .toolbar-button button.circle:before {
  border-radius: 50%;
}
body .column.main .toolbar-products > * {
  padding-top: 0;
}
body .column.main .toolbar-products .toolbar-amount {
  display: none;
}
body .column.main .toolbar-products .toolbar-sorter {
  padding: 0;
  min-height: 4.5rem;
  border: 1.5px solid #333333;
  font-family: 'Roboto Condensed', sans-serif;
  display: inline-flex;
  align-items: center;
  position: relative;
}
body .column.main .toolbar-products .toolbar-sorter select {
  border: 0;
  background-color: transparent;
  padding: 0 1.5rem 0 0.5rem;
  margin: 0;
  font-size: 1.3rem;
}
body .column.main .toolbar-products .toolbar-sorter select * {
  padding: 1rem 0;
}
body .column.main .toolbar-products .toolbar-sorter .sorter-label {
  padding-left: 1rem;
  padding-right: 1rem;
}
body.cms-index-index {
  background-color: #f7f7f7;
}
body.cms-index-index .grid.products-grid .product-items .product-item {
  max-width: 100%;
  flex: 0 0 100%;
  width: 100%;
  padding: 0;
}
body.cms-index-index .grid.products-grid .product-items .product-item .product-item-info {
  padding: 0.3rem;
}
body.cms-index-index .grid.products-grid .product-items .product-item .product-item-info .product-image-container {
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
}
body.cms-index-index .grid.products-grid .product-items .product-item .product-item-details .swatch-attribute.size {
  display: none;
}
body.cms-index-index .grid.products-grid .product-items .product-item .product-item-details .product-item-name {
  margin-bottom: 1.5rem;
}
body.cms-index-index .grid.products-grid .product-items .product-item .product-item-details .product-reviews-summary {
  display: none;
}
body.cms-index-index .grid.products-grid .product-items .product-item:hover .product-item-info {
  background: transparent;
  box-shadow: none;
}
body.cms-index-index .grid.products-grid .owl-nav {
  top: 35%;
}
body.cms-index-index .grid.products-grid .owl-nav button.owl-prev {
  transform: translateX(-100%);
}
body.cms-index-index .grid.products-grid .owl-nav button.owl-next {
  transform: translateX(100%);
}
body.cms-index-index .grid.products-grid .owl-nav button:hover:after {
  color: #0d0d0d;
}
.checkout-cart-index {
  background-color: #f0f0f0;
}
.checkout-cart-index .cart-container {
  margin-bottom: 6rem;
}
.checkout-cart-index .cart-container .rewards:before,
.checkout-cart-index .cart-container .rewards:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-cart-index .cart-container .cart_guest_infor {
  background-color: #ffffff;
  border: 0;
  display: block;
  margin-bottom: 2.5rem;
  padding: 2.5rem;
}
.checkout-cart-index .cart-container .cart_guest_infor * {
  margin-bottom: 0.5rem;
}
.checkout-cart-index .cart-container .cart_guest_infor h3 {
  font-size: 2.4rem;
}
.checkout-cart-index .cart-container .cart-shipping {
  text-align: center;
}
.checkout-cart-index .cart-container .cart-shipping p {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .checkout-cart-index .cart-container .form-cart {
    width: 70%;
  }
  .checkout-cart-index .cart-container .cart-summary {
    float: right;
  }
  .checkout-cart-index .cart-container .cart-summary,
  .checkout-cart-index .cart-container .cart-shipping {
    width: 28%;
  }
  .checkout-cart-index .cart-container .cart-shipping {
    float: right;
  }
}
.checkout-cart-index .cart-container .table-wrapper table.cart {
  width: 100%;
}
.checkout-cart-index .cart-container .table-wrapper table.cart thead,
.checkout-cart-index .cart-container .table-wrapper table.cart tbody {
  background-color: #ffffff;
  border-radius: 5px;
  border: 0;
  display: block;
  margin-bottom: 2.5rem;
  padding: 1.5rem;
}
@media (max-width: 991px) and (min-width: 768px) {
  .checkout-cart-index .cart-container .table-wrapper table.cart thead,
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody {
    padding: 1.5rem 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .checkout-cart-index .cart-container .table-wrapper table.cart thead .col,
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody .col {
    flex: 0 0 15%;
    max-width: 15%;
  }
  .checkout-cart-index .cart-container .table-wrapper table.cart thead .col.item,
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody .col.item {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
.checkout-cart-index .cart-container .table-wrapper table.cart thead tr,
.checkout-cart-index .cart-container .table-wrapper table.cart tbody tr {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .checkout-cart-index .cart-container .table-wrapper table.cart thead tr,
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody tr {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
@media screen and (max-width: 767px) {
  .checkout-cart-index .cart-container .table-wrapper table.cart thead {
    display: none;
  }
}
.checkout-cart-index .cart-container .table-wrapper table.cart thead .col {
  padding: 0;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-info {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
}
@media screen and (max-width: 556px) {
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-info {
    padding-top: 3rem;
  }
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .col {
  padding: 0 2%;
}
@media screen and (max-width: 767px) {
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody .col {
    width: 100%;
    float: none;
    text-align: left !important;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody .col:before {
    padding-right: 1rem;
  }
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .col:first-child {
  padding-left: 0;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .col:last-child {
  padding-right: 0;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .col:not(.item) {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .col .qty {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
}
@media (max-width: 991px) and (min-width: 768px) {
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody .col .qty {
    flex-direction: column;
  }
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .col .qty a {
  color: #0d0d0d;
  padding: 0.5rem 1rem;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .col .qty input {
  background-color: #f0f0f0;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .col .product-item-photo {
  padding-right: 1.5rem;
  position: static;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .product-item-details .item-options dt,
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .product-item-details .item-options dd {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-actions td {
  border-top: 1px solid #cdcdcd;
  text-align: right;
  margin-top: 1.5rem;
  display: block;
  width: 100%;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-actions .actions-toolbar:after,
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-actions .actions-toolbar:before {
  content: '';
  display: table;
  clear: both;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-actions .actions-toolbar .action {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: #0d0d0d;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: capitalize;
  letter-spacing: 0;
  display: inline-block;
  margin-top: 1.5rem;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-actions .actions-toolbar .action-edit {
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-actions .actions-toolbar .action-towishlist {
  float: right;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-actions .actions-toolbar .action-towishlist:before {
  content: "\f08a";
  font-family: Fontawesome;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-actions .actions-toolbar .action-delete {
  font-size: 0;
  position: absolute;
  right: 1rem;
  top: 2rem;
  margin-top: 0;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-actions .actions-toolbar .action-delete:after {
  content: '\e616';
  font-family: 'icons-blank-theme';
  font-size: 3.8rem;
}
@media screen and (max-width: 991px) {
  .checkout-cart-index .cart-container .cart.actions {
    text-align: center;
  }
}
.checkout-cart-index .cart-container .cart.actions .action.continue {
  padding: 12px 45px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .checkout-cart-index .cart-container .cart.actions .action.continue {
    padding: 12px 15px;
    float: none;
  }
}
.checkout-cart-index .cart-container .cart.actions button {
  text-transform: capitalize;
  background-color: #cdcdcd;
  border-color: #cdcdcd;
  color: #0d0d0d;
  margin-bottom: 1.5rem;
}
.checkout-cart-index .cart-container .cart-summary {
  background-color: #ffffff;
  padding: 1.5rem 2rem;
  border-radius: 5px;
  box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.3);
}
.checkout-cart-index .cart-container .cart-summary .summary.title {
  font-size: 2.4rem;
  position: relative;
}
.checkout-cart-index .cart-container .cart-summary .summary.title:after {
  content: '';
  border-bottom: 1px solid #cdcdcd;
  display: block;
  position: absolute;
  bottom: -1.5rem;
  left: -2rem;
  right: -2rem;
}
.checkout-cart-index .cart-container .cart-summary .block > .title {
  padding-left: 0;
}
.checkout-cart-index .cart-container .cart-summary .block > .title strong {
  font-size: 1.6rem;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping .title {
  border-top: 0;
}
.checkout-cart-index .cart-container .cart-summary .block .fieldset {
  margin: 0;
}
.checkout-cart-index .cart-container .cart-summary .block .fieldset input:not([type="radio"]),
.checkout-cart-index .cart-container .cart-summary .block .fieldset select {
  width: 100%;
}
.checkout-cart-index .cart-container .cart-summary .fieldset .field {
  margin-bottom: 1rem;
}
.checkout-cart-index .cart-container .cart-summary .table-wrapper .totals {
  width: 100%;
}
.checkout-cart-index .cart-container .cart-summary .table-wrapper .totals th {
  text-align: left;
}
.checkout-cart-index .cart-container .cart-summary .table-wrapper tr.sub td,
.checkout-cart-index .cart-container .cart-summary .table-wrapper tr.sub th {
  padding-top: 2rem;
}
.checkout-cart-index .cart-container .cart-summary .table-wrapper tr.shipping td,
.checkout-cart-index .cart-container .cart-summary .table-wrapper tr.shipping th {
  padding-bottom: 2rem;
}
.checkout-cart-index .cart-container .cart-summary .table-wrapper tr.grand.totals th,
.checkout-cart-index .cart-container .cart-summary .table-wrapper tr.grand.totals td {
  padding: 1rem 0;
  border-top: 1px solid #cdcdcd;
}
.checkout-cart-index .cart-container .cart-summary .discount label {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.checkout-cart-index .cart-container .cart-summary .discount .actions-toolbar button {
  background-color: #cdcdcd;
  border-color: #cdcdcd;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #0d0d0d;
  text-transform: capitalize;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .checkout {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-transform: capitalize;
  font-size: 1.8rem;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .checkout:after {
  position: absolute;
  content: '';
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  width: 15%;
  height: 100%;
  transform: skew(-10deg, 0deg);
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.checkout-cart-index .block.crosssell,
.checkout-cart-index .rokan-newproduct {
  background-color: #ffffff;
  border-radius: 5px;
  border: 0;
  padding: 3.5rem 2rem 2rem;
  margin: 0;
}
.checkout-cart-index .block.crosssell .products-crosssell,
.checkout-cart-index .rokan-newproduct .products-crosssell {
  margin-bottom: 0;
}
.checkout-cart-index .block.crosssell .block-title #block-crosssell-heading,
.checkout-cart-index .rokan-newproduct .block-title #block-crosssell-heading,
.checkout-cart-index .block.crosssell .rokan-onsale-heading #block-crosssell-heading,
.checkout-cart-index .rokan-newproduct .rokan-onsale-heading #block-crosssell-heading,
.checkout-cart-index .block.crosssell .block-title h2,
.checkout-cart-index .rokan-newproduct .block-title h2,
.checkout-cart-index .block.crosssell .rokan-onsale-heading h2,
.checkout-cart-index .rokan-newproduct .rokan-onsale-heading h2 {
  color: #0d0d0d;
  font-size: 2.4rem;
  padding-bottom: 1rem;
  display: block;
  border-bottom: 1px solid #cdcdcd;
}
.checkout-cart-index .see-product {
  text-align: center;
  margin-bottom: 4rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .checkout-cart-index .block.crosssell,
  .checkout-cart-index .rokan-newproduct {
    width: 70%;
    float: left;
  }
}
.bss-onestepcheckout {
  background-color: #f0f0f0;
}
.bss-onestepcheckout header.page-header {
  margin-bottom: 6rem;
}
.bss-onestepcheckout .authentication-wrapper {
  float: none;
  margin-top: 0;
  text-align: left;
  width: auto;
  max-width: 100%;
  margin-bottom: 3rem;
}
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li {
  background-color: #ffffff;
}
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li:hover {
  box-shadow: none !important;
}
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li .field label,
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li .field .label {
  display: block !important;
  width: auto;
  float: none;
  text-align: left;
}
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li#shipping .control {
  width: 100%;
}
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li#shipping .control input,
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li#shipping .control select {
  width: 100%;
}
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li#payment .billing-address-same-as-shipping-block {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
}
.bss-onestepcheckout .checkout-container #opc-sidebar {
  background-color: #ffffff;
  padding: 1.5rem 1.5rem 3rem;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary {
  background-color: #ffffff;
  padding: 0;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary table {
  width: 100%;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary table tbody th {
  text-align: left;
  padding-left: 0;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary table tbody td {
  text-align: right;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary table tbody .shipping th,
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary table tbody .shipping td {
  padding-bottom: 1.5rem;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary table tbody .grand.totals {
  padding-top: 1.5rem;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary table tbody .grand.totals th,
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary table tbody .grand.totals td {
  padding-top: 1rem;
  border-top: 1px solid #cdcdcd;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #cdcdcd;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .title {
  padding-bottom: 1rem;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .title:after {
  top: 0.8rem;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .minicart-items {
  /* Track */
  /* Handle */
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .minicart-items ::-webkit-scrollbar {
  width: 2px;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .minicart-items ::-webkit-scrollbar-track {
  background: #cdcdcd;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .minicart-items ::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 10px;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper {
  margin: 0;
  max-height: 320px;
  padding: 0;
  overflow-x: hidden;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper .product-item {
  padding: 1.5rem 0;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper .product-item .product-item-details .product-item-name-block .product-item-name {
  font-family: 'Roboto Condensed', sans-serif;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper .product-item .product-item-details .product-item-name-block .product-item-name a {
  color: #333333;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper .product-item .product-item-details .product-item-name-block .product-item-name a:hover {
  color: #f05735;
}
@media screen and (max-width: 767px) {
  .bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper .product-item .product-item-details .product-item-name-block,
  .bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper .product-item .product-item-details .subtotal {
    display: block;
    text-align: left;
  }
}
.bss-onestepcheckout .checkout-container #opc-sidebar .actions-toolbar > .primary > .btn-placeorder {
  text-align: center;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-transform: capitalize;
  font-size: 1.8rem;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .actions-toolbar > .primary > .btn-placeorder:after {
  position: absolute;
  content: '';
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  width: 15%;
  height: 100%;
  transform: skew(-10deg, 0deg);
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc > li .step-title,
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li .step-title,
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .title,
.bss-onestepcheckout .checkout-container .opc-wrapper .opc-block-summary .title {
  color: #0d0d0d;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc > li .step-title:before,
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li .step-title:before,
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .title:before,
.bss-onestepcheckout .checkout-container .opc-wrapper .opc-block-summary .title:before {
  width: auto;
  height: auto;
  color: #0d0d0d !important;
  font-size: 1.8rem;
  font-family: 'Roboto Condensed', sans-serif;
  vertical-align: baseline;
}
.bss-onestepcheckout .table-checkout-shipping-method tbody td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.show-banner-product-fixed {
  text-align: center;
}
.catalog-product-view {
  font-family: 'Roboto Condensed', sans-serif;
}
.catalog-product-view .column.main {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin: 1rem 0 0;
}
.catalog-product-view .column.main > div {
  padding: 0 1.5rem;
}
@media (min-width: 1200px) {
  .catalog-product-view .column.main > div.product-container-right {
    padding-left: 84px;
  }
}
.catalog-product-view .product-container-left {
  flex: 0 0 24.7%;
}
@media (min-width: 1025px) {
  .catalog-product-view .product-container-left {
    max-width: 24.7%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .catalog-product-view .product-container-left {
    flex: 0 0 37%;
    max-width: 37%;
  }
}
.catalog-product-view .product-container-left .container-product-brand-fixed .product-brands {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.catalog-product-view .product-container-left .container-product-brand-fixed .product-brands .brand-item {
  text-align: left;
  margin-bottom: 0;
}
.catalog-product-view .product-container-left .page-title-wrapper h1 {
  font-size: 1.8rem;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  .catalog-product-view .product-container-left .page-title-wrapper h1 {
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 1.3;
  }
}
.catalog-product-view .product-container-left .product-info-main {
  width: 100%;
  float: none;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price {
  position: relative;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .price-box {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 1rem 0;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .price-box * {
  color: #f05735;
  font-size: 2rem;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .fixed-box-functional-boxer-short-pc {
  position: absolute;
  top: 0;
  color: #f05735;
  line-height: 1.6;
  padding-left: 5px;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail {
  font-size: 1.4rem;
  line-height: 1.4;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail .label-instead-of-pro-detail {
  min-width: 67px;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail .value-instead-of-pro-detail {
  padding-left: 3px;
  padding-right: 3px;
  flex: unset !important;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail .label-you-save-pro-detail {
  min-width: 67px;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail .value-you-save-pro-detail {
  padding-left: 3px;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail:not(:last-child) {
  color: #999999;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail .value-you-save-pro-detail {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail .value-you-save-pro-detail span:nth-child(2) {
  width: 100%;
}
.catalog-product-view .product-container-left .product-info-main .product.attribute.overview {
  display: none;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container {
  margin-bottom: 0;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .bundle-options-wrapper {
  float: none;
  width: 100%;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .product-options-wrapper {
  float: none;
  width: 100%;
  margin-bottom: 1.5rem;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .product-options-wrapper .fieldset {
  margin-bottom: 0;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .product-options-wrapper .required {
  font-size: 1.4rem;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .product-options-wrapper button {
  display: none;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .product-options-wrapper .field.option > label {
  display: none;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .product-options-wrapper .select-images {
  min-height: 1px;
  margin-bottom: 1.5rem;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .product-options-wrapper .select-images:before,
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .product-options-wrapper .select-images:after {
  content: '';
  display: table;
  clear: both;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .product-options-wrapper .select-images a {
  margin-bottom: 5px;
  width: 55px;
  height: 55px;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .product-options-wrapper .select-images a.active {
  border-color: #f05735 !important;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .product-options-wrapper .bundle-selection-data {
  margin-bottom: 2rem;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .product-options-wrapper .bundle-option-label {
  padding-top: 1rem;
  background: #f05735;
  color: #ffffff;
  padding: 5px 10px;
  display: inline-block;
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container #bundleSummary {
  float: none;
  width: 100%;
  background: transparent;
  padding: 0;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container #bundleSummary .title {
  display: none;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container #bundleSummary .bundle-info .product-image-container,
.catalog-product-view .product-container-left .product-info-main .bundle-options-container #bundleSummary .bundle-info .product-details .product.name,
.catalog-product-view .product-container-left .product-info-main .bundle-options-container #bundleSummary .bundle-info .stock,
.catalog-product-view .product-container-left .product-info-main .bundle-options-container #bundleSummary .bundle-info .price-box.price-configured_price {
  display: none;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container #bundleSummary .bundle-summary {
  display: none;
}
.catalog-product-view .product-container-left .product-info-main .button-extra-container-fixed .button-included-product-set button,
.catalog-product-view .product-container-left .product-info-main .button-extra-container-fixed .button-included-product-set .btn {
  text-transform: capitalize;
  padding: 1.2rem 1rem;
  display: block;
  width: 100%;
  text-align: center;
  border-color: #cdcdcd;
  font-family: 'Roboto Condensed', sans-serif;
}
.catalog-product-view .product-container-left .product-info-main .button-extra-container-fixed .button-included-product-set .btn {
  margin-top: 0.8rem;
  background: #ffffff;
  color: #f05735;
  padding: 1.2rem 0.2rem;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review {
  font-size: 1.4rem;
  margin: 1rem 0;
  line-height: 1.4;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  position: relative;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .stock.available {
  display: none;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product.attribute.sku {
  color: #333333;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary {
  display: block;
  margin-bottom: 0;
  text-align: right;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary * {
  left: 0;
  margin: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary > div {
  display: block;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .rating-summary .rating-result {
  width: 6.8rem;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .rating-summary .rating-result:before,
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .rating-summary .rating-result span:before {
  font-size: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .action.view {
  font-size: 1.4rem;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .action.view:hover,
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .action.view.active {
  display: block;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .action.add {
  font-size: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .action.add:before {
  font-family: 'icons-blank-theme';
  font-size: 24px;
  height: 24px;
  letter-spacing: -10px;
  line-height: 24px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  color: #cdcdcd;
  display: inline-block;
  vertical-align: sub;
  width: 7.5rem;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .reviews-pupup {
  display: none;
  position: absolute;
  top: 115%;
  left: 0;
  right: 0;
  z-index: 2;
  border-radius: 5px;
  border: 1px solid #ababab;
  background-color: #f7f7f7;
  padding: 1.5rem 4rem 2.5rem 2.5rem;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2.5rem;
  padding: 2vw;
  background-color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 556px) {
  .catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .reviews-pupup {
    padding: 1.5rem 1.5rem 2.5rem;
  }
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .reviews-pupup:after {
  width: 1.5rem;
  height: 1.5rem;
  content: '';
  display: block;
  transform: rotate(90deg);
  border: 1px solid #ababab;
  background: #ffffff;
  position: absolute;
  top: -8px;
  right: 1.2vw;
  transform: rotate(45deg);
  border-width: 1px 0 0 1px;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .reviews-pupup .rating-summary {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .reviews-pupup .rating-summary .rating span:after {
  font-family: 'icons-blank-theme';
  content: '\e605';
  margin-right: 0.5rem;
  vertical-align: text-bottom;
  line-height: 1;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .reviews-pupup .rating-summary .progress {
  flex: 1;
  margin-right: 0.5rem;
  height: 1rem;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  background: #ebebeb;
  position: relative;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .reviews-pupup .rating-summary .progress .progress-bar {
  background: #008080;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 3px;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .reviews-pupup .btn {
  background: #008080;
  border-color: #008080;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: capitalize;
  margin-top: 2rem;
  margin-left: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1.2rem 1rem;
}
.catalog-product-view .product-container-left .product-info-main .container-show-hide-attribute-common .select-qty-final-fixed-button li a.active {
  color: #f05735 !important;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common {
  position: relative;
  font-size: 1.4rem;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common.active span,
.catalog-product-view .product-container-left .product-info-main .box-select-common.selector span,
.catalog-product-view .product-container-left .product-info-main .box-select-common.active strong,
.catalog-product-view .product-container-left .product-info-main .box-select-common.selector strong {
  color: #f05735;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a {
  border: 1px solid #cdcdcd;
  margin-top: 0.8rem;
  padding: 0.8rem 1rem;
  display: block;
  color: #0d0d0d;
  cursor: pointer;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a span {
  padding-right: 0.5rem;
  color: #aaa;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a .swatch-attribute-selected-option {
  display: inline-block;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a:after {
  content: '\f107';
  font-family: Fontawesome;
  color: #aaa;
  font-size: 2rem;
  line-height: 1.4;
  padding-left: 15px;
  position: absolute;
  right: 15px;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common.active a:after {
  content: '\f106';
}
.catalog-product-view .product-container-left .product-info-main .box-select-common:after {
  content: '';
  height: 3px;
  background: #ffffff;
  position: absolute;
  bottom: -2px;
  left: 1px;
  right: 1px;
  z-index: 100;
  opacity: 0;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common.active:after {
  opacity: 1;
}
.catalog-product-view .product-container-left .product-info-main .fixed-container-size-qty {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
}
.catalog-product-view .product-container-left .product-info-main .fixed-container-size-qty > div {
  flex: 1;
  max-width: 48%;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form {
  padding-top: 1.5rem;
  margin-top: 2rem;
  border-top: 1px solid #cdcdcd;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset {
  margin-bottom: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset .actions {
  display: block;
  padding-top: 1rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset .actions button {
  width: 100%;
  background: #a2a2a2;
  border-color: #a2a2a2;
  letter-spacing: 2px;
  padding: 0 15px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border: none;
}
@media (max-width: 767px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset .actions button {
    font-size: 16px;
  }
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset .actions button:hover {
  background: #B3B3B3;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset .actions button span {
  letter-spacing: 4px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-opt,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .fieldset {
  margin-bottom: 1rem;
  margin-top: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt div:last-child div:last-child {
  z-index: 1;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair .box-select-common-chair {
  position: relative;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair .box-select-common-chair:after {
  content: '';
  height: 3px;
  background: #ffffff;
  position: absolute;
  bottom: -2px;
  left: 1px;
  right: 1px;
  z-index: 100;
  opacity: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair .box-select-common-chair.selected a {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  color: #f05735;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair .box-select-common-chair.selected a span {
  color: #f05735;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair .box-select-common-chair.selected a strong {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair.custom-swatch-attribute-custom-chair-size {
  max-width: 48%;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair.custom-swatch-attribute-custom-chair-color.actived .box-select-common-chair::after {
  opacity: 1;
  z-index: 999;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair.custom-swatch-attribute-custom-chair-size.actived .box-select-common-chair::after {
  opacity: 1;
  bottom: 0;
  z-index: 999;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair a {
  border: 1px solid #cdcdcd;
  margin-top: 0.8rem;
  padding: 0.8rem 1rem;
  display: block;
  color: #0d0d0d;
  cursor: pointer;
  font-size: 1.4rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair a span {
  padding-right: 0.5rem;
  color: #aaa;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair a:after {
  content: '\f107';
  font-family: Fontawesome;
  color: #aaa;
  float: right;
  font-size: 2rem;
  line-height: 1.4;
  padding-left: 15px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair.actived a:after {
  content: '\f106';
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  position: absolute;
  min-width: 28vw;
  z-index: 101;
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute {
    min-width: 32vw;
  }
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute {
  position: static !important;
  white-space: nowrap;
  padding-top: 2rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute:first-child {
  padding-left: 2.5rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .box-select-common {
  width: 100% !important;
  padding-right: 5px;
  z-index: 100;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .box-select-common a {
  background: #dfdfdf;
  border: none;
  padding: 0.5rem 1rem !important;
  text-align: center;
  font-weight: 500;
  margin-top: 1.3rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .box-select-common a span {
  color: #4d4d4d;
  padding: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .box-select-common a .swatch-attribute-selected-option {
  display: none;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .box-select-common a:after {
  display: none !important;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .box-select-common.active a {
  background-color: #f05735;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .box-select-common.active a span {
  color: #fff;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .box-select-common.active::after {
  width: 0;
  height: 0;
  border-top: 8px solid #f05735;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  bottom: -8px !important;
  left: calc(50% - 10px);
  top: auto;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common {
  margin-top: -7rem;
  padding-top: 9.5rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common .fixed-seat-sizes-height-size-fits-me {
  border: 1px solid #5a5a5a;
  text-align: center;
  max-width: 50%;
  margin: -10px auto 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common .fixed-seat-sizes-height-size-fits-me a {
  color: #414141;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common .container-submit-your-idea-this-product .submit-your-idea-option-right > div:not(.button-fixed-container-join-us-win) {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common .container-submit-your-idea-this-product .submit-your-idea-option-right .container-content-your-idea-input {
  margin-bottom: 10px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only {
  right: -10%;
}
@media only screen and (max-width: 1450px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only {
    right: -50%;
  }
}
@media only screen and (max-width: 1199px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only {
    right: -115%;
  }
}
@media only screen and (max-width: 800px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only {
    right: -140%;
  }
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all {
  position: relative;
  overflow: hidden;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .swatch-option {
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .border-fixed-common-seat-sizes-height {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #969696;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  white-space: normal;
  padding-left: 5px;
  line-height: 1.1;
  font-size: 15px;
  padding-top: 3px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height > span:first-child {
  color: #787878;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height .label-fixed-swatch-seat-sizes-height {
  max-width: 55%;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height .price-fixed-swatch-seat-sizes-height {
  font-size: 15px;
  letter-spacing: -1px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only {
  right: -50%;
}
@media only screen and (max-width: 1450px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only {
    right: -80%;
  }
}
@media only screen and (max-width: 1199px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only {
    right: -165%;
  }
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all {
  position: relative;
  overflow: hidden;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .swatch-option {
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .border-fixed-common-seat-sizes-height {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #969696;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  white-space: normal;
  padding-left: 5px;
  line-height: 1.1;
  font-size: 15px;
  padding-top: 3px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height > span.label-fixed-swatch-seat-sizes-height {
  color: #787878;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height > span.label-fixed-swatch-seat-sizes-height > span:first-child {
  display: block;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height .price-fixed-swatch-seat-sizes-height {
  font-size: 15px;
  letter-spacing: -1px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute {
  position: relative;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute[option-selected] .swatch-attribute-label,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute[option-selected] .swatch-attribute-selected-option {
  color: #f05735;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option {
  margin: 0;
  border: 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: 0.3s;
  outline: 0;
  min-height: calc(100% - 1rem);
  border: 3px solid transparent;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.selected {
  border-color: #f05735;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.selected + .container-name-price-fixed-swatch-detail span {
  color: #f05735 !important;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-show-hide-attribute-common {
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #cdcdcd;
  border-top: 0;
  background: #fff;
  padding: 2rem;
  right: 0;
  z-index: 2;
  left: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-show-hide-attribute-common.active {
  opacity: 1;
  visibility: visible;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch.container-fixed-seat_color-product-view-only,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch.container-fixed-color-product-view-only {
  padding-bottom: 0;
  padding-top: 3.5rem;
  border-top: 1px solid #cdcdcd;
  z-index: 99;
}
@media (min-width: 1200px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch.container-fixed-seat_color-product-view-only,
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch.container-fixed-color-product-view-only {
    min-width: 96rem;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch.container-fixed-seat_color-product-view-only,
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch.container-fixed-color-product-view-only {
    right: 0;
  }
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch.container-fixed-seat_color-product-view-only .swatch-attribute-options .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch.container-fixed-color-product-view-only .swatch-attribute-options .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options {
  display: grid;
  grid-template-columns: repeat(3,40px calc((100% - 120px)/3));
  grid-row-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options {
    right: 0;
    grid-template-columns: repeat(1,40px calc((100% - 40px)));
  }
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options .swatch-option.image {
  margin: 0;
  border: 0;
  width: 4rem !important;
  height: 4rem !important;
  outline: 0;
  border: 3px solid transparent;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options .swatch-option.image.selected {
  border-color: #f05735;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail {
  display: block;
  margin-right: 1.5rem;
  position: relative;
  padding-bottom: 8px;
  padding-left: 1rem;
  font-size: 1.4rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail > * {
  display: block;
  line-height: 1.5;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail {
  font-family: 'Roboto Condensed', sans-serif;
  color: #0d0d0d;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail .fixed-color-core-careshop-pro-detail {
  margin-left: 15px;
  color: #aaaaaa;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #989898;
  left: -4rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch.container-show-hide-attribute-common {
  right: 0;
  border-top: 1px solid #cdcdcd;
  top: 97%;
  z-index: 3;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch .swatch-attribute-options.active {
  opacity: 1;
  visibility: visible;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch .swatch-attribute-options .swatch-option {
  padding: 1.5rem;
  height: auto;
  text-transform: uppercase;
  color: #0d0d0d;
  outline: 0;
  border: 1px solid #cdcdcd;
  background: transparent;
  margin-bottom: 0.3rem;
  margin-right: 0.3rem;
  min-width: 60px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch .swatch-attribute-options .swatch-option.selected {
  color: #f05735;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .you-are-looking-for-fixed {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .you-are-looking-for-fixed {
    position: static;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
  }
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .you-are-looking-for-fixed .btn {
  text-transform: none;
  font-size: 1.4rem;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 3rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product {
  padding: 4rem 0 3rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .show-hide-container-suggest-on-following-product {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .show-hide-container-suggest-on-following-product {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .show-hide-container-suggest-on-following-product > div {
  padding: 0 10px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .title-suggest-on-following {
  font-family: 'Roboto Condensed', sans-serif;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .container-suggest-on-following-options {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin: 0 -10px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .container-suggest-on-following-options > div {
  padding: 0 10px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .container-suggest-on-following-options .cutom-fixed-checkbox-group {
  position: relative;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .container-suggest-on-following-options .cutom-fixed-checkbox-group input {
  opacity: 0;
  margin: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .container-suggest-on-following-options .cutom-fixed-checkbox-group input[type="checkbox"]:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .container-suggest-on-following-options .cutom-fixed-checkbox-group label {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  margin-left: -17px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .container-suggest-on-following-options .cutom-fixed-checkbox-group label:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #cdcdcd;
  display: inline-block;
  margin-right: 5px;
  vertical-align: baseline;
  background-color: transparent;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .container-suggest-on-following-options .cutom-fixed-checkbox-group label:after {
  content: "\f00c";
  font-family: Fontawesome;
  position: absolute;
  top: 5px;
  left: 1px;
  font-size: 1rem;
  font-weight: 300;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .submit-your-idea-option-right {
    max-width: 60%;
  }
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .submit-your-idea-option-right textarea {
  width: 100%;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .submit-your-idea-option-right .button-fixed-container-join-us-win {
  text-align: right;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .submit-your-idea-option-right .button-fixed-container-join-us-win button {
  padding: 0.5rem 2rem;
  font-size: 1.3rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  display: inline-block;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset {
  position: relative;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box,
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed {
  position: absolute;
  background: #fff;
  padding: 2rem;
  border: 1px solid #cdcdcd;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box.active,
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed.active {
  opacity: 1;
  visibility: visible;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box ul,
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul {
  padding-left: 0;
  list-style: none;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box {
  top: 47px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box.active {
  opacity: 1;
  visibility: visible;
  top: 44px;
  border-top: 1px solid #cdcdcd;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box ul {
  display: grid;
  grid-template-columns: repeat(3, 4.9vw);
  text-align: center;
  margin-bottom: 0;
  justify-content: center;
  margin: auto;
}
@media (max-width: 767px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box ul {
    grid-template-columns: repeat(3, 5rem);
    width: auto;
  }
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box ul li {
  height: 4.9vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cdcdcd;
  border-right: 0;
  border-top: 0;
  background-color: #fff;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box ul li:nth-of-type(3n) {
  border-right: 1px solid #cdcdcd;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box ul li:nth-of-type(1),
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box ul li:nth-of-type(2),
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box ul li:nth-of-type(3) {
  border-top: 1px solid #cdcdcd;
}
@media (max-width: 767px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box ul li {
    height: 5rem;
  }
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box ul li a {
  color: #0d0d0d;
  font-family: 'Roboto Condensed', sans-serif;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box ul li a.active {
  color: #f05735;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box ul li:hover a {
  color: #f05735;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed {
  padding: 2.5rem 3rem;
  right: auto;
  z-index: 99;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed.not-available-optional-container {
  right: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  align-items: stretch;
  gap: 12px;
  margin: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li {
  width: 28rem;
  max-width: 100%;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .img-item-optional-list {
  width: 53px;
  margin-right: 1rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .product-infor-right {
  flex: 1;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .name-item-optional-list {
  font-size: 1.2rem;
  line-height: 1.25;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .price-item-optional-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .price-item-optional-list .price-final-optional-list-fixed:last-child {
  font-size: 12px;
  color: #969696;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .qty-item-optional-list {
  margin-top: 2rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  border: 1px solid #cdcdcd;
  justify-content: center;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .qty-item-optional-list > div {
  flex: 0 0 50%;
  max-width: 50%;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .qty-item-optional-list > div:last-child,
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .qty-item-optional-list > div:first-child {
  flex: 0 0 25%;
  max-width: 25%;
  font-size: 1.4rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .qty-item-optional-list > div input {
  max-width: 100%;
  text-align: center;
  height: 40px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .qty-item-optional-list a {
  width: 100%;
  text-align: center;
  display: block;
  color: #0d0d0d;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .qty-item-optional-list a:hover {
  color: #f05735;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .qty-item-optional-list input {
  border-width: 0 1px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .add-to-cart-item-optional-list {
  margin-top: 1rem;
  width: 100%;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .add-to-cart-item-optional-list button {
  width: 100%;
  background: #CDCDCD;
}
.catalog-product-view .product-container-left .product-info-main .product-social-links .product-addto-links {
  margin: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-social-links .product-addto-links .action {
  text-transform: lowercase;
  background: transparent;
  border: 0;
  color: #0d0d0d;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
.catalog-product-view .product-container-left .product-info-main .product-social-links .product-addto-links .action:hover {
  color: #f05735;
}
.catalog-product-view .product-container-left .product-info-main .product-social-links .product-addto-links .tocompare {
  display: none;
}
.catalog-product-view .product-container-right .product.media {
  width: 100%;
  float: none;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view .product-container-right .product-info-list-description-detail .product-detail-short-description-fixed,
  .catalog-product-view .product-container-right .product-info-list-description-detail .show-hide-less-more-description-product-page {
    max-width: 76.5%;
    margin: auto;
  }
}
.catalog-product-view .product-container-right .product-info-list-description-detail .show-hide-less-more-description-product-page,
.catalog-product-view .product-container-right .product-info-list-description-detail .product-detail-short-description-fixed strong {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.catalog-product-view .product-container-right .product-info-list-description-detail .show-hide-less-more-improve-product-page,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-more-description-product-page,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-less-description-product-page,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-more-improve-product-page {
  text-align: center;
  margin: auto;
  margin-top: 3.2rem;
  margin-bottom: 3.5rem;
  text-transform: uppercase;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view .product-container-right .product-info-list-description-detail .show-hide-less-more-improve-product-page,
  .catalog-product-view .product-container-right .product-info-list-description-detail .button-more-description-product-page,
  .catalog-product-view .product-container-right .product-info-list-description-detail .button-less-description-product-page,
  .catalog-product-view .product-container-right .product-info-list-description-detail .button-more-improve-product-page {
    max-width: 76.5%;
  }
}
.catalog-product-view .product-container-right .product-info-list-description-detail .show-hide-less-more-improve-product-page.open a:after,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-more-description-product-page.open a:after,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-less-description-product-page.open a:after,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-more-improve-product-page.open a:after {
  content: "\f0d7" !important;
}
.catalog-product-view .product-container-right .product-info-list-description-detail .show-hide-less-more-improve-product-page a,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-more-description-product-page a,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-less-description-product-page a,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-more-improve-product-page a {
  display: inline-block;
  background: #ffffff;
  position: relative;
  z-index: 2;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  font-family: 'Roboto Condensed', sans-serif;
}
.catalog-product-view .product-container-right .product-info-list-description-detail .show-hide-less-more-improve-product-page a:after,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-more-description-product-page a:after,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-less-description-product-page a:after,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-more-improve-product-page a:after {
  content: "\f0d7";
  font-family: Fontawesome;
  position: absolute;
  bottom: -75%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 14px;
}
.catalog-product-view .product-container-right .product-info-list-description-detail .button-more-description-product-page:after,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-less-description-product-page:after,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-more-improve-product-page:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #666;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.catalog-product-view .product-container-right .product-info-list-description-detail .button-less-description-product-page a:after {
  content: "\f0d8";
}
.catalog-product-view .product-container-right .product.info.detailed {
  margin-top: 3rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.title {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0 0.2rem 0.5rem 0;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.title a {
  color: #ffffff;
  height: auto;
  border: 0;
  background: #969696;
  padding: 0.825rem 1.5rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.title.active a {
  background: #dedede;
  color: #f05735;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content {
  background: #dedede;
  border: 0;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content {
    padding-top: 6rem;
  }
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content > div:not(.container-product-tab-features) {
  background: #ffffff;
  padding: 3% 5% 5%;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-title {
  text-align: center;
  margin-bottom: 2rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-title strong {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-title a {
  display: block;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements .nav-block {
  list-style: none;
  padding-left: 0;
  margin: 0 -2rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements .nav-block li {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 2rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements .nav-block li a {
  color: #565656;
  font-size: 1.8rem;
  text-transform: uppercase;
  padding-bottom: 0.3rem;
  border-bottom: 0.4rem solid;
  border-color: transparent;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements .nav-block li a.active {
  border-color: #f05735;
  color: #0d0d0d;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .action {
  text-align: right;
  display: block;
  margin-bottom: 2rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .action a {
  background: #f05735;
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .toolbar-sorter {
  float: none;
  display: block;
  text-align: right;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin: 0 -5.5%;
  padding: 2rem 5%;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item:last-child {
  border-width: 1px;
  margin-bottom: 2rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item .avartar {
  margin-right: 1.5rem;
  flex: 0 0 20%;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item .review-info {
  flex: 1;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item .review-info .review-details {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item .review-info .review-details .review-details-value {
  color: #f05735;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item .review-info .review-details .review-date .review-details-value {
  font-size: 1.2rem;
  color: #999999;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item .review-info .review-details > * {
  padding: 0 0.3rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item .review-info .review-title {
  margin-bottom: 0.5rem;
  font-size: 2rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item .review-info .review-content {
  margin-bottom: 0;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-improvement-list .title {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 2.5rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-improvement-list .improve-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  border-top: 2px solid #c9c9c9;
  margin: 0 -5.5%;
  padding: 2rem 5%;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-improvement-list .improve-item:last-child {
  border-bottom: 2px solid #c9c9c9;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-improvement-list .improve-item .product-photo {
  flex: 0 0 20%;
  margin-right: 1.5rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-improvement-list .improve-item .improve-info {
  flex: 1;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-improvement-list .improve-item .improve-info .improve-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #0d0d0d;
  font-size: 2.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 556px) {
  .catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-improvement-list .item,
  .catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .item {
    flex-direction: column;
    align-items: center;
  }
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .review-toolbar {
  border: 0;
}
.catalog-product-view .modal-popup .modal-content {
  padding-bottom: 6rem;
}
.catalog-product-view .modal-popup .modal-inner-wrap {
  max-width: 800px;
  top: 40%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart h4 {
  font-size: 2.6rem;
  border-bottom: 2px solid #0d0d0d;
  display: inline-block;
  padding-bottom: 1rem;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .fixed-content-pupup-size-chart table {
  border: 0;
  width: 100%;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .fixed-content-pupup-size-chart table tr th {
  font-family: 'Roboto Condensed', sans-serif;
  border: 0;
  text-align: left;
  padding: 3px 1rem;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .fixed-content-pupup-size-chart table tr:nth-child(odd) {
  background: #f9f9f9;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .fixed-content-pupup-size-chart table td {
  border: 0;
  padding: 2px 1rem;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .info-icon {
  display: inline;
  margin-left: 5px;
  position: relative;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .info-icon:after {
  content: "\f129";
  font-family: Fontawesome;
  font-weight: 400;
  font-size: 1rem;
  border: 1px solid #eee;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #aaa;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .info-icon .cvn-tooltip {
  display: none;
  position: absolute;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  background: #fff;
  bottom: 0;
  z-index: 1000;
  left: 48%;
  width: 200px;
  height: 60px;
  font-size: 11px;
  line-height: 18px;
  top: 4px;
  max-width: none;
  padding: 10px;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .info-icon:hover .cvn-tooltip {
  display: block;
}
.catalog-product-view .modal-popup .modal-footer {
  display: none;
}
@media (max-width: 1025px) and (min-width: 767px) {
  body .modal-popup.see-detail-modal-included-product-sets {
    top: 0;
    transform: none;
  }
}
body .modal-popup.see-detail-modal-included-product-sets .modal-inner-wrap {
  width: 90%;
  max-width: 1100px;
  border-radius: 3rem;
}
body .modal-popup.see-detail-modal-included-product-sets .modal-inner-wrap .modal-header {
  padding-top: 2rem;
}
body .modal-popup.see-detail-modal-included-product-sets .modal-inner-wrap .modal-content {
  padding: 0 1.5rem 6rem 1.5rem;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets h4 {
  margin-left: -2rem;
  text-transform: capitalize;
  border-radius: 0 2.5rem 2.5rem 0;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .fixed-list-item-included-product-sets:not(.owl-carousel) {
  display: grid;
  text-align: center;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .fixed-list-item-included-product-sets .container-item-list-product-sets {
  text-align: center;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .fixed-list-item-included-product-sets .container-item-list-product-sets .price-name-item-product-list .price-item-product-list {
  background: #f05735;
  color: #ffffff;
  padding: 0.5rem;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .fixed-list-item-included-product-sets .container-item-list-product-sets .price-name-item-product-list .name-item-product-list {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 1rem;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .total-product-sets {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}
@media screen and (max-width: 556px) {
  body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .total-product-sets {
    position: static;
  }
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .total-product-sets .btn {
  text-transform: none;
}
.color-swatch-options-container-left {
  padding-top: 2rem;
  border-top: 1px solid #cdcdcd;
}
.color-swatch-options-container-left ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}
.color-swatch-options-container-left ul li {
  padding: 0 3px;
  margin-bottom: 3px;
}
.color-swatch-options-container-left ul li a {
  display: block;
  padding: 2px;
  border: 1px solid;
  border-color: transparent;
}
.color-swatch-options-container-left ul li a span {
  width: 3rem;
  height: 3rem;
  display: block;
  border: 1px solid #bbb;
}
.color-swatch-options-container-left ul li.active a,
.color-swatch-options-container-left ul li:hover a {
  border-color: #f05735;
}
.container-fixed-gallery-images-thumb {
  margin: 1.5rem 0 2.5rem;
  padding: 2.5rem 0 2rem;
  border: 1px solid #cdcdcd;
  border-width: 1px 0;
  max-width: 100%;
}
.container-fixed-gallery-images-thumb ul {
  list-style: none;
  padding-left: 0;
  width: 90%;
  display: grid;
  grid-template-columns: repeat(4, 25%);
  margin: 0 -2px;
}
.container-fixed-gallery-images-thumb ul li {
  padding: 0 2px;
  margin-bottom: 4px;
}
.container-fixed-gallery-images-thumb ul li a {
  display: block;
  border: 1px solid #cdcdcd;
}
.container-fixed-gallery-images-thumb ul li:hover a,
.container-fixed-gallery-images-thumb ul li.active a {
  border-color: #f05735;
}
@media (min-width: 1025px) {
  .container-fixed-gallery-images-thumb .owl-carousel:hover .owl-nav button.owl-prev {
    left: -14%;
  }
  .container-fixed-gallery-images-thumb .owl-carousel button:hover {
    color: #0d0d0d;
  }
}
.container-product-tab-features ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 0.8rem;
}
.container-product-tab-features ul li {
  background: #ffffff;
  padding: 3% 6%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container-product-tab-features ul li strong {
  font-size: 1.8rem;
  color: #939393;
}
@media screen and (min-width: 1199px) {
  .container-product-tab-features ul li strong {
    font-size: 3rem;
  }
}
.container-product-tab-features ul li:nth-of-type(4n+4),
.container-product-tab-features ul li:nth-of-type(4n-3) {
  grid-column: 1/4;
}
.container-product-tab-features ul li:nth-of-type(4n-2) {
  grid-column: 4/6;
}
.container-product-tab-features ul li:nth-of-type(4n-1) {
  grid-column: 1/3;
}
.container-product-tab-features ul li:nth-of-type(4n) {
  grid-column: 3/6;
}
.container-product-tab-specifications strong {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1rem;
}
.container-product-tab-specifications table {
  width: 100%;
}
.container-product-tab-specifications table tr {
  border: 1px solid #f3f3f3;
  border-width: 1px 0;
}
.container-product-tab-specifications table tr:nth-child(odd) {
  background: #f9f9f9;
}
.container-product-tab-specifications table tr td {
  padding: 0.3rem 1rem;
}
.container-product-tab-accessories .product-item-info {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media screen and (max-width: 565px) {
  .container-product-tab-accessories .product-item-info {
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 479px) {
  .container-product-tab-accessories .product-item-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.container-product-tab-accessories .product-item-info > div {
  padding: 1rem;
}
@media screen and (min-width: 565px) {
  .container-product-tab-accessories .product-item-info .accessories-col-left-img {
    max-width: 20%;
  }
}
.container-product-tab-accessories .product-item-info .product-item-photo {
  display: block;
}
.container-product-tab-accessories .product-item-info .accessories-product-item-details {
  flex: 1;
}
.container-product-tab-accessories .product-item-info .accessories-product-item-details .product-item-name {
  margin-bottom: 0;
}
.container-product-tab-accessories .product-item-info .accessories-product-item-details .product-item-name .product-item-link {
  color: #f05735;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.container-product-tab-accessories .product-item-info .accessories-product-item-details .price-box .price-label {
  display: none;
}
.container-product-tab-accessories .product-item-info .accessories-product-item-details .price-box .old-price {
  color: #999999;
  font-style: italic;
}
.container-product-tab-accessories .product-item-info .accessories-product-view-action {
  min-width: 20%;
  text-align: right;
}
.container-product-tab-accessories .product-item-info .accessories-product-view-action .btn {
  font-size: 1.3rem;
  padding: 1rem 1.5rem;
  text-align: center;
}
.container-product-tab-videos {
  text-align: center;
}
.container-product-tab-videos > div:first-child {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.container-product-tab-videos > div:first-child iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.container-product-tab-videos h3 {
  text-transform: uppercase;
  margin: 2.5rem 0;
}
.container-product-tab-manual {
  max-width: 985px;
}
.container-product-tab-manual a {
  text-transform: uppercase;
}
.container-product-tab-manual ol {
  padding-left: 1.7rem;
}
.container-product-tab-manual .owl-carousel {
  margin-top: 2rem;
}
.container-product-tab-manual .owl-carousel .owl-dots {
  counter-reset: section;
  text-align: right;
}
.container-product-tab-manual .owl-carousel .owl-dots button {
  margin: 0 5px;
}
.container-product-tab-manual .owl-carousel .owl-dots button:before {
  counter-increment: section;
  content: counter(section);
}
.container-product-tab-manual .owl-carousel .owl-dots button span {
  display: none;
}
.container-product-tab-manual .owl-carousel .owl-dots button.active:before {
  color: #f05735;
}
.container-product-tab-knowhow .tab-title {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin: 0 -2rem 3rem;
}
@media screen and (max-width: 556px) {
  .container-product-tab-knowhow .tab-title {
    flex-direction: column;
  }
}
.container-product-tab-knowhow .tab-title ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
@media screen and (max-width: 556px) {
  .container-product-tab-knowhow .tab-title ul {
    flex-direction: column;
  }
  .container-product-tab-knowhow .tab-title ul a {
    text-align: center;
  }
}
.container-product-tab-knowhow .tab-title ul li {
  padding: 0 2rem;
}
.container-product-tab-knowhow .tab-title a {
  color: #565656;
  font-size: 1.8rem;
  text-transform: uppercase;
  padding-bottom: 0.3rem;
  border-bottom: 0.4rem solid;
  border-color: transparent;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.container-product-tab-knowhow .tab-title a.active {
  border-color: #f05735;
  color: #0d0d0d;
}
.container-product-tab-knowhow .tab-content h4 {
  margin: 1.5rem 0;
}
.container-product-tab-knowhow .tab-content:not(.active) {
  display: none;
}
.container-product-tab-knowhow .tab-content .tab-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  margin: 3rem -1.5rem;
}
.container-product-tab-knowhow .tab-content .tab-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 556px) {
  .container-product-tab-knowhow .tab-content .tab-item {
    flex-direction: column;
  }
}
.container-product-tab-knowhow .tab-content .tab-item > * {
  padding: 0 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 557px) {
  .container-product-tab-knowhow .tab-content .tab-item .tab-item-infor {
    flex: 70%;
    max-width: 70%;
  }
}
.block-related-tab-product-detail {
  padding-top: 5%;
}
.block-related-tab-product-detail ol {
  padding-left: 0;
  list-style: none;
}
.block-related-tab-product-detail ol li {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
@media screen and (max-width: 556px) {
  .block-related-tab-product-detail ol li {
    flex-direction: column;
  }
}
.block-related-tab-product-detail ol li:not(:last-child) {
  margin-bottom: 2rem;
}
.block-related-tab-product-detail ol li .post-ftimg-hld-p-d {
  margin-bottom: 1rem;
}
@media screen and (min-width: 557px) {
  .block-related-tab-product-detail ol li .post-ftimg-hld-p-d {
    flex: 0 0 40%;
    margin-right: 3%;
  }
}
.block-related-tab-product-detail ol li .post-short-content-hld-p-d {
  flex: 1;
  margin-bottom: 1rem;
}
.block-related-tab-product-detail ol li .post-short-content-hld-p-d .post-item-link {
  font-family: 'Roboto Condensed', sans-serif;
  color: #0d0d0d;
  margin-bottom: 1rem;
  display: block;
}
.product-row-blockviewed-detail {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin: 8.8rem 0 0;
  order: 3;
}
@media screen and (max-width: 767px) {
  .product-row-blockviewed-detail {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.product-row-blockviewed-detail .rokan-product-heading {
  text-align: left;
}
.product-row-blockviewed-detail .rokan-product-heading h2 {
  color: #F05735;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .product-row-blockviewed-detail .rokan-product-heading {
    margin-bottom: 4.7rem;
  }
}
@media screen and (max-width: 767px) {
  .product-row-blockviewed-detail {
    margin-top: 3rem;
  }
}
.product-row-blockviewed-detail .who-viewed-this-item-also-viewed {
  background: #DEDEDE;
  border-radius: 8px;
  padding: 26px 20px;
}
.product-row-blockviewed-detail .who-viewed-this-item-also-viewed .item {
  background: #fff;
}
.product-row-blockviewed-detail > div {
  padding: 0 1.5rem;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .product-row-blockviewed-detail > div .folks-also-bought {
    position: relative;
  }
  .product-row-blockviewed-detail > div .folks-also-bought:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #cdcdcd;
  }
}
.product-row-blockviewed-detail > div .folks-also-bought .item,
.product-row-blockviewed-detail > div .who-viewed-this-item-also-viewed .item {
  padding: 0 1rem;
}
@media screen and (min-width: 1025px) {
  .product-row-blockviewed-detail > div .folks-also-bought,
  .product-row-blockviewed-detail > div .who-viewed-this-item-also-viewed {
    text-align: left;
  }
  .product-row-blockviewed-detail > div .folks-also-bought .product-item,
  .product-row-blockviewed-detail > div .who-viewed-this-item-also-viewed .product-item {
    max-width: 50%;
    margin: auto;
    margin-bottom: 4rem;
  }
  .product-row-blockviewed-detail > div .folks-also-bought .product-item-info,
  .product-row-blockviewed-detail > div .who-viewed-this-item-also-viewed .product-item-info {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    max-height: 80vh;
    min-height: 10%;
    margin-top: 8%;
  }
  .modal-popup.modal-slide {
    left: 0;
    width: 90%;
    margin: auto;
  }
}
.modal-slide._show,
.modal-popup._show {
  z-index: 9999 !important;
}
.voucher-code {
  margin-bottom: 4rem;
}
.voucher-code.grid-layout.four,
.discount-code.grid-layout.four {
  grid-gap: 20px;
}
.voucher-code .col-voucher-infor,
.discount-code .col-voucher-infor {
  margin-top: 2rem;
}
.voucher-code .col-voucher-infor h3,
.discount-code .col-voucher-infor h3,
.voucher-code .col-voucher-infor p,
.discount-code .col-voucher-infor p {
  margin-bottom: 0.5rem;
}
.voucher-title {
  margin-bottom: 3rem;
}
.see-detail-modal-coming-soon-fixed .modal-inner-wrap {
  padding: 4rem 2rem;
  max-width: 50rem;
  text-align: center;
}
.see-detail-modal-coming-soon-fixed .modal-header {
  padding-bottom: 0;
}
.see-detail-modal-coming-soon-fixed .modal-header h1 {
  border: 0;
  font-size: 3rem;
}
.see-detail-modal-coming-soon-fixed .fixed-content-pupup-coming-soon h4 {
  margin: 1rem 0 4rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #333333;
}
.see-detail-modal-coming-soon-fixed .modal-footer {
  display: none;
}
#checkout .block-content form .control input {
  width: 100%;
}
.page-product-bundle .product-add-form {
  display: block !important;
}
.page-product-bundle .bundle-actions #bundle-slide {
  display: none !important;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option {
  width: 35.28px;
  height: 37px;
  border: 2px solid #efefef;
  border-radius: 50%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  color: #0d0d0d;
  line-height: 33px;
  font-size: 1.3rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option:hover,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option:hover {
  border: 3px solid #efefef;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option:after,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option:after {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 1rem;
  font-weight: 300;
  opacity: 0;
  visibility: hidden;
  color: #ffffff;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.selected,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.selected {
  border: 3px solid #efefef;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.selected:after,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.selected:after {
  opacity: 1;
  visibility: visible;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.size .swatch-option:before,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.size .swatch-option:before {
  content: '';
  background: rgba(255, 255, 255, 0);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 50%;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.size .swatch-option.selected:before,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.size .swatch-option.selected:before {
  opacity: 1;
  visibility: visible;
}
.common-color-type-square .column.main .toolbar-products .toolbar-button button.square:after {
  opacity: 1;
  visibility: visible;
}
.common-color-type-circle .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option {
  border-radius: 8px !important;
}
.common-color-type-circle .color-swatch-options-container-left ul li a span,
.common-color-type-circle .color-swatch-options-container-left ul li a,
.common-color-type-circle .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option {
  border-radius: 8px !important;
}
.common-color-type-circle .column.main .toolbar-products .toolbar-button button.circle:after {
  opacity: 1;
  visibility: visible;
}
.slideshow-homepage-banner {
  position: relative;
}
.slideshow-homepage-banner:hover .buttons-play-pause {
  opacity: 1;
}
.buttons-play-pause {
  position: unset;
  z-index: 99999 !important;
  margin: 0;
  opacity: 1;
  text-align: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin-left: 7px;
  cursor: pointer;
  pointer-events: visible;
}
.buttons-play-pause a {
  width: 28px;
  height: 28px;
  display: block;
  margin: auto;
  background: #fff;
  border: 2px solid #869791;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
}
.buttons-play-pause a i {
  width: 100%;
  height: 100%;
  line-height: 1.2;
  color: #ccc;
  vertical-align: super;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
}
.wrapper-the-blue-sky-slider.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 4px;
  background: #F5F5F5;
  border: 2px solid #777777;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.wrapper-the-blue-sky-slider.owl-theme .owl-dots .owl-dot:hover span,
.wrapper-the-blue-sky-slider.owl-theme .owl-dots .owl-dot.active span {
  background: rgba(240, 87, 53, 0.6);
  border: 2px solid #CDCDCD;
}
.toolbar-sorter.sorter-left {
  float: left;
}
body .column.main .toolbar-sorter.sorter-left select.select-type {
  padding-left: 15rem;
}
.page-product-configurable .product-container-left .product-info-main .parent-container-common-show-hide-fixed:last-child .box-select-common {
  width: 48%;
  z-index: 12;
}
.page-product-configurable .product-container-left .product-info-main .parent-container-common-show-hide-fixed:last-child .box-select-common > a {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: nowrap;
  max-height: 44px;
}
.page-product-configurable .product-container-left .product-info-main .parent-container-common-show-hide-fixed:last-child .box-select-common > a > * {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page-product-configurable .product-container-left .product-info-main .parent-container-common-show-hide-fixed:last-child .box-select-common > a .swatch-attribute-selected-option {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  padding-left: 5px;
}
.page-product-configurable .product-container-left .product-info-main .product-options-bottom .box-tocart .parent-container-common-show-hide-fixed.price {
  width: 48%;
  position: static;
  margin-left: 52%;
  margin-top: -62px;
  float: right;
}
.page-product-configurable .product-container-left .product-info-main .product-options-bottom .box-tocart .parent-container-common-show-hide-fixed.price .container-show-hide-attribute-common.active {
  top: -11px;
}
.page-product-configurable .product-container-left .product-info-main .product-options-bottom .box-tocart .parent-container-common-show-hide-fixed.price .show-hide-select-qty-box.container-show-hide-attribute-common {
  right: 0;
  left: auto;
  width: 100%;
  top: -11px;
}
.container-product-select-optional-box-fixed .not-available-optional-item-list-product p {
  border: 1px solid #cdcdcd;
  color: #f05735;
  text-align: center;
  font-size: 18px;
  padding: 8px;
}
.product-add-form .product-options-wrapper .field:not(.date) > .control {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-container-left {
    flex: auto;
  }
}
.cms-product-emo-page .container-breadcrumbs-fixed {
  display: none;
}
.cms-product-emo-page .banner {
  position: relative;
  margin-top: -10rem;
}
.cms-product-emo-page .banner img {
  opacity: .8;
}
.cms-product-emo-page .banner .content {
  position: absolute;
  width: 100%;
  top: 30%;
  left: 5%;
}
.cms-product-emo-page .banner .content h2 {
  font-size: 4.17vw;
  color: #313131;
  margin: 0;
}
@media only screen and (min-width: 1921px) {
  .cms-product-emo-page .banner .content h2 {
    font-size: 80px;
  }
}
.cms-product-emo-page .banner .content h5 {
  font-size: 2.08vw;
  margin: 0;
}
@media only screen and (min-width: 1921px) {
  .cms-product-emo-page .banner .content h5 {
    font-size: 40px;
  }
}
.cms-product-emo-page .banner .content p {
  font-size: 1.56vw;
  line-height: 1.5;
  font-family: 'Roboto Condensed', sans-serif;
}
@media only screen and (min-width: 1921px) {
  .cms-product-emo-page .banner .content p {
    font-size: 30px;
  }
}
.cms-product-emo-page .tab-product {
  margin: 7rem 0 10rem;
}
.cms-product-emo-page .tab-product .button-tab {
  text-align: center;
  transform: translateY(10px);
  position: relative;
  z-index: 3;
}
.cms-product-emo-page .tab-product .button-tab button {
  border: none;
  border-radius: 10px;
  font-size: 12px;
  text-transform: capitalize;
  padding: 12px 85px;
  background: #6a6a6a;
  position: relative;
  transition: all 0s;
}
.cms-product-emo-page .tab-product .button-tab button::before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #dbdbdb;
  bottom: 0;
  z-index: 9999;
  left: 0;
  position: absolute;
  border-radius: 0;
}
.cms-product-emo-page .tab-product .button-tab button.active {
  background: #222222;
}
.cms-product-emo-page .tab-product .button-tab button.active::before {
  background-color: #222222;
  border-radius: 0 0 10px 10px;
}
.cms-product-emo-page .tab-product .bundel-wraper {
  background-color: #dbdbdb;
}
.cms-product-emo-page .tab-product .bundel-wraper .product-title {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  padding-top: 30px;
}
.cms-product-emo-page .tab-product .bundel-wraper .product-title h5 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.cms-product-emo-page .tab-product .bundel-wraper .product-title p {
  color: #707070;
  line-height: 1.3;
}
.cms-product-emo-page .tab-product .bundel-wraper .product-name {
  text-align: center;
}
.cms-product-emo-page .tab-product .bundel-wraper .product-name a {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #222222;
}
.cms-product-emo-page .block-static-block {
  position: relative;
  margin: 6rem 0;
}
.cms-product-emo-page .block-static-block:last-child {
  margin-bottom: 4rem !important;
}
@media only screen and (max-width: 991px) {
  .cms-product-emo-page .block-static-block {
    margin-bottom: 0 !important;
  }
}
.cms-product-emo-page .block-static-block div.image {
  line-height: 0;
  margin: 10rem 0;
  overflow: hidden;
}
.cms-product-emo-page .block-static-block div.image:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.cms-product-emo-page .block-static-block div.image img {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -moz-transform: all .5s;
}
@media only screen and (max-width: 1024px) {
  .cms-product-emo-page .block-static-block div.image img {
    width: 115%;
    max-width: 115%;
    right: 14%;
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  .cms-product-emo-page .block-static-block div.image {
    margin: 4rem 0;
  }
}
.cms-product-emo-page .block-static-block img {
  width: 100%;
}
.cms-product-emo-page .block-static-block .title {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
.cms-product-emo-page .block-static-block .title h3 {
  background: #222;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  padding: 15px;
  transform: translateY(-50%);
  max-width: 25%;
  margin: 0 auto;
}
.cms-product-emo-page .block-static-block .banner__eco {
  position: absolute;
  top: 30%;
  left: 5%;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
}
@media only screen and (max-width: 1440px) {
  .cms-product-emo-page .block-static-block .banner__eco {
    top: 22%;
  }
}
@media only screen and (max-width: 1199px) {
  .cms-product-emo-page .block-static-block .banner__eco {
    top: 15%;
  }
}
@media only screen and (max-width: 991px) {
  .cms-product-emo-page .block-static-block .banner__eco {
    top: 10%;
  }
}
.cms-product-emo-page .block-static-block .banner__eco ol {
  list-style: disc;
}
@media only screen and (max-width: 1024px) {
  .cms-product-emo-page .block-static-block .banner__eco ol {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 991px) {
  .cms-product-emo-page .block-static-block .banner__eco p {
    margin-bottom: 1rem;
  }
}
.cms-product-emo-page .block-static-block .banner__eco button {
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.cms-product-emo-page .block-static-block .banner__eco button a {
  background: transparent;
  color: #f05735;
  text-transform: capitalize;
  border: none;
  padding: 12px 3vw;
}
@media only screen and (max-width: 991px) {
  .cms-product-emo-page .block-static-block .banner__eco button a {
    padding: 12px 6vw;
  }
}
.cms-product-emo-page p.quote {
  margin: 10rem 0;
  text-align: center;
  font-size: 1.56vw;
  line-height: 1.4;
  font-family: 'Roboto Condensed', sans-serif;
}
@media only screen and (min-width: 1921px) {
  .cms-product-emo-page p.quote {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .cms-product-emo-page p.quote {
    margin: 4rem 0;
  }
}
.cms-product-emo-page p.quote .athor {
  font-family: 'Roboto Condensed', sans-serif;
}
.cms-product-emo-page .ytb {
  position: relative;
}
.cms-product-emo-page .ytb iframe {
  max-height: 95vh;
}
.cms-product-emo-page .ytb .title {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
}
.cms-product-emo-page .ytb .title h3 {
  background: #222;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  padding: 15px;
  transform: translateY(-50%);
  max-width: 25%;
  margin: 0 auto;
}
.cms-product-emo-page .banner-2-bottom .title {
  z-index: 1;
}
.cms-product-emo-page .banner-2-bottom .title h2 {
  background: #222;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  padding: 15px;
  transform: translateY(-50%);
  max-width: 25%;
  margin: 0 auto;
}
.cms-product-emo-page .banner-2-bottom .col-lg-6 {
  padding: 0;
  position: relative;
}
.cms-product-emo-page .banner-2-bottom .col-lg-6 .content {
  position: absolute;
  bottom: 15%;
  left: 5%;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
}
.cms-product-emo-page .banner-2-bottom .col-lg-6 .content ol {
  list-style: disc;
}
.cms-product-emo-page .banner-2-bottom .col-lg-6 .content button {
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.cms-product-emo-page .banner-2-bottom .col-lg-6 .content button a {
  background: transparent;
  color: #f05735;
  text-transform: capitalize;
  border: none;
}
@media only screen and (max-width: 991px) {
  .cms-product-emo-page .banner-2-bottom .col-lg-6 .content button a {
    padding: 12px 25px;
  }
}
body.catalog-category-view .products .product-item .product-item-info .product-item-details .swatch-attribute.size {
  display: none;
}
.content-our-bestsellers-products .block-content .owl-stage-outer .product-item .product-item-info .product-item-details .price-box-configurable-product-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
}
.content-our-bestsellers-products .block-content .owl-stage-outer .product-item .product-item-info .product-item-details .price-box-configurable-product-container .original-price-configurable-product {
  text-decoration: line-through;
}
.content-our-bestsellers-products .block-content .owl-stage-outer .product-item .product-item-info .product-item-details .price-box-configurable-product-container .final-price-configurable-product {
  font-family: 'Roboto Condensed', sans-serif;
}
.MagicToolboxMessage {
  background-image: url(../../frontend/careshop/careshop_default/en_GB/images/360.png);
  font-size: 0;
  background-position: center center;
  width: 30%;
  height: 55px;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-size: 45%;
  opacity: 0.5;
}
.fotorama-item .fotorama__html .Magic360-container .Magic360 span {
  opacity: 0;
}
.fotorama-item .fotorama__html .Magic360-container .Magic360 a {
  opacity: 0;
}
.ves-megamenu > li.level-top > a .opener::before {
  content: "\f105";
  font: normal normal normal 24px/1 FontAwesome;
}
.ves-megamenu > li.level-top > a .opener.item-active::before {
  content: "\f107";
}
.container-product-tab-footprint .footprint-container-common {
  margin-bottom: 20px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: nowrap;
}
.container-product-tab-footprint .footprint-container-common .footprint-container-left {
  flex: 0 0 30%;
  width: 30%;
}
.container-product-tab-footprint .footprint-container-common .footprint-container-right {
  flex: 0 0 70%;
  width: 70%;
  font-size: 12px;
  color: #111;
}
@media only screen and (max-width: 1400px) {
  .container-product-tab-footprint .footprint-container-common .footprint-container-right {
    flex: 0 0 67%;
    width: 67%;
    padding-left: 3%;
  }
}
.container-product-tab-footprint .footprint-container-common .footprint-container-right .footprint-c-right-date {
  margin-bottom: 1.5rem;
}
.container-product-tab-footprint .footprint-container-common .footprint-container-right .footprint-c-right-title {
  font-weight: bold;
  font-size: 13px;
}
.container-product-tab-footprint .footprint-container-common .footprint-container-right .footprint-c-right-title .footprint-tooltip-bottom .tooltip-content {
  min-width: 320px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  border: none;
  color: #111;
  font-size: 12px;
}
.container-product-tab-footprint .footprint-container-common .footprint-container-right .footprint-c-right-title .footprint-tooltip-bottom .tooltip-content img {
  float: left;
  margin-right: 10px;
}
.container-product-tab-footprint .footprint-container-common .footprint-container-right .footprint-c-right-title .footprint-tooltip-bottom .tooltip-content span {
  font-weight: 700;
}
.swatch-option.disabled {
  color: #888888 !important;
}
.swatch-option.disabled:after {
  display: none;
}
.fixed-container-out-of-stock-product-list * {
  color: #908f8f !important;
}
.fixed-container-out-of-stock-product-list .color {
  opacity: 0.8;
}
.page-header .switcher.switcher-currency .options .action.toggle:after {
  content: none !important;
}
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide .myaccount-popup-view {
  min-width: 200px !important;
}
.modal-popup .modal-footer {
  background-color: #ffffff;
}
.modal-popup .modal-footer .action-primary {
  padding: 10px 30px;
}
.block-bundle-customization-functional-boxer .container-fixed-size-product-view-only {
  display: none;
  border: 1px solid #cdcdcd;
  padding: 2rem 2rem 3rem;
  background-color: #fff;
}
.block-bundle-customization-functional-boxer .container-fixed-size-product-view-only .swatch-attribute-options .swatch-option {
  margin: 0;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-bundle-customization-functional-boxer .container-fixed-size-product-view-only.active {
  display: block;
}
.block-bundle-customization-functional-boxer .size-custom-functional-boxer .fixed-select-size-box {
  max-width: 48%;
}
.block-bundle-customization-functional-boxer .size-custom-functional-boxer .container-show-hide-attribute-common {
  position: absolute;
  width: 100%;
  background: #ffffff;
  z-index: 99;
}
.block-bundle-customization-functional-boxer .size-custom-functional-boxer .container-show-hide-attribute-common .swatch-option.selected {
  color: #f05735;
  outline: none !important;
  border: 2px solid #f05735;
}
.block-bundle-customization-functional-boxer .size-custom-functional-boxer .box-select-common.selected a span,
.block-bundle-customization-functional-boxer .size-custom-functional-boxer .box-select-common.selected a strong {
  color: #f05735;
}
.block-bundle-customization-functional-boxer .box-tocart .parent-container-common-show-hide-fixed.price {
  width: 48%;
  position: static;
  margin-left: 52%;
  margin-top: -62px;
  float: right;
}
.block-bundle-customization-functional-boxer .box-tocart .parent-container-common-show-hide-fixed.price .fixed-select-qty-box a {
  margin-top: 1rem !important;
}
.block-bundle-customization-functional-boxer .box-tocart .parent-container-common-show-hide-fixed.price .fixed-select-qty-box.active:after {
  bottom: 0 !important;
}
.block-bundle-customization-functional-boxer .box-tocart .parent-container-common-show-hide-fixed.price .show-hide-select-qty-box.container-show-hide-attribute-common {
  top: -11px !important;
}
button.disable-add-to-cart-product-button {
  cursor: unset !important;
}
button.enable-add-to-cart-product-button {
  background-color: #f05735 !important;
  border-color: #f05735 !important;
  cursor: pointer;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer {
  border: 1px solid #cdcdcd;
  padding: 0.8rem 1rem;
  margin-bottom: -7px;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .custom-swatch-attribute-custom-functional-boxer .box-select-common-functional-boxer a {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  font-size: 14px;
  color: #aaaaaa;
  position: relative;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .custom-swatch-attribute-custom-functional-boxer .box-select-common-functional-boxer a::after {
  content: '\f107';
  font-family: Fontawesome;
  color: #aaa;
  font-size: 2rem;
  line-height: 1.4;
  padding-left: 15px;
  right: 0;
  position: absolute;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .custom-swatch-attribute-custom-functional-boxer .box-select-common-functional-boxer.actived {
  margin-bottom: 2rem;
  position: relative;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .custom-swatch-attribute-custom-functional-boxer .box-select-common-functional-boxer.actived a {
  color: #f05735;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .custom-swatch-attribute-custom-functional-boxer .box-select-common-functional-boxer.actived a::after {
  content: '\f106';
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .custom-swatch-attribute-custom-functional-boxer .box-select-common-functional-boxer.actived:after {
  position: absolute;
  width: calc(100% + 2rem);
  background: #fff;
  height: 3px;
  content: "";
  top: 33px;
  left: -1rem;
  z-index: 9999;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option {
  margin: 0;
  width: 150%;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images {
  z-index: 1000;
  position: relative;
  margin-bottom: 0 !important;
  padding-top: 2rem;
  padding-left: 1rem;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select {
  position: relative;
  height: auto !important;
  width: auto !important;
  margin-bottom: 0;
  overflow: visible;
  background: #dfdfdf;
  padding: 0 10px;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select span {
  color: #aaaaaa;
  font-weight: bold;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select::after {
  content: "";
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  bottom: -8px;
  left: calc(40%);
  position: absolute;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select.custom-active.active {
  background-color: #f05735;
  border-color: #f05735 !important;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select.custom-active.active span {
  color: #ffffff;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select.custom-active.active::after {
  border-top: 8px solid #f05735;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select.active {
  border-color: #dfdfdf !important;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection {
  display: none !important;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show {
  display: block !important;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .fixed-style-type-text-swatch {
  opacity: 1 !important;
  visibility: visible !important;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt {
  background-color: #fff;
  left: 0px;
  border: 1px solid #cdcdcd;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common {
  position: relative;
  border: none;
  opacity: 1 !important;
  visibility: visible !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gaslifts_size-product-view-only .swatch-attribute-options,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 480px) {
  .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gaslifts_size-product-view-only .swatch-attribute-options,
  .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options,
  .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options,
  .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options {
    grid-template-columns: 1fr 1fr;
  }
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gaslifts_size-product-view-only .swatch-attribute-options .swatch-option,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .swatch-option,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options .swatch-option,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options .swatch-option {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  position: relative;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gaslifts_size-product-view-only .swatch-attribute-options .swatch-option:before,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .swatch-option:before,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options .swatch-option:before,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options .swatch-option:before {
  content: "";
  position: absolute;
  left: 0;
  right: 65%;
  top: 0;
  bottom: 10px;
  border: 1px solid #989898;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gaslifts_size-product-view-only .swatch-attribute-options .swatch-option.selected:before,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .swatch-option.selected:before,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options .swatch-option.selected:before,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options .swatch-option.selected:before {
  border-color: #f05735;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gaslifts_size-product-view-only .swatch-attribute-options .container-border-fixed-common-all,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-border-fixed-common-all,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all {
  position: relative;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gaslifts_size-product-view-only .swatch-attribute-options .container-border-fixed-common-all .swatch-option::before,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-border-fixed-common-all .swatch-option::before,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all .swatch-option::before,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all .swatch-option::before {
  display: none;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gaslifts_size-product-view-only .swatch-attribute-options .container-border-fixed-common-all .label-fixed-swatch-gender,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-border-fixed-common-all .label-fixed-swatch-gender,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all .label-fixed-swatch-gender,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all .label-fixed-swatch-gender {
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gaslifts_size-product-view-only .swatch-attribute-options .container-border-fixed-common-all.atc .label-fixed-swatch-gender,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-border-fixed-common-all.atc .label-fixed-swatch-gender,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all.atc .label-fixed-swatch-gender,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all.atc .label-fixed-swatch-gender {
  color: #f05735;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gaslifts_size-product-view-only .swatch-attribute-options .container-border-fixed-common-all .border-fixed-common-all,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-border-fixed-common-all .border-fixed-common-all,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all .border-fixed-common-all,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all .border-fixed-common-all {
  position: absolute;
  bottom: -1rem;
  left: 0;
  border-bottom: 1px solid #000000;
  width: 100%;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options {
  margin-bottom: -2rem;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .box-select-common a {
  background-color: #fff;
  z-index: 999;
  border: none;
  font-size: 16px;
  padding: 0.8rem 2rem;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .box-select-common a span {
  color: #222222;
  font-family: 'Roboto Condensed', sans-serif;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .box-select-common a:after {
  display: none !important;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .box-select-common:after {
  display: none !important;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .size_boxer .container-fixed-size_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all .swatch-option {
  padding: 5px 15px !important;
  min-width: 70px !important;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .size_boxer .container-fixed-size_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all .swatch-option.added-disabled-size {
  z-index: -1;
  opacity: .5;
}
.catalog-product-view .product-container-left .page-title-wrapper h1 {
  font-weight: 500 !important;
  letter-spacing: 0.5px;
}
.container-fixed-label-special-deal-common {
  background: #f6f827;
  color: #e91111;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  padding: 6px 0;
  font-size: 18px;
  width: 104%;
  margin-left: -2%;
  margin-top: -2%;
}
.more-button-bundle-jacket-pants {
  margin-bottom: 4px;
  display: flex;
  flex-wrap: wrap;
}
.more-button-bundle-jacket-pants a {
  padding: 4.5px 12px 2.5px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #a2a2a2;
  line-height: 1.1;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  flex: unset;
  margin-bottom: 6px;
  white-space: nowrap;
}
.more-button-bundle-jacket-pants a.active,
.more-button-bundle-jacket-pants a:hover {
  background: #f05735;
  color: #fff;
  border-color: #f05735;
}
.more-button-bundle-jacket-pants > a:first-of-type {
  margin-right: 5px;
}
.product-container-left .more-button-bundle-jacket-pants a {
  font-size: 12px;
}
.product-container-left .more-button-bundle-jacket-pants a:not(:last-of-type) {
  margin-right: 2px;
}
.catalog-product-view.product-bundle-jacket-pants .swatch-opt .container-fixed-size-product-view-only .swatch-attribute-options {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: -2.5rem;
}
.catalog-product-view.product-bundle-jacket-pants .swatch-opt .container-fixed-size-product-view-only .swatch-attribute-options .container-border-fixed-common-all {
  position: relative;
}
.catalog-product-view.product-bundle-jacket-pants .swatch-opt .container-fixed-size-product-view-only .swatch-attribute-options .container-border-fixed-common-all .border-fixed-common-all {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #989898;
  width: 100%;
}
.catalog-product-view.product-bundle-jacket-pants .container-fixed-custom-qty-bundel-product .content-fixed-custom-qty-bundel-product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border: 1px solid #cdcdcd;
  justify-content: center;
  margin-top: 1rem;
  justify-content: space-between;
  max-width: 160px;
}
.catalog-product-view.product-bundle-jacket-pants .container-fixed-custom-qty-bundel-product .content-fixed-custom-qty-bundel-product input {
  border-width: 0 1px;
  max-width: 70px;
  padding: 0;
  text-align: center;
}
.catalog-product-view.product-bundle-jacket-pants .container-fixed-custom-qty-bundel-product {
  margin-top: 3rem;
}
.catalog-product-view.product-bundle-jacket-pants .container-fixed-custom-qty-bundel-product .title-fixed-custom-qty-bundel-product {
  color: #222222;
  font-family: 'Roboto Condensed', sans-serif;
}
.catalog-product-view.product-bundle-jacket-pants .container-fixed-custom-qty-bundel-product .content-fixed-custom-qty-bundel-product a {
  text-align: center;
  color: #222;
  flex: 0 0 25%;
}
.catalog-product-view.product-bundle-jacket-pants .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .you-are-looking-for-fixed {
  margin-top: 0;
}
.container-iframe {
  position: relative;
  width: 100%;
}
.responsive-iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#switcher-currency .currency-EUR,
#switcher-currency .currency-USD {
  background-color: #bbb;
  cursor: none;
}
#switcher-currency .currency-EUR a,
#switcher-currency .currency-USD a {
  cursor: default;
}
.fixed-hide-tab-detail-prd-tab-specifications,
.hide-landing-page-fixed,
.fixed-hide-tab-detail-prd-tab-accessories,
.fixed-hide-tab-detail-prd-tab-manual,
.fixed-hide-tab-detail-prd-tab-knowhow,
.fixed-hide-tab-detail-prd-tab-footprint {
  display: none !important;
}
header.page-header {
  margin-bottom: 0 !important;
}
#loading-fixed {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0;
  top: 0;
  left: 0;
}
#loading-center-fixed {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute-fixed {
  position: absolute;
  left: 50%;
  top: 0;
  width: 200px;
  margin-left: -100px;
}
.spinner {
  margin: 0 auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #232323;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  100%,
  40% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.block-bundle-customization-functional-boxer .container-fixed-size-product-view-only .swatch-attribute-options .swatch-option,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch.container-show-hide-attribute-common,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch.container-fixed-color-product-view-only,
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed.active,
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box.active,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .you-are-looking-for-fixed .btn,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all .swatch-option,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all .swatch-option,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select.active,
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .action a,
.color-swatch-options-container-left ul li a span,
.catalog-product-view .product-container-left .product-info-main .box-select-common a,
.product-container-left .more-button-bundle-jacket-pants a,
button,
.btn {
  border-radius: 8px;
}
.container-fixed-gallery-images-thumb ul li a {
  border-radius: 8px;
  padding: 2px;
}
footer.page-footer .footer-newsletter .control input {
  border-radius: 8px 0 0 8px;
}
footer.page-footer .footer-newsletter .control button {
  border-radius: 8px;
  margin-left: -10px;
}
.at-style-responsive .at-share-btn {
  border-radius: 8px !important;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.title:first-child a {
  border-radius: 8px 0 0 0;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.title.fixed-hide-tab-detail-prd-reviews a {
  border-radius: 0 8px 0 0;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content {
  border-radius: 0 8px 8px 8px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box.active {
  border-radius: 8px;
}
.catalog-product-view .products-grid .product-item .product-item-info .product-item-details {
  text-align: left;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt {
  border-radius: 0 8px 8px 8px;
  padding-bottom: 8px;
}
.container-product-select-optional-box-fixed .not-available-optional-item-list-product p {
  border-radius: 8px;
}
.block-bundle-customization-functional-boxer .size-custom-functional-boxer .container-show-hide-attribute-common {
  border-radius: 8px;
}
body .column.main .toolbar-products,
.block.filter {
  display: none;
}
.slide-item {
  position: relative;
}
.slide-item .slide-content {
  position: absolute;
  width: 100%;
  min-height: 466px;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .slide-item .slide-content {
    display: none;
  }
}
.slide-item .slide-content > div {
  max-width: 1090px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 42px;
  color: #fff;
  margin-top: 36px;
}
.slide-item .slide-content .text-3 {
  text-transform: uppercase;
}
body .products-grid .product-items .product-item {
  margin-top: 105px;
}
body .products-grid .product-items .product-item.fixed-container-out-of-stock-product-list .product-item-info .product-item-inner .product-item-description .action {
  background: #A2A2A2;
}
body .products-grid .product-items .product-item.fixed-container-out-of-stock-product-list .product-item-info .product-item-inner .product-item-description .action:hover {
  background: #B3B3B3;
}
body .products-grid .product-items .product-item .product-image-container {
  background: #ECF1F4;
}
body .products-grid .product-items .product-item:hover .product-item-info .product-item-name {
  display: block;
}
body .products-grid .product-items .product-item .product-item-info {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 5px 15px;
}
body .products-grid .product-items .product-item .product-item-info .product-item-name {
  color: #000;
  font-size: 20px;
  line-height: 100%;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .products-grid .product-items .product-item .product-item-info .product-item-name a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 900;
}
body .products-grid .product-items .product-item .product-item-info .rating-summary .rating-result > span:before {
  color: #017F7E;
}
body .products-grid .product-items .product-item .product-item-info .original-price-instead-of-fixed {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 8px;
}
body .products-grid .product-items .product-item .product-item-info .price-box .price {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  color: #000;
}
body .products-grid .product-items .product-item .product-item-info .product-item-inner {
  position: absolute;
  bottom: -29px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
body .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-description .action {
  background: #F05735;
  border: none;
  border-radius: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  padding: 15px;
  margin: 0;
  min-width: 190px;
}
body .products-grid .product-items .product-item .product-item-info .fixed-content-show-hide-hover {
  display: none;
}
body .products-grid .product-items .product-item .product-item-info .product-item-details {
  padding-bottom: 45px;
  max-width: 300px;
  margin: auto;
}
body .products-grid .product-items .product-item .product-item-info .product-item-details .swatch-attribute {
  min-height: 91.19px;
}
body .products-grid .product-items .product-item .product-item-info .product-item-details .product-reviews-summary {
  margin-top: 10px;
  margin-bottom: 11px;
}
body .products-grid .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions {
  line-height: 24px;
}
body .products-grid .product-items .product-item.fixed-container-out-of-stock-product-list .action {
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  footer.page-footer .footer-newsletter .control button {
    padding: 12px;
    font-size: 14px;
  }
  header.page-header .topbar-navi-advertisement-content ul li {
    line-height: 1;
    padding: 0;
  }
  header.page-header .topbar-navi-advertisement-content ul li.new-pro-top-navi-adv {
    margin-top: 20px;
    border-right: none;
  }
  body .products-grid .product-items .product-item {
    margin-top: 75px;
  }
  body .products-grid .product-items {
    margin-top: 0;
    margin-bottom: 0;
  }
  header.page-header .topbar-navi-advertisement-content ul {
    display: block;
  }
}
.account .sidebar .nav.items {
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
}
.account .sidebar .block-title,
.account .sidebar .account-nav {
  display: none;
}
.account .sidebar .block.account-nav {
  display: block;
}
.account .columns .column.main .block:not(.block-customer-notifications) {
  padding: 20px 37px;
}
.account .block.block-dashboard-info > .block-title {
  display: none;
}
.account .action.edit {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
}
.account .sidebar .block.account-nav .account-nav-title,
.account .columns .column.main .page-title-wrapper .page-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  padding-bottom: 20px;
  border-bottom: 1px solid #666;
  margin-bottom: 25px;
}
.account .sidebar .block.account-nav .account-nav-title.account-nav-title,
.account .columns .column.main .page-title-wrapper .page-title.account-nav-title {
  margin-bottom: 25px;
}
.account .sidebar .block.account-nav .account-nav-title > strong,
.account .columns .column.main .page-title-wrapper .page-title > strong,
.account .sidebar .block.account-nav .account-nav-title > .base,
.account .columns .column.main .page-title-wrapper .page-title > .base {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 900 !important;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  border-bottom: none;
  margin-bottom: 0;
}
.account .sidebar .block.account-nav .account-nav-title > .base,
.account .columns .column.main .page-title-wrapper .page-title > .base {
  color: #F05735;
}
.account .columns .column.main .block.block-dashboard-addresses .block-title,
.account .columns .column.main .block .block-title,
.account .columns .column.main .block.block-dashboard-addresses .box-title,
.account .columns .column.main .block .box-title {
  margin-bottom: 20px;
}
.account .columns .column.main .block.block-dashboard-addresses .block-title strong,
.account .columns .column.main .block .block-title strong,
.account .columns .column.main .block.block-dashboard-addresses .box-title strong,
.account .columns .column.main .block .box-title strong,
.account .columns .column.main .block.block-dashboard-addresses .block-title span,
.account .columns .column.main .block .block-title span,
.account .columns .column.main .block.block-dashboard-addresses .box-title span,
.account .columns .column.main .block .box-title span {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 800 !important;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.account .columns .column.main .block.block-dashboard-addresses .box-content,
.account .columns .column.main .block .box-content {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.account .columns .column.main .block.block-dashboard-addresses .box-content .choice,
.account .columns .column.main .block .box-content .choice {
  display: flex;
  align-items: center;
  gap: 0 3px;
}
.account .columns .column.main .box-actions .action {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
}
.account .columns .column.main .block .box-actions {
  margin-top: 10px;
}
.account .account-nav .content ul li {
  margin-bottom: 25px;
}
.account .account-nav .content ul li.current strong,
.account .account-nav .content ul li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  padding: 0;
}
.account .account-nav .content ul li.current strong {
  color: #F05735;
}
.account .columns .column.main .block-action,
.account .columns .column.main .order-list .block-action,
.account .columns .column.main .order-list-tabs,
.account .columns .column.main .order-list .order-list-tabs {
  margin-bottom: 5px;
}
.account .columns .column.main .block-action .btn,
.account .columns .column.main .order-list .block-action .btn,
.account .columns .column.main .order-list-tabs .btn,
.account .columns .column.main .order-list .order-list-tabs .btn {
  font-size: 18px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 5px;
  background: #ECF1F4;
  border-color: #ECF1F4;
}
.account .columns .column.main .block-action .btn:last-child,
.account .columns .column.main .order-list .block-action .btn:last-child,
.account .columns .column.main .order-list-tabs .btn:last-child,
.account .columns .column.main .order-list .order-list-tabs .btn:last-child {
  margin-right: 0;
}
.account .columns .column.main .block-action .btn,
.account .columns .column.main .order-list .block-action .btn,
.account .columns .column.main .order-list-tabs .btn,
.account .columns .column.main .order-list .order-list-tabs .btn {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  color: #000000;
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 5px;
  background: #ECF1F4;
  border-color: #ECF1F4;
}
.account .columns .column.main .block-action .btn:last-child,
.account .columns .column.main .order-list .block-action .btn:last-child,
.account .columns .column.main .order-list-tabs .btn:last-child,
.account .columns .column.main .order-list .order-list-tabs .btn:last-child {
  margin-right: 0;
}
.account .products-grid.order-details-items .product-item .info,
.account .products-grid.rokan-returnswarranty .product-item .info,
.account .products-grid.rokan-review .product-item .info,
.account .products-grid.rokan-review-published .product-item .info {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 1rem;
  padding-bottom: 0;
  border-bottom: 0;
}
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .account .products-grid.rokan-returnswarranty .product-item > .product-item-info {
    display: block;
  }
}
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info a {
  color: #F05735;
}
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info strong {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 800 !important;
}
.account .products-grid.rokan-returnswarranty .list-footer {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .product-item-name {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  text-transform: capitalize;
}
.account .block.block-dashboard-orders {
  display: none;
}
.account .products-grid.rokan-returnswarranty .return-bottom h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 800;
}
.account header.page-header {
  margin-bottom: 50px !important;
}
@media screen and (min-width: 480px) {
  .account .products-grid.rokan-returnswarranty .list-footer {
    text-align: center;
    padding-top: 17px;
  }
  .account .products-grid.rokan-returnswarranty .list-footer .btn {
    padding: 12px;
    min-width: 240px;
  }
}
body .products-grid .product-items .product-item .product-item-info {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option {
  width: auto;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images {
  padding-top: 0;
  padding-left: 0;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt {
  border: 0;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .box-select-common {
  margin-bottom: 13px;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .box-select-common a {
  padding: 0;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .box-select-common a span {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 16px;
  color: #000;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common {
  padding: 0;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options {
  grid-gap: 36px;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .swatch-option,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .swatch-option,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .swatch-option,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .swatch-option {
  border-radius: 8px;
  min-width: 53px;
  min-height: 53px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 15px;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .swatch-option.selected,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .swatch-option.selected,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .swatch-option.selected,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .swatch-option.selected {
  font-weight: 900;
  color: #F05735;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .label-fixed-swatch-gender,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .label-fixed-swatch-gender,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .label-fixed-swatch-gender,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .label-fixed-swatch-gender {
  height: 53px;
  line-height: 53px;
  padding-left: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options.atc .swatch-option,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options.atc .swatch-option,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all.atc .swatch-option,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all.atc .swatch-option {
  border: 1px solid #000 !important;
  font-weight: 900;
  color: #F05735;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options.atc .label-fixed-swatch-gender,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options.atc .label-fixed-swatch-gender,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all.atc .label-fixed-swatch-gender,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all.atc .label-fixed-swatch-gender {
  font-weight: 900;
  color: #F05735;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .container-name-price-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .container-name-price-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .container-name-price-fixed-swatch-detail {
  padding-left: 29px;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail .fixed-color-core-careshop-pro-detail {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #969696;
  margin-left: 28px;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .swatch-option.selected + .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .swatch-option.selected + .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .swatch-option.selected + .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .swatch-option.selected + .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .swatch-option.selected + .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .swatch-option.selected + .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .swatch-option.selected + .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .swatch-option.selected + .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail {
  font-weight: 700;
  color: #F05735;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .swatch-option.selected + .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .swatch-option.selected + .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .swatch-option.selected + .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .swatch-option.selected + .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .swatch-option.selected + .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .swatch-option.selected + .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .swatch-option.selected + .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .swatch-option.selected + .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail .fixed-color-core-careshop-pro-detail {
  font-weight: 900;
  color: #F05735;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .border-fixed-common-all,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .border-fixed-common-all,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .border-fixed-common-all,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .border-fixed-common-all {
  border-bottom: 1px solid #000;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all .border-fixed-common-all {
  border-bottom: none;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select.custom-active.active::after {
  border-top: 15px solid #f05735;
  bottom: -10px;
  left: calc(75%);
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .custom-swatch-attribute-custom-functional-boxer .box-select-common-functional-boxer.actived {
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  .page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select {
    border-radius: 8px;
    border: none;
    margin-bottom: 20px;
  }
}
.page-product-bundle-configuare .container-tab-color-functional-boxer.actived {
  display: block;
  position: absolute;
  min-width: 900px;
  background: white;
  z-index: 9;
  left: 0;
  border: 1px solid #CDCDCD;
  border-radius: 0px 8px 8px 8px;
  padding: 41px 38px;
}
@media (max-width: 991px) {
  .page-product-bundle-configuare .container-tab-color-functional-boxer.actived {
    min-width: 100%;
    padding: 15px;
  }
}
.page-product-bundle-configuare .bundle-option-label {
  border-radius: 8px;
}
.page-product-bundle-configuare .bundle-option-you-save {
  z-index: 999999;
  position: relative;
  padding: 10px 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
  color: #000000;
  margin-top: 13px;
  margin-bottom: 20px;
}
.page-product-bundle-configuare a.multi-select.select-link {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 16px;
  padding: 11px 24px !important;
  margin-right: 17px;
  border-radius: 8px;
  border: none !important;
}
.page-product-bundle-configuare a.multi-select.select-link:last-child {
  margin-right: 0;
}
.page-product-bundle-configuare .product-container-left .product-info-main .bundle-options-container .product-options-wrapper .bundle-option-label {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  padding: 0;
  margin-bottom: 18px;
  background: transparent;
  color: #F05735;
}
.page-product-bundle-configuare .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute[option-selected] .swatch-attribute-label,
.page-product-bundle-configuare .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute[option-selected] .swatch-attribute-selected-option {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #0D0D0D;
  padding-left: 2px;
}
.page-product-bundle-configuare .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .you-are-looking-for-fixed {
  margin-top: 17px;
  margin-bottom: 4px;
}
.page-product-bundle-configuare .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .you-are-looking-for-fixed .btn {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 16px;
  color: #FFFFFF;
}
.page-product-bundle-configuare .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail:after {
  border-bottom: 1px solid #000;
}
.page-product-bundle-configuare .product-container-left .page-title-wrapper h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  letter-spacing: unset;
  margin-bottom: 22px;
}
.page-product-bundle-configuare .final-price-box-f {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-transform: capitalize;
  color: #F05735;
  margin-bottom: 25px;
}
.page-product-bundle-configuare .final-price-box4,
.page-product-bundle-configuare .final-price-box3,
.page-product-bundle-configuare .final-price-box2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #F05735;
}
.page-product-bundle-configuare .final-price-box2 {
  margin-bottom: 20px;
}
.page-product-bundle-configuare .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail:not(:last-child),
.page-product-bundle-configuare .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #777777;
  font-size: 16px;
  line-height: 24px;
}
.page-product-bundle-configuare .product-price-save-fixed {
  margin-bottom: 28px;
}
.page-product-bundle-configuare .product-size-chart-container-fixed {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #F05735;
}
@media (min-width: 1025px) {
  .page-product-bundle-configuare .product-container-left {
    max-width: 33%;
    flex: 0 0 33%;
  }
}
.page-product-bundle-configuare .container-product-included-product-sets > h4.btn {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .page-product-bundle-configuare .container-product-included-product-sets > h4.btn {
    margin-bottom: 20px;
  }
}
.page-product-bundle-configuare .container-product-included-product-sets .btn {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 16px;
  color: #FFFFFF;
}
.page-product-bundle-configuare .container-product-included-product-sets .title-fixed-boxers {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .page-product-bundle-configuare .container-product-included-product-sets .title-fixed-boxers {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.page-product-bundle-configuare .container-product-included-product-sets .title-fixed-boxers span {
  background: #F05735;
  border-radius: 21px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15.4002px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
  padding: 5px 24px;
}
.page-product-bundle-configuare .container-product-included-product-sets .price-name-item-product-list .price-item-product-list {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15.4002px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
}
.page-product-bundle-configuare .container-product-included-product-sets .name-item-product-list {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15.4002px !important;
  line-height: 15px !important;
  text-align: center;
  color: #313131;
  padding: 3px 15px 0;
}
.page-product-bundle-configuare .container-product-included-product-sets .total-product-sets {
  background: #F05735;
  border-radius: 8px;
  padding: 20px 25px;
}
.page-product-bundle-configuare .container-product-included-product-sets .total-product-sets .btn {
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.page-product-bundle-configuare .container-product-included-product-sets .total-product-sets h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 800;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin: 0;
  margin-top: 14px;
}
.page-product-bundle-configuare .modal-popup.see-detail-modal-included-product-sets .modal-inner-wrap .modal-content {
  padding: 0 1.5rem 11rem 1.5rem;
}
@media only screen and (max-width: 767px) {
  .page-product-bundle-configuare .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #fff;
  }
}
.page-product-bundle-configuare .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary {
  text-align: left;
}
div#gift-options-cart,
.table-wrapper .cart.item .item-actions,
.cart-container .checkout-methods-items .item .action.multicheckout {
  display: none;
}
.product-item-cart-info span.price {
  display: none !important;
}
.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title {
  display: flex;
  align-items: center;
}
.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title input[type="radio"] {
  margin: 0 12px 0 0;
}
.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title input[type="radio"]:checked {
  background: #1979c3 !important;
}
.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title label span {
  vertical-align: middle;
  padding-top: 3px;
}
.category-view .category-cms {
  max-width: 100%;
  margin: auto;
}
@media (max-width: 479px) {
  .category-view .category-cms .wrapper-the-blue-sky-slider .owl-nav button {
    display: none !important;
  }
}
.block_adaptation {
  margin-top: 50px;
  text-align: center;
}
.block_adaptation h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #0D0D0D;
  margin-bottom: 16px;
}
.block_adaptation h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #0D0D0D;
  margin: 0 0 16px 0;
  text-transform: uppercase;
}
.block_adaptation p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #666;
  margin-bottom: 16px;
  max-width: 471px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .container.watch_out_moving,
  .container.container_bestfair {
    width: 100%;
    margin: auto;
    max-width: 1430px;
    padding: 0 15px;
  }
}
.block_bestfair {
  padding: 41px 38px;
  max-width: 1600px;
  margin: auto;
  position: relative;
  background-image: url(../../frontend/careshop/careshop_default/en_GB/images/best_fair.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  margin-top: 48px;
}
.block_bestfair .bestfair {
  display: flex;
  align-items: center;
}
.block_bestfair .bestfair .text_fair {
  display: flex;
  align-items: center;
}
.block_bestfair .bestfair .f_1 {
  flex: 1;
  display: flex;
}
.block_bestfair .bestfair .f_2 {
  flex: 1;
}
.block_bestfair .bestfair .headding_text {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 86px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 0 16px 0 24px;
  flex: 1;
  max-width: 273px;
  display: flex;
  align-items: center;
}
.block_bestfair .bestfair .headding_text .text_span {
  margin-right: 32px;
}
.block_bestfair .bestfair .text_1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.block_bestfair .bestfair .text_2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-left: 15px;
  padding-left: 58px;
  position: relative;
}
.block_bestfair .bestfair .text_2:before {
  width: 1px;
  height: 84px;
  background: white;
  position: absolute;
  left: 0;
  content: "";
  top: -30px;
}
.container.watch_out_moving {
  margin-top: 48px;
}
.container.watch_out_moving h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #0D0D0D;
  margin-bottom: 24px;
}
.container.watch_out_moving .text_des {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #666;
  margin-left: 18px;
}
.container.watch_out_moving .watch_out .product_item .product_info {
  text-align: center;
}
.container.watch_out_moving .watch_out .product_item .product_info .product_images {
  position: relative;
  display: inline-block;
}
.container.watch_out_moving .watch_out .product_item .product_info .product_images video {
  border-radius: 20px;
  margin-bottom: 12px;
}
.container.watch_out_moving .watch_out .product_item .product_info .product.detail .product_name {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 4px;
}
.container.watch_out_moving .watch_out .product_item .product_info .product.detail .product_price {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 12px;
}
.container.watch_out_moving .watch_out .product_item .product_info .product-action {
  padding: 0 15px;
}
.container.watch_out_moving .watch_out .product_item .product_info .product-action a {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  height: 52px;
  line-height: 52px;
  border-radius: 8px;
  background: #F05735;
  color: #FFFFFF;
  padding: 0 15px;
  display: block;
}
.container.watch_out_moving .watch_out .product_item .product_info .product-action a:hover {
  background-color: #F16141;
}
.container.watch_out_moving .watch_out .product_item .product_info .product-action a.disabled {
  background-color: #F48971;
}
body .grid.products-grid .owl-carousel .owl-nav,
body .watch_out.owl-carousel .owl-nav {
  transform: none;
  top: 0;
  opacity: 1;
  visibility: visible;
}
body .grid.products-grid .owl-carousel .owl-nav button.owl-prev,
body .watch_out.owl-carousel .owl-nav button.owl-prev {
  left: auto;
  right: 53px;
  top: -60px;
  margin: 0;
}
body .grid.products-grid .owl-carousel .owl-nav button.owl-next,
body .watch_out.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0;
  top: -60px;
  margin: 0;
}
.products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-description .action {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  height: 52px;
  line-height: 52px;
  border-radius: 8px;
  background: #F05735;
  color: #FFFFFF;
  padding: 0 15px;
  display: inline-block;
  min-width: 250px;
  border: none;
}
.products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-description .action:hover {
  background-color: #F16141;
}
.products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-description .action.disabled {
  background-color: #F48971;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: transparent;
}
.page-header .switcher .options ul.dropdown li a,
.page-footer .switcher .options ul.dropdown li a {
  padding: 4px 24px;
}
.swatch-attribute.colors_glasses .swatch-attribute-options {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .ves-megamenu .level0 .submenu {
    min-width: 0;
  }
  .ves-megamenu .level0 .submenu {
    min-width: 169px;
  }
}
@media (max-width: 1550px) and (min-width: 768px) {
  .block_bestfair .bestfair .text_2 {
    font-size: 20px;
    padding-left: 25px;
  }
}
@media (max-width: 1440px) and (min-width: 1020px) {
  .block_bestfair .bestfair .text_2:before {
    top: -28px;
  }
}
@media (max-width: 1019px) and (min-width: 992px) {
  .block_bestfair .bestfair .text_2:before {
    top: -14px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .block_bestfair .bestfair .headding_text {
    font-size: 50px;
    line-height: 50px;
  }
  .block_bestfair .bestfair .text_2 {
    font-size: 18px;
  }
  .block_bestfair .bestfair .text_2:before {
    top: -13px;
  }
  .block_bestfair .bestfair .text_span {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .hidden_sm {
    display: none;
  }
  .wrapper-the-blue-sky-slider .owl-dots {
    bottom: 15px;
  }
}
@media (max-width: 991px) {
  header.page-header .topbar-navi-advertisement-content ul li a {
    font-size: 14px;
  }
}
.sales-order-history #order-list-tabs .btn.active:hover,
.sales-order-history #order-list-tabs .btn.active {
  color: #fff !important;
}
body .products-grid.products-crosssell .product-item {
  width: 100%;
}
body .products-grid .product-items {
  margin-right: -10px;
  margin-left: -10px;
}
body .products-grid .product-items .product-item {
  margin-top: 20px;
}
body .products-grid .product-items .product-item.item.product {
  padding-left: 10px;
  padding-right: 10px;
}
body .products-grid .product-items .product-item .product-item-info {
  --border-radius-item: 12px;
  box-shadow: 0px 2px 8px 0px #00203329;
  border-radius: var(--border-radius-item);
  height: 100%;
  padding: 0;
}
body .products-grid .product-items .product-item .product-item-info .product-image-container {
  padding: 24px;
  border-radius: var(--border-radius-item) var(--border-radius-item) 0 0;
  overflow: hidden;
}
body .products-grid .product-items .product-item .product-item-info .product-image-container .product-image-wrapper {
  overflow: visible;
}
body .products-grid .product-items .product-item .product-item-info .product-image-photo {
  transition: transform 0.3s ease 0s;
}
body .products-grid .product-items .product-item .product-item-info:hover .product-image-photo {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
body .products-grid .product-items .product-item .product-item-info .product-item-details {
  padding: 15px 24px 15px 24px;
  max-width: 100%;
  text-align: left;
}
body .products-grid .product-items .product-item .product-item-info .product-item-details .swatch-attribute {
  min-height: auto;
}
body .products-grid .product-items .product-item .product-item-info .product-item-details .product-reviews-summary {
  margin: 8px 0 0 0;
}
body .products-grid .product-items .product-item .product-item-info .product-item-name {
  margin-top: 8px;
  margin-bottom: 8px;
}
body .products-grid .product-items .product-item .product-item-info .product-item-name a {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  min-height: 44px;
  display: block;
}
body .products-grid .product-items .product-item .product-item-info .price-box .price-fixed {
  font-weight: 700;
  font-size: 24px;
  color: #F05735;
}
body .products-grid .product-items .product-item .product-item-info .price-box .price {
  font-weight: 700;
  font-size: 24px;
  color: #F05735;
}
body .products-grid .product-items .product-item .product-item-info .original-price-instead-of-fixed {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #666666;
  margin-bottom: 0;
}
body .products-grid .product-items .product-item .product-item-info .rating-summary .rating-result > span:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #017F7E;
}
body .products-grid .product-items .product-item .product-item-info .product-item-inner {
  left: 0;
  right: 0;
  transform: none;
  bottom: 8px;
}
body .products-grid .product-items .product-item .product-item-info .fixed-content-show-hide-hover {
  display: block;
  background: #ffffff !important;
  box-shadow: 0px 2px 8px 0px #00203329 !important;
  border-radius: 0 0 var(--border-radius-item) var(--border-radius-item);
  padding: 10px 30px 30px 30px !important;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}
body .products-grid .product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result {
  width: 108px;
}
body .products-grid .product-item .product-item-info .product-item-details .product-reviews-summary.no-rating .reviews-actions:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #666;
  font-size: 22px;
  width: 108px;
}
body .products-grid .product-item .product-item-info .product-item-details .product-item-inner .fixed-content-show-hide-hover:before {
  right: 0;
  left: 0;
  background-color: #fff;
}
body .products-grid .rating-summary .rating-result > span:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #666;
}
body .products-grid .rating-summary .rating-result:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #666;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option {
  width: 24px !important;
  height: 24px !important;
  min-width: unset;
  margin-right: 6px;
  border: 1px solid #666666;
  border-radius: 4px !important;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option:hover {
  border: 1px solid #666666;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option::after {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color {
  border: none !important;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.selected {
  border: 1px solid #666666;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option[hide-swacth] {
  display: none;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="White Shiny"] {
  border: 1px solid #666666 !important;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="White Shiny"]::after {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #666;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.colors_glasses .swatch-option.image::after {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #666;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option {
  width: 24px !important;
  height: 24px !important;
  min-width: unset;
  margin-right: 6px;
  border: 1px solid #666666;
  border-radius: 4px !important;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option:hover {
  border: 1px solid #666666;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option::after {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color {
  border: none !important;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.selected {
  border: 1px solid #666666;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option[hide-swacth] {
  display: none;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.fixed-bg-image4-boxer,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="5689"],
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="5693"],
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-tooltip-value="#ffffff"],
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="White Glossy"],
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="White"],
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="Off White"],
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="Shiny White"],
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="White Shiny"] {
  border: 1px solid #666666 !important;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.fixed-bg-image4-boxer::after,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="5689"]::after,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="5693"]::after,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-tooltip-value="#ffffff"]::after,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="White Glossy"]::after,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="White"]::after,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="Off White"]::after,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="Shiny White"]::after,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="White Shiny"]::after {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #666;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.colors_glasses .swatch-option.image::after {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #666;
}
header.page-header .lang-currency-container .popup-lang-currency-container ul li .language .switcher-dropdown li:hover {
  background: #ECF1F4;
}
.container-fixed-color-product-view-only .show-mode-swatch {
  display: none !important;
}
.account .columns .column.main .block:not(.block-customer-notifications) {
  box-shadow: none;
}
.table-additional-addresses-items a.action:hover {
  color: #F05735 !important;
}
.product-item .swatch-attribute .swatch-attribute-options {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.show-mode-swatch {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 1;
  cursor: pointer;
}
.product-reviews-summary .reviews-actions a {
  font-size: 10px;
  color: #666666;
  vertical-align: 3px;
}
.fixed-container-out-of-stock-product-list .out-s-t {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.fixed-container-out-of-stock-product-list * {
  color: #CCCCCC !important;
}
.container-fixed-label-special-deal-common {
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  border-radius: var(--border-radius-item) var(--border-radius-item) 0px 0px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}
.product-item .product-item-description p:only-child {
  margin-bottom: 0;
}
.product-collection {
  padding-top: 50px;
}
.product-collection h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #0D0D0D;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .catalog-product-view .product-container-left .page-title-wrapper h1 {
    font-size: 2.4rem;
    margin-bottom: 20px;
    line-height: 1.166667;
  }
  .catalog-product-view .product-container-left .product-info-main .product-info-price .price-box * {
    font-size: 2.4rem;
  }
}
.catalog-product-view .product-container-left {
  flex: 0 0 26.7%;
}
.catalog-product-view .product-container-left .page-title-wrapper h1 {
  font-weight: 700 !important;
  letter-spacing: 0;
}
.catalog-product-view .product-container-left .container-product-brand-fixed .product-brands {
  margin-bottom: 10px;
}
.catalog-product-view .product-container-left .product-info-main .product-addto-links {
  margin: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .price-box {
  margin: 1rem 0 5px 0;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #777777;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail:not(:last-child) {
  color: #777777;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review {
  flex-direction: column;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary {
  display: inline-flex;
  gap: 10px;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .reviews-pupup {
  z-index: 3;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .reviews-pupup::after {
  left: 1.2vw;
  right: auto;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .action.add:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  width: 108px;
  text-align: left;
  color: #666;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary > div {
  min-height: 40px;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .rating-summary .rating-result {
  width: 108px;
}
.catalog-product-view .product-container-left .product-info-main .button-extra-container-fixed .button-included-product-set button {
  padding: 1.5rem 1rem;
  border: none;
}
.catalog-product-view .product-container-left .product-info-main .button-extra-container-fixed .button-included-product-set .btn {
  margin-top: 1rem;
  padding: 1.4rem 1rem;
  border-color: #cccccc;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset .actions button {
  background: #f2f2f2;
  color: #0D0D0D;
  letter-spacing: 0;
  padding: 0px 15px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset .actions button span {
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset .actions button:hover {
  background: #D63F0F;
  color: #fff;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair a {
  border: 1px solid #cccccc;
  padding: 0.95rem 1rem;
  border-radius: 8px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair a span {
  font-weight: 400;
  color: #0D0D0D;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute[option-selected] .swatch-attribute-label {
  font-weight: 400;
  color: #0D0D0D;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a {
  border: 1px solid #cccccc;
  padding: 1rem;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a span {
  font-weight: 400;
  color: #0D0D0D;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common.selector span {
  font-weight: 400;
  color: #0D0D0D;
}
.catalog-product-view .product-container-left .product-info-main .product-social-links .product-addto-links .action {
  font-size: 16px;
  font-weight: 700;
  color: #777777;
  margin-top: 10px;
}
.catalog-product-view .product-container-left .product-info-main .product-social-links .product-addto-links .action::before {
  font-family: FontAwesome;
  content: "\f08a";
  font-size: 20px;
  margin-right: 10px;
}
.catalog-product-view .product-container-left .product-info-main .product-social-links .product-addto-links .action:not(:hover):before {
  color: #A2A2A2;
}
.catalog-product-view .column.main {
  margin: 3.5rem 0px 0px;
}
.catalog-product-view .product-info-main .rating-summary .rating-result {
  width: 12.7rem;
}
.catalog-product-view .product-info-main .rating-summary .rating-result:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #666;
  font-size: 22px;
  width: 108px;
}
.catalog-product-view .product-info-main .rating-summary .rating-result > span:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #017F7E;
  font-size: 22px;
  width: 108px;
}
.catalog-product-view .product-container-right .product.info.detailed {
  margin-top: 5rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #D7E2F4;
  margin-top: 7rem;
  padding: 3rem 7rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.title {
  margin: 0;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.title a {
  color: #0D0D0D;
  height: auto;
  border: 0;
  background: #ECF1F4;
  font-size: 16px;
  font-weight: 500;
  padding: 4.5px 20px;
  min-width: 17rem;
  text-align: center;
  border-radius: 0;
  border: 1px solid #B8CAD5;
  border-left: 0;
  border-right: 0;
  position: relative;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.title:not(:first-child) a::before {
  content: '';
  height: 25px;
  width: 1px;
  background-color: #B8CAD5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.title:first-child a {
  border-radius: 4px 0 0 4px;
  border-left: 1px solid #B8CAD5;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.title.fixed-hide-tab-detail-prd-reviews a {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #B8CAD5;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.title.active a {
  color: #ffffff;
  background: #f05735;
  border-color: #f05735;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.title.active a::before {
  background-color: #f05735;
}
.product-size-chart-container-fixed {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 5px;
}
.product-size-chart-container-fixed a:visited {
  color: #F05735;
}
.swatch-option-tooltip {
  border-radius: 8px;
}
.swatch-option-tooltip .corner:before {
  top: -3px;
}
.swatch-option-tooltip .corner:after {
  top: -4px;
}
.swatch-option-tooltip-layered .corner:before {
  top: -3px;
}
.swatch-option-tooltip-layered .corner:after {
  top: -4px;
}
.color-swatch-options-container-left {
  padding-top: 10px;
  border-top: none;
}
.color-swatch-options-container-left ul li a {
  padding: 0;
  border: none;
}
.color-swatch-options-container-left ul li a span {
  width: 2.4rem;
  height: 2.4rem;
  border: none;
  border-radius: 4px;
  position: relative;
}
.color-swatch-options-container-left ul li a span[style="background-color: #ffffff"],
.color-swatch-options-container-left ul li a span[style="background-color: #fafcfd"] {
  border: 1px solid #666666;
}
.color-swatch-options-container-left ul li a span[style="background-color: #ffffff"]::after,
.color-swatch-options-container-left ul li a span[style="background-color: #fafcfd"]::after {
  color: #666666 !important;
}
.color-swatch-options-container-left ul li a.background-type-image span {
  border: 1px solid #666666;
  background-size: cover !important;
}
.color-swatch-options-container-left ul li a.background-type-image span::after {
  color: #666666 !important;
}
.color-swatch-options-container-left ul li.active a span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #fff;
  font-size: 1rem;
}
.color-swatch-options-container-left ul li.active a span[style=" background-color: #ffffff"]:after,
.color-swatch-options-container-left ul li.active a span[style=" background-color: #fafcfd"]:after {
  color: #666;
}
.page-product-officeswivelchair-fixed .color-swatch-options-container-left ul li a.background-type-image span::after {
  color: #ffffff !important;
}
.container-fixed-gallery-images-thumb {
  margin: 2rem 0px;
  padding: 0;
  border: none;
}
.container-fixed-gallery-images-thumb ul {
  grid-template-columns: repeat(4, 25%);
  margin: 0px -3px;
}
.container-fixed-gallery-images-thumb ul li {
  padding: 0 3px;
  margin-bottom: 6px;
}
.container-fixed-gallery-images-thumb ul li a {
  border-width: 2px;
}
.reviews-pupup .action.add:before {
  filter: brightness(0) invert(1);
}
.page-product-configurable .product-container-left .product-info-main .product-options-bottom .box-tocart .parent-container-common-show-hide-fixed.price {
  margin-top: -66px;
}
.container-product-tab-features ul {
  display: block;
}
.container-product-tab-features ul li {
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #00426947;
  padding: 2rem 4rem;
}
.container-product-tab-features ul li strong {
  font-size: 1.6rem;
  color: #0D0D0D;
}
.container-product-tab-features ul li:last-child {
  border: none;
}
.container-product-tab-features ul li:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.container-product-tab-features ul li:nth-child(2n+1) img {
  margin-left: 4rem;
}
.container-product-tab-features ul li img {
  width: 120px;
  margin-right: 4rem;
}
.container-product-tab-features ul li > div {
  flex: 1;
  overflow: hidden;
}
.container-product-tab-features ul li .text-features {
  flex: 1;
  overflow: hidden;
}
.addthis_inline_share_toolbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1025px) {
  .catalog-product-view .product-container-left {
    max-width: 26.7%;
  }
}
@media screen and (min-width: 768px) {
  body.account .columns > .col-3 {
    -ms-flex: 0 0 24.5%;
    flex: 0 0 24.5%;
    max-width: 24.5%;
    padding-right: 0;
  }
  body.account .columns .column.main,
  body[class*="page-layout-2columns"] .columns .column.main {
    flex: 0 0 75.5%;
    max-width: 75.5%;
    padding-left: 20px;
  }
}
.account .account-nav .content ul li {
  margin-bottom: 0;
  font-size: 18px;
  padding: 16px 32px;
  line-height: 120%;
}
.account .account-nav .content ul li.current {
  background-color: #F05735;
}
.account .account-nav .content ul li.current strong {
  color: white;
  font-size: 18px;
}
.account .account-nav .content ul li a {
  font-size: 18px;
}
.block-with-left-menu {
  display: flex;
}
.block-with-left-menu .info-mobile-breadcrumb {
  display: none;
}
.block-with-left-menu p {
  line-height: 150%;
}
.block-with-left-menu h1 {
  font-size: 32px;
  font-family: "Roboto Condensed", sans-serif;
}
.block-with-left-menu h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  margin: 0;
}
.block-with-left-menu .info-left-side h1 {
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #666;
  margin: 24px 0;
}
.block-with-left-menu .info-left-side li {
  font-size: 18px;
  width: 335px;
  padding: 16px 32px;
  line-height: 120%;
}
.block-with-left-menu .info-left-side li a:hover {
  color: #F05735;
}
.block-with-left-menu .info-left-side li.active {
  background-color: #F05735;
}
.block-with-left-menu .info-left-side li.active a {
  color: white;
}
.block-with-left-menu .info-left-side li a {
  color: black;
}
.block-with-left-menu .info-right-side {
  margin-left: 20px;
  flex: 1;
}
.block-with-left-menu .info-right-side h1 {
  color: #F05735;
  padding: 10px 0 20px 0;
  margin: 24px 0;
  border-bottom: 1px solid #666;
}
.block-with-left-menu .info-right-side p,
.block-with-left-menu .info-right-side h4,
.block-with-left-menu .info-right-side ul {
  max-width: 660px;
}
.block-with-left-menu .info-right-side p:not(:first-child) {
  margin-top: 8px;
}
.block-with-left-menu .info-right-side h4:not(:first-child) {
  margin-top: 24px;
}
.block-with-left-menu .info-right-side .service-contact-content .contact-data {
  padding-top: 33px;
  display: flex;
  align-items: flex-start;
  gap: 107px;
}
.block-with-left-menu .info-right-side .service-contact-content .contact-data div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.block-with-left-menu .info-right-side .service-contact-content .contact-data h4:before {
  width: 25px;
  height: 25px;
  display: inline-block;
  content: '';
  vertical-align: middle;
  margin-right: 4px;
}
.block-with-left-menu .info-right-side .service-contact-content .contact-data .contact-phone h4:before {
  background-image: url('../../frontend/careshop/careshop_default/en_GB/images/phone.svg');
}
.block-with-left-menu .info-right-side .service-contact-content .contact-data .contact-email h4:before {
  background-image: url('../../frontend/careshop/careshop_default/en_GB/images/email.svg');
}
.block-with-left-menu .info-right-side .info-right-side-content p {
  margin-bottom: 0;
}
.block-with-left-menu .info-right-side .info-right-side-content .panel a {
  color: black;
}
.block-with-left-menu .info-right-side .info-grey-panel {
  background: #F2F2F2;
  padding: 30px;
  border-radius: 8px;
}
.block-with-left-menu .info-right-side .info-grey-panel:not(:first-child) {
  margin-top: 8px;
}
.block-with-left-menu .info-right-side .panel {
  margin-top: 8px;
}
.block-with-left-menu .info-right-side .panel.info-grey-panel {
  padding: 24px 30px;
}
.block-with-left-menu .info-right-side .panel .panel-collapse {
  margin-top: 21px;
}
.block-with-left-menu .info-right-side .panel h4.panel-title {
  font-size: 18px;
  max-width: initial;
}
.block-with-left-menu .info-right-side .panel .panel-title {
  margin: 0;
  padding: 0;
  border: none;
}
.block-with-left-menu .info-right-side .panel .panel-title a {
  line-height: 32px;
}
.block-with-left-menu .info-right-side .panel .panel-title a.active:after {
  background-image: url('../../frontend/careshop/careshop_default/en_GB/images/minus.svg');
}
.block-with-left-menu .info-right-side .panel .panel-title a:after {
  float: right;
  width: 32px;
  height: 32px;
  display: inline-block;
  content: '';
  vertical-align: middle;
  background-image: url('../../frontend/careshop/careshop_default/en_GB/images/plus.svg');
}
.block-with-left-menu .info-right-side .panel .panel-body h4 {
  font-size: 16px;
}
.block-with-left-menu .info-right-side .service-payment-content ul {
  list-style: initial;
  margin: 0 0 0 15px;
}
.block-with-left-menu .info-right-side .service-payment-content .service-payment-methods {
  margin: 16px 0;
}
.block-with-left-menu .info-right-side .service-payment-content .service-payment-icon:before {
  width: 20px;
  height: 20px;
  display: inline-block;
  content: '';
  vertical-align: middle;
  margin-right: 4px;
}
.block-with-left-menu .info-right-side .service-payment-content .service-payment-icon-card:before {
  background-image: url('../../frontend/careshop/careshop_default/en_GB/images/card.svg');
}
.block-with-left-menu .info-right-side .service-payment-content .service-payment-icon-invoice:before {
  background-image: url('../../frontend/careshop/careshop_default/en_GB/images/invoice.svg');
}
.block-with-left-menu .info-right-side .info-block-with-hints {
  display: flex;
  justify-content: space-between;
}
.block-with-left-menu .info-right-side .info-block-with-hints > :last-child {
  max-width: 310px;
}
.block-with-left-menu .info-right-side .info-block-with-hints > :first-child {
  flex: 1;
  max-width: 660px;
}
.block-with-left-menu .info-right-side .info-block-with-hints .info-block-hint {
  display: flex;
  gap: 8px;
}
.block-with-left-menu .info-right-side .info-block-with-hints .info-block-hint:not(:first-child) {
  margin-top: 12px;
}
.block-with-left-menu .info-right-side .info-block-with-hints .info-block-hint-text {
  font-size: 14px;
  line-height: 120%;
  flex: 1 0 0;
}
.block-with-left-menu .info-right-side .info-block-with-hints .info-block-hint-icon {
  background-image: url('../../frontend/careshop/careshop_default/en_GB/images/info.svg');
  height: 24px;
  width: 24px;
}
.block-with-left-menu .info-right-side .service-returns-content {
  background: transparent;
  padding: 0;
}
.block-with-left-menu .info-right-side .service-returns-content .service-returns-steps-container {
  margin: 24px 0 16px 0;
}
.block-with-left-menu .info-right-side .service-returns-content ul {
  list-style: initial;
  margin: 0 0 0 15px;
}
.block-with-left-menu .info-right-side .service-returns-content .service-returns-steps {
  max-width: 574px;
  display: flex;
  justify-content: space-between;
}
.block-with-left-menu .info-right-side .service-returns-content .service-returns-steps .service-returns-step {
  width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 14px;
}
.block-with-left-menu .info-right-side .service-returns-content .service-returns-steps .service-returns-step-icon {
  width: 72px;
  height: 72px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 16px;
}
.block-with-left-menu .info-right-side .service-returns-content .service-returns-steps .service-returns-step-icon-1 {
  background-image: url('../../frontend/careshop/careshop_default/en_GB/images/step-1.svg');
}
.block-with-left-menu .info-right-side .service-returns-content .service-returns-steps .service-returns-step-icon-2 {
  background-image: url('../../frontend/careshop/careshop_default/en_GB/images/step-2.svg');
}
.block-with-left-menu .info-right-side .service-returns-content .service-returns-steps .service-returns-step-icon-3 {
  background-image: url('../../frontend/careshop/careshop_default/en_GB/images/step-3.svg');
}
.block-with-left-menu .info-right-side .careshop-about-content .info-about-banner-default {
  margin-top: 24px;
}
.block-with-left-menu .info-right-side .careshop-about-content .info-about-banner-mobile {
  display: none;
}
.block-with-left-menu .info-right-side .careshop-brands-content .info-grey-panel {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .block-with-left-menu .info-right-side .info-block-with-hints {
    display: block;
  }
  .block-with-left-menu .info-right-side .info-block-with-hints .info-block-hints {
    display: block;
    margin-top: 16px;
  }
}
@media (max-width: 960px) {
  .block-with-left-menu {
    display: block;
  }
  .block-with-left-menu .info-mobile-breadcrumb {
    color: #F05735;
    display: block;
    margin-bottom: 20px;
  }
  .block-with-left-menu .service-contact-content,
  .block-with-left-menu .service-shipping-content {
    margin-bottom: 270px;
  }
  .block-with-left-menu .info-left-side {
    display: none;
  }
  .block-with-left-menu .info-right-side {
    margin-left: 0;
  }
  .block-with-left-menu .info-right-side h1 {
    display: none;
  }
  .block-with-left-menu .info-right-side h4 {
    font-size: 16px;
    line-height: 150%;
  }
  .block-with-left-menu .info-right-side .careshop-brands-content .info-grey-panel {
    margin-bottom: 140px;
    gap: 16px;
  }
  .block-with-left-menu .info-right-side .careshop-brands-content .info-grey-panel img {
    height: 20px;
  }
  .block-with-left-menu .info-right-side .info-grey-panel {
    padding: 20px 16px;
  }
  .block-with-left-menu .info-right-side .info-grey-panel.panel {
    padding: 20px 16px;
  }
  .block-with-left-menu .info-right-side .info-right-side-content .contact-data {
    gap: 20px;
  }
  .block-with-left-menu .info-right-side .panel h4.panel-title {
    font-size: 16px;
  }
  .block-with-left-menu .info-right-side .panel h4.panel-title a {
    font-size: 16px;
    line-height: 150%;
  }
  .block-with-left-menu .info-right-side .panel .panel-title-text {
    max-width: 246px;
    display: inline-block;
  }
  .block-with-left-menu .info-right-side .service-returns-content .service-returns-steps {
    justify-content: space-between;
    gap: 8px;
  }
  .block-with-left-menu .info-right-side .service-returns-content .service-returns-steps .service-returns-step {
    width: auto;
    font-size: 12px;
  }
  .block-with-left-menu .info-right-side .service-returns-content .service-returns-steps .service-returns-step-icon {
    width: 57px;
    height: 57px;
  }
}
@media (max-width: 360px) {
  .block-with-left-menu .info-right-side .careshop-about-content .info-about-banner-default {
    display: none;
  }
  .block-with-left-menu .info-right-side .careshop-about-content .info-about-banner-mobile {
    margin-top: 16px;
    display: initial;
  }
}
#newsletter-validate-detail button.subscribe {
  text-transform: initial;
}
.sign-in-out-container .row {
  justify-content: center;
}
.sign-in-out-container .container .block-customer-sign-in-out {
  z-index: 10;
  margin: 48px auto 41px auto;
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  width: 525px;
  padding: 45px 54px;
  flex-direction: column;
  align-items: center;
}
.sign-in-out-container .container .block-customer-sign-in-out .block-content {
  width: 100%;
}
.sign-in-out-container .container .block-customer-sign-in-out #block-customer-sign-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  margin: auto;
}
.sign-in-out-container .container .block-customer-sign-in-out .field {
  margin-bottom: 0;
  margin-top: 12px;
}
.sign-in-out-container .container .block-customer-sign-in-out .field input {
  border-radius: 4px;
  border: 1px solid #CCC;
  width: 100%;
}
.sign-in-out-container .container .block-customer-sign-in-out .field.gender input {
  width: auto;
}
.sign-in-out-container .container .block-customer-sign-in-out .field input[type="radio"] {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #f48971;
  border-radius: 3px;
  cursor: pointer;
}
.sign-in-out-container .container .block-customer-sign-in-out .field input[type="radio"]:checked {
  background-color: #e0e0e0;
}
.sign-in-out-container .container .block-customer-sign-in-out .field label {
  float: initial;
  padding: 0;
  margin: 0;
  text-align: initial;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  width: auto;
}
.sign-in-out-container .container .block-customer-sign-in-out .field .control {
  float: initial;
  width: 100%;
}
.sign-in-out-container .container .block-customer-sign-in-out .field .control input {
  font-size: 16px;
}
.sign-in-out-container .container .block-customer-sign-in-out .field .ui-datepicker-trigger {
  position: absolute;
  right: 5px;
  top: 0;
}
.sign-in-out-container .container .block-customer-sign-in-out .field.email {
  margin-top: 34px;
}
.sign-in-out-container .container .block-customer-sign-in-out .fieldset,
.sign-in-out-container .container .block-customer-sign-in-out .links-block {
  margin: 0;
}
.sign-in-out-container .container .block-customer-sign-in-out .fieldset .text-center,
.sign-in-out-container .container .block-customer-sign-in-out .links-block .text-center {
  text-align: center;
}
.sign-in-out-container .container .block-customer-sign-in-out .links-block {
  margin-top: 34px;
}
.sign-in-out-container .container .block-customer-sign-in-out .links-block a {
  text-decoration: underline;
  color: #000;
}
.sign-in-out-container .container .block-customer-sign-in-out .links-block .links-terms {
  font-size: 14px;
  line-height: normal;
  max-width: 342px;
  margin: auto;
}
.sign-in-out-container .container .block-customer-sign-in-out .links-block .link-sign-in {
  margin-top: 8px;
  font-size: 16px;
}
.sign-in-out-container .container .block-customer-sign-in-out .links-block .link-forgot:before {
  width: 24px;
  height: 24px;
  content: "\e902";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}
.sign-in-out-container .container .block-customer-sign-in-out .links-block a {
  text-decoration: underline;
}
.sign-in-out-container .container .block-customer-sign-in-out .actions-toolbar {
  margin: 26px 0 0 0;
}
.sign-in-out-container .container .block-customer-sign-in-out .actions-toolbar button {
  width: 100%;
  text-align: center;
  text-transform: initial;
  border-radius: 8px;
}
.sign-in-out-container .container .block-customer-sign-in-out .password .control {
  position: relative;
}
.sign-in-out-container .container .block-customer-sign-in-out .confirmation .control {
  position: relative;
}
.sign-in-out-container .container .block-customer-sign-in-out .show-hide-password-btn {
  position: absolute;
  right: 15px;
  top: 12px;
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  color: gray;
  z-index: 5000;
}
.sign-in-out-container .container .block-customer-sign-in-out .show-hide-password-btn i {
  font-style: initial;
  font-family: FontAwesome, sans-serif;
}
.sign-in-out-container .container .block-customer-sign-in-out.block-customer-forgot .field.note {
  margin-top: 24px;
  line-height: 120%;
  max-width: 400px;
  font-size: 18px;
}
.sign-in-out-container .container .block-customer-sign-in-out.block-customer-forgot .field.note:not(:first-child) {
  margin-top: 8px;
}
.sign-in-out-container.login-container .block-customer-sign-in-out .block-title {
  margin: 0;
  padding: 0;
  border: none;
}
.sign-in-out-container .block-customer-sign-in-out.block-customer-login,
.sign-in-out-container .block-customer-sign-in-out.block-customer-forgot,
.sign-in-out-container .block-customer-sign-in-out.block-customer-set-password {
  margin-top: 142px;
}
#ui-datepicker-div {
  box-shadow: none;
  border: none;
}
.ui-datepicker-trigger img {
  display: none;
}
@media (max-width: 550px) {
  .sign-in-out-container .container .block.block-customer-sign-in-out {
    max-width: 335px;
    padding: 24px 20px 34px 20px;
    margin-bottom: 96px;
  }
  .sign-in-out-container .container .block.block-customer-sign-in-out #block-customer-sign-heading {
    font-size: 24px;
    line-height: 120%;
  }
  .sign-in-out-container .container .block.block-customer-sign-in-out .field label,
  .sign-in-out-container .container .block.block-customer-sign-in-out .field input,
  .sign-in-out-container .container .block.block-customer-sign-in-out .field button {
    font-size: 14px;
    line-height: 120%;
  }
  .sign-in-out-container .container .block.block-customer-sign-in-out .field.email {
    margin-top: 20px;
  }
  .sign-in-out-container .container .block.block-customer-sign-in-out .links-terms {
    font-size: 12px;
  }
  .sign-in-out-container .container .block.block-customer-sign-in-out .link-sign-in {
    font-size: 14px;
  }
  .sign-in-out-container .container .block.block-customer-sign-in-out .actions-toolbar {
    margin: 16px 0 0 0;
  }
  .sign-in-out-container .container .block-customer-sign-in-out.block-customer-login {
    margin-top: 101px;
  }
  .sign-in-out-container .container .block-customer-sign-in-out.block-customer-forgot {
    margin-top: 101px;
  }
}
/* custom css 7-8 */
.minicart-items .product-item-details {
  padding-right: 25px;
}
.minicart-items .product-item-details .details-qty {
  font-weight: bold;
  color: #666;
}
.minicart-items .update-cart-item {
  font-size: 10px;
  vertical-align: top;
  padding: 2px 10px;
}
.minicart-items-wrapper .brand-item {
  text-align: left;
  margin-bottom: 5px;
  line-height: 0;
  max-width: 90px;
}
.minicart-items-wrapper .minicart-items .item-qty {
  font-size: 14px;
  text-align: center;
  width: 30px;
  height: auto;
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
  padding: 0;
  font-weight: bold;
}
.minicart-items-wrapper .product-item-details .options {
  display: flex;
  align-items: center;
  gap: 5px 20px;
  flex-wrap: wrap;
  margin: 5px 0 0;
  font-size: 14px;
  margin: 0;
}
.minicart-items-wrapper .product-item-details .options.list {
  flex-wrap: nowrap;
  display: block;
  align-items: center;
  gap: 0 4px;
}
.values.minicart-items-wrapper .product-item-details .options.list + .values::before {
  content: "";
  display: inline-flex;
  align-items: center;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-name {
  text-overflow: ellipsis;
  margin: 0px 0 2px;
  margin: 0px 0 8px;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-name a {
  font-weight: bold;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product.options .content {
  line-height: 1.2;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product.options .content dl dt {
  font-weight: bold;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product.options .content dl dd {
  font-weight: bold;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-details .product-item-pricing {
  display: block !important;
  text-align: right;
  transform: translateX(15px);
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-details .product-item-pricing * {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  color: #0D0D0D;
}
.minicart-wrapper #minicart-content-wrapper .block-content .actions .primary button#top-cart-btn-checkout {
  width: 100%;
}
.minicart-wrapper #minicart-content-wrapper .block-content .product-item {
  border: 0;
}
.minicart-wrapper #minicart-content-wrapper .block-title {
  margin-bottom: 5px;
}
.minicart-wrapper #minicart-content-wrapper .primary-checkout a.action.viewcart {
  display: block;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  border-radius: 8px;
  background: #F05735;
  color: #FFFFFF;
  padding: 8px 15px;
}
.minicart-wrapper .action.showcart .counter.qty {
  right: 14px;
  top: 13px;
  border-radius: 30px;
  min-width: 13px;
}
.minicart-wrapper .block-minicart .subtotal .label::after {
  display: none;
}
.container-boxer-product-list .fixed-boxer-product-price-range {
  display: inline-block !important;
  font-weight: 700;
  font-size: 24px !important;
  line-height: 28px;
  color: #F05735;
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container a.delete {
  width: 24px;
  height: 24px;
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container i.fa-user {
  margin-top: 0;
}
header.page-header .search-myaccount-minicart-container > ul > li > a {
  display: inline-flex;
  align-items: center;
}
header.page-header .search-myaccount-minicart-container > ul > li .action.showcart {
  display: inline-flex;
  align-items: center;
}
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide:hover .button-click-view-popup-myaccount i {
  color: #F05735;
  background-image: url(../../frontend/careshop/careshop_default/en_GB/images/icon_myaocunt_hover.svg);
}
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide:hover .showcart::before {
  background-image: url(../../frontend/careshop/careshop_default/en_GB/images/cart_icon_hover.svg);
  transition: 0.3s;
}
header.page-header .search-myaccount-minicart-container .information-li-content-show-hide:hover .button-click-view-popup-information i {
  background-image: url(../../frontend/careshop/careshop_default/en_GB/images/icon_infomation_hover.svg);
  transition: 0.3s;
}
.search-myaccount-minicart-container li a i {
  transition: 0.3s;
}
.search-myaccount-minicart-container li a::before {
  transition: 0.3s;
}
.catalog-product-view .modal-popup .modal-footer {
  display: block;
}
.catalog-product-view .modal-popup .modal-content {
  padding-bottom: 0;
}
.catalog-product-view .see-detail-modal-pupup-size-chart .modal-content {
  padding-bottom: 6rem;
}
.catalog-product-view .see-detail-modal-pupup-size-chart .modal-footer {
  display: none;
}
.button-click-view-popup-information {
  position: relative;
}
.button-click-view-popup-information::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  height: 0.5rem;
  background-color: #ffffff;
  bottom: 0;
  height: 10px;
  z-index: 111;
}
.myaccount-li-content-show-hide > div ul li:first-child strong {
  font-weight: bold;
}
.button-click-view-popup-myaccount .name {
  position: absolute;
  padding: 2px 3px;
  background: #F05735;
  color: #fff;
  border-radius: 30px;
  font-size: 13px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  right: 9px;
  top: 15px;
}
/* menu */
.header-container .primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic > a {
  background-color: transparent;
  color: #0D0D0D !important;
}
.header-container .primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic.active > a {
  background-color: transparent;
  color: #0D0D0D !important;
}
.header-container .primary-menu-container .ves-menu .navigation .ves-megamenu .sale.level0.classic > a {
  color: #fff !important;
  background-color: #F05735 !important;
}
.header-container .primary-menu-container .ves-menu .navigation .ves-megamenu .level0.active > a {
  background-color: transparent !important;
  color: #F05735 !important;
}
.header-container .primary-menu-container .ves-menu .navigation .ves-megamenu .level0.active:hover > a {
  background-color: transparent !important;
  color: #FB5F1C !important;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0:hover > a {
  background-color: transparent !important;
  color: #FB5F1C !important;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 > a:after {
  background-color: transparent;
}
/* Products details */
.catalog-product-view .product-container-left .container-product-brand-fixed .product-brands .brand-item {
  max-width: 150px;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .price-box {
  font-weight: 700;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail .value-instead-of-pro-detail {
  flex: 1;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail .value-you-save-pro-detail {
  flex: 1;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail .value-you-save-pro-detail span:nth-child(2) {
  width: auto;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail .label-you-save-pro-detail {
  min-width: auto;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .action.view {
  font-size: 1.6rem;
  font-weight: normal;
  vertical-align: unset;
}
.catalog-product-view .product-container-left .product-info-main .button-extra-container-fixed .button-included-product-set button {
  text-transform: none;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a span {
  font-size: 16px;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a:after {
  color: #666;
  font-size: 1.8rem;
}
.catalog-product-view .product-social-links .towishlist {
  text-transform: none !important;
}
.product-container-left .container-fixed-gallery-images-thumb ul {
  width: 100%;
  margin: 0;
}
.page-product-bundle-configuare .final-price-box-f {
  font-weight: bold;
  margin-bottom: 15px;
}
.button-extra-container-fixed {
  margin-bottom: 12px;
}
.product-info-main .product-info-stock-sku .product.attribute.sku {
  display: none;
}
.container-fixed-gallery-images-thumb ul li a {
  line-height: 0;
}
@media (min-width: 1025px) {
  .container-fixed-gallery-images-thumb .owl-carousel:hover .owl-nav button.owl-prev {
    left: -29px;
  }
  body .container-fixed-gallery-images-thumb .owl-carousel:hover .owl-nav button.owl-next {
    right: -29px;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view .column.main {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .column.main > div {
    padding: 0;
  }
  .catalog-product-view .product-container-left .product-info-main .box-select-common a {
    height: 48px;
  }
  .container-fixed-gallery-images-thumb ul {
    display: flex;
    flex-wrap: wrap;
  }
  .container-fixed-gallery-images-thumb ul li {
    width: 70px;
    height: 70px;
  }
}
/* newsletter-modal */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.newsletterpopup {
  display: none;
  animation: fadeIn 0.3s;
}
.newsletter-modal .newsletterpopup {
  display: block;
}
.modal-popup.newsletter-modal .modal-inner-wrap {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 425px;
  right: auto;
  border-radius: 16px;
  padding: 52px 20px 20px;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.modal-popup.newsletter-modal .modal-inner-wrap > * {
  padding: 0;
}
.modal-popup.newsletter-modal .modal-inner-wrap .modal-header .modal-title {
  display: none;
}
.modal-popup.newsletter-modal .modal-slide .action-close {
  padding: 10px;
}
.modal-popup.newsletter-modal .content-popup .content {
  text-align: center;
  margin-bottom: 5px;
}
.modal-popup.newsletter-modal .content-popup .content .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 5px;
}
.modal-popup.newsletter-modal .content-popup .content .des {
  margin-bottom: 10px;
  line-height: 1;
}
.modal-popup.newsletter-modal .content-popup .subscribe .field.newsletter {
  margin-bottom: 20px;
}
.modal-popup.newsletter-modal .content-popup .subscribe .newsletter input {
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.modal-popup.newsletter-modal .content-popup .subscribe .newsletter input:focus {
  border-color: #111;
  box-shadow: none;
}
.modal-popup.newsletter-modal .content-popup .form.subscribe .actions {
  text-align: right;
}
.modal-popup.newsletter-modal .content-popup .actions .action.primary {
  padding: 3px 14px;
  vertical-align: middle;
  text-transform: capitalize;
  min-height: 48px;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
}
.modal-slide .action-close {
  padding: 1rem;
}
.menu-modal.modal-popup .modal-inner-wrap > * {
  padding: 0;
}
.modal-popup.menu-modal .modal-inner-wrap {
  padding: 52px 40px 40px;
}
@media (max-width: 767px) {
  .modal-popup.newsletter-modal .content-popup .form.subscribe {
    display: flex;
    align-items: center;
    border: 1px solid #cccc;
    border-radius: 5px;
    padding: 1px;
    background: #fff;
  }
  .modal-popup.newsletter-modal .content-popup .subscribe .field.newsletter {
    margin-bottom: 0;
  }
  .modal-popup.newsletter-modal .content-popup .subscribe .field.newsletter > label {
    display: none;
  }
  .modal-popup.newsletter-modal .content-popup .subscribe .newsletter {
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
  }
  .modal-popup.newsletter-modal .content-popup .subscribe .newsletter input {
    width: 100%;
    border: 0;
    background: #fff;
  }
  .modal-popup.modal-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 576px) {
  .menu-modal.modal-popup .modal-inner-wrap {
    min-height: 116px;
    max-width: 339px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
/* Pop Up ENTER YOUR EMAIL */
.voucher_menu {
  display: none;
}
.super_deals_menu {
  display: none;
}
.menu-modal .voucher_menu {
  display: none;
}
.menu-modal .super_deals_menu {
  display: none;
}
.menu-modal.modal-popup .modal-inner-wrap {
  border-radius: 16px;
  top: 31%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  right: auto;
}
.menu-modal.modal-popup .content-popup {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .menu-modal.modal-popup._show .modal-inner-wrap {
    transform: translate(-50%, -40%);
  }
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content > div:not(.container-product-tab-features) {
  background: #ffffff;
  padding: 0;
}
/* tab-video */
.two-column {
  margin-top: 20px;
}
.container-tab-video {
  max-width: 450px;
  margin: 30px auto;
}
.container-tab-video .tab-video .owl-dots {
  position: static !important;
  margin: 13px 0 0;
}
.container-tab-video .thumb-video {
  text-align: center;
  margin-bottom: 45px;
}
.tab-video.owl-carousel .owl-dots.disabled {
  display: block;
}
.tab-video .slide-item img {
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #B8CAD5;
  overflow: hidden;
}
.tab-video .first-active-item .slide-item img {
  border-color: #F05735;
}
.wrapper-the-blue-sky-slider.owl-theme.tab-video .owl-dots .owl-dot span {
  border: 0;
  background-color: #B8CAD5;
}
.wrapper-the-blue-sky-slider.owl-theme.tab-video .owl-dots .owl-dot.active span {
  background-color: #F05735;
}
body .owl-carouse.tab-video .owl-nav {
  opacity: 1;
  visibility: visible;
}
body .owl-carousel .owl-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 45%;
}
body .owl-carousel.tab-video .owl-nav button {
  position: static;
  pointer-events: visible;
  margin: 0;
}
body .owl-carousel.tab-video .owl-nav button:after {
  border: 0;
  background: none;
  color: #111;
}
body .owl-carousel.tab-video .owl-nav:hover button:after {
  color: #F05735;
}
body .owl-carousel.tab-video .owl-nav button.owl-prev {
  transform: translateX(-60px);
}
body .owl-carousel.tab-video .owl-nav button.owl-next {
  transform: translateX(60px);
}
@media (max-width: 576px) {
  .catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content {
    padding: 3rem 2rem;
  }
  body .owl-carousel.tab-video .owl-nav button.owl-prev {
    transform: translateX(-40px);
  }
  body .owl-carousel.tab-video .owl-nav button.owl-next {
    transform: translateX(40px);
  }
  .container-tab-video .thumb-video {
    margin-bottom: 15px;
  }
}
/* tab Reviews */
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item {
  margin: 0;
  padding: 2rem 0;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item .review-info .review-title {
  margin-top: -44px;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item .review-info .review-details .review-details-value {
  margin-left: auto;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item .review-info .review-details .review-date {
  width: 100%;
  text-align: right;
  margin-bottom: 15px;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item .review-info .review-details .review-date .review-details-value {
  font-size: 1.4rem;
  color: #666;
  font-weight: normal;
}
.catalog-product-view .review-ratings.rate_4 .rating-summary .rating-result {
  width: 10rem;
}
.catalog-product-view .review-ratings.rate_4 .rating-summary .rating-result:before {
  width: 10rem;
}
.catalog-product-view .review-ratings.rate_3 .rating-summary .rating-result {
  width: 8rem;
}
.catalog-product-view .review-ratings.rate_3 .rating-summary .rating-result:before {
  width: 8rem;
}
.catalog-product-view .review-ratings.rate_2 .rating-summary .rating-result {
  width: 5.1rem;
}
.catalog-product-view .review-ratings.rate_2 .rating-summary .rating-result:before {
  width: 5.1rem;
}
.catalog-product-view .review-ratings.rate_1 .rating-summary .rating-result {
  width: 2.5rem;
}
.catalog-product-view .review-ratings.rate_1 .rating-summary .rating-result:before {
  width: 2.5rem;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a {
  max-height: 48px;
}
.list-rate-filter {
  display: flex;
  align-items: center;
  gap: 5px 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.list-rate-filter .review-ratings {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.list-rate-filter .review-ratings .rating-summary {
  position: relative;
  cursor: pointer;
}
.list-rate-filter .review-ratings .rating-summary::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #0D0D0D;
  display: inline-flex;
  margin-right: 10px;
  transform: translateY(2px);
}
.list-rate-filter .review-ratings .rating-summary::after {
  transform: rotate(45deg);
  position: absolute;
  content: "";
  opacity: 0;
  left: 6px;
  bottom: 12px;
  width: 5px;
  height: 10px;
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  transition: 0.3s;
}
.list-rate-filter .review-ratings input {
  position: absolute;
  width: 100%;
  height: 20px;
  z-index: 22;
  cursor: pointer;
  opacity: 0;
}
.list-rate-filter .review-ratings input[type=checkbox]:checked + .rating-summary:before {
  background-color: #366EC9;
  border-color: #366EC9;
}
.list-rate-filter .review-ratings input[type=checkbox]:checked + .rating-summary::after {
  opacity: 1;
}
.review-ratings input[type=checkbox]:checked.review-ratings input[type=checkbox] + .rating-summary:after {
  opacity: 1;
}
.review-ratings .ui-checkbox__box {
  display: none;
}
.ow-filters__rating-item_count {
  line-height: 1;
  position: relative;
  margin-left: 8px;
  font-size: 14px;
}
.ow-filters__rating-item_count::after {
  content: ")";
}
.ow-filters__rating-item_count::before {
  content: "(";
}
.block-review-list {
  border-top: 1px solid rgba(0, 66, 105, 0.28);
}
.review-list .review-item {
  padding: 20px 0;
}
.review-list .review-toolbar {
  border: 0;
}
.review-list .review-toolbar .toolbar-amount {
  display: none;
}
.review-list .toolbar .pages {
  margin: 0;
  padding: 0;
  border: 0;
}
.review-list .toolbar .pages-items li strong {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #017F7F !important;
  border: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 0 !important;
}
.review-list .toolbar .pages-items li strong .review-list .toolbar .pages-items li a {
  width: auto;
  height: auto;
  border: 0;
}
.review-list .toolbar .pages-items li strong:hover {
  background-color: #EBF1FA;
}
.review-list .toolbar .pages-items li .page {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #017F7F !important;
  border: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 0 !important;
}
.review-list .toolbar .pages-items li .page:hover {
  background-color: #EBF1FA;
}
.review-list .toolbar .pages-items li .action {
  width: auto;
  height: auto;
  border: 0;
  margin: 0 20px !important;
}
.review-list .toolbar .pages-items li .action:hover {
  color: #000 !important;
}
.review-list .toolbar .pages-items li .action::before {
  display: none;
}
.review-list .toolbar .pages-items li .action > span:not(.label) {
  clip: inherit;
  width: auto;
  position: static;
  padding: 0;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  height: auto;
  font-weight: normal;
  gap: 0 12px;
  height: 48px;
}
.review-list .toolbar .pages-items li.current .page {
  background-color: #EBF1FA;
}
.review-list .toolbar .pages-items li.pages-item-previous .action > span:not(.label)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 11H7.83L13.42 5.41L12 4L4 12L12 20L13.41 18.59L7.83 13H20V11Z' fill='%23666666'/%3E%3C/svg%3E");
  content: "";
  display: inline-block;
  align-items: center;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
}
.review-list .toolbar .pages-items li.pages-item-next .action > span:not(.label)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 4L10.59 5.41L16.17 11H4V13H16.17L10.59 18.59L12 20L20 12L12 4Z' fill='%23666666'/%3E%3C/svg%3E");
  content: "";
  display: inline-block;
  align-items: center;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
}
.review-list .pages .items {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  letter-spacing: 0;
}
.review-info .details-rate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 12px;
}
.review-info .details-rate .review-ratings {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: initial;
  gap: 5px 10px;
}
.review-info .review-details-value.author {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  color: #000;
}
.review-info .review-title {
  margin: 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
  font-size: 2rem;
  line-height: 120%;
}
.review-info .review-title .review-date {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #666;
}
.review-info .review-content {
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #000;
}
.review-info .review-respon {
  padding-left: 40px;
}
.review-info .review-respon .review-content {
  margin-bottom: 0;
}
.review-toolbar .pages .item {
  margin: 0 5px;
}
.page-product-configurable .product-container-left .product-info-main .parent-container-common-show-hide-fixed:last-child .box-select-common > a {
  max-height: 48px;
}
@media (min-width: 1024px) {
  .review-info .review-respon {
    padding-left: 90px;
  }
}
@media (max-width: 992px) {
  .list-rate-filter {
    flex-direction: column;
    align-items: flex-start;
  }
  .catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content {
    padding: 3rem 2rem;
  }
}
@media (max-width: 576px) {
  .list-rate-filter {
    flex-direction: column;
    align-items: flex-start;
  }
  .review-info .review-respon {
    padding-left: 16px;
  }
  .review-info .review-title {
    font-size: 1.6rem;
  }
  .catalog-product-view .column.main > div {
    padding: 0;
  }
}
/* custom css 16-8 */
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset .actions button {
  border-width: 2px;
  border-style: solid;
  border-color: #f2f2f2;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset .actions button:hover {
  background: #D63F0F !important;
  border-color: #D63F0F !important;
  color: #ffffff;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset .actions button:focus {
  background: #F05735 !important;
  border-color: #5F1707 !important;
  color: #ffffff;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset .actions button.enable-add-to-cart-product-button {
  background: #F05735;
  border-color: #F05735;
  color: #ffffff;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-opt {
  min-height: 48px;
}
.catalog-product-view .product-container-left .product-info-main .product-social-links .product-addto-links .action.towishlist {
  padding: 0px 15px;
  height: 48px;
  line-height: 48px;
  border: 2px solid transparent;
  width: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .product-container-left .product-info-main .product-social-links .product-addto-links .action.towishlist:hover {
  color: #4D4D4D;
}
.catalog-product-view .product-container-left .product-info-main .product-social-links .product-addto-links .action.towishlist:focus {
  border-color: #333333;
  color: #333333;
}
.catalog-product-view .product-container-left .product-info-main .product-social-links .product-addto-links .action.towishlist:focus::before {
  color: #333333;
}
.minicart-wrapper #minicart-content-wrapper .primary-checkout {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4px;
}
.minicart-wrapper #minicart-content-wrapper .primary-checkout > * {
  flex: 1;
}
.minicart-wrapper #minicart-content-wrapper .block-content .primary-checkout .secondary:last-child {
  position: static;
}
.minicart-wrapper #minicart-content-wrapper .block-content .primary-checkout .secondary:last-child .viewcart {
  background: #F2F2F2;
  color: #0D0D0D;
}
.minicart-wrapper #minicart-content-wrapper .block-content .primary-checkout .secondary:last-child .viewcart:hover {
  background: #f05735;
  color: #ffffff;
}
.product-row-blockviewed-detail .rokan-product-heading h2 {
  color: #0D0D0D;
  font-weight: 700;
  text-transform: uppercase;
}
.product-row-blockviewed-detail .who-viewed-this-item-also-viewed {
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.product-row-blockviewed-detail > div .who-viewed-this-item-also-viewed .item {
  padding: 0;
}
.grid.products-grid .owl-carousel .product-items {
  margin: 0;
  padding: 0;
}
.grid.products-grid .owl-carousel .product-items .product-item {
  margin: 0;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
}
.grid.products-grid .owl-carousel .product-items .product-item .product-item-info .product-item-details {
  max-width: 100%;
  padding: 0 12px 12px 12px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .product-row-blockviewed-detail .rokan-product-heading {
    margin-bottom: 2.4rem;
    max-width: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 1025px) {
  .product-row-blockviewed-detail > div .who-viewed-this-item-also-viewed .product-item {
    max-width: 100%;
  }
}
/* custom css 20-8 */
body .owl-carousel .owl-nav {
  pointer-events: visible !important;
}
body .products-grid .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions {
  line-height: 1;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a {
  display: flex;
  align-items: center;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a > * {
  font-size: 16px;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a.not-option {
  border-color: #F05735;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common.active a {
  border-color: #F05735;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset .actions button.disable-add-to-cart-product-button {
  border-color: #f2f2f2 !important;
  background: #f2f2f2 !important;
  color: #0d0d0d !important;
}
.page-product-configurable .product-container-left .product-info-main .parent-container-common-show-hide-fixed:last-child .box-select-common > a {
  display: flex;
  align-items: center;
}
.minicart-wrapper #minicart-content-wrapper .block-content .primary-checkout .secondary:last-child .viewcart {
  border: 2px solid #f2f2f2;
  padding: 6px 15px;
}
.minicart-wrapper #minicart-content-wrapper .block-content .primary-checkout .secondary:last-child .viewcart:hover {
  background-color: #E6E6E6;
  color: #0D0D0D;
  border-color: #E6E6E6;
}
.minicart-wrapper #minicart-content-wrapper .block-content .primary-checkout .secondary:last-child .viewcart:focus {
  background-color: #E6E6E6;
  color: #0D0D0D;
  border-color: #333333;
}
.product-reviews-summary .reviews-actions a {
  vertical-align: -2px;
}
.product-reviews-summary.no-rating .reviews-actions a {
  vertical-align: 5px;
}
.grid.products-grid .owl-carousel .owl-stage-outer {
  padding: 10px 0;
  margin: -10px 0;
}
/* custom css 5-9 */
.catalog-product-view .product.info.detailed .rating-summary {
  padding-left: 1px;
}
.catalog-product-view .product.info.detailed .rating-summary .rating-result {
  width: 136px;
}
.catalog-product-view .product.info.detailed .rating-summary .rating-result:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  color: #666;
}
.catalog-product-view .product.info.detailed .rating-summary .rating-result > span:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #017F7E;
}
.catalog-product-view .product.info.detailed .review-ratings.rate_5 .rating-summary .rating-result {
  width: 136px;
}
.catalog-product-view .product.info.detailed .review-ratings.rate_4 .rating-summary .rating-result {
  width: 110px;
}
.catalog-product-view .product.info.detailed .review-ratings.rate_3 .rating-summary .rating-result {
  width: 82px;
}
.catalog-product-view .product.info.detailed .review-ratings.rate_2 .rating-summary .rating-result {
  width: 55px;
}
.catalog-product-view .product.info.detailed .review-ratings.rate_1 .rating-summary .rating-result {
  width: 26px;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content {
  border: 1px solid #B8CAD5;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart h4 {
  font-size: 1.8rem;
  font-weight: 400;
  color: #ffffff;
  background-color: #F05735;
  border: none;
  border-radius: 0 40px 40px 0;
  padding: 2rem 3.2rem;
  margin: 0;
  position: absolute;
  left: 0;
  top: 2rem;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .fixed-content-pupup-size-chart table tr:nth-child(odd) {
  background: #EDEDED;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .fixed-content-pupup-size-chart table tr th {
  padding: 1.5rem 3rem;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .fixed-content-pupup-size-chart table tr td {
  padding: 1.5rem 3rem;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .fixed-content-pupup-size-chart table td:first-child {
  font-weight: 700;
}
.catalog-product-view .see-detail-modal-pupup-size-chart .modal-content {
  padding: 0 0 2rem;
}
.block-review-list {
  border-top: 1px solid #B8CAD5;
}
.review-item {
  border-bottom: 1px solid #B8CAD5;
}
.list-rate-filter .review-ratings .rating-summary::before {
  transform: translateY(1px);
}
.modal-custom .action-close::before,
.modal-slide .action-close::before,
.modal-popup .action-close::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path d="M22.8728 7.13924C22.7572 7.02336 22.6198 6.93143 22.4686 6.8687C22.3174 6.80598 22.1553 6.77369 21.9916 6.77369C21.8279 6.77369 21.6658 6.80598 21.5146 6.8687C21.3633 6.93143 21.226 7.02336 21.1103 7.13924L14.9978 13.2392L8.88534 7.12674C8.76961 7.01102 8.63222 6.91922 8.48102 6.85659C8.32981 6.79395 8.16775 6.76172 8.00409 6.76172C7.84043 6.76172 7.67836 6.79395 7.52716 6.85659C7.37595 6.91922 7.23857 7.01102 7.12284 7.12674C7.00711 7.24247 6.91531 7.37986 6.85268 7.53107C6.79005 7.68227 6.75781 7.84433 6.75781 8.00799C6.75781 8.17166 6.79005 8.33372 6.85268 8.48492C6.91531 8.63613 7.00711 8.77352 7.12284 8.88924L13.2353 15.0017L7.12284 21.1142C7.00711 21.23 6.91531 21.3674 6.85268 21.5186C6.79005 21.6698 6.75781 21.8318 6.75781 21.9955C6.75781 22.1592 6.79005 22.3212 6.85268 22.4724C6.91531 22.6236 7.00711 22.761 7.12284 22.8767C7.23857 22.9925 7.37595 23.0843 7.52716 23.1469C7.67836 23.2095 7.84043 23.2418 8.00409 23.2418C8.16775 23.2418 8.32981 23.2095 8.48102 23.1469C8.63222 23.0843 8.76961 22.9925 8.88534 22.8767L14.9978 16.7642L21.1103 22.8767C21.2261 22.9925 21.3635 23.0843 21.5147 23.1469C21.6659 23.2095 21.8279 23.2418 21.9916 23.2418C22.1552 23.2418 22.3173 23.2095 22.4685 23.1469C22.6197 23.0843 22.7571 22.9925 22.8728 22.8767C22.9886 22.761 23.0804 22.6236 23.143 22.4724C23.2056 22.3212 23.2379 22.1592 23.2379 21.9955C23.2379 21.8318 23.2056 21.6698 23.143 21.5186C23.0804 21.3674 22.9886 21.23 22.8728 21.1142L16.7603 15.0017L22.8728 8.88924C23.3478 8.41424 23.3478 7.61424 22.8728 7.13924Z" fill="%23666666"/></svg>');
  font-size: 0;
  content: "";
  width: 30px;
  height: 30px;
}
.tab-video .slide-item {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #B8CAD5;
  overflow: hidden;
  width: 133px;
  padding: 10px;
  max-width: 100%;
}
.tab-video .slide-item img {
  border: none;
}
.tab-video .first-active-item .slide-item {
  border-color: #F05735;
}
body .owl-carousel.tab-video .owl-nav {
  top: 39%;
}
.wrapper-the-blue-sky-slider.tab-video {
  max-width: 286px;
  margin: auto;
}
.container-product-tab-gif-video .notfound-404 {
  text-align: center;
  padding: 24% 0;
}
.container-product-tab-gif-video .notfound-404 h3 {
  margin: 12px 0 0 0;
}
.see-detail-modal-pupup-size-chart .modal-inner-wrap {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: none;
}
.see-detail-modal-pupup-size-chart .modal-inner-wrap .modal-header {
  padding-top: 2.5rem;
}
.see-detail-modal-pupup-size-chart .modal-inner-wrap .modal-header .action-close {
  right: 1rem;
  top: 1rem;
}
.fixed-content-pupup-size-chart > p > strong {
  font-size: 1.8rem;
  font-weight: 700;
  color: #666666;
  padding: 0 200px;
  text-align: center;
  display: block;
}
.fixed-content-pupup-size-chart > strong {
  font-size: 1.8rem;
  font-weight: 700;
  color: #666666;
  padding: 0 200px;
  text-align: center;
  display: block;
}
.fixed-content-pupup-size-chart table {
  margin-top: 3rem;
  white-space: nowrap;
  margin-bottom: 3rem;
}
.fixed-content-pupup-size-chart table:last-of-type {
  margin-bottom: 0;
}
.fixed-content-pupup-size-chart .size-chart {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-around;
  gap: 20px;
  padding: 0 3rem;
}
.fixed-content-pupup-size-chart .size-chart img {
  max-width: 200px;
}
/* custom css 15-9 */
header.page-header .topbar-navi-advertisement-content ul li a {
  padding: 14.5px 20px;
  border-radius: 30px;
  font-weight: 700;
}
header.page-header .topbar-navi-advertisement-content ul li a:hover {
  background: #D63F0F;
}
header.page-header .special-offers-container .popup-lang-currency-container .store-ship-to-popup-view .switcher-dropdown {
  padding: 0;
}
header.page-header .special-offers-container .popup-lang-currency-container .store-ship-to-popup-view .switcher-dropdown .switcher-option > a {
  line-height: 24px;
  padding: 12px 16px;
}
header.page-header .lang-currency-container .popup-lang-currency-container .store-ship-to-popup-view .switcher-dropdown {
  padding: 0;
}
header.page-header .lang-currency-container .popup-lang-currency-container .store-ship-to-popup-view .switcher-dropdown .switcher-option > a {
  line-height: 24px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
}
.page-header .switcher .options ul.dropdown li:hover {
  background: #ECF1F4;
}
.page-footer .switcher .options ul.dropdown li:hover {
  background: #ECF1F4;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic .level1 > a:hover {
  background-color: #D63F0F;
}
.account .columns .column.main form:not(.review-form) {
  padding: 3rem 2.5rem;
}
.customer-address-form .delete_address {
  top: -36px;
  right: -9px;
}
.customer-address-form .actions-toolbar > .primary .action:hover {
  color: #FB5F1C;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select {
  background: #ECF1F4;
  border-radius: 4px;
  padding: 1.9rem 3.7rem !important;
  color: #0D0D0D;
  margin-top: 0;
  max-height: none;
  font-weight: 700;
  line-height: 1;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select span {
  color: inherit;
  font-weight: inherit;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select:hover {
  background-color: #B8CAD5;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .custom-swatch-attribute-custom-functional-boxer .box-select-common-functional-boxer.actived a {
  transition: none !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute {
  min-width: 30vw;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute {
  padding-top: 3rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .box-select-common a {
  background: #ECF1F4;
  border-radius: 4px;
  padding: 1.9rem 3.7rem !important;
  color: #0D0D0D;
  margin-top: 0;
  max-height: none;
  font-weight: 700;
  line-height: 1;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .box-select-common a span {
  color: #0D0D0D;
  font-weight: 700;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .box-select-common:not(.active) a:hover {
  background-color: #B8CAD5;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute:first-child {
  padding-left: 3rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .box-select-common.active::after {
  border-top: 9px solid #f05735;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -6px !important;
  left: 10px;
  background: transparent;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.5;
  padding-top: 0;
  height: 100%;
  justify-content: center;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height > span:first-child {
  color: #000;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height .label-fixed-swatch-seat-sizes-height {
  max-width: 100%;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .border-fixed-common-seat-sizes-height {
  border-bottom: 1px solid #000;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.5;
  padding-top: 0;
  height: 100%;
  justify-content: center;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height > span.label-fixed-swatch-seat-sizes-height {
  color: #000;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height > span.label-fixed-swatch-seat-sizes-height > span:first-child {
  display: initial;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .border-fixed-common-seat-sizes-height {
  border-bottom: 1px solid #000;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common {
  margin-top: -8.4rem;
  padding-top: 11rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair .box-select-common-chair::after {
  left: 1px;
  right: 1px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair a {
  transition: none !important;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair.actived a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch .swatch-attribute-options .swatch-option {
  padding: .5rem !important;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #000;
  background: transparent;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem !important;
  min-width: 5.3rem !important;
  min-height: 5.3rem !important;
  height: auto !important;
  display: inline-flex;
  pointer-events: auto !important;
  cursor: pointer !important;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch .swatch-attribute-options .swatch-option:hover {
  border: 2px solid #F05735;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option {
  min-width: 5.3rem !important;
  min-height: 5.3rem !important;
  margin-bottom: 0.3rem !important;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch.container-show-hide-attribute-common {
  min-width: 50vw;
  padding: 3rem;
  border-top-left-radius: 0px !important;
  z-index: 11 !important;
}
@media (min-width: 1200px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch.container-show-hide-attribute-common {
    min-width: 96rem;
  }
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-show-hide-attribute-common {
  padding: 3rem;
  border-top-left-radius: 0px !important;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a {
  transition: none !important;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common.active a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .fixed-content-pupup-size-chart table tr th {
  padding: 1.5rem 1rem;
  min-width: 120px;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .fixed-content-pupup-size-chart table tr td {
  padding: 1.5rem 1rem;
  min-width: 120px;
}
.page-product-bundle-configuare .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute[option-selected] .swatch-attribute-selected-option {
  color: #0D0D0D;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select.custom-active.active::after {
  border-top: 9px solid #f05735;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -6px !important;
  left: 10px;
  background: transparent;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .swatch-option {
  padding: .5rem !important;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #000;
  background: transparent;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem !important;
  min-width: 5.3rem !important;
  min-height: 5.3rem !important;
  display: inline-flex;
  pointer-events: auto !important;
  cursor: pointer !important;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .swatch-option:hover {
  border: 2px solid #F05735;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .box-select-common a span {
  font-size: 16px;
  font-weight: 400;
}
.page-product-bundle-configuare .bundle-option-you-save {
  font-size: 16px;
}
.page-product-bundle-configuare .bundle-option-you-save + .bundle-selection-data {
  margin-top: 0 !important;
}
.block-bundle-customization-functional-boxer .container-fixed-size-product-view-only .swatch-attribute-options .swatch-option {
  padding: .5rem !important;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #000;
  background: transparent;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem !important;
  min-width: 5.3rem !important;
  min-height: 5.3rem !important;
  display: inline-flex;
  pointer-events: auto !important;
  cursor: pointer !important;
  align-items: center;
  z-index: 99999;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
}
.block-bundle-customization-functional-boxer .container-fixed-size-product-view-only .swatch-attribute-options .swatch-option:hover {
  border: 2px solid #F05735;
}
.block-bundle-customization-functional-boxer .size-custom-functional-boxer .container-show-hide-attribute-common {
  padding: 3rem;
  border-top-left-radius: 0px !important;
}
/* custom css 18-9 */
.swatch-attribute-options.clearfix {
  padding-bottom: 1.5rem;
}
.swatch-attribute-options.clearfix::after {
  display: none !important;
}
.container-tab-color-functional-boxer .show-mode-swatch {
  display: none !important;
}
.container-fixed-size-product-view-only .show-mode-swatch {
  display: none !important;
}
.container-fixed-color-product-view-only .show-mode-swatch {
  display: none !important;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch.container-fixed-color-product-view-only {
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 9999 !important;
  display: inline-table;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options {
  grid-template-columns: repeat(3,50px calc((100% - 150px)/3));
  grid-row-gap: 3rem;
  display: grid;
  align-items: stretch;
  column-gap: 1rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.6rem;
  padding-bottom: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail:after {
  content: '';
  position: absolute;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #000000;
  left: -5rem;
  bottom: -1rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options .swatch-option.image {
  border: 1px solid transparent;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options .swatch-option.image.selected {
  border-color: #F05735 !important;
  border-width: 2px !important;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch .container-name-price-fixed-swatch-detail {
  font-size: 1.6rem;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1.5rem;
  position: relative;
  padding-left: 1rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch .container-name-price-fixed-swatch-detail > * {
  display: block;
  line-height: 1.5;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch .container-name-price-fixed-swatch-detail > * .fixed-color-core-careshop-pro-detail {
  color: #969696;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch .container-name-price-fixed-swatch-detail::after {
  content: '';
  position: absolute;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #000000;
  left: -5rem;
  bottom: -1rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch .swatch-attribute-options .swatch-option.selected {
  border-color: #F05735 !important;
  border-width: 2px !important;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .you-are-looking-for-fixed {
  position: static;
  transform: none;
  margin-top: 4rem !important;
  margin-bottom: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .you-are-looking-for-fixed .btn {
  background: #ffffff;
  color: #000000;
  border-color: #000000;
  font-size: 1.6rem;
  padding: 0 20px;
  border-radius: 8px;
  letter-spacing: 0;
  margin-top: 0;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .you-are-looking-for-fixed .btn:hover {
  background: #DBDBDB;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product {
  padding: 3rem 0 0 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .title-suggest-on-following {
  font-size: 18px;
  color: #000;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .submit-your-idea-option-right label {
  font-size: 18px;
  color: #000;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .submit-your-idea-option-right input {
  border-radius: 4px !important;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .submit-your-idea-option-right textarea {
  border-radius: 4px !important;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .submit-your-idea-option-right .button-fixed-container-join-us-win button {
  text-transform: none;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1.5rem 2rem;
  margin-top: 5px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option {
  border: 1px solid transparent;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="5689"],
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="5693"],
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-tooltip-value="#ffffff"],
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="White Glossy"],
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="White"],
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="Off White"],
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="Shiny White"],
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="White Shiny"] {
  border-color: #000 !important;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="5689"].selected::after,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="5693"].selected::after,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-tooltip-value="#ffffff"].selected::after,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="White Glossy"].selected::after,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="White"].selected::after,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="Off White"].selected::after,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="Shiny White"].selected::after,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="White Shiny"].selected::after {
  color: #111;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  content: "\e901";
  font-family: 'icomoon' !important;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color.selected {
  border-color: transparent;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color.selected::after {
  opacity: 1;
  visibility: visible;
  color: #fff;
}
.swatch-option.selected.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute + .container-name-price-fixed-swatch-detail span {
  font-weight: 700;
  color: #F05735;
}
.swatch-option.selected.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute + .container-name-price-fixed-swatch-detail span .fixed-color-core-careshop-pro-detail {
  font-weight: 400;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all {
  overflow: visible;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .border-fixed-common-seat-sizes-height {
  bottom: -1rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all {
  overflow: visible;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .border-fixed-common-seat-sizes-height {
  bottom: -1rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common .fixed-seat-sizes-height-size-fits-me {
  position: static;
  transform: none;
  margin-top: 4rem !important;
  margin-bottom: 0;
  background: #ffffff;
  color: #000000;
  border-color: #000000;
  font-size: 1.6rem;
  padding: 0 20px;
  border-radius: 8px;
  letter-spacing: 0;
  margin-top: 0;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  display: flex;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common .fixed-seat-sizes-height-size-fits-me:hover {
  background: #DBDBDB;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common .fixed-seat-sizes-height-size-fits-me a {
  color: #000;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair a {
  max-height: 48px;
  font-size: 1.6rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair a:after {
  content: "\f0d7";
  transform: none;
  position: static;
  flex: 1;
  text-align: right;
  color: #666;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair.actived a::after {
  content: "\f0d8";
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box.active {
  border-top-right-radius: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed.active {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a.not-option {
  border-color: #cdcdcd;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common:after {
  bottom: -1px;
  content: '';
  height: 3px;
  background: #ffffff;
  position: absolute;
  left: 1px;
  right: 1px;
  z-index: 10;
  top: auto;
  width: auto;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a:after {
  content: "\f0d7";
  transform: none;
  position: static;
  flex: 1;
  text-align: right;
  color: #666;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common.active a {
  border-color: #cdcdcd;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common.active a:after {
  content: "\f0d8";
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .product-options-wrapper .bundle-selection-data {
  margin-bottom: 0;
}
.catalog-product-view .fixed-style-type-text-swatch .swatch-attribute-options {
  grid-template-columns: repeat(3,50px calc((100% - 150px)/3));
  grid-row-gap: 3rem;
  display: grid;
  align-items: stretch;
  column-gap: 1rem;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer {
  border: none;
  padding: 0;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all .border-fixed-common-all {
  bottom: -1rem;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all .border-fixed-common-all {
  bottom: -1rem;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .custom-swatch-attribute-custom-functional-boxer .box-select-common-functional-boxer.actived:after {
  bottom: -1px;
  content: '';
  height: 3px;
  background: #ffffff;
  position: absolute;
  left: 1px;
  right: 1px;
  z-index: 10;
  top: auto;
  width: auto;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .custom-swatch-attribute-custom-functional-boxer .box-select-common-functional-boxer.actived a::after {
  content: "\f0d8";
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .custom-swatch-attribute-custom-functional-boxer .box-select-common-functional-boxer a::after {
  content: "\f0d7";
  transform: none;
  position: static;
  flex: 1;
  text-align: right;
  color: #666;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .box-select-common-functional-boxer {
  margin: 0 !important;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .box-select-common-functional-boxer a {
  max-height: 48px;
  border: 1px solid #cccccc;
  padding: 1rem;
  border-radius: 8px;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer a {
  font-weight: 400;
  color: #000;
  font-size: 1.6rem;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer a * {
  font-weight: 400;
  color: #000;
  font-size: 1.6rem;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer a *.swatch-attribute-selected-option {
  font-size: 16px;
  font-weight: 700;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .bundle-selection-data {
  margin-top: 3.5rem;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt {
  padding: 0;
  margin: 0;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .swatch-attribute:not(:last-child) {
  margin-bottom: 2rem;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .label-fixed-swatch-gender {
  font-size: 1.6rem;
  padding-bottom: 0;
  font-weight: 700;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .swatch-option.selected {
  border-color: #F05735 !important;
  border-width: 2px !important;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options.atc .label-fixed-swatch-gender {
  font-weight: 700;
  color: #F05735;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options.atc .label-fixed-swatch-gender .fixed-color-core-careshop-pro-detail {
  font-weight: 400;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all.atc .label-fixed-swatch-gender {
  font-weight: 700;
  color: #F05735;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all.atc .label-fixed-swatch-gender .fixed-color-core-careshop-pro-detail {
  font-weight: 400;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .swatch-option {
  border: 1px solid transparent;
}
.swatch-option.selected.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options + .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail .fixed-color-core-careshop-pro-detail {
  font-weight: 400;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options.atc .label-fixed-swatch-gender {
  font-weight: 700;
  color: #F05735;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options.atc .label-fixed-swatch-gender .fixed-color-core-careshop-pro-detail {
  font-weight: 400;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all.atc .label-fixed-swatch-gender {
  font-weight: 700;
  color: #F05735;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all.atc .label-fixed-swatch-gender .fixed-color-core-careshop-pro-detail {
  font-weight: 400;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .custom-swatch-attribute-custom-functional-boxer .box-select-common-functional-boxer.actived {
  margin-bottom: 3px;
}
.page-product-configurable .product-container-left .product-info-main .product-options-bottom .box-tocart .parent-container-common-show-hide-fixed.price .show-hide-select-qty-box.container-show-hide-attribute-common {
  border-top-right-radius: 0;
}
.swatch-option.selected ~ .container-label-price-fixed-seat-sizes-height {
  font-weight: 700;
  color: #F05735;
  color: #F05735 !important;
}
.swatch-option.selected ~ .container-label-price-fixed-seat-sizes-height > span:first-child {
  font-weight: 700;
  color: #F05735;
  color: #F05735 !important;
}
.swatch-option.selected ~ .container-label-price-fixed-seat-sizes-height > span:first-child .fixed-color-core-careshop-pro-detail {
  font-weight: 400;
}
.swatch-option.selected ~ .container-label-price-fixed-seat-sizes-height .fixed-color-core-careshop-pro-detail {
  font-weight: 400;
}
.block-bundle-customization-functional-boxer .box-tocart .parent-container-common-show-hide-fixed.price {
  margin-top: -66px;
}
.swatch-option.disabled {
  color: #A2A2A2 !important;
  border-color: #A2A2A2 !important;
}
.swatch-option.added-disabled-size + .border-fixed-common-all {
  border-color: #A2A2A2 !important;
}
.swatch-option.disabled + .container-name-price-fixed-swatch-detail::after {
  border-color: #A2A2A2 !important;
}
/* custom css 19-9 */
.returnswarranty-index-index .info-grey-panel {
  background: #F2F2F2;
  padding: 30px;
  border-radius: 8px;
}
.returnswarranty-index-index .info-grey-panel:not(:first-child) {
  margin-top: 8px;
}
.returnswarranty-index-index .info-grey-panel h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  margin: 0;
}
.returnswarranty-index-index .panel.info-grey-panel {
  padding: 24px 30px;
}
.returnswarranty-index-index .info-block-with-hints {
  display: flex;
  justify-content: space-between;
}
.returnswarranty-index-index .service-returns-content .service-returns-steps-container {
  margin: 24px 0 16px 0;
}
.returnswarranty-index-index .info-block-with-hints > :last-child {
  max-width: 310px;
}
.returnswarranty-index-index .info-block-with-hints > :first-child {
  flex: 1;
  max-width: 660px;
}
.returnswarranty-index-index .service-returns-content .service-returns-steps {
  max-width: 574px;
  display: flex;
  justify-content: space-between;
}
.returnswarranty-index-index .service-returns-content .service-returns-steps .service-returns-step {
  width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 14px;
}
.returnswarranty-index-index .service-returns-content .service-returns-steps .service-returns-step-icon-1 {
  background-image: url(../../frontend/careshop/careshop_default/en_GB/images/step-1.svg);
}
.returnswarranty-index-index .service-returns-content .service-returns-steps .service-returns-step-icon-2 {
  background-image: url(../../frontend/careshop/careshop_default/en_GB/images/step-2.svg);
}
.returnswarranty-index-index .service-returns-content .service-returns-steps .service-returns-step-icon-3 {
  background-image: url(../../frontend/careshop/careshop_default/en_GB/images/step-3.svg);
}
.returnswarranty-index-index .service-returns-content .service-returns-steps .service-returns-step-icon {
  width: 72px;
  height: 72px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 16px;
}
.returnswarranty-index-index .info-block-with-hints .info-block-hint {
  display: flex;
  gap: 8px;
}
.returnswarranty-index-index .info-block-with-hints .info-block-hint:not(:first-child) {
  margin-top: 12px;
}
.returnswarranty-index-index .info-block-with-hints .info-block-hint-icon {
  background-image: url(../../frontend/careshop/careshop_default/en_GB/images/info.svg);
  height: 24px;
  width: 24px;
}
.returnswarranty-index-index .info-block-with-hints .info-block-hint-text {
  font-size: 14px;
  line-height: 120%;
  flex: 1 0 0;
}
.returnswarranty-index-index p:not(:first-child) {
  margin-top: 8px;
}
.returnswarranty-index-index .panel .panel-title {
  margin: 0px;
  padding: 0px;
  border: none;
}
.returnswarranty-index-index .panel .panel-title a::after {
  float: right;
  width: 32px;
  height: 32px;
  display: inline-block;
  content: "";
  vertical-align: middle;
  background-image: url(../../frontend/careshop/careshop_default/en_GB/images/plus.svg);
}
.returnswarranty-index-index .panel .panel-title a.active::after {
  background-image: url(../../frontend/careshop/careshop_default/en_GB/images/minus.svg);
}
.returnswarranty-index-index .panel h4.panel-title {
  font-size: 18px;
  max-width: initial;
  line-height: 32px;
}
.returnswarranty-index-index .panel h4.panel-title a {
  color: inherit;
}
.returnswarranty-index-index .panel .panel-collapse {
  margin-top: 21px;
}
.returnswarranty-index-index .panel .panel-body h4 {
  font-size: 16px;
}
.returnswarranty-index-index .info-right-side-content p {
  margin-bottom: 0px;
  max-width: 660px;
}
.returnswarranty-index-index .info-right-side-content h4 {
  max-width: 660px;
}
.returnswarranty-index-index .info-right-side-content ul {
  max-width: 660px;
}
.returnswarranty-index-index h4:not(:first-child) {
  margin-top: 24px;
}
@media (max-width: 1200px) {
  .returnswarranty-index-index .info-block-with-hints {
    display: block;
  }
  .returnswarranty-index-index .info-block-with-hints .info-block-hints {
    display: block;
    margin-top: 16px;
  }
}
@media (max-width: 960px) {
  .returnswarranty-index-index h1 {
    display: none;
  }
  .returnswarranty-index-index h4 {
    font-size: 16px;
    line-height: 150%;
  }
  .returnswarranty-index-index .info-grey-panel {
    padding: 20px 16px;
  }
  .returnswarranty-index-index .info-grey-panel.panel {
    padding: 20px 16px;
  }
  .returnswarranty-index-index .panel h4.panel-title {
    font-size: 16px;
  }
  .returnswarranty-index-index .panel h4.panel-title a {
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  .returnswarranty-index-index .panel .panel-title-text {
    max-width: 246px;
    display: inline-block;
  }
  .returnswarranty-index-index .service-returns-content .service-returns-steps {
    justify-content: space-between;
    gap: 8px;
  }
  .returnswarranty-index-index .service-returns-content .service-returns-steps .service-returns-step {
    width: auto;
    font-size: 12px;
  }
  .returnswarranty-index-index .service-returns-content .service-returns-steps .service-returns-step-icon {
    width: 57px;
    height: 57px;
  }
}
.account .products-grid .product-items .product-item .product-item-info {
  box-shadow: none !important;
}
.account .products-grid.rokan-review .product-item {
  box-shadow: none !important;
}
.account .products-grid.rokan-review-published .product-item {
  box-shadow: none !important;
}
.account .products-grid.rokan-returnswarranty .product-item {
  box-shadow: none !important;
}
.account .products-grid.orders-history .product-item {
  box-shadow: none !important;
}
.account .products-grid.order-details-items .product-item {
  box-shadow: none !important;
}
.customer-account-edit .main .form-edit-account {
  box-shadow: none !important;
}
.modal-popup-confirm-email.modal-popup.modal-slide .modal-footer .popup-cancel-email:hover {
  background-color: #DBDBDB !important;
}
body .modal-popup.see-detail-modal-included-product-sets .modal-inner-wrap {
  width: fit-content;
  max-width: 90%;
  border-radius: 24px;
}
body .modal-popup.see-detail-modal-included-product-sets .modal-inner-wrap .modal-footer {
  border: none;
}
body .modal-popup.see-detail-modal-included-product-sets .modal-inner-wrap .modal-footer button {
  display: none;
}
body .modal-popup.see-detail-modal-included-product-sets .modal-inner-wrap .modal-content {
  padding: 0px 3rem 3rem;
}
body .modal-popup.see-detail-modal-included-product-sets .modal-inner-wrap .modal-header {
  padding-top: 1rem;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .total-product-sets .btn {
  border-radius: 63px;
  padding: 2.5rem 3.2rem;
  cursor: default;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .total-product-sets .btn:hover {
  background-color: #f05735;
  border-color: #f05735;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .total-product-sets * {
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets h4 {
  font-size: 1.8rem;
  font-weight: 400;
  border-radius: 0 40px 40px 0;
  padding: 1.9rem 3.2rem;
  margin-left: -3rem;
  margin-bottom: 5rem;
  cursor: default;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets h4.btn:hover {
  background-color: #f05735;
  border-color: #f05735;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .fixed-list-item-included-product-sets:not(.owl-carousel) {
  grid-template-columns: auto;
  grid-gap: 10px;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .fixed-list-item-included-product-sets .container-item-list-product-sets {
  max-width: 29rem;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .fixed-list-item-included-product-sets .container-item-list-product-sets .price-name-item-product-list .name-item-product-list {
  font-size: 1.4rem;
  margin-top: 5px;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .fixed-list-item-included-product-sets .container-item-list-product-sets .price-name-item-product-list .price-item-product-list {
  color: #f05735;
  background: transparent;
  padding: 0;
  font-size: 1.6rem;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .included-product-sets-7 .fixed-list-item-included-product-sets:not(.owl-carousel) {
  grid-template-columns: repeat(7, 1fr);
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .included-product-sets-6 .fixed-list-item-included-product-sets:not(.owl-carousel) {
  grid-template-columns: repeat(6, 1fr);
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .included-product-sets-5 .fixed-list-item-included-product-sets:not(.owl-carousel) {
  grid-template-columns: repeat(5, 1fr);
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .included-product-sets-4 .fixed-list-item-included-product-sets:not(.owl-carousel) {
  grid-template-columns: repeat(4, 1fr);
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .included-product-sets-3 .fixed-list-item-included-product-sets:not(.owl-carousel) {
  grid-template-columns: repeat(3, 1fr);
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .included-product-sets-2 .fixed-list-item-included-product-sets:not(.owl-carousel) {
  grid-template-columns: repeat(2, 1fr);
}
body .modal-popup.see-detail-modal-included-product-sets .owl-carousel .owl-nav {
  top: 0;
  transform: none;
  opacity: 1;
  visibility: visible;
}
body .modal-popup.see-detail-modal-included-product-sets .owl-carousel .owl-nav button.owl-prev {
  left: auto;
  right: 53px;
  top: -60px;
  margin: 0;
}
body .modal-popup.see-detail-modal-included-product-sets .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0;
  top: -60px;
  margin: 0;
}
body .modal-popup.see-detail-modal-included-product-sets .owl-carousel.fixed-list-item-included-product-sets {
  margin-top: 5rem;
  margin-left: -10px;
  margin-right: -10px;
}
body .modal-popup.see-detail-modal-included-product-sets .owl-carousel.fixed-list-item-included-product-sets .owl-item {
  padding: 0 10px;
}
.page-product-bundle-configuare .container-product-included-product-sets .total-product-sets {
  border-radius: 63px;
  padding: 2.5rem 3.2rem;
}
.page-product-bundle-configuare .container-product-included-product-sets .total-product-sets .btn {
  border-radius: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.page-product-bundle-configuare .container-product-included-product-sets .title-fixed-boxers {
  margin-bottom: 50px;
}
.page-product-bundle-configuare .container-product-included-product-sets .title-fixed-boxers span {
  font-size: 16px;
  padding: 8.5px 24px;
}
.page-product-bundle-configuare .modal-popup.see-detail-modal-included-product-sets .modal-inner-wrap .modal-content {
  padding: 0px 3rem 3rem;
}
.page-product-bundle-configuare .product-size-chart-container-fixed {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 5px;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail {
  padding-left: 1rem;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .container-name-price-fixed-swatch-detail {
  padding-left: 1rem;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .container-name-price-fixed-swatch-detail {
  padding-left: 1rem;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .container-name-price-fixed-swatch-detail {
  padding-left: 1rem;
}
.modal-slide .modal-inner-wrap {
  box-shadow: none;
  border-radius: 24px;
}
.modal-slide .action-close {
  right: 10px;
  top: 0px;
}
.modal-popup .modal-inner-wrap {
  box-shadow: none;
  border-radius: 24px;
}
.modal-popup .modal-inner-wrap .modal-footer {
  border-radius: 0 0 24px 24px;
}
.modal-popup .action-close {
  right: 15px;
  top: 0px;
}
.modal-custom .action-close {
  right: 10px;
  top: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .included-product-sets-6 .fixed-list-item-included-product-sets:not(.owl-carousel),
  body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .included-product-sets-5 .fixed-list-item-included-product-sets:not(.owl-carousel),
  body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .included-product-sets-4 .fixed-list-item-included-product-sets:not(.owl-carousel) {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .included-product-sets-0 .fixed-list-item-included-product-sets:not(.owl-carousel) .container-item-list-product-sets {
    width: 29rem;
  }
}
@media screen and (min-width: 768px) {
  .catalog-product-view .modal-popup #id-product-pupup-size-chart .fixed-content-pupup-size-chart table tr th:first-child,
  .catalog-product-view .modal-popup #id-product-pupup-size-chart .fixed-content-pupup-size-chart table td:first-child {
    padding-left: 3.2rem;
    min-width: 150px;
    white-space: normal;
  }
  .see-detail-modal-pupup-size-chart .modal-inner-wrap {
    max-width: 90% !important;
    width: fit-content;
  }
}
body button:hover {
  background-color: #D63F0F;
  border-color: #D63F0F;
}
body .btn:hover {
  background-color: #D63F0F;
  border-color: #D63F0F;
}
.action.primary:hover {
  background-color: #D63F0F;
  border-color: #D63F0F;
}
.container.watch_out_moving .watch_out .product_item .product_info .product-action a:hover {
  background-color: #D63F0F;
  border-color: #D63F0F;
}
.minicart-wrapper .ui-widget-content {
  display: block !important;
}
.minicart-wrapper .block-minicart {
  opacity: 0;
  visibility: hidden;
  top: 150%;
  border: none;
  transition: all 0.3s ease 0s;
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .action.showcart:after {
  bottom: 0;
  height: 0.5rem;
}
.minicart-wrapper.active .block-minicart {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: all 0.3s ease 0s;
}
.catalog-product-view .product-container-left .price-fixed-swatch-detail {
  display: flex !important;
  justify-content: space-between;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options {
  row-gap: 30px;
  column-gap: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all {
  margin-right: 15px;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options {
  row-gap: 30px;
  column-gap: 0;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all {
  margin-right: 15px;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options {
  row-gap: 30px;
  column-gap: 0;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all {
  margin-right: 15px;
}
.page-product-bundle-configuare .product-container-left .product-info-main .bundle-options-container .product-options-wrapper .bundle-option-label {
  border-radius: 51px;
  padding: 11px 32px;
  font-size: 18px;
  background: #ECF1F4;
  color: #000;
  font-weight: 400;
  display: inline-flex !important;
}
.bundle-options-container .swatch-attribute-options .container-border-fixed-common-all .swatch-option.added-disabled-size {
  pointer-events: none !important;
}
.swatch-option:not(.disabled):hover {
  outline: none;
}
.catalog-product-view .fixed-style-type-text-swatch .swatch-attribute-options,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options {
  grid-template-columns: repeat(3,50px calc((100% - 150px)/3));
  grid-row-gap: 3rem;
  display: grid;
  align-items: stretch;
  column-gap: 1rem;
}
.block-bundle-customization-functional-boxer .container-fixed-size-product-view-only .swatch-attribute-options .container-name-price-fixed-swatch-detail {
  padding-bottom: 0;
  display: block;
  margin-right: 1.5rem;
  position: relative;
  padding-left: 1rem;
}
.block-bundle-customization-functional-boxer .container-fixed-size-product-view-only .swatch-attribute-options .container-name-price-fixed-swatch-detail:after {
  content: '';
  position: absolute;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #000000;
  left: -5rem;
  bottom: -1rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .show-hide-container-suggest-on-following-product {
  justify-content: flex-start;
  margin: 0;
  gap: 36px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .show-hide-container-suggest-on-following-product > div {
  padding: 0;
}
body button,
body .btn {
  text-transform: capitalize;
}
.modal-popup.confirm .action-close {
  right: 15px;
  top: 10px;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 425px;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 28px;
  padding: 10px 20px 0;
  text-align: center;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer > button {
  padding: 14px;
  width: 100%;
  max-width: 13rem;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer > button.action-secondary {
  background: #F2F2F2;
  border-color: #f2f2f2;
  color: #0D0D0D;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer > button.action-secondary:hover {
  background: #E6E6E6;
  border-color: #E6E6E6;
}
.catalog-product-view .product.media .fotorama__arr {
  background: transparent;
}
.catalog-product-view .product.media .fotorama__arr .fotorama__arr__arr {
  width: 48px;
  height: 48px;
  background-color: #ECF1F4;
  border-radius: 50%;
}
.catalog-product-view .product.media .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M10.0576 11.6518L9.71977 12L10.0576 12.3482L15.3033 17.7547L14.7918 18.282L8.69667 12L14.7918 5.71803L15.3033 6.24526L10.0576 11.6518Z" fill="%23666666" stroke="black"/></svg>');
  background-position: center;
}
.catalog-product-view .product.media .fotorama__arr.fotorama__arr--next .fotorama__arr__arr {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 12.2082L9.20822 19L8 17.7918L13.5836 12.2082L8 6.62466L9.20822 5.41644L16 12.2082Z" fill="%23666666"/></svg>');
  background-position: center;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .product.media .fotorama__nav-wrap {
    display: block !important;
    margin-bottom: 2rem;
  }
  .catalog-product-view .product.media .fotorama__nav-wrap .fotorama__nav {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .catalog-product-view .product.media .fotorama__nav-wrap .fotorama__nav .fotorama__thumb-border {
    display: none;
  }
  .catalog-product-view .product.media .fotorama__nav-wrap .fotorama__nav .fotorama__nav__frame--dot {
    width: 20px;
    text-align: center;
  }
  .catalog-product-view .product.media .fotorama__nav-wrap .fotorama__nav .fotorama__dot {
    border-radius: 50%;
    border: none;
    display: inline-block;
    height: 8px;
    width: 8px;
    background-color: #D7E2F4;
    top: auto;
    left: auto;
  }
  .catalog-product-view .product.media .fotorama__nav-wrap .fotorama__nav .fotorama__active .fotorama__dot {
    background-color: #f05735;
    border-color: #f05735;
  }
}
.reviews-customer-published .account-nav .content ul li:nth-child(4),
.reviews-customer-review .account-nav .content ul li:nth-child(4) {
  background-color: #F05735;
}
.reviews-customer-published .account-nav .content ul li:nth-child(4) a:hover,
.reviews-customer-review .account-nav .content ul li:nth-child(4) a:hover,
.reviews-customer-published .account-nav .content ul li:nth-child(4) strong:hover,
.reviews-customer-review .account-nav .content ul li:nth-child(4) strong:hover,
.reviews-customer-published .account-nav .content ul li:nth-child(4) a,
.reviews-customer-review .account-nav .content ul li:nth-child(4) a,
.reviews-customer-published .account-nav .content ul li:nth-child(4) strong,
.reviews-customer-review .account-nav .content ul li:nth-child(4) strong {
  color: #ffffff !important;
}
.account .block-reviews-dashboard {
  display: none;
}
.account .columns .column.main .block .box-content .choice {
  align-items: baseline;
}
.account .columns .column.main .block .box-content .choice input {
  top: 0;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field.choice {
  align-items: baseline;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field.choice input {
  top: 0;
}
.page-404 .product-col-viewed-pro-detail {
  padding: 0;
}
.cms-no-route .page-title-wrapper,
.cms-noroute-index .page-title-wrapper {
  display: none;
}
.img-404-pc {
  display: none;
}
.page-404 {
  text-align: center;
}
.four-zero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 15px 100px;
}
@media (max-width: 576px) {
  .four-zero {
    padding: 40px 15px 40px;
    min-height: 420px;
  }
}
.four-zero .img-404-mobile img,
.four-zero .img-404-pc img {
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
  object-position: center center;
  width: 100% !important;
  height: 100% !important;
  border-radius: 24px;
}
.four-zero h1 {
  color: #FFF;
  text-align: center;
  font-size: 137px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
.four-zero h3 {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.four-zero .link_404 {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  padding: 9px 20px;
  border-radius: 8px;
  font-weight: 700;
  background-color: #f05735;
  display: inline-block;
}
.four-zero .link_404:hover {
  background: #D63F0F;
}
.four-zero .content-text {
  position: relative;
}
@media (min-width: 576px) {
  .img-404-mobile {
    display: none;
  }
  .img-404-pc {
    display: block;
  }
  .four-zero h1 {
    font-size: 236px;
  }
  .four-zero h3 {
    font-size: 37px;
    margin-top: -15px;
  }
  .four-zero .link_404 {
    padding: 12px 20px;
    font-size: 16px;
  }
}
.wishlist-index-index .block-action,
.wishlist-index-index .wishlist-toolbar {
  display: none;
}
.wishlist-index-index #wishlist-view-form {
  margin: 0;
  padding: 0;
  box-shadow: none;
  background: transparent;
}
.wishlist-index-index #wishlist-view-form .product-item-info.mobile {
  display: none;
}
.wishlist-index-index #wishlist-view-form .product-item-info.desktop {
  display: flex;
}
.wishlist-index-index #wishlist-view-form .product-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.wishlist-index-index #wishlist-view-form .product-items .product-item {
  background: #F2F2F2;
}
.wishlist-index-index #wishlist-view-form .product-items .product-image-container,
.wishlist-index-index #wishlist-view-form .product-items .product-image-wrapper {
  background: transparent !important;
  padding: 0;
}
.wishlist-index-index #wishlist-view-form .product-item {
  width: 100%;
  max-width: none;
  flex-basis: auto !important;
  margin: 0 0 16px 0;
  padding: 30px;
  border-radius: 8px;
}
.wishlist-index-index #wishlist-view-form .product-item-info {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  box-shadow: none;
}
.wishlist-index-index #wishlist-view-form .product-item-info:hover .product-image-photo {
  transform: scale(1);
}
.wishlist-index-index #wishlist-view-form .product-photo {
  order: 1;
  width: 100%;
  max-width: 118px;
}
.wishlist-index-index #wishlist-view-form .product-photo .product-item-photo {
  display: inline-block;
  position: static;
  mix-blend-mode: multiply;
}
.wishlist-index-index #wishlist-view-form .product-photo .product-image-photo {
  position: static;
}
.wishlist-index-index #wishlist-view-form .product-photo .product-image-container {
  border-radius: 0;
}
.wishlist-index-index #wishlist-view-form .product-item-info-name {
  order: 2;
  margin: 0 96px 0 10px;
  max-width: 264px;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}
.wishlist-index-index #wishlist-view-form .product-item-info-name .product-item-name {
  color: #0D0D0D;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin: 0;
}
.wishlist-index-index #wishlist-view-form .product-item-info-name .option-value {
  color: #666;
  font-weight: 400;
}
.wishlist-index-index #wishlist-view-form .product-item-info-name .brands {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 6px;
}
.wishlist-index-index #wishlist-view-form .product-item-info-name .brand-thumbnail {
  width: 80px;
  height: 20px;
  object-fit: contain;
  margin-right: 10px;
}
.wishlist-index-index #wishlist-view-form .product-item-price {
  order: 3;
}
.wishlist-index-index #wishlist-view-form .product-item-price .original-price,
.wishlist-index-index #wishlist-view-form .product-item-price .price-final_price,
.wishlist-index-index #wishlist-view-form .product-item-price .price-as-configured {
  margin: 0;
}
.wishlist-index-index #wishlist-view-form .product-item-price .price {
  color: #F05735;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.wishlist-index-index #wishlist-view-form .product-item-price .original-price {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-top: 4px;
}
.wishlist-index-index #wishlist-view-form .product-item-inner {
  order: 4;
  position: static;
  margin-left: auto;
}
.wishlist-index-index #wishlist-view-form .product-item-inner,
.wishlist-index-index #wishlist-view-form .product-item-inner .product-item-actions,
.wishlist-index-index #wishlist-view-form .product-item-inner .wishlist-actions {
  height: 100%;
}
.wishlist-index-index #wishlist-view-form .product-item-inner .wishlist-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.wishlist-index-index #wishlist-view-form .product-item-inner .delete {
  text-align: right;
}
.wishlist-index-index #wishlist-view-form .product-item-inner .delete:hover path {
  fill: #F05735;
}
.wishlist-index-index #wishlist-view-form .product-item-inner .view-product {
  height: 48px;
  width: fit-content;
  padding: 0 20px;
  margin-left: auto;
  background-color: #F05735;
  text-align: center;
  border-radius: 8px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-top: auto;
}
.wishlist-index-index #wishlist-view-form .product-item-inner .view-product:hover {
  background-color: #ee431d;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wishlist-index-index #wishlist-view-form .product-item-info {
    justify-content: space-between;
  }
  .wishlist-index-index #wishlist-view-form .product-photo {
    max-width: 87px;
  }
  .wishlist-index-index #wishlist-view-form .product-item {
    padding: 15px;
  }
  .wishlist-index-index #wishlist-view-form .product-item-info-name {
    margin: 0;
    max-width: none;
    width: 30%;
    font-size: 14px;
  }
  .wishlist-index-index #wishlist-view-form .product-item-info-name .product-item-link {
    font-size: 16px;
  }
  .wishlist-index-index #wishlist-view-form .product-item-price .price {
    font-size: 18px;
  }
  .wishlist-index-index #wishlist-view-form .product-item-inner {
    margin-left: 0;
  }
  .wishlist-index-index #wishlist-view-form .product-item-inner .view-product {
    font-size: 14px;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .wishlist-index-index .sidebar-main {
    display: none;
  }
  .wishlist-index-index .page-header {
    margin: 0 !important;
  }
  .wishlist-index-index #maincontent .page-title {
    margin: 21px 0 14px;
    padding: 0;
    line-height: 20px;
    border: none;
    text-transform: capitalize;
  }
  .wishlist-index-index #maincontent .page-title,
  .wishlist-index-index #maincontent .page-title .base {
    color: #F05735;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 21px 0 14px;
  }
  .wishlist-index-index #maincontent .page-title:before {
    content: "My account / ";
  }
  .wishlist-index-index #wishlist-view-form .product-item-info.mobile {
    display: flex;
  }
  .wishlist-index-index #wishlist-view-form .product-item-info.desktop {
    display: none;
  }
  .wishlist-index-index #wishlist-view-form .product-item-inner .view-product {
    width: 100%;
  }
  .wishlist-index-index #wishlist-view-form .product-item {
    padding: 20px 16px;
  }
  .wishlist-index-index #wishlist-view-form .product-item:first-child {
    margin-top: 0 !important;
  }
  .wishlist-index-index #wishlist-view-form .product-item-info,
  .wishlist-index-index #wishlist-view-form .product-photo {
    max-width: none;
  }
  .wishlist-index-index #wishlist-view-form .product-photo {
    min-width: 87px;
    width: 30%;
  }
  .wishlist-index-index #wishlist-view-form .product-photo .product-item-photo {
    margin: 0;
  }
  .wishlist-index-index #wishlist-view-form .right-columns {
    order: 2;
    display: flex;
    flex-direction: column;
    margin-left: 4px;
    position: relative;
    width: 70%;
  }
  .wishlist-index-index #wishlist-view-form .product-item-info-name,
  .wishlist-index-index #wishlist-view-form .product-item-info-name .product-item-name {
    margin: 0;
  }
  .wishlist-index-index #wishlist-view-form .product-item-info-name .product-item-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    min-height: auto;
  }
  .wishlist-index-index #wishlist-view-form .product-item-info-name .option-value {
    margin: 10px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }
  .wishlist-index-index #wishlist-view-form .product-item-price {
    margin: 6px 0;
  }
  .wishlist-index-index #wishlist-view-form .product-item-price .price-final_price {
    margin: 0;
  }
  .wishlist-index-index #wishlist-view-form .product-item-price .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }
  .wishlist-index-index #wishlist-view-form .product-item-price .original-price {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }
  .wishlist-index-index #wishlist-view-form .product-item-inner {
    margin: 4px 0 0;
  }
  .wishlist-index-index #wishlist-view-form .product-item-inner,
  .wishlist-index-index #wishlist-view-form .product-item-inner .product-item-actions,
  .wishlist-index-index #wishlist-view-form .product-item-inner .wishlist-actions {
    width: 100%;
  }
  .wishlist-index-index #wishlist-view-form .product-item-inner .delete {
    position: absolute;
    top: 0;
    right: 0;
    height: 24px;
    margin: 0;
  }
  .wishlist-index-index #wishlist-view-form .product-item-inner .view-product {
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 479px) {
  .wishlist-index-index #wishlist-view-form .product-item-info-name .product-item-name {
    width: 85%;
  }
}
.sales-order-history .page-title-wrapper .page-title {
  margin-bottom: 24px;
}
.sales-order-history #order-list-tabs {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.sales-order-history #order-list-tabs .btn {
  margin: 0;
  background-color: #ECF1F4 !important;
  border-radius: 4px;
  border: none !important;
  color: #0D0D0D;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
  padding: 16px 32px;
}
.sales-order-history #order-list-tabs .btn:not(:last-of-type) {
  margin-right: 8px;
}
.sales-order-history #order-list-tabs .btn:hover {
  background-color: #B8CAD5 !important;
  color: #0D0D0D !important;
}
.sales-order-history #order-list-tabs .btn.active {
  background-color: #F05735 !important;
  color: #fff;
}
.sales-order-history #order-list-tabs .btn.active:hover {
  background-color: #F05735 !important;
}
.sales-order-history #order-list-tabs .btn .order-tab-item.desktop {
  display: none;
}
.sales-order-history #order-list-tabs .btn .order-tab-item.mobile {
  display: block;
}
.sales-order-history #my-order-history,
.sales-order-history #my-order-history .orders-history {
  margin: 0;
}
.sales-order-history #my-order-history .order-item {
  margin-top: 16px;
  border-radius: 8px;
  background-color: #F2F2F2;
  padding: 30px;
  width: 100%;
}
.sales-order-history #my-order-history .product-items {
  font-size: 16px;
  margin: 0;
}
.sales-order-history #my-order-history .product-item {
  background-color: transparent;
  padding: 0;
  margin-top: 24px;
  max-width: none;
}
.sales-order-history #my-order-history .order-item-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.sales-order-history #my-order-history .order-item-info .order-id,
.sales-order-history #my-order-history .order-item-info .view-order {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  pointer-events: none;
}
.sales-order-history #my-order-history .order-item-info .order-date,
.sales-order-history #my-order-history .order-item-info .status {
  font-size: 16px;
  font-weight: 400;
}
.sales-order-history #my-order-history .order-item-info .order-date {
  color: #000;
  line-height: 24px;
  margin-top: 8px;
}
.sales-order-history #my-order-history .order-item-info .status {
  margin: 0;
  color: #666;
  line-height: 24px;
}
.sales-order-history #my-order-history .product-item-info {
  display: flex;
  flex-wrap: nowrap;
}
.sales-order-history #my-order-history .product-photo {
  width: 100%;
  max-width: 118px;
  margin-right: 10px;
}
.sales-order-history #my-order-history .product-item-photo {
  width: 100%;
  display: inline-block;
  position: static;
  mix-blend-mode: multiply;
}
.sales-order-history #my-order-history .product-item-info-name {
  margin: 0;
}
.sales-order-history #my-order-history .product-item-info-name .option-value {
  color: #666;
  font-weight: 400;
}
.sales-order-history #my-order-history .product-item-info-name .brands {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 6px;
}
.sales-order-history #my-order-history .product-item-info-name .brand-thumbnail {
  width: 80px;
  height: 20px;
  object-fit: contain;
  margin-right: 10px;
}
.sales-order-history #my-order-history .product-item-link {
  color: #0D0D0D;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.sales-order-history #my-order-history .product-qty,
.sales-order-history #my-order-history .product-price {
  line-height: 24px;
}
.sales-order-history #my-order-history .product-qty {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  margin-right: 20px;
}
.sales-order-history #my-order-history .product-price {
  color: #0D0D0D;
  font-size: 20px;
  font-weight: 700;
}
.sales-order-history #my-order-history .order-total {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.sales-order-history .message.info.empty {
  color: #C17614;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 19px 25px;
  border-radius: 8px;
  border: 1px solid #C17614;
  background: #FDF0D6;
  margin: 16px 0 0;
}
.sales-order-history .message.info.empty span {
  display: flex;
  align-items: center;
}
.sales-order-history .message.info.empty span:before {
  line-height: normal;
  position: static;
  margin: 0 0 0 -13px;
}
@media screen and (min-width: 768px) {
  .sales-order-history #my-order-history .right-columns {
    display: none;
  }
  .sales-order-history #my-order-history .product-item-info-name {
    max-width: 185px;
    margin: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .sales-order-history #order-list-tabs .btn {
    padding: 16px 5px;
  }
  .sales-order-history #order-list-tabs .btn .order-tab-item.desktop {
    display: block;
  }
  .sales-order-history #order-list-tabs .btn .order-tab-item.mobile {
    display: none;
  }
  .sales-order-history #my-order-history .product-item-info-name {
    max-width: 264px;
    margin: 0 96px 0 10px;
  }
}
@media screen and (min-width: 1440px) {
  .sales-order-history #order-list-tabs .btn {
    padding: 16px 32px;
  }
}
@media screen and (max-width: 767px) {
  .sales-order-history .sidebar-main {
    display: none;
  }
  .sales-order-history .page-header {
    margin: 0 !important;
  }
  .sales-order-history #maincontent .page-title {
    margin: 21px 0 14px;
    padding: 0;
    line-height: 20px;
    border: none;
    text-transform: capitalize;
  }
  .sales-order-history #maincontent .page-title,
  .sales-order-history #maincontent .page-title .base {
    color: #F05735;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 21px 0 14px;
  }
  .sales-order-history #maincontent .page-title:before {
    content: "My account / ";
  }
  .sales-order-history #order-list-tabs .btn {
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
  }
  .sales-order-history #order-list-tabs .btn:not(:last-of-type) {
    margin-right: 2px;
  }
  .sales-order-history #my-order-history .right-columns {
    display: flex;
    flex-wrap: wrap;
  }
  .sales-order-history #my-order-history .order-item {
    margin-top: 8px;
    padding: 20px 16px;
  }
  .sales-order-history #my-order-history .order-item-info {
    flex-wrap: wrap;
  }
  .sales-order-history #my-order-history .order-item-info .order-id {
    font-size: 16px;
    line-height: 24px;
  }
  .sales-order-history #my-order-history .order-item-info .order-date {
    margin: 0;
  }
  .sales-order-history #my-order-history .product-item {
    margin-top: 16px;
  }
  .sales-order-history #my-order-history .product-item-info > .product-item-info-name,
  .sales-order-history #my-order-history .product-item-info > .product-qty,
  .sales-order-history #my-order-history .product-item-info > .product-price {
    display: none;
  }
  .sales-order-history #my-order-history .product-photo {
    max-width: 87px;
    margin-right: 4px;
  }
  .sales-order-history #my-order-history .product-item-link {
    font-size: 14px;
    line-height: 17px;
  }
  .sales-order-history #my-order-history .product-qty {
    width: 100%;
    margin: 0;
    text-align: right;
    font-size: 12px;
    line-height: 14px;
  }
  .sales-order-history #my-order-history .product-price {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .sales-order-history #my-order-history .order-total {
    font-size: 18px;
    line-height: 22px;
    margin-top: 16px;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../frontend/careshop/careshop_default/en_GB/Careshop_RokanBase/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.cloudflare-turnstile {
    font-weight: bold;
    color: #c00;
}
