/*!
Theme Name: Lunax
Theme URI: https://keystonethemes.com/demo/lunax/
Author: Keystone Themes
Author URI: https://themeforest.net/user/keystonethemes/portfolio
Description: Lunax - SEO & Digital Marketing Agency Elementor WordPress Theme
License: GNU General Public License v2 or later
Version: 1.1.2
Requires at least: 5.5
Tested up to: 6.0
Requires PHP: 7.0
Text Domain: stonex
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: blog, custom-logo, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, footer-widgets, left-sidebar, right-sidebar
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.

Lunax 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/

*/
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

:root {
    --heading-color: #0c1523;
    --text-color: rgba(73, 84, 96, 1);
    --accent-color: #432cf3;
    --accent-color-2: #2ad590;
    --white-color: #ffffff;
    --button-color: #4a2eb3;
}

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    overflow-x: hidden;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;

}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

h1,
h2,
h2,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: var(--heading-color);
}

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    text-decoration: none;
    transition: 0.4s;
}

a:hover {
    text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* General Sansactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    border: 1px solid #e7e9ed;
    border-radius: 3px;
    padding: 20px 20px 20px 20px;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*  blocks */

.wp-block-button__link {
    background-color: var(--accent-color);
    color: var(--white-color);
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.says,
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #fc414a;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    clip: auto !important;
    clip-path: none;
    color: var(--white-color);
    display: block;
    font-size: 14px;
    font-size: 1.2rem;
    font-weight: bold;
    height: auto;
    left: 20px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
}

body.admin-bar .screen-reader-text:focus {
    top: 52px;
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em !important;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em !important;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: var(--white-color) !important;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-links {
    clear: both;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.entry-content p a {
    text-decoration: none;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}

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

.content-align-left {
    text-align: left;
}

.content-align-right {
    text-align: right;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: left;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.wp-block-archives-dropdown label {
    display: block;
    margin-bottom: 15px;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    text-align: center;
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-columns-5 .gallery-item {
    max-width: 100%;
}

.gallery-columns-6 .gallery-item {
    max-width: 100%;
}

.gallery-columns-7 .gallery-item {
    max-width: 100%;
}

.gallery-columns-8 .gallery-item {
    max-width: 100%;
}

.gallery-columns-9 .gallery-item {
    max-width: 100%;
}

.gallery-caption {
    display: block;
    margin-top: 10px;
}

/* Extra Styles */

.stonex_logo h2 {
    margin-bottom: 0;
    margin-top: 0;
}

.site-content {
    padding: 60px 20px;
}

.widget-area .widget {
    background-color: #fff;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding-bottom: 30px !important;
    margin-bottom: 30px;
    border-bottom: 1px solid #00000012;
}

.widget-area .widget:first-child {
    border-bottom: 0;
}

.widget-area .widget:last-child {
    border-bottom: 0;
}

.widget-area .widget.widget_search {
    background-color: transparent;
}

.widget-area .widget.widget_search h3 {
    margin-top: 30px;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-icon a {
    display: block;
}

.gallery-icon a img {
    width: 100%;
}

.textwidget img {
    margin: 10px 0;
}

h3.widget-title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 30px;
    margin-top: 0;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0 !important;
}

.widget-area .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget-area .widget ul.sub-menu,
.widget-area .widget ul.children,
.widget-area .widget ul ul,
.widget-area .widget ol ul,
.widget-area .widget ol ol,
.widget-area .widget ul ol {
    padding-left: 20px;
    margin-top: 15px;
    border-left: 1px solid #00000033;
}

.widget-area .widget ul li li {
    margin-bottom: 0;
}

.widget-area .widget ul li {
    margin: 0px;
    display: flow-root;
    color: var(--text-color);
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

ul.wp-block-categories-list.wp-block-categories li {
    margin-bottom: 20px;
}

.stonex-categorey ul li:first-child {
    margin-top: 0;
}

.widget-area .widget ul li a {
    color: var(--text-color);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0px;
}

.widget-area .widget ul li a:hover {
    color: var(--accent-color);
}

.widget-area .widget ul li:last-child {
    margin-bottom: 0px;
}

form.stonex-search-form {
    position: relative;
    width: 100%;
}

form.stonex-search-form label {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
}

form.stonex-search-form label input {
    border: none;
    height: 60px;
    padding: 10px 10px 10px 50px;
}

.widget_search button.search-submit,
form.stonex-search-form button.search-submit {
    border: 0 none;
    left: 0;
    top: 50%;
    width: 54px;
    height: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    position: absolute;
    color: rgba(32, 31, 34, 0.15);
    font-size: 18px;
    background-color: transparent;
}

form.stonex-search-form label input:hover,
form.stonex-search-form label input:focus,
form.stonex-search-form label input:active {
    border-color: rgba(32, 31, 34, 0.15);
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

.widget input[type="search"] {
    border: 1px solid rgba(32, 31, 34, 0.15);
    border-radius: 14px;
    outline-offset: 0px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.widget-area .widget select {
    border: 1px solid rgba(32, 31, 34, 0.15);
    padding: 18px 20px;
    font-size: 14px;
    width: 100%;
}

.widget .menu li span.dropdownToggle {
    display: none;
}

.post-single-item {
    border: 1px solid rgba(18, 20, 29, 0.1);
    border-radius: 14px;
    position: relative;
    z-index: 0;
    background-color: #fff;
}

.post-content {
    padding: 0px 30px 30px 30px;
}

.widget_tag_cloud p a:hover {
    color: var(--accent-color);
}

.widget .tagcloud a {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 15px !important;
    line-height: 1.6;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid rgba(18, 20, 29, 0.1);
    padding: 5px 10px 5px 10px;
    margin: 0px 5px 10px 0px;
}

.entry-meta {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: #f4f4f4;
    padding: 5px 14px;
    border-radius: 50px;
    margin-top: 20px;
}

.blog .entry-meta span.posted-on,
.blog .entry-meta .byline,
.blog .entry-meta span.cat-links {
    font-weight: 500;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    color: var(--text-color);
    font-size: 14px;
    text-transform: capitalize;
    line-height: 22px;
}

.entry-meta span.posted-on,
.entry-meta .byline,
.entry-meta span.cat-links {
    font-weight: 400;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    color: var(--text-color);
    font-size: 16px;
    text-transform: capitalize;
    line-height: 22px;
}

.entry-meta .byline::before {
    content: "\e602";
    position: relative;
    color: var(--accent-color-2);
    font-family: "themify";
    font-size: 18px;
    margin-right: 5px;
}

.entry-meta .posted {
    position: relative;
}

.entry-meta .posted-on {
    position: relative;
}

.stonex-blog-wrap .entry-content p {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.stonex-comment span {
    position: relative;
    top: -3px;
}

.stonex-comment {
    float: right;
}

span.cat-links {
    display: inline-block;
    float: left;
}

span.cat-links>i {
    color: var(--accent-color-2);
    margin-right: 5px;
    display: inline;
    position: relative;
    top: 2px;
}

span.cat-links a,
span.cat-links li {
    display: inline;
}

.entry-footer::before,
.entry-footer::after {
    content: "";
    display: table;
    clear: both;
}

footer.entry-footer {
    margin-top: 10px;
}

body.single-post footer.entry-footer {
    padding-bottom: 30px;
    position: relative;
}

span.page-numbers.current {
    padding: 13px 22px;
    text-transform: uppercase;
    color: var(--white-color);
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: var(--accent-color);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
}

.blog .nav-links a {
    font-family: "General Sans";
    padding: 0 22px;
    text-transform: uppercase;
    color: var(--white-color);
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--white-bg);
    border: 1px solid rgba(32, 31, 34, 0.2);
    box-sizing: border-box;
    border-radius: 5px;
    color: var(--heading-color);
    margin: 0px 10px 0px 10px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.blog .nav-links a:last-child {
    margin: 0;
}

span.edit-link {
    position: absolute;
    right: 0;
    bottom: 45px;
    padding: 0;
    background-color: transparent;
    transform: translateY(100%);
}

span.edit-link a {
    line-height: 1;
    padding: 5px 15px;
    display: block;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

/*   comment area */

.stonex-comment {
    position: relative;
    margin-top: 3px;
}

.comments-area label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
    color: #0c1523;
}

.comments-area {
   /* background-color: var(--white-color); */
    padding: 40px 0px 0px 0px;
}

.comments-area .comment-list {
    margin: 0;
    list-style: none;
}

.comments-area>ol,
.comments-area>ul {
    padding: 0;
}

.comment-author .avatar {
    height: 60px;
    position: relative;
    top: 0.25em;
    width: 60px;
    float: left;
    margin-right: 25px;
    border-radius: 5px;
    background-color: #ffe0c2;
}

.comment-list b.fn a {
    color: var(--heading-color);
    display: block;
    margin-bottom: 0px;
}

.comment-list b.fn {
    color: var(--heading-color);
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

.comment-metadata {
    margin-bottom: 18px;
    font-size: 14px;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    padding: 20px 0 30px 0;
    position: relative;
    border-bottom: 1px solid #377cfd24;
}

#commentform input[type="submit"] {
    background-color: #432cf3;
    color: var(--white-color);
    border: 0;
    padding: 15px 21px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 10px;
    border-radius: 30px;
}

.comments-area blockquote {
    margin: 20px 0;
    padding: 25px 35px;
}

.order-lg-1 .stonex-sidebar-wrap {
    margin-left: 0;
}

/* single blog post styles */

.page-links a {
    color: #111;
    font-weight: bold;
}

.post-password-form input[type="submit"] {
    padding: 10px 25px;
    margin-top: 10px;
}

.stonex-blog-wrap span.dashicons {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--accent-color-2);
    color: var(--white-color);
}

.stonex-blog-content {
    position: relative;
}

blockquote {
    font-size: 1em;
    margin: 35px auto;
    font-style: italic;
    color: #12141d;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #c1c1c1;
    line-height: 1.6;
    position: relative;
    background: rgba(255, 224, 194, 0.3) !important;
    border-left: 0.3em solid !important;
}

blockquote p:last-child {
    margin-bottom: 0;
}

/*****************************
        Footer
*****************************/

.stonex-footer-widget,
.stonex-footer-widget li,
.stonex-footer-widget p,
.stonex-footer-widget h3,
.stonex-footer-widget h4 {
    color: var(--white-color);
}

p.stonex-copywright {
    margin-bottom: 0;
    text-align: center;
    color: #12141d;
}

select,
.select2-container--default .select2-selection--single {
    height: 40px;
    border: 1px solid #dfdada;
    padding: 0px 20px;
    transition: 0.3s;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.4px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

li.select2-results__option {
    font-size: 16px;
    font-weight: 400;
}

.nice-select .current {
    color: var(--heading-color);
    overflow: hidden;
    width: 100%;
    font-size: 16px;
}

.nice-select li.option {
    font-size: 16px;
    display: flex;
    width: 100%;
    white-space: normal;
    line-height: 24px;
    padding: 6px 18px;
    font-weight: 400;
}

.nice-select:focus,
.nice-select:active {
    border-color: #e8e8e8;
    outline: none !important;
}

.nice-select.open .list {
    width: 100%;
}

.nice-select:after {
    border-color: var(--heading-color);
    right: 15px;
}

::placeholder {
    color: #28284680;
}

.stonex-footer-widget {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.stonex-footer-column_four .stonex-footer-widget {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.stonex-footer-column_three .stonex-footer-widget {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.stonex-footer-column_two .stonex-footer-widget {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.stonex-footer-column_one .stonex-footer-widget {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.archive h2.stonex-blog-title,
.blog h2.stonex-blog-title {
    font-size: 28px;
    font-weight: 600;
    /* margin-top: 1px; */
    margin-bottom: 16px;
    line-height: 34px;
    letter-spacing: 0;
}

.stonex-blog-title a {
    color: var(--heading-color);
    transition: 0.4s;
}

.stonex-blog-title a:hover {
    color: var(--accent-color);
}

.stonex-related-title {
    padding: 15px 15px 15px;
    display: block;
    width: 100%;
}

.stonex-related-title h5 {
    margin-bottom: 0;
}

.single-related-item .stonex-blog-thumb {
    height: 160px;
}

body.box-layout-page {
    background-color: var(--white-color);
}

body.box-layout-page div#page {
    max-width: 1350px;
    margin: auto;
    background-color: #f8f8f8;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.breadcrumb-container {
    position: relative;
    z-index: 2;
}

header .row {
    align-items: center;
}

header#masthead {
    background-color: var(--white-color);
}

.blog-breadcrumb {
    background-color: #f8f8f8;
}

.error404 .blog-breadcrumb {
    display: none;
}

article.stonex-default-hentry.stonex-blog-wrap {
    margin-bottom: 24px;
}

.site-footer .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer .widget ul.menu li {
    margin: 15px 0;
}

.site-footer .widget ul.menu li a {
    color: #9095a0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-family: "General Sans";
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.error-404 form.stonex-search-form {
    max-width: 500px;
    margin-bottom: 60px;
}

section.error-404 h2 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 18px;
}

section.error-404 .widget {
    margin-bottom: 50px;
}

section.error-404 .widget:last-child {
    margin-bottom: 0;
}

body.page-template-template-full-php .site-content,
body.page-template-template-full-width-php .site-content,
body.elementor-template-full-width .site-content,
body.elementor-template-canvas .site-content {
    padding: 0 !important;
}


body.elementor-template-full-width .site-content,
body.elementor-template-canvas .site-content {
    padding: 0 !important;
}

body.page-template-template-full-php .site-content,
body.page-template-template-full-width-php .site-content {
    padding: 40px 20px 40px 20px !important;
}

.wpcf7 br {
    display: none;
}

#stonex-submit-btn {
    background-color: var(--accent-color);
    padding: 15px;
}

.stonex-input-item input,
.stonex-input-item textarea {
    border: 1px solid rgba(144, 149, 160, 0.5);
    color: var(--white-color);
    padding: 5px 20px;
}

.stonex-form-item input,
optgroup,
select,
textarea {
    font-family: "General Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border-radius: 0;
    padding: 20px 20px;
    color: var(--text-color);
    border-radius: 8px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

textarea::placeholder {
    color: var(--text-color);
}

input::placeholder {
    color: var(--text-color);
}

.stonex-form-item textarea {
    padding: 20px;
}

#stonex-submit-form-btn-2 {
    padding: 15px;
}

.stonex-form-item {
    font-size: 14px;
}

/* Gutenberg support */

.has-shark-background-color {
    background-color: #202427;
}

.has-shark-color {
    color: #202427;
}

.has-coral-red-background-color {
    background-color: var(--accent-color);
}

.has-coral-red-color {
    color: var(--accent-color);
}

.has-aztec-background-color {
    background-color: #22304a;
}

.has-aztec-color {
    color: #22304a;
}

.has-very-light-gray-background-color {
    background-color: #f8f8f8;
}

.has-very-light-gray-color {
    color: #f8f8f8;
}

.has-dove-gray-background-color {
    background-color: var(--heading-color);
}

.has-dove-gray-color {
    color: var(--heading-color);
}

.has-manatee-background-color {
    background-color: #9095a0;
}

.has-manatee-color {
    color: #9095a0;
}

.stonex_logo {
    display: inline-block;
}

.menu-toggle {
    background-color: transparent;
    border: 1px solid #d1d1d1;
    color: #1a1a1a;
    font-size: 13px;
    font-size: 1.1rem;
    margin: 0;
    padding: 0.769230769em 1.5em;
    font-weight: bold;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    margin-right: 25px;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 65px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
    margin-bottom: 20px;
}

ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts a {
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 600;
}

ul.wp-block-rss li {
    margin-bottom: 20px;
}

p.wp-block-tag-cloud a {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 15px !important;
    line-height: 1.6;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid rgba(18, 20, 29, 0.1);
    padding: 5px 10px 5px 10px;
    margin: 0px 5px 10px 0px;
}

/* .single-post-content-wrap ul {
    padding: 0px;
} */

.entry-content li {
    margin-bottom: 10px;
    font-size: 18px;
    color: #0c1523;
    line-height: 24px;
    list-style: disc;
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.page-links {
    display: flex;
    align-items: center;
    padding-top: 40px;
}

.page-links .current {
    padding: 13px 22px;
    text-transform: uppercase;
    color: var(--white-color);
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: var(--accent-color-2);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    margin-left: 10px;
}

.page-links a {
    font-family: "General Sans";
    padding: 0 22px;
    text-transform: uppercase;
    color: var(--white-color);
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--white-bg);
    border: 1px solid rgba(32, 31, 34, 0.2);
    box-sizing: border-box;
    border-radius: 5px;
    color: var(--heading-color);
    margin: 0px 10px 0px 10px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
}

.post-content span.cat-links a {
    color: var(--text-color);
    font-weight: 500;
}

.post-content span.cat-links a:hover {
    color: var(--accent-color);
}

.entry-meta .posted-on:before {
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    content: "";
    background-color: rgba(18, 20, 29, 0.2);
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
}

.entry-meta .posted-on {
    margin-left: 10px;
    padding-left: 15px;
}

header.entry-header h1 {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-weight: 600;

    letter-spacing: 0;
}

.stonex-copyright.text-center {
    padding: 20px;
    background: #f3f4f8;
}

.stonex-footer-top {
    border-bottom: 1px solid rgb(204 203 206 / 50%);
    padding: 80px 0px;
}

.stonex-footer-top .widget {
    margin-bottom: 0px;
}

.stonex-footer-top .wp-block-image {
    margin-bottom: 0px;
}

.entry-content ul ul,
.entry-content ol ol {
    margin-top: 10px;
}

.select2-container--open .select2-dropdown--below {
    top: 31px;
}

.select2-container--open .select2-dropdown--above {
    top: 33px;
}

.single .select2-container {
    width: 100% !important;
}

.select2-dropdown {
    border-color: #aaaaaa52;
}

.page .blog-breadcrumb h1 {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1em;
    margin-top: 20px;
}

/*contact form 7 css*/

.wpcf7-not-valid-tip {
    color: #f59a9a !important;
    font-size: 16px !important;
    font-weight: normal;
    display: block;
    margin-top: 10px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 10px 0px 0px 0px !important;
    padding: 0 !important;
    border: none !important;
    font-size: 16px !important;
    line-height: 22px;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    display: block;
    background: var(--accent-color);
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 16px;
}

.wc-block-components-product-badge {
    border: 1px solid;
    border-radius: 4px;
    display: inline-block;
    font-size: .75em;
    font-weight: 600;
    padding: 0 .66em;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 30px;
}

.wc-block-components-sidebar {
    box-sizing: border-box;
    margin-top: 8px;
    padding-left: 2.2641509434%;
    width: 35%;
    border: 1px solid #e2e2e2;
    border-radius: 24px;
    padding: 24px;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-size: .75em;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 700;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 8px 16px 8px 0;
    text-align: right;
    text-decoration: inherit;
    text-transform: inherit;
    text-transform: uppercase;
    vertical-align: baseline;
    color: #000;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 700;
    color: #000;
}

.wc-block-components-totals-wrapper {
    border-top: 0px solid hsla(0, 0%, 7%, .11) !important;
    padding: 16px 0;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em;
    background: var(--accent-color);
    border-radius: 40px;
    padding: 8px;
}

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    color: inherit;
    color: hsla(0, 0%, 7%, .5);
    cursor: text;
    font-family: inherit;
    font-size: inherit;
    font-size: 14px !important;
    font-style: inherit;
    font-weight: inherit;
    left: .5625em;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.25;
    margin: 0;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 0;
    transform: translateY(1em);
    transform-origin: top left;
    transition: all .2s ease;
}


.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    background: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: inherit;
    font-size: 14px !important;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1em;
    opacity: 1;
    outline: inherit;
    padding: 1.5em .5em .5em;
    text-align: left;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    text-transform: none;
    white-space: nowrap;
    width: 100%;
}

.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    color: hsla(0, 0%, 7%, .5);
    font-family: inherit;
    font-size: inherit;
    font-size: 14px !important;
    font-style: inherit;
    font-weight: inherit;
    left: .5em;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.25;
    margin: 0;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 0;
    transform: translateY(1em);
    transform-origin: top left;
    transition: all .2s ease;
    white-space: nowrap;
    z-index: 1;
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
    background-color: #fff;
    border: 1px solid hsla(0, 0%, 7%, .8) !important;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 14px !important;
    line-height: 1em;
    margin: 0;
    min-height: 0;
    padding: 1em;
    width: 100%;
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
    background-color: #fff;
    border: 1px solid hsl(0deg 0% 7% / 24%) !important;
    border-radius: 12px !important;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 14px !important;
    line-height: 1em;
    margin: 0;
    min-height: 0;
    padding: 1em;
    width: 100%;
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    background: #fff;
    border: 1px solid hsl(0deg 0% 7% / 24%) !important;
    border-radius: 12px !important;
    box-shadow: none;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1em;
    opacity: 1;
    outline: inherit;
    padding: 1.5em .5em .5em;
    text-align: left;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    text-transform: none;
    white-space: nowrap;
    width: 100%;
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    background: #fff;
    border: 1px solid #bababa !important;
    border-radius: 12px;
    box-shadow: none;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1em;
    opacity: 1;
    outline: inherit;
    padding: 1.5em .5em .5em;
    text-align: left;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    text-transform: none;
    white-space: nowrap;
    width: 100%;
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
    color: #171616;
    cursor: default;
    font-size: 15px !important;
    list-style: none;
    margin: 0;
    padding: .25em 16px;
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
    background-color: #fff;
    border: 1px solid #50575e;
    border-bottom: 0;
    /* border-bottom-left-radius: 4px; */
    /* border-bottom-right-radius: 4px; */
    border-top: 0;
    box-shadow: 0 1px 0 1px #50575e;
    box-sizing: border-box;
    color: #2b2d2f;
    margin: 3em 0 0;
    max-height: 300px;
    min-width: 100%;
    overflow: auto;
    padding: 0;
    position: absolute;
    z-index: 10;
    border-radius: 18px !important;
}

.wc-block-components-totals-coupon-link{
    color: var(--accent-color) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.wc-block-components-order-summary__button-text{
    color: #000 !important;
    font-size: 24px !important;
    font-weight: 500 !important;
}



.is-medium.wc-block-components-sidebar-layout .wc-block-components-main, .is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar, .is-mobile.wc-block-components-sidebar-layout .wc-block-components-main, .is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar, .is-small.wc-block-components-sidebar-layout .wc-block-components-main, .is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding: 20px !important;
    width: 100%;
}


button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 30px;
    background: var(--accent-color-2);
    color: var( --white-color) !important;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 12px 14px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400;
    color: #fff;
}