/* --------------------------------------------------------
   Project Name: toughcell
   Version: 2.0
   Created: 05 November 2025
   Last Modified: 05 November 2025
   Last Modified By: toughcell
----------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');

/*-- Contents --*/
* {
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  padding: 0;
  overflow-x: hidden;
}

.container {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  min-width: 320px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.all {
  max-width: 1024px;
  width: 100%;
  margin: auto;
}

.full {
  width: 100% !important;
}

.row {
  max-width: 1024px;
  margin: auto;
  width: 100%;
}

.center {
  margin: auto;
}

.no-padding {
  padding: 0 !important;
}

.fontbold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.textcenter {
  text-align: center;
}

.hr-with-p {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 25px;
  border-top-width: 2px;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.card-img {
  border-radius: 20px;
}

.imgBackgroundSet {
  height: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.shadow {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.radius {
  border-radius: 20px;
  overflow: hidden;
}

.overhidden {
  overflow: hidden;
}

.linemargin {
  margin: 10px auto;
}

.card-title {
  font-size: 16px;
  margin-bottom: 0px;
  text-shadow: 1px 1px 10px #000;
}

.card-text {
  font-size: 12px;
  margin-bottom: 0px;
}

.related-product {
  color: white;
}

a:hover {
  color: #ff5a00;
}

.sb-link {
  display: flex;
  height: 50px;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #bb5555;
  transition: background 0.3s;
}

.sb-link:hover, .sb-link:focus, .sb-link:active {
  background: #f7f7f7;
}

#banner-image {
  background-image: url('https://media.dsanker.com/files/dealbatt/ebay_main_banner_collection_01.jpg');
  width: 100%;
  padding-bottom: 22.5%;
  background-position: top;
  background-size: cover;
}

#banner-menu {
  width: 100%;
}

.menu-nav {
  background-color: #222;
}

.menu-nav ul {
  list-style: none;
}

.menu, .menu li {
  margin: 0;
}

.menu {
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.menu li, .menu a {
  display: block;
}

.menu li {
  padding: 0 10px;
}

.menu li a {
  color: rgba(255, 255, 255, 0.75);
  padding: 0.75em 1.25em;
  transition: background 0.25s ease-in-out;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}

#csgGallery {
  position: relative;
  display: block !important;
  width: 100%;
  box-sizing: content-box;
  transform: scale(1);
}

#csgGallery div:after {
  visibility: visible;
  line-height: 14px;
}

#csgGallery img {
  border: none;
}

#csgGallery input {
  display: none;
}

#csgGalleryContainer {
  position: relative;
  margin: auto;
  left: 0px;
  font-family: Arial, sans-serif;
  width: 90%;
}

#csgGalleryContainer a {
  font-family: Arial, sans-serif;
  text-decoration: none;
}

#csgGalleryContainer #csgOuterNavWrapper:before {
  content: '';
  position: absolute;
  bottom: 95px;
  left: -20px;
  box-shadow: 2px -2px 0 2px #bdbdbd;
  transform: rotate(225deg);
  padding: 10px;
  z-index: 2;
}

#csgGalleryContainer:hover #csgOuterNavWrapper:before {
  box-shadow: 2px -2px 0 2px #1e1e1e;
}

#csgGalleryContainer #csgOuterNavWrapper:after {
  content: '';
  position: absolute;
  bottom: 95px;
  right: -20px;
  box-shadow: 2px -2px 0 2px #bdbdbd;
  transform: rotate(45deg);
  padding: 10px;
  z-index: 2;
}

#csgGalleryContainer:hover #csgOuterNavWrapper:after {
  box-shadow: 2px -2px 0 2px #1e1e1e;
}

#csgSlidesContainer {
  height: 200px;
  overflow: hidden;
}

#csgSlidesOuter {
  height: 100%;
}

#csgSlides {
  position: relative;
  height: 100%;
  width: 4000px;
  overflow: hidden;
  animation-name: none;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: backwards;
  animation-delay: 0s;
  animation-name: slideshow1;
}

