.a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  padding-top: 100%;
}
.a img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* not(:last-child) */
/* :nth-child(1n+0) */
.tops-prds__pages .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tops-prds__pages .container .titles-bold__alls {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.prd-tops__searchs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}
.prd-tops__searchs .select-products__forms {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
  min-width: 265px;
}

.groups-checks__prds .check-box__alls:not(:last-child) {
  margin-bottom: 20px;
}

.btn-more__filters {
  color: #777777;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-more__filters:hover,
.btn-more__filters:focus {
  color: #d80b0c;
  font-family: "Lato-Bold";
}

.list-filter__sidebars {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: solid 1px #e0e0e0;
}

.filter-prds__sidebars {
  border: solid 1px #e0e0e0;
  padding: 25px;
}
.filter-prds__sidebars .btn-reds__alls {
  width: 100%;
}

.box-filters__wattage .btn-filters__wattage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-family: "Lato-Bold";
  padding: 10px 15px;
  border: solid 1px #e0e0e0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box-filters__wattage .btn-filters__wattage i {
  color: #d80b0c;
}
.box-filters__wattage .btn-filters__wattage:hover,
.box-filters__wattage .btn-filters__wattage:focus {
  background-color: #d80b0c;
  color: #ffffff;
  border: solid 1px #d80b0c;
}
.box-filters__wattage .btn-filters__wattage:hover i,
.box-filters__wattage .btn-filters__wattage:focus i {
  color: #ffffff !important;
}

.list-wattage__sidebars {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  display: none;
}
.list-wattage__sidebars li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 15px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list-wattage__sidebars li:hover,
.list-wattage__sidebars li:focus {
  background-color: #d80b0c;
  color: #ffffff;
}
.list-wattage__sidebars li:hover ul,
.list-wattage__sidebars li:focus ul {
  opacity: 1;
  visibility: visible;
}
.list-wattage__sidebars li ul {
  position: absolute;
  width: 100%;
  height: auto;
  left: 100%;
  top: 0px;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.list-wattage__sidebars li ul li {
  padding: 10px 15px;
  background-color: #ffffff;
}
.list-wattage__sidebars li ul li a {
  color: #363636;
}
.list-wattage__sidebars li ul li:hover,
.list-wattage__sidebars li ul li:focus {
  background-color: #f0f0f0;
}
.list-wattage__sidebars li ul li:hover a,
.list-wattage__sidebars li ul li:focus a {
  color: #363636;
}

.active-wattage__sidebars {
  background-color: #d80b0c;
  color: #ffffff;
  border: solid 1px #d80b0c;
}
.active-wattage__sidebars i {
  color: #ffffff !important;
}

.items-suport__sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.items-suport__sidebar img {
  width: 36px;
  height: 36px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  margin-right: 15px;
}
.items-suport__sidebar .intros-suport__sidebar {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.items-suport__sidebar .intros-suport__sidebar a:hover,
.items-suport__sidebar .intros-suport__sidebar a:focus {
  color: #363636;
}

.suport-sidebar__onlines {
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
}
.suport-sidebar__onlines .titles-suport__sidebar {
  padding: 25px;
  background-color: #d80b0c;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Lato-Bold";
  text-align: center;
}
.suport-sidebar__onlines .list-suport__sidebar {
  padding: 20px 25px;
}
.suport-sidebar__onlines .list-suport__sidebar li:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e0e0e0;
}

.items-prds__pages {
  border: solid 1px #ebebeb;
  margin-bottom: 30px;
  position: relative;
}
.items-prds__pages:hover .img-prds__pages > a,
.items-prds__pages:focus .img-prds__pages > a {
  background-color: #ffffff;
}
.items-prds__pages:hover .img-prds__pages > a img,
.items-prds__pages:focus .img-prds__pages > a img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.items-prds__pages .tags-prds__pages {
  position: absolute;
  left: 0px;
  top: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  color: #ffffff;
  background-color: #d80b0c;
  padding: 2px 10px;
  font-size: 13px;
  z-index: 10;
}
.items-prds__pages .img-prds__pages {
  position: relative;
}
.items-prds__pages .img-prds__pages > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  padding-top: 100%;
  background-color: #fafafa;
}
.items-prds__pages .img-prds__pages > a img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.items-prds__pages .intros-prds__pages {
  padding: 15px 20px;
}
.items-prds__pages .intros-prds__pages .names-prds__pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2a2929;
}
.items-prds__pages .intros-prds__pages .names-prds__pages:hover,
.items-prds__pages .intros-prds__pages .names-prds__pages:focus {
  color: #d80b0c;
}

