﻿



.h-wrapper {
    position: relative;
    background-color: transparent;
    margin-top: 150px;
    padding-bottom: 15px;
}

.h-wrapperMain {
    position: relative;
    background-color:transparent;
    padding-bottom: 0px;
    padding-top: 30px;
    margin: 10px 2% 0 2%;
}

@media only screen and (max-width: 500px) {
    .h-wrapperMain {
        padding-bottom: 0px;
        padding-top: 20px;
    }
}

.h-description {
    position: absolute;
    display: table;
    box-sizing: border-box;
    width: 100%;
    top: 0px;
    left: 0;
    z-index: 2;
    background-color: transparent;
    opacity: 1;
}

.h-descriptionbg {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position-x: center;
    background-repeat: no-repeat;
    background-clip: padding-box;
    opacity: .7;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background-color:transparent;
}

.h-Title {
    display: table-cell;
    font-family: ProductTitleFont;
    color: black;
    font-size: 1.2em;
    font-weight: 600;
    text-align: left;
    vertical-align:middle;
    z-index: 1;
}

    .h-Title a:link, .h-Title a:visited, .h-Title a:active {
        text-decoration: none;
    }

    .h-Title img {
        display: inline;
    }

.h-TitleText {
    display: inline-block;
    white-space: normal;
    color: black;
    opacity: 1;
    width:100%;
}

    .h-TitleText a:link, .h-TitleText a:visited, .h-TitleText a:active {
        text-decoration: none;
        font-weight: 100;
        color: black;
    }

.h-TitleImage {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
}


@media only screen and (max-width: 750px) {
    .h-Title {
        font-size: 1.2em;
    }
}












.h-gallery {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    height: auto;
    padding: 0px;
    padding-top: 17px;
}

    .h-gallery::-webkit-scrollbar {
        display: none;
    }

.h-prev,
.h-next {
    cursor: pointer;
    position: absolute;
    top: calc(40% + 0px);
    width: 30px;
    height: 42px;
    padding: 0;
    margin-top: 20px;
    color: black;
    font-weight: 100;
    font-size: 5px;
    transition: 0.6s ease;
    border-radius: 0 0 0 0;
    user-select: none;
    -webkit-user-select: none;
    opacity: 0;
    z-index: 200;
}

.h-next {
    right: 10px;
    background: transparent url('../images/Arrow-5_fr.svg') no-repeat center right;
}

.h-prev {
    left: 10px;
    background: transparent url('../images/Arrow-5_bk.svg') no-repeat center left;
}

    .h-prev:hover,
    .h-next:hover {
        opacity: 1;
    }

.h-gallery:hover ~ .h-prev {
    opacity: 1;
}

.h-gallery:hover ~ .h-next {
    opacity: 1;
}


.hc {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #d4d4d4;
    border-radius: 15px;
    width: 200px;
    height: 400px;
    padding: 0;
    margin: 5px;
    background-color: transparent;
}

        .hc:hover {
            box-shadow: 0 0 2px 1px rgba(0, 180, 186, 0.5);
        }

    .hc-bg {
        display: block;
        position: absolute;
        z-index: 100;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-position-x: center;
        background-repeat: no-repeat;
        background-clip: padding-box;
        opacity: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        border: 0;
        border-width: 1px;
        background-color: transparent;
    }

    .hc-img {
        position: absolute;
        background-color: transparent;
        z-index: 1;
        opacity: 1;
        text-align: center;
        width: 100%;
        height: 60%;
    }

        .hc-img img {
            max-width: 90%;
            max-height: 100%;
            height: auto;
            width: auto;
            overflow: hidden;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
        }

    .hc-description {
        position: absolute;
        padding: 0;
        font-size: 0.9em;
        text-align: center;
        font-weight: 400;
        color: black;
        height: 40%;
        width: 100%;
        background-color: transparent;
        opacity: 1;
        bottom: 0;
    }


.pc {
    position: relative;
    display: inline-block;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    width: 200px;
    height: 360px;
    padding: 0;
    margin: 0 5px 0 5px;
    background-color: white;
}

        .pc:hover {
            box-shadow: 0 0 2px 1px rgba(0, 180, 186, 0.5);
        }

    .pc-bg {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-position-x: center;
        background-repeat: no-repeat;
        background-clip: padding-box;
        opacity: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        border: 0;
        border-width: 1px;
        border-radius: 2px;
        background-color: white;
    }

    .pc-img {
        position: absolute;
        background-color: transparent;
        z-index: 2;
        opacity: 1;
        overflow: hidden;
        text-align: center;
        top:20px;
        width: 200px;
        height: 200px;
    }

        .pc-img-wrapper {
            position: absolute;
            max-height:100%;
            width:95%;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
        }

            .pc-img-wrapper img {
                max-width: 100%;
                max-height: 100%;
                object-fit:scale-down;
            }


