
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}


input:disabled {
  background: #dcdcdc;
}

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

.mt-4,
.my-4 {
  margin-top: 14px !important;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

figure {
  margin: 0;
}


.img-responsive {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border-radius: 20px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}


[role="button"] {
  cursor: pointer;
}

h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #888;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #000;

}

h1 small {
  white-space: nowrap;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%
}

.h2 {
  font-size: 24px;
}

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

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-sm-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-lg-5,
.col-xs-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-7,
  .col-sm-8,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }

}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-4,
  .col-md-6,
  .col-md-8,
  .col-md-10,
  .col-md-11 {
    float: left;
  }

  .header-wrapper .navbar-default {
    min-height: 37px;
    max-height: 37px;
    width: 100%;
  }

  .header-wrapper .navbar-default>nav {
    max-width: 1620px;
    margin: 0 auto;
    width: 100%;
  }

}

.form-control {
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus {
  cursor: not-allowed;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: transparent;
  border-color: #ccc;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #5f5f5f;
  border-color: #1c6fae;
}

.btn-secondary {
  background-color: transparent;
  border: 1px solid #ccc;
}

.node-add-artwork.btn-primary {
  background-color: #494949;
}

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

.h-title {
  font-size: 20px;
  font-weight: 600;
  color: #474747;
}


.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.node-unpublished {
  background: #ffe5e9;
}

.messages>div {
  display: flex;
  align-items: center;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 2px solid transparent;
  border-radius: 4px;
  min-height: 63px;
  border-left: 10px solid;
}

.info-icon {
  font-size: 20px;
  margin: 0 12px 0px 8px;
}

.alert-danger .info-icon {
  color: red;
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

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

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  border-color: #ca3030;
  color: #666666;
  border-left-color: #ca3030;
}

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

.alert-info .alert-link {
  color: #245269;
}

.alert-info .alert-message-content {
  width: 100%;
}

.alert-message-content {
  display: table-cell;
  vertical-align: middle;
}

.alert-message-content p {
  margin-top: 5px;
}

.alert-info .alert-message-content .addmore {
  float: right;
  font-weight: bold;
  color: #232323;
}

.alert-warning {
  border-color: #FFAF38;
  color: #666666;
  border-left-color: orange;
}

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

.alert-warning .alert-link {
  color: #4d4d4d;
}

.alert-danger {
  border-color: #ff1c1c;
  color: #666666;
  border-left-color: #ff1c1c;
}

.alert-danger .glyphicon {
  color: #ff1c1c;
}

/* -------------------------------------*/
/* -------------------------------------*/
/* -  SLIDE OUT NAVIGATION FOR MOBILE - */
/* -------------------------------------*/
/* -------------------------------------*/
/* -------------Primary style---------- */
/* -------------------------------------*/





.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.popover.fade.in {
  opacity: 1
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.collapse {
  display: none
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.dropup,
.dropdown {
  position: relative
}

.dropdown-menu {
  position: absolute;
  top: 37px;
  left: 0px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box;
  white-space: nowrap
}

#menu-primary-navigation-mobile .dropdown.open .dropdown-menu {
  position: static;
  width: 100%;
  background-color: transparent;
}

#menu-primary-navigation-mobile .second-level-parent .fa-arrow-circle-right {
  display: none;
}

.navi_link_elem a[href="/shop-brand"] {
  color: #2464c6 !important;
}

span#enable-contact-inputs,
span#enable-address-inputs {
  background: grey;
  border-radius: 3px;
  padding: 3px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-key:before {
  content: "\f084";
}

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

.fa-caret-down:before {
  content: "\f0d7";
}

.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  border: 3px solid #adadad;
  border-radius: 12px;
}

.open>.dropdown-menu {
  display: block
}

.btn .caret {
  margin-left: 1px
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle
}

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

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}


.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px;
  height: 48px
}

.nav-tabs.nav>li>a:hover,
.nav-tabs.nav>li>a:focus {
  text-decoration: none;
}


.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #232323;
  background-color: #fff;
  cursor: default
}

.product-image.MagicToolboxContainer,
.field.field-product-image {
  float: left;
  width: 100%;
}

.custom-modal .product-image-box {
  width: 90px;
  height: 105px;
  text-align: center;
}

.custom-modal .attr-name-center {
  display: block;
  width: auto;
  text-align: center;
  font-weight: normal;
  padding: 3px;
  font-size: 1rem;
  white-space: initial;
  text-align: center;
  line-height: inherit;
  color: #333;
}

.custom-modal .dropdown-menu .active .attr-name-center,
.custom-modal .dropdown-menu .active.selected .attr-name-center {
  color: #333;
}

#modal-anonymous-address {
  overflow: scroll;
}

@media screen and (max-width: 767px) {


  .dark-mode .header.navbar-default .navbar-toggle .fa-bars {
    transform: scale(1.5, 1);
  }

  .dark-mode #header-user-links .navbar-nav a.user-account-link {
    display: inline-block;
  }

}


.search-modal-active .custom-modal-header .close {
  display: inline-block;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333;
  background-color: transparent
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #d6d6d6
}


.list-group {
  margin-bottom: 20px;
  padding-left: 0
}



.close {
  filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
}

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

.modal-open {
  overflow: hidden;
}

body #modal-add-cart .h-msg {
  color: #474747;
  font-size: 16px;
  margin-bottom: 24px;
}

i.fa.fa-solid.fa-check-square {
  color: #007494;
}

h3.modal-title {
  font-size: 29px;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.modal-backdrop-product,
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop-product.fade,
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop-product.in,
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}


.search-modal-active .custom-modal .close {
  position: absolute;
  top: 3px;
  right: 10px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  min-width: 100px;
  padding: 1px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  max-width: 100%;
  z-index: 9990;
}

.popover.top {
  margin-top: -10px
}


.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  color: #131921;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0
}

.popover-content {
  padding: 10px;
  max-width: 550px;
  color: #000;
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.popover>.arrow {
  border-width: 11px
}

.popover>.arrow:after {
  border-width: 10px;
  content: ""
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  bottom: -11px
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff
}

.modal-content {
  pointer-events: auto;
}


.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.navbar-header:before,
.navbar-header:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table
}

.dl-horizontal dd:after,
.container:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.navbar-header:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: #474747;
  text-align: center;
}


.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}


.pull-left {
  float: left !important
}


.visible-md,
.visible-lg {
  display: none
}

.clear {
  clear: both
}

h1,
h2 {
  margin: 0 0 5px 0
}

