* {
    margin: 0;
    padding: 0;
}

header {
    position: sticky;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
}

.article-page .article .post-date {
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.article-page .article img {
    max-width: 100%;
}

.section--newsletter--bottom .newsletter__layer {
    padding: 80px 0;
}

.section--newsletter--bottom .newsletter__layer .btn--input {
    font-size: 100%;
}

.desktop-sub-menu__border-wrapper .icon--text, .flex-wrapper__item .icon--text {
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: 0;
    font-family: purista-web;
    color: #fff;
    text-decoration: none;
    margin-right: 0px;
    padding: 0;
    display: flex;
}

.desktop-sub-menu__border-wrapper .icon--text:hover {
    text-decoration: none;
}

.desktop-blog-list .article {
    margin-bottom: 60px;
}

.facebook {
    background-image: url(../img/ico_fb.png);
}

.instagram {
    background-image: url(../img/ico_insta.png);
}

.twitter {
    background-image: url(../img/ico_tw.png);
}

.social-media {
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    background-position: center;
}

.section-heading {
    text-transform: uppercase;
}

.community-page .community__header h3,
.community-page .sponsorship .sponsorship__layer h3,
.section--lifetime-quality h3,
.careers-page .careers-header h3,
.gamers__header .gamers__layer h3,
.company-page .company-philosophy h3,
.company-page .company-for__gamers h3,
.company-page .company-pre__builds h3,
.process-page .section--process h3,
.section--process-components h3,
.process-list h3,
.woocommerce-Address-title h3,
.woocommerce-MyAccount-content form h3,
.wc-bacs-bank-details-account-name {
    font-size: 12px;
    color: #ff8015;
    padding-bottom: 30px;
    text-transform: uppercase;
}

section h3 > span.glowBorder, .modal h3 > span.glowBorder {
    display: block;
    width: 40px;
    box-shadow: #fff 0 0 2px 2px;
    margin: 10px auto;
}

.modal h3 > span.glowBorder {
    box-shadow: #fff 0 0 2px 0;
}

section h3:after,
.section__title:after {
    display: none;
}

.modal {
    z-index: 1000;
}

.modal .container {
    position: relative;
}

.modal .close {
    float: none;
}

.video__title a {
    color: #000;
    text-decoration: none;
}

.video__placeholder img {
    height: 220px;
    width: auto;
}

.video__placeholder iframe {
    height: 220px;
    width: auto;
}

.woocommerce form .form-row input.input-text, .woocommerce-input-wrapper textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #000;
    border-radius: 15px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce button.button,
.woocommerce a.button.alt {
    background: #4d2ac2;
    color: #5cd2ff;
    border: 0;
    letter-spacing: .02em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none;
    padding: 5px 10px;
    font-family: purista-web;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    display: inline-block;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover {
    color: #5cd2ff;
    background: #000;
    outline: 1px solid #4d2ac2;
}

.woocommerce-form a {
    color: #fff;
}

.modal {
    background: rgba(0, 0, 0, 0.7);
}

.modal .modal-wrapper {
    max-width: 600px;
    max-height: 600px;
    height: 90%;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    padding: 50px;
    box-sizing: border-box;
}

.modal .header-modal {
    margin: 0 0 30px 0;
    text-align: center;
    font-weight: 400;
    padding: 0;
}

.modal .header-modal h3.section__title {
    padding: 0;
}

.modal .header-modal img {
    display: block;
    margin: 0 auto 15px;
    max-width: 100%;
}

.modal .modal-wrapper .icons a {
    text-decoration: none;
    color: #fff;
}

.modal .xtxt {
    max-height: 300px;
    overflow-y: auto;
    padding: 0 15px;
}

.modal .close.closeButton {
    position: absolute;
    left: 25px;
    top: 25px;
}

.modal .close.backButton {
    color: #5cd2ff;
    font-size: 16px;
    border-bottom: 1px solid #5cd2ff;
    display: table;
    text-align: center;
    margin: 15px auto 0 auto;
}

.process-list-item {
    padding: 70px 0;
    width: 100%;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.process-list-item:last-child {
    margin-bottom: auto;
}

.process-list-item .process-list-item-text {
    width: 60%;
    text-align: left;
    margin: auto 0 auto auto;
}

.process-list-item:nth-child(even) .process-list-item-text {
    margin: auto auto auto 0;
}

.process-list-item .process-list-item-text h2 {
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
}

.process-list-item .process-list-item-text p {
    font-size: 12px;
}

.section--process-components .process-list-components-item .hidden {
    display: none;
}

.section--process-components .process-list-components-item {
    padding: 0 30px 30px;
    text-align: left;
    margin: 30px 0 0;
    border-bottom: 1px solid #5cd2ff;
}

.section--process-components .process-list-components-item p {
    position: relative;
}

.section--process-components .process-list-components-item .components-button {
    position: absolute;
    width: 25px;
    height: 25px;
    padding: 0;
    top: 0;
    right: -30px;
}

.process-list-components {
    padding: 10px 0 0;
}

.process-list-components .process-list-components-item-img {
    max-height: 40px;
    margin-bottom: 30px;
}

.process-list-components .process-list-components-item-title {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 21px;
}

.process-list-components .process-list-components-item-details {
    margin-top: 30px;
}

.process-page .process-list .desing-aesthetics-list {
    margin: 30px 0;
    align-items: flex-start;
}

.filter-name {
    text-transform: uppercase;
    display: none;
}

.woocommerce-MyAccount-navigation {
    margin: 20px 0;
    text-align: center;
}

.woocommerce-MyAccount-navigation a {
    margin: 10px;
}

.woocommerce-MyAccount-content {
    padding: 60px 0;
}

.woocommerce-MyAccount-content .dashboard-text-wc {
    margin-bottom: 20px;
}

.woocommerce-MyAccount-content .dashboard-text-wc a,
.woocommerce-orders-table__cell-order-number a,
.woocommerce-table--order-details a {
    color: #fff;
}

.woocommerce-orders-custom-empty {
    background: transparent;
    border-top-color: #5cd2ff;
    color: #fff;
}

.woocommerce-orders-custom-empty.woocommerce-info::before {
    color: #5cd2ff;
}

.woocommerce-orders-custom-empty a.button,
.woocommerce-MyAccount-content .account-orders-table .btn,
.wc-notification-custom a.button,
.return-to-shop a.button,
.woocommerce button.button.alt,
.woocommerce a.button {
    background: #4d2ac2;
    color: #5cd2ff;
    border-radius: 0;
    font-family: purista-web;
    font-weight: 600;
    font-size: 15px;
    padding: 5px 10px;
    line-height: 21px;
}

.woocommerce-orders-custom-empty a.button:hover,
.woocommerce-MyAccount-content .account-orders-table .btn:hover,
.wc-notification-custom a.button:hover,
.return-to-shop a.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button:hover {
    cursor: pointer;
    background: #000;
    color: #5cd2ff;
    outline: 1px solid #4d2ac2;
}

.wc-notification-custom {
    margin: 60px 0 0 0;
}

.wc-save-details, .wc-change-password {
    margin-top: 20px;
}

.woocommerce-Address-title h3 {
    margin-top: 30px;
}

.woocommerce-Address-title {
    text-align: center;
}

.woocommerce-Address-title .btn {
    margin-bottom: 30px;
}

.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-error li,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-info li,
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-message li,
.empty-wrapper .woocommerce-info,
.empty-wrapper .woocommerce-info li,
.woocommerce-form-coupon-toggle .woocommerce-info,
.checkout .woocommerce-error,
.checkout .woocommerce-error li {
    background: transparent;
    color: #fff;
}

.woocommerce-notices-wrapper .woocommerce-message a {
    color: #fff;
}

.woocommerce-notices-wrapper .woocommerce-message a.button {
    color: #5cd2ff;
}

.woocommerce-MyAccount-content form h3 {
    text-align: center;
}

.woocommerce table.woocommerce-MyAccount-orders {
    font-family: purista-web;
    font-size: 16px;
}

.woocommerce-MyAccount-content p mark {
    background-color: #5cd2ff;
}

.lang-item {
    display: inline;
    list-style: none;
}

.switch-lang-wrapper {
    position: relative;
    margin-left: 30px;
    cursor: pointer;
    padding-left: 30px;
    padding-right: 20px;
    border-left: 1px solid #fff;
    height: 25px;
    background: url(../img/chevrod_down_white.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.qty-select {
    position: relative;
}

.qty-select-arrow {
    position: absolute;
    top: 8px;
    pointer-events: none;
    background: url(../img/chevrod_down_white.png);
    background-size: cover;
    display: inline-block;
    width: 12px;
    height: 6px;
    content: "";
    right: 30px;
}

nav#top-nav {
    background: transparent;
}

nav#top-nav .top-nav--right .switch-lang-wrapper span {
    text-transform: uppercase;
    display: flex;
    margin-left: auto;
    align-items: center;
}

.switch-lang-wrapper img {
    display: inline-block;
    margin: 0 5px 0 0;
}

.lang-list {
    position: absolute;
    right: 0;
    top: 35px;
    background-color: #000;
    padding: 10px 20px 20px 20px;
    display: none;
    border: 1px solid #fff;
}

nav#top-nav .top-nav--right .lang-item a {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-left: auto;
    font-weight: 400;
}

nav#top-nav .top-nav--right .lang-item a:hover {
    color: #ff8015;
}

.lang-item a span, nav#top-nav .top-nav--right .lang-item a {
    font-size: 16px;
    line-height: 16px;
}

