/*!
Theme Name: silverboiz
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: silverboiz
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

silverboiz is based on Underscores https://underscores.me/, (C) 2012-2020 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
}

/**
 * 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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	clear: both;
}

p {
	font-family: 'Poppins', sans-serif;
	
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	font-family: 'Poppins', sans-serif;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

/* =======================adi-css-start======13-06-2024======================= */
.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}

.shop-sidebar .wp-block-search__input {
    background: #181818;
    border-radius: 0 !important;
    border-color: #181818 !important;
    font-size: 14px;
    padding: 15px 10px;
    color: #fff !important;
    width: 100%;
}

.woocommerce form .form-row label {
    line-height: 2;
    color: #fff;
}

.woocommerce h2 {
/*     color: #fff; */
	display:none;
}

.woocommerce-billing-fields h3 {
    color: #fff;
}
.woocommerce-shipping-fields span {
    color: #fff;
}

h3#order_review_heading {
    color: #fff;
}

span.woocommerce-input-wrapper strong {
    color: #fff;
}
.woocommerce table.shop_table th {
    color: #fff;
}
.woocommerce table.shop_table td {
    color: #fff;
}
.woocommerce-input-wrapper input {
    background: transparent;
    color: #fff !important;
	padding:10px;
}

.woocommerce-input-wrapper input:focus {
    border-color: #6dc22e;
}

span.select2-selection.select2-selection--single {
    background-color: transparent;
    height: 45px;
    line-height: 40px;
}

span.select2-selection.select2-selection--single span {
    color: #fff !important;
    line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
{
	top:10px;
}
span.woocommerce-terms-and-conditions-checkbox-text {
    color: #fff;
}
.woocommerce .woocommerce-ordering select {
    color: #fff;
    background: #000;
}

span.woocommerce-Price-amount.amount bdi {
    color: #fff;
}
span.woocommerce-Price-currencySymbol del {
    color: #fff;
}

/* ==================404-page-css========================== */
.error-page {
    background: #fffaf7;
    padding: 80px 0 128px;
    text-align: center;
}

.error-head {
    display: inline-block;
    font-size: 6.25em;
    color: #000000;
    letter-spacing: .05em;
    line-height: 1.1;
    font-style: normal;
    position: relative;
    margin-bottom: 0;
    z-index: 1;
    font-size: 9.375em;
    margin-top: 10px;
}

.error-data {
    color: #000;
    font-size: 1.1em;
    font-weight: 500;
    position: relative;
    padding: 0 50px;
    letter-spacing: .2em;
    margin-bottom: 30px;
}

.error-content {
    color: #404040;
    font-size: 16px;
    font-family: "WORK SANS", SANS-SERIF;
}

.error-data:before {
    content: "";
    position: absolute;
    top: 13px;
    width: 36px;
    height: 1px;
    background-color: #000;
    width: 64px;
    height: 1px;
    left: 38%;
}

.error-data:after {
    content: "";
    position: absolute;
    top: 13px;
    width: 36px;
    height: 1px;
    background-color: #000;
    width: 64px;
    height: 1px;
    left: 57%;
}

.btn.btn-dark {
    color: #fff;
    border-radius: inherit;
    background: #000;
    border: 1px solid #000;
    text-align: center;
    text-decoration: none;
    transition: all .35s ease;
    padding: 16px 32px;
    margin-top: 50px;
}
/* ====================search page============================ */

header.page-header {
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-color: #181818;
    color: #fff;
}

p.woocommerce-result-count {
    color: #FFF;
}

.page-content {
    text-align: center;
    margin-bottom: 20px;
}

.page-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 500;
}

.page-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

	.entry-content p {
    font-family: 'Poppins', sans-serif;
/*     color: #000 !important; */
		color: inherit;
		
}
	.entry-content ul {
    color: #fff !important;
		margin:0;
		padding:0;
}

.call-or-whats-cls li a {
    text-decoration: underline;
    color: #fff;
}

.woocommerce-MyAccount-content a {
    color: #fff;
}
nav.woocommerce-MyAccount-navigation {
/*     border: 1px solid #fff; */
	position:relative;
	z-index:1;
    padding: 20px;
}

nav.woocommerce-MyAccount-navigation:before {
    content: '';
    position: absolute;
    opacity: 0.5;
    border-radius: 7px 7px 0 0;
    background-color: #555757;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    transition: all 0.5s;
}
nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
}
nav.woocommerce-MyAccount-navigation ul li {
    list-style: none;
}

nav.woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    font-size: 16px;
	width: 100%;
    display: block;
	    padding: 10px;
}

nav.woocommerce-MyAccount-navigation ul li {
/*     padding: 10px; */
    list-style: none;
/*     margin-bottom: 10px; */	
} 


nav.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #fff;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #000;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
    color: #fff;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    color: #000;
    background-color: #fff;
    border-radius: 5px;
    margin-left: 10px;
}
.woocommerce form .form-row label {
    line-height: 2;
    color: #fff;
}
.woocommerce form .form-row input {
    padding: 10px;
	background-color:transparent;
	color:#fff;
}

/* .woocommerce {
    padding: 10px;
}
 */
form.woocommerce-EditAccountForm.edit-account fieldset {
    padding: 10px 0px;
	color:#fff;
}
.my-account-cls {
    padding: 50px 0px;
}
.woocommerce-LostPassword.lost_password a {
    color: #fff;
	text-decoration:underline;
}
.woocommerce-privacy-policy-text p {
    color: #fff;
}

.woocommerce-privacy-policy-text p a {
    color: #fff;
    text-decoration: underline;
}

.woocommerce-form-row.form-row button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    background-color: #fff;
}

form.woocommerce-ResetPassword.lost_reset_password {
    text-align: center;
	padding:10px;
}

.woocommerce-ResetPassword.lost_reset_password p {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    display: block;
    margin: auto;
    float: none;
	padding-bottom:20px;
}

button.woocommerce-Button.button {
    background-color: #fff;
}
div#customer_login {
    padding: 10px;
}

.woocommerce-input-wrapper textarea#order_comments {
    background-color: #000;
    color: #fff;
    padding: 10px;
}

.woocommerce-billing-fields {
    padding: 10px;
}

.woocommerce-shipping-fields {
    padding: 10px;
}

.woocommerce-additional-fields {
    padding: 10px;
}

h3#order_review_heading {
    padding: 10px;
}