.fa-2x {
  font-size: 22px !important
}

#menu-primary-navigation .dropdown .dropdown-menu a {
  background: transparent
}

.navbar-default #menu-primary-navigation .dropdown.navbar-shop-color .dropdown-menu {
  width: 500px;
}



.navbar-default #menu-primary-navigation .dropdown.navbar-shop-color .dropdown-menu ul {
  padding-left: 0;
  margin-top: 10px;
}

.navbar-default #menu-primary-navigation .dropdown.navbar-shop-color .dropdown-menu ul li {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  list-style: none;
  padding: 0;
}

#menu-primary-navigation .dropdown.navbar-shop-color .dropdown-menu a {
  display: block;
  float: left;
  width: 100%;
  padding: 0 6px;
  clear: both;
}

.circle-container {
  border: 1px solid #aeaeae;
  width: 28px;
  border-radius: 50%;
  height: 28px;
  text-align: center;
  padding-left: 3px;
  padding-top: 0px;
  float: left;
  margin-right: 5px;
  margin-top: 10px;
}

.navbar-shop-color .circle-container {
  margin-top: 2px;
}

.faceted-search-color-category {
  margin: 3px 6px 3px 0;
  border: 1px solid #8282827a;
  float: left;
  height: 20px;
  width: 20px;
  display: block;
  border-radius: 50%;
}

a#contact-mobile {
  color: #131921;
  font-size: 20px;
  position: relative;
  top: 3px
}

.field-product-info-tabs li {
  font-size: 18px;
}

.node-type-product .active a.bstyle-blk.bold-txt {
  border: 1px solid darkgrey !important;
  border-bottom: #fff !important;
}

.node-type-product .field-product-info-tabs .nav-tabs li {
  font-size: 15px;
}

.color-sel-wrap .btn {
  border-radius: 0;
  padding: 0;
  border-radius: 10px;
}

.color-sel-wrap.color-carousel-enhanced {
  --product-color-accent: #2fa5d6;
  --product-color-text: #232323;
  --product-color-border: #d8e0ea;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 156px;
  overflow: visible;
}

.color-sel-wrap.color-carousel-enhanced > .dropdown.bootstrap-select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0;
  overflow: visible;
}

.color-sel-wrap.color-carousel-enhanced .dropdown.bootstrap-select.form-select.col-xs-12.color-select-picker.bs3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  overflow: visible;
}

.color-sel-wrap.color-carousel-enhanced > .dropdown.bootstrap-select > .dropdown-toggle,
.color-sel-wrap.color-carousel-enhanced > .dropdown.bootstrap-select > select,
.color-sel-wrap.color-carousel-enhanced .dropdown.bootstrap-select.form-select.col-xs-12.color-select-picker.bs3 > .dropdown-toggle,
.color-sel-wrap.color-carousel-enhanced .dropdown.bootstrap-select.form-select.col-xs-12.color-select-picker.bs3 > select {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0;
  pointer-events: none;
}

.color-sel-wrap.color-carousel-enhanced > [id$='-ddslick'] {
  display: none !important;
}

.product-color-carousel {
  margin: 4px 0 10px;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

.product-color-carousel__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 10px;
  flex-wrap: nowrap;
}

.product-color-carousel__current {
  color: #3d4654;
  font-size: 1.4rem;
  line-height: 1.2;
  min-width: 0;
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-color-carousel__current strong {
  color: var(--product-color-text);
  font-size: 1.3rem;
  font-weight: 800;
}

.product-color-carousel__view-all {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--product-color-accent);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  flex: 0 0 auto;
  white-space: nowrap;
}

.product-color-carousel__view-all:hover,
.product-color-carousel__view-all:focus {
  text-decoration: underline;
}

.product-color-carousel__body {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  padding: 0;
  box-sizing: border-box;
}

.product-color-carousel__viewport {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-behavior: smooth;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
  will-change: scroll-position;
}

.product-color-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.product-color-carousel.is-dragging .product-color-carousel__viewport {
  cursor: grabbing;
  scroll-behavior: auto;
}

.product-color-carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 92px;
  gap: 8px;
  padding: 2px 4px 6px;
  width: max-content;
  min-width: 100%;
  box-sizing: border-box;
}

