﻿@font-face {
    font-family: 'MyWebFont';
    src: url('webfont.eot'); /* IE9 Compat Modes */
    src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
    src: url('/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2');
}

.body-side-bar-margin {
    margin-right: 450px;
}

@media screen and (max-width: 1200px) {
    .body-side-bar-margin {
        margin-right: 0px;
    }
}

.hidden-h1 {
    position: absolute;
    left: -9999px;
    top: -9999px;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.bg-thmt-red {
    background-color: #c01528; }

.bg-thmt-grey {
    background-color: #3e3d3b; }

.border-thmt-red {
  border-color: #c01528 !important; }

.clr-thmt-red {
  color: #c01528; 
}

.custom-list-item {
    display: block;
    width: 100%;
    text-align: center;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e5e5e5;
    padding: 10px 0;
    background: transparent;
    color: inherit;
}

.custom-list-item:hover {
    background-color: #3e3d3b; /* Change the background color of the entire block */
    color: white;
    font-weight: bold; /* Make text bold on hover */
}

.thmt-panel-title-no-dropdown {
    color: #c01528;
}

.thmt-panel-title-no-dropdown:hover, .thmt-panel-title-no-dropdown:active, .thmt-panel-title-no-dropdown:focus {
    text-decoration: none;
    color: #e3192f
}

.btn-thmt-red {
  background-color: #3e3d3b;
  border: 0; }

body {
  background-color: #fff; }

.no-decoration-product {
  color: black;
  text-decoration: none !important; }

.no-decoration-product:hover {
  color: black !important;
  font-weight: bolder; }

.no-decoration {
  color: black;
  text-decoration: none !important; }

.no-decoration-cardbox {
  color: black;
  text-decoration: none !important; }

.no-decoration-cardbox-link {
    color: black;
    text-decoration: none !important; }

.no-decoration-cardbox:hover {
  color: black !important;
  font-weight: bolder;
  font-size: 16.2px; }

.no-decoration-cardbox-link:hover {
    color: black !important; }

.no-decoration-white {
  color: white;
  text-decoration: none !important; }

.no-decoration-white:hover {
  color: white !important;
  font-weight: bold; }

.breadcrumb-patch {
  margin-left: -10px;
  margin-right: -10px; }

.table.no-border tr td, .table.no-border tr th {
  border-width: 0; }

.c-fluid {
  background: #333;
  color: #c01528;
  margin: 40px auto 10px;
  padding: 20px 0px;
  max-width: 960px;
  max-height: 300px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

.carousel.img {
  width: 100% !important;
  min-width: 100px !important;
  height: auto; }

h2 {
  font: 14px verdana;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 15px;
  text-align: center; }

h2.double:after {
  border-bottom: 1px solid red;
  -webkit-box-shadow: 0 1px 0 0 white;
  -moz-box-shadow: 0 1px 0 0 white;
  box-shadow: 0 1px 0 0 white;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 95%;
  z-index: -1; }

h2.no-background {
  position: relative;
  overflow: hidden; }
  h2.no-background span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    position: relative;
    padding: 0 20px; }
    h2.no-background span:before, h2.no-background span:after {
      content: '';
      display: block;
      width: 1000px;
      position: absolute;
      top: 0.73em;
      border-top: 1px solid white; }
    h2.no-background span:before {
      right: 100%; }
    h2.no-background span:after {
      left: 100%; }

h2.no-span {
  display: table;
  white-space: nowrap; }
  h2.no-span:before, h2.no-span:after {
    border-top: 1px solid green;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 45%; }
  h2.no-span:before {
    right: 1.5%; }
  h2.no-span:after {
    left: 1.5%; }

.img-header{
    align-content: flex-start !important;
}

.img-overwrite {
  width: 100% !important;
  align-content: center !important; }

@media (min-width: 1200px) {
  .container {
    max-width: 80%; } }

.custom-control-input:checked ~ .custom-control-indicator {
  color: white;
  background-color: red; }

.panel-th-content {
  font-size: 13px !important; }

.panel-th-content a:active {
  color: white !important;
  font-weight: bold;
  background-color: #c01528;
  cursor: pointer; }

.panel-th-content a:hover {
  color: white !important;
  font-weight: bold;
  background-color: #c01528;
  cursor: pointer; }

.panel-th-content a:focus {
  color: white !important;
  font-weight: bold;
  background-color: #c01528;
  cursor: pointer; }

.panel-th-content > .product-menu-item-active {
    color: white !important;
    font-weight: bold !important;
    background-color: #c01528 !important;
    cursor: pointer !important; 
}

/*#imageOpen
{
    .close {
        position: absolute;
        right: -30px;
        top: 0;
        z-index: 999;
        font-size: 2rem;
        font-weight: normal;
        color: #fff;
        opacity: 1;
    }
}*/
.panel-heading {
  background-color: red !important; }

.plus-image {
    position: absolute;
    top: 40%;
    left: 10%;
}

.plus-image2 {
    position: absolute;
    top: 40%;
    left: 15%;
}

.plus-soldproduct {
    position: absolute;

    width: 40%;
    top: 20%;
    
    bottom: 0;
    left: 30%;
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
}


#header .header-img-small {
  position: relative;
  height: 70px;
  margin: -7px;
  margin-left: -14px; }

#header .header-img-call {
    position: relative;
}

@media (max-width: 767.98px) {
  #header.navbar {
    min-height: 58px;
    flex-wrap: nowrap;
    align-items: center; }
  #header .mobile-header-logo {
    display: flex !important;
    align-items: center;
    flex: 0 0 auto; }
  #header .mobile-header-logo .header-img-call {
    display: block;
    width: 44px;
    height: 44px;
    max-width: none;
    max-height: none;
    object-fit: contain; }
  #header .header-call-mobile {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    margin-left: 6px;
    border-radius: 50%;
    background-color: #c01528;
    color: #fff !important;
    font-size: 14px;
    line-height: 1; }
  #header .navbar-toggle {
    flex: 0 0 auto;
    margin-left: auto;
    white-space: nowrap; } }