form.woocommerce-cart-form {
    padding: 10px;
}

.cart_totals.calculated_shipping {
    padding: 10px;
}
/* ==================adi-css-end===================================== */


@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
/*	margin: 0 0 1.5em;*/
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* 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: center;
}

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

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

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

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

.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-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Text meant only for screen readers. */
.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;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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



/*==================custom css========================*/


.site-header {
    position: relative;
    z-index: 9999;
}

.main_header {
    background: #000;
    position: relative;
}


.main_header .container-fluid {
    padding: 0 50px;
}

.cus-top-header a span {
    font-size: 13px;
}

.cus-top-header a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.cus-top-header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: #fff;
}


.site-branding img {
    width: 85%;
    height: 100%;
    margin-bottom: -60px;
    position: relative;
    top: -28px;
    border-radius: 0;
}
.main_header {
    background: #000;
    position: relative;
/*    padding: 5px 0;*/
/*    padding-top: 10px;*/
}

.Header_cart_list_item li a svg {
    width: 18px;
    height: 18px;
    margin: auto;
}

.Header_cart_list_item li a {
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
}
.Header_cart_list_item ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.main_header .row {
    align-items: center;
}

.mobile-search-icon {
    margin-right: 8px;
    cursor: pointer;
}

.mobile-search-icon svg {
    width: 16px;
    height: 16px;
}

.mobile-search-icon svg path {
    fill: #fff;
}


.header-search__form form {
    background-color: rgba(255,255,255,0.3);
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 3px 5px -3px rgba(0,0,0,.12);
    -moz-box-shadow: 0 3px 5px -3px rgba(0,0,0,.12);
    box-shadow: 0 3px 5px -3px #0000001f;
    display: flex;
    border-radius: 3px;
    align-items: center;
}

.header-search__form form input::placeholder {
    color: #fff;
    opacity: 0.8;
    letter-spacing: 1px;
}
.header-search__form form input {
    padding: 11px 18px 9px;
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -ms-calc(100% - 50px);
    width: calc(100% - 50px);
    border: none;
    background-color: transparent;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.header-search__form form .btn {
    padding: 10px 15px 10px;
    background-color: #fff0;
    line-height: 20px;
    display: inline-flex;
}	


.header-search__form form .btn svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    stroke: #fff;
}

.header-search.active .header-search__form {
    height: 45px;
}

.header-search__form {
    width: 400px;
    margin: auto;
    height: 0;
    overflow: hidden;
    transition: all 0.2s;
}
.header-search {
    position: absolute;
    right: 110px;
    top: 105px;
    overflow: hidden;
}


.nav_header {
    background: #000;
    border-top: 1px solid #383838;
}


/*.nav_header_list_item .Header_cart_list_itrem {
    max-width: 30%;
}

.nav_header_list_item .main-navigation {
    max-width: 70%;
}*/
.nav_header_list_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.nav_header_list_item .right-navbar li a {
    padding: 12px 10px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: all 0.5s;
}

.nav_header_list_item .right-navbar li {
    margin: 0 10px;
}


.nav_header_list_item .right-navbar li a:hover{
	color: rgba(255,255,255,0.6);
}


.nav_header_list_item .right-navbar {
    justify-content: flex-end;
}

.nav_header_list_item .right-navbar li:last-child {
    margin-right: 0;
}

.nav_header_list_item .right-navbar li:last-child a {
    padding-right: 0;
}


.main_header .menu li a:hover {
    color: rgba(255,255,255,0.6);
}

.main_header .menu li a {
    padding: 12px 10px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: all 0.5s;
}
.main_header .menu li {
    margin: 0 10px;
}
.main_header .menu {
    justify-content: flex-start;
}

.main_header .menu li:first-child {
    margin-left: 0;
}

.main_header .menu li:first-child a {
    padding-left: 0;
}


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

.header_info {
    display: flex;
    gap: 10px;
    align-items: center;
}

.top_bar {
    border-bottom: 2px solid #1a1c1e;
    padding: 8px;
}	

.site-branding:before {
    bottom: -41px;
    content: '';
    background: #000;
    position: absolute;
    left: 50%;
    width: 200px;
    height: 120px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    transform: translateX(-50%);
}
/********************************** Home Slider **********************************/
.banner-content {
    position: absolute;
    top: 35%;
	overflow: hidden;
    z-index: 999;
    left: 11%;
    color: #fff;	
}
.banner-heading {
    font-size: 30px;
	transition: all 0.9s;
	transform: translateX(-458px);
	letter-spacing: 1.2px;
    text-transform: uppercase;
    font-weight: 700;
	opacity: 0;
}
.slick-active .banner-heading {
	transform: none;
	opacity: 1;
}
.slick-active .banner-desc {
	transform: none;
	opacity: 1;
}
.banner-desc {
    font-size: 40px;
	opacity: 0;
	margin-top: 10px;
    transition: all 0.8s;
    transform: translateX(935px);
    font-weight: 200;
    max-width: 74%;
    line-height: 44px;
}
.slick-active .mt-3.shop_btn a{
	transform: none;
}
.mt-3.shop_btn a {
    color: #fff;
    padding: 8px 20px;
    display: block;
    width: fit-content;
    border: 1px solid;
    margin-top: 45px;
    transform: translateX(-122px);
    transition: all 0.8s;
}
.mt-3.shop_btn a:hover {
    background: #fff;
    color: #000;
}
.home_slider_img img{
	transform: scale(1);
	transition: all 7s;
	height: 100%;
	object-fit: cover;
}
.slick-active .home_slider_img img{
	transform: scale(1.05);
	transition: all 8s;
}
.home_slider_img {
	overflow: hidden;
}


.home_slider_img img {
    height: 600px !important;
    object-fit: cover;
}

.slick-carousel_home ul.slick-dots {
    bottom: 0;
	margin: 0px;
    z-index: 999;
}
.slick-dots li button:before{
	color: #fff;
    width: 24px;
    background: #fff;
    height: 2px;
    border-radius: 10px;
}
.slick-dots li button:before,.slick-dots li.active button:before{
	color: transparent;
}
.slick-dots li.active button{
	color: transparent;
}
.slick-dots li.slick-active button:before{
	color: transparent;
}

.slick-carousel_home {
    margin-bottom: 0;
}


/*======================home category==================*/

.heading_img img {
    filter: invert(1) brightness(25);
}


