@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Carlito:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&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: "Carlito", 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-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;
   
    cursor: pointer;
}

p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Carlito", sans-serif;
}



span {
    font-family: "Carlito", 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: #000;
    font-size: 14px;
    color:#fff;
}

.firstPart {
  background: #000 url("https://shared1.ad-lister.co.uk/UserImages/2be9cb70-ce31-42cf-ae32-04107bd887b9/Img/_design/bg.jpg") no-repeat center top;
  background-size: cover;
  padding-bottom: 30px;
}
/* =====================  header  ======================== */
.JTI-header {
    display: block;
    width: 100%;
    margin: 0 0;
    padding: 0;

}

.jti-topBar {
    display: block;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    text-align: center;
}

.topBar__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    width: 96%;
}

.topBar__inner span {
    font-size: 12px;
    font-weight: 400;
    text-transform: initial;
    color: #000;
}

.topBar__inner .chd02 span {
    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;
}

.topBar__inner a img {
    margin-left: 7px;
}

#header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: 96%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    max-width: 1280px
}

#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: 262px;
    height: auto;
    width: auto;
    margin: 0;
}

#header .imglog a img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
    max-width: 262px;
}

.jti-wrap {
    display: flex;
    align-items: center;
    flex-direction: row;
    position:absolute;
    transform: translate(0);
    top:20px;
    right: 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;
    background: transparent;
    padding: 10px 40px; 
}

.diviMenu #menuu {
    display: flex;
    max-width: 1280px;
    width: 100%;
    min-height: 30px;
    background: transparent;
    margin: 0 auto;
    position: relative;
    padding: 0;
    z-index: 99999;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:30px;
}

#listing #menuu2 {
    height: auto;
    margin: 0;
    padding: 0px;
    text-align: center;
}

#listing #menuu2 span {
    display: inline-block;
    width: auto;
    margin: 0;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

#listing .resH {
    margin: 0;
    line-height: 30px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
}

#listing .resH.lastRH {
    margin: 0;
}
.menuDivider {width:1px;background:rgba(255,255,255, 0.3);}

#listing #menuu2:hover>span,
#listing .resH:hover {
    cursor: pointer;
    color: #ff7701;
}

#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: #ff7701;
    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: 620px;
    justify-content: space-between;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -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: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    text-decoration: none;
    color: #fff;
    text-transform: initial;
    padding: 3px;
    transition: all 0.8s ease-out 0s !important;
    display: block;
}

.diviMenu #categoriestop li a:hover {
    cursor: pointer;
    color: #000;
}

.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%;
    right: 0;
    margin: 0;
    color: #ff7701;
}

#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 0 40px;
    position: relative;
}

.jti-bannerT #topitemtitle {
display: none !important;
}

.jti-bannerT #topitemtitle a {
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 900;
    color: #fff;
}




/* =====================   content   ======================== */

#listing .contentAll {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 96%;
    height: auto;
    margin: 0 auto;
    padding: 25px 0 0 0;
    position: relative;
    max-width: 1280px;
    gap:40px;
}

.contentAll-wrap {
    display: block;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 40px;
    padding: 25px 25px 0;
    background: #fff;
}

.clearAll:after {
    display: table;
    content: '';
    clear: both;
}

.leftSide {
    width:27%;
}

.jti-headingH3 {
    padding: 14px 20px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    color:#fff;
    font-family: "Carlito", sans-serif;
    line-height: 30px;
    background: #006b6d;
    font-size: 22px;
    margin:0 0 30px;
}

.product-box {
    display: flex;
    width: 100%;
    max-width: 1480px;
    margin: 0 auto 45px;
    align-items: stretch;
    position: relative;
}

.product-box:after {
    content: "";
    display: block;
    clear: both;
}

.wrapImgs {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  align-items: center;
  margin:0 0 30px;
}

.wrapImgs img {
  max-width: 100%;
  height: auto;
  display: block;
  max-height: 70px;
}


/* Sidebar category menu */
.leftSide #categoriesside {
  width: 100%;
  margin: 0;
  padding: 18px 10px;
  list-style: none;

  background:rgba(0,0,0,0.5);

  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
}

