h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1;
}
.header-nav-fix {
  background-color: #cccccc;
}
.header-nav-fix .nav-list-link {
  color: #000000 !important;
  font-weight: 600;
  opacity: 1 !important;
}
.header-nav-fix svg {
  fill: #000000;
}
.desktop-list-subitems {
  background-color: #cccccc;
}
.product-slider-image {
  /*height: inherit !important;*/
}
#single-product .slider-slide {
  max-height: 550px;
  margin-bottom: 50px;
}
#single-product h4.subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  color: #666; 
  margin-bottom: 0.75rem; 
}
#single-product h5.author {
  font-size: 1.15rem;
  font-weight: 400;
  color: #000;  
  margin-bottom: 0.25rem;
}
#single-product .social-share {
  margin-top: 50px;
}
#single-product .label-fix.label-circle {
  height: inherit;
  width: inherit;
  border-radius: 0;
  line-height: 16px;
  text-align: center;
  box-sizing: border-box;
  font-size: 0.8rem;
  max-width: 90px;
}
#single-product .price-compare {
  margin-right: 0;
  margin-left: 10px;
  margin-bottom: 0;
  font-size: 1.4rem;
}
#single-product #price_display {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}
#single-product .product-image-container [data-store="product-item-offer-label"] {
  display: none;
}
.box, .box-rounded-small, .btn-default, .modal, .form-control, .form-select, .form-quantity, .alert, .card-img {
  border-radius: 0 !important;
}
.btn-primary, .btn-secondary, .tab-group .tab-link {
  border-radius: 0 !important;
}
.list .list-unstyled .radio-button-item .radio-button-content, .list .radio-button-item .radio-button-content, .list-item.list-item-box {
  /*border-top: 1px solid rgba(0,0,0,0.4) !important;*/
  padding-top: 0;
}
.radio-button-item:last-child .list-item, .radio-button-container:last-child .list-item {
  border-bottom: 1px solid rgba(0,0,0,0.4) !important;
}
.radio-button-content, .radio-button-container .list-item {
  padding-left: 0;
  padding-right: 0;
}
.box {
  box-shadow: none !important;
}
/* tabs */
.tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tabs .row {
  display: flex;
}
.tabs .row .col {
  flex: 1;
}
.tabs .row .col:last-child {
  margin-left: 1em;
}
/* Accordion styles */
.tabs {
  /*overflow: hidden;*/
}
.tabs .tab {
  width: 100%;
  color: #000000;
  overflow: hidden;
}
.tabs .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  border-top: 1px solid rgba(0,0,0,0.4);
  font-size: 1rem;
  line-height: 1.4;
}
.tabs .tab:last-child {
  border-bottom: 1px solid rgba(0,0,0,0.4);
}
.tabs .tab-label:hover {
  background: #f5f5f5;
}
.tabs .tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.tabs .tab-content {
  max-height: 0;
  color: #000000;
  background: white;
  transition: all 0.35s;
  font-size: 1rem;
  line-height: 1.4;  
}
.tabs .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #000000;
  cursor: pointer;
}
.tabs .tab-close:hover {
  background: #f5f5f5;
}
.tabs input:checked + .tab-label {
  /*background: #1a252f;*/
}
.tabs input:checked + .tab-label::after {
  transform: rotate(90deg);
}
.tabs input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1rem 0;
  font-size: 1rem;
  line-height: 1.4;
  overflow-y: auto;
}
.tab-label div {
  display: flex;
}
.tab-label svg {
  width: 20px;
  margin-right: 7px;
}
.tab-content.content b {
  display: block;
}
/* end tabs */

.search-input::placeholder {
  font-weight: bold;
}

.section-single-product .page-header {
  margin-bottom: 10px;
}

.ebookurls {
  background: #f4f4f4;
  padding: 20px;
  width: fit-content;
  margin-bottom: 20px;
}

.ebookurls p {
  margin-bottom: 8px;
  font-size: 1rem;
}

.section-slider {
  height: auto !important;
  margin-bottom: 30px;
}

#product-shipping-container p,
#product-shipping-container h1,
#product-shipping-container h2,
#product-shipping-container h3,
#product-shipping-container h4,
#product-shipping-container h5,
#product-shipping-container h6 {
  font-family: "Montserrat", Sans-serif !important;
}

.item-product {
  text-align: left;
}

.item-product .item-name {
  font-size: 1rem;
  line-height: 1.3;
  min-height: 45px;
  margin-bottom: 0 !important;
}

.item-product .item-price { 
  font-size: 1rem;
  line-height: 1.3;
}

.item-product {
  border-radius: 0;
  border: 1px solid rgba(0,0,0,0.4) !important;
}
.item-product:hover {
  box-shadow: none !important;
  border: 1px solid rgba(0,0,0,0.4) !important;
  border-radius: 0;
}
.item .item-actions {
  visibility: visible;
  opacity: 1;
}  
.item-description, .item-description:hover {
  border: none !important;
  padding-bottom: 0.25rem !important;
}  

.item-product input, .item-product textarea, .item-product .btn {
  text-transform: none;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #e03c31; 
  letter-spacing: 0; 
}

.item-product .btn:hover, .item-product .btn:focus {
  opacity: 1;
}

@media(max-width: 767px){
  .item-image {
    max-height: 280px !important;
  }
}

@media(min-width: 768px) and (max-width: 991px){
  .item-image {
    max-height: 270px !important;
  }
}

@media(min-width: 992px) and (max-width: 1199px){
  .item-image {
    max-height: 270px !important;
  }
}

@media(min-width: 1200px){
  .item-image {
    max-height: 330px !important;
  }
}

.radio-buttons-group .list-unstyled .radio-button-item:first-child .radio-button-content {
  border-radius: 0 !important;
}

.radio-button-icons-container {
  width: 0 !important;
}

.radio-button input[type="radio"]:checked + .radio-button-content {
  border-left: none !important;
  border-right: none !important;
}

.category-body .js-product-table .item-product {
  outline: 1px solid rgba(0,0,0,0.4) !important;
  border: none !important;
  padding: 1.5rem;
  outline-offset: -0.75rem;
}

.item-product input, .item-product textarea, .item-product .btn {
  font-size: 0.75rem;
}

#product-shipping-container .font-small, #product-shipping-container .form-label {
  font-size: 14px;
}