nav#top-nav .top-nav--right .lang-item img {
    margin-right: 10px;
}
nav .top-nav__wrapper {
    align-items: center;
}
.products-list-filters {
    padding: 0 18px 6px;
    margin-top: 55px;
    position: relative;
    z-index: 99; /* 100 header */
    top: 0;
}
.products-list-filters__overlay {
    top: 0;
    height: 0;
}
.products-list-filters--open .products-list-filters__overlay {
    height: 100vh;
}
.products-list-filters-fixed-header {
    position: fixed;
    top: 0;
}

.products-list-page-fixed-header {
    margin-top: 155px;
}

.product .product-image__wrapper .product-image {
    width: auto;
    height: auto;
    max-height: 550px;
    left: 50%;
    top: 50%;
    margin: 0;
    position: absolute;
    transform: translate(-50%, -50%);
}

.select2-results__options li {
    color: #000;
}

.checkout-page {
    padding-top: 150px;
}

.section--shipping .icons .btn {
    width: 100%;
    padding: 5px;
    letter-spacing: 0;
    margin: 10px 0 0;
}

.cart-top-bar a.btn {
    font-size: 15px;
    padding: 5px 30px;
}

.woocommerce .cart_totals .shop_table th,
.woocommerce .cart_totals .shop_table td {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: basic-sans;
    letter-spacing: 2px;
    padding: 5px;
}

