@import url('https://use.typekit.net/mlo6wix.css');
/* EBAY VATOPEDI */

:root {
    --primary: #8C2127;
    --secondary: #B8A37A;
    --grey-light: #f1f1f1;
    --black: #202020;
}


* {
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--grey-light);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 100%;
}

a,
u {
    text-decoration: none;
}

.header {
    display: flex;
    flex-direction: column;
}

.header-top {
    background-color: var(--primary);
    height: 156px;
    display: flex;
    align-items: center;
}

.containerVatopedi {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-support-container {
    display: flex;
    flex-direction: column;
}

.header-container {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: white;
}

.header-support-container>.support-line {
    margin-left: auto;
    font-family: 'hypatia-sans-pro';
}

.header-support-container>.support-line-phone {
    margin-top: 5px;
    font-weight: 700;
    font-family: 'hypatia-sans-pro';

}

.vatopedi-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0px;
}

.vatopedi-navigation-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 57px;
    width: 260px;
    padding: 20px 0px;
}

.vatopedi-navigation-item>span {
    color: var(--primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    transition: ease-in-out all 0.3s;
    font-family: "hypatia-sans-pro";
}

.vatopedi-navigation-item>span:hover {
    color: var(--secondary);

}

.top-image {
    width: 100%;
    height: 187px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.top-image>.logo-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    background-color: #000;

}

.top-image>.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.55);
}

.top-image>span {
    color: #FFF;
    text-align: center;
    font-family: 'tinos';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    z-index: 20;
}

.top-product-wrapper {
    display: flex;
    align-items: center;
    margin-top: 56px;
    gap: 43px;
}

.store-categories-wrapper {
    max-width: 350px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.store-categories-wrapper>span {
    font-family: 'tinos';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 23px;
    color: var(--primary);
}

.store-categories {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.store-category {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 7px 28px;
    background-color: var(--primary);
    height: 80px;
    transition: all ease-in-out 0.3s;
}

.store-category:hover {
    background-color: #5D2E30;
}

.store-categories>.category-img {
    width: 41px;
    height: 41px;
}

.store-category>span {
    font-family: 'hypatia-sans-pro', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--secondary);
}

.top-product-right {
    display: flex;
    flex-direction: column;
}

.main-gallery {
    text-align: center;
    margin-bottom: 19px;
    background-color: white;
    border-radius: 20px;
    height: 548px;
}

#gallery {
    display: block;
    /* text-align: center; */
    /* margin: 0 auto; */
}

.main-gallery>img {
    display: none;
    mix-blend-mode: multiply;
}

.main-gallery input {
    visibility: hidden;
    position: absolute;
}

.main-gallery>input:checked+img {
    max-width: 100%;
    height: auto;
    transition: all 0.5s;
    vertical-align: middle;
    display: inline-block;
}

.thumb-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap:40px; */
    width: 100%;
}

.thumb-container label {
    width: 90px;
    height: 90px;
    max-width: 100%;
    border-radius: 10px;
    background-color: white;
    position: relative;
    cursor: pointer;
}

.thumb-container label img {
    display: block;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
}

.product-title {
    font-family: 'tinos';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--primary);
    margin-bottom: 10px;
}

.product-comments {
    font-family: 'hypatia-sans-pro', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--black);
    margin-bottom: 26px;
}

.main-product-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 78px;
}

.product-description {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 51px;
}

.product-description-title {
    font-family: 'hypatia-sans-pro', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--black);
    margin-bottom: 10px;
}

.product-description-dscr {
    font-family: 'hypatia-sans-pro', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    color: var(--black);
}

.product-characteristics {
    font-family: 'hypatia-sans-pro', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--black);
}

.product-characteristics-title {
    font-family: 'hypatia-sans-pro', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--black);
    margin: 35px 0;
}

.product-articles {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-bottom: 88px;
}

.product-article h3 {
    font-family: 'hypatia-sans-pro', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--black);
    margin-bottom: 35px;
}

.product-article ul {
    padding: 0;
    list-style-position: outside;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-left: 20px;
    color: var(--black);
    font-family: 'hypatia-sans-pro', sans-serif;
    font-size: 18px;
    font-style: normal;
}


.category-images {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 88px;
}

.category-images>img {
    width: 75px;
    height: 75px;
}