.product-color-card {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--product-color-text);
  cursor: pointer;
  text-align: center;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.product-color-card__figure {
  position: relative;
  display: block;
  height: 112px;
  flex: 0 0 112px;
  overflow: hidden;
  border: 1px solid var(--product-color-border);
  border-radius: 12px;
  background: linear-gradient(180deg, #fbfcfe 0%, #edf2f8 100%);
  box-shadow: 0 8px 20px rgba(19, 25, 33, 0.08);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.product-color-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.product-color-card__image--empty {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f4f7fa 0%, #e1e7ef 100%);
}

.product-color-card__badge {
  position: absolute;
  bottom: 2px;
  left: 6px;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgb(47 165 214);
  color: #ffffff;
  font-size: .7rem;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.product-color-card__swatch {
position: absolute;
    right: 2px;
    top: 1px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 6px 14px rgba(19, 25, 33, 0.18);
}

.product-color-card__swatch img {
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

.product-color-card__label {
  display: block;
  min-height: 44px;
  margin-top: 8px;
  font-size: 1.2rem;
  line-height: 1.2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.product-color-card:hover .product-color-card__figure,
.product-color-card:focus .product-color-card__figure {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(19, 25, 33, 0.12);
}

.product-color-card:focus {
  outline: 0;
}

.product-color-card:focus-visible .product-color-card__figure,
.product-color-card.is-active .product-color-card__figure {
  border-color: var(--product-color-accent);
  box-shadow: 0 10px 22px rgba(47, 165, 214, 0.18);
}

.product-color-card.is-active .product-color-card__label {
  color: var(--product-color-accent);
}

.product-color-card.is-disabled {
  opacity: .48;
  cursor: not-allowed;
}

.product-color-card.is-disabled .product-color-card__figure {
  box-shadow: none;
}

.product-color-carousel__arrow {
  position: absolute;
  top: 48px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid var(--product-color-border);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: var(--product-color-text);
  box-shadow: 0 8px 18px rgba(19, 25, 33, 0.1);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-color-carousel__arrow span {
  display: block;
  margin-top: -1px;
  font-size: 2.4rem;
  line-height: 1;
}

.product-color-carousel__arrow--prev {
  left: 0;
}

.product-color-carousel__arrow--next {
  right: 0;
}

.product-color-carousel:not(.is-scrollable) .product-color-carousel__arrow,
.product-color-carousel__arrow[disabled] {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 991px) {
  .product-color-carousel__track {
    grid-auto-columns: 88px;
  }

  .product-color-card__figure {
    height: 108px;
  }
}

@media (max-width: 767px) {
  .color-sel-wrap.color-carousel-enhanced {
    min-height: 138px;
  }

  .product-color-carousel {
    margin-bottom: 8px;
  }

  .product-color-carousel__header {
    align-items: baseline;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 8px;
    flex-wrap: nowrap;
  }

  .product-color-carousel__current {
    font-size: 1.3rem;
  }

  .product-color-carousel__current strong {
    font-size: 1.3rem;
  }

  .product-color-carousel__view-all {
    font-size: 1.3rem;
  }

  .product-color-card__label {
    min-height: 52px;
    font-size: 1.1rem;
  }

  .product-color-carousel__track {
    grid-auto-columns: 82px;
    gap: 8px;
    padding-left: 0;
    padding-right: 0;
    min-width: 100%;
  }

  .product-color-card__figure {
    height: 100px;
    border-radius: 12px;
  }

  .product-color-card__swatch {
    width: 22px;
    height: 22px;
    border-radius: 7px;
  }

  .product-color-card__label {
    min-height: 24px;
    margin-top: 6px;
    font-size: 1.1rem;
  }

  .product-color-carousel__arrow {
    top: 44px;
    width: 38px;
    height: 38px;
  }

  .product-color-carousel__arrow--prev {
    left: 0;
  }

  .product-color-carousel__arrow--next {
    right: 0;
  }
}

#option_prefix {
  background: #232323;
  color: #fff;
  padding: 18px 11px 18px 19px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 10px;
}


.attr-name-center {
  display: inline-block;
  min-width: 84%;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  line-height: 45px;
  font-weight: 600;
}

.bootstrap-select .dropdown-toggle .caret {
  right: initial !important;
  color: #fff;
  left: 5px;
  margin-top: -2px
}

span.swatch-box {
  top: -2px;
  position: relative
}

.custom-modal span.swatch-box,
.color-modal-popup span.swatch-box {
  position: absolute;
  top: 8px;
  right: 50%;
  transform: translate(250%, 0);
}

button.dropdown-toggle .product-image-box {
  display: none
}

.custom-modal .dropdown-menu>li {
  position: relative;
  display: block;
  float: left;
  width: 126px;
  margin: 10px;
  height: 141px;
}

@media (max-width: 767px) {
    .custom-modal .dropdown-menu>li {
        width: 44%;
    }
}

.custom-modal .dropdown-menu>li>a {
  display: inline-block;
  padding: 3px 10px;
}


.custom-modal .dropdown-menu>li.divider-row {
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
  text-align: center;
}

.custom-modal .swatch-box img,
.color-modal-popup .swatch-box img {
  width: 25px;
  height: 25px;
}

.custom-modal .dropdown-menu>li.disabled a:hover {
  border-bottom: none;
}

.custom-modal .dropdown-menu>li.divider-row>a:hover {
  border-bottom: 1px solid gray;
}

.dropdown-menu>.disabled>a {
  color: #999999;
}

.custom-modal .dropdown-menu>li.divider-row>a {
  pointer-events: none;
  display: block;
  border-bottom: 1px solid gray;
  margin: 0 20px;
  font-size: 20px;
  cursor: initial;
}

.custom-modal>.inner.open {
  overflow-y: auto
}

.custom-modal .bs-searchbox {
  margin-bottom: 15px
}

.divider-line span.text {
  margin-top: 0;
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 2rem;
  text-align: center
}

.custom-modal-header .close {
  cursor: pointer
}

.node-checkout {
  color: #232323;
}

.node-add-artwork,
.node-add-to-cart,
.node-add-to-cart-update,
.node-checkout {
  font-size: 24px;
  font-weight: 700;
  border-radius: 30px;
  margin-bottom: 15px
}

.spinner-wrapper.btn-default {
  border-radius: 30px;
}

.node-add-to-cart, .node-add-to-cart:disabled {
  background-color: #c33737;
  color: #fff;
}

.add-artwork-mode.node-add-to-cart {
  background-color: transparent;
  border: 1px solid #ccc;
  color: #232323;
}

.node-add-to-cart:hover,
.node-checkout:hover,
.node-add-to-cart-update:hover,
.node-add-artwork.btn-primary:hover {
  filter: brightness(85%);
}


#shop-by-color {
  background-color: #232323;
  border-color: #232323;
  border-radius: 0;
}


.input-product-group .notify-oos {
  display: none;
  border: 1px solid #cccccc;
  padding: 3px 8px;
  width: 85px;
  background-color: #eeeeee;
  text-align: center;
  cursor: pointer;
}

.input-product-group.out-of-stock .notify-oos {
  display: inline-block;
}

.input-product-group.out-of-stock input {
  display: none;
}

.order-out-stock .input-product-group.out-of-stock input {
  display: inherit;
}

#notify-oos-modal .email-wrapper,
#notify-oos-modal .phone-wrapper {
  margin-top: 10px;
}

#notify-oos-modal input[type="email"] {
  width: 90%;
}

#notify-oos-modal input[type="tel"] {
  width: 90%;
}

#notify-oos-modal .alert {
  margin-bottom: 15px;
  min-height: 45px;
  margin-top: 10px;
}

.add-to-cart-form .disableGroup {
  display: none;
}

.not-logged-in .add-to-cart-form.fully-out-stock .disableGroup {
  display: block;
}

.not-logged-in .add-to-cart-form .disableGroup.disableGroupHide {
  display: none;
}


.size-prime i.fas.fa-bolt {
  min-width: 14px;
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #131921;
  -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

#block-yotpo-reviews-ajax {
  width: 100%;
  float: left
}


#moq-badge-mobile {
  background: #232323;
  padding: 8px 10px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  display: inline-table;
  font-size: 14px;
  font-weight: 600;
  float: right;
}


.badges-block {
  min-height: 25px;
}


.badges-block .taxonomy-image-item.html-type {
  float: right;
  margin-left: 7px;
  font-size: 14px;
}

.badges-block .taxonomy-image-item.html-type .popover-content {
  color: #343434;
}

.field-mobile-header .yotpo.bottomLine {
  position: relative;
}


#moq-badge {
  color: #fff;
  text-align: center;
  background: #131921;
  padding: 5px 10px;
  border-radius: 6px;
  margin-right: 15px;
  margin-left: 10px;
}