.categorybr img {
    border-radius: 100%;
}

.categorybr {
    padding: 10px;
}


.categorybr:hover .himg {
    transform: translateY(-3px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.categorybr .himg {
    border-radius: 100%;
    overflow: hidden;
    transition: all 0.5s;
}

.categorybr:hover .catcontent span {
    opacity: 0.8;
}

.categorybr .catcontent span {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.5s;
}
.categorybr .catcontent {
    text-align: center;
    margin-top: 10px;
}


.category-product-slider .slick-next {
    right: -54px;
}

.category-product-slider .slick-prev {
    left: -55px;
}
.category-product-slider button {
    background: transparent;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    display: flex;	
    justify-content: center;
    align-items: center;
    z-index: 9;
    border-radius: 50%;
    top: 45%;
}


.category-product-slider .slick-prev:before {
    content: '\f104';
    position: absolute;
    color: #fff;
    font-family: 'FontAwesome';
    z-index: 9;
    font-size: 20px !important;
    border-radius: 50%;
}


.category-product-slider .slick-next:before {
    content: '\f105';
    position: absolute;
    color: #fff;
    font-family: 'FontAwesome';
    z-index: 9;
    font-size: 20px !important;
    border-radius: 50%;
}


/*===============================testimonial====================*/
.item img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -moz-transform: scale3d(.7,.7,.7);
    -webkit-transform: scale3d(.7,.7,.7);
    -o-transform: scale3d(.7,.7,.7);
    -ms-transform: scale3d(.7,.7,.7);
    transform: scale3d(.7,.7,.7);
}
.slick-current.item img {
    moz-transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.item {
/*     max-width: 100px; */
}
.slick-carousel11 {
    text-align: center;
}

.slick-carousel11 .slider-nav {
    width: 400px;
    margin: 0 auto 40px;
}

.slick-carousel11 .slider-nav .slick-arrow {
    display: none !important;
}

.item-img {
    width: 90px;
}

.slick-carousel11 .slider-nav .slick-dots {
    display: none !important;
}

.slider-nav  .slick-track {
/*     width: 50% !important;
    margin: 0 auto;
    display: flex;
    justify-content: center; */
}
.des_testimonial p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 30px;
}
.des_email p{
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 10px;
}
p.des_namepost span {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    display: block;
    text-transform: capitalize;
    display: inline-block;
}

.slick-carousel11 .slider-for {
    margin-bottom: 0;
}




/*==================trends====================*/

.post_featured.with_thumb .post_info h5 {
    color: #fff;
    font-size: 1.33333rem;
    line-height: 1.3em;
    font-weight: 700;
    font-style: italic;
}


.post_featured.with_thumb{
	position: relative;
}

.post_featured.with_thumb .post_info {
    width: calc(100% - 40px);
    height: calc( 100% - 40px);
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding: 0;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    opacity: 0;
}

.post_featured.with_thumb .post_info .post_meta span {
    color: #989898;
    font-style: italic;
}

 .post_featured:hover .post_info {
    -webkit-box-shadow: 0px 0px 0px 20px #9e9e9e;
    box-shadow: 0px 0px 0px 20px #9e9e9e;
    opacity: 1
}

.post_featured .mask {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    background-color:#000;
    opacity: 0;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

 .post_featured:hover .mask {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.9;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}



/*====================product-css================*/
.product-grid-row.columns-4,
.product-grid-row.columns-3 {
    display: flex;
    flex-wrap: wrap;
   /* margin-right: -15px;
    margin-left: -15px;*/
    width: 100%;
}
.columns-4 .product-grid-item {
    padding: 15px;
    flex: 0 0 25%;
    max-width: 25%;
}
.columns-3 .product-grid-item {
    padding: 10px;
    flex: 0 0 33%;
    max-width: 33%;
}


.wrap-product-loop-content .prod-rel-cont h3 {
    color: #2a2a2a;
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    
    text-transform: uppercase;
}
.wrap-product-loop-content .prod-rel-cont h3 a {
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}
.wrap-product-loop-content p.prod-rel-price {
    text-align: center;
    color: #fff;
    font-weight: 500;
}
.prod-rel .prod-img-slider img {
/*    border-radius: 5px;*/
/*     height: 400px; */
    object-fit: cover;
}
.prod-rel img.extra_prod_img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
/* 	height: 425px; */
    object-fit: cover;
}
.prod-rel .prod-img-slider:hover img.extra_prod_img {
    opacity: 1;
}


.prod-img-slider {
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
}

.prod-img-slider .prod-rel-actions a {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
}

.prod-img-slider .prod-rel-actions {
    position: absolute;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    justify-content: center;
    padding: 8px 5px;
	bottom: -50px;
    z-index: 2;
    background: #000;
	padding: 12px 0px;	
	left: 0;
}


.prod-rel:hover .prod-img-slider .prod-rel-actions {
    opacity: 1;
	bottom: 0%;
}


.main-heading-title {
    margin-bottom: 15px !important;
}



.wrap-product-loop-content .prod-img-slider img {
    width: 100%;
/*     height: 300px; */
    object-fit: contain;
}

.wrap-product-loop-content .prod-img-slider {
    border: 1px solid #252525;
    padding: 20px;
}

.prod-rel-price ins {
    background: transparent;
    margin-left: 10px;
}




/* insta section */
.insta-img:before {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    transition: all 0.5s;
	z-index: 999999;
    transform: perspective(1000px) rotateY(90deg);
    transform-origin: left;
	right: 0;
	top: 0;

	opacity: 0.4;
}
.insta-img {
   position: relative;
   z-index: 999999;
   cursor: pointer;
}
.insta-img:hover:before{
	transform: none;
}
.insta-icon {
    position: absolute !important;
    top: 50%;
    left: 50%;
	transition: all 0.5s;
	opacity: 0;
	z-index: 999999;
}
.insta-hover:hover .insta-icon{
	opacity: 1 !important;
}
.insta-hover:hover  .insta-img:before{
	transform: none;
}


/*====================footer====================*/

footer#colophon {
    background-color: #000;
    position: relative;
}

footer#colophon:before {
    content: '';
    position: absolute;
    background-image: url(/projects/silverboiz/wp-content/uploads/2023/09/43591.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.15;
}

