/* root.css */
:root {
  --main-color: #595959;
  --secondary-color: #292929;
  --light-color: #f4f4f6;
  --bg-gradient: #fff;
  --bg-gradient-faq: linear-gradient(20deg, rgb(32 38 48 / 86%) 20%, rgb(143 81 81 / 79%) 49%, rgb(185 40 67 / 84%) 67%, rgb(47 77 122 / 91%) 100%);
  --garland-red: #cf2c41;
  --garland-darker-red: #AF2A3D;
  --garland-bright-red: #EE0229;
  --garland-btc-red: #AC696A;
}

/**********************************************/
/*                                            */
/*          LAYOUT: NAVIGATION STUFF          */
/*                                            */
/**********************************************/

.top_menu {
	background-color: var(--bg-gradient);
	height: 100px;
}

.menu_two .navbar-light .navbar-toggler span,
.menu_two .navbar-light .navbar-toggler span:before,
.menu_two .navbar-light .navbar-toggler span:after,
.menu_icon:before, .menu_icon:after {
  background-color: #fff !important;
}

/*desktop logo - before scroll */
div.top_menu div.container a.navbar-brand.logo-default img {
  max-height: 60px;
}

/* mobile logo */
div.main_menu div.container a.navbar-brand.logo-small img {
  max-width: 47vw;
}

/**********************************************/
/*                                            */
/*            LAYOUT: HEADER STUFF            */
/*                                            */
/**********************************************/

section#header {
  border-bottom: 8px solid var(--garland-red);
  background-attachment: fixed !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}

@media screen and (min-width: 768px) {
  section#header {
    min-height: 60vh;
  }
}

section#header div.container {
  height: 340px;
}

div.header-breadcrumb {
  background: none;
}

ol.breadcrumb,
ol.breadcrumb li > span.current, .breadcrumb li a {
  font-size: .9em;
}

ol.breadcrumb li i.icon-arrow_2:before {
  content: " | ";
  font-size: 1em;
}

/**********************************************/
/*                                            */
/*            LAYOUT: FOOTER STUFF            */
/*                                            */
/**********************************************/

footer.footer_area {
  position: relative;
  background: none;
}
footer.footer_area::before {
  content: "";
  width: 100%;
  height: 5.76rem;
  position: absolute;
  left: 0;
  /*top: -5.76rem;*/
  top: -22px;
  background-image: linear-gradient(
    to bottom,
    rgba(238, 2, 41, 0.4) 3.2rem,
    rgba(238, 2, 41, 0.6) 3.2rem,
    rgba(238, 2, 41, 0.6) 4.8rem,
    rgba(238, 2, 41, 0.8) 4.8rem,
    rgba(238, 2, 41, 0.8)
  );
}

footer.footer_area section.bg-dark-texture div.container { position: relative; }
footer.footer_area section.bg-dark-texture div.container::after {
  content: " ";
  width: 90rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background-image: url(/assets/brand/garland/assets/theme/img/footer-illustration.png);
  background-size: 50%;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  filter: opacity(0.5);
  max-width: 100%;
}
footer.footer_area section.bg-dark-texture div.container div.row {
  position: relative;
  z-index: 1;
}

.main_menu .navbar.navbar-expand-lg .navbar-nav li:hover a,
.main_menu .navbar.navbar-expand-lg .navbar-nav li.active a,
.single_title h2 span,
.choose_item .icon i,
.find_us_text h2 span,
.find_us_text .list_finding .nav li a:hover,
.drive_item .left .nav li a.active,
.drive_item .left .nav li:hover a,
.drive_item .right .hourly_toggle .nice_select .current,
.drive_item .right .hourly_toggle .nice_select:after,
.car_product_item .product_content .title h3:hover,
.car_product_item .product_content .title h4,
.top_ques_inner .accordion .card .card-header button,
.about_widget i,
.link_widget .nav li:hover a,
.footer_copyright .copyright_inner .left p a,
.footer_copyright .copyright_inner .right .nav li a:hover,
.header_area.navbar_fixed .main_menu .navbar.navbar-expand-lg .nav.navbar-nav > li:hover > a,
.header_area.navbar_fixed .main_menu .navbar.navbar-expand-lg .nav.navbar-nav > li.active > a,
.quickly_text_part h3 span,
.quickly_item .media .d-flex i {
  color: var(--garland-red);
}

