@charset "UTF-8";
.accordion {
  margin: 15px 0;
}
.accordion .panel {
  border-width: 1px 1px 0 1px;
  border-color: #e0e0e0;
  border-style: solid;
}
@media (max-width: 1024px) {
  .accordion .panel {
    border-width: 0 0 1px 0;
  }
}
.accordion .panel:first-child {
  border-radius: 5px 5px 0 0;
}
@media (max-width: 1024px) {
  .accordion .panel:first-child {
    border-radius: 0;
    border-width: 1px 0 1px 0;
  }
}
.accordion .panel:last-child {
  border-radius: 0 0 5px 5px;
  border-width: 1px;
}
@media (max-width: 1024px) {
  .accordion .panel:last-child {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
}
.accordion .panel .panel-heading {
  border-top: none;
}
.accordion .panel .panel-collapse .info-block {
  margin: 0;
  padding: 1px 0;
}
.accordion .panel img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .accordion .panel {
    border-radius: 0;
    border-width: 1px 0;
  }
}

.panel-title {
  margin-bottom: 0;
  font-weight: 600;
  text-transform: capitalize;
}
.panel-title > a {
  width: 100%;
  padding: 15px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
}
.panel-title > a:after {
  float: right;
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  color: #aaa;
}

.panel-title a.collapsed:after {
  content: "\f067";
}

.panel-collapse {
  padding: 0 20px;
}
.panel-collapse .table {
  margin: 0;
}
.panel-collapse .table iframe {
  max-width: 100%;
}

.discountrule_table {
  display: none;
  flex-direction: column;
  border: 1px solid #ccc !important;
  background-color: #fff;
  position: absolute;
  width: 100%;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}
.discountrule_table.show {
  display: flex;
}
.discountrule_table > div {
  padding: 7px 5px 7px 32px;
  line-height: 18px;
  position: relative;
}
.discountrule_table > div > .discount_rule_icon {
  position: absolute;
  left: 10px;
  top: 21px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  color: #fff;
  background-color: #fff;
  text-align: center;
  border: 2px solid #d1d1d1;
}
.discountrule_table > div > .discount_rule_icon .fas {
  font-weight: 600;
  position: relative;
  z-index: 2;
  display: none;
}
.discountrule_table > div + div {
  border-top: 1px solid #C0C0C0;
}
.discountrule_table > div > div:nth-child(2) {
  font-weight: 600;
  opacity: 0.4;
}
.discountrule_table > div > div:nth-child(2) + div {
  color: #666;
  opacity: 0.4;
}
.discountrule_table > div.active > .discount_rule_icon {
  position: absolute;
  left: 9px;
  top: 21px;
  background-color: #46973a;
  width: 15px;
  height: 15px;
  border-radius: 0;
  border: none;
  text-align: center;
  transform: rotate(0deg);
}
.discountrule_table > div.active > .discount_rule_icon .fas {
  font-size: 10px;
  line-height: 15px;
  display: block;
}
.discountrule_table > div.active > .discount_rule_icon:before, .discountrule_table > div.active > .discount_rule_icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 2px;
  background: #46973a;
}
.discountrule_table > div.active > .discount_rule_icon:before {
  transform: rotate(30deg);
}
.discountrule_table > div.active > .discount_rule_icon:after {
  transform: rotate(60deg);
}
.discountrule_table > div.active > div:nth-child(2) {
  opacity: 1;
}
.discountrule_table > div.active > div:nth-child(2) + div {
  opacity: 1;
  color: #666;
}
.discountrule_table > strong {
  background-color: #EDEDED;
  padding: 2px 10px;
  border-style: solid;
  border-color: #C0C0C0;
  border-width: 1px 0;
}