.csgSlide {
  float: left;
  height: 200px;
  width: 200px;
  display: flex;
}

.csgSlide .csgListingImage {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.csgListing {
  width: 190px;
  height: 190px;
  margin: 5px;
  float: left;
  line-height: 14px;
  font-size: 16px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.csgListing:hover {
  opacity: 1;
  background-color: #EDF0F9;
}

.csgListing div {
  text-align: center;
  color: #fff;
}

.csgListingImage {
  overflow: hidden;
  text-align: center;
  height: 100%;
}

.csgListingImage:after {
  height: 100%;
  width: 100%;
  content: '';
  display: inline-block;
}

.csgTitle {
  position: absolute;
  bottom: 30px;
  width: 100%;
  font-size: 15px;
}

.csgDetails {
  position: absolute;
  bottom: 10px;
  width: 100%;
  font-size: 11px;
}

.csgNavLabels {
  position: absolute;
  width: 30px;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}

#csgNavLeft {
  left: -30px;
}

#csgNavRight {
  right: -30px;
}

.csgNavWrapper {
  position: relative;
  display: flex;
  width: 90%;
  height: 100%;
  animation-name: slideshow1;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: backwards;
  animation-duration: 40s;
  animation-delay: 0s;
}

.csgNavLabel {
  display: block;
  min-width: 200px;
  height: 100%;
  cursor: pointer;
  color: transparent;
  padding: 0;
  margin: 0;
}

#csgPrev1_697:checked ~ #csgSlidesContainer #csgSlides {
  animation-name: slideshow7;
}

#csgPrev1_697:checked ~ .csgNavLabels .csgNavWrapper {
  animation-name: slideshow7;
}

#csgPrev2_697:checked ~ #csgSlidesContainer #csgSlides {
  animation-name: slideshow1;
}

#csgPrev2_697:checked ~ .csgNavLabels .csgNavWrapper {
  animation-name: slideshow1;
}

#csgOuterNavWrapper:hover #csgSlides,
#csgOuterNavWrapper:hover .csgNavWrapper {
  animation-play-state: paused;
}

#csgSlides {
  animation-duration: 40s;
}

@keyframes slideshow1 {
  0% { transform: translateX(0px); }
  100% { transform: translateX(-1400px); }
}

@keyframes slideshow2 {
  0% { transform: translateX(-200px); }
  85.71428571% { transform: translateX(-1400px); }
  85.72428571% { transform: translateX(0px); }
  100% { transform: translateX(-200px); }
}

.csgSlide:nth-child(n+21) {
  display: none;
}

.tabs {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.tabs .tab {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}

.tabs .tab > input[type="radio"] {
  display: none;
}

.tabs .tab > label {
  display: block;
  padding: 20px 0;
  font-size: 16px;
  cursor: pointer;
  color: #777;
  background: #becfd8;
  text-align: center;
  margin: 0;
}

.tabs .content {
  z-index: 0;
  overflow: hidden;
  width: 300%;
  padding-top: 25px;
  display: none;
  opacity: 0;
  transition: opacity 400ms ease-out;
}

#tab-content2 {
  margin-left: -100%;
}

#tab-content3 {
  margin-left: -200%;
}

.tabs > .tab > [id^="tab"]:checked + label {
  background: #315ffb;
  color: #F5F5F5;
}

.tabs > .tab > [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
  z-index: 1;
  opacity: 1;
  transition: opacity 400ms ease-out;
}

.tab .content ul {
  padding-left: 25px;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
}

.tabs__radio {
  position: absolute;
  left: -9999px;
}

.tabs__label {
  flex: 1 0 auto;
  width: 50%;
  flex-basis: auto;
  display: flex;
  justify-content: center;
  padding: 1rem 0.5rem;
  color: #4e4e4e;
  background-color: #e5e5e5;
  cursor: pointer;
  font-size: 14px;
}

