/*============================================================================
  #Layout Styles
==============================================================================*/

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    font-size: 16px;
}

.body.isPageWidthFixed-true {
    width: 100% !important;
}

.btn {
    text-transform: capitalize;
    padding: 12px 50px 13px;
    border-radius: 50px;
    transition: ease all .2s;
}

a:focus, button:focus {
    outline: 0;
}

.btn:hover {
    color: white;
}

.btn--primary {
    background: #D91C3C;
    color: white;
}

.btn--primary:hover {
    background: #ff244a;
}

.btn--secondary {
    background: transparent;
    border: 2px inset #151515;
    color: #151515;
}

.btn--secondary {
    background: #151515;
    color: white;
}

.siteforceThemeLayoutStarter, .ui-widget {
    font-size: 16px !important;
    line-height: 27px;
}


.siteforceContentArea .comm-layout-column:not(:empty) {
    padding: 40px;
}

.selfServiceArticleListItem .footer {
    display: none
}

.themeLogo {
    display: none !important;
}

p.faq-question {
    font-weight: 900;
    color: #333;
    font-size: 18px;
}

p.faq-answer {
    margin-bottom: 25px;
}

.cCommunityContactSupportDownloads .btn {
    border-radius: 9999px;
    max-width: 325px !important;
}

.comm-tile-menu__item-image[community_navigation-tileMenuItemSeparateLayout_tileMenuItemSeparateLayout] {
    background-color: #d2d2d2 !important;
}

[community_navigation-tileMenuItemSeparateLayout_tileMenuItemSeparateLayout-host] {
    border: 1px solid #ccc;
}

.cCommunityContactSupportDownloads {
    margin-bottom: 40px;
    margin-top: 30px;
}

@media only screen and (min-width: 48em) {
    .selfServiceArticleListItem {
        padding: 10px 0 !important;
    }
}

.selfServiceArticleListItem {
    background-color: transparent !important;
}

.slds-button {
    border-radius: 9999px !important;
}

#beachify-header nav a {
    /*padding-bottom: 10px;*/
}

#beachify-header nav a:focus {
    color: #fff !important;
}

#beachify-header nav a:hover {
    color: white;
    border-bottom: 2px solid;
    text-decoration: none;
}

.slds-text-body_small, .slds-text-body--small {
    font-size: var(--lwc-fontSize, .9rem);
}

.forceCommunityThemeSearch .search-inputSearchButton {
    width: 56px !important;
    border-radius: 0 !important;
    padding-left: 18px;
}

community_navigation-tile-menu-item.comm-tile-menu__item.slds-text-align_center.slds-p-around_small.slds-size_3-of-12 {
    width: 20%;
    padding: 20px;
}

.comm-page-custom-gaming-sound .slds-align--absolute-center.comm-tile-menu__item-image {
    height: 300px !important;
}

.comm-page-home .slds-align--absolute-center.comm-tile-menu__item-image {
    height: 225px !important;
    background-color: #000 !important;
}

@media only screen and (min-width: 48em) {
    .forceCommunityThemeNav.navMenuType-expanded .mainNavItem .linkBtn.comm-navigation__top-level-item-link--active {
        border-bottom: 2px solid rgb(255, 255, 255);
    }
}

.actionsRight .slds-button_brand {
    font-size: 16px !important;
    padding: 5px 25px;
}

.forceCommunitySection .cb-section_column {
    padding: 50px !important;
}

.footer {
    width: 80%;
    margin: 25px auto 40px auto;
}

.uiOutputRichText h1 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.uiOutputRichText h1 {
    font-size: 65px !important;
    font-weight: 500;
}

.uiOutputRichText h2 {
    font-size: 35px !important;
    line-height: 35px;
    font-weight: 500;
    color: #484848;
}

.uiOutputRichText h3 {
    font-size: 25px !important;
    line-height: 25px;
    font-weight: 500;
    color: #484848;
}

.comm-page-home .comm-tile-menu__item-title {
    text-transform: none !important;
    font-size: 22px;
}