.discount-box {
  margin-top: auto;
  font-size: 1rem;
  position: relative;
  max-width: 260px;
}
.discount-box > button, .discount-box > .one-row {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 40px;
  border: 1px solid #ccc;
}
.discount-box > button:focus, .discount-box > .one-row:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #519cff;
}
.discount-box > button > .discount_rule_icon, .discount-box > .one-row > .discount_rule_icon {
  position: absolute;
  left: 10px;
  top: 21px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  color: #fff;
  background-color: #fff;
  text-align: center;
  border: 2px solid #d1d1d1;
  position: unset;
  top: unset;
  left: unset;
}
.discount-box > button > .discount_rule_icon .fas, .discount-box > .one-row > .discount_rule_icon .fas {
  font-weight: 600;
  position: relative;
  z-index: 2;
  display: none;
}
.discount-box > button > span, .discount-box > .one-row > span {
  font-size: 1rem;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
}
.discount-box > button > i:last-child, .discount-box > .one-row > i:last-child {
  margin-left: auto;
}
.discount-box > button.active > .discount_rule_icon, .discount-box > .one-row.active > .discount_rule_icon {
  position: absolute;
  left: 9px;
  top: 21px;
  background-color: #46973a;
  width: 15px;
  height: 15px;
  border-radius: 0;
  border: none;
  text-align: center;
  transform: rotate(0deg);
  position: unset;
  top: unset;
  left: unset;
}
.discount-box > button.active > .discount_rule_icon .fas, .discount-box > .one-row.active > .discount_rule_icon .fas {
  font-size: 10px;
  line-height: 15px;
  display: block;
}
.discount-box > button.active > .discount_rule_icon:before, .discount-box > button.active > .discount_rule_icon:after, .discount-box > .one-row.active > .discount_rule_icon:before, .discount-box > .one-row.active > .discount_rule_icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 2px;
  background: #46973a;
}
.discount-box > button.active > .discount_rule_icon:before, .discount-box > .one-row.active > .discount_rule_icon:before {
  transform: rotate(30deg);
}
.discount-box > button.active > .discount_rule_icon:after, .discount-box > .one-row.active > .discount_rule_icon:after {
  transform: rotate(60deg);
}
.discount-box > .one-row {
  border: none;
  padding: 0;
  justify-content: center;
  flex-direction: row;
}
.discount-box > .one-row > span {
  padding-left: 5px;
}
.discount-box > .dropdown-menu {
  min-width: 260px;
  padding: 0;
}
@media (max-width: 425px) {
  .discount-box {
    max-width: unset;
  }
}

.discount_rule_toggle_btn.active {
  cursor: pointer;
}

.form-group {
  margin-bottom: 15px;
}
.form-group > label {
  font-weight: 700;
  padding: 0 0 4px;
}
.form-group > .form-control + .form-control {
  margin-top: 10px;
}
.form-group > .help-block {
  color: #f00;
}

.form-field-image {
  margin-bottom: 10px;
}

.form-field-image img {
  max-width: 600px;
}

input {
  border: 1px solid #e0e0e0;
  outline: transparent;
}
input:focus {
  border-color: #519cff;
}

