﻿/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------*/
body {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color: #5a6069;
	font-size: 13px;
	line-height: 1.428571429;
	width: 100%;
	position: relative;
}
.common-home {
	background: #14151b;
}
*:focus{
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #252525;
	line-height: 1.35;
	font-family: 'Oswald', sans-serif;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #8c8c8c;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	color: #e51515;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type=text].form-control, input[type=password].form-control, input[type=datetime].form-control, input[type=datetime-local].form-control, input[type=date].form-control, input[type=month].form-control, input[type=time].form-control, input[type=week].form-control, input[type=number].form-control, input[type=email].form-control, input[type=url].form-control, input[type=search].form-control, input[type=tel].form-control, input[type=color].form-control {
	font-size: 12px;
}
input[type=text] {
	min-width: 50px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
img{
	max-width: 100%; 
	height: auto;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.flip{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* tooltip */
.tooltip.top .tooltip-arrow {
  border-top-color: #e51515;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #e51515;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #e51515;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #e51515;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #e51515;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #e51515;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #e51515;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #e51515;
}
.tooltip-inner{
	background: #e51515;
}
.alert{
	text-align: center;
	font-size: 13px;
	margin: 0;
	border-radius: 0;
	border: none;
}
/* transition */
a:hover, .banner-3 a:hover::before, #button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover, #button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover, #button-shipping-method:hover, #button-quote:hover, #button-coupon:hover, .form-horizontal input.btn:hover, a.btn:hover, input[type=submit]:hover, .button:hover, .product-layout:hover .action-links-link, .static-policy .col:hover .text-content h2, .static-policy .col:hover .col-img .hover, .layout1:hover .btn-wishlist, .layout1:hover .btn-compare, .banner-2 a:hover::before, .product-image:hover .img-r, .banner-1 > div:hover img{
	-webkit-transition: ease-in-out all .3s;
	-moz-transition: ease-in-out all .3s;
	transition: ease-in-out all .3s;
}
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover, #button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover, #button-shipping-method:hover, #button-quote:hover, #button-coupon:hover, .form-horizontal input.btn:hover, a.btn:hover, input[type=submit]:hover, .button:hover{
	color: #fff;
	background: #e51515;
}
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm, #button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register, .form-horizontal input.btn, a.btn, input[type=submit], .button{
	border: none;
	background: #181b23;
	padding: 0px 30px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	line-height: 44px;
	display: inline-block;
	vertical-align: top;
	border-radius: 30px;
	font-family: 'Oswald', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#button-voucher,
#button-coupon{
	height: 34px;
	line-height: 34px;
	margin-left: 10px;
	border-radius: 20px;
}
#button-search + h2{
	display: none;
}
#button-search{
	margin: 15px 0;
}
#modal-agree{
	z-index: 9999;
}
/* owl carousel */
.owl-carousel.owl-theme:hover .owl-nav div {
  opacity: 1;
}

.owl-carousel.owl-theme  .owl-dot:hover span,
.owl-carousel.owl-theme  .owl-dot.active span {
  background: #23232c;
}
.owl-carousel.owl-theme  .owl-dots {
	margin-top: 40px;
}
.owl-carousel.owl-theme  .owl-dot {
	display:inline-block;
	vertical-align:top;
	margin:5px 15px;
	position: relative;
}

.owl-carousel.owl-theme  .owl-dot span {
  display: block;
    width: 15px;
    height: 15px;
    margin: 0;
    border-radius: 0;
    background: 0;
    border: 1px solid rgba(255,255,255,0.2);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.owl-carousel.owl-theme  .owl-dot span:before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    background: rgba(255,255,255,0.2);
}
.owl-carousel.owl-theme  .owl-dot.active span,.owl-carousel.owl-theme  .owl-dot:hover span{
	border-color: #e51515;
}
.owl-carousel.owl-theme  .owl-dot.active span:before,.owl-carousel.owl-theme  .owl-dot:hover span:before {
	background: #e51515;
}
.owl-carousel.owl-theme .owl-nav div {
  position: absolute;
  top: 50%;
  font-size: 0;
  margin: 0;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 46px;
  border: 2px solid #e1e1e1;
  color: #9e9e9e;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.owl-carousel.owl-theme .owl-nav div:before {
  font-family: "Ionicons";
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  width: 100%;
}
.owl-carousel.owl-theme .owl-nav div.owl-prev {
  left: -65px;
}
.owl-carousel.owl-theme .owl-nav div.owl-prev:before {
  content: "\f124";
}
.owl-carousel.owl-theme .owl-nav div.owl-next {
  right: -65px;
}
.owl-carousel.owl-theme .owl-nav div.owl-next:before {
  content: "\f125";
}
.owl-carousel.owl-theme .owl-nav div:hover {
  background: #e51515;
  border-color: #e51515;
  color: #fff;
  -webkit-box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
    box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
}
/*--------------*/
/* newsletter popup */
.b-close{
	display: block;
}
.newletter-popup{
	background: #fff;
	top: 50% !important;
	position: fixed !important;
	padding: 0;
	text-align: center;
	-moz-transform:  translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}
#boxes .newletter-title h2{
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0 0 15px;
}
.newletter-popup #dialog {
	padding: 50px 20px;
}
#boxes .box-content label{
	font-weight: 400;
	max-width: 650px;
}
#boxes  #frm_subscribe .required{
	color: #f00;
	padding-right: 5px;
}
#boxes  #frm_subscribe a{
	cursor: pointer;
}
#boxes  #frm_subscribe #subscribe_pemail{
	background: #EBEBEB none repeat scroll 0% 0%;
	border: medium none;
	height: 40px;
	width: 65%;
	margin: 20px 0;
	padding:0 15px;
}
#boxes .box-content .subscribe-bottom{
	margin-top: 20px;
}
#boxes .box-content .subscribe-bottom  label{
	margin: 0;
}
#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again{
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	margin-top: -1px;
}
#boxes  #frm_subscribe #notification{
	color: #f00;
}
#boxes  #frm_subscribe #notification .success{
	color: #67D7BB;
}
#popup2{
	text-align: center;
	background: #333;
	border-radius: 0;
	cursor: pointer;
	float: right;
	padding: 5px 10px;
	color: #fff;
	margin-top: -49px;
	margin-right: -19px;
}
#popup2:hover {
	background:#e51515;
}
/* newsllter */
.newletter-subscribe-container {
	text-align: center;
	margin-top: 85px;
	padding: 100px 0;
	border-top: 1px solid #21252c;
}
.newletter-subscribe-container .container-inner {
	
}
.newletter-subscribe-container .container-inner img.icon-newletter {
	position: absolute;
	bottom:4px;
	left:-110px;
}
#dialog-normal .newletter-title {display: block;}

#dialog-normal .newletter-title label {
	color: #838896;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
#dialog-normal .newletter-title label span {
	color: #e51515;
}
#dialog-normal .newletter-title h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 0;
	color: #fff;
}
#dialog-normal .newletter-title p{
	display: block;
	margin: 0;
}
#dialog-normal .newleter-content{display: block;margin-top: 55px;position: relative;}
#subscribe {
	margin-bottom: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
#subscribe_email{
	display: inline-block;
	background: #0f0f15;
	padding: 10px 70px 10px 25px;
	border: 0;
	border-bottom: 1px solid #1c1d25;
	line-height: 16px;
	height: 56px;
	border-radius: 30px;
	color: #5a6069;
	font-size: 12px;
	width: 620px;
	font-weight: 400;
}
#subscribe .btn:hover{
	opacity: 0.8;
}
#subscribe .btn {
	position: absolute;
	top: 50%;
	right: 7px;
	text-transform: uppercase;
	line-height: 46px;
	height: 46px;
	width: 46px;
	padding: 0;
	font-size: 0;
	font-weight: 500;
	text-align: center;
	background: #e51515;
    color: #fff;
    -webkit-box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
    box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
	border-radius: 100%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#subscribe .btn:before {
	content: "\f105";
    font-family: 'FontAwesome';
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
#notification-normal{
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
}

#notification-normal div.warning{
	color: red;
	text-align: center
}
/* Header */
header {
	margin-bottom: 100px;
}
.common-home header {
	margin-bottom: 0;
	position: relative;
}
.common-home .header-top {
	min-height: 0;
	background: none;
}
.common-home .header-inner {
	background: transparent;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.common-home .header-inner:after {
	opacity: 0;
}
.common-home #search input {
	background: transparent;
}
.common-home #logo {
	padding: 60px 0;
}
.product-category .header-top {
	background: url(../image/bkg_header_1.jpg) center repeat-x;
	
}
.header-top {
	position: relative;
	min-height: 530px;
	background: url(../image/bkg_header_2.jpg) center repeat-x;
}
.header-inner {
	text-align: center;
	padding: 0 60px;
	background: #22232b;
	position: relative;
	z-index: 10;
}
.header-inner:after {
	content: "";
	position: absolute;
	left: 0;
	right:0;
	bottom: 0;
	height: 2px;
	background: #e51515;
	z-index: -1;
}
.header-inner .container-inner {
	position: relative;
}
header .box {
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

header .box-left {
	left: 0;
	right: 0;
}
header .box-right {
	right: 14px;
}
header .box-setting {
	float: right;
	margin: 0 10px;
}
.setting-button,#cart > button {
	font-size: 0;
	color: #fff;
	width: 40px;
	border: 0;
	padding: 0;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	box-shadow: none !important;
	background: url(../image/icon_setting.png) center no-repeat;
}
.setting-button:hover {
	background: url(../image/icon_setting_hover.png) center no-repeat;
}
#cart > button {
	background: url(../image/icon_cart.png) center no-repeat;
}
#cart > button:hover {
	background: url(../image/icon_cart_hover.png) center no-repeat;
}
header .setting-content .text-ex,header .setting-content  .btn-link-current{
	margin-right: 9px;
	color: #292929;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 25px;
	padding: 0;
	font-size: 12px;
	border: 0;
	pointer-events: none;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	font-family: 'Oswald', sans-serif;
}
header .setting-content .text-ex {
	margin-right: 5px;
}
header .setting-content > div {
	margin-bottom: 14px;
}
header .setting-content > div:last-child {
	margin-bottom: 0;
}
header .setting-content .content {
	border-top: 1px solid #ebebeb;
	margin-top: 3px;
	padding-top: 4px;
	padding-left: 20px;
}
header .btn-group .dropdown-menu{
	position: absolute;
	right: 0;
	float: none;
	width: 280px;
	padding:35px 40px 32px 40px;
	left: auto;
	text-align: left;
	font-size: 13px;
	margin: 10px 0 0 0;
	background: white;
	border-radius: 3px;
	border: none;
	-webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
}
header .btn-group header-links {
	left: auto;
	right: -15px;
}
header .setting-content .btn-group .dropdown-menu li {padding-left: 20px;}
header .btn-group .dropdown-menu li:last-child {
	border:0;
}
header .btn-group .dropdown-menu li > a,
header .btn-group .dropdown-menu li> button {
	font-size: 13px;
	padding: 3px 0;
	line-height: 24px;
	display: block;
	text-transform: capitalize;
	font-weight: normal;
	height: inherit;
	border-radius: 0;
	text-align: left;
	color: #6b6b6b;
}
header .btn-group .dropdown-menu li > a:hover,
header .btn-group .dropdown-menu li> button:hover {
	text-decoration: none;
	color: #e51515;
}
header .btn-group .dropdown-menu li a img,
header .btn-group .dropdown-menu li button img{
	vertical-align: baseline;
	margin-right:5px;
}
header .btn-group .dropdown-menu > a:hover,
header .btn-group .dropdown-menu > button:hover,
header .btn-group .dropdown-menu .item-selected{
	color: #e51515;
	text-decoration: none;
}
.logo-container {display: inline-block;vertical-align: top;float: left;max-width: 200px;position: relative;z-index: 1;}
#logo{
	padding: 28px 0;
}
#logo a{
	display: inline-block;
}
.headerSpace {
	display: none;
}

/* Search */
.search-button {
	font-size: 15px;
	color: #fff;
	height: 40px;
	width: 40px;
	line-height: 40px;
	cursor: pointer;
	box-shadow: none !important;
}
.search-button:before {
	content: "\f002";
	font-family: 'FontAwesome';
}
.search-button[aria-expanded=true]:before {
	content: "\f00d";
}
.search-button:hover {
	color: #e51515 !Important;
}
#search .search-content {
	padding: 0;
	border: 0;
	margin: 0;
	background: transparent;
	box-shadow: none;
	right: 100%;
	width: auto;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#search {
	float: left;
}
#search input {
	height: 35px;
	font-size: 12px;
	color: #5a6069;
	width: 250px;
	font-weight: 400;
	background: #22232b;
	border: 0;
	border-radius: 0;
	box-shadow: none !important;
	padding: 0 37px 0 15px;
	position: relative;
}
#search .search-content:before {
	content: "";
	position: absolute;
	height: 25px;
	width: 2px;
	background: #e51515;
	left: 0;
	top: 0;
	bottom: 0;
	margin:auto;
	z-index: 8;
}
#search .input-group-btn {
	position: absolute;
	right: 0;
	width: auto;
}
#search .input-group-btn button {
	background: transparent;
	border: 0;
	height: 35px;
	width: 35px;
	line-height: 35px;
	padding: 0;
	box-shadow: none !important;
	margin: 0;
}
#search .input-group-btn button{
	font-size: 15px;
	color: #fff;
}
#search .input-group-btn button:hover {
	color: #e51515;
}
#search .input-group-btn button:before {
	content: "\f002";
	font-family: 'FontAwesome';
}
#search ::-webkit-input-placeholder { /* Chrome */
  color: #5a6069;
}
#search :-ms-input-placeholder { /* IE 10+ */
  color: #5a6069;
}
#search ::-moz-placeholder { /* Firefox 19+ */
  color: #5a6069;
  opacity: 1;
}
#search :-moz-placeholder { /* Firefox 4 - 18 */
  color: #5a6069;
  opacity: 1;
}
/* search category */
.top-search {
}
#search-by-category {
    position: relative;
    width: 100%;
}
#search-by-category .search-container{
}
#search-by-category .search-container .categories-container{
    position: absolute;
    padding: 10px 0;
    left: 0;
    top: 0;
}
#search-by-category .search-container #text-search{
    padding: 0 55px 0 190px;
    height: 49px;
    border-radius: 3px;
    font-size: 12px;
    border: 0;
    z-index: 1;
    background: #fff;
    color: #c2c2c2;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#search-by-category #sp-btn-search{
    position: absolute;
    right: 0px;
    top: 0;
}
#search-by-category .search-container .categories-container .hover-cate p{
    margin:0;
    color: #363f4d;
    padding: 0 30px 0 25px;
    cursor: pointer;
    overflow: hidden;
    position:relative;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 29px;
}
#search-by-category .search-container .categories-container .hover-cate p:after {
	content:"";
	position: absolute;
	width: 1px;
	height: 16px;
	background: #e1e1e1;
	right: 0;
	top: 50%;
	-moz-transform:  translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#search-by-category .search-container .categories-container .hover-cate p i{display: inline-block;vertical-align: top;font-size: inherit;line-height: inherit;margin-left: 19px;}
#search-by-category .search-container .categories-container .hover-cate .cate-items{
    z-index: 9999 !important;
    position: absolute;
    display: none;
    background: #FFF;
    max-height: 300px;
    overflow: auto;
    margin-top: 0px;
    border: 1px solid #ddd!important;
    padding: 5px;
    width:100%;
    cursor: pointer;
	top: 100%;
	text-align: left;
}
.cate-items li {
    text-transform: capitalize;
    color: #363f4d;
    font-size: 11px;
    list-style: none;
    line-height: 18px;
}
.cate-items li:hover{
    color:#e51515
}
.cate-items li.f1 {
    padding-left: 5px;
}
.cate-items li.f2 {
    padding-left: 15px;
}
#search-by-category .search-ajax{
    position: absolute;
    z-index: 9999 !important;
    background: none repeat scroll 0% 0% #fff;
    left: 0px;
    top: 100%;
    width: 88%;
}
.ajax-result-item .product-info .detail .price-box .old-price{
	text-decoration: line-through;
	color: #acacac;
	font-weight: 400;
}
.ajax-result-item .product-info .detail .price-box p{
	display: inline-block;
}
.ajax-result-item .product-info .detail .price-box{
	font-weight: 700;
	margin: 0 0 10px 0;
}
.ajax-result-item .product-info .detail .product-name{
	margin: 10px 0;
}
#search-by-category .search-ajax li{
    list-style: none;
}
#search-by-category .search-ajax .ajax-result-container{
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-msg{
  padding: 20px;
  margin: 0;
  color: #646464;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list{
    display:block;
    border:1px solid #ddd;
    max-height:300px;
    overflow: auto;
    padding:10px;
}
#btn-search-category:hover{
	color: #363f4d;
}
#btn-search-category{
    background: #e51515;
    border:none!important;
    padding:0;
    box-shadow:none;
    text-shadow:none;
    border-radius: 3px;
    height: 49px;
    width: 49px;
    color: #fff;
    font-size: 0;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 49px;
}
#btn-search-category:before {
	font-family: 'Stroke-Gap-Icons';
	content: "\e6a4";
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
#wishlist-total, #link-compare {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 32px;
	font-size: 13px;
	color: #e51515;
	text-transform: capitalize;
	text-align: center;
}
#wishlist-total .icon, #link-compare .icon, #cart > button .icon {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#wishlist-total .text, #link-compare .text, #cart .text {
	display: none;
}
#wishlist-total:hover, #link-compare:hover,#cart > button:hover {
	color: #363f4d;
}
#link-compare span {
	display:none;
}
.search-container{}
.cart-container{
	padding: 45px 15px 0 0;
	width: 18%;
}
#wishlist-total .count,#cart-total
{
	position: absolute;
	display: block;
	color: #000000;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #fff;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 84%;
	border-radius: 100%;
	text-align: center;
	font-size: 11px;
	font-weight: 400;
	font-style: normal;
}

#cart .dropdown-menu {
}
#cart{
	width: auto;
	float: left;
}
#cart-total .total-price{
	color: #fff;
}

#cart .info-item >a {
	text-transform: uppercase;
	color: #2e2e2e;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
}
#cart .mycart {
	display: none;
}
#cart .dropdown-menu .text-empty{
	margin: 0;
	padding: 10px 0;
}

.top-menu {
	position: relative;
	z-index: 7;
	background: #e51515;
}
.common-home .top-menu {
	/* margin-bottom: 30px; */
}
.top-menu .col {
	float: left;
}
.top-menu .col-menu {
}

.fix-header{
	border: none;
	background: rgba(29, 28, 28, 0.67) !important;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	width: 100%;
	max-width: 100% !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 889;
	margin: 0 auto;
	/* padding: 5px 0; */
	position: fixed !important;
	-webkit-animation-name: fadeInDown;
	-webkit-animation-duration: 5.0s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-play-state: running;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: anim_titles;
	-moz-animation-duration: 5.0s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: normal;
	-moz-animation-play-state: running;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-webkit-animation-duration: 0.7s;
	-moz-animation-duration: 0.7s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
}
.fix-header #logo {
	padding: 15px 0 !important;
}
.fix-header #logo img {
	max-height: 40px;
}
.fix-header #pt_custommenu::after, 
.fix-header #pt_custommenu::before{
	display: none;
}
.fix-header .pt_custommenu div.pt_menu .parentMenu a {
	padding-top: 16px;
	padding-bottom: 17px;
}
.fix-header #pt_custommenu{
	margin: 0;
}
.fix-header .cart-container,
.fix-header .search-container,
.fix-header .logo-container{
	/* display: none; */
}
.fix-header .vermagemenu-container{
	display: none;
}
body:not(.common-home) .vermagemenu-container .vermagemenu{
	position: static;
	margin-bottom: 50px;
}
body:not(.common-home) .vermagemenu-container{
	width: 100%;
	padding: 0;
}
body:not(.common-home) header:not(.fix-header) .hozmenu-container{
	width: 100%;
}
/* cms block */
.banner-static {
  text-align: center;
  clear: both;
  /* overflow: hidden; */
}
.banner-static .owl-pagination {
	position:absolute;
	left:0;
	right:0;
	margin: auto;
	bottom: 2%;
}
.banner-static .image a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  vertical-align: top;
}

