@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&family=Varela+Round&display=swap');

@-webkit-keyframes bugfix {
    from {
        padding: 0
    }

    to {
        padding: 0
    }
}

@-webkit-keyframes fake {
    from {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes fake {
    from {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0;
    background: #ffffff !important;
    background-image: none !important;
    animation: bugfix infinite 1s;
    -webkit-animation: bugfix infinite 1s
}

a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
}

p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

img {
    border: none;
    max-width: 100%;
    margin: 0;
}

input,
textarea,
select {
    -webkit-appearance: none;
}

.clearAll:after {
    display: table;
    content: '';
    clear: both;
}

#listing {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 20px;
    background: #fff;
    font-size: 14px;
}

/* =====================  header  ======================== */
.JTI-header {
    display: block;
    width: 100%;
    margin: 0 0;
    padding: 0;
    background: #000;
}

.jti-topBar {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

.topBar__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    width: 96%;
    justify-content: flex-end;
}

.topBar__inner span {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.topBar__inner .child {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
}

.topBar__inner img {
    margin: 0 10px 0 0;
}

.topBar__inner .child.chd02 {
    flex-grow: 0;
}

.topBar__inner .child.chd02 img {
    margin: 0 0 0 10px;
    max-height: 25px;
}

.topBar__inner a img {
    margin-left: 7px;
}

#header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#header .jti-headerInner01 {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: 96%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0;
    max-width: 1180px
}

#header .imglog {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 1000;
    flex-grow: 0;
}

#header .imglog a {
    display: block;
    max-width: 320px;
    height: auto;
    width: 100%;
    margin: 0;
}

#header .imglog a img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

#header .jti-headerBTN {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-family: "Varela Round", sans-serif;
}

#header .jti-headerBTN a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-right: 20px;
    color: #fff;
    font-family: "Varela Round", sans-serif;
}

#header .jti-headerBTN img {
    margin: 0 12px 0 0;
}

#header .chd03 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 0;
}

#header .chd03 a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

#header .chd03 img {
    margin: 0 10px 0 0;
}

#listing .diviMenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin: 0 0 0 auto;
    text-align: right;
    position: relative;
    z-index: 999;
    padding: 0;
    z-index: 100;
    flex-grow: 0;
    width: 100%;
    background: #2682C4;
}



.diviMenu #menuu {
    display: flex;
    max-width: 1180px;
    width: 100%;
    min-height: 60px;
    background: transparent;
    margin: 0 auto;
    position: relative;
    padding: 0;
    z-index: 99999;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#listing #menuu2 {
    height: auto;
    margin: 0;
    padding: 0px;
    text-align: center;
}

#listing #menuu2 span {
    display: inline-block;
    width: auto;
    margin: 0;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

#listing .resH {
    margin: 0;
    line-height: 60px;
    padding: 0 0 0 50px;
    text-align: center;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

#listing .resH.lastRH {
    margin: 0;
}

#listing #menuu2:hover>span,
#listing .resH:hover {
    cursor: pointer;
    color: #FFC60A;
}

#listing #menuu2:hover #categoriestop {
    opacity: 1;
    visibility: visible;
}

#listing #menuu2 .level3,
#listing #menuu .resH.RH2 {
    display: none;
}

#navmenu:after {
    display: table;
    content: '';
    clear: both;
}

.diviMenu #categoriestop {
    display: block;
    background: #2682C4;
    margin: 0px;
    padding: 20px 25px;
    text-align: center;
    position: absolute;
    transform: translate(0, 0);
    left: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    max-width: 767px;
    justify-content: space-between;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    list-style: none;
}

.diviMenu #categoriestop li {
    display: block;
    margin: 0;
    padding: 0;
}

.diviMenu #categoriestop li a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    text-decoration: none;
    color: #fff;
    text-transform: initial;
    padding: 5px;
    transition: all 0.8s ease-out 0s !important;
    display: block;
}

.diviMenu #categoriestop li a:hover {
    cursor: pointer;
    color: #FFC60A;
}

.diviMenu #categoriestop li.categ {
    position: relative;
}

.diviMenu #menuu2 .level2 {
    display: none !important;
    background: #CF0F15;
    padding: 10px;
    position: absolute;
    transform: translate(0, 0);
    top: 100%;
    left: 0;
    z-index: 9999;
    clear: both;
    height: auto;
    list-style-type: none;
    margin: 0;
    width: 480px;
}

.diviMenu #categoriestop li:hover .level2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.diviMenu #categoriestop .level2 li {
    text-align: left;
    text-transform: none;
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    border-right: none;
    border-left: none;
    width: auto;
    width: 50%;
}

.diviMenu #categoriestop .level2 li a {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: auto;
    padding: 0 5px;
    text-align: left;
    text-transform: capitalize;
    line-height: 20px;
    color: #fff;
    display: block;
    border: none !important;
    transition: all 0.8s ease-out 0s !important;
}

.diviMenu #categoriestop .level2 li:hover {
    color: #fff;
    background: #000;
    box-shadow: none;
}

.diviMenu #categoriestop .categ.last ul,
.diviMenu #menuu2 .categ.prelast ul {
    right: 0;
    left: auto;
}

.diviMenu #categoriestop .level2 li.categ:hover ul {
    display: none !important;
}

.diviMenu #categoriestop .level3 {
    display: none !important;
}

.show-menuBar {
    display: none;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    background: transparent;
    text-decoration: none;
    color: #fff;
    text-align: left;
    padding: 0 0 0 45px;
    position: relative;
    height: auto;
    font-size: 28px;
    text-transform: capitalize;
    width: 100%;
    margin: 0;
    float: left;
    border: none;
    height: 70px;
    position: relative;
}

.show-menuBar:after {
    content: '\f0c9';
    display: block;
    font-family: FontAwesome;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 20px;
    right: 0;
    margin: 0;
    color: #fff;
}

#show-menu:checked:checked~#mobMenu:after {
    content: '\f00d';
}

#show-menu:checked:checked~.show-menuBar:after {
    content: '\f00d';
}

.diviMenu #show-menu[type=checkbox] {
    display: none
}



.diviMenu:after,
.level2:after,
.level3:after,
#categoriesside:after,
#navmenu:after {
    display: table;
    content: '';
    clear: both;
}

.jti-bannerT {
    position: relative;
}

.jti-bannerT #topitemimage {
    margin: 0;
    position: relative;
}

.jti-bannerT #topitemtitle {
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 5%;
    width: 100%;
    text-align: center;
}

.jti-bannerT #topitemtitle a {
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 900;
    color: #fff;
}

.jti-inf11 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #2682C4;
    gap: 10px;
}

.jti-inf11 span {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
}




.jti-infoInner01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 10px;
    background-color: #2682C4;
}

.jti-infoWrap01 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 0;
    width: 96%;
    max-width: 1180px;
    margin: 0 auto;
}

.jti-infoWrap01 .child {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    gap: 10px;
}

.jti-infoWrap01 .child img {
    margin: 0 10px 0 0;
    max-height: 30px;
}

.jti-infoWrap01 p {
    font-size: 16px;
    color: #fff !important;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    font-family: "Poppins", sans-serif;
    max-width: 170px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 auto;
}

.jti-infoWrap01 span {
    font-weight: 700;
    font-family: "Varela Round", sans-serif;
}



#PN-slideBanners {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
}

.galleryAll2 .topitembox {}

.galleryAll2 .topitembox #topitemdescription {
    position: absolute;
    margin: 0;
    transform: translate(-50%, 0);
    left: 50%;
    top: 3%;
    width: 100%;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: center;
    text-align: center;
    font-family: "Poppins", sans-serif !important;
    font-size: 20px;
    line-height: 1.4;
}

.galleryAll2 .topitembox #topitemdescription p {
    text-align: center;
    font-family: "Poppins", sans-serif !important;
    font-size: 20px;
    line-height: 1.4;
    max-width: 920px;
    margin: 0 auto;
}

.galleryAll2 .topitembox #topitemdescription img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.galleryAll2 #topitemdescription h1,
.galleryAll2 #topitemdescription h2,
.galleryAll2 #topitemdescription h4,
.galleryAll2 #topitemdescription h4,
.galleryAll2 #topitemdescription h5,
.galleryAll2 #topitemdescription h6 {
    display: block;
    color: #fff;
    font-size: 105px;
    line-height: 105px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 auto 15px;
}

.galleryAll2 #topitemdescription a {
    display: inline-block;
    width: auto;
    margin: 90px auto 0;
    padding: 0 65px;
    line-height: 55px;
    font-size: 1.2rem;
    color: #fff;
    background: #D50032;
    text-transform: capitalize;
    border-radius: 30px;
    font-weight: 400;
}

.galleryAll2 #topitemdescription a:hover {
    background: #000;
}

.topitemholder:after {
    display: block;
    content: '';
    clear: both;
    ;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    11.11% {
        opacity: 1;
    }

    33.33% {
        opacity: 1;
    }

    44.44% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

#PN-slideBanners {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
}

.slideWrap {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
}

.slideshow {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    position: relative;
    color: #373735;
    margin: 0;
    position: relative;
    z-index: 5;
    display: none;
    position: relative;
}

.slideshow input {
    display: none;
}

.slideshow #topitemimage {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.slideshow #topitemtitle {
    position: absolute;
    margin: 0;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 3%;
    width: 100%;
    max-width: 90%;
    display: block;
}

.slideshow #topitemtitle a {
    display: block;
    margin: 0 auto;
    color: #FFC60A;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.4;
}

.slideshow #topitemtitle span {
    color: #fff;
}

#slide1:checked~.galleryW .topitemholder {
    margin-left: 0;
}

#slide2:checked~.galleryW .topitemholder {
    margin-left: -100%;
}

#slide3:checked~.galleryW .topitemholder {
    margin-left: -200%;
}

.galleryAll2 {
    width: 100%;
    overflow: hidden;
    margin: 0;
}

.galleryW .topitemholder {
    width: 400%;
    line-height: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.galleryW .topitemholder .topitembox {
    width: 25%;
    float: left;
    position: relative;
    background: none;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}

.galleryW .topitemholder .topitembox .hold-img {
    position: relative;
    overflow: hidden;
}

.galleryW .topitemholder .topitembox img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.galleryW .topitemholder .topitembox .title-holder {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 0 70px;
}

.galleryW .topitemholder .topitembox .title-holder .title {
    display: block;
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 19px;
    text-transform: uppercase;
}

.galleryW .topitemholder .topitembox .title-holder .hold-btn {
    padding: 6px 0 0;
}

.galleryW .topitemholder .topitembox .title-holder .btn {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px 9px;
    background: #ededef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.galleryW .topitemholder .topitembox .title-holder .btn:hover {
    background: #d5d5d5;
    color: #333;
}

.playAll {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    height: 10px;
    width: 28px;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

#slide1:checked~.galleryW .galleryAll2 .playAll,
#slide2:checked~.galleryW .galleryAll2 .playAll,
#slide3:checked~.galleryW .galleryAll2 .playAll {
    opacity: 0;
    visibility: hidden;
}

.playAll label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    font-size: 12px;
    line-height: 17px;
    cursor: pointer;
}

@keyframes slide1 {

    0%,
    33.33% {
        margin-left: 0;
    }

    40%,
    70% {
        margin-left: -100%;
    }

    75%,
    95% {
        margin-left: -200%;
    }

    100% {
        margin-left: 0;
    }
}