label {
  margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

.form-control {
  min-height: 40px;
  border-radius: 3px;
}
.form-control::-moz-placeholder {
  color: #B9B9B9;
}
.form-control::placeholder {
  color: #B9B9B9;
}

.minheight {
  min-height: 150px;
}

input[type=checkbox] {
  visibility: hidden;
  display: none;
}

.niceCheckbox {
  position: relative;
  padding: 0;
  cursor: pointer;
}
.niceCheckbox:hover .custom-checkbox {
  border-color: #B3B3B3;
}
.niceCheckbox:hover .checkbox-text-label > span:first-of-type {
  text-decoration: underline;
}
.niceCheckbox:hover .checkbox-text-label > span:last-of-type {
  text-decoration: none;
}
.niceCheckbox > label {
  cursor: pointer;
}

.niceCheckbox .custom-checkbox {
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border: 1px solid #CCC;
  background-color: #fff;
  border-radius: 2px;
}

.niceCheckbox .custom-checkbox:after {
  position: absolute;
  top: 2px;
  left: 1px;
  width: 12px;
  height: 7px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  background: transparent;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border: 3px solid #000;
  border-top: 0;
  border-right: 0;
}

.niceCheckbox input[type=checkbox]:checked + .custom-checkbox:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.form-group .checkbox-text-label, .checkbox-text-label {
  display: flex;
  padding: 5px 5px 5px 25px;
  font-size: 1rem;
  line-height: 20px;
  min-height: 28px;
}
.form-group .checkbox-text-label > .thumbnail, .checkbox-text-label > .thumbnail {
  width: 20px;
  height: 20px;
  float: right;
  margin-left: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-group .checkbox-text-label > span, .checkbox-text-label > span {
  flex: 0 0 auto;
}
.form-group .checkbox-text-label > span:first-of-type, .checkbox-text-label > span:first-of-type {
  flex: 1 1 auto;
}
.form-group .checkbox-text-label > span:not(:first-of-type), .checkbox-text-label > span:not(:first-of-type) {
  color: #898989;
  text-decoration: none;
}

/* Nice select */
.niceSelect select, .niceSelect option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.niceSelect select {
  margin: 0;
  padding: 10px 28px 10px 10px;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #CECECE;
  width: 100%;
}

.niceSelect {
  position: relative;
}

.niceSelect:after {
  position: absolute;
  top: 11px;
  right: 10px;
  font-size: 16px;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  pointer-events: none;
}

.niceSelect.date:after {
  content: "\f783";
}

/* Select 2 */
.select2-container {
  display: block;
}

.select2-container .select2-choice {
  padding: 0 0 0 6px;
  border: none;
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
  background-color: #fff;
  background-image: none;
}

.select2-container .select2-choice .select2-arrow {
  line-height: 38px;
  position: absolute;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 3px 3px 0;
  background-image: none;
  background-color: #e9e9e9;
  width: 24px;
}
.select2-container .select2-choice .select2-arrow b {
  background: url(/mix/images/select2.png?c074577…) no-repeat 3px 6px;
}

.input-validation {
  border-color: #f00;
}

.simple-discount {
  color: #46973a;
  margin: 2px 0;
  font-size: 0.88rem;
  display: block;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .ordermatrix {
    border: none;
  }
}

.ordered {
  background-color: #e4fde1;
}

.backordered {
  background-color: #ffeddd;
  border-top: 2px solid #fd7e14 !important;
}

.ordermatrix .color a > span, .ordermatrix .color a > img {
  width: 34px;
  height: 34px;
}
.ordermatrix p {
  font-size: inherit;
}
.ordermatrix .new-mark-style-level {
  color: red;
}

.stockmatrix .sizes {
  border-right: 0;
}

.matrix-wrapper {
  background-color: #f6f6f6;
  padding: 15px;
  border-radius: 5px;
  margin: 25px 0;
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .matrix-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding: 10px;
  }
}
.matrix-wrapper .order-matrix-area > h3 {
  margin: 0 0 15px 0;
}
.matrix-wrapper .order-matrix-area .item-row {
  border: 1px solid #e0e0e0;
  grid-column-gap: 0;
}
.matrix-wrapper .order-matrix-area .item-row .item-colors {
  padding: 15px;
}
.matrix-wrapper .order-matrix-area .item-row .sizes {
  padding: 15px;
}
.matrix-wrapper .order-matrix-area .item-row .totals {
  padding: 15px;
  background-color: white;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1024px) {
  .matrix-wrapper .order-matrix-area .item-row .totals {
    border-left: none;
    border-top: 1px solid #e0e0e0;
  }
  .matrix-wrapper .order-matrix-area .item-row .totals .total {
    max-width: 100%;
  }
}
.matrix-wrapper .shop-overview {
  border: none;
  padding: 0;
  background-color: transparent;
  margin: 15px 0 0 0;
}
.matrix-wrapper .shop-overview .shop-overview-grid {
  padding: 0;
}

.order-matrix-area + .flex-bar {
  margin-top: 15px;
}

@media (max-width: 1024px) {
  .ordermatrix .item-row {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: "item-colors" "totals";
    grid-column-gap: 20px;
    border: 1px solid #e0e0e0;
    margin: 10px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  }
  .ordermatrix .item-row:first-child {
    margin: 0 0 10px 0;
  }
  .ordermatrix .item-row:last-child {
    border-bottom: 1px solid #e0e0e0;
  }
  .ordermatrix .item-row > .item-colors {
    padding: 15px 10px;
    grid-area: item-colors;
    display: flex;
    flex-direction: row;
  }
  .ordermatrix .item-row > .item-colors > .color {
    flex-direction: column;
    padding-right: 10px;
    margin: 0;
  }
  .ordermatrix .item-row > .item-colors > .color > span, .ordermatrix .item-row > .item-colors > .color > img {
    width: 40px;
    height: 40px;
  }
  .ordermatrix .item-row > .item-colors > .color > span + span, .ordermatrix .item-row > .item-colors > .color > span + img, .ordermatrix .item-row > .item-colors > .color > img + span, .ordermatrix .item-row > .item-colors > .color > img + img {
    height: auto;
  }
  .ordermatrix .item-row > .item-colors > .color > label {
    margin-top: 5px;
    width: 100%;
  }
  .ordermatrix .item-row > .item-colors > .btn-link {
    display: block;
  }
  .ordermatrix .item-row > .price-block {
    grid-area: sizes;
  }
  .ordermatrix .item-row > .sizes {
    grid-area: sizes;
    display: none;
  }
  .ordermatrix .item-row > .totals {
    grid-area: totals;
    flex-wrap: wrap;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    background-color: white;
    border-left: 1px solid #e0e0e0;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .ordermatrix .item-row > .totals {
    border-top: 1px solid #e0e0e0;
    border-left: none;
  }
}
@media (max-width: 1024px) {
  .ordermatrix .item-row > .totals > .total {
    margin: 0;
    max-width: 160px;
  }
  .ordermatrix .item-row > .totals > .total:last-child {
    font-size: 1.8em;
    justify-content: flex-end;
    margin-left: auto;
  }
  .ordermatrix .item-row > .totals > .total:last-child > span {
    display: none;
  }
}
@media (max-width: 1024px) {
  .ordermatrix .item-row > .extra-row-area {
    display: none;
    grid-area: extra-row-area;
  }
}
@media (max-width: 1024px) {
  .ordermatrix .item-row > .discount-area {
    display: none;
    grid-area: discount-area;
  }
}
.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}
.generic-skeleton .item {
  height: 20px;
  margin-bottom: 10px;
  width: 30%;
}