.pc-brand {
    position: absolute;
    display: block;
    background-color: white;
    border-radius: 3px;
    border: solid 1px #d4d4d4;
    width: 100px;
    height: 35px;
    top: -17px;
    right: 1px;
    overflow: hidden;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
}

        .pc-brand img {
            max-height: 90%;
            max-width: 90%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
        }


.pc-description {
    position: absolute;
    display: inline-block;
    height: 100px;
    width: 100%;
    bottom: 40px;
    z-index: 2;
    overflow: hidden;
    margin: 0 auto;
}

@media only screen and (max-width: 500px) {
    .pc {
        width: 150px;
        height: 310px;
        border: 1px solid #d4d4d4;
    }

    .pc-img {
        width: 150px;
        height: 150px;
    }

    .pc-description {
        height: 110px;
    }
}

    .pc-PartNo {
        display: inline-block;
        position: relative;
        font-weight: 600;
        color: #ee0000;
        margin: 1px;
        white-space: nowrap;
        font-size: .75em;
    }

        .pc-PartNo a:link, .pc-PartNo a:visited, .pc-PartNo a:active {
            text-decoration: none;
            color: #ee0000;
        }

    .pc-ProductTitle {
        display: block;
        font-family: ProductTitleFont;
        color: #ffffff;
        font-size: 1em;
        font-weight: 100;
        margin: 1px;
    }

        .pc-ProductTitle a:link, .pc-ProductTitle a:visited, .pc-ProductTitle a:active {
            text-decoration: none;
        }

        .pc-ProductTitle img {
            display: inline;
        }

    .pc-ProductTitleText {
        display: inline-block;
        white-space: normal;
        line-height: 95%;
    }

        .pc-ProductTitleText a:link, .pc-ProductTitleText a:visited, .pc-ProductTitleText a:active {
            text-decoration: none;
            font-weight: 100;
            color: black;
        }

    .pc-ProductTitleImage {
        display: inline-block;
        vertical-align: middle;
        width: 15%;
    }














.pc-ProductBody {
    display: block;
    font-size: 0.7em;
    font-weight: 100;
    margin: 1px;
}

        .pc-ProductBody a:link, .pc-ProductBody a:visited, .pc-ProductBody a:active {
            text-decoration: none;
        }

        .pc-ProductBody p {
            padding: 0 0 3px 0;
            margin: 0;
            font-size: 1em;
        }


        .pc-ProductBody img {
            display: inline;
        }

.pc-ProductBodyText {
    display: inline-block;
    white-space: normal;
    line-height: 95%;
}

        .pc-ProductBodyText a:link, .pc-ProductBodyText a:visited, .pc-ProductBodyText a:active {
            text-decoration: none;
            font-weight: 100;
            color: black;
        }

    .pc-ProductBodyImage {
        display: inline-block;
        vertical-align: middle;
        width: 15%;
    }



.form-atl-pc {
    margin: 0;
    position: absolute;
    display: inline-block;
    bottom: 3px;
    line-height: 30px;
    width: 100%;
    font-size: 1em;
    font-weight: 100;
    text-align: center;
    color: #ee0000;
    z-index: 2;
}

    .form-atl-pc .addBtn {
        position: relative;
        display: inline-block;
        width: 80px;
        height: 30px;
        border: 0;
        border-radius: 2px;
        opacity: 1;
        vertical-align: top;
        background-color: black;
        color: white;
        text-align: center;
        font-weight: 600;
        font-size: .75em;
        cursor: pointer;
    }


















    pc-addToList {
        position: absolute;
        display: inline-block;
        bottom: 3px;
        text-align: center;
        vertical-align: middle;
        width: 100%;
        white-space: nowrap;
        margin: 0 auto;
        z-index: 2;
    }

        pc-addToList img {
            padding: 0;
            margin: 0;
            vertical-align: middle;
        }

        pc-addToList input {
            font-size: .875em;
            font-weight: 400;
            color: red;
            padding: 0;
            border: 0;
            background: transparent;
            margin: 0;
            text-align: center;
            width: 25px;
        }













    .tc {
        position: relative;
        display: inline-block;
        width: 47%;
        padding-top: 47%;
        box-sizing: border-box;
        margin-right: -4px;
        margin-left: 2%;
        background-color: white;
        z-index: 1;
    }

    @media only screen and (max-width: 500px) {
        .tc {
            border: 1px solid #d4d4d4;
            border-radius: 7px;
            height: 250px;
        }
    }

    .tc-bg {
        display: block;
        position: absolute;
        z-index: 3;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-position-x: center;
        background-repeat: no-repeat;
        background-clip: padding-box;
        opacity: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        border: 0;
        background-color: black;
    }

        .tc-bg:hover ~ .tc-img {
            opacity: .5;
        }

        .tc-bg:hover ~ .tc-btn {
            background-color: #3b3b3b;
            opacity: 0.9;
            color: white;
            background-image: url('../images/Arrow-6w.svg');
        }

    .tc-img {
        position: absolute;
        top: 0;
        left: 0;
        background-color: transparent;
        z-index: -1;
        opacity: 1;
        overflow: hidden;
        text-align: center;
        width: 100%;
        height: 100%;
    }

        .tc-img img {
            max-width: 90%;
            max-height: 90%;
            height: auto;
            width: auto;
            overflow: hidden;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
        }