.ftr-top-inner ul li p, .ftr-top-inner ul li h4 {
    color: #fff;
    text-align: center;
    letter-spacing: 0.5px;
}
.ftr-top-inner ul {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.ftr-top-inner li img {
    height: 35px;
    margin: auto;
    display: block;
    filter: invert(1) brightness(25);
}

.innerclass img {
    height: 35px;
}
p.subheading_text {
    font-size: 12px;
    color: #fff;
    margin: 8px 0 0 0;
}
h4.heading_text {
    font-size: 12px;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 18px!important;
}
.innerclass {
    text-align: center;
}
.ftr-top-content {
    padding: 50px 0;
    padding-bottom: 30px;
    position: relative;
    z-index: 2;
}
.site-footer h2 {
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 0px;
    letter-spacing: 1px;
}
footer#colophon  ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav_menu-2 a ,#nav_menu-3 a,div#nav_menu-4  a {
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    padding: 0;
    text-decoration: none;
    transition: all 0.5s;
    font-weight: 400;
    padding-left: 18px;
    position: relative;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

#nav_menu-2 a:before, #nav_menu-3 a:before,div#nav_menu-4 a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    left: 0;
    position: absolute;
    font-weight: 300;
    font-size: 12px;
    top: 0;
}


div#ftr-contact-details ul li {
    padding-bottom: 12px;
}
div#ftr-contact-details ul li a {
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    position: relative;
    padding-left: 30px;
    font-weight: 300;
}
div#ftr-contact-details ul li:first-child a img {
    width: 20px;
    height: 28px;
    margin-right: 9px;
    margin-left: -5px;
}
div#ftr-contact-details ul li a img {
    position: absolute;
    left: 0;
    top: 3px;
}
div#ftr-contact-details ul li a img {
    width: 18px;
    height: 18px;
    margin-right: 12px;
}
.socials_.style-02 a.social-icon {
    border-width: 1px;
    border-style: solid;
    border-radius: 50px;
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    font-size: 1.1rem;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin-left: 0;
}
.socials_ .socials a.social-icon {
    display: inline-block;
    min-width: 1.4rem;
    margin: 0 3px;
    transition: all .35s ease;
}
.ftr-col1 p {
    color: #fff;
}
.ftr-col1 img {
    width: 154px;
    display: block;
    /* margin: auto; */
    filter: invert(1) brightness(25);
}


.ftr-con ul li p {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}


.ftr-con ul li a {
    display: flex;
    align-items: flex-start;
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
}

.ftr-con ul li a i {
    margin-right: 8px;
    margin-top: 4px;
    font-size: 12px;
}


.stayConnected {
    margin-top: 15px;
}

.stayConnected p {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-bottom: 15px;
}


ul.social-icons { display: inline-block; margin: 0; padding: 0; }

ul.social-icons li:not(:last-child) {
    margin-right: 0.5rem;
}

ul.social-icons li {
    display: inline-block;
}

ul.social-icons li a {
    background: #ffffff;
    color: #000!important;
    border: 1px solid #ffff;
    border-width: 1px;
    border-style: solid;
    border-radius: 50px;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    min-width: 1.4rem;
    margin: 0 3px;
    transition: all .35s ease;
}

ul.social-icons li a:hover {
    color: #fff !important;
    background: #000;
}

.ftr-con ul li {
    padding-bottom: 6px;
}

div#mainfooter {
    padding-bottom: 30px;
    padding-top: 10px;
    z-index: 6;
    position: relative;
}
.copyrightdiv {
    position: relative;
    z-index: 6;
}
.copyrightdiv .container {
    padding: 20px 0;
    border-top: 1px solid #ffffff36;
    display: flex;
    justify-content: space-between;
}
.copyrightdiv p {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 0;
}
.copyrightdiv p a {
    text-decoration: none;
    color: #fff;
}

.mobile-menu-item {
    display: none;
}

.Header_cart_list_item ul li:nth-child(2) a span {
    margin-top: 3px;
}


div#search-resultsnew {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: var(--grid-columns-gap, 30px);
    grid-row-gap: var(--grid-rows-gap, 30px);
    padding: 40px 20px;
}

footer.entry-footer {
    display: none;
}

.entry-title a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Poppins, sans-serif;
}

p.prod-rel-price {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins';
}

/* .entry-summary p {
    display: none;
} */


.search-page {
    background-color: #000;
}

.post-thumbnail img {
    border: 1px solid #252525;
    padding: 20px;
}


.woocommerce-MyAccount-content p {
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.form-row button.woocommerce-button.button.woocommerce-form-login__submit {
    background-color: #fff;
}

/*==================Mobile responsive=================*/

@media(max-width:767px){


	body,html{
		overflow-x: hidden;
	}

	.site-branding a {
    width: 80px;
}

.mobile-menu-item {
    display: block;
    position: relative;
}

button.mobile-toggle {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: transparent;
    color: #fff;
    padding: 0;
    border: 0;
    font-size: 25px;
}

.desktop_menu_item {
    display: none;
}	

	.cus-top-header {
    flex-direction: column;
}

.header_info {
    justify-content: center;
}

.Header_cart_list_item ul {
    justify-content: center;
}

.nav_header_list_item {
    display: none;
}

.desk-right-menu {
    display: none;
}

.main_header .col-sm-5,.main_header .col-sm-2 {
    width: 50%;
}

.site-branding {
    position: relative;
    text-align: left;
}

.site-branding img {
    height: 80px;
    margin: 0;
    top: 0;
}
.site-branding:before{
	display: none;
}


.mobile-navbar li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.mobile-navbar li {
    padding-bottom: 10px;
}
.mobile-navbar {
    padding: 10px;
    padding-top: 0;
    padding-left: 10px !important;
}


.header-search {
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    top: 156px;
    overflow: visible;
}


.header-search__form {
    width: 300px;
}

	.home_slider_img img {
    height: 280px !important;
}


.banner-content {
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.banner-heading {
    font-size: 18px;
    text-align: center;
}

.banner-desc {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.mt-3.shop_btn a {
    margin: 20px auto 0;
}


.product-grid-item {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 10px;
}

.wrap-product-loop-content .prod-img-slider img {
    height: 200px;
}

.wrap-product-loop-content p.prod-rel-price {
    font-size: 14px;
}


.payment-section-cls .e-con-inner {
    flex-direction: row;
}

.payment-section-cls .e-con-inner > .elementor-element {
    width: 50%;
}

.slick-carousel11 .col-sm-3 {
    width: 50%;
}


/*=====================footer=======================*/

.ftr-top-inner ul {
    gap: 10px;
    flex-wrap: wrap;
}

.ftr-top-inner ul li {
    max-width: 31.33%;
}

.ftr-top-inner li img {
    height: 25px;
}

p.subheading_text {
    font-size: 10px;
}


h4.heading_text {
    font-size: 10px;
    margin-bottom: 10px !important;
}

ul#menu-ftr-cat,ul#menu-quick-links,ul#menu-explore {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
        gap: 0 10px;
}

#nav_menu-2 a:before, #nav_menu-3 a:before, div#nav_menu-4 a:before{
	display: none;
}


#nav_menu-2 a, #nav_menu-3 a, div#nav_menu-4 a{
	padding-left: 0;
}


.site-footer h2 {
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
}

.ftr-con ul li p {
    text-align: center;
    font-size: 15px;
}

.ftr-con ul li a {
    justify-content: center;
    text-align: center;
}

.ftr-con ul li a i {
    display: none;
}

.stayConnected p {
    text-align: center;
}

ul.social-icons {
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.copyrightdiv .container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 10px;
    padding: 10px 0;
}

.ftr-top-content {
    padding-bottom: 0px;
}


}