.show-categories {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.show-category-link {
    position: relative;
    width: 100%;
    height: 265px;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

}

.show-category-link>.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.20);
}

.show-category-link>img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    /* z-index: 10; */
    object-fit: cover;
}

.show-category-link>span {
    position: relative;
    z-index: 20;
    font-family: 'hypatia-sans-pro', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: white;
}




/*///////////////// CONTENT TABS CSS ////////////////////////////////////////////////////////////////////*/
.tabs {
    max-width: 1278px;
    width: 100%;
    margin: 0 auto;
    background-color: white;
    padding: 55px 40px;
    margin-top: 98px;
}

.content {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div#tabs-hook {
    text-align: left;
}

.tabs input {
    display: none;
}

.tabs input:checked+label {
    color: var(--primary);
    border-bottom: 1px solid var(--primary);
}

.tabs label {
    display: inline-block;
    margin-right: 98px;
    padding: 0;
    text-align: center;
    color: #AFAFAF;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
    padding-bottom: 10px;
    font-family: 'hypatia-sans-pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: 700;
}

.tabs label:hover {
    color: #000000;
}

#tab_contact:checked~#content_contact,
#tab_shipping:checked~#content_shipping,
#tab_warranty:checked~#content_warranty,
#tab_return:checked~#content_return,
#tab_certs:checked~#content_certs,
#tab_feeds:checked~#content_feeds {
    display: block;
}

.product-tabs {
    padding: 20px;
    overflow: hidden;
    float: left;
    display: inline;
}

.content {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-tabs input {
    display: none;
}

.product-tabs input:checked+label {
    color: #739142;
    background-color: #ffffff;
    border-bottom: 2px solid;
    border-color: #739142;
}

.product-tabs label {
    display: inline-block;
    margin: 0 5px 0px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.product-tabs label:hover {
    color: #739142;
    background-color: #ffffff;
    border-bottom: 2px solid;
    border-color: #739142;
}

.product-tabs>label {
    margin-bottom: 20px;
}

#tab_details:checked~#content_details,
#tab_Ingredients:checked~#content_Ingredients,
#tab_Usage:checked~#content_Usage {
    display: block;
}

.content .grey {
    color: #777;
}

.content.grey {
    background: #fff;
}

section {
    display: none;
}

.content .content-inner {
    padding: 0px;
    clear: both;
    overflow: hidden;
    display: flex;
    gap: 57px;
    font-family: 'hypatia-sans-pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.content-inner>.left,
.content-inner>.right {
    display: block;
    width: 50%;
}

table.shipping {
    border: 1px solid #aaaaaa;
    border-spacing: 2px;
    border-color: gray;
    border-collapse: separate;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    margin-bottom: 40px;
    box-sizing: border-box;
    border: medium none;
    border-collapse: unset;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
}



#content_shipping .left p {
    font-family: 'hypatia-sans-pro', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    /* 144.444% */
    color: var(--black);
    text-align: left;
}

table.shipping thead {
    width: 100%;
}

table.shipping thead tr {
    width: 100%;
}

table.shipping thead tr th {
    font-family: 'hypatia-sans-pro', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #616161;
    padding-top: 29px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

table.shipping thead tr th:first-of-type {
    text-align: left;
}

table.shipping tr th {
    color: #616161;
    font-family: 'hypatia-sans-pro', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

table.shipping tr td {
    line-height: 19px;
    vertical-align: middle;
    text-align: left;
    padding: 21px 0px;
    font-family: 'hypatia-sans-pro', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--black);
    border-bottom: 1px solid #ADAEAF;
}

.noborder-left {
    text-align: center !important;
    font-weight: 400 !important;
}

table.shipping tr td:first-child {
    font-weight: bold;
}

table.shipping tr:first-child td {
    border-top: 1px solid #ADAEAF;
}

#content_shipping h3 {
    margin-top: 40px;
    font-family: 'hypatia-sans-pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color:var(--black);
}

#content_shipping h3:first-child {
    margin-top: 98px;
    margin-bottom: 58px;
}

#content_warranty .left li {
    margin: 30px 11px;
    float: left;
}

#content_warranty .left a img {
    vertical-align: middle;
    max-width: 120px;
}

#content_warranty .left a span {
    margin-left: 20px;
    font-size: 20px;
}