@media only screen and (max-width: 600px) {
    .uiOutputRichText h1 {
        font-size: 30px !important;
        line-height: 30px;
    }

    .comm-page-home .forceCommunitySection .cb-section_column {
        padding: 15px !important;
    }

    .comm-page-custom-gaming-keyboards .comm-tile-menu__item-image {
        height: 195px !important;
    }

    .comm-page-custom-gaming-keyboards .comm-tile-menu__item-image {
        height: 195px !important;
    }

    .comm-page-custom-gaming-mice .comm-tile-menu__item-image {
        height: 235px !important;
    }

    .comm-page-custom-downloads .forceCommunitySection .cb-section_column {
        padding: 10px !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 768px) {
    .uiOutputRichText h1 {
        font-size: 55px !important;
        line-height: 55px;
    }

    .comm-page-home .forceCommunitySection .cb-section_column {
        padding: 30px !important;
    }

    .comm-page-custom-downloads .forceCommunitySection .cb-section_column {
        padding: 10px !important;
    }

    .comm-page-custom-gaming-mice .comm-tile-menu__item-image {
        height: 285px !important;
    }

    .comm-page-custom-gaming-keyboards .comm-tile-menu__item-image {
        height: 225px !important;
    }
}

@media only screen and (min-width: 1024px) {
    .comm-page-custom-gaming-keyboards .slds-align--absolute-center.comm-tile-menu__item-image {
        height: 225px !important;
    }

    .comm-page-home .forceCommunitySection .cb-section_column {
        padding: 40px 0 30px !important;
    }

    .comm-tile-menu__item-image {
        height: 325px !important;
        background-color: #d2d2d2 !important;
    }

}

.forceSearchResultsList .slds-tile__detail, .search-deflectionItemDetail {
    display: none !important;
}


/*============================================================================
  #Header Styles
==============================================================================*/

.dropdown-menu > li > a {
    padding: 3px 30px 3px 20px;
}

.dropdown--othersites {
    background: black;
    color: white;
    right: calc(50% - 40px);
}

.megamenu--title {
    color: #585858;
}

#shopify-section-header {
    z-index: 20;
    position: sticky;
    top: 0;
    width: 100%;
    left: 0;
}

.search-bar {
    top: -18px;
    right: 0;
}

.slide-menu {
    position: fixed;
    width: 320px;
    max-width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    display: none;
    overflow: hidden;
    box-sizing: border-box;
    transform: translateX(100%);
    overflow-y: scroll;
    z-index: 1000
}

.slide-menu,
.slide-menu .slide-menu__slider {
    transition: transform .3s ease-in-out;
    will-change: transform
}

.slide-menu .slide-menu__slider {
    width: 100%;
    transform: translateX(0);
    padding-top: 1rem;
}

.slide-menu ul {
    position: relative;
    width: 100%;
    margin: 0;
    padding-left: 0;
    list-style: none
}

.slide-menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none
}

.slide-menu ul a, .slide-menu ul button {
    padding: .6rem 1.5rem;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
    color: rgb(59, 59, 59) !important;
}

.slide-menu a, .slide-menu button {
    cursor: pointer
}

.slide-menu h1 {
    font-size: 1.8rem;
    font-weight: 700;
}

.slide-menu h1 small {
    margin-left: .3rem;
    color: rgba(0, 0, 0, .6);
    font-size: 60%
}

.slide-menu h2 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1rem
}

.slide-menu .btn,
.slide-menu a,
.slide-menu button {
    transition: background-color .15s ease-in-out;
    will-change: background-color
}

.slide-menu p {
    margin: 0 0 .5rem
}

.slide-menu p:last-of-type {
    margin: 0 0 2rem
}

.slide-menu footer {
    margin-top: 2rem;
    font-size: 90%
}

.slide-menu footer a {
    font-style: italic
}

.slide-menu footer path {
    fill: #9d252d
}

.slide-menu .btn {
    padding: .6rem .8rem .64rem;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 85%;
    line-height: 1
}

.slide-menu .icon {
    height: .6rem;
    margin: 0 .1rem
}

.slide-menu main {
    display: block;
    width: 90%;
    margin: 2.5rem auto
}

.slide-menu main .btn {
    width: 100%;
    display: block;
    margin: 0 .25rem .75rem 0;
    background-color: #2e4b61;
    border-radius: .2rem;
    font-size: 70%;
    letter-spacing: .03em;
    text-transform: uppercase
}

.country-link {
    color: white;
}

.country-link:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .slide-menu main {
        max-width: 40rem
    }

    .slide-menu main .btn {
        width: auto;
        display: inline-block
    }

    .slide-menu main .btn:hover {
        background-color: #b6b6b6
    }

    .slide-menu main .btn-danger {
        background-color: #9d252d
    }

    .slide-menu main .btn-danger:hover {
        background-color: #7c1d23
    }
}

.slide-menu {
    width: 100%;
    background-color: #f5f5f5;
    backdrop-filter: blur(50px);
}

.slide-menu,
.slide-menu li a {
    font-size: 1.2rem;
    color: rgb(59, 59, 59)
}

