﻿/***** 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;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/*-------- VARIABLES --------*/
:root {
        --color-primary: #1B1A17;
        --color-secondary: #FF4F00;
        --color-white: #fff;
        --color-black: #000;
        --font-header: "Roboto Condensed", sans-serif;
        --font-body: "Montserrat", sans-serif;
}


/*-------- UNIVERSAL STYLES --------*/
section{
    padding: 50px 40px;
}

.span{
    font-weight: 700;
}

.maxi{
    max-width: 1140px;
    margin: 0 auto;
}

.maxi-2{
    max-width: 70%;
    margin: 0 auto; 
}

.bready{
    border-bottom: 1px solid var(--color-primary);
    padding: 10px 15px;
    font-family: var(--font-body);
    font-size: var(--font-body-size);

    a{
        color: var(--color-primary);
    }

    .maxi{
        display: flex;
        gap: 10px;
    }
}


/*-------- FLEX STYLES --------*/
.flexy{
    display: flex;
    gap: 25px;
}

.flexy2{
    display: flex;
    gap: 50px;
}

.grid-4{
    display: grid;
    gap: 10px;
    margin-top: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-4  > * {
    border: 1px solid #000;
    padding: 25px;
}

.grid-3{
    display: grid;
    gap: 10px;
    margin-top: 50px;
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-3  > * {
    border: 1px solid #000;
    padding: 25px;
}

.col-2{
    width: 50%;
}

.col-2-lrg{
    width: 60%;
}

.col-2-sml{
    width: 40%;
}

.col-3 {
    width: 33.33%;
}

.col-4{
    width: 25%;
}

.image-container{

    img{
        width: 100%;
    }
}



/*-------------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: var(--padding-button);
    font-family: var(--font-body);
    font-size: var(--font-body-size);
    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;
}
}






/*-------- BODY STYLES --------*/

body {
 font-family: var(--font-body);
}



a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}





/*          HEADER           */
.logo {
	width: 225px;
}

.logo img {
	width: 100%;
    padding: 15px 0;
}


.top-nav {
	background-color: var(--color-primary);
	color: #fff;
	padding: 12px 40px;
	display: flex;
	justify-content: flex-end;
    border-bottom: 1px solid var(--color-secondary);
}

.top-links{
    display: flex;
	gap: 35px;
    list-style: none;
}

.top-links a{
	color: #fff;
    font-family: var(--font-body);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;

    i{
        font-size: 18px;
    }
}

.bottom-links{
	gap: 25px;
}

.bottom-links a{
	color: #FFFFFF;
    font-family: var(--font-secondary-header-size);
}


.bottom-nav {

	padding: 10px 40px;
	background-color: var(--color-primary);

}

.bottom-nav-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
    gap: 25px;
    max-width: 1170px;
    margin: 0 auto;
}





/*-------- FOOTER STYLES ----------------*/
footer{
    font-family: var(--font-body);
  

    ul{
        list-style-type: none;
        line-height: 30px;
        font-family: var(--font-header);
        font-size: 16px;
    }

    a,p{
        color: #fff;
    }


}

.top-footer{
    justify-content: space-between;
    padding: 25px 40px;
    background-color: var(--color-primary);

    .flexy{
        gap: 100px;
    }

        span{
        color: var(--color-secondary);
        font-size: 27px;
        font-family: var(--font-header);
        margin-bottom: 15px;
        display: block;
    }
}

.left-footer{
    display: flex;
    align-items: flex-start;
    gap: 30px;
    width: 50%;
}

.prestige-img{
    width: 110px;
    object-fit: contain;
}

.footer-logo-container{
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;

    p{
        line-height: 28px;
        max-width: 370px;
    }
}

.footer-logo{
    width: 275px;

    img{
        width: 100%;
        object-fit: contain;
    }
}


.right-footer{
    width: 50%;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    white-space: nowrap;

    img{
        width: 90%;
        object-fit: contain;
    }

    
}

.right-footer > div{
    width: 33.33%;
}

.social-container{
    display: flex;
    gap: 20px;


    i{
        color: var(--color-secondary);
        font-size: 20px;
    }
}


.bottom-footer{
    padding: 20px 40px;
    font-size: 14px;
    background-color: #D9D9D9;
    text-align: center;
    font-family: var(--font-header);
    border-top: 2px solid var(--color-secondary);

        a{
        color: var(--color-secondary);
    }
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper{
padding: 50px 40px;




}

.faceted-search-content .selected-facets-container .selected-facet{
	    background-color: var(--color-primary) !important;
}

.body-wrapper section{
    padding: inherit;
}

.body-wrapper p.disclaimer{
    font-size: 12px;
}

.faceted-search, .faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn{
    border-radius: 0px !important;
    background-color: var(--color-primary) !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label{
    display: flex;
    gap: 5px;
}

/*  INVENTORY BUTTONS  */
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: 0px;
}

a.view-listing-details-link.des-view-listingDetails{
    background-color: var(--color-primary);
}

a.email-seller.des-email-seller.collapsible-contact-list-item{
    background-color: var(--color-primary);
}

a.video-chat.des-video-chat.collapsible-contact-list-item{
    background-color: var(--color-secondary);
}

/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1000px) {

    .grid-4{
        grid-template-columns: 1fr 1fr;
    }

}


/*----------    MOBILE MENU    ----------*/
@media only screen and (max-width: 900px) {
    nav.mobile .logo {
        width: 175px;
    }
}

@media only screen and (max-width: 1025px) {
    .top-footer {
        padding: 50px;

        .flexy{
            gap: 50px;
        }
    }

        .social-container{
        margin-top: 50px;
    }
	
}



@media only screen and (min-width:768px) and (max-width: 1025px) {
	.prestige-img{
        display: none;
    }

    .left-footer{
        width: 178px;
    }


    .footer-logo{
        width: auto;
        margin-bottom: 20px;
    }

    .image-ft-container{
        width: 110px !important;
    }

    .right-footer{
        width: 100%;
        box-sizing: border-box;

        img{
            width: 100%;
        }
    }



}

@media only screen and (max-width: 768px) {


    .left-footer{
        width: 100%;
        flex-direction: column;
    }

    .top-footer{
        padding: 0px 25px 25px;

        .flexy{
            gap: 20px;
        }
    }

    .footer-logo{
        margin-bottom: 25px;
    }

        .right-footer{
        width: 100%;

        img{
            width: 110px;
        }
    }

    .prestige-img{
        width: 80px;
    }



    .footer-logo-container{
        width: 100%;
        max-width: 100%;

        p{
            max-width: 100%;
        }
    }

    .right-footer{
        width: 100%;
        box-sizing: border-box;
        flex-direction: column;
    }

    .flexy,.flexy2{
        flex-direction: column !important;
    }
    
    .col-2, .col-3, .col-4, .col-2-sml, .col-2-lrg{
        width: inherit !important;
    }

    .grid-3, .grid-4{
        grid-template-columns: 1fr;
    }
    
    .no-break{
        display: none;
    }
}



@media only screen and (max-width: 375px) {
    section{
        padding: 50px 25px;
    }
	
}





@media only screen and (min-width: 768px) {
	
}