/**********************************************/
/*                                            */
/*           LAYOUT: APPLY BRANDING           */
/*                                            */
/**********************************************/

.main_btn.red,
.main_btn.light-red,
.feature_car_area .f_car_slider .car_arrow .owl-prev:hover,
.feature_car_area .f_car_slider .car_arrow .owl-next:hover,
.main_btn.border:hover,
.main_btn.red.border:hover,
.submit_btn.red,
.creat_account input[type=checkbox]:checked ~ .check,
.car_budget_red .car_budget_inner .nav.nav-tabs li a,
.product_list_right .main_btn + .main_btn:hover,
.cart_details_area .cart_details_inner .table tfoot .table_footer td:last-child .main_btn:hover,
.cart_box .cart_list_inner .list_itme .right .form-group .submit_btn:hover,
.tag_widget .nav li a:hover,
.single_blog_inner .blog_item .blog_text .tags .nav li a:hover,
.border_btn:hover,
.border_btn.red:hover,
.pr_rate .media-left p a:before {
  border-radius: 8px;
}

.product_list_right .main_btn {
  line-height: 48px;
}

ul #search_icon {
  background: var(--garland-red);
}

.garland-darker-red{
  background-color: var(--garland-darker-red);
}

/**********************************************/
/*                                            */
/*          SITE-WIDE HELPER CLASSES          */
/*                                            */
/**********************************************/
.text-red {
  color: var(--garland-red);
}

h2.section-title {
  color: var(--garland-red);
  font-size: 4em;
  font-weight: bolder;
  font-style: italic;
  width: fit-content;
  text-decoration: underline;
  line-height: 90px;
}

@media screen and (min-width: 768px) {
  h2.section-title {
    border-bottom: 6px solid;
    text-decoration: none;
  }
  h2.section-title::after {
    content: "";
    border: 3px solid;
    position: absolute;
    left: 0px;
    top: 90px;
    width: 1100px;
    margin-left: -1000px;
  }
}

section.bg-red-texture {
  background-image: url(/assets/brand/garland/assets/img/red-bg.jpg);
  background-size: 5px 5px;
  background-repeat: repeat;
}

section.bg-red-texture h2.section-title {
  color: #fff;
}

section.bg-dark-texture {
  background-image: url(/assets/brand/garland/assets/theme/img/footer-bg.jpg);
  background-size: 24px 24px;
  background-repeat: repeat;
}

.submit_btn, .btn, .rounded { border-radius: 8px !important; }

img.invert-color { filter: invert(1); }
a:hover img.invert-color { filter: invert(.5); }

.border-bottom-red {
  border-bottom: 8px solid var(--garland-red);
}

.submit_btn.item.white{
  background: #fff;
  color: var(--main-color);
}
.submit_btn.item.white:hover{
  color: #fff;
}

.submit_btn.light-red{
  border-color: #b57172 !important;
  background-color: var(--garland-btc-red);
  color: #fff;
}
.submit_btn.light-red:hover{
  background-color: #9d5b5c !important;
  border-color: #b57172 !important;
}

.find_item .submit_btn.text-white:hover{
  color: #fff !important;
}

/**********************************************/
/*                                            */
/*            PAGE SPECIFIC STYLES            */
/*                                            */
/**********************************************/

/* homepage  */

@media screen and (min-width: 768px) {
  section.main_slider_area { height: 90vh; }
  section.main_slider_area div.main_slider { height: 100%; }
}

.brand_logos a.enhanced-size img {
  max-height: 95px;
}

div.slider_item p.slider-title {
  font-size: 4em;
  line-height: 1em;
  font-weight: bolder;
  color: #ffffff;
  text-transform: uppercase;
}