.woocommerce .cart_totals .shop_table th {
    width: 40%;
}

.woocommerce .cart_totals .shop_table tr td a {
    color: #fff;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tbody td,
.woocommerce table.shop_table {
    border: none;
}

.checkout-items__summary .cart_totals p {
    max-width: none;
}

.woocommerce .cart_totals .shop_table td section {
    margin: 10px 0;
}

.woocommerce button.black-button,
.woocommerce a.button.black-button {
    background-color: #000;
}

.checkout-item__actions .select-wrapper:before {
    display: none;
}

input[name='update_cart'], button[name='update_cart'] {
    display: none !important;
}

.return-to-shop {
    text-align: center;
    margin: 0 0 50px 0;
}

.woocommerce-form-coupon-toggle .woocommerce-info a, .checkout-item__text a {
    color: #fff;
}

.checkout-item__text a {
    text-decoration: none;
}

.woocommerce ul.order_details {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 30px 0;
}

.woocommerce-customer-details {
    line-height: 2;
}

.company-page .woocommerce-checkout #payment {
    background: transparent;
}

.rw-rating-table {
    margin: 0 auto;
}

p {
    font-weight: 300;
}


.community-page .sponsorship,
.section--promise,
.section--violet {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.community-page .sponsorship .sponsorship__layer {
    background-image: url('../img/sponsorship_bg.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: 100% auto;
}

.btn, .return-to-shop a.button {
    position: relative;
    overflow: hidden;
}

.btn:after {
    content: '';
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    height: 100%;
    left: -20px;
    top: 0;
    width: 0;
    transform: skewX(-40deg);
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.btn:hover {
    background: #4d2ac2;
}

.btn:hover:after {
    width: 250%;
}

.mtb30 {
    margin: 30px 0;
}

.m0 {
    margin: 0;
}

.lh1 {
    line-height: 1;
}

.checkout-item__text .title-item {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0;
    font-weight: 700;
    font-family: purista-web;
    margin: 0 0 5px;
}

.checkout-items .title {
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    font-family: pirulen, sans-serif;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 30px;
}

.checkout-items__list {
    margin-top: 0;
}

.products-list-page .products-list .product {
    justify-content: space-between;
}

.product__features {
    margin-top: 19px;
}

.section-proposition .product__features {
    margin: 19px auto 0;
}

.product__price {
    margin: 15px 0 0 0;
}

nav#top-nav .top-nav--right span.cart-contents-count {
    font-size: 12px;
}

nav#top-nav .top-nav--right a:hover span.cart-contents-count {
    color: #ff8015;
}

nav#top-nav .top-nav--right .blue-basket {
    display: none;
}

