/**/
/* main styles */
/**/
.pcss3t {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 0;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.pcss3t input {
  position: absolute;
  left: -9999px;
}

.pcss3t label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  transition: opacity 0.2s;
  text-align: center;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.pcss3t label i {
  display: block;
  float: left;
  margin: 16px 8px 0 -2px;
  padding: 0;
  border: 0;
  outline: none;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 17px;
}
.pcss3t input:checked + label {
  cursor: default;
}
.pcss3t > ul.tab-content-container {
  list-style: none;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 14px;
  width: 100%;
}
.pcss3t > ul.tab-content-container > li {
  width: 100%;
  overflow: auto;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  opacity: 0;
  height: 0 !important;
  transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.pcss3t > .tab-content-1:checked ~ ul.tab-content-container .tab-content-1,
.pcss3t > .tab-content-2:checked ~ ul.tab-content-container .tab-content-2,
.pcss3t > .tab-content-3:checked ~ ul.tab-content-container .tab-content-3,
.pcss3t > .tab-content-4:checked ~ ul.tab-content-container .tab-content-4,
.pcss3t > .tab-content-5:checked ~ ul.tab-content-container .tab-content-5,
.pcss3t > .tab-content-6:checked ~ ul.tab-content-container .tab-content-6,
.pcss3t > .tab-content-7:checked ~ ul.tab-content-container .tab-content-7,
.pcss3t > .tab-content-8:checked ~ ul.tab-content-container .tab-content-8,
.pcss3t > .tab-content-9:checked ~ ul.tab-content-container .tab-content-9,
.pcss3t > .tab-content-10:checked ~ ul.tab-content-container .tab-content-last {
  z-index: 1;
  top: 0;
  padding: 1em;
  left: 0;
  opacity: 1;
  /*-webkit-transform: scale(1,1);
	-webkit-transform: rotate(0deg);*/
  height: 100% !important;
  transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}

/*----------------------------------------------------------------------------*/
/*                                 EXTENSIONS                                 */
/*----------------------------------------------------------------------------*/

/**/
/* auto height */
/**/
.pcss3t-height-auto > ul.tab-content-container {
  height: auto !important;
}
.pcss3t-height-auto > ul.tab-content-container > li {
  position: static;
  display: none;
  height: auto !important;
}
.pcss3t-height-auto
  > .tab-content-1:checked
  ~ ul.tab-content-container
  .tab-content-1,
.pcss3t-height-auto
  > .tab-content-2:checked
  ~ ul.tab-content-container
  .tab-content-2,
.pcss3t-height-auto
  > .tab-content-3:checked
  ~ ul.tab-content-container
  .tab-content-3,
.pcss3t-height-auto
  > .tab-content-4:checked
  ~ ul.tab-content-container
  .tab-content-4,
.pcss3t-height-auto
  > .tab-content-5:checked
  ~ ul.tab-content-container
  .tab-content-5,
.pcss3t-height-auto
  > .tab-content-6:checked
  ~ ul.tab-content-container
  .tab-content-6,
.pcss3t-height-auto
  > .tab-content-7:checked
  ~ ul.tab-content-container
  .tab-content-7,
.pcss3t-height-auto
  > .tab-content-8:checked
  ~ ul.tab-content-container
  .tab-content-8,
.pcss3t-height-auto
  > .tab-content-9:checked
  ~ ul.tab-content-container
  .tab-content-9,
.pcss3t-height-auto
  > .tab-content-10:checked
  ~ ul.tab-content-container
  .tab-content-10 {
  display: block;
}

/**/
/* grid */
/**/
.pcss3t .grid-row {
  margin-top: 20px;
}
.pcss3t .grid-row:after {
  content: "";
  display: table;
  clear: both;
}
.pcss3t .grid-row:first-child {
  margin-top: 0;
}
.pcss3t .grid-col {
  display: block;
  float: left;
  margin-left: 2%;
}
.pcss3t .grid-col:first-child {
  margin-left: 0;
}
.pcss3t .grid-col .inner {
  padding: 10px 0;
  border-radius: 2px;
  background: #f2f2f2;
  text-align: center;
}
.pcss3t .grid-col-1 {
  width: 15%;
}
.pcss3t .grid-col-2 {
  width: 32%;
}
.pcss3t .grid-col-3 {
  width: 49%;
}
.pcss3t .grid-col-4 {
  width: 66%;
}
.pcss3t .grid-col-5 {
  width: 83%;
}
.pcss3t .grid-col-offset-1 {
  margin-left: 19%;
}
.pcss3t .grid-col-offset-1:first-child {
  margin-left: 17%;
}
.pcss3t .grid-col-offset-2 {
  margin-left: 36%;
}
.pcss3t .grid-col-offset-2:first-child {
  margin-left: 34%;
}
.pcss3t .grid-col-offset-3 {
  margin-left: 53%;
}
.pcss3t .grid-col-offset-3:first-child {
  margin-left: 51%;
}
.pcss3t .grid-col-offset-4 {
  margin-left: 70%;
}
.pcss3t .grid-col-offset-4:first-child {
  margin-left: 68%;
}
.pcss3t .grid-col-offset-5:first-child {
  margin-left: 85%;
}

/**/
/* typography */
/**/
.pcss3t .typography {
  color: #666;
}
.pcss3t .typography h1,
.pcss3t .typography h2,
.pcss3t .typography h3,
.pcss3t .typography h4,
.pcss3t .typography h5,
.pcss3t .typography h6 {
  margin: 40px 0 0 0;
  padding: 0;
  font-family: "AvanGarde Regul.tab-content-containerar";
  text-align: left;
  color: #333;
}
.pcss3t .typography h1 {
  font-size: 40px;
  line-height: 60px;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}
.pcss3t .typography h2 {
  font-size: 32px;
  line-height: 48px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}
.pcss3t .typography h3 {
  font-size: 26px;
  line-height: 38px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
.pcss3t .typography h4 {
  font-size: 20px;
  line-height: 30px;
}
.pcss3t .typography h5 {
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
}
.pcss3t .typography h6 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.pcss3t .typography p {
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 20px;
  text-align: left;
}
.pcss3t .typography ul.tab-content-container,
.pcss3t .typography ol {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.pcss3t .typography li {
  position: relative;
  margin-top: 5px;
  padding-left: 20px;
}
.pcss3t .typography li ul.tab-content-container,
.pcss3t .typography li ol {
  margin-top: 5px;
}
.pcss3t .typography ul.tab-content-container li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 4px;
  background: #404040;
}
.pcss3t .typography ol {
  counter-reset: list1;
}
.pcss3t .typography ol > li:before {
  counter-increment: list1;
  content: counter(list1) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.pcss3t .typography a {
  text-decoration: underline;
  color: #1889e6;
}
.pcss3t .typography a:hover {
  text-decoration: none;
}
.pcss3t .typography .pic {
  padding: 4px;
  border: 1px dotted #ccc;
}
.pcss3t .typography .pic img {
  display: block;
}
.pcss3t .typography .pic-right {
  float: right;
  margin: 0 0 10px 20px;
}
.pcss3t .typography .link {
  text-decoration: underline;
  color: #1889e6;
  cursor: pointer;
}
.pcss3t .typography .link:hover {
  text-decoration: none;
}
.pcss3t .typography h1:first-child,
.pcss3t .typography h2:first-child,
.pcss3t .typography h3:first-child,
.pcss3t .typography h4:first-child,
.pcss3t .typography h5:first-child,
.pcss3t .typography h6:first-child,
.pcss3t .typography p:first-child {
  margin-top: 0;
}
.pcss3t .typography .text-center {
  text-align: center;
}
.pcss3t .typography .text-right {
  text-align: right;
}

/**/
/* steps */
/**/
.pcss3t-steps label {
  cursor: default;
}

.pcss3t-theme-1 label {
  /*margin: 0 5px 5px 0;*/
  border-radius: 2px;
  background: var(--color-primary);
  color: white;
  box-shadow: 0 2px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
  width: fit-content;
  flex-grow: 0;
}

/**/
/* animation effects */
/**/
.pcss3t-effect-scale > ul.tab-content-container > li {
  -webkit-transform: scale(0.1, 0.1);
}
.pcss3t-effect-rotate > ul.tab-content-container > li {
  -webkit-transform: rotate(180deg);
}
.pcss3t-effect-slide-top > ul.tab-content-container > li {
  top: -40px;
}
.pcss3t-effect-slide-right > ul.tab-content-container > li {
  left: 80px;
}
.pcss3t-effect-slide-bottom > ul.tab-content-container > li {
  top: 40px;
}
.pcss3t-effect-slide-left > ul.tab-content-container > li {
  left: -80px;
}

/*----------------------------------------------------------------------------*/
/*                                   LAYOUTS                                  */
/*----------------------------------------------------------------------------*/

/**/
/* top right */
/**/
.pcss3t-layout-top-right {
  text-align: right;
}

/**/
/* top center */
/**/
.pcss3t-layout-top-center {
  text-align: center;
}

/**/
/* top combi */
/**/
.pcss3t > .right {
  float: right;
}

/*----------------------------------------------------------------------------*/
/*                                    ICONS                                   */
/*----------------------------------------------------------------------------*/

/**/
/* icons positions */
/**/
.pcss3t-icons-top label {
  text-align: center;
}
.pcss3t-icons-top label i {
  float: none;
  margin: 0 auto -10px;
  padding-top: 17px;
  font-size: 23px;
  line-height: 23px;
  text-align: center;
}
.pcss3t-icons-right label i {
  float: right;
  margin: 0 -2px 0 8px;
}
.pcss3t-icons-bottom label {
  text-align: center;
}
.pcss3t-icons-bottom label i {
  float: none;
  margin: -10px auto 0;
  padding-bottom: 17px;
  font-size: 23px;
  line-height: 23px;
  text-align: center;
}
.pcss3t-icons-only label i {
  float: none;
  margin: 0 auto;
  font-size: 23px;
}

/*----------------------------------------------------------------------------*/
/*                               RESPONSIVENESS                               */
/*----------------------------------------------------------------------------*/

/**/
/* pad */
/**/
@media screen and (max-width: 1100px) {
  .pcss3t {
    flex-wrap: wrap;
    gap: 5px;
  }
  .pcss3t-theme-1 label {
    min-width: 200px;
    flex-grow: 1;
  }
}

/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
  /*.pcss3t label {
		display: block;
	}*/
  .pcss3t > .right {
    float: none;
  }
  .pcss3t-theme-1 label {
    width: fit-content !important;
  }
}

@media screen and (max-width: 500px) {
  .pcss3t-theme-1 label {
    width: 100% !important;
  }
}

/*----------------------------------------------------------------------------*/
/*                                   THEMES                                   */
/*----------------------------------------------------------------------------*/

/**/
/* defaul.tab-content-containert */
/**/
.pcss3t label {
  padding: 10px;
  background: var(--color-primary);
  font-size: 14px;
  min-height: 30px;
  /*line-height: 1px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 7 - 0.33em);
}

.pcss3t > ul.tab-content-container {
  text-align: left;
  background: rgba(255, 255, 255, 75%);
}
.pcss3t-steps label:hover {
  background: #e5e5e5;
}

/**/
/* theme 1 */
/**/
.pcss3t-theme-1 label {
  transition: all .2s ease 0s;
  /*margin: 0 5px 5px 0;*/
  border-style: solid;
  border-width: 2px;
  border-color: var(--color-primary) !important;
  border-radius: 5px;
  background: var(--color-primary);
  box-shadow: 0 2px rgba(0, 0, 0, 0.2);
  color: white;
  opacity: 1;
}
.pcss3t-theme-1 label:hover {
  /*background: #fff;*/
  transition: all .2s ease 0s;

  color: white;
  opacity: 0.75;
}
.pcss3t-theme-1 input:checked + label {
  font-weight: 800;
  color: var(--color-primary) !important;
  background: #fff !important;
  opacity: 1;
  transition: all .2s ease 0s;
}
.pcss3t-theme-1 > ul.tab-content-container {
  border-radius: 2px;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
}
.pcss3t-theme-1 > .tab-content-1:checked ~ ul.tab-content-container {
  border-top-left-radius: 0;
}
@media screen and (max-width: 767px) {
  .pcss3t-theme-1 label {
    margin-right: 0;
  }
  .pcss3t-theme-1 input:checked + label {
    /*margin-bottom: 5px;*/

    border-radius: 2px;
  }
  .pcss3t-theme-1 > .tab-content-1:checked ~ ul.tab-content-container {
    border-top-left-radius: 5px;
  }
}
/*----------------------------------------------------------------------------*/
/*                               CUSTOMIZATION                                */
/*----------------------------------------------------------------------------*/

/**/
/* height */
/**/
.pcss3t > ul.tab-content-container,
.pcss3t > ul.tab-content-container > li {
  /*height: 50vh;*/
}

.tab-content {
  display: block !important;
  /*flex-direction: row;*/
}

.tab-content .image-container {
  width: 33%;
  padding: 0em 0em 2em 3em;
  display: flex;
  flex-direction: column;
  align-content: center;
  gap: 25px;
  float: right;
}

.tab-content .image-container img {
  width: 100%;
}

/*
.tab-content .right-col{
	width: 70%;
	padding: 1em;
}*/

.tab-content h2 {
  color: var(--color-primary);
}
.tab-content {
  text-align: justify;
}

.mobile-title {
  display: none;
  line-height: 1.1;
}

.normal-title {
  display: block;
  line-height: 1.1;
}

@media screen and (max-width: 1200px) {
  .tab-content .image-container {
    width: 40%;
    padding: 0em 0em 1em 2em;
  }
}

@media screen and (max-width: 767px) {
  .mobile-title {
    display: block;
  }

  .normal-title {
    display: none;

  }
  .tab-content .image-container {
    width: 50% !important;
    padding: 0em 0em 1em 1em;
  }

  .pcss3t > .tab-content-1:checked ~ ul.tab-content-container .tab-content-1,
  .pcss3t > .tab-content-2:checked ~ ul.tab-content-container .tab-content-2,
  .pcss3t > .tab-content-3:checked ~ ul.tab-content-container .tab-content-3,
  .pcss3t > .tab-content-4:checked ~ ul.tab-content-container .tab-content-4,
  .pcss3t > .tab-content-5:checked ~ ul.tab-content-container .tab-content-5,
  .pcss3t > .tab-content-6:checked ~ ul.tab-content-container .tab-content-6,
  .pcss3t > .tab-content-7:checked ~ ul.tab-content-container .tab-content-7,
  .pcss3t > .tab-content-8:checked ~ ul.tab-content-container .tab-content-8,
  .pcss3t > .tab-content-9:checked ~ ul.tab-content-container .tab-content-9,
  .pcss3t > .tab-content-10:checked ~ ul.tab-content-container .tab-content-10 {
    padding: 10px 20px 10px 20px;
  }
}

@media screen and (max-width: 600px) {
  .tab-content .image-container {
    width: 100% !important;
    padding: 0em 0em 2em 0em;
  }
}
.accessory-card-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px
}
.accessory-card{
  width: 22% !important;
  max-width: 25%;
  flex-grow: 1;
  position: relative;
  justify-content: flex-start !important;
  gap:20px
}
@media screen and (max-width: 1120px) {
  .accessory-card{
    width: 30% !important;
    max-width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .accessory-card{
    width: 45% !important;
    max-width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .accessory-card{
    width: 100% !important;
    max-width: 100%;
  }
}

.accessory-card img{
  height: 120px;
  object-fit: contain;
  width: 100%;
}



.accessory-card h4 {
  font-size: 18px;
  letter-spacing: 0px;
  text-align: left !important;
  color: #374047;
  width: 100% !important;
  transition: color 0.2s ease 0s;
}

.accessory-card:hover h4 {
  color: var(--color-primary);
  transition: color 0.2s ease 0s;
}
.accessory-card:hover span{
  color: white;
  transition: color .2s ease .0s;
}

.accessory-card span{
  transition: color .2s ease .0s;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--color-primary);
  color: #ffffff90;
  padding: 4px;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
  box-shadow: 1px 1px 10px 1px rgba(0,0,0,.1);
}