@keyframes slide2 {

    0%,
    33.33% {
        margin-left: -100%;
    }

    40%,
    70% {
        margin-left: -200%;
    }

    75%,
    95% {
        margin-left: 0;
    }

    100% {
        margin-left: -100%;
    }
}

@keyframes slide3 {

    0%,
    33.33% {
        margin-left: -200%;
    }

    40%,
    70% {
        margin-left: 0;
    }

    75%,
    95% {
        margin-left: -100%;
    }

    100% {
        margin-left: -200%;
    }
}

#play1:checked~.galleryW .topitemholder {
    animation: none;
    -webkit-animation: slide1 30000ms linear infinite;
    -moz-animation: slide1 30000ms linear infinite;
    -o-animation: slide1 30000ms linear infinite;
    animation: slide1 30000ms linear infinite;
}

#play2:checked~.galleryW .topitemholder {
    animation: none;
    -webkit-animation: slide2 30000ms linear infinite;
    -moz-animation: slide2 30000ms linear infinite;
    -o-animation: slide2 30000ms linear infinite;
    animation: slide2 30000ms linear infinite;
}

#play3:checked~.galleryW .topitemholder {
    animation: none;
    -webkit-animation: slide3 30000ms linear infinite;
    -moz-animation: slide3 30000ms linear infinite;
    -o-animation: slide3 30000ms linear infinite;
    animation: slide3 30000ms linear infinite;
}

#play4:checked~.galleryW .topitemholder {
    animation: none;
    -webkit-animation: slide4 30000ms linear infinite;
    -moz-animation: slide4 30000ms linear infinite;
    -o-animation: slide4 30000ms linear infinite;
    animation: slide4 30000ms linear infinite;
}

.navW label {
    display: none;
    cursor: pointer;
    height: 45px;
    width: 45px;
    background: transparent;
    position: relative;
}

.navW label:hover {
    opacity: 0.8;
}

#slide1:checked~.galleryW .galleryAll2 .playAll label,
#slide2:checked~.galleryW .galleryAll2 .playAll label,
#slide3:checked~.galleryW .galleryAll2 .playAll label,
#slide4:checked~.galleryW .galleryAll2 .playAll label {
    z-index: 1;
    opacity: 0;
}

#slide1:checked~.galleryW .galleryAll2 .playAll label:nth-child(1),
#slide2:checked~.galleryW .galleryAll2 .playAll label:nth-child(2),
#slide3:checked~.galleryW .galleryAll2 .playAll label:nth-child(3) {
    z-index: 3;
    opacity: 1;
}

#play1:checked~.navW label:nth-child(2),
#play2:checked~.navW label:nth-child(2),
#play3:checked~.navW label:nth-child(2),
#slide1:checked~.navW label:nth-child(2),
#slide2:checked~.navW label:nth-child(3),
#slide3:checked~.navW label:nth-child(1) {

    display: block;
    margin: 0 0px 0 0;
    position: absolute;
    transform: translate(0, -50%);
    right: 0;
    top: 50%;
}

#play1:checked~.navW label:nth-child(2):before,
#play2:checked~.navW label:nth-child(2):before,
#play3:checked~.navW label:nth-child(2):before,
#slide1:checked~.navW label:nth-child(2):before,
#slide2:checked~.navW label:nth-child(3):before,
#slide3:checked~.navW label:nth-child(1):before {
    content: '\203A';
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 45px;
    line-height: 45px;
    margin: 0;
    color: #000;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(0, -50%);
    left: 0;
    top: 50%;
}

#play1:checked~.navW label:nth-child(4),
#play2:checked~.navW label:nth-child(4),
#play3:checked~.navW label:nth-child(4),
#play4:checked~.navW label:nth-child(4),
#slide1:checked~.navW label:nth-child(4),
#slide2:checked~.navW label:nth-child(1),
#slide3:checked~.navW label:nth-child(2),
#slide4:checked~.navW label:nth-child(3) {
    display: block;
    margin: 0 0 0 0px;
    position: absolute;
    transform: translate(0, -50%);
    left: 0;
    top: 50%;
}

#play1:checked~.navW label:nth-child(4):before,
#play2:checked~.navW label:nth-child(4):before,
#play3:checked~.navW label:nth-child(4):before,
#play4:checked~.navW label:nth-child(4):before,
#slide1:checked~.navW label:nth-child(4):before,
#slide2:checked~.navW label:nth-child(1):before,
#slide3:checked~.navW label:nth-child(2):before,
#slide4:checked~.navW label:nth-child(3):before {
    content: '\2039';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 45px;
    line-height: 45px;
    margin: 0;
    color: #000;
    background: rgba(255, 255, 255, 0.5);
}

.galleryW {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.galleryW .topitemholder {
    animation: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: margin 800ms ease-out;
    -moz-transition: margin 800ms ease-out;
    -ms-transition: margin 800ms ease-out;
    -o-transition: margin 800ms ease-out;
    transition: margin 800ms ease-out;
}

.slideshow {
    animation: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: block;
}


/* =====================   content   ======================== */

#listing .contentAll {
    display: block;
    width: 96%;
    height: auto;
    margin: 0 auto;
    padding: 25px 0 0 0;
    position: relative;
    max-width: 100%;
    background-size: 100% auto;
    background-position: 0 100%;
    background-repeat: no-repeat;
}

.contentAll-wrap {
    display: block;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto 40px;
    padding: 25px 25px 0;
    background: #fff;
}

.clearAll:after {
    display: table;
    content: '';
    clear: both;
}

.product-box {
    display: flex;
    width: 96%;
    max-width: 1480px;
    margin: 0 auto 45px;
    align-items: stretch;
    position: relative;
}

.product-box:after {
    content: "";
    display: block;
    clear: both;
}

.product-images {
    width: 45%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: width .2s ease-in-out;
    -moz-transition: width .2s ease-in-out;
    -ms-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    margin: 0 auto 0 0;
    border-right: 40px solid #fff;
}

.inputTBH {
    display: none;
}