@media only screen and (max-width: 500px) {
    .tc-img {
        max-width: 80%;
        max-height: 80%;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }
    .tc-img img {
        top: 50%;
        left: 50%;
        transform: translateY(-60%) translateX(-50%);
    }
}

.tc-description {
    position: absolute;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    top: 25px;
    left: 0;
    z-index: 2;
    background-color: transparent;
    opacity: 1;
    height: 30%;
    vertical-align: middle;
    padding-top:3px;
}

    .tc-descriptionbg {
        display: block;
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-position-x: center;
        background-repeat: no-repeat;
        background-clip: padding-box;
        opacity: .7;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        border: 0;
        background-color: #000000;
    }

.tc-Title {
    display: inline-flex;
    font-family: ProductTitleFont;
    color: #ffffff;
    font-size: 2em;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

        .tc-Title a:link, .tc-Title a:visited, .tc-Title a:active {
            text-decoration: none;
        }

        .tc-Title img {
            display: inline;
        }

    @media only screen and (max-width: 750px) {
        .tc-description {
            height: 20%;
            min-height: 60px;
            top: 15px;
        }
        .tc-Title {
            font-size: 1.2em;
        }
    }


.tc-TitleText {
    display: block;
    white-space: normal;
    color: white;
    opacity: 1;
    vertical-align: middle;
    height:auto;
}

        .tc-TitleText a:link, .tc-TitleText a:visited, .tc-TitleText a:active {
            text-decoration: none;
            font-weight: 100;
            color: black;
        }

    .tc-TitleImage {
        display: inline-block;
        vertical-align: middle;
        width: 15%;
    }

.tc .tc-btn {
    position: absolute;
    display:flex;
    margin: 0 auto;
    bottom: 10px;

    left: 50%;
    transform: translateX(-50%);

    color: #ee0000;
    font-family: ProductTitleFont;
    font-weight:100;
    font-size: 1em;
    text-shadow:1px 1px 1px white;

    width: 100px;
    height:40px;
    align-items: center;
    justify-content:flex-start;
    border-radius:50px;
    padding-left:20px;
    padding-right:20px;
    
    background: transparent url('../images/Arrow-6.svg') no-repeat center;
    background-position-x:90%;
}

    .tc .tc-btn img {
        display:inline-flex;
        margin-left:20px;
    }

@media only screen and (max-width: 500px) {
    .tc .tc-btn {
        background-color: #ee0000;
        opacity: 1;
        color: white;
        background-image: url('../images/Arrow-6w.svg');
        border-radius: 7px;
        width: auto;
        padding-top: 3px;
        left: 20%;
        right: 20%;
        height: 30px;
        transform: translateX(0);
        text-shadow: none;
    }
}


/*--------------------------------------------------------------------------------------------------------------------------------------------*/

.crt-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 30px 0 30px;
}

.crt-item {
    display: block;
    border-bottom: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 0;
    margin: 0 5px 0 5px;
    background-color: white;
}

.crt-item-img {
    position: relative;
    display: inline-block;
    vertical-align:middle;
    text-align: center;
    background-color: transparent;
    opacity: 1;
    width: 28%;
    height:auto;
    overflow:hidden;
}

.crt-item-img-wrapper {
    max-height: 100%;
    height: 100%;
    width: 100%;
}

    .crt-item-img-wrapper img {
        max-width: 100%;
        max-height: 100%;
        object-fit: scale-down;
    }


