/*
Theme Name: BlackStar X
Theme URI: https://eighty8.co.il/BlackStarX	
Author: IWP
Author URI: https://iwp.co.il/
Version: 1.0.5
Tested up to: 6.6.1
Requires PHP: 8.0
*/

/* Generic
--------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}
p {
    line-height: 1.4;
}
p:not(:last-child) {
    margin-bottom: 16px;
}
p a {
    text-decoration: underline;
}
p a:hover {
    text-decoration: none;
}
/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

input[type='button'] {
    -webkit-appearance: none;
}

.bs-staging-flag {
    background: red;
    width: auto;
    color: white;
    text-align: center;
    position: fixed;
    top: 4px;
    z-index: 100000;
    right: 4px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    padding: 4px;
    border-radius: 6px;
}
.rtl .bs-staging-flag {
    right: auto;
    left: 2px;
}
.bs-bar-staging-flag a {
    background: red !important;
    color: white;
    display: block;
    border-radius: 6px !important;
}
.bs-bar-staging-flag a:hover {
    color: white !important;
}

:not(.rtl).wp-admin .bs-staging-flag {
    right: 160px;
    top: 2px;
}
.rtl.wp-admin .bs-staging-flag {
    left: 160px;
    top: 2px;
}

body.rtl {
    direction: rtl;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 1000%;
    width: auto;
}
.alignfull-left {
    max-width: 1000%;
    width: auto;
    margin-left: calc(50% - 50vw);
}
.alignfull-right {
    max-width: 1000%;
    width: auto;
    margin-right: calc(50% - 50vw);
}
.bs .alignfull > .kt-row-layout-inner > .kt-row-column-wrap,
.bs .alignfull > .kt-row-column-wrap {
    padding-right: 0;
    padding-left: 0;
}

.bs .alignfull .products-slider,
.bs .alignfull-left .products-slider,
.bs .alignfull-right .products-slider {
    margin-right: 0;
    margin-left: 0;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
    display: none;
}

h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
}

/* Variables
--------------------------------------------------------------*/
:root {
    --products-grid-gap: 1.5vw;
    --wrap-spacing: 28px;
    --button-border-radius: 12px;

    --black: #0c0a09;
    --gray-800: #28282a;
    --gray-700: #39393b;
    --gray-600: #4b4b4d;
    --gray-500: #707072;
    --gray-400: #9e9ea0;
    --gray-300: #cacacb;
    --gray-200: #e5e5e5;
    --gray-100: #f5f5f5;
}

/* Font
--------------------------------------------------------------*/
body.bs:not(.wp-admin),
body.bs .editor-styles-wrapper {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
}
.rtl body.bs:not(.wp-admin),
.rtl body.bs .editor-styles-wrapper {
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
}

/* Responsive
--------------------------------------------------------------*/
/*  xl - 1280px */
@media (max-width: 1280px) {
}

/*  lg - 1024px */
@media (max-width: 1024px) {
}

/*  md - 768px */
@media (max-width: 768px) {
}

/*  sm - 640px */
@media (max-width: 640px) {
}