.galleryAll {
    margin: 0;
    font-size: 0px;
    line-height: 0px;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.galleryAll .thumbN-hold-img {
    overflow: hidden;
    width: 100%;
}

.galleryAll label {
    cursor: pointer;
}

.galleryAll .thumbN {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    width: 25%;
    height: 115px;
    font-size: 15px;
    line-height: 20px;
    white-space: normal;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -25%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.galleryAll .inputTBH:checked~.thumbN {
    margin-left: 0;
}

.galleryAll label.nextB,
.galleryAll label.prevB {
    cursor: pointer;
    font-size: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 999;
    display: none;
    color: #000;
    width: 25px;
    text-align: center;
}

.galleryAll label.prevB,
.galleryAll label.nextB {
    background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
}

.galleryAll .tbhAll {
    display: block;
    position: relative;
    padding: 0 25px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.galleryAll .tbhAll:after,
.galleryAll .tbhAll:before {
    content: "";
    display: block;
    clear: both;
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 1;
}

.galleryAll .tbhAll:before {
    left: auto;
    right: 0;
}

.galleryAll label.prevB {
    right: auto;
    left: 0;
}

.galleryAll .hold-img .fa {
    font-size: 100px;
    color: #e9f01d;
}

.thumbN label {
    height: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0.8;
    border: 1px solid #F5F4F5;
    -webkit-transition: opacity .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, border .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out, border .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, border .2s ease-in-out;
    transition: opacity .2s ease-in-out, border .2s ease-in-out;
    width: 100%;
    overflow: hidden;
}

.thumbN label img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.galleryAll .holder-img {
    width: 100%;
    z-index: 1;
    margin: 0 0 35px;
    position: relative;
    height: 640px;
    text-align: center;
    border: 1px solid #F5F4F5;
}

.galleryAll .holder-img img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: -99999px;
}

.galleryAll>.inputTBH:nth-of-type(1):checked~.holder-img img:nth-of-type(1),
.galleryAll>.inputTBH:nth-of-type(2):checked~.holder-img img:nth-of-type(2),
.galleryAll>.inputTBH:nth-of-type(3):checked~.holder-img img:nth-of-type(3),
.galleryAll>.inputTBH:nth-of-type(4):checked~.holder-img img:nth-of-type(4),
.galleryAll>.inputTBH:nth-of-type(5):checked~.holder-img img:nth-of-type(5),
.galleryAll>.inputTBH:nth-of-type(6):checked~.holder-img img:nth-of-type(6),
.galleryAll>.inputTBH:nth-of-type(7):checked~.holder-img img:nth-of-type(7),
.galleryAll>.inputTBH:nth-of-type(8):checked~.holder-img img:nth-of-type(8),
.galleryAll>.inputTBH:nth-of-type(9):checked~.holder-img img:nth-of-type(9),
.galleryAll>.inputTBH:nth-of-type(10):checked~.holder-img img:nth-of-type(10),
.galleryAll>.inputTBH:nth-of-type(11):checked~.holder-img img:nth-of-type(11),
.galleryAll>.inputTBH:nth-of-type(12):checked~.holder-img img:nth-of-type(12),
.galleryAll>.inputTBH:nth-of-type(13):checked~.holder-img img:nth-of-type(13),
.galleryAll>.inputTBH:nth-of-type(14):checked~.holder-img img:nth-of-type(14),
.galleryAll>.inputTBH:nth-of-type(15):checked~.holder-img img:nth-of-type(15),
.galleryAll>.inputTBH:nth-of-type(16):checked~.holder-img img:nth-of-type(16),
.galleryAll>.inputTBH:nth-of-type(17):checked~.holder-img img:nth-of-type(17),
.galleryAll>.inputTBH:nth-of-type(18):checked~.holder-img img:nth-of-type(18),
.galleryAll>.inputTBH:nth-of-type(19):checked~.holder-img img:nth-of-type(19),
.galleryAll>.inputTBH:nth-of-type(20):checked~.holder-img img:nth-of-type(20),
.galleryAll>.inputTBH:nth-of-type(21):checked~.holder-img img:nth-of-type(21),
.galleryAll>.inputTBH:nth-of-type(22):checked~.holder-img img:nth-of-type(22),
.galleryAll>.inputTBH:nth-of-type(23):checked~.holder-img img:nth-of-type(23),
.galleryAll>.inputTBH:nth-of-type(24):checked~.holder-img img:nth-of-type(24),
.galleryAll>.inputTBH:nth-of-type(25):checked~.holder-img img:nth-of-type(25),
.galleryAll>.inputTBH:nth-of-type(26):checked~.holder-img img:nth-of-type(26),
.galleryAll>.inputTBH:nth-of-type(27):checked~.holder-img img:nth-of-type(27),
.galleryAll>.inputTBH:nth-of-type(28):checked~.holder-img img:nth-of-type(28),
.galleryAll>.inputTBH:nth-of-type(29):checked~.holder-img img:nth-of-type(29),
.galleryAll>.inputTBH:nth-of-type(30):checked~.holder-img img:nth-of-type(30) {
    position: relative;
    left: auto;
}

.thumbN:hover label,
.galleryAll>.inputTBH:nth-of-type(1):checked~.tbhAll .thumbN:nth-of-type(1) label,
.galleryAll>.inputTBH:nth-of-type(2):checked~.tbhAll .thumbN:nth-of-type(2) label,
.galleryAll>.inputTBH:nth-of-type(3):checked~.tbhAll .thumbN:nth-of-type(3) label,
.galleryAll>.inputTBH:nth-of-type(4):checked~.tbhAll .thumbN:nth-of-type(4) label,
.galleryAll>.inputTBH:nth-of-type(5):checked~.tbhAll .thumbN:nth-of-type(5) label,
.galleryAll>.inputTBH:nth-of-type(6):checked~.tbhAll .thumbN:nth-of-type(6) label,
.galleryAll>.inputTBH:nth-of-type(7):checked~.tbhAll .thumbN:nth-of-type(7) label,
.galleryAll>.inputTBH:nth-of-type(8):checked~.tbhAll .thumbN:nth-of-type(8) label,
.galleryAll>.inputTBH:nth-of-type(9):checked~.tbhAll .thumbN:nth-of-type(9) label,
.galleryAll>.inputTBH:nth-of-type(10):checked~.tbhAll .thumbN:nth-of-type(10) label,
.galleryAll>.inputTBH:nth-of-type(11):checked~.tbhAll .thumbN:nth-of-type(11) label,
.galleryAll>.inputTBH:nth-of-type(12):checked~.tbhAll .thumbN:nth-of-type(12) label,
.galleryAll>.inputTBH:nth-of-type(13):checked~.tbhAll .thumbN:nth-of-type(13) label,
.galleryAll>.inputTBH:nth-of-type(14):checked~.tbhAll .thumbN:nth-of-type(14) label,
.galleryAll>.inputTBH:nth-of-type(15):checked~.tbhAll .thumbN:nth-of-type(15) label,
.galleryAll>.inputTBH:nth-of-type(16):checked~.tbhAll .thumbN:nth-of-type(16) label,
.galleryAll>.inputTBH:nth-of-type(17):checked~.tbhAll .thumbN:nth-of-type(17) label,
.galleryAll>.inputTBH:nth-of-type(18):checked~.tbhAll .thumbN:nth-of-type(18) label,
.galleryAll>.inputTBH:nth-of-type(19):checked~.tbhAll .thumbN:nth-of-type(19) label,
.galleryAll>.inputTBH:nth-of-type(20):checked~.tbhAll .thumbN:nth-of-type(20) label,
.galleryAll>.inputTBH:nth-of-type(21):checked~.tbhAll .thumbN:nth-of-type(21) label,
.galleryAll>.inputTBH:nth-of-type(22):checked~.tbhAll .thumbN:nth-of-type(22) label,
.galleryAll>.inputTBH:nth-of-type(23):checked~.tbhAll .thumbN:nth-of-type(23) label,
.galleryAll>.inputTBH:nth-of-type(24):checked~.tbhAll .thumbN:nth-of-type(24) label,
.galleryAll>.inputTBH:nth-of-type(25):checked~.tbhAll .thumbN:nth-of-type(25) label,
.galleryAll>.inputTBH:nth-of-type(26):checked~.tbhAll .thumbN:nth-of-type(26) label,
.galleryAll>.inputTBH:nth-of-type(27):checked~.tbhAll .thumbN:nth-of-type(27) label,
.galleryAll>.inputTBH:nth-of-type(28):checked~.tbhAll .thumbN:nth-of-type(28) label,
.galleryAll>.inputTBH:nth-of-type(29):checked~.tbhAll .thumbN:nth-of-type(29) label,
.galleryAll>.inputTBH:nth-of-type(30):checked~.tbhAll .thumbN:nth-of-type(30) label {
    opacity: 1;
    border: 1px solid #000;
}

.galleryAll label[for="imgB"] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    font: 14px/18px "Cuprum", sans-serif;
}

.galleryAll label[for="imgB"]>span:first-child {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    background: #2682C4;
    padding: 2px 5px;
    height: auto;
    z-index: 2;
    opacity: 0;
    margin: -9px 0 0 -45px;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.galleryAll label[for="imgB"]:hover>span:first-child {
    opacity: 1;
}

.galleryAll .spanZ {
    padding: 2px 5px 2px 21px !important;
}

.galleryAll .spanZ:after {
    display: block;
    content: "\f00e";
    width: 13px;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    font-family: FontAwesome;
}

.product-description {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.galleryAll label.prevB .fa,
.galleryAll label.nextB .fa {
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -5px;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    color: #2682C4 !important;
}

.galleryAll label.prevB:hover .fa,
.galleryAll label.nextB:hover .fa {
    color: #000;
}

.galleryAll .close {
    position: absolute;
    display: none;
    top: 0px;
    z-index: 2;
    right: 0;
    width: 30px;
    height: 30px;
    padding: 7px 0 0 0;
    text-align: center;
    border: 1px solid #edebec;
    background: #CF0F15;
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, color .2s ease-in-out;
    -ms-transition: background .2s ease-in-out, color .2s ease-in-out;
    -o-transition: background .2s ease-in-out, color .2s ease-in-out;
    transition: background .2s ease-in-out, color .2s ease-in-out;
}

.galleryAll>.noneGL {
    position: absolute;
    top: -99999px;
    left: -99999px;
}

.galleryAll>.noneGL:nth-of-type(1):empty~.tbhAll .thumbN:nth-of-type(1),
.galleryAll>.noneGL:nth-of-type(2):empty~.tbhAll .thumbN:nth-of-type(2),
.galleryAll>.noneGL:nth-of-type(3):empty~.tbhAll .thumbN:nth-of-type(3),
.galleryAll>.noneGL:nth-of-type(4):empty~.tbhAll .thumbN:nth-of-type(4),
.galleryAll>.noneGL:nth-of-type(5):empty~.tbhAll .thumbN:nth-of-type(5),
.galleryAll>.noneGL:nth-of-type(6):empty~.tbhAll .thumbN:nth-of-type(6),
.galleryAll>.noneGL:nth-of-type(7):empty~.tbhAll .thumbN:nth-of-type(7),
.galleryAll>.noneGL:nth-of-type(8):empty~.tbhAll .thumbN:nth-of-type(8),
.galleryAll>.noneGL:nth-of-type(9):empty~.tbhAll .thumbN:nth-of-type(9),
.galleryAll>.noneGL:nth-of-type(10):empty~.tbhAll .thumbN:nth-of-type(10),
.galleryAll>.noneGL:nth-of-type(11):empty~.tbhAll .thumbN:nth-of-type(11),
.galleryAll>.noneGL:nth-of-type(12):empty~.tbhAll .thumbN:nth-of-type(12),
.galleryAll>.noneGL:nth-of-type(13):empty~.tbhAll .thumbN:nth-of-type(13),
.galleryAll>.noneGL:nth-of-type(14):empty~.tbhAll .thumbN:nth-of-type(14),
.galleryAll>.noneGL:nth-of-type(15):empty~.tbhAll .thumbN:nth-of-type(15),
.galleryAll>.noneGL:nth-of-type(16):empty~.tbhAll .thumbN:nth-of-type(16),
.galleryAll>.noneGL:nth-of-type(17):empty~.tbhAll .thumbN:nth-of-type(17),
.galleryAll>.noneGL:nth-of-type(18):empty~.tbhAll .thumbN:nth-of-type(18),
.galleryAll>.noneGL:nth-of-type(19):empty~.tbhAll .thumbN:nth-of-type(19),
.galleryAll>.noneGL:nth-of-type(20):empty~.tbhAll .thumbN:nth-of-type(20),
.galleryAll>.noneGL:nth-of-type(21):empty~.tbhAll .thumbN:nth-of-type(21),
.galleryAll>.noneGL:nth-of-type(22):empty~.tbhAll .thumbN:nth-of-type(22),
.galleryAll>.noneGL:nth-of-type(23):empty~.tbhAll .thumbN:nth-of-type(23),
.galleryAll>.noneGL:nth-of-type(24):empty~.tbhAll .thumbN:nth-of-type(24),
.galleryAll>.noneGL:nth-of-type(25):empty~.tbhAll .thumbN:nth-of-type(25),
.galleryAll>.noneGL:nth-of-type(26):empty~.tbhAll .thumbN:nth-of-type(26),
.galleryAll>.noneGL:nth-of-type(27):empty~.tbhAll .thumbN:nth-of-type(27),
.galleryAll>.noneGL:nth-of-type(28):empty~.tbhAll .thumbN:nth-of-type(28),
.galleryAll>.noneGL:nth-of-type(29):empty~.tbhAll .thumbN:nth-of-type(29),
.galleryAll>.noneGL:nth-of-type(30):empty~.tbhAll .thumbN:nth-of-type(30) {
    display: none;
}

.galleryAll .noneGL:nth-of-type(5):not(:empty)~.tbhAll input.inputTBH:nth-of-type(1):checked~.nextBAll label:nth-of-type(2),
.galleryAll .noneGL:nth-of-type(6):not(:empty)~.tbhAll input.inputTBH:nth-of-type(2):checked~.nextBAll label:nth-of-type(3),
.galleryAll .noneGL:nth-of-type(7):not(:empty)~.tbhAll input.inputTBH:nth-of-type(3):checked~.nextBAll label:nth-of-type(4),
.galleryAll .noneGL:nth-of-type(8):not(:empty)~.tbhAll input.inputTBH:nth-of-type(4):checked~.nextBAll label:nth-of-type(5),
.galleryAll .noneGL:nth-of-type(9):not(:empty)~.tbhAll input.inputTBH:nth-of-type(5):checked~.nextBAll label:nth-of-type(6),
.galleryAll .noneGL:nth-of-type(10):not(:empty)~.tbhAll input.inputTBH:nth-of-type(6):checked~.nextBAll label:nth-of-type(7),
.galleryAll .noneGL:nth-of-type(11):not(:empty)~.tbhAll input.inputTBH:nth-of-type(7):checked~.nextBAll label:nth-of-type(8),
.galleryAll .noneGL:nth-of-type(12):not(:empty)~.tbhAll input.inputTBH:nth-of-type(8):checked~.nextBAll label:nth-of-type(9),
.galleryAll .noneGL:nth-of-type(13):not(:empty)~.tbhAll input.inputTBH:nth-of-type(9):checked~.nextBAll label:nth-of-type(10),
.galleryAll .noneGL:nth-of-type(14):not(:empty)~.tbhAll input.inputTBH:nth-of-type(10):checked~.nextBAll label:nth-of-type(11),
.galleryAll .noneGL:nth-of-type(15):not(:empty)~.tbhAll input.inputTBH:nth-of-type(11):checked~.nextBAll label:nth-of-type(12),
.galleryAll .noneGL:nth-of-type(16):not(:empty)~.tbhAll input.inputTBH:nth-of-type(12):checked~.nextBAll label:nth-of-type(13),
.galleryAll .noneGL:nth-of-type(17):not(:empty)~.tbhAll input.inputTBH:nth-of-type(13):checked~.nextBAll label:nth-of-type(14),
.galleryAll .noneGL:nth-of-type(18):not(:empty)~.tbhAll input.inputTBH:nth-of-type(14):checked~.nextBAll label:nth-of-type(15),
.galleryAll .noneGL:nth-of-type(19):not(:empty)~.tbhAll input.inputTBH:nth-of-type(15):checked~.nextBAll label:nth-of-type(16),
.galleryAll .noneGL:nth-of-type(20):not(:empty)~.tbhAll input.inputTBH:nth-of-type(16):checked~.nextBAll label:nth-of-type(17),
.galleryAll .noneGL:nth-of-type(21):not(:empty)~.tbhAll input.inputTBH:nth-of-type(17):checked~.nextBAll label:nth-of-type(18),
.galleryAll .noneGL:nth-of-type(22):not(:empty)~.tbhAll input.inputTBH:nth-of-type(18):checked~.nextBAll label:nth-of-type(19),
.galleryAll .noneGL:nth-of-type(23):not(:empty)~.tbhAll input.inputTBH:nth-of-type(19):checked~.nextBAll label:nth-of-type(20),
.galleryAll .noneGL:nth-of-type(24):not(:empty)~.tbhAll input.inputTBH:nth-of-type(20):checked~.nextBAll label:nth-of-type(21),
.galleryAll .noneGL:nth-of-type(25):not(:empty)~.tbhAll input.inputTBH:nth-of-type(21):checked~.nextBAll label:nth-of-type(22),
.galleryAll .noneGL:nth-of-type(26):not(:empty)~.tbhAll input.inputTBH:nth-of-type(22):checked~.nextBAll label:nth-of-type(23),
.galleryAll .noneGL:nth-of-type(27):not(:empty)~.tbhAll input.inputTBH:nth-of-type(23):checked~.nextBAll label:nth-of-type(24),
.galleryAll .noneGL:nth-of-type(28):not(:empty)~.tbhAll input.inputTBH:nth-of-type(24):checked~.nextBAll label:nth-of-type(25),
.galleryAll .noneGL:nth-of-type(29):not(:empty)~.tbhAll input.inputTBH:nth-of-type(25):checked~.nextBAll label:nth-of-type(26) {
    display: block;
}

.galleryAll .noneGL:nth-of-type(1):not(:empty)~.tbhAll input.inputTBH:nth-of-type(2):checked~.prevBAll label:nth-of-type(1),
.galleryAll .noneGL:nth-of-type(2):not(:empty)~.tbhAll input.inputTBH:nth-of-type(3):checked~.prevBAll label:nth-of-type(2),
.galleryAll .noneGL:nth-of-type(3):not(:empty)~.tbhAll input.inputTBH:nth-of-type(4):checked~.prevBAll label:nth-of-type(3),
.galleryAll .noneGL:nth-of-type(4):not(:empty)~.tbhAll input.inputTBH:nth-of-type(5):checked~.prevBAll label:nth-of-type(4),
.galleryAll .noneGL:nth-of-type(5):not(:empty)~.tbhAll input.inputTBH:nth-of-type(6):checked~.prevBAll label:nth-of-type(5),
.galleryAll .noneGL:nth-of-type(6):not(:empty)~.tbhAll input.inputTBH:nth-of-type(7):checked~.prevBAll label:nth-of-type(6),
.galleryAll .noneGL:nth-of-type(7):not(:empty)~.tbhAll input.inputTBH:nth-of-type(8):checked~.prevBAll label:nth-of-type(7),
.galleryAll .noneGL:nth-of-type(8):not(:empty)~.tbhAll input.inputTBH:nth-of-type(9):checked~.prevBAll label:nth-of-type(8),
.galleryAll .noneGL:nth-of-type(9):not(:empty)~.tbhAll input.inputTBH:nth-of-type(10):checked~.prevBAll label:nth-of-type(9),
.galleryAll .noneGL:nth-of-type(10):not(:empty)~.tbhAll input.inputTBH:nth-of-type(11):checked~.prevBAll label:nth-of-type(10),
.galleryAll .noneGL:nth-of-type(11):not(:empty)~.tbhAll input.inputTBH:nth-of-type(12):checked~.prevBAll label:nth-of-type(11),
.galleryAll .noneGL:nth-of-type(12):not(:empty)~.tbhAll input.inputTBH:nth-of-type(13):checked~.prevBAll label:nth-of-type(12),
.galleryAll .noneGL:nth-of-type(13):not(:empty)~.tbhAll input.inputTBH:nth-of-type(14):checked~.prevBAll label:nth-of-type(13),
.galleryAll .noneGL:nth-of-type(14):not(:empty)~.tbhAll input.inputTBH:nth-of-type(15):checked~.prevBAll label:nth-of-type(14),
.galleryAll .noneGL:nth-of-type(15):not(:empty)~.tbhAll input.inputTBH:nth-of-type(16):checked~.prevBAll label:nth-of-type(15),
.galleryAll .noneGL:nth-of-type(16):not(:empty)~.tbhAll input.inputTBH:nth-of-type(17):checked~.prevBAll label:nth-of-type(16),
.galleryAll .noneGL:nth-of-type(17):not(:empty)~.tbhAll input.inputTBH:nth-of-type(18):checked~.prevBAll label:nth-of-type(17),
.galleryAll .noneGL:nth-of-type(18):not(:empty)~.tbhAll input.inputTBH:nth-of-type(19):checked~.prevBAll label:nth-of-type(18),
.galleryAll .noneGL:nth-of-type(19):not(:empty)~.tbhAll input.inputTBH:nth-of-type(20):checked~.prevBAll label:nth-of-type(19),
.galleryAll .noneGL:nth-of-type(20):not(:empty)~.tbhAll input.inputTBH:nth-of-type(21):checked~.prevBAll label:nth-of-type(20),
.galleryAll .noneGL:nth-of-type(21):not(:empty)~.tbhAll input.inputTBH:nth-of-type(22):checked~.prevBAll label:nth-of-type(21),
.galleryAll .noneGL:nth-of-type(22):not(:empty)~.tbhAll input.inputTBH:nth-of-type(23):checked~.prevBAll label:nth-of-type(22),
.galleryAll .noneGL:nth-of-type(23):not(:empty)~.tbhAll input.inputTBH:nth-of-type(24):checked~.prevBAll label:nth-of-type(23),
.galleryAll .noneGL:nth-of-type(24):not(:empty)~.tbhAll input.inputTBH:nth-of-type(25):checked~.prevBAll label:nth-of-type(24),
.galleryAll .noneGL:nth-of-type(25):not(:empty)~.tbhAll input.inputTBH:nth-of-type(26):checked~.prevBAll label:nth-of-type(25),
.galleryAll .noneGL:nth-of-type(26):not(:empty)~.tbhAll input.inputTBH:nth-of-type(27):checked~.prevBAll label:nth-of-type(26),
.galleryAll .noneGL:nth-of-type(27):not(:empty)~.tbhAll input.inputTBH:nth-of-type(28):checked~.prevBAll label:nth-of-type(27),
.galleryAll .noneGL:nth-of-type(28):not(:empty)~.tbhAll input.inputTBH:nth-of-type(29):checked~.prevBAll label:nth-of-type(28),
.galleryAll .noneGL:nth-of-type(29):not(:empty)~.tbhAll input.inputTBH:nth-of-type(30):checked~.prevBAll label:nth-of-type(29),
.galleryAll .noneGL:nth-of-type(30):not(:empty)~.tbhAll input.inputTBH:nth-of-type(31):checked~.prevBAll label:nth-of-type(30) {
    display: block;
}

.contentAll .imgFull:checked~.product-box .product-images {
    width: 100%;
    max-width: 100%;
    border: none;
}

.contentAll .imgFull:checked~.product-box .galleryAll .holder-img {
    height: 840px;
}

.contentAll .imgFull:checked~.product-box .galleryAll .holder-img img {}

.contentAll .imgFull:checked~.product-box .galleryAll .close {
    display: block;
}

.contentAll .imgFull:checked~.product-box .galleryAll label[for="imgB"]>span:first-child {
    display: none;
}

.contentAll .imgFull:checked~.product-box .product-description {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.galleryAll .gall-prevB {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 3;
}

.galleryAll .gall-nextB {
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    margin: auto;
    -webkit-transition: right .2s ease-in-out;
    -moz-transition: right .2s ease-in-out;
    transition: right .2s ease-in-out;
    z-index: 3;
}

.galleryAll .gall-prevB label,
.galleryAll .gall-nextB label {
    display: none;
    width: 50px;
    height: 50px;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.galleryAll .gall-prevB label:hover,
.galleryAll .gall-nextB label:hover {
    opacity: 0.8;
}

.contentAll .imgFull:checked~.product-box .gall-nextB {
    right: -10px;
}

.galleryAll .gall-nextB label {
    background: url(https://shared1.ad-lister.co.uk/UserImages/f8a45aa3-fa3f-4d61-8c83-91e3f9d2f427/Img/_design/right.png) no-repeat 50% 50% rgba(255, 255, 255, 0.6);
}

.galleryAll .gall-prevB label {
    background: url(https://shared1.ad-lister.co.uk/UserImages/f8a45aa3-fa3f-4d61-8c83-91e3f9d2f427/Img/_design/left.png) no-repeat 50% 50% rgba(255, 255, 255, 0.6);
}

.galleryAll>.inputTBH:nth-of-type(1):checked~.holder-img .gall-nextB label:nth-of-type(2),
.galleryAll>.inputTBH:nth-of-type(2):checked~.holder-img .gall-nextB label:nth-of-type(3),
.galleryAll>.inputTBH:nth-of-type(3):checked~.holder-img .gall-nextB label:nth-of-type(4),
.galleryAll>.inputTBH:nth-of-type(4):checked~.holder-img .gall-nextB label:nth-of-type(5),
.galleryAll>.inputTBH:nth-of-type(5):checked~.holder-img .gall-nextB label:nth-of-type(6),
.galleryAll>.inputTBH:nth-of-type(6):checked~.holder-img .gall-nextB label:nth-of-type(7),
.galleryAll>.inputTBH:nth-of-type(7):checked~.holder-img .gall-nextB label:nth-of-type(8),
.galleryAll>.inputTBH:nth-of-type(8):checked~.holder-img .gall-nextB label:nth-of-type(9),
.galleryAll>.inputTBH:nth-of-type(9):checked~.holder-img .gall-nextB label:nth-of-type(10),
.galleryAll>.inputTBH:nth-of-type(10):checked~.holder-img .gall-nextB label:nth-of-type(11),
.galleryAll>.inputTBH:nth-of-type(11):checked~.holder-img .gall-nextB label:nth-of-type(12),
.galleryAll>.inputTBH:nth-of-type(12):checked~.holder-img .gall-nextB label:nth-of-type(13),
.galleryAll>.inputTBH:nth-of-type(13):checked~.holder-img .gall-nextB label:nth-of-type(14),
.galleryAll>.inputTBH:nth-of-type(14):checked~.holder-img .gall-nextB label:nth-of-type(15),
.galleryAll>.inputTBH:nth-of-type(15):checked~.holder-img .gall-nextB label:nth-of-type(16),
.galleryAll>.inputTBH:nth-of-type(16):checked~.holder-img .gall-nextB label:nth-of-type(17),
.galleryAll>.inputTBH:nth-of-type(17):checked~.holder-img .gall-nextB label:nth-of-type(18),
.galleryAll>.inputTBH:nth-of-type(18):checked~.holder-img .gall-nextB label:nth-of-type(19),
.galleryAll>.inputTBH:nth-of-type(19):checked~.holder-img .gall-nextB label:nth-of-type(20),
.galleryAll>.inputTBH:nth-of-type(20):checked~.holder-img .gall-nextB label:nth-of-type(21),
.galleryAll>.inputTBH:nth-of-type(21):checked~.holder-img .gall-nextB label:nth-of-type(22),
.galleryAll>.inputTBH:nth-of-type(22):checked~.holder-img .gall-nextB label:nth-of-type(23),
.galleryAll>.inputTBH:nth-of-type(23):checked~.holder-img .gall-nextB label:nth-of-type(24),
.galleryAll>.inputTBH:nth-of-type(24):checked~.holder-img .gall-nextB label:nth-of-type(25),
.galleryAll>.inputTBH:nth-of-type(25):checked~.holder-img .gall-nextB label:nth-of-type(26),
.galleryAll>.inputTBH:nth-of-type(26):checked~.holder-img .gall-nextB label:nth-of-type(27),
.galleryAll>.inputTBH:nth-of-type(27):checked~.holder-img .gall-nextB label:nth-of-type(28),
.galleryAll>.inputTBH:nth-of-type(28):checked~.holder-img .gall-nextB label:nth-of-type(29),
.galleryAll>.inputTBH:nth-of-type(29):checked~.holder-img .gall-nextB label:nth-of-type(30) {
    display: block;
}

.galleryAll>.inputTBH:nth-of-type(2):checked~.holder-img .gall-prevB label:nth-of-type(1),
.galleryAll>.inputTBH:nth-of-type(3):checked~.holder-img .gall-prevB label:nth-of-type(2),
.galleryAll>.inputTBH:nth-of-type(4):checked~.holder-img .gall-prevB label:nth-of-type(3),
.galleryAll>.inputTBH:nth-of-type(5):checked~.holder-img .gall-prevB label:nth-of-type(4),
.galleryAll>.inputTBH:nth-of-type(6):checked~.holder-img .gall-prevB label:nth-of-type(5),
.galleryAll>.inputTBH:nth-of-type(7):checked~.holder-img .gall-prevB label:nth-of-type(6),
.galleryAll>.inputTBH:nth-of-type(8):checked~.holder-img .gall-prevB label:nth-of-type(7),
.galleryAll>.inputTBH:nth-of-type(9):checked~.holder-img .gall-prevB label:nth-of-type(8),
.galleryAll>.inputTBH:nth-of-type(10):checked~.holder-img .gall-prevB label:nth-of-type(9),
.galleryAll>.inputTBH:nth-of-type(11):checked~.holder-img .gall-prevB label:nth-of-type(10),
.galleryAll>.inputTBH:nth-of-type(12):checked~.holder-img .gall-prevB label:nth-of-type(11),
.galleryAll>.inputTBH:nth-of-type(13):checked~.holder-img .gall-prevB label:nth-of-type(12),
.galleryAll>.inputTBH:nth-of-type(14):checked~.holder-img .gall-prevB label:nth-of-type(13),
.galleryAll>.inputTBH:nth-of-type(15):checked~.holder-img .gall-prevB label:nth-of-type(14),
.galleryAll>.inputTBH:nth-of-type(16):checked~.holder-img .gall-prevB label:nth-of-type(15),
.galleryAll>.inputTBH:nth-of-type(17):checked~.holder-img .gall-prevB label:nth-of-type(16),
.galleryAll>.inputTBH:nth-of-type(18):checked~.holder-img .gall-prevB label:nth-of-type(17),
.galleryAll>.inputTBH:nth-of-type(19):checked~.holder-img .gall-prevB label:nth-of-type(18),
.galleryAll>.inputTBH:nth-of-type(20):checked~.holder-img .gall-prevB label:nth-of-type(19),
.galleryAll>.inputTBH:nth-of-type(21):checked~.holder-img .gall-prevB label:nth-of-type(20),
.galleryAll>.inputTBH:nth-of-type(22):checked~.holder-img .gall-prevB label:nth-of-type(21),
.galleryAll>.inputTBH:nth-of-type(23):checked~.holder-img .gall-prevB label:nth-of-type(22),
.galleryAll>.inputTBH:nth-of-type(24):checked~.holder-img .gall-prevB label:nth-of-type(23),
.galleryAll>.inputTBH:nth-of-type(25):checked~.holder-img .gall-prevB label:nth-of-type(24),
.galleryAll>.inputTBH:nth-of-type(26):checked~.holder-img .gall-prevB label:nth-of-type(25),
.galleryAll>.inputTBH:nth-of-type(27):checked~.holder-img .gall-prevB label:nth-of-type(26),
.galleryAll>.inputTBH:nth-of-type(28):checked~.holder-img .gall-prevB label:nth-of-type(27),
.galleryAll>.inputTBH:nth-of-type(29):checked~.holder-img .gall-prevB label:nth-of-type(28),
.galleryAll>.inputTBH:nth-of-type(30):checked~.holder-img .gall-prevB label:nth-of-type(29) {
    display: block;
}


#listing .product-description {
    padding: 0 35px 0 0;
    width: 35%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    margin: 0 0 0 auto;
}

.JTI-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-weight: 700;
    color: #000;
    font-size: 30px;
    line-height: 38px;
    margin: 0;
}

.jti-inStock {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin: 30px 0 0;
}

.jti-inStock img {
    margin: 0 10px 0 0;
}

.jti-inStock span {

    color: #000;
    font-weight: 400;
}

.jti-inStock.fastR img {
    margin: 0 14px 0 0;
}

.jti-shortD {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 45px 0 10px;
}



.jti-shortD ul {
    margin: 0 !important;
}

.jti-askQ {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: #2682C4;
    color: #fff;
    margin: 30px 0 0;
    max-width: 200px;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
}

.jti-askQ:hover {
    background: #0181b7;
}

.JTI__price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    font-size: 24px;
    margin: 15px 0 0;
    font-weight: 900;
    color: #DB1F26;
}

.JTI__price span {
    margin-left: 65px;
    text-decoration: line-through;
    color: #FF0000;
}

.jti-box92 {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 40px 0 0 0;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.jti-box92 .jti-child {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.jti-box92 .jti-child img {
    margin: 0 auto;
}

.jti-box92 .jti-child p {
    text-align: center;
    margin: 0 auto;
    max-width: 240px;
}


#listing .product-bestS {
    padding: 0;
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    margin: 0 0 0 auto;
    border: 5px solid #F5F4F5;
    border-top: 0;
}

.jti-titleBest {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    text-align: center;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background: #F5F5F5;
    color: #000;
    width: 100%;
    margin: 0 0 30px;
}

.product-bestS .product {
    display: block;
    width: 100%;
    padding: 0 15px;
    margin: 0;
}

.product-bestS .prod {
    display: block;
    width: 100%;
    margin: 0 0 35px;
}

.product-bestS .product .image {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
}

.product-bestS .product .image img {
    display: block;
    width: 100%;
    margin: 0;
}

.product-bestS .product .title {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
}

.product-bestS .product .title a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
}

.product-bestS .product .price {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
}

.product-bestS .product .price p {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
}

.product-bestS .product .btn {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.product-bestS .product .btn a {
    display: inline-block;
    margin: 0;
    padding: 0 30px;
    background: #2682C4;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    line-height: 40px;
}

.product-bestS .product .btn a:hover {
    background: #0181b7;
}


@-webkit-keyframes bugfix {
    from {
        padding: 0
    }

    to {
        padding: 0
    }
}

@-webkit-keyframes fake {
    from {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes fake {
    from {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

body {
    -webkit-animation: fake 1s infinite;
    animation: fake 1s infinite
}

.tabsAll {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
    padding: 0;
    max-width: 100%;
    background: #F5F5F5;
}

#tabs {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#tabs .resptab-content {
    display: none;
    padding: 35px 25px;
    font-size: 14px;
    width: 100%;
    background: #fff;
    margin: 0;
    border-top: 2px solid #F5F4F5;
    text-align: left;
    color: #000;
    position: relative;
    z-index: 90;
}

#tabs .jti-tabCont {
    max-width: 1180px;
    margin: 0 auto;
    width: 96%;
}

#tabs input {
    display: none
}

#tabs label {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 12px 40px;
    font-weight: 700;
    text-align: center;
    width: auto;
    font-size: 16px;
    text-transform: capitalize;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    transition: all 0.8s ease-out 0s !important;
    width: auto;
    color: #000;
    justify-content: center;
    z-index: 99;
    letter-spacing: 0.3px;
}

#tabs label span {
    border-radius: 5px;
    line-height: 40px;
    padding: 0 24px;
}


#tabs label:hover {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

#tabs label:hover span {
    background: #2682C4;
    color: #fff;
}

#tabs input:checked+label.deskV {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

#tabs input:checked+label.deskV span {
    background: #2682C4;
    color: #fff;
}

#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content3,
#tab4:checked~#content4,
#tab5:checked~#content5,
#tab6:checked~#content6,
#tab7:checked~#content7 {
    display: block;
    font-size: 16px;
    color: #000;
}

#listing .resptab-content table {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    max-width: 100% !important;
    font-family: "Poppins", sans-serif !important;
}