.page-admin .uc-order-products-table #moq-badge {
  background: none;
  padding: 0;
  margin-right: 0;
}

#moq-wrapper {
  width: 120px;
}


.yotpo-custom-bottomLine .star-clickable a {
  font-size: 14px;
  font-weight: normal;
}

.field-lowest-price-badge, .sample-badge {
  margin-top: 3px;
}

.sample-badge span {
  margin-top: 10px;
  font-size: 12px;
  line-height: 11px;
}

.missing-as-low .field-product-brand-logo {
  clear: left;
}

.field.field-moq-badge,
.field.field-badges {
  width: auto;
}

.node-type-product .field.field-badges {
  padding-right: 0px;
}

.node-type-product .field-moq-badge {
  padding-left: 0;
}


.field.field-moq-badge {
  margin-left: 0px;
}

#add-new-location-popup {
  color: #343434;
}

#add-new-location-popup .close {
  position: absolute;
  top: 10px;
  right: 20px;
}

#location-block-link .topline {
  font-size: 12px;
  padding-left: 16px;
}

#location-block-link img {
  width: 15px;
  height: auto;
  margin-top: -5px;
  margin-right: 6px;
}

#add-new-location-popup .form-item #edit-zip-code-wrapper {
  float: left;
  width: 85%;
  margin: 0;
}

#add-new-location-popup .form-item #edit-zip-code-wrapper input {
  width: 97%;
  padding: 24px;
}

#add-new-location-popup .form-item {
  margin-top: 1em;
}

#add-new-location-popup #edit-cities-wrapper select {
  width: 83%;
  min-height: 37px;
  height: 45px;
}

#uc-bs-cart-ship-to-form #edit-cities-wrapper select {
  border: 1px solid red;
}

#add-new-location-popup #submit_button {
  width: 67px;
  padding: 13px;
}

@media (max-width: 522px) {

  body #new_payment_methods_block .payalaterMethod .pp_paylater {
    font-size: 3.5vw;
  }

  .paymentMicon.payalaterMethod svg#Layer_1 {
    min-width: auto;
  }

  #add-new-location-popup #submit_button,
  #add-new-location-popup .form-item #edit-zip-code-wrapper input,
  #add-new-location-popup .form-item #edit-zip-code-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .field-product-info-tabs .nav-tabs>li>a {
    margin-right: 10px;
  }

}

#add-new-location-popup .delivery-text {
  text-align: center;
}

#uc-bs-cart-ship-to-form .delivery-message .alert {
  min-height: 30px;
}

#add-new-location-popup .login-text {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  line-height: 0.1em;
  margin: 30px 0 20px;
}

#add-new-location-popup .login-text span {
  background: #fff;
  padding: 0 10px;
}

.register-button .btn,
.login-button .btn {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

@media (max-width: 1400px) {
  .dark-mode .search-modal {
    flex: 1 1 14%;
  }
}

@media (min-width: 991px) and (max-width: 1140px) {
  body #location-block-link {
    display: none;
  }
}

@media (max-width: 990px) {
  .normal-mode .content-container {
    width: 100%;
    float: left;
  }
}



@media (max-width: 470px) {
  body #location-block-link {
    display: none;
  }
}

@media (max-width: 600px) {
  body .decoration-buttons-inner {
    flex-direction: column;
  }

  .decoration-buttons-inner .btn {
    margin: 5px;
  }
}


.primary-header-wrapper .cta li a {
  cursor: pointer
}


.primary-header-wrapper .cta a:hover {
  background: transparent
}



.navbar-default .nav-btn .icon-bar {
  width: 35px;
  height: 6px;
  border-radius: 5px;
}



#menu-primary-navigation-mobile li {
  width: 100%;
  float: left;
  position: relative;
}

#menu-primary-navigation-mobile li a {
  font-size: 20px;
  color: #dadada;
}

#menu-primary-navigation-mobile li .mobile-list {
  float: left;
}

#menu-primary-navigation-mobile li .dropdown-toggle {
  float: right;
}

#menu-primary-navigation-mobile .second-level-parent ul {
  list-style: none;
}

#menu-primary-navigation-mobile .second-level-parent ul a {
  text-decoration: none;
}

#menu-primary-navigation-mobile .second-level-parent .fa-arrow-circle-right {
  display: none;
}

/** Taxonomy images styling (badges) */
#moq-wrapper,
.taxonomy-image-container {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.taxonomy-image-item {
  display: inline-block;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
  padding: 3px;
}

.taxonomy-image-item.html-type {
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  background: #131921;
  border-radius: 6px;
}

.mobile .taxonomy-image-item.html-type {
  margin-right: 0;
  float: right;
}

.mobile .taxonomy-image-item.html-type .popover-content {
  color: #343434;
}

.page-search .taxonomy-image-item.html-type {
  margin-top: 0;
}

.taxonomy-image-container .popover {
  min-width: 330px;
}

.no-bg {
  background: none !important;
}

.taxonomy-image-block-name {
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}

.free-60-returns {
  font-size: 12px;
}


#modal-add-cart .modal-title {
  text-align: center;
}

#modal-add-cart .modal-title .fa-check-square {
  margin-right: 10px;
}

#modal-add-cart .modal-body .h-title {
  font-size: 27px;
  font-weight: 600;
}

#modal-add-cart.decoration-only-product .modal-body .h-title.lower-title {
  margin-top: 20px;
}

#modal-add-cart .modal-body .h-sizes {
  font-size: 14px;
  color: #007494;
  max-width: 500px;
  margin: auto;
}

#modal-sizes {
  font-size: 16px;
  font-weight: 900;
  color: #017494;
}

#modal-add-cart .modal-body .h-sizes span {
  white-space: nowrap;
  background: #007494;
  color: #fff;
  border-radius: 15px;
  padding: 3px 11px;
  margin: 5px;
  display: inline-block;
  min-width: 150px;
  font-size: 14px;
}

.freeshipping-bar {
  display: flex;
}

.freeshipping-bar .bar-light-grey {
  background-color: lightgray;
  width: 96%;
  margin: 0 10px;
}

.freeshipping-bar .bar-green {
  background-color: green;
}



#modal-add-cart .modal-body {
  text-align: center;
}

#modal-add-cart .modal-body h4 {
  color: #474747;
}

#modal-add-cart.art-artwork-modal .modal-body h4.modal-title {
  margin-top: 12px;
}

#modal-add-cart .modal-footer .view-cart {
  float: left;
}

