/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: Child theme for OceanWP.
Author: LJ - Logic Replace LLC
Author URI: www.logicreplace.com/
Template: oceanwp
Version: 1.0.0
Text Domain: oceanwp-child
License: GNU General Public License v2.0 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Add your custom CSS below this line */

.account-link,
.logout-link {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s;
}

.account-link:hover,
.logout-link:hover,
.moto-header-links a:hover{
    color: #e10600;
}
.moto-header-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.moto-header-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
}

#menu-1-4d5cb35 .current-menu-item a{
    border-bottom:1px solid #e10600;
}

.separator {
    color: #ffffff;
}

.moto-cart-link {
    position: relative;
    margin-left: 10px;
    font-size: 18px;
    line-height: 1;
}

.moto-cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #e10600;
    color: #ffffff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
}

.elementor .e-flexbox-base{
    padding:0 !important;
}
.elementor-icon-box-title{
    margin-bottom:0 !important;
}
.swiper-slide-inner{
	border: 1px solid #171C1F;
  padding: 20px;
	min-height: 89px;
	background:#0d1316;
	border-radius: 5px;
	display:flex;
    align-items:center;      /* vertical center */
    justify-content:center;  /* horizontal center */
}
.home-feature-details p{
	margin:0;
	MIN-HEIGHT:51px;
}
.category-card{
transition:.3s ease;
}

.category-card:hover{
transform:translateY(-6px);
border-color:#D60000;
box-shadow:0 0 25px rgba(214,0,0,.18);
}
/** **/
.oceanwp-toolbar, .woocommerce ul.products li.product .woo-entry-inner li.rating, .wpc-posts-found{
    display:none !important;
}
/* HERO */

.warrior-category-hero{
	width:100vw;
	min-height:420px;
	background-size:cover;
	background-position:center;
	margin-left:calc(50% - 50vw);
	margin-right:calc(50% - 50vw);
}

/* Result count + sorting row */
.warrior-product-area .woocommerce-result-count {
	color: #b7b7b7 !important;
	font-size: 13px;
	margin: 0 0 18px !important;
}
.warrior-product-area .woocommerce-ordering {
	margin: -35px 0 18px !important;
}

.warrior-product-area .woocommerce-ordering select {
	background: #07090b !important;
	border: 1px solid rgba(255,255,255,.18) !important;
	padding: 9px 14px !important;
	font-size: 12px !important;
}
/* Product grid */
.warrior-product-area ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr) !important;
	gap: 18px !important;
	margin: 0 !important;
}
/* Product card */
.warrior-product-area ul.products li.product {
	background: #0b1015 !important;
	border: 1px solid rgba(255,255,255,.08) !important;
	padding: 0 0 14px !important;
	margin: 0 !important;
	width: auto !important;
	float: none !important;
	overflow: hidden;
	border-radius:5px;
}