#listing .resptab-content img {
    display: block;
    max-width: 100%;
}

#tabs .resptab-input,
#tabs .resptab-label {
    display: none;
}

#listing .JA_IS {
    padding: 0;
    width: 100%;
}

#listing .JA_IS .istd1 {
    width: 30%;
}

#listing .JA_IS .istd2 {
    width: 70%;
}

#listing table.JA_IS tr td {
    padding: 5px;
}

#listing table.JA_IS .is1,
#listing table.JA_IS .is3,
#listing table.JA_IS .is5,
#listing table.JA_IS .is7,
#listing table.JA_IS .is9,
#listing table.JA_IS .is11,
#listing table.JA_IS .is13,
#listing table.JA_IS .is15,
#listing table.JA_IS .is17,
#descript table.JA_IS .is19,
#listing table.JA_IS .is21,
#listing table.JA_IS .is23,
#listing table.JA_IS .is25,
#listing table.JA_IS .is27 {
    background: #EFEFEF;
}

#listing table.JA_IS tr:nth-child(odd) {
    background: #EFEFEF;
}

#tabs ul {
    display: block;
    width: 100%;
    margin: 0;
    list-style: disc;
    padding: 0;
}

#tabs li {
    width: 100%;
    margin: 12px 0 0 0;
    padding: 0 0 0 25px;
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 16px;
    text-transform: initial;
    text-decoration: none;
    font-weight: 400;
    line-height: 23px;
    display: block;
    position: relative
}