.tabs__content {
  width: 100%;
  flex-basis: auto;
  padding: 0.5rem;
  display: none;
}

.tabs__radio:nth-of-type(1):checked ~ .tabs__label:nth-of-type(1) {
  background-color: #315ffb;
}

.tabs__radio:nth-of-type(1):checked ~ .tabs__content:nth-of-type(1) {
  display: block;
}

.tabs__radio:nth-of-type(1):disabled ~ .tabs__label:nth-of-type(1):not(.tabs__label--hide) {
  color: #8e8e8e;
  cursor: no-drop;
}

.tabs__radio:nth-of-type(1):disabled ~ .hide-if-disabled:nth-of-type(1) {
  display: none;
}

.tabs__radio:nth-of-type(2):checked ~ .tabs__label:nth-of-type(2) {
  background-color: #315ffb;
}

.tabs__radio:nth-of-type(2):checked ~ .tabs__content:nth-of-type(2) {
  display: block;
}

.tabs__radio:nth-of-type(2):disabled ~ .tabs__label:nth-of-type(2):not(.tabs__label--hide) {
  color: #8e8e8e;
  cursor: no-drop;
}

.tabs__radio:nth-of-type(2):disabled ~ .hide-if-disabled:nth-of-type(2) {
  display: none;
}

.tabs__radio:nth-of-type(3):checked ~ .tabs__label:nth-of-type(3) {
  background-color: #315ffb;
}

.tabs__radio:nth-of-type(3):checked ~ .tabs__content:nth-of-type(3) {
  display: block;
}

.tabs__radio:nth-of-type(3):disabled ~ .tabs__label:nth-of-type(3):not(.tabs__label--hide) {
  color: #8e8e8e;
  cursor: no-drop;
}

.tabs__radio:nth-of-type(3):disabled ~ .hide-if-disabled:nth-of-type(3) {
  display: none;
}

.tabs__radio:nth-of-type(4):checked ~ .tabs__label:nth-of-type(4) {
  background-color: #315ffb;
}

.tabs__radio:nth-of-type(4):checked ~ .tabs__content:nth-of-type(4) {
  display: block;
}

.tabs__radio:nth-of-type(4):disabled ~ .tabs__label:nth-of-type(4):not(.tabs__label--hide) {
  color: #8e8e8e;
  cursor: no-drop;
}

.tabs__radio:nth-of-type(4):disabled ~ .hide-if-disabled:nth-of-type(4) {
  display: none;
}

.tabs__radio:nth-of-type(5):checked ~ .tabs__label:nth-of-type(5) {
  background-color: #315ffb;
}

.tabs__radio:nth-of-type(5):checked ~ .tabs__content:nth-of-type(5) {
  display: block;
}

.tabs__radio:nth-of-type(5):disabled ~ .tabs__label:nth-of-type(5):not(.tabs__label--hide) {
  color: #8e8e8e;
  cursor: no-drop;
}

.tabs__radio:nth-of-type(5):disabled ~ .hide-if-disabled:nth-of-type(5) {
  display: none;
}

#tab-f301wmat {
  background-image: url('');
  padding-bottom: 25.6%;
}

#tab-f303wstand {
  background-image: url('');
  padding-bottom: 25.6%;
}

.tabs-wrapper {
  height: auto;
}

.bestseller-block {
  height: 400px;
  padding: 0;
}

.bestseller-left {
  padding-right: 20px;
}

.bestseller-right {
  float: right;
  padding-left: 20px;
}

.bestseller-product {
  height: 100%;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.bestseller-product > div {
  width: 100%;
}

.bestseller-product > img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  vertical-align: middle;
}

.shopnow-desc {
  color: #FFF;
  position: absolute;
  bottom: 20px;
  left: 15px;
}

.shopnow {
  position: absolute;
  bottom: 20px;
  right: 25px;
  background-color: #FFF;
  color: cornflowerblue;
  padding: 10px 20px;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  border-radius: 20px;
}

