.add-cart-block{
    position: fixed;
    top: 0;
    padding-top: 160px;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9;
}
.add-cart-container{
    padding: 12px;
}
.add-cart-name{
    width: 70%;
    display: inline-block;
    font-weight: bold;
}
.add-cart-price-block{
    float: right;
    padding-top: 12px;
    padding-bottom: 12px;
}
.add-cart-block .callback{
    cursor: pointer;
}
#add-cart-price{
    color: #EE233C;
    font-weight: bold;
}

.nav-link img{
    width: 20px;
    margin-right: 8px;
    display: inline-block;
}
.tab-name{
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    display: inline-block;
}
.list-group-item span{
    display: none!important;
}
.list-group-item:hover + .menu-items{
    left: 300px;
}
.menu-items:hover{
    left: 300px;
}
.list-group-item:hover span{
    display: flex!important;
}
.sidemenu .list-group-item{
    width: 64px;
    height: 70px;
}
.sidemenu:hover .list-group-item{
    width: 300px;
}
.sidemenu:hover .list-group-item span{
    display: flex!important;
}
.product{
    margin-top: 152px;
}
.breadcrumbs{
    padding-top: 30px;
    padding-left: 0;
}
.breadcrumbs li{
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 16px!important;
    line-height: 21px;
    color: #2B2D41;
    list-style: none;
    display: inline-block;
}
ol{
    padding-left: 0;
}
.breadcrumbs a span, .breadcrumbs li span, .breadcrumbs ol span{
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 16px!important;
    line-height: 21px;
    color: #2B2D41;
}
.breadcrumb-active{
    opacity: .5;
}
.breadcrumbs span{
    display: inline-block;
}

product-images{
    width: 40%;
    height: 380px;
    display: inline-block;
}
.product-credit {
    text-decoration: underline;
}
.product-status, .product-credit{
    color: #EE233C;
    display: block;
    font-weight: bold;
}
.product-price{
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #2B2D41;
}
.product-chip a, .product-delivery-info, .add-cart{
    color: #007BFF;
    text-decoration: underline;
}
.product-delivery-info{
    margin-bottom: 5px;
    display: block;
}
.add-cart, .cb{
    display: inline-block!important;
}
.add-cart{
    margin-left: 32px;
}
.eq-img{
    width: 146px;
    border: 1px solid rgba(43, 45, 65, 0.25);
    border-radius: 3px;
}
.equipment{
    margin-top: 32px;
    position: relative;
    min-height: 120px;
}
.equipment-info{
    display: inline-block;
    position: absolute;
    padding-left: 32px;
}
.equipment-name{
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    display: inline-block;
}
.equipment-item{
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #2B2D41;
    background: rgba(43, 45, 65, 0.25);
    border-radius: 4px;
    padding: 8px 10px;
    margin-right: 12px;
    margin-top: 16px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.equipment-desc{
    display: inherit;
    width: 20px;
    height: 20px;
    margin-top: 0px;
    margin-left: 5px;
}
.equipment-active{
    background: #2B2D41;
    color: #ffffff;
}
table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table thead:first-child td {
    border-top-color: transparent;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.photo-box, .thumbs {
    float: left;
    margin-bottom: 16px!important;
}
.photo-box {
    width: 82%;
    cursor: pointer;
}
.photo-box img {
  width: 100%;
  border: 1px solid rgba(43, 45, 65, 0.25);
  border-radius: 4px;
  height: 344px;
  object-fit: cover;
}

.thumbs {
    overflow: auto;
    margin-right: 20px;
    padding: 2px;
    height: 66px;
    overflow: hidden;
}
.thumbs img {
    cursor: pointer;
    width: 64px;
    display: inline-block;
    border: 1px solid rgba(43, 45, 65, 0.25);
    border-radius: 3px;
    height: 64px;
    object-fit: cover;
}

.control-box {
    overflow: hidden;
    clear: both;
    padding: 20px 0 30px 192px;
}
.tab-content{
    padding-top: 31px;
}
.page{
    margin-top: 152px;
    margin-bottom: 72px;
}
.sidemenu{
    position: fixed;
    top: 195px;
    z-index: 99999;
}
h1{
    margin-left: 10px;
}
@media screen and (max-width: 768px){
    .page{
        margin-top: 42px;
        margin-bottom: 50px;
    }
    .tab-name{
        display: none;
    }
}