.ordermatrix-skeleton .item-row {
  border-left: none;
  border-right: none;
}
.ordermatrix-skeleton .item-row > .item-colors {
  display: flex;
  gap: 5px;
  flex-direction: column;
  border: none;
}
.ordermatrix-skeleton .item-row > .item-colors .image {
  width: 28px;
  height: 28px;
}
.ordermatrix-skeleton .item-row > .item-colors .color {
  width: 75%;
  height: 17px;
}
.ordermatrix-skeleton .item-row > .item-colors .color-description {
  width: 65%;
  height: 11px;
}
.ordermatrix-skeleton .item-row > .item-colors .price {
  width: 60%;
  height: 20px;
}
.ordermatrix-skeleton .item-row .sizes {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc(20% - 15px));
  gap: 15px;
}
.ordermatrix-skeleton .item-row .sizes .size .top {
  height: 30px;
  margin-bottom: 10px;
}
.ordermatrix-skeleton .item-row .sizes .size .bottom {
  height: 60px;
}
@media (max-width: 1024px) {
  .ordermatrix-skeleton .item-row .sizes {
    grid-template-columns: repeat(auto-fill, 148px);
  }
}
.ordermatrix-skeleton .totals {
  background: #F8F8F8;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border: none;
}
.ordermatrix-skeleton .totals .line {
  display: flex;
  justify-content: space-between;
}
.ordermatrix-skeleton .totals .line div {
  height: 15px;
}
.ordermatrix-skeleton .totals .line div:first-child {
  flex-basis: 50%;
}
.ordermatrix-skeleton .totals .line div:last-child {
  flex-basis: 15%;
}
.ordermatrix-skeleton .totals .line.grand-total div {
  height: 22px;
  margin-top: 15px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}

.table tr {
  border-collapse: collapse;
  border-bottom: 1px solid #e6e6e6;
}
.table tr:last-child {
  border-bottom: none;
}
.table tr:only-child {
  border-bottom: 1px solid #e6e6e6;
}
.table tr:only-child td.dataTables_empty {
  border-bottom: none;
}
.table td, .table th {
  vertical-align: middle;
  border: none;
  font-size: 15px;
}
.table td form, .table th form {
  display: inline-block;
}
.table td .btn, .table th .btn {
  margin-left: 5px;
}
.table td.text-end, .table th.text-end {
  text-align: end;
}
.table + .buttonbar {
  border-top: 1px solid #e9ecef;
}
.table td.align.left {
  text-align: left;
}
.table td.align.right {
  text-align: right;
}
.table td.align.center {
  text-align: center;
}