@media(max-width:320px){
	/*.header-search {
    top: 180px;
}*/

.cus-top-header a{
	font-size: 13px;
}

}

/*===========About Us===========*/
.breadcrumbs a{
color:#fff;	
}
.breadcrumbs a.home:hover{
color:#fff;	
}
.breadcrumbs .current {
    color: #fff;
    font-size: 14px;
    padding-left: 32px;
}
.breadcrumbs a.home {
    color: #fff;
    position: relative;
    padding-right: inherit;
    transition: all 0.5s;
    font-size: 14px;
}
.breadcrumbs a.home::after {
    top: -2px;
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    content: "\f101";
    /* left: 72px; */
    font-size: 15px;
    content: '⟶';
    margin-left: 10px;
}
.aboutus-secondsection {
	filter: brightness( 125% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}


/*-----contact us from-----*/
.row.formea-content input, .row.formea-content textarea  {
    width: 100%;
    color: #03162F;
    background-color: #F2F3F3;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DADADA;
    border-radius: 0px 0px 0px 0px;
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
}.row.formea-content label {
    font-weight: 600;
    line-height: 1.9em;
}
.csubject {
    height: 59px !important;
    line-height: 1.9em;
}
.cmessage {
    height: 150px !important;
	line-height: 1.9em;
}
.submit-div input {
    font-weight: 500;
    color: #FFFFFF;
    background-color: #030611;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    width: 100%;
    height: 59px;
    line-height: 1.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*=================Singl product page==============*/
.entry-header h1.entry-title {
    display: none;
}
.single-product div#page {
    background: #181818;
}
h1.product_title.entry-title {
    color: #fff;
    font-family: 'Halant', serif;
}
p.price {
    color: #fff !important;
    font-family: 'Halant', serif;
}
.woocommerce-product-details__short-description p {
    color: #fff;
}
.input-text.qty.text {
    height: 42px;
    border-radius: 0;
    width: 44px;
    text-align: center;
    background: transparent;
    color: #fff;
}
button.single_add_to_cart_button.button.alt {
    color: #fff;
    padding: 12px 20px;
    /* display: block; */
    border-radius: 0;
    width: fit-content;
    border: 1px solid;
    /* margin-top: 45px; */
    /* transform: translateX(-122px); */
    transition: all 0.8s;
    background: transparent;
}
a.buy-now.button {
    background: #6e523b;
    color: #fff;
    padding: 12px;
    width: 57%;
    cursor: pointer;
    font-weight: 600;
    border: 1px solid #fff !important;
    margin-left: 5px;
    border-radius: 0px;
	text-align: center;
}
a.buy-now.button:hover {
    background: #181818;
	color: #fff;
	border: 1px solid #fff !important;
}
span.posted_in {
    color: #fff;
}
span.posted_in a {
    color: #fff;
    text-decoration: none;
}


th.label {
    color: #ffffffa3;
    font-weight: 500 !important;
    font-family: 'Halant';
}
select {
    background: none;
    color: #fff;
    height: 30px;
}
tbody {
    margin: 10px 0;
}
span.sku_wrapper {
    width: 100%;
    color: #fff;
    display: block;
}
li#tab-title-additional_information {
    width: 100%;
    background: transparent;
    border: none;
}
li#tab-title-additional_information {
    /* width: 100%; */
    background: transparent !important;
    border: none;
    background: #fff;
    display: inherit;
    color: #ffffffad;
    z-index: 2;
/*     border-top: 2px solid #ffffffad!important; */
    border: none !important;
    border-radius: 0px;
    text-align: center;
}
.woocommerce table.shop_attributes th {
    font-weight: 500;
    font-family: 'Halant';
}
span.collapsible-trigger__icon.collapsible-trigger__icon--open {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
display:none !important;
}
section.related.products h2 {
    color: #fff;
}
.single-product aside#secondary {
    display: none;
}
h3#reply-title {
    color: #fff;
}
form#commentform p {
    color: #fff;
}
.single-product textarea {
    background: transparent;
    border-radius: 3px;
}
.single-product input {
    background: transparent;
}
input#submit {
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}
div#reviews {
    color: #fff;
}
.woocommerce p.stars a {
    font-size: 18px;
    color: #FFD700;
    margin-top: 20px;
}



/*---new style-----*/


.single-product .entry-content {margin-top: 85px;}
    
#reviews {display: none;}
    

@media(max-width:767px){
	#mainfooter  ul {
    display: grid;
    text-align: center;
}
	
.social-icons {display: flex !important;}
.copyrightdiv p {font-size: 12px;}  
    
 

	
}