.jti-bannerStore {
    display: block;
    width: 100%;
    margin: 0 0 50px;
    padding: 0;
}

.jti-bannerStore img {
    margin: 0;
    width: 100%;
}


.oss_simR {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 55px;
    text-align: center;
    color: #2682C4;
    font-size: 30px;
    font-weight: 900;
    text-transform: capitalize;
    padding: 0;
    line-height: 30px;
}

#similarr {
    display: block;
    min-height: 470px;
    margin: 0 auto 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.jti-relatedTitle {
    font-size: 30px;
    font-weight: 900;
    width: 100%;
    text-align: center;
    color: #000;
    text-transform: capitalize;
    margin: 0 auto 30px;
}

#similarr .product {
    width: 96%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    max-width: 1180px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}

.product:after {
    display: table;
    content: '';
    clear: both;
}

#similarr .prod {
    height: auto;
    margin: 0 0 25px 0;
    position: relative;
    padding: 0;
    opacity: 0.9;
}

#similarr .prod:hover {
    opacity: 1;
}

#similarr .image {
    display: block;
    width: 100%;
    height: 315px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #F5F4F5;
}

#similarr .image img {
    display: block;
    margin: auto;
    padding: 0;
    max-width: 100%;
    max-height: 315px;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
}

#similarr .title {
    display: -webkit-box;
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#similarr .title a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
}

