body {
    font-family: 'Gotham Book';
    font-weight: normal;
    font-style: normal;
} 
.container{
    width: 80% !important;
}
html, body{
    height: 100%;
}

p {
    margin: 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.content-main {
    background-color: #F4F4F4;
    padding-top: 110px;
}


.header-main {
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 6px 0px #961217 !important;
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    font-size: 26px;
    height: 80px;
    background-color: #ED1C24; 
    z-index: 1000;
}

.header-main .container p {
    margin-top: 3px;
    color: #707070;
    color: #ffffff !important;
    margin-left: 10px;
}
.social-media{
    margin-top: 5px;
    width: 30%;
}
@media (max-width: 768px) {
    .social-media{
        width: 0;
        visibility: hidden;
    }
}

/*product card*/

.product-card {
    margin: 0;
    padding: 0 !important;
    margin-bottom: 20px;
}

.product-card-left {
    margin-top: 15px;
    position: relative;
}

.product-card-right {
    margin-top: 15px;
}
.product-card-popout {
    margin-top: 20px;
}

.product-card-popout-body {
    max-height: 196px;
    overflow: hidden;
    overflow-y: scroll;
}

/* width */
.product-card-popout-body::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.product-card-popout-body::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
.product-card-popout-body::-webkit-scrollbar-thumb {
  background: #b1b1b1; 
}

/* Handle on hover */
.product-card-popout-body::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.product-card-popout-body{
    height: 196px;
}

@media (max-width: 768px) {
    .product-card-popout-body{
       height: 140px;
       font-size: 12px;
       padding: 13px;
    }
}

.product-card-popout-body-media-jis-part img, .product-card-popout-body-yt-film {
    width: 90%;
    margin-left: 5%;
}

.jis-bold-title {
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 5px;
}

.jis-light-subtitle {
    font-family: 'Gotham Book';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 15px;
}

.packshot-download {
    background-color: #ED1C24;
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    margin-left: 5%;
    width: 90%;
}
.packshot-download:visited {
    background-color: #ED1C24;
}

.yt-but {
    background-color: #ED1C24;
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    width: 100%;
}

.yt-but:hover {
    background-color: #fff;
    color: #ED1C24;    
}

.packshot-download:hover {
    background-color: #fff;
    color: #ED1C24;
}

.borderek {
    border-top: 1px solid #ddd;
    margin-bottom: 25px;
}

.information-card{
    height: 26em;
}
@media (max-width: 768px) { 
    .information-card{
        height: 23em;
    }
}
.category-box{
/*    display: flex;
    align-items: end;*/
}

.product-card-category {
    transform: rotate(-90deg);
    transform-origin: 232px 232px;
    -webkit-transform: rotate(-90deg);
    -smoz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    /*position: absolute;*/
    /*bottom: 70px;*/
    /*left: -40px;*/
    color: #ED1C24;
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    /*font-size: 32px;*/
    width: 460px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.search-filter{
    height: 33px !important;
}
.autocomplete-content{
    z-index: 999 !important;
}
.product-card-packshot {
    text-align: center;
}

.category-name-left{
    text-transform: uppercase;
    display: inline-block;
    white-space: nowrap;
    margin :10px;
    font-size: 135%;
}

@media (max-width: 768px) {
    .category-box{
        display: none;
    }
    .product-card-packshot{
        margin-right: auto;
    }
}

.product-card-ref {
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    color: #707070;
    font-size: 12px;
    margin-bottom: 2px;
}

.product-card-name {
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    color: #000;
    font-size: 20px;
    line-height: 30px;  
}
@media (max-width: 768px) {
    .product-card-name {
        font-size: 16px;
    }
}

.product-card-unit-value {
    font-family: 'Gotham Book';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    color: #000;
    width: 100%;
    text-align: right;
}
.product-card-unit-value span {
    margin-left: 5%;
    width: 30%;
    text-align: left;
    display: inline-block;
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    color: #707070;
    font-size: 12px;
}

.product-card-coll-pack {
    font-family: 'Gotham Book';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    color: #000;
    width: 100%;
    text-align: right;
}
.product-card-coll-pack span {
    margin-left: 5%;
    width: 30%;
    text-align: left;
    display: inline-block;
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    color: #707070;
    font-size: 12px;
}

.product-card-popout-header {
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    color: #000;
    font-size: 12px;
}

.product-card-popout-header img {
    margin-right: 10px;
    width: 15px;
}


.product-card-popout-how-to li, .product-card-popout-desc li {
    color: #ED1C24;
    font-weight: bold;
}

.product-card-popout-how-to li span, .product-card-popout-desc li span {
    color: #000;
    font-weight: normal;
}

.product-card-footer-wrapper {
    margin-top: 20px;
    border: solid 1px #707070;
    display: inline-block;
    width: 100%;
}
.price-card *{
    animation: none !important;
  transition: none !important;
}

.product-card-footer {
}

.product-card-big {
    border-right: solid 1px #707070;
}

.product-card-small {
    border-right: solid 1px #707070;
}

.product-card-small:last-child {
    border-right: none;
}

.product-card-small-red {
    background-color: #ED1C24;
    transition: 0.5s;
}
.product-card-small-red:hover{
    background-color: #e11b22;
}

.product-card-footer-label {
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    color: #000;
    font-size: 12px;
    text-align: center;
    margin-top: 10px
}
@media (max-width: 768px) {
    .product-card-footer-label {
        font-size: 10px;
    }
}


.product-card-small-red .product-card-footer-label {
    color: #fff;
}

.product-card-footer-value {
    font-family: 'Gotham Book';
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: 12px;
    text-align: center; 
    margin-bottom: 10px
}

.product-card-small-red .product-card-footer-value {
    color: #fff;
}

.progress {
    background-color: #707070;
}

.progress .indeterminate {
    background-color: #ED1C24;
}
.border-button{
    border: solid 1px #e11b22 !important;
}

.left-buttons{
    min-width: 65%;
    text-align: center
}
.clicked-option {
    background-color: #ED1C24 !important;
    color: #fff !important;
    cursor: pointer;
    transition: 0.5s;
}

.chip {
    cursor: pointer;
    transition: 0.5s;
}
.all-button{
    margin-left: 5px;
    margin-right: 5px;
}
.all-button:hover{
    background-color: #e11b22 !important;
}
.discounts-button{
    animation: pulse 2.5s infinite;
    border: solid 1px #e11b22;
    color:black;
    margin-left: 5px;
    margin-right: 5px;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 4px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    height: 50% !important;
}
input[type=number]:focus, input[type=password]:focus, input[type=text]:focus {
    border-bottom: 1px solid #ED1C24 !important;
    box-shadow: none !important;
}
input[type=number]:focus + label, input[type=password]:focus + label, input[type=text]:focus + label {
    color: #ED1C24 !important;
}
input.product-card-footer-value {
    height: 35% !important;
    border-bottom: 1px solid #eeeeee !important;
    transition: 1s;
}
input.product-card-footer-value:focus {
     border-bottom: 1px solid #fafafa !important;
     box-shadow: none !important;
}
.head-anchor-button{
    position:fixed;
    left: 2%;
    bottom: 3%;
}
.cart-trigger{
    position:fixed;
    right: 2%;
    bottom: 3%;
    height: 40px;
    width: 12%;
    font-size: 150%;
    background-color: #ED1C24 !important;
}
.vat-area{
    border-radius: 55px;
}
.cart-trigger:hover{
    background-color: #e11b22 !important;
}
@media (max-width: 768px) {
    .cart-trigger{
        position:fixed;
        right: 5%;
        bottom: 3%;
        width: 70%;
    }
}
.flex-align-center-space{
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.flex-align-center-around{
    display: flex;
    align-items:center;
    justify-content: flex-end;
}
.flex-edit{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu{
    height: 80px;
    background-color: #ED1C24 !important;
    color: #ffffff !important;
    font-size: 25px !important;
    box-shadow: 0px 0px 6px 0px #961217 !important;
}
.soft99-logo{
    width: 100px;
}
.sm-logo{
    width: 25px;
    margin-left: 15px;
}
.cart-title{
    height: 80px;
    background-color: #ED1C24 !important;
    color: #ffffff !important;
    font-size: 25px !important;
    box-shadow: 0px 0px 6px 0px grey !important;
    z-index: 99999 !important;
}
.empty-cart{
    padding-top: 60px;
    padding-bottom: 60px;
    font-weight: inherit;
}
.cart-feedback{
    padding: 10px;
    color:#ED1C24 !important;
    text-align: center;
}
.sidenav-menu{
    background-color: #ED1C24 !important;
}
.sidenav{
    z-index: 9999 !important;
}
.sidenav-menu li a{
    color: #fff !important;
    font-weight: bolder !important;
}
.menu-trigger i{
    margin-top: 10px;
    margin-right: 30px;
    width: 20px !important;
    height: 20px !important;
}
@media (max-width: 768px) {
    .website-title{
        margin-left: 14%;
        font-size: 18px !important;
    }
}
.sidenav-cart{
    width: 45% !important;
}
@media (max-width: 768px) {
    .sidenav-cart{
        width: 100% !important;
    }
}
.login-err{
    margin-right: auto;
    margin-left: auto;
    color: red;
}

.login-card{
    width: 530px;
    min-height: 327px;
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 768px) {
    .login-card{
        width: 90%;
        margin-top: 25%;
    }
}
.login-card img{
    width: 90px;
    height: 90px;
}
.login-card button{
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #ED1C24 !important;
}
td input {
    width: 40px !important;
    text-align: center;
}
.cart-products{
    margin-top:3%;
    margin-bottom:3%;
}
.new-area{
    background-color: #ED1C24 !important;
    color: white; 
    padding: 2px;
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;  
}
.price{
    display: inline-block;
    white-space: nowrap;
}
.icon-pointer:hover{
    cursor: pointer;
}
.input-field .prefix.active {
     color: #ED1C24;
}
.dropdown-content li>a, .dropdown-content li>span{
    color: grey !important;
}
.autocomplete-content li .highlight{
    color: black !important;
   font-weight: 10px !important;
}
.country-icon{
    min-width: 35px !important;
    min-height: 25px !important;
}
.country-button{
    margin-bottom: 7px;
    margin-top: 7px;
}
#vat{
    margin-left: 8px;
    margin-right: 8px;
    width: 60%;
    text-align: center;
}

@media (max-width: 768px) {
    #vat{
       width: 80%;
    }
}

/*short product card*/

.show-product-info-toggle{
    display: none;
    cursor: pointer;

}
.short .price-card {
    width: 45% !important;
    margin-left: 0 !important;
}
@media (max-width: 768px) {
   .short .price-card {
        width: 100% !important;
    }
}


.short .product-card-left {
    /*display: none;*/
    width: 9% !important;
    margin-top: 1px;
}
.short .product-card-left .category-box{
    display: none;
}
.short .product-card-left .product-card-packshot{
    width: 99% !important;
    padding: 0;
    margin: 0;
}
.short .product-card-left .product-card-packshot img{
    width: 80px;
}
@media (max-width: 768px) {
   .short .product-card-left .product-card-packshot{
        display: none;
    }
}
.short .information-card {
    display: none;
}

.info-visible .product-card-button-show-part{
    position: absolute;
    left: -25px !important;
    top: -3px;
    margin-left: 0 !important;
}
.product-card-button-show-part{
    cursor: pointer;
}
.short .product-card-right{
    width: 45% !important;
    float: left;
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding-top: 1%;
    padding-bottom: 1%;
}
@media (max-width: 768px) {
   .short .product-card-right {
        width: 100% !important;
    }
}
/*.short .content-after-toggle{
    width: 50% !important;
}*/
.short .product-card{
    width: 100%;
}
.info-visible .show-product-info-toggle{
    margin-left: -10px;
    display: inline;
}

.info-visible .show-product-info-toggle{
   /* position: fixed;*/
    display: inline;
    margin-top: 15px;
    margin-left: 15px !important;
}
.short .toggle-price{
    display: none;
}

.ado {display: none;}
.aup {}

.short .ado { display: initial; }
.short .aup { display: none; }

.info-visible .product-card-right{
    cursor: pointer;
}
.info-visible .product-card-left{
    cursor: pointer;
}
.short .product-card-unit-value {
    margin-top: 8px;
}
.short .product-card-name, .close_popup {
    cursor: pointer;
}
.short .product-card-name,.short .new-area {
    font-size: 11px;
}
.short .visible-price{
    width: 20% !important;
    margin: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

@media (max-width: 768px) {
   .short .visible-price {
        width: 50% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .visible-price {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.short .product-card-ref-value{
    margin-top: 8px;
}

.shuffle-item {
    width: 99%;
}
.list-toggle{
    margin-top: 6px;
    margin-right: 6px;
}
.head-anchor-button{
    background-color: #ED1C24 !important;
}
.toggle-prices{
    display: none
}
/*.popup{
    position: absolute;
}*/
.userinfo{
    position: absolute;
    background-color: #ED1C24 !important;
    top: 100px;
    left: 10px;
    width: 28%;
    z-index: 1000;
    padding: 8px;
    text-align: center;
    border-radius: 5px;
    opacity: 0.9;
    color: white;
    box-shadow:  4px 4px 7px -2px #961217 !important;
}
@media (max-width: 768px) {
   .userinfo{
    width: 50%;
    font-size: 20px;
   }
}
.close_area{
    min-height: 80px;

}
.arrow-up {
    position: absolute;
    top: 85px;
    left: 20px;
    opacity: 0.9;
    z-index: 1000;
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-radius: 1px;
    border-bottom: 15px solid #ED1C24 !important;
}









/*///////////////////////*/
#banner-img-main{
    width: 100%;
    height: calc(100%*3.797);
    margin-bottom: 5px;
}
.banner-img-title{
    margin-bottom: 20px;
}
@media (min-width: 769px) {
    .out-of-the-stock{
        position: absolute;
        margin-left: -9%;
        margin-top: 72px;
        background-color: #707070;
        color: white;
        border-radius: 15px;
        padding: 4px 10px 4px;
        z-index: 2;
        font-size: 11px;
    }
}
@media (max-width: 768px) {
    .out-of-the-stock{
        position: absolute;
        margin-left: 10px;
        margin-top: -5px;
        background-color: #707070;
        color: white;
        border-radius: 15px;
        padding: 4px 10px 4px;
        z-index: 2;
        font-size: 11px;
    }
}
@media (min-width: 769px) {
    .out-of-the-stock2{
        width: 100%;
        margin-left: -15px;
        margin-top: 12px;
        text-align: center;
        background-color: #707070;
        color: white;
        border-radius: 15px;
        padding: 4px 10px 4px;
        z-index: 2;
        font-size: 13px;
    }
}
@media (max-width: 768px) {
    .out-of-the-stock2{
        width: 100%;
        margin-left: -15px;
        margin-top: 12px;
        text-align: center;
        background-color: #707070;
        color: white;
        border-radius: 15px;
        padding: 4px 10px 4px;
        z-index: 2;
        font-size: 13px;
    }
}

.line-through{
    text-decoration: line-through !important;
}
