/*
Theme Name: Xports
Theme URI: https://gramentheme.com/wp/xports/
Author: Gramentheme
Author URI: https://themeforest.net/user/gramentheme
Description: Xports – Its unique features and functionalities make it the ideal solution for websites dedicated to Gaming and other eSports related to Service. The theme is well suited for all types of Gaming and eSports services: gaming, sports, long range Gaming service.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: xports
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Tested up to: 6.0
Requires PHP: 7.1

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Xports is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.9s;
    background-color: #0B0E13;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: rgba(0, 0, 0, 0.9) 0px 8px 24px;
	padding: 12px 0;
}

.woocommerce-checkout .wc-block-components-text-input input[type=tel],
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__container,
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text],
.woocommerce-checkout .wc-block-components-text-input input[type=email],
.woocommerce-checkout .main-checkout-page-area input {
  background-color: transparent !important;
  border-color: var(--border-color1) !important;
  border-radius: 0 !important;
  color: var(--paragraph-color) !important;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    display: none !important;
}
.woocommerce-checkout .main-checkout-page-area input {
    padding: 5px 20px !important;
}
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__container {
    height: 3.7em;
}
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select {
    font-size: 13px;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text,
.woocommerce-checkout .main-checkout-page-area .wc-block-components-checkout-place-order-button {
    display: inline !important;
}
.woocommerce-checkout .wc-block-checkout__sidebar {
    border: 1px solid var(--border-color1);
    padding: 30px;
}
.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
    font-size: 24px;
    color: #fff;
    border-bottom: 1px solid var(--border-color1);
    padding-bottom: 10px;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
    border-top: 1px solid var(--border-color1);  
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-totals-block {
    border-top: 1px solid var(--border-color1);
    border-bottom: 1px solid var(--border-color1);
}