#similarr .title a:hover {
    text-decoration: underline;
    color: #2682C4;
}

#similarr .title>h4 {
    margin: 0;
}

#similarr .price {
    display: block;
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
}

#similarr .price p {
    display: inline-block;
    margin: 0;
}

#similarr .price del {
    padding-left: 10px;
}

#similarr .btn {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
    text-align: center;
}

#similarr .btn a {
    display: inline-block;
    margin: 0;
    padding: 0 30px;
    background: #2682C4;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    line-height: 40px;
}

#similarr .btn a:hover {
    background-color: #0181b7;
}

.jti-topSelling {
    display: flex;
    flex-direction: column;
    width: 96%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 60px 0 30px;
}

.jti-topSelling .topitemholder {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 20px;
    width: 100%;
    margin: 0 auto 38px;
}

.jti-topSelling .btn {
    display: inline-block;
    margin: 0 auto;
    padding: 0 30px;
    background: #2682C4;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    line-height: 40px;
    font-family: "Poppins", sans-serif;
}

.jti-topSelling .btn:hover {
    background: #0181b7;
}

.jti-topSelling #topitemimage {
    margin: 0;
}

.jti-topSelling #topitemtitle {
    display: none !important;
}


.JTI__brands {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 40px 0 0 0;
    align-items: center;
    justify-content: center;
}



.JTI__brands .topitemholder {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 10px;
    background: #F5F4F5;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.JTI__brands .topitembox {
    padding: 5px 20px;
}

.JTI__brands #topitemimage {
    margin: 0;
}

.JTI__brands .topitembox img {
    max-height: 80px;
    max-width: 200px;
    border: 5px solid rgba(255, 255, 255, 0.5);
}

.JTI__brands #topitemtitle {
    display: none;
}



/* ==== Bottom section wrapper ==== */
.bottom__section {
    background: #000;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.bottom__inner {
    margin-inline: auto;
    padding: 38px 0;
    max-width: 1180px;
    width: 96%;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    align-items: start;
}


.bottom__section .child.chd01 img {
    max-width: 220px;
    height: auto;
    display: block;
}

.bottom__section .child.chd01 p {
    margin: 14px 0 18px;
    line-height: 22px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.bottom__section .child.chd02 h4 {
    margin: 0 0 16px;
    font-size: 16px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.bottom__section #categoriesside {
    list-style: disc;
    margin: 0;
    padding: 0 0 0 12px;
    display: grid;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    grid-auto-rows: min-content;
    gap: 0 28px;
}

.bottom__section #categoriesside>li {
    position: relative;
    padding: 3px 0;
}


.bottom__section #categoriesside a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    line-height: 20px;
}

.bottom__section #categoriesside a:hover {
    text-decoration: underline;
}

.bottom__section #categoriesside .level2 {
    display: none !important;
}


.jti-paymentB {
    padding: 15px 10px;
    background-color: #2682C4;
    text-align: center;
}

.jti-paymentB img {
    max-height: 20px;
}

.jti-paymentB .jti-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.jti-paymentB .jti-inner h4 {
    margin: 0 12px 0 0;
    font-size: 16px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #fff;
}

.bottom__section .chd01 h4 {
    margin: 0 0 16px;
    font-size: 16px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.bottom__section .chd01 ul {
    list-style: disc;
    margin: 0;
    padding: 0 0 0 12px;
    display: grid;
    grid-template-columns: 1fr;

}

.bottom__section .chd01 ul>li {
    position: relative;
    padding: 3px 0;
}


.bottom__section .chd01 ul a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    line-height: 20px;
}


.jti-flex91 {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-items:flex-start;
  justify-content:flex-start;
  gap:30px;
}

.jti-flex91 .child {
  display:flex;
  flex-direction:column;
  width:calc(50% - 15px);
}


@media screen and (max-width: 1280px) {

    .topBar__inner p,
    .topBar__inner a {
        font-size: 12px;
    }

    .JTI__banner #topitemdescription {
        font-size: 35px;
        padding: 0 10px;
    }

    .JTI__brands h3,
    .JTI__titleR {
        font-size: 28px;
    }

    .JTI__price span {
        font-size: 32px;
    }

    #listing .diviMenu {
        padding: 0 5%;
    }
}

@media screen and (max-width: 1180px) {
    #header {
        padding: 20px 10px;
    }

    .diviMenu #menuu {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1160px) {
    .JTI-flex17 {
        font-size: 15px;
    }

    #header .chd03 a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1100px) {
    #listing .diviMenu {
        padding: 0 3%;
    }

    #listing .resH,
    #listing #menuu2 span {
        font-size: 16px;
    }

    .JTI__banner #topitemdescription {
        font-size: 30px;
    }

    .JTI-flex17 {
        font-size: 14px;
    }

    .product-images {
        width: 63%;
    }

    #listing .product-description {
        width: 37%;
    }

    .jti-infoWrap01 .child {
        padding: 10px;
    }

}

@media screen and (max-width: 920px) {
    #header .chd03 {
        display: none;
    }

    .jti-bannerT,
    .jti-inf11 {
        width: 96%;
        margin: 0 auto;
    }

    .jti-bannerT #topitemtitle a {
        font-size: 40px;
        line-height: 1.2;
    }

    .jti-inf11 span {
        font-size: 16px;
        line-height: 1.2;
    }

    .JTI__price span {
        font-size: 28px;
    }

    .JTI__brands h3,
    .JTI__titleR,
    .oss_simR {
        font-size: 26px;
    }

    #listing {
        margin: 0;
    }

    .JTI-header {
        padding: 0;
    }

    .diviMenu #show-menu[type=checkbox]:checked~#menuu {
        display: block;
    }

    #header {
        display: flex;
        padding: 0;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #header .imglog {
        padding: 0;
        text-align: center;
    }

    #header .imglog a {
        margin: 0 auto;
    }

    #listing .diviMenu {
        display: block;
        padding: 0;
        position: static;
        height: 100%;
        width: 100%;
    }

    #listing .diviMenu {
        margin: 0;
    }

    #listing #menuu2 {
        margin: 0;
        width: 100%;
    }

    .show-menuBar {
        display: block;
    }

    .diviMenu #menuu {
        position: static;
        display: none;
        height: auto;
        width: 100%;
        margin: 0;
        border-top: none;
        background: #2682C4;
        padding: 15px;
        float: left;
    }

    .diviMenu #menuu ul .categ:hover:after {
        display: none;
    }

    .diviMenu #categoriestop:after {
        display: block;
        content: '';
        clear: both;
    }

    #menuu .topM,
    .diviMenu #menuu a.hom,
    .diviMenu #menuu a.topA {
        display: none !important;
    }

    #menuu2 {
        display: block;
    }

    .diviMenu #categoriestop {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        position: static;
        visibility: visible;
        opacity: 1;
        -webkit-column-count: initial;
        -moz-column-count: initial;
        column-count: initial;
        background: none;
        max-width: 100%;
    }

    .diviMenu #categoriestop li {
        text-align: left;
        text-transform: none;
        width: 100%;
        margin: 0px;
        padding: 0 20px;
        box-sizing: border-box;
        position: relative;
        display: block;
        float: left;
        min-height: 40px;
        height: auto;
        border: none;
    }

    .diviMenu #categoriestop li a {
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        font-weight: 700;
        height: auto;
        line-height: 45px;
        padding: 0;
        text-align: left;
        text-transform: initial;
        width: 100% !important;
        text-align: left !important;
        display: block !important;
        position: relative;
        color: #fff;
        text-decoration: none;
        background: none;
    }

    #listing .resH {
        width: 100%;
        display: block;
        margin: 0;
        color: #fff;
        text-align: left;
        padding: 0;
        text-transform: initial;
        line-height: 45px;
        height: auto;
    }

    .diviMenu #categoriestop li:hover,
    .diviMenu a.resH:hover {
        color: #2682C4;
        background: #fff;
    }

    .diviMenu #categoriestop li:hover a {
        color: #2682C4;
    }

    .diviMenu #categoriestop .level2,
    .diviMenu #categoriestop .level3,
    .diviMenu #categoriestop ul ul,
    #listing #menuu2 span {
        display: none !important;
    }

    #header .jti-headerInner01 {
        align-items: center;
    }

    #header .jti-headerBTN {
        flex-direction: column;
        justify-content: flex-end;
        gap: 10px;
    }

    #header .jti-headerBTN a {
        margin: 0;
    }

    /*= content =*/
    #listing .contentAll {
        padding: 35px 0 15px;
    }

    .product-images {
        width: 100%;
    }

    .galleryAll .holder-img {
        height: 640px;
    }

    .hiddenZ,
    .galleryAll label[for="imgB"] {
        display: none !important;
    }

    .galleryAll>.inputTBH:nth-of-type(1):checked~.holder-img img:nth-of-type(1),
    .galleryAll>.inputTBH:nth-of-type(2):checked~.holder-img img:nth-of-type(2),
    .galleryAll>.inputTBH:nth-of-type(3):checked~.holder-img img:nth-of-type(3),
    .galleryAll>.inputTBH:nth-of-type(4):checked~.holder-img img:nth-of-type(4),
    .galleryAll>.inputTBH:nth-of-type(5):checked~.holder-img img:nth-of-type(5),
    .galleryAll>.inputTBH:nth-of-type(6):checked~.holder-img img:nth-of-type(6),
    .galleryAll>.inputTBH:nth-of-type(7):checked~.holder-img img:nth-of-type(7),
    .galleryAll>.inputTBH:nth-of-type(8):checked~.holder-img img:nth-of-type(8),
    .galleryAll>.inputTBH:nth-of-type(9):checked~.holder-img img:nth-of-type(9),
    .galleryAll>.inputTBH:nth-of-type(10):checked~.holder-img img:nth-of-type(10),
    .galleryAll>.inputTBH:nth-of-type(11):checked~.holder-img img:nth-of-type(11),
    .galleryAll>.inputTBH:nth-of-type(12):checked~.holder-img img:nth-of-type(12),
    .galleryAll>.inputTBH:nth-of-type(13):checked~.holder-img img:nth-of-type(13),
    .galleryAll>.inputTBH:nth-of-type(14):checked~.holder-img img:nth-of-type(14),
    .galleryAll>.inputTBH:nth-of-type(15):checked~.holder-img img:nth-of-type(15),
    .galleryAll>.inputTBH:nth-of-type(16):checked~.holder-img img:nth-of-type(16),
    .galleryAll>.inputTBH:nth-of-type(17):checked~.holder-img img:nth-of-type(17),
    .galleryAll>.inputTBH:nth-of-type(18):checked~.holder-img img:nth-of-type(18),
    .galleryAll>.inputTBH:nth-of-type(19):checked~.holder-img img:nth-of-type(19),
    .galleryAll>.inputTBH:nth-of-type(20):checked~.holder-img img:nth-of-type(20),
    .galleryAll>.inputTBH:nth-of-type(21):checked~.holder-img img:nth-of-type(21),
    .galleryAll>.inputTBH:nth-of-type(22):checked~.holder-img img:nth-of-type(22),
    .galleryAll>.inputTBH:nth-of-type(23):checked~.holder-img img:nth-of-type(23),
    .galleryAll>.inputTBH:nth-of-type(24):checked~.holder-img img:nth-of-type(24),
    .galleryAll>.inputTBH:nth-of-type(25):checked~.holder-img img:nth-of-type(25),
    .galleryAll>.inputTBH:nth-of-type(26):checked~.holder-img img:nth-of-type(26),
    .galleryAll>.inputTBH:nth-of-type(27):checked~.holder-img img:nth-of-type(27),
    .galleryAll>.inputTBH:nth-of-type(28):checked~.holder-img img:nth-of-type(28),
    .galleryAll>.inputTBH:nth-of-type(29):checked~.holder-img img:nth-of-type(29),
    .galleryAll>.inputTBH:nth-of-type(30):checked~.holder-img img:nth-of-type(30) {
        position: absolute;
        left: 0;
        margin: auto;
        right: 0;
        bottom: 0;
        top: 0
    }

    .product-box {
        display: block;
        margin: 0 0 40px;
        width: 100%;
    }

    .product-images {
        display: block;
        width: 100%;
        margin: 0 0 45px;
        border: 0;
    }

    #listing .product-description {
        width: 100%;
        padding: 0;
        min-height: 0;
        display: block;
        margin: 0 0 30px;
    }

    .JTI-title {
        font-size: 23px;
        line-height: 30px;
    }

    #listing .product-bestS {
        width: 100%;
    }

    .product-bestS .product {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }

    .product-bestS .product .image {
        display: block;
        width: 100%;
        height: 315px;
        margin: 0 auto 20px;
        position: relative;
        overflow: hidden;
        background: #fff;
        border: 1px solid #F5F4F5;
        padding: 10px;
    }

    .product-bestS .product .image img {
        display: block;
        margin: auto;
        padding: 0;
        max-width: 100%;
        max-height: 315px;
        width: auto;
        height: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-transition: all .7s ease-in-out;
        -moz-transition: all .7s ease-in-out;
    }

    .bottom__inner {
        grid-template-columns: 1fr;
    }

    .jti-infoInner01 {
        width: 96%;
        margin: 0 auto;
    }

    .jti-infoWrap01 .child {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

}

