/*
When updated this css file needs to be uploaded to the tanya cdn https://cdn.tayna.com/ebay-desc/css/
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

:root {
    --font-size-small: 1rem;
    --font-size-medium: 1.5rem;
    --font-size-large: 2rem;

}

body, html {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.05rem;
    line-height: normal;
}

.returns-text  li {
    margin-left: 14px;
    padding-bottom: 10px;
}

.returns-text  li:first-of-type {
    padding-top: 10px;
}

.pimContainer {
    background-color: rgba(34, 124, 183, 0.2);
}

.background{
    width: 100%;
    height: 100%;
}

.tayna-tabs p {
    line-height: 18px;
}

.main-logo {
    max-width: 500px;
}
.tayna-tabs h3 {
    font-weight: 500;
    font-size: 18px;
    color: #227cb7;
    line-height: 22px;
    padding: 10px 0;
}

.tayna-tabs h4 {
    font-weight: 500;
    font-size: 14px;
    color: #227cb7;
    line-height: 22px;
    padding: 10px 0;
}

.delivery-text {
    margin-left: 20px;
}

.content-wrapper {
    max-width: 80%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.wrapper{
    width: 100%;
    height: 100%;
    max-width: 80%;
    background-color: #fff;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    background-color: rgba(34, 124, 183, 0.2);
}

.header{
    width: 100%;
    height: 100%;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background-color: white;
}

.logo {
    grid-column: span 2;
    width: 100%;
    height: 100%;
}

.head-info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: white;
    color: #227cb7;
}

.payment-container {
    width: 100%;
    height: 100%;
    min-height: min-content;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column: span 3;
}

.payment {
    display: grid;
    overflow-x: hidden;
    position: relative;
    place-items: center;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: fit-content;
    flex-direction: column;
    list-style-type: none;
    background-color: #227cb7;
}

.c-page-dropdown:hover .dropdown-menu{
    display: flex;
}

.icons-bar {
    text-align: center;
    flex-basis: 30%;
    width: 100%;
    background-color: rgba(34, 124, 183, 1);
    padding: 1em 2em;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style-type: none;
}

.icons-bar-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.icons-bar-icon {
    font-size: medium;
    color: white;
    margin-right: 1em;
}

.icons-bar-item-text {
    font-size: small;
    color: white;
}

.product-main-info-container {
    width: 100%;
    display: grid;
    margin-top: 5%;
    grid-template-columns: repeat(5, 1fr);
}

.item-img-container {
    grid-column: span 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.item-img {
    object-fit: contain;
    object-position: center;
    max-width: 80%;
}

.item-img img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}

.item-right-side {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: left;
}

.title {
    font-size: var(--font-size-large);
    padding: 1rem;
    flex-basis: 20%;
}

.description-itm {
    flex-basis: 80%;
    padding: 2rem 6rem;
}

.description-itm img {
    object-fit: contain;
    width: 100%;
}

.specification-caution-container {
    width: 100%;
    height: 100%;
    grid-column: span 2;
    padding: 0 4rem;
}

.blank-field{
    margin: 16px 0;
    border:1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: 10px 10px 26px 3px rgba(0,0,0,0.09);
    -moz-box-shadow: 10px 10px 26px 3px rgba(0,0,0,0.09);
    box-shadow: 10px 10px 26px 3px rgba(0,0,0,0.09);
    padding: 10px;
    width: auto;
}

.tech-spec{
    width: 100%;
    padding-right: 2rem;
}
.tech-spec h2{
    font-size: 24px;
    color: #000;
    padding: 10px 0;
    text-align: center;
}
.tech-spec table{
    /* display: block; */
    width: 100%;
    padding: 0;

}

.tech-spec table tbody tr, .tech-spec table tbody th, .tech-spec table tbody td {
    padding: 10px;
}

.tech-spec table thead {
    display: none;
}

.tech-spec table tbody tr:nth-child(odd) {
    background-color: #EEE;
}

.tech-spec table tr p{
    padding: 10px 4em;
}

.caution-field{
    width: 100%;
    height: fit-content;
    text-align: center;
    margin-top: 20px;
    padding: 2rem;
    background-color: rgba(34, 124, 183, 0.8);
}

.caution-field img{
    align-self: flex-start;
    padding-bottom: 20px;
}

.caution-field p{
    font-size: 1rem;
    color: white;
    font-weight: bold;
    text-align: justify;
}

.tayna-tabs {
    padding: 1rem;
}

.tab_container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid white;
}