/* Product image area */
.warrior-product-area ul.products li.product img {
	width: 100% !important;
	height: 190px !important;
	object-fit: cover !important;
	background: linear-gradient(180deg, #10161c, #080b0f);
	padding: 0 !important;
	margin: 0 0 12px !important;
}




/* Product title */
.warrior-product-area ul.products li.product .woocommerce-loop-product__title {
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	line-height: 1.2 !important;
	padding: 0 14px !important;
	margin: 0 0 4px !important;
}

/* Optional subtitle/category-look text */
.warrior-product-area ul.products li.product .woo-entry-inner, .warrior-product-area ul.products li.product .woo-entry-inner .price {
	text-align: left !important;
}
.warrior-product-area ul.products li.product .price, .warrior-product-area ul.products li.product .category, .warrior-product-area ul.products li.product .title {
	padding: 0 14px !important;  
}
/* Price */
.warrior-product-area ul.products li.product .price {
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	margin: 12px 0 !important;
	display: block !important;
}

/* Add to cart button */
.warrior-product-area ul.products li.product .button {
	display: block !important;
	margin: 0 14px !important;
	background: transparent !important;
	color: #fff !important;
	border: 1px solid rgba(255,255,255,.28) !important;
	border-radius: 5px !important;
	text-align: center !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	padding: 10px 8px !important;
}

.warrior-product-area ul.products li.product .button:hover {
	background: #e50914 !important;
	border-color: #e50914 !important;
	color: #fff !important;
}

/* Pagination */
.warrior-product-area .woocommerce-pagination {
	margin-top: 25px !important;
}

.warrior-product-area .woocommerce-pagination ul {
	border: 0 !important;
}

.warrior-product-area .woocommerce-pagination li {
	border: 0 !important;
	margin: 0 4px !important;
}

.warrior-product-area .woocommerce-pagination a,
.warrior-product-area .woocommerce-pagination span {
	background: #07090b !important;
	color: #fff !important;
	border: 1px solid rgba(255,255,255,.12) !important;
	min-width: 34px;
	height: 34px;
	line-height: 34px !important;
	padding: 0 !important;
}

.warrior-product-area .woocommerce-pagination .current,
.warrior-product-area .woocommerce-pagination a:hover {
	background: #e50914 !important;
	border-color: #e50914 !important;
}


/* FULL WIDTH DARK BACKGROUND */

#content-wrap{
	background:#07090b;
	width:100%;
	max-width:100%;
	padding:40px 0 0;
}

/* MAIN LAYOUT */

.warrior-archive-layout{
	max-width:1320px;
	margin:0 auto;
	padding:0 20px;

	display:grid;
	grid-template-columns:270px 1fr;
	gap:30px;
}

/* SIDEBAR */

.warrior-filter-sidebar{
	padding:0 24px;
	border-right:1px solid rgba(255,255,255,.08);
}

/* PRODUCTS */
.warrior-product-area, .title a, .warrior-product-area .category a, .woocommerce ul.products li.product .price .amount, .warrior-product-area .woocommerce-ordering select {
	color: #fff !important;
}

.woocommerce ul.products li.product .price .amount{
    font-size:17px;
}

.warrior-product-area ul.products{
	display:grid !important;
	grid-template-columns:repeat(4,1fr);
	gap:20px;
}

.warrior-product-area ul.products li.product{
	width:auto !important;
	float:none !important;
	margin:0 !important;

	background:#0b1015;
	padding:16px;
	border:1px solid rgba(255,255,255,.08);
}

/* ADDED: Product title style */
.warrior-product-area ul.products li.product .title{
    margin-bottom:10px !important;
}
.warrior-product-area ul.products li.product .title h2,
.warrior-product-area ul.products li.product .title h2 a {
	font-size: 15px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	line-height: 1.2 !important;
	margin: 0 !important;
	text-decoration:none;
}
.warrior-product-area ul.products li.product .title h2 a:hover, .warrior-product-area ul.products li.product .category a:hover{
	text-decoration:underline;    
}

/* ADDED: Product category style under title */
.warrior-product-area ul.products li.product .category,
.warrior-product-area ul.products li.product .category a {
	color: #b8b8b8 !important;
	font-size: 12px !important;
	line-height: 1.3 !important;
	text-transform: none !important;
	font-style: normal;
	text-decoration:none;
}

/* ADDED: Product text order - title first, category second */
.warrior-product-area ul.products li.product .woo-entry-inner {
	display: flex !important;
	flex-direction: column !important;
}

.warrior-product-area ul.products li.product .image-wrap {
	order: 1 !important;
}

.warrior-product-area ul.products li.product .title {
	order: 2 !important;
}

.warrior-product-area ul.products li.product .category {
	order: 3 !important;
}

.warrior-product-area ul.products li.product .price-wrap {
	order: 4 !important;
}


.warrior-product-area ul.products li.product .btn-wrap {
	order: 5 !important;
}

/* ADDED: Header area layout */
.warrior-product-area .woocommerce-notices-wrapper + .woocommerce-result-count,
.warrior-product-area .woocommerce-result-count{
	display:block !important;
	color:#9ea4ab !important;
	font-size:13px !important;
	margin:0 0 18px !important;
}