@media screen and (max-width: 840px) {
    .JTI__banner #topitemdescription {
        font-size: 24px;
    }

    #similarr {
        min-height: 25px;
    }

    #similarr .product {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    #similarr .prod {
        margin: 0 0 10px;
    }

    #similarr {
        margin: 0 0 10px;
    }

    .bottom__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .bottom__inner .child:first-child p {
        max-width: 100%;
    }

    .bottom__inner .child {
        width: 100%;
        flex-grow: 1;
        padding: 10px 0;
    }

    .bottom__inner .child.chd02 {
        padding: 10px 0;
    }

    .bottom__section {
        padding: 25px 0;
    }

    .bottom__inner .child.chd02 h4 {
        margin: 0;
    }

    .galleryAll2 .topitembox #topitemdescription img {
        max-height: 35px;
    }

    .galleryAll2 .topitembox #topitemdescription p {
        font-size: 16px;
    }

    .slideshow #topitemtitle a {
        font-size: 20px;
    }
  
 .jti-flex91 {flex-direction:column; }
.jti-flex91 .child {width:100%;}
  
}

@media screen and (max-width: 767px) {
    .jti-infoWrap01 {
        padding: 0;
    }

    .jti-infoWrap01 p {
        font-size: 12px;
    }

    .JTI__price {
        font-size: 18px;
    }

    .notes__title {
        font-size: 26px;
    }

    .JTI-title,
    .oss_simR {
        font-size: 20px;
    }

    .JTI__banner #topitemdescription {
        font-size: 21px;
    }

    #listing .JA_IS {
        font-size: 12px;
    }

    .JTI__brands h3 {
        font-size: 24px;
    }

    .JTI__price span {
        font-size: 26px;
    }

    .JTI__titleR {
        font-size: 24px;
    }

    .JTI__titleR {
        margin: 0 auto 25px;
    }

    #tabs .deskV {
        display: none !important;
    }

    #tabs .resptab-input,
    #tabs .resptab-label {
        display: block !important;
    }

    #tab1:checked~#content1,
    #tab2:checked~#content2,
    #tab3:checked~#content3,
    #tab4:checked~#content4,
    #tab5:checked~#content5 {
        display: none;
    }

    #tabs .resptab-label {
        color: #fff;
        text-decoration: none;
        transition: color .3s ease-in-out;
        position: relative;
        display: block;
        width: 100%;
        background: #2682C4;
        font-family: "Poppins", sans-serif;
        padding: 0 15px;
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        text-align: center;
        line-height: 55px;
        position: relative;
        text-transform: uppercase;
        border-top: 1px solid #0181b7;
        border-bottom: 1px solid #25b6f5;
        float: none;
        border-left: none;
        border-radius: 0;
    }

    #tabs #L11.resptab-label {
        border-top: 0;
    }

    #tabs .resptab-label:after {
        content: '\f053';
        display: block;
        font-family: FontAwesome;
        position: absolute;
        margin: 0;
        transform: translate(0, -50%);
        right: 25px;
        top: 50%;
        font-size: 19px;
        height: 40px;
        line-height: 40px;
    }

    #tabs .resptab-input {
        display: none
    }

    #tabs .resptab-content {
        margin: 0;
        padding: 25px 0;
        border: none;
        border-top: none;
        float: none;
        background: #FAFAFA;
        border-bottom: 1px solid #fff;
        text-align: left;
    }

    #tabs #content4,
    #tabs #L44 {
        border-bottom: 1px solid #FAFAFA;
    }

    #tabs .resptab-content table {
        border-collapse: collapse !important;
        border-spacing: 0 !important;
        max-width: 100% !important;
        font-family: "Poppins", sans-serif !important;
        font-size: 16px;
        line-height: 23px;
    }

    #tabs .resptab-content img {
        display: block;
        max-width: 100%;
    }

    #tabs .resptab-input:not(checked)~.resptab-content {
        display: none
    }

    #tabs .resptab-input {
        display: none !important;
    }

    #tabs label:hover {
        cursor: pointer;
        color: #fff;
        border-top: 1px solid #0181b7;
        border-bottom: 1px solid #25b6f5;
    }

    #ID-1:checked~#content1,
    #ID-2:checked~#content2,
    #ID-3:checked~#content3,
    #ID-4:checked~#content4,
    #ID-5:checked~#content5 {
        display: block;
        font-size: 16px;
        margin: 0;
        line-height: 23px;
        background: #F7F7F9;
    }

    #ID-1:checked:checked~#L11,
    #ID-2:checked:checked~#L22,
    #ID-3:checked:checked~#L33,
    #ID-4:checked:checked~#L44,
    #ID-5:checked:checked~#L55 {
        width: 100%;
        margin: 0;
        border-bottom: 0;
        background: #F7F7F9;
        color: #2682C4;
    }

    #ID-1:checked:checked~#L11:after,
    #ID-2:checked:checked~#L22:after,
    #ID-3:checked:checked~#L33:after,
    #ID-4:checked:checked~#L44:after,
    #ID-5:checked:checked~#L55:after {
        content: '\f078';
        font-size: 19px;
        color: #2682C4;
    }

    #listing #tabs .resptab table {
        border-collapse: collapse !important;
        border-spacing: 0 !important;
        max-width: 100% !important;
        font-size: 10px !important;
    }

    #tabs .resptab-content ul {
        display: block;
        width: 100%;
        margin: 0;
        list-style: disc;
        padding: 0 0 0 20px;
    }

    #tabs .resptab-content ul li {
        width: 100%;
        margin: 0 0 15px;
        padding: 0;
        font-family: "Poppins", sans-serif;
        color: #000;
        font-size: 14px;
        text-transform: initial;
        text-decoration: none;
        font-weight: 400;
        line-height: 25px;
    }


    .JTI__brands .topitembox img {
        max-height: 45px;
    }

    .JTI__brands .topitembox {
        padding: 5px;
    }

    .jti-relatedTitle {
        font-size: 24px;
    }

    .jti-bannerT #topitemtitle a {
        font-size: 32px;
    }

    .JA_IS td {
        font-size: 12px;
    }

    .bottom__inner {
        gap: 20px;
        padding: 0;
    }

    .slideshow #topitemtitle a {
        font-size: 16px;
    }

    .galleryW .topitemholder .topitembox {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .slideshow #topitemimage {
        position: absolute;
        z-index: 0;
        height: 100%;
    }

    .slideshow #topitemimage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center
    }

    .slideshow #topitemtitle {
        position: relative;
        transform: initial;
        z-index: 2;
        left: 0;
        max-width: 100%;
        background: rgba(0, 0, 0, 0.7);
        padding: 20px 10px;
        display: flex;
        order: 3;
    }

    #PN-slideBanners {
        max-width: 96%;
        margin: 0 auto;
        padding: 20px 0;
    }

    .jti-infoInner01 {
        padding: 0;
    }

    .galleryAll2 .topitembox #topitemdescription {
        position: relative;
        transform: initial;
        z-index: 2;
        left: 0;
        max-width: 100%;
        background: rgba(0, 0, 0, 0.7);
        padding: 20px 10px;
        order: 1;
        display: flex;
        margin: 0 0 20svh;
    }

    .product-bestS .product .title a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
    }
}

@media screen and (max-width: 590px) {
    .jti-infoWrap01 {
        flex-wrap: wrap;
    }

    #header .imglog a img {
        max-width: 160px;
    }

    #header .jti-headerBTN img {
        max-height: 15px;
    }

    #header .jti-headerBTN a,
    #header .jti-headerBTN {
        font-size: 12px;
    }

    .jti-infoWrap01 p {
        font-size: 10px;
    }

    .jti-infoWrap01 .child {
        min-width: 160px;
    }

    .jti-infoWrap01 .child img {
        max-height: 30px;
    }

    .JTI__brands h3 {
        font-size: 20px;
    }

    .JTI__price span,
    .JTI__titleR {
        font-size: 22px;
    }

    .JTI__banner #topitemdescription {
        font-size: 18px;
    }

    #similarr .btn a {
        font-size: 14px;
    }

    /*= content =*/
    .galleryAll .holder-img {
        height: 550px;
    }

    .galleryAll .inputTBH:checked~.thumbN {
        width: 25%;
    }

    #listing .current {
        height: 550px;
    }

    #listing .previewImg {
        width: 23%;
    }

    #listing .imgBCt {
        width: 49%;
    }

    #listing .imgBCt.IBC02,
    #listing .imgBCt.IBC06 {
        margin: 0 0 25px 0;
    }

    #similarr {
        padding: 0;
    }

    #similarr .image {
        height: 235px;
    }

    #similarr .image img {
        max-height: 185px;
    }

    .bottom__section #categoriesside {
        grid-template-columns: 1fr;
        gap: 6px 0;
    }

    .bottom__section #categoriesside {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
        gap: 8px 22px;
    }

    .bottom__section .child.chd01 img {
        max-width: 190px;
    }

    .jti-relatedTitle {
        font-size: 18px;
    }

    .jti-bannerT #topitemtitle a {
        font-size: 24px;
    }

    #categoriesside {
        grid-template-columns: repeat(2, minmax(160px, 1fr));
    }

    .jti-topSelling .topitemholder {
        grid-template-columns: repeat(2, 1fr);
    }


}