.banner-static .image a .text {
  font-family: 'Oswald', sans-serif;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-static .image a .text .text1,
.banner-static .image a .text .text2,
.banner-static .image a .text .text3,
.banner-static .image a .text .link{
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.banner-static .image a:hover .text .text1 {
  -webkit-animation: fadeInUp 400ms ease-in-out;
  -moz-animation: fadeInUp 400ms ease-in-out;
  -ms-animation: fadeInUp 400ms ease-in-out;
  animation: fadeInUp 400ms ease-in-out;
}
.banner-static .image a:hover .text .text2 {
  -webkit-animation: fadeInUp 600ms ease-in-out;
  -moz-animation: fadeInUp 600ms ease-in-out;
  -ms-animation: fadeInUp 600ms ease-in-out;
  animation: fadeInUp 600ms ease-in-out;
}
.banner-static .image a:hover .text .text3 {
  -webkit-animation: fadeInUp 800ms ease-in-out;
  -moz-animation: fadeInUp 800ms ease-in-out;
  -ms-animation: fadeInUp 800ms ease-in-out;
  animation: fadeInUp 800ms ease-in-out;
}
.banner-static .image a:hover .text .link {
  -webkit-animation: fadeInUp 1000ms ease-in-out;
  -moz-animation: fadeInUp 1000ms ease-in-out;
  -ms-animation: fadeInUp 1000ms ease-in-out;
  animation: fadeInUp 1000ms ease-in-out;
}
.static-menu-bottom {
  padding: 30px 30px 5px 30px;
}
.static-sidebar a {
	border-radius: 3px;
}
.static-sidebar a img:hover {
	opacity: 0.8;
}
/*---*/
.static-welcome {
	text-align: center;
	overflow: hidden;
	margin-top: 84px;
}
.static-welcome .title {
	margin-bottom: 88px;
}
.static-welcome .title h2 {
	font-size: 120px;
	color: #5a6069;
	opacity: 0.1;
	text-transform: uppercase;
	margin: 0;
	line-height: 1;
}
.static-welcome .title h3 {
	font-size: 36px;
	color: #fff;
	font-weight: 200;
	text-transform: uppercase;
	line-height: 1;
	margin: -76px 0 0 0;
}
.static-welcome .title h3 strong {
	font-weight: 600;
	display: block;
}
.static-welcome .content {

}
.static-welcome .content .image {
	float: left;
	text-align: right;
	width: 50%;
	padding-right: 30px;
}
.static-welcome .content .text {
	overflow: hidden;
	text-align:left;
	max-width: 516px;
	padding-left: 30px;
	padding-right: 15px;
}
.static-welcome .content .text h3 {
	margin: 0 0 30px 0;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 200;
	line-height: 1.1;
	color: #9d9d9d;
}
.static-welcome .content .text h3 span {
	display: block;
}
.static-welcome .content .text h3 span.word2 {
	font-size: 30px;
	color: #e51515;
	font-weight: 600;
}
.static-welcome .content .text h3 span.word3 {
	font-size: 12px;
	letter-spacing: 5px
}
.static-welcome .content .text p {
	line-height: 24px;
	font-size: 13px;
	margin-bottom: 35px;
}
.static-welcome .author .name {
	font-weight: 200;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	margin-bottom: 32px;
	margin-top: 0;
}
/*---*/
.static-top-aero1 {
	margin-top: 60px;
}
.static-top-aero1 .col {
	margin-top: 30px;
}
.static-top-aero1 a {
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.static-top-aero1 .text {
	line-height: 1;
}
.static-top-aero1 .text .text1 {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;	
}
.static-top-aero1 .text .text2 {
	display: block;
	color: #ffde00;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 500;
}
.static-top-aero1 .text .text3 {
	display: block;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 25px;
}
/*---*/
.static-bottom-aero1 {
	margin-top: 70px;
}
.static-bottom-aero1 a,.static-bottom-aero1 img {
	width: 100%;
}
.static-bottom-aero1 .col {
	float: left;
	width: 50%;
	margin-top: 30px;
}
.static-bottom-aero1 .text {
	padding: 0 10px;
	max-width: 620px;
	margin: auto;
}
.static-bottom-aero1 .text .text1 {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	font-weight: 500;
}
.static-bottom-aero1 .text .text2 {
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	font-weight: 500;
	letter-spacing: 5px;
	margin-top: 3px;
}
.static-bottom-aero1 .text .text3 {
	font-size: 14px;
	color: #fff;
	display: block;
	line-height: 24px;
	font-family: 'Rubik', sans-serif;
	margin-top: 20px;
}
.static-bottom-aero1 .text .link {
	font-size: 12px;
	color: #383838;
	text-transform: uppercase;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	line-height: 46px;
	padding: 0 25px;
	padding-right: 60px;
	border-radius: 30px;
	font-weight: 500;
	position: relative;
	margin-top: 52px;
}
.static-bottom-aero1 .text .link:after {
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #383838;
	color: #fff;
	border-radius: 100%;
	position: absolute;
	right: 4px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.static-bottom-aero1 .text .link:hover {
	background:#e51515;
	color: #fff;
	-webkit-box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
    box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
}
.static-bottom-aero1 .text .link:hover:after {
	background:#fff;
	color: #303030;
}
/* Products */
/*-product in common-home-*/
.common-home .item .item-inner {
	border: 2px solid #21252c;
}
.common-home .product-name a {
	color: #838896;
}
.common-home .item-inner .ratings {
	border-bottom: 1px solid #1e2229;
}
.common-home .item-inner .product-name {
	border-bottom: 1px solid #1e2229;
}
.common-home .item-inner  button.btn-cart {
	background: #21252c;
}
.common-home .item-inner  button.btn-cart:hover {
	background:#e51515;
	color: #fff;
	-webkit-box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
    box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
}
.common-home .item-inner .product-des {
	border-bottom: 1px solid #1e2229;
}
/*---*/ 
.owl-item.active .item {
  -moz-animation: zoomIn 500ms ease;
  -o-animation: zoomIn 500ms ease;
  -webkit-animation: zoomIn 500ms ease;
  animation: zoomIn 500ms ease;
}
.item .item-inner {
	position: relative;
	border: 2px solid #efefef;
	overflow: hidden;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.label-product {
	color: #fff;
	background:url(../image/bkg_label_new.png) center no-repeat;
	line-height: 22px;
	padding-left: 5px;
	min-width: 56px;
	font-weight: 500;
	text-align: center;
	position: absolute;
	top: 41px;
	right: 14px;
	text-transform: uppercase;
	font-size: 10px;
	z-index: 3;
}
.label_sale {
	background:url(../image/bkg_label_sale.png) center no-repeat;
	top: 15px;
}
.item-inner .images-container {
	position: relative;
	background: #fff;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.item-inner .images-container .product-image {
	position:relative;
	display: block;
	text-align: center;
}
.item-inner .images-container img {
	margin: auto;
}
.item-inner .images-container .img-r {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	opacity:0;
	visibility:hidden;
	z-index:1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.item-inner:hover .images-container .img-r {
	opacity:1;
	visibility: visible;
}
.item-inner  button.btn-quickview {
	line-height: 30px;
	width: 30px;
	height: 30px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	background: transparent;
	text-transform: capitalize;
	color: #363c45;
	font-weight: normal;
	letter-spacing: 0;
	font-size: 0;
	text-align: center;
	border: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.item-inner  button.btn-quickview:before {
	content: "\f06e";
    font-family: "FontAwesome";
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    width: 100%;
}
.qv-button-container {
	display: block;
}
.tt-product {
}
.item-inner  .action-links button {
	display: block;
	margin-bottom: 6px;
}

.item-inner  .action-links button:hover {
	color: #e51515;
	background: transparent;
}
.item-inner  .action-links button:last-child {
	margin-bottom: 0;
}
.item-inner  button.btn-cart {
	background: #efefef;
	color: #6c6f7a;
	text-transform: uppercase;
	line-height: 44px;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 22px;
}
.item-inner  button.btn-cart:before {
	content: "";
	margin-right: 8px;
	margin-top: -3px;
	width: 16px;
	height: 16px;
	background:url(../image/icon-btn-cart.png) center no-repeat;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.item-inner  button.btn-cart:hover {
	background:#e51515;
	color: #fff;
}
.item-inner  button.btn-cart:hover:before {
	background:url(../image/icon-btn-cart-hover.png) center no-repeat;
}
button.btn-compare span, 
button.btn-wishlist span{
	display: none;
} 
button.btn-compare i, 
button.btn-wishlist i{
	display: none;
} 
button.btn-compare, 
button.btn-wishlist {
    line-height: 30px;
    height: 30px;
    width: 30px;
    display: block;
    background: transparent;
    font-weight: normal;
    font-size: 0;
    padding: 0;
    text-align: center;
    color: #363c45;
}
button.btn-compare:before, 
button.btn-wishlist:before {
	content: "\f08a";
	font-family: "FontAwesome";
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	line-height: inherit;
	width: 100%;
}
button.btn-compare:before {
	content: "\f012";
}

.item-inner .caption {
	padding: 0 20px 25px 20px;
	background: transparent;
	text-align: left;
	overflow: hidden;
	position: relative;
}
.item-inner .caption-top {
	padding-top: 0;
	margin-bottom: 16px;
}
.item-inner .caption .manufacture-product {
	display: none;
}
.item-inner .product-name {
	margin-bottom: 0;
	display: block;
	margin-top: 0;
	padding: 14px 0;
	border-bottom: 1px solid #efefef;
}
.item-inner .product-des {
	line-height: 24px;
	letter-spacing: 0.25px;
	border-bottom: 1px solid #efefef;
	padding: 14px 0;
}
.product-name a {
	color: #181b23;
	padding: 0;
	display: block;
	text-transform: uppercase;
	overflow: hidden;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.25px;
}
.product-name a:hover {
	color: #e51515;
}
.item-inner .ratings {
	padding: 13px 0;
	border-bottom: 1px solid #efefef;
}
.ratings {
	display:block;
}
.ratings > span {
	text-transform: capitalize;
	margin-right: 10px;
	color: #5a6069;
	font-size: 13px;
}
.ratings a {
	font-size: 12px;
	color: #adadad;
	line-height: 1;
	margin-left: 10px;
}
.ratings a:hover {
	color: #e51515;
}
.ratings a.review-count {
	margin-right: 10px;
	margin-left: 20px;
}
.ratings .rating-box {
	display: inline-block;
	vertical-align:top;
	margin-top: 2px;
	color: #adadad;
}
.rating-box div[class^='rating']{
	background: url('../image/rating0.png') no-repeat;
	font-size: 0;
	height: 12px;
	width: 72px;
}
.rating-box div.rating1{
	background-image: url('../image/rating1.png');
}
.rating-box div.rating2{
	background-image: url('../image/rating2.png');
}
.rating-box div.rating3{
	background-image: url('../image/rating3.png');
}
.rating-box div.rating4{
	background-image: url('../image/rating4.png');
}
.rating-box div.rating5{
	background-image: url('../image/rating5.png');
}
.price-box p {
	display: inline-block;
	vertical-align:top;
	margin-bottom: 0;
}
.price-box .price-tax {
	display: none;
}
.price-box .price {
	color: #e51515;
	font-size: 14px;
	font-weight: 500;
}
.price-box p.special-price .price{
	color: #e51515;
	font-weight: 500;
}
.price-box p.old-price {
	margin-left: 5px;
}
.price-box p.old-price .price {
	text-decoration: line-through;
	font-weight: 200;
	color: #606161;
}
.rate-special {
	color: #30343c;
	background: #ffcd05;
	line-height: 25px;
	display: inline-block;
	vertical-align: top;
	border-radius: 2px;
	padding: 0 5px;
	position: relative;
	margin: 16px 6px 0 0;
}
.rate-special:after {
	content: "";
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 4px solid transparent;
	border-left: 4px solid #ffcd05;
	position: absolute;
	right: -8px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.item-inner .caption .price-box {
	margin-top: 16px;
	display: inline-block;
	vertical-align: top;
	padding: 2.5px 0;
}
.price-box {
	font-family: 'Oswald', sans-serif;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.item-inner .caption .price-box label {
	margin:0;
	font-size: 13px;
	display: none;
	color: #363f4d;
}
/* ==========================================================================
   HIGH-END MODULE TITLE STYLES
   ========================================================================== */

.module-title {
  text-align: center;
  position: relative;
  margin-top: 20px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Subtle background accent line spanning behind the title */
.module-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  height: 1px;
  background: linear-gradient(
    90deg, 
    rgba(255, 255, 255, 0) 0%, 
    rgba(255, 255, 255, 0.15) 50%, 
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

/* Remove legacy multi-line pseudos */
.module-title::after {
  display: none;
}

/* Clean, modern typography badge */
.common-home .module-title h2,
.module-title h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 10px 28px;
  background: #14151b; /* Seamless blend with dark theme */
  color: #ffffff !important;
  font-family: 'Oswald', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.2;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  overflow: visible;
}

/* Red subtle bottom accent line under the heading badge */
.module-title h2::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 20%;
  width: 60%;
  height: 2px;
  background: #ff1e3c; /* Matches primary brand crimson red */
  box-shadow: 0 0 10px rgba(255, 30, 60, 0.8);
  border-radius: 2px;
}

/* Strip out legacy diamond/skew pseudo elements & FontAwesome icons */
.common-home .module-title h2::before,
.common-home .module-title h2::after,
.module-title h2::before {
  display: none;
}

.module-title h2 span {
  padding: 0;
  display: inline;
}

.module-title h2 span::before,
.module-title h2 span::after {
  display: none !important; /* Removes FontAwesome stars */
}

/* Module Description Text */
.module-description {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
}

.module-description p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  color: #a0a0a0;
  line-height: 1.6;
  margin: 0;
  letter-spacing: 0.5px;
}/* grid-style */
.tt-product .product-layout.grid-style{
	margin-top: 45px;
}

.grid-style .item-inner  .action-links {
	position: absolute;
	top: 14px;
	left: 10px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.grid-style .item-inner:hover  .action-links {
	left: 18px;
	opacity: 1;
}
/* list-style*/
.list-style {
	border:0;
	padding:0;
	margin-top:0;
}
.list-style .module-title {
}
.list-style .label-pro-new,.list-style .label-pro-sale {
	right:0;
}
.list-style .item {
}
.list-style .item .item-inner:before {
	display: none;
}
.list-style .item .item-inner {
	margin:0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.list-style .item .item-inner .images-container {
  float: left;
  width: 31.5%;
  padding: 0;
}
.list-style .item .item-inner .caption {
  text-align: left;
  padding-left: 15px;
  padding-right: 0;
  overflow: hidden;
  padding-top: 11px;
}
.list-style .product-name {
}
.list-style .item-inner .price-box {
	margin-top: 15px; 
}
.list-style .item-inner  .action-links {
	margin-top: 58px;
}
.list-style.product-layout {
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px dotted #ebebeb;
}
.list-style.product-layout:last-child {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
/* large-product */
.large-product .item-inner .ratings {
	padding: 16px 0;
	margin-top: 5px;
}
.large-product .item-inner .product-name {
	padding: 19px 0;
	margin-top: 2px;
}
.large-product .item-inner  button.btn-cart {
	line-height: 56px;
	margin-top: 31px;
}
/* module-nav2 */
.module-nav2  .owl-carousel.owl-theme .owl-nav {
  position: absolute;
  right: -7px;
  top: -50px;
  margin: 0;
}
.module-nav2  .owl-carousel.owl-theme .owl-nav div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  opacity: 1;
  width: 20px;
  background: transparent;
  border-radius: 0;
  height: 30px;
  line-height: 30px;
  border: 0;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0;
}
.module-nav2  .owl-carousel.owl-theme .owl-nav div:before {
	font-size: 14px;
}
.module-nav2  .owl-carousel.owl-theme .owl-nav div.disabled {
	color: #b2b2b2 !important;
}
.module-nav2  .owl-carousel.owl-theme .owl-nav div:hover {
	color: #e51515;
	background: none;
}
.module-nav2  .owl-carousel.owl-theme .owl-nav div.owl-prev {
	margin-right: 14px;
}
.module-nav2  .owl-carousel.owl-theme .owl-nav div.owl-prev:after {
  content: "";
  height: 13px;
  width: 1px;
  background: #e1e1e1;
  position: absolute;
  right: -7px;
  top: 50%;
  -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.module-nav2 .owl-carousel.owl-theme  .owl-dots {
	position: absolute;
	right: -5px;
	top: -60px;
	margin: 0;
}
/* slider-group */
.slider-group {
	margin-top: 20px;
}
/* background-full */
.background-full {
	background: #f6f6f6;
	padding-bottom: 80px; 
}
.background-full2 {
	padding-bottom: 60px;
}
/* product-tabs-category-container-slider */
.tabs-category-slider {
}
.tabs-category-slider .module-title {

}

.tabs-category-slider .tabs-categorys {
	z-index: 1;
	display: block;
	text-align: center;
	margin-top: 34px;
	margin-bottom: 3px;
}
.tabs-category-slider .tabs-categorys li {
	display: inline-block;
	vertical-align: top;
	margin-right: 66px;
	position: relative;
}
.tabs-category-slider .tabs-categorys li:last-child {
	margin-right: 0;
}
.tabs-category-slider .tabs-categorys li:after	 {
	content: "";
	width: 7px;
	height: 7px;
	background: #434449;
	position: absolute;
	right: -39px;
	top: 9px;
	transform: rotate(45deg);
}
.tabs-category-slider .tabs-categorys li:last-child:after {
	display: none;
}
.tabs-category-slider .tabs-categorys li a {
	font-size: 14px;
	color: #838896;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 200;
	cursor: pointer;
	display: block;
}
.tabs-category-slider .tabs-categorys li:last-child {
	margin:0;
}
.tabs-category-slider .tabs-categorys li a:hover,.tabs-category-slider .tabs-categorys li.active a {
	color: #ffffff;
}
/* product-tabs-container-slider */
.product-tabs-container-slider .module-title h2 {
	display: none;
}
.product-tabs-container-slider .tabs {
	z-index: 1;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 17px;
}
.product-tabs-container-slider .tabs li {
	font-size: 14px;
	color: #bbbbbb;
	line-height: 26px;
	float: left;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	margin-right: 35px;
}
.product-tabs-container-slider .tabs li:last-child {
	margin:0;
}
.product-tabs-container-slider .tabs li:hover,.product-tabs-container-slider .tabs li.active {
	color: #333333;
}
.owl-demo-tabproduct .item:not(:first-child):last-child .item-inner .images-container {
	float: left;
	width: 45%;
}
.owl-demo-tabproduct .item:not(:first-child):last-child .item-inner .caption {
	overflow: hidden;
}
.owl-demo-tabproduct .item:not(:first-child):last-child .item-inner .quick-view,.owl-demo-tabproduct .item:not(:first-child):last-child .item-inner .action-links {
	display: none;
}
.owl-demo-tabproduct .item:not(:first-child):last-child .item-inner .caption .price-box {
	opacity: 1;
	visibility: visible;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}
/* featured-categories-container */
.featured-categories-container {
	margin-bottom: 80px; 
}
.featured-categories-container .owl-item.active {
	border-right: 1px solid #ebebeb; 
}
.featured-categories-container .owl-item.active.last {
	border:none;
}
.fcategory-content .image {
	display:block;
	border-radius: 1px;
	overflow: hidden;
}
.owl-featured-categories {
	border: 1px solid #ebebeb;
	background: #fff; 
}
.fcategory-content {
	padding:20px; 
}
.fcategory-content .image img {
	-webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.fcategory-content .image:hover img {
	-moz-transform: scale3d(1.03, 1.03, 1.03);
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -o-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}
.featured-categories-container .content-thumb .name {
	margin-top: 17px;
	margin-bottom: 16px;
}
.featured-categories-container .content-thumb .name a {
	font-size: 14px;
	color: #e51515;
	display: block;
	font-weight: 500;
}
.featured-categories-container .content-thumb .name a:hover {
	color: #e51515;
}
.sub-featured-categories li a {
	display: block;
	font-size: 13px;
	color: #7a7a7a;
	line-height: 24px;
}
.sub-featured-categories li a:hover {
	color: #e51515;
	padding-left: 7px;
}
.featured-categories-container .view-more {
	line-height: 29px;
	padding: 0 20px;
	color: #949494;
	text-transform: capitalize;
	background: #f1f1f1;
	border-radius: 3px;
	display:inline-block;
	vertical-align: top;
	margin-top: 21px;
}
.featured-categories-container .view-more:hover {
	background: #e51515;
	color: #fff;
}
/* CountDown */
.occountdown_module  {
}
.item-inner .caption .available {
	display: none;
}
.occountdown_module .item-inner .caption .available {
	font-size: 13px;
	color: #363f4d;
	margin-bottom: 0;
	margin-top: 20px;
	text-transform: capitalize; 
	display: block;
}
.occountdown_module .item-inner .caption .available span {
	color: #e51515;
	margin-left: 3px;
}
.occountdown_module .product-des {
	font-size: 11px;
	color: #7a7a7a;
	line-height: 24px;
	margin-top: 18px;
	display: block;
	margin-bottom: 25px;
}
.text-hurryup {
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #a8a8a8;
	margin-bottom: 0;
	margin-right: 20px;
}
.text-hurryup strong {
	display: block;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 18px;
	color: #3d3d3d;
}
.is-countdown {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 2;
}
.countdown-row {
	display: block;
	margin: 0 -3.5px;
	overflow: hidden;
}
.countdown-section {
	width: 25%;
	float: left;
	padding: 0 3.5px;
}
.countdown-section .time-info {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: #fff;
	border: 1px solid #ebebeb;
	padding: 11px 0;
	border-radius: 3px;
}
.countdown-section:last-child {
	border: 0;
}
.countdown-amount {
	font-size: 16px;
	line-height: 1;
	color: #2c2c37;
	position: relative;
	display: block;
	font-weight: 700;
	font-family: 'Karla', sans-serif;
}
.countdown-period {
	display: block;
	font-size: 12px;
	color: #c8c8c8;
}
/* oc-featured-products */
.oc-featured-products {
	margin-bottom: 80px;
}
/* testimonial */
.testimonial-container {
  width: 100%;
  min-height: 360px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  
  /* Layered background: Dark Vignette Gradient + Faded Rig Asset */
  background-image: 
    radial-gradient(
      circle at center, 
      rgba(11, 11, 11, 0.75) 0%, 
      rgba(11, 11, 11, 0.95) 100%
    ),
    linear-gradient(
      180deg, 
      #0b0b0b 0%, 
      rgba(11, 11, 11, 0.4) 50%, 
      #0b0b0b 100%
    ),
    url('https://www.proracingsimulators.co.uk/staging/shop/image/catalog/NEW-FORMULA-PRO/MOTION/rseat-a1-pro-formula-black-D-BOX-gallery-01.png');
	padding: 100px 0 113px 0;
	margin-top: 0px;
}
.testimonial-container .module-title {
	display: block;
}
.testimonial-images {
	display: block;
	text-align: center;
	padding: 30px;
	margin-bottom: 6px;
}
.testimonial-images img {
	-webkit-box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
	box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
	display: inline-block;
	vertical-align: top;
	border-radius: 100%;
	margin: auto;
}
.testimonial-box{
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	max-width: 920px;
	margin: auto;
	padding: 0 40px;
	letter-spacing: 0.25px;
	position: relative;
}
.testimonial-box:before,.testimonial-box:after {
	content:"";
	width: 51px;
	height: 41px;
	background: url(../image/icon1.png);
	position: absolute;
	left: 0;
	top: 0;
}
.testimonial-box:after {
	background: url(../image/icon2.png);
	left: auto;
	right: 0;
}
.testimonial-box a {
	color: #90939c;
}
.testimonial-author {
	text-transform: uppercase;
	color: #fff;
	font-weight: 200;
	text-align: center;
	margin-top: 40px;
}
.testimonial-container .owl-carousel.owl-theme  .owl-dot {
	margin: 0 75px;
}
.testimonial-container .owl-carousel.owl-theme  .owl-dot:before {
	content: '';
	display: block;
	width: 123px;
	height: 1px;
	background: rgba(255,255,255,0.1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: -137px;
}
.testimonial-container .owl-carousel.owl-theme  .owl-dot:last-child:after {
	content: '';
	display: block;
	width: 123px;
	height: 1px;
	background: rgba(255,255,255,0.1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: -137px;
}
.testimonial-container .owl-carousel.owl-theme  .owl-dots {
	margin-top: 55px;
}
.testimonial-container .owl-carousel.owl-theme  .owl-dot:before {
	
}
.row-testimonials {
	padding: 20px;
	border: 1px solid #ebebeb;
	margin-bottom: 30px;
	text-align: center;
}
/* corporate */
.corporate-full {
	background: #181b23;
}
.ma-corporate-about {
  text-align: left;
  margin-top: 70px;
  margin-bottom: 100px;
}
.ma-corporate-about .col {
	margin-top: 30px;
}

.ma-corporate-about .block-wrapper {
  display: inline-block;
  vertical-align: top;
  padding: 26px 30px;
  border: 1px solid #21252c;
  border-radius: 10px;
  position: relative;
}
.ma-corporate-about .block-wrapper:after {
	content: "\e615";
	font-family: 'Stroke-Gap-Icons';
	font-size: 36px;
	color: #e51515;
	background: #181b23;
	position: absolute;
	right: -20px;
	line-height: 66px;
	width: 40px;
	text-align: center;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ma-corporate-about .block-wrapper.wrapper2:after {
	content:"\e653";
}
.ma-corporate-about .block-wrapper.wrapper3:after {
	content: "\e67f";
}

.ma-corporate-about .block-wrapper .text-des {
  text-align: left;
  display: block;
}
.ma-corporate-about .block-wrapper .text-des h3 {
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  display: block;
  margin-bottom: 7px;
}
.ma-corporate-about .block-wrapper .text-des p {
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin: 0;
}
/* End Corporate */
/* instagram_block_home */
#instagram_block_home {
	margin-top: 100px;
	margin-bottom: 100px;
	position: relative;
}
#instagram_block_home a:hover img {
	opacity: 0.8;
}
#instagram_block_home .title_block {
	z-index: 2;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#instagram_block_home .title_block h3 {
	line-height: 35px;
	color: #fff;
	font-size: 12px;
	background: #23232c;
	padding: 0 20px;
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	margin: 0;
}
#instagram_block_home .title_block h3:before {
	content:"\f350";
	font-family: "Ionicons";
	font-size: 18px;
	margin-right: 5px;
	vertical-align: middle;
}
/* blog */
.menu-recent {
	
}
.menu-recent .articles-container {
	margin-top: 52px;
}
.menu-recent img {
    width: 100%;
}
.menu-recent .articles-inner {
	border-right: 0 !important;
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-bottom: 15px;
}
.menu-recent .row_items .articles-inner:not(:first-child) {
	margin-top: 30px;
}
.menu-recent .articles-image {
	position: relative;
	float: left;
	width: 47.37%;
}
.menu-recent .articles-image a:hover img {
	opacity: 0.8;
}
.menu-recent .aritcles-content {
	padding-left: 30px;
	float: left;
	width: 52.63%;
	padding-top: 35px;
}
.menu-recent .articles-image a {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	max-width: 100%;
	width: 100%;
	position: relative;
	border-radius: 3px;
}

.articles-name {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	margin-bottom: 13px;
	margin-top: 10px;
	color: #838896;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: 'Oswald', sans-serif;
}
.articles-date {
	font-size: 14px;
	text-transform: uppercase;
	font-weight:500;
	color: #e51515;
	font-family: 'Oswald', sans-serif;
}
.articles-date span {
	font-size: 36px;
}
.articles-intro p {
	line-height: 24px;
	padding: 16px 0;
	font-weight: 400;
	margin: 0;
	border-top: 1px solid #1e2229;
}
.menu-recent .author {
	text-transform: capitalize;
	display: block;
	margin-bottom: 19px;
	letter-spacing: 0.25px;
}
.menu-recent .author:before {
	content: "\f044";
	font-family: 'FontAwesome';
}
.menu-recent .author span {
	color: #e51515;
}
.menu-recent .read-more {
	color: #838896;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	margin-top: 11px;
	line-height: 46px;
	padding: 0 55px;
	background: #21252c;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	font-family: 'Oswald', sans-serif;
}
.menu-recent .read-more:hover {
	background: #e51515;
	color: #fff;
	-webkit-box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
	box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
}
.blog-blog .intro-content img,.blog-article .article-description img {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}
.blog-blog .article-list,.blog-article .article-container{
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
}
.article-description p,.intro-content p {
	line-height: 24px;
}
/* brand */
.brand-slider img {
	display:inline-block;
	vertical-align:top;
}
.brand-slider img:hover {
	opacity: 0.7;
}
.brand-slider {
	padding: 80px 0;
	text-align: center;
}
/* Social */
.follow {
  display: block;
  margin-top: 32px;
}
.follow label {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	margin-bottom: 8px;
}
ul.link-follow {
  display: inline-block;
  vertical-align: top;
  margin-left: 60px;
  float: left;
}
ul.link-follow li {
  float: left;
  margin-right: 10px;
  margin: 5px 0;
}
ul.link-follow li:last-child {
  margin-right: 0;
}
ul.link-follow li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #838896;
  font-size: 0;
  line-height: 30px;
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
ul.link-follow li a:before {
  font-size: 14px;
}
ul.link-follow li a span {
  display: none;
}
ul.link-follow li a:hover {
  color: #e51515;
}
/* footer */
.common-home footer {
	margin-top: 0;
}
footer{
	background: url(../image/bkg_footer.jpg) center;
	border-top: 2px solid #e51515;
	margin-top: 100px;
}
.footer-top {
	padding: 100px 0 30px 0;
}
footer .col-footer{
	margin-bottom: 30px;
	border-right: 1px solid #21252c;
}
footer .col-footer:last-child { 
	border: 0;
}
.footer-title h3{
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
	margin-top: 7px;
}
.col1 .footer-title {
	display: none;
}
.footer-content {
	line-height: 24px;
	font-weight: 400;
}
.footer-content .logo-footer {
	display: block;
	margin-bottom: 34px;
}
.footer-content .des {
	margin-bottom:0;
	letter-spacing: 0.25px;
}
.footer-contact {
	color: #fff;
	line-height: 23px;
	letter-spacing: 0.25px;
	margin-top: 40px;
}
.footer-contact li:before {
	content: "\e6ab";
	font-family: 'Stroke-Gap-Icons';
	font-size: 16px;
	color: #e51515;
	margin-right: 12px;
}
.footer-contact li.phone:before {
	content: "\e640";
}
.footer-contact li.email:before {
	content: "\e6b7";
}
.footer-tags a {
	line-height: 32px;
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
	background: #2e2e2e;
	color: #545454;
	border-radius: 3px;
	padding: 0 20px;
	margin-bottom: 15px;
}
.footer-tags a:hover {
	color: #fff;
}
.footer-contact li {
	padding: 3px 0;
}
.footer-contact li span {
	min-width: 53px;
	margin-right: 13px;
	display: inline-block;
	vertical-align: top;
}
.footer-payment {
	display:block;
	margin-top: 8px;
	float: right;
}
.footer-payment label {
	color: #363f4d;
	margin-bottom: 10px;
	display: block;
	font-size: 13px;
	font-style: italic;
}
footer .list-unstyled.text-content li a:hover{
	color: #e51515;
	padding-left: 7px;
}
footer .list-unstyled.text-content li a{color: #5a6069;display: block;font-weight: 400;padding: 6px 0;}
.footer-middle {
	background:#232f3e;
}
.footer-middle .container-inner {
	padding: 40px 0;
	border-top: 1px solid rgba(255,255,255,0.05);
}
.tag-static{
}
.tag-static li a:first-child{
	padding: 0 15px;
	font-weight: 400;
	color: #fff;
	background:#37475a;
	border-radius: 2px;
	margin-right: 8px;
}
.tag-static li a:first-child:after,.tag-static li a:last-child:after {
	display:none;
}
.tag-static li a {
	line-height: 32px;
	text-transform: capitalize;
	color: #5b697b;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.tag-static li a:after {
	content:"/";
	display: inline-block;
	vertical-align: top;
	margin:0 9px;
	color: #5b697b;
}
.tag-static li a:hover {
	color: #fff;
}
.tag-static li {
	display: block;
	margin-bottom: 8px;
}
.tag-static li:last-child {
	margin-bottom:0;
}
.footer-bottom {
	
}
.footer-bottom .container-inner {
	padding: 51px 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	border-top: 1px solid rgba(235,235,235,0.05);
	text-align: center;
}
.footer-bottom .footer-copyright {
	float: left;
	color: #838896;
	font-size: 13px;
	background: none;
	text-transform: capitalize;
	font-weight: 400;
	text-align: left;
	padding: 13px 0;
}
.footer-bottom .footer-copyright a {
	color: #e51515;
}
.footer-bottom .footer-copyright a:hover {
	text-decoration: underline;
}
#back-top:hover{
	opacity: 0.8;
}
#back-top{
	position: fixed;
	bottom: 210px;
	right: 8%;
	text-align: center;
	cursor: pointer;
	line-height: 56px;
	height: 56px;
	font-size: 16px;
	width: 56px;
	padding: 0;
	font-weight: 500;
	text-align: center;
	background: #e51515;
	color: #fff;
	-webkit-box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
	box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
	border-radius: 100%;
	z-index: 999;
}
#back-top i{font-size: 16px;}
@media(max-width: 1400px){
	#back-top{
		bottom: 110px;
		right: 3%;
	}
}
@media(max-width: 1024px){
	#back-top{
		right: 30px;
		bottom: 65px;
		line-height: 46px;
		height: 46px;
		width: 46px;
	}
}

/* breadcrumb */
.common-home .breadcrumbs {
	display: none;
}
.breadcrumbs {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.breadcrumbs h1 {
	color: #fff;
	font-weight: 500;
	font-size: 48px;
	margin-bottom: 2px;
	margin-top: 0;
	text-transform: uppercase;
}
.breadcrumb{
	margin: 0;
	background: none;
	padding: 13px 0;
	text-transform: capitalize;
}
.breadcrumb li:before {
	margin: 0 5px;
}
.breadcrumb li a:hover{
	color: #e51515;
}
.breadcrumb li a{
	color: #fff;
	font-size: 16px;
}
.breadcrumb li:last-child a {
	color: #e51515;
}
/* */

/* toolbar */
.category-image {
	margin-top: 30px;
}
.category-image img {
	border: none;
}
.text-refine {
	margin-top: 0;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
.list-cate li {
	padding: 5px 0;
	font-size: 14px
}
#compare-total {
	line-height: 28px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	font-size: 14px;
}
.toolbar-products {
	padding: 6px 21px;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
	border: 2px solid #ebebeb;
	border-radius: 4px;
}
.toolbar-products.toolbar-bottom {
	margin-bottom:0;
	margin-top: 10px;
}
.toolbar-products .modes {
	display:inline-block;
	vertical-align: top;
	padding: 13px 0;
}
.toolbar-products .toolbar-amount {
	line-height: 35px;
	padding: 0;
	font-size: 12px;
	color: #8d8c8c;
	display: inline-block;
	vertical-align: top;
	padding: 5px 0;
	font-size: 14px;
}
#grid-view i,#list-view i {
	display: none;
}
.modes button {
	width: 20px;
	height: 18px;
	padding: 0;
	margin-right: 15px;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	border: none;
	border-radius: 0;
	box-shadow: none !important;
}
#grid-view {
	background: url(../image/bkg_grid.png) center no-repeat;
}
#grid-view.selected,#grid-view:hover {
	background: url(../image/bkg_grid_hover.png) center no-repeat;
}
#list-view {
	background: url(../image/bkg_list.png) center no-repeat;
}
#list-view.selected,#list-view:hover {
	background: url(../image/bkg_list_hover.png) center no-repeat;
}
.toolbar-products .sorter {
	margin-left: 45px;
	display: inline-block;
	vertical-align: top;
	padding: 5px 0;
}
.toolbar-products .limiter {
	display: inline-block;
	vertical-align: top;
	padding: 5px 0;
}
.toolbar-products .sorter label,.toolbar-products .limiter label {
	display:inline-block;
	vertical-align: top;
	line-height: 35px;
	margin: 0;
	color: #3e3e3e;
	font-size: 14px;
	margin-right: 8px;
}
.toolbar-products .sorter select, .toolbar-products .limiter select {
	padding: 0 15px;
	height: 35px;
	font-size: 13px;
	color: #898888;
	border-radius: 25px;
	display: inline-block;
	vertical-align: top;
	width: auto;
	border: 1px solid #e8e8e8;
	box-shadow: none;
}
.toolbar-products .pages {
	display:inline-block;
	vertical-align: top;
	padding: 8.5px 0;
}
.toolbar-products .pages ul {
	margin: 0;
	border-radius:0;
}
.toolbar-products .pages ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.toolbar-products .pages ul li a {
	color: #292929;
	font-size: 13px;
	font-weight: 400;
	padding: 0 4px;
	width: 28px;
	border-radius: 100%;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border: none;
	background: #e9e9e9;
}
.toolbar-products .pages ul li span {
	color: #fff;
	background: none;
	font-size: 13px;
	border: none;
	padding: 0 4px;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	line-height: 28px;
}
.toolbar-products .pages ul li.active span,.toolbar-products .pages ul li:hover a {
	color: #fff;
	background: #e51515;
	border: none;
}
/* category */
.category-img {
	display: block;
	margin-bottom: 20px;
	border-radius: 3px;
	overflow: hidden;
}
.category-img img {
	border: none;
}
.custom-products {
}
.custom-products .product-grid {
	margin-bottom: 30px;
}
.product-grid .product-des {
	display: none;
}
.product-list {margin-bottom: 30px;padding: 0 15px;}
.product-list .item .item-inner {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: #efefef;
}
.product-list .col-image, .product-list .col-des {padding: 0;}
.product-list .col-des {background: #fff;}
.product-list .images-container {
}
.product-list .caption {padding: 11px 25px 25px 25px;}
.product-list .caption-top {
	padding-top: 10px;
}
.product-list .product-name {
}
.product-list .product-name a {
}
.product-list .item-inner .caption .price-box {
}
.product-list .price-box .price {
}
.product-list .product-des {border: 0;}
.product-list .button.btn-cart{
	width: auto;
	min-width: 230px;
	margin-top: 12px;
	float: left;
	margin-right: 20px;
}
.product-list .action-links {
	display: inline-block;
	vertical-align: top;
}
.product-list .item-inner .action-links button {
	margin-right: 6px;
	float: left;
	margin-top: 12px;
	margin-bottom: 0;
	height: 44px;
	line-height: 44px;
	width: 44px;
	background: #efefef;
}
.product-list .item-inner .action-links button:before {
	font-size: 16px;
}
.product-list .action-links button:last-child {
	margin-right: 0;
}
.product-list .item-inner .action-links button:hover {
	background: #e51515;
	color: #fff;
}
/* product detail */
.thumbnail, .img-thumbnail {
	-webkit-box-shadow:none;
    box-shadow: none;
    padding:0;
    border-radius:0;
    border: 0;
}
.thumbnails {
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 10px;
}
.thumbnails .thumbnail{margin:0;}
.zoomContainer {
    top: 0px !important;
    left: 15px !important;
    right: 0px;
    bottom: 0px;
    width: 100% !important;
}
.zoomContainer .zoomLens {
    width: 100px !important;
    height: 100px !important;
}
.product-quickview .product-info-main .button-cart {
	min-width: auto;
}
.product-quickview .zoomContainer .zoomLens {
	display: none !important;
}
.product-quickview .thumbnails {
	pointer-events: none;
}
.product-quickview .ratings a {
	display: none;
}
.zoomContainer .zoomWindowContainer .zoomWindow {
    margin-left: 15px;
    border-color: #e51515 !important;
}
.image-additional-container {padding: 0 20px;}
.image-additional-container .thumbnail{
	margin: 0;
	opacity: 0.2;
	border-radius: 7px;
	overflow: hidden;
}
.image-additional-container .thumbnail:hover,.image-additional-container .thumbnail.current-additional {opacity: 1;}
.owl-style3  {
}
.owl-style3  .owl-item {
}
.owl-style3  .owl-carousel.owl-theme .owl-nav div.owl-prev {
	left: -30px !important;
	opacity: 1;
}
.owl-style3  .owl-carousel.owl-theme .owl-nav div.owl-next {
	right: -30px !important;
	opacity: 1;
}
.product-info-main .product-name {
	font-size: 14px;
	font-weight: 500;
	color: #181b23;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 14px;
	border-bottom: 1px solid #efefef;
}
.product-info-main .ratings{
	padding: 13px 0;
    border-bottom: 1px solid #efefef;
}
.product-info-main .rate-special {
	margin-top: 19px;
}
.product-info-main .price-box {
	margin-top: 19px;
    display: inline-block;
    vertical-align: top;
    padding: 2.5px 0;
}
.product-info-main .price-box .price {
}
.product-info-main .short-des {
	line-height: 24px;
	margin-top: 15px;
	padding-bottom: 17px;
}
#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
    height: 21px;
    box-shadow: none;
    font-weight: 400;
    text-align: center;
    width: 20px;
    font-size: 12px;
    border-radius: 0;
    border: none;
    padding: 0;
    color: #a6a6a6;
}
#minus,#minus2 {
	position: absolute;
	top: 0px;
	right: 14px;
	border-bottom: 1px solid #ebebeb;
	height: 19px;
}
#plus,#plus2 {
	position: absolute;
	bottom: 0;
	right: 14px;
}
#input-quantity2,
#input-quantity {
    width: 50px;
    min-width: auto;
    height: 40px;
    line-height: 50px;
    color: #292929;
    font-size: 14px;
}
.product-info-main .form-group {
	display:inline-block;
	vertical-align: top;
	width: 100%;
}
label[for=input-quantity]{
	float: left;
	line-height: 32px;
	padding: 5px 0;
	margin-right: 30px;
	margin-bottom: 0;
	color: #363636;
}
.product-info-main .button-cart{
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	padding: 0 40px;
	line-height: 42px;
	background: #efefef;
	color: #6c6f7a;
}
.product-info-main .button-cart:before {
	content: "";
    margin-right: 8px;
    margin-top: -3px;
    width: 16px;
    height: 16px;
    background: url(../image/icon-btn-cart.png) center no-repeat;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.product-info-main .button-cart:hover {
	background: #e51515;
	color: #fff;
}
.product-info-main .button-cart:hover:before {
	background: url(../image/icon-btn-cart-hover.png) center no-repeat;
}
.product-info-main button.btn-wishlist,.product-info-main button.btn-compare {
	line-height: 42px;
	height: 42px;
	float: left;
	width: 42px;
	margin-top: 15px;
	background:#efefef;
}
.product-info-main button.btn-wishlist:before,.product-info-main button.btn-compare:before {
	font-size: 16px;
}
.product-info-main button.btn-wishlist {
	margin-right: 8px;
}
.product-info-main button.btn-wishlist:hover,.product-info-main button.btn-compare:hover {
	background: #e51515;
	color: #fff;
}
#product2.has-option,
#product.has-option{
	max-height: 300px;
	overflow: auto;
	border: 1px solid #e1e1e1;
	padding: 20px;
}
#product + div{
	margin: 20px 0;
}
.quantity-box {
	float: left;
	position: relative;
	padding-right: 25px;
	border: 1px solid #ebebeb;
	border-radius: 25px;
	padding: 0 15px;
	padding-right: 40px;
}
.product-info-main label[for=input-quantity], .product-info-main .quantity-box {
	margin-top: 15px;
	margin-right: 20px;
}
.product-info-main .box-options {
	padding: 18px 40px ;
}
.product-info-main ul.list-unstyled {
}
.product-info-main ul.list-unstyled li {
	display: block;
	line-height: 24px;
}
.product-info-main ul.list-unstyled li span,.product-info-main ul.list-unstyled li a {
	color: #e51515;
	margin-left: 5px;
}
.product-info-main ul.list-unstyled li a:hover {
	text-decoration: underline;
}
.product-info-detailed {
	margin-top: 60px;
}
.product-info-detailed .nav-tabs {
	margin-bottom: 0;
	border-top: 1px solid #ebebeb;
	padding-top: 48px;
	border-bottom: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.product-info-detailed .nav-tabs li {
	margin-bottom: 0;
	position: relative;
	margin-right: 50px;
}
.product-info-detailed .nav-tabs li:last-child {
	margin-right:0;
}
.product-info-detailed .nav-tabs li a {
	font-size: 14px;
	color: #292929 !important;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 0;
	border: none !important;
	padding: 8px 0;
	margin: 0;
	background: none;
	font-family: 'Oswald', sans-serif;
}

.product-info-detailed .nav-tabs li.active a,.product-info-detailed .nav-tabs li a:hover {
	color: #e51515 !important;
	border-radius: 0;
}
.product-info-detailed .nav-tabs li.active a:before {
	opacity: 1;
}
.product-info-detailed .tab-content {
	line-height: 30px;
	padding-top: 30px;
}
#tab-description p {
	margin:0;
}
.bootstrap-datetimepicker-widget a[data-action]{
	padding: 0 !important;
}
.bootstrap-datetimepicker-widget td span:hover{
	background: none !important;
}
.bootstrap-datetimepicker-widget td span{
	height: 40px !important;
	line-height: 40px !important;
	margin: 0px !important;
}
.alert.alert-success{
	text-align: center;
	font-size: 14px;
	margin: 0;
}
.account-login .well{
	background: none;
	box-shadow: none;
}
#map-canvas{
	min-height: 400px;
	margin: 20px 0;
}
.information-contact form .required{
	margin-bottom: 20px;
}
.bootstrap-datetimepicker-widget a[data-action] {
    border: none;
	height: auto;
}
#content{
	min-height: 300px;
}
.btn-quickview span{
}
.btn-quickview i {
	display: none;
}
#cart .dropdown-menu {
    margin: 0;
    padding: 10px 30px 0 30px !important;
    width: 350px;
    right: -15px;
    left: auto;
    list-style: none none;
    border: 0;
    background: #fff;
    margin-top: 11px;
    box-sizing: border-box;
    top: 100%;
}
#cart .dropdown-menu:after,#cart .dropdown-menu:before,
.box-setting .dropdown-menu:after,.box-setting .dropdown-menu:before {
	border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
#cart .dropdown-menu:before,
.box-setting .dropdown-menu:before {
	border: 7px solid;
	border-color: transparent transparent #fff transparent;
	z-index: 99;
	right: 26px;
	top: -12px;
	opacity: 0;
}
.box-setting .dropdown-menu:before {
	right: 13px;
}
#cart .dropdown-menu:after,
.box-setting .dropdown-menu:after {
	border: 8px solid;
	border-color: transparent transparent #fff transparent;
	z-index: 98;
	right: 25px;
	top: -15px;
}
.box-setting .dropdown-menu:after {
	right: 12px;
}
#cart .total-price {
 	font-size: 14px;
 	font-weight: 500;
 	margin-left: 17px;
 	padding: 12px 0;
 	display: inline-block;
 	vertical-align: top;
 }