#header .header-img {
  position: relative;
  width: auto;
  height: 70px;
  max-width: 100%;
  margin: -7px;
  margin-left: -14px; }

#header .short {
  max-width: 150px;
  height: 27px; }

#header .nav-item-theme {
  color: white !important;
  font-size: 15px !important; }

#header .nav-item a:hover {
  color: white !important;
  text-shadow: 2px 2px 3px #000000;
  background-color: #c01528;
  cursor: pointer; }

#header .nav-item a:hover {
  color: white !important;
  background-color: #c01528;
  cursor: pointer; }

#header .nav-item a:focus {
  color: white !important;
  background-color: #c01528;
  cursor: pointer; }

@media (min-width: 1000px) {
  #header .header-img-small {
    display: none !important; } }

@media (max-width: 767px) {
  #header .header-img-small {
    display: none !important; } }

.card-deck span {
  display: none; }

@media (min-width: 1200px) {
  .card-deck span:nth-of-type(5n) {
    display: block;
    width: 100%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .card-deck span:nth-of-type(4n) {
    display: block;
    width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .card-deck span:nth-of-type(3n) {
    display: block;
    width: 100%; } }

@media (min-width: 576px) and (max-width: 767px) {
  .card-deck span:nth-of-type(2n) {
    display: block;
    width: 100%; } }

.card-title-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center; }

.card-deck .card {
  margin-left: 5px;
  margin-right: 5px; }

.card-deck .card:not(:last-child) {
  margin-right: 5px; }

.card-deck .card:not(:first-child) {
  margin-left: 5px; }

.card-list-row {
  gap: 8px; }

.card-list-row .card {
  margin: 6px; }

.card-list-row .card-img {
  object-fit: contain;
  height: auto; }

.card-list-row .card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }

.item-type-card-img {
  max-height: 200px;
  object-fit: contain; }

.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.panel-title {
  font-weight: bold;
  font-size: 14px; }

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}

.panel-content {
  font-size: 13px !important; }

.panel-content a:active {
  color: white !important;
  font-weight: bold;
  background-color: #d9534f;
  cursor: pointer; }

.panel-content a:hover {
  color: white !important;
  font-weight: bold;
  background-color: #d9534f;
  cursor: pointer; }

.panel-content a:focus {
  color: white !important;
  font-weight: bold;
  background-color: #d9534f;
  cursor: pointer; }

#slider .left {
  width: 15px; }

#slider .right {
  width: 15px; }

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

.pagination-page-link-prev, .pagination-page-link-active, .pagination-page-link-next {
    color: white;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #c01528;
    border: 2px solid #c01528;
    border-radius: 50px;
}

.pagination-page-link-prev:hover, .pagination-page-link-active:hover, .pagination-page-link-next:hover {
    color: white;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #931221;
    border: 2px solid #931221;
    z-index: 2;
    text-decoration: none;
    border-radius: 50px;
    /*Test*/
}

.pagination-page-link:hover {
    color: #c11529;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #e9ecef;
    border: 2px solid #dee2e6;
    z-index: 2;
    text-decoration: none;
    border-radius: 50px;
}

.pagination-page-link:active {
    color: #c11529 !important;
}

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