#modal-add-cart .progress-wrapper .progress-prefix {
  display: block;
  width: 10%;
  float: left;
  padding-right: 2%;
  text-align: right;
}

#modal-add-cart .progress-wrapper .progress {
  display: block;
  width: 75%;
  float: left;
}

#modal-add-cart .input-product-group input {
  width: 85px;
  border-radius: 0;
  margin: auto;
}

#modal-add-cart .progress-wrapper .progress-suffix {
  display: block;
  width: 10%;
  float: left;
  padding-left: 2%;
}

.product-price-header.has-tooltip {
  cursor: help;
}

.bulk-order-button-wrap {
  text-align: center;
  margin: 10px auto;
}

button.open-bulk-order {
    color: #505050;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #505050;
    padding: 5px 17px;
    font-size: 14px;
}

.main-product-image .spinner-border {
  margin: 0 auto;
  position: absolute;
}


.field-ds-group-product-left-group .main-product-image .MagicZoom img {
  height: auto;
}

.field-ds-group-product-left-group .more-product-images .catalog-thumbnail {
  margin-top: 25px
}

.field-ds-group-product-left-group .more-product-images .catalog-thumbnail span {
  display: inline-block;
  margin-top: 11px;
  color: #232323;
}

#new_payment_methods_block {
  clear: both;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  min-height: 72px;
}

.paymentMicon.klarnaMethod {
  position: static;
}

.paymentMicon.payalaterMethod {
  align-items: center;
  display: flex;
  justify-content: center;
}

.paymentMicon.payalaterMethod svg#Layer_1 {
  flex: 0 0 auto;
  height: 18px;
  width: 19px;
}

.paymentMicon.payalaterMethod .pp_paylater {
  flex: 0 0 auto;
}

#new_payment_methods_block .paymentMicon {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 56px;
  text-align: center;
  overflow: hidden;
}

#new_payment_methods_block .paymentMicon.payalaterMethod {
  width: 100%;
}

#new_payment_methods_block .paymentMicon svg {
  max-width: 100%;
  max-height: 100%;
}

#new_payment_methods_block .klarnaMethod svg {
  padding: 0 10px;
  padding-top: 3px;
}

#new_payment_methods_block .gpayMethod svg {
  transform: translateY(6px);
}

#new_payment_methods_block .amazonpayMethod svg {
  height: auto;
  padding: 0;
  transform: translateY(2px);
  width: 102px;
}

#new_payment_methods_block .payalaterMethod .pp_paylater {
  font-size: 15px;
  color: #23307f;
  line-height: 1;
  margin-left: 4px;
  text-wrap: nowrap;
}

#new_payment_methods_block .popover {
  max-width: 380px;
}

.field-new-payment-methods {
  width: 100%;
  clear: both;
  border: 1px solid #e0e0e0;
  max-width: 700px;
  border-radius: 15px;
  padding: 1px 5px;
  float: left;
}

.field-new-payment-methods .now_accepting {
  text-align: center;
  padding-top: 3px;
  line-height: 15px;
  margin-top: 5px;
}

#new_payment_methods_block .popover {
  max-width: 380px;
}

@media (max-width: 420px) {
  #new_payment_methods_block .payalaterMethod {
    display: none;
  }
}

.node-type-product .field-product-info-tabs {
  float: left;
  margin-top: 0px !important;
}

.node-type-product .field-product-title {
  float: none;
  padding: 0;
}

.node-type-product .buildmode-out_of_stock .field-product-title {
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.buildmode-out_of_stock .field-two-similar .similar-products-list {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.oos_two_similar .similar-wrapper div.h2 {
  text-align: center;
}

.buildmode-out_of_stock .field-two-similar .similar-products-list .swiper-slide {
  flex-shrink: initial;
  width: auto;
  height: auto;
  position: static;
  transition-property: transform;
}

.buildmode-out_of_stock .field-two-similar .similar-products-list .catalog-product-box {
  display: block;
  float: left;
  max-width: 300px;
}

.buildmode-out_of_stock .oos_two_similar {
  max-width: 690px;
  margin: 0 auto;
}

.buildmode-out_of_stock .node-type-product .field-ds-group-product-right-group {
  float: right;
}

.buildmode-out_of_stock .node-type-product .field-product-info-tabs .tab-content {
  max-height: 350px;
}


@media screen and (max-width: 991px) {

  .buildmode-out_of_stock .node-type-product .field-product-info-tabs .tab-content {
    max-height: 250px;
  }

  .node-type-product .buildmode-out_of_stock .field-product-title {
    width: 100%;
  }

  .node-type-product .buildmode-out_of_stock .field-product-title .title {
    font-size: initial;
    line-height: initial;
    overflow: hidden;
    height: auto;
  }
}

@media screen and (max-width: 485px) {
  .buildmode-out_of_stock .field-two-similar .similar-products-list {
    display: block;
    float: 100%;
    width: 100%;
  }

  .buildmode-out_of_stock .field-two-similar .similar-products-list .catalog-product-box {
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}


.node-type-product .buildmode-out_of_stock .field-product-terms {
  clear: left;
  float: left;
  width: 97.5%;
  margin-left: 2.5%;
  margin-bottom: 20px;
}

.node-type-product .buildmode-out_of_stock .oos-catalog-image {
  position: relative;
  min-height: 192px;
  max-width: 389px;
  margin: 0 auto;
}

.node-type-product .buildmode-out_of_stock .out-of-stock-label {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background-color: gray;
  color: white;
  padding: 7px;
  top: 50%;
  text-align: center;
}

.node-type-product .buildmode-out_of_stock .field-product-terms .field-label {
  color: #888;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #888;
  font-size: 24px;
  margin-bottom: 10px;
}

.node-type-product .buildmode-out_of_stock .field-product-terms .field-label em {
  font-style: normal;
}

.node-type-product .buildmode-out_of_stock .field-product-terms .breadcrumb a {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 12px;
  margin-bottom: 10px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  font-weight: 600;
  background-color: transparent;
  border: 1px solid #ccc;
  text-decoration: none;
}

.node-type-product .buildmode-out_of_stock .field-product-terms .breadcrumb span {
  display: none;
}

.node-type-product .yotpo-custom-bottomLine {
  float: left;
  clear: left;
}

.node-type-product .field-product-terms {
  float: left;
  margin-top: 0 !important;
  width: auto;
}

.node-type-product .buildmode-out_of_stock .field-product-terms {
  margin-top: 20px !important;
}

.node-add-artwork.btn-primary,
.node-add-to-cart,
.node-add-to-cart-update.btn-default,
.node-add-to-cart-update.btn-secondary,
.node-checkout.btn-secondary {
  font-size: 24px;
  font-weight: 700;
  height: 55px;
  width: 100%
}

.add-to-cart-form .spinner-wrapper.btn-default {
  height: 55px;
}


.field-product-deliver-info #product-delivery-info,
.iq-existing-quote-summary .decoration-in-progress {
  padding: 10px;
  min-height: 55px;
  border: 1px solid #bdf5fb;
  border-radius: 10px;
  line-height: 1.5;
  margin: 0 auto;
  font-size: 14px;
  background: #ebfdff;
  color: #5c969d;
}

.field-product-deliver-info #product-delivery-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.iq-existing-quote-summary .decoration-in-progress {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  text-align: left;
}

.iq-existing-quote-summary .decoration-in-progress img {
  flex: 0 0 auto;
}

.iq-existing-quote-summary .decoration-in-progress .deliveryInfo {
  flex: 1 1 auto;
  text-align: center;
}

#product-delivery-info .spinner-border,
.iq-existing-quote-summary .decoration-in-progress .spinner-border {
  width: 2.3rem;
  height: 2.3rem;
  margin-right: 0.5rem;
  border-color: #888;
  border-right-color: transparent;
  border-width: 0.4em;
}

#product-delivery-info,
.iq-existing-quote-summary .decoration-in-progress {
  color: #5c969d;
}

@media screen and (max-width: 767px) {
  #new_payment_methods_block {
    column-gap: 4px;
  }

  #new_payment_methods_block .paymentMicon {
    flex: 1 1 20%;
    width: auto;
    min-width: 60px;
    max-width: none;
  }

  #new_payment_methods_block .paymentMicon.payalaterMethod {
    display: flex;
    min-width: 0;
  }

  #new_payment_methods_block .amazonpayMethod svg {
    width: 88px;
  }

  #new_payment_methods_block .payalaterMethod .pp_paylater {
    font-size: 13px;
  }

  .field-product-deliver-info #product-delivery-info,
  .iq-existing-quote-summary .decoration-in-progress {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 430px) {
  #new_payment_methods_block .paymentMicon {
    min-width: 53px;
  }

  #new_payment_methods_block .klarnaMethod svg {
    padding-left: 0;
  }
}