nav#top-nav .top-nav--right a:hover img {
    display: none;
}

nav#top-nav .top-nav--right a:hover .blue-basket {
    display: inline-block;
}

.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 20px;
}

.woocommerce-terms-and-conditions-wrapper a {
    color: #fff;
}

.title-checkout {
    text-align: center;
    margin-bottom: 30px;
}

nav#top-nav .top-nav--right .lang-item a:hover img {
    display: block;
}

.woocommerce form .form-row {
    padding: 3px 0;
}

.woocommerce-checkout > h2 {
    margin-top: 30px;
}

.cart-page .cart-customization__group h2.component_title {
    letter-spacing: .02em;
    line-height: 25px;
    text-transform: uppercase;
    font-size: 20px;
}

.cart-page .cart-customization__list label {
    position: relative;
    cursor: pointer;
}

.cart-page .cart-customization__list input {
    opacity: 0;
    height: 1px;
    width: 1px;
    position: absolute;
}

.composite_form {
    width: 100%;
}

.component .composited_product_title_wrapper {
    padding: 0 !important;
}

.toggleWrapper a {
    cursor: pointer;
    color: #5cd2ff;
    text-decoration: none;
}

.toggleWrapper a span {
    vertical-align: middle;
    text-align: center;
}

.toggleWrapper .toggleContent {
    display: none;
    margin: 15px 0;
}

div.cart-total {
    margin: 15px 0;
}

div.cart-total .price {
    display: inline-block;
}

.summary.entry-summary > p.price {
    display: none;
}

nav#top-nav.open, nav#top-nav.fixed-header {
    background-color: #000;
}

.products-list-filters .filter-product-all {
    border-bottom: 1px solid #fff;
}

.cart-discount a {
    color: #fff;
}

.woocommerce-order {
    text-align: center;
}

.woocommerce ul.order_details li strong, .woocommerce ul.order_details li {
    font-size: 16px;
}

.woocommerce ul.order_details li {
    margin-top: 10px;
}

.woocommerce-thankyou-order-received {
    margin: 10px 0;
}

.woocommerce ul.order_details {
    justify-content: center;
}

.woocommerce-Address-title section {
    margin: auto;
}

.wc-bacs-bank-details-account-name {
    margin-top: 20px;
    padding-bottom: 0;
}

.slider--tabs .slider__content button {
    font-size: 12px;
    max-width: 30%;
}

.slider--tabs .slider__content button, .slider-gallery *, #top-nav * {
    transform-style: flat;
}

.product-configuration .configuration__item .spec1:empty, .product-configuration .configuration__item .spec1.orange:empty {
    display: none;
}

.product-configuration .configuration__item .blue {
    margin: 0 0 10px 0;
}

.products-list-page .products-list .product .button__row {
    display: inline-block;
}

.products-list-page .products-list .product .button__row form, .products-list-page .products-list .product .button__row .btn {
    display: inline-flex;
}

.accord_d_wrap {
    margin: 20px 0;
}

.product-performance .slider-product-performance-details .details__row p {
    font-style: italic;
}

.product-performance .glide--swipeable {
    cursor: initial;
}

.product-configuration .configuration__item .details__row div {
    width: 30%;
}

#modalSpec.product-configuration {
    margin: 0;
    text-align: center;
}

#modalSpec.product-configuration h2 {
    margin: 0;
    font-weight: 600;
}

#modalSpec.product-configuration .configuration__item .details__row {
    text-align: center;
}

.product-configuration .configuration__item .shadow .btn {
    outline: 1px solid #5cd2ff;
}