.slide-menu a {
    padding: .5rem 1.5rem;
    text-decoration: none
}

.slide-menu a:hover {
    color: #868686
}

.slide-menu .controls {
    display: flex;
    position: absolute;
    left: 0;
}

.slide-menu .btn {
    padding: .75rem 1.5rem;
    flex: 1 0 auto;
    font-size: 120%;
    color: #fff;
}

.slide-menu .btn:first-of-type {
    text-align: left
}

.slide-menu .btn:last-of-type {
    text-align: right
}

.slide-menu .btn:last-of-type:before {
    margin-right: .5rem
}

.slide-menu .slide-menu__backlink {
    font-weight: 700;
}

#test-menu-left p {
    font-size: 110%;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.close-btn {
    text-align: left !important;
    border-radius: 0 !important;
}

.slide-menu__decorator {
    float: right;
}

.slide-menu .slide-menu__backlink {
    justify-content: center;
}

.slide-menu .search-container {
    background-color: #2a2a2a;
}

.rc-mobile-menu-header {
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-footer-divider {
    width: 2px;
    height: 15px;
}

@media (max-width: 1023px) {
    .themeHeader {
        display: none !important;
    }

    .beachify-linklist nav a:first-child {
        display: none;
    }

    #sm-icons li{
        padding-right: 10px !important;
    }
    #beachify-header nav a:hover {
        color: white;
        border-bottom: none;
        text-decoration: none;
    }

    li.mobile-other-sites .mobile-other-site img,
    li .country-link-us img
    {
        /*position: absolute;
        left: 50px;*/
    }

    .mobile-other-site span {
        min-width: 100px;
    }
    .country-link-us span {
        min-width: 100px;
    }

    .slide-menu .mobile-other-sites ul a {
        justify-content: center;
    }
}

/*============================================================================
  #Footer Styles
==============================================================================*/

footer a {
    color: #8d8d8d;
    padding: 0.5rem 0;
    transition: color 0.5s linear;
}

footer a:active {
    color: white;
}

footer a:hover {
    color: white;
}

footer a:focus {
    color: white;
}

footer .footer-top {
    background: #1f1f1f;
}

footer .footer-top ul li {
    margin: 0.5rem 0;
}

footer #sm-icons {
    color: #8d8d8d;
}

footer h3 {
    color: #ebebeb;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin: 1rem 0;
}

footer .footer-middle,
footer .footer-bottom {
    background-color: #080707;
}

footer .footer-middle .label {
    color: #8d8d8d;
}

footer .footer-middle ul li {
    margin: 1rem 0;
}

footer .footer-bottom a {
    color: gray;
}

footer .footer-bottom a:hover {
    color: white;
}

.footer-bottom li:last-child span {
    display: none;
}

/*============================================================================
  #Product Auth Form
==============================================================================*/

#tooltip--serialnumber-trigger,
#tooltip--serialnumber {
    position: absolute;
}

#tooltip--serialnumber-trigger {
    width: 25px;
    right: 5px;
    top: 12px;
    color: #000;
}

#tooltip--serialnumber {
    bottom: 150%;
}

#tooltip--serialnumber:after {
    content: " ";
    position: absolute;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    bottom: -20px;
    right: calc(50% - 20px);
}

/*============================================================================
  #Downloads
==============================================================================*/

.changelog,
.product-download-card img,
.changelog-text {
    max-width: 320px;
}

#specs {
    max-width: 500px;
}

.changelog {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 600px;
}

.product-download-card .button {
    display: inline-flex;
    background: #151515;
    color: white;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 25px;
}

#downloads-search-results {
    top: 49px;
}

#downloads-iframe {
    width: 1px;
    min-width: 100%;
}

/*============================================================================
  #Forms
==============================================================================*/

.comm-page-contactsupport input, select, textarea {
    font-size: 1rem;
    border: 1px black solid !important;
    border-radius: 0 !important;
}

.comm-page-contactsupport .slds-form-element__label {
    font-size: 1rem !important;
}

.comm-page-contactsupport .actionsRight {
    display: flex;
}

.comm-page-contactsupport input:focus, select:focus, textarea:focus {
    outline: 2px #0060CC solid !important;
}

.comm-page-contactsupport div.cb-section_column.slds-size_12-of-12.slds-max-medium-size_12-of-12.slds-large-size_6-of-12 div[data-region-name="1"] {
    padding: 30px 50px !important;
}

.comm-page-contactsupport .slds-form-element__label {
    color: var(--lwc-colorTextDefault,rgba(0, 0, 0, 0.8));
}

.comm-page-contactsupport .slds-button_brand {
    background-color: #151515;
}