#cart .cart-close {
	position: absolute;
	top: 20px;
	right: 0;
	font-weight: 400;
}
#cart .cart-empty{
	padding-bottom: 25px;
	padding-top: 15px;
	margin: 0;
}

#cart .dropdown-menu > li:first-child .table > tbody > tr > td{
	border: 0;
}
#cart .dropdown-menu > li:last-child .table > tbody > tr > td.text-left {
	color: #3e3d43;
	font-weight: 500;
	font-size: 12px;
	padding: 5px 0;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
#cart .dropdown-menu > li:last-child .table > tbody > tr > td.text-right {
	color: #292929;
	font-size: 14px;
	padding: 5px 0;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
}
#cart .dropdown-menu > li:last-child .table > tbody > tr:last-child > td.text-right {
	font-size: 18px;
	font-weight: 700;
}
#cart .dropdown-menu > li:first-child .table > tbody > tr {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	display: block;
}
#cart .table > tbody > tr > td{
	border: none;
	padding: 0;
}
#cart .cart-close button{
	background: none;
	color: #bababa;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	font-size: 18px;
}
#cart .cart-close button:hover {
	color: #e51515;
}
#cart .cart-quantity{
	color: #969696;
	line-height: 20px;
	display: block;
	padding: 5px 0;
	font-size: 13px;
}
#cart .cart-price {
	font-size: 14px;
	color: #e51515;
	padding-top: 2px;
	display: block;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
}
#cart .cart-name {
	color: #363f4d;
	font-size: 14px;
	line-height: 18px;
	display: block;
}
#cart .cart-name:hover {
	color: #e51515;
}
#cart .cart-button{
	padding: 30px 0;
	margin: 0 -30px;
	background: #22232b;
}
#cart p.cart-button a:last-child{
}
#cart p.cart-button a{
	border: none;
	background: #fff;
	color: #3e3d43;
	line-height: 44px;
	text-align: center;
	padding: 0 35px;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 30px;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	margin: 7px;
	font-family: 'Oswald', sans-serif;
}
#cart p.cart-button a strong {
	font-weight: 400;
}
#cart p.cart-button a:hover{
	background: #e51515;
    color: #fff;
    -webkit-box-shadow: 0 0 20px 5px rgba(229,21,21,0.3);
    box-shadow: 0 0 20px 5px rgba(229,21,21,0.3)
}
#cart p.cart-button a:hover i{
	color: #fff;
}
#cart p.cart-button a i{
	padding-left: 5px;
	font-size: 10px;
	display: none;
}
#cart .dropdown-menu .info-item{
	padding-left: 10px;
}
#cart .dropdown-menu .has-scroll{
	max-height: 282px;
	overflow: auto;
	padding: 0 30px;
	margin: 0 -30px;
}
/*
 *  STYLE 6
 */
#cart .dropdown-menu .has-scroll::-webkit-scrollbar-track
{
	background-color: #fff;
}
#cart .dropdown-menu .has-scroll::-webkit-scrollbar
{
	width: 5px;
	background-color: #fff;
}
#cart .dropdown-menu .has-scroll::-webkit-scrollbar-thumb
{
	background-color: #ccc;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}
#cart .dropdown-menu tr td strong{
	color: #232323;
	font-weight: 500;
	float: left;
	padding: 2px 0;
	font-size: 12px;
	text-transform: uppercase;
}
.fluid-width >.container {
	width: auto;
	padding: 0 75px;
	max-width: 1920px;
	margin: auto;
}
@media(max-width: 1599px){
	.header-top {
		min-height: 400px;
	}
	.fluid-width >.container {
		padding: 0 30px;
	}
	.common-home #logo{
		padding: 40px 0;
	}
}
/* responsive */
@media(max-width: 1349px){
	.owl-carousel.owl-theme .owl-nav div.owl-prev {
	  left: 0;
	}
	.owl-carousel.owl-theme .owl-nav div.owl-next {
	  right: 0;
	}
}
@media(max-width: 1199px){
	.menu-recent .aritcles-content {
		padding-top: 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.static-top-aero1 .text .text1 {
		font-size: 13px;	
	}
	.static-top-aero1 .text .text2 {
		font-size: 18px;
	}
	.static-top-aero1 .text .text3 {
		font-size: 12px;
		margin-top: 15px;
	}
	.static-bottom-aero1 .text .text1 {
		font-size: 14px;
	}
	.static-bottom-aero1 .text .text2 {
		font-size: 24px;
		margin-top: 0;
	}
	.static-bottom-aero1 .text .text3 {
		font-size: 13px;
		margin-top: 10px;
		line-height: 20px
	}
	.static-bottom-aero1 .text .link {
		font-size: 12px;
		line-height: 36px;
		padding: 0 20px;
		padding-right: 45px;
		border-radius: 25px;
		margin-top: 32px;
	}
	.static-bottom-aero1 .text .link:after {
		font-size: 14px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}
@media(max-width: 991px){
	.col-order {
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.col-order #content {
	    -ms-flex-order: 1;
	    -webkit-order: 1;
	    order: 1;
	    float: none;
	}
	.col-order #column-left {
		-ms-flex-order: 2;
	    -webkit-order: 2;
	    order: 2;
	    float: none;
	}
	#column-left,#column-right {
		margin-top: 30px;
	}
	.common-home .header-inner {
		position: relative;
		background: #22232b;
	}
	.common-home .header-inner:after {
		opacity: 1;
	}
	.common-home #search input {
		background: #22232b;
	}
	.common-home #logo {
		padding: 28px 0;
	}
	.static-welcome {
		margin-top: 44px;
	}
	.static-welcome .title {
		margin-bottom: 60px;
	}
	header {
		margin-bottom: 60px;
	}
	header .box-left {
		right: auto;
	}
	.logo-container {
		padding-left: 5px;
		position: static;
	}
	.module-title {
		margin-top: 60px;
	}
	.static-top-aero1 {
		margin-top: 30px;
	}
	.module-title:before {
		width: 80%;
	}
	.module-title:after {
		width: 100%;
	}
	.newletter-subscribe-container {
		margin-top: 45px;
		padding-top: 60px;
	}
	.ma-corporate-about {
		margin-top: 30px;
		margin-bottom: 60px;
	}
	.testimonial-container {
		margin-top: 60px;
		padding-top: 20px;
		padding-bottom: 30px;
	}
	footer {
		margin-top: 60px;
	}
	footer .col4 {
		clear: left;
	}
	.footer-top {
		padding: 53px 0 15px 0;
	}
	ul.link-follow {
		margin: 0;
		float: none;
	}
	.footer-bottom .footer-copyright,.footer-payment{
		float: none;
		display: block;
		text-align: center;
		max-width: none;
		line-height: 1.2;
	}
	.newletter-popup,
	.b-modal{
		display: none !important;
	}
	.zoomContainer,
	.vermagemenu-container,
	#search-by-category .search-container .categories-container
	{
		display: none !important;
	}
}