i.rw-action-loader {
    display: none !important;
}

.hidden {
    overflow: hidden !important;
    perspective: unset;
}

body.hidden * {
    transform-style: initial;
}

.details__row:not(.details__row--bordered) .shadow {
    opacity: 1;
}

.product-configuration .configuration__item .details__row:not(.details__row--bordered) div {
    width: 100%;
}

.product-configuration {
    margin: 0 0 40px;
}

h2 a, h2.subtitle a {
    color: #fff;
    text-decoration: none;
}

.product {
    margin: 30px 0;
}

.glide__arrow {
    padding: 0;
}

.home .slider-customer-review .customer-review img,
.careers-page .slider-customer-review .customer-review img {
    max-width: 160px;
}

.search__wrapper input {
    border: 0;
}

.cart-page .cart-item-head__image img {
    width: auto;
    height: auto;
}

.woocommerce-product-details__short-description {
    display: none;
}

.home .section-peripherals .product img {
    width: auto;
    max-height: 200px;
}

.content-page {
    padding: 200px 0 50px 0;
    min-height: 50vh;
    box-sizing: border-box;
}

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

.content-page h2 {
    letter-spacing: .02em;
    line-height: 25px;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 30px 0;
}

.content-page p, .content-page ol, .content-page ul {
    margin: 15px 0;
    line-height: 1.5;
    font-size: 16px;
}

.content-page ol, .content-page ul {
    list-style-position: inside;
}

.content-page ol li ol {
    padding: 0 0 0 20px;
}

.content-page a {
    color: #5cd2ff;
}

.cart-page .cart-item-head__image {
    flex-basis: 55%;
}

.cart-page .cart-item-head__text {
    flex-basis: 45%;
}

.cart-page .cart-item-head .row {
    align-items: center;
}

.performance-image {
    margin: 30px 0;
}

.performance-image img {
    width: auto;
    height: auto;
    max-width: 300px;
}

.products-list-page .products-list--products .product .product__text .button__row .btn {
    padding: 5px 10px;
    font-size: 15px;
}

.products-list-page .products-list--products .product .product__image {
    height: 250px;
    line-height: 250px;
    margin-top: 15px;
}

.section--all-info-icon .info-list-item {
    align-items: flex-start;
}

.process-list-item {
    position: relative;
}

.process-list-item .shadow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.45);
}

.process-list-item .process-list-item-text {
    position: relative;
    z-index: 3;
}

.cart-page .flex-desktop-customization .desktop-right-customization,
.checkout-items .checkout-items__summary {
    position: sticky;
    top: 200px;
}

.cart-page .flex-desktop-customization .desktop-right-customization h2 {
    font-size: 24px;
}

.woocommerce .cart-top-bar {
    position: sticky;
    top: 95px;
    z-index: 10;
}

.cart-top-bar {
    padding: 10px 10%;
}

.cart-top-bar p {
    font-size: 16px;
}

.cart-top-bar div.cart-total {
    float: left;
}

.cart-top-bar button {
    float: right;
    margin: 0;
}

.section--shipping .icons a.icon {
    color: #fff;
    text-decoration: none;
}

.slider-gallery .glide__arrows .glide__arrow--left {
    left: 0;
}

.slider-gallery .glide__arrows .glide__arrow--right {
    right: 0;
}

.block-wrapper {
    max-width: 800px;
    width: 94%;
    margin: 0 auto;
    position: relative;
}

.checkout-items .checkout-items__list-wrapper {
    margin: 0 0 50px 0;
}

.modal .xtxt::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #2f0d66;
}

.modal .xtxt::-webkit-scrollbar {
    width: 12px;
    background-color: #2f0d66;
}

.modal .xtxt::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #5b02c0;
}

.section-proposition .section-proposition__row .product .image-wrapper {
    background-image: url(../img/pc_bg_product.jpg);
    background-position: center;
    padding: 50px 0;
    background-size: 100% auto;
    margin: 0 0 50px 0;
    position: relative;
}

.section-proposition .section-proposition__row .product .image-wrapper img {
    position: relative;
    z-index: 2;
}

.product__image--bkg, .parallax-slider {
    background: url(../img/pheripherial_bg_product.jpg) no-repeat;
    background-size: auto 100%;
    padding: 30px 0;
}