.field-product-deliver-info .locationplaceholder img {
  width: 15px;
  height: auto;
}

.field-product-deliver-info .locationplaceholder {
  cursor: pointer;
}

.iq-existing-quote-summary .iq-existing-quote-edit-link {
  color: inherit;
}

.field-product-deliver-info .timeCutoff {
  color: #ca3030;
}

.field-product-terms-mobile a,
.field-product-terms a {
  color: #000;
}

.nd-region-left .field-product-terms-mobile,
.nd-region-left .field-product-terms {
  color: #000;
  margin-bottom: .2rem
}



.uc-bs-cart-form-head .color-sel-wrap {
  min-height: 60px;
  padding: 0px 15px;
}

.field-badges, .field-moq-badge {
  margin: 5px 0px;
}

div.MagicToolboxSelectorsContainer .mz-thumb {
  opacity: 0.7;
  border: 1px solid #4f4f4f;
}

div.MagicToolboxSelectorsContainer .mz-thumb.mz-thumb-selected {
  opacity: 1;
}

.prime-wrapper-mobile img,
#finalSale-wrapper-mobile img {
  max-width: 120px;
  height: auto;
}

@media (min-width: 991px) {

  #header-user-links .cart-text {
    float: left;
  }


  i.fa.fa-shopping-cart.active::before {
    color: #fff;
  }

  .dark-mode i.fa.fa-shopping-cart.active::before {
    color: #3a3a3a;
  }

  .dark-mode .primary-header-wrapper .fast_delivery-bar {
    display: none;
  }

  .primary-header-wrapper .cta li li:last-child a {
    margin-right: 0;
  }

  .snapengage-link i.far.fa-comment a:hover {
    color: #fff !important;
  }


  .primary-header-wrapper .cta a:hover i.far.fa-comment {
    color: white;
  }

  .navbar-default .second-level-parent {
    position: relative;
  }

  #menu-primary-navigation-mobile .second-level-parent ul {
    display: block;
    position: static;
    left: auto;
    min-width: auto;
    box-shadow: none;
    top: 0;
    border: none;
    background: none;
  }

  .navbar-default .second-level-parent:hover ul {
    display: block;
  }

  .navbar-default .second-level-parent:hover ul li {
    padding: 10px;
  }

  .navbar-default .second-level-parent:hover ul li:hover {
    background-color: #FCFCFC;
  }

  .navbar-default .second-level-parent .fa-arrow-circle-right {
    color: #5f5f5f;
    font-size: 13px;
    padding-top: 14px;
  }

  .second-nav .btn-group {
    display: block;
  }

  .second-nav .btn-group .btn-default {
    padding: 12px 6px;
  }

  .second-nav .btn-default.btn-search {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px 30px;
  }

  .second-nav .btn-default.btn-search i.fas {
    padding: 0px;
  }

  .second-nav .btn-search.btn-link {
    border: 1px solid #ccc;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    padding: 10px 30px;
  }

  .search-box {
    margin: 10px 0;
  }


  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0
  }


  .primary-header-wrapper .cta .fa,
  .primary-header-wrapper .cta .fas {
    display: inline-block;
    min-width: 14px;
  }


  #header-user-links .show-onload-popover-content {
    text-align: center;
    padding: 1px;
    padding-bottom: 0;
  }

  #header-user-links .show-onload-popover-content a {
    min-width: 140px;
    margin: 4px 8px;
    margin-bottom: 5px;
    border-radius: 10px;
    padding: 4px 12px;
  }

  #header-user-links .show-onload-popover-content a.btn-default {
    color: #fff;
    background: #232323;
    border: 1px solid #232323;
  }

  #header-user-links .show-onload-popover-content a.btn-primary {
    color: #232323;
    background: transparent;
    border: 1px solid #232323;
  }

  #header-user-links .show-onload-popover+.popover {
    border-radius: 15px;
  }

  #header-user-links .show-onload-popover-content span {
    color: #232323;
  }

  .node-type-product #header-user-links .show-onload-popover+.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
  }

  .node-type-product #header-user-links .show-onload-popover+.popover.bottom>.arrow {
    border-bottom-color: rgba(0, 0, 0, 0.25);
    left: 50%;
    top: -22px;
    margin-left: -11px;
  }

  .node-type-product #header-user-links .show-onload-popover+.popover {
    margin-top: 10px;
  }

  .primary-header-wrapper .cta .header-byline .fa-info-circle {
    display: inline-block;
    min-width: 16px;
  }

  .primary-header-wrapper .cta .cart-empty li:nth-last-child(2) a::after {
    content: ""
  }

  .primary-header-wrapper .cta a:focus,
  .primary-header-wrapper .cta a:focus i {
    color: #343434
  }

  .primary-header-wrapper .cta .btn-default:hover,
  .primary-header-wrapper .cta .btn-default:focus {
    background-color: #131921;
    color: #fff;
    border-color: #131921
  }

  .dark-mode .primary-header-wrapper .cta .btn-default:hover,
  .dark-mode .primary-header-wrapper .cta .btn-default:focus {
    border-color: #fff
  }

  .primary-header-wrapper .input-group .btn-search i.fas {
    display: inline-block;
    min-width: 45px;
  }


  .navbar-default #menu-primary-navigation .fas.fa-home {
    display: inline-block;
    min-width: 20px;
  }


  .navbar-default #menu-primary-navigation a:hover,
  .navbar-default #menu-primary-navigation a:focus,
  .navbar-default #menu-primary-navigation a:active {
    background: #131921;
  }

  .fa-arrow-circle-right:before {
    content: "\f0a9";
  }

  .field-new-payment-methods {
    margin-top: 3rem;
  }

}