table .outer-bordered {
  border-collapse: collapse;
}
table .outer-bordered tr {
  border: none;
}
table .outer-bordered td, table .outer-bordered th {
  border: 1px inset gray;
}
table .no-border {
  border: none;
}
table .no-border td, table .no-border th {
  border: none;
  padding: 0;
}
table .cellpadding-5 td, table .cellpadding-5 th {
  padding: 5px;
}
table .cellpadding-4 td, table .cellpadding-4 th {
  padding: 4px;
}
table .cellpadding-3 td, table .cellpadding-3 th {
  padding: 3px;
}
table .cellpadding-0 td, table .cellpadding-0 th {
  padding: 0;
}
table .cellspacing-0 td, table .cellspacing-0 th {
  border-spacing: 0;
}

.tabbable .tab-content {
  padding-top: 25px;
}
.tabbable .nav-tabs .nav-item {
  cursor: pointer;
}
.tabbable .nav-tabs .nav-item:hover {
  border: none;
}
.tabbable .nav-tabs .nav-item .nav-link {
  border-radius: 0;
  transition: none;
}
.tabbable .nav-tabs .nav-item .nav-link:not(.tabbable .nav-tabs .nav-item .nav-link.active):hover {
  text-decoration: underline;
  border: none;
  padding: 0.571rem 1.071rem;
}

.nav-tabs,
.nav-item,
.nav-link {
  border-radius: 0 !important;
  color: rgb(0, 0, 0);
}

.tab-content {
  padding-top: 25px;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 25px;
}

.product-info-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.product-info-block > .side {
  width: 35%;
  position: sticky;
  top: 10px;
}
.product-info-block > .side > .product-header-block {
  display: none;
}
@media (max-width: 1024px) {
  .product-info-block > .side > .product-header-block {
    padding: 10px;
  }
}
.product-info-block > .side > .image-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .product-info-block > .side > .image-box {
    margin: 10px;
  }
}
.product-info-block > .side > .image-box > .item-thumbnails {
  height: auto;
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 10px;
}
.product-info-block > .side > .image-box > .main-image {
  flex: 1 1 auto;
  width: 100%;
}
@media (max-width: 425px) {
  .product-info-block > .side > .image-box > .main-image {
    height: 300px;
    max-width: 300px;
  }
}
@media (max-width: 768px) and (min-width: 426px) {
  .product-info-block > .side > .image-box > .main-image {
    height: 350px;
    max-width: 350px;
  }
}
.product-info-block > .side > .image-box > .main-image .wishlist-btn {
  margin: 0;
  padding: 0;
}
.product-info-block > .side .item-colors {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(auto-fit, 26px);
  grid-gap: 4px 4px;
  padding: 0;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .product-info-block > .side .item-colors {
    margin: 10px;
    grid-template-columns: repeat(auto-fit, 32px);
  }
  .product-info-block > .side .item-colors > .color > span, .product-info-block > .side .item-colors > .color > img {
    width: 32px;
    height: 32px;
  }
}
.product-info-block > .main {
  width: 65%;
  padding-left: 30px;
  color: #000;
}
.product-info-block > .main > p {
  max-width: 600px;
  line-height: 22px;
}
@media (max-width: 1024px) {
  .product-info-block > .main > p {
    max-width: 100%;
    padding: 0 10px;
  }
}
.product-info-block .info-block {
  margin: 20px 0;
}
@media (max-width: 1024px) {
  .product-info-block .info-block {
    max-width: 100%;
    padding: 10px;
    margin: 10px 0;
  }
}
.product-info-block .price-block {
  margin: 30px 0;
}
.product-info-block .price-block .tier-price-block {
  font-size: 1rem;
  background: #46973a;
  border-radius: 3px;
  padding: 5px 10px;
  margin-top: 10px;
  color: #fff;
  display: none;
}
@media (max-width: 1024px) {
  .product-info-block .stock-block {
    margin: 0 15px;
  }
}
.product-info-block a.stock-notification {
  left: 0;
}