/*===================== 13-06-2024=========================*/
@media(max-width:767px)
{
	
	    .site-branding a {
        width: 150px;
    }
	
	.site-branding a img {
    width: 100%;
    height: 50px;
    left: 5px;
}
	.wrap-product-loop-content .prod-img-slider {
    border: 1px solid #252525;
    padding: 10px;
}
	
	.columns-4 .product-grid-item {
    padding: 10px;
    flex: 0 0 50%;
    max-width: 50%;
}
	
	
	header.page-header {
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-color: #181818;
    color: #fff;
}
	
	.page-content p {
    font-family: 'Poppins', sans-serif;
    padding: 10px;
    font-size: 16px;
}
	
	.page-content {
    text-align: center;
    margin-bottom: 20px;
}
	
	div#search-resultsnew {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: var(--grid-columns-gap, 15px);
    grid-row-gap: var(--grid-rows-gap, 15px);
    padding: 30px 15px;
}
	
	.post-thumbnail img {
    border: 1px solid #252525;
    padding: 10px;
}
	h1.page-title {
    font-size: 25px;
}
	
	.page-content {
    padding-top: 25px;
    padding-bottom: 45px;
}
	
	nav.woocommerce-MyAccount-navigation {
    margin-bottom: 50px;
}
.entry-content ul {
    color: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
}
	
	.cart_totals {
    padding: 0 10px;
}
	
	.my-account-cls {
    padding: 35px 10px;
}
	.elementor-296 .elementor-element.elementor-element-1f045cf > .elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 3em 1em 3em 1em;
}
	.columns-3 .product-grid-item {
    padding: 10px;
    flex: 0 0 50%;
    max-width: 50%;
}
	.wrap-product-loop-content .prod-rel-cont h3{
		 display: -webkit-box;
    -webkit-line-clamp: 2;     
    -webkit-box-orient: vertical;
    overflow: hidden;

    white-space: normal;
    text-align: left;
	}
	
	
}


.woocommerce .woocommerce-billing-fields__field-wrapper input{
    color: #000 !important;
}

.woocommerce #pa_finish {
    background-color: #000;
}


.woocommerce span .select2-selection.select2-selection--single {
    background-color: #fff !important;
    color: #000 !important;
}

.woocommerce span.select2-selection.select2-selection--single span{
    color: #000 !important;
}

.page-title-box-shop:before {
    height: 391px;
}




















/* review  */


.review-card {
    background:#fff;
    padding:25px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    margin:60px 15px 20px;
    height:320px;
    position:relative;
}

.review-avatar img {
    width:70px;
    height:70px;
    border-radius:50%;
    position:absolute;
    top:-35px;
    left:50%;
    transform:translateX(-50%);
}

.review-card h4 {
    margin-top:50px;
    font-size:18px;
	color: #000;
}

.star {
    color:#ccc;
    font-size:18px;
}

.star.filled {
    color:#f4b400;
}

.review-time {
    display:block;
    font-size:12px;
    color:#999;
}

.review-text {
    font-size:14px;
    color:#666;
    height:90px;
    overflow-y:auto;
}


/* new */

/* Slider container relative */
.review-slider {
    position: relative;
}

/* Common Arrow Style */
.custom-prev,
.custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    cursor: pointer;
    z-index: 10;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

/* Left Arrow */
.custom-prev {
    left: -25px;
}

/* Right Arrow */
.custom-next {
    right: -25px;
}

/* Arrow Icon */
.custom-prev span,
.custom-next span {
    font-size: 22px;
    color: #333;
}

/* Hover Effect */
.custom-prev:hover,
.custom-next:hover {
    background: #000;
    border-color: #000;
}

.custom-prev:hover span,
.custom-next:hover span {
    color: #fff;
}

.review-card.slick-slide{
	height: 285px;
}




/* new */
.sb-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
	    flex-direction: column;
	    padding: 0px 15px;
}

.sb-blog-card {
	
/*     border: 1px solid #eee; */
    border-radius: 12px;
    background: #fff;
    transition: 0.3s;
}

.sb-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.sb-img img {
    width: 100%;
    border-radius: 10px;
}

.sb-title {
    font-size: 16px;
    margin: 10px 0;
}

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

.sb-excerpt {
    font-size: 14px;
    color: #555;
}

.sb-btn {
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}
.sb-btn:visited {
    color: #000000;
}
.sb-card-img img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
	height: 200px;
}
.sb-card-content {
    padding: 0px 15px 20px 15px;
}
.single-post {
    background: #181818;
}
.single-post h1.entry-title {
    color: #fff;
}
.single-post .post {
    margin-top: 60px;
	    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.single-post .post-thumbnail {
    width: 61%;
}
.single-post header.entry-header {
    width: 62%;
}
.single-post .post-thumbnail img {
    width: 100%;
    padding: 30px 0px 0px 0px;
}
.single-post .entry-content {
    color: #ffffff;
    width: 61%;
}
.single-post span.byline {
    display: none;
}
.single-post span.posted-on {
    color: #e5e5e5;
}
.single-post span.posted-on a {
    color: #e5e5e5;
}
.single-post aside#secondary {
    display: none;
}
.single-post div#respond {
    width: 61%;
}
.single-post div#comments {
	
    display: none;
    justify-content: center;
}
.single-post p.logged-in-as {
    display: none;
}
.single-post .entry-content a {
    color: #c4c0fe;
}
.single-post .entry-header h1.entry-title {
    display: block;
}




/* new faq */
.faq-container {
  max-width: 600px;
	    padding-bottom: 50px !important;
/*   margin: 0 auto; */
}

.faq {
  background-color: transparent;
  border: 1px solid #9fa4a8;
  border-radius: 10px;
  margin: 20px 0;
      padding: 12px 15px 12px 15px;
  position: relative;
  overflow: hidden;
  transition: 0.3 ease;
	    display: flex;
    justify-content: center;
	flex-direction: column;
}