@media only screen and (min-width: 480px) {

  .node-add-artwork.btn-primary,
  .node-add-to-cart-update.btn-default,
  .node-add-to-cart-update.btn-secondary,
  .node-add-to-cart.btn-primary,
  .node-checkout.btn-secondary {
    margin-bottom: 15px;
    padding: 10px;
  }
}

@media only screen and (max-width: 478px) {
  .spinner-wrapper {
    margin-bottom: 15px;
  }
}



.my-4 {
  margin-top: 14px !important
}


.block,
.box {
  padding: 0 0 1.5em 0;
}

.block {
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}


/** Matrix Order Form **/
table.uc-matrix-order-form thead th {
  font-weight: 500;
  font-size: 16px;
}

.matrix-order-form-submit:last-of-type {
  margin-top: 15px;
}

.uc-matrix-order-form .form-control {
  width: 75px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.uc-matrix-order-form img {
  width: 50px;
  margin-right: 5px;
  overflow: hidden;
}

.uc-matrix-order-form .form-item input {
  margin: auto;
}

/*
 * Font Awesome 5
*/
@font-face {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  src: url(https://cdn.blankstyle.com/sites/all/themes/cnm/assets/webfonts/fa-solid-900.eot);
  src: url(https://cdn.blankstyle.com/sites/all/themes/cnm/assets/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://cdn.blankstyle.com/sites/all/themes/cnm/assets/webfonts/fa-solid-900.woff2) format("woff2"), url(https://cdn.blankstyle.com/sites/all/themes/cnm/assets/webfonts/fa-solid-900.woff) format("woff"), url(https://cdn.blankstyle.com/sites/all/themes/cnm/assets/webfonts/fa-solid-900.ttf) format("truetype"), url(https://cdn.blankstyle.com/sites/all/themes/cnm/assets/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://cdn.blankstyle.com/sites/all/themes/cnm/assets/webfonts/fa-brands-400.eot);
  src: url(https://cdn.blankstyle.com/sites/all/themes/cnm/assets/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://cdn.blankstyle.com/sites/all/themes/cnm/assets/webfonts/fa-brands-400.woff2) format("woff2"), url(https://cdn.blankstyle.com/sites/all/themes/cnm/assets/webfonts/fa-brands-400.woff) format("woff"), url(https://cdn.blankstyle.com/sites/all/themes/cnm/assets/webfonts/fa-brands-400.ttf) format("truetype"), url(https://cdn.blankstyle.com/sites/all/themes/cnm/assets/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab,
.fal,
.far {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}


span.yotpo-stars {
  color: #ffd81f;
  font-size: 12px;
}

.fa-star:before {
  content: "\f005"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-truck:before {
  content: "\f0d1"
}


.fa-exclamation:before {
  content: "\f12a"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-twitter:before {
  content: "\f099"
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free", serif;
}

.fa,
.fas {
  font-weight: 900
}

table tr.even {
  background-color: #f5f5f5;
  border-bottom: 1px solid #f2f2f2;
}

.fa-exclamation-circle:before {
  content: "\f06a"
}


.decorationOnlyModal .btn-default,
.btn-default.outlined {
  min-width: 140px;
  margin-right: 4px;
  margin-left: 4px;
  font-weight: bold;
  color: #131921;
  border: 2px solid #131921;
  margin-bottom: 12px;
}

.decoration-buttons {
  text-align: center;
  margin: 20px;
}

.decoration-buttons-inner {
  display: flex;
  margin: 15px 22px;
  justify-content: space-between;
}

.decoration-buttons-inner .btn {
  min-width: 140px;
}

.btn-default.outlined.not-decoration-remove,
.btn-default.outlined.not-decoration {
  color: #007494;
  border: 2px solid #007494;
  display: block;
  width: auto;
  margin: 15px 22px;
  margin-top: 0px;
  cursor: pointer;
}

.btn-default.continue-shopping {
  display: block;
  width: auto;
  margin: 20px 22px;
  margin-top: 0;
  background-color: #007494;
  color: #fff;
  cursor: pointer;
}

button.btn.btn-default.btn-primary.cont-shopping {
  background: #007494
}

.decoration-buttons p {
  margin-bottom: 0;
}

.node-type-product .field-product-info-tabs .tab-content {
  overflow: auto;
}

.comparable-wrapper {
  width: 95%;
  margin: auto;
}

#modal-add-cart.art-artwork-modal .modal-header,
#modal-add-cart.art-artwork-modal .modal-body {
  text-align: center;
}


.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner>.item.active.right,
  .carousel-inner>.item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.active.left,
  .carousel-inner>.item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.active,
  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control .arrow-wrapper-inner {
  background: #232323;
  width: 40px;
  height: 40px;
  padding: 22px;
  z-index: 9999;
  position: absolute;
  top: 50%;
  border-radius: 5px;
}

.carousel-control.left .arrow-wrapper-inner {
  left: 10px;
}

.carousel-control.right .arrow-wrapper-inner {
  right: 10px;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2%;
  opacity: 0.8;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  z-index: 10;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.left:hover {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
}

.carousel-control.right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control.right:hover {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:focus,
.carousel-control:hover {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

@media screen and (max-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    top: 56%;
  }

  #carousel-featured-products {
    min-height: 40vw;
  }

  #carousel-featured-products .carousel-inner>.item {
    min-height: 39.4vw;
  }
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #dadada;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: #ccc;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

/*Text over hr*/
h5.hr-text {
  width: 100%;
  text-align: center;
  border-top: 1px solid #DDDDDD;
  line-height: 0.1em;
  margin: 16px 0 28px;
}

h5.hr-text span {
  background: #fff;
  padding: 0 10px;
  color: #000;
  font-size: 16px;
}

@media (min-width: 768px) {
  .modal-sm {
    width: 370px;
  }
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: -33px;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://cdn.blankstyle.com/sites/all/themes/cnm/assets/fonts/glyphicons-halflings-regular.eot');
  src: url('https://cdn.blankstyle.com/sites/all/themes/cnm/assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://cdn.blankstyle.com/sites/all/themes/cnm/assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://cdn.blankstyle.com/sites/all/themes/cnm/assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://cdn.blankstyle.com/sites/all/themes/cnm/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

#product-youtube-video .modal-content {
  max-width: 100%;
  width: 700px;
}

#product-youtube-video .modal-content .modal-body {
  padding: 10px;
}

#product-youtube-video .modal-content .modal-body iframe {
  max-width: 100%;
}

.more-product-images .youtube-link {
  margin: 0 auto;
  position: relative;
  border: 1px solid #4f4f4f;
  width: 70px;
  cursor: pointer;
  max-width: 100%;
}

.more-product-images .youtube-link img {
  cursor: pointer;
}

.more-product-images .youtube-link img.youtube-icon {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
  left: 0;
  right: 0;
  top: 14px;
  width: 32px;
}

@media (max-width: 450px) {
  .more-product-images .youtube-link img.youtube-icon {
    top: 11px;
    width: 20px;
  }
}

.alert-message-content {
  display: table-cell;
  vertical-align: middle;
}

.messages i {
  padding: 0 20px 0 0;
}

div.error i,
div.status i {
  font-size: 40px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}


.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.yotpo-display-wrapper {
  visibility: visible !important
}

.add-to-cart-form .product-price-header.has-tooltip {
  font-size: 14px;
}

.uc-bulk-order-form .product-price-header.has-tooltip {
  font-size: 12px;
}

#sale-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#og-price {
  color: #000;
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-left: 5px;
}

#sale-price {
  background: #ca3030;
  color: #fff;
  padding: 0px 13px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 20px;
  text-align: center;
}

#sale-price #amount {
  font-size: 20px;
  margin-right: 5px;
}

#arrow-left {
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 22px solid #ca3030;
  margin: 0;
  position: relative;
}

#sale-wrapper {
  display: flex;
  align-items: center;
}

#sale-wrapper .mbl.fa-info-circle,
#sale-wrapper .mbl.fa-paint-brush {
  font-size: 12px;
  position: relative;
  bottom: -6px;
  right: 20px;
}