.main_slider.budget_slider .slider_item .image_overlay:before {
  background: #000;
  background: linear-gradient(112deg, rgb(0 0 0 / 70%) 0%, rgb(0 0 0 / 40%) 30%, rgba(255, 255, 255, 0) 100%);
}

/* homepage: shop by category  */

.tile-link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
  padding: .25rem;
}

.tile {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
}

.tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
  border-radius: 8px;
}

.tile:hover img {
  transform: scale(1.3); /* Zoom effect */
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  z-index: 1;
}

/* homepage: part finder */
.main_btn.light-red,
button.part_finder_button {
  background-color: #b57172;
  border-color: #b57172;
  font-weight: bolder;
  text-transform: uppercase;
}
.main_btn.light-red:hover,
button.part_finder_button:hover {
  background-color: #9d5b5c;
  border-color: #b57172;
}

/* homepage: featured */
.find_item .submit_btn.text-white,
.find_item .submit_btn.text-white:hover {
  width:  190px;
}

/* brand sidebars */
.left_product_sidebar {
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.left_product_sidebar aside.p_widget {
  color: var(--garland-red);
  background: none;
  font-style: italic;
  font-size: 1.4em;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 17px;
  padding-bottom: 17px;
}

.left_product_sidebar .accordion .card {
  border-bottom: none !important;
  background: none;
}

.left_product_sidebar div.card a.brand-category,
.left_product_sidebar div.card a.accessory-category,
.left_product_sidebar div.card .card-header a.selected-inventory-category {
  font-size: 17px;
}

.left_product_sidebar .accordion .card .card-body .wd_scroll li {
  margin-top: 8px;
  margin-bottom: 8px;
}

.left_product_sidebar .accordion .card .card-body {
  padding-bottom: 0px;
}

/* product listings page */
div.bus_item.green.rounded.w-100 div.bus_img a img.img-fluid {
  height: 330px;
}

/* product details page */
div.product_list_right div.nav {
  background-color: transparent !important;
  color: var(--gray-dark);
}

.product_d_slider .product_nav_slider .item .img_inner:before {
  border-radius: 8px;
}

i.product-description-icon {
  line-height: 4.1em;
}

i.product-description-icon:before {
  border: 1px solid #333;
  border-radius: 50%;
  padding: .4em;
  font-size: 2em;
  font-weight: normal;
}

table.table-specs tr td i {
  display: inline-block;
  min-width: 25px;
}

ul.product-details-tabs.nav-tabs .nav-item.show .nav-link,
ul.product-details-tabs.nav-tabs .nav-link.active {
  color: var(--garland-red);
  font-weight: bolder;
  border-color: #ffffff00 #ffffff00 var(--garland-red);
}

@media screen and (max-width: 767px) {
  ul.product-details-tabs li button.nav-link {
    display: block;
    width: 90vw;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  ul.product-details-tabs.nav-tabs .nav-link {
    background-color: transparent;
  }
}

.product_list_right .main_btn + .main_btn {
  background-color: var(--garland-red);
  border-color: var(--garland-red);
  border-radius: 8px;
}

.bus_item,
.contact_form .form-group input,
.contact_form .form-group textarea{
  border-radius: 8px;
}

#popupSoldOut .modal-content{
  background-color: var(--garland-bright-red);
}

.btn-white{
  font-family: acumin-pro-semi-condensed, sans-serif;
  line-height: 50px;
  font-size: 16px;
  padding: 0px 26px;
  border: 2px;
  border-radius: 8px;
  transition: all 300ms linear 0s;
  font-weight: bold;
  background-color: white;
  color: var(--gray-dark);
}

.btn-white:hover{
  color: white;
  background-color: var(--secondary-color);
}

#closePopup{
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-size: 35px;
  font-weight: bold;
  background-color: #EE0229;
  border-radius: 8px;
  border: 0px;
  color: white;
  width: 40px;
  height: 40px;
}
#closePopup:hover{
  color: #000;
}

input[type="checkbox"],
input[type="radio"] {
  accent-color: var(--garland-red);
}