/**
 * 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*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
.es-outer-bg{position:fixed;z-index:999;background:rgba(0,0,0,0.5);left:0;top:0;bottom:0;right:0;display:none;}
.es-pop-up
{
    position:fixed;
    top:50%;
    transform:translateX(-50%) translateY(-50%) scale(0);
    -webkit-transform:translateX(-50%) translateY(-50%) scale(0);
    background:#fff;
    padding:0px;
    color:#000;
    width:50%;
    z-index:1000;
    opacity:0;
    visibility:hidden;
    left:50%;
    min-height:200px;
    text-align:center;
    transition:0.4s all 0s;
    -webkit-transition:0.4s all 0s;
    font-size:15px;
}
.es-pop-up.open{
    transform:translateX(-50%) translateY(-50%) scale(1);
    -webkit-transform:translateX(-50%) translateY(-50%) scale(1);
    opacity:1;
    visibility:visible;
}
.es-pop-up #close
{
    width:45px;
    height:45px;
   z-index: 1111111111111111111111;
    color:#fff;
    position:absolute;
    top:0;
    right:0;
    line-height:44px;
    text-decoration:none;
    font-size:25px;
}
.es-pop-up p
{
	margin-bottom:12px;
	margin-bottom: 26px;
    text-align: left;
}
.es-pop-up .success-title
{
    text-align: center;
    top: 50%;
    position: absolute;
}

.es-pop-up h3{
    padding:0 20px;
    line-height:45px;
    background:#1979c3;
    color:#fff;
    height:45px;
    margin:0;
    font-size:21px;
    display:none;
}

.pop-cont h2
{
    font-size:30px;
    font-weight:bold;
    color:#1979c3;
    margin-bottom:10px;
}
.pop-cont h4
{
    font-size:18px;
    color:#212121;
    margin-bottom:15px;
}
.pop-cont .offer
{
    font-size:20px;
    color:#1979c3;
    line-height:1.6em;
    /*background:#A4D762;*/
    border:2px dashed #000;
    padding:15px;
    margin-bottom:10px;
}
.pop-cont .offer span{color:#000;}

.pop-cont small
{
    display:block;
    text-align:right;
    font-size:10px;
}
.pop-cont .exit-popup
{
	padding:43px 39.6px 53px 40.4px;
}
.pop-cont .terms
{
	float:left;
	text-align:left;
}
.pop-cont .heading-1
{
	font-size: 27.5px;
	text-align: left;
    color: #1b4946 !important;
    line-height: 35.8px;
    margin-top: 0px !important;
    margin-bottom: 26px !important;
    text-transform: uppercase;
    padding-bottom: 0px !important;
}
.pop-cont #mp-newsletter
{
	width:62%;
	height:40px;
	float:left;
}
 #mobile_popup_img_exit
 {
	display:none !important;
 }
 #desktop_popup_img_exit
 {
	display:block; !important;
 }

@media (max-width: 767px)
{
 .es-pop-up
 {
	width:274px !important;
	//height:440px !important;
 }
 #mobile_popup_img_exit
 {
	display:block !important;
 }
 #desktop_popup_img_exit
 {
	display:none; !important;
 }
 .pop-cont .heading-1
 {
	font-size: 22.5px;
	line-height: 27px;
	margin-bottom: 14px !important;
 }
 .es-pop-up p {
    margin-bottom: 13px;
    text-align: left;
	}
	
	.pop-cont #mp-newsletter
	{
		width:100%;
		float:left;
		margin-bottom: 12px;
	}
	.pop-cont #better_popup_click
	{
		width: 100%;
    float: left;
    margin-bottom: 16px;
    margin-left: 0px;
	}
	.pop-cont .exit-popup
	{
		padding: 25.5px 19.5px 28.5px 20.5px;
	}
}

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 {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Montserrat-Medium', 'Montserrat-Regular', 'Montserrat-Bold', 'Montserrat-SemiBold', 'Industry-Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Montserrat-Medium', 'Montserrat-Regular', 'Montserrat-Bold', 'Montserrat-SemiBold', 'Industry-Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Montserrat-Medium', 'Montserrat-Regular', 'Montserrat-Bold', 'Montserrat-SemiBold', 'Industry-Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat-Medium', 'Montserrat-Regular', 'Montserrat-Bold', 'Montserrat-SemiBold', 'Industry-Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  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: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
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*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Montserrat-Medium', 'Montserrat-Regular', 'Montserrat-Bold', 'Montserrat-SemiBold', 'Industry-Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]: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*="date"]::-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*="date"]::-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*="date"]:-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: 'Montserrat-Medium', 'Montserrat-Regular', 'Montserrat-Bold', 'Montserrat-SemiBold', 'Industry-Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 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: 'Montserrat-Medium', 'Montserrat-Regular', 'Montserrat-Bold', 'Montserrat-SemiBold', 'Industry-Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #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: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Montserrat-Medium', 'Montserrat-Regular', 'Montserrat-Bold', 'Montserrat-SemiBold', 'Industry-Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.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: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.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: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.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 10px 5px 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 5px;
  word-break: break-all;
}
.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;
}
.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 {
  margin-bottom: 15px;
}
.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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.magento-payments-review .block .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;
}
.magento-payments-review .block .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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.magento-payments-review .block .block-title > .action,
.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;
}
.magento-payments-review .block .box-title,
.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 5px;
}
.magento-payments-review .block .box-title > span,
.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 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.magento-payments-review .block .box-title > .action,
.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: 10px;
}
.magento-payments-review .block .block-content p:last-child,
.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;
}
.magento-payments-review .block .block-content .box,
.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: 20px;
}
.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: 40px;
}
.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: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.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 {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link: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 {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link: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 {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link: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 {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link: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 {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.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 {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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) {
  box-shadow: none;
}
.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.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-action-remove: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: #1979c3;
  text-decoration: none;
}
.abs-action-remove: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: #006bb4;
  text-decoration: underline;
}
.abs-action-remove: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: #ff5501;
  text-decoration: underline;
}
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove: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-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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;
}
.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: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.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 .panel.wrapper .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,
.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,
.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 5px;
  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 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.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: 5px 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: #7d7d7d;
  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: #333333;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.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: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.magento-payments-review .block .actions-toolbar .action.primary,
.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: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary: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: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.magento-payments-review .block .actions-toolbar .action.primary: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: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.bundle-actions {
  margin: 10px 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,
.magento-payments-review .table-magento-payments-review-items .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,
.magento-payments-review .table-magento-payments-review-items .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,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after {
  position: absolute;
  right: -10px;
  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,
.magento-payments-review .table-magento-payments-review-items .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: 25px;
  padding-bottom: 10px;
}
.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: 5px;
  padding-right: 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: 5px;
}
.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: 20px;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  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: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Montserrat-Medium', 'Montserrat-Regular', 'Montserrat-Bold', 'Montserrat-SemiBold', 'Industry-Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  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: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.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: 5px;
}
.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: 10px;
  width: calc(100% - 50px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #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: 10px;
  color: #333333;
  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: 20px;
}
.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: 10px;
}
.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: 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;
}
.magento-payments-review-discount > .title,
.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 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.magento-payments-review-discount > .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;
}
.magento-payments-review-discount > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .magento-payments-review-discount > .title strong,
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.magento-payments-review-discount > .content,
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.magento-payments-review-discount.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.magento-payments-review-discount.active > .content,
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Cc/Dexter/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Cc/Dexter/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Cc/Dexter/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Cc/Dexter/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Cc/Dexter/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Cc/Dexter/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Cc/Dexter/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Cc/Dexter/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Industry-Bold';
  src: url('../../frontend/Cc/Dexter/en_US/fonts/Industry/Industry-Bold.woff2') format('woff2'), url('../../frontend/Cc/Dexter/en_US/fonts/Industry/Industry-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../../frontend/Cc/Dexter/en_US/fonts/Montserrat/Montserrat-Bold.woff2') format('woff2'), url('../../frontend/Cc/Dexter/en_US/fonts/Montserrat/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../../frontend/Cc/Dexter/en_US/fonts/Montserrat/Montserrat-SemiBold.woff2') format('woff2'), url('../../frontend/Cc/Dexter/en_US/fonts/Montserrat/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../../frontend/Cc/Dexter/en_US/fonts/Montserrat/Montserrat-Regular.woff2') format('woff2'), url('../../frontend/Cc/Dexter/en_US/fonts/Montserrat/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../../frontend/Cc/Dexter/en_US/fonts/Montserrat/Montserrat-Medium.woff2') format('woff2'), url('../../frontend/Cc/Dexter/en_US/fonts/Montserrat/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: 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: 20px;
}
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: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #1979c3;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #1979c3;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #1979c3;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #1979c3;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #1979c3;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Cc/Dexter/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 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: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  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: 'Montserrat-Medium', 'Montserrat-Regular', 'Montserrat-Bold', 'Montserrat-SemiBold', 'Industry-Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #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: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: '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: 10px;
}
.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: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  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: #7d7d7d;
  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 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../../frontend/Cc/Dexter/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Cc/Dexter/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 3px;
}
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,
.action-primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat-Medium', 'Montserrat-Regular', 'Montserrat-Bold', 'Montserrat-SemiBold', 'Industry-Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.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 5px;
}
.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: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  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: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.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.2rem;
  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: #1979c3;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #1979c3;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  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: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  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: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.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: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 20px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  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: #333333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333333;
  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;
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('../../frontend/Cc/Dexter/en_US/fonts/proxima/ProximaNova-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNova-Black';
  src: url('../../frontend/Cc/Dexter/en_US/fonts/proxima/ProximaNova-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNova-Extrabld';
  src: url('../../frontend/Cc/Dexter/en_US/fonts/proxima/ProximaNova-Extrabld.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNova-Extrabld';
  src: url('../../frontend/Cc/Dexter/en_US/fonts/proxima/ProximaNova-Extrabld.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNova-Light';
  src: url('../../frontend/Cc/Dexter/en_US/fonts/proxima/ProximaNova-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../../frontend/Cc/Dexter/en_US/fonts/proxima/ProximaNova-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('../../frontend/Cc/Dexter/en_US/fonts/proxima/ProximaNova-Semibold.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNova-Medium';
  src: url('../../frontend/Cc/Dexter/en_US/fonts/proxima/ProximaNova-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNovaT-Thin';
  src: url('../../frontend/Cc/Dexter/en_US/css/fonts/proxima/ProximaNovaT-Thin.ttf') format('truetype');
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  float: left;
}
.font-pbold {
  font-family: ProximaNova-Bold;
}
.font-pblack {
  font-family: ProximaNova-Black;
}
.font-pebold {
  font-family: ProximaNova-Extrabld;
}
.font-peboldit {
  font-family: ProximaNova-ExtrabldIt;
}
.font-plight {
  font-family: ProximaNova-Light;
}
.font-pregular {
  font-family: ProximaNova-Regular;
}
.font-semibold {
  font-family: ProximaNova-Semibold;
}
.font-pmedium {
  font-family: ProximaNova-Medium;
}
.font-pthin {
  font-family: ProximaNova-Thin;
}
body {
  font-family: ProximaNova-Regular;
}
.button,
button:not(.search):not(.close):not(.action-close):not(.showcart):not(.remove-code-submit):not(.edit-address-link):not(.mfp-close):not(.dexter_cart_links),
.cart.table-wrapper .actions-toolbar > .action:not(.search):not(.close):not(.action-close):not(.showcart):not(.remove-code-submit):not(.edit-address-link):not(.mfp-close):not(.dexter_cart_links),
.action-gift:not(.search):not(.close):not(.action-close):not(.showcart):not(.remove-code-submit):not(.edit-address-link):not(.mfp-close):not(.dexter_cart_links) {
  width: 137px;
  height: 45px;
  border-radius: 100px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  background-color: #0d0d0d;
  color: #fff;
  cursor: pointer;
  font-size: 14px !important;
  line-height: 1.71px !important;
  padding: 0px;
  background: #0d0d0d;
  border: none !important;
  /*padding: 0px !important;*/
  font-family: ProximaNova-Semibold !important;
}
.button:focus,
button:focus,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:focus {
  outline: none;
}
.dexter_cart_links {
  color: #000;
  text-decoration: none;
  background: unset;
  border: unset;
  box-shadow: unset;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 9px;
  text-decoration-color: #000 !important;
  font-weight: bold;
}
.dexter_cart_links span {
  color: #000;
  box-shadow: unset;
  font-size: 16px;
}
.dexter_cart_links span:hover {
  color: #9984e3;
  box-shadow: unset;
  text-decoration-color: #9984e3 !important;
}
.dexter_cart_links:hover {
  color: #9984e3;
  background: unset;
  border: unset;
  box-shadow: unset;
  text-decoration-color: #9984e3;
}
.dexter_cart_links:active {
  color: #9984e3;
  background: unset;
  border: unset;
  text-decoration: none;
  box-shadow: unset;
}
.modal-popup.confirm._show {
  z-index: 99999 !important;
}
.button:hover:not(.action-close):not(.edit-address-link),
button:hover:not(.action-close):not(.showcart):not(.remove-code-submit):not(.search):not(.mfp-close):not(.dexter_cart_links),
.cart.table-wrapper .actions-toolbar > .action:hover:not(.action-close):not(.showcart):not(.remove-code-submit):not(.search):not(.mfp-close):not(.dexter_cart_links),
.action-gift:hover:not(.action-close):not(.showcart):not(.remove-code-submit):not(.search):not(.mfp-close):not(.dexter_cart_links) {
  background-color: #9984e3 !important;
  background: #9984e3 !important;
  border: none !important;
  outline: none;
  box-shadow: none;
}
.loading-mask .loader > img {
  width: 50px;
}
.message.error,
.message.success {
  margin: 0 0 10px !important;
}
.breadcrumbs li.item a,
.breadcrumbs li.item a:hover {
  text-transform: capitalize;
  color: #707070 !important;
}
.breadcrumbs li.item strong {
  color: #B0B0B0 !important;
  text-transform: capitalize;
}
header.page-header {
  border-bottom: 1px solid #bebebe;
}
header.page-header .header.panel {
  padding-bottom: 7px;
  padding-top: 7px;
}
header.page-header .panel.wrapper {
  background-color: #000000;
}
header.page-header .panel.wrapper .subscription-offer {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.96px;
}
header.page-header .header.content {
  padding: 21px 60px;
}
header.page-header .header.content .block-search {
  float: left;
  margin-top: 8px;
  width: 20%;
}
header.page-header .header.content .block-search .control {
  padding: 0px;
}
header.page-header .header.content .block-search #search_mini_form .nested .action.advanced {
  display: none;
}
header.page-header .header.content .block-search #search_mini_form .field.search .control {
  /*				display:none; */
}
header.page-header .header.content .block-search .action.search {
  right: unset;
  left: 16px;
  cursor: pointer;
}
header.page-header .header.content .block-search .action.search:before {
  font-size: 32px;
}
header.page-header .header.content .block-search input#search {
  display: block;
  padding-left: 40px;
  border: none;
  width: 75%;
  color: #0d0d0d;
  padding-right: 0;
  cursor: pointer;
  font-family: ProximaNova-Regular;
}
header.page-header .header.content .block-search input:not([disabled]):focus {
  box-shadow: none;
  border-bottom: 1px solid #0d0d0d !important;
}
header.page-header .header.content .minicart-wrapper {
  margin-top: 10px;
}
header.page-header .header.content .minicart-wrapper .action.showcart .counter.qty {
  background: #9984e3;
  margin: 4px 0 0;
}
header.page-header .header.content .minicart-wrapper .action.showcart:before {
  content: '\f290';
  font-family: 'Fontawesome';
  font-size: 20px;
  color: #0d0d0d;
}
header.page-header .header.content .header.links {
  float: right;
  list-style: none;
  margin-top: 4px;
  padding-left: 0;
  /*	padding-bottom: 0px;
			margin-bottom: 0;*/
  padding-bottom: 30px;
  margin-bottom: -30px;
  font-size: 17.5px;
  line-height: 29.75px;
}
header.page-header .header.content .header.links li.greet.welcome {
  margin-bottom: 0;
}
header.page-header .header.content .header.links li.greet.welcome i.fa.fa-user {
  font-size: 22px;
  color: #0d0d0d;
}
header.page-header .header.content .header.links a,
header.page-header .header.content .header.links a:hover {
  color: #000;
  font-size: 14px;
  line-height: 23.8px;
}
header.page-header .header.content .header.links ul.customer-logged-in {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 87px;
  right: 92px;
  z-index: 99999;
  background: #9984e3;
  -webkit-box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.6);
}
header.page-header .header.content .header.links ul.customer-logged-in li.nav-link {
  padding: 10px 25px;
  margin: 0;
}
header.page-header .header.content .header.links ul.customer-logged-in li.nav-link.first {
  margin-top: 20px;
}
header.page-header .header.content .header.links ul.customer-logged-in li.nav-link.last {
  margin-bottom: 20px;
}
header.page-header .header.content .header.links ul.customer-logged-in li.nav-link:hover {
  background: #000;
  cursor: pointer;
}
header.page-header .header.content .header.links ul.customer-logged-in a {
  color: #fff;
  font-size: 14px;
  line-height: unset;
}
header.page-header .header.content .header.links ul.customer-logged-in a:hover {
  text-decoration: none;
}
header.page-header .header.content .logo {
  width: 52%;
  float: left;
  margin: 0px;
  margin-top: 5px;
  text-align: center;
  max-width: unset;
}
header.page-header .header.content .logo img {
  margin: 0 auto;
}
header.page-header .header.content .custom-toggel {
  width: auto;
  float: left;
  margin-top: 5px;
  cursor: pointer;
}
header.page-header .header.content .custom-toggel .additional-nav-toggle span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
header.page-header .header.content .custom-toggel .additional-nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #000;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  font-weight: bold;
}
.modals-wrapper .modal-popup.cart-restriction {
  z-index: 99999;
}
.modals-wrapper .modal-popup.cart-restriction .modal-header .action-close {
  display: none;
}
.modals-wrapper .modal-popup.cart-restriction .modal-content,
.modals-wrapper .modal-popup.cart-restriction .modal-footer {
  border: none !important;
}
.modals-wrapper .modal-popup.cart-restriction .modal-inner-wrap {
  width: 26%;
}
.modals-wrapper .modals-overlay {
  z-index: 9999;
}
.page.messages .messages .message {
  font-size: 14px;
  font-family: ProximaNova-Bold;
  color: #4D6240;
}
.page.messages .messages .message a {
  color: #4D6240;
}
.sections.nav-sections {
  margin-bottom: 0px;
  position: relative;
  background: transparent;
}
.sections.nav-sections .nav-sections-item-content > * {
  display: block;
}
.sections.nav-sections .navigation-container {
  /* position: absolute;
		top: 10px;
		right: 0;
		left: 0;
		z-index: 9999;
		background: transparent;
    */
  position: relative;
  padding: 15px;
  background: transparent;
}
.sections.nav-sections .navigation-container .shop-link {
  background: transparent;
  text-align: center;
}
.sections.nav-sections .navigation-container .shop-link span,
.sections.nav-sections .navigation-container .shop-link a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.56px;
  text-align: center;
  cursor: pointer;
  color: #0d0d0d;
  border-bottom: 2px solid #0d0d0d;
  padding-bottom: 2px;
}
.sections.nav-sections .navigation-container .shop-link.active span,
.sections.nav-sections .navigation-container .shop-link.active a {
  color: #9984e3 !important;
  border-bottom: 2px solid #9984e3 !important;
}
.sections.nav-sections .navigation-container .nav-links {
  background: #fff;
  padding: 0 15%;
  z-index: 99999;
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
}
.sections.nav-sections .navigation-container .nav-links .static-links {
  padding: 20px;
}
.sections.nav-sections .navigation-container .nav-links .static-links .nav-extra-link li {
  font-size: 16px;
  line-height: 1.75;
  color: #6d6d6d;
}
.sections.nav-sections .navigation-container .nav-links .cat-links {
  border-right: 1px solid #6d6d6d;
  padding: 0 20px;
  margin-top: 20px;
}
.sections.nav-sections .navigation-container .nav-links ul {
  list-style: none;
  text-align: left;
  padding: 0 5px;
}
.sections.nav-sections .navigation-container .nav-links a {
  font-size: 16px;
  line-height: 1.75;
  color: #6d6d6d;
}
.sections.nav-sections .navigation-container .nav-links a.static-link {
  color: #0d0d0d;
}
.sections.nav-sections .navigation-container .nav-links a.nav-title,
.sections.nav-sections .navigation-container .nav-links li.nav-title {
  color: #0d0d0d !important;
}
.cms-home-page-dexter .shop-link span,
.cms-home-page-dexter .shop-link a {
  color: #fff !important;
  border-bottom: 2px solid #fff !important;
}
footer.page-footer {
  background: #9984e3;
  padding: 35px 90px 20px;
}
footer.page-footer .footer.content {
  width: 100%;
  float: left;
  padding: 0px;
  border: none;
  margin: 0;
  line-height: 2;
  font-size: 14px;
  color: #fff;
  max-width: unset;
}
footer.page-footer .footer.content .nav.item a {
  color: #ffffff;
}
footer.page-footer .footer.content .nav-title {
  color: #0d0d0d;
  font-size: 13px;
  line-height: 2.15;
}
footer.page-footer .footer.content .column2 {
  padding: 0 15px;
}
footer.page-footer .footer.content .column2 .column-mid-3 {
  padding: 0px;
}
footer.page-footer .footer.content .column1 {
  border-right: 1px solid #ffffff;
  text-align: center;
}
footer.page-footer .footer.content .column1 .logo-title {
  margin-top: 11px;
  margin-bottom: 34px;
  font-size: 14px;
  line-height: 2;
}
footer.page-footer .footer.content .column1 .social-icons {
  padding-left: 0px;
}
footer.page-footer .footer.content .column1 .social-icons .social-icon a {
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-left: 2px;
}
footer.page-footer .footer.content .column3 {
  padding: 0px;
}
footer.page-footer .footer.content .column3 form.form.subscribe p,
footer.page-footer .footer.content .column3 form.form.subscribe .field.newsletter {
  padding: 0px;
}
footer.page-footer .footer.content .column3 form.form.subscribe .field.newsletter .control {
  margin-top: 12px;
}
footer.page-footer .footer.content .column3 form.form.subscribe .action.subscribe.primary:hover {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #000 !important;
}
footer.page-footer .footer.content .column3 form.form.subscribe input {
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  background: transparent;
  padding: 0;
  line-height: 1.3;
  font-size: 14px;
  letter-spacing: 0.56px;
  font-family: ProximaNova-Regular;
}
footer.page-footer .footer.content .column3 form.form.subscribe input::-webkit-input-placeholder {
  color: #fff !important;
}
footer.page-footer .footer.content .column3 form.form.subscribe input::-moz-placeholder {
  color: #fff !important;
}
footer.page-footer .footer.content .column3 form.form.subscribe input::-ms-input-placeholder {
  color: #fff !important;
}
footer.page-footer .footer.content .column3 form.form.subscribe input::placeholder {
  color: #fff !important;
}
footer.page-footer .footer.content .column3 form.form.subscribe input:not([disabled]):focus,
footer.page-footer .footer.content .column3 form.form.subscribe textarea:not([disabled]):focus,
footer.page-footer .footer.content .column3 form.form.subscribe select:not([disabled]):focus {
  box-shadow: none;
}
footer.page-footer .footer.content .column3 form.form.subscribe div.mage-error[generated] {
  color: #0d0d0d;
}
footer.page-footer .footer.content .copyright-info {
  padding-left: 15px;
  margin-top: 20px;
}
footer.page-footer .footer.content .copyright-info p {
  font-size: 14px;
  line-height: 2;
  padding-left: 12px;
  margin-bottom: 0px;
}
/*
#side-nav > .side-nav-links{
	height: calc(100vh - 104px);
	overflow: auto;
}
*/
#side-nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  background: #fff;
  color: #0d0d0d;
  padding: 60px 0;
  font-size: 14px;
  width: 250px;
  box-shadow: 10px 0 10px -5px rgba(0, 0, 0, 0.6);
}
#side-nav .row1 {
  -webkit-box-shadow: 0 3px 5px -5px #000000;
  -moz-box-shadow: 0 3px 5px -3px #000000;
  box-shadow: 0 3px 5px -3px #0d0d0d 0;
  padding-bottom: 20px;
}
#side-nav .row1 .header-toggle {
  padding: 0px;
}
#side-nav .row1 #searchLeftForm .action.search {
  left: 0px;
}
#side-nav .row1 #searchLeftForm input {
  right: -300%;
}
#side-nav .row1 #close-side-nav {
  font-size: 25px;
  text-align: center;
  cursor: pointer;
}
#side-nav .row1 .search-form.block-search {
  width: 100%;
  padding: 0;
  max-width: 80%;
}
#side-nav .row1 .search-form.block-search .field.search {
  border: 2px solid #6d6d6d;
  border-radius: 25px;
}
#side-nav .row1 .search-form.block-search .field.search .actions .action.search {
  left: 8px !important;
  top: 1px;
  width: 20px;
}
#side-nav .row1 .search-form.block-search .field.search .actions .action.search:before {
  color: #0d0d0d;
  float: left;
}
#side-nav .row1 .search-form.block-search .field.search input:focus {
  box-shadow: none;
}
#side-nav .row1 .search-form.block-search .field.search input {
  border: none;
  width: 75%;
  padding: 0;
  margin-left: 30px;
}
#side-nav .row2 {
  margin-top: 20px;
  padding: 0px;
}
#side-nav .row2 .active.panel {
  display: block;
  border-bottom: 1px solid #6d6d6d;
}
#side-nav .row2 a {
  color: #0d0d0d;
}
#side-nav .row2 a:hover {
  text-decoration: none;
}
#side-nav .row2 .active.accordion .fa-caret-down:before {
  content: "\f0d8";
}
#side-nav .row2 .level-2 {
  padding: 10px;
  margin: 0px;
}
#side-nav .row2 .level-2 .level-3 {
  padding: 20px 10px 0px 15px;
  margin: 0px;
}
#side-nav .row2 .level-2:not(:last-child) {
  border-bottom: 1px solid #6d6d6d;
}
#side-nav .row2 .accordion {
  font-size: 18px;
  padding: 10px 25px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #6d6d6d;
  width: 100%;
  float: left;
}
#side-nav .row2 .accordion i {
  position: absolute;
  right: 10px;
}
#side-nav .row2 .accordion.active {
  color: #9984e3;
}
#side-nav .row2 .accordion.active a {
  color: #9984e3;
}
#side-nav .row2 .panel {
  display: none;
  border-bottom: 1px solid #6d6d6d;
  width: 100%;
  float: left;
  background: #EEEEEE;
  max-height: 35vh;
  overflow: auto;
}
#side-nav .row2 .panel ul {
  list-style: none;
  padding: 20px 25px;
  margin-bottom: 0px;
}
#side-nav .row2 .panel ul a.nav-title {
  color: #0d0d0d;
}
#side-nav .row2 .panel ul li {
  padding: 10px;
}
#side-nav .row2 .panel ul li a {
  color: #6d6d6d;
}
#side-nav .row2 .panel ul li a:hover {
  color: #9984e3;
}
#side-nav .row2 .panel.help-nav li.item.nav-title {
  display: none;
}
#side-nav .side-nav-links .footer-links {
  margin-bottom: 18%;
  margin-top: 18%;
}
#side-nav .side-nav-links .footer-links ul.footer {
  padding-left: 0px;
}
#side-nav .side-nav-links .footer-links ul.footer li {
  padding: 6px;
  text-transform: uppercase;
}
#side-nav .side-nav-links .footer-links ul.footer li a {
  color: #fff;
}
.bss_quickview-catalog_product-view .product-info-price {
  width: 100% !important;
  margin-top: 10px;
}
.bss_quickview-catalog_product-view .price-box.price-final_price {
  margin-left: 0px !important;
}
.cms-home-page-dexter .header.content {
  padding: 21px 117px !important;
}
.cms-home-page-dexter .sections.nav-sections .navigation-container {
  position: absolute !important;
  top: 10px;
  right: 0;
  left: 0;
  z-index: 9999;
  background: transparent;
}
.cms-home-page-dexter #maincontent {
  max-width: unset;
  padding-left: 0px;
  padding-right: 0px;
}
.cms-home-page-dexter #maincontent .static-banner-blocks .home-page-banner {
  width: 100%;
  display: inline-block;
  max-height: 100%;
  overflow: hidden;
}
.cms-home-page-dexter #maincontent .static-banner-blocks .banner-image {
  position: relative;
  padding: 0px;
  width: 100%;
  height: 80vh;
  max-height: 600px;
}
.cms-home-page-dexter #maincontent .static-banner-blocks .banner-image #about_video_bg iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cms-home-page-dexter #maincontent .static-banner-blocks .banner-image img {
  width: 100%;
}
.cms-home-page-dexter #maincontent .static-banner-blocks .banner-image .banner-info {
  left: 0;
  z-index: 999;
  right: 0;
  text-align: center;
  color: #fff;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.cms-home-page-dexter #maincontent .static-banner-blocks .banner-image .banner-info .banner-content {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
}
.cms-home-page-dexter #maincontent .static-banner-blocks .banner-image .banner-info .banner-content h1 {
  margin-bottom: 0px;
  font-size: 90px;
  line-height: 1.22;
}
.cms-home-page-dexter #maincontent .static-banner-blocks .banner-image .banner-info .banner-content p {
  margin-top: 2rem;
  font-size: 20px;
}
.cms-home-page-dexter #maincontent .dexter-app-container {
  position: relative;
  padding: 45px 0 50px;
  background: #f4f4f4;
}
.cms-home-page-dexter #maincontent .dexter-app-container .block-title {
  margin-bottom: 30px;
  text-align: center;
}
.cms-home-page-dexter #maincontent .dexter-app-container .block-title strong {
  font-family: ProximaNova-Extrabld;
  font-size: 30px;
  line-height: 1.23;
  color: #0d0d0d;
}
.cms-home-page-dexter #maincontent .dexter-app-container .mobile-app-image {
  /*		text-align:right;
				padding-right: 80px;*/
}
.cms-home-page-dexter #maincontent .dexter-app-container .mobile-app-image .outlet-banner-image {
  width: 100%;
  display: inline-block;
  max-height: 350px;
  overflow: hidden;
  text-align: right;
}
.cms-home-page-dexter #maincontent .dexter-app-container .mobile-app-image .outlet-banner-image .about_video_bg {
  position: relative;
  padding: 0px;
  width: 100%;
  /*height: 45vh;*/
  height: 350px;
}
.cms-home-page-dexter #maincontent .dexter-app-container .mobile-app-image .outlet-banner-image .about_video_bg iframe {
  /*width: 100%;*/
  /*height: 45vh;*/
  height: 350px;
  width: 605px;
  border: none;
  /*   width: 100vw;
								height: 56.25vw;
								min-height: 100vh;
								min-width: 177.77vh;
								position: absolute;
								top: 50%;
								left: 50%;
								transform: translate(-50%, -50%);*/
}
.cms-home-page-dexter #maincontent .dexter-app-container .mobile-app-content {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-40%);
}
.cms-home-page-dexter #maincontent .dexter-app-container .mobile-app-content .info-title h1 {
  font-size: 36px;
  line-height: 1.3;
  color: #0d0d0d;
  margin-bottom: 0;
}
.cms-home-page-dexter #maincontent .dexter-app-container .mobile-app-content .info-desc {
  margin: 15px 0 15px;
  width: 85%;
}
.cms-home-page-dexter #maincontent .dexter-app-container .mobile-app-content .info-desc p {
  font-size: 16px;
  line-height: 1.75;
  color: #6d6d6d;
  max-width: 550px;
}
.cms-home-page-dexter #maincontent .dexter-app-container .mobile-app-content .info-button {
  margin-top: 10px;
}
.cms-home-page-dexter #maincontent .featured-product {
  padding: 60px 110px 45px;
  text-align: center;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-title {
  margin-bottom: 30px;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-title strong {
  font-family: ProximaNova-Extrabld;
  font-size: 30px;
  line-height: 1.23;
  color: #0d0d0d;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item {
  width: 33.3%;
  margin: 0px;
  padding: 10px;
  position: relative;
  text-align: center;
  /*.product-image-wrapper{
							background-color: #F3F3F3;
						}*/
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-item-info {
  width: 100%;
  float: left;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-item-info .actions-secondary {
  position: absolute;
  top: 20px;
  z-index: 99;
  right: 20px;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-item-info .actions-secondary .action.tocompare {
  display: none;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-item-info .actions-secondary .action.towishlist:before {
  content: '\e601';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 20px;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  padding-right: 5px;
  color: #0d0d0d;
  padding-top: 0px;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-item-info .actions-secondary .action.towishlist:before:hover {
  content: '\e602' !important;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-basic-info {
  padding: 0px;
  max-width: 100%;
  text-align: center;
  margin-top: 10px;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-basic-info .product-item-name {
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-basic-info .product-item-name a {
  color: #000000;
  font-family: ProximaNova-Bold;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-basic-info .price-final_price .price-label {
  display: none;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-basic-info .price-final_price .price {
  font-size: 16px;
  line-height: 1.25;
  color: #6d6d6d;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-basic-info .price-box {
  margin: 10px 0 5px;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-basic-info .product-item-description {
  font-size: 16px;
  line-height: 1.25;
  color: #6d6d6d;
  margin: 5px 0;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-basic-info .product-item-description .action.more {
  color: #000;
  text-decoration: underline;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-basic-info .old-price.sly-old-price .price {
  font-size: 14px !important;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-basic-info a.product-item-price {
  color: #333;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-basic-info .swatch-attribute {
  display: none;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-basic-info a:hover {
  text-decoration: none;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-add-to-cart .product-item-actions {
  margin: 5px 0;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-add-to-cart .product-item-actions {
  margin: 5px 0;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-add-to-cart .swatch-attribute.size {
  display: none;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-add-to-cart .swatch-attribute .swatch-attribute-options {
  width: 55%;
  margin: 0px auto;
  margin-bottom: 10px;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-add-to-cart .swatch-option {
  height: auto;
  margin: 0px 3px !important;
  display: inline-block;
  float: none !important;
  min-width: 22px;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-add-to-cart .remaining-swatch-count {
  width: auto;
  display: inline-block;
  position: relative;
  top: -8px;
  cursor: pointer;
  font-size: 16px;
  color: #6d6d6d;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-add-to-cart .remaining-swatch-count .plus {
  padding-right: 2px;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-add-to-cart .swatch-option.image,
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-add-to-cart .swatch-option.color {
  border-radius: 50%;
  padding: 12px;
  background-size: cover !important;
  margin: 0 0px 5px 0;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-add-to-cart .swatch-option.selected {
  outline: none;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-add-to-cart .swatch-option.color:hover,
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-add-to-cart .swatch-option.color.selected,
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-add-to-cart .swatch-option.color.selected:hover,
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-add-to-cart .swatch-option.image:hover,
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-add-to-cart .swatch-option.image.selected,
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-add-to-cart .swatch-option.image.selected:hover {
  outline: none;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #000;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-add-to-cart .swatch-option.text {
  padding: 5px 12px;
  color: #707070;
  border-color: #a2aaad;
  background: #fff;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-add-to-cart .swatch-option.text:hover {
  color: #fff;
  background: #000;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item .product-image-photo {
  /*max-height: 430px;*/
  max-height: unset;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-image-wrapper:hover .bss-quickview {
  bottom: 8% !important;
  text-transform: unset;
  left: 0;
  right: 0;
  width: 137px !important;
  height: 45px;
  border-radius: 100px;
  background: #9984e3;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #9984e3;
  padding: 12px 0;
  font-family: ProximaNova-Semibold !important;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-image-wrapper:hover .bss-quickview span {
  font-size: 14px;
  line-height: 1.71px;
  letter-spacing: normal;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list p.view-more {
  font-size: 14px;
  line-height: 1.21;
  letter-spacing: 0.56px;
  margin-top: 20px;
  color: #0d0d0d;
  text-align: center;
  text-transform: capitalize;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list p.view-more a {
  color: #0d0d0d !important;
  border-bottom: 2px solid #0d0d0d;
  padding-bottom: 2px;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list p.view-more:hover {
  color: #9984e3;
}
.cms-home-page-dexter #maincontent .featured-product .block-products-list p.view-more:hover a {
  color: #9984e3 !important;
  border-bottom: 2px solid #9984e3;
  text-decoration: none;
}
.cms-home-page-dexter #maincontent .instagram-feeds {
  width: 100%;
  float: left;
  padding: 45px 112px;
  text-align: center;
  background: #fff;
}
.cms-home-page-dexter #maincontent .instagram-feeds .mpinstagramfeed-container .mpinstagramfeed-header {
  margin-bottom: 45px;
}
.cms-home-page-dexter #maincontent .instagram-feeds .mpinstagramfeed-container .mpinstagramfeed-header h3 {
  font-family: ProximaNova-Extrabld;
  font-size: 30px;
  line-height: 1.23;
  color: #0d0d0d;
}
.cms-home-page-dexter #maincontent .instagram-feeds .mpinstagramfeed-container .mpinstagramfeed-header .desc {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: normal;
  color: #6d6d6d;
}
.cms-home-page-dexter #maincontent .instagram-feeds .mpinstagramfeed-container .row1 .mpinstagramfeed-photo {
  width: 33.3%;
  float: left;
  padding: 10px;
  margin: 0px;
}
.video-index-show .dexter-app-container {
  position: relative;
  padding: 45px 0 50px;
  background: #f4f4f4;
}
.video-index-show .dexter-app-container .block-title {
  margin-bottom: 30px;
  text-align: center;
}
.video-index-show .dexter-app-container .block-title strong {
  font-family: ProximaNova-Extrabld;
  font-size: 30px;
  line-height: 1.23;
  color: #0d0d0d;
}
.video-index-show .dexter-app-container .mobile-app-image {
  /*		text-align:right;
				padding-right: 80px;*/
}
.video-index-show .dexter-app-container .mobile-app-image .outlet-banner-image {
  width: 100%;
  display: inline-block;
  max-height: 350px;
  overflow: hidden;
  text-align: right;
}
.video-index-show .dexter-app-container .mobile-app-image .outlet-banner-image .about_video_bg {
  position: relative;
  padding: 0px;
  width: 100%;
  /*height: 45vh;*/
  height: 350px;
}
.video-index-show .dexter-app-container .mobile-app-image .outlet-banner-image .about_video_bg iframe {
  /*width: 100%;*/
  /*height: 45vh;*/
  height: 350px;
  width: 605px;
  border: none;
  /*   width: 100vw;
								height: 56.25vw;
								min-height: 100vh;
								min-width: 177.77vh;
								position: absolute;
								top: 50%;
								left: 50%;
								transform: translate(-50%, -50%);*/
}
.video-index-show .dexter-app-container .mobile-app-content {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-40%);
}
.video-index-show .dexter-app-container .mobile-app-content .info-title h1 {
  font-size: 36px;
  line-height: 1.3;
  color: #0d0d0d;
  margin-bottom: 0;
}
.video-index-show .dexter-app-container .mobile-app-content .info-desc {
  margin: 15px 0 15px;
  width: 85%;
}
.video-index-show .dexter-app-container .mobile-app-content .info-desc p {
  font-size: 16px;
  line-height: 1.75;
  color: #6d6d6d;
  max-width: 550px;
}
.video-index-show .dexter-app-container .mobile-app-content .info-button {
  margin-top: 10px;
}
.video-index-show .mobile-app-content {
  top: 43% !important;
}
.swatch-option-tooltip {
  padding: 0 !important;
  border: none;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.35);
}
.swatch-option-tooltip .title.image-type {
  display: none;
}
.swatch-option-tooltip .corner {
  display: none;
}
.swatch-option-tooltip .image {
  width: 90px !important;
}
.swatch-option-tooltip .corner:after {
  border-color: transparent transparent transparent transparent;
}
.swatch-option.image:hover,
.swatch-option.image.selected,
.swatch-option.image.selected:hover,
.swatch-option.color:hover,
.swatch-option.color.selected,
.swatch-option.color.selected:hover {
  outline: none !important;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #000 !important;
  border: none !important;
}
.catalogsearch-result-index .filter-history,
.catalog-category-view .filter-history {
  width: auto;
  float: right;
  max-width: 50%;
}
.catalogsearch-result-index .filter-history .filter-current,
.catalog-category-view .filter-history .filter-current {
  color: #000;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.28px;
}
.catalogsearch-result-index .filter-history .filter-current-subtitle,
.catalog-category-view .filter-history .filter-current-subtitle {
  width: auto;
  float: left;
  font-weight: normal;
}
.catalogsearch-result-index .filter-history .cat-filter-info,
.catalog-category-view .filter-history .cat-filter-info,
.catalogsearch-result-index .filter-history .filter-by,
.catalog-category-view .filter-history .filter-by {
  width: auto;
  float: left;
  padding-right: 5px;
}
.catalogsearch-result-index .filter-history .cat-filter-info.child-cat:after,
.catalog-category-view .filter-history .cat-filter-info.child-cat:after {
  content: ' /';
  font-weight: bold;
}
.catalogsearch-result-index .filter-history ol.items,
.catalog-category-view .filter-history ol.items {
  width: auto;
  float: left;
}
.catalogsearch-result-index .filter-history ol.items li.item,
.catalog-category-view .filter-history ol.items li.item {
  width: auto;
  float: left;
}
.catalogsearch-result-index .filter-history ol.items li.item .filter-value,
.catalog-category-view .filter-history ol.items li.item .filter-value {
  width: auto;
  float: left;
}
.catalogsearch-result-index .filter-history ol.items li.item .action.remove,
.catalog-category-view .filter-history ol.items li.item .action.remove {
  width: auto;
  float: left;
  padding-right: 5px;
  color: #0d0d0d;
}
.catalogsearch-result-index .filter-history ol.items li.item .action.remove .remove-filter i,
.catalog-category-view .filter-history ol.items li.item .action.remove .remove-filter i {
  cursor: pointer;
  font-size: 14px;
  padding-left: 2px;
  padding-top: 5px;
}
.catalogsearch-result-index .filter-history ol.items li.item action.remove:hover,
.catalog-category-view .filter-history ol.items li.item action.remove:hover {
  text-decoration: none;
}
.catalogsearch-result-index .filter-history ol.items li.item .filter-label,
.catalog-category-view .filter-history ol.items li.item .filter-label {
  display: none;
}
.catalogsearch-result-index .filter-history ol.items li.item:not(:last-child):after,
.catalog-category-view .filter-history ol.items li.item:not(:last-child):after {
  content: '/';
  font-weight: bold;
  margin-right: 5px;
}
.catalogsearch-result-index .filter-history .result-count,
.catalog-category-view .filter-history .result-count {
  width: auto;
  float: left;
}
.catalogsearch-result-index .filter-history .block-actions.filter-actions,
.catalog-category-view .filter-history .block-actions.filter-actions {
  float: right;
  text-transform: uppercase;
  margin-left: 10px;
}
.catalogsearch-result-index .filter-history .block-actions.filter-actions a,
.catalog-category-view .filter-history .block-actions.filter-actions a {
  font-size: 13px;
  font-family: 'ProximaNova-Bold';
  line-height: 1.85;
  letter-spacing: 0.26px;
  color: #000000;
  text-decoration: underline;
}
.catalogsearch-result-index .page-main,
.catalog-category-view .page-main {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  margin: 0px;
  max-width: 100%;
}
.catalogsearch-result-index .swatch-option-tooltip,
.catalog-category-view .swatch-option-tooltip {
  padding: 0 !important;
  border: none;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.35);
}
.catalogsearch-result-index .swatch-option-tooltip .title.image-type,
.catalog-category-view .swatch-option-tooltip .title.image-type {
  display: none;
}
.catalogsearch-result-index .swatch-option-tooltip .corner,
.catalog-category-view .swatch-option-tooltip .corner {
  display: none;
}
.catalogsearch-result-index .swatch-option-tooltip .image,
.catalog-category-view .swatch-option-tooltip .image {
  width: 90px !important;
}
.catalogsearch-result-index .swatch-option-tooltip .corner:after,
.catalog-category-view .swatch-option-tooltip .corner:after {
  border-color: transparent transparent transparent transparent;
}
.catalogsearch-result-index .breadcrumbs,
.catalog-category-view .breadcrumbs {
  margin-left: 0px;
  padding-left: 0px;
  padding-top: 18px;
}
.catalogsearch-result-index .breadcrumbs .item,
.catalog-category-view .breadcrumbs .item {
  color: #707070;
  font-size: 14px;
  line-height: 21.8px;
}
.catalogsearch-result-index #maincontent .page-title-wrapper .page-title,
.catalog-category-view #maincontent .page-title-wrapper .page-title {
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 22px;
  line-height: 1.23;
  color: #000;
  font-family: 'ProximaNova-Extrabld';
}
.catalogsearch-result-index #maincontent .sidebar-additional .custom-left-nav,
.catalog-category-view #maincontent .sidebar-additional .custom-left-nav {
  padding: 0px;
}
.catalogsearch-result-index #maincontent .sidebar-additional .custom-left-nav .left-nav-label,
.catalog-category-view #maincontent .sidebar-additional .custom-left-nav .left-nav-label {
  color: #000;
}
.catalogsearch-result-index #maincontent .sidebar-additional .custom-left-nav .cat-level2,
.catalog-category-view #maincontent .sidebar-additional .custom-left-nav .cat-level2 {
  border-bottom: 1px solid #d0d0d0;
  padding: 10px;
  transition: 0.4s;
  position: relative;
  cursor: pointer;
  padding-left: 0px;
  display: inline-block;
  width: 100%;
}
.catalogsearch-result-index #maincontent .sidebar-additional .custom-left-nav .cat-level2 .arrow-icon,
.catalog-category-view #maincontent .sidebar-additional .custom-left-nav .cat-level2 .arrow-icon {
  position: absolute;
  right: 10px;
  top: 10px;
}
.catalogsearch-result-index #maincontent .sidebar-additional .custom-left-nav .cat-level2.active .fa-angle-down:before,
.catalog-category-view #maincontent .sidebar-additional .custom-left-nav .cat-level2.active .fa-angle-down:before {
  content: "\f106";
}
.catalogsearch-result-index #maincontent .sidebar-additional .custom-left-nav .cat-level2.active .nav-title,
.catalog-category-view #maincontent .sidebar-additional .custom-left-nav .cat-level2.active .nav-title {
  font-family: 'ProximaNova-Bold';
  color: #000;
}
.catalogsearch-result-index #maincontent .sidebar-additional .custom-left-nav .cat-level2.active .panel,
.catalog-category-view #maincontent .sidebar-additional .custom-left-nav .cat-level2.active .panel {
  display: block !important;
  transition: all 1s ease-out;
}
.catalogsearch-result-index #maincontent .sidebar-additional .custom-left-nav .child-nav li.cat-level3,
.catalog-category-view #maincontent .sidebar-additional .custom-left-nav .child-nav li.cat-level3 {
  list-style: none;
  cursor: pointer;
  padding: 5px 10px 5px 15px;
}
.catalogsearch-result-index #maincontent .sidebar-additional .custom-left-nav .child-nav li.cat-level3 a,
.catalog-category-view #maincontent .sidebar-additional .custom-left-nav .child-nav li.cat-level3 a {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 0.26px;
}
.catalogsearch-result-index #maincontent .sidebar-additional .custom-left-nav .child-nav li.cat-level3.active a,
.catalog-category-view #maincontent .sidebar-additional .custom-left-nav .child-nav li.cat-level3.active a {
  font-family: 'ProximaNova-Semibold';
  color: #0d0d0d;
}
.catalogsearch-result-index #maincontent .sidebar-additional .custom-left-nav a,
.catalog-category-view #maincontent .sidebar-additional .custom-left-nav a {
  color: #6d6d6d;
  width: 100%;
  display: inline-block;
  line-height: 1.71;
  letter-spacing: 0.28px;
  font-size: 14px;
}
.catalogsearch-result-index #maincontent .sidebar-additional .custom-left-nav a:hover,
.catalog-category-view #maincontent .sidebar-additional .custom-left-nav a:hover {
  text-decoration: unserline;
  line-height: 1.71;
  letter-spacing: 0.28px;
  font-size: 14px;
}
.catalogsearch-result-index #maincontent .sidebar-additional .custom-left-nav .panel,
.catalog-category-view #maincontent .sidebar-additional .custom-left-nav .panel {
  padding-top: 2px;
  display: none;
  transition: all 1s;
}
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container,
.catalog-category-view #maincontent .column.main #layered-filter-block-container {
  width: 100%;
  float: left;
  padding: 0 10px;
}
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container #layered-filter-block .filter-title,
.catalog-category-view #maincontent .column.main #layered-filter-block-container #layered-filter-block .filter-title {
  margin-bottom: 0px;
}
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container .filter-current + .filter-actions,
.catalog-category-view #maincontent .column.main #layered-filter-block-container .filter-current + .filter-actions {
  margin-bottom: 10px;
}
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container .filter-options,
.catalog-category-view #maincontent .column.main #layered-filter-block-container .filter-options {
  width: 50%;
  float: left;
}
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container .filter-options .filter-options-content,
.catalog-category-view #maincontent .column.main #layered-filter-block-container .filter-options .filter-options-content {
  margin: 0px;
}
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container .filter-options .filter-item-tab,
.catalog-category-view #maincontent .column.main #layered-filter-block-container .filter-options .filter-item-tab {
  display: inline-block;
  width: 75px;
  padding-left: 0;
  cursor: pointer;
}
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container .filter-options .filter-item-tab .filter-options-title,
.catalog-category-view #maincontent .column.main #layered-filter-block-container .filter-options .filter-item-tab .filter-options-title {
  font-family: ProximaNova-Medium;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.21;
  text-align: left;
  color: #6d6d6d;
  font-weight: normal;
  margin-bottom: 0px;
}
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container .filter-options .filter-item-tab .filter-options-title i,
.catalog-category-view #maincontent .column.main #layered-filter-block-container .filter-options .filter-item-tab .filter-options-title i {
  margin-left: 5px;
}
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container .filter-options .block-actions.filter-actions.clean-filter-desktop,
.catalog-category-view #maincontent .column.main #layered-filter-block-container .filter-options .block-actions.filter-actions.clean-filter-desktop {
  text-transform: uppercase;
  margin-left: 10px;
  width: auto;
  display: inline-block;
}
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container .filter-options .block-actions.filter-actions.clean-filter-desktop a,
.catalog-category-view #maincontent .column.main #layered-filter-block-container .filter-options .block-actions.filter-actions.clean-filter-desktop a {
  font-size: 13px;
  font-family: 'ProximaNova-Bold';
  line-height: 1.85;
  letter-spacing: 0.26px;
  color: #000000;
  text-decoration: underline;
}
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container .filter-options .filter-item-tab.active .fa-angle-down:before,
.catalog-category-view #maincontent .column.main #layered-filter-block-container .filter-options .filter-item-tab.active .fa-angle-down:before {
  content: "\f106";
}
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container .filter-options .filter-item-tab.active .filter-options-title,
.catalog-category-view #maincontent .column.main #layered-filter-block-container .filter-options .filter-item-tab.active .filter-options-title,
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container .filter-options .filter-item-tab.attr-selected .filter-options-title,
.catalog-category-view #maincontent .column.main #layered-filter-block-container .filter-options .filter-item-tab.attr-selected .filter-options-title {
  font-family: ProximaNova-Bold;
  color: #0d0d0d;
  line-height: 1.21;
}
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container .filter-options .filter-item-tab.active i,
.catalog-category-view #maincontent .column.main #layered-filter-block-container .filter-options .filter-item-tab.active i,
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container .filter-options .filter-item-tab.attr-selected i,
.catalog-category-view #maincontent .column.main #layered-filter-block-container .filter-options .filter-item-tab.attr-selected i {
  color: #000;
}
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container .filter-content-container,
.catalog-category-view #maincontent .column.main #layered-filter-block-container .filter-content-container {
  padding: 0;
}
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container .filter-content-container .filter-item-content ol.items li.item,
.catalog-category-view #maincontent .column.main #layered-filter-block-container .filter-content-container .filter-item-content ol.items li.item {
  display: inline-block;
  width: auto;
  padding: 6px;
  border: solid 1px #a2aaad;
  margin-right: 6px;
}
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container .filter-content-container .filter-item-content ol.items li.item a,
.catalog-category-view #maincontent .column.main #layered-filter-block-container .filter-content-container .filter-item-content ol.items li.item a {
  color: #707070;
}
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container .filter-content-container .filter-item-content ol.items li.item:hover,
.catalog-category-view #maincontent .column.main #layered-filter-block-container .filter-content-container .filter-item-content ol.items li.item:hover {
  border: solid 1px #707070;
  background-color: #582d33;
  color: #fff;
}
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container .filter-content-container .filter-item-content .swatch-option,
.catalog-category-view #maincontent .column.main #layered-filter-block-container .filter-content-container .filter-item-content .swatch-option {
  min-width: 26px;
}
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container .filter-content-container .filter-item-content .swatch-option.image,
.catalog-category-view #maincontent .column.main #layered-filter-block-container .filter-content-container .filter-item-content .swatch-option.image {
  border-radius: 50%;
  padding: 14px;
  background-size: cover !important;
  margin-left: 5px;
}
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container .filter-content-container .filter-item-content .swatch-option.color,
.catalog-category-view #maincontent .column.main #layered-filter-block-container .filter-content-container .filter-item-content .swatch-option.color {
  border-radius: 50%;
  padding: 14px;
  margin-left: 5px;
}
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container .filter-content-container .filter-item-content .swatch-option:focus,
.catalog-category-view #maincontent .column.main #layered-filter-block-container .filter-content-container .filter-item-content .swatch-option:focus {
  box-shadow: 0 0 3px 1px #000;
}
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container .filter-content-container .filter-item-content .swatch-option.text,
.catalog-category-view #maincontent .column.main #layered-filter-block-container .filter-content-container .filter-item-content .swatch-option.text {
  height: auto;
  font-size: 16px;
  line-height: 1.7;
  padding: 0px 5px;
  min-width: unset;
  background: transparent;
  font-weight: normal;
  color: #6d6d6d;
  border: 1px solid #6d6d6d;
  margin: 4px 6px;
}
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container .filter-content-container .filter-item-content .swatch-option.text:hover,
.catalog-category-view #maincontent .column.main #layered-filter-block-container .filter-content-container .filter-item-content .swatch-option.text:hover,
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container .filter-content-container .filter-item-content .swatch-option.text.selected,
.catalog-category-view #maincontent .column.main #layered-filter-block-container .filter-content-container .filter-item-content .swatch-option.text.selected {
  outline: 1px solid #0d0d0d;
  outline-offset: 3px;
}
.catalogsearch-result-index #maincontent .column.main #layered-filter-block-container .filter-content-container .filter-item-content .swatch-option.image:hover,
.catalog-category-view #maincontent .column.main #layered-filter-block-container .filter-content-container .filter-item-content .swatch-option.image:hover {
  outline: none;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list,
.catalog-category-view #maincontent .column.main #layer-product-list {
  width: 100%;
  float: left;
  text-align: center;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products,
.catalog-category-view #maincontent .column.main #layer-product-list .products {
  margin-top: 0px;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid {
  /*.product-item:nth-child(3n + 1){
						padding-left: 0px !important;
					}*/
  /*li.product-item:first-child{
						float:left;
					}
					
					li.product-item:nth-child(2){
						float:right;
					}*/
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item {
  width: 33.3%;
  position: relative;
  float: left;
  margin: 15px 0px;
  padding: 0px 10px;
  /*min-height: 520px;*/
  /* min-height: 460px;*/
  min-height: unset;
  /*.product-image-wrapper{
							background-color: #F3F3F3;
						}*/
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-item-info,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-item-info {
  width: 100%;
  float: left;
  text-align: center;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-item-info .product-image-container,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-item-info .product-image-container {
  width: 100% !important;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-item-info .actions-secondary,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-item-info .actions-secondary {
  position: absolute;
  top: 10px;
  z-index: 99;
  right: 0px;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-item-info .actions-secondary .action.tocompare,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-item-info .actions-secondary .action.tocompare {
  display: none;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-item-info .actions-secondary .action.towishlist:before,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-item-info .actions-secondary .action.towishlist:before {
  content: '\e601';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 20px;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  padding-right: 10px;
  color: #0d0d0d;
  padding-top: 0px;
  margin-top: -25px;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-basic-info,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-basic-info {
  margin-top: 5px;
  min-height: 80px;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-basic-info .product-item-name,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-basic-info .product-item-name {
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-basic-info .product-item-name a,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-basic-info .product-item-name a {
  color: #000000;
  font-family: ProximaNova-Bold;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-basic-info .price-final_price,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-basic-info .price-final_price {
  margin: 5px 0;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-basic-info .price-final_price .price-label,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-basic-info .price-final_price .price-label {
  display: none !important;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-basic-info .price-final_price .price,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-basic-info .price-final_price .price {
  font-size: 16px;
  line-height: 1.25;
  color: #6d6d6d;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-basic-info .product-item-description,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-basic-info .product-item-description {
  font-size: 16px;
  line-height: 1.25;
  color: #6d6d6d;
  margin: 5px 0;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-basic-info .product-item-description .action.more,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-basic-info .product-item-description .action.more {
  color: #000;
  text-decoration: underline;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-basic-info .old-price.sly-old-price .price,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-basic-info .old-price.sly-old-price .price {
  font-size: 14px !important;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-basic-info a:hover,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-basic-info a:hover {
  text-decoration: none;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart {
  padding: 0;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .product-item-actions,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .product-item-actions {
  margin: 5px 0;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-attribute.size,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-attribute.size {
  display: none;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-attribute .swatch-attribute-options,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-attribute .swatch-attribute-options {
  width: 55%;
  margin: 0px auto;
  margin-bottom: 10px;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-option,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-option {
  height: auto;
  margin: 0px 3px !important;
  display: inline-block;
  float: none !important;
  min-width: 22px;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .remaining-swatch-count,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .remaining-swatch-count {
  width: auto;
  display: inline-block;
  position: relative;
  top: -8px;
  font-size: 16px;
  cursor: pointer;
  color: #6d6d6d;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .remaining-swatch-count .plus,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .remaining-swatch-count .plus {
  padding-right: 2px;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-option.image,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-option.image,
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-option.color,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-option.color {
  border-radius: 50%;
  padding: 12px;
  background-size: cover !important;
  margin: 0 0px 5px 0;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-option.selected,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-option.selected {
  outline: none;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-option.color:hover,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-option.color:hover,
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-option.color.selected,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-option.color.selected,
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-option.color.selected:hover,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-option.color.selected:hover,
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-option.image:hover,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-option.image:hover,
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-option.image.selected,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-option.image.selected,
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-option.image.selected:hover,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-option.image.selected:hover {
  outline: none;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #000;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-option.text,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-option.text {
  padding: 5px 12px;
  color: #707070;
  border-color: #a2aaad;
  background: #fff;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-option.text:hover,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-option.text:hover {
  color: #fff;
  background: #000;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-item .product-image-photo,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-image-photo {
  /*max-height: 575px;*/
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-image-wrapper:hover .bss-quickview,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-image-wrapper:hover .bss-quickview {
  bottom: 8% !important;
  text-transform: unset;
  left: 0;
  right: 0;
  width: 137px !important;
  height: 45px;
  border-radius: 100px;
  background: #9984e3;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #9984e3;
  padding: 12px 0;
  font-family: ProximaNova-Semibold !important;
}
.catalogsearch-result-index #maincontent .column.main #layer-product-list .products-grid .product-image-wrapper:hover .bss-quickview span,
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-image-wrapper:hover .bss-quickview span {
  font-size: 14px;
  line-height: 1.71px;
  letter-spacing: normal;
}
.catalogsearch-result-index #bottom-toolbar,
.catalog-category-view #bottom-toolbar {
  width: 100%;
  float: left;
}
.catalogsearch-result-index #bottom-toolbar .modes,
.catalog-category-view #bottom-toolbar .modes,
.catalogsearch-result-index #bottom-toolbar .toolbar-amount,
.catalog-category-view #bottom-toolbar .toolbar-amount,
.catalogsearch-result-index #bottom-toolbar .toolbar-sorter.sorter,
.catalog-category-view #bottom-toolbar .toolbar-sorter.sorter {
  display: none;
}
.catalogsearch-result-index #bottom-toolbar .pages,
.catalog-category-view #bottom-toolbar .pages {
  display: block;
}
.plus,
.minus {
  padding: 5px;
  cursor: pointer;
}
.plus i,
.minus i {
  font-size: 16px;
}
.mfp-iframe-holder .mfp-close {
  top: -5px !important;
  right: 5px !important;
}
.catalog-product-view .page-main {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  margin: 0px;
  max-width: 100%;
}
.catalog-product-view .breadcrumbs {
  padding-left: 5px;
  text-transform: capitalize;
  padding-top: 18px;
}
.catalog-product-view .breadcrumbs .item {
  font-size: 14px;
  line-height: 23.8px;
}
.catalog-product-view .breadcrumbs .item:not(:last-child):after {
  line-height: 24px;
}
.catalog-product-view .modal-popup.confirm .modal-header .action-close:before {
  color: #707070;
  font-size: 40px;
}
.catalog-product-view .modal-popup.confirm .modal-content {
  padding: 2rem 4rem;
  color: #707070;
  border: 0px;
  font-size: 17.5px;
}
.catalog-product-view .modal-popup.confirm .modal-footer {
  padding-bottom: 2rem;
  padding-top: 2rem;
  border: 0px;
}
.catalog-product-view #maincontent .page.messages .message-notice.notice {
  padding-left: 20px;
}
.catalog-product-view #maincontent .page.messages .message-notice.notice div:before {
  display: none !important;
}
.catalog-product-view #maincontent .product.media {
  position: relative;
}
.catalog-product-view #maincontent .product.media .action.towishlist {
  position: absolute;
  top: 20px;
  right: 20px;
}
.catalog-product-view #maincontent .product.media .action.towishlist span {
  display: none;
}
.catalog-product-view #maincontent .product.media .action.towishlist:before {
  content: '\e601';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  padding-right: 2px;
  color: #fff;
  padding-top: 3px;
}
.catalog-product-view #maincontent .product-info-main {
  margin-bottom: 50px;
  margin-top: -4px;
}
.catalog-product-view #maincontent .product-info-main .page-title-wrapper {
  width: auto;
  float: left;
}
.catalog-product-view #maincontent .product-info-main .page-title-wrapper .page-title {
  margin: 0px;
  font-size: 22.5px;
  font-family: "ProximaNova-Bold";
}
.catalog-product-view #maincontent .product-info-main .product-info-price {
  width: auto;
  float: left;
  font-size: 22.5px;
}
.catalog-product-view #maincontent .product-info-main .product-info-price .price-box.price-final_price {
  margin-top: 0;
  margin-left: 20px;
}
.catalog-product-view #maincontent .product-info-main .product-info-price .price-box.price-final_price .price-label {
  display: none !important;
}
.catalog-product-view #maincontent .product-info-main .product-info-price .price-box.price-final_price .price-wrapper .price {
  font-size: 22.5px;
}
.catalog-product-view #maincontent .product-info-main .old-price.sly-old-price .price {
  font-size: 16px !important;
  font-weight: normal;
}
.catalog-product-view #maincontent .product-info-main .product.attribute.product_descriptor {
  width: 100%;
  float: left;
  font-size: 18px;
  font-family: ProximaNova-Regular;
  margin-top: 10px;
}
.catalog-product-view #maincontent .product-info-main .product.attribute.product_descriptor .type {
  display: none;
}
.catalog-product-view #maincontent .product-info-main .product.attribute.overview {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
  color: #707070;
  font-size: 16px;
  line-height: 28px;
  font-family: ProximaNova-Regular;
}
.catalog-product-view #maincontent .product-info-main .product.attribute.overview strong {
  color: #000;
  line-height: 28px;
}
.catalog-product-view #maincontent .product-info-main .product.attribute.overview .value p {
  margin-bottom: 5px;
}
.catalog-product-view #maincontent .product-info-main .product.attribute.overview p.horizontal-space {
  line-height: 10px;
}
.catalog-product-view #maincontent .product-info-main .product-add-form {
  width: 100%;
  float: left;
}
.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-wrapper .swatch-attribute {
  margin-top: 30px;
  font-size: 17.5px;
  line-height: 29.75px;
}
.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-attribute-label {
  font-family: "ProximaNova-Bold";
}
.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-attribute-label:after {
  content: ":";
  margin-left: 5px;
}
.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option {
  height: auto;
}
.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option:focus {
  box-shadow: none;
}
.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.image,
.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color {
  border-radius: 50%;
  padding: 16px;
  background-size: cover !important;
}
.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color:hover,
.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color.selected,
.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color.selected:hover,
.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.image:hover,
.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.image.selected,
.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.image.selected:hover {
  outline: none;
  border: 2px solid #000;
}
.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.text {
  padding: 5px 12px;
  color: #707070;
  border-color: #a2aaad;
  background: #fff;
  font-size: 14px;
}
.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.text:hover,
.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.text.selected:hover,
.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.text.selected {
  color: #fff;
  background-color: #000 !important;
  outline: none;
}
.catalog-product-view #maincontent .product-info-main .product-add-form .box-tocart {
  margin: 30px 0 0;
}
.catalog-product-view #maincontent .product-info-main .product-add-form .box-tocart .field.qty label {
  font-family: "ProximaNova-Bold";
  font-size: 17.5px;
  line-height: 29.75px;
}
.catalog-product-view #maincontent .product-info-main .product-add-form .box-tocart .actions {
  width: 100%;
  float: left;
  padding-top: 45px;
}
.catalog-product-view #maincontent .product-info-main .product-add-form .box-tocart .input-text.qty {
  height: 35px;
  text-align: center;
  width: 40px;
  border: 1px solid #a2aaad;
}
.catalog-product-view #maincontent .product-info-main .product-add-form .box-tocart .plus,
.catalog-product-view #maincontent .product-info-main .product-add-form .box-tocart .minus {
  padding: 5px;
  cursor: pointer;
}
.catalog-product-view #maincontent .product-info-main .product-add-form .box-tocart .plus i,
.catalog-product-view #maincontent .product-info-main .product-add-form .box-tocart .minus i {
  font-size: 16px;
}
.catalog-product-view #maincontent .product-info-main .product-add-form .box-tocart #payment-request-button {
  display: none;
}
.catalog-product-view #maincontent .product.media .gallery-placeholder .fotorama__stage img {
  background: transparent;
}
.catalog-product-view #maincontent .product.media .gallery-placeholder .fotorama__thumb-border {
  border: 2px solid #234844;
}
.catalog-product-view #maincontent .product.media .gallery-placeholder .fotorama__nav-wrap {
  text-align: center;
  margin-top: 25px;
}
.catalog-product-view .fotorama--fullscreen .fotorama__thumb-border {
  border: 2px solid #234844;
}
.bss_quickview-catalog_product-view .column.main {
  padding: 45px 0;
}
.bss_quickview-catalog_product-view .column.main .product-info-main {
  width: 40%;
}
.bss_quickview-catalog_product-view .column.main .product-info-main #ajax-goto {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.bss_quickview-catalog_product-view .column.main .product-info-main #ajax-goto .goto-product {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
  font-size: 17.5px;
  line-height: 29.75px;
}
.minicart-wrapper .block-minicart {
  position: fixed;
  top: -5px;
  bottom: 0;
  padding: 0px;
  overflow: auto;
  right: -1px !important;
  min-width: auto;
  z-index: 9999;
  border: none;
  box-shadow: 0 8px 5px 5px rgba(0, 0, 0, 0.3);
}
.minicart-wrapper .block-minicart .minicart-top-bar {
  width: 100%;
  float: left;
  background: #000000;
  padding: 10px;
  color: #fff;
}
.minicart-wrapper .block-minicart .minicart-top-bar #btn-minicart-close {
  left: 0;
  color: #fff;
  font-weight: bold;
  opacity: 1;
}
.minicart-wrapper .block-minicart .minicart-top-bar #btn-minicart-close:focus {
  outline: none;
}
.minicart-wrapper .block-minicart .minicart-top-bar .cart-label {
  margin-left: 30px;
}
.minicart-wrapper .block-minicart .minicart-top-bar .total-items {
  float: right;
  font-weight: 500;
  margin-right: 15px;
}
.minicart-wrapper .block-minicart #free-shipment-progress {
  width: 100%;
  float: left;
  padding: 30px;
  text-align: center;
}
.minicart-wrapper .block-minicart #free-shipment-progress span {
  color: #0d0d0d;
}
.minicart-wrapper .block-minicart #free-shipment-progress .row1 {
  margin-bottom: 0px;
}
.minicart-wrapper .block-minicart #free-shipment-progress .row2 {
  margin-bottom: 20px;
}
.minicart-wrapper .block-minicart .cart-summary-info .actions {
  width: 100%;
  float: left;
}
.minicart-wrapper .block-minicart .cart-info,
.minicart-wrapper .block-minicart .cart-summary-info {
  width: 100%;
  float: left;
  padding: 0px 20px;
  font-size: 17.5px;
  line-height: 29.75px;
}
.minicart-wrapper .block-minicart .cart-info .subtotal .label,
.minicart-wrapper .block-minicart .cart-summary-info .subtotal .label {
  float: left;
}
.minicart-wrapper .block-minicart .cart-info .minicart-items-wrapper,
.minicart-wrapper .block-minicart .cart-summary-info .minicart-items-wrapper {
  /*height: 265px !important;*/
  padding: 30px 15px;
}
.minicart-wrapper .block-minicart .cart-info .minicart-items-wrapper li.product-item .product-image-container,
.minicart-wrapper .block-minicart .cart-summary-info .minicart-items-wrapper li.product-item .product-image-container {
  width: 100px !important;
}
.minicart-wrapper .block-minicart .cart-info .minicart-items-wrapper li.product-item .product-image-container .product-image-wrapper img.product-image-photo,
.minicart-wrapper .block-minicart .cart-summary-info .minicart-items-wrapper li.product-item .product-image-container .product-image-wrapper img.product-image-photo {
  width: 100px !important;
  height: 100px !important;
  max-width: 100px;
}
.minicart-wrapper .block-minicart .cart-info .minicart-items-wrapper li.product-item .product-image-container .bss-bt-quickview,
.minicart-wrapper .block-minicart .cart-summary-info .minicart-items-wrapper li.product-item .product-image-container .bss-bt-quickview {
  display: none;
}
.minicart-wrapper .block-minicart .cart-info .minicart-items-wrapper li.product-item .product.options .toggle,
.minicart-wrapper .block-minicart .cart-summary-info .minicart-items-wrapper li.product-item .product.options .toggle {
  margin-bottom: 10px;
}
.minicart-wrapper .block-minicart .cart-info .minicart-items-wrapper li.product-item .product-item-details,
.minicart-wrapper .block-minicart .cart-summary-info .minicart-items-wrapper li.product-item .product-item-details {
  padding-left: 110px;
  font-size: 17.5px;
  line-height: 29.75px;
}
.minicart-wrapper .block-minicart .cart-info .minicart-items-wrapper li.product-item .product-item-details .product-item-name a,
.minicart-wrapper .block-minicart .cart-summary-info .minicart-items-wrapper li.product-item .product-item-details .product-item-name a {
  font-family: "ProximaNova-Bold";
  color: #000000;
}
.minicart-wrapper .block-minicart .cart-info .minicart-items-wrapper li.product-item .product-item-details .product-item-pricing,
.minicart-wrapper .block-minicart .cart-summary-info .minicart-items-wrapper li.product-item .product-item-details .product-item-pricing {
  margin-top: 10px;
}
.minicart-wrapper .block-minicart .cart-info .minicart-items-wrapper li.product-item .product-item-details .price,
.minicart-wrapper .block-minicart .cart-summary-info .minicart-items-wrapper li.product-item .product-item-details .price {
  font-family: "ProximaNova-Bold";
}
.minicart-wrapper .block-minicart .cart-info .minicart-items-wrapper li.product-item .product-item-details .details-qty.qty,
.minicart-wrapper .block-minicart .cart-summary-info .minicart-items-wrapper li.product-item .product-item-details .details-qty.qty {
  margin-top: 18px;
}
.minicart-wrapper .block-minicart .cart-info .minicart-items-wrapper li.product-item .product-item-details .details-qty.qty .item-qty,
.minicart-wrapper .block-minicart .cart-summary-info .minicart-items-wrapper li.product-item .product-item-details .details-qty.qty .item-qty {
  border-color: #aaa;
  height: 35px;
  text-align: center;
  width: 40px;
}
.minicart-wrapper .block-minicart .cart-info .minicart-items-wrapper li.product-item .product-item-details .details-qty.qty .item-qty:focus,
.minicart-wrapper .block-minicart .cart-summary-info .minicart-items-wrapper li.product-item .product-item-details .details-qty.qty .item-qty:focus {
  box-shadow: none;
}
.minicart-wrapper .block-minicart .cart-info .minicart-items-wrapper li.product-item .product-item-details .details-qty.qty .update-cart-item,
.minicart-wrapper .block-minicart .cart-summary-info .minicart-items-wrapper li.product-item .product-item-details .details-qty.qty .update-cart-item {
  padding: 5px 12px;
  text-transform: uppercase;
}
.minicart-wrapper .block-minicart .cart-info .minicart-items-wrapper li.product-item .product-item-details a:hover,
.minicart-wrapper .block-minicart .cart-summary-info .minicart-items-wrapper li.product-item .product-item-details a:hover {
  text-decoration: none;
}
.minicart-wrapper .block-minicart .cart-info .minicart-items-wrapper li.product-item .product-item-details .product.actions,
.minicart-wrapper .block-minicart .cart-summary-info .minicart-items-wrapper li.product-item .product-item-details .product.actions {
  margin: -32px 0 0;
}
.minicart-wrapper .block-minicart .cart-info .subtotal,
.minicart-wrapper .block-minicart .cart-summary-info .subtotal {
  padding: 0;
  margin: 20px 0px;
}
.minicart-wrapper .block-minicart .cart-info .subtotal .label,
.minicart-wrapper .block-minicart .cart-summary-info .subtotal .label {
  color: #707070;
  font-weight: 500;
  font-family: ProximaNova-Regular;
}
.minicart-wrapper .block-minicart .cart-info .subtotal .price-wrapper .price,
.minicart-wrapper .block-minicart .cart-summary-info .subtotal .price-wrapper .price {
  font-size: 14px;
  font-weight: 500;
  color: #707070;
  font-family: ProximaNova-Regular;
}
.minicart-wrapper .block-minicart .cart-info #block-discount #coupon_code,
.minicart-wrapper .block-minicart .cart-summary-info #block-discount #coupon_code {
  border: solid 2px #000;
  background-color: #ffffff;
  color: #000;
  font-family: monospace;
  font-style: unset;
  height: 40px;
  font-family: ProximaNova-Bold;
  letter-spacing: 0.48px;
  line-height: 29.75px;
  font-size: 17.5px;
}
.minicart-wrapper .block-minicart .cart-info #block-discount #coupon_code::placeholder,
.minicart-wrapper .block-minicart .cart-summary-info #block-discount #coupon_code::placeholder {
  color: #707070;
  font-family: ProximaNova-Bold;
  letter-spacing: 0.48px;
  font-size: 17.5px;
  font-style: unset;
  line-height: 29.75px;
  text-transform: uppercase;
}
.minicart-wrapper .block-minicart .cart-info #block-discount #coupon_code::-webkit-input-placeholder,
.minicart-wrapper .block-minicart .cart-summary-info #block-discount #coupon_code::-webkit-input-placeholder {
  font-family: ProximaNova-Bold;
}
.minicart-wrapper .block-minicart .cart-info #block-discount #coupon_code::-moz-placeholder,
.minicart-wrapper .block-minicart .cart-summary-info #block-discount #coupon_code::-moz-placeholder {
  font-family: ProximaNova-Bold;
}
.minicart-wrapper .block-minicart .cart-info #block-discount #coupon_code::-ms-input-placeholder,
.minicart-wrapper .block-minicart .cart-summary-info #block-discount #coupon_code::-ms-input-placeholder {
  font-family: ProximaNova-Bold;
}
.minicart-wrapper .block-minicart .cart-info #block-discount #coupon_code::placeholder,
.minicart-wrapper .block-minicart .cart-summary-info #block-discount #coupon_code::placeholder {
  font-family: ProximaNova-Bold;
}
.minicart-wrapper .block-minicart .cart-info #block-discount #coupon_code::focus,
.minicart-wrapper .block-minicart .cart-summary-info #block-discount #coupon_code::focus {
  box-shadow: none;
}
.minicart-wrapper .block-minicart .cart-info .grand-total-wrapper,
.minicart-wrapper .block-minicart .cart-summary-info .grand-total-wrapper {
  width: 100%;
  float: left;
  padding: 0 0 20px;
  font-size: 18px;
}
.minicart-wrapper .block-minicart .cart-info .grand-total-wrapper .grandTotalLabel,
.minicart-wrapper .block-minicart .cart-summary-info .grand-total-wrapper .grandTotalLabel {
  width: 50%;
  float: left;
}
.minicart-wrapper .block-minicart .cart-info .grand-total-wrapper .grandTotalPrice,
.minicart-wrapper .block-minicart .cart-summary-info .grand-total-wrapper .grandTotalPrice {
  width: 50%;
  float: left;
  text-align: right;
}
.minicart-wrapper .block-minicart .cart-info #block-discount #discount-coupon-form .field,
.minicart-wrapper .block-minicart .cart-summary-info #block-discount #discount-coupon-form .field {
  width: 60%;
  float: left;
  margin: 0 0 20px;
}
.minicart-wrapper .block-minicart .cart-info #block-discount #discount-coupon-form .field .control,
.minicart-wrapper .block-minicart .cart-summary-info #block-discount #discount-coupon-form .field .control {
  width: 100%;
  /*button.remove-code-submit:hover{
							    background:none;
							    color:#000;
							}*/
}
.minicart-wrapper .block-minicart .cart-info #block-discount #discount-coupon-form .field .control .message,
.minicart-wrapper .block-minicart .cart-summary-info #block-discount #discount-coupon-form .field .control .message {
  margin-bottom: 0px;
  font-size: 12px;
  margin-top: 0px;
}
.minicart-wrapper .block-minicart .cart-info #block-discount #discount-coupon-form .field .control .message.coupon-error,
.minicart-wrapper .block-minicart .cart-summary-info #block-discount #discount-coupon-form .field .control .message.coupon-error {
  color: red;
}
.minicart-wrapper .block-minicart .cart-info #block-discount #discount-coupon-form .field .control button.remove-code-submit,
.minicart-wrapper .block-minicart .cart-summary-info #block-discount #discount-coupon-form .field .control button.remove-code-submit,
.minicart-wrapper .block-minicart .cart-info #block-discount #discount-coupon-form .field .control .cart.table-wrapper .actions-toolbar > .action.remove-code-submit,
.minicart-wrapper .block-minicart .cart-summary-info #block-discount #discount-coupon-form .field .control .cart.table-wrapper .actions-toolbar > .action.remove-code-submit,
.minicart-wrapper .block-minicart .cart-info #block-discount #discount-coupon-form .field .control .action-gift.remove-code-submit,
.minicart-wrapper .block-minicart .cart-summary-info #block-discount #discount-coupon-form .field .control .action-gift.remove-code-submit {
  padding: 5px 15px 5px;
  font-size: 16px;
  letter-spacing: 0.51px;
  border: none;
  margin-bottom: 0px;
  background: transparent;
  color: #000;
  font-family: 'ProximaNova-Bold';
}
.minicart-wrapper .block-minicart .cart-info #block-discount #discount-coupon-form .actions-toolbar,
.minicart-wrapper .block-minicart .cart-summary-info #block-discount #discount-coupon-form .actions-toolbar {
  width: 25%;
  float: left;
  padding-left: 10px;
  margin-left: 0 !important;
}
.minicart-wrapper .block-minicart .cart-info #block-discount #discount-coupon-form .actions-toolbar .discount-amount,
.minicart-wrapper .block-minicart .cart-summary-info #block-discount #discount-coupon-form .actions-toolbar .discount-amount {
  float: right;
}
.checkout-index-index .checkout-payment-method .payment-method-content {
  padding: 0 0 10px 0px;
}
.checkout-index-index .checkout-payment-method .payment-method-content .fieldset > .field {
  margin: 0;
}
.checkout-index-index .checkout-payment-method .payment-method-content .actions-toolbar {
  margin-bottom: 20px !important;
}
.checkout-cart-index .page-main {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.checkout-cart-index h1.page-title {
  font-size: 22.5px;
}
/* size chart */
a.view-size-chart,
a.view-size-chart:hover {
  color: #000;
}
.size-chart-modal.modal-popup .modal-inner-wrap {
  max-height: 70vh;
  top: 10%;
  width: 40%;
}
.gallery-placeholder {
  width: 100%;
}
.nav-header_desktop_button {
  width: 110px;
  float: left;
  text-align: center;
  border: 2px solid #000000;
  border-radius: 50px;
  margin-right: 12px;
}
.nav-header_desktop_button:hover {
  background: #000;
  color: #fff;
}
.nav_header_outlet_btn {
  width: 110px;
  float: left;
  text-align: center;
  border: 2px solid #000000;
  border-radius: 50px;
  margin-right: 12px;
  background: #000;
  color: #fff;
}
.nav_header_outlet_btn:hover {
  background: #fff;
  color: #000;
}
.intro_heading {
  width: 100%;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 37px;
}
.bullets_content {
  text-align: center;
  margin: 40px 0;
}
.bullet-text {
  font-size: 16px;
  padding: 20px;
  line-height: 19.2px;
}
.intro_content {
  font-size: 16px;
  line-height: 19.2px;
}
.bullets_container {
  margin-top: 40px;
}
.dj-chose-h1 {
  margin-bottom: 8px;
  font-size: 30px;
}
.dj-chose-h2 {
  margin-bottom: 8px;
}
.dj-chose-h2-last {
  margin-bottom: 23px;
}
.dj-chose-p {
  font-size: 16px;
  max-width: 489px;
  padding: 0px;
  margin: 0px;
}
.text-content-area-djchose {
  float: right;
  max-width: 600px;
}
.iframe_dfchose {
  height: 350px;
  width: 605px;
  border: none;
}
#fpo_content {
  color: #eb00ff;
  position: absolute;
  right: 36%;
  font-size: 53px;
}
#dexter_top_header_message {
  padding: 20px;
  text-align: center;
  float: left;
  background: #9984e3;
  z-index: 100000;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
/*** Battle landing page ***/
.battles-index-index .page-main {
  width: 100%;
  max-width: 100%;
  padding: 0px;
  margin: 0px;
}
.battles-index-index .home-page-banner {
  width: 100%;
  display: inline-block;
  max-height: 100%;
  overflow: hidden;
}
.battles-index-index .home-page-banner .banner-image {
  position: relative;
  padding: 0px;
  width: 100%;
  height: 80vh;
  max-height: 600px;
}
.battles-index-index .home-page-banner .banner-image #about_video_bg iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.battles-index-index .home-page-banner .banner-image img {
  width: 100%;
}
.battles-index-index .home-page-banner .banner-image .banner-info {
  position: absolute;
  left: 0;
  z-index: 999;
  right: 0;
  text-align: center;
  color: #fff;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.battles-index-index .home-page-banner .banner-image .banner-info .banner-content {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
}
.battles-index-index .home-page-banner .banner-image .banner-info .banner-content h1 {
  margin-bottom: 0px;
  font-size: 90px;
  line-height: 1.22;
}
.battles-index-index .home-page-banner .banner-image .banner-info .banner-content p {
  margin-top: 2rem;
  font-size: 20px;
}
.battles-index-index .new-battle-section {
  width: 100%;
  display: inline-block;
  padding: 4% 0 !important;
}
.battles-index-index .new-battle-section h4 {
  font-size: 40px;
  line-height: 1.25;
  font-style: italic;
  color: #000;
}
.battles-index-index .battle-section {
  width: 100%;
  display: inline-block;
}
.battles-index-index .battle-section .leaderboard-section {
  background: #000;
  color: #fff;
}
.battles-index-index .battle-section .leaderboard-section .leaderboard-wrapper {
  padding: 60px 30px;
  display: inline-block;
}
.battles-index-index .battle-section .leaderboard-section .leaderboard-wrapper .leaderboard-title {
  padding: 0px 0 40px;
}
.battles-index-index .battle-section .leaderboard-section .leaderboard-wrapper .leaderboard-title h4 {
  font-size: 30px;
}
.battles-index-index .battle-section .leaderboard-section .leaderboard-wrapper .leaderboard-title p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.42;
  margin-bottom: 0;
}
.battles-index-index .battle-section .leaderboard-section .leaderboard-wrapper .leaderboard {
  display: inline-block;
  max-height: 400px;
  height: 400px;
  overflow: auto;
}
.battles-index-index .battle-section .leaderboard-section .leaderboard-wrapper .leaderboard .leaders-row {
  padding-bottom: 20px;
}
.battles-index-index .battle-section .leaderboard-section .leaderboard-wrapper .leaderboard .leaders-row .ribbon {
  text-align: right;
  padding-right: 0px;
}
.battles-index-index .battle-section .leaderboard-section .leaderboard-wrapper .leaderboard .leaders-row .ribbon img {
  max-width: 40px;
  padding-top: 5px;
}
.battles-index-index .battle-section .leaderboard-section .leaderboard-wrapper .leaderboard .leaders-row .leader-img {
  text-align: center;
}
.battles-index-index .battle-section .leaderboard-section .leaderboard-wrapper .leaderboard .leaders-row .leader-img img {
  border: #000;
  border-radius: 50%;
  width: 50px;
}
.battles-index-index .battle-section .leaderboard-section .leaderboard-wrapper .leaderboard .leaders-row .leader-img .no-img {
  background: #ff00f5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.battles-index-index .battle-section .leaderboard-section .leaderboard-wrapper .leaderboard .leaders-row .leader-name {
  padding-top: 10px;
}
.battles-index-index .battle-section .leaderboard-section .leaderboard-wrapper .leaderboard .leaders-row .leader-points {
  padding-left: 5px;
  padding-top: 10px;
}
.battles-index-index .battle-section .leaderboard-section .leaderboard-wrapper .leaderboard .leaders-row .leader-points .star i {
  background: #9984e3;
  border-radius: 50%;
  color: #000;
  padding: 1px 2.5px 2px 2px;
  font-size: 10px;
  margin-left: 2px;
}
.battles-index-index .battle-section .upcoming-section {
  background-color: #333533;
  color: #fff;
}
.battles-index-index .battle-section .upcoming-section .upcoming-section-wrapper {
  padding: 60px 30px;
  display: inline-block;
  width: 100%;
}
.battles-index-index .battle-section .upcoming-section .upcoming-section-wrapper .upcoming-battle-title {
  padding: 0px 0 65px;
}
.battles-index-index .battle-section .upcoming-section .upcoming-section-wrapper .upcoming-battle-title h4 {
  font-size: 30px;
}
.battles-index-index .battle-section .upcoming-section .upcoming-section-wrapper .upcoming-battles {
  display: inline-block;
  max-height: 400px;
  height: 400px;
  overflow: auto;
}
.battles-index-index .battle-section .upcoming-section .upcoming-section-wrapper .upcoming-battles .upcoming-battle {
  margin-bottom: 35px;
}
.battles-index-index .battle-section .upcoming-section .upcoming-section-wrapper .upcoming-battles .upcoming-battle .battle-image {
  position: relative;
}
.battles-index-index .battle-section .upcoming-section .upcoming-section-wrapper .upcoming-battles .upcoming-battle .battle-image .battle-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
}
.battles-index-index .battle-section .upcoming-section .upcoming-section-wrapper .upcoming-battles .upcoming-battle .battle-image .battle-title .tutorial-title {
  font-size: 26px;
}
.battles-index-index .battle-section .upcoming-section .upcoming-section-wrapper .upcoming-battles .upcoming-battle .battle-image .battle-title .tutorial-by {
  font-size: 16px;
}
.battles-index-index .battle-section .upcoming-section .upcoming-section-wrapper .upcoming-battles .upcoming-battle .battle-image .battle-title .see-tutorial {
  margin-top: 25px;
}
.battles-index-index .battle-section .upcoming-section .upcoming-section-wrapper .upcoming-battles .upcoming-battle .battle-image .battle-title .see-tutorial button,
.battles-index-index .battle-section .upcoming-section .upcoming-section-wrapper .upcoming-battles .upcoming-battle .battle-image .battle-title .see-tutorial .cart.table-wrapper .actions-toolbar > .action,
.battles-index-index .battle-section .upcoming-section .upcoming-section-wrapper .upcoming-battles .upcoming-battle .battle-image .battle-title .see-tutorial .action-gift {
  background-color: #9984e3 !important;
  background: #9984e3 !important;
}
.battles-index-index .battle-section .upcoming-section .upcoming-section-wrapper .upcoming-battles .upcoming-battle .battle-image .battle-title .see-tutorial button:hover,
.battles-index-index .battle-section .upcoming-section .upcoming-section-wrapper .upcoming-battles .upcoming-battle .battle-image .battle-title .see-tutorial .cart.table-wrapper .actions-toolbar > .action:hover,
.battles-index-index .battle-section .upcoming-section .upcoming-section-wrapper .upcoming-battles .upcoming-battle .battle-image .battle-title .see-tutorial .action-gift:hover {
  background-color: #000 !important;
  background: #000 !important;
}
.battles-index-index .battle-section .upcoming-section .upcoming-section-wrapper .upcoming-battles .upcoming-battle .battle-image .battle-link {
  cursor: pointer;
}
.battles-index-index .battle-section .upcoming-section .upcoming-section-wrapper .upcoming-battles .upcoming-battle .battle-date {
  text-align: left;
  padding: 5px 0;
}
.battles-index-index .battle-section .upcoming-section .upcoming-section-wrapper .upcoming-battles .upcoming-battle .battle-date .past-battle {
  color: #9984e3;
  margin-left: 10px;
  font-style: italic;
}
.battles-index-index .battle-section .upcoming-section .upcoming-section-wrapper .upcoming-battles .upcoming-battle .battle-info {
  text-align: left;
}
.battles-index-index .battle-section .upcoming-section .upcoming-section-wrapper .upcoming-battles .upcoming-battle .battle-info .music {
  margin-right: 5px;
  color: #dedede;
}
.battles-index-index .about-battle {
  background: #ededed;
  padding: 5%;
  display: inline-block;
  width: 100%;
  margin-top: -5px;
}
.battles-index-index .about-battle .section-heading h4 {
  font-size: 30px;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin-bottom: 15px;
}
.battles-index-index .about-battle .section-content p {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  color: #6d6d6d;
  margin-bottom: 0px;
}
.battles-index-index .about-battle .section-content p.battle-insta {
  margin-top: 20px;
}
.battles-index-index .about-battle .section-content a {
  text-decoration: none;
  color: #9984e3;
}
.battles-index-index .enroll-for-battle {
  width: 100%;
  display: inline-block;
  padding: 5% 8%;
}
.battles-index-index .enroll-for-battle .enroll-for-battle-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.battles-index-index .enroll-for-battle .enroll-for-battle-container .enroll-for-battle-steps ul {
  padding: 20px;
}
.battles-index-index .enroll-for-battle .enroll-for-battle-container .enroll-for-battle-steps ul li {
  font-size: 16px;
  line-height: 1.75;
  color: #6d6d6d;
}
.battles-index-index .enroll-for-battle .enroll-for-battle-container .enroll-for-battle-steps ul li a {
  text-decoration: none;
  color: #9984e3;
}
.battles-index-index .enroll-for-battle .enroll-for-battle-container .enroll-for-battle-steps .below-info {
  font-size: 16px;
  line-height: 1.75;
}
.battles-index-index .enroll-for-battle .enroll-for-battle-container .enroll-for-battle-video iframe {
  width: 100%;
}
.battles-index-index .download-app {
  background: #ededed;
  display: inline-block;
  width: 100%;
  padding: 0 3%;
}
.battles-index-index .download-app .download-app-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.battles-index-index .download-app .download-app-wrapper .download-title {
  width: 70%;
}
.battles-index-index .download-app .download-app-wrapper .download-title h4 {
  font-size: 36px;
  line-height: 1.2;
  text-align: left;
  color: #000;
}
.battles-index-index .download-app .download-app-wrapper .download-content {
  width: 70%;
  margin: 20px 0;
}
.battles-index-index .download-app .download-app-wrapper .download-content p {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 1.75;
}
.battles-index-index .download-app .download-app-wrapper .download-buttons {
  width: 100%;
  display: inline-block;
}
.battles-index-index .download-app .download-app-wrapper .download-buttons a {
  letter-spacing: 0.51px;
  padding: 21px 20px;
  display: inline-block;
  width: auto;
  margin: 0;
  color: #fff;
}
.battles-index-index .download-app .download-app-wrapper .download-buttons a:hover {
  text-decoration: none;
  color: #fff;
}
.battles-index-index .battle-faqs {
  width: 100%;
  display: inline-block;
  padding: 5% 0;
}
.battles-index-index .battle-faqs .faq-title {
  font-size: 30px;
  line-height: 1.23;
  color: #000000;
}
.battles-index-index .battle-faqs .faq-content {
  padding: 3% 24%;
}
.battles-index-index .battle-faqs .faq-content .faq-row {
  border-bottom: 1px solid #b2b2b2;
  padding: 10px 0;
  cursor: pointer;
}
.battles-index-index .battle-faqs .faq-content .faq-row a.accordion {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #6d6d6d;
  width: 100%;
  display: inline-block;
}
.battles-index-index .battle-faqs .faq-content .faq-row a.accordion:after {
  content: '\002B';
  float: right;
  padding-right: 20px;
}
.battles-index-index .battle-faqs .faq-content .faq-row .panel.show {
  display: block;
}
.battles-index-index .battle-faqs .faq-content .faq-row .panel {
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.battles-index-index .battle-faqs .faq-content .faq-row .panel p {
  font-size: 16px;
  color: #6d6d6d;
  margin-bottom: 10px;
}
.battles-index-index .battle-faqs .faq-content .faq-row .panel p a {
  text-decoration: none;
  color: #9984e3;
}
.battles-index-index .battle-faqs .faq-content .faq-row .panel p:last-child {
  margin-bottom: 0px;
}
.battles-index-index .battle-faqs .faq-content .faq-row .panel .panel-content {
  padding: 15px 20px;
}
.battles-index-index .battle-faqs .faq-content .faq-row .panel .section1 {
  margin-bottom: 30px;
}
.battles-index-index .battle-faqs .faq-content .faq-row .panel .sub-content h4 {
  font-size: 16px;
}
.battles-index-index .battle-faqs .faq-content .faq-row .panel .sub-content ul {
  padding-left: 15px;
  margin-top: 15px;
}
.battles-index-index .battle-faqs .faq-content .faq-row .panel .sub-content ul li {
  font-size: 16px;
  color: #6d6d6d;
  margin-bottom: 10px;
}
.battles-index-index .battle-faqs .faq-content .faq-row a.accordion.active:after {
  content: '\2212';
}
/*** Event landing & Detail page ***/
.battles-index-events .page-main {
  width: 100%;
  max-width: 100%;
  padding: 0px;
  margin: 0px;
}
.battles-index-events .home-page-banner {
  width: 100%;
  display: inline-block;
  max-height: 100%;
  overflow: hidden;
}
.battles-index-events .home-page-banner .banner-image {
  position: relative;
  padding: 0px;
  width: 100%;
  height: 80vh;
  max-height: 600px;
}
.battles-index-events .home-page-banner .banner-image #about_video_bg iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.battles-index-events .home-page-banner .banner-image img {
  width: 100%;
}
.battles-index-events .home-page-banner .banner-image .banner-info {
  position: absolute;
  left: 0;
  z-index: 999;
  right: 0;
  text-align: center;
  color: #fff;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.battles-index-events .home-page-banner .banner-image .banner-info .banner-content {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
}
.battles-index-events .home-page-banner .banner-image .banner-info .banner-content h1 {
  margin-bottom: 0px;
  font-size: 90px;
  line-height: 1.22;
}
.battles-index-events .home-page-banner .banner-image .banner-info .banner-content p {
  margin-top: 2rem;
  font-size: 20px;
}
.battles-index-events .new-event-section {
  width: 100%;
  display: inline-block;
  padding: 4% 0 !important;
}
.battles-index-events .new-event-section h4 {
  font-size: 40px;
  line-height: 1.25;
  font-style: italic;
  color: #000;
}
.battles-index-events .event-section {
  width: 100%;
  display: inline-block;
  padding: 4% 0 !important;
  background: #ededed;
}
.battles-index-events .event-section .upcoming-events {
  padding: 0 9%;
}
.battles-index-events .event-section .upcoming-event-title {
  margin-bottom: 50px;
}
.battles-index-events .event-section .upcoming-event-title h2 {
  font-size: 30px;
  line-height: 1.23;
  color: #000000;
}
.battles-index-events .event-section .upcoming-events .upcoming-event .event-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.battles-index-events .event-section .upcoming-events .upcoming-event .event-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.battles-index-events .event-section .upcoming-events .upcoming-event .event-img i {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  right: 20px;
  top: 20px;
}
.battles-index-events .event-section .upcoming-events .upcoming-event .event-time-price {
  color: #707070;
  font-size: 12px;
  line-height: 1.42;
  font-weight: 500;
  padding: 3px 0 0 0;
}
.battles-index-events .event-section .upcoming-events .upcoming-event .event-time-price .event-time {
  float: left;
}
.battles-index-events .event-section .upcoming-events .upcoming-event .event-time-price .event-price {
  float: left;
  padding: 0px 0px;
}
.battles-index-events .event-section .upcoming-events .upcoming-event .event-title {
  font-size: 16px;
  line-height: 1.42;
  color: #000000;
  padding: 10px 0 0 0;
}
.battles-index-events .event-section .upcoming-events .upcoming-event .event-address {
  font-size: 13px;
  line-height: 1.6;
  color: #707070;
  padding: 0px;
  margin-bottom: 20px;
}
.battles-index-events .event-section .show-more-events {
  margin-top: 20px;
}
.battles-index-events .event-section .show-more-events a.show-more {
  color: #000;
  border-bottom: 2px solid;
  cursor: pointer;
  text-decoration: none;
}
.battles-index-events .enroll-for-event {
  width: 100%;
  display: inline-block;
  padding: 5% 9%;
}
.battles-index-events .enroll-for-event .enroll-for-event-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.battles-index-events .enroll-for-event .enroll-for-event-container .enroll-for-event-steps ul {
  padding: 20px;
}
.battles-index-events .enroll-for-event .enroll-for-event-container .enroll-for-event-steps ul li {
  font-size: 16px;
  line-height: 1.6;
  color: #6d6d6d;
}
.battles-index-events .enroll-for-event .enroll-for-event-container .enroll-for-event-video iframe {
  width: 100%;
}
.battles-index-events .download-app {
  background: #000;
  display: inline-block;
  width: 100%;
  padding: 5% 0;
  color: #fff;
}
.battles-index-events .download-app .download-app-wrapper .download-title {
  width: 70%;
}
.battles-index-events .download-app .download-app-wrapper .download-title h4 {
  font-size: 36px;
  line-height: 1.2;
  text-align: left;
  color: #000;
}
.battles-index-events .download-app .download-app-wrapper .download-content {
  width: 100%;
  margin: 20px 0;
}
.battles-index-events .download-app .download-app-wrapper .download-content p {
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 25px;
}
.battles-index-events .download-app .download-app-wrapper .download-buttons {
  width: 100%;
  display: inline-block;
}
.battles-index-events .download-app .download-app-wrapper .download-buttons a {
  letter-spacing: 0.51px;
  padding: 21px 30px;
  display: inline-block;
  width: auto;
  margin: 0;
  color: #fff;
  background: #9984e3;
}
.battles-index-events .download-app .download-app-wrapper .download-buttons a:hover {
  text-decoration: none;
  color: #fff;
}
.battles-index-events .event-faqs {
  width: 100%;
  display: inline-block;
  padding: 5% 0;
}
.battles-index-events .event-faqs .faq-title {
  font-size: 30px;
  line-height: 1.23;
  color: #000000;
}
.battles-index-events .event-faqs .faq-content {
  padding: 3% 24%;
}
.battles-index-events .event-faqs .faq-content .faq-row {
  border-bottom: 1px solid #b2b2b2;
  padding: 10px 0;
  cursor: pointer;
}
.battles-index-events .event-faqs .faq-content .faq-row a.accordion {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #6d6d6d;
  width: 100%;
  display: inline-block;
}
.battles-index-events .event-faqs .faq-content .faq-row a.accordion:after {
  content: '\002B';
  float: right;
  padding-right: 20px;
}
.battles-index-events .event-faqs .faq-content .faq-row .panel.show {
  display: block;
}
.battles-index-events .event-faqs .faq-content .faq-row .panel {
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.battles-index-events .event-faqs .faq-content .faq-row .panel p {
  font-size: 16px;
  color: #6d6d6d;
  margin-bottom: 10px;
}
.battles-index-events .event-faqs .faq-content .faq-row .panel p:last-child {
  margin-bottom: 0px;
}
.battles-index-events .event-faqs .faq-content .faq-row .panel .panel-content {
  padding: 15px 20px;
}
.battles-index-events .event-faqs .faq-content .faq-row .panel .section1 {
  margin-bottom: 30px;
}
.battles-index-events .event-faqs .faq-content .faq-row .panel .sub-content h4 {
  font-size: 16px;
}
.battles-index-events .event-faqs .faq-content .faq-row .panel .sub-content ul {
  padding-left: 15px;
  margin-top: 15px;
}
.battles-index-events .event-faqs .faq-content .faq-row .panel .sub-content ul li {
  font-size: 16px;
  color: #6d6d6d;
  margin-bottom: 10px;
}
.battles-index-events .event-faqs .faq-content .faq-row a.accordion.active:after {
  content: '\2212';
}
.battles-index-eventdetail .page-main {
  width: 100%;
  max-width: 100%;
  padding: 0px;
  margin: 0px;
}
.battles-index-eventdetail .event-detail .upcoming-event .event-img {
  width: 35%;
  margin: 0 auto;
  position: relative;
}
.battles-index-eventdetail .event-detail .upcoming-event .event-img img {
  width: 100%;
}
.battles-index-eventdetail .event-detail .upcoming-event .event-img i {
  position: absolute;
  top: 15px;
  font-size: 20px;
  right: 15px;
  color: #fff;
}
.battles-index-eventdetail .event-detail .upcoming-event .event-time-price {
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: normal;
  color: #707070;
  margin: 10px 0 0 0;
}
.battles-index-eventdetail .event-detail .upcoming-event .event-title {
  font-size: 30px;
  line-height: 1.23;
  color: #000000;
  margin: 15px 0 0 0;
}
.battles-index-eventdetail .event-detail .upcoming-event .event-address {
  font-size: 16px;
  line-height: 1.6;
  color: #707070;
  margin: 5px 0 0 0;
}
.battles-index-eventdetail .event-detail .event-short-desc-wrapper .event-short-desc {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: #707070;
  width: 50%;
  margin: 10px auto;
}
.battles-index-eventdetail .event-detail .get-ticket-container .ticket-button-wrapper {
  width: 50%;
  border-bottom: 2px solid #707070;
  padding-bottom: 60px;
  margin: 0 auto;
}
.battles-index-eventdetail .event-detail .get-ticket-container .ticket-button-wrapper .get-ticket-button {
  letter-spacing: 0.51px;
  padding: 22px 30px;
  display: inline-block;
  width: auto;
  margin: 10px 0;
  color: #fff;
}
.battles-index-eventdetail .event-detail .event-long-desc {
  padding: 60px 0;
}
.battles-index-eventdetail .event-detail .event-long-desc h4 {
  font-size: 30px;
  line-height: 1.23;
  color: #000000;
}
.battles-index-eventdetail .event-detail .event-long-desc .about-the-event-wrapper .about-the-event {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: #707070;
  width: 50%;
  margin: 13px auto;
}
.battles-index-eventdetail .event-detail .location-wrapper {
  margin-bottom: 50px;
}
.battles-index-eventdetail .event-detail .location-wrapper h4 {
  font-size: 30px;
  line-height: 1.23;
  color: #000000;
}
.battles-index-eventdetail .event-detail .location-wrapper .map-container .map {
  width: 50%;
  margin: 0 auto;
}
.battles-index-eventdetail .event-detail .location-wrapper .click-location-info {
  font-size: 16px;
  line-height: 1.4;
  color: #6d6d6d;
}
.battles-index-eventdetail .download-app {
  background: #000;
  display: inline-block;
  width: 100%;
  padding: 5% 0;
  color: #fff;
}
.battles-index-eventdetail .download-app .download-app-wrapper .download-title {
  width: 70%;
}
.battles-index-eventdetail .download-app .download-app-wrapper .download-title h4 {
  font-size: 36px;
  line-height: 1.2;
  text-align: left;
  color: #000;
}
.battles-index-eventdetail .download-app .download-app-wrapper .download-content {
  width: 100%;
  margin: 20px 0;
}
.battles-index-eventdetail .download-app .download-app-wrapper .download-content p {
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 25px;
}
.battles-index-eventdetail .download-app .download-app-wrapper .download-buttons {
  width: 100%;
  display: inline-block;
}
.battles-index-eventdetail .download-app .download-app-wrapper .download-buttons a {
  letter-spacing: 0.51px;
  padding: 21px 30px;
  display: inline-block;
  width: auto;
  margin: 0;
  color: #fff;
  background: #9984e3;
}
.battles-index-eventdetail .download-app .download-app-wrapper .download-buttons a:hover {
  text-decoration: none;
  color: #fff;
}
.battles-index-eventdetail .event-faqs {
  width: 100%;
  display: inline-block;
  padding: 5% 0;
}
.battles-index-eventdetail .event-faqs .faq-title {
  font-size: 30px;
  line-height: 1.23;
  color: #000000;
}
.battles-index-eventdetail .event-faqs .faq-content {
  padding: 3% 24%;
}
.battles-index-eventdetail .event-faqs .faq-content .faq-row {
  border-bottom: 1px solid #b2b2b2;
  padding: 10px 0;
  cursor: pointer;
}
.battles-index-eventdetail .event-faqs .faq-content .faq-row a.accordion {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #6d6d6d;
  width: 100%;
  display: inline-block;
}
.battles-index-eventdetail .event-faqs .faq-content .faq-row a.accordion:after {
  content: '\002B';
  float: right;
  padding-right: 20px;
}
.battles-index-eventdetail .event-faqs .faq-content .faq-row .panel.show {
  display: block;
}
.battles-index-eventdetail .event-faqs .faq-content .faq-row .panel {
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.battles-index-eventdetail .event-faqs .faq-content .faq-row .panel p {
  font-size: 16px;
  color: #6d6d6d;
  margin-bottom: 10px;
}
.battles-index-eventdetail .event-faqs .faq-content .faq-row .panel p:last-child {
  margin-bottom: 0px;
}
.battles-index-eventdetail .event-faqs .faq-content .faq-row .panel .panel-content {
  padding: 15px 20px;
}
.battles-index-eventdetail .event-faqs .faq-content .faq-row .panel .section1 {
  margin-bottom: 30px;
}
.battles-index-eventdetail .event-faqs .faq-content .faq-row .panel .sub-content h4 {
  font-size: 16px;
}
.battles-index-eventdetail .event-faqs .faq-content .faq-row .panel .sub-content ul {
  padding-left: 15px;
  margin-top: 15px;
}
.battles-index-eventdetail .event-faqs .faq-content .faq-row .panel .sub-content ul li {
  font-size: 16px;
  color: #6d6d6d;
  margin-bottom: 10px;
}
.battles-index-eventdetail .event-faqs .faq-content .faq-row a.accordion.active:after {
  content: '\2212';
}
.block-authentication .email {
  width: 100%;
  border: none;
}
.block-authentication .captcha .captcha-image {
  width: 100%;
}
.block-authentication .captcha button,
.block-authentication .captcha .cart.table-wrapper .actions-toolbar > .action,
.block-authentication .captcha .action-gift {
  float: right;
}
.block-authentication .button {
  width: 137px;
  height: 45px;
  border-radius: 100px !important;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  background-color: #0d0d0d;
  color: #fff;
  cursor: pointer;
  font-size: 12px !important;
  line-height: 1.71px !important;
  padding: 20px !important;
  background: #0d0d0d;
  border: none !important;
}
.block-authentication .action-register {
  width: 137px;
  height: 45px;
  border-radius: 100px !important;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  background-color: #0d0d0d;
  color: #fff;
  cursor: pointer;
  font-size: 12px !important;
  line-height: 1.71px !important;
  padding: 20px !important;
  background: #0d0d0d;
  border: none !important;
}
.block-authentication .action-register:hover {
  background-color: #9984e3 !important;
}
.popup-authentication {
  z-index: 111119999999 !important;
}
.modals-wrapper .modals-overlay {
  z-index: 999 !important;
}
#search_autocomplete .amount {
  display: none !important;
}
.cc_parent_link_nav:hover {
  color: #9984e3 !important;
}
.cc_parent_link_nav:active {
  color: #9984e3 !important;
}
/**  Downloadable product styling  **/
.page-product-downloadable.page-layout-1column .product-info-main {
  width: 100%;
  float: left;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.page-product-downloadable.page-layout-1column .product-options-wrapper {
  width: 100%;
  float: left;
}
.page-product-downloadable.page-layout-1column .product-options-wrapper .fieldset {
  margin-bottom: 0px !important;
}
.page-product-downloadable.page-layout-1column .product-options-wrapper #downloadable-links-list .downloads-all {
  display: none;
}
.page-product-downloadable.page-layout-1column .product-options-wrapper #downloadable-links-list .field.choice {
  width: 25%;
  float: left;
  padding-right: 20px;
  margin-bottom: 25px;
}
.page-product-downloadable.page-layout-1column .product-options-wrapper #downloadable-links-list .field.choice img.product-image-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-product-downloadable.page-layout-1column .product-options-wrapper #downloadable-links-list .field.choice .link-item-info {
  width: 100%;
  float: left;
}
.page-product-downloadable.page-layout-1column .product-options-wrapper #downloadable-links-list .field.choice .action-wrapper {
  margin-top: 10px;
  width: 100%;
  float: left;
  text-align: center;
}
.page-product-downloadable.page-layout-1column .product-options-wrapper #downloadable-links-list .field.choice .action-wrapper input {
  margin-left: 10px;
}
.page-product-downloadable.page-layout-1column .product-options-wrapper #downloadable-links-list .field.choice .action-wrapper .price-container:before {
  content: '';
}
.page-product-downloadable.page-layout-1column .product-options-wrapper #links-advice-container {
  width: 100%;
  display: inline-block;
}
.page-product-downloadable.page-layout-1column .product-options-bottom {
  float: right;
  width: auto;
}
.page-product-downloadable.page-layout-1column .product-options-bottom .product-info-price {
  margin-top: 0px;
}
.page-product-downloadable.page-layout-1column .product-options-bottom .product-info-price .price-box.price-final_price {
  margin-left: 30px !important;
}
.page-product-downloadable.page-layout-1column .product-options-bottom .box-tocart {
  margin: 0px !important;
  display: inherit;
}
.page-product-downloadable.page-layout-1column .product-options-bottom .box-tocart .actions {
  padding-top: 10px !important;
}
/**  End of Downloadable product styling  **/
@media (min-width: 1450px) {
  .cms-home-page-dexter #maincontent .home-page-banner {
    max-height: unset !important;
  }
}
@media (max-width: 1600px) and (min-width: 1421px) {
  .copyright-info p {
    padding-left: 25px !important;
  }
}
@media (max-width: 1700px) and (min-width: 1601px) {
  .copyright-info p {
    padding-left: 40px !important;
  }
}
@media (max-width: 1800px) and (min-width: 1701px) {
  .copyright-info p {
    padding-left: 45px !important;
  }
}
@media (max-width: 2000px) and (min-width: 1801px) {
  .copyright-info p {
    padding-left: 65px !important;
  }
}
@media (max-width: 920px) and (min-width: 768px) {
  .header.content .action.nav-toggle {
    display: none;
  }
  .header.content .logo {
    width: 50% !important;
  }
  .header.links ul.customer-logged-in {
    top: 122px !important;
    right: 6% !important;
    text-align: center !important;
  }
  .cms-home-page-dexter .header.content {
    padding: 21px 85px !important;
  }
  .cms-home-page-dexter #maincontent .featured-product {
    padding: 80px 85px 40px !important;
  }
  .cms-home-page-dexter #maincontent .instagram-feeds {
    padding: 45px 90px !important;
  }
  footer.page-footer {
    padding: 35px 85px !important;
  }
  .copyright-info p {
    padding-left: 0px !important;
  }
  .modals-wrapper .modal-popup.cart-restriction .modal-inner-wrap {
    width: 45% !important;
  }
  .minicart-wrapper .block-minicart .cart-summary-info #block-discount .actions-toolbar button,
  .minicart-wrapper .block-minicart .cart-summary-info #block-discount .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
  .minicart-wrapper .block-minicart .cart-summary-info #block-discount .actions-toolbar .action-gift {
    margin-left: 0px !important;
    padding: 1px !important;
  }
  .minicart-wrapper .block-minicart .cart-summary-info #block-discount .actions-toolbar button.discount-submit,
  .minicart-wrapper .block-minicart .cart-summary-info #block-discount .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.discount-submit,
  .minicart-wrapper .block-minicart .cart-summary-info #block-discount .actions-toolbar .action-gift.discount-submit {
    width: 55px !important;
    height: 40px !important;
  }
  .home-page-banner .banner-content h1 {
    font-size: 75px !important;
  }
  .navigation-container .shop-link.active span,
  .navigation-container .shop-link.active a {
    color: #9984e3 !important;
  }
  .navigation-container .nav-links {
    padding: 0px !important;
  }
  .navigation-container .nav-links .static-links {
    padding-right: 3px !important;
  }
  .navigation-container .nav-links a,
  .navigation-container .nav-links li {
    font-size: 14px !important;
  }
  .catalogsearch-result-index .sidebar-additional,
  .catalog-category-view .sidebar-additional {
    padding-right: 0px !important;
  }
  .catalog-product-view .product-info-main .product-info-price {
    width: 100% !important;
  }
  .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price {
    margin-left: 0px !important;
  }
}
@media (min-width: 768px) {
  .catalogsearch-result-index.page-layout-2columns-left .column.main,
  .catalog-category-view.page-layout-2columns-left .column.main {
    width: 80.333333%;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 35px 25px 10px !important;
  }
  footer .footer.content {
    text-align: center;
  }
  footer .footer.content .column1 {
    border-right: none !important;
  }
  footer .footer.content .column1 .logo-title {
    margin-bottom: 16px !important;
  }
  footer .footer.content .nav-title {
    font-size: 15px !important;
  }
  footer .footer.content .column2 .footer-links .nav {
    display: block !important;
  }
  footer .footer.content .column2 .footer-links .nav.item {
    padding: 5px 0 0;
  }
  footer .footer.content .column2 .footer-links .nav.item a {
    line-height: 2;
  }
  footer .footer.content .column3 {
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 0;
  }
  footer .footer.content .column3 .form.subscribe .actions {
    margin-top: 20px;
  }
  /**  Downloadable product styling  **/
  .page-product-downloadable.page-layout-1column .product-options-wrapper #downloadable-links-list .field.choice {
    width: 100%;
    float: left;
    padding-right: 0px;
  }
  /**  End of Downloadable product styling  **/
}
@media (max-width: 1024px) and (min-width: 768px) {
  footer .footer.content .column3 {
    margin-top: 20px;
  }
  footer .footer.content .column3 p.label.title {
    margin-bottom: 0px !important;
  }
  footer .footer.content .copyright-info {
    padding-left: 5px !important;
  }
}
@media (max-width: 320px) {
  header.page-header .logo {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .cms-home-page-dexter #maincontent .static-banner-blocks .banner-image {
    max-height: 55vh !important;
  }
  header.page-header .panel.wrapper {
    background-color: #9984e3 !important;
  }
  .modals-wrapper .modal-popup.cart-restriction .modal-inner-wrap {
    width: 75% !important;
  }
  .modal-header .seell-close-btn {
    width: auto !important;
    padding: 0px;
    padding-top: 2px;
  }
  .button,
  button:not(.search):not(#btn-minicart-close):not(.showcart):not(.remove-code-submit):not(.edit-address-link):not(.seell-close-btn):not(.captcha-reload):not(.dexter_cart_links),
  .cart.table-wrapper .actions-toolbar > .action:not(.search):not(#btn-minicart-close):not(.showcart):not(.remove-code-submit):not(.edit-address-link):not(.seell-close-btn):not(.captcha-reload):not(.dexter_cart_links),
  .action-gift:not(.search):not(#btn-minicart-close):not(.showcart):not(.remove-code-submit):not(.edit-address-link):not(.seell-close-btn):not(.captcha-reload):not(.dexter_cart_links) {
    font-family: inherit !important;
    width: 152px !important;
    box-shadow: none;
    outline: none;
    border: none !important;
  }
  .modal-header .seell-close-btn {
    width: auto !important;
    padding: 0px;
    padding-top: 2px;
  }
  #side-nav {
    width: 100% !important;
  }
  #side-nav .row1 .search-form.block-search {
    margin-top: 0;
  }
  #side-nav .row1 .search-form.block-search .field.search .actions .action.search {
    display: block !important;
    left: 10px !important;
    top: 2px !important;
    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;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    width: 20px;
    z-index: 1;
  }
  #side-nav .row1 .search-form.block-search .field.search .actions .action.search span {
    display: none;
  }
  #side-nav .row1 .search-form.block-search .field.search .actions .action.search::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #0d0d0d;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  #side-nav .row1 .search-form.block-search .field.search input:focus {
    box-shadow: none;
  }
  #side-nav .row1 .search-form.block-search .field.search input {
    position: static;
    margin: 0px;
    margin-left: 30px;
  }
  .cms-home-page-dexter #maincontent {
    margin-top: -55px;
  }
  .cms-home-page-dexter .page-header {
    margin-bottom: 0px;
  }
  .cms-home-page-dexter .sections.nav-sections {
    margin-bottom: 0px;
    position: relative;
    background: transparent;
    width: 100%;
    float: left;
    left: 0;
    top: 0;
  }
  .cms-home-page-dexter .sections.nav-sections .shop-link.shop-link-desktop {
    display: none !important;
  }
  .cms-home-page-dexter .sections.nav-sections .shop-link.shop-link-mobile {
    display: block !important;
  }
  .cms-home-page-dexter .sections.nav-sections .shop-link.shop-link-mobile a {
    text-decoration: none;
  }
  .cms-home-page-dexter .sections.nav-sections .navigation-container {
    top: 0px !important;
    position: relative !important;
  }
  .cms-home-page-dexter .sections.nav-sections .nav-sections-items {
    position: relative;
    z-index: 999;
    width: 100%;
    float: left;
  }
  .cms-home-page-dexter .sections.nav-sections .nav-sections-items .nav-sections-item-title {
    display: none !important;
  }
  .cms-home-page-dexter .sections.nav-sections .nav-sections-items .section-item-content.nav-sections-item-content[id="store.menu"] {
    display: block !important;
    margin: 0;
    left: 0;
  }
  .cms-home-page-dexter #maincontent .home-page-banner .banner-content h1 {
    font-size: 45px !important;
  }
  .cms-home-page-dexter #maincontent .instagram-feeds {
    padding: 45px 20px !important;
  }
  .cms-home-page-dexter #maincontent .featured-product {
    padding: 40px 20px 40px !important;
  }
  .cms-home-page-dexter #maincontent .featured-product .block-products-list .block-title {
    margin-bottom: 0px !important;
  }
  .cms-home-page-dexter #maincontent .featured-product .block-products-list .block-title strong {
    font-family: ProximaNova-Extrabld !important;
    font-size: 22px !important;
    line-height: 1.23 !important;
    text-align: center !important;
    color: #0d0d0d !important;
  }
  .cms-home-page-dexter #maincontent .featured-product .block-products-list p.view-more {
    font-size: 16px !important;
  }
  .cms-home-page-dexter #maincontent .instagram-feeds .mpinstagramfeed-container .mpinstagramfeed-header h3 {
    font-size: 22px !important;
  }
  .cms-home-page-dexter #maincontent .instagram-feeds .mpinstagramfeed-container .mpinstagramfeed-header .desc {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
  }
  .cms-home-page-dexter #maincontent .dexter-app-container {
    text-align: center;
  }
  .cms-home-page-dexter #maincontent .dexter-app-container .mobile-app-image {
    padding: 0 20px;
    /*text-align: inherit !important;
					padding: 0px !important;
    
					img{	
						max-width: 200px;
					}*/
  }
  .cms-home-page-dexter #maincontent .dexter-app-container .mobile-app-image .outlet-banner-image {
    padding: 0px;
  }
  .cms-home-page-dexter #maincontent .dexter-app-container .mobile-app-image .about_video_bg,
  .cms-home-page-dexter #maincontent .dexter-app-container .mobile-app-image iframe {
    height: 52vw !important;
  }
  .cms-home-page-dexter #maincontent .dexter-app-container .mobile-app-image iframe {
    width: 100% !important;
  }
  .cms-home-page-dexter #maincontent .dexter-app-container .mobile-app-content {
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    transform: unset !important;
    padding: 20px;
    margin-top: 20px;
  }
  .cms-home-page-dexter #maincontent .dexter-app-container .mobile-app-content .info-title h1 {
    font-size: 26px !important;
    line-height: 1.2 !important;
  }
  .cms-home-page-dexter #maincontent .dexter-app-container .mobile-app-content .info-desc {
    width: auto !important;
  }
  .cms-home-page-dexter #maincontent .dexter-app-container .mobile-app-content .info-desc p {
    line-height: 1.5 !important;
  }
  .video-index-show .dexter-app-container {
    text-align: center;
  }
  .video-index-show .dexter-app-container .mobile-app-image {
    padding: 0 20px;
    /*text-align: inherit !important;
					padding: 0px !important;
    
					img{	
						max-width: 200px;
					}*/
  }
  .video-index-show .dexter-app-container .mobile-app-image .outlet-banner-image {
    padding: 0px;
  }
  .video-index-show .dexter-app-container .mobile-app-image .about_video_bg,
  .video-index-show .dexter-app-container .mobile-app-image iframe {
    height: 52vw !important;
  }
  .video-index-show .dexter-app-container .mobile-app-image iframe {
    width: 100% !important;
  }
  .video-index-show .dexter-app-container .mobile-app-content {
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    transform: unset !important;
    padding: 20px;
    margin-top: 20px;
  }
  .video-index-show .dexter-app-container .mobile-app-content .info-title h1 {
    font-size: 26px !important;
    line-height: 1.2 !important;
  }
  .video-index-show .dexter-app-container .mobile-app-content .info-desc {
    width: auto !important;
  }
  .video-index-show .dexter-app-container .mobile-app-content .info-desc p {
    line-height: 1.5 !important;
  }
  /* size chart */
  .modals-wrapper .modals-overlay {
    z-index: 999 !important;
  }
  .size-chart-modal.modal-popup {
    z-index: 9999 !important;
    top: 15% !important;
    right: 20px !important;
    left: 20px !important;
  }
  .size-chart-modal.modal-popup .modal-inner-wrap {
    max-height: 70vh !important;
  }
  .size-chart-modal.modal-popup .modal-content {
    padding: 0px !important;
  }
  .size-chart-modal.modal-popup .modal-header {
    padding: 0px !important;
  }
  .size-chart-modal.modal-popup .modal-header .action-close {
    z-index: 99 !important;
  }
  #dexter_top_header_message {
    text-align: left !important;
    float: left !important;
    z-index: 999;
    font-size: 12px !important;
    line-height: 24px;
    color: #000;
  }
  #dexter_top_header_message span {
    margin-left: 0px !important;
    float: left;
  }
  #fpo_content {
    right: 0px !important;
    font-size: 35px !important;
  }
  .djchose-content {
    text-align: center;
  }
  .info-button {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .iframe_dfchose {
    height: auto !important;
    width: 100% !important;
  }
  .dj-chose-h1 {
    font-size: 26px;
  }
  .dexter_cart_links {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
  }
  .cart.main.actions a span {
    padding-left: 6px;
    font-size: 16px;
    font-weight: bold;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .catalogsearch-result-index .product-item-info .action.towishlist:before,
  .catalog-category-view .product-item-info .action.towishlist:before {
    font-size: 30px !important;
  }
  .catalogsearch-result-index #layered-filter-block-container .filter-options .filter-item-tab,
  .catalog-category-view #layered-filter-block-container .filter-options .filter-item-tab {
    width: 50px !important;
  }
  .catalogsearch-result-index .product-item-details .product-basic-info .product-item-name,
  .catalog-category-view .product-item-details .product-basic-info .product-item-name {
    font-size: 14px !important;
  }
  .product-item-details .product-basic-info {
    max-width: 100%;
    min-height: 88px !important;
  }
  .product-item-details .product-basic-info .price-box {
    margin: 10px 0 5px;
  }
  .product-item-details .product-add-to-cart {
    max-width: 100%;
    margin-left: 0px !important;
  }
  .product-item-details .product-add-to-cart .product-item-actions {
    margin: 0;
  }
  .product-item-details .product-add-to-cart .actions-primary {
    width: 100%;
  }
  .product-item-details .product-add-to-cart .swatch-attribute .swatch-attribute-options {
    width: 78% !important;
  }
  .dexter-app-container {
    padding: 35px 85px !important;
  }
  .dexter-app-container .mobile-app-image {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }
  .dexter-app-container .mobile-app-image iframe {
    width: 100% !important;
    height: 330px !important;
  }
  .dexter-app-container .outlet-banner-image {
    padding: 0px;
    max-height: 330px !important;
  }
  .dexter-app-container .mobile-app-content {
    text-align: center;
    margin-top: 15px;
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    transform: unset !important;
    padding: 20px;
    width: 100%;
    display: inline-block;
    max-width: 100%;
  }
  .dexter-app-container .mobile-app-content .info-desc {
    width: 100% !important;
  }
  .dexter-app-container .mobile-app-content .info-desc p {
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #close_banner_popup_btn {
    font-size: 20px;
  }
  .minicart-wrapper .block-minicart #free-shipment-progress {
    padding: 15px 30px !important;
  }
  .minicart-wrapper .block-minicart .cart-summary-info .subtotal {
    margin: 10px 0px !important;
  }
  .minicart-wrapper .block-minicart .cart-summary-info #block-discount #discount-coupon-form .field {
    margin: 0 0 10px !important;
  }
  .minicart-wrapper .block-minicart .grand-total-wrapper {
    padding: 0 0 10px !important;
  }
  .minicart-wrapper .cart-info .minicart-items-wrapper {
    padding: 15px !important;
  }
  .bss_quickview-catalog_product-view .product-add-form .box-tocart .actions {
    text-align: left !important;
  }
  .cms-home-page-dexter #maincontent .static-banner-blocks .banner-image .banner-info .banner-content p {
    margin-top: 0rem !important;
  }
  .page-header {
    margin-bottom: 0px !important;
  }
  .sections.nav-sections {
    margin-bottom: 0px;
    position: relative;
    background: transparent;
    width: 100%;
    float: left;
    left: 0;
    top: 0;
  }
  .sections.nav-sections .shop-link.shop-link-desktop {
    display: none !important;
  }
  .sections.nav-sections .shop-link.shop-link-mobile {
    display: block !important;
  }
  .sections.nav-sections .shop-link.shop-link-mobile a {
    text-decoration: none;
  }
  .sections.nav-sections .shop-link.shop-link-mobile a:hover {
    text-decoration: none;
    color: #9984e3;
    border-bottom: 2px solid #9984e3;
  }
  .sections.nav-sections .navigation-container {
    top: 0px !important;
  }
  .sections.nav-sections .nav-sections-items {
    position: relative;
    z-index: 999;
    width: 100%;
    float: left;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-title {
    display: none !important;
  }
  .sections.nav-sections .nav-sections-items .section-item-content.nav-sections-item-content[id="store.menu"] {
    display: block !important;
    margin: 0;
    left: 0;
    padding: 0;
  }
  header.page-header .panel.wrapper .subscription-offer {
    padding: 6px;
  }
  .checkout-index-index .page-main,
  .catalog-product-view .page-main,
  .catalogsearch-result-index .page-main,
  .catalog-category-view .page-main {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .catalogsearch-result-index #maincontent .columns .column.main,
  .catalog-category-view #maincontent .columns .column.main {
    order: 2 !important;
  }
  .catalogsearch-result-index #maincontent .columns .column.main #layered-filter-block-container .filter-history,
  .catalog-category-view #maincontent .columns .column.main #layered-filter-block-container .filter-history {
    width: 100% !important;
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: unset;
  }
  .catalogsearch-result-index #maincontent .columns .column.main #layered-filter-block-container .filter-options,
  .catalog-category-view #maincontent .columns .column.main #layered-filter-block-container .filter-options {
    width: 100% !important;
  }
  .catalogsearch-result-index #maincontent .columns .column.main #layered-filter-block-container .filter-options .filter-options-content,
  .catalog-category-view #maincontent .columns .column.main #layered-filter-block-container .filter-options .filter-options-content {
    margin: 0;
  }
  .catalogsearch-result-index #maincontent .columns .column.main #layered-filter-block-container .filter-actions.clean-filter-desktop,
  .catalog-category-view #maincontent .columns .column.main #layered-filter-block-container .filter-actions.clean-filter-desktop {
    display: none;
  }
  .catalogsearch-result-index #maincontent .columns .column.main #layered-filter-block-container .filter-actions.clean-filter-mobile,
  .catalog-category-view #maincontent .columns .column.main #layered-filter-block-container .filter-actions.clean-filter-mobile {
    display: block !important;
  }
  .catalogsearch-result-index #maincontent .columns #layer-product-list .products-grid .product-item,
  .catalog-category-view #maincontent .columns #layer-product-list .products-grid .product-item {
    width: 100% !important;
    margin-bottom: 35px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .catalogsearch-result-index #maincontent .columns #layer-product-list .swatch-attribute .swatch-attribute-options,
  .catalog-category-view #maincontent .columns #layer-product-list .swatch-attribute .swatch-attribute-options {
    width: 50% !important;
  }
  .catalogsearch-result-index #maincontent .columns .sidebar-additional,
  .catalog-category-view #maincontent .columns .sidebar-additional {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1 !important;
  }
  footer.page-footer .footer.content .column3 form.form.subscribe input::-webkit-input-placeholder {
    text-align: center !important;
  }
  footer.page-footer .footer.content .column3 form.form.subscribe input::-moz-placeholder {
    text-align: center !important;
  }
  footer.page-footer .footer.content .column3 form.form.subscribe input::-ms-input-placeholder {
    text-align: center !important;
  }
  footer.page-footer .footer.content .column3 form.form.subscribe input::placeholder {
    text-align: center !important;
  }
  .catalog-product-view .product-info-main .product-info-price {
    width: 100% !important;
  }
  .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price {
    margin-left: 0px !important;
  }
  .catalog-product-view .fotorama__active .fotorama__dot {
    background-color: #9984e3 !important;
    border-color: #9984e3 !important;
    border: 1px solid #9984e3 !important;
  }
  .catalog-product-view .fotorama__nav__frame--dot.fotorama__active {
    color: #9984e3 !important;
  }
  .catalog-product-view .fotorama__dot {
    border: 1px solid #9984e3 !important;
    height: 12px !important;
    width: 12px !important;
  }
  .catalog-product-view #maincontent .product-info-main {
    margin-top: 30px !important;
    display: flex;
    flex-flow: wrap;
  }
  .catalog-product-view #maincontent .product-info-main .product.attribute.overview {
    order: 2;
  }
  .catalog-product-view #maincontent .product-info-main .product-add-form {
    order: 1;
  }
  .catalog-product-view #maincontent .product-info-main .product-add-form .box-tocart .actions {
    padding-top: 15px !important;
  }
  .catalog-product-view #maincontent .product-info-main .product-social-links {
    display: none;
  }
  .catalog-product-view #maincontent .product-add-form #payment-request-button {
    display: none;
  }
  .checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle {
    display: none;
  }
  .checkout-index-index .checkout-container #checkoutSteps #checkout-step-shipping .actions-toolbar {
    padding-top: 8px;
  }
  .checkout-index-index .checkout-container #checkoutSteps #checkout-step-shipping .actions-toolbar button.checkout-btn,
  .checkout-index-index .checkout-container #checkoutSteps #checkout-step-shipping .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.checkout-btn,
  .checkout-index-index .checkout-container #checkoutSteps #checkout-step-shipping .actions-toolbar .action-gift.checkout-btn {
    width: 100%;
  }
  .columns .column.main {
    padding-bottom: 20px !important;
  }
  /* .cms-home-page-dexter #maincontent .featured-product {
		padding: 80px 0 40px !important;
	} */
  .cms-home-page-dexter .header.content {
    padding: 21px 25px !important;
  }
  .header.content {
    padding: 12px 25px !important;
  }
  .header.content .action.nav-toggle {
    display: none;
  }
  .header.content .block-search #search_mini_form {
    display: none;
  }
  .header.content .minicart-wrapper {
    margin-top: 6px !important;
  }
  .header.content .minicart-wrapper .action.showcart:before {
    font-size: 18px;
  }
  .header.content .header.links {
    /*width: 100%;
			text-align: right;
			padding: 0 !important;
			margin: 0 !important;*/
    margin-top: 11px !important;
  }
  .header.content .header.links .fa.fa-user {
    font-size: 20px;
    margin-right: 5px;
  }
  .header.content .header.links ul.customer-logged-in {
    top: 96px !important;
    right: 0px !important;
    text-align: left !important;
  }
  .header.content .logo {
    width: 45% !important;
  }
  .header.content .block-search .label {
    float: left;
  }
  .header.content .block-search .control {
    border: none;
  }
  .header.content .block-search input#search {
    padding-left: 10px;
  }
  .cms-home-page-dexter #maincontent .static-banner-blocks .home-static-block .right-block {
    padding-right: 25px;
    padding-left: 25px;
  }
  .cms-home-page-dexter #maincontent .static-banner-blocks .home-static-block .right-block .right-block-info {
    width: 100%;
  }
  .cms-home-page-dexter #maincontent .instagram-feeds .mpinstagramfeed-photo {
    width: 100% !important;
  }
  .cms-home-page-dexter #maincontent .featured-product .swatch-attribute .swatch-attribute-options {
    width: 50% !important;
  }
  .product-item-details .product-basic-info {
    margin: 10px 0;
    min-height: auto !important;
  }
  .product-item-details .product-basic-info .price-box {
    margin: 10px 0 5px;
  }
  .product-item-details .product-add-to-cart {
    margin-top: 0px;
    /*.remaining-swatch-count{
				top: -8px !important;
			}*/
  }
  .product-item-details .product-add-to-cart .actions-primary {
    width: 100%;
  }
  .product-item-details .product-add-to-cart .actions-primary button.tocart,
  .product-item-details .product-add-to-cart .actions-primary .cart.table-wrapper .actions-toolbar > .action.tocart,
  .product-item-details .product-add-to-cart .actions-primary .action-gift.tocart {
    width: 100%;
  }
  .customer-account-login .login-container {
    padding: 0;
  }
  .customer-account-login .login-container .block {
    width: 100%;
  }
  .customer-account-login .login-container .form-login .fieldset .actions-toolbar {
    margin-left: 0% !important;
  }
  .customer-account-login .login-container .form-login .fieldset .field .label {
    text-align: left;
  }
  .customer-account-login .login-container .form-login .fieldset .field .label.captcha_user_login {
    width: 100%;
  }
  .customer-account-login .login-container .form-login .fieldset .field .control {
    width: 100%;
  }
  .customer-account-create .form-create-account .actions-toolbar {
    margin-left: 0% !important;
  }
  .customer-account-create .form-create-account .fieldset .field .label {
    text-align: left;
    width: 100% !important;
  }
  .customer-account-create .form-create-account .fieldset .field .control {
    width: 100%;
  }
  .customer-account-index .columns {
    padding: 0%;
  }
  .customer-account-index .columns .column.main {
    border-left: none;
  }
  .customer-account-index .columns .column.main .block-dashboard-info {
    padding-left: 0%;
  }
  .customer-account-index .sidebar-main {
    display: none;
  }
  .sales-order-view .sidebar-main,
  .sales-order-history .sidebar-main,
  .customer-address-index .sidebar-main,
  .stripe_payments-customer-cards .sidebar-main,
  .stripe-customer-card .sidebar-main,
  .customer-account-index .sidebar-main,
  .sales-order-view .sidebar-main,
  .wishlist-index-index .sidebar-main,
  .customer-account-edit .sidebar-main,
  .video-index-index .sidebar-main,
  .stripe_payments-customer-subscriptions .sidebar-main,
  .customer-address-form .sidebar-main {
    display: none;
  }
  .customer-address-index .columns {
    padding: 0%;
  }
  .customer-address-index .columns .column.main {
    border-left: none;
  }
  .customer-address-index .columns .column.main .block {
    padding-left: 0%;
  }
  .customer-address-index .columns .column.main .actions-toolbar {
    padding-left: 0%;
  }
  .customer-address-index .sidebar-main {
    display: none;
  }
  .wishlist-index-index .columns {
    padding: 0%;
  }
  .wishlist-index-index .columns .column.main {
    border-left: none;
  }
  .wishlist-index-index .columns .column.main .block {
    padding-left: 0%;
  }
  .wishlist-index-index .sidebar-main {
    display: none;
  }
  .modal-inner-wrap .modal-content .form .fieldset .field .label {
    width: 40%;
    float: left;
  }
  .sales-order-history .columns {
    padding: 0%;
  }
  .sales-order-history .columns .column.main {
    border-left: none;
  }
  .sales-order-history .columns .column.main #order-and-cart-info {
    padding-left: 0%;
  }
  .sales-order-history .sidebar-main {
    display: none;
  }
  .cms-about .breadcrumbs a,
  .cms-sinisefoundation .breadcrumbs a,
  .cms-newsletter .breadcrumbs a,
  .cms-shipping-returns .breadcrumbs a,
  .cms-privacy-policy .breadcrumbs a,
  .cms-terms .breadcrumbs a,
  .cms-cookie-policy .breadcrumbs a,
  .cms-faqs .breadcrumbs a {
    margin-left: 10px !important;
  }
  .cms-about .page-title-wrapper span.base,
  .cms-sinisefoundation .page-title-wrapper span.base,
  .cms-newsletter .page-title-wrapper span.base,
  .cms-shipping-returns .page-title-wrapper span.base,
  .cms-privacy-policy .page-title-wrapper span.base,
  .cms-terms .page-title-wrapper span.base,
  .cms-cookie-policy .page-title-wrapper span.base,
  .cms-faqs .page-title-wrapper span.base {
    margin-left: 25px !important;
  }
  .cms-about .column.main .container,
  .cms-sinisefoundation .column.main .container,
  .cms-newsletter .column.main .container,
  .cms-shipping-returns .column.main .container,
  .cms-privacy-policy .column.main .container,
  .cms-terms .column.main .container,
  .cms-cookie-policy .column.main .container,
  .cms-faqs .column.main .container {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-left: 0px !important;
  }
  .cms-about .column.main p.full_content,
  .cms-sinisefoundation .column.main p.full_content,
  .cms-newsletter .column.main p.full_content,
  .cms-shipping-returns .column.main p.full_content,
  .cms-privacy-policy .column.main p.full_content,
  .cms-terms .column.main p.full_content,
  .cms-cookie-policy .column.main p.full_content,
  .cms-faqs .column.main p.full_content {
    padding: 75px 25px !important;
  }
  .cms-about .column.main .row,
  .cms-sinisefoundation .column.main .row,
  .cms-newsletter .column.main .row,
  .cms-shipping-returns .column.main .row,
  .cms-privacy-policy .column.main .row,
  .cms-terms .column.main .row,
  .cms-cookie-policy .column.main .row,
  .cms-faqs .column.main .row {
    margin-right: 0;
    margin-left: 0;
  }
  .cms-about .column.main .row .inner_cont,
  .cms-sinisefoundation .column.main .row .inner_cont,
  .cms-newsletter .column.main .row .inner_cont,
  .cms-shipping-returns .column.main .row .inner_cont,
  .cms-privacy-policy .column.main .row .inner_cont,
  .cms-terms .column.main .row .inner_cont,
  .cms-cookie-policy .column.main .row .inner_cont,
  .cms-faqs .column.main .row .inner_cont {
    padding: 75px 25px !important;
  }
  .cms-about .column.main .row .col-md-12,
  .cms-sinisefoundation .column.main .row .col-md-12,
  .cms-newsletter .column.main .row .col-md-12,
  .cms-shipping-returns .column.main .row .col-md-12,
  .cms-privacy-policy .column.main .row .col-md-12,
  .cms-terms .column.main .row .col-md-12,
  .cms-cookie-policy .column.main .row .col-md-12,
  .cms-faqs .column.main .row .col-md-12,
  .cms-about .column.main .row .col-md-6,
  .cms-sinisefoundation .column.main .row .col-md-6,
  .cms-newsletter .column.main .row .col-md-6,
  .cms-shipping-returns .column.main .row .col-md-6,
  .cms-privacy-policy .column.main .row .col-md-6,
  .cms-terms .column.main .row .col-md-6,
  .cms-cookie-policy .column.main .row .col-md-6,
  .cms-faqs .column.main .row .col-md-6,
  .cms-about .column.main .row .col-sm-6,
  .cms-sinisefoundation .column.main .row .col-sm-6,
  .cms-newsletter .column.main .row .col-sm-6,
  .cms-shipping-returns .column.main .row .col-sm-6,
  .cms-privacy-policy .column.main .row .col-sm-6,
  .cms-terms .column.main .row .col-sm-6,
  .cms-cookie-policy .column.main .row .col-sm-6,
  .cms-faqs .column.main .row .col-sm-6,
  .cms-about .column.main .row .col-sm-12,
  .cms-sinisefoundation .column.main .row .col-sm-12,
  .cms-newsletter .column.main .row .col-sm-12,
  .cms-shipping-returns .column.main .row .col-sm-12,
  .cms-privacy-policy .column.main .row .col-sm-12,
  .cms-terms .column.main .row .col-sm-12,
  .cms-cookie-policy .column.main .row .col-sm-12,
  .cms-faqs .column.main .row .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .cms-about .column.main .row .col-md-12 .content_area h4.sub-title,
  .cms-sinisefoundation .column.main .row .col-md-12 .content_area h4.sub-title,
  .cms-newsletter .column.main .row .col-md-12 .content_area h4.sub-title,
  .cms-shipping-returns .column.main .row .col-md-12 .content_area h4.sub-title,
  .cms-privacy-policy .column.main .row .col-md-12 .content_area h4.sub-title,
  .cms-terms .column.main .row .col-md-12 .content_area h4.sub-title,
  .cms-cookie-policy .column.main .row .col-md-12 .content_area h4.sub-title,
  .cms-faqs .column.main .row .col-md-12 .content_area h4.sub-title,
  .cms-about .column.main .row .col-md-6 .content_area h4.sub-title,
  .cms-sinisefoundation .column.main .row .col-md-6 .content_area h4.sub-title,
  .cms-newsletter .column.main .row .col-md-6 .content_area h4.sub-title,
  .cms-shipping-returns .column.main .row .col-md-6 .content_area h4.sub-title,
  .cms-privacy-policy .column.main .row .col-md-6 .content_area h4.sub-title,
  .cms-terms .column.main .row .col-md-6 .content_area h4.sub-title,
  .cms-cookie-policy .column.main .row .col-md-6 .content_area h4.sub-title,
  .cms-faqs .column.main .row .col-md-6 .content_area h4.sub-title,
  .cms-about .column.main .row .col-sm-6 .content_area h4.sub-title,
  .cms-sinisefoundation .column.main .row .col-sm-6 .content_area h4.sub-title,
  .cms-newsletter .column.main .row .col-sm-6 .content_area h4.sub-title,
  .cms-shipping-returns .column.main .row .col-sm-6 .content_area h4.sub-title,
  .cms-privacy-policy .column.main .row .col-sm-6 .content_area h4.sub-title,
  .cms-terms .column.main .row .col-sm-6 .content_area h4.sub-title,
  .cms-cookie-policy .column.main .row .col-sm-6 .content_area h4.sub-title,
  .cms-faqs .column.main .row .col-sm-6 .content_area h4.sub-title,
  .cms-about .column.main .row .col-sm-12 .content_area h4.sub-title,
  .cms-sinisefoundation .column.main .row .col-sm-12 .content_area h4.sub-title,
  .cms-newsletter .column.main .row .col-sm-12 .content_area h4.sub-title,
  .cms-shipping-returns .column.main .row .col-sm-12 .content_area h4.sub-title,
  .cms-privacy-policy .column.main .row .col-sm-12 .content_area h4.sub-title,
  .cms-terms .column.main .row .col-sm-12 .content_area h4.sub-title,
  .cms-cookie-policy .column.main .row .col-sm-12 .content_area h4.sub-title,
  .cms-faqs .column.main .row .col-sm-12 .content_area h4.sub-title {
    margin-left: 0px !important;
  }
  .cms-about .column.main .row .col-md-12 .content_area p,
  .cms-sinisefoundation .column.main .row .col-md-12 .content_area p,
  .cms-newsletter .column.main .row .col-md-12 .content_area p,
  .cms-shipping-returns .column.main .row .col-md-12 .content_area p,
  .cms-privacy-policy .column.main .row .col-md-12 .content_area p,
  .cms-terms .column.main .row .col-md-12 .content_area p,
  .cms-cookie-policy .column.main .row .col-md-12 .content_area p,
  .cms-faqs .column.main .row .col-md-12 .content_area p,
  .cms-about .column.main .row .col-md-6 .content_area p,
  .cms-sinisefoundation .column.main .row .col-md-6 .content_area p,
  .cms-newsletter .column.main .row .col-md-6 .content_area p,
  .cms-shipping-returns .column.main .row .col-md-6 .content_area p,
  .cms-privacy-policy .column.main .row .col-md-6 .content_area p,
  .cms-terms .column.main .row .col-md-6 .content_area p,
  .cms-cookie-policy .column.main .row .col-md-6 .content_area p,
  .cms-faqs .column.main .row .col-md-6 .content_area p,
  .cms-about .column.main .row .col-sm-6 .content_area p,
  .cms-sinisefoundation .column.main .row .col-sm-6 .content_area p,
  .cms-newsletter .column.main .row .col-sm-6 .content_area p,
  .cms-shipping-returns .column.main .row .col-sm-6 .content_area p,
  .cms-privacy-policy .column.main .row .col-sm-6 .content_area p,
  .cms-terms .column.main .row .col-sm-6 .content_area p,
  .cms-cookie-policy .column.main .row .col-sm-6 .content_area p,
  .cms-faqs .column.main .row .col-sm-6 .content_area p,
  .cms-about .column.main .row .col-sm-12 .content_area p,
  .cms-sinisefoundation .column.main .row .col-sm-12 .content_area p,
  .cms-newsletter .column.main .row .col-sm-12 .content_area p,
  .cms-shipping-returns .column.main .row .col-sm-12 .content_area p,
  .cms-privacy-policy .column.main .row .col-sm-12 .content_area p,
  .cms-terms .column.main .row .col-sm-12 .content_area p,
  .cms-cookie-policy .column.main .row .col-sm-12 .content_area p,
  .cms-faqs .column.main .row .col-sm-12 .content_area p {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .cms-about .column.main .full-width,
  .cms-sinisefoundation .column.main .full-width,
  .cms-newsletter .column.main .full-width,
  .cms-shipping-returns .column.main .full-width,
  .cms-privacy-policy .column.main .full-width,
  .cms-terms .column.main .full-width,
  .cms-cookie-policy .column.main .full-width,
  .cms-faqs .column.main .full-width {
    margin-left: 0 !important;
  }
  .cms-about .column.main .row.common,
  .cms-sinisefoundation .column.main .row.common,
  .cms-newsletter .column.main .row.common,
  .cms-shipping-returns .column.main .row.common,
  .cms-privacy-policy .column.main .row.common,
  .cms-terms .column.main .row.common,
  .cms-cookie-policy .column.main .row.common,
  .cms-faqs .column.main .row.common {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cms-about .column.main .row.align-items-center.pt20.pb20,
  .cms-sinisefoundation .column.main .row.align-items-center.pt20.pb20,
  .cms-newsletter .column.main .row.align-items-center.pt20.pb20,
  .cms-shipping-returns .column.main .row.align-items-center.pt20.pb20,
  .cms-privacy-policy .column.main .row.align-items-center.pt20.pb20,
  .cms-terms .column.main .row.align-items-center.pt20.pb20,
  .cms-cookie-policy .column.main .row.align-items-center.pt20.pb20,
  .cms-faqs .column.main .row.align-items-center.pt20.pb20 {
    margin-bottom: 0 !important;
    box-shadow: 3px 0px 2px 0 rgba(145, 145, 145, 0.46) !important;
  }
  .cms-sinisefoundation .panel.panel-default.accordionItem.open-acc {
    margin: 0px 25px;
  }
  .cms-sinisefoundation .panel.panel-default.accordionItem.open-acc .august_sec2 {
    padding-left: 15px;
  }
  .cms-sinisefoundation .panel.panel-default.accordionItem.open-acc .august_sec2 a {
    width: 100%;
    float: left;
    margin-left: 0;
  }
  .cms-sinisefoundation .page-wrapper .columns .page-title-wrapper.margin-bottom {
    margin-top: 75px;
  }
  .cms-newsletter .page-wrapper .column.main .container.shipping_page {
    padding: 49px 25px 61px 25px !important;
  }
  .cms-newsletter .page-wrapper .column.main .container.shipping_page .block.newsletter input.email-input {
    width: 100% !important;
    padding-left: 10px !important;
  }
  .cms-newsletter .page-wrapper .column.main .container.shipping_page .block.newsletter button.btnsub,
  .cms-newsletter .page-wrapper .column.main .container.shipping_page .block.newsletter .cart.table-wrapper .actions-toolbar > .action.btnsub,
  .cms-newsletter .page-wrapper .column.main .container.shipping_page .block.newsletter .action-gift.btnsub {
    float: right;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .cms-faqs .shipping_page_custompage .panel.panel-default.accordionItem,
  .cms-shipping-returns .shipping_page_custompage .panel.panel-default.accordionItem {
    margin: 0px 25px !important;
  }
  .cms-faqs .shipping_page_custompage .panel.panel-default.accordionItem .accordionItemHeading,
  .cms-shipping-returns .shipping_page_custompage .panel.panel-default.accordionItem .accordionItemHeading {
    margin: 0px !important;
  }
  .cms-faqs .shipping_page_custompage .panel-default.open-acc > .panel-heading,
  .cms-shipping-returns .shipping_page_custompage .panel-default.open-acc > .panel-heading {
    margin: 0px !important;
  }
  .cms-faqs .shipping_page_custompage .panel-default.open-acc > .panel-heading .accordionItemContent,
  .cms-shipping-returns .shipping_page_custompage .panel-default.open-acc > .panel-heading .accordionItemContent {
    padding: 0px 25px !important;
  }
  .cms-faqs .shipping_page_custompage .panel-default.close-acc > .panel-heading,
  .cms-shipping-returns .shipping_page_custompage .panel-default.close-acc > .panel-heading {
    margin: 0px !important;
  }
  .cms-faqs .shipping_page_custompage .panel-default.close-acc > .panel-heading .accordionItemContent,
  .cms-shipping-returns .shipping_page_custompage .panel-default.close-acc > .panel-heading .accordionItemContent {
    padding: 0px 25px !important;
  }
  .cms-privacy-policy .columns .shipping_page p.regular-text,
  .cms-privacy-policy .columns .shipping_page p.bold-text {
    margin: 0px !important;
  }
  .cms-terms .page-wrapper .page-main .panel-heading ol li.bold-text {
    margin: 0px !important;
  }
  .cms-terms .page-wrapper .page-main .panel-heading ol ol {
    padding-left: 20px;
  }
  .cms-terms .page-wrapper .page-main p.regular-text,
  .cms-terms .page-wrapper .page-main li.regular-text {
    margin: 0px !important;
  }
  .cms-cookie-policy .page-wrapper .page-main p.regular-text,
  .cms-cookie-policy .page-wrapper .page-main ul {
    margin: 0px !important;
  }
  .cms-cookie-policy .page-wrapper .page-main p.bold-text {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .cms-cookie-policy .page-wrapper .table-responsive.table-color {
    padding: 0px !important;
  }
  /*.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary{
		    margin-left: 18px !important;
	}*/
  .checkout-payment-method .shipping-step .step-title {
    padding: 0px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 25px !important;
  }
  .checkout-onepage-success .review-bar {
    padding: 40px 25px !important;
  }
  .checkout-onepage-success .review-bar .review-bar-wrapper {
    margin-left: 0px !important;
  }
  .checkout-onepage-success .order-review-wrapper .order-content-wrapper {
    margin-left: 10px !important;
    margin-right: 10px;
  }
  .checkout-onepage-success .order-review-wrapper .order-content-wrapper .order-summary .product-info .product-info-section {
    margin-top: 25px;
  }
  .checkout-onepage-success .sidebar {
    padding: 0px 10px;
  }
  .checkout-onepage-success .back-to-shopping-section-wrapper .back-link {
    margin-left: 15px !important;
  }
  .minicart-wrapper .block-minicart {
    position: fixed !important;
    top: -5px !important;
    bottom: 0;
    padding: 0px !important;
    overflow: auto;
    right: 0px !important;
    min-width: auto !important;
    z-index: 9999 !important;
    border: none !important;
    box-shadow: 0 8px 5px 5px rgba(0, 0, 0, 0.3) !important;
  }
  .minicart-wrapper .block-minicart .cart-summary-info #block-discount .actions-toolbar button,
  .minicart-wrapper .block-minicart .cart-summary-info #block-discount .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
  .minicart-wrapper .block-minicart .cart-summary-info #block-discount .actions-toolbar .action-gift {
    margin-left: 0px !important;
    padding: 1px !important;
  }
  .minicart-wrapper .block-minicart .cart-summary-info #block-discount .actions-toolbar button.discount-submit,
  .minicart-wrapper .block-minicart .cart-summary-info #block-discount .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.discount-submit,
  .minicart-wrapper .block-minicart .cart-summary-info #block-discount .actions-toolbar .action-gift.discount-submit {
    width: 55px !important;
    height: 40px !important;
  }
  .bss_quickview-catalog_product-view .column.main .product-info-main {
    width: 100% !important;
  }
  .bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.text {
    height: 35px !important;
    width: 40px !important;
    padding: 5px !important;
    line-height: 24px !important;
  }
}
.mark,
mark {
  background-color: #f5f5f5;
}
@media (max-width: 450px) {
  .mark,
  mark {
    background-color: #f5f5f5;
  }
  .cart-container .table td,
  .cart-container .table th {
    vertical-align: unset;
  }
  .cms-home-page-dexter #maincontent {
    /* 
			.static-banner-blocks{
				.home-static-block{
					.right-block-info {
						width: 300px !important;
					}
				}
			} */
  }
  .cms-home-page-dexter #maincontent .static-banner-blocks .banner-image img {
    min-height: 135px !important;
  }
  .cms-home-page-dexter #maincontent .home-static-block .left-block img {
    height: auto !important;
  }
  .cms-home-page-dexter #maincontent .featured-product .block-products-list .block-content .product-item {
    width: 100% !important;
    margin-top: 35px !important;
  }
  .catalogsearch-result-index #maincontent .column.main #layer-product-list .product-item,
  .catalog-category-view #maincontent .column.main #layer-product-list .product-item {
    /*width: 100% !important;*/
  }
  .catalogsearch-result-index #maincontent .column.main #layer-product-list .product-item .product-item-description,
  .catalog-category-view #maincontent .column.main #layer-product-list .product-item .product-item-description {
    min-height: unset !important;
  }
  .catalogsearch-result-index #maincontent .column.main #layer-product-list .product-item .price-box,
  .catalog-category-view #maincontent .column.main #layer-product-list .product-item .price-box {
    margin-bottom: 0px !important;
  }
  .popup-authentication .captcha-reload {
    float: left !important;
  }
  .block-authentication .block[class] .field .control,
  .popup-authentication .block[class] .field .control,
  .block-authentication .block-authentication .block[class] .field .label,
  .popup-authentication .block-authentication .block[class] .field .label {
    width: auto !important;
    float: none !important;
  }
  .block-authentication .captcha-reload,
  .popup-authentication .captcha-reload {
    float: left;
  }
  .block-authentication .block-customer-login {
    float: left;
  }
  .block-authentication .block[class] .field .control,
  .block-authentication .block-authentication .block[class] .field .label {
    width: 100%;
  }
  .block-authentication .captcha-reload {
    float: left;
  }
  .block-authentication .actions-toolbar {
    width: 100%;
  }
  .block-authentication .actions-toolbar .action-login {
    float: left;
    margin-top: 20px;
    margin-right: 10px;
  }
  .cart-container .mark,
  .cart-container mark {
    background-color: #f5f5f5;
  }
  .cart-container .cart.table-wrapper .product-item-photo {
    position: relative !important;
  }
  .cart-container .control.qty input {
    margin-top: 20px;
  }
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart #empty_cart_button {
    min-width: 220px;
  }
  .cart-container .form-cart .action.update {
    min-width: 220px;
  }
  .subscribe-plan-button-year,
  .subscribe-plan-button-month {
    background: #fff !important;
    color: #000 !important;
  }
}
@media (max-width: 768px) {
  .checkout-onepage-success .sidebar {
    padding: 60px 30px !important;
  }
  .checkout-onepage-success .sidebar .link-wrapper .link-text-field {
    width: 100% !important;
    margin-bottom: 25px;
  }
  .checkout-onepage-success .sidebar .link-wrapper button.copy-button,
  .checkout-onepage-success .sidebar .link-wrapper .cart.table-wrapper .actions-toolbar > .action.copy-button,
  .checkout-onepage-success .sidebar .link-wrapper .action-gift.copy-button {
    width: 100% !important;
  }
  .checkout-onepage-success .sidebar .email-section.text-center .actions-toolbar.text-right {
    margin-left: 0px !important;
  }
  .checkout-onepage-success .sidebar .email-section.text-center .copy-button {
    width: 100% !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
  }
  .battles-index-events .event-section .upcoming-event-section {
    margin-top: 35px;
  }
  #dexter_top_header_message span {
    width: 80% !important;
  }
}
@media (min-width: 1200px) {
  .catalogsearch-result-index .page-wrapper .header.content,
  .catalog-category-view .page-wrapper .header.content,
  .catalog-product-view .page-wrapper .header.content {
    max-width: 100%;
  }
  .breadcrumbs .item:not(:last-child):after {
    line-height: 22px;
  }
  .catalog-product-view .breadcrumbs {
    max-width: 100%;
  }
  .catalog-product-view #maincontent .product-info-main {
    margin-top: -5px;
  }
  .catalog-product-view #maincontent .product.media .gallery-placeholder .fotorama__stage img {
    background: transparent;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .battles-index-index .download-app {
    padding: 5% 3%;
  }
  .battles-index-index .download-app .download-title,
  .battles-index-index .download-app .download-content {
    width: 100% !important;
  }
  .battles-index-index .download-app .download-buttons {
    width: 100%;
    display: inline-block;
  }
  .battles-index-index .download-app .download-buttons a {
    padding: 21px 15px !important;
  }
  .battles-index-index .enroll-for-battle .enroll-for-battle-container {
    flex-direction: column !important;
  }
}
@media (max-width: 768px) {
  .modal-header .seell-close-btn {
    width: 30px !important;
  }
  .battles-index-index .download-app .download-app-wrapper {
    display: unset !important;
  }
  .battles-index-index .battle-section .upcoming-battles .upcoming-battle {
    max-width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .battles-index-events .enroll-for-event .enroll-for-event-container {
    flex-direction: column !important;
  }
}
@media (min-width: 1300px) {
  .battles-index-index .battle-section .upcoming-battles .upcoming-battle {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 425px) {
  .modal-header .seell-close-btn {
    width: auto !important;
  }
  .battles-index-index .home-page-banner .banner-image #about_video_bg iframe {
    min-width: 145.77vh !important;
  }
  .battles-index-index .home-page-banner .banner-image .banner-info .banner-content h1 {
    font-size: 50px !important;
  }
  .battles-index-index .battle-section .leaderboard-section .leaderboard-wrapper .leaderboard .leaders-row {
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
  .battles-index-index .battle-section .leaderboard-section .leaderboard-wrapper .leaderboard .leaders-row .ribbon {
    width: 15% !important;
    float: left !important;
    text-align: left;
    padding: 0;
  }
  .battles-index-index .battle-section .leaderboard-section .leaderboard-wrapper .leaderboard .leaders-row .ribbon img {
    width: 100%;
  }
  .battles-index-index .battle-section .leaderboard-section .leaderboard-wrapper .leaderboard .leaders-row .leader-img {
    width: 25% !important;
    float: left !important;
  }
  .battles-index-index .battle-section .leaderboard-section .leaderboard-wrapper .leaderboard .leaders-row .leader-img img {
    width: 100%;
  }
  .battles-index-index .battle-section .leaderboard-section .leaderboard-wrapper .leaderboard .leaders-row .leader-name {
    width: 40%;
    display: inline-block;
    font-size: 20px;
    padding-top: 0px !important;
  }
  .battles-index-index .battle-section .leaderboard-section .leaderboard-wrapper .leaderboard .leaders-row .leader-points {
    width: 20%;
    display: inline-block;
    float: right;
    font-size: 20px;
    padding: 0;
  }
  .battles-index-index .battle-section .leaderboard-section .leaderboard-wrapper .leaderboard .leaders-row .leader-points i {
    padding: 5px 5.2px 4px 4px !important;
    font-size: 14px !important;
  }
  .battles-index-index .battle-section .upcoming-section-wrapper {
    padding: 40px 15px !important;
  }
  .battles-index-index .battle-section .upcoming-section-wrapper .upcoming-battle-title {
    padding: 0px 0 40px !important;
  }
  .battles-index-index .battle-section .upcoming-battles .upcoming-battle {
    max-width: 100% !important;
  }
  .battles-index-index .battle-section .upcoming-battles .upcoming-battle .tutorial-title {
    font-size: 22px !important;
  }
  .battles-index-index .battle-section .upcoming-battles .upcoming-battle .tutorial-by {
    font-size: 12px !important;
  }
  .battles-index-index .battle-section .upcoming-battles .upcoming-battle .see-tutorial button,
  .battles-index-index .battle-section .upcoming-battles .upcoming-battle .see-tutorial .cart.table-wrapper .actions-toolbar > .action,
  .battles-index-index .battle-section .upcoming-battles .upcoming-battle .see-tutorial .action-gift {
    width: 120px !important;
  }
  .battles-index-index .battle-section .upcoming-battles .upcoming-battle .battle-date .past-battle {
    width: 100%;
    display: inline-block;
    margin-left: 0px !important;
  }
  .battles-index-index .about-battle {
    padding: 10% 5% !important;
  }
  .battles-index-index .enroll-for-battle {
    padding: 10% 3% !important;
  }
  .battles-index-index .download-app {
    padding: 5% 3% 10% !important;
  }
  .battles-index-index .download-app .download-app-right {
    text-align: center;
  }
  .battles-index-index .download-app .download-app-right .download-title h4 {
    text-align: center !important;
  }
  .battles-index-index .download-app .download-buttons a.button {
    width: auto !important;
  }
  .battles-index-index .battle-faqs {
    padding: 10% 0 !important;
  }
  .battles-index-index .battle-faqs .faq-content {
    padding: 3% 10% !important;
  }
  .battles-index-events .home-page-banner .banner-image .banner-info .banner-content h1 {
    font-size: 45px !important;
  }
  .battles-index-events .home-page-banner .banner-image #about_video_bg iframe {
    min-height: 80vh !important;
  }
  .battles-index-events .new-event-section {
    padding: 8% 0 !important;
  }
  .battles-index-events .event-section {
    padding: 10% 0 !important;
    display: flex;
    flex-direction: column;
  }
  .battles-index-events .event-section .upcoming-event-title {
    margin-bottom: 35px !important;
  }
  .battles-index-events .event-section .upcoming-event-section {
    margin-top: 0px !important;
    order: 1;
  }
  .battles-index-events .event-section .past-events-wrapper {
    margin-top: 35px;
    order: 2;
  }
  .battles-index-events .event-section .show-more-events {
    margin-top: 0px !important;
  }
  .battles-index-events .event-section .upcoming-events {
    padding: 0px !important;
    text-align: center;
  }
  .battles-index-events .event-section .upcoming-events .upcoming-event {
    margin-bottom: 25px;
  }
  .battles-index-events .enroll-for-event {
    padding: 8% 3% !important;
  }
  .battles-index-events .download-app {
    padding: 10% 0 !important;
  }
  .battles-index-events .download-app .download-content {
    margin: 0px 0px 20px 0 !important;
  }
  .battles-index-events .event-faqs {
    padding: 8% 0 !important;
  }
  .battles-index-events .event-faqs .faq-content {
    padding: 3% 10% !important;
  }
  .battles-index-eventdetail .event-detail .upcoming-event .event-img {
    width: 80% !important;
  }
  .battles-index-eventdetail .event-detail .event-short-desc-wrapper .event-short-desc {
    width: 80% !important;
  }
  .battles-index-eventdetail .event-detail .event-long-desc .about-the-event-wrapper .about-the-event {
    width: 85% !important;
  }
  .battles-index-eventdetail .event-detail .location-wrapper .map-container .map {
    width: 80% !important;
  }
  .battles-index-eventdetail .download-app {
    padding: 10% 0 !important;
  }
  .battles-index-eventdetail .download-app .download-app-wrapper .download-content {
    margin: 0 !important;
  }
  .battles-index-eventdetail .event-faqs {
    padding: 10% 0 !important;
  }
  .battles-index-eventdetail .event-faqs .faq-content {
    padding: 3% 10% !important;
  }
  .battles-index-events .enroll-for-event .enroll-for-event-container .enroll-for-event-video iframe {
    height: 170px !important;
  }
  .battles-index-events .event-section .upcoming-events .upcoming-event .event-time-price .event-time {
    float: unset !important;
  }
  .battles-index-events .event-section .upcoming-events .upcoming-event .event-time-price .event-price {
    float: unset !important;
    padding: 2px 0 !important;
  }
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('../../frontend/Cc/Dexter/en_US/fonts/proxima/ProximaNova-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNova-Black';
  src: url('../../frontend/Cc/Dexter/en_US/fonts/proxima/ProximaNova-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNova-Extrabld';
  src: url('../../frontend/Cc/Dexter/en_US/fonts/proxima/ProximaNova-Extrabld.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNova-Light';
  src: url('../../frontend/Cc/Dexter/en_US/fonts/proxima/ProximaNova-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../../frontend/Cc/Dexter/en_US/fonts/proxima/ProximaNova-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('../../frontend/Cc/Dexter/en_US/fonts/proxima/ProximaNova-Semibold.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNovaT-Thin';
  src: url('../../frontend/Cc/Dexter/en_US/css/fonts/proxima/ProximaNovaT-Thin.ttf') format('truetype');
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  float: left;
}
.font-pbold {
  font-family: ProximaNova-Bold;
}
.font-pblack {
  font-family: ProximaNova-Black;
}
.font-pebold {
  font-family: ProximaNova-Extrabld;
}
.font-plight {
  font-family: ProximaNova-Light;
}
.font-pregular {
  font-family: ProximaNova-Regular;
}
.font-semibold {
  font-family: ProximaNova-Semibold;
}
.font-pthin {
  font-family: ProximaNova-Thin;
}
body {
  font-family: ProximaNova-Regular;
}
.referafriend-index-referby .page-title-wrapper,
.sales-order-view .page-title-wrapper,
.sales-order-history .page-title-wrapper,
.customer-address-index .page-title-wrapper,
.stripe_payments-customer-cards .page-title-wrapper,
.stripe-customer-card .page-title-wrapper,
.customer-account-index .page-title-wrapper,
.sales-order-view .page-title-wrapper,
.wishlist-index-index .page-title-wrapper,
.customer-account-edit .page-title-wrapper,
.video-index-index .page-title-wrapper,
.stripe_payments-customer-subscriptions .page-title-wrapper,
.downloadable-customer-products .page-title-wrapper,
.customer-address-form .page-title-wrapper {
  text-align: center;
}
.referafriend-index-referby .page-title-wrapper h1.page-title,
.sales-order-view .page-title-wrapper h1.page-title,
.sales-order-history .page-title-wrapper h1.page-title,
.customer-address-index .page-title-wrapper h1.page-title,
.stripe_payments-customer-cards .page-title-wrapper h1.page-title,
.stripe-customer-card .page-title-wrapper h1.page-title,
.customer-account-index .page-title-wrapper h1.page-title,
.sales-order-view .page-title-wrapper h1.page-title,
.wishlist-index-index .page-title-wrapper h1.page-title,
.customer-account-edit .page-title-wrapper h1.page-title,
.video-index-index .page-title-wrapper h1.page-title,
.stripe_payments-customer-subscriptions .page-title-wrapper h1.page-title,
.downloadable-customer-products .page-title-wrapper h1.page-title,
.customer-address-form .page-title-wrapper h1.page-title {
  font-size: 25px;
  padding: 40px 0 20px;
  margin: 0;
  font-family: ProximaNova-Bold;
}
.referafriend-index-referby .columns,
.sales-order-view .columns,
.sales-order-history .columns,
.customer-address-index .columns,
.stripe_payments-customer-cards .columns,
.stripe-customer-card .columns,
.customer-account-index .columns,
.sales-order-view .columns,
.wishlist-index-index .columns,
.customer-account-edit .columns,
.video-index-index .columns,
.stripe_payments-customer-subscriptions .columns,
.downloadable-customer-products .columns,
.customer-address-form .columns {
  /* padding: 55px 250px; */
  padding: 5% 7% 5% 20%;
}
.referafriend-index-referby .columns .column.main,
.sales-order-view .columns .column.main,
.sales-order-history .columns .column.main,
.customer-address-index .columns .column.main,
.stripe_payments-customer-cards .columns .column.main,
.stripe-customer-card .columns .column.main,
.customer-account-index .columns .column.main,
.sales-order-view .columns .column.main,
.wishlist-index-index .columns .column.main,
.customer-account-edit .columns .column.main,
.video-index-index .columns .column.main,
.stripe_payments-customer-subscriptions .columns .column.main,
.downloadable-customer-products .columns .column.main,
.customer-address-form .columns .column.main {
  border-left: 1px solid #707070;
  padding-bottom: 0;
}
.referafriend-index-referby .columns .sidebar-main .account-nav .content,
.sales-order-view .columns .sidebar-main .account-nav .content,
.sales-order-history .columns .sidebar-main .account-nav .content,
.customer-address-index .columns .sidebar-main .account-nav .content,
.stripe_payments-customer-cards .columns .sidebar-main .account-nav .content,
.stripe-customer-card .columns .sidebar-main .account-nav .content,
.customer-account-index .columns .sidebar-main .account-nav .content,
.sales-order-view .columns .sidebar-main .account-nav .content,
.wishlist-index-index .columns .sidebar-main .account-nav .content,
.customer-account-edit .columns .sidebar-main .account-nav .content,
.video-index-index .columns .sidebar-main .account-nav .content,
.stripe_payments-customer-subscriptions .columns .sidebar-main .account-nav .content,
.downloadable-customer-products .columns .sidebar-main .account-nav .content,
.customer-address-form .columns .sidebar-main .account-nav .content {
  background: #fff;
  padding: 0;
  /* end of css for making addresses and card, sub menu of My Account */
}
.referafriend-index-referby .columns .sidebar-main .account-nav .content .nav,
.sales-order-view .columns .sidebar-main .account-nav .content .nav,
.sales-order-history .columns .sidebar-main .account-nav .content .nav,
.customer-address-index .columns .sidebar-main .account-nav .content .nav,
.stripe_payments-customer-cards .columns .sidebar-main .account-nav .content .nav,
.stripe-customer-card .columns .sidebar-main .account-nav .content .nav,
.customer-account-index .columns .sidebar-main .account-nav .content .nav,
.sales-order-view .columns .sidebar-main .account-nav .content .nav,
.wishlist-index-index .columns .sidebar-main .account-nav .content .nav,
.customer-account-edit .columns .sidebar-main .account-nav .content .nav,
.video-index-index .columns .sidebar-main .account-nav .content .nav,
.stripe_payments-customer-subscriptions .columns .sidebar-main .account-nav .content .nav,
.downloadable-customer-products .columns .sidebar-main .account-nav .content .nav,
.customer-address-form .columns .sidebar-main .account-nav .content .nav {
  display: unset;
  /* css for making addresses and card, sub menu of My Account */
  /*li:nth-child(3){							
							a{
								margin-left: 35px;
								color:#A2AAAD;
								font-family:ProximaNova-Regular;
							}
							
							strong{
								font-family:ProximaNova-Regular !important;
								margin-left: 35px;
								font-size:17.5px;
							    line-height: 29.75px;
								color:#0d0d0d;
							}
						}*/
}
.referafriend-index-referby .columns .sidebar-main .account-nav .content .nav .delimiter,
.sales-order-view .columns .sidebar-main .account-nav .content .nav .delimiter,
.sales-order-history .columns .sidebar-main .account-nav .content .nav .delimiter,
.customer-address-index .columns .sidebar-main .account-nav .content .nav .delimiter,
.stripe_payments-customer-cards .columns .sidebar-main .account-nav .content .nav .delimiter,
.stripe-customer-card .columns .sidebar-main .account-nav .content .nav .delimiter,
.customer-account-index .columns .sidebar-main .account-nav .content .nav .delimiter,
.sales-order-view .columns .sidebar-main .account-nav .content .nav .delimiter,
.wishlist-index-index .columns .sidebar-main .account-nav .content .nav .delimiter,
.customer-account-edit .columns .sidebar-main .account-nav .content .nav .delimiter,
.video-index-index .columns .sidebar-main .account-nav .content .nav .delimiter,
.stripe_payments-customer-subscriptions .columns .sidebar-main .account-nav .content .nav .delimiter,
.downloadable-customer-products .columns .sidebar-main .account-nav .content .nav .delimiter,
.customer-address-form .columns .sidebar-main .account-nav .content .nav .delimiter {
  display: none;
}
.referafriend-index-referby .columns .sidebar-main .account-nav .content .nav a,
.sales-order-view .columns .sidebar-main .account-nav .content .nav a,
.sales-order-history .columns .sidebar-main .account-nav .content .nav a,
.customer-address-index .columns .sidebar-main .account-nav .content .nav a,
.stripe_payments-customer-cards .columns .sidebar-main .account-nav .content .nav a,
.stripe-customer-card .columns .sidebar-main .account-nav .content .nav a,
.customer-account-index .columns .sidebar-main .account-nav .content .nav a,
.sales-order-view .columns .sidebar-main .account-nav .content .nav a,
.wishlist-index-index .columns .sidebar-main .account-nav .content .nav a,
.customer-account-edit .columns .sidebar-main .account-nav .content .nav a,
.video-index-index .columns .sidebar-main .account-nav .content .nav a,
.stripe_payments-customer-subscriptions .columns .sidebar-main .account-nav .content .nav a,
.downloadable-customer-products .columns .sidebar-main .account-nav .content .nav a,
.customer-address-form .columns .sidebar-main .account-nav .content .nav a {
  color: #707070 !important;
  padding-top: 0;
  font-size: 17.5px;
  line-height: 29.75px;
  font-family: ProximaNova-Semibold !important;
}
.referafriend-index-referby .columns .sidebar-main .account-nav .content .nav a:hover,
.sales-order-view .columns .sidebar-main .account-nav .content .nav a:hover,
.sales-order-history .columns .sidebar-main .account-nav .content .nav a:hover,
.customer-address-index .columns .sidebar-main .account-nav .content .nav a:hover,
.stripe_payments-customer-cards .columns .sidebar-main .account-nav .content .nav a:hover,
.stripe-customer-card .columns .sidebar-main .account-nav .content .nav a:hover,
.customer-account-index .columns .sidebar-main .account-nav .content .nav a:hover,
.sales-order-view .columns .sidebar-main .account-nav .content .nav a:hover,
.wishlist-index-index .columns .sidebar-main .account-nav .content .nav a:hover,
.customer-account-edit .columns .sidebar-main .account-nav .content .nav a:hover,
.video-index-index .columns .sidebar-main .account-nav .content .nav a:hover,
.stripe_payments-customer-subscriptions .columns .sidebar-main .account-nav .content .nav a:hover,
.downloadable-customer-products .columns .sidebar-main .account-nav .content .nav a:hover,
.customer-address-form .columns .sidebar-main .account-nav .content .nav a:hover {
  color: #0d0d0d;
  background: #fff;
}
.referafriend-index-referby .columns .sidebar-main .account-nav .content .nav li,
.sales-order-view .columns .sidebar-main .account-nav .content .nav li,
.sales-order-history .columns .sidebar-main .account-nav .content .nav li,
.customer-address-index .columns .sidebar-main .account-nav .content .nav li,
.stripe_payments-customer-cards .columns .sidebar-main .account-nav .content .nav li,
.stripe-customer-card .columns .sidebar-main .account-nav .content .nav li,
.customer-account-index .columns .sidebar-main .account-nav .content .nav li,
.sales-order-view .columns .sidebar-main .account-nav .content .nav li,
.wishlist-index-index .columns .sidebar-main .account-nav .content .nav li,
.customer-account-edit .columns .sidebar-main .account-nav .content .nav li,
.video-index-index .columns .sidebar-main .account-nav .content .nav li,
.stripe_payments-customer-subscriptions .columns .sidebar-main .account-nav .content .nav li,
.downloadable-customer-products .columns .sidebar-main .account-nav .content .nav li,
.customer-address-form .columns .sidebar-main .account-nav .content .nav li {
  width: 100%;
  float: left;
  margin: 0 0 40px 0;
}
.referafriend-index-referby .columns .sidebar-main .account-nav .content .nav li:first-child,
.sales-order-view .columns .sidebar-main .account-nav .content .nav li:first-child,
.sales-order-history .columns .sidebar-main .account-nav .content .nav li:first-child,
.customer-address-index .columns .sidebar-main .account-nav .content .nav li:first-child,
.stripe_payments-customer-cards .columns .sidebar-main .account-nav .content .nav li:first-child,
.stripe-customer-card .columns .sidebar-main .account-nav .content .nav li:first-child,
.customer-account-index .columns .sidebar-main .account-nav .content .nav li:first-child,
.sales-order-view .columns .sidebar-main .account-nav .content .nav li:first-child,
.wishlist-index-index .columns .sidebar-main .account-nav .content .nav li:first-child,
.customer-account-edit .columns .sidebar-main .account-nav .content .nav li:first-child,
.video-index-index .columns .sidebar-main .account-nav .content .nav li:first-child,
.stripe_payments-customer-subscriptions .columns .sidebar-main .account-nav .content .nav li:first-child,
.downloadable-customer-products .columns .sidebar-main .account-nav .content .nav li:first-child,
.customer-address-form .columns .sidebar-main .account-nav .content .nav li:first-child {
  margin-bottom: 25px !important;
}
.referafriend-index-referby .columns .sidebar-main .account-nav .content .nav li:nth-child(2),
.sales-order-view .columns .sidebar-main .account-nav .content .nav li:nth-child(2),
.sales-order-history .columns .sidebar-main .account-nav .content .nav li:nth-child(2),
.customer-address-index .columns .sidebar-main .account-nav .content .nav li:nth-child(2),
.stripe_payments-customer-cards .columns .sidebar-main .account-nav .content .nav li:nth-child(2),
.stripe-customer-card .columns .sidebar-main .account-nav .content .nav li:nth-child(2),
.customer-account-index .columns .sidebar-main .account-nav .content .nav li:nth-child(2),
.sales-order-view .columns .sidebar-main .account-nav .content .nav li:nth-child(2),
.wishlist-index-index .columns .sidebar-main .account-nav .content .nav li:nth-child(2),
.customer-account-edit .columns .sidebar-main .account-nav .content .nav li:nth-child(2),
.video-index-index .columns .sidebar-main .account-nav .content .nav li:nth-child(2),
.stripe_payments-customer-subscriptions .columns .sidebar-main .account-nav .content .nav li:nth-child(2),
.downloadable-customer-products .columns .sidebar-main .account-nav .content .nav li:nth-child(2),
.customer-address-form .columns .sidebar-main .account-nav .content .nav li:nth-child(2) {
  /* margin-bottom: 25px !important;	*/
}
.referafriend-index-referby .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a,
.sales-order-view .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a,
.sales-order-history .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a,
.customer-address-index .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a,
.stripe_payments-customer-cards .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a,
.stripe-customer-card .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a,
.customer-account-index .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a,
.sales-order-view .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a,
.wishlist-index-index .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a,
.customer-account-edit .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a,
.video-index-index .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a,
.stripe_payments-customer-subscriptions .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a,
.downloadable-customer-products .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a,
.customer-address-form .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a {
  color: #A2AAAD;
  margin-left: 35px;
  font-family: ProximaNova-Regular;
}
.referafriend-index-referby .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a:hover,
.sales-order-view .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a:hover,
.sales-order-history .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a:hover,
.customer-address-index .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a:hover,
.stripe_payments-customer-cards .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a:hover,
.stripe-customer-card .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a:hover,
.customer-account-index .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a:hover,
.sales-order-view .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a:hover,
.wishlist-index-index .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a:hover,
.customer-account-edit .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a:hover,
.video-index-index .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a:hover,
.stripe_payments-customer-subscriptions .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a:hover,
.downloadable-customer-products .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a:hover,
.customer-address-form .columns .sidebar-main .account-nav .content .nav li:nth-child(2) a:hover {
  color: #0d0d0d;
}
.referafriend-index-referby .columns .sidebar-main .account-nav .content .nav li:nth-child(2) strong,
.sales-order-view .columns .sidebar-main .account-nav .content .nav li:nth-child(2) strong,
.sales-order-history .columns .sidebar-main .account-nav .content .nav li:nth-child(2) strong,
.customer-address-index .columns .sidebar-main .account-nav .content .nav li:nth-child(2) strong,
.stripe_payments-customer-cards .columns .sidebar-main .account-nav .content .nav li:nth-child(2) strong,
.stripe-customer-card .columns .sidebar-main .account-nav .content .nav li:nth-child(2) strong,
.customer-account-index .columns .sidebar-main .account-nav .content .nav li:nth-child(2) strong,
.sales-order-view .columns .sidebar-main .account-nav .content .nav li:nth-child(2) strong,
.wishlist-index-index .columns .sidebar-main .account-nav .content .nav li:nth-child(2) strong,
.customer-account-edit .columns .sidebar-main .account-nav .content .nav li:nth-child(2) strong,
.video-index-index .columns .sidebar-main .account-nav .content .nav li:nth-child(2) strong,
.stripe_payments-customer-subscriptions .columns .sidebar-main .account-nav .content .nav li:nth-child(2) strong,
.downloadable-customer-products .columns .sidebar-main .account-nav .content .nav li:nth-child(2) strong,
.customer-address-form .columns .sidebar-main .account-nav .content .nav li:nth-child(2) strong {
  font-family: ProximaNova-Regular !important;
  font-size: 17.5px;
  line-height: 29.75px;
  margin-left: 35px;
  color: #0d0d0d;
}
.referafriend-index-referby .columns .sidebar-main .account-nav .content .item.current a,
.sales-order-view .columns .sidebar-main .account-nav .content .item.current a,
.sales-order-history .columns .sidebar-main .account-nav .content .item.current a,
.customer-address-index .columns .sidebar-main .account-nav .content .item.current a,
.stripe_payments-customer-cards .columns .sidebar-main .account-nav .content .item.current a,
.stripe-customer-card .columns .sidebar-main .account-nav .content .item.current a,
.customer-account-index .columns .sidebar-main .account-nav .content .item.current a,
.sales-order-view .columns .sidebar-main .account-nav .content .item.current a,
.wishlist-index-index .columns .sidebar-main .account-nav .content .item.current a,
.customer-account-edit .columns .sidebar-main .account-nav .content .item.current a,
.video-index-index .columns .sidebar-main .account-nav .content .item.current a,
.stripe_payments-customer-subscriptions .columns .sidebar-main .account-nav .content .item.current a,
.downloadable-customer-products .columns .sidebar-main .account-nav .content .item.current a,
.customer-address-form .columns .sidebar-main .account-nav .content .item.current a {
  border-left: none;
  padding-left: 0;
}
.referafriend-index-referby .columns .sidebar-main .account-nav .content .item.current strong,
.sales-order-view .columns .sidebar-main .account-nav .content .item.current strong,
.sales-order-history .columns .sidebar-main .account-nav .content .item.current strong,
.customer-address-index .columns .sidebar-main .account-nav .content .item.current strong,
.stripe_payments-customer-cards .columns .sidebar-main .account-nav .content .item.current strong,
.stripe-customer-card .columns .sidebar-main .account-nav .content .item.current strong,
.customer-account-index .columns .sidebar-main .account-nav .content .item.current strong,
.sales-order-view .columns .sidebar-main .account-nav .content .item.current strong,
.wishlist-index-index .columns .sidebar-main .account-nav .content .item.current strong,
.customer-account-edit .columns .sidebar-main .account-nav .content .item.current strong,
.video-index-index .columns .sidebar-main .account-nav .content .item.current strong,
.stripe_payments-customer-subscriptions .columns .sidebar-main .account-nav .content .item.current strong,
.downloadable-customer-products .columns .sidebar-main .account-nav .content .item.current strong,
.customer-address-form .columns .sidebar-main .account-nav .content .item.current strong {
  border: none;
  font-size: 17.5px;
  line-height: 29.75px;
  padding: 5px 10px 0px 13px;
  color: #0d0d0d;
  margin: -3px 0 0px 5px;
  padding-top: 0;
  font-family: ProximaNova-Bold;
}
.referafriend-index-referby .columns .downloadable-products,
.sales-order-view .columns .downloadable-products,
.sales-order-history .columns .downloadable-products,
.customer-address-index .columns .downloadable-products,
.stripe_payments-customer-cards .columns .downloadable-products,
.stripe-customer-card .columns .downloadable-products,
.customer-account-index .columns .downloadable-products,
.sales-order-view .columns .downloadable-products,
.wishlist-index-index .columns .downloadable-products,
.customer-account-edit .columns .downloadable-products,
.video-index-index .columns .downloadable-products,
.stripe_payments-customer-subscriptions .columns .downloadable-products,
.downloadable-customer-products .columns .downloadable-products,
.customer-address-form .columns .downloadable-products,
.referafriend-index-referby .columns .downloadable-products-toolbar.bottom,
.sales-order-view .columns .downloadable-products-toolbar.bottom,
.sales-order-history .columns .downloadable-products-toolbar.bottom,
.customer-address-index .columns .downloadable-products-toolbar.bottom,
.stripe_payments-customer-cards .columns .downloadable-products-toolbar.bottom,
.stripe-customer-card .columns .downloadable-products-toolbar.bottom,
.customer-account-index .columns .downloadable-products-toolbar.bottom,
.sales-order-view .columns .downloadable-products-toolbar.bottom,
.wishlist-index-index .columns .downloadable-products-toolbar.bottom,
.customer-account-edit .columns .downloadable-products-toolbar.bottom,
.video-index-index .columns .downloadable-products-toolbar.bottom,
.stripe_payments-customer-subscriptions .columns .downloadable-products-toolbar.bottom,
.downloadable-customer-products .columns .downloadable-products-toolbar.bottom,
.customer-address-form .columns .downloadable-products-toolbar.bottom,
.referafriend-index-referby .columns .block-addresses-default,
.sales-order-view .columns .block-addresses-default,
.sales-order-history .columns .block-addresses-default,
.customer-address-index .columns .block-addresses-default,
.stripe_payments-customer-cards .columns .block-addresses-default,
.stripe-customer-card .columns .block-addresses-default,
.customer-account-index .columns .block-addresses-default,
.sales-order-view .columns .block-addresses-default,
.wishlist-index-index .columns .block-addresses-default,
.customer-account-edit .columns .block-addresses-default,
.video-index-index .columns .block-addresses-default,
.stripe_payments-customer-subscriptions .columns .block-addresses-default,
.downloadable-customer-products .columns .block-addresses-default,
.customer-address-form .columns .block-addresses-default,
.referafriend-index-referby .columns .block-addresses-list,
.sales-order-view .columns .block-addresses-list,
.sales-order-history .columns .block-addresses-list,
.customer-address-index .columns .block-addresses-list,
.stripe_payments-customer-cards .columns .block-addresses-list,
.stripe-customer-card .columns .block-addresses-list,
.customer-account-index .columns .block-addresses-list,
.sales-order-view .columns .block-addresses-list,
.wishlist-index-index .columns .block-addresses-list,
.customer-account-edit .columns .block-addresses-list,
.video-index-index .columns .block-addresses-list,
.stripe_payments-customer-subscriptions .columns .block-addresses-list,
.downloadable-customer-products .columns .block-addresses-list,
.customer-address-form .columns .block-addresses-list,
.referafriend-index-referby .columns .block-dashboard-info,
.sales-order-view .columns .block-dashboard-info,
.sales-order-history .columns .block-dashboard-info,
.customer-address-index .columns .block-dashboard-info,
.stripe_payments-customer-cards .columns .block-dashboard-info,
.stripe-customer-card .columns .block-dashboard-info,
.customer-account-index .columns .block-dashboard-info,
.sales-order-view .columns .block-dashboard-info,
.wishlist-index-index .columns .block-dashboard-info,
.customer-account-edit .columns .block-dashboard-info,
.video-index-index .columns .block-dashboard-info,
.stripe_payments-customer-subscriptions .columns .block-dashboard-info,
.downloadable-customer-products .columns .block-dashboard-info,
.customer-address-form .columns .block-dashboard-info {
  padding-left: 10%;
}
.referafriend-index-referby .columns .downloadable-products .block-title strong,
.sales-order-view .columns .downloadable-products .block-title strong,
.sales-order-history .columns .downloadable-products .block-title strong,
.customer-address-index .columns .downloadable-products .block-title strong,
.stripe_payments-customer-cards .columns .downloadable-products .block-title strong,
.stripe-customer-card .columns .downloadable-products .block-title strong,
.customer-account-index .columns .downloadable-products .block-title strong,
.sales-order-view .columns .downloadable-products .block-title strong,
.wishlist-index-index .columns .downloadable-products .block-title strong,
.customer-account-edit .columns .downloadable-products .block-title strong,
.video-index-index .columns .downloadable-products .block-title strong,
.stripe_payments-customer-subscriptions .columns .downloadable-products .block-title strong,
.downloadable-customer-products .columns .downloadable-products .block-title strong,
.customer-address-form .columns .downloadable-products .block-title strong,
.referafriend-index-referby .columns .downloadable-products-toolbar.bottom .block-title strong,
.sales-order-view .columns .downloadable-products-toolbar.bottom .block-title strong,
.sales-order-history .columns .downloadable-products-toolbar.bottom .block-title strong,
.customer-address-index .columns .downloadable-products-toolbar.bottom .block-title strong,
.stripe_payments-customer-cards .columns .downloadable-products-toolbar.bottom .block-title strong,
.stripe-customer-card .columns .downloadable-products-toolbar.bottom .block-title strong,
.customer-account-index .columns .downloadable-products-toolbar.bottom .block-title strong,
.sales-order-view .columns .downloadable-products-toolbar.bottom .block-title strong,
.wishlist-index-index .columns .downloadable-products-toolbar.bottom .block-title strong,
.customer-account-edit .columns .downloadable-products-toolbar.bottom .block-title strong,
.video-index-index .columns .downloadable-products-toolbar.bottom .block-title strong,
.stripe_payments-customer-subscriptions .columns .downloadable-products-toolbar.bottom .block-title strong,
.downloadable-customer-products .columns .downloadable-products-toolbar.bottom .block-title strong,
.customer-address-form .columns .downloadable-products-toolbar.bottom .block-title strong,
.referafriend-index-referby .columns .block-addresses-default .block-title strong,
.sales-order-view .columns .block-addresses-default .block-title strong,
.sales-order-history .columns .block-addresses-default .block-title strong,
.customer-address-index .columns .block-addresses-default .block-title strong,
.stripe_payments-customer-cards .columns .block-addresses-default .block-title strong,
.stripe-customer-card .columns .block-addresses-default .block-title strong,
.customer-account-index .columns .block-addresses-default .block-title strong,
.sales-order-view .columns .block-addresses-default .block-title strong,
.wishlist-index-index .columns .block-addresses-default .block-title strong,
.customer-account-edit .columns .block-addresses-default .block-title strong,
.video-index-index .columns .block-addresses-default .block-title strong,
.stripe_payments-customer-subscriptions .columns .block-addresses-default .block-title strong,
.downloadable-customer-products .columns .block-addresses-default .block-title strong,
.customer-address-form .columns .block-addresses-default .block-title strong,
.referafriend-index-referby .columns .block-addresses-list .block-title strong,
.sales-order-view .columns .block-addresses-list .block-title strong,
.sales-order-history .columns .block-addresses-list .block-title strong,
.customer-address-index .columns .block-addresses-list .block-title strong,
.stripe_payments-customer-cards .columns .block-addresses-list .block-title strong,
.stripe-customer-card .columns .block-addresses-list .block-title strong,
.customer-account-index .columns .block-addresses-list .block-title strong,
.sales-order-view .columns .block-addresses-list .block-title strong,
.wishlist-index-index .columns .block-addresses-list .block-title strong,
.customer-account-edit .columns .block-addresses-list .block-title strong,
.video-index-index .columns .block-addresses-list .block-title strong,
.stripe_payments-customer-subscriptions .columns .block-addresses-list .block-title strong,
.downloadable-customer-products .columns .block-addresses-list .block-title strong,
.customer-address-form .columns .block-addresses-list .block-title strong,
.referafriend-index-referby .columns .block-dashboard-info .block-title strong,
.sales-order-view .columns .block-dashboard-info .block-title strong,
.sales-order-history .columns .block-dashboard-info .block-title strong,
.customer-address-index .columns .block-dashboard-info .block-title strong,
.stripe_payments-customer-cards .columns .block-dashboard-info .block-title strong,
.stripe-customer-card .columns .block-dashboard-info .block-title strong,
.customer-account-index .columns .block-dashboard-info .block-title strong,
.sales-order-view .columns .block-dashboard-info .block-title strong,
.wishlist-index-index .columns .block-dashboard-info .block-title strong,
.customer-account-edit .columns .block-dashboard-info .block-title strong,
.video-index-index .columns .block-dashboard-info .block-title strong,
.stripe_payments-customer-subscriptions .columns .block-dashboard-info .block-title strong,
.downloadable-customer-products .columns .block-dashboard-info .block-title strong,
.customer-address-form .columns .block-dashboard-info .block-title strong {
  color: #000;
  font-size: 1.8rem;
  font-family: ProximaNova-Bold;
}
.referafriend-index-referby .columns .downloadable-products .block-content,
.sales-order-view .columns .downloadable-products .block-content,
.sales-order-history .columns .downloadable-products .block-content,
.customer-address-index .columns .downloadable-products .block-content,
.stripe_payments-customer-cards .columns .downloadable-products .block-content,
.stripe-customer-card .columns .downloadable-products .block-content,
.customer-account-index .columns .downloadable-products .block-content,
.sales-order-view .columns .downloadable-products .block-content,
.wishlist-index-index .columns .downloadable-products .block-content,
.customer-account-edit .columns .downloadable-products .block-content,
.video-index-index .columns .downloadable-products .block-content,
.stripe_payments-customer-subscriptions .columns .downloadable-products .block-content,
.downloadable-customer-products .columns .downloadable-products .block-content,
.customer-address-form .columns .downloadable-products .block-content,
.referafriend-index-referby .columns .downloadable-products-toolbar.bottom .block-content,
.sales-order-view .columns .downloadable-products-toolbar.bottom .block-content,
.sales-order-history .columns .downloadable-products-toolbar.bottom .block-content,
.customer-address-index .columns .downloadable-products-toolbar.bottom .block-content,
.stripe_payments-customer-cards .columns .downloadable-products-toolbar.bottom .block-content,
.stripe-customer-card .columns .downloadable-products-toolbar.bottom .block-content,
.customer-account-index .columns .downloadable-products-toolbar.bottom .block-content,
.sales-order-view .columns .downloadable-products-toolbar.bottom .block-content,
.wishlist-index-index .columns .downloadable-products-toolbar.bottom .block-content,
.customer-account-edit .columns .downloadable-products-toolbar.bottom .block-content,
.video-index-index .columns .downloadable-products-toolbar.bottom .block-content,
.stripe_payments-customer-subscriptions .columns .downloadable-products-toolbar.bottom .block-content,
.downloadable-customer-products .columns .downloadable-products-toolbar.bottom .block-content,
.customer-address-form .columns .downloadable-products-toolbar.bottom .block-content,
.referafriend-index-referby .columns .block-addresses-default .block-content,
.sales-order-view .columns .block-addresses-default .block-content,
.sales-order-history .columns .block-addresses-default .block-content,
.customer-address-index .columns .block-addresses-default .block-content,
.stripe_payments-customer-cards .columns .block-addresses-default .block-content,
.stripe-customer-card .columns .block-addresses-default .block-content,
.customer-account-index .columns .block-addresses-default .block-content,
.sales-order-view .columns .block-addresses-default .block-content,
.wishlist-index-index .columns .block-addresses-default .block-content,
.customer-account-edit .columns .block-addresses-default .block-content,
.video-index-index .columns .block-addresses-default .block-content,
.stripe_payments-customer-subscriptions .columns .block-addresses-default .block-content,
.downloadable-customer-products .columns .block-addresses-default .block-content,
.customer-address-form .columns .block-addresses-default .block-content,
.referafriend-index-referby .columns .block-addresses-list .block-content,
.sales-order-view .columns .block-addresses-list .block-content,
.sales-order-history .columns .block-addresses-list .block-content,
.customer-address-index .columns .block-addresses-list .block-content,
.stripe_payments-customer-cards .columns .block-addresses-list .block-content,
.stripe-customer-card .columns .block-addresses-list .block-content,
.customer-account-index .columns .block-addresses-list .block-content,
.sales-order-view .columns .block-addresses-list .block-content,
.wishlist-index-index .columns .block-addresses-list .block-content,
.customer-account-edit .columns .block-addresses-list .block-content,
.video-index-index .columns .block-addresses-list .block-content,
.stripe_payments-customer-subscriptions .columns .block-addresses-list .block-content,
.downloadable-customer-products .columns .block-addresses-list .block-content,
.customer-address-form .columns .block-addresses-list .block-content,
.referafriend-index-referby .columns .block-dashboard-info .block-content,
.sales-order-view .columns .block-dashboard-info .block-content,
.sales-order-history .columns .block-dashboard-info .block-content,
.customer-address-index .columns .block-dashboard-info .block-content,
.stripe_payments-customer-cards .columns .block-dashboard-info .block-content,
.stripe-customer-card .columns .block-dashboard-info .block-content,
.customer-account-index .columns .block-dashboard-info .block-content,
.sales-order-view .columns .block-dashboard-info .block-content,
.wishlist-index-index .columns .block-dashboard-info .block-content,
.customer-account-edit .columns .block-dashboard-info .block-content,
.video-index-index .columns .block-dashboard-info .block-content,
.stripe_payments-customer-subscriptions .columns .block-dashboard-info .block-content,
.downloadable-customer-products .columns .block-dashboard-info .block-content,
.customer-address-form .columns .block-dashboard-info .block-content {
  color: #707070;
}
.referafriend-index-referby .columns .downloadable-products .block-content .information-row,
.sales-order-view .columns .downloadable-products .block-content .information-row,
.sales-order-history .columns .downloadable-products .block-content .information-row,
.customer-address-index .columns .downloadable-products .block-content .information-row,
.stripe_payments-customer-cards .columns .downloadable-products .block-content .information-row,
.stripe-customer-card .columns .downloadable-products .block-content .information-row,
.customer-account-index .columns .downloadable-products .block-content .information-row,
.sales-order-view .columns .downloadable-products .block-content .information-row,
.wishlist-index-index .columns .downloadable-products .block-content .information-row,
.customer-account-edit .columns .downloadable-products .block-content .information-row,
.video-index-index .columns .downloadable-products .block-content .information-row,
.stripe_payments-customer-subscriptions .columns .downloadable-products .block-content .information-row,
.downloadable-customer-products .columns .downloadable-products .block-content .information-row,
.customer-address-form .columns .downloadable-products .block-content .information-row,
.referafriend-index-referby .columns .downloadable-products-toolbar.bottom .block-content .information-row,
.sales-order-view .columns .downloadable-products-toolbar.bottom .block-content .information-row,
.sales-order-history .columns .downloadable-products-toolbar.bottom .block-content .information-row,
.customer-address-index .columns .downloadable-products-toolbar.bottom .block-content .information-row,
.stripe_payments-customer-cards .columns .downloadable-products-toolbar.bottom .block-content .information-row,
.stripe-customer-card .columns .downloadable-products-toolbar.bottom .block-content .information-row,
.customer-account-index .columns .downloadable-products-toolbar.bottom .block-content .information-row,
.sales-order-view .columns .downloadable-products-toolbar.bottom .block-content .information-row,
.wishlist-index-index .columns .downloadable-products-toolbar.bottom .block-content .information-row,
.customer-account-edit .columns .downloadable-products-toolbar.bottom .block-content .information-row,
.video-index-index .columns .downloadable-products-toolbar.bottom .block-content .information-row,
.stripe_payments-customer-subscriptions .columns .downloadable-products-toolbar.bottom .block-content .information-row,
.downloadable-customer-products .columns .downloadable-products-toolbar.bottom .block-content .information-row,
.customer-address-form .columns .downloadable-products-toolbar.bottom .block-content .information-row,
.referafriend-index-referby .columns .block-addresses-default .block-content .information-row,
.sales-order-view .columns .block-addresses-default .block-content .information-row,
.sales-order-history .columns .block-addresses-default .block-content .information-row,
.customer-address-index .columns .block-addresses-default .block-content .information-row,
.stripe_payments-customer-cards .columns .block-addresses-default .block-content .information-row,
.stripe-customer-card .columns .block-addresses-default .block-content .information-row,
.customer-account-index .columns .block-addresses-default .block-content .information-row,
.sales-order-view .columns .block-addresses-default .block-content .information-row,
.wishlist-index-index .columns .block-addresses-default .block-content .information-row,
.customer-account-edit .columns .block-addresses-default .block-content .information-row,
.video-index-index .columns .block-addresses-default .block-content .information-row,
.stripe_payments-customer-subscriptions .columns .block-addresses-default .block-content .information-row,
.downloadable-customer-products .columns .block-addresses-default .block-content .information-row,
.customer-address-form .columns .block-addresses-default .block-content .information-row,
.referafriend-index-referby .columns .block-addresses-list .block-content .information-row,
.sales-order-view .columns .block-addresses-list .block-content .information-row,
.sales-order-history .columns .block-addresses-list .block-content .information-row,
.customer-address-index .columns .block-addresses-list .block-content .information-row,
.stripe_payments-customer-cards .columns .block-addresses-list .block-content .information-row,
.stripe-customer-card .columns .block-addresses-list .block-content .information-row,
.customer-account-index .columns .block-addresses-list .block-content .information-row,
.sales-order-view .columns .block-addresses-list .block-content .information-row,
.wishlist-index-index .columns .block-addresses-list .block-content .information-row,
.customer-account-edit .columns .block-addresses-list .block-content .information-row,
.video-index-index .columns .block-addresses-list .block-content .information-row,
.stripe_payments-customer-subscriptions .columns .block-addresses-list .block-content .information-row,
.downloadable-customer-products .columns .block-addresses-list .block-content .information-row,
.customer-address-form .columns .block-addresses-list .block-content .information-row,
.referafriend-index-referby .columns .block-dashboard-info .block-content .information-row,
.sales-order-view .columns .block-dashboard-info .block-content .information-row,
.sales-order-history .columns .block-dashboard-info .block-content .information-row,
.customer-address-index .columns .block-dashboard-info .block-content .information-row,
.stripe_payments-customer-cards .columns .block-dashboard-info .block-content .information-row,
.stripe-customer-card .columns .block-dashboard-info .block-content .information-row,
.customer-account-index .columns .block-dashboard-info .block-content .information-row,
.sales-order-view .columns .block-dashboard-info .block-content .information-row,
.wishlist-index-index .columns .block-dashboard-info .block-content .information-row,
.customer-account-edit .columns .block-dashboard-info .block-content .information-row,
.video-index-index .columns .block-dashboard-info .block-content .information-row,
.stripe_payments-customer-subscriptions .columns .block-dashboard-info .block-content .information-row,
.downloadable-customer-products .columns .block-dashboard-info .block-content .information-row,
.customer-address-form .columns .block-dashboard-info .block-content .information-row {
  padding: 10px 0;
  font-size: 17.5px;
  line-height: 29.75px;
}
.referafriend-index-referby .columns .downloadable-products .block-content .information-row .box-title,
.sales-order-view .columns .downloadable-products .block-content .information-row .box-title,
.sales-order-history .columns .downloadable-products .block-content .information-row .box-title,
.customer-address-index .columns .downloadable-products .block-content .information-row .box-title,
.stripe_payments-customer-cards .columns .downloadable-products .block-content .information-row .box-title,
.stripe-customer-card .columns .downloadable-products .block-content .information-row .box-title,
.customer-account-index .columns .downloadable-products .block-content .information-row .box-title,
.sales-order-view .columns .downloadable-products .block-content .information-row .box-title,
.wishlist-index-index .columns .downloadable-products .block-content .information-row .box-title,
.customer-account-edit .columns .downloadable-products .block-content .information-row .box-title,
.video-index-index .columns .downloadable-products .block-content .information-row .box-title,
.stripe_payments-customer-subscriptions .columns .downloadable-products .block-content .information-row .box-title,
.downloadable-customer-products .columns .downloadable-products .block-content .information-row .box-title,
.customer-address-form .columns .downloadable-products .block-content .information-row .box-title,
.referafriend-index-referby .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title,
.sales-order-view .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title,
.sales-order-history .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title,
.customer-address-index .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title,
.stripe_payments-customer-cards .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title,
.stripe-customer-card .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title,
.customer-account-index .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title,
.sales-order-view .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title,
.wishlist-index-index .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title,
.customer-account-edit .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title,
.video-index-index .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title,
.stripe_payments-customer-subscriptions .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title,
.downloadable-customer-products .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title,
.customer-address-form .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title,
.referafriend-index-referby .columns .block-addresses-default .block-content .information-row .box-title,
.sales-order-view .columns .block-addresses-default .block-content .information-row .box-title,
.sales-order-history .columns .block-addresses-default .block-content .information-row .box-title,
.customer-address-index .columns .block-addresses-default .block-content .information-row .box-title,
.stripe_payments-customer-cards .columns .block-addresses-default .block-content .information-row .box-title,
.stripe-customer-card .columns .block-addresses-default .block-content .information-row .box-title,
.customer-account-index .columns .block-addresses-default .block-content .information-row .box-title,
.sales-order-view .columns .block-addresses-default .block-content .information-row .box-title,
.wishlist-index-index .columns .block-addresses-default .block-content .information-row .box-title,
.customer-account-edit .columns .block-addresses-default .block-content .information-row .box-title,
.video-index-index .columns .block-addresses-default .block-content .information-row .box-title,
.stripe_payments-customer-subscriptions .columns .block-addresses-default .block-content .information-row .box-title,
.downloadable-customer-products .columns .block-addresses-default .block-content .information-row .box-title,
.customer-address-form .columns .block-addresses-default .block-content .information-row .box-title,
.referafriend-index-referby .columns .block-addresses-list .block-content .information-row .box-title,
.sales-order-view .columns .block-addresses-list .block-content .information-row .box-title,
.sales-order-history .columns .block-addresses-list .block-content .information-row .box-title,
.customer-address-index .columns .block-addresses-list .block-content .information-row .box-title,
.stripe_payments-customer-cards .columns .block-addresses-list .block-content .information-row .box-title,
.stripe-customer-card .columns .block-addresses-list .block-content .information-row .box-title,
.customer-account-index .columns .block-addresses-list .block-content .information-row .box-title,
.sales-order-view .columns .block-addresses-list .block-content .information-row .box-title,
.wishlist-index-index .columns .block-addresses-list .block-content .information-row .box-title,
.customer-account-edit .columns .block-addresses-list .block-content .information-row .box-title,
.video-index-index .columns .block-addresses-list .block-content .information-row .box-title,
.stripe_payments-customer-subscriptions .columns .block-addresses-list .block-content .information-row .box-title,
.downloadable-customer-products .columns .block-addresses-list .block-content .information-row .box-title,
.customer-address-form .columns .block-addresses-list .block-content .information-row .box-title,
.referafriend-index-referby .columns .block-dashboard-info .block-content .information-row .box-title,
.sales-order-view .columns .block-dashboard-info .block-content .information-row .box-title,
.sales-order-history .columns .block-dashboard-info .block-content .information-row .box-title,
.customer-address-index .columns .block-dashboard-info .block-content .information-row .box-title,
.stripe_payments-customer-cards .columns .block-dashboard-info .block-content .information-row .box-title,
.stripe-customer-card .columns .block-dashboard-info .block-content .information-row .box-title,
.customer-account-index .columns .block-dashboard-info .block-content .information-row .box-title,
.sales-order-view .columns .block-dashboard-info .block-content .information-row .box-title,
.wishlist-index-index .columns .block-dashboard-info .block-content .information-row .box-title,
.customer-account-edit .columns .block-dashboard-info .block-content .information-row .box-title,
.video-index-index .columns .block-dashboard-info .block-content .information-row .box-title,
.stripe_payments-customer-subscriptions .columns .block-dashboard-info .block-content .information-row .box-title,
.downloadable-customer-products .columns .block-dashboard-info .block-content .information-row .box-title,
.customer-address-form .columns .block-dashboard-info .block-content .information-row .box-title {
  width: 100%;
}
.referafriend-index-referby .columns .downloadable-products .block-content .information-row .box-title .title,
.sales-order-view .columns .downloadable-products .block-content .information-row .box-title .title,
.sales-order-history .columns .downloadable-products .block-content .information-row .box-title .title,
.customer-address-index .columns .downloadable-products .block-content .information-row .box-title .title,
.stripe_payments-customer-cards .columns .downloadable-products .block-content .information-row .box-title .title,
.stripe-customer-card .columns .downloadable-products .block-content .information-row .box-title .title,
.customer-account-index .columns .downloadable-products .block-content .information-row .box-title .title,
.sales-order-view .columns .downloadable-products .block-content .information-row .box-title .title,
.wishlist-index-index .columns .downloadable-products .block-content .information-row .box-title .title,
.customer-account-edit .columns .downloadable-products .block-content .information-row .box-title .title,
.video-index-index .columns .downloadable-products .block-content .information-row .box-title .title,
.stripe_payments-customer-subscriptions .columns .downloadable-products .block-content .information-row .box-title .title,
.downloadable-customer-products .columns .downloadable-products .block-content .information-row .box-title .title,
.customer-address-form .columns .downloadable-products .block-content .information-row .box-title .title,
.referafriend-index-referby .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .title,
.sales-order-view .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .title,
.sales-order-history .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .title,
.customer-address-index .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .title,
.stripe_payments-customer-cards .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .title,
.stripe-customer-card .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .title,
.customer-account-index .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .title,
.sales-order-view .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .title,
.wishlist-index-index .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .title,
.customer-account-edit .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .title,
.video-index-index .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .title,
.stripe_payments-customer-subscriptions .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .title,
.downloadable-customer-products .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .title,
.customer-address-form .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .title,
.referafriend-index-referby .columns .block-addresses-default .block-content .information-row .box-title .title,
.sales-order-view .columns .block-addresses-default .block-content .information-row .box-title .title,
.sales-order-history .columns .block-addresses-default .block-content .information-row .box-title .title,
.customer-address-index .columns .block-addresses-default .block-content .information-row .box-title .title,
.stripe_payments-customer-cards .columns .block-addresses-default .block-content .information-row .box-title .title,
.stripe-customer-card .columns .block-addresses-default .block-content .information-row .box-title .title,
.customer-account-index .columns .block-addresses-default .block-content .information-row .box-title .title,
.sales-order-view .columns .block-addresses-default .block-content .information-row .box-title .title,
.wishlist-index-index .columns .block-addresses-default .block-content .information-row .box-title .title,
.customer-account-edit .columns .block-addresses-default .block-content .information-row .box-title .title,
.video-index-index .columns .block-addresses-default .block-content .information-row .box-title .title,
.stripe_payments-customer-subscriptions .columns .block-addresses-default .block-content .information-row .box-title .title,
.downloadable-customer-products .columns .block-addresses-default .block-content .information-row .box-title .title,
.customer-address-form .columns .block-addresses-default .block-content .information-row .box-title .title,
.referafriend-index-referby .columns .block-addresses-list .block-content .information-row .box-title .title,
.sales-order-view .columns .block-addresses-list .block-content .information-row .box-title .title,
.sales-order-history .columns .block-addresses-list .block-content .information-row .box-title .title,
.customer-address-index .columns .block-addresses-list .block-content .information-row .box-title .title,
.stripe_payments-customer-cards .columns .block-addresses-list .block-content .information-row .box-title .title,
.stripe-customer-card .columns .block-addresses-list .block-content .information-row .box-title .title,
.customer-account-index .columns .block-addresses-list .block-content .information-row .box-title .title,
.sales-order-view .columns .block-addresses-list .block-content .information-row .box-title .title,
.wishlist-index-index .columns .block-addresses-list .block-content .information-row .box-title .title,
.customer-account-edit .columns .block-addresses-list .block-content .information-row .box-title .title,
.video-index-index .columns .block-addresses-list .block-content .information-row .box-title .title,
.stripe_payments-customer-subscriptions .columns .block-addresses-list .block-content .information-row .box-title .title,
.downloadable-customer-products .columns .block-addresses-list .block-content .information-row .box-title .title,
.customer-address-form .columns .block-addresses-list .block-content .information-row .box-title .title,
.referafriend-index-referby .columns .block-dashboard-info .block-content .information-row .box-title .title,
.sales-order-view .columns .block-dashboard-info .block-content .information-row .box-title .title,
.sales-order-history .columns .block-dashboard-info .block-content .information-row .box-title .title,
.customer-address-index .columns .block-dashboard-info .block-content .information-row .box-title .title,
.stripe_payments-customer-cards .columns .block-dashboard-info .block-content .information-row .box-title .title,
.stripe-customer-card .columns .block-dashboard-info .block-content .information-row .box-title .title,
.customer-account-index .columns .block-dashboard-info .block-content .information-row .box-title .title,
.sales-order-view .columns .block-dashboard-info .block-content .information-row .box-title .title,
.wishlist-index-index .columns .block-dashboard-info .block-content .information-row .box-title .title,
.customer-account-edit .columns .block-dashboard-info .block-content .information-row .box-title .title,
.video-index-index .columns .block-dashboard-info .block-content .information-row .box-title .title,
.stripe_payments-customer-subscriptions .columns .block-dashboard-info .block-content .information-row .box-title .title,
.downloadable-customer-products .columns .block-dashboard-info .block-content .information-row .box-title .title,
.customer-address-form .columns .block-dashboard-info .block-content .information-row .box-title .title {
  color: #000;
  font-family: ProximaNova-Bold;
  font-size: 17.5px;
  line-height: 29.75px;
}
.referafriend-index-referby .columns .downloadable-products .block-content .information-row .box-title .edit-link,
.sales-order-view .columns .downloadable-products .block-content .information-row .box-title .edit-link,
.sales-order-history .columns .downloadable-products .block-content .information-row .box-title .edit-link,
.customer-address-index .columns .downloadable-products .block-content .information-row .box-title .edit-link,
.stripe_payments-customer-cards .columns .downloadable-products .block-content .information-row .box-title .edit-link,
.stripe-customer-card .columns .downloadable-products .block-content .information-row .box-title .edit-link,
.customer-account-index .columns .downloadable-products .block-content .information-row .box-title .edit-link,
.sales-order-view .columns .downloadable-products .block-content .information-row .box-title .edit-link,
.wishlist-index-index .columns .downloadable-products .block-content .information-row .box-title .edit-link,
.customer-account-edit .columns .downloadable-products .block-content .information-row .box-title .edit-link,
.video-index-index .columns .downloadable-products .block-content .information-row .box-title .edit-link,
.stripe_payments-customer-subscriptions .columns .downloadable-products .block-content .information-row .box-title .edit-link,
.downloadable-customer-products .columns .downloadable-products .block-content .information-row .box-title .edit-link,
.customer-address-form .columns .downloadable-products .block-content .information-row .box-title .edit-link,
.referafriend-index-referby .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link,
.sales-order-view .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link,
.sales-order-history .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link,
.customer-address-index .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link,
.stripe_payments-customer-cards .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link,
.stripe-customer-card .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link,
.customer-account-index .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link,
.sales-order-view .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link,
.wishlist-index-index .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link,
.customer-account-edit .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link,
.video-index-index .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link,
.stripe_payments-customer-subscriptions .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link,
.downloadable-customer-products .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link,
.customer-address-form .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link,
.referafriend-index-referby .columns .block-addresses-default .block-content .information-row .box-title .edit-link,
.sales-order-view .columns .block-addresses-default .block-content .information-row .box-title .edit-link,
.sales-order-history .columns .block-addresses-default .block-content .information-row .box-title .edit-link,
.customer-address-index .columns .block-addresses-default .block-content .information-row .box-title .edit-link,
.stripe_payments-customer-cards .columns .block-addresses-default .block-content .information-row .box-title .edit-link,
.stripe-customer-card .columns .block-addresses-default .block-content .information-row .box-title .edit-link,
.customer-account-index .columns .block-addresses-default .block-content .information-row .box-title .edit-link,
.sales-order-view .columns .block-addresses-default .block-content .information-row .box-title .edit-link,
.wishlist-index-index .columns .block-addresses-default .block-content .information-row .box-title .edit-link,
.customer-account-edit .columns .block-addresses-default .block-content .information-row .box-title .edit-link,
.video-index-index .columns .block-addresses-default .block-content .information-row .box-title .edit-link,
.stripe_payments-customer-subscriptions .columns .block-addresses-default .block-content .information-row .box-title .edit-link,
.downloadable-customer-products .columns .block-addresses-default .block-content .information-row .box-title .edit-link,
.customer-address-form .columns .block-addresses-default .block-content .information-row .box-title .edit-link,
.referafriend-index-referby .columns .block-addresses-list .block-content .information-row .box-title .edit-link,
.sales-order-view .columns .block-addresses-list .block-content .information-row .box-title .edit-link,
.sales-order-history .columns .block-addresses-list .block-content .information-row .box-title .edit-link,
.customer-address-index .columns .block-addresses-list .block-content .information-row .box-title .edit-link,
.stripe_payments-customer-cards .columns .block-addresses-list .block-content .information-row .box-title .edit-link,
.stripe-customer-card .columns .block-addresses-list .block-content .information-row .box-title .edit-link,
.customer-account-index .columns .block-addresses-list .block-content .information-row .box-title .edit-link,
.sales-order-view .columns .block-addresses-list .block-content .information-row .box-title .edit-link,
.wishlist-index-index .columns .block-addresses-list .block-content .information-row .box-title .edit-link,
.customer-account-edit .columns .block-addresses-list .block-content .information-row .box-title .edit-link,
.video-index-index .columns .block-addresses-list .block-content .information-row .box-title .edit-link,
.stripe_payments-customer-subscriptions .columns .block-addresses-list .block-content .information-row .box-title .edit-link,
.downloadable-customer-products .columns .block-addresses-list .block-content .information-row .box-title .edit-link,
.customer-address-form .columns .block-addresses-list .block-content .information-row .box-title .edit-link,
.referafriend-index-referby .columns .block-dashboard-info .block-content .information-row .box-title .edit-link,
.sales-order-view .columns .block-dashboard-info .block-content .information-row .box-title .edit-link,
.sales-order-history .columns .block-dashboard-info .block-content .information-row .box-title .edit-link,
.customer-address-index .columns .block-dashboard-info .block-content .information-row .box-title .edit-link,
.stripe_payments-customer-cards .columns .block-dashboard-info .block-content .information-row .box-title .edit-link,
.stripe-customer-card .columns .block-dashboard-info .block-content .information-row .box-title .edit-link,
.customer-account-index .columns .block-dashboard-info .block-content .information-row .box-title .edit-link,
.sales-order-view .columns .block-dashboard-info .block-content .information-row .box-title .edit-link,
.wishlist-index-index .columns .block-dashboard-info .block-content .information-row .box-title .edit-link,
.customer-account-edit .columns .block-dashboard-info .block-content .information-row .box-title .edit-link,
.video-index-index .columns .block-dashboard-info .block-content .information-row .box-title .edit-link,
.stripe_payments-customer-subscriptions .columns .block-dashboard-info .block-content .information-row .box-title .edit-link,
.downloadable-customer-products .columns .block-dashboard-info .block-content .information-row .box-title .edit-link,
.customer-address-form .columns .block-dashboard-info .block-content .information-row .box-title .edit-link {
  float: right;
  margin: 4px !important;
}
.referafriend-index-referby .columns .downloadable-products .block-content .information-row .box-title .edit-link .edit,
.sales-order-view .columns .downloadable-products .block-content .information-row .box-title .edit-link .edit,
.sales-order-history .columns .downloadable-products .block-content .information-row .box-title .edit-link .edit,
.customer-address-index .columns .downloadable-products .block-content .information-row .box-title .edit-link .edit,
.stripe_payments-customer-cards .columns .downloadable-products .block-content .information-row .box-title .edit-link .edit,
.stripe-customer-card .columns .downloadable-products .block-content .information-row .box-title .edit-link .edit,
.customer-account-index .columns .downloadable-products .block-content .information-row .box-title .edit-link .edit,
.sales-order-view .columns .downloadable-products .block-content .information-row .box-title .edit-link .edit,
.wishlist-index-index .columns .downloadable-products .block-content .information-row .box-title .edit-link .edit,
.customer-account-edit .columns .downloadable-products .block-content .information-row .box-title .edit-link .edit,
.video-index-index .columns .downloadable-products .block-content .information-row .box-title .edit-link .edit,
.stripe_payments-customer-subscriptions .columns .downloadable-products .block-content .information-row .box-title .edit-link .edit,
.downloadable-customer-products .columns .downloadable-products .block-content .information-row .box-title .edit-link .edit,
.customer-address-form .columns .downloadable-products .block-content .information-row .box-title .edit-link .edit,
.referafriend-index-referby .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link .edit,
.sales-order-view .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link .edit,
.sales-order-history .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link .edit,
.customer-address-index .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link .edit,
.stripe_payments-customer-cards .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link .edit,
.stripe-customer-card .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link .edit,
.customer-account-index .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link .edit,
.sales-order-view .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link .edit,
.wishlist-index-index .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link .edit,
.customer-account-edit .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link .edit,
.video-index-index .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link .edit,
.stripe_payments-customer-subscriptions .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link .edit,
.downloadable-customer-products .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link .edit,
.customer-address-form .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-title .edit-link .edit,
.referafriend-index-referby .columns .block-addresses-default .block-content .information-row .box-title .edit-link .edit,
.sales-order-view .columns .block-addresses-default .block-content .information-row .box-title .edit-link .edit,
.sales-order-history .columns .block-addresses-default .block-content .information-row .box-title .edit-link .edit,
.customer-address-index .columns .block-addresses-default .block-content .information-row .box-title .edit-link .edit,
.stripe_payments-customer-cards .columns .block-addresses-default .block-content .information-row .box-title .edit-link .edit,
.stripe-customer-card .columns .block-addresses-default .block-content .information-row .box-title .edit-link .edit,
.customer-account-index .columns .block-addresses-default .block-content .information-row .box-title .edit-link .edit,
.sales-order-view .columns .block-addresses-default .block-content .information-row .box-title .edit-link .edit,
.wishlist-index-index .columns .block-addresses-default .block-content .information-row .box-title .edit-link .edit,
.customer-account-edit .columns .block-addresses-default .block-content .information-row .box-title .edit-link .edit,
.video-index-index .columns .block-addresses-default .block-content .information-row .box-title .edit-link .edit,
.stripe_payments-customer-subscriptions .columns .block-addresses-default .block-content .information-row .box-title .edit-link .edit,
.downloadable-customer-products .columns .block-addresses-default .block-content .information-row .box-title .edit-link .edit,
.customer-address-form .columns .block-addresses-default .block-content .information-row .box-title .edit-link .edit,
.referafriend-index-referby .columns .block-addresses-list .block-content .information-row .box-title .edit-link .edit,
.sales-order-view .columns .block-addresses-list .block-content .information-row .box-title .edit-link .edit,
.sales-order-history .columns .block-addresses-list .block-content .information-row .box-title .edit-link .edit,
.customer-address-index .columns .block-addresses-list .block-content .information-row .box-title .edit-link .edit,
.stripe_payments-customer-cards .columns .block-addresses-list .block-content .information-row .box-title .edit-link .edit,
.stripe-customer-card .columns .block-addresses-list .block-content .information-row .box-title .edit-link .edit,
.customer-account-index .columns .block-addresses-list .block-content .information-row .box-title .edit-link .edit,
.sales-order-view .columns .block-addresses-list .block-content .information-row .box-title .edit-link .edit,
.wishlist-index-index .columns .block-addresses-list .block-content .information-row .box-title .edit-link .edit,
.customer-account-edit .columns .block-addresses-list .block-content .information-row .box-title .edit-link .edit,
.video-index-index .columns .block-addresses-list .block-content .information-row .box-title .edit-link .edit,
.stripe_payments-customer-subscriptions .columns .block-addresses-list .block-content .information-row .box-title .edit-link .edit,
.downloadable-customer-products .columns .block-addresses-list .block-content .information-row .box-title .edit-link .edit,
.customer-address-form .columns .block-addresses-list .block-content .information-row .box-title .edit-link .edit,
.referafriend-index-referby .columns .block-dashboard-info .block-content .information-row .box-title .edit-link .edit,
.sales-order-view .columns .block-dashboard-info .block-content .information-row .box-title .edit-link .edit,
.sales-order-history .columns .block-dashboard-info .block-content .information-row .box-title .edit-link .edit,
.customer-address-index .columns .block-dashboard-info .block-content .information-row .box-title .edit-link .edit,
.stripe_payments-customer-cards .columns .block-dashboard-info .block-content .information-row .box-title .edit-link .edit,
.stripe-customer-card .columns .block-dashboard-info .block-content .information-row .box-title .edit-link .edit,
.customer-account-index .columns .block-dashboard-info .block-content .information-row .box-title .edit-link .edit,
.sales-order-view .columns .block-dashboard-info .block-content .information-row .box-title .edit-link .edit,
.wishlist-index-index .columns .block-dashboard-info .block-content .information-row .box-title .edit-link .edit,
.customer-account-edit .columns .block-dashboard-info .block-content .information-row .box-title .edit-link .edit,
.video-index-index .columns .block-dashboard-info .block-content .information-row .box-title .edit-link .edit,
.stripe_payments-customer-subscriptions .columns .block-dashboard-info .block-content .information-row .box-title .edit-link .edit,
.downloadable-customer-products .columns .block-dashboard-info .block-content .information-row .box-title .edit-link .edit,
.customer-address-form .columns .block-dashboard-info .block-content .information-row .box-title .edit-link .edit {
  color: #0d0d0d;
  font-family: ProximaNova-Semibold;
  text-decoration: underline;
  font-weight: normal;
  font-size: 17.5px;
  line-height: 29.75px;
}
.referafriend-index-referby .columns .downloadable-products .block-content .information-row .box-content address a,
.sales-order-view .columns .downloadable-products .block-content .information-row .box-content address a,
.sales-order-history .columns .downloadable-products .block-content .information-row .box-content address a,
.customer-address-index .columns .downloadable-products .block-content .information-row .box-content address a,
.stripe_payments-customer-cards .columns .downloadable-products .block-content .information-row .box-content address a,
.stripe-customer-card .columns .downloadable-products .block-content .information-row .box-content address a,
.customer-account-index .columns .downloadable-products .block-content .information-row .box-content address a,
.sales-order-view .columns .downloadable-products .block-content .information-row .box-content address a,
.wishlist-index-index .columns .downloadable-products .block-content .information-row .box-content address a,
.customer-account-edit .columns .downloadable-products .block-content .information-row .box-content address a,
.video-index-index .columns .downloadable-products .block-content .information-row .box-content address a,
.stripe_payments-customer-subscriptions .columns .downloadable-products .block-content .information-row .box-content address a,
.downloadable-customer-products .columns .downloadable-products .block-content .information-row .box-content address a,
.customer-address-form .columns .downloadable-products .block-content .information-row .box-content address a,
.referafriend-index-referby .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-content address a,
.sales-order-view .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-content address a,
.sales-order-history .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-content address a,
.customer-address-index .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-content address a,
.stripe_payments-customer-cards .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-content address a,
.stripe-customer-card .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-content address a,
.customer-account-index .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-content address a,
.sales-order-view .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-content address a,
.wishlist-index-index .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-content address a,
.customer-account-edit .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-content address a,
.video-index-index .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-content address a,
.stripe_payments-customer-subscriptions .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-content address a,
.downloadable-customer-products .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-content address a,
.customer-address-form .columns .downloadable-products-toolbar.bottom .block-content .information-row .box-content address a,
.referafriend-index-referby .columns .block-addresses-default .block-content .information-row .box-content address a,
.sales-order-view .columns .block-addresses-default .block-content .information-row .box-content address a,
.sales-order-history .columns .block-addresses-default .block-content .information-row .box-content address a,
.customer-address-index .columns .block-addresses-default .block-content .information-row .box-content address a,
.stripe_payments-customer-cards .columns .block-addresses-default .block-content .information-row .box-content address a,
.stripe-customer-card .columns .block-addresses-default .block-content .information-row .box-content address a,
.customer-account-index .columns .block-addresses-default .block-content .information-row .box-content address a,
.sales-order-view .columns .block-addresses-default .block-content .information-row .box-content address a,
.wishlist-index-index .columns .block-addresses-default .block-content .information-row .box-content address a,
.customer-account-edit .columns .block-addresses-default .block-content .information-row .box-content address a,
.video-index-index .columns .block-addresses-default .block-content .information-row .box-content address a,
.stripe_payments-customer-subscriptions .columns .block-addresses-default .block-content .information-row .box-content address a,
.downloadable-customer-products .columns .block-addresses-default .block-content .information-row .box-content address a,
.customer-address-form .columns .block-addresses-default .block-content .information-row .box-content address a,
.referafriend-index-referby .columns .block-addresses-list .block-content .information-row .box-content address a,
.sales-order-view .columns .block-addresses-list .block-content .information-row .box-content address a,
.sales-order-history .columns .block-addresses-list .block-content .information-row .box-content address a,
.customer-address-index .columns .block-addresses-list .block-content .information-row .box-content address a,
.stripe_payments-customer-cards .columns .block-addresses-list .block-content .information-row .box-content address a,
.stripe-customer-card .columns .block-addresses-list .block-content .information-row .box-content address a,
.customer-account-index .columns .block-addresses-list .block-content .information-row .box-content address a,
.sales-order-view .columns .block-addresses-list .block-content .information-row .box-content address a,
.wishlist-index-index .columns .block-addresses-list .block-content .information-row .box-content address a,
.customer-account-edit .columns .block-addresses-list .block-content .information-row .box-content address a,
.video-index-index .columns .block-addresses-list .block-content .information-row .box-content address a,
.stripe_payments-customer-subscriptions .columns .block-addresses-list .block-content .information-row .box-content address a,
.downloadable-customer-products .columns .block-addresses-list .block-content .information-row .box-content address a,
.customer-address-form .columns .block-addresses-list .block-content .information-row .box-content address a,
.referafriend-index-referby .columns .block-dashboard-info .block-content .information-row .box-content address a,
.sales-order-view .columns .block-dashboard-info .block-content .information-row .box-content address a,
.sales-order-history .columns .block-dashboard-info .block-content .information-row .box-content address a,
.customer-address-index .columns .block-dashboard-info .block-content .information-row .box-content address a,
.stripe_payments-customer-cards .columns .block-dashboard-info .block-content .information-row .box-content address a,
.stripe-customer-card .columns .block-dashboard-info .block-content .information-row .box-content address a,
.customer-account-index .columns .block-dashboard-info .block-content .information-row .box-content address a,
.sales-order-view .columns .block-dashboard-info .block-content .information-row .box-content address a,
.wishlist-index-index .columns .block-dashboard-info .block-content .information-row .box-content address a,
.customer-account-edit .columns .block-dashboard-info .block-content .information-row .box-content address a,
.video-index-index .columns .block-dashboard-info .block-content .information-row .box-content address a,
.stripe_payments-customer-subscriptions .columns .block-dashboard-info .block-content .information-row .box-content address a,
.downloadable-customer-products .columns .block-dashboard-info .block-content .information-row .box-content address a,
.customer-address-form .columns .block-dashboard-info .block-content .information-row .box-content address a {
  color: #707070;
  text-decoration: underline;
}
.downloadable-customer-products #my-downloadable-products-table th {
  text-align: left;
  font-size: 14px;
  line-height: 21.5px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  color: #000000;
  vertical-align: middle;
}
.downloadable-customer-products #my-downloadable-products-table td {
  border: none;
  color: #707070;
  width: 25%;
}
.downloadable-customer-products #my-downloadable-products-table td a,
.downloadable-customer-products #my-downloadable-products-table td a:hover {
  color: #0d0d0d !important;
  text-decoration: underline;
}
.referafriend-index-referby form .fieldset,
.sales-order-view form .fieldset,
.customer-account-login form .fieldset,
.customer-account-forgotpassword form .fieldset,
.customer-account-create form .fieldset,
.stripe_payments-customer-cards form .fieldset,
.stripe_payments-customer-subscriptions form .fieldset,
.customer-account-edit form .fieldset,
.customer-address-form form .fieldset {
  padding-left: 10%;
}
.referafriend-index-referby form .fieldset legend,
.sales-order-view form .fieldset legend,
.customer-account-login form .fieldset legend,
.customer-account-forgotpassword form .fieldset legend,
.customer-account-create form .fieldset legend,
.stripe_payments-customer-cards form .fieldset legend,
.stripe_payments-customer-subscriptions form .fieldset legend,
.customer-account-edit form .fieldset legend,
.customer-address-form form .fieldset legend {
  margin-left: 0;
  padding-left: 0;
  color: #0d0d0d;
  font-size: 17.5px;
  line-height: 29.75px;
  font-family: ProximaNova-Bold;
  margin-bottom: 30px;
}
.referafriend-index-referby form .fieldset .field .label,
.sales-order-view form .fieldset .field .label,
.customer-account-login form .fieldset .field .label,
.customer-account-forgotpassword form .fieldset .field .label,
.customer-account-create form .fieldset .field .label,
.stripe_payments-customer-cards form .fieldset .field .label,
.stripe_payments-customer-subscriptions form .fieldset .field .label,
.customer-account-edit form .fieldset .field .label,
.customer-address-form form .fieldset .field .label {
  width: 30%;
  font-family: ProximaNova-Semibold;
  color: #707070;
  font-weight: unset;
  font-size: 17.5px;
  line-height: 29.75px;
  padding: 6px 10px 0 0;
}
.referafriend-index-referby form .fieldset .field .label .profile-image,
.sales-order-view form .fieldset .field .label .profile-image,
.customer-account-login form .fieldset .field .label .profile-image,
.customer-account-forgotpassword form .fieldset .field .label .profile-image,
.customer-account-create form .fieldset .field .label .profile-image,
.stripe_payments-customer-cards form .fieldset .field .label .profile-image,
.stripe_payments-customer-subscriptions form .fieldset .field .label .profile-image,
.customer-account-edit form .fieldset .field .label .profile-image,
.customer-address-form form .fieldset .field .label .profile-image {
  width: 80px;
  height: 80px;
  margin-top: 30px;
}
.referafriend-index-referby form .fieldset .field .control,
.sales-order-view form .fieldset .field .control,
.customer-account-login form .fieldset .field .control,
.customer-account-forgotpassword form .fieldset .field .control,
.customer-account-create form .fieldset .field .control,
.stripe_payments-customer-cards form .fieldset .field .control,
.stripe_payments-customer-subscriptions form .fieldset .field .control,
.customer-account-edit form .fieldset .field .control,
.customer-address-form form .fieldset .field .control {
  width: 70%;
}
.referafriend-index-referby form .fieldset .field .control input,
.sales-order-view form .fieldset .field .control input,
.customer-account-login form .fieldset .field .control input,
.customer-account-forgotpassword form .fieldset .field .control input,
.customer-account-create form .fieldset .field .control input,
.stripe_payments-customer-cards form .fieldset .field .control input,
.stripe_payments-customer-subscriptions form .fieldset .field .control input,
.customer-account-edit form .fieldset .field .control input,
.customer-address-form form .fieldset .field .control input,
.referafriend-index-referby form .fieldset .field .control select,
.sales-order-view form .fieldset .field .control select,
.customer-account-login form .fieldset .field .control select,
.customer-account-forgotpassword form .fieldset .field .control select,
.customer-account-create form .fieldset .field .control select,
.stripe_payments-customer-cards form .fieldset .field .control select,
.stripe_payments-customer-subscriptions form .fieldset .field .control select,
.customer-account-edit form .fieldset .field .control select,
.customer-address-form form .fieldset .field .control select {
  font-family: ProximaNova-Regular;
  font-size: 17.5px;
  line-height: 29.75px;
  border-color: #707070;
  color: #707070;
}
.referafriend-index-referby form .fieldset .field .control input:not([disabled]):focus,
.sales-order-view form .fieldset .field .control input:not([disabled]):focus,
.customer-account-login form .fieldset .field .control input:not([disabled]):focus,
.customer-account-forgotpassword form .fieldset .field .control input:not([disabled]):focus,
.customer-account-create form .fieldset .field .control input:not([disabled]):focus,
.stripe_payments-customer-cards form .fieldset .field .control input:not([disabled]):focus,
.stripe_payments-customer-subscriptions form .fieldset .field .control input:not([disabled]):focus,
.customer-account-edit form .fieldset .field .control input:not([disabled]):focus,
.customer-address-form form .fieldset .field .control input:not([disabled]):focus,
.referafriend-index-referby form .fieldset .field .control textarea:not([disabled]):focus,
.sales-order-view form .fieldset .field .control textarea:not([disabled]):focus,
.customer-account-login form .fieldset .field .control textarea:not([disabled]):focus,
.customer-account-forgotpassword form .fieldset .field .control textarea:not([disabled]):focus,
.customer-account-create form .fieldset .field .control textarea:not([disabled]):focus,
.stripe_payments-customer-cards form .fieldset .field .control textarea:not([disabled]):focus,
.stripe_payments-customer-subscriptions form .fieldset .field .control textarea:not([disabled]):focus,
.customer-account-edit form .fieldset .field .control textarea:not([disabled]):focus,
.customer-address-form form .fieldset .field .control textarea:not([disabled]):focus,
.referafriend-index-referby form .fieldset .field .control select:not([disabled]):focus,
.sales-order-view form .fieldset .field .control select:not([disabled]):focus,
.customer-account-login form .fieldset .field .control select:not([disabled]):focus,
.customer-account-forgotpassword form .fieldset .field .control select:not([disabled]):focus,
.customer-account-create form .fieldset .field .control select:not([disabled]):focus,
.stripe_payments-customer-cards form .fieldset .field .control select:not([disabled]):focus,
.stripe_payments-customer-subscriptions form .fieldset .field .control select:not([disabled]):focus,
.customer-account-edit form .fieldset .field .control select:not([disabled]):focus,
.customer-address-form form .fieldset .field .control select:not([disabled]):focus {
  box-shadow: none;
}
.referafriend-index-referby form .fieldset .field .control .avatar-file-upload,
.sales-order-view form .fieldset .field .control .avatar-file-upload,
.customer-account-login form .fieldset .field .control .avatar-file-upload,
.customer-account-forgotpassword form .fieldset .field .control .avatar-file-upload,
.customer-account-create form .fieldset .field .control .avatar-file-upload,
.stripe_payments-customer-cards form .fieldset .field .control .avatar-file-upload,
.stripe_payments-customer-subscriptions form .fieldset .field .control .avatar-file-upload,
.customer-account-edit form .fieldset .field .control .avatar-file-upload,
.customer-address-form form .fieldset .field .control .avatar-file-upload {
  border: 2px solid #0d0d0d;
  background: #0d0d0d;
  border-radius: 100px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 20px;
  color: #fff;
  height: 45px;
}
.referafriend-index-referby form .fieldset .field .control .avatar-file-upload:hover,
.sales-order-view form .fieldset .field .control .avatar-file-upload:hover,
.customer-account-login form .fieldset .field .control .avatar-file-upload:hover,
.customer-account-forgotpassword form .fieldset .field .control .avatar-file-upload:hover,
.customer-account-create form .fieldset .field .control .avatar-file-upload:hover,
.stripe_payments-customer-cards form .fieldset .field .control .avatar-file-upload:hover,
.stripe_payments-customer-subscriptions form .fieldset .field .control .avatar-file-upload:hover,
.customer-account-edit form .fieldset .field .control .avatar-file-upload:hover,
.customer-address-form form .fieldset .field .control .avatar-file-upload:hover {
  color: #fff;
  background: #9984e3;
  padding: 10px 20px;
  border: 2px solid #9984e3;
}
.referafriend-index-referby form .fieldset .email,
.sales-order-view form .fieldset .email,
.customer-account-login form .fieldset .email,
.customer-account-forgotpassword form .fieldset .email,
.customer-account-create form .fieldset .email,
.stripe_payments-customer-cards form .fieldset .email,
.stripe_payments-customer-subscriptions form .fieldset .email,
.customer-account-edit form .fieldset .email,
.customer-address-form form .fieldset .email {
  width: auto;
  border: none;
  padding: 0px;
  font-family: ProximaNova-Regular;
}
.referafriend-index-referby form .fieldset:after,
.sales-order-view form .fieldset:after,
.customer-account-login form .fieldset:after,
.customer-account-forgotpassword form .fieldset:after,
.customer-account-create form .fieldset:after,
.stripe_payments-customer-cards form .fieldset:after,
.stripe_payments-customer-subscriptions form .fieldset:after,
.customer-account-edit form .fieldset:after,
.customer-address-form form .fieldset:after {
  margin-left: 100px !important;
}
.referafriend-index-referby form .actions-toolbar,
.sales-order-view form .actions-toolbar,
.customer-account-login form .actions-toolbar,
.customer-account-forgotpassword form .actions-toolbar,
.customer-account-create form .actions-toolbar,
.stripe_payments-customer-cards form .actions-toolbar,
.stripe_payments-customer-subscriptions form .actions-toolbar,
.customer-account-edit form .actions-toolbar,
.customer-address-form form .actions-toolbar {
  margin-left: 37% !important;
}
.referafriend-index-referby form .actions-toolbar button,
.sales-order-view form .actions-toolbar button,
.customer-account-login form .actions-toolbar button,
.customer-account-forgotpassword form .actions-toolbar button,
.customer-account-create form .actions-toolbar button,
.stripe_payments-customer-cards form .actions-toolbar button,
.stripe_payments-customer-subscriptions form .actions-toolbar button,
.customer-account-edit form .actions-toolbar button,
.customer-address-form form .actions-toolbar button,
.referafriend-index-referby form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.sales-order-view form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.customer-account-login form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.customer-account-forgotpassword form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.customer-account-create form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.stripe_payments-customer-cards form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.stripe_payments-customer-subscriptions form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.customer-account-edit form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.customer-address-form form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.referafriend-index-referby form .actions-toolbar .action-gift,
.sales-order-view form .actions-toolbar .action-gift,
.customer-account-login form .actions-toolbar .action-gift,
.customer-account-forgotpassword form .actions-toolbar .action-gift,
.customer-account-create form .actions-toolbar .action-gift,
.stripe_payments-customer-cards form .actions-toolbar .action-gift,
.stripe_payments-customer-subscriptions form .actions-toolbar .action-gift,
.customer-account-edit form .actions-toolbar .action-gift,
.customer-address-form form .actions-toolbar .action-gift {
  background: #0d0d0d;
  color: #fff;
  border: 2px solid #0d0d0d;
  border-radius: 0px;
  padding: 10px 20px 10px!important;
  text-transform: capitalize;
  font-size: 16px !important;
  letter-spacing: 0.51px;
  min-width: 137px;
  width: auto !important;
}
.referafriend-index-referby form .actions-toolbar button:focus,
.sales-order-view form .actions-toolbar button:focus,
.customer-account-login form .actions-toolbar button:focus,
.customer-account-forgotpassword form .actions-toolbar button:focus,
.customer-account-create form .actions-toolbar button:focus,
.stripe_payments-customer-cards form .actions-toolbar button:focus,
.stripe_payments-customer-subscriptions form .actions-toolbar button:focus,
.customer-account-edit form .actions-toolbar button:focus,
.customer-address-form form .actions-toolbar button:focus,
.referafriend-index-referby form .actions-toolbar button:hover,
.sales-order-view form .actions-toolbar button:hover,
.customer-account-login form .actions-toolbar button:hover,
.customer-account-forgotpassword form .actions-toolbar button:hover,
.customer-account-create form .actions-toolbar button:hover,
.stripe_payments-customer-cards form .actions-toolbar button:hover,
.stripe_payments-customer-subscriptions form .actions-toolbar button:hover,
.customer-account-edit form .actions-toolbar button:hover,
.customer-address-form form .actions-toolbar button:hover,
.referafriend-index-referby form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:focus,
.sales-order-view form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:focus,
.customer-account-login form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:focus,
.customer-account-forgotpassword form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:focus,
.customer-account-create form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:focus,
.stripe_payments-customer-cards form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:focus,
.stripe_payments-customer-subscriptions form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:focus,
.customer-account-edit form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:focus,
.customer-address-form form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:focus,
.referafriend-index-referby form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:hover,
.sales-order-view form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:hover,
.customer-account-login form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:hover,
.customer-account-forgotpassword form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:hover,
.customer-account-create form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:hover,
.stripe_payments-customer-cards form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:hover,
.stripe_payments-customer-subscriptions form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:hover,
.customer-account-edit form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:hover,
.customer-address-form form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:hover,
.referafriend-index-referby form .actions-toolbar .action-gift:focus,
.sales-order-view form .actions-toolbar .action-gift:focus,
.customer-account-login form .actions-toolbar .action-gift:focus,
.customer-account-forgotpassword form .actions-toolbar .action-gift:focus,
.customer-account-create form .actions-toolbar .action-gift:focus,
.stripe_payments-customer-cards form .actions-toolbar .action-gift:focus,
.stripe_payments-customer-subscriptions form .actions-toolbar .action-gift:focus,
.customer-account-edit form .actions-toolbar .action-gift:focus,
.customer-address-form form .actions-toolbar .action-gift:focus,
.referafriend-index-referby form .actions-toolbar .action-gift:hover,
.sales-order-view form .actions-toolbar .action-gift:hover,
.customer-account-login form .actions-toolbar .action-gift:hover,
.customer-account-forgotpassword form .actions-toolbar .action-gift:hover,
.customer-account-create form .actions-toolbar .action-gift:hover,
.stripe_payments-customer-cards form .actions-toolbar .action-gift:hover,
.stripe_payments-customer-subscriptions form .actions-toolbar .action-gift:hover,
.customer-account-edit form .actions-toolbar .action-gift:hover,
.customer-address-form form .actions-toolbar .action-gift:hover {
  color: #fff;
  background: #006bb4;
  border: 2px solid #006bb4;
}
.referafriend-index-referby form .actions-toolbar .secondary a,
.sales-order-view form .actions-toolbar .secondary a,
.customer-account-login form .actions-toolbar .secondary a,
.customer-account-forgotpassword form .actions-toolbar .secondary a,
.customer-account-create form .actions-toolbar .secondary a,
.stripe_payments-customer-cards form .actions-toolbar .secondary a,
.stripe_payments-customer-subscriptions form .actions-toolbar .secondary a,
.customer-account-edit form .actions-toolbar .secondary a,
.customer-address-form form .actions-toolbar .secondary a {
  color: #0d0d0d;
  text-decoration: underline;
}
.form.form-edit-account .field.choice .label {
  text-decoration: underline;
  cursor: pointer;
  margin-left: 30px;
  color: #0d0d0d;
}
.form.form-edit-account .field.choice input[type=checkbox] {
  display: none;
}
.form.form-edit-account .actions-toolbar {
  margin-left: 37.5% !important;
}
/*
.customer-account-edit{
	input{
		height: 45px;
		font-size:22.5px !important;
	}
	
	.avatar-file-upload {
		padding: 10px 12px !important;
	}
	
	.account-nav .item a, 
	.account-nav .item > strong,
	form .fieldset legend,
	form .actions-toolbar button,
	form .fieldset .field .label {
		font-size:16px !important;
	}
}
*/
.customer-account-login .login-container .block-customer-login .fieldset:after {
  content: '';
}
.customer-account-forgotpassword .login-container .block-customer-login .fieldset:after {
  content: '';
}
.customer-account-login .login-container .block-customer-login .fieldset .field.password .control::after {
  margin: 25px 0 0;
  content: '* Required Fields';
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.customer-account-login .page-main,
.customer-account-forgotpassword .page-main,
.customer-account-create .page-main {
  padding-top: 15px;
}
.customer-account-login .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper,
.customer-account-create .page-title-wrapper {
  padding-bottom: 20px;
  text-align: center;
  text-transform: capitalize;
}
.customer-account-login .page-title-wrapper .page-title,
.customer-account-forgotpassword .page-title-wrapper .page-title,
.customer-account-create .page-title-wrapper .page-title {
  font-size: 25px;
  font-family: ProximaNova-Bold;
}
.customer-account-login .login-container,
.customer-account-forgotpassword .login-container,
.customer-account-create .login-container {
  padding: 0 80px;
}
.customer-account-login .login-container .block,
.customer-account-forgotpassword .login-container .block,
.customer-account-create .login-container .block {
  width: 46.8%;
}
.customer-account-login .login-container .block .block-title,
.customer-account-forgotpassword .login-container .block .block-title,
.customer-account-create .login-container .block .block-title {
  font-family: ProximaNova-Semibold;
  margin-bottom: 22px;
  padding-bottom: 22px;
}
.customer-account-login .login-container .block .block-content #login-form input,
.customer-account-forgotpassword .login-container .block .block-content #login-form input,
.customer-account-create .login-container .block .block-content #login-form input {
  width: 75%;
}
.customer-account-login .form-login .fieldset,
.customer-account-forgotpassword .form-login .fieldset,
.customer-account-create .form-login .fieldset,
.customer-account-login .form-create-account .fieldset,
.customer-account-forgotpassword .form-create-account .fieldset,
.customer-account-create .form-create-account .fieldset {
  padding-left: 0;
}
.customer-account-login .form-login .fieldset .field.note,
.customer-account-forgotpassword .form-login .fieldset .field.note,
.customer-account-create .form-login .fieldset .field.note,
.customer-account-login .form-create-account .fieldset .field.note,
.customer-account-forgotpassword .form-create-account .fieldset .field.note,
.customer-account-create .form-create-account .fieldset .field.note {
  font-size: 17.5px;
  line-height: 29.75px;
  color: #707070;
}
.customer-account-login .form-login .fieldset .field .label,
.customer-account-forgotpassword .form-login .fieldset .field .label,
.customer-account-create .form-login .fieldset .field .label,
.customer-account-login .form-create-account .fieldset .field .label,
.customer-account-forgotpassword .form-create-account .fieldset .field .label,
.customer-account-create .form-create-account .fieldset .field .label {
  width: 20%;
  text-align: right;
  font-size: 17.5px;
  margin-bottom: 5px;
  line-height: 29.75px;
  color: #707070;
}
.customer-account-login .form-login .fieldset .field .control,
.customer-account-forgotpassword .form-login .fieldset .field .control,
.customer-account-create .form-login .fieldset .field .control,
.customer-account-login .form-create-account .fieldset .field .control,
.customer-account-forgotpassword .form-create-account .fieldset .field .control,
.customer-account-create .form-create-account .fieldset .field .control {
  width: 80%;
}
.customer-account-login .form-login .fieldset .field .control input,
.customer-account-forgotpassword .form-login .fieldset .field .control input,
.customer-account-create .form-login .fieldset .field .control input,
.customer-account-login .form-create-account .fieldset .field .control input,
.customer-account-forgotpassword .form-create-account .fieldset .field .control input,
.customer-account-create .form-create-account .fieldset .field .control input {
  width: 100% !important;
  border-color: #707070;
  padding: 19px 10px 20px;
}
.customer-account-login .form-login .actions-toolbar,
.customer-account-forgotpassword .form-login .actions-toolbar,
.customer-account-create .form-login .actions-toolbar,
.customer-account-login .form-create-account .actions-toolbar,
.customer-account-forgotpassword .form-create-account .actions-toolbar,
.customer-account-create .form-create-account .actions-toolbar {
  margin-left: 20% !important;
  margin-left: 0;
}
.customer-account-login .form-login .actions-toolbar button:active,
.customer-account-forgotpassword .form-login .actions-toolbar button:active,
.customer-account-create .form-login .actions-toolbar button:active,
.customer-account-login .form-create-account .actions-toolbar button:active,
.customer-account-forgotpassword .form-create-account .actions-toolbar button:active,
.customer-account-create .form-create-account .actions-toolbar button:active,
.customer-account-login .form-login .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:active,
.customer-account-forgotpassword .form-login .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:active,
.customer-account-create .form-login .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:active,
.customer-account-login .form-create-account .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:active,
.customer-account-forgotpassword .form-create-account .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:active,
.customer-account-create .form-create-account .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:active,
.customer-account-login .form-login .actions-toolbar .action-gift:active,
.customer-account-forgotpassword .form-login .actions-toolbar .action-gift:active,
.customer-account-create .form-login .actions-toolbar .action-gift:active,
.customer-account-login .form-create-account .actions-toolbar .action-gift:active,
.customer-account-forgotpassword .form-create-account .actions-toolbar .action-gift:active,
.customer-account-create .form-create-account .actions-toolbar .action-gift:active {
  background: #0d0d0d;
}
.customer-account-login .form-login .actions-toolbar .action.remind span,
.customer-account-forgotpassword .form-login .actions-toolbar .action.remind span,
.customer-account-create .form-login .actions-toolbar .action.remind span,
.customer-account-login .form-create-account .actions-toolbar .action.remind span,
.customer-account-forgotpassword .form-create-account .actions-toolbar .action.remind span,
.customer-account-create .form-create-account .actions-toolbar .action.remind span {
  color: #0d0d0d;
}
.customer-account-login .form-login .fieldset:after,
.customer-account-forgotpassword .form-login .fieldset:after,
.customer-account-create .form-login .fieldset:after,
.customer-account-login .form-create-account .fieldset:after,
.customer-account-forgotpassword .form-create-account .fieldset:after,
.customer-account-create .form-create-account .fieldset:after {
  margin-left: 0;
  color: red;
}
.customer-account-login .block-new-customer .block-content p,
.customer-account-forgotpassword .block-new-customer .block-content p,
.customer-account-create .block-new-customer .block-content p {
  font-size: 17.5px;
  line-height: 29.75px;
  color: #707070;
}
.customer-account-login .block-new-customer .actions-toolbar a,
.customer-account-forgotpassword .block-new-customer .actions-toolbar a,
.customer-account-create .block-new-customer .actions-toolbar a {
  background: #0d0d0d;
  color: #fff;
  border: 2px solid #0d0d0d;
  border-radius: 100px;
  text-transform: capitalize;
  font-size: 14px;
  padding: 10px 20px 8px;
  letter-spacing: 0.51px;
  font-family: ProximaNova-Semibold !important;
}
.customer-account-login .block-new-customer .actions-toolbar a:hover,
.customer-account-forgotpassword .block-new-customer .actions-toolbar a:hover,
.customer-account-create .block-new-customer .actions-toolbar a:hover {
  color: #fff;
  background: #9984e3;
  border: 2px solid #9984e3;
}
.wishlist-index-index #wishlist-view-form {
  padding-left: 10%;
}
.wishlist-index-index #wishlist-view-form .products-grid.wishlist .product-item {
  width: 45%;
  float: left;
  margin-right: 25px;
  font-size: 17.5px;
  line-height: 29.75px;
}
.wishlist-index-index #wishlist-view-form .products-grid.wishlist .product-item .product-image-photo,
.wishlist-index-index #wishlist-view-form .products-grid.wishlist .product-item .product-item-info,
.wishlist-index-index #wishlist-view-form .products-grid.wishlist .product-item .product-image-container {
  width: 100% !important;
}
.wishlist-index-index #wishlist-view-form .products-grid.wishlist .product-item .product-item-photo .product-image-wrapper {
  padding-bottom: 85% !important;
}
.wishlist-index-index #wishlist-view-form .products-grid.wishlist .product-item .product-item-photo .product-image-wrapper .bss-bt-quickview {
  display: none !important;
}
.wishlist-index-index #wishlist-view-form .products-grid.wishlist .product-item .product-item-name {
  width: 68%;
  display: inline-block;
}
.wishlist-index-index #wishlist-view-form .products-grid.wishlist .product-item .price-box {
  width: 30%;
  display: inline-block;
  text-align: right;
}
.wishlist-index-index #wishlist-view-form .products-grid.wishlist .product-item .product-item-actions {
  margin: 15px 0 0;
}
.wishlist-index-index #wishlist-view-form .products-grid.wishlist .product-item .price-final_price .price {
  font-family: ProximaNova-Bold;
  font-size: 17.5px;
  line-height: 29.75px;
}
.wishlist-index-index #wishlist-view-form .products-grid.wishlist .product-item .wishlist-item-description {
  min-height: 75px;
  margin: 0;
  color: #707070;
  letter-spacing: 0.45px;
  margin-top: 5px;
}
.wishlist-index-index #wishlist-view-form .products-grid.wishlist .product-item .box-tocart .field.qty {
  margin: 20px 0 25px;
}
.wishlist-index-index #wishlist-view-form .products-grid.wishlist .product-item .box-tocart input.qty {
  height: 35px;
  text-align: center;
  width: 40px;
  border: 1px solid #a2aaad;
}
.wishlist-index-index #wishlist-view-form .products-grid.wishlist .product-item .product-item-inner button,
.wishlist-index-index #wishlist-view-form .products-grid.wishlist .product-item .product-item-inner .cart.table-wrapper .actions-toolbar > .action,
.wishlist-index-index #wishlist-view-form .products-grid.wishlist .product-item .product-item-inner .action-gift {
  background: #0d0d0d;
  color: #fff;
  border: 2px solid #0d0d0d;
  padding: 10px 20px 7px;
  text-transform: none !important;
  font-size: 16px;
  letter-spacing: 0.51px;
  border-radius: 100px;
}
.wishlist-index-index #wishlist-view-form .products-grid.wishlist .product-item .product-item-inner button:hover,
.wishlist-index-index #wishlist-view-form .products-grid.wishlist .product-item .product-item-inner .cart.table-wrapper .actions-toolbar > .action:hover,
.wishlist-index-index #wishlist-view-form .products-grid.wishlist .product-item .product-item-inner .action-gift:hover {
  background: #0d0d0d;
  color: #fff;
}
.customer-address-index .column.main {
  font-size: 17.5px;
  /* line-height: 33.25px;*/
  line-height: 29.75px;
}
.customer-address-index .column.main .block-addresses-default .box-title {
  font-size: 17.5px;
  line-height: 29.75px;
  color: #0d0d0d;
}
.customer-address-index .column.main .block-addresses-default .box-title span {
  font-size: 17.5px;
  line-height: 29.75px;
}
.customer-address-index .column.main .block-addresses-default .block-content .box {
  color: #707070;
}
.customer-address-index .column.main .block-addresses-default .block-content .box a {
  color: #0d0d0d;
  text-decoration: underline;
}
.customer-address-index .column.main .block-addresses-list .table-additional-addresses-items td {
  font-size: 14px;
}
.customer-address-index .column.main .block-addresses-list .table-additional-addresses-items td.actions a {
  color: #0d0d0d;
  font-family: ProximaNova-Semibold;
  text-decoration: underline;
  font-weight: normal;
}
.customer-address-index .column.main .actions-toolbar {
  padding-left: 10%;
}
.customer-address-index .column.main .actions-toolbar .primary button,
.customer-address-index .column.main .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.customer-address-index .column.main .actions-toolbar .primary .action-gift {
  background: transparent;
  color: #0d0d0d;
  border: 2px solid #1b4946;
  text-transform: capitalize;
  font-size: 16px;
  padding: 10px 20px 7px;
  letter-spacing: 0.51px;
  border-radius: 0px;
}
.customer-address-index .column.main .actions-toolbar .primary button:hover,
.customer-address-index .column.main .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.customer-address-index .column.main .actions-toolbar .primary .action-gift:hover {
  background: #0d0d0d;
  color: #fff;
}
.customer-address-index .column.main .actions-toolbar .secondary .action.back {
  color: #707070;
  text-decoration: underline;
}
.customer-address-index .modal-inner-wrap .modal-header {
  border-bottom: none;
}
.customer-address-index .modal-inner-wrap .modal-content {
  border: none;
}
.customer-address-index .modal-inner-wrap .modal-footer {
  border-top: none;
}
.customer-address-index .modal-inner-wrap .modal-footer button,
.customer-address-index .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar > .action,
.customer-address-index .modal-inner-wrap .modal-footer .action-gift {
  background: transparent;
  color: #0d0d0d;
  border: 2px solid #1b4946;
  padding-top: 10px;
  text-transform: capitalize;
  font-size: 16px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 0.51px;
  border-radius: 0px;
}
.customer-address-index .modal-inner-wrap .modal-footer button:hover,
.customer-address-index .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar > .action:hover,
.customer-address-index .modal-inner-wrap .modal-footer .action-gift:hover {
  background: #0d0d0d;
  color: #fff;
}
.stripe-customer-card #add-stripe-card-action {
  color: #0d0d0d;
  font-family: ProximaNova-Semibold;
  text-decoration: underline;
  font-weight: normal;
  padding-left: 10%;
}
.stripe-customer-card #stripe-creditcard-form {
  padding-left: 10%;
}
.sales-order-history #order-and-cart-info {
  padding-left: 10%;
}
.sales-order-history .accordion {
  color: #707070;
  cursor: pointer;
  padding: 18px 0;
  width: 100%;
  border-bottom: 1px solid #707070;
  text-align: left;
  outline: none;
  font-size: 17.5px;
  line-height: 29.75px;
  transition: 0.4s;
}
.sales-order-history .accordion:hover {
  color: #0d0d0d;
}
.sales-order-history .accordion.first-accordian {
  padding-top: 0px;
}
.sales-order-history .accordion:after {
  content: '\2304';
  color: #707070;
  float: right;
  margin-left: 5px;
  font-size: 25px;
}
.sales-order-history .active:after {
  content: "\2303";
}
.sales-order-history .panel {
  margin: 0 25px;
  text-align: left;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.sales-order-history #order-and-cart-info #my-returned-orders-table,
.sales-order-history #order-and-cart-info #my-orders-table {
  color: #707070;
}
.sales-order-history #order-and-cart-info #my-returned-orders-table tbody tr:first-child td,
.sales-order-history #order-and-cart-info #my-orders-table tbody tr:first-child td {
  padding-top: 1.8rem;
}
.sales-order-history #order-and-cart-info #my-returned-orders-table th,
.sales-order-history #order-and-cart-info #my-orders-table th {
  border-bottom: 1px solid #707070;
  color: #000000;
}
.sales-order-history #order-and-cart-info #my-returned-orders-table th,
.sales-order-history #order-and-cart-info #my-orders-table th,
.sales-order-history #order-and-cart-info #my-returned-orders-table td,
.sales-order-history #order-and-cart-info #my-orders-table td {
  text-align: left;
  font-size: 14px;
  line-height: 21.5px;
}
.sales-order-history #order-and-cart-info #my-returned-orders-table td a,
.sales-order-history #order-and-cart-info #my-orders-table td a {
  color: #0d0d0d;
  text-decoration: underline;
}
.sales-order-view .page-title-wrapper .page-title {
  padding-bottom: 10px !important;
  width: 100%;
  margin-bottom: 3px;
}
.sales-order-view .page-title-wrapper .order-status {
  width: 47%;
  margin: 0px;
  float: left;
  text-align: right;
  padding-right: 10px;
  color: #707070;
}
.sales-order-view .page-title-wrapper .order-status .status-value {
  margin-right: 10px;
}
.sales-order-view .page-title-wrapper .order-date {
  margin-top: 0px;
  width: 50%;
  float: left;
  text-align: left;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #707070;
}
.sales-order-view .page-title-wrapper .order-actions-toolbar {
  margin-right: 90px;
  margin-bottom: 0;
}
.sales-order-view .page-title-wrapper .order-actions-toolbar a {
  color: #0d0d0d;
  text-decoration: underline;
}
.sales-order-view .column.main {
  padding-left: 10%;
}
.sales-order-view .column.main .items.order-links {
  display: none;
}
.sales-order-view .column.main .order-details-items.ordered {
  border-bottom: 1px solid #707070;
}
.sales-order-view .column.main .order-details-items.ordered .order-title {
  margin-bottom: 25px;
}
.sales-order-view .column.main .order-details-items.ordered .order-title strong {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ProximaNova-Bold;
  color: #000;
}
.sales-order-view .column.main .order-details-items.ordered .table-wrapper {
  margin-bottom: 0;
}
.sales-order-view .column.main .order-details-items.ordered #my-orders-table {
  color: #707070;
  font-size: 14px;
  margin-bottom: 0;
}
.sales-order-view .column.main .order-details-items.ordered #my-orders-table th {
  border-bottom: 1px solid #707070;
  color: #000;
  padding-left: 0px;
}
.sales-order-view .column.main .order-details-items.ordered #my-orders-table td {
  padding-left: 0px;
}
.sales-order-view .column.main .order-details-items.ordered #my-orders-table td a {
  color: #0d0d0d;
  text-decoration: underline;
}
.sales-order-view .column.main .order-details-items.ordered #my-orders-table td .item-info {
  min-height: 25px;
  width: 100%;
  float: left;
}
.sales-order-view .column.main .order-details-items.ordered #my-orders-table td .item-info .product-item-name {
  color: #000;
}
.sales-order-view .column.main .order-details-items.ordered #my-orders-table td .item-info .items-qty li.item {
  margin-top: 0.75px;
}
.sales-order-view .column.main .order-details-items.ordered #my-orders-table td.subtotal .cart-price {
  padding-right: 1px;
}
.sales-order-view .column.main .order-details-items.ordered #my-orders-table td.subtotal .cart-price .price {
  font-size: 14px;
  font-weight: normal;
}
.sales-order-view .column.main .order-details-items.ordered #my-orders-table td.subtotal .item-info {
  margin-top: -0.5px;
}
.sales-order-view .column.main .order-details-items.ordered #my-orders-table td.price .price {
  font-size: 14px;
  font-weight: normal;
}
.sales-order-view .column.main .order-details-items.ordered #my-orders-table td.price .item-info {
  margin-top: -0.5px;
}
.sales-order-view .column.main .order-details-items.ordered #my-orders-table .item-options dd {
  margin: 0 0 5px;
}
.sales-order-view .column.main .order-details-items.ordered #my-orders-table tfoot th,
.sales-order-view .column.main .order-details-items.ordered #my-orders-table tfoot td {
  border-top: 1px solid #707070;
  background: transparent;
  border-bottom: 1px solid #707070;
}
.sales-order-view .column.main .order-details-items.ordered #my-orders-table tfoot .subtotal .mark {
  color: #707070;
  padding-top: 7px;
}
.sales-order-view .column.main .order-details-items.ordered #my-orders-table tfoot .subtotal .amount {
  padding-top: 7px;
}
.sales-order-view .column.main .order-details-items.ordered #my-orders-table tfoot .shipping .mark {
  color: #707070;
}
.sales-order-view .column.main .order-details-items.ordered #my-orders-table tfoot .grand_total .amount .price {
  color: #000;
}
.sales-order-view .column.main .order-details-items.ordered .actions-toolbar a.action.back {
  color: #0d0d0d;
  text-decoration: underline;
  padding-top: 12px;
  padding-bottom: 15px;
  margin-right: 10px;
}
.sales-order-view .column.main .block-order-details-view {
  margin-top: 40px;
}
.sales-order-view .column.main .block-order-details-view .block-title {
  margin: 0 0 30px !important;
}
.sales-order-view .column.main .block-order-details-view .block-title strong {
  color: #000;
  font-family: ProximaNova-Bold;
}
.sales-order-view .column.main .block-order-details-view .block-content {
  font-size: 16px;
  color: #707070;
}
.sales-order-view .column.main .block-order-details-view .block-content .box-title {
  margin: 0 0 8px;
}
.sales-order-view .column.main .block-order-details-view .block-content .box-title span {
  color: #000;
  font-family: ProximaNova-Semibold;
}
.sales-order-view .column.main .block-order-details-view .block-content .block-title strong span {
  color: #0d0d0d;
  font-family: ProximaNova-Bold;
}
.sales-order-view .column.main .block-order-details-view .block-content address {
  font-size: 17.5px;
  color: #707070;
  line-height: 29.75px !important;
}
.sales-order-view .column.main .block-order-details-view .block-content address a {
  color: #0d0d0d;
  text-decoration: underline;
}
.checkout-cart-index .page-main {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.checkout-cart-index h1.page-title {
  font-size: 22.5px;
}
.sales-order-print #maincontent {
  width: 80%;
}
.sales-order-print .page-title-wrapper .order-actions-toolbar {
  margin-right: 90px;
  margin-bottom: 0;
}
.sales-order-print .page-title-wrapper .order-actions-toolbar a {
  color: #0d0d0d;
  text-decoration: underline;
}
.sales-order-print .column.main .items.order-links {
  display: none;
}
.sales-order-print .column.main .order-details-items.ordered {
  border-bottom: 1px solid #707070;
}
.sales-order-print .column.main .order-details-items.ordered .order-title strong {
  padding-top: 0;
  margin-top: 0;
  font-family: ProximaNova-Bold;
}
.sales-order-print .column.main .order-details-items.ordered #my-orders-table {
  color: #707070;
  font-size: 14px;
}
.sales-order-print .column.main .order-details-items.ordered #my-orders-table th {
  border-bottom: 1px solid #707070;
  color: #0d0d0d;
  padding-left: 0px;
}
.sales-order-print .column.main .order-details-items.ordered #my-orders-table td {
  padding-left: 0px;
  color: #000;
}
.sales-order-print .column.main .order-details-items.ordered #my-orders-table td a {
  color: #0d0d0d;
  text-decoration: underline;
}
.sales-order-print .column.main .order-details-items.ordered #my-orders-table td.subtotal .price,
.sales-order-print .column.main .order-details-items.ordered #my-orders-table td.price .price {
  font-size: 14px;
  font-weight: normal;
}
.sales-order-print .column.main .order-details-items.ordered #my-orders-table .item-options dd {
  margin: 0 0 5px;
}
.sales-order-print .column.main .order-details-items.ordered #my-orders-table tfoot th,
.sales-order-print .column.main .order-details-items.ordered #my-orders-table tfoot td {
  border-top: 1px solid #707070;
  background: transparent;
  border-bottom: 1px solid #707070;
}
.sales-order-print .column.main .order-details-items.ordered .actions-toolbar a.action.back {
  color: #0d0d0d;
  text-decoration: underline;
}
.sales-order-print .column.main .block-order-details-view {
  margin-top: 40px;
}
.sales-order-print .column.main .block-order-details-view .block-title {
  margin: 0 0 15px;
}
.sales-order-print .column.main .block-order-details-view .block-title strong {
  color: #0d0d0d;
  font-family: ProximaNova-Bold;
}
.sales-order-print .column.main .block-order-details-view .block-content {
  font-size: 14px;
  color: #707070;
}
.sales-order-print .column.main .block-order-details-view .block-content .box-title {
  margin: 0 0 15px;
}
.sales-order-print .column.main .block-order-details-view .block-content .block-title strong span {
  color: #0d0d0d;
  font-family: ProximaNova-Bold;
}
.sales-order-print .column.main .block-order-details-view .block-content address a {
  color: #0d0d0d;
  text-decoration: underline;
}
.customer-account-forgotpassword .password.forget .fieldset .field .control input,
.customer-account-forgotpassword .password.forget .fieldset .field .control input {
  width: 100% !important;
  border-color: #707070;
  padding: 19px 10px 20px;
}
@media (max-width: 920px) and (min-width: 767px) {
  .sales-order-view .columns,
  .referafriend-index-referby .columns,
  .sales-order-history .columns,
  .customer-address-index .columns,
  .stripe_payments-customer-cards .columns,
  .stripe-customer-card .columns,
  .customer-account-index .columns,
  .sales-order-view .columns,
  .wishlist-index-index .columns,
  .customer-account-edit .columns,
  .video-index-index .columns,
  .stripe_payments-customer-subscriptions .columns,
  .downloadable-customer-products .columns,
  .customer-address-form .columns {
    padding: 5%;
  }
}
@media (max-width: 767px) {
  .sales-order-view .columns .column.main,
  .referafriend-index-referby .columns .column.main,
  .sales-order-history .columns .column.main,
  .customer-address-index .columns .column.main,
  .stripe_payments-customer-cards .columns .column.main,
  .stripe-customer-card .columns .column.main,
  .customer-account-index .columns .column.main,
  .sales-order-view .columns .column.main,
  .wishlist-index-index .columns .column.main,
  .customer-account-edit .columns .column.main,
  .video-index-index .columns .column.main,
  .stripe_payments-customer-subscriptions .columns .column.main,
  .downloadable-customer-products .columns .column.main,
  .customer-address-form .columns .column.main {
    border-left: none;
  }
  .customer-account-login .page-main,
  .customer-account-forgotpassword .page-main,
  .customer-account-create .page-main {
    padding-top: 15px;
  }
  .customer-account-login .page-title-wrapper,
  .customer-account-forgotpassword .page-title-wrapper,
  .customer-account-create .page-title-wrapper {
    padding-bottom: 20px;
    text-align: center;
    text-transform: capitalize;
  }
  .customer-account-login .page-title-wrapper .page-title,
  .customer-account-forgotpassword .page-title-wrapper .page-title,
  .customer-account-create .page-title-wrapper .page-title {
    font-size: 25px;
    font-family: ProximaNova-Bold;
  }
  .customer-account-login .login-container,
  .customer-account-forgotpassword .login-container,
  .customer-account-create .login-container {
    padding: 0 40px;
  }
  .customer-account-login .login-container .block,
  .customer-account-forgotpassword .login-container .block,
  .customer-account-create .login-container .block {
    width: 100%;
  }
  .customer-account-login .login-container .block .block-title,
  .customer-account-forgotpassword .login-container .block .block-title,
  .customer-account-create .login-container .block .block-title {
    font-family: ProximaNova-Semibold;
    margin-bottom: 22px;
    padding-bottom: 22px;
  }
  .customer-account-login .login-container .block .block-content #login-form input,
  .customer-account-forgotpassword .login-container .block .block-content #login-form input,
  .customer-account-create .login-container .block .block-content #login-form input {
    width: 75%;
  }
  .customer-account-login .form-login .fieldset,
  .customer-account-forgotpassword .form-login .fieldset,
  .customer-account-create .form-login .fieldset,
  .customer-account-login .form-create-account .fieldset,
  .customer-account-forgotpassword .form-create-account .fieldset,
  .customer-account-create .form-create-account .fieldset {
    padding-left: 0;
  }
  .customer-account-login .form-login .fieldset .field.note,
  .customer-account-forgotpassword .form-login .fieldset .field.note,
  .customer-account-create .form-login .fieldset .field.note,
  .customer-account-login .form-create-account .fieldset .field.note,
  .customer-account-forgotpassword .form-create-account .fieldset .field.note,
  .customer-account-create .form-create-account .fieldset .field.note {
    font-size: 17.5px;
    line-height: 29.75px;
    color: #707070;
  }
  .customer-account-login .form-login .fieldset .field .label,
  .customer-account-forgotpassword .form-login .fieldset .field .label,
  .customer-account-create .form-login .fieldset .field .label,
  .customer-account-login .form-create-account .fieldset .field .label,
  .customer-account-forgotpassword .form-create-account .fieldset .field .label,
  .customer-account-create .form-create-account .fieldset .field .label {
    width: 20%;
    text-align: right;
    font-size: 17.5px;
    margin-bottom: 5px;
    line-height: 29.75px;
    color: #707070;
  }
  .customer-account-login .form-login .fieldset .field .control,
  .customer-account-forgotpassword .form-login .fieldset .field .control,
  .customer-account-create .form-login .fieldset .field .control,
  .customer-account-login .form-create-account .fieldset .field .control,
  .customer-account-forgotpassword .form-create-account .fieldset .field .control,
  .customer-account-create .form-create-account .fieldset .field .control {
    width: 80%;
  }
  .customer-account-login .form-login .fieldset .field .control input,
  .customer-account-forgotpassword .form-login .fieldset .field .control input,
  .customer-account-create .form-login .fieldset .field .control input,
  .customer-account-login .form-create-account .fieldset .field .control input,
  .customer-account-forgotpassword .form-create-account .fieldset .field .control input,
  .customer-account-create .form-create-account .fieldset .field .control input {
    width: 100% !important;
    border-color: #707070;
    padding: 19px 10px 20px;
  }
  .customer-account-login .form-login .actions-toolbar,
  .customer-account-forgotpassword .form-login .actions-toolbar,
  .customer-account-create .form-login .actions-toolbar,
  .customer-account-login .form-create-account .actions-toolbar,
  .customer-account-forgotpassword .form-create-account .actions-toolbar,
  .customer-account-create .form-create-account .actions-toolbar {
    margin-left: 20% !important;
    margin-left: 0;
  }
  .customer-account-login .form-login .actions-toolbar button:active,
  .customer-account-forgotpassword .form-login .actions-toolbar button:active,
  .customer-account-create .form-login .actions-toolbar button:active,
  .customer-account-login .form-create-account .actions-toolbar button:active,
  .customer-account-forgotpassword .form-create-account .actions-toolbar button:active,
  .customer-account-create .form-create-account .actions-toolbar button:active,
  .customer-account-login .form-login .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:active,
  .customer-account-forgotpassword .form-login .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:active,
  .customer-account-create .form-login .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:active,
  .customer-account-login .form-create-account .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:active,
  .customer-account-forgotpassword .form-create-account .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:active,
  .customer-account-create .form-create-account .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:active,
  .customer-account-login .form-login .actions-toolbar .action-gift:active,
  .customer-account-forgotpassword .form-login .actions-toolbar .action-gift:active,
  .customer-account-create .form-login .actions-toolbar .action-gift:active,
  .customer-account-login .form-create-account .actions-toolbar .action-gift:active,
  .customer-account-forgotpassword .form-create-account .actions-toolbar .action-gift:active,
  .customer-account-create .form-create-account .actions-toolbar .action-gift:active {
    background: #0d0d0d;
  }
  .customer-account-login .form-login .actions-toolbar .action.remind span,
  .customer-account-forgotpassword .form-login .actions-toolbar .action.remind span,
  .customer-account-create .form-login .actions-toolbar .action.remind span,
  .customer-account-login .form-create-account .actions-toolbar .action.remind span,
  .customer-account-forgotpassword .form-create-account .actions-toolbar .action.remind span,
  .customer-account-create .form-create-account .actions-toolbar .action.remind span {
    color: #0d0d0d;
  }
  .customer-account-login .form-login .fieldset:after,
  .customer-account-forgotpassword .form-login .fieldset:after,
  .customer-account-create .form-login .fieldset:after,
  .customer-account-login .form-create-account .fieldset:after,
  .customer-account-forgotpassword .form-create-account .fieldset:after,
  .customer-account-create .form-create-account .fieldset:after {
    margin-left: 0;
    color: red;
  }
  .customer-account-login .block-new-customer .block-content p,
  .customer-account-forgotpassword .block-new-customer .block-content p,
  .customer-account-create .block-new-customer .block-content p {
    font-size: 17.5px;
    line-height: 29.75px;
    color: #707070;
  }
  .customer-account-login .block-new-customer .actions-toolbar a,
  .customer-account-forgotpassword .block-new-customer .actions-toolbar a,
  .customer-account-create .block-new-customer .actions-toolbar a {
    background: #0d0d0d;
    color: #fff;
    border: 2px solid #0d0d0d;
    border-radius: 100px;
    text-transform: capitalize;
    font-size: 14px;
    padding: 10px 20px 10px;
    width: auto;
    letter-spacing: 0.51px;
  }
  .customer-account-login .block-new-customer .actions-toolbar a:hover,
  .customer-account-forgotpassword .block-new-customer .actions-toolbar a:hover,
  .customer-account-create .block-new-customer .actions-toolbar a:hover {
    color: #fff;
    background: #9984e3;
  }
  #better_popup_click {
    width: 234px !important;
  }
  .form-group-cc {
    text-align: center;
  }
  .right-cc {
    margin-bottom: 20px;
  }
}
.header.page-header .header.content .header.links ul.customer-logged-in {
  top: auto !important;
  background: #006bb4 !important;
}
.heading-1 {
  color: #0d0d0d !important;
}
#better_popup_click {
  color: #fff !important;
  text-transform: capitalize !important;
  border: 2px solid #0d0d0d !important;
  border-radius: 100px !important;
  background: #0d0d0d !important;
  padding: 6px 20px !important;
  height: 45px;
}
.main-img {
  width: auto !important;
}
#better_popup_click:hover {
  color: #fff;
  background: #9984e3 !important;
  border: 2px solid #9984e3 !important;
}
/*	
.payment-group .step-title
{
	display:none;
} 
*/
.payment-method:not(.stripe-payments):not(.no-payment) {
  display: none;
}
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._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: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Cc/Dexter/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Cc/Dexter/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Cc/Dexter/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Cc/Dexter/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Cc/Dexter/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .action-gift:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.slick-dots li .action-gift:active,
.slick-dots li .action-gift:focus,
.slick-dots li .action-gift:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li.slick-active .action-gift {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited,
.action-gift.pagebuilder-button-link:visited {
  color: #1979c3;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus,
.action-gift.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link.disabled,
.action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-link {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat-Medium', 'Montserrat-Regular', 'Montserrat-Bold', 'Montserrat-SemiBold', 'Industry-Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary.disabled,
.action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat-Medium', 'Montserrat-Regular', 'Montserrat-Bold', 'Montserrat-SemiBold', 'Industry-Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary.disabled,
.action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 5px;
}
.pagebuilder-accordion > .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: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbbbbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
.magento-payments-review .actions-toolbar {
  margin-top: 10px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 10px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button,
.google-pay .cart.table-wrapper .actions-toolbar > .action,
.google-pay .action-gift {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category  BSS
 * @package   Bss_LayerNavigation
 * @author    Extension Team
 * @copyright Copyright (c) 2018-2019 BSS Commerce Co. ( http://bsscommerce.com )
 * @license   http://bsscommerce.com/Bss-Commerce-License.txt
 */
.bss_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 55555555555555;
  display: none;
  visibility: initial;
}
.bss_overlay img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
.bss_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
a.chosen-single.chosen-default,
.chosen-single-with-deselect {
  border-radius: 3px !important;
  min-height: 30px !important;
  line-height: 26px !important;
  background: #fff !important;
  box-shadow: none;
}
.chosen-container-single .chosen-single div {
  top: 3px;
}
.chosen-container-single .chosen-search input[type=text] {
  box-shadow: none !important;
  border-radius: 2px;
  border: 1px solid #ccc;
}
li.active-result.highlighted {
  border-radius: 2px !important;
  background-image: none !important;
  border: none !important;
}
.chosen-container-single .chosen-single abbr {
  top: 9px !important;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  margin-right: 0 !important;
}
ul.chosen-results::-webkit-scrollbar {
  width: 6px;
}
ul.chosen-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
ul.chosen-results::-webkit-scrollbar-thumb {
  background-color: #ccc;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.filter-options-content .rating-summary {
  padding-bottom: 3px;
}
.filter-options-content .rating-summary.selected {
  background-color: #e8e8e8;
}
.swatch-option-label-layered {
  height: 24px !important;
  display: block !important;
  margin-bottom: 5px !important;
}
.swatch-option-label-layered .swatch-option.text {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.swatch-text .swatch-option.color {
  height: 24px !important;
}
button#bss_show_more,
.cart.table-wrapper .actions-toolbar > .action#bss_show_more,
.action-gift#bss_show_more {
  padding: 5px;
  background-color: #fff;
  box-shadow: none;
  border-radius: 0px;
  margin-top: 5px;
  display: none;
}
button#bss_show_more:hover,
.cart.table-wrapper .actions-toolbar > .action#bss_show_more:hover,
.action-gift#bss_show_more:hover {
  background-color: #1979c3;
  color: #fff;
}
button#bss_button_submit,
.cart.table-wrapper .actions-toolbar > .action#bss_button_submit,
.action-gift#bss_button_submit {
  background-color: #1979c3;
  color: #fff;
  box-shadow: none;
  margin-top: 15px;
}
.filter-options-content a {
  margin-bottom: 5px !important;
}
#bss_slider_price a.ui-slider-handle {
  padding: 0px 10px 0 5px !important;
}
#bss_slider_price a.ui-slider-handle:hover {
  background-color: #e8e8e8 !important;
}
.swatch-attribute-options.clearfix a.swatch-option-link-layered {
  display: inline !important;
}
.bss-modals-wrapper .bss-modal {
  z-index: 101 !important;
  background-color: rgba(0, 0, 0, 0.4);
}
.bss-modals-wrapper .modal-inner-wrap {
  border-radius: 5px;
  color: #757575;
}
.bss-modals-wrapper .modal-inner-wrap #bss-refund-modal .control {
  margin: 15px 0;
}
.bss-modals-wrapper .modal-inner-wrap #bss-refund-modal .control p {
  margin-bottom: 0px;
}
.bss-modals-wrapper .modal-inner-wrap .modal-header {
  padding-left: 0px;
  padding-right: 0px;
}
.bss-modals-wrapper .modal-inner-wrap .modal-header {
  text-align: center;
  text-transform: uppercase;
}
.bss-modals-wrapper .modal-inner-wrap .modal-header h1 {
  color: #d16f62;
  font-weight: bolder;
  font-size: 20px;
}
.bss-modals-wrapper .modal-popup modal-title {
  border-bottom: 1px solid #757575;
}
.modal-footer {
  text-align: end;
}
.modal-footer button,
.modal-footer .cart.table-wrapper .actions-toolbar > .action,
.modal-footer .action-gift {
  background: #d16f62;
  color: #fff;
  border-radius: 5px;
  box-shadow: unset;
  border: 1px solid #d16f62;
  padding: 8px 10px;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_AjaxLayer
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 300%;
  left: 0;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0px;
  width: 500%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  margin-top: 300px;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BetterPopup
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
@font-face {
  font-family: 'Raleway-regular';
  src: url('../../frontend/Cc/Dexter/en_US/fonts/Raleway/Raleway-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-bold';
  src: url('../../frontend/Cc/Dexter/en_US/fonts/Raleway/Raleway-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "futura-pt-book";
  src: url("../../frontend/Cc/Dexter/en_US/fonts/FuturaPT/FuturaPTBook.otf") format("woff"), url("../../frontend/Cc/Dexter/en_US/fonts/FuturaPT/FuturaPTBook.otf") format("opentype"), url("../../frontend/Cc/Dexter/en_US/fonts/FuturaPT/FuturaPTBook.otf") format("truetype");
}
@font-face {
  font-family: "futura-pt-heavy";
  src: url("../../frontend/Cc/Dexter/en_US/fonts/FuturaPT/FuturaPTHeavy.otf") format("woff"), url("../../frontend/Cc/Dexter/en_US/fonts/FuturaPT/FuturaPTHeavy.otf") format("opentype"), url("../../frontend/Cc/Dexter/en_US/fonts/FuturaPT/FuturaPTHeavy.otf") format("truetype");
}
@font-face {
  font-family: "futura-pt-demi";
  src: url("../../frontend/Cc/Dexter/en_US/fonts/FuturaPT/FuturaPTDemi.otf") format("woff"), url("../../frontend/Cc/Dexter/en_US/fonts/FuturaPT/FuturaPTDemi.otf") format("opentype"), url("../../frontend/Cc/Dexter/en_US/fonts/FuturaPT/FuturaPTDemi.otf") format("truetype");
}
@font-face {
  font-family: "futura-pt-medium";
  src: url("../../frontend/Cc/Dexter/en_US/fonts/FuturaPT/FuturaPTMedium.otf") format("woff"), url("../../frontend/Cc/Dexter/en_US/fonts/FuturaPT/FuturaPTMedium.otf") format("opentype"), url("../../frontend/Cc/Dexter/en_US/fonts/FuturaPT/FuturaPTMedium.otf") format("truetype");
}
@font-face {
  font-family: "futura-pt-book-oblique";
  src: url("../../frontend/Cc/Dexter/en_US/fonts/FuturaPT/FuturaPTBookOblique.otf") format("woff"), url("../../frontend/Cc/Dexter/en_US/fonts/FuturaPT/FuturaPTBookOblique.otf") format("opentype"), url("../../frontend/Cc/Dexter/en_US/fonts/FuturaPT/FuturaPTBookOblique.otf") format("truetype");
}
@font-face {
  font-family: "Industry-Bold";
  src: url("../../frontend/Cc/Dexter/en_US/fonts/Industry/Industry-Bold.otf") format("woff"), url("../../frontend/Cc/Dexter/en_US/fonts/Industry/Industry-Bold.otf") format("opentype"), url("../../frontend/Cc/Dexter/en_US/fonts/Industry/Industry-Bold.otf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../../frontend/Cc/Dexter/en_US/fonts/Montserrat/Montserrat-Bold.otf") format("woff"), url("../../frontend/Cc/Dexter/en_US/fonts/Montserrat/Montserrat-Bold.otf") format("opentype"), url("../../frontend/Cc/Dexter/en_US/fonts/Montserrat/Montserrat-Bold.otf") format("truetype");
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../../frontend/Cc/Dexter/en_US/fonts/Montserrat/Montserrat-SemiBold.ttf") format("woff"), url("../../frontend/Cc/Dexter/en_US/fonts/Montserrat/Montserrat-SemiBold.ttf") format("opentype"), url("../../frontend/Cc/Dexter/en_US/fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../../frontend/Cc/Dexter/en_US/fonts/Montserrat/Montserrat-Regular.ttf") format("woff"), url("../../frontend/Cc/Dexter/en_US/fonts/Montserrat/Montserrat-Regular.ttf") format("opentype"), url("../../frontend/Cc/Dexter/en_US/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../../frontend/Cc/Dexter/en_US/fonts/Montserrat/Montserrat-Medium.ttf") format("woff"), url("../../frontend/Cc/Dexter/en_US/fonts/Montserrat/Montserrat-Medium.ttf") format("opentype"), url("../../frontend/Cc/Dexter/en_US/fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../../frontend/Cc/Dexter/en_US/fonts/Montserrat/Montserrat-Light.ttf") format("woff"), url("../../frontend/Cc/Dexter/en_US/fonts/Montserrat/Montserrat-Light.ttf") format("opentype"), url("../../frontend/Cc/Dexter/en_US/fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../../frontend/Cc/Dexter/en_US/fonts/Montserrat/Montserrat-ExtraLight.ttf") format("woff"), url("../../frontend/Cc/Dexter/en_US/fonts/Montserrat/Montserrat-ExtraLight.ttf") format("opentype"), url("../../frontend/Cc/Dexter/en_US/fonts/Montserrat/Montserrat-ExtraLight.ttf") format("truetype");
}
.font-mb {
  font-family: Montserrat-Bold !important;
}
.font-mr {
  font-family: Montserrat-Regular !important;
}
.font-mm {
  font-family: Montserrat-Medium !important;
}
.font-ib {
  font-family: Industry-Bold !important;
}
.font-msb {
  font-family: Montserrat-SemiBold !important;
}
.font-ml {
  font-family: Montserrat-Light !important;
}
.font-mel {
  font-family: Montserrat-ExtraLight !important;
}
#mageplaza-betterpopup-block {
  position: relative;
}
.mp-better-popup-click-trigger {
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.click-trigger {
  background-color: #31B0D5;
  color: white;
  padding: 10px 25px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-color: #46b8da;
}
.click-trigger:hover {
  background-color: #31B0D5;
  color: white;
  border: 1px solid #31B0D5;
}
div#bio_ep_close {
  position: absolute;
  right: 24.5px;
  top: 22.5px;
  z-index: 99;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
#bio_ep {
  text-align: center;
  box-shadow: none !important;
}
.child-label {
  display: block;
  font-size: 25px;
  margin: 20px;
}
#bio_ep_content {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.better-popup-input-email {
  width: 70% !important;
  height: 35px !important;
}
input.better-popup-input-email::placeholder {
  opacity: 0.5;
  font-size: 16px;
  line-height: 31.5px;
}
.better-popup-btn-submit {
  width: 70%;
  margin: 10px 0 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 35px;
}
.mageplaza-betterpopup-content {
  width: 100%;
  height: 100%;
  display: table;
}
.success-title {
  font-size: 22px;
}
.mp-popup-coupon-code {
  width: 70%;
  margin: 0 auto;
}
#mp-coupon-code {
  text-align: center;
  max-width: 100%;
  border: 1px dashed #c1bebe;
  background: 0 0;
  font-size: 25px;
  color: #000;
  margin-top: 15px;
  height: 50px;
}
button.btn-copy.primary,
.cart.table-wrapper .actions-toolbar > .action.btn-copy.primary,
.action-gift.btn-copy.primary {
  width: 100%;
  margin: 5px 0 15px 0;
  color: #fff;
  background-color: #006bb4;
  border: none;
  height: 35px;
}
button.btn-copy.primary:hover,
.cart.table-wrapper .actions-toolbar > .action.btn-copy.primary:hover,
.action-gift.btn-copy.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
#status {
  color: #e02b27;
  visibility: visible;
  font-size: 13px !important;
}
span.success-lable {
  border: none !important;
  font-size: 16px !important;
}
#mp-powered {
  margin: 10px;
}
span.lable-powered {
  color: #fff;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 20px;
}
canvas {
  position: fixed;
  z-index: 10002;
  opacity: 0.5;
  display: none;
  top: 0px;
  left: 0px;
}
.popup-loader {
  display: none;
  position: absolute;
  width: 100%;
  padding-top: 15px;
}
img.loader {
  width: 3%;
}
.tmp3-img-content {
  float: left;
}
#mp-newsletter {
  border: solid 1px #707070;
  font-size: 15px;
  line-height: 31.5px;
  letter-spacing: 0.45px;
  color: #7c7c7c;
  width: 191.3px;
  height: 40px;
}
#bio_ep_bg {
  background: #e5e5e5 !important;
  opacity: 0.8 !important;
}
.tmp3-text-content {
  background-color: #FFFFFF;
  font-family: sans-serif;
  float: left;
  width: calc(100% - 460px);
  height: 321px;
}
.tmp3-title {
  color: #0083d0;
  font-size: 50px;
  margin-top: 30px;
}
.tmp3-sub-title {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-top: -12px;
}
.tmp3-text {
  color: #000000;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
  line-height: 1.714;
  margin-top: 30px;
}
.tmp3-form {
  position: relative;
  margin-top: 30px;
}
.tmp3-input {
  border: none !important;
  border-radius: 17.5px !important;
  background-color: #e5e5e5 !important;
  height: 35px !important;
  font-family: sans-serif !important;
}
.tmp3_field_newsletter {
  width: 75%;
  margin: 0 auto;
}
.tmp3-button {
  position: absolute;
  top: 0;
  right: 40px;
  border-radius: 17.5px;
  height: 35px;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a2a2a2 !important;
  font-size: 12px !important;
  font-style: normal;
  padding-left: 5px;
  font-size: 16px;
  font-weight: bold;
}
.tm1-popup-loader {
  margin-top: 10px;
}
.tm1-loader {
  width: 7%;
}
.tmp3-lable-powered {
  font-size: 10px;
  color: #ffffff;
  position: absolute;
  bottom: 15px;
  left: 20px;
}
#mp-popup-template4 {
  width: 105%;
  height: 105%;
  background-repeat: no-repeat;
}
.tmp4-text-content {
  width: 50%;
  background-color: #FFFFFF;
  font-family: sans-serif;
  float: left;
  margin: 25px 0 0 35px;
}
.tmp4-img-content {
  position: absolute;
  top: 40px;
  right: 10px;
}
.tmp4-title {
  font-size: 50px;
  color: #0083d0;
  line-height: 1.066;
  text-align: left;
}
.tmp4-sub-title {
  font-size: 14px;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.8;
  text-align: left;
}
.tmp4-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.714;
  text-align: left;
  width: 75%;
  margin-top: 20px;
}
.tmp4-form {
  width: 75%;
  margin-left: 9px;
  text-align: left;
}
.tmp4-input {
  background-color: #e5e5e5 !important;
  margin-top: 30px;
  border: none !important;
  height: 35px !important;
  font-family: sans-serif !important;
}
.tmp4-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  padding-left: 15px;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: left;
}
.tmp4-button {
  background-color: #ff5a15 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin: 15px 0 0 25px;
}
.tmp4-lable-powered {
  font-size: 10px;
  position: absolute;
  bottom: 20px;
  right: 93px;
  color: #979797;
}
.tmp5-img-content {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 35px;
}
.tmp5-img-cap {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
}
.tmp5-text-content {
  font-family: sans-serif;
  position: absolute;
  z-index: 40;
  top: -55px;
  left: 65px;
  width: 65%;
}
.tmp5-title {
  font-size: 40px;
  color: #0083d0;
  line-height: 1.2;
  text-align: center;
}
.tmp5-sub-title {
  font-size: 12px;
  color: #222222;
  font-weight: bold;
  text-align: center;
}
.tmp5-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.286;
  text-align: center;
  margin-top: 15px;
}
.tmp5-form {
  width: 100%;
  position: absolute;
  z-index: 30;
  left: 0;
  bottom: 0;
}
.tmp5-img-email {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.tmp5_field_newsletter {
  position: absolute;
  z-index: 10;
  top: -158px;
  left: 80px;
}
.tmp5-input {
  background-color: #e5e5e5 !important;
  width: 200px !important;
  height: 35px !important;
  border: none !important;
  font-family: sans-serif !important;
  padding-left: 30px !important;
}
.tmp5-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: center;
  padding-right: 25px;
}
.tmp5-button {
  position: absolute;
  z-index: 30;
  background-color: #ff5a15 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin-top: 10px;
  top: -125px;
  left: 115px;
}
.tmp5-msg-error {
  margin-top: 30px;
  position: absolute;
  z-index: 60;
  width: 100%;
}
.tmp5_field_newsletter #mp-newsletter-error {
  position: absolute;
}
.tmp5-form .popup-loader {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  top: -100px;
  left: 0;
  z-index: 100;
}
.tmp5-form .popup-loader .loader {
  width: 6%;
}
.tmp5-lable-powered {
  font-size: 10px;
  position: absolute;
  z-index: 100;
  bottom: 10px;
  right: 35%;
  color: #FFFFFF;
}
#mp-popup-template6 {
  font-family: sans-serif;
}
.tmp6-left-title {
  width: 350px;
  background-color: #0083d0;
  height: 250px;
  float: left;
}
.tmp6-left-title ul {
  list-style-type: none;
  margin-top: 35px;
}
.tmp6-left-title ul li {
  margin-bottom: -5px;
}
.tmp6-left-title ul li:nth-child(1) {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}
.tmp6-left-title ul li:nth-child(2) {
  font-size: 36px;
  color: #ffffff;
  text-align: left;
}
.tmp6-left-title ul li:nth-child(3) {
  font-size: 36px;
  color: #51f5ff;
  text-align: left;
}
.tmp6-text-content {
  background-color: #FFFFFF;
  width: 450px;
  height: 250px;
  float: left;
}
.tmp6-text {
  padding-top: 35px;
  width: 85%;
  margin: 0 auto;
  font-size: 20px;
  color: #222222;
  line-height: 1.4;
  text-align: center;
}
.tmp6-form {
  width: 85%;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}
.tmp6-input {
  background: #e5e5e5 !important;
  height: 42px !important;
}
.tmp6-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: center;
}
.tmp6-button {
  background-color: #ff5a15 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin-top: 20px;
}
.tmp6-lable-powered {
  position: absolute;
  left: 38px;
  bottom: 37px;
  font-size: 10px;
  color: #fffefe;
}
.tmp6_field_newsletter #mp-newsletter-error {
  position: absolute;
  top: 57px;
  display: block;
  width: 100%;
}
.tmp6-text-content .popup-loader {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  bottom: 18px;
}
/* Css part done by Manoj*/
.mtt {
  font-family: 'Montserrat', sans-serif;
}
.ibb {
  font-family: "Industry W00 Bold";
}
.fwl {
  font-weight: lighter;
}
.fwb {
  font-weight: bold;
}
.fwn {
  font-weight: normal;
}
::-webkit-input-placeholder {
  /* Edge */
  color: #234844;
  font-weight: bold;
}
:-ms-input-placeholder {
  /* Internet Explorer */
  color: #234844;
  font-weight: bold;
}
::placeholder {
  color: #234844;
  font-weight: bold;
}
#better_popup_click {
  font-size: 15px;
  color: #1b4946;
  font-weight: bold;
  line-height: 31.5px;
  background: unset;
  height: 40px;
  width: 116px;
  letter-spacing: 0.45px;
  border: solid 1.5px #1b4946;
  margin-left: 9.2px;
  border-radius: unset;
}
.container_cc {
  width: 100%;
  display: inline-block;
  float: none;
}
.close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-family: "Industry W00 Bold";
  font-size: 15px;
  color: #fff;
  cursor: pointer;
}
.wrapper_cc {
  display: flex;
  flex-direction: column;
  width: 555px;
  margin: auto;
  position: relative;
}
.container-wrapper-cc {
  display: flex;
  flex-direction: column;
  width: 60%;
  margin: auto;
}
.heading-1 {
  font-size: 27.5px;
  color: #1b4946;
  line-height: 35.8px;
  margin-top: 0px;
  margin-bottom: 26px;
  text-transform: uppercase;
}
.heading-2 {
  font-size: 17.5px;
  color: #234844;
  padding: 0px 25px 0px 0px;
  margin: 0px;
  line-height: 29.8px;
  margin-bottom: 30px;
  color: #707070;
}
.form-group-cc {
  float: left;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16.6px;
}
.email {
  width: 60%;
  font-size: 14px;
  font-family: "Industry W00 Bold";
  letter-spacing: 1px;
  color: #224743;
  padding: 5px;
  border: solid 2px #224743;
}
.btn-cc {
  width: 30%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: solid 2px #224743;
  font-size: 14px;
  font-family: "Industry W00 Bold";
  letter-spacing: 1px;
}
.terms {
  font-size: 11px;
  color: #707070;
}
.color-1 {
  color: #142e2c;
}
#mobile_popup_img {
  display: none;
}
.main-img {
  width: 380px;
  height: 440px;
  max-width: 100%;
  vertical-align: middle;
}
.wrapper_cc.two {
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.left-cc {
  width: 50%;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.right-cc {
  width: 50%;
  height: 440px;
  position: relative;
  padding: 114px 26px 114px 32px;
  text-align: left;
}
#sm_close_btn {
  display: none;
}
/* @media only screen and (min-width: 992px) and (max-width: 1199px) { */
/* .wrapper {		 */
/* width: 60%;				 */
/* } */
/* } */
/* @media only screen and (min-width: 768px) and (max-width: 991px) { */
/* .wrapper {		 */
/* width: 80%;				 */
/* } */
/* .container-wrapper{ */
/* width: 60%;		 */
/* } */
/* } */
@media only screen and (max-width: 767px) {
  .wrapper_cc {
    width: 80%;
  }
  .main-img {
    width: 274px;
    height: 160px;
  }
  #desktop_popup_img {
    display: none;
  }
  #mobile_popup_img {
    display: block;
  }
  .right-cc {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    padding: 25.5px 20px 28.5px 20px;
    text-align: left;
  }
  .heading-1 {
    font-size: 22px;
    color: #1b4946;
    margin-top: 0px;
    line-height: 27px;
    margin-bottom: 14px;
  }
  .heading-2 {
    font-size: 13px;
    line-height: 22.1px;
    margin-bottom: 13px;
    color: #707070;
    padding: 0px 0px 0px 0px !important;
  }
  #mp-newsletter {
    border: solid 1px #707070;
    font-size: 14px !important;
    line-height: 17px;
    letter-spacing: 0.39px;
    color: #707070;
    width: 234px;
    height: 40px;
  }
  .email {
    margin-bottom: 12px;
  }
  #better_popup_click {
    font-size: 14px;
    color: #1b4946;
    font-weight: bold;
    line-height: 17px;
    background: unset;
    height: 40px;
    width: 234px;
    letter-spacing: 0.39px;
    border: solid 2px #1b4946;
    margin-left: 0px;
    padding-top: 6px;
    border-radius: unset;
  }
  .form-group-cc {
    margin-bottom: 16px;
  }
  #bio_ep {
    width: 274px !important;
  }
  .left-cc {
    width: 274px !important;
  }
  input#mp-newsletter::placeholder {
    text-align: center;
  }
  .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  #sm_close_btn {
    display: block;
  }
  #lg_close_btn {
    display: none;
  }
  .terms {
    padding-left: 20px;
    text-indent: -20px;
  }
}
.btn-cc {
  padding: 5px;
  margin: 8px;
  max-width: 182px;
}
.mageplaza-betterpopup-content {
  background: #fff;
}
body {
  position: relative;
}
.login-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.48);
  z-index: 9999;
  padding: 0px;
  display: none;
}
.login-overlay button,
.login-overlay .cart.table-wrapper .actions-toolbar > .action,
.login-overlay .action-gift {
  margin-top: 15px !important;
}
.popup-login-form,
.popup-register-form {
  display: none;
}
.login-register-popup {
  max-width: 320px;
  margin: 0 auto;
  background: #fff;
  border: none;
  position: fixed;
  top: 15%;
  display: inline-block;
  left: 0;
  right: 0;
  /*
		button {
			background-color: @background_color_1;
			color: @color_1;
			padding: 14px 20px;
			margin: 8px 0;
			border: none;
			cursor: pointer;
			width: 100%;
			&:hover {
				opacity: 0.8;
			}
		}
		*/
}
.login-register-popup p.login-popup-info {
  margin-top: 20px;
  padding: 0px 15px;
}
.login-register-popup .response-msg div {
  margin: 5px 16px;
  text-align: center;
  padding: 5px 0;
  border-radius: 3px;
}
.login-register-popup .response-msg div.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.login-register-popup .response-msg div.error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.login-register-popup .login-link {
  margin-top: 10px;
}
.login-register-popup .register-link {
  margin-top: 10px;
}
.login-register-popup label {
  margin-bottom: 0px !important;
  margin-top: 15px;
}
.login-register-popup label:nth-of-type(1) {
  margin-top: 0px !important;
}
.login-register-popup .login-link {
  width: auto;
  float: right;
  margin-top: 20px;
}
.login-register-popup input[type=text],
.login-register-popup input[type=password],
.login-register-popup input[type=email] {
  width: 100%;
  padding: 5px 10px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #707070;
  box-sizing: border-box;
}
.login-register-popup div.mage-error[generated] {
  margin-top: 0;
}
.login-register-popup a,
.login-register-popup a:hover,
.login-register-popup a:visited {
  color: #0d0d0d !important;
  text-decoration: underline !important;
}
.login-register-popup .cancelbtn {
  width: auto;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 0px;
  font-size: 20px;
  cursor: pointer;
}
.login-register-popup .imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}
.login-register-popup img.avatar {
  width: 40%;
  border-radius: 50%;
}
.login-register-popup .container {
  padding: 16px;
  padding-top: 5px;
}
.login-register-popup span.psw {
  float: right;
  padding-top: 16px;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 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: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.products {
  margin: 30px 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: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  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: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  font-size: 12px;
}
.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: #1979c3;
  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: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  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: 40px;
  padding: 0 10px;
  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: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.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 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 30px 10px 0;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d;
}
.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: 5px;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  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: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.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: 5px;
}
.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: 10px 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: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 52px;
  text-align: center;
  width: 52px;
}
.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: 20px 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.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.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 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 {
  position: absolute;
  right: 0;
  top: -1px;
}
.sidebar .block-wishlist .action.delete {
  line-height: unset;
  width: auto;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.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: 5px 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: 10px;
}
.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;
  right: 0;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.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 {
  font-size: 16px;
  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: 5px 40px 5px 10px;
  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: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  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: 10px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.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: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.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: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 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 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 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 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 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: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.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: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #1979c3;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product.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;
  margin-left: 5px;
  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 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  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 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555555;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  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: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.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: #333333;
}
.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: 10px;
  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: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: '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 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 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: #333333;
}
.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 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.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;
  white-space: normal;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  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: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  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: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  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: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.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 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  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: 5px 18px 5px 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: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.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: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 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: 10px 0 20px;
  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: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Montserrat-Medium', 'Montserrat-Regular', 'Montserrat-Bold', 'Montserrat-SemiBold', 'Industry-Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.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: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.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: 10px 10px 20px;
  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: 10px 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: 20px;
  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: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.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: 60px;
}
.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 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.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: 20px 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 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.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: 14px;
}
.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: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.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: 10px;
}
.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: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 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: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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 20px;
}
.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: 10px;
}
.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.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  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: #1979c3;
  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: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff5501;
  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: #1979c3;
  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: #7d7d7d;
  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: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  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: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  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: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  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: 5px 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: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 40px;
}
.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;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.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: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url('../../frontend/Cc/Dexter/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/Cc/Dexter/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 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: #ff5501;
  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: #ff5501;
  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: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 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: -5px;
  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: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.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: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.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: 20px;
}
.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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  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 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 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: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 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: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  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);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Cc/Dexter/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.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 {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  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: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.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;
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
body {
  background-color: #ffffff;
}
.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: 20px;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  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: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.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 .panel.wrapper .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .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 .panel.wrapper .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 .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .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 .panel.wrapper .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 .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .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 .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .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 .panel.wrapper .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 .panel.wrapper .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 .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .panel.wrapper .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
.cookie-status-message {
  display: none;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  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: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.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: #1979c3;
  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: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
#bss-cookie-notice {
  position: fixed;
  display: none;
  z-index: 9999;
  padding: 5px 10px;
  border: 1px solid #ffffff;
  border-radius: 0px;
  box-shadow: 3px 3px 15px #222222;
  font-size: 14px;
  max-width: 40%;
}
#bss-cookie-notice .cookie-title {
  margin: 10px 0px;
}
#bss-cookie-notice .btn-cookie {
  font-weight: bold;
  border: none;
  box-shadow: none;
  text-decoration: none;
  padding: 7px 15px;
  border-radius: 3px;
  line-height: 1.6rem;
  display: inline-block;
}
#bss-cookie-notice .btn-cookie-accept {
  margin-bottom: 3px;
}
#bss-cookie-notice .btn-cookie:hover {
  border: none;
  box-shadow: none;
  color: #222222;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  #bss-cookie-notice {
    max-width: 100%;
  }
}
/**
 * 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%;
  margin: auto;
  color: #989898;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
  margin: auto;
  color: #989898;
}
.contact-index-index .contact-index-index form.contact .fieldset .field {
  width: 50%;
  float: left;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 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: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: '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 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat-Medium', 'Montserrat-Regular', 'Montserrat-Bold', 'Montserrat-SemiBold', 'Industry-Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.account.vault-cards-listaction .page-title-wrapper {
  display: none;
}
.account.vault-cards-listaction .address-select-modal__form-container {
  margin-bottom: 20px;
}
.account.vault-cards-listaction .address-select-modal__form-container > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .address-select-modal__form-container > div > div {
  margin-top: 10px;
}
.account.vault-cards-listaction .field.company,
.account.vault-cards-listaction .field.choice.set.billing,
.account.vault-cards-listaction .field.choice.set.shipping,
.account.vault-cards-listaction .primary[data-action='save-address'] {
  display: none !important;
}
.account.vault-cards-listaction #form-validate {
  display: none;
}
.account.vault-cards-listaction [for='repeat_order_cc_number'] + .control {
  position: relative;
}
.account.vault-cards-listaction .account-section__title-view-all-link {
  display: block;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .braintree-credit-card-types {
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .braintree-credit-card-types .item {
  margin-right: 5px;
  margin-top: 5px;
}
.account.vault-cards-listaction .braintree-credit-card-types .item:last-child {
  margin-right: 0;
}
.account.vault-cards-listaction .braintree-credit-card-types img {
  height: 24px;
}
.account.vault-cards-listaction .separator {
  margin: 10px 10px 0;
}
.account.vault-cards-listaction .address-select-container {
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 25px;
}
.account.vault-cards-listaction #braintree_submit {
  font-size: 1.6rem;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  height: 40px;
  margin: 10px 0;
  padding: 0 20px;
}
.account.vault-cards-listaction .subs-modal-overlay {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
}
.account.vault-cards-listaction #paypal_container {
  margin: auto;
  max-width: 360px;
}
.account.vault-cards-listaction .add-methods {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .add-method {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 3px;
  width: 50%;
}
.account.vault-cards-listaction .add-method:hover {
  border-color: #797777;
}
.account.vault-cards-listaction .add-method:first-child {
  margin-right: 35px;
}
.account.vault-cards-listaction .add-method > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 10px;
}
.account.vault-cards-listaction .add-method > div p {
  font-weight: 700;
  padding-top: 15px;
}
.account.vault-cards-listaction .add-method .icon-container {
  background: #f0f0f0;
  border-radius: 0 0 1px 1px;
  height: 100%;
  padding: 15px 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  max-width: 160px;
  padding: 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul li {
  margin: 0;
  width: 25%;
}
.account.vault-cards-listaction .add-method .icon-container ul li img {
  height: 24px;
}
.account.vault-cards-listaction .subs-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.account.vault-cards-listaction .subs-modal__box {
  -moz-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  margin: 20px;
  max-width: 610px;
  overflow-y: auto;
  padding: 40px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.account.vault-cards-listaction .subs-modal__close-button {
  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;
  box-shadow: none !important;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.account.vault-cards-listaction .subs-modal__close-button:focus,
.account.vault-cards-listaction .subs-modal__close-button:active {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button:hover {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button.disabled,
.account.vault-cards-listaction .subs-modal__close-button[disabled],
fieldset[disabled] .account.vault-cards-listaction .subs-modal__close-button {
  pointer-events: none;
  opacity: 0.5;
}
.account.vault-cards-listaction .subs-modal__screen-reader-label {
  display: none;
}
.account.vault-cards-listaction .subs-modal__title {
  text-align: center;
}
.account.vault-cards-listaction .add-card-modal .subs-modal__box {
  padding: 20px;
}
.account.vault-cards-listaction .add-card-modal form {
  margin: 0;
}
.account.vault-cards-listaction .add-card-modal legend {
  border-bottom: none !important;
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}
.account.vault-cards-listaction .add-paypal-modal span,
.account.vault-cards-listaction .add-paypal-modal p {
  font-weight: 500;
  margin: 30px 0;
}
.account.vault-cards-listaction #co-transparent-form-braintree .fieldset {
  max-width: 400px;
}
.braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100vw;
  z-index: #000000;
}
.braintree-three-d-modal .bt-modal-frame {
  background-color: #ffffff;
  border-radius: 6px;
  height: 420px;
  margin: auto;
  width: 440px;
  z-index: 2;
}
.braintree-three-d-modal .bt-modal-body {
  background-color: #ffffff;
  border: 1px solid lightgray;
  height: 380px;
  margin: 20px;
}
.braintree-three-d-modal .bt-mask {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 0;
}
.braintree-apple-pay-button {
  -apple-pay-button-type: plain;
  -webkit-appearance: -apple-pay-button;
  background-color: #000000;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% calc(60% + 2px);
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 20px auto;
  min-height: 40px;
  padding: 2px;
  transition: background-color 0.15s;
  width: 200px;
}
.braintree-applepay-minicart.minicart .braintree-apple-pay-button,
.braintree-applepay-minicart.cart .braintree-apple-pay-button {
  width: 100%;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, braintree_color-ppcredit-dark);
  color: #ffffff;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
}
.ppcreditcalc-container {
  background: #ffffff;
  border: 1px solid #dedede;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eeeeee;
  border-top: 1px solid #dedede;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 15px;
}
.ppcreditcalc-instalments {
  background-color: #eeeeee;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  color: #000000;
  display: block;
  padding: 10px 15px;
}
.ppcreditcalc-instalments-term:hover {
  background: braintree_color-ppcredit-light;
  color: #ffffff;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: braintree_color-ppcredit-dark;
  color: #ffffff;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button,
.action-gift.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black,
.action-gift.braintree-googlepay-button.black {
  background-color: #000000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white,
.action-gift.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.short,
.action-gift.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.short,
.action-gift.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.short,
.action-gift.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:active,
.action-gift.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:hover,
.action-gift.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:active,
.action-gift.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:focus,
.action-gift.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:hover,
.action-gift.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.long,
.action-gift.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.long,
.action-gift.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.long,
.action-gift.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo.minicart .braintree-googlepay-button.long,
.googlepay-minicart-logo.cart .braintree-googlepay-button.long {
  width: 100%;
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  -webkit-filter: none;
  -webkit-transition: none;
  width: 30px;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  left: 10px;
  position: absolute;
  z-index: 10;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='text']::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='number']::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-applepay #braintree_applepay_enable_vault {
  padding-top: 20px;
}
#payment-method-braintree-cc-vault .field.required .label,
#payment-method-braintree-applepay-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after,
#payment-method-braintree-applepay-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control,
#payment-method-braintree-applepay-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  box-sizing: border-box;
  font-family: 'Montserrat-Medium', 'Montserrat-Regular', 'Montserrat-Bold', 'Montserrat-SemiBold', 'Industry-Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  position: relative;
  vertical-align: baseline;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.braintree-paypal-buttons,
.braintree-paypal-vault {
  margin-top: 20px;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  max-width: 300px;
  padding: 8px 15px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  right: 30px;
  top: 10px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.braintree-express-payments {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments > div {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments span {
  display: block;
  font-size: 18px;
  margin: 20px 0;
}
.braintree-express-payments span.express-payment-title {
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle > span {
  background: #ffffff;
  display: block;
  margin: 0 auto;
  padding: 0 5px;
}
.braintree-express-payments span.express-payment-subtitle:before {
  background: #cccccc;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.braintree-express-payments > div > div {
  margin-top: 5px;
  padding-right: 5px;
  width: 240px;
}
.braintree-express-payments .braintree-googlepay-button,
.braintree-express-payments .braintree-apple-pay-button {
  margin: 0;
  min-height: 30px;
}
.braintree-express-payments .braintree-googlepay-button {
  height: 35px;
}
.braintree-express-payments .braintree-apple-pay-button {
  height: 29px;
  width: 234px;
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .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,
  .block-collapsible-nav .title {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 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,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.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: 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 10px;
  }
  .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: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #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 {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .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: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .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: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .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 15px;
  }
  .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: 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: 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: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    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 5px;
  }
  .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: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    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: #333333;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .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: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  bss-modals-wrapper .modal-inner-wrap {
    width: 90%;
  }
  .bss-popup-button {
    margin-bottom: 10px;
  }
  .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: 5px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare {
    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: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    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: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .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: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-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: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .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: 10px 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;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .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: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    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: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .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%;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .account.vault-cards-listaction .add-methods {
    flex-direction: column;
  }
  .account.vault-cards-listaction .add-methods > div {
    width: calc(100% - 6px);
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child {
    flex-direction: row;
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child img {
    margin-right: 20px;
  }
  .account.vault-cards-listaction .add-methods > div:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .account.vault-cards-listaction .braintree-credit-card-types {
    max-width: 130px;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  div.braintree-express-payments > div > div {
    width: 100%;
  }
  div.braintree-express-payments .braintree-googlepay-button.long {
    height: 45px;
    width: 100%;
  }
  div.braintree-express-payments .braintree-apple-pay-button {
    height: 45px;
    width: calc(100% - 10px);
  }
}
@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: 10px;
  }
  .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: 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: 5px 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: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot 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;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .login-register-popup span.psw {
    display: block;
    float: none;
  }
  .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 10px 10px 0;
    width: 30%;
  }
  .block-search {
    margin-top: 10px;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .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;
    margin-left: 0;
  }
  .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 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    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: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .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: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 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;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@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.42857143;
    margin: 0;
    padding: 0;
    color: #1979c3;
    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: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .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: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 10px 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: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .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;
  }
}
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}



[tabindex="-1"]:focus {
	outline: 0!important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

.h1,
h1 {
	font-size: 2.5rem
}

.h2,
h2 {
	font-size: 2rem
}

.h3,
h3 {
	font-size: 1.75rem
}

.h4,
h4 {
	font-size: 1.5rem
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
	font-size: 80%;
	font-weight: 400
}

.mark,
mark {
	padding: .2em;
	background-color: #fcf8e3
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}

.blockquote-footer::before {
	content: "\2014\00A0"
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: 90%;
	color: #6c757d
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.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%
}

.order-first {
	-ms-flex-order: -1;
	order: -1
}

.order-last {
	-ms-flex-order: 13;
	order: 13
}

.order-0 {
	-ms-flex-order: 0;
	order: 0
}

.order-1 {
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-ms-flex-order: 6;
	order: 6
}

.order-7 {
	-ms-flex-order: 7;
	order: 7
}

.order-8 {
	-ms-flex-order: 8;
	order: 8
}

.order-9 {
	-ms-flex-order: 9;
	order: 9
}

.order-10 {
	-ms-flex-order: 10;
	order: 10
}

.order-11 {
	-ms-flex-order: 11;
	order: 11
}

.order-12 {
	-ms-flex-order: 12;
	order: 12
}

.offset-1 {
	margin-left: 8.333333%
}

.offset-2 {
	margin-left: 16.666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.333333%
}

.offset-5 {
	margin-left: 41.666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.333333%
}

.offset-8 {
	margin-left: 66.666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.333333%
}

.offset-11 {
	margin-left: 91.666667%
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1
	}
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13
	}
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.333333%
	}
	.offset-sm-2 {
		margin-left: 16.666667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.333333%
	}
	.offset-sm-5 {
		margin-left: 41.666667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.333333%
	}
	.offset-sm-8 {
		margin-left: 66.666667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.333333%
	}
	.offset-sm-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		-ms-flex-order: -1;
		order: -1
	}
	.order-md-last {
		-ms-flex-order: 13;
		order: 13
	}
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.333333%
	}
	.offset-md-2 {
		margin-left: 16.666667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.333333%
	}
	.offset-md-5 {
		margin-left: 41.666667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.333333%
	}
	.offset-md-8 {
		margin-left: 66.666667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.333333%
	}
	.offset-md-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1
	}
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13
	}
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.333333%
	}
	.offset-lg-2 {
		margin-left: 16.666667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.333333%
	}
	.offset-lg-5 {
		margin-left: 41.666667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.333333%
	}
	.offset-lg-8 {
		margin-left: 66.666667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.333333%
	}
	.offset-lg-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1
	}
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13
	}
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.333333%
	}
	.offset-xl-2 {
		margin-left: 16.666667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.333333%
	}
	.offset-xl-5 {
		margin-left: 41.666667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.333333%
	}
	.offset-xl-8 {
		margin-left: 66.666667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.333333%
	}
	.offset-xl-11 {
		margin-left: 91.666667%
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529
}

.table td,
.table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
	padding: .3rem
}

.table-bordered {
	border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
	border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
	border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
	background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
	border-color: #7abaff
}

.table-hover .table-primary:hover {
	background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
	background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
	border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
	background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
	border-color: #8fd19e
}

.table-hover .table-success:hover {
	background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
	background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
	border-color: #86cfda
}

.table-hover .table-info:hover {
	background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
	background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
	border-color: #ffdf7e
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
	background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
	border-color: #ed969e
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
	background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
	border-color: #fbfcfc
}

.table-hover .table-light:hover {
	background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
	background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #95999c
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.table-dark {
	color: #fff;
	background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #454d55
}

.table-dark.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-sm>.table-bordered {
		border: 0
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-md>.table-bordered {
		border: 0
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-lg>.table-bordered {
		border: 0
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-xl>.table-bordered {
		border: 0
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
	border: 0
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size] {
	height: auto
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
	color: #6c757d
}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, .9);
	border-radius: .25rem
}

.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: #28a745;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center right calc(.375em + .1875rem);
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
	display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
	border-color: #28a745;
	padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip {
	display: block
}

.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
	display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
	color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
	display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
	color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
	border-color: #28a745
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
	display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
	border-color: #34ce57;
	background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
	border-color: #28a745
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
	display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: .25rem
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
	background-repeat: no-repeat;
	background-position: center right calc(.375em + .1875rem);
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
	display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
	border-color: #dc3545;
	padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip {
	display: block
}

.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
	display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
	color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
	color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
	border-color: #dc3545
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
	border-color: #dc3545
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
	display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media (min-width:576px) {
	.form-inline label {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-plaintext {
		display: inline-block
	}
	.form-inline .custom-select,
	.form-inline .input-group {
		width: auto
	}
	.form-inline .form-check {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}
	.form-inline .form-check-input {
		position: relative;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}
	.form-inline .custom-control {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
	color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
	color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
	text-decoration: underline;
	box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none
	}
}

.dropdown,
.dropleft,
.dropright,
.dropup {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
	margin-left: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

@media (min-width:576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-sm-right {
		right: 0;
		left: auto
	}
}

@media (min-width:768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-md-right {
		right: 0;
		left: auto
	}
}

@media (min-width:992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-lg-right {
		right: 0;
		left: auto
	}
}

@media (min-width:1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-xl-right {
		right: 0;
		left: auto
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-toggle::after {
	vertical-align: 0
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}

.dropleft .dropdown-toggle::after {
	display: none
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
	z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
	z-index: 1
}

.btn-toolbar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
	margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
	margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.btn-group-vertical {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
	width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
	margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
	margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
	z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
	z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group>.custom-file {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
	display: -ms-flexbox;
	display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
	position: relative;
	z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
	z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px
}

.input-group-prepend {
	margin-right: -1px
}

.input-group-append {
	margin-left: -1px
}

.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
	margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
	height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
	height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
	padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}

.custom-control-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #007bff;
	background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
	color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}

.custom-control-label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px
}

.custom-control-label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
	border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border-color: #007bff;
	background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
	border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
	padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem
}

.custom-switch .custom-control-label::after {
	top: calc(.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: .5rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.custom-switch .custom-control-label::after {
		transition: none
	}
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translateX(.75rem);
	transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef
}

.custom-select::-ms-expand {
	display: none
}

.custom-select-sm {
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem
}

.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin-bottom: 0
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin: 0;
	opacity: 0
}

.custom-file-input:focus~.custom-file-label {
	border-color: #80bdff;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label {
	background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
	content: attr(data-browse)
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + .75rem);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 .25rem .25rem 0
}

.custom-range {
	width: 100%;
	height: calc(1rem + .4rem);
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-range:focus {
	outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
	border: 0
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	appearance: none
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-webkit-slider-thumb {
		transition: none
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	appearance: none
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-moz-range-thumb {
		transition: none
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-ms-thumb {
		transition: none
	}
}

.custom-range::-ms-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem
}

.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
	cursor: default
}

.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.custom-control-label::before,
	.custom-file-label,
	.custom-select {
		transition: none
	}
}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff
}

.nav-fill .nav-item {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%
}

@media (max-width:575.98px) {
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:576px) {
	.navbar-expand-sm {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-sm .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-expand-sm .navbar-collapse {
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}

@media (max-width:767.98px) {
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-md .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-expand-md .navbar-collapse {
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media (max-width:991.98px) {
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media (max-width:1199.98px) {
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-xl .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-expand-xl .navbar-collapse {
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
	color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
	color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
	color: #fff
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem
}

.card-title {
	margin-bottom: .75rem
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}

.card-text:last-child {
	margin-bottom: 0
}

.card-link:hover {
	text-decoration: none
}

.card-link+.card-link {
	margin-left: 1.25rem
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}

.card-img {
	width: 100%;
	border-radius: calc(.25rem - 1px)
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.card-deck .card {
	margin-bottom: 15px
}

@media (min-width:576px) {
	.card-deck {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px
	}
	.card-deck .card {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px
	}
}

.card-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.card-group>.card {
	margin-bottom: 15px
}

@media (min-width:576px) {
	.card-group {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
	.card-group>.card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0
	}
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}
	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-header,
	.card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-footer,
	.card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-header,
	.card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-footer,
	.card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0
	}
}

.card-columns .card {
	margin-bottom: .75rem
}

@media (min-width:576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1
	}
	.card-columns .card {
		display: inline-block;
		width: 100%
	}
}

.accordion>.card {
	overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
	border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0
}

.accordion>.card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.accordion>.card .card-header {
	margin-bottom: -1px
}

.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}

.breadcrumb-item.active {
	color: #6c757d
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6
}

.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.badge {
		transition: none
	}
}

a.badge:focus,
a.badge:hover {
	text-decoration: none
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

.badge-primary {
	color: #fff;
	background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
	color: #fff;
	background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
	color: #fff;
	background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
	color: #fff;
	background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
	color: #fff;
	background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
	color: #fff;
	background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
	color: #fff;
	background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
	color: #212529;
	background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
	color: #212529;
	background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
	color: #fff;
	background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
	color: #fff;
	background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
	color: #212529;
	background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
	color: #fff;
	background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
	color: #fff;
	background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem
}

@media (min-width:576px) {
	.jumbotron {
		padding: 4rem 2rem
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 4rem
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff
}

.alert-primary hr {
	border-top-color: #9fcdff
}

.alert-primary .alert-link {
	color: #002752
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}

.alert-secondary hr {
	border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
	color: #202326
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

.alert-success hr {
	border-top-color: #b1dfbb
}

.alert-success .alert-link {
	color: #0b2e13
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

.alert-info hr {
	border-top-color: #abdde5
}

.alert-info .alert-link {
	color: #062c33
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}

.alert-warning hr {
	border-top-color: #ffe8a1
}

.alert-warning .alert-link {
	color: #533f03
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.alert-danger hr {
	border-top-color: #f1b0b7
}

.alert-danger .alert-link {
	color: #491217
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}

.alert-light hr {
	border-top-color: #ececf6
}

.alert-light .alert-link {
	color: #686868
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}

.alert-dark hr {
	border-top-color: #b9bbbe
}

.alert-dark .alert-link {
	color: #040505
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar {
		transition: none
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none
	}
}

.media-body {
	-ms-flex: 1;
	flex: 1
}

.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.list-group-horizontal {
	-ms-flex-direction: row;
	flex-direction: row
}

.list-group-horizontal .list-group-item {
	margin-right: -1px;
	margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
	border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
	margin-right: 0;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: 0
}

@media (min-width:576px) {
	.list-group-horizontal-sm {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.list-group-horizontal-sm .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-sm .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-sm .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
}

@media (min-width:768px) {
	.list-group-horizontal-md {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.list-group-horizontal-md .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-md .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-md .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
}

@media (min-width:992px) {
	.list-group-horizontal-lg {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.list-group-horizontal-lg .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-lg .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-lg .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
}

@media (min-width:1200px) {
	.list-group-horizontal-xl {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.list-group-horizontal-xl .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-xl .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-xl .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.list-group-flush .list-group-item:last-child {
	margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom: 0
}

.list-group-item-primary {
	color: #004085;
	background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
	color: #004085;
	background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #004085;
	border-color: #004085
}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
	color: #383d41;
	background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
	color: #155724;
	background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
	color: #0c5460;
	background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460
}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
	color: #856404;
	background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
	color: #721c24;
	background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.close:hover {
	color: #000;
	text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: .75
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

a.close.disabled {
	pointer-events: none
}

.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: .875rem;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	opacity: 0;
	border-radius: .25rem
}

.toast:not(:last-child) {
	margin-bottom: .75rem
}

.toast.showing {
	opacity: 1
}

.toast.show {
	display: block;
	opacity: 1
}

.toast.hide {
	display: none
}

.toast-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .25rem .75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
	padding: .75rem
}

.modal-open {
	overflow: hidden
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none
}

.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem
}

.modal-footer>:not(:last-child) {
	margin-right: .25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem)
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem)
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem)
	}
	.modal-sm {
		max-width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px
	}
}

@media (min-width:1200px) {
	.modal-xl {
		max-width: 1140px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
	bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
	top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
	margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
	bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
	margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
	left: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
	margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
	top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
	margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
	right: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: .5rem .75rem;
	color: #212529
}

.carousel {
	position: relative
}

.carousel.pointer-event {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: ""
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none
	}
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	-webkit-transform: none;
	transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: 0s .6s opacity
}

@media (prefers-reduced-motion:reduce) {
	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-right {
		transition: none
	}
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
	.carousel-control-next,
	.carousel-control-prev {
		transition: none
	}
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
	.carousel-indicators li {
		transition: none
	}
}

.carousel-indicators .active {
	opacity: 1
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em
}

@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		opacity: 1
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		opacity: 1
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem
}

.align-baseline {
	vertical-align: baseline!important
}

.align-top {
	vertical-align: top!important
}

.align-middle {
	vertical-align: middle!important
}

.align-bottom {
	vertical-align: bottom!important
}

.align-text-bottom {
	vertical-align: text-bottom!important
}

.align-text-top {
	vertical-align: text-top!important
}

.bg-primary {
	background-color: #007bff!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #0062cc!important
}

.bg-secondary {
	background-color: #6c757d!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
	background-color: #545b62!important
}

.bg-success {
	background-color: #28a745!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: #1e7e34!important
}

.bg-info {
	background-color: #17a2b8!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #117a8b!important
}

.bg-warning {
	background-color: #ffc107!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	background-color: #d39e00!important
}

.bg-danger {
	background-color: #dc3545!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #bd2130!important
}

.bg-light {
	background-color: #f8f9fa!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
	background-color: #dae0e5!important
}

.bg-dark {
	background-color: #343a40!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
	background-color: #1d2124!important
}

.bg-white {
	background-color: #fff!important
}

.bg-transparent {
	background-color: transparent!important
}

.border {
	border: 1px solid #dee2e6!important
}

.border-top {
	border-top: 1px solid #dee2e6!important
}

.border-right {
	border-right: 1px solid #dee2e6!important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6!important
}

.border-left {
	border-left: 1px solid #dee2e6!important
}

.border-0 {
	border: 0!important
}

.border-top-0 {
	border-top: 0!important
}

.border-right-0 {
	border-right: 0!important
}

.border-bottom-0 {
	border-bottom: 0!important
}

.border-left-0 {
	border-left: 0!important
}

.border-primary {
	border-color: #007bff!important
}

.border-secondary {
	border-color: #6c757d!important
}

.border-success {
	border-color: #28a745!important
}

.border-info {
	border-color: #17a2b8!important
}

.border-warning {
	border-color: #ffc107!important
}

.border-danger {
	border-color: #dc3545!important
}

.border-light {
	border-color: #f8f9fa!important
}

.border-dark {
	border-color: #343a40!important
}

.border-white {
	border-color: #fff!important
}

.rounded-sm {
	border-radius: .2rem!important
}

.rounded {
	border-radius: .25rem!important
}

.rounded-top {
	border-top-left-radius: .25rem!important;
	border-top-right-radius: .25rem!important
}

.rounded-right {
	border-top-right-radius: .25rem!important;
	border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
	border-bottom-right-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important
}

.rounded-left {
	border-top-left-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important
}

.rounded-lg {
	border-radius: .3rem!important
}

.rounded-circle {
	border-radius: 50%!important
}

.rounded-pill {
	border-radius: 50rem!important
}

.rounded-0 {
	border-radius: 0!important
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.d-none {
	display: none!important
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-table {
	display: table!important
}

.d-table-row {
	display: table-row!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: -ms-flexbox!important;
	display: flex!important
}

.d-inline-flex {
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}

@media (min-width:576px) {
	.d-sm-none {
		display: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-row {
		display: table-row!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-sm-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-row {
		display: table-row!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-md-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-row {
		display: table-row!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-lg-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none!important
	}
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-row {
		display: table-row!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-xl-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media print {
	.d-print-none {
		display: none!important
	}
	.d-print-inline {
		display: inline!important
	}
	.d-print-inline-block {
		display: inline-block!important
	}
	.d-print-block {
		display: block!important
	}
	.d-print-table {
		display: table!important
	}
	.d-print-table-row {
		display: table-row!important
	}
	.d-print-table-cell {
		display: table-cell!important
	}
	.d-print-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-print-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive::before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9::before {
	padding-top: 42.857143%
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.embed-responsive-4by3::before {
	padding-top: 75%
}

.embed-responsive-1by1::before {
	padding-top: 100%
}

.flex-row {
	-ms-flex-direction: row!important;
	flex-direction: row!important
}

.flex-column {
	-ms-flex-direction: column!important;
	flex-direction: column!important
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}

.flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}

.flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}

.flex-fill {
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important
}

.flex-grow-0 {
	-ms-flex-positive: 0!important;
	flex-grow: 0!important
}

.flex-grow-1 {
	-ms-flex-positive: 1!important;
	flex-grow: 1!important
}

.flex-shrink-0 {
	-ms-flex-negative: 0!important;
	flex-shrink: 0!important
}

.flex-shrink-1 {
	-ms-flex-negative: 1!important;
	flex-shrink: 1!important
}

.justify-content-start {
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}

.justify-content-end {
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}

.justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important
}

.justify-content-between {
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}

.justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}

.align-items-start {
	-ms-flex-align: start!important;
	align-items: flex-start!important
}

.align-items-end {
	-ms-flex-align: end!important;
	align-items: flex-end!important
}

.align-items-center {
	-ms-flex-align: center!important;
	align-items: center!important
}

.align-items-baseline {
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}

.align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}

.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}

.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}

.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}

.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}

.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}

.align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}

.align-self-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}

.align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}

.align-self-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}

.align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important
}

.align-self-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}

.align-self-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}

@media (min-width:576px) {
	.flex-sm-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-sm-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-sm-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-sm-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-sm-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-sm-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-sm-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-sm-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-sm-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-sm-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-sm-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-sm-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-sm-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-sm-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:768px) {
	.flex-md-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-md-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-md-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-md-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-md-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-md-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-md-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-md-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-md-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-md-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-md-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-md-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-md-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-md-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-md-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-md-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-md-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-md-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-lg-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-lg-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-lg-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-lg-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-lg-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-lg-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-lg-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-lg-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-lg-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-lg-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-lg-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-lg-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-lg-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-xl-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-xl-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-xl-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-xl-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-xl-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-xl-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-xl-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-xl-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-xl-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-xl-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-xl-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-xl-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-xl-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

.float-left {
	float: left!important
}

.float-right {
	float: right!important
}

.float-none {
	float: none!important
}

@media (min-width:576px) {
	.float-sm-left {
		float: left!important
	}
	.float-sm-right {
		float: right!important
	}
	.float-sm-none {
		float: none!important
	}
}

@media (min-width:768px) {
	.float-md-left {
		float: left!important
	}
	.float-md-right {
		float: right!important
	}
	.float-md-none {
		float: none!important
	}
}

@media (min-width:992px) {
	.float-lg-left {
		float: left!important
	}
	.float-lg-right {
		float: right!important
	}
	.float-lg-none {
		float: none!important
	}
}

@media (min-width:1200px) {
	.float-xl-left {
		float: left!important
	}
	.float-xl-right {
		float: right!important
	}
	.float-xl-none {
		float: none!important
	}
}

.overflow-auto {
	overflow: auto!important
}

.overflow-hidden {
	overflow: hidden!important
}

.position-static {
	position: static!important
}

.position-relative {
	position: relative!important
}

.position-absolute {
	position: absolute!important
}

.position-fixed {
	position: fixed!important
}

.position-sticky {
	position: -webkit-sticky!important;
	position: sticky!important
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}

.shadow-none {
	box-shadow: none!important
}

.w-25 {
	width: 25%!important
}

.w-50 {
	width: 50%!important
}

.w-75 {
	width: 75%!important
}

.w-100 {
	width: 100%!important
}

.w-auto {
	width: auto!important
}

.h-25 {
	height: 25%!important
}

.h-50 {
	height: 50%!important
}

.h-75 {
	height: 75%!important
}

.h-100 {
	height: 100%!important
}

.h-auto {
	height: auto!important
}

.mw-100 {
	max-width: 100%!important
}

.mh-100 {
	max-height: 100%!important
}

.min-vw-100 {
	min-width: 100vw!important
}

.min-vh-100 {
	min-height: 100vh!important
}

.vw-100 {
	width: 100vw!important
}

.vh-100 {
	height: 100vh!important
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0)
}

.m-0 {
	margin: 0!important
}

.mt-0,
.my-0 {
	margin-top: 0!important
}

.mr-0,
.mx-0 {
	margin-right: 0!important
}

.mb-0,
.my-0 {
	margin-bottom: 0!important
}

.ml-0,
.mx-0 {
	margin-left: 0!important
}

.m-1 {
	margin: .25rem!important
}

.mt-1,
.my-1 {
	margin-top: .25rem!important
}

.mr-1,
.mx-1 {
	margin-right: .25rem!important
}

.mb-1,
.my-1 {
	margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
	margin-left: .25rem!important
}

.m-2 {
	margin: .5rem!important
}

.mt-2,
.my-2 {
	margin-top: .5rem!important
}

.mr-2,
.mx-2 {
	margin-right: .5rem!important
}

.mb-2,
.my-2 {
	margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
	margin-left: .5rem!important
}

.m-3 {
	margin: 1rem!important
}

.mt-3,
.my-3 {
	margin-top: 1rem!important
}

.mr-3,
.mx-3 {
	margin-right: 1rem!important
}

.mb-3,
.my-3 {
	margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
	margin-left: 1rem!important
}

.m-4 {
	margin: 1.5rem!important
}

.mt-4,
.my-4 {
	margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem!important
}

.m-5 {
	margin: 3rem!important
}

.mt-5,
.my-5 {
	margin-top: 3rem!important
}

.mr-5,
.mx-5 {
	margin-right: 3rem!important
}

.mb-5,
.my-5 {
	margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
	margin-left: 3rem!important
}

.p-0 {
	padding: 0!important
}

.pt-0,
.py-0 {
	padding-top: 0!important
}

.pr-0,
.px-0 {
	padding-right: 0!important
}

.pb-0,
.py-0 {
	padding-bottom: 0!important
}

.pl-0,
.px-0 {
	padding-left: 0!important
}

.p-1 {
	padding: .25rem!important
}

.pt-1,
.py-1 {
	padding-top: .25rem!important
}

.pr-1,
.px-1 {
	padding-right: .25rem!important
}

.pb-1,
.py-1 {
	padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
	padding-left: .25rem!important
}

.p-2 {
	padding: .5rem!important
}

.pt-2,
.py-2 {
	padding-top: .5rem!important
}

.pr-2,
.px-2 {
	padding-right: .5rem!important
}

.pb-2,
.py-2 {
	padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
	padding-left: .5rem!important
}

.p-3 {
	padding: 1rem!important
}

.pt-3,
.py-3 {
	padding-top: 1rem!important
}

.pr-3,
.px-3 {
	padding-right: 1rem!important
}

.pb-3,
.py-3 {
	padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
	padding-left: 1rem!important
}

.p-4 {
	padding: 1.5rem!important
}

.pt-4,
.py-4 {
	padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
	padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem!important
}

.p-5 {
	padding: 3rem!important
}

.pt-5,
.py-5 {
	padding-top: 3rem!important
}

.pr-5,
.px-5 {
	padding-right: 3rem!important
}

.pb-5,
.py-5 {
	padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
	padding-left: 3rem!important
}

.m-n1 {
	margin: -.25rem!important
}

.mt-n1,
.my-n1 {
	margin-top: -.25rem!important
}

.mr-n1,
.mx-n1 {
	margin-right: -.25rem!important
}

.mb-n1,
.my-n1 {
	margin-bottom: -.25rem!important
}

.ml-n1,
.mx-n1 {
	margin-left: -.25rem!important
}

.m-n2 {
	margin: -.5rem!important
}

.mt-n2,
.my-n2 {
	margin-top: -.5rem!important
}

.mr-n2,
.mx-n2 {
	margin-right: -.5rem!important
}

.mb-n2,
.my-n2 {
	margin-bottom: -.5rem!important
}

.ml-n2,
.mx-n2 {
	margin-left: -.5rem!important
}

.m-n3 {
	margin: -1rem!important
}

.mt-n3,
.my-n3 {
	margin-top: -1rem!important
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem!important
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem!important
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem!important
}

.m-n4 {
	margin: -1.5rem!important
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem!important
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem!important
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem!important
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem!important
}

.m-n5 {
	margin: -3rem!important
}

.mt-n5,
.my-n5 {
	margin-top: -3rem!important
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem!important
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem!important
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem!important
}

.m-auto {
	margin: auto!important
}

.mt-auto,
.my-auto {
	margin-top: auto!important
}

.mr-auto,
.mx-auto {
	margin-right: auto!important
}

.mb-auto,
.my-auto {
	margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
	margin-left: auto!important
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0!important
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0!important
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0!important
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0!important
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0!important
	}
	.m-sm-1 {
		margin: .25rem!important
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem!important
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem!important
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem!important
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem!important
	}
	.m-sm-2 {
		margin: .5rem!important
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem!important
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem!important
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem!important
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem!important
	}
	.m-sm-3 {
		margin: 1rem!important
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem!important
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem!important
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem!important
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem!important
	}
	.m-sm-4 {
		margin: 1.5rem!important
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem!important
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem!important
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem!important
	}
	.m-sm-5 {
		margin: 3rem!important
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem!important
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem!important
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem!important
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem!important
	}
	.p-sm-0 {
		padding: 0!important
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0!important
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0!important
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0!important
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0!important
	}
	.p-sm-1 {
		padding: .25rem!important
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem!important
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem!important
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem!important
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem!important
	}
	.p-sm-2 {
		padding: .5rem!important
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem!important
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem!important
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem!important
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: .5rem!important
	}
	.p-sm-3 {
		padding: 1rem!important
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem!important
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem!important
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem!important
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem!important
	}
	.p-sm-4 {
		padding: 1.5rem!important
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem!important
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem!important
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem!important
	}
	.p-sm-5 {
		padding: 3rem!important
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem!important
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem!important
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem!important
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem!important
	}
	.m-sm-n1 {
		margin: -.25rem!important
	}
	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -.25rem!important
	}
	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -.25rem!important
	}
	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -.25rem!important
	}
	.m-sm-n2 {
		margin: -.5rem!important
	}
	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -.5rem!important
	}
	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -.5rem!important
	}
	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -.5rem!important
	}
	.m-sm-n3 {
		margin: -1rem!important
	}
	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem!important
	}
	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem!important
	}
	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem!important
	}
	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem!important
	}
	.m-sm-n4 {
		margin: -1.5rem!important
	}
	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem!important
	}
	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem!important
	}
	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem!important
	}
	.m-sm-n5 {
		margin: -3rem!important
	}
	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem!important
	}
	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem!important
	}
	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem!important
	}
	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem!important
	}
	.m-sm-auto {
		margin: auto!important
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto!important
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto!important
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto!important
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto!important
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0!important
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0!important
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0!important
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0!important
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0!important
	}
	.m-md-1 {
		margin: .25rem!important
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem!important
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem!important
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem!important
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem!important
	}
	.m-md-2 {
		margin: .5rem!important
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem!important
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem!important
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem!important
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem!important
	}
	.m-md-3 {
		margin: 1rem!important
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem!important
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem!important
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem!important
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem!important
	}
	.m-md-4 {
		margin: 1.5rem!important
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem!important
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem!important
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem!important
	}
	.m-md-5 {
		margin: 3rem!important
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem!important
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem!important
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem!important
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem!important
	}
	.p-md-0 {
		padding: 0!important
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0!important
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0!important
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0!important
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0!important
	}
	.p-md-1 {
		padding: .25rem!important
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem!important
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem!important
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem!important
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem!important
	}
	.p-md-2 {
		padding: .5rem!important
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem!important
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem!important
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem!important
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem!important
	}
	.p-md-3 {
		padding: 1rem!important
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem!important
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem!important
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem!important
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem!important
	}
	.p-md-4 {
		padding: 1.5rem!important
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem!important
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem!important
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem!important
	}
	.p-md-5 {
		padding: 3rem!important
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem!important
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem!important
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem!important
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem!important
	}
	.m-md-n1 {
		margin: -.25rem!important
	}
	.mt-md-n1,
	.my-md-n1 {
		margin-top: -.25rem!important
	}
	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -.25rem!important
	}
	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -.25rem!important
	}
	.m-md-n2 {
		margin: -.5rem!important
	}
	.mt-md-n2,
	.my-md-n2 {
		margin-top: -.5rem!important
	}
	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -.5rem!important
	}
	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -.5rem!important
	}
	.m-md-n3 {
		margin: -1rem!important
	}
	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem!important
	}
	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem!important
	}
	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem!important
	}
	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem!important
	}
	.m-md-n4 {
		margin: -1.5rem!important
	}
	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem!important
	}
	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem!important
	}
	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem!important
	}
	.m-md-n5 {
		margin: -3rem!important
	}
	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem!important
	}
	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem!important
	}
	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem!important
	}
	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem!important
	}
	.m-md-auto {
		margin: auto!important
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto!important
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto!important
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto!important
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto!important
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0!important
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0!important
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0!important
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0!important
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0!important
	}
	.m-lg-1 {
		margin: .25rem!important
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem!important
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem!important
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem!important
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem!important
	}
	.m-lg-2 {
		margin: .5rem!important
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem!important
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem!important
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem!important
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem!important
	}
	.m-lg-3 {
		margin: 1rem!important
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem!important
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem!important
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem!important
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem!important
	}
	.m-lg-4 {
		margin: 1.5rem!important
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem!important
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem!important
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem!important
	}
	.m-lg-5 {
		margin: 3rem!important
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem!important
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem!important
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem!important
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem!important
	}
	.p-lg-0 {
		padding: 0!important
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0!important
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0!important
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0!important
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0!important
	}
	.p-lg-1 {
		padding: .25rem!important
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem!important
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem!important
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem!important
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem!important
	}
	.p-lg-2 {
		padding: .5rem!important
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem!important
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem!important
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem!important
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem!important
	}
	.p-lg-3 {
		padding: 1rem!important
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem!important
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem!important
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem!important
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem!important
	}
	.p-lg-4 {
		padding: 1.5rem!important
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem!important
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem!important
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem!important
	}
	.p-lg-5 {
		padding: 3rem!important
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem!important
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem!important
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem!important
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem!important
	}
	.m-lg-n1 {
		margin: -.25rem!important
	}
	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -.25rem!important
	}
	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -.25rem!important
	}
	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -.25rem!important
	}
	.m-lg-n2 {
		margin: -.5rem!important
	}
	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -.5rem!important
	}
	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -.5rem!important
	}
	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -.5rem!important
	}
	.m-lg-n3 {
		margin: -1rem!important
	}
	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem!important
	}
	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem!important
	}
	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem!important
	}
	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem!important
	}
	.m-lg-n4 {
		margin: -1.5rem!important
	}
	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem!important
	}
	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem!important
	}
	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem!important
	}
	.m-lg-n5 {
		margin: -3rem!important
	}
	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem!important
	}
	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem!important
	}
	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem!important
	}
	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem!important
	}
	.m-lg-auto {
		margin: auto!important
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto!important
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto!important
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto!important
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto!important
	}
}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0!important
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0!important
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0!important
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0!important
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0!important
	}
	.m-xl-1 {
		margin: .25rem!important
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem!important
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem!important
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem!important
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem!important
	}
	.m-xl-2 {
		margin: .5rem!important
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem!important
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem!important
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem!important
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem!important
	}
	.m-xl-3 {
		margin: 1rem!important
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem!important
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem!important
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem!important
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem!important
	}
	.m-xl-4 {
		margin: 1.5rem!important
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem!important
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem!important
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem!important
	}
	.m-xl-5 {
		margin: 3rem!important
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem!important
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem!important
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem!important
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem!important
	}
	.p-xl-0 {
		padding: 0!important
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0!important
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0!important
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0!important
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0!important
	}
	.p-xl-1 {
		padding: .25rem!important
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem!important
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem!important
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem!important
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem!important
	}
	.p-xl-2 {
		padding: .5rem!important
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem!important
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem!important
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem!important
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem!important
	}
	.p-xl-3 {
		padding: 1rem!important
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem!important
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem!important
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem!important
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem!important
	}
	.p-xl-4 {
		padding: 1.5rem!important
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem!important
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem!important
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem!important
	}
	.p-xl-5 {
		padding: 3rem!important
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem!important
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem!important
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem!important
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem!important
	}
	.m-xl-n1 {
		margin: -.25rem!important
	}
	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -.25rem!important
	}
	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -.25rem!important
	}
	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -.25rem!important
	}
	.m-xl-n2 {
		margin: -.5rem!important
	}
	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -.5rem!important
	}
	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -.5rem!important
	}
	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -.5rem!important
	}
	.m-xl-n3 {
		margin: -1rem!important
	}
	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem!important
	}
	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem!important
	}
	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem!important
	}
	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem!important
	}
	.m-xl-n4 {
		margin: -1.5rem!important
	}
	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem!important
	}
	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem!important
	}
	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem!important
	}
	.m-xl-n5 {
		margin: -3rem!important
	}
	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem!important
	}
	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem!important
	}
	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem!important
	}
	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem!important
	}
	.m-xl-auto {
		margin: auto!important
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto!important
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto!important
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto!important
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto!important
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace!important
}

.text-justify {
	text-align: justify!important
}

.text-wrap {
	white-space: normal!important
}

.text-nowrap {
	white-space: nowrap!important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left!important
}

.text-right {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left!important
	}
	.text-sm-right {
		text-align: right!important
	}
	.text-sm-center {
		text-align: center!important
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left!important
	}
	.text-md-right {
		text-align: right!important
	}
	.text-md-center {
		text-align: center!important
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left!important
	}
	.text-lg-right {
		text-align: right!important
	}
	.text-lg-center {
		text-align: center!important
	}
}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left!important
	}
	.text-xl-right {
		text-align: right!important
	}
	.text-xl-center {
		text-align: center!important
	}
}

.text-lowercase {
	text-transform: lowercase!important
}

.text-uppercase {
	text-transform: uppercase!important
}

.text-capitalize {
	text-transform: capitalize!important
}

.font-weight-light {
	font-weight: 300!important
}

.font-weight-lighter {
	font-weight: lighter!important
}

.font-weight-normal {
	font-weight: 400!important
}

.font-weight-bold {
	font-weight: 700!important
}

.font-weight-bolder {
	font-weight: bolder!important
}

.font-italic {
	font-style: italic!important
}

.text-white {
	color: #fff!important
}

.text-primary {
	color: #007bff!important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #0056b3!important
}

.text-secondary {
	color: #6c757d!important
}

a.text-secondary:focus,
a.text-secondary:hover {
	color: #494f54!important
}

.text-success {
	color: #28a745!important
}

a.text-success:focus,
a.text-success:hover {
	color: #19692c!important
}

.text-info {
	color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
	color: #0f6674!important
}

.text-warning {
	color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #ba8b00!important
}

.text-danger {
	color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #a71d2a!important
}

.text-light {
	color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
	color: #cbd3da!important
}

.text-dark {
	color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
	color: #121416!important
}

.text-body {
	color: #212529!important
}

.text-muted {
	color: #6c757d!important
}

.text-black-50 {
	color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
	color: rgba(255, 255, 255, .5)!important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.text-decoration-none {
	text-decoration: none!important
}

.text-break {
	word-break: break-word!important;
	overflow-wrap: break-word!important
}

.text-reset {
	color: inherit!important
}

.visible {
	visibility: visible!important
}

.invisible {
	visibility: hidden!important
}

@media print {
	*,
	::after,
	::before {
		text-shadow: none!important;
		box-shadow: none!important
	}
	a:not(.btn) {
		text-decoration: underline
	}
	abbr[title]::after {
		content: " (" attr(title) ")"
	}
	pre {
		white-space: pre-wrap!important
	}
	blockquote,
	pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	body {
		min-width: 992px!important
	}
	.container {
		min-width: 992px!important
	}
	.navbar {
		display: none
	}
	.badge {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse!important
	}
	.table td,
	.table th {
		background-color: #fff!important
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #dee2e6!important
	}
	.table-dark {
		color: inherit
	}
	.table-dark tbody+tbody,
	.table-dark td,
	.table-dark th,
	.table-dark thead th {
		border-color: #dee2e6
	}
	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6
	}
}


/*# sourceMappingURL=bootstrap.min.css.map */
/*!
 *  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/Cc/Dexter/en_US/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../../frontend/Cc/Dexter/en_US/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../../frontend/Cc/Dexter/en_US/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../../frontend/Cc/Dexter/en_US/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../../frontend/Cc/Dexter/en_US/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../../frontend/Cc/Dexter/en_US/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"}
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: 25px;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 200px;
    max-width: 900px; 
    max-height: 575px; 
    }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 64.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    opacity: 0;
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


.mfp-preloader {
  width: 40px !important;
  height: 40px;
  background-image: url('../../frontend/Cc/Dexter/en_US/Bss_Quickview/images/loader-1.gif');
  margin: 0 auto;
  z-index: 99999;
  background-repeat: no-repeat;
  background-size: cover;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg) }
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) }
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) }
}
/*
* @Author: Ngo Quang Cuong
* @Date:   2017-07-03 16:29:29
* @Last Modified by:   nquangcuong
* @Last Modified time: 2017-07-03 18:40:05
*/
@media(min-width: 768px) {
    .customer-welcome .customer-name {
        display: block;
        height: 25px;
    }
    .customer-welcome ul.header.links:before {
        right: 5px;
    }
    .customer-welcome ul.header.links:after {
        right: 4px;
    }
}
.customer-welcome .customer-name .avatar-header-links {
    border-radius: 50%;
    height: 25px;
    width: 25px;
}
/*
* @Author: Ngo Quang Cuong
* @Date:   2017-07-04 11:02:13
* @Last Modified by:   nquangcuong
* @Last Modified time: 2017-07-04 11:22:24
*/
.review-item .review-image {
    width: 70px;
    padding: 0px 10px 5px 0px;
    float: left;
}
.review-item .review-image img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}
.review-item .review-infor {
    display: inline-block;
}
.review-item .review-infor .review-title {
    padding: 0px;
    margin: 0px;
    line-height: inherit;
    padding-bottom: 0px;
}
.review-item .review-infor .review-details {
    color: gray;
    padding-bottom: 10px;
    font-size: 13px;
}
.review-item .review-infor .review-details .review-ratings {
    float: inherit;
    padding-bottom: 5px;
    margin: 0px;
}
.review-item .review-infor .review-details .review-ratings .rating-label {
    display: none;
}
.review-item .review-content {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
@media(max-width: 767px) {
    .review-item .review-image {
        width: 60px;
        padding: 0px 10px 5px 0px;
        float: left;
    }
    .review-item .review-image img {
        border-radius: 50%;
        width: 60px;
        height: 60px;
    }
    .review-item .review-infor .review-title {
        font-size: 13px;
    }
    .review-item .review-infor .review-details {
        color: gray;
        padding-bottom: 10px;
        font-size: 12px;
    }
}
/* Stripe Express */
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.box-tocart .action.tocart.payment-request-button
{
    padding: 0;
}

.payment-request-button {
    width: 240px;
}

.payment-request-button.disabled,
.payment-request-button.disabled * {
    pointer-events: none !important;
}

.payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

.payment-request-button.disabled::after {
    position: relative;
    height: 1em;
    width: 1em;
    display: block;
    left: 50%;
    margin-left: -.5em;
    margin-top: -1.2em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../../frontend/Cc/Dexter/en_US/StripeIntegration_Payments/svg/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.catalog-product-view .payment-request-button {
    margin-bottom: 15px;
    margin-right: 1%;
    width: 49%;
}

.stripe-payments-express-minicart {
    margin-top: 15px;
}

.stripe-payments-express-minicart .payment-request-button, .payment-request-button.cart {
    width: 100% !important;
}

.cart-summary .stripe-payments-express-minicart {
    margin-top: 0;
    margin-bottom: 25px;
}
/* Static Page changes 05022020*/


@media (max-width: 767px){

	/*.cms-about .page-wrapper #maincontent .breadcrumbs .item:not(:last-child):after{
		line-height: 25px;
	}*/

	.cms-about .page-wrapper .columns p.full_content{
		font-size: 27.5px !important;
	}

/*Cause Page*/

	.cms-sinisefoundation .page-wrapper .columns .column .section_2{
		margin-bottom: 46.5px;
	}

	.cms-sinisefoundation .page-wrapper .columns .column .section_3{
		margin-bottom: 46.5px;
	}

	.cms-sinisefoundation .page-wrapper .columns .page-title-wrapper .pannel1 p {
		font-size: 15px !important;
		line-height: 25.5px !important;
	}

	.cms-sinisefoundation .page-wrapper .columns .page-title-wrapper .pannel1 a {
		font-size: 15px !important;
		line-height: 25.5px !important;
	}

/*Newsletter Page*/

	.cms-newsletter .page-title-wrapper h1.page-title {
    	margin-bottom: 25px;
	}

/*Home Page*/

	.cms-home-page-sol #maincontent .static-banner-blocks .banner-image .banner-info .banner-content p {
    	margin-top: 0 !important;
	}

	.cms-home-page-sol #maincontent .static-banner-blocks .banner-image img {
    	min-height: 282px !important;
	}
}
div.minprogress {
  border: 1px solid #9984e3;
  height: 18px;
  border-radius: 16px;
  position: relative;
  margin-top: 15px;
}
div.minprogress .minprogress-active {
  position: absolute;
  background-color: #9984e3;
  height: 16px;
  border-radius: 16px;
}
.modal-popup .modal-header
	{
		border-bottom: none !important;
	}
	.modal-popup .modal-content
	{
		border-top: none !important;
	}
	.subscriber-content-wrapper
	{
		font-family: Montserrat-Regular;
	}
	.subscriber-content-wrapper .page-title-custom
	{
		font-family: Montserrat-Bold;
		color: #000;
		font-size: 30px;
		text-transform: uppercase;
		width: 100%;
		margin-top: 65px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 0.67;
		letter-spacing: 0.58px;
	}
	.subscriber-content-wrapper .content-wrapper
	{
		font-size: 18px;
		font-weight: 100;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.8;
		letter-spacing: 0.65px;
		text-align: left;
		color: #707070;
		margin-top: 50px;
	}
	.subscriber-content-wrapper .newsletter-info
	{
		margin-top: 30px;
	}
	.subscriber-content-wrapper a
	{
		color: #234844 !important;
		text-decoration: underline !important;
	}
	.modal-popup .action-close:before
	{
		 color: #000;
		 font-size: 64px;
	}
	.modal-popup button:focus
	{
		outline: 0 !important;
	}
	@media screen and (min-width: 768px) {
		#subscription-success
		{
			max-width: 75%;
			margin: 0 auto;
		}
	}
.cms-about .page-main,
.cms-dex-foundation .page-main {
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: auto !important;
    margin: 0 !important;
}

.cms-about .columns .column.main,
.cms-dex-foundation .columns .column.main {
	padding-bottom: 0px !important;
}

.cms-about .page-main > .page-title-wrapper .page-title,
.cms-dex-foundation .page-main > .page-title-wrapper .page-title {
    margin-bottom: 43px !important;
}

/*

dexter about us static page css starts here

*/

.cms-about .dexter-about-us-content .about-us-wrapper .top-banner-image{
	max-height: 540px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.cms-about .dexter-about-us-content .about-us-wrapper .top-banner-image img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.cms-about .dexter-about-us-content .about-us-wrapper .our-mission-parent .our-mission-head{
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.8px;
    text-align: center;
    color: #878588;
    padding: 68px 0 20px 0;
    text-transform: uppercase;
}

.cms-about .dexter-about-us-content .about-us-wrapper .our-mission-parent .our-mission-content{
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    width: 597px;
    margin: auto;
    padding-bottom: 68px;
}


.cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-one{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

 .cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-two{
    width: 100%;
    padding-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
 }

.cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-one .image-parent{
	width: 50%;
    display: block;
    float: left;
    height: auto;
    overflow: visible;
}

 .cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-two .image-parent{
	width: 50%;
    display: block;
    float: right;
    height: auto;
    overflow: visible;
}

.cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-one .image-parent img,
 .cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-two .image-parent img{
	width: 100%;
    height: auto;
    object-fit: contain;
}

.cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-one .text-content-parent{
	width: 50%;
    display: block;
    float: right;
    min-height: 540px;
    overflow: hidden;
    padding: 55px;
    /*box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);*/
}

 .cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-two .text-content-parent{
	width: 50%;
    display: block;
    float: left;
    min-height: 540px;
    overflow: hidden;
    padding: 55px;
    /*box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);*/
}

.cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-one .text-content-parent .text-content,
.cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-two .text-content-parent .text-content{
	
}

.cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-one .text-content-parent .text-content .text-head,
.cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-two .text-content-parent .text-content .text-head{
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    text-transform: capitalize;
}

.cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-one .text-content-parent .text-content .text-bottom,
.cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-two .text-content-parent .text-content .text-bottom{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #a09995;
    white-space: pre-line;
}


@media screen and (max-width: 1024px) {
    .cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-one {
        display: block;
    }

    .cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-one .image-parent,
     .cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-two .image-parent {
        width: 100%;
    }

    .cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-one .text-content-parent,
    .cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-two .text-content-parent {
        width: 100%;
        min-height: unset;
    }

    .cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-two {
        display: block;
    }

}


@media screen and (max-width: 768px) {
	.cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-one{
		display: block;
	}

	.cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-two{
		display: block;
	}
	

	.cms-about .dexter-about-us-content .about-us-wrapper .top-banner-image {
	    max-height: 336px;
	}

	.cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-one .image-parent,
	.cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-two .image-parent {
	    width: 100%;
	    
	}

	.cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-one .text-content-parent,
	.cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-two .text-content-parent {
	    width: 100%;
	    min-height: unset;
	}
}



@media screen and (max-width: 425px) {

	.cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-one{
		display: block;
	}

	.cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-two{
		display: block;
	}

	.cms-about .dexter-about-us-content .about-us-wrapper .top-banner-image {
	    max-height: 260px;
	}

	.cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-one .image-parent,
	.cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-two .image-parent {
	    width: 100%;
	    
	}

	.cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-one .text-content-parent,
	.cms-about .dexter-about-us-content .about-us-wrapper .image-text-block-parent-two .text-content-parent {
	    width: 100%;
	    padding: 23px;
	    min-height: unset;
	}

	.cms-about .page-main > .page-title-wrapper .page-title {
	    font-size: 22px;
	}

	.cms-about .dexter-about-us-content .about-us-wrapper .our-mission-parent .our-mission-head {
	    font-size: 14px;
	    line-height: 1.21;
	    padding: 38px 0 12px 0;
	}

	.cms-about .dexter-about-us-content .about-us-wrapper .our-mission-parent .our-mission-content {
	    font-size: 26px;
	    line-height: 1.2;
	    padding-bottom: 38px;
	    max-width: 300px;
	}
}

/*

dexter about us static page css ends here

*/







/*

dexter dex foundation static page css starts here

*/

.cms-dex-foundation .dexter-dex-content .dex-wrapper .top-banner-image{
	max-height: 540px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.cms-dex-foundation .dexter-dex-content .dex-wrapper .top-banner-image img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.cms-dex-foundation .dexter-dex-content .dex-wrapper .our-mission-parent .our-mission-head{
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.8px;
    text-align: center;
    color: #878588;
    padding: 68px 0 20px 0;
    text-transform: uppercase;
}

.cms-dex-foundation .dexter-dex-content .dex-wrapper .our-mission-parent .our-mission-content{
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    width: 597px;
    margin: auto;
    padding-bottom: 68px;
}


.cms-dex-foundation .dexter-dex-content .dex-wrapper .image-text-block-parent-one{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cms-dex-foundation .dexter-dex-content .dex-wrapper .image-text-block-parent-one .image-parent{
	width: 50%;
    display: block;
    float: left;
    max-height: 540px;
    overflow: hidden;
}

.cms-dex-foundation .dexter-dex-content .dex-wrapper .image-text-block-parent-one .image-parent img{
	width: 100%;
    height: auto;
    object-fit: contain;
}

.cms-dex-foundation .dexter-dex-content .dex-wrapper .image-text-block-parent-one .text-content-parent{
	width: 50%;
    display: block;
    float: right;
    min-height: 540px;
    overflow: hidden;
    padding: 55px;
    /*box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);*/
}

 .cms-dex-foundation .dexter-dex-content .dex-wrapper .image-text-block-parent-two .text-content-parent{
	width: 50%;
    display: block;
    float: left;
    min-height: 540px;
    overflow: hidden;
    padding: 55px;
    /*box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);*/
}

.cms-dex-foundation .dexter-dex-content .dex-wrapper .image-text-block-parent-one .text-content-parent .text-content{
	
}

.cms-dex-foundation .dexter-dex-content .dex-wrapper .image-text-block-parent-one .text-content-parent .text-content .text-head{
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    text-transform: capitalize;
}

.cms-dex-foundation .dexter-dex-content .dex-wrapper .image-text-block-parent-one .text-content-parent .text-content .text-bottom{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #a09995;
    white-space: pre-line;
}


@media screen and (max-width: 1024px) {

    .cms-dex-foundation .dexter-dex-content .dex-wrapper .image-text-block-parent-one {
        display: block;
    }

    .cms-dex-foundation .dexter-dex-content .dex-wrapper .image-text-block-parent-one .image-parent {
        width: 100%;
        max-height: 540px;
    }

    .cms-dex-foundation .dexter-dex-content .dex-wrapper .image-text-block-parent-one .text-content-parent {
        width: 100%;
        min-height: unset;
    }

}



@media screen and (max-width: 768px) {

	.cms-dex-foundation .dexter-dex-content .dex-wrapper .image-text-block-parent-one{
		display: block;
	}

	.cms-dex-foundation .dexter-dex-content .dex-wrapper .top-banner-image {
	    max-height: 336px;
	}

	.cms-dex-foundation .dexter-dex-content .dex-wrapper .image-text-block-parent-one .image-parent {
	    width: 100%;
	    max-height: 336px;
	}

	.cms-dex-foundation .dexter-dex-content .dex-wrapper .image-text-block-parent-one .text-content-parent {
	    width: 100%;
	    min-height: unset;
	}

}



@media screen and (max-width: 425px) {

	.cms-dex-foundation .dexter-dex-content .dex-wrapper .image-text-block-parent-one{
		display: block;
	}

	.cms-dex-foundation .dexter-dex-content .dex-wrapper .top-banner-image {
	    max-height: 260px;
	}

	.cms-dex-foundation .dexter-dex-content .dex-wrapper .image-text-block-parent-one .image-parent {
	    width: 100%;
	    max-height: 260px;
	}

	.cms-dex-foundation .dexter-dex-content .dex-wrapper .image-text-block-parent-one .text-content-parent {
	    width: 100%;
	    padding: 23px;
	    min-height: unset;
	}

	.cms-dex-foundation .page-main > .page-title-wrapper .page-title {
	    font-size: 22px;
	}

	.cms-dex-foundation .dexter-dex-content .dex-wrapper .our-mission-parent .our-mission-head {
	    font-size: 14px;
	    line-height: 1.21;
	    padding: 38px 0 12px 0;
	}

	.cms-dex-foundation .dexter-dex-content .dex-wrapper .our-mission-parent .our-mission-content {
	    font-size: 26px;
	    line-height: 1.2;
	    padding-bottom: 38px;
	    max-width: 300px;
	}


}

/*

dexter dex foundation static page css ends here

*/




/*below css for other static pages of Dexter*/



@media screen and (-webkit-min-device-pixel-ratio:0) { 
    ::i-block-chrome,::-webkit-input-placeholder {
    }
::i-block-chrome,.cms-newsletter .page-wrapper .columns input.email-input {
   line-height: 0.87 !important;
}
}


.product-item-details .product-add-to-cart .actions-primary .stock.unavailable{
    margin-top: -15px;
    color: #c0392b;
    text-align: left;
}

@media (min-width: 300px) and (max-width: 767px)  {
.product-item-details .product.description.product-item-description {
    margin-top: 10px !important;
}
.page-products .grid .product-basic-info .product-item-name {
    width: 70%;
    float: left;
}
.page-products .grid .product-basic-info .product-swatch-container {
    width: 30% !important;
    float: left;
}
.page-products .grid .product-basic-info .swatch-attribute.pro_color {
    width: 100%;
}
.page-products .grid .product-basic-info .swatch-option.image {
    padding: 13px !important;
}
.page-products .grid .product-basic-info .swatch-attribute-options {
    margin-top: 7px;
}

.cms-home-page-sol #maincontent .featured-product .block-products-list .block-content .product-item .product-basic-info .swatch-attribute {
    display: block;
}
.cms-home-page-sol #maincontent .featured-product .block-products-list .block-content .product-item .product-basic-info {
    position: relative;
}
.cms-home-page-sol #maincontent .featured-product .block-products-list .block-content .product-item .product-item-inner {
    position: absolute;
}


.cms-home-page-sol #maincontent .featured-product .block-products-list .block-content .product-item .product-basic-info .swatch-option.text {
    padding: 5px 12px;
    color: #707070;
    border-color: #a2aaad;
    background-color: #fff !important;
    font-size: 14px;
    height: auto;
}
.product-item .product-item-details .clearfix .swatch-option.image {
    border-radius: 50%;
    padding: 16px;
    background-size: cover !important;
}
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item {
    width: 47%;
    position: relative;
    margin: 3% 0 5%;
    float: left;
}
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .product-item-inner {
    position: absolute;
    top: 34px;
}
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-basic-info {
    position: relative;
}

.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart {
    position: absolute;
}
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart {
    padding: 0;
    width: 100%;
    float: left;
}
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-basic-info {
    padding: 0px;
    text-align: left;
    width: 100%;
    float: left;
    font-size: 17.5px;
    line-height: 29.75px;
}
.product-item-info .product.details.product-item-details::after {
    content: '';
    clear: both;
    display: block;
}


.cms-sinisefoundation .page-wrapper .columns .page-title-wrapper .pannel1 p {
    font-size: 14px !important;
    line-height: 25.5px !important;
}
.cms-sinisefoundation .panel.panel-default.accordionItem.open-acc .august_sec2 a {
    padding: 0 !important;
    line-height: 0 !important;
    color: #1b4946 !important;
    font-size: 14px !important;
}
.cms-sinisefoundation .page-wrapper .columns .column .section_2 {
    margin-bottom: 21.3px !important;
}
.cms-sinisefoundation .page-title-wrapper span.base {
    font-size: 15px !important;
    line-height: 25.5px !important;
}
.cms-sinisefoundation .page-wrapper .columns .column .section_3 {
    margin-bottom: 0.3px !important;
}

.cms-sinisefoundation .page-wrapper .columns .row.align-items-center.pt20.pb20 {
    box-shadow: unset !important;
}
.cms-sinisefoundation .page-wrapper .columns .page-title-wrapper.margin-bottom {
    margin-top: 70px !important;
}
.cms-newsletter .page-wrapper .column.main .container.shipping_page {
    padding: 49px 25px 0px 25px !important;
}
.cms-newsletter .page-title-wrapper h1.page-title {
    margin-bottom: 25px !important;
}
.cms-newsletter .page-wrapper .column.main .container.shipping_page {
    padding-top: 12.5px !important;
}
.cms-newsletter .page-wrapper .container.shipping_page .block.newsletter {
    width: 100% !important;
    margin-bottom: 0px !important;
}
.cms-newsletter .page-wrapper .columns .column.main {
    padding-bottom: 20px !important;
}
.cms-shipping-returns .page-footer {
    margin-top: 0px !important;
}
.cms-faqs .page-footer {
    margin-top: 0px !important;
}
.page-wrapper .page-main .page.messages .messages .message-error.error.message div {
    color: red !important;
}
/*.cms-home-page-sol #maincontent .static-banner-blocks .banner-image .banner-info .banner-content p {
    padding-top: 80px;
}*/
.cms-home-page-sol #maincontent .featured-product .block-products-list .block-content .product-item {
    width: 100%;
    margin: 0 0 30px 0;
}


.cms-sinisefoundation .page-wrapper .columns .row.align-items-center.pt20.pb20 {
    display: flex;
    flex-direction: column;
}
.cms-sinisefoundation .col-lg-6.col-md-6.col-sm-12.col-xs-12.no_padding {
    order: 2;
}
.cms-sinisefoundation .col-lg-6.col-md-6.col-sm-12.col-xs-12.inner_cont {
    order: 1;
}
}



@media (min-width: 768px) and (max-width: 992px){
.page-products .grid .product-basic-info .product-item-name {
    width: 70% !important;
    float: left;
}
.page-products .grid .product-basic-info .product-swatch-container {
    width: 30% !important;
    float: left;
}
.page-products .grid .product-basic-info .swatch-attribute.pro_color {
    width: 100%;
}
.page-products .grid .product-basic-info .swatch-attribute-options {
    margin-top: 7px;
}
.page-products .grid .product-basic-info .swatch-option.image {
    padding: 13px !important;
}
.cms-home-page-sol .product-item .actions-primary button.action.tocart.primary {
    padding: 10px 0 12px 0 !important;
}
.cms-home-page-sol .home-page-content .grid .product-basic-info .swatch-attribute-options {
    margin-top: 7px;
}
.cms-home-page-sol .home-page-content .grid .product-basic-info .swatch-option.image {
    padding: 13.6px 7px !important;
}
.cms-home-page-sol .home-page-content .grid .product-basic-info .product-item-name {
    width: 70%;
    float: left;
}
.cms-home-page-sol .home-page-content .grid .product-basic-info .product-swatch-container {
    width: 30%;
    float: left;
}
.cms-home-page-sol .home-page-content .grid .product-basic-info .swatch-attribute.pro_color {
    width: 100%;
}
.page-layout-1column .product.media {
    width: 100%;
}

.page-layout-1column .product-info-main {
    width: 100%;
}
.columns .column.main {
    display: flex;
    flex-direction: column;
}
.columns .product-info-main {
    order: 2;
}

.cms-sinisefoundation .page-wrapper .columns .container {
    max-width: 100% !important;
}
.cms-newsletter .page-wrapper .columns .container {
    max-width: 100% !important;
}
.cms-shipping-returns .page-wrapper .columns .container1 {
    max-width: 100% !important;
}
.cms-privacy-policy .page-wrapper .columns .container {
    max-width: 100% !important;
}

.cms-subscription-terms-of-use .page-wrapper .page-main .container,
.cms-terms .page-wrapper .page-main .container{
    max-width: 100% !important;
}
.cms-cookie-policy .page-wrapper .columns .container {
    max-width: 100% !important;
}
.cms-faqs .page-wrapper .columns .container1 {
    max-width: 100% !important;
}
.cms-home-page-sol #maincontent .static-banner-blocks .banner-image .banner-info .banner-content p.font-mr {
    padding-top: 2rem !important;
}
.cms-home-page-sol #maincontent .static-banner-blocks .home-static-block {
    padding: 0px;
    margin-top: 4rem;
    background: #000;
    position: relative;
}
.cms-home-page-sol #maincontent .static-banner-blocks .home-static-block .left-block {
    width: 50%;
    float: left;
}
.cms-home-page-sol #maincontent .static-banner-blocks .home-static-block .left-block img {
    width: 100%;
}
.cms-home-page-sol #maincontent .static-banner-blocks .home-static-block .right-block {
    color: #fff;
    background: #000;
    position: relative !important;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    width: 50%;
    float: left;
}
.cms-home-page-sol #maincontent .static-banner-blocks .home-static-block .right-block .right-block-info {
    transform: unset;
    position: relative;
    top: unset;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    right: unset;
    left: unset;
    margin-top: 35px;
    margin-bottom: 35px;
}
.cms-home-page-sol #maincontent .static-banner-blocks .home-static-block .right-block .right-block-info .title {
    font-size: 17.5px !important;
    line-height: 22.75px !important;
}
.cms-home-page-sol #maincontent .static-banner-blocks .home-static-block .right-block .right-block-info p {
    margin-top: 2rem;
    font-size: 14px;
    line-height: 23.8px;
}
.cms-home-page-sol #maincontent .static-banner-blocks .home-static-block .right-block a {
    color: #fff;
    text-decoration: underline;
}
.cms-home-page-sol #maincontent .featured-product .block-products-list .block-content .product-item .product-basic-info .product-item-name .product-item-link {
    font-size: 17.5px !important;
    line-height: 22.75px !important;
}
.cms-home-page-sol #maincontent .featured-product .block-products-list .block-content .product-item .product-basic-info .product-item-description {
    font-size: 14px !important;
    line-height: 23.8px !important;
}
.cms-home-page-sol #maincontent .featured-product .block-products-list .block-content .product-item .product-basic-info .price-final_price .price {
    font-size: 17.5px !important;
}
.cms-home-page-sol #maincontent .featured-product .block-products-list .block-content .product-item .product-add-to-cart button.tocart span {
    font-size: 14px !important;
}


.cms-sinisefoundation .page-title-wrapper span.base {
    font-size: 17.5px !important;
    line-height: 22.75px !important;
}
.cms-sinisefoundation .section_2 p {
    font-size: 14px !important;
    line-height: 23.8px !important;
}
.cms-sinisefoundation .row.section_2 {
    margin-bottom: 42.5px !important;
}
.cms-sinisefoundation .row.section_3 {
    margin-bottom: 46.45px !important;
}
.cms-sinisefoundation .row .inner_cont .content_area h4.sub-title {
    font-size: 17.5px !important;
    line-height: 22.75px !important;
    padding-right: 24.5px !important;
    margin-left: 24.5px !important;
}
.cms-sinisefoundation .row.common .content_area p {
    font-size: 14px !important;
    line-height: 23.8px !important;
    padding-right: 24.5px !important;
    margin-left: 24.5px !important;
}
.cms-sinisefoundation .inner_cont .content_area p {
    font-size: 14px !important;
    line-height: 23.8px !important;
    padding-right: 24.5px !important;
    margin-left: 24.5px !important;
}
.cms-sinisefoundation .page-wrapper .columns .row.align-items-center.pt20.pb20.common {
    margin-bottom: 46.5px !important;
}
.cms-sinisefoundation .page-wrapper .columns .page-title-wrapper .august_sec2 {
    padding-left: 80px !important;
}
.cms-sinisefoundation .page-wrapper .columns .page-title-wrapper .pannel1 .august_sec2 .panel-title p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.cms-sinisefoundation .page-wrapper .columns .row.align-items-center img.second_img {
    height: 425px;
    object-fit: cover;
}
.cms-sinisefoundation .page-wrapper .columns .row.align-items-center img.third_img {
    height: 425px;
    object-fit: cover;
}
.breadcrumbs li.item strong {
    font-size: 13px !important;
}
.catalog-category-view #maincontent .column.main #layered-filter-block-container .filter-options .filter-item-tab .filter-options-title {
    font-size: 14px !important;
}
.page-product-configurable.catalog-product-view .breadcrumbs .item {
    font-size: 13px !important;
}
.catalog-product-view #maincontent .product-info-main .page-title-wrapper .page-title {
    font-size: 17.5px !important;
    line-height: 22.75px !important;
}
.catalog-product-view #maincontent .product-info-main .product-info-price .price-box.price-final_price .price-wrapper .price {
    font-size: 17.5px !important;
    line-height: 22.75px !important;
    vertical-align: top;
}
.catalog-product-view #maincontent .product-info-main .product.attribute.product_descriptor .value {
    font-size: 14px !important;
}
.catalog-product-view #maincontent .product-info-main .product.attribute.overview p.horizontal-space {
    display: none;
}
.catalog-product-view #maincontent .product-info-main .product-add-form .product-options-wrapper .swatch-attribute {
    margin-top: 0 !important;
}
.catalog-product-view #maincontent .product-info-main .product-add-form .box-tocart {
    margin-top: 0 !important;
}
.catalog-product-view #maincontent .product-info-main .product-add-form .swatch-opt {
    margin: 0 0;
}
.cms-newsletter .breadcrumbs .items a {
    font-size: 13px !important;
}
.cms-newsletter .breadcrumbs li.item strong {
    font-size: 13px !important;
}
.cms-newsletter .page-title-wrapper h1.page-title {
    margin-bottom: 25px !important;
}
.cms-newsletter .page-wrapper p.regular-text {
    font-size: 14px !important;
    line-height: 23.8px !important;
}
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-basic-info {
    width: 100%;
}
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart {
    width: 100%;
}
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-attribute-options {
    float: left;
}

.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart .swatch-option.image {
    bottom: 84px;
}
.cms-sinisefoundation .page-wrapper .columns .page-title-wrapper .pannel1 .august_sec2 .panel-title p.vn {
    float: left;
    width: 50%;
}
.cms-sinisefoundation .page-wrapper .columns .page-title-wrapper .pannel1 .august_sec2 .panel-title p.mi {
    float: right;
}

.cms-newsletter .page-wrapper .columns .block.newsletter input {
    padding: 0 0 2px 9px !important;
}
.cms-shipping-returns .page-footer {
    margin-top: 0px !important;
}
footer.page-footer {
    margin-top: 0px !important;
}
.cms-home-page-sol #maincontent .featured-product .block-products-list .block-content .product-item .product-basic-info
{
   margin-top: 0px !important;
}
.cms-home-page-sol #maincontent .featured-product .block-products-list .block-content .product-item .product-basic-info .product-item-name
{
  margin-top: 0px !important;
}
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart #option-label-pro_color-184-item-336 {
    bottom: 40px;
}
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item {
    width: 47%;
    position: relative;
    margin: 3% 0 5%;
    float: left;
}
}



@media (min-width: 993px) and (max-width: 1024px){
.cms-home-page-sol .home-page-content .grid .product-basic-info .swatch-option.image {
    padding: 13.6px 7px !important;
}
.page-products .grid .product-basic-info .product-item-name {
    width: 70% !important;
    float: left;
}
.page-products .grid .product-basic-info .product-swatch-container {
    width: 30% !important;
    float: left;
}
.page-products .grid .product-basic-info .swatch-attribute.pro_color {
    width: 100%;
}
.page-products .grid .product-basic-info .swatch-attribute-options {
    margin-top: 7px;
}
.page-products .grid .product-basic-info .swatch-option.image {
    padding: 13px !important;
}
.cms-home-page-sol .product-item .actions-primary button.action.tocart.primary {
    padding: 10px 0 12px 0 !important;
}
.cms-home-page-sol .home-page-content .grid .product-basic-info .product-item-name {
    width: 70%;
    float: left;
}
.cms-home-page-sol .home-page-content .grid .product-basic-info .product-swatch-container {
    width: 30% ;
    float: left;
}
.cms-home-page-sol .home-page-content .grid .product-basic-info .swatch-attribute.pro_color {
    width: 100%;
}
.page-layout-1column .product.media {
    width: 100%;
}

.page-layout-1column .product-info-main {
    width: 100%;
}
.columns .column.main {
    display: flex;
    flex-direction: column;
}
.columns .product-info-main {
    order: 2;
}
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item {
    width: 47%;
    position: relative;
    margin: 3% 0 5%;
    float: left;
}
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item .product-add-to-cart #option-label-pro_color-184-item-336 {
    bottom: 40px;
}
.cms-home-page-sol #maincontent .featured-product .block-products-list .block-content .product-item .product-basic-info
{
   margin-top: 0px !important;
}

.cms-sinisefoundation .page-wrapper .columns .container {
    max-width: 100% !important;
}
.cms-newsletter .page-wrapper .columns .container {
    max-width: 100% !important;
}
.cms-shipping-returns .page-wrapper .columns .container1 {
    max-width: 100% !important;
}
.cms-privacy-policy .page-wrapper .columns .container {
    max-width: 100% !important;
}
.cms-subscription-terms-of-use .page-wrapper .page-main .container,
.cms-terms .page-wrapper .page-main .container{
    max-width: 100% !important;
}
.cms-cookie-policy .page-wrapper .columns .container {
    max-width: 100% !important;
}
.cms-faqs .page-wrapper .columns .container1 {
    max-width: 100% !important;
}
.cms-sinisefoundation .page-wrapper .columns .row.align-items-center img.second_img {
    height: 425px;
    object-fit: cover;
}
.cms-sinisefoundation .page-wrapper .columns .row.align-items-center img.third_img {
    height: 425px;
    object-fit: cover;
}

.cms-newsletter .page-wrapper .columns .block.newsletter input {
     padding: 0 0 2px 9px !important;
}
.cms-shipping-returns .page-footer {
    margin-top: 0px !important;
}
footer.page-footer {
    margin-top: 0px !important;
}
}





@media (min-width: 1225px){

.cms-about .page-wrapper .header.content {
    max-width: 100% !important;
}

.cms-about .page-wrapper .breadcrumbs {
    max-width: 100% !important;
}

.cms-about .breadcrumbs li strong {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
    color: #b0b0b0;
}

.cms-dex-foundation .page-wrapper .header.content {
    max-width: 100% !important;
}

.cms-dex-foundation .page-wrapper .breadcrumbs {
    max-width: 100% !important;
}

.cms-sinisefoundation .page-wrapper .header.content {
    max-width: 100% !important;
}
.cms-sinisefoundation .page-wrapper .page-main {
    max-width: 100% !important;
}
.cms-sinisefoundation .page-wrapper .breadcrumbs {
    max-width: 100% !important;
}
.cms-sinisefoundation .page-wrapper .columns .container {
    max-width: 100% !important;
}

.cms-newsletter .page-wrapper .header.content {
    max-width: 100% !important;
}
.cms-newsletter .page-wrapper .page-main {
    max-width: 100% !important;
}
.cms-newsletter .page-wrapper .breadcrumbs {
    max-width: 100% !important;
}
.cms-newsletter .page-wrapper .columns .container {
    max-width: 100% !important;
}

.cms-shipping-returns .page-wrapper .header.content {
    max-width: 100% !important;
}
.cms-shipping-returns .page-wrapper .page-main {
    max-width: 100% !important;
}
.cms-shipping-returns .page-wrapper .breadcrumbs {
    max-width: 100% !important;
}
.cms-shipping-returns .page-wrapper .columns .container1 {
    max-width: 100% !important;
}

.cms-home-page-dexter .page-wrapper .header.content {
    max-width: 100%  !important;
    padding: 21px 60px;
}

.cms-privacy-policy .page-wrapper .header.content {
    max-width: 100%  !important;
}

.cms-privacy-policy .page-wrapper .page-main {
    max-width: 100% !important;
}
.cms-privacy-policy .page-wrapper .breadcrumbs {
    max-width: 100% !important;
}

.cms-privacy-policy .breadcrumbs li strong {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
    color: #b0b0b0;
}

.cms-privacy-policy .page-wrapper .columns .container {
    max-width: 100% !important;
}

.cms-subscription-terms-of-use .page-wrapper .header.content,
.cms-terms .page-wrapper .header.content {
    max-width: 100% !important;
}
.cms-subscription-terms-of-use .page-wrapper .page-main,
.cms-terms .page-wrapper .page-main {
    max-width: 100% !important;
}
.cms-subscription-terms-of-use .page-wrapper .breadcrumbs,
.cms-terms .page-wrapper .breadcrumbs {
    max-width: 100% !important;
}
.cms-subscription-terms-of-use .page-wrapper .page-main .container,
.cms-terms .page-wrapper .page-main .container{
    max-width: 100% !important;
}

.cms-cookie-policy .page-wrapper .header.content {
    max-width: 100% !important;
}
.cms-cookie-policy .page-wrapper .page-main {
    max-width: 100% !important;
}
.cms-cookie-policy .page-wrapper .breadcrumbs {
    max-width: 100% !important;
}
.cms-cookie-policy .page-wrapper .columns .container {
    max-width: 100% !important;
}

.cms-faqs .page-wrapper .header.content {
    max-width: 100% !important;
}
.cms-faqs .page-wrapper .page-main {
    max-width: 100% !important;
}
.cms-faqs .page-wrapper .breadcrumbs {
    max-width: 100% !important;
}
.cms-faqs .page-wrapper .columns .container1 {
    max-width: 100% !important;
}
.page-with-filter .page-wrapper .header.content
{
    max-width: 100% !important;
}
.page-with-filter .page-wrapper .page-main {
    max-width: 100% !important;
}
}


.page-products .filter-content-container .filter-options-content {
    margin: 0 !important;
}
.catalog-category-view #maincontent .column.main #layer-product-list .products-grid .product-item {
    width: 47%;
    position: relative;
    margin: 3% 0 5%;
    float: left;
}

.open-acc .accordionItemContent
{
    -webkit-transition: none !important;
    transition: none !important;
}

.panel.panel-default.accordionItem.open-acc {
    border-bottom: 1px solid #ccc;
    margin: 0px 63px;
}
.panel.panel-default.accordionItem.open-acc >div{
    border: none;
}
.cms-shipping-returns .page-wrapper .columns .open-acc a i.more-less.fa.fa-angle-down:before {
    content: '-';
    font-size: 40px;
}
.cms-shipping-returns .page-wrapper .panel.panel-default.accordionItem:last-child >div {
    border: none;
}
.panel.panel-default.accordionItem.open-acc:last-child {
    border: none;
}

.cms-subscription-terms-of-use .page-wrapper .page-main li.regular-text2,
.cms-terms .page-wrapper .page-main li.regular-text2 {
    margin-left: 66px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
    margin: 0px 47px 0px 46px;
}

.cms-subscription-terms-of-use .page-wrapper .page-main strong.bold,
.cms-terms .page-wrapper .page-main strong.bold{
    color: #000000;
}
.cms-sinisefoundation .col-lg-6.col-md-6.col-sm-12.col-xs-12.no_padding 
{
    padding: 0px !important;
}
.cms-about .page-wrapper .columns .row.align-items-center.pt20.pb20.common .col-lg-6.col-md-6.col-sm-12.col-xs-12.no_padding 
{
    padding: 0px !important;
}

.cms-shipping-returns .page-wrapper .columns .open-acc a i.more-less.fa.fa-angle-down 
{
    transform: rotate(180deg);
    color:#000000;
}
.cms-shipping-returns .page-wrapper .columns .open-acc h4.panel-title a
{
    color:#000000;
}
.cms-privacy-policy .columns .shipping_page p.regular-text.contacting-text {
    line-height: 25px !important;
}
.cms-newsletter .page-wrapper .columns .check-box span 
{
    vertical-align: middle;
   font-size: 17.5px;
}
.cms-sinisefoundation .page-wrapper .columns .row.pt20.pb20.common 
{
    margin-bottom: 92.9px;
    box-shadow: 3px 3px 6px 0 rgba(145, 145, 145, 0.16);
}

.cms-sinisefoundation .page-wrapper main#maincontent 
{
    padding-top: 18px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}
.cms-newsletter .page-wrapper main#maincontent 
{
    padding-top:18px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}

.cms-about .page-wrapper main#maincontent 
{
    padding-top: 18px;
    padding-left: 0px;
    padding-right: 0px;
}
.cms-dex-foundation .page-wrapper main#maincontent 
{
    padding-top: 18px;
    padding-left: 0px;
    padding-right: 0px;
}
.cms-shipping-returns .page-wrapper main#maincontent 
{
    padding-top: 18px;
    padding-left: 0px;
    padding-right: 0px;
}
.cms-privacy-policy .page-wrapper main#maincontent 
{
    padding-top: 18px;
    padding-left: 0;
    padding-right: 0;
}

.cms-subscription-terms-of-use .page-wrapper main#maincontent, 
.cms-terms .page-wrapper main#maincontent 
{
    padding-top: 18px;
    padding-left: 0;
    padding-right: 0;
}
.cms-cookie-policy .page-wrapper main#maincontent 
{
    padding-top: 18px;
    padding-left: 0px;
    padding-right: 0px;
}
.cms-cookie-policy .page-wrapper .breadcrumbs 
{
    margin-bottom: 23px;
}

.cms-cookie-policy .breadcrumbs li strong {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
    color: #b0b0b0;
}

.cms-cookie-policy  .page-wrapper .page-title-wrapper h1.page-title 
{
    margin-bottom:23px;
}

.cms-subscription-terms-of-use .page-wrapper .breadcrumbs, 
.cms-terms .page-wrapper .breadcrumbs 
{
    margin-bottom: 23px;
}

.cms-subscription-terms-of-use .page-wrapper .page-title-wrapper h1.page-title,
.cms-terms .page-wrapper .page-title-wrapper h1.page-title 
{
    margin-bottom:43px;
}
.cms-privacy-policy .page-wrapper .breadcrumbs 
{
    margin-bottom:23px;
}

.cms-privacy-policy .breadcrumbs li strong {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
    color: #b0b0b0;
}
.cms-privacy-policy .page-wrapper .page-title-wrapper h1.page-title 
{
    margin-bottom: 43px;
}

.cms-sinisefoundation .page-wrapper h1.page-title 
{
    margin-bottom: 34px;
}
.cms-newsletter .page-wrapper .breadcrumbs 
{
    margin-bottom: 23px;
}
.cms-newsletter .page-title-wrapper  h1.page-title 
{
    margin-bottom: 50px;
}
.cms-sinisefoundation .page-wrapper .breadcrumbs 
{
    margin-bottom: 23px;
}

.cms-newsletter .page-wrapper .columns a.btnsub:hover 
{
    background: #234844 !important;
    color: #fff !important;
}
.cms-cookie-policy .panel-heading thead
{
    font-size: 22.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.cms-cookie-policy .panel-heading tbody {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
}
.cms-newsletter .columns .page-wrapper input[type="checkbox"]
 {
    width: 19px;
    height: 19px;
    border: solid 1px var(--brownish-grey);
    background-color: var(--white);
}

.cms-newsletter .columns .page-wrapper p.check-box 
{
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: left;
    color: #234844;
}
.cms-newsletter  .page-wrapper .columns input.email-input 
{
    width: 353.3px;
    height: 45px;
    border: solid 1px #707070;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.97;
    letter-spacing: 0.48px;
    color: #234844;
   margin-bottom: 10px;
}


.cms-newsletter  .page-wrapper .columns a.btnsub 
    {
    border: solid 2px #234844;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.97;
    letter-spacing: 0.48px;
    text-align: center;
    color: #1B4946;
    padding: 9px 9px 11px 9px;
    margin-left: 14px;
    text-decoration: none;
}
.cms-newsletter .page-wrapper p.regular-text {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: left;
    color: #707070 ;
}
.cms-newsletter .breadcrumbs .items > li 
{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #b0b0b0 ;
}

.cms-about .page-wrapper .breadcrumbs .items li.item a
{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #b0b0b0 ;
    margin-left: 41px;
}

.cms-dex-foundation .page-wrapper .breadcrumbs .items li.item a
{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #b0b0b0 ;
    margin-left: 41px;
}

.cms-about h1.page-title span.base
{
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    text-transform: capitalize;
    margin-left: 62px;
    font-family: ProximaNova-Extrabld;
}

.cms-dex-foundation h1.page-title span.base
{
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    text-transform: capitalize;
    margin-left: 62px;
    font-family: ProximaNova-Extrabld;
}

.cms-about .page-wrapper .breadcrumbs 
{
    margin-bottom: 23px;
}

.cms-dex-foundation .page-wrapper .breadcrumbs 
{
    margin-bottom: 23px;
}

.cms-dex-foundation .breadcrumbs li strong {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
    color: #b0b0b0;
}

.cms-shipping-returns .columns .panel-body {
    font-size: 17.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 29.75px;
    letter-spacing: normal;
    text-align: left;
    color: #707070 ;
}
.cms-shipping-returns .shipping_page_custompage .panel-title > a 
{
    display: block;
    padding: 16px 0px;
    text-decoration: none;
    font-size: 17.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 29.75px;
    letter-spacing: 0.45px;
    text-align: left;
    color: #707070;
}
.cms-shipping-returns .shipping_page_custompage .panel-title > a.collapsed
{
    display: block;
    padding: 16px 0px;
    text-decoration: none;
    font-size: 17.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 29.75px;
    letter-spacing: 0.45px;
    text-align: left;
    color: #707070;
}
.cms-shipping-returns .page-wrapper .breadcrumbs .items li.item a
{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #b0b0b0 ;
    margin-left: 41px;
}

.cms-shipping-returns .breadcrumbs li strong {
    font-size: 14px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px !important;
    letter-spacing: normal;
    text-align: left;
    color: #b0b0b0;
}

.cms-shipping-returns .page-wrapper .breadcrumbs 
{
    margin-bottom: 23px;
}
.cms-shipping-returns h1.page-title span.base
{
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    text-transform: capitalize;
    margin-left: 62px;
    font-family: ProximaNova-Extrabld;
}

.cms-privacy-policy h1.page-title span.base
{
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    text-transform: capitalize;
    margin-left: 62px;
    font-family: ProximaNova-Extrabld;
}

.cms-cookie-policy h1.page-title span.base
{
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    text-transform: capitalize;
    margin-left: 62px;
    font-family: ProximaNova-Extrabld;
}

.cms-subscription-terms-of-use .breadcrumbs li strong,
.cms-terms .breadcrumbs li strong {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
    color: #b0b0b0;
}

.cms-subscription-terms-of-use h1.page-title span.base,
.cms-terms h1.page-title span.base
{
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    text-transform: capitalize;
    margin-left: 62px;
    font-family: ProximaNova-Extrabld;
}

.cms-subscription-terms-of-use .panel-heading p.bold-text.red-text,
.cms-terms .panel-heading p.bold-text.red-text
{
    font-size: 22.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: left;
    color: red;
}
.cms-privacy-policy .breadcrumbs a
{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color:#b0b0b0 ;
    margin-left: 41px;
}

.cms-subscription-terms-of-use .breadcrumbs li.item.cms_page,
.cms-terms .breadcrumbs li.item.cms_page 
{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #b0b0b0 ;
    
}
.cms-sinisefoundation .inner_cont .content_area p 
{
    font-size: 17.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 29.75px;
    letter-spacing: 0.29px;
    text-align: left;
    color: #707070;
    padding-right: 49px;
    margin-left:49px;
}
.cms-sinisefoundation .row.common .content_area p 
{
    font-size: 17.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0.29px;
    text-align: left;
    color: #707070 ;
    padding-right: 49px;
    margin-left:49px;
}


.cms-sinisefoundation .breadcrumbs .items a 
{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #b0b0b0 ;
    margin-left: 41px;
}

.breadcrumbs .item:not(:last-child):after{
color:#707070;
vertical-align: middle;
}
.cms-sinisefoundation .breadcrumbs li.item.cms_page 
{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color:#b0b0b0 ;
}
.cms-sinisefoundation .section_2 p 
{
    font-size: 17.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 29.75px;
    letter-spacing: normal;
    text-align: left;
   margin: 0px 47px;
   color: #707070 ;
}
.cms-sinisefoundation .page-title-wrapper span.base
{
    font-size: 22.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 29.75px;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-left: 62px;
}
.cms-sinisefoundation .row.section_3 
{
    margin-bottom: 92.9px;
}
.cms-sinisefoundation .row.common .content_area h4.sub-title 
{
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: 1.02px;
    text-align: left;
    color: #000000;
    margin-bottom: 20px;
}
.cms-sinisefoundation .page-wrapper .columns .row.align-items-center.pt20.pb20 
{
    margin-bottom: 93px;
    box-shadow:3px 0px 5px 0 rgba(145, 145, 145, 0.46);
}
.cms-sinisefoundation .row .inner_cont 
{
    //padding: 25px;
}
.cms-sinisefoundation .row .inner_cont .content_area h4.sub-title
{
    font-size: 22.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 29.75px;
    letter-spacing: 1.02px;
    text-align: left;
    color: #000000;
    margin-bottom: 20px;
    margin-left:49px;
}
.cms-sinisefoundation .column main .container .content_area p 
{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: 0.29px;
    text-align: left;
   color: var(--brownish-grey);
}

.cms-sinisefoundation .row .inner_cont .content_area p.sub-title
{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: 0.29px;
    text-align: left;
    color: #707070;
}
.cms-sinisefoundation .row.section_2
{
    margin-bottom: 85px;
}

.cms-privacy-policy .page-title-wrapper span.base 
{
    font-size: 22.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 29.75px;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-left: 62px;
    text-transform: uppercase;
}
.cms-privacy-policy .columns .shipping_page p.bold-text 
{
    font-size: 17.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 29.75px;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin: 0px 47px;
    
}
.cms-privacy-policy .columns .shipping_page p.regular-text 
{
    font-size: 17.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 29.75px;
    letter-spacing: normal;
    text-align: left;
    color:#707070;
    margin: 0px 47px;
}
.cms-privacy-policy .columns .shipping_page .panel-heading ul 
{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: left;
    color:#707070;
    padding: 0px;
    list-style-type: none;

}

.cms-subscription-terms-of-use .page-title-wrapper span.base,
.cms-terms .page-title-wrapper span.base 
{
    font-size: 22.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 29.75px;
    letter-spacing: normal;
    color: #000000;
    text-align: left;
    text-transform: uppercase;
    margin-left: 62px;
}

.cms-subscription-terms-of-use .items a,
.cms-terms .items a 
{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    margin-left: 41px;
    color: #b0b0b0 ;
}
.cms-privacy-policy .breadcrumbs  li.item.cms_page 
{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color:#b0b0b0 ;
}

.cms-subscription-terms-of-use .panel-heading p.bold-text,
.cms-terms .panel-heading p.bold-text 
{
   font-size: 22.5px;
  font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: left;
    color:#000000;
}

.cms-subscription-terms-of-use .panel-heading p.regular-text,
.cms-terms .panel-heading p.regular-text
{
    font-size: 15px;
}

.cms-subscription-terms-of-use .panel-heading ul,
.cms-terms .panel-heading ul 
{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: left;
    color: #707070 ;
    padding: 0px;
}
.cms-cookie-policy .breadcrumbs a 
{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #b0b0b0 ;
    margin-left:41px;
}
.cms-cookie-policy .breadcrumbs li.item.cms_page 
{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
    color: #b0b0b0 ;
}
.cms-cookie-policy .page-title-wrapper span.base 
{
    font-size: 22.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
    margin-left: 62px;
}
.cms-cookie-policy .panel-heading p.bold-text 
{
    font-size: 17.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: left;
    color:#000000;
    margin: 0px 47px;
    margin-bottom: 20px;
}
.cms-newsletter .page-title-wrapper span.base 
{
    font-size: 22.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 29.75px;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-left:62px;
}
.cms-newsletter .breadcrumbs .items a 
{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #b0b0b0 ;
    margin-left: 41px;
}

.cms-subscription-terms-of-use .page-wrapper .page-main p.regular-text,
.cms-terms .page-wrapper .page-main p.regular-text 
{
   font-size: 17.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 29.75px;
    letter-spacing: normal;
    text-align: left;
    color: #707070 ;
   margin: 0px 47px;
}
.cms-cookie-policy .page-wrapper .page-main p.regular-text 
{
   font-size: 17.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: left;
    color: #707070 ;
    margin: 0px 47px;
}
.cms-cookie-policy .page-wrapper .table-responsive.table-color 
{
    font-size: 16px;
    padding: 0px 47px;
}
.cms-cookie-policy .panel-heading ul 
{
   font-size: 17.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: left;
    color: #707070 ;
    padding: 0px;
    list-style-type: none;
    margin: 0px 47px;
}

 .shipping_page_custompage .panel-group .panel 
{
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
 }
    
.shipping_page_custompage .panel-default > .panel-heading 
{
        padding: 0;
        border-radius: 0;
        color: #212121;
        border-color: #EEEEEE;
        border-bottom: 1px solid #ccc;
                margin-bottom: 8px;
                margin: 0px 63px;
}

    .shipping_page_custompage .panel-title 
{
        font-size: 14px;
}

.shipping_page_custompage .panel-title > a 
{
        display: block;
        padding: 16px 0px;
        text-decoration: none;
        font-size: 14.5px;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.24;
        letter-spacing: 0.45px;
        text-align: left;
        color: #707070;
}

.shipping_page_custompage .more-less
{
        float: right;
        color: #212121;
}

.shipping_page_custompage .panel-default > .panel-heading + .panel-collapse > .panel-body 
{
        border-top-color: #EEEEEE;
}
.shipping_page_custompage .container.shipping_page h3.sub-title_2
 {
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        color: #000000;
        font-family: ProximaNova-Bold;
        margin: 15px 0px;
}
.shipping_page_custompage .more-less 
{
    float: right;
    color: #bababa;
    font-size: 22px;
}
.shipping_page_custompage .panel-heading.noborder 
{
    border-bottom: none;
}
.shipping_page_custompage .panel-collapse.collapse.show.bdr 
{
    border-bottom: 1px solid #ccc;
    padding: 10px 0px 20px 0px;
}
.cms-newsletter .page-wrapper .columns input.email-input::placeholder
{
    font-style: normal;
}
.cms-newsletter .page-wrapper .columns input.email-input:focus 
{
    box-shadow: none !important;
}
.full-width{
    width: 100vw;
   /* margin-left: calc(-50vw + 50% - 11px); */
    margin-left: 0px;
    position: relative;
}

.cms-newsletter .page-wrapper .column.main .container.shipping_page 
{
    padding: 49px 61px 61px 61px;
}
.cms-newsletter .page-wrapper .column.main .container.shipping_page label 
{
    margin-left: 2px !important;
}
.cms-newsletter .page-wrapper  .column.main .container.shipping_page button.action.subscribe.primary.btnsub 
{
    margin-left: 2px !important;
}
.cms-privacy-policy .columns .shipping_page p.regular-text strong
{
    color: #000000;
}

.cms-subscription-terms-of-use .panel-heading li.bold-text,
.cms-terms .panel-heading li.bold-text {
    font-size: 17.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 29.75px;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin:0px 47px 0px 42px;
}

.cms-subscription-terms-of-use .page-wrapper .page-main li.regular-text,
.cms-terms .page-wrapper .page-main li.regular-text {
    font-size: 17.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 29.75px;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
    margin: 0px 47px 0px 25px;

}
.cms-privacy-policy a.support_mail {
    color: #1B4946;
}
.cms-privacy-policy .column.main {
    margin-bottom: 200px;
}

.cms-subscription-terms-of-use .column.main,
.cms-terms .column.main {
    margin-bottom: 200px;
}
.cms-shipping-returns .page-footer {
    margin-top: 200px;
}.cms-newsletter .page-wrapper .container.shipping_page .block.newsletter 
{
    width: 100% !important;
}
.cms-newsletter button.btnsub 
{
   font-size: 16px;
    color: #1B4946;
    border-radius: 0px;
    letter-spacing: 0.51px;
    background-color: #fff;
    border: 2px solid #1B4946;
    padding: 10px 20px 9.5px 20px;
    margin-bottom: 3px;
    margin-left:17px;
}
.cms-cookie-policy .breadcrumbs li.item.home {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #b0b0b0;
}
.cms-faqs .page-wrapper main#maincontent {
    padding-top: 18px;
    padding-left: 0px;
    padding-right: 0px;
}
.cms-faqs .page-wrapper .breadcrumbs {
    margin-bottom: 23px;
}
.cms-faqs .page-wrapper .breadcrumbs .items li.item a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #b0b0b0;
    vertical-align: top;
    margin-left: 41px;
}
.cms-faqs .page-wrapper .breadcrumbs .items li.item.cms_page strong {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #b0b0b0;
}
.cms-faqs h1.page-title span.base {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    text-transform: capitalize;
    margin-left: 62px;
    font-family: ProximaNova-Extrabld;
}
.cms-faqs .page-wrapper .columns .open-acc h4.panel-title a {
    color: #000000;
}
.cms-faqs .columns .panel-body {
    font-size: 17.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 29.75px;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
}
.cms-faqs .shipping_page_custompage .panel-title > a {
    display: block;
    padding: 16px 0px;
    text-decoration: none;
    font-size: 17.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 29.75px;
    letter-spacing: 0.45px;
    text-align: left;
    color: #707070;
}
.cms-faqs .page-wrapper .columns .open-acc a i.more-less.fa.fa-angle-down {
    transform: rotate(180deg);
    color: #000000;
}
.cms-faqs .page-wrapper .columns .open-acc a i.more-less.fa.fa-angle-down:before {
    content: '-';
    font-size: 40px;
}
.cms-faqs .page-wrapper .panel.panel-default.accordionItem:last-child >div {
    border: none;
}
.cms-faqs .page-footer {
    margin-top: 205px;
}
.cms-newsletter .page-wrapper .column.main .container.shipping_page input#accept_terms_and_conditions_cms {
    top: 1px !important;
}
.cms-newsletter .page-wrapper .columns input.email-input {
    border: 2px solid #707070 !important;
}
.shipping_page_custompage .open-acc > .panel-heading {
    margin: 0;
}

.cms-subscription-terms-of-use .page-wrapper .page-main p.regular-text3,
.cms-terms .page-wrapper .page-main p.regular-text3 {
    font-size: 17.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 29.75px;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
    margin: 0px 47px 0px 20px;
}
.cms-cookie-policy .page-wrapper .page-title-wrapper h1.page-title {
    margin-bottom: 43px !important;
}
.cms-cookie-policy .page-wrapper .page-main th {
    font-size: 17.5px;
}
.cms-cookie-policy .page-wrapper .page-main td {
    font-size: 17.5px;
}
.cms-sinisefoundation .page-wrapper .columns  .page-title-wrapper .pannel1::after {
    content: '';
    clear: both;
    display: block;
}
.cms-sinisefoundation .page-wrapper .columns .page-title-wrapper .august_sec1 {
    float: left;
    width: 40%;
}
.cms-sinisefoundation .page-wrapper .columns .page-title-wrapper .august_sec2 {
    float: left;
    width: 60%;
}
.cms-sinisefoundation .page-wrapper .columns .page-title-wrapper .pannel1 p {
    display: block;
    padding: 16px 0px;
    text-decoration: none;
    font-size: 17.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 29.75px;
    letter-spacing: 0.45px;
    text-align: left;
    color: #707070;
}
.cms-sinisefoundation .page-wrapper .columns .page-title-wrapper .pannel1 a{
    padding: 16px 0px;
    text-decoration: none;
    font-size: 17.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 29.75px;
    letter-spacing: 0.45px;
    color: #1b4946;
    /*margin-left: 71%;*/
margin-left: 0%;
}
.cms-sinisefoundation .page-wrapper .columns .page-title-wrapper.margin-bottom {
    margin-bottom: 40px;
}
.shipping_page_custompage h4.panel-title {
    margin-top: 10px;
}
@media(max-width:1399px) and (min-width:768px){
.cms-faqs .page-title-wrapper, .shipping_page_custompage .page-title-wrapper
	{
		padding-left: 85px;
		padding-right: 85px;
	}
.shipping_page_custompage .panel-default > .panel-heading
	{
		padding-left: 85px;
		padding-right: 85px;
	}
.shipping_page_custompage .open-acc > .panel-heading
	{
		padding-left: 85px;
		padding-right: 85px;
	}
.panel.panel-default.accordionItem.open-acc
	{
		margin-right: 85px;
	}
.cms-faqs .columns .panel-body
	{
		padding-left: 85px;
	}
}