.need-assist-cont {
    overflow: visible;
    position: relative;
    float: left;
    margin-top: 70px;
}

.contact-module {
    color: #000;
    overflow: hidden;
    position: relative;
    float: left;
    margin-bottom: 100px;
}


.contact-module img {
    max-height: 300px;
    width: auto;
    max-width: 100%;
    height: auto;
}

/* .spr_lns {
    background: #DDD none repeat scroll 0 0;
    border-top: 1px solid #ec2224;
} */

/* .need-assist-wr.need-assist-sh {
    background: url(https://img.tpl.one/w/icons/social/clock-s.png) 18px 16px no-repeat;
    margin-left: 0;
    background-color: #FFF !important;
    padding: 20px 0 10px 90px;
    color: #909090;
    border-bottom: 0;
    font-size: 1.8em;
} */

.need-assist-sh.need-assist-wr {
    text-align: left;
}

.need-assist-sh span.block {
    color: #000000;
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    text-align: left;
}

div.Distributor-Icon-Container {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Support-Container {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    margin-right: 7px;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
}

.Support-Container h3 {
    font-size: 12px;
    margin: 0;
    font-weight: bold;
}

.Support-Container a,
.Support-Container a:hover {
    color: #fff;
    text-decoration: none;
}

img#SupportLogo {
    padding-right: 20px;
}

img#TPLWhiteLogo {
    margin-left: 10px;
    filter: brightness(0) invert(1);
}

.need-assist-wr span {
    text-transform: uppercase;
    margin-bottom: 4px;
}

.subtitle table tr td.left {
    text-align: left;
    width: auto;
    white-space: nowrap;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    line-height: 22px;
}

.subtitle table tr td.left:first-child:before {
    content: "-";
    margin-right: 5px;
}

.subtitle table tr td.left:first-child:after {
    content: ":";
    margin-right: 20px;
}

#content_warranty .left li {
    margin-bottom: 30px;
}

#content_warranty .left a img {
    vertical-align: middle;
    max-width: 120px;
}

#content_warranty .left a span {
    margin-left: 20px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
}

#content_warranty ul.sub-menu {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}

#content_warranty ul.sub-menu li {
    margin: 20px 12px;
}

ul.sub-menu {
    list-style-type: none;
}