@media(min-width: 768px) {
	.toolbar-products .modes {
		float: left;
		margin-right: 20px;
	}
	.toolbar-products .sorter,.toolbar-products .limiter ,.toolbar-products .pages {
		float: right;
	}
	.toolbar-products .toolbar-amount {
		float: left;
	}
	
}
@media(max-width: 767px){
	.link-compare {
		text-align: center;
	}
	.fluid-width >.container {
		padding: 0 15px;
	}
	.product-info-main {
		margin-top: 30px
	}
	.module-title {
		padding-right: 0 !important;
	}
	.static-bottom-aero1 .col{
		width: 100%;
		float: none;
	}
	#subscribe_email,#subscribe {
		width: 100%;
	}
	.ma-corporate-about {
		text-align: center;
	}
	.testimonial-container .owl-carousel.owl-theme  .owl-dot {
		margin: 0 10px;
	}
	.testimonial-container .owl-carousel.owl-theme  .owl-dot:before,
	.testimonial-container .owl-carousel.owl-theme  .owl-dot:after {
		display: none !important;
	}
}
@media(max-width: 640px){ 
	
}
@media(max-width: 567px){ 
	.product-info-detailed .nav-tabs li {
		float: none;
		display: block;
		margin-right: 0;
	}
	
	.static-bottom-aero1 .text .text1 {
		font-size: 14px;
	}
	.static-bottom-aero1 .text .text2 {
		font-size: 24px;
		margin-top: 0;
	}
	.static-bottom-aero1 .text .text3 {
		font-size: 13px;
		margin-top: 10px;
		line-height: 20px
	}
	.static-bottom-aero1 .text .link {
		font-size: 12px;
		line-height: 36px;
		padding: 0 20px;
		padding-right: 45px;
		border-radius: 25px;
		margin-top: 32px;
	}
	.static-bottom-aero1 .text .link:after {
		font-size: 14px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}
@media(min-width: 481px){
	.product-list .item .item-inner {
		display: table;
	}
	.product-list .col-image, .product-list .col-des {
		display: table-cell;
	    vertical-align: middle;
	    float: none;
	    overflow: hidden;
	}
}
@media(max-width: 479px){
	.ma-corporate-about .block-wrapper:after {
		right: -15px;
	}
	.toolbar-products .sorter,.toolbar-products .limiter {
		display: block;
		margin: 0;
	}
	.logo-container {
		max-width: 50%;
	}
	.header-inner {
		padding: 0 15px;
	}
	header .box-setting {
		margin: 0;
	}
	
	#search .search-content {
		top: 100%;
		right: -75px;
		margin-top: 15px;
	}
	#cart {
		margin: 0 5px;
	}
	#cart .dropdown-menu {
		width: 250px;
		right: -30px;
	}
	#cart .dropdown-menu::before {
		right: 41px;
	}
	#cart .dropdown-menu::after {
		right: 40px;
	}
	header .box-setting .dropdown-menu {
		right: -60px;
	}
	.box-setting .dropdown-menu:before {
		right: 75px;
	}
	.box-setting .dropdown-menu:after {
		right: 74px;
	}
	.product-info-main .button-cart {
		min-width: auto;
	}
	.menu-recent .articles-image {
		width: 100%;
		float: none;
	}
	.menu-recent .aritcles-content {
		padding-left: 0;
		float: none;
		width: 100%;
	}
	.static-welcome .title h2 {
		font-size: 90px;
	}
	.static-welcome .content .image {
		float: none;
		width: 100%;
		padding: 0;
	}
	.static-welcome .content .text {
		padding: 0 15px;
	}



	.testimonial-box {
		padding: 0 50px;
	}
	.static-bottom-aero1 .text .text1 {
		font-size: 12px;
	}
	.static-bottom-aero1 .text .text2 {
		font-size: 18px;
		margin-top: 0;
		letter-spacing: 2px;
	}
	.static-bottom-aero1 .text .text3 {
		font-size: 12px;
		margin-top: 5px;
		line-height:18px
	}
	.static-bottom-aero1 .text .link {
		font-size: 10px;
		line-height: 36px;
		padding: 0 20px;
		padding-right: 45px;
		border-radius: 25px;
		margin-top: 15px;
	}
	.static-bottom-aero1 .text .link:after {
		font-size: 14px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.breadcrumbs h1 {
		font-size: 35px;
	}
}
/*Fix products-grid */
@media (min-width: 1200px){
	.custom-products .product-grid.three-items:nth-child(3n+1),
	.custom-products .product-grid.four-items:nth-child(4n+1),
	.custom-products .product-grid.two-items:nth-child(2n+1)
	{  clear: left;} 
}
@media (max-width: 1199px) and (min-width: 992px){
	.custom-products .product-grid.three-items:nth-child(3n+1), 
	.custom-products .product-grid.four-items:nth-child(4n+1),
	.custom-products .product-grid.two-items:nth-child(2n+1)
	{clear: left;}
}
@media (max-width: 991px) and (min-width: 481px){
	.custom-products .product-grid:nth-child(2n+1) {clear: left;}
}
@media (max-width: 480px) and (min-width: 0px){
	.custom-products .product-grid:nth-child(1n+1) {clear: left;}
	.custom-products .product-grid{width: 100%;}  
}
/*Fix products-no-slider */
.two_items,.three_items,.four_items,.six_items {
	margin-bottom: 30px;
}
@media (min-width: 768px) {
	.six_items:nth-child(6n+1),
	.four_items:nth-child(4n+1),
	.three_items:nth-child(3n+1),
	.two_items:nth-child(2n+1)
	{  clear: left;} 
} 

/* USP SECTION
/* Import Oswald from Google Fonts (if not already loaded in your site <head>) */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600&display=swap');

/* Container Bar Styling */
.prs-usp-bar {
  width: 100%;
  background-color: #0b0b0b; /* Deep high-tech charcoal/black */
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px 0;
}

.prs-usp-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

/* Individual Item & Divider Styling */
.prs-usp-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 24px;
  position: relative;
  transition: opacity 0.3s ease;
}

/* Fine Vertical Hairline Dividers */
.prs-usp-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0)
  );
}

.prs-usp-item:hover {
  opacity: 0.85;
}

/* Icon Sizing & Color */
.prs-usp-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: #ffffff; /* Crisp monochrome white */
  display: flex;
  align-items: center;
  justify-content: center;
}

.prs-usp-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Typography Hierarchy */
.prs-usp-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.prs-usp-title {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1.2;
}

.prs-usp-subtitle {
  color: #a0a0a0; /* Muted graphite for sub-text */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
}

/* Responsive Behavior for Tablet/Mobile */
@media (max-width: 1024px) {
  .prs-usp-container {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
  }
  
  .prs-usp-item:nth-child(2)::after {
    display: none; /* Remove middle divider on 2x2 grid */
  }
}

@media (max-width: 600px) {
  .prs-usp-container {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
  
  .prs-usp-item {
    justify-content: center; /* Centers the icon + text group in the viewport */
    text-align: center;      /* Centers subtitle text */
    flex-direction: column;  /* Stacks icon above text for ultra-narrow screens */
    gap: 8px;
    padding: 0;
  }

  .prs-usp-text {
    align-items: center;     /* Centers title and subtitle relative to each other */
  }

  .prs-usp-item::after {
    display: none; /* Hide vertical dividers on mobile stack */
  }
}
.prs-logo-bar {
		width: 100%;
		background-color: #0b0b0b;         /* matches the USP bar's deep charcoal/black */
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		padding: 24px 0 0;
	}
	.prs-logo-bar-label {
		text-align: center;
		font-size: 11px;
		letter-spacing: 1.5px;
		color: #888888;
		text-transform: uppercase;
		font-family: 'Oswald', sans-serif;
		font-weight: 500;
		margin: 0 0 12px;
	}
	.prs-ticker {
		width: 100%;
		height: 60px;
		overflow: hidden;
		background-color: #0b0b0b;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		position: relative;
	}
	/* soft fade at each edge so logos don't feel like they're cut off */
	.prs-ticker:before,
	.prs-ticker:after {
		content: "";
		position: absolute;
		top: 0; bottom: 0;
		width: 60px;
		z-index: 2;
		pointer-events: none;
	}
	.prs-ticker:before { left: 0;  background: linear-gradient(to right, #0b0b0b, rgba(11,11,11,0)); }
	.prs-ticker:after  { right: 0; background: linear-gradient(to left,  #0b0b0b, rgba(11,11,11,0)); }

	.prs-ticker-track {
		display: flex;
		width: max-content;
		height: 100%;
		animation: prs-ticker-scroll 55s linear infinite;
	}
	.prs-ticker:hover .prs-ticker-track {
		animation-play-state: paused;
	}
	.prs-ticker-set {
		display: flex;
		align-items: center;
		height: 100%;
	}
	.prs-ticker-item {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		min-width: 150px;
		padding: 0 30px;
		position: relative;
	}
	/* fine fading vertical hairline divider — same treatment as the USP bar's dividers */
	.prs-ticker-item:after {
		content: "";
		position: absolute;
		right: 0;
		top: 15%;
		height: 70%;
		width: 1px;
		background: linear-gradient(
			to bottom,
			rgba(255,255,255,0),
			rgba(255,255,255,0.12),
			rgba(255,255,255,0)
		);
	}
	.prs-ticker-logo img {
		height: 22px;
		width: auto;
		max-width: 140px;
		object-fit: contain;
		filter: brightness(0) invert(1);  /* forces solid white regardless of source colour, matches the icon treatment in the USP bar */
		opacity: 0.55;
		transition: opacity 250ms ease;
	}
	/* Note: brightens to full opacity on hover (rather than Gemini's opacity-down-on-hover)
	   because hovering also pauses the scroll here — full brightness signals "this is the
	   one you're looking at". Easy to flip to match the USP bar exactly if you'd rather. */
	.prs-ticker-logo img:hover {
		opacity: 1;
	}
	@keyframes prs-ticker-scroll {
		from { transform: translateX(0); }
		to   { transform: translateX(-50%); }
	}
	@media (max-width: 767px) {
		.prs-ticker { height: 50px; }
		.prs-logo-bar-label { font-size: 10px; }
		.prs-ticker-item { min-width: 110px; padding: 0 20px; }
		.prs-ticker-logo img { height: 18px; }
	}
	@media (prefers-reduced-motion: reduce) {
		.prs-ticker-track { animation: none; }
	}
	
	/* Colour buttons

	/* ==========================================================================
   HIGH-END NAV CARDS SECTION (3-COLUMN SIDE-BY-SIDE LAYOUT)
   ========================================================================== */

/* Section Container */
.prs-nav-cards-section {
  width: 100%;
  padding: 40px 0;
  box-sizing: border-box;
}

.prs-nav-cards-container {
  max-width: 1240px; /* Fits 3x370px cards + gaps + padding without wrapping */
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap; /* Locks all 3 cards strictly onto a single line */
  box-sizing: border-box;
}

/* Card Base - Enforced Aspect Ratio & Sizing */
.prs-nav-card {
  position: relative;
  flex: 1 1 370px;   /* Allows cards to scale smoothly together without wrapping */
  max-width: 370px;  /* Caps maximum size at exact 370px target */
  height: 206px;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  text-decoration: none;
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
              border-color 0.3s ease, 
              box-shadow 0.3s ease, 
              filter 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Card Internal Content Layout & Overlay */
.prs-card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 22px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.45); /* Subtle overlay for text legibility over bg images */
  transition: background 0.3s ease;
}

.prs-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prs-card-tag {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.prs-card-icon {
  width: 18px;
  height: 18px;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s ease;
}

.prs-card-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Typography Hierarchy */
.prs-card-title {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.prs-card-desc {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  color: #e0e0e0;
  margin: 0;
  line-height: 1.4;
  font-weight: 400;
  transition: color 0.3s ease;
}

.prs-card-footer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.prs-card-action {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #ffffff;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.prs-action-line {
  height: 1px;
  flex-grow: 1;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}

.prs-action-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background 0.3s ease;
}

/* ==========================================================================
   DEFAULT VIBRANT COLOR & BACKGROUND IMAGE ASSIGNMENTS
   ========================================================================== */

/* Card 1: Our Simulators (Crimson Red / GT Rig Imagery) */
.card-simulators {
  border-color: rgba(255, 30, 60, 0.6);
  box-shadow: 0 8px 24px -6px rgba(255, 30, 60, 0.3);
  background-image: linear-gradient(135deg, rgba(255, 30, 60, 0.25), rgba(0, 0, 0, 0.75)), 
                    url('/image/catalog/NEW-GT-PRO/rseat-a1-pro-gt-black-gallery-10-1946x1217.png');
}
.card-simulators .prs-card-tag,
.card-simulators .prs-card-icon { color: #ff1e3c; }
.card-simulators .prs-action-line::after { background: #ff1e3c; }

/* Card 2: Simulator Builder (Electric Cyan / Cockpit Configurator) */
.card-builder {
  border-color: rgba(0, 229, 255, 0.6);
  box-shadow: 0 8px 24px -6px rgba(0, 229, 255, 0.3);
  background-image: linear-gradient(135deg, rgba(0, 229, 255, 0.25), rgba(0, 0, 0, 0.75)), 
                    url('/image/catalog/NEW-FORMULA-PRO/rseat-a1-pro-formula-black-gallery-05-1946x1217.png');
}
.card-builder .prs-card-tag,
.card-builder .prs-card-icon { color: #00e5ff; }
.card-builder .prs-action-line::after { background: #00e5ff; }

/* Card 3: Buyer's Guide (Apex Yellow / Technical Hardware) */
.card-guide {
  border-color: rgba(255, 190, 0, 0.6);
  box-shadow: 0 8px 24px -6px rgba(255, 190, 0, 0.3);
  background-image: linear-gradient(135deg, rgba(255, 190, 0, 0.25), rgba(0, 0, 0, 0.75)), 
                    url('/image/catalog/NEW-GT-CLUB/rseat-p1-blue-gallery-03-1946x1217.png');
}
.card-guide .prs-card-tag,
.card-guide .prs-card-icon { color: #ffbe00; }
.card-guide .prs-action-line::after { background: #ffbe00; }

/* ==========================================================================
   INVERTED HOVER BEHAVIOR (ANIMATES TO MUTED GREY ON HOVER)
   ========================================================================== */

.prs-nav-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  filter: grayscale(80%); /* Dulls background image vibrant colors on hover */
}

.prs-nav-card:hover .prs-card-content {
  background: rgba(20, 20, 20, 0.85); /* Darkens overlay to muted grey state */
}

.prs-nav-card:hover .prs-card-tag,
.prs-nav-card:hover .prs-card-icon {
  color: #888888;
}

.prs-nav-card:hover .prs-card-desc {
  color: #888888;
}

.prs-nav-card:hover .prs-action-line::after {
  background: #555555;
}

.prs-nav-card:hover .prs-card-icon {
  transform: translateX(4px);
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS (ONLY STACKS WHEN VIEWPORT IS TOO NARROW)
   ========================================================================== */

@media (max-width: 1024px) {
  .prs-nav-cards-container {
    flex-wrap: wrap; /* Allows natural stacking on tablet and mobile */
  }
  
  .prs-nav-card {
    flex: 1 1 300px;
    max-width: 100%; /* Allows full width expansion when stacked */
  }
}
/* ---------------------------------------------------------
   SIMULATOR RANGE TABS — "STATIC SIMULATORS" / "MOTION
   SIMULATORS" toggle: Oswald + letter-spacing to match the
   rest of the redesign, slightly larger text, red accent on
   hover/active instead of plain white, and the grey rotated-
   square "diamond" swapped for the same fading vertical
   hairline used in the USP bar.
   --------------------------------------------------------- */
.tabs-category-slider .tabs-categorys li a {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #838896;
}
.tabs-category-slider .tabs-categorys li a:hover,
.tabs-category-slider .tabs-categorys li.active a {
    color: #E51515;
}
.tabs-category-slider .tabs-categorys li::after {
    content: "";
    position: absolute;
    right: -33px;
    top: 4px;
    width: 1px;
    height: 22px;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.25),
        rgba(255, 255, 255, 0)
    );
    transform: none;
}
/* still hides the divider after the last tab — unchanged from theme default */
.tabs-category-slider .tabs-categorys li:last-child::after {
    display: none;
}
.tabs-category-slider .module-description {
    display: none;
}
.owl-carousel.owl-theme .owl-nav div {
    opacity: 1;
    background: #14151B;
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}
/* Centering Container Wrapper */
.prs-tp-wrapper {
  width: 100%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 50px;
  margin-bottom: 0;
  clear: both;
  padding: 0 15px; /* Ensures outer spacing on small screens */
  box-sizing: border-box;
}

/* Button Base Styles - Responsive Height & Padding */
.prs-trustpilot-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  height: auto; /* Allows expansion if text wraps on extreme narrow screens */
  padding: 10px 18px;
  background: #121212;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  text-decoration: none !important;
  box-sizing: border-box;
  gap: 14px;
  max-width: 100%; /* Prevents breaking container width */
  margin: 0 !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.3s ease,
              box-shadow 0.3s ease,
              background-color 0.3s ease;
}

/* Left Grouping */
.prs-tp-left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.prs-tp-stars {
  display: flex;
  gap: 2px;
}

.tp-star {
  width: 15px;
  height: 15px;
  background: #00b67a;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.tp-star svg {
  width: 10px;
  height: 10px;
}

.prs-tp-rating {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.8px;
  white-space: nowrap;
}

/* Vertical Separator */
.prs-tp-divider {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.15);
  transition: background 0.3s ease;
  flex-shrink: 0;
}

/* Right Grouping */
.prs-tp-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.prs-tp-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 11px;
  color: #d0d0d0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.prs-tp-text strong {
  color: #ffffff;
  font-weight: 700;
}

.prs-tp-arrow {
  width: 14px;
  height: 14px;
  color: #00b67a;
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.prs-tp-arrow svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Hover Behavior */
.prs-trustpilot-btn:hover {
  transform: translateY(-2px);
  background-color: #181818;
  border-color: rgba(0, 182, 122, 0.6);
  box-shadow: 0 8px 20px -6px rgba(0, 182, 122, 0.25);
}

.prs-trustpilot-btn:hover .prs-tp-arrow {
  transform: translateX(4px);
}

.prs-trustpilot-btn:hover .prs-tp-divider {
  background: rgba(0, 182, 122, 0.4);
}

/* ==========================================================================
   RESPONSIVE MOBILE BREAKPOINTS (PREVENTS OVERFLOW ON SMALL SCREENS)
   ========================================================================== */

@media (max-width: 580px) {
  .prs-tp-text {
    font-size: 10px;
  }
  .prs-trustpilot-btn {
    gap: 10px;
    padding: 8px 14px;
  }
}

@media (max-width: 440px) {
  .prs-trustpilot-btn {
    flex-direction: column; /* Stack vertically on tight screens */
    padding: 12px 16px;
    gap: 8px;
  }
  
  .prs-tp-divider {
    display: none; /* Hide vertical divider when stacked */
  }
}

/* ==========================================================================
   ABOUT US & BRAND HERITAGE SECTION (CARBON WEAVE + AMBIENT CRIMSON GLOW)
   ========================================================================== */

.prs-about-section {
  width: 100%;
  padding: 50px 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  
  /* Base dark background color */
  background-color: #0e0f12;
  
  /* Layer 1: Ambient Crimson Glow (Top)
     Layer 2: Carbon Weave Micro-Texture (Middle) */
  background-image: 
    radial-gradient(
      circle at 50% 35%, 
      rgba(255, 30, 60, 0.07) 0%, 
      rgba(14, 15, 18, 0.95) 65%
    ),
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.02) 0px,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 10px
    );

  /* Subtle border division to clearly frame the section on the homepage */
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.prs-about-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Badge & Headers */
.prs-about-badge {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ff1e3c; /* Primary brand crimson red */
  text-transform: uppercase;
  margin-bottom: 12px;
}

.prs-about-title {
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 28px 0;
  line-height: 1.2;
}

/* Narrative Grid */
.prs-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.prs-about-col p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  color: #a0a0a0;
  line-height: 1.7;
  margin: 0;
}

.prs-about-col p.prs-lead-text {
  font-size: 16px;
  color: #e0e0e0;
  font-weight: 500;
}

/* Full-Width 16:9 Aspect Ratio Video Container */
.prs-video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* Enforces 16:9 Aspect Ratio */
  background: #090a0c;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7);
  margin-bottom: 40px;
}

.prs-video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  object-position: center;
}

/* Play Overlay Button */
.prs-video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 5;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.prs-play-icon-circle {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(255, 30, 60, 0.9);
  border: 2px solid #ffffff;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4px; /* Optical centering for play triangle */
  box-shadow: 0 0 30px rgba(255, 30, 60, 0.6);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.prs-play-text {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1.5px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.prs-video-play-btn:hover .prs-play-icon-circle {
  background: #ffffff;
  color: #ff1e3c;
  transform: scale(1.1);
}

/* Hide play button once video is active */
.prs-video-wrapper.is-playing .prs-video-play-btn {
  opacity: 0;
  pointer-events: none;
}/* Core Pillars Strip */
.prs-about-stats {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 24px;
  background: rgba(14, 15, 18, 0.85);
  backdrop-filter: blur(8px);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.prs-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.prs-stat-number {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
}

.prs-stat-label {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.prs-stat-divider {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.12);
}

/* Responsive Styles */
@media (max-width: 868px) {
  .prs-about-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .prs-about-title {
    font-size: 26px;
  }
}

@media (max-width: 580px) {
  .prs-about-stats {
    flex-direction: column;
    gap: 20px;
  }
  .prs-stat-divider {
    width: 60px;
    height: 1px;
  }
}
/* ==========================================================================
   SHARED BACKGROUND: THREE CTA BUTTONS + SIMULATOR RANGE
   ========================================================================== */
.main-row {
  background-color: #0e0f12 !important;
  background-image: 
    radial-gradient(
      circle at 50% 30%, 
      rgba(255, 30, 60, 0.07) 0%, 
      rgba(14, 15, 18, 0.95) 70%
    ),
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.02) 0px,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 10px
    ) !important;
  padding: 0 0 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}


@media (max-width: 767px) {
    .logo-container {
        max-width: 150px;
    }
}
@media (max-width: 480px) {
    .logo-container {
        max-width: 120px;
    }
}
/* ==========================================================================
   TESTIMONIAL CONTAINER MOBILE GAP FIX (PREVENTS 60PX TOP MARGIN DROP)
   ========================================================================== */

@media (max-width: 991px) {
  .testimonial-container,
  div.testimonial-container {
    margin-top: 0 !important;
      }
}
/* ==========================================================================
   SECTION 1: 50/50 SPLIT STYLES (WITH BACKGROUND IMAGES & OVERLAYS)
   ========================================================================== */

.prs-dual-services-section {
  width: 100%;
  padding: 40px 0;
  background-color: #0b0b0b;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-sizing: border-box;
}

.prs-services-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  box-sizing: border-box;
}

/* ==========================================================================
   UPDATED CARD CSS (SEALS 1PX BORDER BLEEDING)
   ========================================================================== */

.prs-service-card {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-clip: padding-box; /* Prevents background image from rendering under border */
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
  /* Hardware acceleration fix for anti-aliasing artifacts on rounded corners */
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

/* Card 1: Commercial Hire Background */
.prs-service-card:nth-child(1) {
  background-image: url('https://www.proracingsimulators.co.uk/IMGs/corp-sky.jpg');
}

/* Card 2: Bespoke Builds Background */
.prs-service-card:nth-child(2) {
  background-image: url('https://www.proracingsimulators.co.uk/IMGs/bespoke_design.jpg');
}

/* Dark Tint Overlay (Extended -1px to completely cover outer sub-pixels) */
.prs-service-card::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(
    180deg, 
    rgba(14, 15, 18, 0.82) 0%, 
    rgba(10, 11, 14, 0.94) 100%
  );
  z-index: -1;
  transition: background 0.3s ease;
}

/* Hover Behavior */
.prs-service-card:hover {
  border-color: rgba(255, 30, 60, 0.5);
  transform: translateY(-4px) translateZ(0);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6), 0 0 15px rgba(255, 30, 60, 0.15);
}

.prs-service-card:hover::before {
  background: linear-gradient(
    180deg, 
    rgba(14, 15, 18, 0.75) 0%, 
    rgba(10, 11, 14, 0.90) 100%
  );
}
.prs-card-badge {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #ff1e3c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.prs-card-title {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 0 0 16px 0;
  text-transform: uppercase;
}

.prs-card-desc {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  color: #a0a0a0;
  line-height: 1.6;
  margin-bottom: 24px;
}

.prs-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  color: #d0d0d0;
}

.prs-card-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.prs-card-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #ff1e3c;
  font-weight: bold;
}

.prs-card-btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.prs-card-btn:hover {
  background: #ff1e3c;
  border-color: #ff1e3c;
  color: #ffffff;
}

/* ==========================================================================
   SECTION 2: FULL-WIDTH VIP CONCIERGE STYLES
   ========================================================================== */

.prs-vip-section {
  width: 100%;
  padding: 80px 0;
  box-sizing: border-box;
  background-color: #0e0f12;
  background-image: 
    radial-gradient(
      circle at 50% 50%, 
      rgba(255, 30, 60, 0.08) 0%, 
      rgba(14, 15, 18, 0.95) 70%
    ),
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.02) 0px,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 10px
    );
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.prs-vip-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}

.prs-vip-badge {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #ff1e3c;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.prs-vip-title {
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1.5px;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.prs-vip-subtitle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  color: #a0a0a0;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 32px auto;
}

.prs-vip-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.prs-vip-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 28px;
  border-radius: 4px;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.prs-vip-btn.primary {
  background: #ff1e3c;
  color: #ffffff;
  border: 1px solid #ff1e3c;
}

.prs-vip-btn.primary:hover {
  background: #d61530;
  border-color: #d61530;
}

