@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir-Roman.woff2") format("woff2"),
    url("fonts/Avenir-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir-Heavy.woff2") format("woff2"),
    url("fonts/Avenir-Heavy.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir-Medium.woff2") format("woff2"),
    url("fonts/Avenir-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

html,
body {
  font-family: Avenir, sans;
  --select-border: #ff7a34;
  --select-focus: #ff7a34;
  --select-arrow: var(--select-border);
  background: #f3f3f3;
  scroll-behavior: smooth;
}

header {
  height: 96px;
  background: #ffffff;
  position: fixed;
  z-index: 10000;
  width: 100vw;
  border-bottom: 1px solid #e1e1e1;
}

main {
  padding-top: 96px;
}

section {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

main.news {
  background: #ffffff;
}

.container.spacing-small {
  padding: 80px 0;
}

.container.spacing-large {
  padding: 130px 0;
}

.inner-width {
  margin: 0 auto;
}

.inner-width .wp-block-columns {
  justify-content: center;
}

.inner-width.max-100p {
  max-width: 100%;
}

.inner-width.max-960px {
  max-width: 960px;
}

header .container {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

.news header.entry-header {
  position: relative;
  width: auto;
  border: none;
  height: auto;
}

.main-navigation {
  width: auto;
}

section.white {
  background-color: #ffffff;
}

p {
  font-size: 14px;
  line-height: 24px;
}

.wp-block-columns {
  margin-bottom: 0;
}

.justify-center {
  justify-content: center;
}

ul.checked {
  margin: 0;
  padding: 0 0 0 10px;
}

ul.checked li {
  background-image: url(img/li-check.png);
  background-repeat: no-repeat;
  list-style: none;
  padding-left: 20px;
  background-position: left 7px;
  margin-bottom: 20px;
}

h2 {
  color: #1d1d1d;
}

h2 a {
  text-decoration: none;
  color: #1d1d1d;
}

a,
a:visited,
.posted-on a,
.author a,
.nav-links a {
  color: #474747;
}

a:hover,
a:focus,
a:active {
  color: #ff7a34;
}

.news article {
  border-top: 1px solid #e1e1e1;
}

/*Buttons*/
.sellgpu-button,
.paoc-popup-click,
.checkout-button,
.button,
button[type="submit"],
.woocommerce-button,
.woocommerce-Button,
.wp-block-button__link,
.frm_style_formidable-style.with_frm_style
  .frm_compact
  .frm_dropzone.dz-clickable
  .dz-message,
.frm_style_formidable-style.with_frm_style input[type="submit"],
.frm_style_formidable-style.with_frm_style .frm_submit input[type="button"],
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn,
.popupaoc-link,
.itad .popupaoc-link {
  display: inline-block;
  background-color: #ff7a34;
  border-radius: 4px;
  color: #ffffff !important;
  text-decoration: none;
  padding: 15px 20px;
  width: fit-content;
  cursor: pointer;
  font-family: Avenir, sans-serif;
  font-size: 14px;
  line-height: 24px;
  border: none;
}

.trade-in-form button.sellgpu-button,
.trade-in-result button.sellgpu-button {
  font-size: 18px;
}

.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover,
.frm_style_formidable-style.with_frm_style input[type="submit"]:hover,
.frm_style_formidable-style.with_frm_style
  .frm_submit
  input[type="button"]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  background-color: #ff7a34;
  color: #ffffff;
}

.sellgpu-button span.arrow {
  background-image: url(img/button-arrow-white.png);
  background-position: center right;
  display: inline-block;
  background-repeat: no-repeat;
  width: 50px;
  height: 8px;
}

.sellgpu-button.gray {
  background-color: #747474;
  color: #ffffff !important;
}

.menu-item.sellgpu-button.gray,
.sellgpu-button.blue {
  background-color: #48d0ee;
}

.sellgpu-button.white,
.sellgpu-button.white-with-arrow,
.popupaoc-link,
.card .popupaoc-link {
  background-color: #f3f3f3;
  color: #1d1d1d !important;
}

.sellgpu-button.gray-with-arrow {
  background-color: #747474;
  color: #ffffff !important;
}

.sellgpu-button.white span.arrow,
.sellgpu-button.gray span.arrow {
  background: none;
  width: 20px;
  display: none;
}

.sellgpu-button.white-with-arrow span.arrow {
  background-image: url(img/button-arrow-dark.png);
}

.sellgpu-button.transparent {
  background: transparent;
  border: 1px solid #fff;
}

.sellgpu-button.black {
  background: #1d1d1d;
  color: #ff7a34 !important;
}

.sellgpu-button.black span.arrow {
  display: none;
}

.sellgpu-button.center {
  display: block;
  margin: 0 auto;
}

.sellgpu-button.right {
  display: block;
  margin: 0 0 0 auto;
}

/*Main nav*/
.main-menu {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.main-menu .submenu {
  display: none;
}

.main-menu .menu-item,
.woocommerce-MyAccount-navigation-link a {
  display: inline-block;
  font-size: 14px;
  line-height: 54px;
  padding: 0 10px;
  color: #1d1d1d;
  text-decoration: none;
  position: relative;
  margin-right: 10px;
}

.woocommerce-MyAccount-orders .woocommerce-button.button.pay {
  display: none;
}

.header-phone-email {
  line-height: normal !important;
}

.main-menu .menu-item a {
  color: #1d1d1d;
}

.main-menu .menu-item:hover,
.main-menu .menu-item:active,
.main-menu .menu-item:focus,
.main-menu .menu-item a:hover,
.main-menu .menu-item a:active,
.main-menu .menu-item a:focus {
  color: #ff7a34;
}

.menu-item.dropdown a {
  background-image: url(img/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 20px;
}

.menu-item.dropdown a:hover,
.menu-item.dropdown a:focus,
.menu-item.dropdown a:active {
  background-image: url(img/dropdown-arrow-active.png);
}

.menu-item .submenu {
  position: absolute;
  margin-top: 10px;
  z-index: 1000;
  background: #fff;
  box-shadow: 10px 14px 24px rgb(0 0 0 / 15%);
  border: 1px solid #e1e1e1;
  width: 877px;
}

.menu-item .submenu.no-icons {
  left: 0;
  width: auto;
  min-width: 200px;
  margin-left: 0;
}

.menu-item.dropdown .submenu-item {
  background: none;
  float: left;
}

.menu-item.dropdown .submenu-item.no-image {
  padding: 0 15px;
  height: auto;
  text-align: left;
  display: block;
  width: auto;
  float: none;
}

.menu-item.dropdown .submenu-item {
  padding: 35px 15px 0 15px;
  height: 200px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 175px;
}

.menu-item.dropdown .submenu-item:hover,
.menu-item.dropdown .submenu-item:active,
.menu-item.dropdown .submenu-item:focus {
  background: none;
}

.menu-item.dropdown .submenu-item img {
  width: 80px;
}

.menu-icon {
  vertical-align: text-bottom;
  margin-right: 10px;
}

a.hamburger,
a.menu-close {
  display: none;
}

/*Home hero*/
.home-hero,
.home-hero .container {
  min-height: calc(100vh - 96px);
}

.home-hero.half,
.home-hero.half .container {
  min-height: 40vh;
}

.home-hero {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  position: relative;
  background-size: cover;
}

.home-hero-wrap {
  background-size: cover;
  position: relative;
  background-color: #000;
}

.home-hero .container {
  flex-direction: column;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 120px 0;
}

.home-hero .trustpilot-widget {
  margin: 30px auto 45px auto;
  background: #fff;
  padding: 15px;
  width: 100%;
  border-radius: 10px;
  max-width: 1060px;
}

.rounded-container .container {
  border-radius: 10px;
}

.hero-title {
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
  font-weight: normal;
  max-width: 85%;
  text-align: center;
  margin: 0 auto 30px auto;
}

.hero-title strong {
  font-weight: bold;
}

.hero-subtitle {
  text-align: center;
}

.hero-subtitle strong {
  background: #ff7a34;
  display: inline-block;
  padding: 1px 10px;
}

.start-here {
  font-size: 14px;
  color: #ffffff;
  background-image: url(img/start-here-arrow.png);
  background-repeat: no-repeat;
  background-position: right 15px;
  padding-bottom: 14px;
  width: 100px;
  font-weight: 500;
}

.home-hero p {
  padding: 0;
  margin: 0;
}

.continue-button {
  width: 114px;
  height: 114px;
  border: none;
  background-color: #1d1d1d;
  font-size: 9px;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  background-image: url(img/arrow.png);
  background-repeat: no-repeat;
  background-position: center 60px;
  position: absolute;
  bottom: -52px;
  left: 50%;
  margin-left: -57px;
  cursor: pointer;
}

.continue-button span {
  display: block;
  margin-top: -20px;
}

.trust-bbb {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 35px 0 45px 0;
  width: 100%;
  justify-content: center;
}

.home-hero .trustpilot-widget {
  background: #fff;
  padding: 15px 0;
  width: 100%;
  border-radius: 10px;
  max-width: 450px;
  margin: 0;
  height: 70px;
  display: flex;
  align-items: center;
}

.bbb {
  height: 70px;
}

.bbb img {
  height: 70px;
  object-fit: contain;
}

/*Icon box*/
.icon-box {
  text-align: center;
}

.icon-box .icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

.icon-box.hero {
  max-width: 130px;
  margin: 0 auto 30px auto;
}

.icon-box.icon-border,
.icon-box.no-border {
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  color: #747474;
  padding: 35px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.icon-box.icon-border .title,
.icon-box.no-border .title {
  font-size: 17px;
  line-height: 23px;
  margin: 15px 0;
  font-weight: 700;
}

.icon-box.icon-border .icon,
.icon-box.no-border .icon {
  background-position: left;
}

.icon-box.icon-border {
  margin-bottom: 10px;
}

.icon-box.no-border {
  border: none;
  box-shadow: none;
  min-height: 200px;
}

/*Form UI*/
.sellgpu-form-ui,
.sellgpu-icons-ui {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 30px 35px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 28px;
  color: #1d1d1d;
}

.sellgpu-form-ui label,
.sellgpu-icons-ui label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sellgpu-form-ui .form-field,
.sellgpu-icons-ui .form-field {
  width: 25%;
  float: left;
  padding-bottom: 20px;
}

.form-field.full-row {
  width: 100%;
}

.form-field.full-row label {
  padding-left: 0;
}

.form-field.full-row input {
  margin-left: 0 !important;
}

.form-field.full-row input[type="checkbox"] {
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}

.form-field.embedded {
  border: 1px solid #e1e1e1;
  margin-bottom: 30px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.hidden-field .form-field.hidden {
  display: none;
}

a.hidden-show {
  font-size: 17px;
  margin-bottom: 30px;
  display: block;
}

.form-buttons {
  clear: both;
}

.form-buttons button:not(:first-child) {
  margin-top: 12px;
}

.sellgpu-select {
  padding: 15px;
  margin: 0 20px 0 0;
}

.selgpu-select optgroup {
  font-size: 16px;
  font-family: Avenir, sans;
}

optgroup {
  font-size: 16px;
}

.sellgpu-form-ui input[type="text"],
.sellgpu-form-ui input[type="number"],
.sellgpu-form-ui input[type="email"],
.sellgpu-icons-ui input[type="text"],
.sellgpu-icons-ui input[type="number"],
.sellgpu-icons-ui input[type="email"] {
  padding: 15px;
  font-size: 16px;
  line-height: 28px;
  border-color: #ff7a34;
  margin: 0 20px 0 0;
}

#customer_email {
  width: 40%;
  min-width: 250px;
}

.form-buttons input[type="button"],
.form-buttons button,
.form-buttons a.sellgpu-button {
  width: 100%;
  line-height: 54px;
  padding: 0 15px;
  margin: 0;
  color: #fff;
  background: #ff7a34;
  border-radius: 4px;
  box-sizing: border-box;
  border: none;
}

.sellgpu-form-ui,
.sellgpu-icons-ui {
  margin-bottom: 70px;
}

.sellgpu-select select {
  font-size: 16px;
}

.trade-in-form-error-text,
.error label {
  color: #f00;
}

.sellgpu-trade-in-field.required {
  color: #404040;
}

.sorry h2 {
  font-size: 40px !important;
}

.sorry h2,
.sorry p {
  font-weight: 400;
}

.sorry p {
  font-size: 14px !important;
}

.sorry {
  padding-bottom: 30px;
}

/*Icons UI*/
.sellgpu-icons-ui label {
  padding-left: 0;
}

.sellgpu-icons-ui input[type="text"],
.sellgpu-icons-ui input[type="number"],
.sellgpu-icons-ui input[type="email"] {
  margin-left: 0;
}

/*Home how it works*/
section.how-it-works .container,
section.itad {
  background-image: url(img/how-it-works-cube.png);
  background-repeat: no-repeat;
  background-position: top right;
  margin-top: 100px;
  padding-top: 110px;
}

section .lines {
  background: url(img/how-it-works-lines.png);
  width: 180px;
  background-size: auto;
  float: left;
  margin-right: 40px;
  height: 240px;
  background-repeat: no-repeat;
}

section h1 {
  font-size: 50px;
  line-height: 60px;
  color: #1d1d1d;
  padding-top: 35px;
  font-weight: 400;
}

section.how-it-works .how-title {
  font-size: 45px;
  line-height: 50px;
  color: #1d1d1d;
  padding-top: 0;
  font-weight: 400;
  max-width: 65%;
}

section.how-it-works .how-subtitle {
  font-size: 20px;
  color: #747474;
  line-height: 27px;
}

.how-boxes {
  margin-top: 80px;
  display: flex;
  width: 80%;
  clear: both;
}

.how-box {
  height: 100%;
  min-height: 360px;
  width: 100%;
  max-width: 325px;
  min-width: 250px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  margin-right: 12px;
}

.how-box.arrow .how-box-inner {
  background-image: url(img/arrow-right.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.how-box.check .how-box-inner {
  background-image: url(img/circle-check.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.how-icon {
  font-size: 50px;
  color: #1d1d1d;
  line-height: 50px;
  margin-bottom: 15px;
}

.how-box-title {
  font-size: 17px;
  line-height: 23px;
  color: #1d1d1d;
}

.how-box-text {
  color: #747474;
  margin-top: 15px;
}

/*Home reviews and faq*/
.home-reviews-faq {
  margin-top: 140px;
}

.home-reviews {
  padding-left: 80px;
  padding-right: 32px;
}

.home-reviews .logos img {
  margin-right: 15px;
}

.home-reviews .reviews-title {
  color: #1d1d1d;
  font-size: 40px;
  line-height: 54px;
  margin: 15px 0;
}

.home-reviews .reviews-desc {
  font-size: 20px;
  line-height: 27px;
  color: #747474;
  margin-bottom: 30px;
}

.home-reviews .review-row {
  margin: 30px 0 10px 0;
  clear: both;
}

.home-reviews .rating {
  width: 30px;
  float: left;
  margin-right: 15px;
  background-image: url(img/green-star.png);
  background-repeat: no-repeat;
  background-position: right 5px;
  color: #51a47e;
  font-size: 20px;
}

.home-reviews .review-title {
  font-size: 17px;
  line-height: 23px;
  color: #1d1d1d;
  margin-bottom: 15px;
  font-weight: 500;
}

.home-reviews .review-desc {
  color: #747474;
}

/*Home FAQ*/
.home-faq {
  border-radius: 20px;
  background: #ffffff;
  border-top: 8px solid #ff7a34;
  padding: 20px 40px;
}

.home-faq .faq-item {
  border-top: 1px solid #e1e1e1;
  padding: 18px 0 20px 0;
}

.home-faq .faq-item.first {
  border: none;
}

.home-faq .faq-q {
  font-size: 17px;
  color: #1d1d1d;
  font-weight: 500;
  margin-bottom: 12px;
  cursor: pointer;
}

.home-faq .faq-a {
  display: none;
}

.home-faq .faq-a ul,
.small-margin-list ul {
  margin: 15px 0;
}

.home-faq .first .faq-q {
  font-size: 28px;
}

.home-faq .first .faq-a {
  display: block;
}

.home-faq .faq-q {
  background-image: url(img/point-right.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.home-faq .faq-q.open {
  background-image: url(img/point-down.png);
}

.faq-link {
  text-align: center;
}

.faq-link a {
  color: #1d1d1d;
  text-decoration: none;
  background: url(img/dark-arrow-right.png) no-repeat;
  padding-right: 40px;
  background-position: center right;
}

/*Home info icons*/
.info-icons {
  margin-top: 130px;
}

.info-icons .wp-block-column:not(:first-child) {
  margin-left: 70px;
}

.icon-box.home-info {
  text-align: left;
}

.icon-box.home-info .icon {
  background-position: left bottom;
}

.icon-box.home-info .title {
  font-size: 17px;
  font-weight: 500;
  color: #1d1d1d;
  margin: 40px 0 12px 0;
}

.icon-box.home-info .content {
  color: #747474;
}

/*Home banner*/
.why-banner {
  margin: 100px 0;
}

/*In the news*/
.in-the-news {
  padding: 30px 0 100px 0;
}

.in-the-news h3 {
  font-size: 14px;
  color: #1d1d1d;
}

.in-the-news img {
  float: left;
}

.in-the-news img:not(:first-child) {
  margin-left: 30px;
}

.in-the-news .wp-block-column .wp-block-image {
  height: 64px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

/*Full width section*/
section.full-width .wp-block-column:not(:first-child) {
  margin: 0;
}

section.full-width .wp-block-columns {
  margin-bottom: 0;
  gap: 0;
}

section.full-width a {
  color: #ffffff !important;
}

/*Card*/
.card {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  padding: 100px 170px 100px 120px;
  flex-direction: column;
  height: 100%;
}

.card h1,
.card h2 {
  color: #ffffff;
  font-size: 50px;
  line-height: 60px;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.card h2 {
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 25px;
}

.card p {
  color: #ffffff;
}

.card.black h1,
.card.black h2,
.card.black p {
  color: #1d1d1d;
}

.icon-box.card-icon .title {
  color: #fff;
}

/*Icon links row*/
.icon-links {
  padding: 100px 0 85px 0;
}

.icon-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.icon-link,
.icon-links .icon-link {
  display: block;
  color: #1d1d1d !important;
  text-decoration: none;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  padding: 20px 3px;
  text-align: center;
  margin-bottom: 15px;
}

.icon-link:hover,
.icon-link:active,
.icon-link:focus {
  border-color: #ff7a34;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  align-self: end;
  margin-top: -10px;
}

.icon-link:not(:first-child) {
  margin-left: 12px;
}

.icon-link img {
  margin-bottom: 40px;
  max-width: 100%;
}

.icon-links h1 {
  font-size: 50px;
  font-weight: 400;
  color: #1d1d1d;
  text-align: center;
  line-height: 60px;
}

/*Heading with icon*/
.heading-with-icon img {
  float: left;
  margin: 0 20px;
}

/*Youtube embed*/
.wp-block-embed-youtube iframe {
  border-radius: 20px;
}

/*Footer*/
footer {
  background: #192733;
}

.blue-bar {
  background: #48d1ee;
  text-align: center;
  color: #1d1d1d;
  font-weight: bold;
  font-style: italic;
  padding: 13px;
  font-size: 14px;
}

footer .wp-block-columns {
  max-width: 1180px;
  margin: 0 auto;
}

footer .footer-top {
  padding: 100px 10px;
}

footer .footer-bottom {
  border-top: 1px solid #ffffff82;
  padding: 30px;
}

footer .links-column a {
  display: block;
  color: #1d1d1d;
  line-height: 26px;
  margin-bottom: 17px;
  text-decoration: none;
  font-size: 14px;
}

.footer-logo {
  margin: 0 auto 30px;
  display: block;
}

footer .text-column {
  flex-grow: 2;
}

footer .text-column,
.footer-bottom {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
}

footer .social-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 35px;
}

footer a,
footer a:visited {
  color: #fff;
}

footer .business-address a {
  color: #ff7a34;
}

footer .footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

footer .social-link img {
  height: 22px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(54deg) brightness(104%) contrast(101%);
}

.footer-form-container {
  max-width: 500px;
  margin: 0 auto;
}

footer .footer-form input[type="email"] {
  padding: 15px;
}

footer .footer-form fieldset {
  padding: 0 !important;
}

footer .footer-form .form-field {
  margin-bottom: 10px !important;
}

footer .footer-form button[type="submit"] {
  margin: 0 !important;
}

.footer-bottom .wp-block-columns {
  align-items: center;
}

/*Tabs UI*/
.trade-in-tabs {
  margin-bottom: 14px;
  text-align: center;
}

.trade-in-tab {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  font-size: 14px;
  line-height: 24px;
  padding: 20px;
  color: #303030;
  text-decoration: none;
  margin-bottom: 10px;
}

.trade-in-tabs .trade-in-tab:not(:last-child) {
  margin-right: 10px;
}

.trade-in-tab img {
  float: left;
  margin-right: 10px;
  height: 18px;
}

.trade-in-tab:hover,
.trade-in-tab:active,
.trade-in-tab:focus,
.trade-in-tab.active {
  background: #1d1d1d;
  border-color: #ffffff;
  color: #ffffff;
}

.sellgpu-select.error {
  background: rgba(255, 0, 0, 0.2);
}

.trade-in-result {
  display: none;
  text-align: center;
  min-height: 300px;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.trade-in-result h1 .sub-h1 {
  font-size: 75%;
  font-weight: normal;
}

.sellgpu-icons-ui .trade-in-result {
  max-width: 69%;
  margin: 0 auto;
  border: 1px solid #ff7a34;
  padding: 0 35px 35px 35px;
}

#sellgpu_price_offer {
  font-size: 75px;
  margin: 50px 0 35px 0;
  line-height: 63px;
}

#offer-details-text p {
  margin-bottom: 35px;
  font-size: 110%;
}

h1.your-offer {
  margin: 0;
}

.trade-buttons {
  display: flex;
  justify-content: center;
}

.trade-buttons button {
  margin: 0 5px;
}

/*ITAD header*/
section.itad {
  margin: 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #ffffff;
  min-height: calc(100vh - 96px);
  padding: 0;
  background-size: auto 100%;
  display: flex;
  align-items: center;
}

section.itad h1 {
  margin: 0;
  padding: 0;
}

section.itad .content-left {
  padding: 18px 0 0 42px;
  background-image: url(img/lines-itad.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.itad .cell {
  padding: 30px;
  background: #ffffff;
  width: 40%;
  background: rgba(255, 255, 255, 0.9);
}

.review-box {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  min-height: 320px;
  padding: 34px;
  color: #747474;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  margin: 0 10px;
}

.review-title {
  font-size: 17px;
  line-height: 24px;
  color: #1d1d1d;
  margin-bottom: 9px;
}

.review-box .stars {
  background: url(img/five-blue-stars.png) no-repeat;
  width: 89px;
  height: 16px;
  margin-bottom: 30px;
}

.review-signature {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 30px;
}

.splide__arrow {
  width: 108px;
  height: 108px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}

.splide__arrow svg {
  display: none;
}

.splide__arrow.splide__arrow--prev {
  background-image: url(img/slider-arrow-left.png);
}

.splide__arrow.splide__arrow--next {
  background-image: url(img/slider-arrow-right.png);
}

/*Woocommerce*/
td.product-thumbnail::before {
  content: "" !important;
  /* remove colon on small displays - cart */
}

.woocommerce h2 {
  font-size: 28px;
  line-height: 38px;
  color: #1d1d1d;
}

.woocommerce form label,
.woocommerce legend {
  font-size: 14px;
  line-height: 28px;
  color: #1d1d1d;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
}

.woocommerce-cart-form {
  width: 65%;
  float: left;
}

.woocommerce-cart .cart-collaterals {
  width: 35%;
  float: left;
}

.woocommerce form input[type="text"],
.woocommerce form input[type="email"],
.woocommerce form input[type="tel"],
.woocommerce form input[type="number"],
.woocommerce form input[type="password"],
.woocommerce form textarea {
  background: #f3f3f3;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #1d1d1d;
  padding: 15px 20px;
  border: none;
  width: 100%;
  margin-bottom: 20px;
}

.woocommerce form input[type="number"] {
  width: 80px;
}

table.shop_table_responsive tr td {
  padding: 10px;
}

.cart.shop_table {
  position: relative;
}

.btn.continue-shopping {
  position: absolute;
  bottom: 0;
}

.button.wecb_emptycart {
  float: right;
}

.cart_item input {
  margin-bottom: 0 !important;
}

.coupon {
  float: left;
}

.coupon input {
  width: auto !important;
}

.woocommerce-button,
.woocommerce-Button {
  border: none;
  width: 100%;
  background-image: url(img/button-arrow-white.png);
  text-align: left;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  padding: 15px 80px 15px 20px !important;
}

.woocommerce-MyAccount-content fieldset {
  padding: 0;
  border: none;
  margin: 30px 0;
}

.woocommerce-MyAccount-content fieldset legend {
  margin: 0 -10px 20px -10px;
  font-size: 20px;
}

.woocommerce-MyAccount-content header {
  width: auto;
  position: relative;
}

a.remove {
  text-decoration: none;
  font-size: 20px;
  background: #747474;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  text-align: center !important;
}

a.remove:hover {
  background: #ff7a34;
}

.continue-shopping {
  display: block;
  clear: both;
}

.actions button {
  float: right;
}

.actions button {
  margin-top: 28px;
}

.coupon button {
  margin-top: 0;
}

.cart_totals,
.checkout_coupon.woocommerce-form-coupon {
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  margin: 0 0 0 30px;
}

.cart_totals h2 {
  margin-top: 0;
}

.woocommerce-checkout-review-order-table .cart-subtotal {
  display: none;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: transparent !important;
}

.woocommerce-form-coupon-toggle {
  text-align: center;
  margin-bottom: 40px;
}

.woocommerce-checkout-review-order-table,
.orange-border,
.woocommerce-billing-fields,
#wcffp_shipping_details {
  border: 1px solid #ff7a34;
  padding: 15px;
}

#wc_twilio_sms_optin_field {
  margin-top: 1em;
}

.woocommerce-terms-and-conditions-wrapper {
  margin: 15px 0;
}

.woocommerce-checkout-review-order-table .cart_item .product-name .quantity {
  float: right;
}

.woocommerce-checkout-review-order-table th {
  text-align: left;
}

#order_review_heading {
  display: none;
}

.wc_payment_methods.payment_methods.methods {
  display: none;
}

.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout-review-order-table .order-total th {
  text-align: right;
}

.checkout_coupon.woocommerce-form-coupon {
  padding: 20px 30px;
  margin: 0 0 40px 0;
}

.woocommerce-checkout-review-order-table .product-name,
.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout-review-order-table .order-total th {
  padding-right: 10px;
}

.checkout.woocommerce-checkout .form-row {
  margin: 0;
}

.checkout-shipping .left {
  flex-basis: 66.66%;
  padding-left: 15px;
}

.checkout-shipping h3 {
  display: inline;
}

.checkout-shipping .wp-block-column {
  margin-bottom: 20px;
}

#trade_in_details .woocommerce-input-wrapper label {
  display: inline-block;
  padding-right: 23px;
}

#wcffp_shipping_details label {
  display: inline-block;
  padding-right: 30px;
}

#trade_in_details .woocommerce-input-wrapper input[type="radio"],
#wcffp_shipping_details input[type="radio"] {
  margin-right: 10px;
}

#trade_in_details .woocommerce-input-wrapper {
  display: block;
  padding: 10px 0 15px 0;
}

.sellgpu-note {
  background-color: #f3f3f3;
  padding: 15px;
  text-align: center;
  margin: 30px 0;
}

abbr[title] {
  text-decoration: none;
}

.woocommerce-billing-fields h3 {
  display: none;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: rgba(255, 122, 52, 0.4);
  clear: both;
  padding: 15px;
  margin-bottom: 60px;
}

.woocommerce-form-login-toggle .woocommerce-info {
  margin-bottom: 0;
  text-align: center;
}

.woocommerce.wfls-login-message {
  z-index: 999999;
  position: fixed;
  width: 100%;
  top: 0;
}

ul.woocommerce-error {
  list-style: none;
  margin: 0 0 30px 0;
  border: 1px solid #ff7a34;
  background: #fff;
  color: #ff0000;
}

.woocommerce-notices-wrapper .woocommerce-message {
  margin: 0 0 30px 0;
  border: 1px solid #51a47e;
  background: #fff;
  color: #1d1d1d;
}

.woocommerce-checkout-review-order-table th.product-name,
.woocommerce-checkout-review-order-table th.product-total {
  visibility: hidden;
}

.thankyou-detail {
  list-style: none;
  padding: 15px;
  margin: 30px auto;
  max-width: 600px;
  box-sizing: border-box;
  box-shadow: 1px 2px 4px rgb(0 0 0 / 10%);
  border-radius: 10px;
  border: 1px solid #ff7a34;
  background: #ffffff;
}

.thankyou-detail li {
  font-size: 17px;
  line-height: 23px;
  color: #1d1d1d;
  display: flex;
}

.thankyou-detail li div {
  width: 50%;
  font-weight: bold;
  padding: 5px 15px;
}

.thankyou-detail li div:first-child {
  text-align: right;
  font-weight: normal;
}

/*My Account*/
section.my-account-section p,
section.my-account-section p {
  font-size: 14px;
  line-height: 24px;
}

section.my-account-section .wp-block-columns {
  background-size: cover;
  background-position: center right;
  min-height: calc(100vh - 96px);
  margin-bottom: 0;
}

.login #customer_login .col-2,
.signup #customer_login .col-1 {
  display: none;
}

.account-text-section {
  display: none;
}

.account-text-section.active {
  display: block;
}

.my-account-left {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: bottom right;
  flex-grow: 3;
}

.my-account-right {
  flex-grow: 4;
}

.signup-login-box {
  margin: 100px 0 0 75px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 36px 56px;
  max-width: 400px;
}

.signup-login-tabs {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.signup-login-tabs button {
  background: transparent;
  color: #747474;
  font-size: 14px;
  line-height: 28px;
  border: none;
  border-radius: 0;
  font-family: Avenir, sans;
  letter-spacing: 2px;
  padding: 0 40px 0 0;
  cursor: pointer;
}

.signup-login-tabs button.active {
  color: #ff7a34;
}

.account-text-section {
  max-width: 320px;
  margin: 100px 60px 0 auto;
  min-height: 700px;
}

.signup-login-box .form-row {
  margin: 0;
}

.lost_reset_password p:first-child {
  display: none;
}

/*Banner title*/
.banner-title {
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  border-radius: 10px;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 40px 45px;
  margin: 30px 0 60px;
}

.banner-title h1 {
  padding: 0;
  margin: 0;
  font-weight: 400;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

/*Text Header*/
.text-header {
  background-position: right center;
  background-repeat: no-repeat;
  padding: 80px 45px 35px 45px;
}

.text-header h1 {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

/*Woocommerce*/
footer {
  clear: both;
}

.my-account-wrapper {
  margin: 150px 0;
}

.my-account-wrapper .woocommerce {
  display: flex;
}

.woocommerce-MyAccount-navigation {
  border-right: 1px solid #e1e1e1;
  max-width: 300px;
}

.woocommerce-MyAccount-navigation-link {
  list-style: none;
}

.woocommerce-MyAccount-navigation-link.is-active {
  background: #ffffff;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
}

.woocommerce-MyAccount-content {
  width: calc(100% - 300px);
  min-width: 300px;
  background: #ffffff;
  margin-left: 20px;
  padding: 30px 50px;
  border-radius: 10px;
}

/*Icon UI*/
.step-number {
  font-size: 32px;
  float: left;
  margin-left: -15px;
}

.sellgpu-icons {
  display: flex;
  flex-wrap: wrap;
  margin: 12px 0 24px 0;
}

.sellgpu-icons a {
  border: 2px solid #e1e1e1;
  padding: 20px 10px;
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: center;
  text-decoration: none;
  color: #1d1d1d;
  min-width: 153px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border-radius: 4px;
}

.sellgpu-icons a.active {
  border: 2px solid #ff7a34;
}

.step {
  display: none;
}

#step_1 {
  display: block;
}

/*Accordion*/
.text-accordion {
  background: #ffffff;
  padding: 80px 100px 0 100px;
}

.text-accordion .acc-item {
  border-top: 1px solid #e1e1e1;
  padding: 18px 0 20px 0;
}

.text-accordion .acc-item.first {
  border: none;
}

.text-accordion .acc-q {
  font-size: 17px;
  color: #1d1d1d;
  font-weight: 500;
  margin-bottom: 12px;
  cursor: pointer;
}

.text-accordion .acc-a {
  display: none;
}

.text-accordion .first .acc-q {
  font-size: 28px;
}

.text-accordion .first .acc-a {
  display: block;
}

.text-accordion .acc-q {
  background-image: url(img/point-right.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.text-accordion .acc-q.open {
  background-image: url(img/point-down.png);
}

.acc-link {
  text-align: center;
}

.acc-link a {
  color: #1d1d1d;
  text-decoration: none;
  background: url(img/dark-arrow-right.png) no-repeat;
  padding-right: 40px;
  background-position: center right;
}

/*Forms*/
.with_frm_style .frm_primary_label {
  font-family: Avenir, sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #1d1d1d;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.with_frm_style .frm_message,
.frm_success_style {
  background: #ffffff;
}

.with_frm_style .frm_message p {
  color: #1d1d1d;
}

.with_frm_style input[type="text"],
.with_frm_style input[type="password"],
.with_frm_style input[type="email"],
.with_frm_style input[type="number"],
.with_frm_style input[type="url"],
.with_frm_style input[type="tel"],
.with_frm_style input[type="file"],
.with_frm_style input[type="search"],
.with_frm_style select,
.with_frm_style .frm-card-element.StripeElement,
.select2-container--default .select2-selection--single {
  font-family: Avenir, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 23px 29px;
  background-color: #f3f3f3;
  border-radius: 4px;
  border: none;
  height: auto;
  box-shadow: none;
}

.select2-container--default .select2-selection--single {
  padding: 15px 20px;
  margin-bottom: 20px;
}

.with_frm_style input[type="text"],
.with_frm_style input[type="password"],
.with_frm_style input[type="email"],
.with_frm_style input[type="number"],
.with_frm_style input[type="url"],
.with_frm_style input[type="tel"],
.with_frm_style input[type="phone"],
.with_frm_style input[type="search"],
.with_frm_style select,
.with_frm_style textarea,
.frm_form_fields_style,
.with_frm_style .frm_scroll_box .frm_opt_container,
.frm_form_fields_active_style,
.frm_form_fields_error_style,
.with_frm_style .frm-card-element.StripeElement,
.with_frm_style .chosen-container-multi .chosen-choices,
.with_frm_style .chosen-container-single .chosen-single {
  border: none;
  background: #f3f3f3;
  box-shadow: none;
}

.frm_dropzone.frm_single_upload {
  max-width: 100% !important;
}

/*Modal*/
.sellgpu-modal-overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10003;
}

.sellgpu-modal {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sellgpu-modal-box {
  width: 80%;
  max-width: 600px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 48px 34px;
}

.checkout-banner {
  max-width: 600px;
  margin: 0 auto 30px auto;
  border: 1px solid #ff7a34;
  padding: 10px;
}

.checkout-banner h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.checkout-banner p {
  margin: 0;
  padding: 0;
}

.checkout-banner .wp-block-columns {
  align-items: center;
}

.checkout-banner .wp-block-columns .wp-block-column:first-child {
  text-align: center;
  max-width: 200px;
}

@media screen and (min-width: 600px) and (max-width: 1300px) {
  .card {
    padding: 50px 40px;
    min-width: 450px;
  }
}

@media (max-width: 1244px) {
  footer .footer-columns {
    padding: 60px 15px;
  }

  footer .footer-columns .wp-block-column {
    margin-bottom: 30px;
  }

  .footer-bottom {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media screen and (max-width: 1220px) {
  .container,
  .rounded-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .itad .cell {
    width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .main-navigation {
    padding-right: 30px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1220px) {
  header {
    height: auto;
    padding-bottom: 15px;
  }

  header .container {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  a.hamburger {
    display: block;
    position: absolute;
    z-index: 11111;
    top: 34px;
    right: 20px;
  }

  a.menu-close {
    position: absolute;
    top: 25px;
    right: 9px;
    color: #1f1f1f;
    font-size: 22px;
    display: block;
  }

  .main-navigation {
    position: fixed;
    width: 100%;
    background: #fff;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 11112;
    padding-top: 40px;
    overflow: auto;
    display: none;
  }

  .main-menu {
    display: block;
  }

  .main-menu .menu-item {
    display: block;
    margin: 10px;
    clear: both;
    text-align: center;
  }

  .main-menu .menu-item.btn {
    margin: 10px auto;
    min-width: 190px;
  }

  .menu-item .submenu {
    position: relative;
    border: none;
    width: 100%;
    margin: 0;
    left: 0;
  }

  .menu-item.dropdown .submenu-item {
    border: none !important;
  }

  section.how-it-works .container,
  section.itad {
    background: none;
  }

  .how-boxes {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
  }

  .how-box {
    height: 342px;
    margin-bottom: 12px;
  }

  section .lines {
    display: none;
  }

  section.how-it-works .how-title {
    width: 100%;
    max-width: 100%;
  }

  .how-title,
  .how-subtitle {
    text-align: center;
  }
}

@media screen and (max-width: 979px) {
  .break-980 > .wp-block-columns {
    display: block;
  }

  .break-980 > .wp-block-columns .card {
    align-items: center;
  }

  .sellgpu-form-ui .form-field,
  .sellgpu-icons-ui .form-field {
    width: 50%;
  }

  .form-field.full-row {
    width: 100% !important;
  }

  .itad .cell {
    width: 60%;
  }
}

@media screen and (max-width: 782px) {
  .info-icons .wp-block-column {
    margin-left: 70px;
    padding-bottom: 60px;
  }

  .text-accordion {
    padding: 40px 50px 0 50px;
  }
}

/*--- Mobile responsive query ---*/
@media screen and (max-width: 767px) {
  .container,
  .rounded-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  section h1,
  section h2,
  .card h1,
  .card h2,
  .icon-links h1 {
    font-size: 35px !important;
    line-height: 1.2 !important;
  }

  section h3 {
    font-size: 30px !important;
    line-height: 1.2 !important;
  }

  .container.spacing-small {
    padding: 50px 0;
  }

  .break-768 > .wp-block-columns {
    display: block;
  }

  .break-768 > .wp-block-columns .card {
    align-items: center;
  }

  .itad .cell {
    width: 80%;
  }

  .cart_totals {
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }

  .cart-collaterals,
  .woocommerce-cart-form {
    float: none;
    width: auto;
  }

  .product-subtotal {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }

  .product-thumbnail img {
    float: left;
  }

  .home-hero .container {
    padding: 70px 0;
    justify-content: center;
  }

  .home .home-hero .container {
    padding: 30px 0 100px;
    justify-content: center;
  }

  .hero-title,
  section.how-it-works .how-title {
    font-size: 30px;
    line-height: 1.2;
    max-width: 90%;
    margin: 0 auto 30px;
  }

  .home-hero .trustpilot-widget {
    height: 54px;
  }

  .trust-bbb {
    margin: 25px 0 25px 0;
  }

  .start-here {
    width: 120px;
    font-size: 18px;
  }

  .trade-in-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
  }

  .trade-in-tabs .trade-in-tab:not(:last-child) {
    margin: 0px;
  }

  .sellgpu-form-ui,
  .sellgpu-icons-ui {
    padding: 30px 20px;
  }

  .sellgpu-select {
    margin: 0;
  }

  section.how-it-works .container,
  section.itad {
    margin-top: 70px;
    padding-top: 60px;
  }

  .how-box {
    margin-right: 0px;
    height: auto;
    min-height: auto;
    max-width: 100%;
  }

  .home-reviews-faq {
    margin-top: 80px;
  }

  .home-reviews {
    padding: 0;
    text-align: center;
  }

  .testimonial-slider .testimonial,
  .testimonial-slider .testimonial-box {
    padding: 20px;
  }

  .home-faq {
    padding: 20px 25px;
  }

  .info-icons .wp-block-column {
    margin-left: 0px !important;
  }

  .info-icons .wp-block-column:last-child {
    padding-bottom: 0;
  }

  .icon-box.home-info .icon {
    background-position: center bottom;
  }

  .icon-box.home-info {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .card {
    padding: 40px 20px;
    min-height: 300px;
  }

  .icon-links {
    padding: 40px 0 60px 0;
  }

  .icon-box {
    margin-bottom: 20px;
  }

  .banner-title {
    padding: 30px 20px;
  }

  .heading-with-icon {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .heading-with-icon img {
    float: left;
    margin: 0;
  }
}

@media screen and (max-width: 639px) {
  .sellgpu-form-ui .form-field,
  .sellgpu-icons-ui .form-field {
    width: 100%;
  }

  .form-field.full-row {
    width: 100% !important;
  }

  .itad .cell {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1150px) {
  .main-navigation {
    margin-top: -20px;
  }

  header .container {
    display: block;
  }

  .site-branding {
    margin-top: 5px;
  }
}

.promise {
  margin-top: 30px;
  padding-top: 60px;
}

.promise .wp-block-column {
  padding: 0 15px;
}

.promise .wp-block-column h3 {
  margin-bottom: 0;
  color: #ff7a34;
}

.satisfaction-promise {
  max-width: 300px;
  margin: 45px auto 30px auto;
  border: 1px solid #ff7a34;
  padding: 15px;
}

.satisfaction-promise h3 {
  margin-bottom: 10px;
  font-size: 20px;
  margin-top: 0;
}

.fee {
  display: none;
}

#trade_in_custom_quote .form-field.quantity {
  opacity: 0;
}

.top-trader-logo {
  display: flex;
  align-items: center;
  margin: 90px auto 0 auto;
  max-width: 600px;
  border-bottom: 2px solid #000000;
  padding-bottom: 20px;
}

.ttl-image {
  max-width: 200px;
}

.trader-check {
  margin-left: 30px;
  display: flex;
  align-items: center;
}

.trader-check .check-icon {
  margin-right: 10px;
}

@media screen and (max-width: 500px) {
  .top-trader-logo {
    display: block;
  }

  .trader-check {
    margin-left: 0;
  }

  .top-trader-logo .ttl-image {
    text-align: center;
    max-width: 100%;
  }

  .top-trader-logo .ttl-image img {
    max-width: 200px;
  }
}

/* Testimonial Slider Block */
.testimonial-slider {
  margin: 30px;
}

.testimonial-box {
  padding: 30px;
}

.testimonial {
  display: grid;
  gap: 20px;
  background: #fff;
  padding: 40px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}

.testimonial-stars {
  display: flex;
  justify-content: center;
}

.testimonial-stars img {
  width: 120px;
}

.testimonial-content {
  text-align: center;
  font-weight: 500;
}

.testimonial-separator {
  width: 30px;
  height: 1px;
  background-color: #e1e1e1;
  margin: 5px auto;
}

.testimonial-bio {
  font-size: 12px;
}

.testimonial-author-info {
  display: flex;
  gap: 20px;
  align-items: center;
}
/* End of Testimonial Slider Block */

/*Bulk page redesign 2024*/
.bulk-hero-with-form,
.new-hero-with-form {
  background-image: url(img/bulk-page-her-bg.jpg);
  background-size: cover;
  background-position: center;
}

.bulk-hero-with-form .container,
.new-hero-with-form .container {
  max-width: 1320px;
}

.bulk-hero-with-form .wp-block-columns .wp-block-column,
.new-hero-with-form .wp-block-columns .wp-block-column {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.bulk-hero-with-form h1,
.new-hero-with-form h1 {
  font-size: 4.37vw;
  line-height: 4.69vw;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.bulk-hero-with-form h1 em,
.new-hero-with-form h1 em {
  color: #ff7a34;
  font-weight: normal;
}

.bulk-hero-with-form p,
.new-hero-with-form p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
}

.bulk-form {
  background: rgba(33, 33, 33, 0.8);
  border-radius: 20px;
  margin: 60px;
  padding: 30px 24px;
}

.bulk-form input[type="text"],
.bulk-form input[type="email"],
.bulk-form input[type="tel"],
.bulk-form textarea {
  background: rgba(33, 33, 33, 0.8);
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  padding: 15px;
  border: 1px solid #5f5d5c;
  font-family: Avenir, sans-serif;
}

.bulk-form input[type="text"]:focus,
.bulk-form input[type="email"]:focus,
.bulk-form input[type="tel"]:focus,
.bulk-form textarea:focus {
  background: rgba(33, 33, 33, 0.8) !important;
}

.bulk-form .frm_fields_container .form-field {
  grid-column: span 6 / span 6;
}

.bulk-form .frm_dropzone.frm_single_upload,
.bulk-form .frm_dropzone.dz-clickable {
  border-radius: 10px;
  background: transparent;
}

.bulk-form .frm_dropzone .dz-message {
  border-radius: 10px;
  background-color: rgba(33, 33, 33, 0.8) !important;
  font-family: Avenir, sans-serif;
  font-size: 18px;
  color: #ffffff;
  border: 1px dashed #5f5d5c;
}

.bulk-form .frm_dropzone .frm_upload_text {
  background-image: url(img/fi-rr-upload.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
}

.bulk-form .frm_dropzone .dz-message svg {
  display: none;
}

#frm_field_670_container,
#frm_field_671_container,
#frm_field_672_container {
  grid-column: span 12 / span 12;
}

.g-recaptcha > div {
  margin: 0 auto;
}

.bulk-form label {
  display: none !important;
}

.bulk-form #field_27dfo_label {
  display: block !important;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-transform: none;
  letter-spacing: normal;
  font-weight: normal;
}

.bulk-form .frm_style_formidable-style.with_frm_style input[type="submit"] {
  width: 100%;
}

.narrow-paragraph {
  max-width: 574px;
  margin: 0 auto;
}

.bulk-form .frm_submit input[type="submit"] {
  width: 100%;
  box-shadow: none;
  border-radius: 8px;
}

.bulk-selling,
.new-section {
  background: #ffffff;
}

.bulk-selling .container,
.new-section .container {
  padding: 60px;
  max-width: 1380px;
}

.bulk-selling p,
.new-section p {
  color: #08090a;
  line-height: 28px;
  font-size: 16px;
}

.bulk-selling h2,
.new-section h2 {
  margin-top: 0;
  color: #08090a;
}

.bulk-selling h3,
.new-section h3 {
  font-size: 17px;
  color: #08090a;
}

.bulk-selling ul,
.new-section ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  line-height: 40px;
}

.bulk-selling ul li,
.new-section ul li {
  padding-left: 37px;
  background-image: url(img/bulk-bullet.png);
  background-repeat: no-repeat;
  background-position: left center;
  color: #08090a;
}

.bulk-selling .wp-block-button__link,
.new-section .wp-block-button__link,
.bulk-faq-2 .wp-block-button__link {
  font-size: 17px;
  border-radius: 8px;
}

.bulk-selling .img-columns {
  display: flex;
}

.bulk-selling
  .wp-block-columns
  .wp-block-column
  .wp-block-columns
  .wp-block-column {
  height: 100%;
}

.bulk-selling
  .wp-block-columns
  .wp-block-column
  .wp-block-columns
  .wp-block-column
  figure {
  margin: 0;
  height: 100%;
}

.bulk-selling
  .wp-block-columns
  .wp-block-column
  .wp-block-columns
  .wp-block-column
  figure
  img {
  object-fit: cover;
  height: 100%;
}

.bulk-boxes {
  margin-top: 50px;
}

.bulk-boxes {
  gap: 25px;
}

.bulk-boxes .wp-block-column {
  background-color: #f2f2f2;
  border-radius: 20px;
  padding: 30px 20px;
  box-sizing: border-box;
}

.bulk-boxes figure {
  margin: 0;
}

.bulk-boxes h3 {
  margin: 30px 0;
  font-size: 20px;
  color: #000000;
}

.bulk-boxes p {
  color: #08090a;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}

.general-faq {
  background: transparent;
  border: none;
  padding: 0;
}

.bulk-faq .card {
  padding: 45px 60px;
  background-position: center;
}

.general-faq .faq-q {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  background-image: url(img/faq-arrow-down.png);
  min-height: 46px;
  line-height: normal;
  padding-right: 60px;
  margin: 0;
}

.general-faq .faq-q.open {
  background-image: url(img/faq-arrow-up.png);
}

.general-faq .faq-item {
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0px 0 22px 0;
  margin-bottom: 22px;
}

.general-faq .faq-a {
  color: #fff;
  line-height: 28px;
}

.bulk-faq-2 {
  background: #ffffff;
}

.bulk-faq-2 h2 {
  font-size: 28px;
  color: #08090a;
  margin: 0 0 15px 0;
}

.bulk-faq-2 .container {
  max-width: 1320px;
  padding: 60px;
}

.bulk-faq-2 .home-faq {
  border: none;
  padding: 0;
}

.bulk-faq-2 .home-faq .faq-item {
  padding: 0px 0 20px 0;
  border-bottom: 1px solid #e1e1e1;
  border-top: none;
}

.bulk-faq-2 .home-faq .faq-item.first {
  border-bottom: 1px solid #e1e1e1;
}

p.max-500 {
  max-width: 450px;
}

.bulk-faq-2 .home-faq .faq-q {
  font-size: 24px;
  font-weight: bold;
  background-image: url(img/faq-plus.png);
  margin: 20px 0 0 0;
  padding-right: 30px;
}

.bulk-faq-2 .home-faq .first .faq-q {
  margin-top: 0;
}

.bulk-faq-2 .home-faq .faq-q.open {
  background-image: url(img/faq-minus.png);
}

.bulk-banner .container {
  max-width: 1320px;
}

.bulk-banner {
  background: #fff;
}

.bulk-banner .banner-title {
  height: 390px;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px 15px 60px;
  border-radius: 20px;
  background-size: cover;
  background-position: left;
}

.bulk-banner .banner-title h1 {
  text-shadow: none;
  font-size: 54px;
  line-height: 64px;
  margin: 0;
  font-weight: bold;
}

.bulk-banner .banner-title h1 em {
  font-weight: normal;
}

.bulk-banner .banner-title h2 a {
  color: #ffffff;
  font-size: 54px;
  text-decoration: underline;
}

@media screen and (max-width: 781px) {
  .bulk-selling
    .wp-block-columns
    .wp-block-column
    .wp-block-columns
    .wp-block-column {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .bulk-form {
    margin: 0 0 30px 0;
  }

  .bulk-banner .banner-title h1,
  .bulk-banner .banner-title h2 a {
    font-size: 34px;
    line-height: normal;
  }

  .bulk-banner .banner-title h2 a {
    font-size: 24px;
  }

  .bulk-form .frm_dropzone .frm_upload_text {
    padding-left: 30px;
    display: block;
  }

  .bulk-faq .card {
    padding: 30px;
    min-height: 300px;
  }
}