.faq.active {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.faq.active::before,
.faq.active::after {
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  color: #2ecc71;
  font-size: 7rem;
  position: absolute;
  opacity: 0.2;
  top: 20px;
  left: 20px;
  z-index: 0;
}

.faq.active::before {
  color: #3498db;
  top: -10px;
  left: -30px;
  transform: rotateY(180deg);
}

.faq-title {
  margin: 0 35px 0 0;
	font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.faq-text {
  display: none;
  margin: 21px 0 0;
    font-family: 'Poppins' !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.faq.active .faq-text {
  display: block;
}

.faq-toggle {
  background-color: #f0f0f0;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 30px;
  height: 30px;
  width: 30px;
}

.faq-toggle:focus {
  outline: 0;
}

.faq-toggle .fa-times {
  display: none;
}

.faq.active .faq-toggle .fa-times {
  color: #fff;
  display: block;
}

.faq.active .faq-toggle .fa-chevron-down {
  display: none;
}

.faq.active .faq-toggle {
  background-color: #9fa4a8;
}
.single-post .faq.active {
    color: #000;
}
.head {
    font-family: 'Poppins';
    font-size: 28px;
    font-weight: 500;
    line-height: 24px;
}






/* main */
form.cart {
    margin-top: 15px;
}

.woocommerce-product-details__short-description h3 strong {
    color: #ededed;
}

.cart {
    display: block;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
	flex-direction: column;
}

/* Quantity fixed */
.quantity {
    flex: 0 0 44px;
    max-width: 44px;
}

/* Add to Cart shrink hone do */
.single_add_to_cart_button {
    flex: 0 1 auto;   /* IMPORTANT */
    min-width: 0;
    white-space: nowrap;
    padding: 10px 12px;
    font-size: 14px;
}

/* Buy Now flexible */
.buy-now.button {
    flex: 1 1 0;
    min-width: 0;   /* MOST IMPORTANT */
    text-align: center;
    padding: 10px;
}
small.woocommerce-price-suffix {
    display: none;
}



/* Tablet */
@media (max-width: 992px) {
    #mainfooter > div {
        width: 50%; /* 2 column */
        margin-bottom: 20px;
    }
}


/* Mobile (2 column) */
@media (max-width: 576px) {
    #mainfooter > div {
        width: 50%;
 
	}
	#mainfooter a,
#mainfooter li {
    word-break: break-word;
    white-space: normal;
}
	#mainfooter ul {
    padding-left: 15px !important;
}
}





/* main  */



.tax-gems_stone .site-main {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
	background-color: #000;
	    padding: 0px 30px 50px 30px;
}

/* Header full width */
.tax-gems_stone .page-header {
  grid-column: 1 / -1;
}

.tax-gems_stone article.product {
  background: #000;
  border: 1px solid #222;
  padding: 0; /* IMPORTANT */
  overflow: hidden;
}

.tax-gems_stone article.product .post-thumbnail {
  width: 100%;
  aspect-ratio: 1 / 1; /* square image */
  overflow: hidden;
}

.tax-gems_stone article.product img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* image crop properly */
  display: block;
}

.tax-gems_stone article.product .entry-header {
  padding: 15px;
}

.tax-gems_stone .entry-title {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.5;
}

.tax-gems_stone .entry-content,
.tax-gems_stone .entry-footer {
  display: none;
}

.tax-gems_stone article.product img {
	    padding-bottom: 0px;
  transition: 0.4s;
}

/* .tax-gems_stone article.product:hover img {
  transform: scale(1.08);
} */

/* .tax-gems_stone article.product:hover {
  border-color: #555;
} */


@media (max-width: 1024px) {
  .tax-gems_stone .site-main {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .tax-gems_stone .site-main {
    grid-template-columns: 1fr;
  }
}

.tax-gems_stone article.product .entry-header {
  display: block !important;
  padding: 15px !important;
}

.tax-gems_stone article.product .entry-title {
  display: block !important;
  color: #fff !important;
  font-size: 14px !important;
  text-transform: uppercase;
  margin: 10px 0 0;
}
.tax-gems_stone article.product {
  display: flex;
  flex-direction: column;
}


.tax-gems_stone article.product .post-thumbnail {
  order: 1;
}


.tax-gems_stone article.product .entry-header {
  order: 2;
}
.tax-gems_stone article.product .entry-header {
  padding: 12px 15px 15px;
  text-align: center;
}

.tax-gems_stone .entry-title {
  margin: 0;
}
.tax-gems_stone .custom-loop-price {
    display: block !important;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
}
aside#secondary {
    display: none;
}
.single_variation_wrap {
    width: 100%;
}






/* new */


.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.product-card {
    border: 1px solid #eee;
    padding: 10px;
    text-align: center;
}



/*product */

/* ===== GRID ===== */
.texo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 40px;
    background: #000;
}

/* ===== CARD ===== */
.texo-card {
    border: 1px solid #1a1a1a;
    padding: 15px;
    background: #000;
    transition: 0.3s;
}

.texo-card:hover {
    border-color: #333;
}

/* ===== IMAGE ===== */
.texo-card__image-wrapper {
    position: relative;
    overflow: hidden;
}

.texo-card__image {
    width: 100%;
    display: block;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Hover Image */
.texo-card__image--hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

/* Hover Effect */
.texo-card__image-link:hover .texo-card__image--hover {
    opacity: 1;
}

.texo-card__image-link:hover .texo-card__image:first-child {
    opacity: 0;
}

/* ===== QUICK VIEW OVERLAY ===== */
.texo-card__actions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    
    background: rgba(0,0,0,0.6);
    text-align: center;
    
    opacity: 0;
    transition: 0.3s;
}

.texo-card__image-wrapper:hover .texo-card__actions {
    opacity: 1;
}

.texo-card__quickview {
    display: block;
    color: #fff;
    padding: 12px 0;
    text-decoration: underline;
    font-size: 14px;
}

/* ===== CONTENT ===== */
.texo-card__content {
    text-align: center;
    margin-top: 15px;
}