.nav-item > .active {
    color: black !important;
    font-weight: bolder;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.nav-link {
    padding: .3rem 1rem;
}

.dropdown-menu {
    margin-top: 0 !important;
}

.header-call-number{
    margin: 5px 0 0 10px;
}

.search-filter {
    margin: 0;
    padding: 0;
}

#slider > a.right.carousel-control-next > span.fa.fa-2x.fl2.fa-chevron-right.text-white {
    -webkit-box-shadow: inset 0 0 20rem rgba(0, 0, 0, 1) !important;
    box-shadow: inset 0 0 20rem rgba(0, 0, 0, 1) !important;
}

search-button {
    color: white !important;

}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .4em;
}

/*.side-drawer {
    border-left: 10px solid #c01528;
    background-color: white;
}*/

/*#accordion > div {
    border-radius: 0;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}*/

.grey-link {
    text-decoration: none;
    color: #4d4d4d;
}

.grey-link:hover {
    text-decoration: none;
    color: #666;
}

.th-card-footer {
    background-color: transparent !important;
    border-top: 0;
}

.login-alert {
    margin-left: 3rem;
    margin-right: 3rem;
}

.login-alert ul{
    margin: 0;
}

.item-old-price {
    text-decoration: line-through;
}

.product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card .card-body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
}

.product-card .card-body > div,
.product-card .nav-tabs,
.product-card .tab-content,
.product-card .tab-pane {
    width: 100%;
}

.item-on-special-badge {
    z-index: 200;
    position: absolute;
    top: -32.5px;
    display: block;
}

@media (max-width: 768px) {
    .item-on-special-badge {
        z-index: 200;
        position: absolute;
        top: -32.5px;
        display: block;
    }
}

@media (max-width: 576px) {
    .item-on-special-badge {
        z-index: 200;
        position: absolute;
        top: -32.5px;
        display: block;
    }
}

.item-title {
    width: 100%;
    margin: 0 auto;
    padding: 0 6px;
    text-align: center;
    white-space: normal;
    word-break: break-word;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 3.9em;
    box-sizing: border-box;
}

.item-title-text {
    line-height: 1.25;
}

.item-title-code {
    line-height: 1.2;
}

.item-type-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
}

.item-type-card > .no-decoration-cardbox-link {
    display: flex;
    width: 100%;
}

.item-type-card > .no-decoration-cardbox-link:first-of-type {
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
}

.item-type-card > .no-decoration-cardbox-link:last-child {
    flex: 0 0 auto;
    display: block;
    margin-top: auto;
}

.item-type-card .card-header,
.item-type-card .card-footer {
    text-align: center;
    width: 100%;
}

.item-type-card-header {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.item-type-card-title {
    line-height: 1.2;
    overflow-wrap: anywhere;
    word-break: normal;
}

.item-type-card-img {
    object-fit: contain;
    max-height: 140px;
    width: 100%;
}

.item-type-card-footer {
    width: 100%;
}

.product-list-card {
    width: 170px;
    min-height: 0;
    height: 460px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    overflow: hidden;
}

.product-list-header {
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 6px;
}

.product-list-title {
    line-height: 1.2;
    overflow-wrap: anywhere;
    word-break: normal;
}

.product-list-card .product-list-header {
    border-bottom: 0;
}

.product-list-image-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    min-height: 150px;
    flex: 0 0 180px;
    padding: 12px 6px 8px;
    box-sizing: border-box;
    overflow: hidden;
}

.product-list-image {
    width: auto !important;
    height: auto;
    max-height: 140px;
    max-width: 95% !important;
    padding: 0;
    object-fit: contain;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
}

.product-list-card .item-on-special-badge {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    width: 85%;
    max-width: 210px;
    pointer-events: none;
}

.product-list-card .card-footer {
    margin-top: auto;
    width: 100%;
    padding-top: 0;
}

.product-list-card .card-footer .list-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1 1 auto;
    justify-content: flex-start;
    gap: 0;
}

.product-list-card .card-footer .list-group-item:last-child {
    margin-top: 0;
}

.product-list-card .card-footer .list-group-item,
.product-list-card .custom-list-item {
    border-color: rgba(0, 0, 0, .125) !important;
}

.product-list-card .custom-list-item {
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.product-list-card .product-list-price,
.product-list-card .product-list-old-price {
    border-bottom: 0;
}

.product-list-card .product-list-availability {
    border-bottom: 0;
}

.item-card-description {
    min-height: 64px;
}

.header-call-mobile {
    display: none !important;
    align-items: center;
    justify-content: center;
    background-color: #c01528;
    color: #fff !important;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0;
    line-height: 1;
    margin-left: 6px;
    font-size: 14px;
}

@media (max-width: 576px) {
    .header-call-mobile {
        display: inline-flex !important;
    }
}

.item-card-description {
    /*font-size: 0.6rem;*/
}
