﻿/***** BEGIN RESET *****/

*{
    margin:0;
    padding: 0;
}




table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}


/* ------- HEADER -------*/

.top-links {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.top-links a {
	color: #fff !important;
}

nav.primary ul li {
	margin-top: 20px;
}
/*-------- UNIVERSAL STYLES --------*/
section{
    padding: 50px 40px;
}

button{
    border: none;
    background-color: white;
    border-radius: 20px;
    transition:.25s;
}

button a{
    color: #000;
    padding: 10px 25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
    transition:.25s;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
}

button:hover{
    background-color: #404040;
    color: #fff;
}

button:hover a{
    color: #fff;
}

.secondary-btn{
    border: none;
    background-color: #000;
    transition:.25s;
}


.secondary-btn a{
    color: #fff;
}



.drk-background{
    background-color: #000;
    color: #fff;
}

.transparent-btn{
    background-color: transparent;
}

.transparent-btn a{
    background-color: transparent;
    color: #fff;
    padding: 10px 0px;
    display: flex;
    gap: 15px;
}

.transparent-btn:hover{
    background-color: transparent;
}

.image-container{
    overflow: hidden;
    height: 50vh;
}

.image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-1 button{
    
}

/*-------- Search Bar --------*/
.search-bar{
	font-size: 14px;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 10px 20px;
}

.search-bar a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	color: #fff !important;
}

/*---INVENTORY SEARCH IN HEADER---*/
#search {
	left: 0;
	right: 0;
	background:#00000099;
	z-index: 99;
	  position: absolute;
		  display: flex;
	  align-items: center;
	  justify-content: center;
	  background-image: url("/siteart/green-dust-and-scratches.png");
  }
  
  form.search-header {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  padding: 10px 0px 5px;
  }

  .searchTerm::placeholder {
	color: #fff !important;
  }

  input.text-box{
	color: #fff;
  }
  
  .search-bg {
	-webkit-animation: slide-down .3s ease-out;
	-moz-animation: slide-down .3s ease-out;
  }
  .search-btn {
	border: none !important;
	background: transparent !important;
	color: #fff;
	  cursor: pointer;
	  font-size: 16px;

  }
  .search-btn img {
	width: 35px !important;
  }
  #search-header input {
	caret-color: #000;
  }
  .searchTerm::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1; /* Firefox */
  }
  .searchTerm:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
  }
  .searchTerm::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
  }
  .search-wrap {
	  margin: 0 auto;
	width: 90%;
	border-bottom: 1px solid #FFFFFF50;
  }
  .search-header input[type="text"]:not([class^="Mui"]) {
	width: 90% !important;
	border: none !important;
	font-size: 14px !important;
	font-family: 'Manrope', sans-serif !important;
	font-weight: 500 !important;
	  -webkit-user-select: initial;
	  -khtml-user-select: initial;
	  -moz-user-select: initial;
	  -ms-user-select: initial;
	  user-select: initial;
	  /* background: #eaeaea; */
	  background: transparent;
	  padding: 15px 0px;
  }
  .search-nav {
	opacity: .7;
	transition: ease all 0.2s !important;
  }
  .search-nav:hover {
	opacity: 1;
  }
  
  .search-header input:focus {
	  outline: none;
  }

section.section-4.flexy{
	margin-top: 10px;
	margin-bottom: 80px;
}


/*-------- FLEX STYLES --------*/
.flexy{
    display: flex;
    gap: 25px;
}

.col-2{
    width: 50%;
}

.col-2-lrg{
    width: 60%;
}

.col-2-sml{
    width: 40%;
}

.col-3 {
    width: 33.33%;
}

.col-4{
    width: 25%;
}


/*-------------SLIDER----------------------*/

.slider{
	display: flex;
	justify-content: center;
	gap: 50px !important;
}

  .slick-slide {
      margin: 0 27px;
  }

  /* the parent */
  .slick-list {
      margin: 0 -27px;
  }

  .slick-button {
    color: #fff;
    padding: 5px 15px;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    cursor: pointer;
    bottom: -75px;
}