.product-header-block {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .product-header-block {
    padding: 10px;
  }
}
.product-header-block > h1, .product-header-block > h3 {
  margin: 0;
}
.product-header-block > h1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 425px) {
  .product-header-block > h1 {
    font-size: 1.8rem;
  }
}
.product-header-block > h3 {
  display: inline-block;
  background-color: #4d4d4d;
  color: white;
  border-radius: 3px;
  padding: 3px 6px;
  font-weight: normal;
  font-size: 1rem;
}

.product-detail .catalog-top-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  justify-items: center;
}

.product-detail .catalog-top-row .left {
  justify-self: start;
}

.product-detail .catalog-top-row a.secondary-btn {
  white-space: nowrap;
}

.product-detail .catalog-top-row a.tertiary-btn {
  display: inline-block;
}

.product-detail .body-inner-container {
  max-width: none;
  padding: 0;
}
.product-detail .body-inner-container .main-content .product {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px;
}
@media (max-width: 1024px) {
  .product-detail .body-inner-container .main-content .product {
    padding: 0px;
  }
}
.product-detail .body-inner-container .products-viewer {
  background-color: #f3f3f3;
}
.product-detail .body-inner-container .lastseenribbon {
  padding: 0;
}

.main-image img {
  display: block;
}

.product-left .item-colors {
  margin: 15px 0 0;
  text-align: center;
}

.product-left .item-colors .color {
  float: none;
  display: inline-block;
}

.item-thumbnails {
  position: relative;
  overflow: auto;
  justify-content: stretch;
}
.item-thumbnails > .scroll-btn {
  width: 40px;
}
.item-thumbnails > .scroll-btn > i {
  font-size: 25px;
}
.item-thumbnails > .scroll-btn.disabled {
  display: none;
}
.item-thumbnails .img-fluid {
  display: block;
}

.image_modal_div img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .sticky-product-img {
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 10px;
    align-self: flex-start;
    z-index: 6000;
  }
}
.tab-manager-mainpage-frame {
  margin: 20px 0;
}
@media (max-width: 1024px) {
  .tab-manager-mainpage-frame {
    max-width: unset;
    margin: 0 15px;
  }
}

.tab-manager-mainpage-frame-tab {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 15px;
  margin-bottom: 10px;
  max-width: 775px;
}
@media (max-width: 1024px) {
  .tab-manager-mainpage-frame-tab {
    max-width: unset;
  }
}

.tab-manager-mainpage-frame-tab-title {
  font-weight: 700;
  margin-bottom: 5px;
}

.info-block--side {
  border-top: 1px solid #e0e0e0;
  padding: 10px 0;
}
@media (max-width: 1024px) {
  .info-block--side {
    padding: 10px;
    max-width: 100%;
  }
}

.info-block--item {
  display: flex;
  flex-direction: row;
  margin: 3px 0;
}
.info-block--item > * {
  font-size: 1rem;
  line-height: 22px;
}
.info-block--item > *:first-child {
  width: 45%;
  font-weight: 700;
}
.info-block--item > *:last-child {
  width: 55%;
}
.info-block--item:first-child {
  margin-top: 0;
}
.info-block--item:last-child {
  margin-bottom: 0;
}
.info-block--item table {
  width: 100%;
}
.info-block--item table td {
  padding: 2px 15px 2px 0;
}

.panel-heading {
  border-top: 1px solid #CCC;
}

@media (max-width: 1024px) {
  .product-info-block {
    flex-direction: column;
  }
  .product-info-block > .side {
    width: 100%;
    padding: 0;
    position: relative;
  }
  .product-info-block > .side > .product-header-block {
    display: block;
  }
  .product-info-block > .main {
    width: 100%;
    margin-top: 0;
    padding-top: 15px;
    padding-left: 0;
    border-top: 1px solid #e0e0e0;
  }
  .product-info-block > .main > .product-header-block {
    display: none;
  }
  .product-info-block > .main > .flex-bar {
    padding: 0 10px;
  }
  .product-info-block > .main .shop-overview {
    position: sticky;
    padding: 10px;
    background-color: #f6f6f6;
    border: 1px solid #5f5f5f;
    margin: 5px;
    bottom: 5px;
  }
}
@media (max-width: 768px) {
  .product-detail .catalog-top-row {
    grid-template-columns: auto;
  }
}

/*# sourceMappingURL=pdp.css.map*/