.section--newsletter--bottom {
    background: url(../img/newsletter_bg.jpg) no-repeat center center / auto 100%;
    margin: 0;
}

.section--newsletter--bottom .newsletter__layer input[type=email] {
    padding: 10px 15px;
}

.product .product-image__wrapper {
    background-image: url(../img/pheripherial_bg_product.jpg);
    background-size: cover;
    height: 600px;
    margin: 65px 0 0 0;
}

.section--shipping.with-bg {
    background: url(../img/shipping_delivery_bg.jpg) no-repeat center / cover;
}

.section--shipping.with-bg .layer {
    background-color: rgba(61, 33, 153, .7);
    padding: 80px 0;
}

.products-list-page .products-list .product__image img {
    max-width: 90%;
    max-height: 200px;
    vertical-align: middle;
}

.product-page .section--shipping.with-bg {
    margin: 0;
}

.block-spec-popup.block-spec-popup {
    height: calc(100% - 100px);
    max-height: 450px;
    overflow-y: auto;
}

.modal .block-spec-popup.block-spec-popup::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #2f0d66;
}

.modal .block-spec-popup.block-spec-popup::-webkit-scrollbar {
    width: 12px;
    background-color: #2f0d66;
}

.modal .block-spec-popup.block-spec-popup::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #5b02c0;
}

section p > a {
    color: #fff;
    text-decoration: underline;
}

.product-page .section__title {
    padding: 0;
}

.product-performance .section__title {
    padding: 0 0 30px 0;
}

.home .section-peripherals .section__title, .company-page h3 {
    padding: 60px 0 30px 0;
}

.section--promise .section__title, .section--shipping.with-bg .layer .section__title, .home .section--promise .section__title {
    padding: 0 0 30px 0;
}

.section-basic.section--in-media .section__title_in_the_media {
    font-size: 12px;
    color: #ff8015;
    padding: 60px 0 30px 0;
    text-transform: uppercase;
}

.section-basic.section--in-media .section__title_in_the_media > span.glowBorder {
    display: block;
    width: 40px;
    box-shadow: #ff8015 0 0 2px 1px;
    margin: 10px auto;
}

.company-page .section--in-media .video__title a {
    color: #fff;
}

.section-title__text {
    padding: 10px 0 60px 0;
}

.slider-peripherals {
    margin: 0 0 30px 0;
}

.home .slider-peripherals .glide__arrows {
    top: 116px;
    width: 100%;
}

.home .product__image--bkg, .home .parallax-slider {
    height: 250px;
    margin: 0 0 50px 0;
}

.section--promise > div {
    padding: 0;
}

.product-configuration .configuration__item .btn, .btn {
    max-width: none;
    width: auto;
}

.product-configuration .configuration__item .spec1 {
    line-height: 16px;
}

.process-list-item > .container {
    position: relative;
    z-index: 5;
}

.careers-page .process-posting .list__careers li .list__text .orange {
    margin: 5px 0;
}

.careers-page .process-posting .list__careers li .list__text {
    padding: 15px 0;
}

.product-list-section {
    margin: 50px 0;
}

.section-proposition .section-proposition__row .section-title__text.container {
    padding: 0;
}

.section--shipping.with-bg .layer .icons,
.glide__slides .product,
.home .section-peripherals, .home .section-proposition {
    margin: 0;
}

.home .section-basic.section--promo {
    margin: 80px 0 0 0;
}

.home .slider-customer-review {
    margin: 20px 0 80px 0;
}

.section--in-media {
    padding: 20px 0 80px 0;
}

.section-basic.section--violet .section-title__image {
    margin: 0;
}

.section-basic.section--violet .section__title, .product-configuration .section__title {
    padding: 0 0 30px 0;
}

.products-list-filters--open .filters__list {
    justify-content: center;
}

.products-list {
    align-items: flex-end;
}

.product__bricks {
    margin: 30px 0;
}

.section--parallax {
    z-index: 1;
}

footer section {
    margin: 60px 0;
}

footer .footer__col .section__title {
    padding: 0 0 20px 0;
}

footer .footer__logo {
    margin: 40px 0 0 0;
}

footer .footer__col--without-border .footer__links a {
    display: inline-block;
}

.home .section-peripherals__buttons {
    margin: 30px 0 0 0;
    padding: 0;
}