.bestseller-over {
  height: 60%;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.bestseller-over img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.bestseller-under {
  padding: 20px;
}

.roundprice {
  background-color: lightgrey;
  color: cornflowerblue;
  border-radius: 20px;
  width: fit-content;
  width: -webkit-fit-content;
  padding: 10px 20px;
}

@media screen and (min-width: 600px) {
  .tabs__label {
    width: 9.0909090909%;
    flex-basis: auto;
    font-size: 16px;
  }
  
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  .menu li a {
    padding: 0.75em 0.25em;
    font-size: 14px;
  }
  
  .bestseller-block {
    height: 350px;
  }
}

@media screen and (max-width: 991px) {
  .menu li a {
    font-size: 12px;
    padding: 0.75em 0.25em;
  }
  
  .shopnow-desc {
    left: 0;
    font-size: 14px;
  }
  
  .shopnow {
    padding: 8px 16px;
    font-size: 14px;
  }
  
  .bestseller-block {
    height: 300px;
  }
  
  .card-title {
    font-size: 14px;
  }
  
  .card-text {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .menu {
    display: block;
  }
  
  .menu li {
    text-align: center;
    border-top: 1px solid #2A2A2A;
    padding: 0;
  }
  
  .menu li a {
    padding: 1em 0.5em;
  }
  
  #tab-neoflex,
  #tab-f301wmat,
  #tab-f303wstand {
    padding-bottom: 77.57%;
  }
  
  .bestseller-left {
    padding-right: 0;
    margin-bottom: 20px;
  }
  
  .bestseller-right {
    padding-left: 0;
    margin-top: 3%;
    float: none;
    width: 100%;
  }
  
  .bestseller-block {
    height: 250px;
  }
  
  .tabs__label {
    width: 100%;
    margin-bottom: 2px;
  }
  
  .tabs {
    flex-direction: column;
  }
  
  .shopnow-desc {
    font-size: 12px;
    bottom: 15px;
    left: 10px;
  }
  
  .shopnow {
    padding: 6px 12px;
    font-size: 12px;
    bottom: 15px;
    right: 15px;
  }
  
  .bestseller-under {
    padding: 15px;
  }
  
  .roundprice {
    padding: 8px 16px;
    font-size: 14px;
  }
  
  #csgSlidesContainer {
    height: 150px;
  }
  
  .csgSlide {
    height: 150px;
    width: 150px;
  }
  
  .csgListing {
    width: 140px;
    height: 140px;
  }
  
  .csgTitle {
    font-size: 13px;
    bottom: 25px;
  }
  
  .csgDetails {
    font-size: 10px;
    bottom: 8px;
  }
  
  .card-title {
    font-size: 14px;
  }
  
  .card-text {
    font-size: 11px;
  }
  
  .container {
    padding: 0 10px;
  }
}

@media screen and (max-width: 480px) {
  .bestseller-block {
    height: 200px;
  }
  
  .shopnow-desc {
    font-size: 11px;
  }
  
  .shopnow {
    padding: 5px 10px;
    font-size: 11px;
  }
  
  .tabs__label {
    padding: 0.8rem 0.3rem;
    font-size: 13px;
  }
  
  .card-title {
    font-size: 13px;
  }
  
  .menu li a {
    padding: 0.8em 0.3em;
    font-size: 11px;
  }
  
  #csgSlidesContainer {
    height: 120px;
  }
  
  .csgSlide {
    height: 120px;
    width: 120px;
  }
  
  .csgListing {
    width: 110px;
    height: 110px;
  }
  
  .csgTitle {
    font-size: 11px;
    bottom: 20px;
  }
  
  .csgDetails {
    font-size: 9px;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .bestseller-block {
    height: 200px;
  }
  
  .menu {
    max-height: 60vh;
    overflow-y: auto;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .card-title {
    text-shadow: 0.5px 0.5px 5px #000;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  
  #csgSlides,
  .csgNavWrapper {
    animation: none !important;
  }
}