div.ImgContainer.SNT_Clothing {
    background-image: url(https://img.tpl.one/w/products_cat/250x250_blank/SNT_Clothing.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    height: 198px;
    display: grid;
}

div.ImgContainer.SNT_Shoes {
    background-image: url(https://img.tpl.one/w/products_cat/250x250_blank/SNT_Shoes.jpg);
    background-repeat: no-repeat;
    background-position: 100% 15%;
    height: 198px;
    display: grid;
}

div.ImgContainer.SNT_Accessories {
    background-image: url(https://img.tpl.one/w/products_cat/250x250_blank/SNT_Accessories.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    height: 198px;
    display: grid;
}

div.ImgContainer.SNT_Lifestyle {
    background-image: url(https://img.tpl.one/w/products_cat/250x250_blank/SNT_Lifestyle.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    height: 198px;
    display: grid;
}

#Related-Suppliers-Row a {
    width: 220px;
    height: 110px;
    display: inline-block;
}

#Related-Suppliers-Row img {
    padding: 25px;
}

#Featured-Suppliers-Container {
    margin-top: 80px;
}

ul.c-sidebar-menu.Free-Shipping>li {
    border: 1px solid #007B1F;
}

div.FreeShipTxt {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    color: #217D1D;
}

div.FreeShipTxt p {
    padding-top: 10px;
    padding-left: 10px;
    width: 60%;
}

img.Free-Shipping-Img {
    width: 20% !important;
    float: right;
    color: #007B1F;
    padding: 10px 10px;
}

.c-layout-sidebar-menu .c-sidebar-menu.c-option-2 .related-product-anchor img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.product-code-wrapper {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #4A4141;
}


.TGC_article h3 {
    margin-bottom: 22px !important;
    color: var(--black);
    font-family: 'hypatia-sans-pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.TGC_article p {
    padding-bottom: 10px;
    font-family: 'hypatia-sans-pro', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    color: var(--black);
}

.bottom-wrapper {
    display: flex;
    flex-direction: column;
    padding: 87px 0px;
    gap: 12px;
}

.bottom-wrapper>.title {
    color: var(--black);
    font-family: 'hypatia-sans-pro', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bottom-wrapper>.vat {
    color: var(--black);
    font-family: 'hypatia-sans-pro', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.article-top {
    margin-top: 85px;
}

.article-top-additional-wrapper {
    display: flex;
    flex-direction: column;
    gap: 57px;
}

.article-top-additional-wrapper>img {
    width: 221px;
    height: 168px;
}

.article-top-title {
    color: var(--black);
    text-align: left;
    font-family: 'hypatia-sans-pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 52px;
}

.article-content-return>ul {
    list-style-position: inside;
    list-style-type: disc;

}

.article-content-return>ul>li {
    font-family: 'hypatia-sans-pro', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    color: var(--black);
}

.contact-top {
    margin-top: 82px;
}

.contact-module>img {
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.our-offices {
    display: flex;
    gap: 11px;
    margin-bottom: 49px;
    margin-top: 35px;
}

.our-offices-titles {
    display: flex;
    flex-direction: column;
    gap: 7px;

}

.our-offices-titles>.title {
    color: var(--black);
    font-family: 'hypatia-sans-pro', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.our-offices>svg{
    flex-shrink: 0;
}

.our-offices-titles>.location {
    color: var(--black);
    font-family: 'hypatia-sans-pro', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}

.contact-right {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.spr_lns {
    margin-top: 0 !important;
}

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

    .header {
        max-width: 100%;
    }

    .header-top {
        display: flex;
        height: auto;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 19px;
    }

    .header-container {
        flex-direction: column;
        gap: 24px;
    }

    .header-container>img {
        max-width: 187px;
        width: 100%;
        height: 56px;
    }


    .containerVatopedi {
        padding: 0 15px;
        max-width: 100%;
        width: auto;
        margin: 0;
    }

    .top-product-wrapper {
        flex-direction: column;
    }

    .vatopedi-navigation {
        flex-wrap: wrap;
        row-gap: 40px;
        column-gap: 29px;
        padding-top: 29px;
        padding-bottom: 29px;
    }

    .vatopedi-navigation-item {
        width: auto;
        height: auto;
        padding: 0;
    }

    .vatopedi-navigation-item>span {
        font-size: 16px;
    }

    .top-image>span {
        font-size: 20px;
    }

    .top-image>.logo-img {
        object-fit: cover;
    }

    .store-categories-wrapper>span {
        font-size: 26px;
        margin-top: 29px;
    }

    .top-product-right {
        max-width: 100%;
    }

    .product-title {
        font-size: 26px;
    }

    .product-comments {
        margin-bottom: 30px;
    }

    .main-gallery {
        height: 248px;
        position: relative;
        margin-bottom: 37px;
    }

    .main-gallery>img {
        object-fit: contain;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        max-width: 100%;
        max-height: 100%;
        height: 100%;
        width: 100%;
    }

    .thumb-container {
        flex-wrap: wrap;
        row-gap: 47px;
        column-gap: 29px;
    }

    .main-product-wrapper {
        margin-top: 61px;
    }

    .category-images {
        max-width: 100%;
        flex-wrap: wrap;
        row-gap: 30px;
        column-gap: 84px;
        margin-bottom: 59px;
    }

    .category-images>img {
        width: 75px;
        height: 75px;
    }

    .show-category-link>span {
        font-size: 24px;
    }

    .show-categories {
        gap: 21px;
    }

    .tabs {
        margin-top: 57px;
        padding: 0;
        padding-top: 24px;
    }

    .tabs label {
        width: 100%;
        text-align: center;
        margin-right: 0;

    }

    .tabs input:checked+label {
        border: none;
    }

    .content-inner {
        flex-direction: column;
        padding:0 16px!important;
        gap:0!important;
    }

    .content-inner>.left,
    .content-inner>.right {
        width: 100%;
    }

    #content_shipping h3:first-child {
        margin-top: 54px;
        margin-bottom: 30px;
    }

    img.shipping {
        object-fit: cover;
        max-width: 100%;
        width:100%;
        
    }

    .TGC_article {
        margin-bottom:20px;
    }

    .contact-module{
        margin-bottom: 49px;
    }

    
}

/* EBAY VATOPEDI */