/* Remove bullets */
.leftSide #categoriesside,
.leftSide #categoriesside ul,
.leftSide #categoriesside li {
  list-style: none;
}

/* Reset submenu */
.leftSide #categoriesside ul {
  margin: 0;
  padding: 0;
}

/* Main category rows */
.leftSide #categoriesside > li.categ {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.65);
}

/* Main category links */
.leftSide #categoriesside > li.categ > a {
  position: relative;
  display: block;
  padding: 13px 18px 13px 26px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
}

/* Arrow before main links */
.leftSide #categoriesside > li.categ > a::before {
  content: "›";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);

  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

/* Hover main category */
.leftSide #categoriesside > li.categ:hover > a,
.leftSide #categoriesside > li.categ:focus-within > a {
  color: #ff7900;
  text-decoration: underline;
}

.leftSide #categoriesside > li.categ:hover > a::before,
.leftSide #categoriesside > li.categ:focus-within > a::before {
  color: #ff7900;
}

/* Hide all submenus by default */
.leftSide #categoriesside .level2,
.leftSide #categoriesside .level3 {
  display: none;
}

/* Show submenu on hover/focus */
.leftSide #categoriesside > li.categ:hover > .level2,
.leftSide #categoriesside > li.categ:focus-within > .level2 {
  display: block;
}


/* Level 2 links */
.leftSide #categoriesside .level2 > li > a {
  position: relative;
  display: block;
  padding: 8px 16px 8px 30px;

  color: #ff7900;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

/* Arrow before level 2 */
.leftSide #categoriesside .level2 > li > a::before {
  content: "›";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);

  color: #ff7900;
  font-size: 17px;
  font-weight: 700;
}

/* Level 2 hover */
.leftSide #categoriesside .level2 > li > a:hover {
  color: #fff;
  text-decoration: underline;
}

.leftSide #categoriesside .level2 > li > a:hover::before {
  color: #fff;
}

/* Level 3, only on hover */
.leftSide #categoriesside .level2 > li:hover > .level3,
.leftSide #categoriesside .level2 > li:focus-within > .level3 {
  display: block;
}

/* Level 3 links */
.leftSide #categoriesside .level3 > li > a {
  display: block;
  padding: 6px 16px 6px 40px;

  color: #d8d8d8;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.leftSide #categoriesside .level3 > li > a:hover {
  color: #ff7900;
  text-decoration: underline;
}



/* LEFT SIDE CATEGORIES - Fix level 3 hover jump */
.leftSide #categoriesside,
.leftSide #categoriesside .level2,
.leftSide #categoriesside .level2 > li {
  overflow: visible;
}

.leftSide #categoriesside .level2 > li {
  position: relative;
}

/* Keep level 3 outside normal flow */
.leftSide #categoriesside .level3 {
  display: none !important;
  position: absolute;
  top: 0;
  left: 100%;
  width: 260px;
  min-width: 240px;
  margin: 0;
  padding: 8px 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 99999;
}

/* Show level 3 beside the hovered level 2 item */
.leftSide #categoriesside .level2 > li:hover > .level3,
.leftSide #categoriesside .level2 > li:focus-within > .level3 {
  display: block !important;
}

/* Level 3 links */
.leftSide #categoriesside .level3 > li > a {
  display: block;
  padding: 7px 14px;
  color: #d8d8d8;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  white-space: normal;
}

.leftSide #categoriesside .level3 > li > a:hover {
  color: #ff7900;
  text-decoration: underline;
}







.product-images {
    width: 50%;
    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;
}

.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: 33.33%;
    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: rgba(0,0,0,1);
    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: 480px;
    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: #ff7701;
    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: #ff7701 !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/2be9cb70-ce31-42cf-ae32-04107bd887b9/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/2be9cb70-ce31-42cf-ae32-04107bd887b9/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: 47%;
    -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: #fff;
    font-size: 20px;
    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 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.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;
    color:#fff;
}