.infos-prds__pages {
  font-size: 15px;
}
.infos-prds__pages li {
  color: #797979;
}
.infos-prds__pages li span {
  color: #363636;
}
.infos-prds__pages li:not(:last-child) {
  margin-bottom: 10px;
}
.infos-prds__pages li a {
  color: #d80b0c;
}
.infos-prds__pages li a:hover,
.infos-prds__pages li a:focus {
  text-decoration: underline;
}

.introduction-prds__pages {
  padding: 40px;
  border: solid 1px #e0e0e0;
}
.introduction-prds__pages .text-introduction__prds {
  overflow: hidden;
  max-height: 970px;
}
.introduction-prds__pages .see-prds__cuts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #d80b0c;
  margin-left: auto;
  border-bottom: solid 1px transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.introduction-prds__pages .see-prds__cuts:hover,
.introduction-prds__pages .see-prds__cuts:focus {
  border-bottom: solid 1px #d80b0c;
}

.informations-prds__pages {
  position: relative;
}
.informations-prds__pages .text-introduction__prds {
  max-height: 980px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.actives-informations-prds .text-introduction__prds {
  max-height: unset;
}
.actives-informations-prds .see-prds__cuts {
  display: none;
}

.not-informations__hides .text-introduction__prds {
  max-height: unset !important;
}
.not-informations__hides .see-prds__cuts {
  display: none;
}

.prds-shows__tops {
  position: relative;
  margin-bottom: 10px;
}
.prds-shows__tops .swiper-button-prev,
.prds-shows__tops .swiper-button-next {
  opacity: 0;
  visibility: hidden;
}
.prds-shows__tops .group-btns__showss {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 1px;
  width: 100%;
  z-index: 10;
  top: 50%;
  left: 0px;
  font-size: 24px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.prds-shows__tops .group-btns__showss .showss-button-prev,
.prds-shows__tops .group-btns__showss .showss-button-next {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  width: 30px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  border-radius: 0px;
  border: 0px;
  padding: 0px;
  color: #363636;
  font-size: 24px;
}
.prds-shows__tops .group-btns__showss .showss-button-prev img,
.prds-shows__tops .group-btns__showss .showss-button-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.prds-shows__tops .group-btns__showss .showss-button-prev:hover,
.prds-shows__tops .group-btns__showss .showss-button-prev:focus,
.prds-shows__tops .group-btns__showss .showss-button-next:hover,
.prds-shows__tops .group-btns__showss .showss-button-next:focus {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.prds-shows__tops .group-btns__showss .showss-button-prev {
  left: 0px;
}
.prds-shows__tops .group-btns__showss .showss-button-next {
  right: 0px;
}

.items-prds__shows > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  padding-top: 75%;
}
.items-prds__shows > a img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.items-prds__thumbs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  padding-top: 100%;
  border: solid 1px #e0e0e0;
  background-color: #fafafa;
}
.items-prds__thumbs img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.sl-prds__thumbs .swiper-slide-thumb-active .items-prds__thumbs {
  border: solid 1px #d80b0c !important;
}

.text-prds__infos li:not(:last-child) {
  margin-bottom: 5px;
}
.text-prds__infos li a {
  color: #2f80ed;
}

.intros-prds__shows .btn-reds__trans {
  width: 100%;
  text-transform: uppercase;
  min-height: 55px;
}

.prds-support__details {
  background-color: #d80b0c;
}

.prds-dowload__details {
  background-color: #363636;
}

.prds-support__dowloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 50px;
}
.prds-support__dowloads img {
  width: 30px;
  height: 30px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  margin-right: 10px;
}
.prds-support__dowloads .text-suport__doloads {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #ffffff;
}

.table-prds__details table {
  width: 100%;
}
.table-prds__details table td {
  border: 1px solid #e0e0e0;
  padding: 10px 15px;
}
.table-prds__details table td:nth-child(1) {
  background-color: #f2f2f2;
}

.introduce-prds__details {
  border: solid 1px #e0e0e0;
  padding: 40px;
}

.sidebar-prds__details .titles-afters__bottoms {
  padding-bottom: 10px;
}
.sidebar-prds__details .titles-afters__bottoms:before {
  width: 50px;
  height: 3px;
}