.comm-page-contactsupport .slds-button_neutral {
    font-size: 1rem;
    background-color: #fff;
    border: 1px #000000 solid;
    padding: 5px 20px;
    margin-right: 0.5rem;
    transition: all 0.3 ease;
}

.comm-page-contactsupport .slds-button:focus {
    outline: 2px solid #0060CC;
}

.comm-page-contactsupport div.cb-section_column.slds-size_12-of-12.slds-max-medium-size_12-of-12.slds-large-size_6-of-12 div[data-region-name="02785"] {
    border-radius: 0.5rem;
    color: var(--lwc-colorTextDefault,rgba(0, 0, 0, 0.8));
    padding: 30px 50px;
    height: 100%;
}

.comm-page-contactsupport .comm-topic-trending-articles ul li a {
    color: black;
    background-color: white;
    border-radius: 0.5rem;
    padding: 10px 20px;
    margin: 5px 0;
    transition: all 0.3s ease;
}

.comm-page-contactsupport .comm-topic-trending-articles ul li a:hover {
    color: #f1f1f1;
    background-color: #7E7E7E;
}

.comm-page-contactsupport .comm-topic-trending-articles ul li a:focus {
    outline: 2px solid #0060CC;
}

.comm-page-contactsupport .cb-section_row {
    max-width: 110rem;
}

.comm-page-contactsupport .forceCommunitySection .cb-section_column {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.comm-page-contactsupport .forceCommunitySection .cb-section_column:nth-last-child(1) {
    padding-top: 0px;
    padding-bottom: 20px;
}

@media screen and (min-width: 1024px) {
    .comm-page-contactsupport .forceCommunitySection .cb-section_column {
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 50px;
        padding-bottom: 20px!important;
    }

    .comm-page-contactsupport .forceCommunitySection .cb-section_column:nth-last-child(1) {
        padding-top: 20px!important;
    }
}


.comm-page-custom-register-your-product input,
select,
textarea {
    font-size: 1rem;
    border: 1px black solid;
    border-radius: 0;
}

.comm-page-custom-register-your-product input:focus,
select:focus,
textarea:focus {
    outline: 2px #0060CC solid;
}

.comm-page-custom-register-your-product .cb-section_column.slds-size_12-of-12.slds-max-medium-size_12-of-12[data-aura-rendered-by="501:0"] {
    border-radius: 0.5rem;
    padding: 30px 50px;
    color: var(--lwc-colorTextDefault, rgba(0, 0, 0, 0.8));
    height: 100%;
    max-width: 80rem;
    margin: 20px auto;
}

legend,
label {
    color: var(--lwc-colorTextDefault, rgba(0, 0, 0, 0.8));
}

.comm-page-custom-register-your-product .slds-button_neutral {
    font-size: 1rem;
    background-color: #8D8D8D;
    border: 0;
    padding: 5px 20px;
    margin-right: 0.5rem;
    transition: all 0.3 ease;
}

.comm-page-custom-register-your-product .slds-button_brand {
    background-color: #151515;
}

.comm-page-custom-register-your-product .slds-button_neutral {
    font-size: 1rem;
    background-color: #fff;
    border: 1px #000000 solid;
    padding: 5px 20px;
    margin-right: 0.5rem;
    transition: all 0.3 ease;
}

.comm-page-custom-register-your-product .slds-button:focus {
    outline: 2px solid #0060CC;
}

.comm-page-custom-register-your-product .cb-section_row {
    max-width: 80rem;
}

.has-tooltip {
    display:none;
}

/*============================================================================
  # Downloads
==============================================================================*/

  .changelog,
  .product-download-card img,
  .changelog-text {
    max-width: 320px;
  }

  #specs {
    max-width: 500px;
  }

  .changelog {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 600px;
  }

  .product-download-card .button {
    display: inline-flex;
    background: rgba(30, 30, 30, .85);
    color: white;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 25px;
  }

  .product-download-card .button:hover {
    background: #1E1E1E;
  }

  #downloads-search-results {
    top: 49px;
  }

  #form--product-downloads-submit {
    width: 20px;
  }

  #product-downloads-section * {
    font-family: 'Roboto', sans-serif;
  }

  a {
    transition: ease all .3s;
  }

  a.button.button-alt {
    background: transparent;
    color: black;
    border: 1px solid black;
    font-size: 15px;
  }

  a.button.button-alt:hover {
    background: #1E1E1E;
    color: white;
  }

  .downloads-icon {
    width: 20px;
  }

  .font-bold {
    font-weight: bold;
  }
