.m-0 {
  margin: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.p-10 {
  padding: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-110 {
  margin-bottom: 115px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-100 {
  width: 100% !important;
}
.underline,
.link {
  text-decoration: underline;
}
.uppercase {
  text-transform: uppercase;
}
.display-block {
  display: block;
}
.no-display {
  display: none;
}
.inline-block {
  display: inline-block;
}
.no-list {
  list-style: none;
}
.brand-link {
  display: inline-block;
  color: #cc0e15;
  font-weight: 600;
}
.brand-link:hover,
.brand-link:active,
.brand-link:active:focus,
.brand-link:focus {
  color: #cc0e15;
}
.nowrap {
  white-space: nowrap;
}
.disabled {
  color: #a5a5a5;
  cursor: not-allowed;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.info-block-over {
  font-size: 1rem;
  line-height: 1.4;
  overflow: hidden;
  position: relative;
  width: 100%;
  word-break: break-word;
  white-space: normal;
}
.info-block-over.fade:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: -14px;
  width: 100%;
  height: 30px;
  background: -moz-linear-gradient(top, rgba(249, 249, 249, 0) 0%, #f9f9f9 53%, #f9f9f9 100%);
  background: -webkit-linear-gradient(top, rgba(249, 249, 249, 0) 0%, #f9f9f9 53%, #f9f9f9 100%);
  background: linear-gradient(to bottom, rgba(249, 249, 249, 0) 0%, #f9f9f9 53%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f9f9f9', endColorstr='#f9f9f9', GradientType=0);
}
.truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.text-danger {
  color: red;
}
.well {
  background-color: #F3F2F1;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}
.inline-container {
  display: flex;
}
.inline-container__stretch {
  justify-content: space-between;
}
.inline-container__item .btn {
  width: auto;
  margin: 0;
}
.inline-container__item .btn + .btn {
  margin-left: 10px;
}
.inline-container__item .btn-secondary {
  padding: 10px 15px;
}
ul {
  padding-left: 0;
  margin-bottom: 0;
}
ul li {
  list-style: none;
}
.adjust-img {
  height: auto;
  width: 100%;
}
.page-content {
  margin-top: 215px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .page-content {
    margin-top: 120px;
  }
}
@media (max-width: 380px) {
  .page-content {
    margin-top: 130px;
  }
}
input.form-control {
  color: #413A35;
}
/* BREADCRUMB STYLING */
#breadcrumbs {
  margin: 0 0 40px;
  margin-left: 0;
  padding-left: 0;
}
#breadcrumbs li {
  color: #4A4A4A;
  font-family: 'Montserrat', arial, sans-serif;
  display: inline;
  margin: 0 1px 0 0;
  font-size: 13px;
}
#breadcrumbs li:after {
  content: '/';
  position: relative;
  margin: 0 0 0 5px;
}
#breadcrumbs li a {
  color: #6E6259;
  text-decoration: underline;
  text-transform: uppercase;
}
#breadcrumbs li p {
  display: inline-block;
  font-size: 13px;
}
#breadcrumbs li.current-page:after {
  content: '';
}
/* BREADCRUMB STYLING END */
.sub-page-title-sec {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 20px;
}
.sub-page-title-sec h1.sub-page-title {
  font-size: 38px;
  font-weight: 500;
  color: #6E6259;
  margin-top: 0px;
  margin-bottom: 10px;
}
.sub-page-title-sec p.introductory-text {
  margin-bottom: 20px;
}
.title-inline-mix-block h2 {
  display: inline-block;
}
.title-inline-mix-block span {
  display: inline-block;
  float: right;
  position: relative;
  top: 31px;
}
.title-inline-mix-block span a {
  font-size: 13px;
  color: #6E6259;
  font-weight: 500;
}
.title-inline-mix-block span a:hover {
  text-decoration: none;
}
.title-inline-mix-block span a i {
  font-size: 12px;
  color: #6E6259;
  position: relative;
  top: 0;
}
.centering-block {
  text-align: center;
}
.error {
  color: #C8102E;
  display: block;
  font-size: 1.2rem;
}
.info {
  color: #cc0e15;
  cursor: pointer;
}
.info .icon {
  display: block;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
  overflow: hidden;
}
.info .icon.info-sign {
  background: url(../images/icons/info-icn.png) no-repeat;
}
.difficulty-scale {
  margin-left: 10px;
}
.difficulty-scale li {
  display: inline-block;
  width: 23px;
  height: 13px;
}
.difficulty-scale li:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.difficulty-scale li:last-child {
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}
.difficulty-scale li:last-child:hover {
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.difficulty-scale .ds-active {
  background-color: #6E6259;
  border: 2px solid #6E6259;
}
.difficulty-scale .ds-static {
  background-color: transparent;
  border: 2px solid #6E6259;
}
@media (max-width: 991px) {
  .difficulty-filter {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .difficulty-filter {
    margin-bottom: 30px;
  }
}
.difficulty-filter p {
  display: inline-block;
  color: #6E6259;
  font-weight: 500;
  font-family: 'Montserrat', arial, sans-serif;
  font-size: 14px;
}
.difficulty-filter .difficulty-scale {
  display: inline-block;
  position: relative;
  top: -1px;
}
.difficulty-filter .difficulty-scale li.btn {
  padding: 0px;
}
.difficulty-filter .difficulty-scale li.tooltip-hover:last-child {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.difficulty-filter .difficulty-scale li.tooltip-hover:last-child:hover {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 767px) {
  .tooltip {
    display: none !important;
  }
}
.tooltip.top .tooltip-inner {
  background-color: #6E6259;
  color: #FFFFFF;
  border: 1px solid #6E6259;
  padding: 3px 10px;
  -webkit-box-shadow: 7px 8px 7px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 7px 8px 7px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 7px 8px 7px -9px rgba(0, 0, 0, 0.75);
  font-family: 'Montserrat', arial, sans-serif;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #6E6259;
}
.pagination-section {
  margin-top: 30px;
}
.pagination-section .pagination li:first-child span {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  padding: 5px 12px 2px 12px;
}
@media (max-width: 400px) {
  .pagination-section .pagination li:first-child span {
    padding: 3px 5px 2px 5px;
  }
}
.pagination-section .pagination li:first-child span:hover {
  background-color: white;
}
.pagination-section .pagination li:first-child span a i {
  font-size: 23px;
  color: #413A35;
}
@media (max-width: 400px) {
  .pagination-section .pagination li:first-child span a i {
    font-size: 16px;
  }
}
.pagination-section .pagination li:last-child span {
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  padding: 5px 12px 2px 12px;
}
@media (max-width: 400px) {
  .pagination-section .pagination li:last-child span {
    padding: 3px 5px 2px 5px;
  }
}
.pagination-section .pagination li:last-child span:hover {
  background-color: white;
}
.pagination-section .pagination li:last-child span a i {
  font-size: 23px;
  color: #413A35;
}
@media (max-width: 400px) {
  .pagination-section .pagination li:last-child span a i {
    font-size: 16px;
  }
}
.pagination-section .pagination li.active span {
  background-color: #413A35;
  border-color: #413A35;
  color: #FFFFFF;
}
@media (max-width: 400px) {
  .pagination-section .pagination li.active span {
    font-size: 12px;
    padding: 4px 8px;
  }
}
.pagination-section .pagination li a {
  color: #413A35;
}
@media (max-width: 400px) {
  .pagination-section .pagination li a {
    font-size: 12px;
    padding: 4px 8px;
  }
}
.pagination-section .pagination li a:hover {
  background-color: #FFFFFF;
  color: #413A35;
}
.pagination-section .pagination li p.pagination-etc {
  color: #413A35;
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
@media (max-width: 400px) {
  .pagination-section .pagination li p.pagination-etc {
    font-size: 12px;
    padding: 4px 8px;
  }
}
.pagination-section .pagination li p.pagination-etc:hover {
  background-color: #FFFFFF;
  color: #413A35;
}
.form-group-icon-inside {
  position: relative;
}
.form-group-icon-inside .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 10px;
  font-size: 18px;
}
.form-group-icon-inside .form-control {
  border-radius: 15px;
  padding-right: 35px;
  border-color: #413A35;
}
.form-group-icon-inside .form-control::-webkit-input-placeholder {
  opacity: 1;
}
.form-group-icon-inside .form-control::-webkit-input-placeholder {
  color: #6E6259;
  font-size: 13px;
  font-weight: 300;
}
.form-group-icon-inside .form-control:-ms-input-placeholder {
  color: #6E6259;
  font-size: 13px;
  font-weight: 300;
}
.form-group-icon-inside .form-control:-moz-placeholder {
  color: #6E6259;
  font-size: 13px;
  font-weight: 300;
}
.form-group-icon-inside .form-control::-moz-placeholder {
  color: #6E6259;
  font-size: 13px;
  font-weight: 300;
}
.form-group-icon-inside .clear-filter-input {
  display: none;
  padding: 0;
  border: none;
}
.form-group-icon-inside .clear-filter-input i {
  color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
}
.form-group-icon-inside .clear-filter-input:hover {
  background-color: transparent;
}
.title-row {
  border-bottom: 2px solid #edeae8;
  margin: 0 0 20px;
  padding-bottom: 10px;
}
.title-row > div {
  padding-left: 0;
  padding-right: 0;
}
.title-row h1 {
  margin: 0;
  font-size: 40px;
  color: #6E6259;
  font-family: 'Montserrat', arial, sans-serif;
  letter-spacing: 0.03px;
}
@media (max-width: 600px) {
  .title-row .btn-primary {
    min-width: 160px;
    width: 100%;
  }
}
.title-row.extended {
  display: flex;
  justify-content: space-between;
}
.title-row.extended .title-row-item .results-view-option-icon-1,
.title-row.extended .title-row-item .results-view-option-icon-2 {
  font-size: 3.2rem;
  padding: 0;
}
.title-row.extended .title-row-item .results-view-option-icon-1 {
  color: #6E6259;
}
.title-row.extended .title-row-item .results-view-option-icon-2 {
  color: #9A918A;
}
@media (max-width: 768px) {
  .title-row.extended {
    flex-wrap: wrap;
  }
  .title-row.extended h1 {
    font-size: 3rem;
  }
}
.title-row .inline-container__stretch {
  align-items: baseline;
}
.title-row .inline-container__stretch p {
  font-size: 16px;
  letter-spacing: -0.8px;
}
.title-row .inline-container__stretch p a {
  color: #6E6259;
  text-decoration: underline;
}
.row-border-btm {
  border-bottom: 2px solid #edeae8;
  padding-bottom: 15px;
}
.subpage-recent-download-sec {
  margin-top: 20px;
}
.subpage-recent-download-sec.table-sec-title-sec-border,
.sub-page-sub-title-sec.table-sec-title-sec-border {
  border: 1px solid #413A35;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 5px 0 5px 8px;
}
.subpage-recent-download-sec h4,
.sub-page-sub-title-sec h4 {
  display: inline-block;
  margin-bottom: 8px;
  margin-left: 10px;
}
.subpage-recent-download-sec h3,
.sub-page-sub-title-sec h3 {
  display: inline-block;
  margin-bottom: 8px;
  margin-left: 10px;
}
.subpage-recent-download-sec .spacer,
.sub-page-sub-title-sec .spacer {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.subpage-recent-download-sec a,
.sub-page-sub-title-sec a {
  display: inline-block;
  color: #6E6259;
  font-size: 13px;
  text-decoration: underline;
}
.subpage-recent-download-sec hr,
.sub-page-sub-title-sec hr {
  margin-top: 0px;
}
.subpage-recent-download-sec .btn-primary,
.sub-page-sub-title-sec .btn-primary {
  color: #FFFFFF;
  text-decoration: none;
}
.subpage-recent-download-sec .btn-primary:hover,
.sub-page-sub-title-sec .btn-primary:hover,
.subpage-recent-download-sec .btn-primary:focus,
.sub-page-sub-title-sec .btn-primary:focus,
.subpage-recent-download-sec .btn-primary:active,
.sub-page-sub-title-sec .btn-primary:active {
  text-decoration: none;
}
#subpage-banner-slider {
  max-height: 475px;
  overflow: hidden;
  margin-bottom: 20px;
}
.cta-2 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  padding-top: 30px;
  margin: 20px 0 20px;
}
@media (max-width: 991px) {
  .cta-2 {
    display: block;
  }
}
.cta-2 .cta-text-sec {
  max-width: 75%;
}
@media (max-width: 1199px) {
  .cta-2 .cta-text-sec {
    max-width: 70%;
  }
}
@media (max-width: 991px) {
  .cta-2 .cta-text-sec {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.cta-2 button {
  align-self: center;
}
@media (max-width: 991px) {
  .cta-2 button {
    width: 100%;
  }
}
.subpage-cta-half {
  background-image: url('../images/brown-cable-knit.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  height: 300px;
}
@media (max-width: 1199px) {
  .subpage-cta-half {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .subpage-cta-half {
    margin-bottom: 20px;
    height: 350px;
  }
}
.tabs {
  background-color: #f2f2f2;
  border-bottom: 1px solid #413A35;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.tabs li a {
  display: block;
  font-family: 'Montserrat', arial, sans-serif;
  font-size: 14px;
  color: #77675f;
  padding: 15px 20px;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.tabs li a:hover {
  background-color: #d9d6d4;
}
.tabs li.active a {
  background-color: #413A35;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  .tabs li a {
    padding: 15px 10px;
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .tabs li a {
    padding: 15px 7px;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .tabs {
    flex-direction: column;
  }
  .tabs li a {
    font-size: 14px;
    padding: 10px;
  }
}
.tab-content .tab-pane p {
  margin-bottom: 20px;
}
.product-image__container,
.video-image__container {
  background-color: #FFFFFF;
  border: 1px solid #979797;
  display: block;
  height: 71px;
  overflow: hidden;
  padding: 5px;
}
.product-image__container img,
.video-image__container img {
  width: 100%;
  height: auto;
}
.video-image__container {
  width: 120px;
}
.product-image__container {
  width: 71px;
}
.btn-qty {
  background-image: -moz-linear-gradient(90deg, #f2f4f7 0%, #feffff 100%);
  background-image: -webkit-linear-gradient(90deg, #f2f4f7 0%, #feffff 100%);
  background-image: -ms-linear-gradient(90deg, #f2f4f7 0%, #feffff 100%);
  border: 1px solid #ced0da;
}
.number-increase {
  width: 120px;
}
.number-increase .input-group-btn button {
  padding: 10px 12px;
}
.number-increase .input-group-btn i {
  color: #413A35;
}
.number-increase input {
  color: #413A35;
  font-size: 15px;
  border-top: 1px solid #CED0DA;
  border-bottom: 1px solid #CED0DA;
  border-left: none;
  text-align: center;
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 600;
  padding: 7px 0 6px 0;
  height: 40px;
}
.number-increase input[type=number]::-webkit-inner-spin-button,
.number-increase input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.account-info-section {
  border: 1px solid #463f38;
  margin-bottom: 30px;
  border-radius: 0;
}
.account-info-section__subtotal {
  border-color: #d5d5d5;
}
.account-info-section__subtotal .account-info-section__title {
  border-bottom: 1px solid #d5d5d5;
}
.account-info-section__subtotal .section-subtotal__item-last:before {
  display: none !important;
}
.account-info-section.equalHeight:not(.account-info-section__trigger) {
  background-color: #e8e5e4;
}
.account-info-section__trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #FFFFFF;
}
.account-info-section__trigger-text {
  color: #463f38;
  font-weight: bold;
}
.account-info-section__trigger-text .fas {
  margin-right: 10px;
}
.account-info-section__hover:hover {
  border-color: #71645B;
  box-shadow: 1px 0 0 #71645B, -1px 0 0 #71645B, 0 -1px 0 #71645B, 0 1px 0 #71645B;
  cursor: pointer;
}
.account-info-section__hover a:not(.account-info-section__trigger-text) {
  text-decoration: underline;
}
.account-info-section__title {
  padding: 20px;
  background-color: #FFFFFF;
}
.account-info-section__title-address {
  min-height: 65px;
}
.account-info-section__title-caption {
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  margin: 0 5px 0 0;
  font-weight: 500;
  flex: 1;
  color: #463f38;
}
.account-info-section__title-caption-description {
  font-size: 11px;
  font-weight: 300;
  margin-top: 3px;
}
.account-info-section__title-button {
  display: flex;
}
.account-info-section__title-button .btn {
  width: auto;
  margin: 0;
  font-size: 12px;
  padding: 8px 20px;
}
.account-info-section__title-button .btn-icon {
  padding: 0;
  opacity: 1;
  color: #c2c2c2;
  background-color: transparent;
}
.account-info-section__title-button .btn-icon:focus {
  outline: none;
}
.account-info-section__title-button .btn-icon.edit:hover {
  color: #6E6259;
}
.account-info-section__title-button .btn-icon.delete:hover {
  color: #C8102E;
}
.account-info-section__title-button .btn-icon .fas {
  font-size: 23px;
}
.account-info-section__title-button .btn-icon + .btn-icon {
  margin-left: 15px;
}
.account-info-section__title-button .btn-icon + .btn {
  margin-left: 15px;
}
.account-info-section__title-action {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-info-section__title-info {
  padding: 5px 0;
}
.account-info-section__title-info p {
  margin: 0;
  font-size: 16px;
  color: #093D6A;
  letter-spacing: 0.84px;
  font-weight: 600;
}
.account-info-section__content-striped .account-info-section__content-item:nth-child(2n) {
  background-color: #FFFFFF;
}
.account-info-section__content-2cols {
  display: flex;
}
.account-info-section__content-2cols .account-info-section__content-item {
  width: 50%;
}
.account-info-section__content-2cols .account-info-section__content-item .dl-horizontal:last-child {
  padding-bottom: 10px;
}
.account-info-section__content-2cols .account-info-section__content-item .dl-horizontal + .dl-horizontal {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .account-info-section__content-2cols {
    flex-direction: column;
  }
  .account-info-section__content-2cols .account-info-section__content-item {
    width: 100%;
  }
}
.account-info-section__content-item {
  padding: 10px 20px;
  background-color: #FFFFFF;
  color: #77675f;
}
.account-info-section__content-item:first-child {
  padding-top: 0;
}
.account-info-section__content-item:last-child {
  padding-bottom: 20px;
}
.account-info-section__content .account-info {
  float: none;
  margin-bottom: 0;
}
.account-info-section__content dl {
  margin-bottom: 0;
}
.account-info-section__content dl dt {
  text-align: left;
}
.account-info-section__content dl dd a {
  word-break: break-all;
}
.account-info-section__content-expanded .account-info-section__content-item {
  padding: 15px 22px;
}
.checkout-opacity-overlay {
  opacity: 0.5;
  pointer-events: none;
}
.checkout-opacity-overlay:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
}
.btn {
  color: #FFFFFF;
  font-family: 'Montserrat', arial, sans-serif;
  font-size: 13px;
  padding: 10px 0;
}
.btn:hover,
.btn:active,
.btn:focus {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
.btn-primary {
  background-color: rgba(110, 98, 89, 0.7);
  border: 1px solid #E1E1E1;
  font-weight: 300;
  width: 190px;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus {
  border: 1px solid rgba(110, 98, 89, 0.7);
  background-color: #FFFFFF;
  color: rgba(110, 98, 89, 0.7);
}
.btn-primary-mini {
  background-color: rgba(110, 98, 89, 0.7);
  border: 1px solid #E1E1E1;
  font-weight: 300;
  font-size: 12px;
  width: 90px;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-primary-mini:hover,
.btn-primary-mini:active,
.btn-primary-mini:focus {
  border: 1px solid rgba(110, 98, 89, 0.7);
  background-color: #FFFFFF;
  color: rgba(110, 98, 89, 0.7);
}
.btn-secondary {
  background-color: #FFFFFF;
  border: 1px solid #71645B;
  font-weight: 300;
  width: 190px;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #71645B;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  border: 1px solid #71645B;
  background-color: #71645B;
  color: #FFFFFF;
}
.btn-secondary-mini {
  background-color: #FFFFFF;
  border: 1px solid #71645B;
  font-weight: 300;
  font-size: 12px;
  width: 90px;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #71645B;
}
.btn-secondary-mini:hover,
.btn-secondary-mini:active,
.btn-secondary-mini:focus {
  border: 1px solid #71645B;
  background-color: #71645B;
  color: #FFFFFF;
}
.btn-brand,
.btn-brand-revers {
  border-color: #cc0e15;
  border-radius: 3px;
  text-transform: uppercase;
  width: 180px;
}
.btn-brand:hover,
.btn-brand-revers:hover,
.btn-brand:active,
.btn-brand-revers:active,
.btn-brand:active:focus,
.btn-brand-revers:active:focus,
.btn-brand:focus,
.btn-brand-revers:focus {
  outline-color: #cc0e15;
}
.btn-brand + .btn,
.btn-brand-revers + .btn {
  margin-left: 15px;
}
@media (max-width: 600px) {
  .btn-brand,
  .btn-brand-revers {
    min-width: 160px;
    width: 100%;
  }
  .btn-brand + .btn,
  .btn-brand-revers + .btn {
    margin-left: 0;
    margin-top: 15px;
  }
}
.btn-brand {
  background-color: #cc0e15;
}
.btn-brand:hover,
.btn-brand:active,
.btn-brand:active:focus,
.btn-brand:focus {
  border-color: #cc0e15;
  background-color: #FFFFFF;
  color: #cc0e15;
}
.btn-brand-revers {
  background-color: #FFFFFF;
  color: #cc0e15;
}
.btn-brand-revers:hover,
.btn-brand-revers:active,
.btn-brand-revers:active:focus,
.btn-brand-revers:focus {
  border-color: #cc0e15;
  background-color: #cc0e15;
  color: #FFFFFF;
}
.btn-single {
  padding: 0px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
.btn-single:hover,
.btn-single:active,
.btn-single:focus,
.btn-single:visited {
  color: #cc0e15;
}
.btn-add {
  padding: 0;
  color: #77675f;
  text-transform: uppercase;
  font-size: 13px;
}
.btn-add:hover {
  text-decoration: none;
  color: #77675f;
  opacity: 0.8;
}
.btn-add:active,
.btn-add:focus {
  text-decoration: none;
  color: #77675f;
  opacity: 0.8;
}
.btn-add span {
  color: #C8102E;
  font-size: 20px;
  margin-right: 3px;
  position: relative;
  top: 2px;
}
.btn-paypal {
  width: auto;
  height: 44px;
  line-height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #FFC439;
  border: 1px solid #DC921E;
  border-radius: 5px;
  font-weight: bold;
  font-size: 13px;
  color: #6c4c00;
  text-shadow: 0 1px 0 #ffd36c;
  outline: none;
  box-shadow: inset 0 2px 0px #ffd36c;
}
.btn-paypal img {
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.btn-block {
  width: 100% !important;
}
@font-face {
  font-family: "HelloLucky";
  src: url("../fonts/HelloLucky.otf");
}
a {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 400;
}
p {
  font-family: 'Montserrat', arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
body {
  font-family: 'Montserrat', arial, sans-serif;
  color: #6E6259;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', arial, sans-serif;
  color: #6E6259;
}
h2 {
  color: #6E6259;
  font-size: 30px;
}
h6 {
  font-size: 14px;
  font-weight: 600;
}
.form-group-custom {
  position: relative;
  margin-bottom: 20px;
}
.form-group-custom label {
  position: absolute;
  transition: all 0.1s ease-out;
  background-color: #FFFFFF;
  font-weight: 400;
  white-space: nowrap;
  padding: 0 4px;
  margin-bottom: 0;
  cursor: text;
  left: 12px;
  top: 13px;
  z-index: 5;
  max-width: calc(100% - 13px);
  letter-spacing: 1.1px;
}
.form-group-custom input.form-control,
.form-group-custom textarea.form-control,
.form-group-custom select.form-control {
  border-color: #77675f;
  border-radius: 0;
  font-size: 1.2rem;
  box-shadow: none;
}
.form-group-custom input.form-control.input-lg,
.form-group-custom textarea.form-control.input-lg,
.form-group-custom select.form-control.input-lg {
  font-size: 1.2rem;
}
.form-group-custom input.form-control.input-xlg,
.form-group-custom textarea.form-control.input-xlg,
.form-group-custom select.form-control.input-xlg {
  height: 100px;
}
.form-group-custom input.form-control::-webkit-input-placeholder,
.form-group-custom textarea.form-control::-webkit-input-placeholder,
.form-group-custom select.form-control::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
.form-group-custom input.form-control:hover,
.form-group-custom textarea.form-control:hover,
.form-group-custom select.form-control:hover {
  box-shadow: 0 0 3px #b4a8a1;
}
.form-group-custom input.form-control:focus,
.form-group-custom textarea.form-control:focus,
.form-group-custom select.form-control:focus {
  border-color: #c0b5af;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.form-group-custom input.form-control:focus + label,
.form-group-custom textarea.form-control:focus + label,
.form-group-custom select.form-control:focus + label {
  cursor: default;
  left: 14px;
  top: -9px;
  color: #c0b5af;
}
.form-group-custom input.form-control:focus::-webkit-input-placeholder,
.form-group-custom textarea.form-control:focus::-webkit-input-placeholder,
.form-group-custom select.form-control:focus::-webkit-input-placeholder {
  opacity: 1;
}
.form-group-custom.has-value label {
  cursor: default;
  left: 14px;
  top: -9px;
  color: #c0b5af;
}
.form-group-custom .field-icon {
  font-size: 2.3rem;
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 2;
}
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:checked + label {
  color: #77675f;
  left: 0;
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  padding-left: 35px;
  padding-top: 4px;
  top: 0;
}
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  margin-right: 20px;
  padding-right: 20px;
  border: 1px solid #77675f;
  background: #fff;
  border-radius: 4px;
}
[type="checkbox"]:checked + label:after {
  content: '\f00c';
  font-family: 'Font Awesome\ 5 Free';
  font-size: 17px;
  font-weight: 800;
  color: #cc0e15;
  text-align: center;
  display: inline-block;
  visibility: visible;
  position: absolute;
  top: 2px;
  left: 5px;
  opacity: 1;
  transform: scale(1);
}
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label {
  color: #77675f;
  left: 0;
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  padding-left: 35px;
  padding-top: 4px;
  top: 0;
}
[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  margin-right: 20px;
  padding-right: 20px;
  border: 1px solid #77675f;
  background: #fff;
  border-radius: 4px;
}
[type="checkbox"]:not(:checked) + label:after {
  content: '\f00c';
  font-family: 'Font Awesome\ 5 Free';
  font-size: 17px;
  font-weight: 800;
  color: #cc0e15;
  text-align: center;
  display: inline-block;
  visibility: visible;
  position: absolute;
  top: 2px;
  left: 5px;
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #77675f;
  background-color: #FFFFFF;
}
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #77675f;
  background-color: #FFFFFF;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #77675f;
}
[type="checkbox"]:disabled + label {
  color: #77675f;
}
.radio-default-custom {
  position: relative;
  top: -4px;
}
.radio-default-custom label {
  font-weight: 400;
}
.radio-default-custom input[type="radio"] {
  margin-right: 5px;
  margin-top: 0px;
  opacity: 1;
  position: relative;
  top: 3px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  content: '';
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #c9cBc9;
}
.radio-default-custom input[type="radio"]:focus {
  outline: none;
}
.radio-default-custom input[type="radio"]:checked {
  background-color: #FFFFFF;
}
.radio-default-custom input[type="radio"]:checked:after {
  content: '';
  background-color: #cc0e15;
  height: 60%;
  width: 60%;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
}
.radio-default-custom input:after {
  content: '';
  background-color: #FFFFFF;
  height: 60%;
  width: 60%;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
}
@-moz-document url-prefix() {
  .radio-default-custom input[type="radio"] {
    width: 17px;
    height: 17px;
  }
  .radio-default-custom input[type="radio"]:after {
    height: 41%;
    width: 41%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .radio-default-custom input[type="radio"]::-ms-check {
    border: 0;
    color: white;
    padding: 3px;
    background-color: #FFFFFF;
  }
  .radio-default-custom input[type="radio"]::-ms-check:after {
    content: '';
    background-color: #cc0e15;
    height: 65%;
    width: 65%;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 5px;
    border: 1px solid #c9cBc9;
  }
  .radio-default-custom input[type="radio"]:checked::-ms-check {
    color: #cc0e15;
    background-color: #FFFFFF;
    border: 1px solid #c9cBc9;
  }
}
.form-control-custom.custom-select .dropdown-toggle {
  height: 100%;
  border-radius: 0px;
  border-color: #77675f;
}
.form-control-custom.custom-select .dropdown-toggle .filter-option {
  color: #413A35;
}
.form-control-custom.custom-select .dropdown-toggle.bs-placeholder {
  color: #413A35;
  letter-spacing: 2px;
}
.form-control-custom.custom-select .dropdown-toggle .bs-caret {
  background: #FFFFFF;
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.form-control-custom.custom-select .dropdown-toggle .bs-caret .caret {
  color: #413A35;
  right: 15px;
}
.form-control-custom.open .dropdown-toggle {
  box-shadow: none;
  background: #f2f2f2;
}
.form-control-custom.open .dropdown-toggle .filter-option {
  color: #413A35;
}
.form-control-custom.open .dropdown-menu li a {
  padding: 10px 10px 10px 15px;
  color: #413A35;
}
.form-control-custom.input-lg .dropdown-toggle {
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  font-family: 'Montserrat', arial, sans-serif;
  padding-left: 15px;
}
.form-control-custom.input-lg .dropdown-toggle:hover,
.form-control-custom.input-lg .dropdown-toggle:focus,
.form-control-custom.input-lg .dropdown-toggle:active,
.form-control-custom.input-lg .dropdown-toggle:visited {
  background-color: #FFFFFF;
  color: #413A35;
}
.form-control-custom.input-lg .dropdown-toggle .filter-option {
  color: #413A35;
}
.form-select-date {
  display: flex;
}
.form-select-date__month {
  width: 150px;
}
.form-select-date__month .form-control {
  margin-right: 10px;
}
.form-select-date__day {
  width: 85px;
  margin-left: 10px;
}
.form-select-date__year {
  margin-left: 10px;
  width: 100px;
}
.form-coupon-code {
  padding: 15px;
  display: flex;
}
.form-coupon-code .form-group-custom {
  display: flex;
  flex-grow: 1;
}
.form-coupon-code .form-group-custom .form-control-custom {
  width: 100%;
}
.form-coupon-code .btn {
  height: 48px;
  margin: 0 0 0 15px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.modal {
  top: 100px;
}
.modal .modal-header {
  height: 50px;
}
.modal .modal-header button i {
  font-size: 27px;
}
.modal-dialog-custom .modal-content,
.modal-dialog-reset-password .modal-content {
  border-radius: 0;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.modal-dialog-custom .modal-header,
.modal-dialog-reset-password .modal-header {
  border: 0 none;
  padding: 15px 15px 0 15px;
  height: 40px;
}
.modal-dialog-custom .modal-header .close,
.modal-dialog-reset-password .modal-header .close {
  font-size: 2.2em;
  margin-top: -7px;
  margin-right: -5px;
}
.modal-dialog-custom .modal-body,
.modal-dialog-reset-password .modal-body {
  margin: auto;
  padding: 20px 30px 20px 30px;
  max-width: 580px;
}
.modal-dialog-custom .modal-body h2,
.modal-dialog-reset-password .modal-body h2 {
  margin-top: 0px;
}
.modal-dialog-custom .modal-body form,
.modal-dialog-reset-password .modal-body form {
  margin-bottom: 30px;
}
.modal-dialog-custom .modal-body form .form-group label,
.modal-dialog-reset-password .modal-body form .form-group label {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 700;
  color: #6E6259;
  font-size: 12px;
}
.modal-dialog-custom .modal-body form p.form-label,
.modal-dialog-reset-password .modal-body form p.form-label {
  font-family: 'Montserrat', arial, sans-serif;
  margin-bottom: 6px;
  font-weight: 700;
  color: #6E6259;
  font-size: 12px;
}
.modal-dialog-custom .modal-body img,
.modal-dialog-reset-password .modal-body img {
  max-width: 100%;
}
.modal-dialog-custom .modal-body .form-group-custom,
.modal-dialog-reset-password .modal-body .form-group-custom {
  margin-bottom: 0;
}
.modal-dialog-custom .modal-body .form-group-custom + .form-group-custom,
.modal-dialog-reset-password .modal-body .form-group-custom + .form-group-custom {
  margin-top: 25px;
}
.modal-dialog-custom .modal-body .form-group-custom select option,
.modal-dialog-reset-password .modal-body .form-group-custom select option {
  font-size: 14px;
}
.modal-dialog-custom .modal-body .dropdown-menu.inner li,
.modal-dialog-reset-password .modal-body .dropdown-menu.inner li {
  max-width: 240px;
}
.modal-dialog-custom .modal-body .dropdown-menu.inner li > a,
.modal-dialog-reset-password .modal-body .dropdown-menu.inner li > a {
  white-space: normal;
  word-break: break-all;
  word-break: break-word;
}
@media (min-width: 768px) {
  .modal-dialog-custom .modal-body .dropdown-menu.inner li,
  .modal-dialog-reset-password .modal-body .dropdown-menu.inner li {
    max-width: 500px;
  }
}
.modal-dialog-custom .modal-footer,
.modal-dialog-reset-password .modal-footer {
  border: none;
  margin: 0 auto;
  max-width: 580px;
  padding: 0px 30px 50px 30px;
  text-align: right;
}
.modal-dialog-custom .modal-footer .btn,
.modal-dialog-reset-password .modal-footer .btn {
  min-width: 160px;
}
.modal-dialog-custom .modal-footer .btn + .btn,
.modal-dialog-reset-password .modal-footer .btn + .btn {
  margin-left: 15px;
}
@media (max-width: 600px) {
  .modal-dialog-custom .modal-footer .btn,
  .modal-dialog-reset-password .modal-footer .btn {
    min-width: 160px;
    width: 100%;
  }
  .modal-dialog-custom .modal-footer .btn + .btn,
  .modal-dialog-reset-password .modal-footer .btn + .btn {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .modal-dialog-custom,
  .modal-dialog-reset-password {
    width: 730px;
    margin: 50px auto;
  }
}
.modal.fade .modal-dialog-custom,
.modal.fade .modal-dialog-reset-password {
  transform: scale3d(0.8, 0.8, 0.6) !important;
  transition: transform 0.3s ease-out !important;
}
.modal.in .modal-dialog-custom,
.modal.in .modal-dialog-reset-password {
  transform: scale3d(1, 1, 1) !important;
}
#user-review-image-modal .modal-body {
  padding: 20px 0px 30px 0px;
}
@media (max-width: 767px) {
  #user-review-image-modal .modal-body {
    padding: 20px;
  }
}
#user-review-image-modal .modal-body h2 {
  font-size: 24px;
  margin-bottom: 0px;
}
#user-review-image-modal .modal-body hr {
  margin-top: 10px;
}
#add-to-cart-modal .modal-body h2 {
  font-size: 24px;
  margin-bottom: 0px;
}
#add-to-cart-modal .modal-body hr {
  margin-top: 10px;
}
.table-component {
  border: 1px solid #463f38;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 400px) {
  .table-component {
    border: 1px solid #E2DDD8;
  }
}
.table-component + .table-component {
  margin-top: 30px;
}
.table-component__header {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
@media (max-width: 600px) {
  .table-component__header {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.table-component__header-text {
  color: #413A35;
  margin: 0;
  font-family: 'Montserrat', arial, sans-serif;
  font-size: 18px;
}
@media (max-width: 600px) {
  .table-component__header-text {
    margin-bottom: 10px;
  }
}
.table-component__header-text-buttons {
  margin-right: 0;
  margin-left: auto;
}
.table-component__header-text-buttons .btn {
  margin: 0;
}
.table-component__header-action {
  font-weight: 500;
  margin-left: 18px;
  padding: 0 18px;
  position: relative;
}
.table-component__header-action:hover,
.table-component__header-action:active,
.table-component__header-action:focus {
  text-decoration: none;
}
.table-component__header-action:before {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}
.table-component__header-actions {
  padding: 15px 23px;
}
.table-component__content-table-responsive tbody tr th .caption,
.table-component__content-table-responsive tbody tr td .caption {
  display: none;
}
@media (max-width: 991px) {
  .table-component__content-table-responsive thead {
    display: none;
  }
  .table-component__content-table-responsive tbody tr th:first-child {
    padding-top: 15px !important;
  }
  .table-component__content-table-responsive tbody tr th,
  .table-component__content-table-responsive tbody tr td {
    display: flex;
    padding: 5px 20px !important;
    font-size: 13px !important;
    border: none;
  }
  .table-component__content-table-responsive tbody tr th:last-child .cell-content:last-child,
  .table-component__content-table-responsive tbody tr td:last-child .cell-content:last-child {
    padding-bottom: 15px;
  }
  .table-component__content-table-responsive tbody tr th button.btn-secondary-mini,
  .table-component__content-table-responsive tbody tr td button.btn-secondary-mini {
    width: 100%;
    margin-bottom: 20px;
  }
  .table-component__content-table-responsive tbody tr th.product-image,
  .table-component__content-table-responsive tbody tr td.product-image {
    display: none;
  }
  .table-component__content-table-responsive tbody tr th .product-image-mobile,
  .table-component__content-table-responsive tbody tr td .product-image-mobile {
    display: flex !important;
    flex-shrink: 0;
    width: 130px;
    float: left;
  }
  .table-component__content-table-responsive tbody tr th .product-image-mobile__container,
  .table-component__content-table-responsive tbody tr td .product-image-mobile__container {
    background-color: #FFFFFF;
    border: 1px solid #979797;
    display: block;
    width: 71px;
    height: 71px;
    overflow: hidden;
    padding: 5px;
  }
  .table-component__content-table-responsive tbody tr th .product-image-mobile__container img,
  .table-component__content-table-responsive tbody tr td .product-image-mobile__container img {
    width: 100%;
    height: auto;
  }
  .table-component__content-table-responsive tbody tr th.product-description .caption,
  .table-component__content-table-responsive tbody tr td.product-description .caption {
    display: none;
  }
  .table-component__content-table-responsive tbody tr th p,
  .table-component__content-table-responsive tbody tr td p,
  .table-component__content-table-responsive tbody tr th a,
  .table-component__content-table-responsive tbody tr td a {
    font-size: 13px !important;
    word-break: break-all;
  }
  .table-component__content-table-responsive tbody tr th .caption,
  .table-component__content-table-responsive tbody tr td .caption {
    display: inline-block;
    width: 130px;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 600;
  }
  .table-component__content-table-responsive tbody tr th .cell-content,
  .table-component__content-table-responsive tbody tr td .cell-content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .table-component__content-table-responsive tbody tr th .cell-content__inline-sm,
  .table-component__content-table-responsive tbody tr td .cell-content__inline-sm {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .table-component__content-table-responsive tbody tr:hover th:before {
    display: none !important;
  }
}
@media (max-width: 400px) {
  .table-component__content-table-responsive tbody tr th.product-description,
  .table-component__content-table-responsive tbody tr td.product-description {
    flex-direction: column;
  }
  .table-component__content-table-responsive tbody tr th .add-to-cart,
  .table-component__content-table-responsive tbody tr td .add-to-cart {
    width: 100%;
    padding-bottom: 10px;
  }
  .table-component__content-table-responsive tbody tr th .product-image-mobile,
  .table-component__content-table-responsive tbody tr td .product-image-mobile {
    flex-shrink: 0;
    width: 100%;
    float: none;
  }
  .table-component__content-table-responsive tbody tr th .product-image-mobile__container,
  .table-component__content-table-responsive tbody tr td .product-image-mobile__container {
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
    text-align: center;
  }
  .table-component__content-table-responsive tbody tr th .product-image-mobile__container img,
  .table-component__content-table-responsive tbody tr td .product-image-mobile__container img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
}
.table-component__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 19px 23px;
  background-color: #FFFFFF;
  border-top: 1px solid #463f38;
}
.table-component__footer .btn {
  margin: 0;
}
.table-component__footer .btn + .btn {
  margin-left: 10px;
}
.table-component__qty-field {
  width: 50px;
}
.table-component__qty-field-input {
  padding: 8px 3px !important;
  color: #6E6259;
  font-family: 'Montserrat', arial, sans-serif;
}
.table-component__qty-field-update {
  font-size: 12px;
}
.table-component__total-field {
  display: flex;
  justify-content: space-between;
}
.table-component__close-button {
  opacity: 1;
}
.table-component__close-button:hover {
  color: #C8102E;
  opacity: 1;
}
.table-component__close-button:focus {
  outline: none;
}
.table-component .table {
  font-family: 'Montserrat', arial, sans-serif;
  margin-bottom: 0;
}
.table-component .table__shopping-cart .product-image__container {
  width: 100px;
  height: 100px;
}
@media (min-width: 1199px) {
  .table-component .table__scrollable {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
  .table-component .table__scrollable thead {
    background-color: #413A35;
  }
  .table-component .table__scrollable thead tr {
    display: block;
  }
  .table-component .table__scrollable thead tr th {
    display: inline-block;
    float: left;
  }
  .table-component .table__scrollable thead tr th.details {
    width: calc(100% - 316px);
  }
  .table-component .table__scrollable thead tr th.qty {
    width: 70px;
  }
  .table-component .table__scrollable thead tr th.unit,
  .table-component .table__scrollable thead tr th.total {
    width: 115px;
  }
  .table-component .table__scrollable tbody {
    display: block;
    width: 100%;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .table-component .table__scrollable tbody tr {
    display: block;
  }
  .table-component .table__scrollable tbody tr:after {
    content: "";
    clear: both;
    display: table;
  }
  .table-component .table__scrollable tbody tr:nth-child(2n) {
    background-color: #e8e5e4;
  }
  .table-component .table__scrollable tbody tr td,
  .table-component .table__scrollable tbody tr th {
    display: inline-block;
    float: left;
  }
  .table-component .table__scrollable tbody tr td.product-image,
  .table-component .table__scrollable tbody tr th.product-image {
    width: 80px;
    padding: 20px 5px !important;
  }
  .table-component .table__scrollable tbody tr td.product-description,
  .table-component .table__scrollable tbody tr th.product-description {
    width: calc(100% - 380px);
  }
  .table-component .table__scrollable tbody tr td.qty,
  .table-component .table__scrollable tbody tr th.qty {
    width: 70px;
  }
  .table-component .table__scrollable tbody tr td.unit,
  .table-component .table__scrollable tbody tr th.unit,
  .table-component .table__scrollable tbody tr td.total,
  .table-component .table__scrollable tbody tr th.total {
    width: 115px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .table-component .table__scrollable {
    display: block;
  }
  .table-component .table__scrollable td,
  .table-component .table__scrollable th {
    padding: 5px !important;
  }
  .table-component .table__scrollable thead {
    display: block;
  }
  .table-component .table__scrollable thead tr {
    display: block;
  }
  .table-component .table__scrollable thead tr th {
    display: inline-block;
    float: left;
  }
  .table-component .table__scrollable thead tr th.details {
    width: calc(100% - 220px);
  }
  .table-component .table__scrollable thead tr th.qty {
    width: 40px;
  }
  .table-component .table__scrollable thead tr th.unit,
  .table-component .table__scrollable thead tr th.total {
    width: 90px;
  }
  .table-component .table__scrollable tbody tr {
    display: block;
  }
  .table-component .table__scrollable tbody tr td.product-image,
  .table-component .table__scrollable tbody tr th.product-image {
    width: 80px;
    padding: 5px !important;
  }
  .table-component .table__scrollable tbody tr td.product-description,
  .table-component .table__scrollable tbody tr th.product-description {
    width: calc(100% - 300px);
  }
  .table-component .table__scrollable tbody tr td.qty,
  .table-component .table__scrollable tbody tr th.qty {
    width: 40px;
  }
  .table-component .table__scrollable tbody tr td.unit,
  .table-component .table__scrollable tbody tr th.unit,
  .table-component .table__scrollable tbody tr td.total,
  .table-component .table__scrollable tbody tr th.total {
    width: 90px;
  }
}
.table-component .table thead tr th {
  background-color: #413A35;
  font-family: 'Montserrat', arial, sans-serif;
  color: #FFFFFF;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  border: none;
}
.table-component .table tbody tr th,
.table-component .table tbody tr td {
  padding: 20px;
  font-weight: 300;
  font-size: 14px;
  font-family: 'Montserrat', arial, sans-serif;
}
.table-component .table tbody tr th .cell-content .radio-custom,
.table-component .table tbody tr td .cell-content .radio-custom {
  margin-bottom: 0;
}
.table-component .table tbody tr th .cell-content .radio-custom label input,
.table-component .table tbody tr td .cell-content .radio-custom label input {
  cursor: pointer;
}
.table-component .table tbody tr th .cell-content a:not(.btn),
.table-component .table tbody tr td .cell-content a:not(.btn) {
  color: #6E6259;
}
.table-component .table tbody tr th .cell-content a:not(.btn).download-btn,
.table-component .table tbody tr td .cell-content a:not(.btn).download-btn {
  color: #FFFFFF;
}
.table-component .table tbody tr th .cell-content a:not(.btn).download-btn:hover,
.table-component .table tbody tr td .cell-content a:not(.btn).download-btn:hover {
  color: #6E6259;
}
.table-component .table tbody tr th .cell-content p,
.table-component .table tbody tr td .cell-content p {
  color: #6E6259;
}
.table-component .table tbody tr th .cell-content .close:not(.btn),
.table-component .table tbody tr td .cell-content .close:not(.btn) {
  margin-left: 10px;
  opacity: 1;
}
.table-component .table tbody tr th .cell-content .close:not(.btn):hover,
.table-component .table tbody tr td .cell-content .close:not(.btn):hover,
.table-component .table tbody tr th .cell-content .close:not(.btn):active,
.table-component .table tbody tr td .cell-content .close:not(.btn):active,
.table-component .table tbody tr th .cell-content .close:not(.btn):focus,
.table-component .table tbody tr td .cell-content .close:not(.btn):focus {
  color: #C8102E;
  outline: none;
}
.table-component .table tbody tr th .cell-content .product-sku a,
.table-component .table tbody tr td .cell-content .product-sku a {
  text-decoration: none;
  color: #6E6259;
  font-size: 13px;
  font-weight: 500;
}
.table-component .table tbody tr th .cell-content .product-sku a:hover,
.table-component .table tbody tr td .cell-content .product-sku a:hover,
.table-component .table tbody tr th .cell-content .product-sku a:active,
.table-component .table tbody tr td .cell-content .product-sku a:active,
.table-component .table tbody tr th .cell-content .product-sku a:focus,
.table-component .table tbody tr td .cell-content .product-sku a:focus {
  text-decoration: none;
}
.table-component .table tbody tr th .btn,
.table-component .table tbody tr td .btn {
  margin: 0;
}
.table-component .table tbody tr th .product-image-mobile,
.table-component .table tbody tr td .product-image-mobile {
  display: none;
}
.table-component .table tbody tr th.product-image,
.table-component .table tbody tr td.product-image {
  padding: 10px 5px 10px 20px;
}
.table-component .table tbody tr th.product-image:not(.product-description),
.table-component .table tbody tr td.product-image:not(.product-description) {
  width: 125px;
}
.table-component .table tbody tr th a:not(.btn),
.table-component .table tbody tr td a:not(.btn) {
  font-size: 14px;
  font-weight: 300;
  color: #77675f;
  text-decoration: underline;
}
.table-component .table tbody tr th p,
.table-component .table tbody tr td p {
  font-size: 14px;
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 300;
  margin-bottom: 2px;
  color: #6E6259;
}
.table-component .table tbody tr th .product-title,
.table-component .table tbody tr td .product-title {
  margin: 0 0 5px 0;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 400px) {
  .table-component .table tbody tr th .product-title,
  .table-component .table tbody tr td .product-title {
    margin-top: 20px;
  }
}
.table-component .table tbody tr th .product-title a,
.table-component .table tbody tr td .product-title a {
  font-size: 16px;
  letter-spacing: -0.8px;
}
.table-component .table tbody tr th .product-title a:hover,
.table-component .table tbody tr td .product-title a:hover,
.table-component .table tbody tr th .product-title a:active,
.table-component .table tbody tr td .product-title a:active,
.table-component .table tbody tr th .product-title a:focus,
.table-component .table tbody tr td .product-title a:focus {
  text-decoration: none;
}
.table-component .table tbody tr th .product-title a:not(.btn),
.table-component .table tbody tr td .product-title a:not(.btn) {
  font-weight: 600;
  font-size: 14px;
}
.table-component .table tbody tr:first-child th,
.table-component .table tbody tr:first-child td {
  border-top: none;
}
.table-component .table tbody tr:nth-child(2n) th,
.table-component .table tbody tr:nth-child(2n) td {
  background-color: #e8e5e4;
}
.table-component .table tbody tr:hover th {
  position: relative;
}
.table-component .table tbody tr:hover th:before {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ce2c44;
}
.table-component .table tbody tr:hover tr a,
.table-component .table tbody tr:hover th a {
  text-decoration: none;
}
.table-component .table tbody tr:hover td .cell-content .product-sku a {
  text-decoration: none;
}
@media (max-width: 1199px) {
  .table-component .table thead tr th {
    padding: 10px 15px;
  }
  .table-component .table tbody tr th,
  .table-component .table tbody tr td {
    padding: 10px 15px;
  }
}
#wish-detail table tbody tr td {
  padding: 10px;
}
@media (max-width: 991px) {
  #wish-video-table .product-description {
    display: none;
  }
}
@media (max-width: 991px) {
  #wish-video-table .product-image {
    display: block;
  }
}
#wish-video-table .product-image .cell-content {
  display: inherit;
  vertical-align: text-top;
}
@media (max-width: 991px) {
  #wish-video-table .product-image .cell-content {
    text-align: center;
  }
  #wish-video-table .product-image .cell-content .video-image__container {
    height: auto;
    width: 100%;
  }
}
#wish-video-table .product-image .cell-content .product-title {
  vertical-align: text-top;
  margin: 0px 0px 0px 20px;
}
@media (max-width: 991px) {
  #wish-video-table .product-image .cell-content .product-title {
    top: 0px;
    text-align: left;
    margin: 20px 0px;
    display: block;
  }
}
#wish-video-table .product-image .cell-content .product-description {
  font-weight: 400;
  margin: 0px 0px 0px 20px;
  font-family: 'Montserrat', arial, sans-serif;
  font-size: 13px;
}
@media (max-width: 991px) {
  #wish-video-table .product-image .cell-content .product-description {
    margin: 20px 0px;
    display: block;
    text-align: left;
  }
}
#wish-patt-table table tbody td.product-description .cell-content .product-title {
  max-width: 300px;
}
@media (max-width: 1199px) {
  #wish-patt-table table tbody td.product-description .cell-content .product-title {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  #wish-patt-table table tbody td.product-description .cell-content .product-title {
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  #wish-patt-table table tbody td.product-description .cell-content .product-title {
    margin: 20px 0 20px 0;
  }
}
#wish-patt-table table tbody td .cell-content .btn-primary-mini {
  width: 100px;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover {
  background-color: #D9D6D4;
  background-image: none;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover {
  background-color: #cc0e15;
  background-image: none;
}