.crt-item-description {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 38%;
    overflow: hidden;
}


.crt-item-PartNo {
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #ee0000;
    white-space: nowrap;
    font-size: .75em;
    width:18%;
}

    .crt-item-PartNo a:link, .crt-item-PartNo a:visited, .crt-item-PartNo a:active {
        text-decoration: none;
        color: #ee0000;
    }

.crt-item-ProductTitle {
    display: block;
    font-family: ProductTitleFont;
    color: #ffffff;
    font-size: 1em;
    font-weight: 100;
    margin: 1px;
}

    .crt-item-ProductTitle a:link, .crt-item-ProductTitle a:visited, .crt-item-ProductTitle a:active {
        text-decoration: none;
    }

.crt-item-ProductTitleText {
    display: inline-block;
    white-space: normal;
    line-height: 95%;
}

    .crt-item-ProductTitleText a:link, .crt-item-ProductTitleText a:visited, .crt-item-ProductTitleText a:active {
        text-decoration: none;
        font-weight: 100;
        color: black;
    }

.crt-item-ProductTitleImage {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
}


.crt-item-ProductBody {
    display: block;
    color: #ffffff;
    font-size: 0.75em;
    font-weight: 100;
    margin: 1px;
}

    .crt-item-ProductBody a:link, .crt-item-ProductBody a:visited, .crt-item-ProductBody a:active {
        text-decoration: none;
    }

    .crt-item-ProductBody p {
        padding: 0 0 3px 0;
        margin: 0;
        font-size: 1em;
    }


    .crt-item-ProductBody img {
        display: inline;
    }

.crt-item-ProductBodyText {
    display: inline-block;
    white-space: normal;
    line-height: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

    .crt-item-ProductBodyText a:link, .crt-item-ProductBodyText a:visited, .crt-item-ProductBodyText a:active {
        text-decoration: none;
        font-weight: 100;
        color: black;
    }

.crt-item-ProductBodyImage {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
}

.crt-item form {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin: 0 auto;
    width: 10%;
    z-index: 2;
}

crt-item-addToList {
    position: relative;
    display:inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    z-index:2;
}

    crt-item-addToList img {
        display:inline-block;
        padding: 0;
        margin: 0;
        vertical-align: middle;
    }

    crt-item-addToList input {
        display: inline-block;
        font-size: .875em;
        font-weight: 400;
        color: red;
        padding: 0;
        border: 0;
        background: transparent;
        margin: 0;
        text-align: center;
        width: 25px;
    }

.crt-itemLabel {
    display: block;
    border-bottom: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 0;
    margin: 0 5px 0 5px;
    background-color: white;
}

.crt-item-PartNoLabel {
    position: relative;
    display: inline-block;
    color: #ee0000;
    white-space: nowrap;
    font-weight: 600;
    font-size: .75em;
    width: 18%;
}

.crt-item-addToListLabel {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 600;
    font-size: .75em;
    width: 10%;
}

.crt-item-imgLabel {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-color: transparent;
    opacity: 1;
    width: 28%;
    font-weight: 600;
    font-size: .75em;
}

.crt-item-descriptionLabel {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 38%;
    font-weight: 600;
    font-size: .75em;
}

.crt-itemLabel2 {
    display: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    font-weight: 600;
    font-size: .75em;
    color: black;
    width: 70px;
    text-align: left;
}
















@media only screen and (max-width: 800px) {
    .crt-itemLabel {
        display: none;
    }

    .crt-itemLabel2 {
        display: inline-block;
    }

    .crt-wrapper {
        padding: 50px 0 0 0;
    }

    .crt-item {
        position: relative;
        display: inline-block;
        border: 1px solid #d4d4d4;
        border-radius: 2px;
        width: 100%;
        height:210px;
        margin: 5px 0 5px 0;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .crt-item-img {
        position: absolute;
        z-index: 2;
        top: 20px;
        right:0px;
        width: 48%;
        height:160px;
    }

    .crt-item-img-wrapper {
        position: absolute;
        max-height: 100%;
        width: 95%;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }

    .crt-item-description {
        position: absolute;
        height: auto;
        width: 45%;
        top: 20px;
        left:5%;
        z-index: 2;
        margin: 0 auto;
    }

    .crt-item-PartNo {
        display: inline-block;
        position: absolute;
        margin: 1px;
        top: 130px;
        left: 5%;
    }

    .crt-item form {
        position: absolute;
        text-align: left;
        top: 160px;
        left: 5%;
    }

}