.prs-vip-btn.secondary {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.prs-vip-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================== */

@media (max-width: 868px) {
  .prs-services-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .prs-service-card {
    padding: 30px;
  }

  .prs-vip-actions {
    flex-direction: column;
    gap: 12px;
  }

  .prs-vip-btn {
    width: 100%;
  }

  .prs-vip-title {
    font-size: 26px;
  }
}
/* ==========================================================================
   FOOTER-TOP SUBTLE BRUSHED METAL & VIGNETTE BACKGROUND
   ========================================================================== */

.footer-top,
#footer-top {
  position: relative;
  box-sizing: border-box;
  
  /* Rich, grounded charcoal base */
  background-color: #0f1013 !important;
  
  /* Layer 1: Center-out dark vignette (smoothly dims the edges)
     Layer 2: Subtle vertical brushed metal grain */
  background-image: 
    radial-gradient(
      ellipse at center, 
      rgba(255, 255, 255, 0.02) 0%, 
      rgba(0, 0, 0, 0.6) 100%
    ),
    linear-gradient(
      180deg, 
      rgba(255, 255, 255, 0.015) 0%, 
      rgba(0, 0, 0, 0.015) 100%
    ) !important;

  /* Refined, low-contrast top border to separate from the VIP CTA above */
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid #070708;
}
/* ==========================================================================
   HIDE FOOTER-BOTTOM CONTAINER
   ========================================================================== */

.footer-bottom,
#footer-bottom {
  display: none !important;
}
/* ==========================================================================
   STREAMLINED FOOTER STYLES
   ========================================================================== */

.prs-main-footer {
  width: 100%;
  padding: 70px 0 30px 0;
  box-sizing: border-box;
  
  /* Brushed Metal / Radial Vignette Background */
  background-color: #0f1013 !important;
  background-image: 
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.02) 0%, rgba(0, 0, 0, 0.6) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015) 0%, rgba(0, 0, 0, 0.015) 100%) !important;
  
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.prs-footer-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 4-Column Grid */
.prs-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.prs-footer-col {
  display: flex;
  flex-direction: column;
}

/* Column Headings */
.prs-footer-title {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

/* Brand Column */
.prs-footer-logo {
  max-width: 180px;
  margin-bottom: 16px;
}

.prs-footer-company-name {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 8px 0;
}

.prs-footer-address {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-style: normal;
  font-size: 13px;
  color: #888888;
  line-height: 1.6;
  margin-bottom: 16px;
}

.prs-footer-contact-info {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
}

.prs-footer-contact-info li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.prs-footer-contact-info a {
  color: #a0a0a0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.prs-footer-contact-info a:hover {
  color: #ff1e3c;
}

.prs-contact-icon {
  color: #ff1e3c;
  font-size: 12px;
}

/* Social Icons Row */
.prs-footer-socials {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.prs-footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  color: #a0a0a0;
  transition: all 0.3s ease;
}

.prs-footer-socials a:hover {
  background: rgba(255, 30, 60, 0.15);
  border-color: #ff1e3c;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Link Lists */
.prs-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
}

.prs-footer-links li {
  margin-bottom: 12px;
}

.prs-footer-links a {
  color: #a0a0a0;
  text-decoration: none !important;
  transition: color 0.3s ease, padding-left 0.3s ease;
}

.prs-footer-links a:hover {
  color: #ffffff;
  padding-left: 4px;
}

/* Bottom Bar / Copyright */
.prs-footer-bottom {
  padding-top: 24px;
  text-align: center;
}

.prs-copyright {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  color: #666666;
  margin: 0;
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 991px) {
  .prs-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 580px) {
  .prs-footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
/* ==========================================================================
   MOBILE TOP NAVBAR - ENHANCED BRUSHED METAL & SHINE
   ========================================================================== */

@media (max-width: 991px) {
  header,
  header .header-top,
  header .header-inner {
    position: relative;
    box-sizing: border-box;

    /* Dark charcoal base */
    background-color: #0d0e11 !important;

    /* Layer 1: Prominent center radial shine
       Layer 2: Subtle linear highlight layer */
    background-image: 
      radial-gradient(
        ellipse 80% 100% at 50% 50%, 
        rgba(255, 255, 255, 0.12) 0%, 
        rgba(255, 255, 255, 0.03) 50%, 
        rgba(5, 6, 8, 0.95) 100%
      ),
      linear-gradient(
        180deg, 
        rgba(255, 255, 255, 0.04) 0%, 
        rgba(0, 0, 0, 0.2) 100%
      ) !important;

    box-shadow: none !important;
  }

  header .header-inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  }
}
/* ==========================================================================
   COMPLETE TOP NAV & CENTERED HAMBURGER FIX (1387PX BREAKPOINT)
   ========================================================================== */

@media (max-width: 1387px) {

  /* ------------------------------------------------------------------------
     1. DESKTOP VS MOBILE CONTAINER VISIBILITY
     ------------------------------------------------------------------------ */
  /* Hide the horizontal desktop links completely */
  .hozmenu-container .nav-container,
  .hozmenu-container #pt_custommenu {
    display: none !important;
  }

  /* Unhide the mobile menu wrapper */
  .hozmenu-container .ma-nav-mobile-container,
  .hozmenu-container .hozmenu {
    display: block !important;
  }

  /* Hide duplicate theme elements and extra title tags */
  .hozmenu-container .menu-mobile .navbar-brand,
  .hozmenu-container .menu-mobile > a:nth-of-type(2),
  .hozmenu-container .ma-nav-mobile-container .mobile-title {
    display: none !important;
  }

  /* ------------------------------------------------------------------------
     2. HAMBURGER CONTAINER & BUTTON ALIGNMENT
     ------------------------------------------------------------------------ */
  .hozmenu-container .menu-mobile {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 40px;
  }

  /* Absolute Flexbox Centering for the 40x40px Hamburger Box */
  .hozmenu-container .menu-mobile .btn-navbar {
    display: inline-flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    outline: none !important;
    float: none !important;
    cursor: pointer;
    box-sizing: border-box !important;
  }

  /* Remove theme pseudo-elements that offset vertical alignment */
  .hozmenu-container .menu-mobile .btn-navbar::before,
  .hozmenu-container .menu-mobile .btn-navbar::after {
    display: none !important;
    content: none !important;
  }

  /* Dead-centered 3 horizontal bars */
  .hozmenu-container .menu-mobile .btn-navbar .icon-bar {
    display: block !important;
    width: 20px !important;
    height: 2px !important;
    background-color: #ffffff !important;
    margin: 2px 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 1px !important;
    float: none !important;
  }

  /* Hover state for hamburger button */
  .hozmenu-container .menu-mobile .btn-navbar:hover {
    background: rgba(255, 30, 60, 0.15) !important;
    border-color: #ff1e3c !important;
  }

  /* ------------------------------------------------------------------------
     3. BRUSHED METAL & RADIAL VIGNETTE HEADER BACKGROUND
     ------------------------------------------------------------------------ */
  header,
  header .header-top,
  header .header-inner,
  .hozmenu-container {
    position: relative;
    box-sizing: border-box;
    background-color: #0d0e11 !important;
    background-image: 
      radial-gradient(
        ellipse 80% 100% at 50% 50%, 
        rgba(255, 255, 255, 0.12) 0%, 
        rgba(255, 255, 255, 0.03) 50%, 
        rgba(5, 6, 8, 0.95) 100%
      ),
      linear-gradient(
        180deg, 
        rgba(255, 255, 255, 0.04) 0%, 
        rgba(0, 0, 0, 0.2) 100%
      ) !important;
    box-shadow: none !important;
  }

  header .header-inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  }
}}
/* Darken slide images directly without adding layout wrapper elements */
.banner7 .nivoSlider img,
.banner7 .nivo-slice img {
  filter: brightness(0.45) contrast(1.1) !important;
}
/* ==========================================================================
   FIX HEADER OVERLAP / COVERED BANNER AT 1387PX BREAKPOINT
   ========================================================================== */

@media (max-width: 1387px) and (min-width: 992px) {
  /* Push the slider container down so the fixed/overlay header doesn't cover it */
  .banner7,
  .oc-banner7-container,
  #content {
    margin-top: 0 !important;
    padding-top: 47px !important; /* Adjust pixel height to match your header height if needed */
  }

  /* Ensure header sits properly above the body flow without clipping */
  header,
  header .header-inner {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999 !important;
  }
}
/* ==========================================================================
   SEARCH DROPDOWN - POSITIONING, BACKGROUND & SUBMIT BUTTON FIX
   ========================================================================== */

/* Ensure the parent button group acts as the relative positioning anchor */
#search .btn-group {
  position: relative !important;
}

/* Position dropdown 20px below the search icon */
#search .search-content {
  top: 100% !important;               /* Position directly beneath search button */
  bottom: auto !important;
  left: auto !important;              /* Disable horizontal offset overriding links */
  right: 0 !important;                /* Align right edge with search icon */
  margin-top: 40px !important;        /* Increased gap to pop out 10px lower */
  
  background-color: #ffffff !important; /* Solid white background */
  border: 1px solid #e0e0e0 !important;
  border-radius: 4px !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35) !important;
  padding: 10px !important;
  min-width: 290px !important;        /* Clean width for search bar */
  z-index: 1000 !important;           /* Sit above top navigation */
}

/* Ensure search text input field is dark and clearly legible */
#search .search-content .form-control {
  background-color: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #cccccc !important;
  border-right: none !important;      /* Merge visually with the button */
  height: 40px !important;
  box-shadow: none !important;
}

#search .search-content .form-control::placeholder {
  color: #666666 !important;
  opacity: 1 !important;
}

/* Submit search button styling */
#search .search-content .input-group-btn .btn {
  background-color: #0d0e11 !important; /* Dark charcoal matching header */
  border: 1px solid #0d0e11 !important;
  color: #ffffff !important;
  height: 40px !important;
  padding: 0 15px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  transition: background-color 0.2s ease;
}

/* Ensure the icon inside the submit button is white */
#search .search-content .input-group-btn .btn::before,
#search .search-content .input-group-btn .btn i {
  color: #ffffff !important;
}

/* Hover state for submit button using brand red */
#search .search-content .input-group-btn .btn:hover {
  background-color: #ff1e3c !important;
  border-color: #ff1e3c !important;
}

/* ==========================================================================
   SUB-HEADER & DESKTOP HEADER (CENTER ALIGNED)
   ========================================================================== */

/* Apply glossy radial gradient ONLY to the root header container */
body:not(.common-home) header,
body:not(.common-home) header .header-inner {
  background-color: #0d0e11 !important;
  background-image: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08) 0%, transparent 75%) !important;
}

/* Force ALL inner wrappers, menu containers, and menu items to transparent */
body:not(.common-home) header .container-inner,
body:not(.common-home) header .logo-container,
body:not(.common-home) header .box-right,
body:not(.common-home) .hozmenu-container,
body:not(.common-home) .hozmenu,
body:not(.common-home) .navbar,
body:not(.common-home) #navbar-inner,
body:not(.common-home) .nav-container,
body:not(.common-home) #pt_custommenu,
body:not(.common-home) .pt_custommenu,
body:not(.common-home) .pt_menu,
body:not(.common-home) .pt_menu_cms,
body:not(.common-home) .parentMenu,
body:not(.common-home) .parentMenu a {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* Force CSS Grid ordering on header wrapper */
body:not(.common-home) header {
  display: grid !important;
  grid-template-columns: 1fr !important;
  position: relative !important;
}

body:not(.common-home) header .header-inner {
  grid-row: 1 !important;
  position: relative !important;
  z-index: 10 !important;
  border-bottom: 2px solid #ff1e3c !important;
}

/* Sub-Header Sub-Bar */
body:not(.common-home) header .header-top {
  grid-row: 2 !important;
  position: relative !important;
  z-index: 1 !important;
  
  min-height: 140px !important;
  max-height: 180px !important;
  padding: 30px 0 25px 0 !important;
  margin: 0 !important;
  
  background-color: #14161d !important;
  background-image: linear-gradient(180deg, #181a20 0%, #14161d 100%) !important;
  
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-left: none !important;
  box-shadow: inset 0 -10px 20px rgba(0, 0, 0, 0.4) !important;
  text-align: center !important; /* Center align sub-bar */
}

/* Center Alignment Container */
body:not(.common-home) header .header-top .container {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;
}

/* Category H1 Headline Styling (Centered) */
body:not(.common-home) .breadcrumbs h1 {
  color: #ffffff !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7) !important;
  text-align: center !important;
}

/* Breadcrumb Links Styling (Centered) */
body:not(.common-home) .breadcrumb {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
}

body:not(.common-home) .breadcrumb > li {
  display: inline-block !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #777777 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

body:not(.common-home) .breadcrumb > li > a {
  color: #aaaaaa !important;
  transition: color 0.2s ease !important;
}

body:not(.common-home) .breadcrumb > li > a:hover {
  color: #ff1e3c !important;
}

body:not(.common-home) .breadcrumb > li + li::before {
  content: "//" !important;
  padding: 0 8px !important;
  color: #ff1e3c !important;
  font-weight: 400 !important;
}

/* ==========================================================================
   HEADER MARGIN RESET & GAP REMOVAL
   ========================================================================== */

/* 1. Remove bottom margins from header components */
body:not(.common-home) header,
body:not(.common-home) header .header-top {
  margin-bottom: 0 !important;
}

/* 2. Zero out default top/bottom margins on the main content element */
body:not(.common-home) #content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* ==========================================================================
   INFORMATION PAGE - CARBON CANVAS & TESTIMONIAL CENTERING FIX
   ========================================================================== */

/* 1. Full outer section canvas */
#information-information,
div#information-information {
  /* Base dark background color */
  background-color: #0e0f12;
  
  /* Layer 1: Ambient Crimson Glow (Top)
     Layer 2: Carbon Weave Micro-Texture (Middle) */
  background-image: 
    radial-gradient(
      circle at 50% 35%, 
      rgba(255, 30, 60, 0.07) 0%, 
      rgba(14, 15, 18, 0.95) 65%
    ),
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.02) 0px,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 10px
    );

    padding: 0px 40px 0px 40px !important;
  width: 100% !important;
  overflow: hidden !important;
}

/* 2. Inner content container */
#information-information #content {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  float: none !important;
  box-shadow: none !important;
  color: #e0e0e0 !important;
  box-sizing: border-box !important;
}

/* 3. Force testimonial wrapper back to center from the middle line */
#information-information .testimonial-container,
#information-information [class*="testimonial"],
#information-information .owl-carousel,
#information-information .swiper-container {
  position: relative !important;
  left: 0 !important;
  right: 0 !important;
  transform: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: 1200px !important;
  box-sizing: border-box !important;
}

/* ==========================================================================
   HEADER GLOWING BOTTOM ACCENT & TOP NAV LINK STYLING
   ========================================================================== */

/* 1. Remove solid red border from header and add Neon Red Glow Line */
body:not(.common-home) header .header-inner {
  border-bottom: 2px solid #ff1e3c !important;
  box-shadow: 0 2px 10px rgba(255, 30, 60, 0.8), 0 4px 20px rgba(255, 30, 60, 0.4) !important;
}

/* 2. Strip all angled shapes, pseudo-elements, and background colors */
body:not(.common-home) .pt_menu,
body:not(.common-home) .pt_menu *,
body:not(.common-home) .pt_menu::before,
body:not(.common-home) .pt_menu::after,
body:not(.common-home) .pt_menu .parentMenu::before,
body:not(.common-home) .pt_menu .parentMenu::after,
body:not(.common-home) .pt_menu .parentMenu a::before,
body:not(.common-home) .pt_menu .parentMenu a::after {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
  clip-path: none !important;
}

/* 3. Base menu links */
body:not(.common-home) .pt_menu .parentMenu a {
  position: relative !important;
  display: inline-block !important;
  color: #cccccc !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  transition: color 0.3s ease, text-shadow 0.3s ease !important;
}

body:not(.common-home) .pt_menu .parentMenu a span {
  color: inherit !important;
  background: transparent !important;
}

/* 4. Hover state - Subtle glow */
body:not(.common-home) .pt_menu .parentMenu a:hover {
  color: #ffffff !important;
  text-shadow: 0 0 8px rgba(255, 30, 60, 0.6) !important;
}

/* 5. Active state link - Crimson Neon Glow Text (underline removed) */
body:not(.common-home) .pt_menu.act .parentMenu a,
body:not(.common-home) .pt_menu.act .parentMenu a span {
  color: #ffffff !important;
  font-weight: 700 !important;
  text-shadow: 0 0 10px rgba(255, 30, 60, 0.8), 0 0 18px rgba(255, 30, 60, 0.5) !important;
}

/* ==========================================================================
   HOMEPAGE HEADER - NARROW VIEWPORT GLOWING ACCENT (< 1387px)
   ========================================================================== */

/* Target homepage navigation header ONLY below 1387px */
@media (max-width: 1386px) {
  body.common-home header .header-inner {
    border-bottom: 2px solid #ff1e3c !important;
    box-shadow: 0 2px 10px rgba(255, 30, 60, 0.8), 0 4px 20px rgba(255, 30, 60, 0.4) !important;
  }
}

/* Ensure default styling at 1387px and above */
@media (min-width: 1387px) {
  body.common-home header .header-inner {
    border-bottom: none !important;
    box-shadow: none !important;
  }
}

/* ==========================================================================
   TESTIMONIAL CONTAINER - AGGRESSIVE VIEWPORT BLEED
   ========================================================================== */

.testimonial-container,
div.testimonial-container,
#content .testimonial-container {
  width: 100vw !important;
  max-width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  box-sizing: border-box !important;
}

/* Ensure inner content fills the stretched section cleanly */
.testimonial-container > div,
.testimonial-container .owl-carousel,
.testimonial-container .testimonial-content {
  width: 100% !important;
  max-width: 100% !important;
}

/* ==========================================================================
   MAIN FOOTER - PADDING & MARGIN ADJUSTMENT
   ========================================================================== */

.prs-main-footer,
div.prs-main-footer,
#footer.prs-main-footer,
footer.prs-main-footer {
  margin-top: 0 !important;
  padding-top: 60px !important;
  padding-left:40px !important;
}

/* ==========================================================================
   INNER PAGE 2-CARD EXPANSION & ALIGNMENT FIX
   ========================================================================== */

/* 1. Expand parent grid container */
.prs-nav-cards-section.prs-inner-cards .prs-nav-cards-container {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 32px !important;
  width: 100% !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
}

/* 2. Force individual card elements to fill 100% of the grid column */
.prs-nav-cards-section.prs-inner-cards .prs-nav-card {
  width: 100% !important;
  max-width: 100% !important; /* Removes any hardcoded pixel width cap */
  min-width: 0 !important;
  box-sizing: border-box !important;
}