.tab_container section{
    height: 20%;
    overflow-y: scroll;
}

input, section {
    padding-top: 10px;
    display: none;
}

.tayna-tabs label {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    width: 20%;
    padding: 1rem 2rem;
    color: #227cb7;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    border-bottom: 5px solid white;
    transition: border-bottom 200ms ease-in;
}

.tayna-tabs label:hover {
    transition: border-bottom 200ms ease-in;
    border-bottom: 5px solid #227cb7;
}

.tayna-tabs label span{
    font-size: 18px;
}

.tab-content {
    padding: 1em 5%;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
    display: block;
    color: #000;
    height: min-content;
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
    -webkit-animation: fadeInScale 0.9s ease-in-out;
    -moz-animation: fadeInScale 0.9s ease-in-out;
    animation: fadeInScale 0.9s ease-in-out;
}
.tab_container .tab-content h3  {
    text-align: center;
}

.tab_container [id^="tab"]:checked + label{
    /* border: 1px solid #227cb7;
    border-bottom: none; */
    border-bottom: 5px solid #227cb7;
}

.tab_container [id^="tab"]:checked + label .fa {
    color: #0CE;
}

section p{
    font-size: 14px;
    line-height: 26px;
}

.other-products-container {
    width: 100%;
    height: 40%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 0 5%;
}

.other-products {
    width: 100%;
    height: 100%;
    position: relative;
    color: white;
    cursor: pointer;
}

.other-products-description {
    display: none;
}

.other-products-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.other-products-bottom-bar {
    width: 100%;
    height: min-content;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em 2em;
    background-color: rgba(34, 124, 183, 0.5);
    transition: height 200ms ease-in;
    overflow-y: auto;
}

.other-products:hover .other-products-bottom-bar {
    transition: height 200ms ease-in;
    height: 100%;
}

@keyframes fadeIn {
    0% {
        display: block;
        opacity: 0;
    } 100% {
          opacity: 1;
      }
}

.other-products:hover .other-products-description {
    animation: fadeIn 200ms ease-in;
    display: block;
}

.suppliers-logos {
    width: 100%;
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(10, 1fr);
    background-color: rgba(34, 124, 183, 0.5);
    padding: 2em;
    margin-top: 2em;
    gap: 1em;
}

.supplier-logo {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}

.supplier-logo-force-rescale {
    background: url("https://images.tayna.com/img/template/v2/nav-brands/xtreme.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background-color: #227cb7;
}

.footer-logo-container {
    width: 100%;
    height: 100%;
}

.footer-logo {
    width: 200px;
    padding: 1em;
}

.footer-data-container {
    grid-column: span 4;
    padding: 1em;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.footer-data {
    display: grid;
    place-content: center;
    color: white;
}

@media screen and (max-width: 1500px) {

    .footer-logo-container {
        grid-column: span 2;
    }

    .footer-data-container {
        grid-column: span 3;
        padding: 1em;
        text-align: center;
        display: grid;
    }

}

@media screen and (max-width: 1200px) {
    .header {
        grid-template-columns: repeat(1, 1fr);
    }

    .payment-container {
        padding: 2em;
    }

    .icons-bar {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        list-style-type: none;
    }

    .other-products-container {
        height: min-content;
        grid-template-columns: repeat(1, 1fr);
    }

    .other-products {
        height: 20vh;
    }

    .suppliers-logos {
        grid-template-columns: repeat(5, 1fr);
    }

    .footer-logo-container {
        grid-column: span 2;
    }

    .footer-data-container {
        grid-column: span 3;
        grid-template-columns: repeat(1, 1fr);
    }

}

@media screen and (max-width: 1100px) {
    .product-main-info-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .specification-caution-container {
        flex-direction: row;
    }

    .tayna-tabs label {
        width: unset;
        font-size: 10px;
    }
}

@media screen and (max-width: 1000px) {
    .tayna-tabs label span {
        font-size: calc(var(--font-size-small) * 1.2);
    }
}

@media screen and (max-width: 900px) {

    .payment-container {
        padding: 1em;
    }

    .payment-image {
        object-fit: contain;
        justify-self: center;
    }
}

@media screen and (max-width: 700px) {

    .payment-container{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .specification-caution-container {
        flex-direction: column;
    }
    .tayna-tabs label span {
        font-size: calc(var(--font-size-small));
    }
    .logo a img {
        max-width: 80%;
        justify-self: center;
    }

    .tayna-tabs label {
        border: none;
        min-width: 40%;
    }

    .tab_container [id^="tab"]:checked + label {
        border: 1px solid #227cb7;
    }

    .suppliers-logos {
        grid-template-columns: repeat(4, 1fr);
    }

    .footer-logo-container {
        grid-column: span 3;
    }

    .footer-data-container {
        grid-column: span 2;
    }

    .footer-data {
        font-size: small;
    }

}

@media screen and (max-width: 500px) {
    .wrapper {
        max-width: 100%;
    }
    .payment-image {
        justify-self: center;
        object-fit: contain;
    }
}

@media screen and (max-width: 400px) {

    .description-itm {
        padding: 2rem 4rem;
    }

    .specification-caution-container {
        padding: 0 2rem;
    }

    .tech-spec {
        padding: 0;
    }

    .caution-field {
        padding: 0;
        margin: 2rem 0;
    }

    .caution-field img{
        float: none;
    }
}


#tbNotes {
    overflow: hidden;
    border-top: #0054a5 1px solid;
    border-right: #0054a5 1px solid;
    background: #fff;
    border-bottom: #0054a5 1px solid;
    font-size: 12px;
    border-left: #0054a5 1px solid;
    border-radius: 3px;
    min-width: 50%;
}

.tbDescHead {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 6px;
    border-left: #0054a5 1px solid;
    padding-right: 6px;
    background-color: rgba(34, 124, 183, 1);
}

#tbDescription {
    overflow: hidden;
    border-top: #0054a5 1px solid;
    border-right: #0054a5 1px solid;
    background: #fff;
    border-bottom: #0054a5 1px solid;
    font-size: 12px;
    border-left: #0054a5 1px solid;
    border-radius: 3px;
    min-width: 50%;
    max-width: 750px;
}

#tbDescription td {
    font-size: 18px;
    min-width: 150px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: left;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px
}