/* Title */
.texo-card__title {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.texo-card__title a {
    color: #fff;
    text-decoration: none;
}

/* Price */
.texo-card__price {
    font-size: 16px;
    font-weight: 600;
}

/* Sale Price */
.texo-card__price del {
    color: #888;
    margin-right: 8px;
}

.texo-card__price ins {
    text-decoration: none;
    color: #fff;
}
.texo-card__image-wrapper:hover .texo-card__actions a {
    color: #fff;
}


body {
    background: #000;
    color: #fff;
    font-family: Arial, sans-serif;
}


/* ===== HERO SECTION ===== */
.texo-hero {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(to right, #0a0a0a, #111);
    color: #fff;
}

/* Title */
.texo-hero__title {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 15px;
}

/* Divider */
.texo-hero__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.texo-hero__divider span {
    width: 80px;
    height: 1px;
    background: #888;
    display: block;
    position: relative;
}

.texo-hero__divider span::after {
    content: "✦";
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    font-size: 14px;
    color: #ccc;
}

/* Breadcrumb */
.texo-hero__breadcrumb {
    font-size: 14px;
    color: #ccc;
}

.texo-hero__breadcrumb a {
    color: #fff;
    text-decoration: none;
}
.texo-card__price ins {
    background: #0000;
}
/* ===== TABLET (≤ 1024px) ===== */
@media (max-width: 1024px) {
    
    .texo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        padding: 30px;
    }

    .texo-hero {
        padding: 60px 20px;
    }

    .texo-hero__title {
        font-size: 32px;
    }
}


/* ===== MOBILE (≤ 768px) ===== */
@media (max-width: 768px) {

    .texo-grid {
         grid-template-columns: repeat(2, 1fr); 
        gap: 20px;
        padding: 20px;
    }

    .texo-card {
        padding: 10px;
    }

    .texo-card__title {
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    .texo-card__price {
        font-size: 14px;
    }

    .texo-card__quickview {
        font-size: 13px;
        padding: 10px 0;
    }

    .texo-hero {
        padding: 50px 15px;
    }

    .texo-hero__title {
        font-size: 26px;
    }

    .texo-hero__breadcrumb {
        font-size: 13px;
    }
    .texo-card__title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;   
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}


/* ===== SMALL MOBILE (≤ 480px) ===== */
@media (max-width: 480px) {

    .texo-grid {
        padding: 15px;
    }

    .texo-hero__title {
        font-size: 22px;
    }

    .texo-hero__divider span {
        width: 60px;
    }

    .texo-card__price {
        font-size: 13px;
    }
}
h2.texo-attribute-heading {
    display: block;
}
.text-tex {
  margin: 20px 350px !important;
  background: #0b0b0b;
  padding: 40px 20px;
  color: #fff;
      border: 2px solid #222;
    border-radius: 5px;
}

/* Heading */
.texo-attribute-heading {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
  font-family: Halant, sans-serif;
}


/* Description */
.texo-attribute-description p {
  font-size: 16px;
  line-height: 22px;
  color: #ddd;
  font-family: Poppins, sans-serif;
   text-align: left;
}

/* Label highlight (Title:, Stone Color:, etc.) */
.texo-attribute-description p {
  white-space: pre-line; /* line breaks clean karega */
}
h2.texo-attribute-heading {
    text-align: center;
}

@media (max-width: 1024px) {
  .text-tex {
    max-width: 90%;
    padding: 30px 20px;
  }

  .texo-attribute-heading {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
	.woocommerce span.onsale{
		    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: 2px;
    left: 4px;
	}
  .text-tex {
    max-width: 95%;
    margin: 20px auto;
    padding: 20px 15px;
	margin: 0px 15px !important;

  }

  .texo-attribute-heading {
    font-size: 20px;
    line-height: 1.4;
  }

  .texo-attribute-description p {
    font-size: 14px;
    line-height: 22px;
  }
}
span.tagged_as a {
    color: #b27951;
}
.woocommerce-product-rating a {
    color: #b27951;
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    background: #000;
}
button.single_add_to_cart_button.button.alt:hover {
    background: #000;
}
.cart .quantity,
.cart .single_add_to_cart_button,
.cart .buy-now {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.cart .button {
  padding: 10px 20px;
}
@media (max-width: 471px) {

  .cart {
    white-space: normal; 
  }

  .cart .quantity,
  .cart .single_add_to_cart_button,
  .cart .buy-now {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .cart .quantity input {
    width: 100%;
  }
	
}


.cart .quantity,
.cart .single_add_to_cart_button,
.cart .buy-now {
  display: inline-block !important;
  vertical-align: middle;
}

.cart .buy-now {
  width: auto !important;   
}

.cart .single_add_to_cart_button {
  width: auto !important;
}

.cart .quantity {
  width: auto !important;
}

.cart .button {
  margin-right: 8px;
}
a.buy-now.button{
	padding: 12px 35px;
}
p.logged-in-as a {
    color: #fff;
}


/* new */


/* ===== CART LAYOUT FIX ===== */
.cart .quantity,
.cart .single_add_to_cart_button,
.cart .buy-now {
  display: inline-block !important;
  vertical-align: middle;
  width: auto !important;
}

/* Remove WooCommerce full width issue */
.cart .button {
  width: auto !important;
}

/* ===== DEFAULT (Mobile) ===== */
.cart .button {
  padding: 12px 12px !important;
  font-size: 14px;
}

.cart .quantity input {
  width: 45px;
  height: 36px;
}

/* ===== TABLET ===== */
@media (min-width: 768px) {
  .cart .button {
    padding: 10px 18px !important;
    font-size: 16px;
  }

  .cart .quantity input {
    width: 55px;
    height: 40px;
  }
	.entry-content ul li {
    list-style: none !important;
}
}

/* ===== DESKTOP ===== */
@media (min-width: 1024px) {
  .cart .button {
    padding: 12px 28px !important;
    font-size: 18px;
  }

  .cart .buy-now {
    padding: 12px 35px !important; /* thoda bada for highlight */
  }

  .cart .quantity input {
    width: 65px;
    height: 44px;
  }
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none;
    padding: 5px;
}

.woocommerce h2 {
    display: block;
}
.single-product ol.comment-list {
    display: none;
}
.search-results .entry-summary {
    display: none;
}














/* new  */



.product-card {
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  max-width: 320px;
  margin: 15px auto;
  box-sizing: border-box;
  transition: box-shadow 0.3s ease;
  font-family: Arial, sans-serif;
}

.product-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.product-image-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

.product-image-link img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  object-fit: cover;
}

.product-card:hover .product-image-link img {
  transform: scale(1.05);
}

.quick-view-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
}

.product-card:hover .quick-view-btn {
  opacity: 1;
}

.product-title {
  font-size: 18px;
  margin: 12px 15px 8px;
  font-weight: 600;
  line-height: 1.3;
  color: #222;
}

.product-title a {
  text-decoration: none;
  color: inherit;
}

.product-title a:hover {
  color: #0073e6;
}

.product-price {
  font-size: 16px;
  margin: 0 15px 12px;
  color: #444;
  font-weight: 700;
}

.product-price del {
  color: #999;
  margin-right: 8px;
}

.product-price ins {
  color: #e60023;
  text-decoration: none;
}

.product-description {
  font-size: 14px;
  color: #555;
  margin: 0 15px 15px;
  line-height: 1.5;
}

@media (max-width: 480px) {
  .product-card {
    max-width: 100%;
    margin: 10px;
  }

  .product-title {
    font-size: 16px;
  }

  .product-price {
    font-size: 14px;
  }

  .quick-view-btn {
    font-size: 12px;
    padding: 5px 10px;
  }
}