#sale-wrapper .mbl.fa-paint-brush {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #149446;
  display: inline-flex;
  font-size: 7px;
  height: 12px;
  justify-content: center;
  line-height: 12px;
  text-align: center;
  width: 12px;
}

#store-link {
  margin: 5px 0;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#arrow-left span {
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  left: 7px;
  top: -3.5px;
}

.float-left {
  float: left;
}

@media screen and (max-width: 991px) {

  .bulk-table-responsive {
    overflow-x: scroll;
  }

  #sale-container {
    justify-content: flex-end;
  }

  .dark-mode.search-modal-active .search-modal {
    position: fixed;
    width: 100%;
  }

  .left-side #SKU-mobile {
    float: left;
  }

  .field-new-payment-methods {
    max-width: 100% !important;
  }

  .product-detail-container .field-moq-badge {
    display: none;
  }

  .search-modal-active .custom-modal {
    position: relative;
    padding: 40px 16px;
  }

  .product-detail-container .field-moq-badge {
    display: none;
  }

  .dark-mode.search-modal-active .search-icon-mobile {
    display: none;
  }

  .search-modal-active .search-modal .custom-modal {
    display: block;
  }

  .dark-mode #header-user-links ul.navbar-nav.cart-empty {
    min-width: 3px;
    min-height: 20px;
  }

  .navbar-right i .fas {
    font-size: 14px !important;
  }

  .sidebar-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 1.5em;
    z-index: 999999;
  }

  .sidebar {
    position: relative;
    background-color: #fff;
  }

  .sidebar .block {
    background-color: #f9f9f9;
  }

  .sidebar-container {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 99999;
  }

  .nav-tabs {
    font-size: 12px;
  }


  .field-product-terms-mobile .crumbs,
  .field-product-terms .crumbs {
    border: 0 !important;
    padding: 3px !important;
    font-weight: 500 !important;
    font-size: 12px !important;
  }

  .page-node .field-badges {
    margin-bottom: 20px;
    width: 100%;
    float: left;
  }

  .page-node .field-badges:before {
    content: " ";
    display: table;

  }

  .nd-region-header .yotpo-bottomline {
    display: flex;
    justify-content: space-evenly;
  }

  li.crumbs:after {
    content: ",";
  }

  li.crumbs:last-of-type:after {
    content: "";
  }

  .navbar-nav.visible-xs {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0;
  }

  #filter-slider-btn i.fas.fa-sliders-h {
    font-size: 26px;
  }

  #header-user-links .cart-empty .cart-icon-li {
    display: none;
  }

  .dark-mode .header-wrapper .normal-logo {
    display: block;
    max-width: 50%;
  }

  .dark-mode .header-wrapper .logo .nav-link .normal-logo {
    position: relative;
    width: auto;
    display: block;
    top: 4px;
    max-width: 72%;
    max-height: 19px;
  }


  .dark-mode .page-cart .header-wrapper {
    min-height: 92px;
  }

  .dark-mode a#contact-mobile {
    display: none !important;
  }

  .node.node-type-product .field.field-ds-group-product-right-group {
    position: static;
  }

  .nd-region-header.clear-block.row {
    min-height: 150px;
  }
}


@media screen and (max-width: 580px) {
  .dark-mode #header-user-links {
    margin-right: 55px;
  }

  #sampleInfoModalBody {
    min-height: 210px;
    margin-top: 50px;
  }

}