/* Mobile responsive stacked state */
@media (max-width: 991px) {
  .prs-nav-cards-section.prs-inner-cards .prs-nav-cards-container {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

/* ==========================================================================
   PRODUCT NAME TEXT - COLOR OVERRIDE
   ========================================================================== */

h4.product-name,
.product-name,
.product-name a {
  font-size: x-large !important;
  color: #ffffff !important;
}

h4.product-name a:hover,
.product-name a:hover {
  color: #ff1e3c !important; /* Crimson neon highlight on hover */
}

/* ==========================================================================
   CUSTOM INNER PAGE HEADER (.prs-inner-header)
   ========================================================================== */

/* 1. Outer full-width canvas with dark carbon texture & subtle red radial glow */
.prs-inner-header {
  background-color: #0d0e11 !important;
  background-image: 
    radial-gradient(circle at 50% 0%, rgba(255, 30, 60, 0.15) 0%, transparent 70%),
    repeating-linear-gradient(45deg, #181a20 0, #181a20 2px, #0d0e11 0, #0d0e11 10px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 45px 0 35px 0 !important;
  width: 100% !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

/* 2. Inner constrained container */
.prs-inner-header .prs-header-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
  box-sizing: border-box !important;
}

/* 3. Page Title Styling */
.prs-inner-header h1,
.prs-inner-header .prs-header-title {
  color: #ffffff !important;
  font-size: 2.25rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  margin: 0 0 12px 0 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5) !important;
}

/* 4. Subtitle / Eyebrow Text (Optional) */
.prs-inner-header .prs-header-subtitle {
  color: #a0a5b5 !important;
  font-size: 1rem !important;
  margin: 0 0 15px 0 !important;
}

/* 5. Breadcrumbs styling */
.prs-inner-header .breadcrumb {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  list-style: none !important;
}

.prs-inner-header .breadcrumb > li {
  color: #8a8d9b !important;
  font-size: 0.875rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.prs-inner-header .breadcrumb > li + li:before {
  content: "/" !important;
  padding: 0 8px !important;
  color: rgba(255, 255, 255, 0.2) !important;
}

.prs-inner-header .breadcrumb > li a {
  color: #8a8d9b !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.prs-inner-header .breadcrumb > li a:hover,
.prs-inner-header .breadcrumb > li:last-child {
  color: #ff1e3c !important; /* Crimson accent */
}

/* Mobile responsive scaling */
@media (max-width: 767px) {
  .prs-inner-header {
    padding: 30px 0 25px 0 !important;
  }
  .prs-inner-header h1,
  .prs-inner-header .prs-header-title {
    font-size: 1.65rem !important;
  }
}

/* ==========================================================================
   BREAKOUT FULL-WIDTH INNER HEADER (.prs-inner-header)
   ========================================================================== */

.prs-inner-header {
  /* Break out of constrained parent container to 100% viewport width */
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  
  /* Canvas Background & Accent Styling */
  background-color: #0d0e11 !important;
  background-image: 
    radial-gradient(circle at 50% 0%, rgba(255, 30, 60, 0.15) 0%, transparent 70%),
    repeating-linear-gradient(45deg, #181a20 0, #181a20 2px, #0d0e11 0, #0d0e11 10px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 45px 0 35px 0 !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

/* Constrain inner title & breadcrumb content to 1200px centered */
.prs-inner-header .prs-header-container,
.prs-inner-header > div {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
  box-sizing: border-box !important;
}

/* ==========================================================================
   DYNAMIC BACKGROUND INNER HEADER (CLEAN IMAGE ONLY)
   ========================================================================== */

.prs-inner-header {
  /* Break out of constrained parent container to 100% viewport width */
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  
  /* Pure Background Image - No Carbon Overlay, No Vignette */
  background-color: #0d0e11 !important;
  background-image: var(--header-bg, none) !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 55px 0 40px 0 !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

/* Constrain title & breadcrumb container to 1200px centered */
.prs-inner-header .prs-header-container,
.prs-inner-header > div {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
  box-sizing: border-box !important;
}
.prs-inner-header .prs-header-container h1.sub-title {
	font-size: clamp(22px, 5vw + 1rem, 48px) !important;
	line-height: 1.1;
	letter-spacing: clamp(4px, 1.5vw, 20px);
	color: #fff;
	font-weight: 600;
	text-transform: uppercase !important;
	margin-top: 0;
	margin-bottom: 30px;
	font-family: 'Oswald', sans-serif;
	text-shadow:
        0 1px 4px rgba(0,0,0,0.95),
        0 0 14px rgba(0,0,0,0.75),
        0 0 24px rgba(0,0,0,0.5);

}

.prs-inner-header .prs-header-container p.title1 {
	font-size: clamp(12px, 2vw, 16px);
	line-height: 1.4;
	letter-spacing: clamp(1px, 0.3vw, 3px);
	color: #fff;
	font-weight: 500;
	text-transform: uppercase !important;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'Oswald', sans-serif;
	text-shadow:
        0 1px 4px rgba(0,0,0,0.95),
        0 0 14px rgba(0,0,0,0.75),
        0 0 24px rgba(0,0,0,0.5);

}
.prs-usp-bar {
	/* Force section to span full screen width despite parent padding/margins */
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	
	/* Optional: ensures background color or borders extend edge-to-edge */
	box-sizing: border-box;
}

/* ==========================================================================
   PRS PRODUCT CATEGORY CARDS & FILTER SECTION
   ========================================================================== */

/* Section Container (Transparent to reveal body carbon background) */
.prs-categories-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: transparent;
  color: #f0f0f0;
  padding: 20px 0;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.prs-categories-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header & Filter Controls Bar */
.prs-filter-header {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.prs-filter-title {
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.prs-filter-bar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  background-color: rgba(18, 20, 26, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 16px 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.prs-filter-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.prs-filter-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #a0a5b5;
}

.prs-select {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  outline: none;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.prs-select:hover,
.prs-select:focus {
  border-color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
}

.prs-select option {
  background-color: #12141a;
  color: #ffffff;
}

/* Category List & Cards */
.prs-categories-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.prs-cat-card {
  display: flex;
  background-color: rgba(18, 20, 26, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.prs-cat-card:hover {
  transform: translateY(-3px);
  background-color: rgba(18, 20, 26, 0.82);
}

.prs-cat-card:nth-child(even) {
  flex-direction: row-reverse;
}

/* 50% Image Column */
.prs-cat-image-col {
  flex: 0 0 50%;
  position: relative;
  background-color: transparent;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.prs-cat-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.prs-cat-card:hover .prs-cat-img {
  transform: scale(1.03);
}

/* Badges */
.prs-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 12px;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.prs-badge-popular {
  background-color: #e50914;
  color: #ffffff;
}

/* 50% Content Column */
.prs-cat-content-col {
  flex: 0 0 50%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.prs-cat-header-meta {
  margin-bottom: 8px;
}

.prs-series-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 4px 10px;
  border-radius: 3px;
  text-transform: uppercase;
}

/* Title & Price Header Row */
.prs-cat-title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.prs-cat-title {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

/* Right-Aligned "Prices From" Tag */
.prs-cat-price {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.prs-cat-price span {
  font-size: 11px;
  text-transform: uppercase;
  color: #a0a5b5;
  margin-right: 4px;
  font-family: system-ui, -apple-system, sans-serif;
  letter-spacing: 0.5px;
}

/* Descriptions & Tips */
.prs-cat-desc {
  font-size: 13.5px;
  line-height: 1.55;
  color: #a0a5b5;
  margin: 0 0 16px 0;
}

.prs-cat-tip {
  font-size: 12.5px;
  line-height: 1.45;
  color: #d1d5db;
  background-color: rgba(0, 0, 0, 0.4);
  border-left: 3px solid #3b82f6;
  padding: 10px 14px;
  border-radius: 0 4px 4px 0;
  margin-bottom: 24px;
}

.prs-cat-tip strong {
  color: #ffffff;
}

/* Action Buttons */
.prs-cat-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: auto;
}

.prs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 14px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  box-sizing: border-box;
}

.prs-btn.full-width {
  grid-column: span 2;
}

.prs-btn-outline {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.prs-btn-outline:hover {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

/* Series Color Schemes */
/* 1. GT SERIES (RED) */
.series-gt .prs-series-tag {
  background: rgba(229, 9, 20, 0.15);
  color: #ff3b30;
  border: 1px solid rgba(229, 9, 20, 0.3);
}

.series-gt .prs-btn-primary {
  background-color: #e50914;
  color: #ffffff;
  border: 1px solid #e50914;
}

.series-gt .prs-btn-primary:hover {
  background-color: #b80710;
  border-color: #b80710;
}

.series-gt .prs-cat-tip {
  border-left-color: #e50914;
}

.series-gt:hover {
  border-color: rgba(229, 9, 20, 0.5);
  box-shadow: 0 10px 30px rgba(229, 9, 20, 0.15);
}

/* 2. SINGLE SEATER SERIES (GREEN) */
.series-formula .prs-series-tag {
  background: rgba(0, 230, 153, 0.15);
  color: #00e699;
  border: 1px solid rgba(0, 230, 153, 0.3);
}

.series-formula .prs-btn-primary {
  background-color: #00e699;
  color: #08090c;
  border: 1px solid #00e699;
}

.series-formula .prs-btn-primary:hover {
  background-color: #00b377;
  border-color: #00b377;
  color: #ffffff;
}

.series-formula .prs-cat-tip {
  border-left-color: #00e699;
}

.series-formula:hover {
  border-color: rgba(0, 230, 153, 0.5);
  box-shadow: 0 10px 30px rgba(0, 230, 153, 0.15);
}

/* 3. PINNACLE SERIES (PURPLE) */
.series-pinnacle .prs-series-tag {
  background: rgba(157, 78, 221, 0.15);
  color: #c77dff;
  border: 1px solid rgba(157, 78, 221, 0.3);
}

.series-pinnacle .prs-btn-primary {
  background-color: #9d4ede;
  color: #ffffff;
  border: 1px solid #9d4ede;
}

.series-pinnacle .prs-btn-primary:hover {
  background-color: #7b2cbf;
  border-color: #7b2cbf;
}

.series-pinnacle .prs-cat-tip {
  border-left-color: #9d4ede;
}

.series-pinnacle:hover {
  border-color: rgba(157, 78, 221, 0.5);
  box-shadow: 0 10px 30px rgba(157, 78, 221, 0.2);
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
  .prs-cat-card,
  .prs-cat-card:nth-child(even) {
    flex-direction: column;
  }

  .prs-cat-image-col,
  .prs-cat-content-col {
    flex: 0 0 100%;
    width: 100%;
  }

  .prs-cat-image-col {
    min-height: 240px;
    max-height: 320px;
    margin: 0;
    padding: 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    overflow: hidden;
  }

  .prs-cat-content-col {
    padding: 24px;
  }
}

@media (max-width: 768px) {
  .prs-filter-bar {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .prs-filter-title {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  .prs-cat-title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .prs-cat-actions {
    grid-template-columns: 1fr;
  }
  
  .prs-btn.full-width {
    grid-column: span 1;
  }

  .prs-cat-title {
    font-size: 24px;
  }
}

/* ==========================================================================
   PRS TRUSTPILOT REVIEWS CAROUSEL
   ========================================================================== */

.prs-reviews-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  
  /* Top Nav Bar Style Dark Background with Radial Glow/Shine */
  background-color: #0c0e12;
  background-image: 
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0) 70%),
    linear-gradient(180deg, rgba(20, 24, 33, 0.95) 0%, rgba(10, 12, 16, 0.98) 100%);
  
  /* Top and Bottom Grey Dividing Lines */
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), inset 0 -1px 0 rgba(255, 255, 255, 0.05);

  color: #f0f0f0;
  padding: 60px 0;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.prs-reviews-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header & Trustpilot Brand Block */
.prs-reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 20px;
}

.prs-reviews-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.prs-reviews-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
}

.prs-reviews-badge .tp-star-icon {
  background-color: #00b67a;
  color: #ffffff;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border-radius: 2px;
}

.prs-reviews-title {
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

/* Trustpilot Link Button */
.prs-tp-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: rgba(0, 182, 122, 0.12);
  color: #00b67a;
  border: 1px solid rgba(0, 182, 122, 0.35);
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.prs-tp-link-btn:hover {
  background-color: #00b67a;
  color: #ffffff;
  border-color: #00b67a;
  box-shadow: 0 6px 20px rgba(0, 182, 122, 0.3);
}

/* Carousel Track Window */
.prs-carousel-wrapper {
  position: relative;
  overflow: hidden;
  padding: 10px 0 20px 0;
}

.prs-reviews-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  gap: 24px;
}

/* Review Card Styling */
.prs-review-card {
  flex: 0 0 calc((100% - 48px) / 3); /* 3 cards visible */
  background-color: rgba(18, 20, 26, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 28px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.prs-review-card:hover {
  border-color: rgba(0, 182, 122, 0.5);
  background-color: rgba(18, 20, 26, 0.95);
  transform: translateY(-4px);
}

/* Trustpilot Star Grid inside Card */
.prs-card-tp-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

.prs-tp-star-box {
  background-color: #00b67a;
  color: #ffffff;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border-radius: 2px;
}

.prs-review-heading {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 12px 0;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

.prs-review-text {
  font-size: 13.5px;
  line-height: 1.6;
  color: #a0a5b5;
  margin: 0 0 20px 0;
  max-height: 220px;
  overflow-y: auto;
  padding-right: 6px;
}

/* Custom Scrollbar for longer review text */
.prs-review-text::-webkit-scrollbar {
  width: 4px;
}
.prs-review-text::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}

.prs-review-author {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 16px;
}

.prs-review-author::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background-color: rgba(0, 182, 122, 0.2);
  color: #00b67a;
  border-radius: 50%;
  font-size: 10px;
}

/* Carousel Controls */
.prs-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 28px;
}

.prs-nav-btn {
  background-color: rgba(18, 20, 26, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.2s ease;
}

.prs-nav-btn:hover:not(:disabled) {
  background-color: #00b67a;
  border-color: #00b67a;
  color: #ffffff;
}

.prs-nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.prs-dots-container {
  display: flex;
  gap: 8px;
}

.prs-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.25s ease;
}

.prs-dot.active {
  background-color: #00b67a;
  width: 24px;
  border-radius: 10px;
}

/* Responsive Layout */
@media (max-width: 992px) {
  .prs-review-card {
    flex: 0 0 calc((100% - 24px) / 2); /* 2 cards visible */
  }
}

@media (max-width: 600px) {
  .prs-review-card {
    flex: 0 0 100%; /* 1 card visible */
  }
  
  .prs-reviews-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* GALLERY STYLES */

  .customer-gallery-section {
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
  }

  .gallery-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .gallery-title {
    text-align: center;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
  }

  .gallery-subtitle {
    text-align: center;
    font-size: 1.05rem;
    color: #666;
    margin-bottom: 40px;
  }

  /* 3-Column Grid Layout */
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .gallery-item {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 10px;
    overflow: hidden;
    background-color: #000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }

  .gallery-item img,
  .gallery-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: none;
  }

  /* Instagram Button Styling */
  .gallery-action {
    text-align: center;
    margin-top: 40px;
  }

  .instagram-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    box-shadow: 0 4px 15px rgba(220, 39, 67, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  }

  .instagram-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 39, 67, 0.45);
    opacity: 0.95;
    color: #ffffff;
  }

  .instagram-icon {
    width: 20px;
    height: 20px;
  }

  /* Responsive Adjustments */
  @media (max-width: 992px) {
    .gallery-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
    }
  }

  @media (max-width: 576px) {
    .gallery-grid {
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .gallery-title {
      font-size: 1.75rem;
    }
  }
.prs-vip-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
}

.prs-vip-container {
  max-width: 1200px; /* Limits internal content width so text/buttons don't stretch edge-to-edge */
  margin: 0 auto;
  padding: 0 20px;
}
/* ==========================================================================
   EVENT SIMULATOR MODELS SHOWCASE
   ========================================================================== */

.prs-models-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
  background: #0b0b0b;
  padding: 60px 20px;
  color: #ffffff;
  border-top: 1px solid #2a2a2a; /* Grey divider line at top */
}

.prs-models-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header Styles */
.prs-models-header {
  text-align: center;
  margin-bottom: 45px;
}

.prs-models-title {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.prs-models-subtitle {
  font-size: 16px;
  color: #aaaaaa;
  max-width: 600px;
  margin: 0 auto;
}

/* Grid Layout */
.prs-models-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
}

/* Card Container */
.prs-model-card {
  flex: 1 1 300px;
  max-width: 380px;
  background: #141414;
  border: 1px solid #282828;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Image Wrap */
.prs-model-image-wrap {
  position: relative;
  width: 100%;
  height: 240px;
  background: #1e1e1e;
  overflow: hidden;
}

.prs-model-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Inline Feature Badges */
.prs-model-badges-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.prs-feature-badge {
  background: rgba(229, 9, 20, 0.12);
  border: 1px solid #e50914;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 3px;
  text-transform: uppercase;
}

/* Card Content Area */
.prs-model-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.prs-model-title-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
}

.prs-model-name {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}

.prs-model-price {
  font-size: 16px;
  font-weight: 700;
  color: #e50914;
}

.prs-model-desc {
  font-size: 14px;
  color: #cccccc;
  line-height: 1.5;
  margin: 0 0 20px 0;
}

/* Red Button Styling */
.prs-btn-primary {
  background-color: #e50914;
  color: #ffffff;
  border: 1px solid #e50914;
  padding: 12px 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.prs-btn-primary:hover {
  background-color: #b20710;
  border-color: #b20710;
  color: #ffffff;
}

.full-width {
  width: 100%;
  box-sizing: border-box;
}

/* ==========================================================================
   WHY CHOOSE US SECTION (50/50 SPLIT & FORM)
   ========================================================================== */

.prs-why-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
  padding: 80px 20px;
  color: #ffffff;
  border-top: 1px solid #2a2a2a;

  /* Carbon Fiber Texture Effect */
  background: 
    radial-gradient(black 15%, transparent 16%) 0 0,
    radial-gradient(black 15%, transparent 16%) 8px 8px,
    radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 0 1px,
    radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 8px 9px;
  background-color: #0b0b0b;
  background-size: 16px 16px;
}
.prs-why-container {
  max-width: 1200px;
  margin: 0 auto;
}

.prs-why-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

/* Left Column: Narrative */
.prs-why-content {
  flex: 1 1 450px;
}

.prs-why-title {
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 12px 0 20px 0;
  letter-spacing: 0.5px;
  color: #ffffff;
  line-height: 1.2;
}

.prs-why-lead {
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 16px;
}

.prs-why-lead strong {
  color: #e50914;
}

.prs-why-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #cccccc;
  margin-bottom: 20px;
}

.prs-trust-box {
  background: #141414;
  border-left: 3px solid #e50914;
  padding: 16px 20px;
  border-radius: 0 6px 6px 0;
  margin-top: 24px;
}

.prs-trust-box p {
  margin: 0;
  font-size: 14px;
  color: #aaaaaa;
}

/* Right Column: Form */
.prs-why-form-wrap {
  flex: 1 1 450px;
  background: #141414;
  border: 1px solid #282828;
  border-radius: 8px;
  padding: 32px;
  box-sizing: border-box;
}

.prs-form-title {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 6px 0;
  color: #ffffff;
}

.prs-form-subtitle {
  font-size: 13px;
  color: #888888;
  margin: 0 0 24px 0;
}

.prs-enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.prs-form-row {
  display: flex;
  gap: 16px;
}

.prs-form-row .prs-form-group {
  flex: 1;
}

.prs-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.prs-form-group label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #cccccc;
}

.prs-required {
  color: #e50914;
}

.prs-form-group input {
  width: 100%;
  padding: 12px 14px;
  background: #1e1e1e;
  border: 1px solid #333333;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
}

.prs-form-group input:focus {
  outline: none;
  border-color: #e50914;
}

/* Adjust calendar icon color for dark mode in supported browsers */
.prs-form-group input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}

/* Responsive collapse for small screens */
@media (max-width: 600px) {
  .prs-form-row {
    flex-direction: column;
    gap: 16px;
  }
}

/* ==========================================================================
   ABOUT US SECTION & WHY CHOOSE US CARDS
   ========================================================================== */

.prs-about-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
  padding: 40px 20px;
  color: #ffffff;
  border-top: 1px solid #2a2a2a;

  /* Carbon Fiber Texture Effect */
 background-color: #0e0f12;
  background-image: 
    radial-gradient(
      circle at 50% 50%, 
      rgba(255, 30, 60, 0.08) 0%, 
      rgba(14, 15, 18, 0.95) 70%
    ),
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.02) 0px,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 10px
    );
}

.prs-about-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header & Quote Styling */
.prs-about-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px auto;
}

.prs-about-quote {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.35;
  color: #ffffff;
  margin: 0 0 24px 0;
  padding: 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-left: 4px solid #e50914;
  border-right: 4px solid #e50914;
  display: inline-block;
}

.prs-about-lead {
  font-size: 18px;
  line-height: 1.6;
  color: #e0e0e0;
  margin-bottom: 12px;
}

.prs-about-text {
  font-size: 16px;
  line-height: 1.6;
  color: #aaaaaa;
  margin: 0;
}

/* Why Choose Us Block */
.prs-about-why-wrap {
  text-align: center;
}

.prs-badge {
  display: inline-block;
  background: rgba(229, 9, 20, 0.15);
  border: 1px solid #e50914;
  color: #e50914;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.prs-about-why-title {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  letter-spacing: 0.5px;
  color: #ffffff;
}

/* Cards Grid */
.prs-about-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  text-align: left;
}

.prs-about-card {
  flex: 1 1 300px;
  max-width: 380px;
  background: #141414;
  border: 1px solid #282828;
  border-radius: 8px;
  padding: 28px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.prs-about-card:hover {
  transform: translateY(-4px);
  border-color: #383838;
}

.prs-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.prs-card-num {
  font-size: 18px;
  font-weight: 800;
  color: #e50914;
  background: rgba(229, 9, 20, 0.1);
  border: 1px solid rgba(229, 9, 20, 0.3);
  width: 42px;
  height: 42px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.prs-card-title {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.prs-card-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #cccccc;
  margin: 0;
}

.prs-link {
  color: #e50914;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.prs-link:hover {
  color: #ffffff;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .prs-about-quote {
    font-size: 20px;
    border-left-width: 3px;
    border-right-width: 3px;
  }
}

/* ==========================================================================
   BUYER'S GUIDE SECTION - CARBON THEME
   ========================================================================== */

.prs-guide-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
  padding: 80px 20px;
  color: #ffffff;
  border-top: 1px solid #2a2a2a;

  /* Carbon Fiber Texture Effect */
   background-color: #0e0f12;
  background-image: 
    radial-gradient(
      circle at 50% 50%, 
      rgba(255, 30, 60, 0.08) 0%, 
      rgba(14, 15, 18, 0.95) 70%
    ),
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.02) 0px,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 10px
    );
}

.prs-guide-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Video Wrapper */
.prs-guide-video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #282828;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  margin-bottom: 50px;
}

.prs-guide-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Header & Intro */
.prs-guide-intro {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 50px auto;
}

.prs-guide-main-title {
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin: 12px 0 20px 0;
}

.prs-intro-text {
  font-size: 18px;
  line-height: 1.6;
  color: #dddddd;
  margin: 0;
}

/* Quote Callout Bar */
.prs-quote-bar {
  background: #141414;
  border-left: 4px solid #e50914;
  border-right: 1px solid #282828;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
  border-radius: 0 8px 8px 0;
  padding: 24px 28px;
  font-size: 18px;
  line-height: 1.6;
  color: #e0e0e0;
  margin-bottom: 40px;
}

.prs-quote-bar strong {
  color: #ffffff;
}

/* Feature Blocks & Grids */
.prs-guide-block {
  margin-bottom: 60px;
}

.prs-cards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}

.prs-grid-3 .prs-feature-card {
  flex: 1 1 300px;
}

/* Feature Cards */
.prs-feature-card {
  background: #141414;
  border: 1px solid #282828;
  border-radius: 8px;
  padding: 28px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.prs-feature-card:hover {
  transform: translateY(-4px);
  border-color: #383838;
}

.prs-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.prs-card-tag {
  font-size: 12px;
  font-weight: 800;
  color: #e50914;
  background: rgba(229, 9, 20, 0.12);
  border: 1px solid rgba(229, 9, 20, 0.3);
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  flex-shrink: 0;
}

.prs-feature-card h3 {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

.prs-feature-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #cccccc;
  margin: 0;
}

.prs-feature-card p strong {
  color: #ffffff;
}

/* Banners */
.prs-banner-block {
  margin: 50px 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #282828;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.prs-banner-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Footer Section */
.prs-guide-footer {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #282828;
}

.prs-footer-text {
  font-size: 18px;
  color: #cccccc;
  margin-bottom: 8px;
}

.prs-racing-signoff {
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #e50914;
  margin-top: 8px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .prs-guide-section {
    padding: 50px 15px;
  }
  
  .prs-guide-main-title {
    font-size: 26px;
  }

  .prs-quote-bar {
    font-size: 16px;
    padding: 18px 20px;
  }

  .prs-cards-grid {
    flex-direction: column;
  }
}

/* ==========================================================================
   CONTACT US PAGE - NEW DARK RADIAL GRADIENT THEME
   ========================================================================== */

.prs-contact-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
  padding: 0px 20px 40px 20px;
  color: #ffffff;
  border-top: 1px solid #2a2a2a;

  /* Custom Background Request */
  background-color: #0e0f12;
  background-image: 
    radial-gradient(
      circle at 50% 50%, 
      rgba(255, 30, 60, 0.08) 0%, 
      rgba(14, 15, 18, 0.95) 70%
    ),
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.02) 0px,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 10px
    );
}

.prs-contact-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.prs-contact-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
}

.prs-badge {
  display: inline-block;
  background: rgba(229, 9, 20, 0.15);
  border: 1px solid #e50914;
  color: #e50914;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.prs-contact-title {
  font-size: 38px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin: 8px 0 16px 0;
}

.prs-contact-subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: #bbbbbb;
  margin: 0;
}

/* Main Grid Layout */
.prs-contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: stretch;
}

.prs-contact-info-col,
.prs-contact-form-col {
  flex: 1 1 450px;
}

/* Left Column: Info Cards & Map */
.prs-contact-info-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.prs-info-card {
  background: rgba(20, 22, 28, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 32px;
  backdrop-filter: blur(8px);
}

.prs-info-title,
.prs-form-title {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin: 0 0 24px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(229, 9, 20, 0.5);
}

.prs-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.prs-info-item:last-child {
  margin-bottom: 0;
}

.prs-info-icon {
  background: rgba(229, 9, 20, 0.12);
  border: 1px solid rgba(229, 9, 20, 0.3);
  color: #e50914;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.prs-info-text strong {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 4px;
}

.prs-info-text p {
  font-size: 14px;
  line-height: 1.5;
  color: #aaaaaa;
  margin: 0;
}

.prs-contact-link {
  color: #e50914;
  text-decoration: none;
  transition: color 0.2s ease;
}

.prs-contact-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Google Map Wrap */
.prs-map-wrap {
  flex-grow: 1;
  min-height: 260px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* Right Column: Form Styling */
.prs-contact-form {
  background: rgba(20, 22, 28, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 32px;
  backdrop-filter: blur(8px);
}

.prs-form-group {
  margin-bottom: 20px;
}

.prs-form-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #dddddd;
  margin-bottom: 8px;
}

.prs-required {
  color: #e50914;
}

.prs-form-input,
.prs-form-textarea {
  width: 100%;
  box-sizing: border-box;
  background: #090a0c;
  border: 1px solid #282c35;
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 15px;
  color: #ffffff;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.prs-form-input:focus,
.prs-form-textarea:focus {
  border-color: #e50914;
  box-shadow: 0 0 8px rgba(229, 9, 20, 0.3);
}

.prs-form-textarea {
  resize: vertical;
  min-height: 120px;
}

.prs-captcha-wrap {
  margin-top: 24px;
}

/* Submit Button */
.prs-submit-btn {
  background: #e50914;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
  width: 100%;
}

.prs-submit-btn:hover {
  background: #ff1e2d;
  transform: translateY(-2px);
}

.prs-submit-btn:active {
  transform: translateY(0);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .prs-contact-section {
    padding: 0px 15px 40px 15px;  }

  .prs-contact-title {
    font-size: 28px;
  }

  .prs-info-card,
  .prs-contact-form {
    padding: 24px;
  }
}

/* ==========================================================================
   ENQUIRY SUCCESS PAGE - NEW DARK RADIAL GRADIENT THEME
   ========================================================================== */

.prs-success-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
  padding: 100px 20px;
  color: #ffffff;
  border-top: 1px solid #2a2a2a;
  min-height: 75vh;
  display: flex;
  align-items: center;

  /* Radial Gradient Background Theme */
  background-color: #0e0f12;
  background-image: 
    radial-gradient(
      circle at 50% 50%, 
      rgba(255, 30, 60, 0.08) 0%, 
      rgba(14, 15, 18, 0.95) 70%
    ),
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.02) 0px,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 10px
    );
}

.prs-success-container {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
}

/* Central Card */
.prs-success-card {
  background: rgba(20, 22, 28, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 48px 36px;
  text-align: center;
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

/* Success Icon */
.prs-success-icon-wrap {
  width: 80px;
  height: 80px;
  background: rgba(229, 9, 20, 0.12);
  border: 2px solid #e50914;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px auto;
  box-shadow: 0 0 20px rgba(229, 9, 20, 0.3);
}

.prs-success-icon {
  color: #e50914;
}

/* Badge & Headings */
.prs-badge {
  display: inline-block;
  background: rgba(229, 9, 20, 0.15);
  border: 1px solid #e50914;
  color: #e50914;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.prs-success-title {
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin: 0 0 16px 0;
}

.prs-success-subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: #cccccc;
  margin: 0 0 36px 0;
}

/* Next Steps Box */
.prs-next-steps-box {
  background: #090a0c;
  border: 1px solid #282c35;
  border-radius: 10px;
  padding: 24px;
  text-align: left;
  margin-bottom: 36px;
}

.prs-next-steps-title {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin: 0 0 16px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.prs-next-steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.prs-next-steps-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #aaaaaa;
}

.prs-next-steps-list li strong {
  color: #ffffff;
}

.prs-step-num {
  background: rgba(229, 9, 20, 0.15);
  border: 1px solid rgba(229, 9, 20, 0.4);
  color: #e50914;
  font-weight: 800;
  font-size: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Action Buttons */
.prs-success-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.prs-btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid #3a3d45;
}

.prs-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: #ffffff;
}

/* Footer Link & Note */
.prs-urgent-note {
  font-size: 13px;
  color: #888888;
  margin: 0;
}

.prs-link {
  color: #e50914;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.prs-link:hover {
  color: #ffffff;
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
  .prs-success-section {
    padding: 60px 15px;
  }

  .prs-success-card {
    padding: 32px 20px;
  }

  .prs-success-title {
    font-size: 32px;
  }

  .prs-success-actions {
    flex-direction: column;
  }

  .prs-btn {
    width: 100%;
    box-sizing: border-box;
  }
}

#prs-cfg-root, #prs-cfg-root * { box-sizing: border-box; }
#prs-cfg-root {
  --prs-ink: #f0f2f5;
  --prs-sub: #9ca3af;
  --prs-line: #272a34;
 /* --prs-bg: #0d0e12; */
  --prs-card: #16181f;
  --prs-card-hover: #1e212b;
  --prs-accent: #d3182c;
  --prs-accent-ink: #ffffff;
  --prs-good: #10b981;
  --prs-radius: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--prs-ink);
  background: var(--prs-bg);
  max-width: 1120px;
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 24px 16px 60px;
  line-height: 1.45;
}

/* CONFIGURATOR STYLES */