.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: #ff7701;
    color: #fff;
    margin: 30px 0 0;
    max-width: 200px;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
}

.jti-askQ:hover {
    background: #006b6d;
}

.JTI__price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    font-size: 24px;
    margin: 45px 0 0;
    font-weight: 600;
    color: #fff;
}

.JTI__price span {
    margin-left: 65px;
    text-decoration: line-through;
    color: #FF0000;
}





.custom-action-buttons {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin:40px 0 0 0;
}

.action-btn {
  display: inline-flex;
  align-items: stretch;
  min-height: 44px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #ffffff;
  line-height: 1;
}

.action-btn-icon {
  width: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.action-btn-text {
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  color: #ffffff;
}

.icon-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.action-btn-icon {
  
  background: #087b7c;
}

.action-btn-text {
  background: #ff7417;
}

.action-btn-question .icon-circle {
  color: #111111;
}

/* Visit Store */
.action-btn:hover .action-btn-icon {
  background: #ff7417;
}

.action-btn:hover  .action-btn-text {
  background: #087b7c;
}

.action-btn-store svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: #087b7c;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Hover */
.action-btn:hover {
  opacity: 0.88;
}





#listing .product-bestS {
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    margin: 40px 0 0 auto;
    background: #fff;
}

.product-bestS .jti-headingH3 {
    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: "Carlito", 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: "Carlito", sans-serif;
}

#listing #vhold {width:100%; height:auto; margin:30px 0 0 0; padding:0; border:1px solid #3e3e3e;}
#listing #vhold video {display:block; width:100%; height:auto; margin:0; padding:0;}

.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: #ff7701;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    line-height: 40px;
}

.product-bestS .product .btn a:hover {
    background: #006b6d;
}


@-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%;

}

#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;
        column-gap:10px;
}

#tabs .resptab-content {
    display: none;
    padding: 35px 25px;
    font-size: 14px;
    width: 100%;
    background: #000;
    margin: 0;
    border-top: 2px solid #fff;
    text-align: left;
    color: #fff;
    position: relative;
    z-index: 90;

}

#tabs .jti-tabCont {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

#tabs input {
    display: none
}

#tabs label {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding:0;
    font-weight: 700;
    text-align: center;
    width: auto;
    font-size: 20px;
    text-transform: capitalize;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    transition: all 0.8s ease-out 0s !important;
    width: calc(20% - 8px);
    color: #000;
    justify-content: center;
    z-index: 99;
    letter-spacing: 0.3px;

}

#tabs label span {
    width:100%;
    line-height: 48px;
   border-radius:7px 7px 0 0;
       background: #ff7701;
    color: #fff;
}


#tabs label:hover {
    cursor: pointer;
    text-decoration: none;
}

#tabs label:hover span {
    background:#006b6d;
    color: #fff;
}

#tabs input:checked+label.deskV {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

#tabs input:checked+label.deskV span {
    background: #006b6d;
    color: #fff;
}

#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content3,
#tab4:checked~#content4,
#tab5:checked~#content5 {
    display: block;
    font-size: 14px;
    color: #fff;
}

#listing .resptab-content table {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    max-width: 100% !important;
    font-family: "Poppins", sans-serif !important;
    color:#fff;
    font-size: 14px;
}

#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: #333;
}

#listing table.JA_IS tr:nth-child(odd) {
    background: #333;
}

#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
}




.tabsAll .jti-tabCont table.tableW {
  width: 100%;
  margin: 0 0 18px;
  border-collapse: collapse;
  border-spacing: 0;
  background: #000;
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
}

/* Table section heading */
.tabsAll .jti-tabCont table.tableW th {
  padding: 10px 12px;
  background: #057571;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  border: 0;
}

/* Table rows */
.tabsAll .jti-tabCont table.tableW td {
  padding: 8px 12px;
  color: #fff;
  border: 0;
  vertical-align: top;
  background: #000;
}

/* Grey alternating rows like screenshot */
.tabsAll .jti-tabCont table.tableW tr:nth-child(even) td {
  background: #333;
}