#tbReferences td {
    font-size: 18px;
    min-width: 150px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: left;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px
}

#tbNotes td {
    font-size: 18px;
    min-width: 150px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: Left;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px
}

#tbTrade td {
    font-size: 18px;
    min-width: 150px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: left;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px
}

.tbRefs {
    max-width: 97%;
    overflow: hidden;
    background: #fff;
    border: #0054a5 1px solid;
    border-radius: 3px;
    min-width: 50%;
}

.tbRefs TD {
    font-size: 14px;
    min-width: 150px;
    font-weight: bold;
    text-align: left;
    padding:10px;
}

.tdRef {
    background-color: rgba(34, 124, 183, 1);
    color: #fff;
}

#tbVehicles {
    width: 97%;
    border: #0054a5 1px solid;
    border-radius: 3px;
    font-size: 12px;
    overflow: hidden;
}

#tbVehicles td {
    padding: 3px;
}

.trAlt {
    background-color: #d0d2cb;
}

.tdNotes {
    text-align: left;
    font-weight: bold;
    font-style: italic;
}

#txHeading {
    font-weight: bold;
    font-size: 20px;
    padding-top: 10px;
}

.desc {
    font-size: 16px;
}

.desc p {
    margin-top:10px;
}
.mainBannerContainer {
    margin: 0 auto;
    padding: 5px 40px 0;
}


.galleryWrap {
    padding: 30px 0 0 40px;
    text-align: center;
    width: 50%;
}


/** image gallery **/
.image-gallery {
    width: 440px;
    background: white;
    margin-bottom: 20px;
}

.image-gallery .big-image {
    padding: 10px;
    margin: 0 auto;
    background-color: white;
}

.image-gallery .big-image img {
    display: none;
    margin: 0 auto;
    max-width: 400px;
    max-height: 600px;
}

.image-gallery .big-image img:target {
    display: block;
}

.image-gallery .big-image img:target ~ img#default {
    display: none;
}

.image-gallery .big-image img#default {
    display: block;
}

.image-gallery ul {
    margin-top: 15px;
}

.image-gallery li {
    float: left;
    background-color: rgba(255, 255, 255, 0.5);
    margin-right: 3px;
}

.image-gallery li:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.thumb {
    width: 90px;
    padding-right: 10px
}

/** end of image gallery **/

.list-gallery {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pimTitle {
    font-size: 28px;
    padding-bottom: 10px;
}

.tdTop {
    vertical-align: top;
    padding: 30px 20px 0 20px;
    width: 50%;
}

.bgSubHeading {
    background: rgba(34, 124, 183, 1);
    color: #fff;
    padding: 10px;
    font-size: 20px;
}

.textCenter {
    text-align: center;
}