.product__navigation {
    width: 100%;
    z-index: 10;
    position: sticky;
    top: 97px;
}

.product__navigation .product__buy {
    align-items: center;
}

.product__navigation .product__buy .moreAndBuyWrapper form {
    display: inline-block;
}

.buy--opener {
    cursor: pointer;
}

.product__navigation .buy, .product__navigation .product__buy, .product__navigation .product {
    background-color: #6344bf;
}

.product__navigation .buy .compare, .product__navigation .buy .list__item {
    width: auto !important;
    padding: 0 10% 20px;
}

.product__navigation .buy .list__item:nth-child(n+3) {
    margin-top: 0;
}

.product__navigation .buy .list__item:last-child {
    margin-bottom: 22px;
}

.product__navigation .buy .list__item .right a {
    color: #fff;
}

.product__brick div.first {
    font-size: 11px;
}

.product__brick div.last {
    font-size: 13px;
    font-style: italic;
}

.product__brick p:first-child, .product__brick p:last-child {
    font-size: 16px;
    text-transform: initial;
}


.product__brick .blue, .blue {
    font-size: 19px;
    line-height: 21px;
    font-weight: 300;
    color: #5cd2ff;
    margin: 5px 0;
}

.product__brick {
    font-size: 12px;
}

footer .footer__links {
    display: block;
}

footer .footer__links a, footer .footer__row-scal .footer__links a, footer .footer__row-scal .footer__links a:nth-child(2) {
    flex: unset;
    display: block;
    margin: 0 0 15px 0;
}

.product__navigation .product {
    max-width: 100%;
    margin: 0;
}

.product__navigation .product__buy button.buy--opener:after {
    display: none;
}

.product__navigation .product__buy button.product--opener {
    padding: 0 15px 0 0;
    background: url(../img/chevrod_down_white.png) no-repeat center right / 12px auto;
}

.product__navigation .product__buy button {
    cursor: pointer;
}

.careers-page .careers-header p {
    line-height: 21px;
}

.cart-page .cart-customization__list label:last-child {
    margin: 10px 0;
}

.company-page .company-for__gamers, .company-page .company-pre__builds {
    margin: 0;
}

.company-page .section--in-media {
    padding-top: 0;
}

.products-list-page .products-list .product {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
}

.product__navigation .product ul > li, .product__navigation .product ul > li:last-child {
    padding: 0;
}

.product__navigation .product ul > li a {
    display: block;
    padding: 10px 0;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: .14em;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.section--violet .section--violet-shadow:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(37, 13, 79, .161485)), color-stop(80%, #4a308b)) !important;
    background: -o-linear-gradient(bottom, rgba(37, 13, 79, .161485) 0, #4a308b 80%) !important;
    background: linear-gradient(0deg, rgba(37, 13, 79, .161485), #4a308b 80%) !important;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.safari .glide__slides .product__image--bkg img {
    -webkit-transform: translateZ(1px) scale(1.1);
    transform: translateZ(1px) scale(1.1);
    z-index: -100;
}

.safari .slider--tabs .slider__navigation button.glide__bullet--active:after {
    background: #5cd2ff;
}

.js-parrallax-back {
    background-position-y: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
}

.section--process-list .js-parrallax-back {
    background-attachment: scroll;
}

.section-proposition .section-proposition__row .product .js-parrallax-image-wrapper {
    background-repeat: no-repeat;
    background-size: 150% 200%;
}

.product .product-image-computer-parrallaxa {
    background-size: cover;
    background-position: center 86%;
    background-repeat: no-repeat;
}

.products-list-page .products-list--products .product .product__image-parrallax, .parallax-slider {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 150% 150%;
}

nav.open .nav__menu .nav__item .level-2--products a:last-of-type:after {
    display: none;
}

nav.open .nav__menu .nav__item .level-2--products a:last-of-type {
    font-size: 16px;
    padding: 0;
}

.safari .hidden, .safari body.hidden * {
    -webkit-transform-style: initial;
    transform-style: initial;
}

.section--promise--background-gradient {
    padding: 0;
}

.section--promise--background-gradient > div {
    background: rgba(0, 0, 0, 0.4);
    padding: 70px 0;
}

.product .product__header h2 {
    font-family: purista-web;
}

.product__navigation .product ul > li {
    border-top: 1px solid #6671B1;
}

.cart-top-bar {
    position: sticky;
    z-index: 10;
    top: 97px;
}

#order_review_heading {
    margin: 20px 0;
}

.cart_item .product-name {
    color: #ff8015;
}

.component_table_item .product-name dt {
    color: #5cd2ff;
}

.component_table_item .product-name dd {
    color: #fff;
}

.woocommerce table.shop_table tfoot td #shipping_method {
    font-weight: 400;
}