/* Label inside row, e.g. Type:, Size:, Colour: */
.tabsAll .jti-tabCont table.tableW td span {
  display: inline-block;
  min-width: 230px;
  color: #fff;
  font-weight: 700;
}

/* Remove weird spacing from nested divs */
.tabsAll .jti-tabCont table.tableW td div {
  margin: 0;
  padding: 0;
  color: #fff;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .tabsAll .resptab-content {
    padding: 18px 12px 22px;
  }

  .tabsAll .jti-tabCont table.tableW {
    font-size: 13px;
  }

  .tabsAll .jti-tabCont table.tableW th,
  .tabsAll .jti-tabCont table.tableW td {
    padding: 8px 9px;
  }

  .tabsAll .jti-tabCont table.tableW td span {
    display: block;
    min-width: 0;
    margin-bottom: 3px;
  }
}





.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: #ff7701;
    font-size: 30px;
    font-weight: 900;
    text-transform: capitalize;
    padding: 0;
    line-height: 30px;
}

#similarr {
    display: block;
    min-height: 470px;
    margin: 0 auto 40px;
    padding: 0;
    width: 96%;
    max-width: 1280px;
    text-align: center;
}

.jti-relatedTitle {
    font-size: 30px;
    font-weight: 900;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    margin: 0 auto 30px;
    background: #ff7701;
    padding: 12px 10px;
}

#similarr .product {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 30px 20px;
    max-width: 1280px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
    background: #fff;
}

.product:after {
    display: table;
    content: '';
    clear: both;
}

#similarr .prod {
    height: auto;
    margin: 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: "Carlito", sans-serif;
}

#similarr .title a:hover {
    text-decoration: underline;
    color: #ff7701;
}

#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: "Carlito", 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: #ff7701;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    line-height: 40px;
}

#similarr .btn a:hover {
    background-color: #006b6d;
}







  .sa-footer {
    background: #000;
    color: #fff;
    font-family: "Poppins", Arial, sans-serif;
    padding: 48px 20px 56px;
  }

  .sa-footer * {
    box-sizing: border-box;
  }

  .sa-footer a {
    color: #fff;
    text-decoration: none;
  }

  .sa-footer a:hover {
    text-decoration: underline;
  }

  .sa-footer__inner {
    max-width: 1280px;
    margin: 0 auto;
  }

  .sa-footer__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 44px;
  }

  .sa-footer__logo img {
    max-width: 180px;
    height: auto;
    display: block;
  }

  .sa-footer__payment {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-top: 16px;
  }

  .sa-footer__payment-title {
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
  }

  .sa-footer__payment img {
    max-width: 230px;
    height: auto;
    display: block;
  }

  .sa-footer__content {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 48px;
    align-items: flex-start;
  }

  .sa-footer__title {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 34px;
  }

  .sa-footer ul {
    margin: 0;
    padding-left: 18px;
  }

  .sa-footer li {
    margin: 0 0 10px;
    padding-left: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }

  .sa-footer li::marker {
    font-size: 9px;
  }

  .sa-footer__categories-list ul{
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    column-gap: 22px;
    row-gap: 0;
  }

  .sa-footer__categories-list #categoriesside ul,
.sa-footer__categories-list #categoriesside .level2,
.sa-footer__categories-list #categoriesside .level3 {
  display: none !important;
}

  .sa-footer__categories-list ul {
    list-style: disc;
  }

  .sa-footer__categories-list li {
    break-inside: avoid;
  }

  @media (max-width: 1200px) {
    .sa-footer__categories-list {
      grid-template-columns: repeat(3, minmax(150px, 1fr));
      column-gap: 30px;
    }
  }

  @media (max-width: 900px) {
    .sa-footer {
      padding: 38px 18px 44px;
    }

    .sa-footer__logo img {
     max-width: 120px;
    }

    .sa-footer__payment {
      justify-content: center;
      padding-top: 0;
    }

    .sa-footer__content {
      grid-template-columns: 1fr;
      gap: 34px;
    }

    .sa-footer__title {
      margin-bottom: 18px;
      text-align: left;
    }

    .sa-footer__categories-list {
      grid-template-columns: repeat(2, minmax(140px, 1fr));
      column-gap: 24px;
    }
  }

  @media (max-width: 520px) {
    .sa-footer__logo img {
      max-width: 120px;
    }

    .sa-footer__payment {
      flex-direction: column;
      gap: 10px;
    }

    .sa-footer__payment img {
      max-width: 140px;
    }

    .sa-footer__categories-list {
      grid-template-columns: 1fr;
    }

    .sa-footer li {
      font-size: 13px;
      margin-bottom: 9px;
    }
  }