.videos-prsd__details .img-videos__prds {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  padding-top: 60%;
  margin-bottom: 10px;
}
.videos-prsd__details .img-videos__prds > img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.videos-prsd__details .img-videos__prds > a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.videos-prsd__details .img-videos__prds > a img {
  width: 40px;
  height: 30px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.videos-prsd__details .names-videos__prds {
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Lato-Bold";
}
.videos-prsd__details .names-videos__prds:hover,
.videos-prsd__details .names-videos__prds:focus {
  color: #d80b0c;
}

.sidebar-prds__details:nth-child(1) {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: solid 1px #e0e0e0;
}

.items-prds__realtes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.items-prds__realtes .img-prds-relates {
  margin-right: 15px;
  width: 96px;
  background: #fafafa;
  border: 1px solid #f2f2f2;
}
.items-prds__realtes .img-prds-relates > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  padding-top: 100%;
}
.items-prds__realtes .img-prds-relates > a img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.items-prds__realtes .names-prds__relates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #363636;
  font-family: "Lato-Bold";
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.items-prds__realtes .names-prds__relates:hover,
.items-prds__realtes .names-prds__relates:focus {
  color: #d80b0c;
}

.list-prds__relates .items-prds__realtes:not(:last-child) {
  margin-bottom: 20px;
}

.slide-prds__relates {
  margin-bottom: 138px;
}

.slide-prds__relates .titles-afters__bottoms {
  padding-bottom: 10px;
}
.slide-prds__relates .titles-afters__bottoms:before {
  width: 50px;
  height: 3px;
}

.groups-names__sexs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  border: solid 1px #e0e0e0;
}
.groups-names__sexs .check-sexs__customers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.groups-names__sexs .check-sexs__customers:after {
  content: "";
  width: 1px;
  height: 24px;
  background-color: #e0e0e0;
  margin: 0px 15px;
}
.groups-names__sexs
  .check-sexs__customers
  .check-circle__alls:not(:last-child) {
  margin-right: 10px;
}
.groups-names__sexs input {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  border: 0px;
}
.groups-names__sexs input::-webkit-input-placeholder {
  color: #777777;
}
.groups-names__sexs input::-moz-placeholder {
  color: #777777;
}
.groups-names__sexs input:-ms-input-placeholder {
  color: #777777;
}
.groups-names__sexs input::-ms-input-placeholder {
  color: #777777;
}
.groups-names__sexs input::placeholder {
  color: #777777;
}

.box-content__carts {
  padding: 40px;
  border: solid 1px #e0e0e0;
}
.box-content__carts .groups-names__sexs,
.box-content__carts .control-alls {
  margin-bottom: 20px;
}
.box-content__carts .btn-reds__alls {
  height: 50px;
  padding: 5px 60px;
  text-transform: uppercase;
}

.items-prds__carts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.items-prds__carts .img-prds__carts {
  margin-right: 20px;
  width: 96px;
  background: #fafafa;
  border: 1px solid #f2f2f2;
}
.items-prds__carts .img-prds__carts > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  padding-top: 100%;
}
.items-prds__carts .img-prds__carts > a img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.items-prds__carts .infos-prds__cartss {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.items-prds__carts .names-prds__carts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #363636;
  font-family: "Lato-Bold";
}
.items-prds__carts .names-prds__carts:hover,
.items-prds__carts .names-prds__carts:focus {
  color: #d80b0c;
}
.items-prds__carts .btn-prds__cartss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.items-prds__carts .delete-prds__carts:hover,
.items-prds__carts .delete-prds__carts:focus {
  color: #d80b0c;
}

.list-prds__carts li:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}

.modals-completed__orders .modal-dialog {
  max-width: 515px;
}
.modals-completed__orders .modal-dialog .modal-content {
  border-radius: 0px;
  text-align: center;
  padding: 145px 45px;
}
.modals-completed__orders .modal-dialog .modal-content .btn-reds__transforms {
  width: 100%;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modals-completed__orders
  .modal-dialog
  .modal-content
  .btn-reds__transforms:before,
.modals-completed__orders
  .modal-dialog
  .modal-content
  .btn-reds__transforms:after {
  background-color: #ffffff;
}

.sl-prds__relatess {
  padding-bottom: 71px;
}

.sl-prds__relatess .swiper-pagination {
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-left: auto;
  margin-right: auto;

  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sl-prds__relatess .swiper-pagination .swiper-pagination-bullet {
  margin: 0px !important;
  width: 20px;
  height: 20px;
  border-radius: 1000px;
  border: solid 1px transparent;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

.sl-prds__relatess
  .swiper-pagination
  .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px !important;
}

.sl-prds__relatess .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 1px #d80b0c;
}

.sl-prds__relatess .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  border-radius: 1000px;
  margin: auto;
  background-color: #c8c8c8;
  z-index: 5;
}

.sl-prds__relatess .swiper-pagination .swiper-pagination-bullet-active:after {
  background-color: #d80b0c;
}

.list-prds__relates {
  max-height: 610px;
  overflow: auto;
}