@media screen and (max-width: 490px) {


    .JTI__banner #topitemdescription {
        font-size: 16px;
    }

    .galleryAll .holder-img {
        height: 400px;
    }

    .galleryAll .thumbN {

        width: 33.33%;
        margin-left: -33.33%
    }

    .galleryAll .inputTBH:checked~.thumbN {
        width: 33.33%;
    }

    .galleryAll .noneGL:nth-of-type(4):not(:empty)~.tbhAll input.inputTBH:nth-of-type(1):checked~.nextBAll label:nth-of-type(2),
    .galleryAll .noneGL:nth-of-type(5):not(:empty)~.tbhAll input.inputTBH:nth-of-type(2):checked~.nextBAll label:nth-of-type(3),
    .galleryAll .noneGL:nth-of-type(6):not(:empty)~.tbhAll input.inputTBH:nth-of-type(3):checked~.nextBAll label:nth-of-type(4),
    .galleryAll .noneGL:nth-of-type(7):not(:empty)~.tbhAll input.inputTBH:nth-of-type(4):checked~.nextBAll label:nth-of-type(5),
    .galleryAll .noneGL:nth-of-type(8):not(:empty)~.tbhAll input.inputTBH:nth-of-type(5):checked~.nextBAll label:nth-of-type(6),
    .galleryAll .noneGL:nth-of-type(9):not(:empty)~.tbhAll input.inputTBH:nth-of-type(6):checked~.nextBAll label:nth-of-type(7),
    .galleryAll .noneGL:nth-of-type(10):not(:empty)~.tbhAll input.inputTBH:nth-of-type(7):checked~.nextBAll label:nth-of-type(8),
    .galleryAll .noneGL:nth-of-type(11):not(:empty)~.tbhAll input.inputTBH:nth-of-type(8):checked~.nextBAll label:nth-of-type(9),
    .galleryAll .noneGL:nth-of-type(12):not(:empty)~.tbhAll input.inputTBH:nth-of-type(9):checked~.nextBAll label:nth-of-type(10),
    .galleryAll .noneGL:nth-of-type(13):not(:empty)~.tbhAll input.inputTBH:nth-of-type(10):checked~.nextBAll label:nth-of-type(11),
    .galleryAll .noneGL:nth-of-type(14):not(:empty)~.tbhAll input.inputTBH:nth-of-type(11):checked~.nextBAll label:nth-of-type(12),
    .galleryAll .noneGL:nth-of-type(15):not(:empty)~.tbhAll input.inputTBH:nth-of-type(12):checked~.nextBAll label:nth-of-type(13),
    .galleryAll .noneGL:nth-of-type(16):not(:empty)~.tbhAll input.inputTBH:nth-of-type(13):checked~.nextBAll label:nth-of-type(14),
    .galleryAll .noneGL:nth-of-type(17):not(:empty)~.tbhAll input.inputTBH:nth-of-type(14):checked~.nextBAll label:nth-of-type(15),
    .galleryAll .noneGL:nth-of-type(18):not(:empty)~.tbhAll input.inputTBH:nth-of-type(15):checked~.nextBAll label:nth-of-type(16),
    .galleryAll .noneGL:nth-of-type(19):not(:empty)~.tbhAll input.inputTBH:nth-of-type(16):checked~.nextBAll label:nth-of-type(17),
    .galleryAll .noneGL:nth-of-type(20):not(:empty)~.tbhAll input.inputTBH:nth-of-type(17):checked~.nextBAll label:nth-of-type(18),
    .galleryAll .noneGL:nth-of-type(21):not(:empty)~.tbhAll input.inputTBH:nth-of-type(18):checked~.nextBAll label:nth-of-type(19),
    .galleryAll .noneGL:nth-of-type(4):not(:empty)~.tbhAll input.inputTBH:nth-of-type(19):checked~.nextBAll label:nth-of-type(20),
    .galleryAll .noneGL:nth-of-type(5):not(:empty)~.tbhAll input.inputTBH:nth-of-type(20):checked~.nextBAll label:nth-of-type(21),
    .galleryAll .noneGL:nth-of-type(6):not(:empty)~.tbhAll input.inputTBH:nth-of-type(21):checked~.nextBAll label:nth-of-type(22),
    .galleryAll .noneGL:nth-of-type(7):not(:empty)~.tbhAll input.inputTBH:nth-of-type(22):checked~.nextBAll label:nth-of-type(23),
    .galleryAll .noneGL:nth-of-type(8):not(:empty)~.tbhAll input.inputTBH:nth-of-type(23):checked~.nextBAll label:nth-of-type(24),
    .galleryAll .noneGL:nth-of-type(9):not(:empty)~.tbhAll input.inputTBH:nth-of-type(24):checked~.nextBAll label:nth-of-type(25),
    .galleryAll .noneGL:nth-of-type(10):not(:empty)~.tbhAll input.inputTBH:nth-of-type(25):checked~.nextBAll label:nth-of-type(26),
    .galleryAll .noneGL:nth-of-type(11):not(:empty)~.tbhAll input.inputTBH:nth-of-type(26):checked~.nextBAll label:nth-of-type(27),
    .galleryAll .noneGL:nth-of-type(12):not(:empty)~.tbhAll input.inputTBH:nth-of-type(27):checked~.nextBAll label:nth-of-type(28) {
        display: block;
    }

    #similarr .image,
    .product-bestS .product .image {
        height: 175px;
    }

    .product-bestS .product {
        gap: 20px;
    }

    #similarr .image img,
    .product-bestS .product .image img {
        max-height: 175px;
    }

}

@media screen and (max-width: 380px) {
    .galleryAll .holder-img {
        height: 350px;
    }

    .galleryAll .thumbN {
        width: 50%;
        margin-left: -50%
    }

    .galleryAll .inputTBH:checked~.thumbN {
        width: 50%;
        height: 95px
    }

    .galleryAll .noneGL:nth-of-type(3):not(:empty)~.tbhAll input.inputTBH:nth-of-type(1):checked~.nextBAll label:nth-of-type(2),
    .galleryAll .noneGL:nth-of-type(4):not(:empty)~.tbhAll input.inputTBH:nth-of-type(2):checked~.nextBAll label:nth-of-type(3),
    .galleryAll .noneGL:nth-of-type(5):not(:empty)~.tbhAll input.inputTBH:nth-of-type(3):checked~.nextBAll label:nth-of-type(4),
    .galleryAll .noneGL:nth-of-type(6):not(:empty)~.tbhAll input.inputTBH:nth-of-type(4):checked~.nextBAll label:nth-of-type(5),
    .galleryAll .noneGL:nth-of-type(7):not(:empty)~.tbhAll input.inputTBH:nth-of-type(5):checked~.nextBAll label:nth-of-type(6),
    .galleryAll .noneGL:nth-of-type(8):not(:empty)~.tbhAll input.inputTBH:nth-of-type(6):checked~.nextBAll label:nth-of-type(7),
    .galleryAll .noneGL:nth-of-type(9):not(:empty)~.tbhAll input.inputTBH:nth-of-type(7):checked~.nextBAll label:nth-of-type(8),
    .galleryAll .noneGL:nth-of-type(10):not(:empty)~.tbhAll input.inputTBH:nth-of-type(8):checked~.nextBAll label:nth-of-type(9),
    .galleryAll .noneGL:nth-of-type(11):not(:empty)~.tbhAll input.inputTBH:nth-of-type(9):checked~.nextBAll label:nth-of-type(10),
    .galleryAll .noneGL:nth-of-type(12):not(:empty)~.tbhAll input.inputTBH:nth-of-type(10):checked~.nextBAll label:nth-of-type(11),
    .galleryAll .noneGL:nth-of-type(13):not(:empty)~.tbhAll input.inputTBH:nth-of-type(11):checked~.nextBAll label:nth-of-type(12),
    .galleryAll .noneGL:nth-of-type(14):not(:empty)~.tbhAll input.inputTBH:nth-of-type(12):checked~.nextBAll label:nth-of-type(13),
    .galleryAll .noneGL:nth-of-type(15):not(:empty)~.tbhAll input.inputTBH:nth-of-type(13):checked~.nextBAll label:nth-of-type(14),
    .galleryAll .noneGL:nth-of-type(16):not(:empty)~.tbhAll input.inputTBH:nth-of-type(14):checked~.nextBAll label:nth-of-type(15),
    .galleryAll .noneGL:nth-of-type(17):not(:empty)~.tbhAll input.inputTBH:nth-of-type(15):checked~.nextBAll label:nth-of-type(16),
    .galleryAll .noneGL:nth-of-type(18):not(:empty)~.tbhAll input.inputTBH:nth-of-type(16):checked~.nextBAll label:nth-of-type(17),
    .galleryAll .noneGL:nth-of-type(19):not(:empty)~.tbhAll input.inputTBH:nth-of-type(17):checked~.nextBAll label:nth-of-type(18),
    .galleryAll .noneGL:nth-of-type(20):not(:empty)~.tbhAll input.inputTBH:nth-of-type(18):checked~.nextBAll label:nth-of-type(19),
    .galleryAll .noneGL:nth-of-type(21):not(:empty)~.tbhAll input.inputTBH:nth-of-type(19):checked~.nextBAll label:nth-of-type(20),
    .galleryAll .noneGL:nth-of-type(22):not(:empty)~.tbhAll input.inputTBH:nth-of-type(20):checked~.nextBAll label:nth-of-type(21),
    .galleryAll .noneGL:nth-of-type(23):not(:empty)~.tbhAll input.inputTBH:nth-of-type(21):checked~.nextBAll label:nth-of-type(22),
    .galleryAll .noneGL:nth-of-type(24):not(:empty)~.tbhAll input.inputTBH:nth-of-type(22):checked~.nextBAll label:nth-of-type(23),
    .galleryAll .noneGL:nth-of-type(25):not(:empty)~.tbhAll input.inputTBH:nth-of-type(23):checked~.nextBAll label:nth-of-type(24),
    .galleryAll .noneGL:nth-of-type(26):not(:empty)~.tbhAll input.inputTBH:nth-of-type(24):checked~.nextBAll label:nth-of-type(25),
    .galleryAll .noneGL:nth-of-type(27):not(:empty)~.tbhAll input.inputTBH:nth-of-type(25):checked~.nextBAll label:nth-of-type(26),
    .galleryAll .noneGL:nth-of-type(28):not(:empty)~.tbhAll input.inputTBH:nth-of-type(26):checked~.nextBAll label:nth-of-type(27),
    .galleryAll .noneGL:nth-of-type(29):not(:empty)~.tbhAll input.inputTBH:nth-of-type(27):checked~.nextBAll label:nth-of-type(28),
    .galleryAll .noneGL:nth-of-type(30):not(:empty)~.tbhAll input.inputTBH:nth-of-type(28):checked~.nextBAll label:nth-of-type(29) {
        display: block;
    }

    .product-images {
        margin: 0 0 25px;
    }

    .bottom__section #categoriesside {
        grid-template-columns: repeat(2, minmax(160px, 1fr));
    }
}