@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__titleR {
        font-size: 28px;
    }

    .JTI__price span {
        font-size: 32px;
    }

    #listing .diviMenu {
        padding: 0 5%;
    }
}

@media screen and (max-width: 1280px) {
    #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,
    .jti-wrap {
        display: none;
    }

#header .imglog a,
#header .imglog a img  {
    max-width: 120px;
}


    .jti-bannerT #topitemtitle a {
        font-size: 40px;
        line-height: 1.2;
    }

 
    .JTI__price span {
        font-size: 28px;
    }

    .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: 10px 0;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    #header .imglog {
        padding:0;
        text-align: center;
    }

    #header .imglog a {
        margin: 0 auto;
    }

    #listing .diviMenu {
        display: block;
        padding: 0;
        position: absolute;
        transform: translate(0, 0);
        right: 0;
        bottom: 0;
        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: #ff7701;
        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%;
        background: rgba(0,0,0,0.3);
    padding: 0 20px;
    }

    .diviMenu #categoriestop li {
        text-align: left;
        text-transform: none;
        width: 100%;
        margin: 0px;
        padding: 0;
        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: #ff7701;
        background: #fff;
    }

    .diviMenu #categoriestop li:hover a {
        color: #ff7701;
    }

    .diviMenu #categoriestop .level2,
    .diviMenu #categoriestop .level3,
    .diviMenu #categoriestop ul ul,
    #listing #menuu2 span {
        display: none !important;
    }

    /*= 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-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;
        margin: 0 auto 10px; 
    }

    #similarr .product {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    #similarr .prod {
        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;
    }
}

@media screen and (max-width: 767px) {
    .leftSide {
        display: none;
    }

    .wrapImgs {
        gap:5px;
        margin:0 0 20px;
    }

    .jti-shortD {
        padding:20px 0 10px;
    }

    .jti-bannerT #topitemimage {
        margin: 0;
    }

    .custom-action-buttons{
        margin:20px 0 0 0;
    }

    .jti-bannerT {
        margin:0 0 30px;
    }

    #listing .contentAll {

    }
    .rightSide {
        width: 100%;
    }
    .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__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: #ff7701;
        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 #efefef;
        border-bottom: 1px solid #fff;
        float: none;
        border-left: none;
        border-radius: 0;
    }

    .tabsAll {
        margin: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: 16px;
        height: 48px;
        line-height: 48px;
        color:#fff;
    }

    #tabs .resptab-input {
        display: none
    }

    #tabs .resptab-content {
        margin: 0;
        padding: 25px 0;
        border: none;
        border-top: none;
        float: none;
        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 #006b6d;
        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;
    }

    #tabs label span {
        line-height: 48px;
        background: none;
        border-radius:0;
    }

    #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: #006b6d;
        color: #fff;
    }

    #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';
    }

    #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-relatedTitle {
        font-size: 24px;
    }

    .jti-bannerT #topitemtitle a {
        font-size: 32px;
    }

    .JA_IS td {
        font-size: 12px;
    }

    .bottom__inner {
        gap: 20px;
        padding: 0;
    }
}

@media screen and (max-width: 590px) {
    .jti-infoWrap01 {
        flex-wrap: wrap;
    }

    .jti-infoWrap01 p {
        font-size: 10px;
    }

    .jti-infoWrap01 .child {
        min-width: 160px;
    }

    .jti-infoWrap01 .child img {
        max-height: 30px;
    }

    .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));
    }




}

@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));
    }
}