/* ADDED: Category title */
.warrior-product-area .page-title, .sidebar-box h4.widget-title{
	display:block !important;
	color:#fff !important;
	font-size:30px !important;
	font-weight:500 !important;
	text-transform:uppercase !important;
	line-height:1 !important;
	margin:0 0 25px !important;
}

/* ADDED: Result count under title */
.warrior-product-area .woocommerce-result-count{
	color:#9ea4ab !important;
	font-size:13px !important;
	margin:0 0 24px !important;
}

/* ADDED: Sorting dropdown top right */
.warrior-product-area .woocommerce-ordering{
	float:right !important;
	margin-top:-70px !important;
}

.warrior-product-area .woocommerce-ordering select{
	background:#07090b !important;
	color:#fff !important;
	border:1px solid rgba(255,255,255,.18) !important;
	padding:10px 14px !important;
	font-size:12px !important;
}

/* ADDED: Center pagination under products */

.warrior-product-area .woocommerce-pagination {
	width: 100%;
	margin: 40px 0 0;
	text-align: center;
	clear: both;
	display: flex;
	justify-content: center;
}

.warrior-product-area .woocommerce-pagination ul.page-numbers {
	border: 0;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	width: auto;
}

.warrior-product-area .woocommerce-pagination ul.page-numbers li {
	border: 0;
	margin: 0;
	list-style: none;
	float: none;
}

.warrior-product-area .woocommerce-pagination .page-numbers {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #07090b;
	border: 1px solid rgba(255,255,255,.15);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	border-radius: 4px;
	text-decoration: none;
}

.warrior-product-area .woocommerce-pagination .current,
.warrior-product-area .woocommerce-pagination a.page-numbers:hover {
	background: #e50914;
	border-color: #e50914;
	color: #fff;
}

/* FIX: Price range input text visibility */
.warrior-filter-sidebar .wpc-filters-range-inputs input,
.warrior-filter-sidebar input[type="number"],
.warrior-filter-sidebar input[type="text"] {
	background: #07090b !important;
	color: #ffffff !important;
	border: 1px solid rgba(255,255,255,.18) !important;
}
.woocommerce form input[type=number] {
    max-width: 100px !important;
    padding: 10px;
}

/* FIX: Placeholder color */
.warrior-filter-sidebar input::placeholder {
	color: #aaaaaa !important;
}

/* FIX: Number input arrows/text */
.warrior-filter-sidebar input[type="number"] {
	-webkit-text-fill-color: #ffffff !important;
}

/* ADDED: Bottom product feature bar */
.warrior-product-feature-bar {
	margin-top: 40px;
	padding: 28px 30px;
	background: #0b1015;
	border: 1px solid rgba(255,255,255,.08);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}

.warrior-feature-item {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #fff;
}

.warrior-feature-item i {
	font-size: 28px;
	color: #fff;
	min-width: 32px;
}

.warrior-feature-item strong {
	display: block;
	font-size: 13px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.2;
}

.warrior-feature-item span {
	display: block;
	font-size: 12px;
	color: #b7b7b7;
	margin-top: 4px;
}

/* Selected filter chips container */
.wpc-custom-selected-terms {
	margin-bottom: 20px;
}
body .wpc-filter-chips-list li.wpc-chip-reset-all a {
    border-color: #ff0000 !important;
}
.wpc-filter-chips-list li, body .wpc-filter-chips-list li.wpc-filter-chip, li.wpc-filter-chip{
	padding: 20px 0 !important;
}
.wpc-custom-selected-terms ul.wpc-filter-chips-list{
	justify-content: center;
}
body .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a {
    border-color: rgba(255, 255, 255, .28) !important;
    color: #fff;
}


/* Hover */
.wpc-filter-chip a:hover {
	background: #e50914;
	border-color: #e50914;
	color: #fff;
}

/* Chip content */
.wpc-chip-content {
	display: flex;
	align-items: center;
	gap: 8px;
}

