@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
/* 
font-family: 'Montserrat', sans-serif;
*/
body {
  font-family: "Montserrat", sans-serif;
  color: #060606 ;
  font-weight: 400;
  font-size: .9rem;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
}



p {
  font-family: "Montserrat", sans-serif;
  color: #060606 ;
}

a {
  text-decoration: none;
  color: #060606;
}


.form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.content {
  background-color: #edeeef;
}


input:focus {
  outline: none;
}

/* header */
.sticky-header {
  position: fixed !important;
  background: #060606 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
}

/* Components */
.header {
  background: rgba(6, 6, 6, 0.2);
  position: fixed;
  width: 100%;
  z-index: 99;
}
.header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-wrapper .header-left {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.header .header-wrapper .header-left .header-main-menu {
  margin-right: 3rem;
}
.header .header-wrapper .header-left .header-main-menu ul {
  display: flex;
  align-items: center;
}
.header .header-wrapper .header-left .header-main-menu li {
  padding: 2rem 0.7rem;
  cursor: pointer;
}
.header .header-wrapper .header-left .header-main-menu li:last-child {
  position: relative;
}
.header .header-wrapper .header-left .header-main-menu li:last-child::before {
  content: "";
  height: 60px;
  width: 1px;
  position: absolute;
  background: #404040;
  left: -1px;
  top: 15px;
}
.header .header-wrapper .header-left .header-main-menu li:nth-child(7) {
  padding-left: 2rem;
}
.header .header-wrapper .header-left .header-main-menu li:nth-child(6) {
  padding-right: 2rem;
}
.header .header-wrapper .header-left .header-main-menu li ul.sub-menu {
  position: absolute;
  background: #fff;
  display: block;
  top: 100%;
  left: initial;
  width: 245px;
  opacity: 0;
  visibility: hidden;
  margin-left: -32px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.header .header-wrapper .header-left .header-main-menu li ul.sub-menu li {
  padding: 0.2rem 1.5rem;
}
.header .header-wrapper .header-left .header-main-menu li ul.sub-menu li::before {
  display: none;
}
.header .header-wrapper .header-left .header-main-menu li ul.sub-menu a {
  color: #060606;
  font-size: 0.7rem;
  transition: all 0.5s ease-in;
  font-weight: 600;
  text-transform: capitalize !important;
}
.header .header-wrapper .header-left .header-main-menu li .mega-menu {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 5.3rem;
  width: 100% !important;
  background-color: #fff;
  min-height: 360px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.header .header-wrapper .header-left .header-main-menu li .mega-menu .mega-menu-bgimg {
  background-image: url("../images/menu-bg.jpg");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.header .header-wrapper .header-left .header-main-menu li .mega-menu .container-fluid {
  max-width: 1600px;
}
.header .header-wrapper .header-left .header-main-menu li .mega-menu .mega-menu-wrapper {
  display: flex;
  align-items: center;
  margin-top: 7rem;
}
.header .header-wrapper .header-left .header-main-menu li .mega-menu .mega-menu-wrapper img {
  width: 275px;
}
.header .header-wrapper .header-left .header-main-menu li .mega-menu .mega-menu-wrapper h2 {
  font-size: 1rem;
  color: #060606;
  margin-bottom: 0.2rem;
}
.header .header-wrapper .header-left .header-main-menu li .mega-menu .mega-menu-wrapper h3 {
  font-size: 0.8rem;
  color: #060606;
  font-weight: 400;
}
.header .header-wrapper .header-left .header-main-menu li:hover a {
  color: #ff8105;
}
.header .header-wrapper .header-left .header-main-menu li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}
.header .header-wrapper .header-left .header-main-menu li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header .header-wrapper .header-left .header-main-menu li:hover:nth-child(1) {
  background: #fff;
}
.header .header-wrapper .header-left .header-main-menu li:hover:nth-child(2) {
  background: #fff;
}
.header .header-wrapper .header-left .header-main-menu li:hover:nth-child(3) {
  background: #fff;
}
.header .header-wrapper .header-left .header-main-menu li:hover:nth-child(4) {
  background: #fff;
}
.header .header-wrapper .header-left .header-main-menu a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
}
.header .header-wrapper .header-left .header-main-menu a i {
  font-size: 1rem;
  color: #b9b9b9;
}
.header .header-wrapper .header-left .mobil-menu {
  display: none;
}
.header .header-wrapper .header-left .mobil-menu .menu-toogle {
  margin-left: 2rem;
  margin-top: 5px;
}
.header .header-wrapper .header-left .mobil-menu .menu-toogle i {
  color: #fff;
  font-size: 2rem;
}
.header .header-wrapper .header-left .mobil-menu ul li a {
  color: #ffffff;
  font-size: 0.9rem;
}
.header .header-wrapper .header-left .mobil-menu .mobil-menu-wrapper {
  display: none;
  padding: 1rem 3rem;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #060606;
  left: 0;
  right: 0;
}
.header .header-wrapper .header-left .mobil-menu .mobil-menu-wrapper li {
  padding: 0.5rem 0;
  padding: 0.5rem;
}
.header .header-wrapper .header-left .mobil-menu .mobil-menu-wrapper li:not(:last-child) {
  border-bottom: 1px solid #505050;
}
.header .header-wrapper .header-left .mobil-menu .mobil-menu-wrapper li i {
  float: right;
  font-size: 0.6rem;
  margin-top: 0.5rem;
}
.header .header-wrapper .header-left .mobil-menu .mobil-menu-wrapper li ul.sub-menu {
  display: none;
}
.header .header-wrapper .header-left .mobil-menu .mobil-menu-wrapper li ul.sub-menu li h2 {
  font-size: 0.8rem;
}
.header .header-wrapper .header-left .mobil-menu .mobil-menu-wrapper li ul.sub-menu li h3 {
  font-size: 0.8rem;
  font-weight: 400;
}
.header .header-wrapper .header-search-basket {
  display: flex;
  align-items: center;
}
.header .header-wrapper .header-search-basket .search {
  margin-right: 2rem;
  cursor: pointer;
}
.header .header-wrapper .header-search-basket .basket {
  position: relative;
  cursor: pointer;
  padding: 2rem 0;
}
.header .header-wrapper .header-search-basket .basket .basket-total {
  color: #ff8105;
  position: absolute;
  left: 7px;
  top: 40px;
  font-size: 0.8rem;
}
.header .header-wrapper .header-search-basket .basket .basket-content {
  position: absolute;
  top: 100%;
  right: -50px;
  background: #ffffff;
  min-width: 250px;
  padding: 1.2rem;
  display: none;
}
.header .header-wrapper .header-search-basket .basket .basket-content-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.2rem;
}
.header .header-wrapper .header-search-basket .basket .basket-content-title h4 {
  color: #060606;
  font-size: 0.9rem;
}
.header .header-wrapper .header-search-basket .basket .basket-content-product {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.header .header-wrapper .header-search-basket .basket .basket-content-product:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.header .header-wrapper .header-search-basket .basket .basket-content-product .basket-images img {
  width: 60px;
  margin-right: 1rem;
  margin-top: -12px;
}
.header .header-wrapper .header-search-basket .basket .basket-content-product .basket-title li {
  font-size: 0.9rem;
}
.header .header-wrapper .header-search-basket .basket .basket-content-product .basket-title li:not(:last-child) {
  margin-bottom: 0.2rem;
}
.header .header-wrapper .header-search-basket .basket .basket-content-product .basket-title li a {
  color: #060606;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.5s ease-in;
}
.header .header-wrapper .header-search-basket .basket .basket-content-product .basket-title li a:hover {
  color: #ff8105;
}
.header .header-wrapper .header-search-basket .basket .basket-content .basket-buttons {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-wrapper .header-search-basket .basket .basket-content .basket-buttons .basket-line-btn {
  border: 1px solid #060606;
  padding: 0.4rem 0.6rem;
  display: inline-block;
  border-radius: 5px;
  font-size: 0.8rem;
  transition: all 0.5s ease-in;
}
.header .header-wrapper .header-search-basket .basket .basket-content .basket-buttons .basket-line-btn:hover {
  border: 1px solid #ff8105;
  color: #ff8105;
}
.header .header-wrapper .header-search-basket .basket .basket-content .basket-buttons .basket-btn {
  padding: 0.4rem 0.6rem;
  display: inline-block;
  border-radius: 5px;
  background: #060606;
  color: #ffffff;
  font-size: 0.8rem;
  transition: all 0.5s ease-in;
}
.header .header-wrapper .header-search-basket .basket .basket-content .basket-buttons .basket-btn:hover {
  background: #ff8105;
}
.header .header-wrapper .header-search-basket .search {
  position: relative;
  padding: 2rem 0;
}
.header .header-wrapper .header-search-basket .search .search-content {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 500px;
  border: 1px solid #000;
}
.header .header-wrapper .header-search-basket .search .search-content input {
  width: 100%;
  height: 65px;
  padding: 2rem;
  border: 0;
  background-color: #fff;
  color: #060606;
}
.header .header-wrapper .header-search-basket .search .search-content input::placeholder {
  color: #060606;
}
.header .header-wrapper .header-search-basket .search .search-content .srch-btn {
  position: absolute;
  right: 0;
  height: 65px;
  width: 80px;
  border: 0;
  background: #ff8105;
}

@media (min-width: 320px) and (max-width: 574px) {
  .wolf-controllers-text h2 {
    font-size: 1rem !important;
  }

  .header .header-wrapper .header-search-basket .search .search-content {
    right: -53px;
    width: 321px;
  }

  .mobil-menu-wrapper {
    overflow-y: scroll !important;
    height: 320px !important;
    padding: 1rem 2rem !important;
  }

  .product-list .product-list-1-text {
    right: 1rem !important;
  }

  .header .header-wrapper .header-search-basket .search .search-content {
    right: -117px !important;
  }
}
@media (max-width: 767.98px) {
  .header .header-wrapper .header-search-basket .search .search-content {
    right: -95px !important;
  }
}
@media (max-width: 991.98px) {
  .header-main-menu {
    display: none;
  }

  .mobil-menu {
    display: block !important;
  }
}
@media (max-width: 1199.98px) {
  .header .header-wrapper .header-left .header-main-menu {
    margin-right: 1rem;
  }
  .header .header-wrapper .header-left .header-main-menu a {
    font-size: 0.8rem;
  }
  .header .header-wrapper .header-left .header-main-menu a i {
    font-size: 0.8rem;
  }
  .header .header-wrapper .header-left .header-main-menu li {
    padding: 2rem 0.5rem;
  }
  .header .header-wrapper .header-left .header-main-menu li .mega-menu .mega-menu-wrapper img {
    width: 204px;
  }

  .header .header-wrapper .header-search-basket .search {
    margin-right: 1.2rem;
  }

  .header .header-wrapper .header-left .header-main-menu li .mega-menu {
    min-height: 336px;
  }
}
.slider .single-slider {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 940px;
}
.slider .single-slider::before {
  content: "";
  background: rgba(6, 6, 6, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider .single-slider-content {
  position: relative;
  height: 100%;
  top: 380px;
  text-align: center;
}
.slider .single-slider-content h1 {
  font-size: 4rem;
}
.slider .single-slider-content p {
  font-size: 1.6rem;
  color: #ffffff !important;
}
.slider .single-slider-content .slider-btn {
  background: #ff8105;
  padding: 1.3rem 2.3rem;
  display: inline-block;
  margin-top: 2rem;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.slider .single-slider-content .slider-btn:hover {
  color: #060606;
}
.slider .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.slider .owl-dots .owl-dot.active span,
.slider .owl-dots .owl-dot:hover span {
  background: #ff8105;
  border: 2px solid #ff8105;
}
.slider .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  border: 2px solid #dfdfdf;
  background-color: transparent;
}

@media (min-width: 320px) and (max-width: 574px) {
  .slider .single-slider {
    height: 600px !important;
  }

  .wolf-controllers-text h2 {
    font-size: 1rem !important;
  }

  .header .header-wrapper .header-search-basket .search .search-content {
    right: -53px;
    width: 321px;
  }

  .slider .single-slider-content {
    top: 240px;
  }

  .slider .single-slider-content h1 {
    font-size: 2rem;
  }

  .slider .single-slider-content p {
    font-size: 1rem;
  }

  .slider .single-slider-content .slider-btn {
    padding: 1rem 2rem;
    font-size: 0.8rem;
  }

}

.wolf-controllers {
  margin-top: 5rem;
}
.wolf-controllers img {
  width: 100%;
}
.wolf-controllers-text h2 {
  font-size: 2.5rem;
  color: #060606;
  margin-bottom: 2rem;
}
.wolf-controllers-text p {
  margin-bottom: 2rem;
}
.wolf-controllers-text .warch-btn {
  background-color: #ff8105;
  padding: 1.3rem 2rem;
  border-radius: 40px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.wolf-controllers-text .warch-btn:hover {
  background-color: #060606;
}

@media (min-width: 320px) and (max-width: 574px) {
  .wolf-controllers {
    margin-top: 3rem;
  }

  .wolf-controllers-text h2 {
    font-size: 1.6rem !important;
    margin-top: 1rem;
  }
}
.customize {
  padding: 9.5rem 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
.customize::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.customize-text {
  z-index: 99;
}
.customize-text h2 {
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.customize-text p {
  margin-bottom: 2rem;
  color: #ffffff !important;
}
.customize-text .warch-btn {
  background-color: #ff8105;
  padding: 1.3rem 2rem;
  border-radius: 40px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.customize-text .warch-btn:hover {
  background-color: #060606;
}

@media (min-width: 320px) and (max-width: 450px) {
  .customize-text h2 {
    font-size: 2.5rem;
  }
}
.product-options {
  margin-top: 6rem;
}
.product-options .product-options-list-1 {
  position: relative;
  min-height: 0;
}
.product-options .product-options-list-1-img img {
  width: 100%;
}
.product-options .product-options-list-1-text {
  position: absolute;
  top: 1.3rem;
  right: 1rem;
  text-align: right;
}
.product-options .product-options-list-1-text h2 {
  color: #ffffff;
  font-size: 1.8rem;
  margin-bottom: 0.1rem;
  font-weight: 700;
}
.product-options .product-options-list-1-text h3 {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.product-options .product-options-list-1-text p {
  font-size: 0.8rem;
  color: #ffffff !important;
}
.product-options .product-options-list-2 {
  position: relative;
  min-height: 0;
}
.product-options .product-options-list-2-img img {
  width: 100%;
}
.product-options .product-options-list-2-text {
  position: absolute;
  top: 1.3rem;
  right: 1rem;
  text-align: right;
}
.product-options .product-options-list-2-text h2 {
  color: #ffffff;
  font-size: 1.8rem;
  margin-bottom: 0.1rem;
  font-weight: 700;
}
.product-options .product-options-list-2-text h3 {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.product-options .product-options-list-2-text p {
  font-size: 0.8rem;
  color: #ffffff !important;
}
.product-options .product-options-list-3 {
  position: relative;
  min-height: 0;
}
.product-options .product-options-list-3-img img {
  width: 100%;
}
.product-options .product-options-list-3-text {
  position: absolute;
  bottom: 1.3rem;
  right: 1rem;
  text-align: right;
}
.product-options .product-options-list-3-text h2 {
  color: #ffffff;
  font-size: 1.8rem;
  margin-bottom: 0.1rem;
  font-weight: 700;
}
.product-options .product-options-list-3-text h3 {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.product-options .product-options-list-3-text p {
  font-size: 0.8rem;
  color: #ffffff !important;
}

@media (min-width: 320px) and (max-width: 574px) {
  .product-options {
    margin-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .product-options .product-options-list-1-text h3 {
    font-size: 1.1rem !important;
  }

  .product-options .product-options-list-1-text p {
    font-size: 0.7rem;
  }

  .product-options .product-options-list-2-text h3 {
    font-size: 1.1rem !important;
  }

  .product-options .product-options-list-2-text p {
    font-size: 0.7rem;
  }

  .product-options .product-options-list-3-text h3 {
    font-size: 1.1rem !important;
  }

  .product-options .product-options-list-3-text p {
    font-size: 0.7rem;
  }
}
@media (max-width: 1199.98px) {
  .product-options .product-options-list-1-text h2 {
    font-size: 1.3rem;
  }

  .product-options .product-options-list-1-text h3 {
    font-size: 1.3rem;
  }

  .product-options .product-options-list-2-text h2 {
    font-size: 1.3rem;
  }

  .product-options .product-options-list-2-text h3 {
    font-size: 1.3rem;
  }

  .product-options .product-options-list-3-text h2 {
    font-size: 1.3rem;
  }

  .product-options .product-options-list-3-text h3 {
    font-size: 1.3rem;
  }
}

/* Pages */
.my-account {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background: #f8f8f8;
  min-height: 700px;
}
.my-account-sidebar {
  background: #ffffff;
}
.my-account-sidebar .sidebar-title {
  background: #f2f2f2;
  padding: 2rem 0;
  padding-left: 4rem;
}
.my-account-sidebar .sidebar-title h2 {
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #060606;
}
.my-account-sidebar .sidebar-menu {
  padding-left: 2rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.my-account-sidebar .sidebar-menu li:not(:last-child) {
  margin-bottom: 1rem;
}
.my-account-sidebar .sidebar-menu li.active a {
  font-weight: 700;
  color: #ff8105;
}
.my-account-sidebar .sidebar-menu a {
  font-weight: 600;
  font-size: 0.8rem;
  transition: all 0.5s ease-in-out;
}
.my-account-sidebar .sidebar-menu a img {
  margin-right: 1rem;
}
.my-account-sidebar .sidebar-menu a:hover {
  color: #ff8105;
}
.my-account-content {
  background: #ffffff;
  padding-top: 3rem;
}
.my-account-content .content-title {
  margin-bottom: 2rem;
  margin-left: 2.2rem;
}
.my-account-content .content-title h2 {
  color: #060606;
  font-size: 2rem;
  font-weight: 500;
  text-transform: capitalize;
}
.my-account-content-list .table > :not(caption) > * > * {
  vertical-align: baseline;
  border-bottom-width: 0;
}
.my-account-content-list table tbody,
.my-account-content-list table td,
.my-account-content-list table tr {
  padding: 2rem 0;
}
.my-account-content-list table th {
  font-size: 0.9rem;
  font-weight: 700;
}
.my-account-content-list table td {
  font-size: 0.9rem;
  font-weight: 500;
}
.my-account-content-list table td img {
  padding-right: 0.5rem;
}
.my-account-content-list table td .accordion-item {
  background-color: transparent;
  border: none;
}
.my-account-content-list table td .accordion-button {
  background-color: transparent !important;
  border-radius: 0;
  /* width: 60%; */
  font-size: 0.9rem;
  padding-left: 0;
  padding: 0.5rem 0 0 0;
}
.my-account-content-list table td .accordion-button:not(.collapsed) {
  color: #060606;
}
.my-account-content-list table td .accordion-header {
  width: 400px;
}
.my-account-content-list table td .accordion-body {
  font-size: 0.7rem;
  padding: 1rem 0;
  width: 400px;
}
.my-account-content-list table td .accordion-body li {
  padding-bottom: 0.3rem;
}
.my-account-content-list table td .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.my-account-content-list table tbody .td-color {
  color: #3737ff;
}
.my-account-content-list table .pl-5 {
  padding-left: 2rem;
}
.my-account-content-list .table-hover > tbody > tr:hover {
  --bs-table-accent-bg: transparent;
  background: #f2f2f2;
}
.my-account-content .address-book {
  margin-left: 2.4rem;
}
.my-account-content .address-book h4 {
  color: #060606;
  text-transform: capitalize;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.my-account-content .address-book li {
  margin-bottom: 0.7rem;
}
.my-account-content .address-book .links {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.my-account-content .address-book .links a {
  padding-right: 2rem;
  color: #3737ff;
  font-weight: bold;
  font-size: 0.9rem;
  transition: all 0.5s ease-in;
}
.my-account-content .address-book .links a:hover {
  color: #ff8105;
}
.my-account-content .address-book .address-btn {
  background: #ff8105;
  padding: 1.2rem 2rem;
  display: inline-block;
  margin-bottom: 2rem;
  border-radius: 10px;
  color: #ffffff;
  font-weight: bold;
  transition: all 0.5s ease-in;
  font-size: 0.9rem;
}
.my-account-content .address-book .address-btn:hover {
  background: #060606;
}
.my-account-content .account-information {
  margin-left: 2.4rem;
}
.my-account-content .account-information input {
  margin-bottom: 1.5rem;
}
.my-account-content .account-information input::placeholder {
  color: #68686b;
  font-size: 0.9rem;
}
.my-account-content .account-information input:-ms-input-placeholder {
  color: #68686b;
  font-size: 0.9rem;
}
.my-account-content .account-information input::-ms-input-placeholder {
  color: #68686b;
  font-size: 0.9rem;
}
.my-account-content .account-information .form-control:focus {
  color: #212529;
  background-color: transparent;
  border-color: #ff8105 !important;
  outline: 0;
  box-shadow: none;
}
.my-account-content .account-information .form-control {
  border: 1px solid #e3e3e3;
  border-radius: 0;
  height: 50px;
}
.my-account-content .account-information .form-btn {
  background: #ff8105;
  border: none;
  padding: 0.8rem 2rem;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px;
  margin-bottom: 2rem;
  transition: all 0.5s ease-in;
  margin-right: 1rem;
}
.my-account-content .account-information .form-btn:hover {
  background: #060606;
}
.my-account-content .account-information .form-line-btn {
  border: 1px solid #767676;
  background: transparent;
  padding: 0.8rem 1.5rem;
  font-weight: bold;
  border-radius: 10px;
  margin-right: 1rem;
  color: #3d3d3d;
  transition: all 0.5s ease-in;
}
.my-account-content .account-information .form-line-btn:hover {
  background: #ff8105;
  color: #ffffff;
  border: 1px solid #ff8105;
}
.my-account-content .my-product-reviews {
  margin-left: 2.4rem;
}
.my-account-content .my-product-reviews-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  text-align: left;
}
.my-account-content .my-product-reviews-title h3 {
  color: #060606;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.my-account-content .my-product-reviews-title p {
  font-size: 0.9rem;
}
.my-account-content .my-product-reviews-title .right span {
  font-weight: bold;
  font-size: 1.5rem;
}
.my-account-content .my-product-reviews-content {
  margin-bottom: 2rem;
}
.my-account-content .my-product-reviews-content .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.my-account-content .my-product-reviews-content .accordion-button:not(.collapsed) {
  color: #060606;
  background-color: transparent;
  box-shadow: none;
}
.my-account-content .my-product-reviews-content .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
}
.my-account-content .my-product-reviews-content .accordion-body {
  padding: 1rem 0;
}
.my-account-content .my-product-reviews-content .accordion-body li {
  text-align: left;
  font-size: 0.8rem;
  padding-bottom: 0.4rem;
}
.my-account-content .newsletter {
  margin-left: 2.4rem;
}
.my-account-content .newsletter p {
  margin-bottom: 2rem;
}
.my-account-content .newsletter .form-wrapper {
  position: relative;
}
.my-account-content .newsletter .form-wrapper input {
  margin-bottom: 2rem;
  width: 100%;
  height: 50px;
  padding: 1rem;
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid #aaaaaa;
  padding-right: 7rem;
}
.my-account-content .newsletter .form-wrapper .newsletter-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: #ff8105;
  border: none;
  height: 50px;
  width: 100px;
  color: #ffffff;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: all 0.5s ease-in;
}
.my-account-content .newsletter .form-wrapper .newsletter-btn:hover {
  background: #060606;
}
.my-account-content .newsletter .newsletter-cencel-btn {
  color: #3737ff !important;
  margin-top: 1rem;
  display: block;
  font-size: 0.8rem;
  font-weight: bold;
  transition: all 0.5s ease-in;
  margin-bottom: 2rem;
}
.my-account-content .newsletter .newsletter-cencel-btn:hover {
  color: #ff8105 !important;
}
.my-account-content .new-addres-form {
  background: #f4f4f4;
}
.my-account-content .new-addres-form-wrapper {
  margin-left: 2.4rem;
  padding: 2rem 0;
}
.my-account-content .new-addres-form-wrapper h2 {
  font-size: 2rem;
  color: #060606;
  font-weight: 500;
  margin-bottom: 2rem;
}
.my-account-content .new-addres-form-wrapper input {
  width: 100%;
  height: 50px;
  margin-bottom: 1.5rem;
  border: none;
  padding: 1rem;
}
.my-account-content .new-addres-form-wrapper input::placeholder {
  color: #68686b;
  font-size: 0.9rem;
}
.my-account-content .new-addres-form-wrapper input:-ms-input-placeholder {
  color: #68686b;
  font-size: 0.9rem;
}
.my-account-content .new-addres-form-wrapper input::-ms-input-placeholder {
  color: #68686b;
  font-size: 0.9rem;
}
.my-account-content .new-addres-form-wrapper .form-select {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #68686b;
  background-color: #fff;
  border-radius: 0;
  border: none;
  appearance: none;
  height: 50px;
  margin-bottom: 1.5rem;
}
.my-account-content .new-addres-form .address-btn {
  background: #ff8105;
  padding: 1.2rem 2rem;
  display: inline-block;
  border-radius: 10px;
  color: #ffffff;
  font-weight: bold;
  transition: all 0.5s ease-in;
  font-size: 0.9rem;
}
.my-account-content .new-addres-form .address-btn:hover {
  background: #060606;
}

@media (min-width: 320px) and (max-width: 450px) {
  .my-account-content .address-book .address-btn {
    padding: 1.4rem 1rem;
    font-size: 0.9rem;
  }

  .my-account-content .address-book .links {
    flex-direction: column;
    display: grid;
  }

  .my-account-content .address-book {
    margin-left: 1.3rem;
  }

  .my-account-content .content-title {
    margin-left: 1.3rem;
  }

  .my-account-content .address-book .links a:not(:last-child) {
    padding-bottom: 1rem;
  }

  .my-account-sidebar .sidebar-menu a {
    font-size: 0.8rem !important;
  }

  .my-account-content .account-information .form-line-btn {
    margin-bottom: 2rem;
  }

  .my-account-content .my-product-reviews-title h3 {
    font-size: 0.8rem;
  }

  .my-account-content .my-product-reviews-title p {
    font-size: 0.8rem;
  }

  .my-account-content .my-product-reviews-title .right span {
    font-size: 1.1rem;
  }

  .my-account-content .my-product-reviews-content .accordion-body li {
    border-bottom: 1px solid #cccccc;
    padding: 0.5rem 0;
  }

  .my-account-content .newsletter .form-wrapper .newsletter-btn {
    width: 70px;
    font-size: 0.8rem;
    font-weight: bold;
  }

  .my-account-content .newsletter {
    margin-left: 1.7rem;
  }

  .my-account-content-list table .pl-5 {
    padding-left: 1rem !important;
  }

  .my-account-content .my-product-reviews {
    margin-left: 2.4rem;
    overflow: hidden;
  }

  .my-account-content .content-title h2 {
    font-size: 1.8rem;
  }

  .my-account-content .my-product-reviews-title .right span {
    font-size: 1.1rem !important;
  }

  .my-account-content .new-addres-form-wrapper h2 {
    font-size: 1.5rem;
  }

  .my-account-content .new-addres-form-wrapper {
    margin-left: 1.4rem;
  }
}
@media (min-width: 451px) and (max-width: 574px) {
  .my-account-content-list table td {
    font-size: 0.7rem;
  }
}
@media (max-width: 767.98px) {
  .my-account-content .newsletter .form-wrapper input {
    margin-bottom: 0;
  }

  .sidebar-mobil {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .my-account-content .new-addres-form .address-btn {
    padding: 1rem 2rem;
    border-radius: 8px;
    font-size: 0.9rem;
  }

  .sidebar-desktop {
    display: none;
  }

  .sidebar-mobil {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .my-account-content-list table td {
    font-size: 0.7rem !important;
  }
}
@media (min-width: 992px) {
  .sidebar-mobil {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .sidebar-mobil {
    display: block;
    margin-bottom: 2rem;
  }

  .accordion-button {
    background-color: #f2f2f2;
  }
  .accordion-button h2 {
    color: #060606;
    font-size: 1.5rem;
    padding: 0.5rem 0;
    text-transform: capitalize !important;
  }

  .sidebar-menu {
    padding-left: 2rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .sidebar-menu li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .sidebar-menu li.active a {
    font-weight: 700;
    color: #ff8105;
  }
  .sidebar-menu a {
    font-weight: 600;
    font-size: 0.7rem;
    transition: all 0.5s ease-in-out;
  }
  .sidebar-menu a img {
    margin-right: 1rem;
  }
  .sidebar-menu a:hover {
    color: #ff8105;
  }

  .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: #f2f2f2;
  }

  .accordion-button:focus {
    box-shadow: none;
  }
}
@media (max-width: 1399.98px) {
  .my-account-sidebar .sidebar-menu a {
    font-size: 0.7rem;
  }

  .my-account-sidebar .sidebar-menu {
    padding-left: 1.6rem;
  }

  .my-account-sidebar .sidebar-title {
    padding-left: 2rem;
  }

  .my-account-content-list table td .accordion-header {
    width: 275px;
  }

  .my-account-content-list table td .accordion-body {
    width: 275px;
  }

  .my-account-content-list table td .accordion-body li {
    padding-bottom: 0.6rem;
  }

  .my-account-content-list table th {
    font-size: 0.7rem;
  }

  .my-account-content-list table td {
    font-size: 0.8rem;
  }

  .my-account-content-list table td .accordion-button {
    font-size: 0.8rem;
  }

  .my-account-content-list table td .accordion-header {
    width: 230px;
  }

  .my-account-content-list table td .accordion-body {
    width: 228px;
  }

  .my-account-content .my-product-reviews-title .right span {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .sidebar-mobil {
    display: none !important;
  }
}
.control-detail {
  padding-top: 9rem;
  padding-bottom: 1rem;
}
.control-detail .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: none;
  box-shadow: none;
}
.control-detail .accordion-button:not(.collapsed) {
  color: #060606;
  background-color: #ffffff;
  box-shadow: none;
}
.control-detail .product-fiter .form-select {
  width: 100%;
  color: #212529;
  background-color: #fff;
  border-radius: 0;
  height: 50px;
  border: none;
}


.controller-features {
  min-height: 760px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.controller-features::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.controller-features-text {
  position: relative;
}
.controller-features-text h2 {
  color: #ff8105;
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
.controller-features-text h3 {
  color: #ffffff;
  font-size: 2.3rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.controller-features-text p {
  color: #ffffff !important;
}
.controller-features-text .ctmz-btn {
  background: #ff8105;
  padding: 1.3rem 2.3rem;
  display: inline-block;
  margin-top: 2rem;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.controller-features-text .ctmz-btn:hover {
  color: #060606;
}

.trigger-control {
  min-height: 760px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.trigger-control h3 {
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.trigger-control p {
  color: #ffffff !important;
}
.trigger-control .ctmz-btn {
  background: #ff8105;
  padding: 1.3rem 2.3rem;
  display: inline-block;
  margin-top: 2rem;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.trigger-control .ctmz-btn:hover {
  color: #060606;
}

.controller-thumbsticks {
  min-height: 760px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.controller-thumbsticks::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.controller-thumbsticks-text {
  position: relative;
}
.controller-thumbsticks-text h2 {
  color: #ff8105;
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
.controller-thumbsticks-text h3 {
  color: #ffffff;
  font-size: 2.3rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.controller-thumbsticks-text p {
  color: #ffffff !important;
}
.controller-thumbsticks-text .ctmz-btn {
  background: #ff8105;
  padding: 1.3rem 2.3rem;
  display: inline-block;
  margin-top: 2rem;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.controller-thumbsticks-text .ctmz-btn:hover {
  color: #060606;
}

@media (min-width: 320px) and (max-width: 450px) {
  .controller-features {
    min-height: 515px;
  }

  .trigger-control {
    min-height: 515px;
  }

  .controller-thumbsticks {
    min-height: 515px;
  }

  .controller-features-text h3 {
    font-size: 1.7rem;
  }

  .trigger-control h3 {
    font-size: 1.8rem;
  }


  .controller-features-text {
    position: relative;
    padding: 0 1rem;
  }

  .trigger-control-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 451px) and (max-width: 574px) {


  .controller-features-text {
    position: relative;
    padding: 0 1rem;
  }

  .trigger-control-wrapper {
    padding: 0 1rem;
  }
}

@media (max-width: 991.98px) {

  .mb-control {
    display: block !important;
  }
}
@media (max-width: 1199.98px) {

  .container.mb-control {
    display: none;
  }
}
@media (min-width: 1200px) {
  .container.mb-control {
    display: none !important;
  }
}