#prs-cfg-root, #prs-cfg-root * { box-sizing: border-box; }
#prs-cfg-root {
  --prs-ink: #f0f2f5;
  --prs-sub: #9ca3af;
  --prs-line: #272a34;
 /* --prs-bg: #0d0e12; */
  --prs-card: #16181f;
  --prs-card-hover: #1e212b;
  --prs-accent: #d3182c;
  --prs-accent-ink: #ffffff;
  --prs-good: #10b981;
  --prs-radius: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--prs-ink);
  background: var(--prs-bg);
  max-width: 1120px;
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 24px 16px 60px;
  line-height: 1.45;
}
#prs-cfg-root h1, #prs-cfg-root h2, #prs-cfg-root h3 { margin: 0 0 6px; line-height: 1.2; color: #ffffff; font-weight: 700; }
#prs-cfg-root p { margin: 0 0 10px; }
#prs-cfg-root button { font-family: inherit; cursor: pointer; }

.prs-cfg-header { text-align: center; margin-bottom: 24px; }
.prs-cfg-header h1 { font-size: 28px; letter-spacing: 0.5px; text-transform: uppercase; }
.prs-cfg-header p { color: var(--prs-sub); font-size: 15px; }

/* Stepper */
/* Still scrolls horizontally (drag/swipe/shift-scroll) when there are more
   steps than fit the viewport -- we just hide the native scrollbar chrome,
   since the current step auto-centres itself into view anyway (see JS). */