.woocommerce-checkout-payment .payment_methods, .woocommerce-terms-and-conditions-wrapper, .woocommerce-terms-and-conditions-wrapper a {
    color: #000;
}

#order_review #payment{
    color: #000;
}

.top-nav__logo {
    margin-top: 3px;
}

.home .section--promise .container p {
    padding: 0;
    line-height: 22px;
}

.home .section--promise .container h2 {
    margin-bottom: 10px;
}

nav.open .nav__menu {
    height: calc(100% - 150px);
}

.home .banner-image--home > .container {
    position: relative;
    z-index: 2;
}

.product__brick .blue, .blue {
    color: #fff;
}

h3 span.glowBorder {
    height: 1px;
    background-color: white;
}

h3 span.glowBorder.orangeBorder {
    height: 0;
    background-color: transparent;
}

nav.open .nav__menu .nav__item .level-2--products a:last-of-type {
    text-transform: none;
}

.product__buy .title {
    font-family: basic-sans;
}

.block-spec-popup.block-spec-popup {
    height: calc(100% - 180px);
}

#modalSpec.product-configuration h2 {
    margin-bottom: 30px;
}

.section--shipping p {
    margin-bottom: 10px;
}

.company-philosophy .wp-block-image figure, .careers-header .wp-block-image figure {
    margin-top: 0;
}

.careers-page .careers-header h4 {
    margin-bottom: 40px;
}

.cart-page .cart-item h2 {
    text-transform: uppercase;
}

.cart-page .cart-item .cart-item-details li p {
    vertical-align: top;
}

.live-chat p {
    cursor: pointer;
}

h2, h2.subtitle {
    font-size: 30px;
    line-height: 36px;
}

.home .slider-customer-review .section__title {
    padding: 60px 0 30px 0;
}

section > div {
    position: relative;
}

.product-page {
    margin: 0;
}

footer .footer__links-desktop a {
    padding: 0 10px;
    border-right: 1px solid #fff;
}

footer .footer__links-desktop a:last-of-type {
    border-right: 0;
}

.article-page .article .post-arrow {
    margin: 50px 0;
}

.article-page .article p a {
    color: #5cd2ff;
}

.mc4wp-response {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}

.product-page .block-wrapper h2 {
    margin-bottom: 30px;
}

html .block-wrapper,
.process-list-components,
html body .container-text,
html body .container-text .block-wrapper,
html .careers-page .process-list .container-text,
html .careers-page .process-list .container,
.process-page .process-list .container,
.process-page .process-list .desing-aesthetics-list,
.narrower-box {
    max-width: 600px;
    margin: auto;
    box-sizing: border-box;
}

#top-nav .icons .icon__img img,
footer .icons .icon__img img,
.support-page .icons .icon__img img,
.modal .icons .icon__img img {
    height: 20px;
    width: auto;
}

.section-proposition h3.section__title,
.home .section-peripherals .section__title, .company-page h3 {
    padding: 80px 0 60px 0;
}

.checkout-item .desktop-view-details .icon-button {
    padding-top: 0px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.checkout-item .desktop-view-details.clicked .icon-button {
    padding-left: 6px;
}

.desktop-view-details .icon-button::after {
    background: transparent;
}

.exploding-pc-wrapper {
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
}

#product-configuration:before {
    display: block;
    content: " ";
    margin-top: -200px;
    height: 200px;
    visibility: hidden;
}

#top-nav .icon--text p {
    margin-top: 15px;
}

.messanger-open {
    cursor: pointer;
}

.support-page .icons--4 {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.support-page .section--support .flex-wrapper .icons--4 .icon {
    width: calc(50% - 30px);
    margin: 30px auto 0;
}

/* Creator banner */
.creator-banner{display:block;margin:24px 0}
.creator-banner img{
  display:block;
  width:100%;
  height:auto;
  border-radius:6px;        /* optional */
  box-shadow:none;          /* avoid theme shadows */
}