.slick-prev {
    right: 160px;
}

.slick-next {
    right: 40px;
} 


.slider .slider-link-contain{
	border: 1px solid #FFFFFF50;
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin: 0 10px;
}

.slider .slider-link-contain div{
	display: flex;
	flex-direction: column;
	gap: 50px;
	padding: 75px 25px;
	justify-content: space-between;
}

.slider-link-contain p{
	color: #FFFFFF !important;
}

.slider li img{
	width: 100%;
}

/*-------- BODY STYLES --------*/

body {
    font-family: "Manrope", sans-serif;
}

h1{
    font-size: 52px;
}

h2{
    font-size: 36px;
    font-weight: 700;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

.extra-margin{
    margin-top: 50px;
}

.sr-only{
	white-space: nowrap;
}

/*--------HOME STYLES--------------------*/
.home-cover{
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.home-cover-container{
    height: 65vh;
}

.home-cover-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cover{
    background-color: #000;
    color:#fff;
    padding: 100px 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.category-container{
    justify-content: center;
    margin-top: -100px;
    gap: 15px;
}

.category-items{
    background-color: #000;
    color: #fff;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
}

.category-items span{
    font-weight: 700;
    font-size: 21px;
}

.category-items button{
    width: 100%;
}

.category-items button a{
    display: flex;
    justify-content: space-between;
}

.category-items i{
    background-color: #fff;
    color: #000;
    border-radius: 11px;
    padding: 4px 5px;
    font-size: 14px;
    transition: .25s;
}

.transparent-btn:hover i{
    background-color: #404040;
    color: #fff;
}

.home-heading{
    font-size: 38px;
}

.product-container{
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 25px;
    row-gap: 25px;
    padding: 50px 0px;
}

.product-item{
    overflow: hidden;
    position: relative;
	background-color: #000;
}

.product-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-overlay{
    background-color: #00000075;
    width:100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    top:0;
    left:0;
}

.product-item h3{
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
    color: #fff;
    z-index: 101;
}

.section-1{
    align-items: center;
}

.section-2{
    background-color: #FBFBFB;
	
	p{
		text-align: center;
	}
}

.section-2 h2{
    text-align: center;
}

.section-2 .force-center{
    display: flex;
    justify-content: center;
}

.section-3{
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 50px 40px 150px;
}

.section-4{
    gap: 0px;
    margin: -135px auto 0px;
    width: 80%;
    padding-bottom: 0px;
}

.section-4 .col-2-lrg{
    background-color: #F5F5F5;
    padding: 50px 40px;
}

.section-5{
    text-align: center;
}

.section-6{
    text-align: center;
}

.brand-container{
 align-items: center;
 gap: 50px;
 margin-top: 25px;
flex-wrap: wrap;
	justify-content: center;
}

.brand-item{
    width: 20%;
}


.brand-item img{
    width: 100%;
}

.carport-section{
	align-items: center;
	gap: 50px;
}


/* SERVICE */
.service-1{
    padding-top: 0px;
}

.thankyou-section{
    padding: 150px 50px;
}

.grey-background{
	background-color: #F5F5F5;
}



/*--------FORM STYLES--------------------*/
.include-captcha{display:none;}

#formpage{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
}
.form-field-flex{
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.form-field-flex input{
    border: 1px solid #8B8B8B25 !important;
    width: 50%;
    padding: 10px 10px;
    border-radius: 5px;
    font-family: 'Figtree', sans-serif;
}

#formpage textarea{
    border: 1px solid #8B8B8B25 !important;
    border-radius: 5px;
    padding: 10px 10px;
    font-family: 'Figtree', sans-serif;
}

input.submit-button{
    background-color: #000;
    border: none;
    color: #fff !important;
    border: none;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    transition: .25s;
    padding: 10px 25px;
    font-family: "Manrope", sans-serif;
    cursor: pointer;
    font-size: 16px;
    border-radius: 20px;
}

input.submit-button:hover{
    background-color: #404040;
}

div#submit-btn{
    margin-top: 25px;
}

.button button{
    padding: 10px 25px;
    color: #fff;
    background-color: #000;
    font-family: "Manrope", sans-serif;
    cursor: pointer;
    font-size: 16px;
}

.button button:hover{
    background-color: #404040;
}


/*-------- CONTACT STYLES --------*/

.google-map{
    padding: 0px;
}

iframe{
    width: 100% !important;
}

/*-------- FOOTER STYLES ----------------*/
footer{
    background-color: #000;
    color: #fff;
    font-family: "Manrope", sans-serif;
}

footer ul{
list-style-type: none;}

footer a{
    color: #fff;
}

.top-footer{
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding: 50px 40px;
    border-top: 1px solid #ffffff25;
}

footer .transparent-btn:hover i{
    background-color: transparent;
}

.left-footer{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.left-footer span{
    font-weight: 700;
    font-size: 21px;
}

.logo-ft{
    font-weight: 700;
    font-size: 21px;
}

.right-footer{
    display: flex;
    gap: 50px;
}

.right-footer ul{
    display: grid;
    grid-template-columns: auto;
    column-gap: 75px;
}

.business-contact{
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.business-contact a{
    display: flex;
    gap: 5px;
    align-items: baseline;
}

.bottom-footer{
    text-align: right;
    padding: 10px 40px;
    font-size: 12px;
    border-top: 1px solid #ffffff25;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper{
padding: 50px 40px;
overflow-x: hidden;
}

.body-wrapper section{
    padding: inherit;
}

.body-wrapper p.disclaimer{
    font-size: 12px;
}

.inventory-notice{
	padding: 50px;
	background-color: #000;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

a.view-listing-details-link.des-view-listingDetails,a.email-seller.des-email-seller.collapsible-contact-list-item,a.video-chat.des-video-chat.collapsible-contact-list-item{
    border-radius: 20px;
    padding: 10px 25px !important;
}

a.view-listing-details-link.des-view-listingDetails{
    background-color: #000;
}

a.email-seller.des-email-seller.collapsible-contact-list-item{
    background-color: #000;
}

a.video-chat.des-video-chat.collapsible-contact-list-item{
    background-color: #404040;
}

/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1215px) {
    .bottom-links li{
        padding: 10px 5px;
    }
}

@media only screen and (max-width: 950px) {
    .top-footer{
        flex-direction: column;
    }

}

@media only screen and (max-width: 750px) {

    h1{
        font-size: 32px;
    }

    .home-heading, h2{
        font-size: 32px;
    }

    h2{
        font-size: 32px; 
    }

    h3{
        font-size: 16px;
    }


    .flexy{
        flex-direction: column !important;
    }
    
    .col-2, .col-3, .col-4, .col-2-sml, .col-2-lrg{
        width: inherit !important;
    }

    .brand-item{
        width: 75%;
    }

    .image-container, .col-2-sml{
        width: 100% !important;
        height: 45vh;
    }

    .col-2-sml iframe{
        width:100%;
    }
    
    .no-break{
        display: none;
    }

    .home-cover{
        gap: 0px;
    }

    .category-container{
        margin:0px;
        gap: 0px;
    }

    .product-container{
        grid-template-columns: auto auto;
    }
}

@media only screen and (max-width: 630px) {
    .right-footer{
        flex-direction: column;
    }
   }

@media only screen and (max-width: 500px) {
 .form-field-flex{
        flex-direction: column;
    }

    .form-field-flex input{
        width: inherit;
    }

    div#captcha{
        width: inherit;
    }
    
    .product-container{
        grid-template-columns: auto;
    }

    .extra-margin{
        margin-top: 30px;
    }

    .section-4 .col-2-lrg{
        padding:25px;
    }

}

@media only screen and (max-width: 415px) {
    h1{
        font-size: 26px;
    }

    .home-heading, h2{
        font-size: 21px;
    }

    h3{
        font-size: 16px;
    }

    .right-footer ul{
        display: block;
    }
}

@media only screen and (max-width: 375px) {
    section{
        padding: 50px 25px;
    }
	
}


@media only screen and (min-width: 768px) {
	
}