.prs-cfg-stepper-wrap {
  overflow-x: auto;
  padding-bottom: 8px;
  margin-bottom: 24px;
  scrollbar-width: none;      /* Firefox */
  -ms-overflow-style: none;   /* old Edge/IE */
}
.prs-cfg-stepper-wrap::-webkit-scrollbar { display: none; } /* Chrome/Safari/new Edge */
.prs-cfg-stepper { display: flex; gap: 6px; min-width: max-content; padding: 4px 2px; }
.prs-cfg-step-dot {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  width: 76px; flex-shrink: 0; background: none; border: none; padding: 4px 0;
  color: var(--prs-sub); transition: color .2s ease;
}
.prs-cfg-step-dot .prs-cfg-dot {
  width: 28px; height: 28px; border-radius: 50%; border: 2px solid var(--prs-line);
  display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700;
  background: var(--prs-card); transition: all .25s ease; color: var(--prs-sub);
}
.prs-cfg-step-dot .prs-cfg-label { font-size: 11px; text-align: center; line-height: 1.2; }
.prs-cfg-step-dot.done .prs-cfg-dot { background: var(--prs-good); border-color: var(--prs-good); color: #fff; }
.prs-cfg-step-dot.done .prs-cfg-label { color: #d1d5db; }
.prs-cfg-step-dot.current .prs-cfg-dot { background: var(--prs-accent); border-color: var(--prs-accent); color: #fff; transform: scale(1.12); box-shadow: 0 0 12px rgba(211,24,44,0.4); }
.prs-cfg-step-dot.current .prs-cfg-label { color: #ffffff; font-weight: 700; }
.prs-cfg-step-dot:disabled { cursor: default; }
.prs-cfg-step-dot:not(:disabled):hover .prs-cfg-dot { border-color: var(--prs-accent); color: #fff; }

/* Layout */
.prs-cfg-body { display: grid; grid-template-columns: 1fr 300px; gap: 24px; align-items: start; }
@media (max-width: 850px) { .prs-cfg-body { grid-template-columns: 1fr; } }

.prs-cfg-panel {
  background: var(--prs-card); border: 1px solid var(--prs-line); border-radius: var(--prs-radius);
  padding: 24px; opacity: 1; transform: translateX(0); transition: opacity .22s ease, transform .22s ease;
}
.prs-cfg-panel.prs-cfg-anim-out-l { opacity: 0; transform: translateX(-18px); }
.prs-cfg-panel.prs-cfg-anim-out-r { opacity: 0; transform: translateX(18px); }

.prs-cfg-step-head { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; flex-wrap: wrap; margin-bottom: 8px; }
.prs-cfg-step-count { font-size: 12.5px; color: var(--prs-accent); font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.prs-cfg-intro { color: var(--prs-sub); font-size: 14.5px; max-width: 680px; }

.prs-cfg-video-slot {
  display: flex; align-items: center; gap: 12px; background: #11131a; border: 1px dashed var(--prs-line);
  border-radius: 10px; padding: 12px 16px; margin: 16px 0 20px; font-size: 13px; color: var(--prs-sub);
}
.prs-cfg-video-slot .prs-cfg-play {
  width: 32px; height: 32px; border-radius: 50%; background: var(--prs-line); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; color: #fff; font-size: 11px;
}
.prs-cfg-video-embed { position: relative; width: 100%; padding-top: 56.25%; margin: 16px 0 20px; border-radius: 10px; overflow: hidden; background: #000; }
.prs-cfg-video-embed iframe, .prs-cfg-video-embed video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.prs-cfg-options {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-top: 12px;
}
.prs-cfg-card {
  text-align: left; background: var(--prs-card); border: 2px solid var(--prs-line); border-radius: 12px;
  padding: 12px; display: flex; flex-direction: column; gap: 8px; transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease, background-color .15s ease;
  position: relative; cursor: pointer;
}
.prs-cfg-card:focus-visible { outline: 2px solid var(--prs-accent); outline-offset: 2px; }
.prs-cfg-card:hover { border-color: #3f4454; background-color: var(--prs-card-hover); transform: translateY(-2px); }
.prs-cfg-card.selected { border-color: var(--prs-accent); background-color: #1a151b; box-shadow: 0 0 15px rgba(211,24,44,.25); }
.prs-cfg-card.selected::after {
  content: "\2713"; position: absolute; top: 8px; right: 8px; width: 22px; height: 22px; border-radius: 50%;
  background: var(--prs-accent); color: #fff; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center;
}
.prs-cfg-card.pop { animation: prsCfgPop .32s ease; }
@keyframes prsCfgPop { 0% { transform: scale(1); } 40% { transform: scale(1.035); } 100% { transform: scale(1); } }

.prs-cfg-card-icon {
  width: 100%; aspect-ratio: 1.3 / 1; border-radius: 8px; display: flex; align-items: center; justify-content: center;
  overflow: hidden; transition: transform .25s ease, opacity .25s ease; background: #08090b; border: 1px solid var(--prs-line);
}
.prs-cfg-card-icon img {
  width: 100%; height: 100%; object-fit: cover;
  image-rendering: auto;
  /* The hover/selection transforms above promote this image onto its own
     GPU-composited layer in Chrome/Edge, which can fall back to a lower-
     quality (jagged) scale for the downsized photo instead of the normal
     high-quality paint-time scale. Forcing a stable, opaque compositing
     layer here keeps it on the proper filtering path. */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.prs-cfg-card.just-selected .prs-cfg-card-icon { animation: prsCfgIconIn .35s ease; }
@keyframes prsCfgIconIn { 0% { opacity: 0; transform: scale(.88); } 100% { opacity: 1; transform: scale(1); } }

.prs-cfg-card-name { font-weight: 700; font-size: 14px; color: #ffffff; }
.prs-cfg-card-price { font-size: 13px; font-weight: 700; color: var(--prs-accent); }
.prs-cfg-card-price.included { color: var(--prs-good); }
.prs-cfg-card-blurb { font-size: 12.5px; color: var(--prs-sub); flex-grow: 1; }
.prs-cfg-card-info { font-size: 11.5px; color: #60a5fa; background: none; border: none; padding: 0; text-align: left; font-weight: 600; cursor: pointer; }
.prs-cfg-card-detail { font-size: 12px; color: #d1d5db; background: #0f1015; border: 1px solid var(--prs-line); border-radius: 8px; padding: 10px; display: none; margin-top: 4px; }
.prs-cfg-card-detail.open { display: block; }

.prs-cfg-advice {
  margin-top: 20px; background: #1a1712; border: 1px solid #3d2f1d; border-radius: 10px; padding: 14px 16px; font-size: 13px; color: #e5e7eb;
}
.prs-cfg-advice b { color: #f59e0b; }

.prs-cfg-lead-times {
  margin-top: 16px; background: #1b1214; border: 1px solid #4a181e; border-radius: 10px;
  padding: 14px 16px; font-size: 13px; color: #e5e7eb;
}
.prs-cfg-lead-times-head {
  display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14.5px; color: var(--prs-accent); margin-bottom: 8px;
}
.prs-cfg-lead-times p { margin: 0 0 6px; }
.prs-cfg-lead-times p:last-child { margin-bottom: 0; }
.prs-cfg-lead-times b { color: #ffffff; }

.prs-cfg-notes { margin-top: 22px; }
.prs-cfg-notes label { color: #ffffff; }
.prs-cfg-notes textarea {
  width: 100%; margin-top: 8px; border: 1px solid var(--prs-line); border-radius: 8px;
  padding: 12px; font: inherit; resize: vertical; color: #ffffff; background: #0f1015;
}
.prs-cfg-notes textarea:focus { outline: 1px solid var(--prs-accent); }

.prs-cfg-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; gap: 10px; }
.prs-cfg-btn { border-radius: 8px; padding: 12px 24px; font-size: 14px; font-weight: 700; border: 1px solid var(--prs-line); background: var(--prs-card); color: #ffffff; transition: all .15s ease; }
.prs-cfg-btn:hover { border-color: #4b5563; background: var(--prs-card-hover); }
.prs-cfg-btn.primary { background: var(--prs-accent); border-color: var(--prs-accent); color: var(--prs-accent-ink); text-transform: uppercase; letter-spacing: 0.5px; }
.prs-cfg-btn.primary:hover { filter: brightness(1.15); box-shadow: 0 0 12px rgba(211,24,44,0.4); }
.prs-cfg-btn:disabled { opacity: .35; cursor: default; filter: none !important; box-shadow: none !important; }
.prs-cfg-btn.ghost { background: none; border-color: transparent; color: var(--prs-sub); }
.prs-cfg-btn.ghost:hover { color: #ffffff; }

/* Sidebar */
.prs-cfg-summary { background: var(--prs-card); border: 1px solid var(--prs-line); border-radius: var(--prs-radius); padding: 20px; position: sticky; top: 14px; }
.prs-cfg-summary h3 { font-size: 16px; border-bottom: 1px solid var(--prs-line); padding-bottom: 10px; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
.prs-cfg-summary-list { list-style: none; margin: 0 0 12px 0; padding: 0; max-height: 420px; overflow-y: auto; }
.prs-cfg-summary-list li { display: flex; justify-content: space-between; gap: 8px; font-size: 12.5px; padding: 8px 0; border-bottom: 1px solid #1f222c; }
.prs-cfg-summary-list li:last-child { border-bottom: none; }
.prs-cfg-summary-list .prs-cfg-sl-name { color: var(--prs-sub); }
.prs-cfg-summary-list .prs-cfg-sl-val { font-weight: 700; text-align: right; color: #ffffff; }
.prs-cfg-summary-list .prs-cfg-sl-empty { color: #4b5563; font-style: italic; }
.prs-cfg-total-row { display: flex; justify-content: space-between; align-items: baseline; margin-top: 10px; padding-top: 12px; border-top: 2px solid var(--prs-line); }
.prs-cfg-total-row span:first-child { font-weight: 700; font-size: 13px; color: var(--prs-sub); text-transform: uppercase; }
.prs-cfg-total-row span:last-child { font-weight: 800; font-size: 22px; color: #ffffff; transition: color .3s ease; }
.prs-cfg-total-row span:last-child.flash { color: var(--prs-accent); }

/* Summary / final screen */
.prs-cfg-final h2 { font-size: 24px; text-transform: uppercase; }
.prs-cfg-final-total { text-align: center; background: #08090b; border: 1px solid var(--prs-line); color: #fff; border-radius: 12px; padding: 20px; margin: 16px 0 24px; }
.prs-cfg-final-total .amt { font-size: 36px; font-weight: 800; color: #ffffff; }
.prs-cfg-final-total .lbl { font-size: 12px; color: var(--prs-sub); text-transform: uppercase; letter-spacing: .08em; margin-top: 2px; }
.prs-cfg-final-table { width: 100%; max-width: 100%; border-collapse: collapse; font-size: 13.5px; table-layout: fixed; }
.prs-cfg-final-table td { padding: 12px 8px; border-bottom: 1px solid var(--prs-line); vertical-align: top; overflow-wrap: break-word; word-break: break-word; }
.prs-cfg-final-table td:first-child { color: var(--prs-sub); width: 34%; font-weight: 600; }
.prs-cfg-final-table td:last-child { text-align: right; font-weight: 700; color: #ffffff; }
.prs-cfg-final-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }

.prs-cfg-toast {
  position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%) translateY(20px); opacity: 0;
  background: #ffffff; color: #000000; font-weight: 700; padding: 10px 20px; border-radius: 999px; font-size: 13px;
  transition: all .25s ease; pointer-events: none; z-index: 999; box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}
.prs-cfg-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

@media print {
  /* The old approach (visibility:hidden on body *, then position:absolute on
     .prs-cfg-print-area to "escape" it) broke on two counts: .prs-cfg-panel
     has a `transform`, which makes IT the containing block for that absolute
     box instead of the page -- so the spec was being sized against the
     narrow content column, not the full page width, causing the overflow to
     the right. And most print engines treat an absolutely-positioned box as
     a single unbreakable unit, so anything taller than one page just got
     clipped instead of flowing onto page 2 (hence the blank second page).
     Fixing it properly: hide the specific sections we don't want, and reset
     the ancestor chain back to plain static block flow (no grid, no
     transform, no width cap) so the spec is a normal document that can wrap
     and paginate across as many pages as it actually needs. */
  .prs-cfg-header, .prs-cfg-stepper-wrap, .prs-cfg-summary, .prs-cfg-toast,
  .prs-cfg-final-actions, .prs-cfg-nav {
    display: none !important;
  }
  #prs-cfg-root {
    max-width: none !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #fff !important;
  }
  .prs-cfg-body { display: block !important; }
  .prs-cfg-panel {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    transform: none !important;
    opacity: 1 !important;
  }
  .prs-cfg-print-area {
    position: static !important;
    width: 100% !important;
    color: #000;
    background: #fff;
  }

  /* Second bug: the total figure, the heading, and every price column use
     white text meant to sit on this theme's near-black boxes. Most browsers
     don't print background colours by default, so those dark boxes vanish
     and the white text is left sitting on blank white paper -- invisible.
     Force dark text and transparent backgrounds everywhere in the printed
     area so it's readable whether or not "print backgrounds" is switched on. */
  .prs-cfg-print-area, .prs-cfg-print-area * {
    color: #1a1a1a !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}
@media (max-width: 768px) {
  .prs-usp-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 16px;
    padding: 0px 12px 10px 12px;
  }

  .prs-usp-item {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  /* Hide subtitles on smaller screens to prevent overflow */
  .prs-usp-subtitle {
    display: none;
  }

  .prs-usp-title {
    font-size: 0.75rem;
    line-height: 1.1;
  }
  .module-title {
	margin-top: 20px;
	}
}
}

/* 1. Keep this on the parents to prevent flex/grid overflow */
.prs-filter-bar,
.prs-filter-group {
  min-width: 0;
}

/* 2. Complete select styling (replaces previous .prs-select block) */
.prs-select {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  
  /* Text truncation for long labels */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;

  /* Reset default browser arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* Custom SVG Down Arrow */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;

  /* Padding prevents text from hitting or overlapping the arrow */
  padding-right: 36px; 
}
/* ==========================================================================
   PRS Global Background & Typography Scaling Overrides
   ========================================================================== */

/* 1. Global Page Background (Fixes white side margins across the entire viewport) */
html, 
body {
  background-color: #0e0f12 !important;
  background-image: 
    radial-gradient(
      circle at 50% 50%, 
      rgba(255, 30, 60, 0.08) 0%, 
      rgba(14, 15, 18, 0.95) 70%
    ),
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.02) 0px,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 10px
    ) !important;
  background-attachment: fixed !important;
  color: #e0e0e0 !important;
  font-size: 16px; /* Base font size increase */
}

/* Ensure the outer container matches the background seamlessly */
#product-product.prs-product-page {
  background: transparent !important;
  color: #e0e0e0;
  padding-top: 30px;
  padding-bottom: 60px;
  max-width: 100%;
  overflow-x: hidden;
}

/* 2. Scaled-Up Typography & Headings */
#product-product h1,
#product-product .prs-product-title {
  font-size: 2.75rem !important; /* ~44px */
  font-weight: 800 !important;
  color: #ffffff !important;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 1.2;
}

#product-product h2 {
  font-size: 2rem !important; /* ~32px */
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-top: 24px;
  margin-bottom: 16px;
}

#product-product h3 {
  font-size: 1.6rem !important; /* ~25px */
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-top: 20px;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#product-product h4 {
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  color: #ffffff !important;
}

/* General Body & Paragraph Text */
#product-product p,
#product-product div,
#product-product label,
#product-product li {
  font-size: 1.15rem; /* ~18.4px */
  line-height: 1.7;
}

/* 3. Main Grid Layout */
.prs-product-main-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  margin-bottom: 0px;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .prs-product-main-grid {
    grid-template-columns: 6fr 6fr;
  }
}

/* 4. Gallery & Main Image Constraint */
.prs-left-column {
  min-width: 0;
  width: 100%;
}

.prs-gallery-container {
  margin-bottom: 0px;
  width: 100%;
}

.prs-main-image-wrap {
  background: rgba(15, 15, 18, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prs-main-image-wrap a.main-thumbnail {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
}

.prs-main-image-wrap img#prs-main-image {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.prs-thumbnail-list {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-x: auto;
}

.prs-thumbnail-list .thumbnail {
  background: rgba(15, 15, 18, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4px;
  border-radius: 6px;
  display: block;
  width: 90px;
  height: 90px;
  transition: all 0.2s ease;
}

.prs-thumbnail-list .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prs-thumbnail-list .thumbnail.active,
.prs-thumbnail-list .thumbnail:hover {
  border-color: #ff1e3c;
}

/* 5. Right Column Meta, Pricing & Options */
.prs-right-column {
  min-width: 0;
  width: 100%;
}

#product-product .prs-meta-list {
  list-style: none;
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1.25rem !important; /* Increased meta text */
  line-height: 1.9;
  color: #cccccc;
}

#product-product .prs-meta-list li {
  margin-bottom: 10px;
  font-size: 1.2rem !important;
}

#product-product .prs-meta-list strong {
  color: #ffffff;
  min-width: 140px;
  display: inline-block;
}

#product-product .prs-meta-list a {
  color: #ffffff;
  text-decoration: underline;
}

/* Price Display */
.prs-price-container {
  margin: 10px 0;
}

.prs-price {
  font-size: 2.3rem !important; /* Scaled up price tag */
  font-weight: 600;
  color: #ffffff;
}

.prs-price-old {
  font-size: 1.6rem !important;
  color: #777777;
  text-decoration: line-through;
  margin-left: 14px;
}

.prs-tax-info {
  display: block;
  font-size: 1rem !important;
  color: #999999;
  margin-top: 6px;
}

/* Options Box */
.prs-options-box {
  background: rgba(20, 22, 28, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px;
  border-radius: 8px;
  margin-bottom: 28px;
  backdrop-filter: blur(10px);
}

.prs-options-box .form-group label {
  color: #ffffff;
  font-size: 1.2rem !important;
  font-weight: 600;
  margin-bottom: 10px;
}

.prs-options-box select.form-control,
.prs-options-box input.form-control,
.prs-options-box textarea.form-control {
  background-color: #08090b !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 1.15rem !important;
  height: auto;
}

.prs-options-box select.form-control:focus,
.prs-options-box input.form-control:focus {
  border-color: #ff1e3c !important;
  box-shadow: 0 0 8px rgba(255, 30, 60, 0.3) !important;
}

/* Action Controls & Quantities */
.prs-purchase-action-bar {
  display: flex;
  gap: 18px;
  align-items: flex-end;
  margin-top: 28px;
}

.prs-qty-input {
  width: 90px !important;
  text-align: center;
  height: 52px !important;
  font-size: 1.3rem !important;
  font-weight: bold;
}


/* 6. Tabs Section */
.prs-product-tabs-wrapper {
  margin-top: 0px;
}

.prs-nav-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.prs-nav-tabs > li > a {
  color: #888888;
  border: none !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.15rem !important;
  padding: 12px 20px;
  background: transparent !important;
}

.prs-nav-tabs > li.active > a,
.prs-nav-tabs > li.active > a:hover {
  color: #ffffff !important;
  background: transparent !important;
  border-bottom: 3px solid #ff1e3c !important;
}

.prs-tab-content {
  padding: 25px 0px 0px 0px;
  color: #dddddd;
  font-size: 0.8rem !important;
  line-height: 1.2;
}

.prs-spec-table {
  width: 100%;
  border-collapse: collapse;
}

.prs-spec-table th, 
.prs-spec-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 1.15rem !important;
}

.prs-spec-table th {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  text-align: left;
  font-size: 1.25rem !important;
}
/* ==========================================================================
   Updated Grid (65/35), Select Sizes, Image Container & Breadcrumb Button
   ========================================================================== */

/* 1. Update Grid Split to 65% Left / 35% Right on Desktop */
@media (min-width: 992px) {
  .prs-product-main-grid {
    grid-template-columns: 6.5fr 3.5fr; /* 65/35 split */
    gap: 32px;
  }
}

/* 2. Control Labels & Select Inputs Styling */
#product-product .control-label,
.prs-options-box .form-group label,
.prs-quantity-group label {
  color: #ffffff;
  font-size: 0.90rem !important;
  font-weight: 400;
  margin-bottom: 8px;
}

.prs-options-box select.form-control.prs-select {
  font-size: 0.8rem !important;
  font-weight: 400;
  height: 42px;
}

/* 3. Red "BACK TO PRODUCTS" Button Breadcrumb Override */
.prs-breadcrumb-btn-wrap {
  margin-bottom: 24px;
}

.prs-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #ff1e3c;
  color: #ffffff !important;
  font-weight: 500;
  font-size: 0.90rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 13px;
  border-radius: 4px;
  text-decoration: none !important;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.prs-back-btn:hover {
  background-color: #e01732;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* 4. Fixed Image Container (Curved Top Corners & Full Image Cover/Fill) */
.prs-main-image-wrap {
  background: rgba(15, 15, 18, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden !important; /* Fixes corner clipping issue */
  margin-bottom: 16px;
  width: 100%;
  aspect-ratio: 16 / 9; /* Maintains consistent proportions */
  display: flex;
  justify-content: center;
  align-items: center;
}

.prs-main-image-wrap a.main-thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: transparent;
}

.prs-main-image-wrap img#prs-main-image {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover !important; /* Fully fills container edge-to-edge */
  display: block;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

/* ==========================================================================
   PRS Nav Cards - Dynamic Tag Styling Fix
   ========================================================================== */

/* Base Tag Setup: Semi-transparent background using currentColor or parent variables */
.prs-card-tag {
  display: inline-block;
  padding: 4px 10px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* Option A: Fully dynamic using Card Modifiers (Recommended) */

/* Card 1: Off-The-Shelf Products (Card Background Matching Style) */
.prs-nav-card.card-simulators .prs-card-tag {
  background-color: rgba(255, 255, 255, 0.05); /* Soft translucent dark fill */
  border: 1px solid rgba(255, 255, 255, 0.15); /* Subtle matching card border */
  color: #e0e0e0;
}

/* Card 2: Custom Configurator */
.prs-nav-card.card-builder .prs-card-tag {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #e0e0e0;
}

/* Card 3: Expert Advice */
.prs-nav-card.card-guide .prs-card-tag {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #e0e0e0;
}

/* Hover Accent Fix: Match hover glow per card */
.prs-nav-card:hover .prs-card-tag {
  border-color: rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.1);
}

/* ==========================================================================
   Tab Content - Forced Smaller Text Size
   ========================================================================== */

/* 1. Target all child text containers */
.prs-tab-content,
.prs-tab-content p,
.prs-tab-content li,
.prs-tab-content div {
  font-size: 0.9rem !important; /* Adjust base size here (e.g., 13px/0.85rem) */
  line-height: 1.3;
}

/* 2. Override inline styles on inner spans */
.prs-tab-content span {
  font-size: inherit !important;
}

/* 3. Handle specific small fine-print text at the bottom */
.prs-tab-content span[style*="font-size: 10px"] {
  font-size: 0.75rem !important;
}

/* 4. Keep section headings proportionally sized relative to the body text */
.prs-tab-content h3,
.prs-tab-content h3 span {
  font-size: 0.95rem !important;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 8px;
}
/* ==========================================================================
   Product Description List & Typography Styling
   ========================================================================== */

/* 1. Restore Bullet Points & Indentation for Lists */
.prs-tab-content ul {
  list-style-type: disc !important;
  padding-left: 20px !important;
  margin-top: 8px !important;
  margin-bottom: 16px !important;
}

.prs-tab-content li {
  display: list-item !important; /* Overrides inline-block or flex resets */
  margin-bottom: 6px !important;
  line-height: 1.5;
}

/* 2. Heading Adjustments inside Description */
.prs-tab-content h3 {
  font-size: 1rem !important;
  font-weight: 700;
  color: #ffffff;
  margin-top: 20px !important;
  margin-bottom: 8px !important;
}

/* 3. Base Paragraph & Text Styling */
.prs-tab-content,
.prs-tab-content p,
.prs-tab-content li {
  font-size: 0.875rem !important; /* Controlled readable text size */
  color: rgba(255, 255, 255, 0.85);
}

/* ==========================================================================
   Tab Content - Paragraph Spacing & Margin Fix
   ========================================================================== */

.prs-tab-content p {
  margin-top: 0 !important;
  margin-bottom: 14px !important; /* Adjust this value to increase/decrease paragraph spacing */
  line-height: 1.6;
}

/* Ensure the last paragraph doesn't add unnecessary bottom spacing */
.prs-tab-content p:last-child {
  margin-bottom: 0 !important;
}

/* Swatch Group Container */
.prs-swatch-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

/* Individual Swatch Card/Label */
.prs-swatch-item {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin: 0;
  user-select: none;
}

/* Hide standard inputs while preserving accessibility & OpenCart AJAX serialized data */
.prs-swatch-item input[type=radio], .prs-swatch-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* Swatch Circle Base */
.prs-swatch-item .swatch {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: block;
  border: 2px solid #ffffff;
  outline: 1px solid #d1d5db;
  outline-offset: 1px;
  transition: all 0.2s ease-in-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

/* Pure CSS Swatch Colors (fallback when no image is uploaded in OpenCart Admin) */
.prs-swatch-item .swatch-blue { background-color: #0055ff; }
.prs-swatch-item .swatch-red  { background-color: #dc2626; }
.prs-swatch-item .swatch-black { background-color: #111111; }
.prs-swatch-item .swatch-white { background-color: #ffffff; }
.prs-swatch-item .swatch-silver, 
.prs-swatch-item .swatch-grey { background-color: #9ca3af; }

/* Hover States */
.prs-swatch-item:hover .swatch {
  transform: scale(1.08);
  outline-color: #6b7280;
}

/* Selected Active State (Radio & Checkbox) */
.prs-swatch-item input[type=radio]:checked + .swatch, .prs-swatch-item input[type=checkbox]:checked + .swatch {
  outline: 2px solid #e11d48; /* Accent active ring */
  outline-offset: 2px;
  transform: scale(1.05);
}

/* Focus Ring for Keyboard Navigation */
.prs-swatch-item input[type=radio]:focus-visible + .swatch, .prs-swatch-item input[type=checkbox]:focus-visible + .swatch {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

/* Text Label beneath Swatch */
.prs-swatch-item .swatch-label {
  font-size: 12px;
  color: #4b5563;
  margin-top: 6px;
  font-weight: 500;
  text-align: center;
}

.prs-swatch-item .swatch-label small {
  display: block;
  color: #6b7280;
  font-size: 10px;
}

.prs-swatch-item input[type="radio"]:checked ~ .swatch-label,
.prs-swatch-item input[type="checkbox"]:checked ~ .swatch-label {
  color: #111827;
  font-weight: 700;
}
.prs-guide-footer-action {
  text-align: center;
  padding: 36px 20px;
  margin-top: 40px;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.prs-guide-heading {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-top: 0;
  margin-bottom: 8px;
}

.prs-guide-note {
  font-size: 15px;
  color: #4b5563;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* Red Back Button Styling */
.prs-guide-footer-action .prs-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background-color: #e11d48;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, transform 0.1s ease-in-out;
}

.prs-guide-footer-action .prs-back-btn:hover {
  background-color: #be123c;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}
/* Prevent top navigation items from wrapping between 1388px and 1445px */
@media (min-width: 1388px) and (max-width: 1445px) {
  /* Force container into a single-line flex row */
  #pt_custommenu {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center;
    align-items: center;
  }

  /* Remove float behavior and reset layout on menu items */
  #pt_custommenu .pt_menu {
    float: none !important;
    display: inline-flex !important;
    white-space: nowrap !important;
  }

  /* Tighten padding and scale font slightly to fit comfortably */
  #pt_custommenu .pt_menu .parentMenu a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 16px !important; /* Adjust if your theme base font is different */
    white-space: nowrap !important;
  }
}

/* Container & Wrapper */
.prs-legal-page {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 20px 60px;
  color: #374151;
  font-family: inherit;
  line-height: 1.6;
}

/* Page Header */
.prs-legal-header {
  border-bottom: 2px solid #e5e7eb;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.prs-legal-header h1 {
  font-size: 30px;
  font-weight: 800;
  color: #111827;
  margin: 0 0 4px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.prs-legal-subhead {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
  font-weight: 600;
}

/* Highlight Notice Box */
.prs-notice-box {
  background-color: #fff1f2;
  border-left: 4px solid #e11d48;
  padding: 16px 20px;
  border-radius: 4px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.prs-notice-box p {
  margin: 0;
  font-size: 14px;
  color: #881337;
}

.prs-notice-btn {
  display: inline-block;
  background-color: #e11d48;
  color: #ffffff !important;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}

.prs-notice-btn:hover {
  background-color: #be123c;
  text-decoration: none;
}

/* Callout Box for Hire / Rental Conditions */
.prs-callout-note {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 16px 20px;
  margin: 16px 0;
}

.prs-callout-note ul {
  margin: 0;
  padding-left: 20px;
}

.prs-callout-note li {
  font-size: 14px;
  color: #1f2937;
  font-weight: 600;
  margin-bottom: 6px;
}

.prs-callout-note li:last-child {
  margin-bottom: 0;
}

/* Legal Content Sections */
/* Container & Wrapper */
.prs-legal-page {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 20px 60px;
  color: #e5e7eb; /* Soft white body text */
  font-family: inherit;
  line-height: 1.6;
}

/* Page Header */
.prs-legal-header {
  border-bottom: 2px solid #374151; /* Darker border for dark mode */
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.prs-legal-header h1 {
  font-size: 30px;
  font-weight: 800;
  color: #ffffff; /* Bright white header */
  margin: 0 0 4px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.prs-legal-subhead {
  font-size: 14px;
  color: #9ca3af; /* Muted gray subhead */
  margin: 0;
  font-weight: 600;
}

/* Highlight Notice Box */
.prs-notice-box {
  background-color: #1f1215; /* Dark subtle red/maroon tint */
  border-left: 4px solid #f43f5e; /* Vibrant red accent bar */
  padding: 16px 20px;
  border-radius: 4px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.prs-notice-box p {
  margin: 0;
  font-size: 14px;
  color: #fecdd3; /* Light pink-white text */
}

.prs-notice-btn {
  display: inline-block;
  background-color: #e11d48;
  color: #ffffff !important;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}

.prs-notice-btn:hover {
  background-color: #f43f5e;
  text-decoration: none;
}

/* Callout Box for Hire / Rental Conditions */
.prs-callout-note {
  background: #111827; /* Dark card background */
  border: 1px solid #374151;
  border-radius: 6px;
  padding: 16px 20px;
  margin: 16px 0;
}

.prs-callout-note ul {
  margin: 0;
  padding-left: 20px;
}

.prs-callout-note li {
  font-size: 14px;
  color: #ffffff; /* High contrast white */
  font-weight: 600;
  margin-bottom: 6px;
}

.prs-callout-note li:last-child {
  margin-bottom: 0;
}

/* Legal Content Sections */
.prs-legal-section {
  margin-bottom: 28px;
}

.prs-legal-section h2 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff; /* Section headers in pure white */
  margin: 0 0 10px 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #1f2937;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.prs-legal-section p {
  font-size: 14px;
  color: #e5e7eb; /* Off-white for easy reading without harsh eye strain */
  margin-bottom: 12px;
}

.prs-legal-section a {
  color: #fb7185; /* Bright red-pink for high link visibility on dark backgrounds */
  font-weight: 600;
  text-decoration: none;
}

.prs-legal-section a:hover {
  text-decoration: underline;
  color: #fda4af;
}

/* Form Field Input Tweaks */
.prs-legal-page .form-control:focus {
  border-color: #f43f5e !important;
  outline: none;
  box-shadow: 0 0 0 2px rgba(244, 63, 94, 0.2);
}

.prs-legal-page input:-webkit-autofill {
  -webkit-text-fill-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0px 1000px #1f2937 inset !important;
}


  /* Form Container & Section Styling */
  #account-register fieldset {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  }

  #account-register legend {
    font-size: 18px;
    font-weight: 600;
    color: #1a202c;
    border-bottom: 2px solid #edf2f7;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }

  /* Form Elements */
  #account-register .form-group {
    margin-bottom: 16px;
  }

  #account-register .control-label {
    font-weight: 500;
    color: #4a5568;
    padding-top: 7px;
  }

  #account-register .form-control {
    border-radius: 6px;
    border: 1px solid #cbd5e0;
    padding: 8px 12px;
    height: 40px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  #account-register .form-control:focus {
    border-color: #3182ce;
    box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.15);
  }

  /* Buttons & Validation */
  #account-register .btn-primary {
    background-color: #3182ce;
    border-color: #3182ce;
    border-radius: 6px;
    padding: 10px 24px;
    font-weight: 600;
  }

  #account-register .text-danger {
    color: #e53e3e;
    font-size: 13px;
    margin-top: 4px;
  }
#account-register {
  padding-top: 20px;
  padding-bottom: 40px;
}

/* Breadcrumbs */
#account-register .breadcrumb {
  background: #16181f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 10px 18px;
}

#account-register .breadcrumb > li > a {
  color: #a0aec0;
  transition: color 0.2s ease;
}

#account-register .breadcrumb > li > a:hover {
  color: #d3182c;
}

#account-register h1 {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}

#account-register p {
  color: #a0aec0;
  margin-bottom: 24px;
}

/* Section Cards */
#account-register fieldset {
  background: #16181f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 28px;
  margin-bottom: 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

#account-register legend {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(211, 24, 44, 0.3);
  padding-bottom: 10px;
  margin-bottom: 24px;
}

/* Form Labels & Controls */
#account-register .control-label {
  color: #cbd5e0;
  font-weight: 500;
}

#account-register .form-control {
  background-color: #0d0e12;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  color: #ffffff;
  height: 44px;
  padding: 10px 14px;
  transition: all 0.2s ease-in-out;
}

#account-register .form-control:focus {
  border-color: #d3182c;
  box-shadow: 0 0 0 3px rgba(211, 24, 44, 0.25);
  background-color: #12141a;
}

#account-register textarea.form-control {
  height: auto;
}

/* Radio & Checkboxes */
#account-register .radio label,
#account-register .checkbox label,
#account-register .radio-inline {
  color: #cbd5e0;
  font-weight: 400;
}

/* Primary Accent Buttons */
#account-register .btn-primary {
  background: #d3182c;
  border-color: #d3182c;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 32px;
  border-radius: 6px;
  transition: all 0.2s ease;
  box-shadow: 0 4px 14px rgba(211, 24, 44, 0.35);
}

#account-register .btn-primary:hover,
#account-register .btn-primary:focus {
  background: #b51224;
  border-color: #b51224;
  box-shadow: 0 6px 20px rgba(211, 24, 44, 0.5);
}

#account-register .btn-default {
  background: #20242f;
  border-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border-radius: 6px;
}

#account-register .btn-default:hover {
  background: #2a303f;
  color: #ffffff;
}

/* Validation & Alerts */
#account-register .text-danger {
  color: #ff4d4d;
  font-size: 13px;
  margin-top: 6px;
}

.alert-danger {
  background-color: rgba(211, 24, 44, 0.15);
  border-color: #d3182c;
  color: #ff8080;
  border-radius: 8px;
}

/* Custom Account Dashboard Styles */
.oc-account-dashboard {
  padding: 1.5rem 0;
}

.oc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.oc-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e9ecef;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.oc-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.oc-card-header {
  padding: 1.25rem 1.25rem 0.75rem 1.25rem;
  border-bottom: 1px solid #f1f3f5;
  background: #fafbfc;
}

.oc-card-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a202c;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.oc-card-title i {
  color: #3182ce;
  font-size: 1rem;
}

.oc-card-body {
  padding: 0.75rem 0;
  flex: 1;
}

.oc-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.oc-menu-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.25rem;
  color: #4a5568;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.oc-menu-item a:hover {
  background-color: #f7fafc;
  color: #2b6cb0;
}

.oc-menu-item a::after {
  content: "›";
  font-size: 1.2rem;
  line-height: 1;
  color: #cbd5e0;
  transition: transform 0.15s ease, color 0.15s ease;
}

.oc-menu-item a:hover::after {
  color: #2b6cb0;
  transform: translateX(3px);
}

/* ==========================================================================
   PRS ACCOUNT DASHBOARD (ISOLATED NAMESPACE: prs-acc-*)
   ========================================================================== */

.prs-acc-wrapper {
  padding: 2rem 0;
  color: #f8f9fa;
}

.prs-acc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.prs-acc-card {
  background: #121417;
  border-radius: 8px;
  border: 1px solid #262930;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.prs-acc-card:hover {
  transform: translateY(-4px);
  border-color: #e50914;
  box-shadow: 0 8px 25px rgba(229, 9, 20, 0.15);
}

.prs-acc-card-header {
  padding: 1.25rem 1.25rem 0.85rem 1.25rem;
  border-bottom: 1px solid #1f2228;
  background: #181b20;
}

.prs-acc-card-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.prs-acc-card-title i {
  color: #e50914;
  font-size: 1rem;
}

.prs-acc-card-body {
  padding: 0.5rem 0;
  flex: 1;
}

.prs-acc-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.prs-acc-menu-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.prs-acc-menu-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1.25rem;
  color: #c5c9d1;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  transition: background-color 0.15s ease, color 0.15s ease;
}

.prs-acc-menu-item:last-child a {
  border-bottom: none;
}

.prs-acc-menu-item a:hover {
  background-color: #1a1d24;
  color: #ffffff;
}

.prs-acc-menu-item a::after {
  content: "›";
  font-size: 1.2rem;
  line-height: 1;
  color: #525866;
  transition: transform 0.15s ease, color 0.15s ease;
}

.prs-acc-menu-item a:hover::after {
  color: #e50914;
  transform: translateX(4px);
}
/* ==========================================================================
   PRS ACCOUNT PAGES - ADD-ON (paste directly BELOW your prs-acc-* dashboard block)
   Same namespace. Styles the forms, tables, buttons and detail blocks used
   by the account templates. Everything is scoped to .prs-acc-wrapper so it
   can't affect the rest of the site.
   ========================================================================== */

/* ---------- Page heading ---------- */
.prs-acc-page-title {
  margin: 0 0 0.5rem 0;
  font-size: 1.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.prs-acc-intro {
  margin: 0 0 1rem 0;
  max-width: 760px;
  color: #9aa0ab;
  line-height: 1.6;
}

.prs-acc-wrapper > .prs-acc-card,
.prs-acc-wrapper > form > .prs-acc-card {
  margin-top: 1.5rem;
}

/* Cards holding forms/tables shouldn't jump about while you use them */
.prs-acc-card--static:hover {
  transform: none;
  border-color: #262930;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.prs-acc-card-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 1rem 1.25rem;
  border-top: 1px solid #1f2228;
  background: #15181c;
}

/* ---------- Forms ---------- */
.prs-acc-form-body {
  padding: 1.5rem 1.25rem 0.5rem 1.25rem;
}

.prs-acc-wrapper fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.prs-acc-wrapper .form-group {
  margin-bottom: 1.1rem;
}

.prs-acc-wrapper .control-label,
.prs-acc-wrapper .radio label,
.prs-acc-wrapper .checkbox label,
.prs-acc-wrapper .radio-inline {
  color: #c5c9d1;
  font-weight: 500;
}

.prs-acc-wrapper .form-group.required .control-label::before {
  color: #e50914;
}

.prs-acc-wrapper .form-control {
  height: auto;
  padding: 0.65rem 0.85rem;
  background: #0d0f12;
  border: 1px solid #2c3038;
  border-radius: 6px;
  color: #f8f9fa;
  box-shadow: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.prs-acc-wrapper .form-control:focus {
  border-color: #e50914;
  box-shadow: 0 0 0 3px rgba(229, 9, 20, 0.15);
  outline: 0;
}

.prs-acc-wrapper .form-control::placeholder {
  color: #5c626e;
}

.prs-acc-wrapper select.form-control option {
  background: #121417;
  color: #f8f9fa;
}

.prs-acc-wrapper input[type=radio], .prs-acc-wrapper input[type=checkbox] {
  accent-color: #e50914;
}

.prs-acc-wrapper .text-danger {
  margin-top: 0.35rem;
  color: #ff4d57;
  font-size: 0.85rem;
}

/* Calendar / upload buttons that sit next to fields */
.prs-acc-wrapper .btn-default,
.prs-acc-wrapper .input-group-btn .btn {
  background: #1a1d24;
  border: 1px solid #2c3038;
  color: #c5c9d1;
  box-shadow: none;
  text-shadow: none;
}

.prs-acc-wrapper .btn-default:hover,
.prs-acc-wrapper .input-group-btn .btn:hover {
  background: #22262e;
  border-color: #e50914;
  color: #ffffff;
}

.prs-acc-wrapper .input-group-btn .btn {
  height: 100%;
  padding: 0.65rem 0.9rem;
  border-radius: 0 6px 6px 0;
}

.prs-acc-wrapper .input-group .form-control {
  border-radius: 6px 0 0 6px;
}

/* ---------- Buttons ---------- */
.prs-acc-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
}

.prs-acc-actions-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
}

.prs-acc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.prs-acc-btn:hover,
.prs-acc-btn:focus {
  text-decoration: none;
  transform: translateY(-1px);
}

.prs-acc-btn-primary {
  background: #e50914;
  border-color: #e50914;
  color: #ffffff;
}

.prs-acc-btn-primary:hover,
.prs-acc-btn-primary:focus {
  background: #c10812;
  border-color: #c10812;
  color: #ffffff;
}

.prs-acc-btn-secondary {
  background: transparent;
  border-color: #2c3038;
  color: #c5c9d1;
}

.prs-acc-btn-secondary:hover,
.prs-acc-btn-secondary:focus {
  border-color: #e50914;
  color: #ffffff;
}

.prs-acc-btn-danger {
  background: transparent;
  border-color: rgba(229, 9, 20, 0.45);
  color: #ff6b73;
}

.prs-acc-btn-danger:hover,
.prs-acc-btn-danger:focus {
  background: #e50914;
  border-color: #e50914;
  color: #ffffff;
}

.prs-acc-btn-sm {
  padding: 0.5rem 0.9rem;
  font-size: 0.8rem;
}

.prs-acc-btn-icon {
  width: 38px;
  height: 38px;
  padding: 0;
}

.prs-acc-agree {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  color: #9aa0ab;
  font-size: 0.9rem;
  font-weight: 400;
}

.prs-acc-agree a {
  color: #e50914;
}

/* ---------- Tables ---------- */
.prs-acc-table-wrap {
  overflow-x: auto;
}

.prs-acc-wrapper .prs-acc-table {
  width: 100%;
  margin: 0;
  background: transparent;
  color: #c5c9d1;
  border-collapse: collapse;
}

.prs-acc-wrapper .prs-acc-table > thead > tr > td {
  padding: 0.85rem 1.25rem;
  background: #181b20;
  border: 0;
  border-bottom: 1px solid #262930;
  color: #8b919c;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  white-space: nowrap;
}

.prs-acc-wrapper .prs-acc-table > tbody > tr > td {
  padding: 0.9rem 1.25rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  vertical-align: middle;
}

.prs-acc-wrapper .prs-acc-table > tbody > tr:hover > td {
  background: #1a1d24;
}

.prs-acc-wrapper .prs-acc-table > tfoot > tr > td {
  padding: 0.6rem 1.25rem;
  border: 0;
  border-top: 1px solid #1f2228;
}

.prs-acc-wrapper .prs-acc-table > tfoot > tr:last-child > td {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
}

.prs-acc-table small {
  color: #8b919c;
}

.prs-acc-table a:not(.prs-acc-btn) {
  color: #e50914;
}

.prs-acc-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-top: 1px solid #1f2228;
  color: #8b919c;
  font-size: 0.9rem;
}

.prs-acc-pagination:empty {
  display: none;
}

.prs-acc-wrapper .pagination {
  margin: 0;
}

.prs-acc-wrapper .pagination > li > a,
.prs-acc-wrapper .pagination > li > span {
  background: #1a1d24;
  border-color: #2c3038;
  color: #c5c9d1;
}

.prs-acc-wrapper .pagination > li > a:hover {
  background: #22262e;
  color: #ffffff;
}

.prs-acc-wrapper .pagination > .active > span,
.prs-acc-wrapper .pagination > .active > a {
  background: #e50914;
  border-color: #e50914;
  color: #ffffff;
}

/* ---------- Detail blocks, text, status ---------- */
.prs-acc-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.25rem;
  margin: 0;
  padding: 1.25rem;
}

.prs-acc-details dt {
  margin-bottom: 0.3rem;
  color: #8b919c;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.prs-acc-details dd {
  margin: 0;
  color: #ffffff;
}

.prs-acc-details a {
  color: #e50914;
}

.prs-acc-address,
.prs-acc-text {
  flex: 1;
  padding: 1.25rem;
  color: #c5c9d1;
  line-height: 1.7;
}

.prs-acc-empty {
  padding: 2.5rem 1.25rem;
  color: #8b919c;
  text-align: center;
}

.prs-acc-status {
  display: inline-block;
  padding: 0.2rem 0.65rem;
  border: 1px solid rgba(229, 9, 20, 0.4);
  border-radius: 999px;
  background: rgba(229, 9, 20, 0.12);
  color: #ff6b73;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
}

/* Big figure for reward points / account balance */
.prs-acc-details dd.prs-acc-stat-value {
  color: #e50914;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
}

/* Wishlist product thumbnails */
.prs-acc-thumb {
  max-width: 64px;
  height: auto;
  border: 1px solid #262930;
  border-radius: 4px;
}

.prs-acc-table .price s {
  margin-left: 0.35rem;
  color: #8b919c;
}

/* Autocomplete dropdown (affiliate tracking link generator) */
.prs-acc-wrapper .dropdown-menu {
  background: #181b20;
  border: 1px solid #262930;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.prs-acc-wrapper .dropdown-menu > li > a {
  color: #c5c9d1;
}

.prs-acc-wrapper .dropdown-menu > li > a:hover,
.prs-acc-wrapper .dropdown-menu > .active > a {
  background: #1a1d24;
  color: #ffffff;
}

/* ---------- Alerts ---------- */
.prs-acc-wrapper .alert {
  border: 1px solid;
  border-radius: 6px;
}

.prs-acc-wrapper .alert-success {
  background: rgba(40, 167, 69, 0.12);
  border-color: rgba(40, 167, 69, 0.4);
  color: #7ddc93;
}

.prs-acc-wrapper .alert-danger,
.prs-acc-wrapper .alert-warning {
  background: rgba(229, 9, 20, 0.1);
  border-color: rgba(229, 9, 20, 0.4);
  color: #ff8a91;
}

.prs-acc-wrapper .alert .close {
  color: inherit;
  opacity: 0.7;
  text-shadow: none;
}

/* ---------- Mobile ---------- */
@media (max-width: 767px) {
  .prs-acc-page-title {
    font-size: 1.4rem;
  }

  .prs-acc-wrapper .form-horizontal .control-label {
    margin-bottom: 0.4rem;
    text-align: left;
  }

  .prs-acc-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .prs-acc-actions-right {
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
  }

  .prs-acc-actions .prs-acc-btn {
    width: 100%;
  }
}
/* ==========================================================================
   PRODUCT PAGE - MOBILE: show the product title above the main image
   ========================================================================== */
@media (max-width: 991px) {
  /* Stack everything in one column */
  .prs-product-main-grid {
    display: flex;
    flex-direction: column;
  }

  /* Let the pieces inside both columns be re-ordered together */
  .prs-left-column,
  .prs-right-column {
    display: contents;
  }

  /* Mobile order */
  .prs-header-actions       { order: 1; } /* Title */
  .prs-gallery-container    { order: 2; } /* Main image + thumbnails */
  .prs-product-tabs-wrapper { order: 3; } /* Description / Specification / Reviews */
  .prs-price-container      { order: 4; } /* Price */
  .prs-options-box          { order: 5; } /* Options + Add to Cart */
  .prs-rating-summary       { order: 6; } /* Stars */
}
/* PRS video – control bar */
.prs-video-wrapper { position: relative; }
.prs-video-wrapper video { cursor: pointer; }

.prs-video-controls {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 3;
  display: none;
  gap: 8px;
}
.prs-video-wrapper.has-started .prs-video-controls { display: flex; }

.prs-video-controls button {
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.prs-video-controls button:hover { background: rgba(0, 0, 0, 0.85); }
.prs-video-controls svg { width: 22px; height: 22px; }

/* Icon swapping */
.prs-video-controls .icon-play,
.prs-video-controls .icon-muted { display: none; }
.prs-video-wrapper:not(.is-playing) .icon-pause { display: none; }
.prs-video-wrapper:not(.is-playing) .icon-play { display: block; }
.prs-video-wrapper.is-muted .icon-sound { display: none; }
.prs-video-wrapper.is-muted .icon-muted { display: block; }