/* Remove icon */
.wpc-chip-remove-icon {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #e50914;
}

.wpc-filter-chip a:hover .wpc-chip-remove-icon, .wpc-chip-reset-all a:hover {
	color: #fff;
}

/* Reset All button */
.wpc-chip-reset-all a {
	background: transparent;
	border: 1px solid #e50914;
	color: #e50914;
	font-weight: 700;
}

.wpc-chip-reset-all a:hover {
	background: #e50914;
}

/* My Account page clean Warrior style */
.woocommerce-account {
    background: #000;
}

/* Remove  */
.woocommerce-account #right-sidebar,
.woocommerce-account .right-sidebar-inner,
.woocommerce-account aside{
    display: none !important;
}

.woocommerce-account #primary,
.woocommerce-account .content-area {
    width: 100% !important;
    max-width: 100% !important;
}

/* Main wrapper */
.woocommerce-account .woocommerce {
    max-width: 1100px;
    margin: 0 auto;
    padding: 70px 20px;
    color: #fff;
}



/* Box design */
.woocommerce-account .u-column1,
.woocommerce-account .u-column2 {
    background: #070b12;
    border: 1px solid rgba(255,255,255,0.12);
    padding: 35px;
}
.woocommerce #customer_login>div {
    border-width: 1px !important;
    border-color: #A09B9B !important;
}

/* Titles */
.woocommerce .owp-account-links li .owp-account-link, .woocommerce-account h2, .woocommerce-account label {
    color: #fff !important;
}
.woocommerce .owp-account-links li.or{
	color:#A09B9B !important;
}
.woocommerce-account h2 {
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

/* Forms */
.woocommerce-account form.login,
.woocommerce-account form.register {
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
}

.woocommerce-account label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
}

/* Input fields */
.woocommerce-account input.input-text {
	box-sizing: border-box !important;
    width: 100%;
    height: 48px;
    background: #fff;
    color: #000;
    border: none;
    padding: 12px 15px;
    border-radius: 0;
}

/* Button */
.woocommerce-account button.button {
    background: #e10600 !important;
    color: #fff !important;
    border: none !important;
    padding: 14px 32px !important;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 0 !important;
    margin-top: 10px;
}

.woocommerce-account button.button:hover {
    background: #b80000 !important;
}

/* Links */
.woocommerce-account a {
    color: #fff;
}

.woocommerce-account a:hover {
    color: #e10600;
}

/* Remember me / lost password spacing */
.woocommerce-account .form-row {
    margin-bottom: 18px;
}

.woocommerce-account .woocommerce-LostPassword {
    margin-top: 15px;
}

/* Privacy text */
.woocommerce-account .woocommerce-privacy-policy-text {
    color: #cfcfcf;
    font-size: 14px;
    line-height: 1.7;
}



/* Responsive */
@media (max-width: 1200px) {
	.warrior-product-area ul.products {
		grid-template-columns: repeat(3, 1fr) !important;
	}
}


/* MOBILE */

@media(max-width:900px){
	.warrior-product-feature-bar {
		grid-template-columns: repeat(2, 1fr);
	}

	.warrior-archive-layout{
		grid-template-columns:1fr;
	}

	.warrior-product-area ul.products{
		grid-template-columns:repeat(2,1fr);
	}

}
/* Mobile */
@media (max-width: 768px) {
    .woocommerce-account .u-columns {
        grid-template-columns: 1fr;
    }

    .woocommerce-account .woocommerce {
        padding: 40px 15px;
    }

    .woocommerce-account .u-column1,
    .woocommerce-account .u-column2 {
        padding: 25px;
    }

    .woocommerce-account h2 {
        font-size: 26px;
    }
}
@media(max-width:767px){
	.warrior-product-area ul.products {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.warrior-product-area ul.products li.product img {
		height: 150px !important;
	}

	.warrior-category-hero{
		min-height:220px;
	}
}


@media (max-width: 600px) {
	.warrior-product-feature-bar {
		grid-template-columns: 1fr;
	}
}

