/**
 * CONTENTS
 *
 * GENERIC
 * Box-sizing............Better default `box-sizing`.
 * Image Aligns..........WP specific img aligns.
 *
 * BASE
 * Typography............@fontfaces, base text and vertical rhythem setup.
 *
 * COMPONENTS
 * Wrappers..............Wrapping and constraining elements.
 * Grid System...........Bootstrap based grid.
 * Clearfix..............Properly clear floats.
 *
 * Objects
 * Icons.................Icon Elements.
 * Buttons...............Button elements.
 * Tables................Table Styles.
 * Forms.................Form Elements.
 * Breadcrumbs...........Breadcrumbs.
 * Pagination............Pagination.
 * Sliders/Carousels.....Sliders/Carousels.
 *
 * UI
 * Page head.............The main page header.
 * Navigation............Navigation elements.
 * Masthead..............Page title/image/slideshow header block.
 * Page footer...........The main page footer.
 *
 * TRUMPS
 * Images................Round, Circle, Square Images.
 * Visiblity.............Make items visible.
 * Hiding................Make items invisible/hidden.
 * Screen Readers........Display for screen readers.
 * Print.................Display for printing.
 * Clears................Clearing floats.
 * Text alignment........Align text.
 * Font weights..........Adjust font weights.
 * Borders...............Add borders.
 * Add/remove margins....Remove margins.
 * Add/remove paddings...Remove padding.
 * Positioning...........float, center, and stick items.
 */


/*------------------------------------*\
		Generic
\*------------------------------------*/

/**
 * Box-sizing
 */

* { box-sizing: border-box; }



/**
 * Images
 *
 * These selectors are hard cast because they are only used
 * by wordpress wyswyg when adding images to content
 */

/* TODO: Update image bottom margin to match paragraph margin */

img.alignright,
.wp-caption.alignright,
img.alignleft,
.wp-caption.alignleft {
    height: auto;
    max-width: 50%;
}

.single-post img.alignright,
.single-post .wp-caption.alignright,
.single-post img.alignleft,
.single-post .wp-caption.alignleft {
    height: auto;
    max-width: 100%;
}

img.alignnone,
.wp-caption.alignnone,
img.aligncenter,
.wp-caption.aligncenter {
	height: auto;
	max-width: 100%;
}

img.alignnone,
.wp-caption.alignnone,
img.aligncenter,
.wp-caption.aligncenter { margin: 0 0 22px 0; }

img.alignright,
.wp-caption.alignright {
    float: right;
    margin: 0 0 22px 30px;
}

img.alignleft,
.wp-caption.alignleft {
    float: left;
    margin: 0 30px 22px 0;
}

img.aligncenter,
.wp-caption.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*------------------------------------*\
		Fonts
\*------------------------------------*/

/**
 * @license
 * MyFonts Webfont Build ID 3804037, 2019-09-04T11:02:23-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: AvenirLTPro-Book by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-45-book/
 *
 * Webfont: AvenirLTPro-BookOblique by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-45-book-oblique/
 *
 * Webfont: AvenirLTPro-Heavy by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-85-heavy/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3804037
 * Licensed pageviews: 1,000,000
 * Webfonts copyright: Copyright &#x00A9; 2014 Monotype GmbH. All rights reserved.
 *
 * © 2019 MyFonts Inc
*/

@import url("//hello.myfonts.net/count/3a0b85"); /* necessary for font licensing */

@font-face {font-family: 'AvenirLTPro-Book';src: url('../fonts/3A0B85_0_0.eot');src: url('../fonts/3A0B85_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/3A0B85_0_0.woff2') format('woff2'),url('../fonts/3A0B85_0_0.woff') format('woff'),url('../fonts/3A0B85_0_0.ttf') format('truetype');font-display:swap;}

@font-face {font-family: 'AvenirLTPro-BookOblique';src: url('../fonts/3A0B85_1_0.eot');src: url('../fonts/3A0B85_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/3A0B85_1_0.woff2') format('woff2'),url('../fonts/3A0B85_1_0.woff') format('woff'),url('../fonts/3A0B85_1_0.ttf') format('truetype');font-display:swap;}

@font-face {font-family: 'AvenirLTPro-Heavy';src: url('../fonts/3A0B85_2_0.eot');src: url('../fonts/3A0B85_2_0.eot?#iefix') format('embedded-opentype'),url('../fonts/3A0B85_2_0.woff2') format('woff2'),url('../fonts/3A0B85_2_0.woff') format('woff'),url('../fonts/3A0B85_2_0.ttf') format('truetype');font-display:swap;}

/*------------------------------------*\
		Typography
          - theme-specific colors /
            fonts located in child theme
\*------------------------------------*/


body {
    margin: 0;
    font-size: 14px;
    font-family: 'AvenirLTPro-Book';
    line-height: 1.5em;
    color: #666;
    transition: all .4s ease-in-out;
    right: 0;
    position: relative;
    
}

body.nav-slide {
	right: calc(100% - 50px);;
	position: absolute;
	width: 100%;
	transition: all .4s ease-in-out;
}

* {
	-moz-osx-font-smoothing: grayscale;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
    color: #202020;
    text-transform: uppercase;
}

h1, .h1,
h2, .h2 {
	font-size: 24px;
    line-height: 1.2;
}

h3, .h3 {
	font-size: 20px;
    line-height: 1.3;
}

h4, .h4 {
	font-family: 'AvenirLTPro-Heavy';
	font-size: 16px;
    line-height: 1.4;
    
}

h5, .h5 {
	font-size: 12px;
    font-family: 'AvenirLTPro-Heavy';
    margin-bottom:7px;
    
}

h2, .h2,
h3, .h3,
h4, .h4 {
    margin-bottom: 15px;
    margin-top: 15px;
}

h3, .h3,
h4, .h4 {
    margin-top: 40px;
}

p, ul, ol {
    margin-top: 0;
    margin-bottom: 20px;
}

ul {
    list-style: none;
}

hr {
    border: 0;
    border-top: 1px solid #e1e1e1;
}

a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

	a:hover { color: #000; }

strong {
    font-family: 'AvenirLTPro-Heavy';
    
}

.link-circle {
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease-out;
}

    .link-circle span {
        position: relative;
        top: 4px;
    }

    .link-circle span.flaticon-forward {
        top: 5px;
        right: -0.5px;
    }

    a:hover .link-circle,
    button:hover .link-circle {
        background-color: #000;
    }

.large-text { font-size: 17px; }

@media (min-width: 1025px) {

    body {
        font-size: 16px;
        line-height: 1.45;
    }

    h1, .h1,
    h2, .h2 { font-size: 32px; }

    h3, .h3 { font-size: 24px; }

    h4, .h4 { font-size: 18px; }

    h5, .h5 { font-size: 14px; }

    h2, .h2,
    h3, .h3,
    h4, .h4 {
        margin-bottom: 25px;
        margin-top: 25px;
    }

    h3, .h3,
    h4, .h4 { margin-top: 44px; }

    p, ul, ol { margin-bottom: 30px; }

    .large-text { font-size: 20px; }

}


/* Custom Typography */

.category-title {
    margin-bottom: 17px;
    margin-top: 0;
}

.uppercase-label-sm,
.uppercase-label-md,
.uppercase-label-lg {
    font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    
}

.uppercase-label-sm { font-size: 12px; }

.uppercase-label-md { font-size: 16px; }

.uppercase-label-lg { font-size: 18px; }





/*------------------------------------*\
		COMPONENTS
\*------------------------------------*/


/**
 * Wrappers
 */

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 24px;
    padding-right: 24px;
}

.container {
    width: 100%;
    max-width: 1368px;
}



/**
 * Grid System
 *
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * --------------------------------------------------------------------------
 * Base setup 20px gutters
 *
 * Phones         - xxs - <  600px    ** Default **
 * Small Tablets  - xs - >=  600px
 * Tablets        - sm - >= 768px
 * Desktop        - md - >= 1025px
 * Large Desktop  - lg - >= 1200px
 * --------------------------------------------------------------------------
 * Learn more here: http://getbootstrap.com/css/#grid
 * -------------------------------------------------------------------------- */

.row {
    margin-left: -24px;
    margin-right: -24px;
}

    [class*="col-"] {
        position: relative;
        min-height: 1px;
        padding-left: 24px;
        padding-right: 24px;
    }

/* Extra Extra small devices (devices, less than 600px) */
[class*="col-xxs-"] { float:left; }

.col-xxs-12 { width: 100%; }
.col-xxs-11 { width: 91.66666667%; }
.col-xxs-10 { width: 83.33333333%; }
.col-xxs-9  { width: 75%; }
.col-xxs-8  { width: 66.66666667%; }
.col-xxs-7  { width: 58.33333333%; }
.col-xxs-6  { width: 50%; }
.col-xxs-5  { width: 41.66666667%; }
.col-xxs-4  { width: 33.33333333%; }
.col-xxs-3  { width: 25%; }
.col-xxs-2  { width: 16.66666667%; }
.col-xxs-1  { width: 8.33333333%; }

.col-xxs-pull-12 { right: 100%; }
.col-xxs-pull-11 { right: 91.66666667%; }
.col-xxs-pull-10 { right: 83.33333333%; }
.col-xxs-pull-9  { right: 75%; }
.col-xxs-pull-8  { right: 66.66666667%; }
.col-xxs-pull-7  { right: 58.33333333%; }
.col-xxs-pull-6  { right: 50%; }
.col-xxs-pull-5  { right: 41.66666667%; }
.col-xxs-pull-4  { right: 33.33333333%; }
.col-xxs-pull-3  { right: 25%; }
.col-xxs-pull-2  { right: 16.66666667%; }
.col-xxs-pull-1  { right: 8.33333333%; }
.col-xxs-pull-0  { right: auto; }

.col-xxs-push-12 { left: 100%; }
.col-xxs-push-11 { left: 91.66666667%; }
.col-xxs-push-10 { left: 83.33333333%; }
.col-xxs-push-9  { left: 75%; }
.col-xxs-push-8  { left: 66.66666667%; }
.col-xxs-push-7  { left: 58.33333333%; }
.col-xxs-push-6  { left: 50%; }
.col-xxs-push-5  { left: 41.66666667%; }
.col-xxs-push-4  { left: 33.33333333%; }
.col-xxs-push-3  { left: 25%; }
.col-xxs-push-2  { left: 16.66666667%; }
.col-xxs-push-1  { left: 8.33333333%; }
.col-xxs-push-0  { left: auto; }

.col-xxs-offset-12 { margin-left: 100%; }
.col-xxs-offset-11 { margin-left: 91.66666667%; }
.col-xxs-offset-10 { margin-left: 83.33333333%; }
.col-xxs-offset-9  { margin-left: 75%; }
.col-xxs-offset-8  { margin-left: 66.66666667%; }
.col-xxs-offset-7  { margin-left: 58.33333333%; }
.col-xxs-offset-6  { margin-left: 50%; }
.col-xxs-offset-5  { margin-left: 41.66666667%; }
.col-xxs-offset-4  { margin-left: 33.33333333%; }
.col-xxs-offset-3  { margin-left: 25%; }
.col-xxs-offset-2  { margin-left: 16.66666667%; }
.col-xxs-offset-1  { margin-left: 8.33333333%; }
.col-xxs-offset-0  { margin-left: 0%; }

/* Extra small devices (phones, 600px and up) */
@media (min-width: 600px) {
		[class*="col-xs-"] {float:left;}

		.col-xs-12 { width: 100%; }
		.col-xs-11 { width: 91.66666667%; }
		.col-xs-10 { width: 83.33333333%; }
		.col-xs-9  { width: 75%; }
		.col-xs-8  { width: 66.66666667%; }
		.col-xs-7  { width: 58.33333333%; }
		.col-xs-6  { width: 50%; }
		.col-xs-5  { width: 41.66666667%; }
		.col-xs-4  { width: 33.33333333%; }
		.col-xs-3  { width: 25%; }
		.col-xs-2  { width: 16.66666667%; }
		.col-xs-1  { width: 8.33333333%; }

		.col-xs-pull-12 { right: 100%; }
		.col-xs-pull-11 { right: 91.66666667%; }
		.col-xs-pull-10 { right: 83.33333333%; }
		.col-xs-pull-9  { right: 75%; }
		.col-xs-pull-8  { right: 66.66666667%; }
		.col-xs-pull-7  { right: 58.33333333%; }
		.col-xs-pull-6  { right: 50%; }
		.col-xs-pull-5  { right: 41.66666667%; }
		.col-xs-pull-4  { right: 33.33333333%; }
		.col-xs-pull-3  { right: 25%; }
		.col-xs-pull-2  { right: 16.66666667%; }
		.col-xs-pull-1  { right: 8.33333333%; }
		.col-xs-pull-0  { right: auto; }

		.col-xs-push-12 { left: 100%; }
		.col-xs-push-11 { left: 91.66666667%; }
		.col-xs-push-10 { left: 83.33333333%; }
		.col-xs-push-9  { left: 75%; }
		.col-xs-push-8  { left: 66.66666667%; }
		.col-xs-push-7  { left: 58.33333333%; }
		.col-xs-push-6  { left: 50%; }
		.col-xs-push-5  { left: 41.66666667%; }
		.col-xs-push-4  { left: 33.33333333%; }
		.col-xs-push-3  { left: 25%; }
		.col-xs-push-2  { left: 16.66666667%; }
		.col-xs-push-1  { left: 8.33333333%; }
		.col-xs-push-0  { left: auto; }

		.col-xs-offset-12 { margin-left: 100%; }
		.col-xs-offset-11 { margin-left: 91.66666667%; }
		.col-xs-offset-10 { margin-left: 83.33333333%; }
		.col-xs-offset-9  { margin-left: 75%; }
		.col-xs-offset-8  { margin-left: 66.66666667%; }
		.col-xs-offset-7  { margin-left: 58.33333333%; }
		.col-xs-offset-6  { margin-left: 50%; }
		.col-xs-offset-5  { margin-left: 41.66666667%; }
		.col-xs-offset-4  { margin-left: 33.33333333%; }
		.col-xs-offset-3  { margin-left: 25%; }
		.col-xs-offset-2  { margin-left: 16.66666667%; }
		.col-xs-offset-1  { margin-left: 8.33333333%; }
		.col-xs-offset-0  { margin-left: 0%; }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
		[class*="col-sm-"] {float:left;}

		.col-sm-12 { width: 100%; }
		.col-sm-11 { width: 91.66666667%; }
		.col-sm-10 { width: 83.33333333%; }
		.col-sm-9  { width: 75%; }
		.col-sm-8  { width: 66.66666667%; }
		.col-sm-7  { width: 58.33333333%; }
		.col-sm-6  { width: 50%; }
		.col-sm-5  { width: 41.66666667%; }
		.col-sm-4  { width: 33.33333333%; }
		.col-sm-3  { width: 25%; }
		.col-sm-2  { width: 16.66666667%; }
		.col-sm-1  { width: 8.33333333%; }

		.col-sm-pull-12 { right: 100%; }
		.col-sm-pull-11 { right: 91.66666667%; }
		.col-sm-pull-10 { right: 83.33333333%; }
		.col-sm-pull-9  { right: 75%; }
		.col-sm-pull-8  { right: 66.66666667%; }
		.col-sm-pull-7  { right: 58.33333333%; }
		.col-sm-pull-6  { right: 50%; }
		.col-sm-pull-5  { right: 41.66666667%; }
		.col-sm-pull-4  { right: 33.33333333%; }
		.col-sm-pull-3  { right: 25%; }
		.col-sm-pull-2  { right: 16.66666667%; }
		.col-sm-pull-1  { right: 8.33333333%; }
		.col-sm-pull-0  { right: auto; }

		.col-sm-push-12 { left: 100%; }
		.col-sm-push-11 { left: 91.66666667%; }
		.col-sm-push-10 { left: 83.33333333%; }
		.col-sm-push-9  { left: 75%; }
		.col-sm-push-8  { left: 66.66666667%; }
		.col-sm-push-7  { left: 58.33333333%; }
		.col-sm-push-6  { left: 50%; }
		.col-sm-push-5  { left: 41.66666667%; }
		.col-sm-push-4  { left: 33.33333333%; }
		.col-sm-push-3  { left: 25%; }
		.col-sm-push-2  { left: 16.66666667%; }
		.col-sm-push-1  { left: 8.33333333%; }
		.col-sm-push-0  { left: auto; }

		.col-sm-offset-12 { margin-left: 100%; }
		.col-sm-offset-11 { margin-left: 91.66666667%; }
		.col-sm-offset-10 { margin-left: 83.33333333%; }
		.col-sm-offset-9  { margin-left: 75%; }
		.col-sm-offset-8  { margin-left: 66.66666667%; }
		.col-sm-offset-7  { margin-left: 58.33333333%; }
		.col-sm-offset-6  { margin-left: 50%; }
		.col-sm-offset-5  { margin-left: 41.66666667%; }
		.col-sm-offset-4  { margin-left: 33.33333333%; }
		.col-sm-offset-3  { margin-left: 25%; }
		.col-sm-offset-2  { margin-left: 16.66666667%; }
		.col-sm-offset-1  { margin-left: 8.33333333%; }
		.col-sm-offset-0  { margin-left: 0%; }
}

/* Medium devices (desktops, 1025px and up) */
@media (min-width: 1025px) {
	[class*="col-md-"] {float:left;}

	.col-md-12 { width: 100%; }
	.col-md-11 { width: 91.66666667%; }
	.col-md-10 { width: 83.33333333%; }
	.col-md-9  { width: 75%; }
	.col-md-8  { width: 66.66666667%; }
	.col-md-7  { width: 58.33333333%; }
	.col-md-6  { width: 50%; }
	.col-md-5  { width: 41.66666667%; }
	.col-md-4  { width: 33.33333333%; }
	.col-md-3  { width: 25%; }
	.col-md-2  { width: 16.66666667%; }
	.col-md-1  { width: 8.33333333%; }

	.col-md-pull-12 { right: 100%; }
	.col-md-pull-11 { right: 91.66666667%; }
	.col-md-pull-10 { right: 83.33333333%; }
	.col-md-pull-9  { right: 75%; }
	.col-md-pull-8  { right: 66.66666667%; }
	.col-md-pull-7  { right: 58.33333333%; }
	.col-md-pull-6  { right: 50%; }
	.col-md-pull-5  { right: 41.66666667%; }
	.col-md-pull-4  { right: 33.33333333%; }
	.col-md-pull-3  { right: 25%; }
	.col-md-pull-2  { right: 16.66666667%; }
	.col-md-pull-1  { right: 8.33333333%; }
	.col-md-pull-0  { right: auto; }

	.col-md-push-12 { left: 100%; }
	.col-md-push-11 { left: 91.66666667%; }
	.col-md-push-10 { left: 83.33333333%; }
	.col-md-push-9  { left: 75%; }
	.col-md-push-8  { left: 66.66666667%; }
	.col-md-push-7  { left: 58.33333333%; }
	.col-md-push-6  { left: 50%; }
	.col-md-push-5  { left: 41.66666667%; }
	.col-md-push-4  { left: 33.33333333%; }
	.col-md-push-3  { left: 25%; }
	.col-md-push-2  { left: 16.66666667%; }
	.col-md-push-1  { left: 8.33333333%; }
	.col-md-push-0  { left: auto; }

	.col-md-offset-12 { margin-left: 100%; }
	.col-md-offset-11 { margin-left: 91.66666667%; }
	.col-md-offset-10 { margin-left: 83.33333333%; }
	.col-md-offset-9  { margin-left: 75%; }
	.col-md-offset-8  { margin-left: 66.66666667%; }
	.col-md-offset-7  { margin-left: 58.33333333%; }
	.col-md-offset-6  { margin-left: 50%; }
	.col-md-offset-5  { margin-left: 41.66666667%; }
	.col-md-offset-4  { margin-left: 33.33333333%; }
	.col-md-offset-3  { margin-left: 25%; }
	.col-md-offset-2  { margin-left: 16.66666667%; }
	.col-md-offset-1  { margin-left: 8.33333333%; }
	.col-md-offset-0  { margin-left: 0%; }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	[class*="col-lg-"] {float:left;}

	.col-lg-12 { width: 100%; }
	.col-lg-11 { width: 91.66666667%; }
	.col-lg-10 { width: 83.33333333%; }
	.col-lg-9  { width: 75%; }
	.col-lg-8  { width: 66.66666667%; }
	.col-lg-7  { width: 58.33333333%; }
	.col-lg-6  { width: 50%; }
	.col-lg-5  { width: 41.66666667%; }
	.col-lg-4  { width: 33.33333333%; }
	.col-lg-3  { width: 25%; }
	.col-lg-2  { width: 16.66666667%; }
	.col-lg-1  { width: 8.33333333%; }

	.col-lg-pull-12 { right: 100%; }
	.col-lg-pull-11 { right: 91.66666667%; }
	.col-lg-pull-10 { right: 83.33333333%; }
	.col-lg-pull-9  { right: 75%; }
	.col-lg-pull-8  { right: 66.66666667%; }
	.col-lg-pull-7  { right: 58.33333333%; }
	.col-lg-pull-6  { right: 50%; }
	.col-lg-pull-5  { right: 41.66666667%; }
	.col-lg-pull-4  { right: 33.33333333%; }
	.col-lg-pull-3  { right: 25%; }
	.col-lg-pull-2  { right: 16.66666667%; }
	.col-lg-pull-1  { right: 8.33333333%; }
	.col-lg-pull-0  { right: auto; }

	.col-lg-push-12 { left: 100%; }
	.col-lg-push-11 { left: 91.66666667%; }
	.col-lg-push-10 { left: 83.33333333%; }
	.col-lg-push-9  { left: 75%; }
	.col-lg-push-8  { left: 66.66666667%; }
	.col-lg-push-7  { left: 58.33333333%; }
	.col-lg-push-6  { left: 50%; }
	.col-lg-push-5  { left: 41.66666667%; }
	.col-lg-push-4  { left: 33.33333333%; }
	.col-lg-push-3  { left: 25%; }
	.col-lg-push-2  { left: 16.66666667%; }
	.col-lg-push-1  { left: 8.33333333%; }
	.col-lg-push-0  { left: auto; }

	.col-lg-offset-12 { margin-left: 100%; }
	.col-lg-offset-11 { margin-left: 91.66666667%; }
	.col-lg-offset-10 { margin-left: 83.33333333%; }
	.col-lg-offset-9  { margin-left: 75%; }
	.col-lg-offset-8  { margin-left: 66.66666667%; }
	.col-lg-offset-7  { margin-left: 58.33333333%; }
	.col-lg-offset-6  { margin-left: 50%; }
	.col-lg-offset-5  { margin-left: 41.66666667%; }
	.col-lg-offset-4  { margin-left: 33.33333333%; }
	.col-lg-offset-3  { margin-left: 25%; }
	.col-lg-offset-2  { margin-left: 16.66666667%; }
	.col-lg-offset-1  { margin-left: 8.33333333%; }
	.col-lg-offset-0  { margin-left: 0%; }
}



/**
 * Clearfix
 * Apply clearing without adding additional markup
 */

.clearfix:before, .clearfix:after,
.container:before, .container:after,
.container-fluid:before, .container-fluid:after,
.row:before, .row:after {
		content: " ";
		display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after { clear: both; }


/*--------------------------------------------------------------*\
		OBJECTS
		Objects are independent generic stylibf classes or UI peices.
		All styles for objects should be self contained.

		e.g. an object shouldn't rely on trump helpers to apply padding etc.
\*--------------------------------------------------------------*/


/**
 * Buttons
 * - secondary style in child theme css for brand color
 */

.btn {
    border: 0;
	font-size: 14px;
	font-family: 'AvenirLTPro-Book';
	color: #ffffff;
    line-height: 49px; /* height of arrow */
	padding: 0 60px 0 18px;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
    overflow: hidden; /* cut off extra arrow image */
    
}

	.btn:hover {
        color: #ffffff;
    }

    /* to allow button text to appear over angle background */
    .btn span {
        position: relative;
        z-index: 1;
    }

.btn-primary,
.btn-back { background: #707070; }

.btn-tertiary { background: #202020; }

.btn-simple { background: #aaa; }

.btn-lg {
    line-height: 63px;
    font-size: 18px;
    padding: 0 112px 0 80px;
}

.btn-primary:after,
.btn-secondary:after,
.btn-tertiary:after {
    content: '';
	position: absolute;
	top: 0;
	right: -15px;
	width: 55px;
	height: 49px;
    -webkit-transform: skew(-15deg, -0deg);
    transform: skew(-15deg, -0deg);
    transition: all .3s ease-out;
    overflow: hidden;
}

.btn-lg:after {
    height: 63px;
}

.btn-primary:before,
.btn-secondary:before,
.btn-tertiary:before,
.btn-simple:before,
.menu-view-all a:before {
    font-family: Flaticon;
    content: "\f114";
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: 15px;
    z-index: 1;
    
}

.btn-primary:after {
	background-color: #535353;
}

.btn-tertiary:after {
	background-color: #000;
}

.btn-primary:hover:after,
.btn-secondary:hover:after,
.btn-tertiary:hover:after {
    width: calc(100% + 30px);
}

.btn-simple:hover {
    color: #fff;
    background-color: #909090;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-back {
    padding: 0 26px 0 20px;
}

.btn-back .flaticon-back {
    font-size: 12px;
    padding-right: 4px;
}

.btn-back:hover { background-color: #535353; }

.load-more{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.load-more__progress {
    margi: 10px 0px;
}


@media (max-width: 767px) {
    .btn-lg {
        line-height: 63px;
        font-size: 18px;
        padding: 0 52px 0 20px;
    }
}



/**
 * Icons
 */

	/*
  	Flaticon icon font: Flaticon
  	Creation date: 02/10/2019 21:09
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("../icons/Flaticon.eot");
  src: url("../icons/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../icons/Flaticon.woff2") format("woff2"),
       url("../icons/Flaticon.woff") format("woff"),
       url("../icons/Flaticon.ttf") format("truetype"),
       url("../icons/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../icons/Flaticon.svg#Flaticon") format("svg");
    font-display:swap;
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    
}

.flaticon-shopping-cart:before { content: "\f100"; }
.flaticon-menu-button:before { content: "\f101"; }
.flaticon-close-button:before { content: "\f102"; }
.flaticon-phone-call-button:before { content: "\f103"; }
.flaticon-expand-button:before { content: "\f104"; }
.flaticon-searching-magnifying-glass:before { content: "\f105"; }
.flaticon-back:before { content: "\f106"; }
.flaticon-expand:before { content: "\f107"; }
.flaticon-facebook-letter-logo:before { content: "\f108"; }
.flaticon-youtube:before { content: "\f109"; }
.flaticon-play-button:before { content: "\f10a"; }
.flaticon-instagram:before { content: "\f10b"; }
.flaticon-add-plus-button:before { content: "\f10c"; }
.flaticon-remove:before { content: "\f10d"; }
.flaticon-printer-printing-document:before { content: "\f10e"; }
.flaticon-email:before { content: "\f10f"; }
.flaticon-star:before { content: "\f110"; }
.flaticon-correct-symbol:before { content: "\f111"; }
.flaticon-valentines-heart:before { content: "\f112"; }
.flaticon-lock:before { content: "\f113"; }
.flaticon-forward:before { content: "\f114"; }
.flaticon-twitter:before { content: "\f115"; }
.flaticon-share-option:before { content: "\f116"; }
.flaticon-pinterest:before { content: "\f117"; }



/**
 * Tables
 */

table {
    border-collapse:collapse;
}

/* Responsive Tables */

.table-wrap-outer:after {
		content: '';
		position: absolute;
		right: -1px; /* account for border */
		top: 0;
		height: 100%;
		width: 80px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

@media (min-width: 600px) {

		.table-wrap-outer:after {
				display: none;
		}

	.table-wrap-inner {
			overflow: visible !important;
	}

}

/* TablePress */

.tablepress .odd td {
    background-color: #efefef !important;
}

.tablepress tbody td, .tablepress tfoot th {
    border-top: 1px solid #e1e1e1 !important;
}

.tablepress thead th,
.tablepress tfoot th {
    color: #fff !important;
}


/* Loyalty Program Table */

#tablepress-1.tablepress thead th,
#tablepress-1.tablepress tfoot th {
    background-color: #fff !important;
}


#tablepress-1 .row-2.even td {
    color: #fff;
}




/**
 * Forms
 */

label {
    color: #202020;
    font-size: 16px;
}

textarea {
	border: 1px solid #b6b6b6;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 12px;
	width: 100%;
}

/* Removes default webkit form styling */
input:not([type="radio"]):not([type="checkbox"]),
button,
textarea {
    -webkit-appearance: none;
}

/* default text input style */
[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {
	width: 100%;
	border: 1px solid #b6b6b6;
    box-shadow:inset 0 2px 3px 0 rgba(0,0,0,.15);
	border-radius: 5px;
	font-size: 14px;
	color: #767676;
    line-height: 49px; /* height of buttons */
	padding: 0 12px;
	outline: none;
}

input[type="search"] {
    box-sizing: border-box;
}

[type="text"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="url"]:focus,
[type="week"]:focus,
[type="date"]:focus {
	border: 1px solid #000;
}


textarea:focus {
    border: 1px solid #000;
    outline: 0;
    outline-offset: 0;
}

		/* Removes inconsistent padding from Firefox buttons */
		button::-moz-focus-inner,
		[type="reset"]::-moz-focus-inner,
		[type="button"]::-moz-focus-inner,
		[type="submit"]::-moz-focus-inner {
				border: none;
				padding:0;
		}

/* Default Radio/Checkbox Style (if using CF7) */
.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
	display: inline-block;
	margin-left: 10px;
}


/* Form */

.page-header form,
.sticky-header form {
    margin-top: 0 !important; /* override wp-activate styling */
}

.form-item-wrap {
    margin-bottom: 22px;
}

.label-required,
.validation-error {
    color: #ce1628;
}

.validation-error {
    display: inline-block;
    font-size: 14px;
    margin-top: 5px;
}

.validation-error a {
    text-decoration: underline;
}

.input-validation-error input,
.input-validation-error .select2-selection {
    background: #feeeee;
    border: 1px solid #ce1628 !important;
}

.input-validation-error .select2-selection__rendered .button:after {
    background-color: #feeeee;
}

.input-validation-success input,
.input-validation-success .select2-selection {
    border: 1px solid #008417 !important;
}

#checkout-coupon .validation-error {
    display: block;
    max-width: 290px;
}

.checkout-validation-msg {
    width: 100%;
    text-align: right;
}

.form-login .validation-error {
    font-size: 18px;
}

#ss-checkout-recaptcha {
    margin-bottom: 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: end;
}

/* Custom Checkboxes */

.check-container {
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    height: 20px;
    margin-bottom: 18px;
}

.check-container.disabled {
    color: #999;
}

.check-container-inline {
    display: inline-block;
    vertical-align: top;
}

.check-container input { /* Hide the browser's default checkbox */
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark { /* Create a custom checkbox */
    position: absolute;
    top: -1px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #b6b6b6;
    box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.15);
    border-radius: 5px;
}

.check-container:hover input ~ .checkmark { /* On mouse-over, add a grey background color */
    background-color: #efefef;
}

.check-container input:checked ~ .checkmark { /* When the checkbox is checked */
    background-color: transparent;
    color: #000;
}

.checkmark:after { /* Create the checkmark/indicator (hidden when not checked) */
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 3px;
    width: 4px;
    height: 7px;
    border: solid #000;
    border-width: 0 2.5px 2.5px 0;
   -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-container input:checked ~ .checkmark:after { /* Show the checkmark when checked */
    display: block;
}



/* Custom Radio */

.radio-container { /* Customize the label (the container) */
    display: block;
    position: relative;
    padding-left: 30px;
    height: 20px;
    margin-bottom: 18px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-container input.hidden-radio-input { /* Hide the browser's default radio button */
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-radio { /* Create a custom radio button */
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #b6b6b6;
  background-color: #fff;
  border-radius: 50%;
}

.radio-container:hover input.hidden-radio-input ~ .custom-radio { /* On mouse-over, add a background color */
  background-color: #eee;
}

.custom-radio:after { /* Create the indicator (the dot/circle - hidden when not checked) */
  content: "";
  position: absolute;
  display: none;
}

.radio-container input.hidden-radio-input:checked ~ .custom-radio:after { /* Show the indicator (dot/circle) when checked */
  display: block;
}

.radio-container .custom-radio:after { /* Style the indicator (dot/circle) */
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #202020;
}

.highlight {
    background-color: #ff0;
    padding: 4px 0 2px;
}


/* Select2 */

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-results__option {
    font-size: 14px;
}

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }


/* Select2 Customizations */

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #b6b6b6;
    border-radius: 5px;
}

.select2-container .select2-selection--single {
    height: 51px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 38px 0 13px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 49px;
    color: #666666;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    line-height: 28px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #202020 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 1;
    right: 13px;
    top: 9px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    font-size: 9px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f104";
    color: #999;
    font-family: Flaticon;
    
}

.selected-area span:focus {
    outline: none !important;
}

@media (max-width: 599px){

    .select2-container .select2-selection--single {
        height: 44px;

    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 44px;
    }

}

/* CF7 Validation (Replace if not using CF7) */

.wpcf7-not-valid-tip {
	color: red;
}

select.wpcf7-not-valid,
textarea.wpcf7-not-valid,
input.wpcf7-not-valid,
.wpcf7-not-valid .selectric {
	border-color: red;
}

.wpcf7-validation-errors {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    color: red;
}

.screen-reader-response{
	display: none;
}

/* Quantity Controls */

.quantity-wrapper {
    background-color: #fff;
    width: auto;
    height: 49px;
    position: relative;
    display: inline-block;
    border: 1px solid #b6b6b6;
    box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.15);
    border-radius: 4px;
    font-size: 14px;
    color: #767676;
    line-height: 49px;
    padding: 0;
}

.quantity-wrapper input,
.quantity-plus-btn,
.quantity-minus-btn {
    display: inline-block;
    vertical-align: top;
}

.quantity-wrapper input {
    width: 58px;
    height: 49px;
    border: none;
    box-shadow: none;
    border-radius: unset;
    line-height: unset;
    background: transparent;
    padding: unset;
    color: #666;
    font-size: 15px;
    text-align: center;
}

.quantity-plus-btn,
.quantity-minus-btn {
    width: 25px;
    height: 38px;
    line-height: 38px;
    border: 0;
    background: transparent;
    color: #666;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 10px;
}

.quantity-plus-btn {
    border-left: 1px solid #b6b6b6;
}

.quantity-minus-btn {
    border-right: 1px solid #b6b6b6;
}




/**
 * Radio Accordions
 */

.radio-label-wrapper {
    border: 1px solid #e6e6e6;
    padding-left: 45px;
    padding-right: 15px;
    height: 46px;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.radio-ac .radio-container {
    height: auto;
    padding-left: 0;
}

.radio-ac .custom-radio {
    top: 12px;
    left: 15px;
}

.radio-ac .radio-ac-option__content { /* hide content by default */
    display: none;
    opacity: 0;
    transition: all .4s ease-in-out;
    border: 1px solid #e6e6e6;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #fff;
    padding: 26px;
}

.radio-ac input[type='radio']:checked + .radio-label-wrapper + .radio-ac-option__content { /* Show content boxes when the radio buttons are checked */
    display: block;
    opacity: 1;
}

.radio-ac input[type='radio']:checked:after,
.radio-ac input[type='radio']:checked + .radio-label-wrapper {
    background-color: #efefef;
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.radio-ac input[type='radio']:checked + .radio-label-wrapper + .radio-ac-option__content {
   display: block;
}



/* Custom radio adjustments for accordion structure */

.radio-ac .radio-container:hover input.hidden-radio-input ~ .radio-label-wrapper .custom-radio {
  background-color: #eee;
}

.radio-ac .radio-container input.hidden-radio-input:checked ~ .radio-label-wrapper .custom-radio:after {
  display: block;
}




/**
 * Breadcrumbs
 */

 .breadcrumbs {
	padding-top: 20px;
	font-size: 14px;
}

.breadcrumbs strong { font-family: 'AvenirLTPro-Book';  }

.breadcrumbs a,
.breadcrumb_last {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumb_last {
    color: #202020;
}

.breadcrumbs.masthead-image-breadcrumbs {
    padding-bottom: 20px;
}




/**
 * Page Wrapper Title
 */

.page-wrapper-title {
	margin-bottom: 25px;
}

.page-wrapper-title h5 {
    color: #999;
	margin-bottom: 5px;
    margin-top: 0;
}

.page-wrapper-title h2 {
    margin: 0;
}

@media (max-width: 1024px) {

	.page-wrapper-title h5 {
		margin-bottom: 5px;
	}

	.page-wrapper-title {
		margin-bottom: 14px;
	}

}




/**
 * Pagination
 */

.pagination {
	text-align: center;
	margin-top: 20px;
}

.pagination ul {
	text-align: center;
}

.pagination li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

.pagination a {
	display: block;
	font-size: 15px;
	font-family: 'AvenirLTPro-Book';
	line-height: 50px;
	color: #666;
	width: 52px;
	height: 50px;
	border-radius: 4px;
	background: #efefef;
	text-align: center;
    
}

.pagination a:hover,
.pagination li.active a {
	color: #fff;
	background: #666;
}

.pagination li.prev a,
.pagination li.next a {
	width: 84px;
}

.pagination .disabled a {
    color: #999;
}

.pagination .disabled a:hover {
    color: #999;
    background: #efefef;
    cursor: default;
}

.pagination-mobile { display: none; }

.wp-pagenavi {
	text-align: center;
    width: 100%;
}

.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .pages {
    border: 0;
	display: inline-block;
	font-size: 15px;
	font-family: 'AvenirLTPro-Book';
	line-height: 45px;
	color: #666;
	width: 52px;
	height: 50px;
	border-radius: 4px;
	background: #efefef;
	text-align: center;
    
}

.wp-pagenavi .pages,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.wp-pagenavi a:hover,
.wp-pagenavi .current {
	color: #fff;
	background: #666;
}

@media (max-width: 767px) {

    .pagination {
        display: none;
    }

    .pagination.pagination-mobile {
        display: block;
        margin-top: 0;
        padding-left: 0;
    }

    .pagination ul {
        padding-left: 0;
    }

    .pagination ul li {
        margin: 0 2px;
    }

    .pagination ul li a,
    .pagination ul li.prev a,
    .pagination ul li.next a {
        font-size: 14px;
        line-height: 36px;
        width: 34px;
        height: 34px;
    }

}



/**
 * Post Cards
 * - cards that display post info like blog posts, event posts, etc.
 * - hover state in child theme css for brand color
 */

.post-card {
	background: #efefef;
	border-radius: 5px;
	margin-bottom: 46px;
}

.post-card__image {
	position: relative;
    width: 100%;
	height: 260px;
}

.post-card__image a {
    width: 100%;
    height: 100%;
}

.post-card__image img {
    width: 100%;
    height: 100%;
	display: block;
    border-radius: 5px 5px 0 0;
	-o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /* IE object-fit fix */
}

.post-card__meta {
	position: absolute;
	left: 12px;
	top: 0;
	background: #ce1628;
	height: 65px;
	width: 65px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
}

.post-card__meta--month {
	font-size: 12px;
	font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
    
}

.post-card__meta--date {
	font-size: 24px;
}

.post-card__meta--year {
	font-size: 12px;
	font-family: 'AvenirLTPro-Book';
    
}

.post-card__content {
	padding: 30px 25px;
}

.post-card__content h3 {
	margin: 0;
    margin-bottom: 5px;
}

.post-card__content h3 a {
    color: #000;
}

.post-card__content p {
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {

    .post-card__image {
		height: 215px;
	}

    .post-card__content {
		padding: 25px;
	}

}

@media screen and (max-width: 767px) {

    .post-card {
		margin-bottom: 24px;
	}

    .post-card__content {
		padding: 20px;
    }

}




/**
 * Post Listing
 * - display posts on pages like Blog/Events/Careers
 */

.post-listing {
	margin-top: 30px;
}

.post-listing__row {
    display: flex;
    flex-wrap: wrap;
}

.post-listing__item {
    display: flex;
    align-items: stretch;
}

@media screen and (min-width: 1025px) {
    .post-listing {
		margin-top: 90px;
	}
}




/**
 * Tabs
 * - active/hover state in child theme css for brand color
 */

.tabs {
    padding: 0;
    margin: 0;
}

.tabs li {
    display: inline-block;
    margin-left: 50px;
}

.tabs li:first-child {
    margin-left: 0;
}

.tabs a {
    border-bottom: 2px solid #fff;
    display: block;
    color: #202020;
    font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 15px;
    
}

.tab-content {
    display: none;
    margin-top: 40px;
    margin-bottom: 30px;
}

.tab-content.active {
    display: block;
}

.tab-content > h1:first-child,
.tab-content > h2:first-child,
.tab-content > h3:first-child,
.tab-content > h4:first-child,
.tab-content > p:first-child,
.tab-content > ul:first-child,
.tab-content > ol:first-child {
    margin-top: 0;
}

@media screen and (max-width: 767px) {

    .tabs a {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .tab-content {
        margin-top: 30px;
    }

}



/*
 * Accordions
 */

.accordion-toggle {
    cursor: pointer;
}

.accordion-toggle::before {
    content: "+";
    font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
    line-height: 1;
    
}

.accordion-toggle.expanded::before {
    content: "–";
}




/**
 * Sliders/Carousels
 * Slick Slider - http://kenwheeler.github.io/slick/
 */

/* General styling */

.slick-slider {
		position: relative;
		display: block;
		box-sizing: border-box;
		-webkit-user-select: none;
			 -moz-user-select: none;
				-ms-user-select: none;
						user-select: none;
		-webkit-touch-callout: none;
		-khtml-user-select: none;
		touch-action: pan-y;
		-webkit-tap-highlight-color: transparent;
}

.slick-list {
		position: relative;
		display: block;
		overflow: hidden;
		margin: 0;
		padding: 0;
}

.slick-list:focus {
		outline: none;
}

.slick-list.dragging {
		cursor: pointer;
		cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
		-webkit-transform: translate3d(0, 0, 0);
						transform: translate3d(0, 0, 0);
}

.slick-track {
		position: relative;
		top: 0;
		left: 0;
		display: block;
		margin-left: auto;
		margin-right: auto;
}

.slick-track:before,
.slick-track:after {
		display: table;
		content: '';
}

.slick-track:after {
		clear: both;
}

.slick-loading .slick-track {
		visibility: hidden;
}

.slick-slide {
		display: none;
		float: left;
		height: 100%;
		min-height: 1px;
}

[dir='rtl'] .slick-slide {
		float: right;
}

.slick-slide img {
		display: block;
}

.slick-slide.slick-loading img {
		display: none;
}

.slick-slide.dragging img {
		pointer-events: none;
}

.slick-initialized .slick-slide {
		display: block;
}

.slick-loading .slick-slide {
		visibility: hidden;
}

.slick-vertical .slick-slide {
		display: block;
		height: auto;
		border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
		display: none;
}

.slick-slide,
.slick-slide:focus * {
	outline: none !important;
}

.slick-initialized .slick-slide {
		float: none;
		display: inline-block;
		vertical-align: middle;
}

/* Preload affect */

.slick-slider .slide { display: none; }

.slick-slider .slide:first-child { display: block; }

.slick-slider.slick-initialized .slide { display: block; }

.js-slider-has-preloader { /* Add this class to your slider */
	min-height: 50px;
	position: relative;
}

.js-slider-has-preloader:before {
	content: url('../img/loading.gif'); /* Create and upload a loading gif to your image directory */
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px; /* Update width based on gif size */
	height: 50px; /* Update height based on gif size */
	transition: all .5s ease;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.js-slider-has-preloader-init:before {
	-webkit-transform: scale(0);
	        transform: scale(0);
}

.slick-arrow {
	position: absolute;
	top: 48%;
	z-index: 9999;
	border: none;
	outline: none;
	cursor: pointer;
    padding: 0;
}

.slick-prev {
	left: 2%;
}

 .slick-next {
	right: 2%;
}

.slick-dots {
	position: absolute;
	bottom: 2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	background-color: rgba(0, 0, 0, .6);
	padding: 7px 15px 0;
    margin: 0;
}

.slick-dots li {
    line-height: normal;
    display: inline-block;
	position: relative;
	margin-left: 5px;
    margin-top: 5px;
}

.slick-dots li button {
	font-size: 0px;
	display: block;
	width: 14px;
	height: 14px;
	border: none;
	outline: none;
	cursor: pointer;
	background:none;
	border-radius: 50%;
    padding: 0;
}

.slick-dots li button::before {
	content: "";
	position: absolute;
	top: -6px;
	left: 0;
	font-size: 0px;
	display: block;
	width: 10px;
	height: 10px;
	border: none;
	outline: none;
	cursor: pointer;
	background: #fefefe;
	border-radius: 50%;
}

.slick-dots li.slick-active button {
	background: none;
}

.product-slide .slick-arrow {
	background-color: transparent;
}

@media screen and (max-width: 767px) {

    .slick-dots li button {
		width: 10px;
		height: 10px;
		top: 4px;
		position: relative;
	}

	.slick-dots li button:before {
		content: "";
		position: absolute;
		top: -6px;
		left: 0;
		font-size: 0px;
		display: block;
		width: 10px;
		height: 10px;
		border: none;
		outline: none;
		cursor: pointer;
		background: #fefefe;
		border-radius: 50%;
	}

	.slick-dots li.slick-active button:before {
		background: #ce1628;
	}

  .product-slide-1 li.product-box:nth-child(n+4) {
  	display: none;
  }
  .product-slide-1.slick-initialized li.product-box:nth-child(n+4) {
  	display: unset;
  }

}

/* Full Width Slider */

.banner-slider-item {
	display: none;
}

.banner-slider-item.first-homepage-slide {
	display: block;
}

.slick-initialized .banner-slider-item {
	display: block;
	height: 601px;
}

.home .banner-slider-item {
    height: auto;
}

.home .banner-slider-item a {
    display: block;
}

.banner-slider-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
    font-family: 'object-fit: cover;'; /* IE object-fit fix */
}

.home .banner-slider-item img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;'; /* IE object-fit fix */
    
}

.banner-slider .slick-arrow {
    background: none;
    color: #fff;
    font-size: 36px;
    text-shadow: 0 0 30px #000;
}

.home .banner-slider .slick-dots {
    bottom: 7px;
}


@media (min-width: 1025px) {

	.banner-slider .slick-arrow {
		display: none !important;
	}

	.banner-slider:hover .slick-arrow {
		display: block !important;
	}

}

@media screen and (max-width: 1024px) {

	.banner-slider-item {
		height: 512px;
	}

    .home .banner-slider-item {
        height: auto;
    }

	.banner-slider .slick-dots {
		bottom: 7px;
	}

}

@media screen and (max-width: 767px) {

	.banner-slider-item {
		height: 213px;
	}

    .home .banner-slider-item {
        height: auto;
    }

	.banner-slider .slick-dots {
		bottom: 8px;
		padding: 0px 6px 5px 10px;
	}

	.banner-slider .slick-dots li {
		margin: 0px 3px;
		position: relative;
	}

}

/* Brand Slider  */

.brand-slide {
	margin-left: -24px;
	margin-right: -24px;
}

.brand-slide-col {
	width: 25%;
	float: left;
	padding-left: 24px;
	padding-right: 24px
}

@media screen and (max-width: 767px) {

	.brand-slide {
		max-width: 240px;
		margin: 0 auto;
	}

}


/* Product Slider */

.product-slide {
    margin-left: -5px;
    margin-right: -5px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.product-slide__main,
.product-slide__thumb {
    visibility: hidden;
}

.slick-initialized .product-slide__main,
.slick-initialized .product-slide__thumb {
    visibility: visible;
}

.product-slide li.product-box:nth-child(5n) {
    margin-right: 0;
}

.product-slide .product-box:last-child {
    margin-right: 0px;
}

@media screen and (max-width: 1024px) {

    .product-slide {
		margin: 0 24px;
	}

	.product-slide .slick-slide {
		margin-right: 5px;
		margin-left: 5px;
	}

    .product-slide .slick-arrow {
        font-size: 18px;
    }

    .product-slide .slick-next {
		right: -30px;
	}

	.product-slide .slick-prev {
		left: -30px;
	}

    .logo-disclaimer {
        display: block;
        margin: 10px 0 0 29px;
    }
}

@media screen and (max-width: 767px) {

    .brand-slide .slick-arrow,
	.generation-wrapper .slick-arrow,
    .video-category .slick-arrow {
        background: none;
        font-size: 18px;
        top: 50%;
        margin-top: -11px;
    }

    .brand-slide .slick-prev,
	.generation-wrapper .slick-prev,
	.video-category .slick-prev {
		left: -30px;
	}

	.brand-slide .slick-next,
	.generation-wrapper .slick-next,
	.video-category .slick-next {
		right: -30px;
	}

}


/* About Slider */

.slider-about .slick-dots {
	position: static;
	background: transparent;
	margin: 0px auto;
    text-align: center;
    -webkit-transform: none;
            transform: none;
}
.slider-about .slick-dots li {
    margin-left: 4px;
    margin-right: 4px;
}
.slider-about .slick-dots li button {
	background: #e3e3e3;
    height: 10px;
    width: 10px;
}
.slider-about .slick-arrow {
	background: none;
	color: #fff;
	font-size: 36px;
	text-shadow: 0 0 30px #000;
    top: 50%;
    margin-top: -30px;
}
@media (min-width: 1025px) {
	.slider-about .slick-arrow {
		display: none !important;
	}

	.slider-about:hover .slick-arrow {
		display: block !important;
	}
}

.about-flight-automotive .slick-slide img {
    height: auto;
    width: 100%;
}

.about-right-panel .slick-dots li button::before {
	display: none;
}

@media screen and (max-width: 767px) {

    .about-flight-automotive .slick-dots li {
		position: relative;
	}

    .about-flight-automotive .slick-dots li:first-child {
        margin-left: 0;
    }

	.about-flight-automotive .slick-dots li button::before {
		background: #e1e1e1;
	}

	.about-flight-automotive .slider-about .slick-dots {
		text-align: left;
		display: block !important;
		padding: 0;
		left: 0;
	}

}


/**
 * Popups - Magnific https://dimsemenov.com/plugins/magnific-popup/documentation.html
 */

/* Default Styling */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 999999999; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;  }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }


.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 500px;
  margin: 20px auto;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }




/* --------------------------------------------------*\
		UI
		UI pieces are site-specific, non-generic styles.
		eg: header, footer, sidebar, page-specific styles
\* -----------------------------------------------------*/


/**
 * Page-head
 */

 .page-header {
	padding: 10px 0px;
	position: relative;
	z-index: 9999999;
    padding-bottom: 0px;
}

.navbar-fixed {
	width: 100%;
	min-height: 52px;
	background: #fff;
	padding: 5px 0px;
	position: fixed;
	top: -52px;
	left: 0;
	z-index: 99999;
	transition: all 0.5s ease-out;
	height: 0;
	border-bottom: 1px solid #e1e1e1;
}

.affix-head .navbar-fixed {
	height: auto;
	top: 0;
}

.admin-bar.affix-head .navbar-fixed{
	top: 32px;
}

.affix-head .top-header {
	display: none;
}

.affix-head .page-header {
    height: 142px;
}

.top-header > .container {
    display: flex;
    align-items: center;
}

.top-header .logo {
    text-align: center;
}

.logo-brand {
    height: auto;
    width: 233px;
}

@media (max-width: 1199px) {

    .page-header {
        padding-bottom: auto;
    }

    .logo-brand {
        width: 152px;
    }

    .top-header .logo {
        margin-right: 10px;
    }

}

@media (max-width: 767px) {

    .logo-brand {
        width: 115px;
    }

    .top-header .logo {
        margin-right: 0;
    }

}

 .navbar-fixed-logo {
	padding: 12px 0px 0;
	width: 45%;
 }

 .navbar-fixed .search-bar {
	 width: 100%;
 }

 .navbar-fixed a.backtop-top {
	padding: 8px 0px;
 }

.backtop-top {
	float: right;
}

.header-left { width: 20%; }

.header-right {
	margin-left: 30px;
    width: 80%;
    position: relative;
}

.header-right-top {
	width: 100%;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.vehicle-select {
    margin-right: auto;
    position: relative;
}

.vehicle-select .form-group label {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
}

.vehicle-select .selectric,
.vehicle-select .selectric .button:after { box-shadow: none; }

.vehicle-select .selectric .label {
    font-size: 14px;
}

.selected-main-area {
	height: 40px;
	display: inline-block;
	border: 1px solid #b6b6b6;
	margin: 0px 10px 0px 16px;
	vertical-align: middle;
	border-radius: 5px;
}

.selected-area {
	width: 182px;
	height: 100%;
	outline: none;
	float: left;
	border: none;
	border-right: 1px solid #b6b6b6;
	font-size: 14px;
	font-weight: 500;
}

.selected-area:last-child {
	border-right: none;
}

.selected-main-area .select2 {
    height: 38px;
}

.selected-main-area .select2-container--default .select2-selection--single {
    background: none;
    border: 0;
}

.selected-main-area .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 14px;
}

.selected-main-area .select2-container--default .select2-selection--single .select2-selection__placeholder,
.selected-main-area-mobile .select2-container--default .select2-selection--single .select2-selection__placeholder,
.selected-main-area-mobile .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #202020;
}

.selected-main-area .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 34px;
    padding-top: 4px;
    padding-right: 25px;
    color: #202020;
}

.selected-main-area .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__placeholder,
.selected-main-area .select2-container--default.select2-container--disabled .select2-selection__rendered,
.selected-main-area-mobile .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__placeholder,
.selected-main-area-mobile .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    color: #999;
}

.selected-main-area .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px;
    right: 7px;
}

.selected-main-area .select2-container--open .select2-dropdown {
    top: -5px;
    left: -1px !important;
}

.selected-main-area .select2-dropdown.select-your-vehicle__open {
    width: 183px !important;
}

.select2-container--default .select2-selection--multiple:before {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    margin-left: -4px;
    margin-top: -3px;
    cursor: pointer;
}

.select2-container--open .select2-selection--multiple:before {
    content: "\f105";
    font-family: Flaticon;
    color: #888;
    border: none;
    margin-top: -11px;
    

}

.listing-filters__filters .select2-container--open .select2-selection--multiple:before{
    display: none;
}

.select2-container--open :-ms-input-placeholder {
    opacity: 0;
}

.select2-container--open ::-ms-input-placeholder {
    opacity: 0;
}

.select2-container--open ::placeholder,
.select2-container--open :-ms-input-placeholder {
    opacity: 0;
}

.has-selections .select2-container--default .select2-selection--multiple:before {
    display: none;
}

.btn-vehicle-form-submit {
	background: none;
	border: none;
	outline: none;
	font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
	color: #202020;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0px;
	cursor: pointer;
	width:40px;
	height: 38px;
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: all .3s ease-out;
    
}

.btn-vehicle-form-submit:hover,
.btn-vehicle-form-submit:focus {
	background-color:#008417;
	color:#fff;
}

.header-right-cta {
    text-align: right;
}

.header-search,
.header-cart {
	float: left;
}

.header-phone a,
.header-search a,
.header-cart a {
    font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
	color: #000;
    
}

.header-search a,
.header-cart a {
	float: left;
	font-size: 12px;
	padding: 0;
	line-height: 24px;
	text-transform: uppercase
}

.header-phone a,
.header-welcome {
	font-size: 14px;
}

.header-phone [class*="flaticon"] {
	color: #999;
    font-size: 11px;
}

.header-search a img {
	margin-right: 5px;
	float: left;
}

.menu-icon {
	float: left;
	font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
	color: #000;
	font-size: 12px;
	padding: 0 0px 0px;
	line-height: 24px;
	text-transform: uppercase;
	cursor: pointer;
    
}

.menu-icon img {
	margin-right: 6px;
	float: left;
	margin-top: 0;
}

.navbar-primary {
	width: 100%;
}

.search-bar {
	width: 46%;
	float: left;
	position: relative;
}

.search-bar .form-group input[type="text"] {
	height: 40px;
	font-size: 13px;
	outline: none;
	padding-right: 40px;
}

.search-bar .form-group input[type="text"]::-webkit-input-placeholder {
	color: #999;
	font-family: 'AvenirLTPro-Book';
    
}

.search-bar .form-group input[type="text"]::-moz-placeholder {
	color: #999;
	font-family: 'AvenirLTPro-Book';
    
}

.search-bar .form-group input[type="text"]:-ms-input-placeholder {
	color: #999;
	font-family: 'AvenirLTPro-Book';
    
}

.search-bar .form-group input[type="text"]::-ms-input-placeholder {
	color: #999;
	font-family: 'AvenirLTPro-Book';
    
}

.search-bar .form-group input[type="text"]::placeholder {
	color: #999;
	font-family: 'AvenirLTPro-Book';
    
}

#mobile-search .search-bar {
    width: 100%;
}

#mobile-search .search-bar input {
    border-radius: 0;
}

.btn-search-submit {
    color: #000;
    font-size: 16px;
	width: 40px;
	height: 100%;
	background: none;
	position: absolute;
	top: 2px;
	right: 0;
	border: none;
	outline: none;
	padding: 0px;
}

.navbar-primary-menu {
	width: 41%;
	margin-left: 5%;
	float: left;
}

.navbar-primary-menu ul {
    margin: 0;
    padding: 0;
}

.navbar-primary-menu > ul > li {
	display: inline-block;
	margin-right: 25px;
	line-height: 40px; /* height of site search */
}

.navbar-primary-menu > ul > li:last-child {
	margin-right: 0;
}

.navbar-primary-menu a {
	color: #202020;
	font-size: 14px;
}

.admin-bar .page-header {
    top: 0;
}

.cart-option {
	width: 8%;
	float: right;
}

.cart-option a {
	font-size: 14px;
	line-height: 40px;
	float: right;
}

.cart-value {
	color: #fff;
	padding: 3px 4px 0 4px;
	margin-left: 2px;
}

button.disabled:hover {
	cursor: default;
}
button.disabled:hover:after {
	content: '';
	position: absolute;
	top: 0;
	right: -15px;
	width: 55px;
	height: 49px;
	-webkit-transform: skew(-15deg, -0deg);
	transform: skew(-15deg, -0deg);
	transition: all .3s ease-out;
	overflow: hidden;
}

/* Promo Banner */

.promo-banner {
	width: 100%;
	padding: 12px 0px;
	position: relative;
	overflow: hidden;
}

.promo-banner .container {
    position: relative;
    z-index: 1;
}

.promo-banner p {
	font-family: 'AvenirLTPro-Book';
	font-size: 18px;
	text-align: center;
	color: #fff;
    margin: 0;
    
}

.promo-banner p span {
    font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
    
}

.promo-banner a {
	color: #fff;
	text-decoration: underline;
}

.promo-banner::before {
	position: absolute;
	top:0;
	left:0;
	background-size: auto 100%;
	content:"";
	width:21%;
	height: 100%;
}

@media screen and (min-width: 1400px) {
    .navbar-primary-menu > ul > li {
        margin-right: 30px;
    }
}

@media screen and (max-width: 1335px) {

    .header-left { width: 22%; }

    .header-right { width: 78%; }

	.search-bar {
		width: 43%;
	}

	.navbar-primary-menu {
		width: auto;
		margin-left: 18px;
	}

}

@media screen and (min-width: 1200px) {
    .vehicle-select .selected-area {
        width: 170px;
    }
}

@media only screen and (max-width: 1199px){

	.affix-head .top-header {
		display: block;
    }

    .selected-area {
        width: 31%;
    }

    .select-your-vehicle__submit {
        width: 7%;
    }

	.custom-select .selected-area {
		width: 182px;
	}

	.selected-main-area {
		margin: 0;
		border-radius: 5px;
		display: block;
		position: relative;
	}

	.vehicle-select {
        margin-left: 15px;
        width: 100%;
	}

	.page-header {
		padding: 0 0px 0;
	}

	.header-right {
		border-left: 1px solid #e1e1e1;
		padding: 10px 0px 0;
	}

    .tab-header {
        display: flex;
        align-items: baseline;
        padding: 5px 0 16px 15px;
        font-size: 12px;
        position: relative;
    }

    .tab-header .header-phone {
	    float: left;
        width: 35%
    }

	.tab-header .header-phone a {
		float: left;
        padding: 0;
	}

    .tab-header .header-search {
		width: 26%;
	}

    .tab-header .header-search a,
    .tab-header .header-cart a,
    .tab-header .menu-icon {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .tab-header .header-search [class*="flaticon"],
    .tab-header .header-cart [class*="flaticon"],
    .tab-header .menu-icon [class*="flaticon"] {
        font-size: 24px;
        margin-right: 5px;
    }

    .tab-header .header-cart {
		width: 31%;
	}

	.tab-header .cart-value {
		padding: 4px;
		font-size: 11px;
        line-height: 1em;
	}

	.vehicle-select .form-group label {
		display: block;
	}

    .selected-main-area .select2-dropdown.select-your-vehicle__open {
        width: 31.15% !important;
    }

    .selected-main-area .select2-container--open .select2-dropdown {
        left: -2px !important;
    }

}

@media screen and (max-width: 1024px) {

    .promo-banner:before {
		display: none;
	}

}

@media screen and (max-width: 782px) {

    .admin-bar .page-header {
        top: 0;
    }

}


@media screen and (max-width: 767px) {

    .tab-header {
        align-items: center;
		padding: 0 0 0 10px;
		font-size: 12px;
	}

	.tab-header .header-search,
	.tab-header .header-cart,
	.tab-header .menu-icon {
		width: 33%;
		text-align: center;
		position: relative;
        border-left: 1px solid #e1e1e1;
		padding: 20px 0
    }

	.tab-header .header-search a,
	.tab-header .header-cart a {
		font-size: 10px;
		display: block;
		float: none;
	}

    .tab-header .header-search [class*="flaticon"],
    .tab-header .header-cart [class*="flaticon"],
    .tab-header .menu-icon [class*="flaticon"] {
        display: block;
        margin-right: 0;
    }

	.tab-header .cart-value {
		color: #ffffff;
		padding: 0px 0;
		margin-left: 0;
		font-size: 11px;
		position: absolute;
		top: -7px;
		right: -7px;
		width: 16px;
		height: 16px;
		line-height: 16px;
		text-align: center;
	}

	.tab-header .header-cart a {
		display: inline-block;
		position: relative;
	}

	.header-right {
		border-left: none;
		padding: 0;
		width: calc(100% - 125px);
		right:0;
	}

	.tab-header .menu-icon {
		font-size: 10px;
		padding-top: 17px;
	}

	.tab-header .menu-icon img {
		margin-bottom: 3px;
	}

	.top-header {
		border-top: 1px solid #e1e1e1;
	}

	.header-right-top {
		margin-bottom: 0;
	}

	.top-header .container{
		padding-left: 12px;
		padding-right: 0;
	}

	.header-left {
		width: 115px;
        padding-top: 5px;
	}

    .selected-main-area .select2-container--open .select2-dropdown {
        top: 0 !important;
        left: 0px !important;
    }

    .promo-banner p {
		font-size: 14px;
		max-width: 230px;
		margin: 0 auto;
		line-height: 20px;
	}

}



/**
 * Navigation
 * - active/hover state in child theme css for brand color
 */

.site-navigation {
	width: 100%;
	display: block;
}

.site-navigation ul {
    margin: 0;
    padding: 0;
}

.site-navigation > ul > li {
    display: inline-block;
    padding: 0 15px;
	line-height: 3em;
}

.site-navigation li:last-child{
	margin-right: 0px;
}

.site-navigation a {
    font-family: 'AvenirLTPro-Heavy';
    /*font-weight: bold;*/
    font-size: 17px;
    color: #202020;
    
}

.menu-close {
	float: left;
	font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
	color: #000;
	font-size: 10px;
	padding:10px 0 0 0px;
	line-height: 24px;
	text-transform: uppercase;
	cursor: pointer;
	width: 50px;
	z-index: 999;
	text-align: center;
	display: none;
	margin:62px 0 0 0;
	background: #fff;
    
}

.menu-close img {
	display: block;
	margin: 0 auto 0;
}


/* General Navigation Styles */

.full-width {
    width: 100%;
}

.site-navigation ul {
    list-style-type:none;
}

.site-navigation li {
    float: left;
    /* position: relative;  This allows submenus to be positioned relative to their parent <li> */
}

/* First Level */

.site-navigation > .menu > .menu-item > a,
.site-navigation .sub-menu > .menu-item > a {
    font-weight: bold;
    border-bottom: 2px solid transparent;
    position: relative;
}

.site-navigation > .menu > .menu-item > a {
    top: 2px;
}

.site-navigation > .menu > .menu-item.active > a,
.site-navigation > .menu > .menu-item > a:active,
.site-navigation > .menu > .menu-item > a:hover,
.site-navigation .sub-menu > .menu-item.active > a,
.site-navigation .sub-menu > .menu-item > a:active,
.site-navigation .sub-menu > .menu-item > a:hover {
    z-index: 9999;
}

.dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}

.dropdown-menu .row {
    box-shadow: 0 20px 20px 0 rgba(0,0,0,.2);
}

.submenu-hidden,
.sub-submenu-hidden {
	display: none !important;
}

/* Second Level */

.site-navigation .sub-menu > .menu-item > a {
    display: block;
    line-height: 51px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
}

.site-navigation .sub-menu {
    top:48px;
    left:0;
    border-top: 2px solid #e1e1e1;
    background-color: #fff;
    justify-content: center;
    display: flex;
    height: 53px;
}

.site-navigation .sub-menu .menu-item {
    float: none;
    display: inline-block;
    margin-right: 10px;
    line-height: 53px;
}

.site-navigation .menu-item.menu-view-all {
    margin: 10px 0 10px 4px;
}

.site-navigation .menu-item.menu-view-all a {
    border-bottom: none !important;
    padding-right: 20px;
    padding-left: 16px;
    line-height: 32px;
}

.menu-view-all a:before {
    right: 0;
    transition: all 0.3s ease-out;
}


/* Show/Hide Dropdown and Megamenu */

.site-navigation .menu .menu-item > .dropdown-menu {
    display: none;
}

.site-navigation .menu .menu-item.active > .dropdown-menu,
.site-navigation .sub-menu li.active > .sub-menu {
    display: block;
}

/* Third Level */

.site-navigation .sub-menu .sub-menu  > .menu-item > a {
    font-family: 'AvenirLTPro-Book';
    font-size: 14px;
    
}

.site-navigation .sub-menu .sub-menu {
    top: 53px;
}

/* Mega Menu */

/* Create equal columns that float next to each other */
.megamenu .column {
    float: left;
    width: 25%;
    padding: 30px 15px;
    background-color: #fff;
    height: auto;
}

.megamenu .column a,
.megamenu .column span {
    float: none;
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-family: 'AvenirLTPro-Book';
    font-size: 14px;
    line-height: 1.35em;
    
}

.megamenu .column span {
    font-family: 'AvenirLTPro-Heavy';
    
}

.megamenu .column.single-column {
    width :100%;
}

.megamenu .column.single-column a,
.megamenu .column.single-column div {
    text-align: center;
}

.megamenu .generation-column {
    position: relative;
}

.megamenu .generation-column:before {
    content: "";
    background: #e1e1e1;
    width: 1px;
    height: 85%;
    position: absolute;
    left: 0px;
}

.megamenu-row {
    display: flex;
    border-top: 2px solid #e1e1e1;
    background-color: #fff;
    justify-content: center;
}

.megamenu .column .btn-simple {
    color: #fff;
    display: inline-block;
    padding-right: 25px;
}

.megamenu .column .btn-simple:before {
    right: 7px;
    font-size: 10px;
    line-height: 1.6;
}

.megamenu .subcat-view-all {
    line-height: normal;
    padding: 10px 0 5px 10px;
}

.choose-vehicle {
    background-color: #707070 !important;
}

.subcat-view-all .btn {
	background-color: #db3234;
}


@media screen and (min-width: 1200px) {

    .menu > .menu-item > .dropdown-menu {
        margin-left: -24px;
        margin-right: -24px;
    }

}

@media screen and (max-width: 1365px) and (min-width: 1200px) {

	.site-navigation > ul > li {
        padding-left: 13px;
        padding-right: 13px;
    }

    .site-navigation .sub-menu > .menu-item > a {
        font-size: 12px;
    }

    .site-navigation .sub-menu > .menu-item:not(.menu-view-all) > a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .site-navigation .sub-menu .sub-menu > .menu-item > a {
        font-size: 13px;
    }

    .site-navigation .sub-menu .menu-item {
        margin-right: 7px;
    }

}

@media screen and (max-width: 1250px) {

	.site-navigation > ul > li {
        padding-left: 10px;
        padding-right: 10px;
	}

}

@media screen and (max-width: 1199px) {

	.menu-close {
		display: block;
	}

	.site-navigation {
		position: fixed;
		right: 0;
		width:100%;
		top: 0;
		padding-right: 0;
		display: none;
		z-index: 99;
		height: 100%;
	}

	.site-navigation ul {
		background: #fff;
		height: 100vh;
		overflow-y:auto;
		margin-left:50px;
		float: right;
		width: calc(100% - 50px);
		top:0;
		position: absolute;
		box-shadow: 0 0 20px #707070;
	}

	.site-navigation ul li {
        border-bottom: 1px solid #e4ecf2;
		float: none;
		padding: 0;
		display: block;
		margin: 0;
		position: relative;
		line-height: 43px;
	}

	.site-navigation ul li a {
		padding: 0 24px;
		font-size: 15px;
	}

    .menu-item a {
        display: block;
    }

	.sub-menu-toggle {
        position: absolute;
        background: url(../img/menu-drop.png) 16px 14px no-repeat;
        cursor: pointer;
        top: 0px;
        width: 43px;
        height: 43px;
        right: 0;
        border-left: 1px solid #e4ecf2;
	}

	.menu-icon {
		position: absolute;
		right: 15px;
    }

    .dropdown-menu {
        position: relative;
    }

    .dropdown-menu > .container {
        box-shadow: none;
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }

     .dropdown-menu .row {
        margin-left: 0;
        margin-right: 0;
    }

    /* First Level */

    .site-navigation > .menu > .menu-item > a,
    .site-navigation > .menu > .menu-item:hover > a,
    .site-navigation > .menu > .menu-item > a:active {
        border-bottom: 0;
    }

    .site-navigation .sub-menu > .menu-item > a {
        line-height: 43px;
    }

    .submenu-back-button {
        background: #E1E1E1;
        color: #202020;
    }

    .submenu-back-button span {
        padding-left: 24px;
        padding-right: 5px;
    }

    .site-navigationy ul li a.js-toggled,
    .site-navigation .sub-menu > .menu-item > a.js-toggled {
        font-family: 'AvenirLTPro-Heavy';
        font-size: 18px;
        color: #202020;
        padding: 10px 0 10px 24px;
        
    }

    /* Second Level */

    .site-navigation .sub-menu {
        top: 0;
        left: 0;
        border-top: 0;
        background-color: #fff;
        display: block;
        height: 100%;
        position: relative;
        box-shadow: none;
        margin-left: 0;
        width: 100%;
    }

    .site-navigation .sub-menu .menu-item {
        display: block;
        margin-right: 0;
        line-height: 3em;
    }

    .site-navigation .sub-menu > .menu-item > a {
        font-family: 'AvenirLTPro-Book';
        font-size: 14px;
        border-bottom: 0;
        top: 0px;
        padding: 0 43px;
        
    }

    .site-navigation .sub-menu > .menu-item:hover > a,
    .site-navigation > .sub-menu > .menu-item > a:active {
        border-bottom: 0;
    }

    /* Third Level */

    .site-navigation .sub-menu .sub-menu {
        top: 0;
        left: 0;
        border-top: 0;
        background-color: #fff;
        display: block;
        height: 100%;
        position: relative;
        box-shadow: none;
    }

    .site-navigation .sub-menu .sub-menu .menu-item {
        display: block;
        margin-right: 0;
    }

    .site-navigation .sub-menu .sub-menu > .menu-item > a {
        top: 0px;
    }

    .site-navigation .sub-menu .sub-menu  > .menu-item:hover > a,
    .site-navigation .sub-menu .sub-menu  > .menu-item > a:active {
        border-bottom: 0;
    }

    /* Mega Menu */

    .megamenu-container {
        border-top: 1px solid #e1e1e1;
    }

    .megamenu-row {
        display: block;
    }

    .megamenu .column {
        width: 100%;
        padding: 15px 15px;
    }

}

@media screen and (max-width: 767px) {
	.menu-icon {
		position: relative;
		right:0;
	}
}



/**
 * Product Blocks
 * - hover state in child theme css for brand color
 */

.product-box {
    width: calc(20% - 10px);
    float: left;
    margin: 5px;
    border: 2px solid #e1e1e1;
    border-radius: 4px;
    transition: all .4s ease-in-out;
    overflow: hidden;
}

.product-slide.category-slide:has(.product-box:nth-child(4):last-child) .product-box,
.product-slide.category-slide:has(.product-box:nth-child(3):last-child) .product-box,
.product-slide.category-slide:has(.product-box:nth-child(2):last-child) .product-box,
.product-slide.category-slide:has(.product-box:nth-child(1):last-child) .product-box {
    width:unset;
}

.product-slide.category-slide:has(.product-box:nth-child(3):last-child),
.product-slide.category-slide:has(.product-box:nth-child(2):last-child),
.product-slide.category-slide:has(.product-box:nth-child(1):last-child) {
    width:100%;
}

.product-box a:not(.btn),
.cart-product-box .product-item {
    width: 100%;
    min-height: 255px;
    padding:15px 25px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-box:hover {
    border-color: #db3235;
    box-shadow: 0px 5px 12px #d2d2d2;
}

.product-item {
    width: 100%;
}

.product-img {
    height: 153px;
    margin: 0px 0px 12px;
    display: flex;
   flex-direction: column;
   justify-content: center;
}

.product-item img{
    margin: 0px auto;
}

.product-slide.product-slide-1 .product-item img,
.brand-logo img {
    min-height: 153px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    
}

p.product-name {
    text-align: center;
    font-size: 16px;
    color: #202020;
    line-height: 21px;
    margin: 0;
}

p.product-year {
    text-align:center;
}

@media (max-width: 1024px) {
    .product-slide.brand-logo {
        margin: 0;
    }

    .brand-logo .product-box {
        width: calc(25% - 10px);
    }

    .brand-logo li.product-box:nth-child(5n) {
        margin: 5px;
    }

    .category-slide {
        width: calc(100% - 48px);
    }
}

@media screen and (max-width: 767px) {

    .brand-logo .product-box {
        width: calc(33.33% - 10px);
    }

    p.product-name {
        font-size: 13px;
        line-height: 18px;
    }

    .product-box > a {
        min-height: auto;
        padding: 0px 12px 10px;
    }

    .product-img {
        height: 140px;
    }

    .brand-logo img {
        padding-top: 20px;
    }
}

@media screen and (max-width: 530px) {

    .brand-logo .product-box {
        width: calc(50% - 10px);
    }
}




/**
 * Product List
 */


/* Listing Header */

.listing-header {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 23px;
    display: flex;
   align-items: center;
   justify-content: flex-end;
}

.listing-header.show-title {
    justify-content: space-between;
}

.listing-heading,
.listing-sort,
.listing-show {
    display: inline-block;
    vertical-align: top;
}

.listing-heading {
    margin-top: 0px;
    margin-bottom: 0px;
}
@media (min-width: 768px) {
    .listing-heading {
        max-width: 44%;
    }
}

.full-width-title .listing-heading {
    max-width: unset;
}

.listing-show { margin-left: 34px; }

.listing-sort__label,
.listing-show__label {
    width: auto;
    display: block;
    line-height: 24px;
    margin-right: 4px;
}

.listing-sort .select-wrapper {
    width: 182px;
    display: inline-block;
}

.listing-show__buttons { display: inline-block; }

.listing-show__option {
    border: none;
    background-color: #efefef;
    padding: 13.5px 17px;
    border-radius: 4px;
    transition: all .4s ease-in-out;
    margin-right: 6px;
}

.listing-show__option:last-child {
    margin-right: 0px;
}

.listing-show__option:hover,
.listing-show__option--current {
    background-color: #666;
    color: #fff;
}

@media (max-width: 1200px) and (min-width: 1025px) {
    .listing-sort__label,
    .listing-show__label {
        line-height: 20px;
        margin-top: 10px;
    }
}

@media (max-width: 1024px) {

    .listing-header {
        justify-content: center;
    }

    .listing-header.has-img-buttons {
        justify-content: space-between;
    }

}

@media (max-width: 767px) {
    .listing-header {
       flex-wrap: wrap;
       justify-content: center;
    }

    .listing-header.has-img-buttons {
        justify-content: flex-start;
    }

    .listing-sort,
    .listing-show { width: 48%; }

    .listing-sort.is-alone { width: 100%; }

    .listing-show { margin-left: 2%; }

    .listing-right { width: 100%; }

    .listing-sort .select-wrapper {
        width: 100%;
    }

    .listing-show__option {
        padding: 13.5px 17px;
    }

    .listing-sort__label, .listing-show__label {
        line-height: 20px;
        margin-top: 10px;
    }

}

@media (max-width: 450px) {
    .listing-show__option {
        padding: 12px;
    }
}


@media (max-width: 400px) {
    .listing-show__option {
        padding: 12px 8px;
    }
}


/* Product List */

.listings {
    margin-top: 15px;
    display: flex;
   flex-wrap: wrap;
}


/* Product List Card */

.listing-card {
    width: 32.33%;
    margin-right: 0.5%;
    margin-left: 0.5%;
    margin-bottom: 1%;
    border: 2px solid #efefef;
    border-radius: 4px;
    background-color: #efefef;
}
    .search-results .listing-card {
        width: 24%;
    }

.listing-card__main-image-area {
    position: relative;
}

.listing-card__main-image-area,
.listing-card__main-image {
    background-color: #fff;
    height: 224px;
    margin: 0;
    display: flex;
   align-items: center;
   justify-content: center;
}
    .listing-card__main-image img {
        max-height: 100%;
    }

.pricing-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.listing-card__thumb {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.listing-card__thumb-image {
    margin: 2px;
    width: 50px;
    height: 33px;
}

.listing-card__thumb-image:first-child {
    margin-left: 20px;
}
.listing-card__thumb-image:last-child {
    margin-right: 20px;
}

.listing-card__thumb img {
    width: 100%;
    border: 2px solid #e1e1e1;
    border-radius: 4px;
    cursor: pointer;
}

.listing-card__image-caption {
    float: left;
    margin-top: 4px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.listing-card__subtitle,
.listing-card__title {
    text-transform: uppercase;
    color: #202020;
}

.listing-card__subtitle {
    font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
    font-size: 18px;
    line-height: 17px;
    
}

.listing-card__title {
    font-family: 'AvenirLTPro-Book';
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    
}

.listing-card__price-area {
    margin-top: 1em;
}

.listing-card__content {
    background-color: #efefef;
    padding: 31px 25px 42px 25px;
}

.listing-card__original-price.has-sales-price{
    font-size: 18px;
    color: #666;
    font-family: 'AvenirLTPro-Book';
    margin-right: 5px;
    
}

.listing-card__special-price,
.listing-card__original-price,
.listing-card__sale-price {
    font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
    font-size: 26px;
    color: #202020;
    display: inline-block;
    position: relative;
    
}

.listing-card__original-price.has-sales-price .price-label {
    font-family: 'AvenirLTPro-Book';
    position: relative;
    top: 0;
    font-size: 12px;
    display: block;
    line-height: 1em;
    
}

.listing-card__original-price.has-sales-price .msrp-value {
    text-decoration: line-through;
}

.listing-card__special-price,
.listing-card__sale-price.is-sales-price  { position: relative; }

.listing-card__special-price.is-sales-price .price-label,
.listing-card__sale-price.is-sales-price .price-label {
    font-family: 'AvenirLTPro-Book';
    position: relative;
    top: 0;
    color: #ce1628;
    font-size: 12px;
    display: block;
    line-height: .5em;
    
}

.listings .listing-card__special-price.is-sales-price .price-label,
.listings .listing-card__sale-price.is-sales-price .price-label {
    line-height: .75em;
}

.listing-card__options {
    height: 140px;
}

.listing-card__options a {
    display: block;
}

.listing-card__options .btn {
    margin-bottom: 0;
    display: inline-block;
}

.listing-card__options .btn.listing-card__view-details {
    margin-top: 12px;
}

@media (max-width: 1024px) {
    .listing-card__original-price:before,
    .is-sales-price:before {
        top: -21px;
    }

    .listing-card__main-image,
    .listing-card__main-image-area {
        height: 150px;
    }

    .listing-card__content {
        padding: 20px;
    }

    .listing-card__special-price.is-sales-price .price-label,
    .listing-card__sale-price.is-sales-price .price-label,
    .listing-card__original-price.has-sales-price .price-label,
    .listings .listing-card__special-price.is-sales-price .price-label,
    .listings .listing-card__sale-price.is-sales-price .price-label,
    .listings .listing-card__original-price.has-sales-price .price-label {
        top: 0;
    }

    .listing-card__special-price.is-sales-price .price-label,
    .listing-card__sale-price.is-sales-price .price-label {
        line-height: 2.5em;
    }

    .listing-card__original-price.has-sales-price .price-label,
    .listings .listing-card__special-price.is-sales-price .price-label,
    .listings .listing-card__sale-price.is-sales-price .price-label {
        line-height: 2em;
    }

    .listings .listing-card__original-price.has-sales-price .price-label {
        line-height: 1.5;
    }
}

@media (max-width: 767px) {
    .listing-card {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 3%;
    }

    .listing-card__main-image img {
        display: block;
        max-width: 100%;
        width: auto;
        max-height: 100%;
        height: auto;
    }

    .listing-card__image-caption {
        margin-bottom: 8px;
    }

    .btn.listing-card__view-details{
        margin-bottom: 0;
    }

    .listing-card__main-image,
    .listing-card__main-image-area {
        height: 200px;
    }

    .listing-card__options {
        height: inherit;
    }
}

@media (min-width: 768px) {
    .listing-card {
        display: flex;
        flex-flow: column;
    }

    .listing-card__content {
        padding: 31px 25px 0px 25px;
        flex: 2;
    }
}

/* Listing Sidebar Filters */

.listing-filters__accordion {
    background: #ddd;
    padding: 5px 20px;
    border-radius: 4px;
    width: 100%;
}
.listing-filters__accordion:after {
    font-family: Flaticon;
    font-size: 12px;
    color: #999;
    content: "\f10c";
    margin-left: 12px;
    
}
.listing-filters__accordion.expanded:after {
    content: "\f10d";
}
.listing-filters__accordion .uppercase-label-md {
    vertical-align: middle;
}

.listing-filters {
    border: 1px solid #efefef;
    border-radius: 4px;
    padding: 23px;
}

.listing-filters .expanded .accordion-toggle::before {
    content: "–";
}

.listing-filters__filter-section {
    border-bottom: 1px solid #e1e1e1;
}

.listing-filters__filter-section:first-child .listing-filters__category {
    margin-top: 0;
}

.listing-filters__category {
    margin: 0;
    padding: 22px 0 18px 22px;
    position: relative;
}

.listing-filters__filter-section .listing-filters__category::before {
    font-size: 25px;
    position: absolute;
    left: 0;
    top: 20px;
}

.listing-filters__search { position: relative; }

.js-show {
    border-radius: 4px;
 
    display: none;
}

.select2-container--default .select2-results__option[aria-selected=true]:before {
    content: "\f111";
    display: inline-block;
    margin-right: 4px;
    font-family: Flaticon;
    font-size: 9px;
    position: relative;
    top: -1px;
    
}

@media (min-width: 1025px) and (max-width: 1155px) {
    .listing-filters__search [type="search"] { font-size: 12px; }
}

.listing-filters__slider {
    padding: 0 10px;
}

.listing-filters__submit {
    border: none;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -11px;
    background: none;
}

.listing-filters__submit span {
    color: #000;
    font-size: 16px;
}

.listing-filters__filters{
    margin-top: 10px;
    margin-bottom: 4px;
}

.listing-filters__filters label {
    display: block;
    font-size: 16px;
}

.listing-filters__filters .select2-container--open :-ms-input-placeholder {
    opacity: 1;
}

.listing-filters__filters .select2-container--open ::-ms-input-placeholder {
    opacity: 1;
}

.listing-filters__filters .select2-container--open ::placeholder,
.listing-filters__filters .select2-container--open :-ms-input-placeholder {
    opacity: 1;
}

.facet-dropdown .select2-results,
.facet-dropdown .select2-results__options {
    min-height: 340px;
}

.listing-filters__filters .select2-search--inline {
    width: 100%;
}

.listing-filters__filters .select2-search__field {
    width: 100% !important;
}

.listing-filters__filter-container {
    padding-bottom: 30px;
    position: relative;
}



/* Range Slider */

/**
Ion.RangeSlider, 2.3.0
© Denis Ineshin, 2010 - 2018, IonDen.com
Build date: 2018-12-12 00:07:25
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
  
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}

.ui-draggable,
.ui-droppable {
    background-position: top;
}

/* Filter Specific  Checkbox Changes */

.listing-filters .check-container {
    margin-top: 18px;
    margin-bottom: 18px;
}

.listing-filters__filters:last-of-type .check-container {
    height: auto;
}



/* View More Button */

.listing-filters__view-more {
    cursor: pointer;
}

.listing-filters__view-more:hover {
    opacity: .7;
}

.expand-circle {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    position: relative;
    top: 4px;
}

.expand-circle-icon {
    position: absolute;
    font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    line-height: 10px;
    left: 4px;
    top: 0;
    margin-top: 5px;
    
}

.expand-text {
    margin-left: 8px;
}

.listing-filters__clear { margin-top: 30px; }



/* Product Listing Pagination */

.listing-pagination__page {
    border: none;
    background-color: #efefef;
    padding: 13.5px 17px;
    min-width: 52px;
    text-align: center;
    border-radius: 4px;
    transition: all .4s ease-in-out;
    margin-right: 6px;
}

.listing-pagination__page:last-child {
    margin-right: 0px;
}

.listing-pagination__page:hover,
.listing-pagination__page--current {
    background-color: #666;
    color: #fff;
}




/**
 * Homepage
 */

.top-product {
	margin-top: 60px;
}

.about-flight-automotive {
	margin-top: 80px;
	margin-bottom: 54px;
}

.about-wrapper {
	padding: 75px 0px;
	border-top: 2px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;
}

.featured-brands {
	margin-bottom: 90px;
}

.featured-brand-title {
	padding: 18px 0px 0px;
}

.featured-brand-title h4 {
    margin-top: 0;
	margin-bottom: 5px;
}

.featured-brand-title a {
	font-size: 14px;
}

.featured-brand-title-mob {
	display: none
}

.half-and-half {
	display: table;
	width: 100%;
}

.half-and-half-image,
.half-and-half-text {
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    padding-bottom: 0;
	display: table-cell;
	vertical-align: middle;
	width:50%;
}

.half-and-half-image {
	position: relative;
}

.half-and-half-text {
	padding-top: 94px;
}

.corvette {
	float: right;
	padding-right: 100px;
	max-width: 692px;
	color: #999;
	padding-bottom: 40px;
	padding-left: 24px;
}

.corvette h2 {
	color: #fff;
}

.corvette p {
	color: #ccc;
}

.parts-generation-item {
	width: 100%;
	position: absolute;
	bottom: 95px;
	left: 0;
}

.generation-title p {
	font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
    
}

.performace-restoration .generation-title p {
    color: #202020;
}

.generation-wrapper {
	margin:0 -.5%;
    padding: 0;
}

.generation-item {
	width: 25%;
	float: left;
	padding: 0 .5%;
	margin-bottom: 10px;
	position: relative;
}

.generation-item a {
    display: block;
}

.generation-item img {
	border-radius: 5px;
	width:100%;
	display: block;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /* IE object-fit fix */
    height: 127px;
    background: #707070;
}

.generation-item p {
	width: 94%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	color: #fff;
	font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
	padding: 0 10px;
    margin: 0;
    
}

.performace-restoration {
    background: #efefef;
    min-height: 673px;
    position: relative;
}

.performace-restoration-item .parts-generation {
	top: -220px;
}

.mustang {
	float: right;
	padding-right: 100px;
	max-width: 692px;
	padding-bottom: 40px;
	padding-left: 24px;
}

.performace-restoration-item .generation-title p {
	color: #202020;
}

.performace-restoration-item .generation-item {
	width:16.66%;
}

.custom-fit-protection {
	background: #fff;
	margin: 120px 0px 80px;
}

.custom-fit-protection .parts-accessories-right-panel {
	margin-left: 0px;
	margin-right: 0px;
}

.custom-fit-protection .btn-secondary,
.rebuild-yours .btn-secondary{
	float: left;
}

.parts-accessories {
    background-color: #000;
	position: relative;
}

.parts-accessories-left-panel .custom-select form {
	display: inline-block;
}

.parts-accessories-left-panel .custom-select form .selected-area {
	margin-left: 10px;
}

.rebuild-yours {
	background: #1f1f1f;
}

.rebuild {
	float: left;
	padding-left:90px;
	max-width: 692px;
	color: #999;
	padding-bottom: 94px;
	padding-right: 24px;
}

.rebuild h2 {
	color: #fff;
}

.rebuild p {
	color: #ccc;
}

.accessories-content .selected-area,
.rebuild .selected-area {
	margin-left:10px;
}

.catalog {
	padding: 28px 0px;
	background: rgba(206,22,40,1);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(206,22,40,1)), color-stop(51%, rgba(221,56,56,1)), color-stop(100%, rgba(206,22,40,1)));
	background: linear-gradient(to right, rgba(206,22,40,1) 0%, rgba(221,56,56,1) 51%, rgba(206,22,40,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce1628', endColorstr='#ce1628', GradientType=1 );
	position: relative;
	overflow: hidden;
}

.catalog-image img {
	margin: 0px auto;
}

.catalog-txt {
	color: #fff;
	padding: 40px 0px;
}

.catalog-txt h4 {
	font-size: 24px;
	margin-bottom: 5px;
}

.catalog-txt p {
    margin: 0;
}

.catalog-btn {
	padding: 70px 0px;
}

.catalog-btn .btn {
	margin: 0 5px;
}

.inner-catalog .catalog-btn {
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(50%);
    clear: both;
}

.video-wrapper-title h4 {
	float: left;
}

.video-wrapper-title a {
	font-size: 14px;
	float: right;
}

.featured-videos {
	margin: 62px 0px;
}

.video-box,
.video-box > a {
	position: relative;
}

.video-box img {
	border-radius: 5px;
}

.video-category .video-box img {
    width: 100%;
    height: 141px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    -o-object-position: center center;
    object-position: center center;
    display: block;
}

.video-txt-overlay {
	width: 100%;
	background: #000;
	padding: 9px 9px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.video-icon {
    background-color: #ce1628;
    border-radius: 4px;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    height: 60px;
	width: 60px;
    float: left;
    transition: background-color .4s;
}

.video-icon-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-category .video-icon {
    font-size: 12px;
    line-height: 25px;
    height: 25px;
    width: 25px;
}

.video-txt {
	width: 86%;
	float: right;
}

.video-txt p {
	font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
	color: #fff;
	font-size: 18px;
	padding: 4px 0px;
    margin-bottom: 0;
    
}

.video-category {
	margin: 0 -1%;
	margin-top: 28px;
}

.video-category-item {
	width: 31.33%;
	float: left;
	margin:0 1%;
	margin-bottom: 12px;
}

.video-category-item a {
    display: block;
}

.video-category .video-category-item:last-child {
	margin-right: 0px;
}

.video-category-item .video-txt-overlay,
.product-video .video-txt-overlay {
	background: transparent;
}

.video-category-item .video-txt {
	width: 100%;
	float: none;
}

.video-category-item .video-txt p {
	color: #202020;
	font-size: 15px;
}

@media (max-width: 1024px) {

    .video-category {
		margin: 0;
	}

	.video-category-item {
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}

	.video-box img {
		width: 100%;
	}

    .video-icon,
    .video-category .video-icon {
        font-size: 18px;
        line-height: 50px;
        height: 50px;
        width: 50px;
    }

}

@media (max-width: 767px) {

    .video-icon,
    .video-category .video-icon {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
        width: 40px;
    }

}

.wholesale-account {
	width: 100%;
	padding: 30px 0px;
	background: url(../img/wholesaletriangle-back.jpg) center 0 no-repeat;
	border-radius: 5px;
	margin: 0 0px;
}

.wholesale-account-info {
	padding: 36px 50px 36px 42px;
}

.wholesale-account-info .catalog-txt {
	padding: 0px 0px;
}

.wholesale-account-info .catalog-txt h3 {
    color: #fff;
    margin: 0;
}

.wholesale-account-info .catalog-txt p {
	margin: 0 0 16px;
}

.article-event {
	width: 100%;
	padding-top: 100px;
    padding-bottom: 100px;
	background: #efefef;
}

.article-event__row {
    display: flex;
    position: relative;
}

.article-wrapper,
.event-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 100%;
}

.article-wrapper .video-wrapper-title,
.event-wrapper .video-wrapper-title {
    width: 100%;
}

.article-wrapper [class*="col-"],
.event-wrapper [class*="col-"],
.article-wrapper .row,
.event-wrapper .row {
    display: flex;
}

.article-event .article-wrapper .row {
	flex-wrap: wrap;
}

.wrapper-box {
	background-color: #fff;
	border-radius: 5px;
	position: relative;
}

.wrapper-box--gray {
    background-color: #efefef;
}

.wrapper-box--special {
    display: block;
}

.wrapper-box--special:hover {
    box-shadow: 0 5px 12px 0 #d2d2d2;
}

.wrapper-box-image {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.wrapper-box-image a {
    display: block;
}

.wrapper-box-image img {
	height: 160px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
    font-family: 'object-fit: cover;'; /* IE object-fit fix */
}

.wrapper-box--special .wrapper-box-image img {
    height: auto;
    font-family: inherit;
    -o-object-fit: none;
    object-fit: none;
}

.wrapper-box-info {
	padding: 17px 15px;
}

.wrapper-box-info p {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.5;
}

.wrapper-box-info p.wrapper-box-info-title {
	font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
	font-size: 16px;
	color: #202020;
}

.wrapper-box-info a {
	font-size: 14px;
}

.shape-img {
	width: 10px;
	height: 100%;
	background: url(../img/article-event-half-line.jpg) center center;
	position: absolute;
	top: 0;
    right: calc(50% - 5px);
}

.post-calendar {
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 20px;
	line-height: 20px;
}

.post-month,
.post-date {
    margin-bottom: 0;
}

.post-month {
	font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
	font-size: 10px;
    
}

.post-date {
	font-size: 18px;
}

.product-suggest-cta {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.page-404 .product-suggest-cta {
    justify-content: start;
}

.product-suggest-cta a {
    margin-left: 15px;
}

.subscribe {
	background: #202020;
	padding: 21px 0px;
}

.subscribe-left-panel {
	text-align: right
}

.subscribe-left-panel h4 {
    margin: 0;
	color: #fff;
}

.subscribe-left-panel p {
	font-size: 14px;
	color: #ccc;
    margin: 0;
}

.input-group {
	position: relative;
}

.subscribe-form input[type="text"] {
	width: 76%;
	height: 50px;
	padding: 0px 18px;
	border-radius: 5px;
	border: 1px solid #eee;
	outline: none;
	font-size: 14px;
}

.accessories-content {
	margin-bottom: 30px;
	float: right;
	padding-right: 0;
	max-width: 668px;
	padding-bottom: 0;
	padding-left: 24px;
}

.mobile-shop-section {
	margin: 0;
	padding: 12px 0;
	background: #fff;
	display: none;
}

.mobile-shop-toggle {
	color:#202020;
	font-size: 12px;
	line-height: 23px;
	margin: 0 auto;
	cursor: pointer;
    font-family: 'AvenirLTPro-Heavy';
    
}

.mobile-shop-toggle span {
    color: #202020;
    background-color: #b6b6b6;
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
    height: 18px;
    width: 18px;
}

.mobile-shop-toggle span:after {
    content: '\f10c';
    font-family: Flaticon;
    
}

.mobile-shop-toggle.mobile-shop-toggle-active span {
    color: #fff;
}

.mobile-shop-toggle.mobile-shop-toggle-active span:after {
    content: '\f10d';
}

.mobile-shop-open-section {
	padding: 10px 24px 25px;
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	z-index: 9;
	background: #fff;
}

.mobile-shop-open-section .selected-main-area {
	height: auto;
	display: block;
	border: none;
	margin: 0px 0 0px 0;
	border-radius: 3px;
	padding: 0;
}

.mobile-shop-open-section .selected-area {
	width: 100%;
	float: none;
	border-radius: 5px;
	margin-top: 10px;
    border-right: 0;
}

.mobile-shop-open-section .selectric {
	border-radius: 5px;
}

.user-vehicle-actions-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.user-vehicle-actions-mobile button {
    width: 48%;
    font-family: 'AvenirLTPro-Heavy';
    font-weight: 700;
    text-transform: uppercase;
    
}

.user-vehicle-actions-mobile .btn-submit {
    line-height: 40px;
}

.user-vehicle-actions-mobile .btn-clear {
    font-size: 14px;
	height: 40px;
    border: 1px solid #b6b6b6;
    border-radius: 5px;
    color: #202020;
    background: none;
    padding: 0;
}

.parts-accessories .half-and-half-image-wrapper .img-responsive,
.performace-restoration .half-and-half-image-wrapper .img-responsive,
.rebuild-yours .half-and-half-image-wrapper .img-responsive {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    -o-object-position: center center;
    object-position: center center;
    display: block;
}

@media screen and (max-width: 1199px) {

	.featured-brand-title h4 {
		float: left;
	}

	.featured-brand-title a {
		float: right;
	}

	.featured-brand-title {
		padding: 18px 0px 20px;
    }

}

@media screen and (max-width: 1024px) {

	.about-wrapper {
		padding: 65px 0px;
	}

	.featured-brand-title {
		padding: 18px 0px;
	}

	.featured-brand-title a {
		float: right;
	}

	.half-and-half,
    .half-and-half-text,
    .parts-accessories .half-and-half-image {
		display: block;
		width: 100%;
	}

	.half-and-half-text {
		padding-top: 60px;
	}

	.corvette {
		float: none;
		padding-right: 0;
		max-width: 100%;
		padding-bottom: 40px;
	}

	.generation-item {
		width: 50%;
	}

	.parts-generation-item {
		position: relative;
		bottom: 0;
		left: 0;
	}

	.parts-accessories,
	.performace-restoration {
		padding-bottom: 80px;
	}

	.parts-accessories .img-responsive,
		.performace-restoration .img-responsive {
		width: 100%;
	}

	.mustang {
		float: none;
		padding-right: 0;
		max-width: 100%;
		padding-bottom: 40px;
		padding-left: 24px;
	}

	.performace-restoration-item .generation-item {
		width: 50%;
		height: 128px;
	}

	.generation-item img {
		width: 100%;
	}

	.custom-fit-protection {
		margin: 0px 0px 0;
		padding: 0;
	}

	.classic-car-section {
		padding: 60px 0;
	}

	.classic-car-section .parts-accessories-right-panel {
		max-width: 450px;
		margin: 0 auto;
	}

	.accessories-content {
		float: none;
		padding-right: 0;
		max-width: 100%;
		padding-left: 0;
		margin-top: 35px;
	}

	.rebuild {
		float: none;
		padding-left: 24px;
		max-width: 100%;
		padding-bottom: 0;
		padding-right: 24px;
	}

	.rebuild-yours {
		padding-bottom: 120px;
	}

	.catalog-btn {
		padding: 0 0 20px 0px;
	}

    .inner-catalog .catalog-btn {
        padding: 0 0 20px 0px;
        position: relative;
        top: 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

	.catalog-txt {
		padding: 25px 0px 25px;
	}

	.catalog-triangle-up-left {
		display: none;
	}

	.wholesale-account {
		overflow: hidden;
		padding: 30px 0px 0;
	}

	.wholesale-account .img-responsive {
		width: 300px;
		margin-left: -23px;
	}

	.catalog-txt h4 {
		font-size: 20px;
	}

	.wholesale-account-info {
		padding: 36px 30px 36px 38px;
	}

	.wrapper-box img {
		height: 100%;
	}

	.wrapper-box-image {
		height: 150px;
	}

    .wrapper-box--special .wrapper-box-image {
        height: auto;
    }

	.shape-img {
		height: 363px;
	}

	.article-event {
		padding: 80px 0px;
	}

	.article-wrapper .col-md-6:nth-child(2),
	.event-wrapper .col-md-6:nth-child(2),
    .subscribe-form input[type="text"] { display: none; }

    .subscribe-left-panel,
    .subscribe-right-panel {
		text-align: center;
	}

	.subscribe-left-panel h4 {
		font-size: 16px;
	}

    .subscribe-left-panel p {
		margin-bottom: 20px;
		line-height: 20px;
	}

}

@media screen and (min-width: 1025px) {

    .parts-generation-item {
        width: calc(100% + 100%);
        width: -webkit-calc(100% + 100%);
        position: relative;
        bottom: 0;
        overflow: hidden;
        clear: both;
    }

    .parts-accessories .half-and-half-text,
    .performace-restoration .half-and-half-text {
        padding-bottom: 94px;
    }

}


@media screen and (max-width: 767px) {

	.top-product {
		margin-top: 40px;
	}

	.about-flight-automotive {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.about-wrapper {
		padding: 40px 0px;
	}

	.about-left-panel {
		margin-top: 25px;
	}

	.corvette,
	.mustang {
		padding: 0 24px;
	}

	.catalog {
		text-align: center;
	}

	.catalog h3 {
		font-size: 17px;
	}

	.inner-catalog .catalog {
		text-align: left;
	}

	.wholesale-account-info {
		padding: 36px 20px;
		text-align: center;
	}

	.featured-brands {
		margin-bottom: 50px;
	}

	.half-and-half-text {
		padding-top: 40px;
	}

	.article-event {
		padding:40px 0px 20px;
	}

    .article-wrapper,
    .event-wrapper {
        display: block;
    }

    .subscribe-right-panel .btn-subscribe {
        margin-bottom: 0;
    }

	.featured-brand-title a,
	.video-wrapper-title a {
		display: none;
	}

	.featured-brand-title-mob {
		display: block;
		padding: 30px 24px 0;
	}

	.featured-brand-title-mob a {
		display: block;
		float: none;
	}

	.video-wrapper-title.featured-brand-title-mob {
		display: block;
		padding: 0 0 11px;
	}

	.video-wrapper-title.featured-brand-title-mob {
		display: block;
		float: none;
		margin-top: 30px;
	}

    .article-event__row {
        display: block;
    }

    .article-event .video-wrapper-title.featured-brand-title-mob {
		margin-top: 20px;
	}

	.generation-wrapper {
		max-width: 230px;
		margin: 0 auto;
	}

	.generation-item {
		height: 110px;
	}

	.generation-title p {
		font-size: 16px;
		margin-top: 20px;
        margin-bottom: 15px;
	}

	.parts-accessories,
	.performace-restoration,
    .custom-fit-protection {
		padding-bottom: 30px;
	}

	.video-category .video-category-item.hidden-sm-down {
		display: block !important;
	}

	.video-category {
        max-width: 230px;
        margin: 0 auto;
	}

	.video-category .slick-arrow {
		top: 35%;
	}

	.parts-accessories-left-panel .custom-select form .selected-area {
		margin-left: 0;
	}

	.classic-car-section {
		padding: 60px 0 0;
	}

	.rebuild-yours {
		padding-bottom: 160px;
	}

	.accessories-content .selected-area,
    .rebuild .selected-area {
		margin-left: 0;
	}

	.corvette p {
		font-size: 14px;
	}

	.mobile-shop-section {
		display: block;
        text-align: center;
	}

	.custom-fit-protection .btn-secondary,
    .rebuild-yours .btn-secondary {
		float: none;
	}

	.shape-img {
		width: 100%;
		height: 11px;
		background: url(../img/article-event-half-line.jpg) center center repeat-x transparent;
		position: relative;
		bottom: 0;
		right: 0;
		margin-bottom: 34px;
    }

    .video-category-item {
        margin: 0;
    }

    .home .video-txt-overlay {
        bottom: 38px;
    }

    .home .video-icon {
        float: none;
        margin: 0 auto;
    }

    .video-icon img {
        width: 40px;
    }

    .subscribe-left-panel,
    .subscribe-right-panel {
		text-align: center;
	}

}

@media (min-width: 768px) {

    .parts-accessories .half-and-half-image-wrapper .img-responsive,
    .performace-restoration .half-and-half-image-wrapper .img-responsive,
    .rebuild-yours .half-and-half-image-wrapper .img-responsive {
        height: 400px;
    }

}




/**
 * Text Section
 * - list bullet color in child theme css for brand color
 */

.wysiwyg-section > h2:first-child,
.wysiwyg-section > h3:first-child,
.wysiwyg-section > h4:first-child,
.wysiwyg-section > .container > .col-md-12 > :first-child {
    margin-top: 0;
}

.wysiwyg-section .selectric-items .selectric-scroll ul { padding-left: 0; }

.wysiwyg-section ul {
    padding-left: 30px;
}

.wysiwyg-section ul li {
	margin-top: 8px;
    margin-bottom: 8px;
    position: relative;
}

.wysiwyg-section ul li:before {
    content: '';
    background-color: #ce1628;
    position: absolute;
    top: 5px;
    left: -20px;
    border-radius: 100%;
    height: 8px;
    width: 8px;
}

.wysiwyg-section img.alignright {
	margin-top: 25px;
}



/**
 * Request Catalog Form
 */

.catalog-order-options .wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
}

.catalog-order-options .wpcf7-form-control .wpcf7-list-item,
.catalog-order-options .wpcf7-form-control .wpcf7-list-item-label {
    display: flex;
    align-items: center;
}

.catalog-order-options .wpcf7-form-control .wpcf7-list-item {
    margin-right: 30px;
    margin-bottom: 20px;
}

.catalog-order-options label {
    display: flex;
    align-items: center;
}

.catalog-order-options .wpcf7-form-control .wpcf7-list-item-label {
    padding-left: 70px;
    height: 85px;
}


/* Moved to Child themes
.catalog-order-options .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label {
    background: url('/wp-content/uploads/2019/11/c-1.jpg') no-repeat left center / contain;
}

.catalog-order-options .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label {
    background: url('/wp-content/uploads/2019/11/c-3.jpg') no-repeat left center / contain;
}

.catalog-order-options .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label {
    background: url('/wp-content/uploads/2019/11/c-4.jpg') no-repeat left center / contain;
}

.catalog-order-options .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label {
    background: url('/wp-content/uploads/2019/11/c-6.jpg') no-repeat left center / contain;
}

.catalog-order-options .wpcf7-list-item:nth-child(5) .wpcf7-list-item-label {
    background: url('/wp-content/uploads/2019/11/ma.jpg') no-repeat left center / contain;
}

End moved to child themes */



/**
 * Cart Tables
 */

.empty-cart {
    background-color: #efefef;
    border-radius: 4px;
    text-align: center;
}

.grey-bg--cart {
    width: 100%;
    display: flex;
    background-color: #efefef;
    padding-top: 12px;
    padding-bottom: 9px;
}

.cart-listing-row,
.review-listing-row,
.also-buy-item-row {
    width: 100%;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    justify-content: space-between;
}

.review-listing-row,
.also-buy-item-row {
    justify-content: flex-start;
}

.cart-listing-labels,
.checkout-cart-labels,
.checkout-cart-totals,
.checkout-cart-grand-total,
.white-bg--cart,
.checkout-cart-promo {
    justify-content: space-between;
    align-items: center;
}

.cart-listing-totals {
    justify-content: flex-end;
}

.cart-listing-totals__sb {
    margin-right: 50px;
}

.cart-listing-totals__totals {
    width: 25%;
    margin-right: 30px;
}

.grey-bg--cart__item,
.grey-bg--cart__item {
    color: #202020;
    font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
    
}

.cart-listing-label__item { font-size: 15px; }
.cart-listing-total__item {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}

.cart-listing-row.cart-product {
    border-bottom: none;
}

.cart-listing-row__c1 { width: 7%; }
.cart-listing-row__c2 { width: 17%; }
.cart-listing-row__c3 { width: 33%; }
.cart-listing-row__c4 { width: 10%; }
.cart-listing-row__c5 { width: 21%; }
.cart-listing-row__c6 { width: 12%; }

.cart-listing-row__c1,
.cart-listing-row__c5 { text-align: center; }

.cart-listing-row__c6 {
    text-align: right;
    padding-right: 33px;
}

.cart-listing-row__c3 {
    padding-left: 10px;
    padding-right: 130px;
}

.cart-listing-row__c4 {
    padding-left: 10px;
}

#cart-listings .cart-listing-row__c4 {
    display: flex;
    align-items: flex-start;
}

.cart-listing-row__thumb,
.also-buy-item__thumb {
    margin: 0;
    padding: 0 30px;
}

.cart-listing-row__title {
    font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
    
}

.cart-listing-row__specs {
    margin-top: 12px;
    line-height: 1.55em;
}

.cart-listing__pricing-icon {
    margin-right: 7px;
    margin-top: -3px;
}


/* Remove Button */

.cart-listing-row__remove-btn {
    border: 0;
    height: 30px;
    width: 30px;
    background-color: #e1e1e1;
    padding: 2px;
    border-radius: 15px;
    cursor: pointer;
}

.cart-listing-row__remove-btn .flaticon-close-button {
    font-size: 13.5px;
    color: #707070;
    height: 14px;
    width: 14px;
    line-height: 14px;
    position: relative;
    left: -0.3px;
    top: 1px;
}

.cart-listing-row__remove-btn:hover {
    background-color: #707070;
    transition: all .4s ease-in-out;
}

.cart-listing-row__remove-btn:hover .flaticon-close-button {
    color: #fff;
    transition: all .1s ease-in-out;
}

.cart-loader-overlay{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:#dfdede;
    z-index:1000000;
    opacity:0.8;
}

.cart-loader {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Qty */

.cart-listing-row__quantity .quantity-wrapper {
    top: -10px;
}


/* Cart Checkout Row */

.cart-checkout {
    margin-top: 35px;
}

.cart-checkout button#checkout_button span {
    margin-bottom: 0;
    margin-top: 0;
}

.cart-checkout button#checkout_button.processing::before {
    content: ' ';
    background-image: url('/wp-content/themes/topflight/assets/img/loading.gif');
    background-size: contain;
    top: 20px;
    width: 20px;
    height: 20px;
}

.cart-checkout span {
    display: block;
}

.ssl-badge {
    height: auto;
    width: 65px;
    margin-right: 16px;
    vertical-align: top;
}

.page-template-cart-template .cart-listings {
    margin-top: 40px;
}

.page-template-cart-template .cart-checkout {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#cart-listings {
    position: relative;
}

#cart-listings.loading::after,
.listings.loading::after {
    content: 'Loading...';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    color: white;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.page-template-cart-template .section-margins {
    margin-top: 50px;
}

@media (max-width: 1024px) {

    .cart-listings { margin-top: 20px; }

    .cart-listing-row__thumb,
    .also-buy-item__thumb {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cart-listing-row__c2 { width: 14%; }
    .cart-listing-row__c3 { width: 24%; padding-right: 10px; }
    .cart-listing-row__c6 { width: 24%; }

}


@media (max-width: 767px) {

    .cart-listings { margin-top: 10px; }

    .cart-listing-row {
        flex-wrap: wrap;
    }

    .cart-listing-row__c1 { width: 100%; }
    .cart-listing-row__c2 { width: 30%; }
    .cart-listing-row__c3 { width: 70%; }
    .cart-listing-row__c4 { width: 100%; }
    .cart-listing-row__c5 { width: 100%; }
    .cart-listing-row__c6 { width: 100%; }

    .cart-listing-row__c1,
    .cart-listing-row__c5 { text-align: left; }

    .cart-listing-row__thumb,
    .also-buy-item__thumb {
        padding: 0;
    }

    .cart-listing-row__quantity .quantity-wrapper {
        top: 0;
        height: 35px;
    }

    .cart-listing-row__c4 {
        padding-left: 0px;
    }

    .cart-listing-row__c6 {
        text-align: left;
    }

    .cart-listing-row__c4 { margin-top: 20px; }

    .cart-listing-row__c2,
    .cart-listing-row__c3,
    .cart-listing-row__c4,
    .cart-listing-row__c5,
    .cart-listing-row__c6 {
        padding-bottom: 10px;
    }

    .cart-listing-row {
        padding-top: 33px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border: 1px solid #e1e1e1;
        border-radius: 4px;
        padding: 12px;
        align-items: unset;
    }

    .cart-listing-row__remove--mobile {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .cart-listing-row__c2,
    .cart-listing-row__c3 { border-bottom: 1px solid #e1e1e1; }

    .cart-listing-row__quantity input {
        height: 35px;
    }

    .cart-listing-row__quantity .quantity-plus-btn,
    .cart-listing-row__quantity .quantity-minus-btn {
        height: 24px;
        line-height: 24px;
    }

    .cart-checkout .cart-listing-row__quantity .cart-mobile-label {
        position: relative;
        top: -8px;
    }

    .cart-listing-totals {
        justify-content: space-between;
        padding: 12px;
    }

    .cart-listing-total__item {
        padding: 0;
        font-size: 14px;
    }

    .cart-listing-totals__sb {
        margin-right: 20px;
    }

    .cart-listing-totals__totals {
        width: 100%;
        margin-right: 0;
    }

    .cart-listing-row__quantity.cart-listing-row__c5 {
        display: flex;
        align-items: center;
    }

    .cart-listing-row__quantity.cart-listing-row__c5 span {
        padding-right: 5px;
    }

    .cart-listing-total__item.cart-listing-row__c6 { text-align: right; }

    .cart-listing-row__remove-btn {
        height: 25px;
        width: 25px;
    }

    .cart-listing-row__remove-btn .flaticon-close-button {
        font-size: 8.5px;
        height: 9px;
        width: 9px;
        line-height: 24px;
        left: 0px;
        top: -1px;
    }

    .cart-checkout {
        display: flex;
        align-items: center;
    }

    .ssl-badge {
        margin-bottom: 0;
    }

    .cart-listings .cart-mobile-label {
        color: #202020;
        font-family: 'AvenirLTPro-Heavy';
        font-weight: bold;
        
    }

}

@media (max-width: 600px) {
    .cart-checkout button#checkout_button.processing::before {
        top: 10px;
    }
}


@media (max-width: 380px) {

    .cart-checkout {
        display: block !important;
    }

    .ssl-badge {
        margin-bottom: 10px;
    }

}



/**
 * Checkout Page
 */

.page-template-checkout-template .section-margins-sm {
    margin-top: 35px;
}

.checkout { margin-top: 39px; }

.checkout h3:first-child { margin-top: 0;}

.checkout input[disabled] {
    background-color: #eee;
}

.order-submission-errors {
    color: #ce1628;
    background-color: #f3dede;
    padding: 11px 22px;
    margin-bottom: 5px;
    border-radius: 4px;
}

.grey-bg {
    background-color: #efefef;
    padding: 11px 22px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.grey-bg .returning-customer {
    display: inline-block;
    margin-right: 12px;
}


img.paypal,
img.affirm,
img.credit-cards-accepted {
    width: auto;
    margin-left: 20px;
}

img.paypal, img.affirm { height: 23px; }

img.credit-cards-accepted { height: 26px; }

.special-notes {
    height: 146px;
}

.edit-cart {
    display: block;
    margin-bottom: 8px;
    text-align: right;
}

.white-bg--cart {
    width: 100%;
    display: flex;
    min-height: 69px;
    background-color: #fff;
    padding: 16px 33px;
    border-bottom: 1px solid #e1e1e1;
}

.white-bg--cart__item { font-size: 15px; }

.white-bg--cart__item strong { font-size: 16px; }

.white-bg--cart .validation-error {
    width: 100%;
}

.checkout-disclaimer p {
    margin-bottom: 10px;
}

.checkout-cart-shipping__selection-wrapper {
    display: inline-block;
}

@media (max-width: 767px) {

    .grey-bg {
        display: block;
        text-align: center;
    }

    .grey-bg .returning-customer,
    .grey-bg .btn {
        text-align: center;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .grey-bg .returning-customer,
    .checkout-cart-shipping__selection-wrapper { display: block; }

}

@media (min-width: 768px) {

    .checkout-cart-shipping__price {
        margin-left: 2px;
    }

}

@media (max-width: 1024px) {

    .checkout-cart-shipping .push-half-top {
        margin-top: 0!important;
    }

}

@media (min-width: 1025px) {

    .checkout-disclaimer p {
        margin-bottom: 20px;
    }

}

@media (min-width: 1200px) {

    .checkout-cart-shipping__price {
        margin-left: 44px;
    }

}


/* Cart Listing Customization Specific to Checkout Page */

.checkout-main {
    position: relative;
}

.checkout-main.loading::after,
#paypal-button-container.loading::after {
    content: 'Loading...';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    color: white;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

#paypal-button-container {
    position: relative;
}
#paypal-button-container.loading::after {
    content: 'Processing PayPal payment...';
}

.checkout-cart .cart-listing-row__thumb {
    padding: 0px;
}

.checkout-cart .grey-bg--cart {
    padding-right: 33px;
    padding-left: 33px;
}

.checkout-cart-listing-row {
    padding: 13px 33px;
    position: relative;
}

.checkout-cart .cart-listing-row__c3 {
    width: 71%;
    padding-left: 10px;
    padding-right: 10px;
}

.checkout-cart .cart-listing-row__title {
    color: #202020;
    font-weight: normal;
    font-family: 'AvenirLTPro-Book';
    
}

.checkout-cart .cart-listing-row__c6 {
    padding-right: 0;
}

.checkout-pricenote {
    position: absolute;
    right: 0;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    max-width: 125px;
    color: #ce1628;
}

.checkout-old-price {
    text-decoration: line-through;
}

.checkout-new-price {
    font-family: 'AvenirLTPro-Heavy';
    
}

.checkout-cart .cart-listing-row__specs {
    font-size: 12px;
    margin-top: 2px;
}

.checkout-cart-totals .grey-bg--cart__item {
    font-size: 18px;
}

.checkout-cart-totals.optional-total {
    border-bottom: 1px solid #e1e1e1;
}

.checkout-cart-promo {
    padding-top: 14px;
    padding-bottom: 14px;
}

.checkout-cart-tax,
.checkout-cart-shipping {
    flex-wrap: wrap;
}

.checkout-cart-tax p,
.checkout-cart-shipping p {
    font-size: 13px;
    width: 100%;
}

.checkout-cart-shipping .selectric-checkout-cart-shipping__selection {
    width: 199px;
    display: inline-block;
    margin-right: 38px;
}

.checkout-cart-shipping__price {
    line-height: 49px;
}

.checkout-cart-freight {
    padding: 20px 0 10px 20px;
    margin-bottom: 0;
    width: 100%;
    font-size: 14px;
    list-style: disc;
}

.grey-bg--cart.checkout-cart-grand-total {
    background-color: #202020;
}

.checkout-cart-grand-total .grey-bg--cart__item {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.selectric-checkout-cart-shipping__selection,
.checkout-cart-promo__code,
.btn-apply-coupon {
    vertical-align: top;
}

.checkout-cart-promo .checkout-cart-promo__code {
    width: 165px;
    margin-right: 6px;
}

.btn-apply-coupon {
    display: inline-block;
    margin: 0;
}

@media (max-width: 767px) {

    .checkout-cart-listing-row {
        padding: 12px;
        align-items: unset;
    }

    .checkout-cart .cart-listing-row__c3 {
        width: 70%;
    }

    .checkout-cart .cart-listing-row__total {
        margin-top: 18px;
        padding-bottom: 0;
    }

    .checkout-cart-shipping,
    .checkout-cart-promo {
        flex-wrap: wrap;
    }

    .checkout-cart-shipping .selectric-checkout-cart-shipping__selection {
        width: 100%;
        margin-right: 0;
    }

    .checkout-cart .grey-bg--cart,
    .white-bg--cart {
        padding-right: 12px;
        padding-left: 12px;
    }

    .white-bg--cart {
        padding: 25px 12px 10px 12px;
    }

    .checkout-pricenote {
        position: unset;
    }

    .checkout-cart-promo .checkout-cart-promo__code {
        width: 100%;
        margin-right: 0;
    }

    .checkout-cart-promo .checkout-cart-promo__code,
    .checkout-cart-shipping .selectric-checkout-cart-shipping__selection {
        margin-top: 10px;
    }

    .checkout-cart-freight {
        padding-top: 0;
    }

    .btn-apply-coupon { margin-top: 15px; }

    .checkout-cart-grand-total {
        margin-top: 20px;
    }

    .checkout-cart-promo--right,
    .checkout-cart-shipping--right {
        width: 100%;
    }

}

/**
 * Subscribe Customers to SMS checkbox block
 */

.subscribe-customer-sms-wrap .check-container {
    height: auto;
}

/**
 * Login/Register
 */

.login-register {
    background-color: #202020;
    position: relative;
}

.login-register > .container {
    position: relative;
    z-index: 1;
}

.login-register__bg {
    width: 100%;
    height: auto;
}

.login-register__img {
    position: absolute;
    top: 0;
    width: 100%;
}

.login-register__img:after {
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#202020+0,202020+100&0+0,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(32,32,32,0) 0%,rgba(32,32,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00202020', endColorstr='#202020',GradientType=0 ); /* IE6-9 */
    position: absolute;
    bottom: 0;
    left: 0;
    height: 200px;
    width: 100%;
}

.login-register-wrapper {
    display: flex;
    align-items: stretch;
}

.login-register .form-white-card {
    border-radius: 0 0 4px 4px;
}

.form-white-card__title {
    margin-top: 0;
    margin-bottom: 13px;
}

.login-lock {
    display: inline-block;
    vertical-align: top;
    color: #b6b6b6;
    font-size: 23px;
    line-height: 49px;
    margin-left: 12px;
}

.lost-password { margin-top: 10px; }

.remember-user {
    margin-top: 17px;
    margin-bottom: 17px;
    margin-left: 24px;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 599px) {
    .remember-user {
        margin-left: 0;
        display: block;
    }
}

.login-register-wrapper {
    flex-wrap: wrap;
    align-items: unset;
}

.login-register .tabs {
    background-color: #efefef;
    position: relative;
    top: 1px;
}

.login-register .tabs li {
    margin-left: 0px;
}

.login-register .tabs a {
    border-bottom: 2px solid #efefef;
    padding: 13px 20px 10px 20px;
}

.login-register .tabs .active a {
    background-color: #fff;
}

.login-register .product-tabs .tab-content {
    margin-top: 0;
    border: 0;
}

.login-register h4 {
    margin-top: 0;
}



/**
 * Order Confirmation Page
 */

.confirmation-box {
    border: 1px solid #17831d;
    padding: 33px;
}

.confirmation-box h2 {
    margin-top: 0;
    margin-bottom: 16px;
}

.confirmation-box p {
    margin-bottom: 2px;
}

.confirmation-box p:last-of-type {
    margin-bottom: 24px;
}

.order-confirmation .cart-listings {
    margin-top: 34px;
}

.order-confirmation .cart-listing-row__title { color: #202020; }

.confirmation-total {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.confirmation-tax .cart-listing-row__c5,
.confirmation-shipping .cart-listing-row__c5,
.confirmation-grand-total .cart-listing-row__c5 {
    width: 29%;
}

.confirmation-total .cart-listing-row__c5 {
    width: 14%;
}

.confirmation-tax .cart-listing-row__c6,
.confirmation-shipping .cart-listing-row__c6,
.confirmation-grand-total .cart-listing-row__c6 {
    width: 25%;
}

.confirmation-tax .cart-listing-total__item,
.confirmation-shipping .cart-listing-total__item {
    font-family: 'AvenirLTPro-Book';
    
}

.confirmation-grand-total { background-color: #202020; }

.confirmation-grand-total .cart-listing-total__item { color: #fff; }



/**
 * My Account
 */

.form-white-card {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 40px;
    background: #fff;
}

 .my-account-logout {
     float: right;
 }

.my-account .tabs { border-bottom: 1px solid #e1e1e1; }

.acct-address-box {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

.acct-address-title {
    padding: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    background: #efefef;
}

.acct-address-box__address {
    padding: 20px;
}

.acct-update-btn { margin-left: 6px; }

.pac-container.pac-logo { z-index: 2000 !important; }




/**
 * Testimonials - Page
 */

#testimonials { padding-bottom: 80px; }

#testimonials .testimonial {
	background-color: #efefef;
	height: 289px;
	margin-bottom: 30px;
	padding: 25px 25px;
	position: relative;
}

#testimonials .testimonial h6 {
	color: #202020;
	font-size: 16px;
}

#testimonials .testimonial .btn-secondary {
	bottom: 10%;
	position: absolute;
}




/**
 * Contact Us - Page
 */

.contact-forms { padding: 50px 0 80px; }

.contact-forms .btn,
.wpcf7-form .btn {
	margin-top: 30px;
}

.wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 30px;
}

.wpcf7-form  { padding-bottom: 50px; }

.wpcf7-checkbox {
	display: block;
	margin-top: 16px;
}

.wpcf7-list-item { margin-right: 15px; }




/**
 * Product Page
 */

/* General */

@media (max-width: 1024px) {

    .page-template-product-template .page-header {
        border-bottom: 1px solid #e1e1e1;
    }

}

/* Summary Section */

.product-page-summary__details {
    font-size: 14px;
    padding: 0;
}

.product-page-summary__details li {
    border-left: 1px solid #e1e1e1;
    padding-left: 10px;
    margin-left: 10px;
    display: inline-block;
}

.product-page-summary__details li:first-of-type {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}

.review-stars {
    display: inline-block;
    margin-left: 10px;
}

.review-anchor a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .review-anchor {
        display: inline-block;
        margin-left: 15px;
    }
}

@media (min-width: 874px) and (max-width: 1024px) {
    .review-anchor {
        display: inline-block;
        margin-left: 15px;
    }
}

@media (min-width: 1275px) {
    .review-anchor {
        display: inline-block;
        margin-left: 15px;
    }
}

.product-page-summary__details .review-stars {
    margin-right: 5px;
}

.review-star {
    color: #b6b6b6;
}

.carb .flaticon-close-button {
    font-size: 12px;
}

.carb .flaticon-correct-symbol {
    color: #008417;
}

.product-page-summary__desc p {
    margin-bottom: 20px;
}

.product-page-summary__price {
    margin-bottom: 20px;
}

.product-page-summary__price .listing-card__original-price.has-sales-price {
    font-size: 24px;
}

.product-page-summary__price .listing-card__special-price {
    font-size: 32px;
    margin-left: 10px;
}

.quantity-status-container {
    position: relative;
}

.quantity-status {
    cursor: pointer;
}

.quantity-status::after {
    content: '?';
    display: inline-block;
    margin-left: 2px;
    padding: 2px;
    font-size: 12px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border: 1px solid #999;
    border-radius: 12px;
    text-align: center;
    vertical-align: middle;
}

.quantity-status:hover::after {
    background: #999;
    color: #fff;
}

.quantity-status__msg {
    visibility: hidden;
    width: 230px;
    background-color: #999;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    z-index: 1;
    top: 28px;
    left: 0;
}

.quantity-status-container:hover .quantity-status__msg {
    visibility: visible;
}

.product-page-summary__application {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.product-page-summary__application p {
    margin: 0;
}

.attribute-label,
.product-page-summary__application-model {
    color: #202020;
    font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
    
}

.product-attribute-choices {
    margin-bottom: 15px;
}

.attribute-label {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.product-page-summary__choice-section .attribute-label {
    margin-bottom: 5px;
}

.attribute-select {
    background-color: #fff;
    border: 1px solid #b6b6b6;
    border-radius: 4px;
    line-height: 48px;
    padding: 0 20px;
    outline: 0;
    transition: all 0.3s ease-out;
    margin-right: 4px;
}

.attribute-selected,
.attribute-select:hover,
.attribute-select--active {
    background-color: #202020;
    color: #fff;
    border-color: #202020;
}

.product-attribute-choices .select2-container--disabled .select2-selection__arrow {
    display: none;
}

.product-page-summary__cart-bar {
    background-color: #efefef;
    border-radius: 4px;
    margin-top: 30px;
    padding: 25px 30px;
    max-width: 650px;
}

.product-page-summary__qty {
    float: left;
    width: 160px;
}

.product-page-summary__cart-bar-btn {
    margin-left: 15px;
    width: calc(100% - 175px);
}

.product-page-summary__userlist {
    text-align: center;
}

.userlist-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
}

.userlist-modal {
    background-color: #fff;
    padding: 40px;
    padding-top: 60px;
    height: auto;
    text-align: left;
    position: relative;
}

.userlist-modal .flaticon-close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

@media screen and (max-width: 599px) {

    .product-page-summary__details li {
        display: block;
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
    }

    .product-page-summary__cart-bar {
        padding: 20px;
    }

    .product-page-summary__qty {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .product-page-summary__cart-bar-btn {
        margin-left: 0;
        width: 100%;
    }

}


/* Product Media */

.product-page-main-img {
    border-radius: 4px;
    margin: 0 0 30px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.product-page-main-img__zoom {
    color: #666;
    font-size: 26px;
    line-height: 1;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.product-page-main-img__zoom {
    cursor: pointer;
}

.product-page-thumbs {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.product-video-slide,
.product-video-thumb {
    position: relative;
}

.video-overlay {
    position: absolute;
    cursor: pointer;
    display: block;
    text-align: center;
    border-radius: 4px;
    height: 25px;
    width: 25px;
    top: 35%;
    left: 39%;
}

.video-overlay::after {
    content: '\f10a';
    color: #fff;
    font-family: Flaticon;
    font-size: 10px;
    line-height: 25px;
    z-index: 1;
    
}
.product-video-slide .video-overlay::after {
    font-size: 20px;
    line-height: 50px;
}

.product-video-slide .video-overlay {
    height: 50px;
    width: 50px;
    top: 43%;
    left: 47%;
    transition: background-color .4s;
}

.product-slide__thumb {
    padding: 0 5px;
}

.product-slide__thumb:hover {
    cursor: pointer;
}

.product-slide__thumb img {
    border: 2px solid #e1e1e1;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
	height: 85px;
	-o-object-fit: cover;
	object-fit: cover;
    font-family: 'object-fit: cover;'; /* IE object-fit fix */
}

.product-page-thumbs .slick-arrow {
    top: 35%;
    z-index: 9;
}

.product-page-thumbs .slick-prev{
	left: 0;
}

.product-page-thumbs .slick-next{
	right: 0;
}

.diagram-tile {
    margin-bottom: 40px;
    position: relative;
}

.diagram-listing .diagram-tile img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /* IE object-fit fix */
}

.diagram-caption {
    font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
    text-align: center;
    background-color: #333;
	color: #fff;
	font-size: 18px;
	padding: 4px;
}

.diagram-tile:hover .diagram-caption {
    background-color: #555;
}

.tab-content .diagram-tile {
    border: 1px solid #777;
    padding: 20px;
}

.tab-content .diagram-tile:hover {
    border-color: #333;
}

.diagram-tile .flaticon-searching-magnifying-glass {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    padding-top: 4px;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
}

.diagram-tile:hover .flaticon-searching-magnifying-glass {
    background-color: rgba(0,0,0,0.75);
}

@media screen and (min-width: 600px) and (max-width: 767px) {
    .diagram-listing > div:nth-of-type(2n+1) {
        clear: both;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .diagram-listing > div:nth-of-type(3n+1) {
        clear: both;
    }
    .tab-content .col-sm-6:nth-of-type(2n+1) {
        clear: both;
    }
}

@media screen and (min-width: 1025px) {
    .diagram-listing > div:nth-of-type(4n+1) {
        clear: both;
    }
    .tab-content .col-md-4:nth-of-type(3n+1) {
        clear: both;
    }
}

@media screen and (max-width: 767px) {
    .video-overlay {
        height: 18px;
        width: 18px;
        top: 30%;
        left: 32%;
    }

    .video-overlay::after {
        line-height: 18px;
    }

    .product-video-slide .video-overlay {
        top: 40%;
        left: 42%;
    }

    .product-slide__thumb img {
        height: 50px;
    }
}

.product-page-media-links {
    padding-left: 0;
}

.product-page-media-links li {
    display: inline-block;
    margin-left: 40px;
}

.product-page-media-links li:first-child {
    margin-left: 0;
}

.product-page-media-links a {
    color: #666;
}

.product-page-media-links a:hover {
    color: #000;
}

.emb-commerce-message-container {
	line-height: 34px;
	font-size: 16px;
    color: #666;
    background-color: #eee;
    margin: 0 auto 10px;
	max-width: 1320px;
    padding: 0;
    text-align: center;
    position: relative;
    top: 25px;
}

.emb-commerce-message-container.my-account {
    top: 0;
    background-color: #fff;
}

.emb-commerce-message-container .cart-success,
.emb-commerce-message-container .cart-error {
    border-radius: 0 4px 4px 0;
    display: block;
    width: 100%;
    padding: 15px 0;
}

.emb-commerce-message-container .cart-success {
    color: #008417;
    border-left: 4px solid #008417;
}

.emb-commerce-message-container .cart-success .btn {
    vertical-align: middle;
    margin-left: 15px;
}

.emb-commerce-message-container .cart-success .btn:hover {
    text-decoration: none;
}

.emb-commerce-message-container .cart-error {
    color: #ce1628;
    background-color: #f3dede;
    border-left: 4px solid #ce1628;
}

.inline-error,
.inline-success {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-radius: 0 4px 4px 0;
}
.inline-error {
    color: #ce1628;
    background-color: #f3dede;
    border-left: 4px solid #ce1628;
}
.inline-success {
    color: #008417;
    background-color: #def3de;
    border-left: 4px solid #008417;
}

.quantity-wrapper input[type='number'] {
    -moz-appearance:textfield;
}

	.quantity-wrapper input[type='number']:focus { border: none; }

	.quantity-wrapper input::-webkit-outer-spin-button,
	.quantity-wrapper input::-webkit-inner-spin-button {
	    -webkit-appearance: none;
	}

#product-details a { margin-top: 25px; }

.addon-product-alert {
    margin-top: 20px;
    display: inline-block;
}

.share-options {
    position: absolute;
    width: 125px;
    background: #efefef;
    padding: 10px 15px;
    display: none;
}

.share-options a { padding-right: 5px; }

.share-options a:last-of-type { padding-right: 0; }

.share-btn {
    padding-bottom: 5px;
    cursor: pointer;
}

.share-btn:hover .share-options {
	display: block;
	z-index: 1;
}

.product-page-media-links .icon-facebook:hover {
	color: #3b5998;
}

.product-page-media-links .icon-twitter:hover {
	color: #1da1f2;
}

.product-page-media-links .icon-pinterest:hover {
	color: #c4302b;
}

/* Bottom Section */

.product-page-bottom {
    margin-top: 75px;
}

@media screen and (max-width: 1024px) {

    .product-page-bottom {
        margin-top: 50px;
    }

    .product-page-bottom .tabs li {
        margin-left: 20px;
    }

    .product-page-bottom .tabs li:first-child {
        margin-left: 0;
    }

}

/* Product Tabs */

.product-tabs__accordion-toggle {
    background-color: #e1e1e1;
    cursor: pointer;
    padding: 15px 20px 10px;
    margin-top: 4px;
    margin-bottom: 0;
    position: relative;
}

.product-tabs__accordion-toggle:before {
    font-size: 25px;
    position: absolute;
    right: 20px;
    top: 13px;
}

.product-tabs__accordion-toggle:after {
    content: "+";
    font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
    line-height: 1;
    float: right;
    
}

.product-tabs__accordion-toggle.expanded:after {
    content: "–";
}

@media (max-width: 1199px) {

    .product-tabs {
        margin-bottom: 50px;
    }

}

@media (max-width: 767px) {

    .product-tabs .tab-content {
        border: 1px solid #e1e1e1;
        margin-bottom: 0;
        margin-top: 0;
        padding: 20px;
    }

    .product-video:nth-child(2n+1) {
        margin-left: 12px;
        margin-right: -12px;
    }

    .product-video:nth-child(2n) {
        margin-left: -12px;
        margin-right: 12px;
    }

}

@media screen and (max-width: 599px) {

    .product-tabs.form-white-card {
        padding: 0;
    }

}


/* Related Products */

.related-products {
    padding-left: 0;
    margin-left: -5px;
    margin-right: -5px;
}

.related-products .product-box {
    width: calc(50% - 10px);
}

@media screen and (max-width: 1199px) {

    .related-products .product-box {
        width: calc(33.3333% - 10px);
    }

}

@media screen and (max-width: 1024px) {

    .related-products {
        margin: 0 24px;
    }

}

@media screen and (max-width: 767px) {

    .related-products .product-box {
        width: calc(50% - 10px);
    }

}

@media screen and (max-width: 599px) {

    .related-products .product-box {
        width: calc(100% - 10px);
    }

}


/* Reviews */

.review-listing-row__details {
    width: 100%;
}

.review-listing-row__thumb {
    margin: 0;
    padding: 0 30px;
}

.review-listing-row__title {
    font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
    
}

.review-listing-row__review {
    padding:20px;
    background-color:#eee;
    box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2);
}

.review {
    border-radius: 4px;
    background-color: #efefef;
    margin-top: 15px;
    padding: 30px;
}

.review:first-of-type {
    margin-top: 0;
}

.review__header .review-stars {
    margin-bottom: 10px;
}

.review-star--input {
    cursor: pointer;
}

.review__header .review-star {
    font-size: 26px;
}

.review__quote {
    color: #202020;
    font-family: 'AvenirLTPro-Heavy';
    
}

.review__quote {
    font-size: 18px;
    padding: 10px 0px 0px;
    font-weight: normal;
}

.review__footer {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 20px;
}

.review__footer p {
    font-size: 14px;
    font-family: 'AvenirLTPro-Book';
    line-height: 1.5em;
    color: #666;
    text-transform: none;
    padding-top: 5px;
    
}

.review__reply {
    margin-top: 24px;
    padding-bottom: 10px;
    padding-left: 26px;
    border-left: 1px solid #888;
}

.reviews-pagination {
    margin-top: 30px;
}

.review-form .special-notes {
    width: 50%;
    display: block;
}

@media screen and (max-width: 1024px) {
    .review-listing-row__thumb {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 767px) {

    .review {
        padding: 20px;
    }

    .review__header .review-star {
        font-size: 18px;
    }

    .review-form .special-notes { width: 75%; }

}




/**
 * Blog
 */

.feature-post-col {
	background: #efefef;
}

.feature-post-col__image {
    height: 400px;
}

.feature-post-content {
	padding: 60px 24px 0 0;
}

.feature-post-col__post-type {
	font-size: 12px;
	font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
	color: #999;
	text-transform: uppercase;
    
}

.blog-sidebar {
	background: url(../img/blog-sidebar-bg.png.webp) no-repeat right center / cover;
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	margin-bottom: 46px;
	padding: 40px 30px;
	border-radius: 4px;
}

.blog-sidebar h3 {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
	text-align: center;
	padding-bottom: 20px;
    margin: 0;
}

.blog-search {
	position: relative;
	margin-bottom: 18px;
}

.blog-search [type="submit"] {
    color: #000;
    font-size: 18px;
	width: 40px;
	height: 100%;
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	padding: 0px;
	cursor: pointer;
}

.category-search {
	margin-bottom: 18px;
}

@media (min-width: 1025px) and (max-width: 1250px) {

	.feature-post-col {
		padding-bottom: 20px;
	}

	.feature-post-content {
		padding: 17px 24px 0 0;
	}

}

@media screen and (max-width: 1024px) {

	.feature-post-content {
		padding: 30px;
	}

    .feature-post-col .post-image {
        height: 220px;
    }

    .feature-post-col .post-image img {
        -o-object-position: top;
        object-position: top;
    }

	.mobile-blog-sidebar {
		max-width: 555px;
		margin: 50px auto 0;
	}

	.mobile-blog-sidebar .blog-sidebar {
		height: 355px;
		margin-bottom: 0;
		padding: 0 80px;
		background-size: 100% 100%;
    }

}

@media screen and (max-width: 767px) {

	.feature-post-content {
		padding: 20px;
	}

	.feature-post-content h2 {
		font-size: 24px;
		line-height: 25px;
	}

	.mobile-blog-sidebar {
		margin-top: 40px;
	}

    .mobile-blog-sidebar .blog-sidebar {
		padding: 0 20px;
		background-size: 100%;
    }

}




/**
 * Blog Single
 */

.inner-banner-text h4 {
	color: #fff;
    margin: 0;
}

.inner-banner-text p {
	color: #fff;
	font-size: 12px;
	background: #ce1628;
	line-height: 20px;
	display: inline-block;
	font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
	padding: 0 6px;
    margin-bottom: 0;
    
}

.blog-share-print-area {
	padding-top: 20px;
}

.blog-share-col,
.blog-print-col,
.blog-share-col h4 {
	display: inline-block;
	vertical-align: middle;
}

.blog-share-col {
	border-right: 1px solid #e1e1e1;
	padding-right: 30px;
}

.blog-share-col h4 {
	color: #202020;
	font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
	padding-right: 5px;
    margin: 10px 0;
    
}

.blog-print-col a {
    line-height: 25px; /* height of circle */
	margin-left: 25px;
}

.blog-print-col .link-circle {
    font-size: 14px;
	height: 25px;
    width: 25px;
}

.blog-print-col .link-circle span {
    top: 6px;
}

.single-blog-sidebar .blog-sidebar {
	height: 354px;
    min-height: 354px;
    padding: 30px 30px 0px;
}

@media screen and (max-width: 1024px) {

	.single-blog-page .pull-right {
		float: none !important;
	}

	.single-blog-sidebar {
		max-width: 295px;
		margin: 40px auto 0;
	}

}

@media screen and (max-width: 767px) {

    .blog-share-col {
        border-right: 0;
    }

	.single-blog-content h3 {
		font-size: 20px;
	}

}

/* Comments */

.comment-wrapper {
	border-top: #ccc solid 1px;
	margin-top: 30px;
	padding-top: 30px;
}

.comment-wrapper h3 {
	margin-top: 0;
}

.commentlist {
    list-style: none;
    padding-left: 0;
    margin-bottom: 50px;
}

.commentlist > li {
    background: #efefef;
    margin-top: 30px;
    padding: 30px 30px 0 30px;
    overflow: hidden;
}

.commentlist > li:first-child {
    margin-top: 0;
}

.commentlist > li cite {
    color: #202020;
    font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
    font-style: normal;
    
}

.commentlist > li .small {
    font-size: 12px;
    margin-bottom: 20px;
}

#commentform label small {
    font-size: inherit;
}

@media screen and (max-width: 767px) {

    .commentlist > li {
       padding: 20px 20px 0 20px;
    }

}




/**
 * Events
 */

.events-details {
	color: #fff;
	background-size: cover !important;
}

	.event-date {
		display:block;
		margin-top: 20px;
	}

	.events-details a{
		margin-top: 20px;
		margin-bottom: 0px;
	}

	.event-img {
		width: 100%;
		margin-bottom: 30px;
	}

.post-type-archive-event .wp-pagenavi { padding-bottom: 80px; }





/**
 * Express Order Page
 */
.express-order__heading,
.express-order__row {
    display: flex;
    flex-wrap: wrap;
}

.express-order__part-num {
    width: 50%;
    padding-left: 24px;
}

.express-order__part-qty {
    padding-left: 24px;
}

.express-order__details {
    display: flex;
    align-items: center;
    padding: 0 24px;
    width: 100%;
    margin-top: 10px;
    line-height: 1.2em;
}

.express-order__details a {
    display: flex;
    align-items: center;;
}

.express-order__details img {
    margin-right: 20px;
    vertical-align: text-bottom;
}

.express-order-buttons button {
    margin-right: 6px;
    margin-top: 14px;
}

@media (min-width: 768px) {

    .express-order__part-num {
        width: 20%;
    }

    .express-order__details {
        width: 60%;
        margin-top: 0;
    }
}

@media (min-width: 1025px) {


}

@media (min-width: 1200px) {

}


/**
 * Checkout Issues / Address Update Forms
 */

#checkout-issues-form-container,
#address-update-form {
    background: #fff;
    padding: 40px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: auto;
}

#checkout-issues-form-container .btn,
#address-update-form .btn {
    margin-top: 0;
}

#checkout-issues-form-container .wpcf7-form-control-wrap.your-message,
#address-update-form .wpcf7-form-control-wrap.your-message {
    margin-bottom: 0;
}

#checkout-issues-form-container  .wpcf7-form,
#address-update-form  .wpcf7-form {
    padding-bottom: 0;
}

@media (min-width: 768px) {

    #checkout-issues-form-container,
    #address-update-form {
        width: 75%;
    }

}

@media (min-width: 1025px) {

   #address-update-form {
        overflow: hidden;
    }

}

@media (min-width: 1200px) {

    #checkout-issues-form-container,
    #address-update-form {
        width: 50%;
    }

}




/**
 * Become a Dealer Form
 */

.become-a-dealer-form .wpcf7-form-control-wrap.message {
    margin-bottom: 0;
}

.username-tip-text {
    display: block;
    margin-top: -20px;
    margin-bottom: 10px;
    line-height: 1.5em;
}

.wpcf7-form-control-wrap.file2 {
    margin-top: 10px;
}




/**
 * Signup Page
 */

#signup-content {
    background-color: #EBEFF3;
    display: block;
    position: relative;
    clear: both;
    overflow: hidden;
    padding-top: 67px;
    padding-bottom: 97px;
}

.mu_register h2 span {
    font-family: 'AvenirLTPro-Heavy';
    text-transform: none;
    
}

.mu_register h2,
.mu_register p,
.wp-activate-container h2,
.wp-activate-container p {
    text-align: center;
}

.mu_register p {
    color: #202020;
}

.mu_register form {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 36px;
    border-radius: 4px;
}

.wp-activate-container form p,
.mu_register .error {
    text-align: left;
}

#signup-content input[type="submit"] {
    width: auto !important;
    border: 0;
    font-family: 'AvenirLTPro-Book';
    color: #fff;
    font-size: 14px !important;
    line-height: 2em !important;
    padding: 8px 18px 8px 18px !important;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    
}

@media (min-width: 1025px) {

    .mu_register,
    .wp-activate-container {
        width: 50% !important;
        margin-left: 25% !important;
    }

}




/**
 * Customer Vehicles Form
 */

.customer-vehicles-form .col-md-12,
.customer-vehicles-form .js-vehicle-row,
.customer-vehicles-form input {
    margin-bottom: 30px;
}

.customer-vehicles-form h4 {
    margin-bottom: 0;
}

.customer-vehicles-form .subtitle {
    display: block;
    margin-bottom: 30px;
}

.vehicle-shop-now {
    margin-top: 23px;
}

.js-vehicle-actions {
    float: right;
}

.js-add-another,
.js-remove-one {
    font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
    font-size: 16px;
    margin-left: 5px;
    
}

.js-add-another {
    color: #fff;
    margin-bottom: 30px;
    padding: 5px 8px;
}

.js-remove-one {
    background-color: #707070;
    color: #fff;
    margin-right: 15px;
    padding: 5px 10px;
}

.js-add-another:hover {
    cursor: pointer;
}

.js-remove-one:hover {
    background-color: #535353;
    cursor: pointer;
}

@media (min-width: 1025px) {
    .flex-item.flex-img {
        overflow: hidden;
    }

    .flex-item.flex-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        -o-object-position: center center;
        object-position: center center;
        display: block;
        position: absolute;
        top: 0;
        z-index: -2;
    }
}




/**
 * Review Form
 */

.review-form label {
    display: block;
}

.review-form h4 {
    margin-bottom: 15px;
}




/**
 * Wishlist
 */
.userlist-list h4 {
    display: inline-block;
    margin-top: 0;
    border-bottom: 1px solid #666;
}

.userlist-add-list {
    display: flex;
    flex-wrap: wrap;
}

.userlist-add-list__actions {
    margin-top: 10px;
}

.userlist-add-list__actions .listing-show__option {
    padding: 6px 14px;
    margin-right: 12px;
}

.userlist-list-name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 12px;
}

.userlist-list-name h3 {
    margin-right: auto;
}

.userlist-list-name__edit {
    width: 50%;
}

.userlist-listing-row__c1 {
    width: 7%;
}

.userlist-listing-row__c1 .check-container {
    margin-left: 20px;
    margin-bottom: 0;
}

.cart-listing-row .userlist-listing-row__c1 .check-container {
    margin: 5px 0 0 20px;
}

.userlist-listing-row__c2 {
    width: 6%;
    text-align: right;
}

.userlist-listing-row__c3 {
    width: 16%;
}

#userlist-content .cart-listing-row__thumb {
    padding: 0;
}

.userlist-listing-row__c4 {
    width: 33%;
}

.userlist-listing-row__c4 .embroidery-row {
    display: flex;
    align-items: center;
}

#userlist-content .your-price-value {
    font-family: 'AvenirLTPro-Heavy';
    
}

.userlist-listing-row__c5 {
    width: 19%;
}

.userlist-listing-row__c6 {
    width: 19%;
    padding-right: 0;
}

.userlist-cart-listing-row__quantity .quantity-wrapper {
    top: 0;
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .userlist-listing-row__c6 button {
        padding: 0 40px 0 8px;
    }
    .userlist-listing-row__c6 button::before {
        right: 10px;
    }
    .userlist-listing-row__c6 button::after {
        right: -20px;
    }
}

@media (max-width: 1024px) {

    .userlist-listing-row__c4  .cart-listing-row__title {
        font-size: 16px;
    }

    .userlist-listing-row__c6 {
        width: 32%;
    }

    .userlist-listing-row__c5 .quantity-wrapper {
        top: 0;
        height: 35px;
    }

     .userlist-listing-row__c5 .quantity-plus-btn,
     .userlist-listing-row__c5 .quantity-minus-btn {
        height: 24px;
        line-height: 24px;
    }

    .userlist-listing-row__c5.cart-listing-row__quantity input {
        height: 35px;
    }

}

@media (max-width: 767px) {

    .userlist-list-name h3,
    .userlist-list-name__edit {
        width: 100%;
        margin-bottom: 12px;
    }

    .userlist-listing-row__c3 {
        width: 30%;
        margin-top: 20px;
    }

    .userlist-listing-row__c4 {
        width: 70%;
    }

    .userlist-listing-row__c3, .userlist-listing-row__c4 {
        border-bottom: 1px solid #e1e1e1;
    }

    .userlist-listing-row__c5 {
        width: 100%;
        margin-top: 20px;
    }

    .userlist-listing-row__c6 {
        width: 100%;
    }

    .userlist-listing-row__c6 .btn {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 599px) {
    .userlist-listing-row__c4 .embroidery-row {
        margin-left: -40%;
    }
}


/**
 * Order History
 */

 .order-product-listings {
    margin-bottom: 33px;
}

.order-product-listings .cart-listing-row__c3 {
    width: 50%;
}

.order-product-listings .cart-listing-row__c7 {
    padding-right: 10px;
    width: 10%;
}

.order-product-listings .cart-listing-total__item {
    display: inline-block;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .order-product-listings .cart-listing-row__c5 {
        width: 14%;
    }
    .order-product-listings .cart-listing-row__c6 {
        width: 24%;
    }
}

@media (min-width: 768px) {
    .order-product-listings .white-bg--cart {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .order-product-listings .cart-listing-row__c2,
    .order-product-listings .cart-listing-row__c3 {
        border: none;
    }
    .order-product-listings .cart-listing-row__c3,
    .order-product-listings .cart-listing-row__c7 {
        width: 100%;
    }
    .order-product-listings .cart-listing-row__c4,
    .order-product-listings .cart-listing-row__c5,
    .order-product-listings .cart-listing-row__c6 {
        width: 100%;
        padding-left: inherit;
    }
}




/**
 * Specials Page
 */

.featured-special__title {
    text-align: center;
}

.specials-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}

.specials-item {
    width: 100%;
    padding: 0 15px;
}

@media (min-width: 600px) {
    .specials-list {
        justify-content: flex-start;
    }

    .specials-item {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .specials-item {
        width: 33%;
    }
}

@media (min-width: 1025px) {
    .specials-item {
        width: 25%;
    }
}



.img-with-box-wrapper {
	margin-bottom: 100px;
}

.img-box-right {
	position:relative;
}

	.img-box-right .box-content {
		position: absolute;
		width: 40%;
		height: 100%;
		background-color: #000;
		top: 0;
		right: 0;
	}

.search-list {
	border-bottom: #ccc solid 1px;
	padding-bottom:25px;
	margin-bottom:25px;
}

	.search-list p {
		margin-bottom:15px;
	}

.readmore {
	margin-top: 12px;
	display: block;
}

	.readmore:after {
		content: "\f104";
		font-family: Flaticon;
		width: 20px;
		height: 20px;
		text-align: center;
		color: #fff;
		border-radius: 50%;
		display: inline-block;
		font-size: 10px;
		margin-left: 7px;
        
	}

.desc {
	display: none;
}

#html5-watermark {
	display: none !important;
}

.addthis_inline_share_toolbox_l0lp {
    clear: both;
    float: right;
    margin-left: 10px;
}

.video-list {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}

	.video-list img {
		width: 100%;
		height: 332px;
		-o-object-fit: cover;
		object-fit: cover;
        font-family: 'object-fit: cover;'; /* IE object-fit fix */
	}

	.video-list .video-txt {
	    width: 80%;
		float: left;
	}

	.video-list .video-icon {
		float:left;
        margin-right: 20px;
    }

        .video-list:hover .video-icon {
            background-color: #ef384a;
        }

	.video-list .video-txt-overlay {
	    bottom: -4px;
	}

.video-filter {
	float: right;
	width: 100%;
	margin-bottom: 35px;
}

	.video-filter .title {
		float: right;
		margin-top: 14px;
		margin-right: 15px;
	}

	.video-filter-cat {
		float: right;
		text-align: left;
		position: relative;
		z-index: 9;
	}

.job-list {
	height: auto;
}

.job-list p {
    color: #666;
}


@media (min-width: 768px) {

	.desc {
		display: block;
	}

	.video-list .video-icon {
		margin-right: 0;
	}

	.video-list .video-txt {
		float: right;
	}

	.video-filter {
		width: 51%;
	}

	.video-filter-cat {
		width: 200px;
	}

}

@media (min-width: 1025px) {

	.video-filter {
		width: 33%;
	}

}




/**
 * Page-footer
 */

/* Footer Menu */

.footer-top-menu {
	width: 100%;
	padding: 25px 0px;
	border-bottom: 1px solid #e1e1e1;
}

.nav-footer ul {
    margin: 0;
    padding: 0;
    display: inline-block;
	float: left;
	text-align: center;
}

.nav-footer li {
    display: inline-block;
    margin-right: 35px;
}

.nav-footer li:last-child {
	margin-right: 0px;
}

.nav-footer a {
	font-size: 15px;
	color: #202020;
	padding: 10px 0px 0px;
	font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
    
}

@media screen and (max-width: 1335px) {

    .nav-footer li {
        margin-right: 19px;
    }

}

@media screen and (max-width: 1200px) {

    .nav-footer ul{ width: 100%;}

    .nav-footer .footer-menu-list li {
		margin-right: 0;
		display: block;
		width:33%;;
		float: left;
	}

	.nav-footer ul.footer-menu-list {
		display: block;
		float: left;
		width: 100%;
		padding: 15px 24px;
	}

	.nav-footer ul li a {
		padding: 5px 0px 10px;
	}

	.footer-top-menu .container,
    .footer-top-menu .row,
     .footer-top-menu .col-sm-12 {
		padding: 0;
		margin:0
	}

}

@media screen and (max-width: 767px) {

    .nav-footer .footer-menu-list {
		text-align: center
	}

    .nav-footer .footer-menu-list li {
		float: left;
		width: 50%;
	}

	.footer-category {
		padding: 40px 0px 20px;
		text-align: center;
	}

	.footer-box p {
		font-size: 14px;
		padding: 0;
	}

	.footer-border {
		border: none;
	}

	.footer-logo {
		margin: 0 auto;
	}

}

.footer-box p a {
	color: #666;
}

    .footer-box p a.red-link:hover {
        color: #000;
    }


/* Footer Social */

.nav-footer .social-link {
	float: right;
}

.nav-footer .social-link li {
    display: inline-block;
	margin-left: 6px;
    margin-right: 30px;
}

.nav-footer .social-link li:last-child {
	margin-right: 0px;
}

.nav-footer .social-link a {
	padding: 0;
    font-size: 28px;
}

.nav-footer .social-link a:hover { opacity: .5; }

.social-link__facebook a   { color: #3b5998; }
.social-link__twitter a    { color: #1da1f2; }
.social-link__youtube a    { color: #c4302b; }
.social-link__instagram a  { color: #ed0277; }

.social-popup-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 40px;
}

.social-popup-content .social-popup-btn span {
    font-size: 22px;
    color: #3b5998;
}

#social-popup-in.social-popup-content .social-popup-btn span {
    color: #ed0277;
    top: 2px;
    position: relative;
}

.social-popup-content .social-popup-btn .flaticon-twitter {
    color: #1da1f2;
    top: 2px;
    position: relative;
}

.social-popup-content .social-popup-btn {
    font-size: 15px;
    color: #202020;
    padding: 15px;
    border: 2px solid #e1e1e1;
    border-radius: 4px;
    transition: all .4s ease-in-out;
    font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
    margin-bottom: 10px;
    
}

.social-popup-content .social-popup-btn:hover {
    border-color: #db3235;
    box-shadow: 0px 5px 12px #d2d2d2;
}

@media screen and (max-width: 1024px) {

    .nav-footer .social-link {
        float: none;
		margin-top: 20px;
		padding-top: 25px;
		border-top: 1px solid #e1e1e1;
	}

}

@media screen and (max-width: 1199px) {
    .submenu-back-button {
        background: #E1E1E1;
        color: #202020;
        cursor: pointer;
    }
}


/* Other Footer Sections */

.footer-category {
	padding: 50px 0px;
}

.footer-border {
	border-right: 1px solid #d6d6d6;
	padding-right: 31px;
}

.footer-logo {
	width:185px;
}

.footer-box p {
	font-size: 14px;
}

.footer-box h3 {
    margin-top: 0;
    margin-bottom: 7px;
}

.footer-box img {
	display: inline-block;
}

p.brand-title {
	color: #010101;
	font-size: 12px;
	margin-bottom: 0;
	padding-left: 55px;
}

@media screen and (max-width: 1024px) {

    .footer-box { margin-top: 40px; }

}

@media screen and (max-width: 767px) {

    .footer-box {
        text-align: center;
        margin-top: 0;
		margin-bottom: 30px;
	}

    .footer-box:last-child { margin-bottom: 0; }

	.footer-border { border-right: 0; }

}


@media(min-width: 768px) {
	.footer-logo,
	.footer-mile {
		float: left;
		width: 50%;
	}

	.footer-mile { padding-left: 40px; }
}


/* Footer Copyright */

.copyright {
	width: 100%;
	padding: 25px 0px;
	background: #e1e1e1;
}

.copyright-left-panel ul {
	float: right;
    margin: 0;
    padding: 0;
}

.copyright-left-panel li {
    display: inline-block;
}

.copyright-left-panel li:last-child {
	color: #202020;
	font-size: 12px;
	margin-left: 13px;
}

.copyright-left-panel a {
	color: #202020;
	font-size: 12px;
	border-right: 1px solid #cecece;
	padding: 0px 13px;
}

@media screen and (max-width: 1024px) {

    .copyright-right-panel {
		text-align: center;
	}

	.copyright-left-panel ul {
		float: none;
		text-align: center;
	}

	.copyright-left-panel ul li a {
		line-height: 12px;
	}

    .backtop-top {
		float: none;
		margin-bottom: 5px;
	}

}

@media screen and (max-width: 767px) {

    .copyright-left-panel ul li a {
		padding: 0px 6px 0 1px;
	}
	.copyright-left-panel ul li:nth-child(4) a {
		border-right: none;
	}
	.copyright-left-panel ul li:last-child {
		margin: 10px 30px 0;
		line-height: 19px;
	}

}





/* Inner-page Pager Header - with image */

.inner-banner {
	position: relative;
	color: #ffffff;
}

.inner-banner > img {
    /* image should extend to fill container no matter the size of the image */
    max-width: auto;
    width: 100%;
}

.inner-banner.bg-overlay:before {
    z-index: 1;
}

.inner-banner.bg-overlay {
    position: relative;
    z-index: 99;
}

.inner-banner.bg-overlay:before {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.inner-banner.bg-overlay:before,
.inner-banner.bg-overlay:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.inner-banner-text {
    z-index: 99;
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	height: 100%;
	display: flex;
		display: -ms-flexbox;
flex-direction: column;
justify-content: end;
}

.inner-banner-text h1 {
	color: #fff;
	margin: 0;
}


/* Inner-page Pager Header - no image */

.inner-banner-simple,
.inner-banner-simple-emb {
    height: unset;
    color: #202020;
    background-color: #efefef;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 2px solid #e1e1e1;
}

.inner-banner-simple__text {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
}

/* SEO intro copy under the H1 on listing pages */

.masthead-intro {
    margin-top: 10px;
}

.masthead-intro__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #3a3a3a;
}

/* Base `a` is inline-block, which stops long category names from wrapping mid-phrase. */
.masthead-intro__text a {
    display: inline;
    color: #ce1628;
    text-decoration: underline;
}

.masthead-intro__text a:hover {
    color: #000;
}

@media (max-width: 767px) {
    .masthead-intro__text {
        font-size: 14px;
    }
}

.inner-banner-simple + .breadcrumbs,
.inner-banner-simple-emb + .breadcrumbs {
    padding-bottom: 16px;
}

.inner-banner-simple + .breadcrumbs {
    padding-top: 0;
}

/* style-guide */

.content-area {
	padding-top: 70px;
    padding-bottom: 70px;
	color: #202020;
}

.image-listing {
	margin-top: 30px;
    margin-bottom: 30px;
}

.image-listing a{
	display:block;
}

	.image-listing a:hover{
		opacity: 0.7;
	}

.image-listing ul {
	margin: 0 -.5%;
	padding: 0;
}
.image-listing ul li {
	width: 25%;
	float: left;
	padding: 0 .5%;
	margin-bottom: 10px;
	margin-top: 0;
	position: relative;
	background: none;
}
.image-listing ul li img {
	border-radius: 5px;
	width: 100%;
	display: block;
}
.image-listing ul li p {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: left;
	color: #fff;
	font-family: 'AvenirLTPro-Heavy';
    font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	padding: 0 18px;
    
}
.btn-area {
	margin: 20px 0 30px;
}

.catalog h3 {
    color: #fff;
	padding-bottom: 4px;
    margin: 0;
}

.inner-catalog{
	position: relative;
	margin-top: 50px;
}
.home-catalog{
	position: relative;
}
.inner-catalog .catalog:before,
.home-catalog .catalog:before {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/catalog-bg.png) right 0 no-repeat;
	background-size: auto 100%;
	content: "";
	width: 24%;
	height: 100%;
}
.inner-catalog .catalog .catalog-txt {
	padding-left: 60px;
}
.white-text {
	padding: 70px 0 50px;
}

@media screen and (max-width: 1024px) {

    .inner-banner {
        margin-bottom: 30px;
    }

	.inner-banner-text {
		bottom: 30px;
	}
	.inner-banner-text h1 {
		font-size: 24px;
	}
	.breadcrumbs .container {
		display: none;
	}
	.image-listing ul li {
		width: 50%;
		padding: 0 1%;
	}
	.image-listing ul {
		margin: 0;
	}
	.inner-catalog .catalog .catalog-txt {
		padding-left: 0;
	}
	.inner-catalog .catalog::before {
		width: 27%;
	}
}


@media screen and (max-width: 767px) {
	.image-listing ul {
		margin: 0 auto;
	}
	img.alignright, .wp-caption.alignright {
		float: none;
		margin: 10px 0;
		max-width: 100%;
		display: block;
	}

	.inner-catalog .catalog::before {
		width: 53%;
	}
	.catalog-txt p {
		font-size: 14px;
		line-height: 1.3;
	}
	.catalog {
		padding: 11px 0px;
	}
}

 @media(max-width:600px){

 	.btn{ line-height: 44px; }

 	.selectric .label {
 		top: 0px;
 		font-size: 14px;
		line-height: 40px;
 	}

 	.selectric .button {
 		height: 42px;
		line-height: 43px;
 	}

 	.home .custom-select {
 		margin-top: 10px;
 	}

 	.subscribe {
	    padding: 45px 0px;
	}

     .inner-banner {
		height: 200px;
	}

    .inner-banner img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;'; /* IE object-fit fix */
    }

 }


/* CF7 File Upload Styling */
.wpcf7-form-control-wrap.file {
    margin-top: 10px;
}

input.wpcf7-form-control.wpcf7-file {
    display: block;
    width: 100%;
    height: 58px;
    padding: 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #b6b6b6;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

::-webkit-file-upload-button {
    color: white;
    background-color: #707070;
    font-family: 'AvenirLTPro-Book';
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    line-height: 36px;
    height: 32px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 15px;
    
}

/* IE */
::-ms-browse {
    color: white;
    background-color: #707070;
    font-family: 'AvenirLTPro-Book';
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    line-height: 36px;
    height: 32px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 18px;
    
}


/* Image Gradient Overlays */
@media (min-width: 1025px) {

    .page-imageoverlay {
        z-index: 1;
    }

    .imageoverlay {
        z-index: -1;
        position: absolute;
        top: 0;
        height: 100%;
    }

    .imageoverlay-overlay {
        width: 100%;
        height: 100%;
    }

    .overlay-black {
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    }

    .overlay-lightgray {
        background: rgb(239,239,239);
        background: linear-gradient(0deg, rgba(239,239,239,1) 0%, rgba(239,239,239,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efefef",endColorstr="#efefef",GradientType=1);
    }
}

/**
 * Announcement Popup
 */
#announcement-popup {
    background: #fff;
    padding: 10px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #ce1628;
    box-shadow: 0 0 60px 0 rgba(0,0,0,.6)
}

#announcement-popup h4 {
    margin: 0;
    margin-right: 15px;
    font-size: 16px;
}

#announcement-popup .popup-images {
    display: flex;
    align-items: center;
    margin-right: 34px;
}

#announcement-popup .img-wrapper {
    margin: 0 10px;
}

.announcement-popup-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    opacity: 0.65;
    font-size: 28px;
    border: 0;
    position: absolute;
    right: 20px;
}

.announcement-popup-close:hover,
.announcement-popup-close:focus {
    opacity: 1;
}

@media screen and (max-width: 1199px) {

    #announcement-popup h4 {
        font-size: 14px;
        margin-right: 0;
    }

    .announcement-popup-close {
        right: 0;
    }

}

@media screen and (max-width: 1024px) {

    #announcement-popup .img-wrapper {
        margin: 0 6px;
    }

}

@media screen and (max-width: 599px) {

    #announcement-popup h4 {
        font-size: 12px;
    }

}

/* Lock In Vehicle popup */
@media screen and (min-width:768px) {
    .lock-vehicle-banner {
        position: absolute;
        right: 0;
        top: 76px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 8px 20px;
        border-radius: 10px;
        background-color: #008417;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        z-index: 9;
        opacity: 0;
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
        transition: ease-in-out .3s;
    }
    .lock-vehicle-banner-on {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    .lock-vehicle-banner::before {
        content: '';
        display: block;
        position: absolute;
        right: 12px;
        top: -9px;
        width: 20px;
        height: 20px;
        background-color: #008417;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        z-index: -1;
    }
}
@media screen and (min-width:1200px) {
    .lock-vehicle-banner {
        right: -160px;
        top: 2px;
        opacity: 0;
        -webkit-transform: translateX(20px);
                transform: translateX(20px);
    }
    .lock-vehicle-banner-on {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    .lock-vehicle-banner::before {
        left: -8px;
        right: unset;
        top: unset;
    }
}

/* Hide uninitialized Alpine.js elements */
[x-cloak] {
    display: none;
}

/* Small Slider */
.wysiwyg-section .slider-small {
    padding-left: 0;
    padding-right: 0;
}

.wysiwyg-section .slider-small li:before {
    display: none;
}

.wysiwyg-section .slider-small .slick-dots {
    padding-left: 15px;
}

.slider-small .slick-slide img {
    width: 100%;
}



/**
 * Print CSS
 */

@media print {

		/* Reset*/
		*,
		*:before,
		*:after {
				background: transparent !important;
				color: #000 !important;
				box-shadow: none !important;
				filter: none !important;
				-webkit-filter: none !important;
				text-shadow: none !important;
		}

		h2, h3 {
			 /* Avoid a paragraph being detached from the heading immediately preceding it */
				page-break-after: avoid;
		}

		figure, table {
				/* Avoid breaking figure or table into 2 pages */
				-webkit-column-break-inside: avoid;
				   -moz-column-break-inside: avoid;
				        break-inside: avoid;
				page-break-inside: avoid;
		}

		p {
				/* Prevent single line at the end of a page and a single line at the top the next page */
				orphans: 2;
				widows: 2;
		}


		/* Grid Styling */

		.container { width: auto; }

		.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }

		.col-sm-12 { width: 100%; }
		.col-sm-11 { width: 91.66666666666666%; }
		.col-sm-10 { width: 83.33333333333334%; }
		.col-sm-9 { width: 75%; }
		.col-sm-8 { width: 66.66666666666666%; }
		.col-sm-7 { width: 58.333333333333336%; }
		.col-sm-6 { width: 50%; }
		.col-sm-5 { width: 41.66666666666667%; }
		.col-sm-4 { width: 33.33333333333333%; }
		.col-sm-3 { width: 25%; }
		.col-sm-2 { width: 16.666666666666664%; }
		.col-sm-1 { width: 8.333333333333332%; }


		/* Slick Slider - remove if not using slick slider */

	.slick-slider .slick-arrow,
	.slick-slider .slick-dots {
		display: none !important; /* we usually don't need to show slider navigation for print */

	}


	/* For sliders you want to display full width for print.
		 Update ".slick-slider" with your specific slider names. */
	.slick-slider,
	.slick-sliderg .slick-list,
	.slick-slider .slick-track,
	.slick-slider .slick-slide {
		width: 100% !important;
		height: auto !important;
	}

	/* For sliders where you only want to show the 1st image of that slider.
		 Update ".slick-slider" with your specific slider names. */
		.slick-slider .slick-slide 				{ display: none !important; }
	.slick-slider .slick-slide.slick-active { display: block !important; }

	/* Show Only Active Thumbnails */
	.slick-slider .slick-cloned {
		display: none;
	}

		/* Reset adaptiveHeight */
		.slick-list {
				height: auto !important;
		}

	 /* Remove Scrollbars */
		.slick-track {
				width: auto !important;
				height: auto !important;
				-webkit-transform: none !important;
				        transform: none !important;
		}

	.slick-track.slick-slide {
				width: auto !important;
		}


	.page-footer,
	.subscribe,
	.page-header,
	.copyright,
	.single-blog-sidebar,
	.navbar-fixed.sticky-header,
	.blog-share-print-area,
	.comment-wrapper{ display: none; }

    .tab-content,
    .tab-content.active { display: block !important; }

    .product-page-main-img {
        max-width: 600px;
    }

    .tab-content {
        margin-top: 0;
    }

    .review {
        border: 1px solid #e1e1e1;
    }

    .review__header .review-star {
        font-size: 18px;
    }

    .product-page-thumbs {
        margin-bottom: 0;
    }

    .product-page-bottom {
        margin-top: 70px;
    }

	.inner-banner-text h1,
	.inner-banner-text h4,
	.inner-banner-text p { color: #fff !important; }

	.inner-banner { height: 400px !important; }


    /* deskop view */

     @page {
        size: 330mm 427mm;
        margin: 14mm;
      }

      .container {
        width: 1170px;
      }

}

/*------------------------------------*\
		Trumps
\*------------------------------------*/


/* Normal */
.section-margins {
    margin-top: 97px;
    margin-bottom: 97px;
}

/* Small */
.section-margins-sm {
    margin-top: 65px;
    margin-bottom: 65px;
}

.section-margin-top { margin-top: 97px; }

.section-margin-bottom { margin-bottom: 97px; }

.section-margin-top-sm { margin-top: 65px; }

.section-margin-bottom-sm { margin-bottom: 65px; }


@media (max-width: 1024px) {
    .section-margins {
        margin-top: 64px;
        margin-bottom: 64px;
    }

    /* Small */
    .section-margins-sm {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .section-margin-top { margin-top: 64px; }

    .section-margin-bottom { margin-bottom: 64px; }

    .section-margin-top-sm { margin-top: 35px; }

    .section-margin-bottom-sm { margin-bottom: 35px; }
}


@-ms-viewport { width: device-width; }


/**
 * Images
 */

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}


/**
 * Visiblity
 */

.show { display: block !important; }

.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg { display: none !important; }

.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }

@media (max-width: 599px) {
		.visible-xxs      { display: block !important; }
		table.visible-xxs { display: table; }
		tr.visible-xxs    { display: table-row !important; }
		th.visible-xxs,
		td.visible-xxs    { display: table-cell !important; }

		.visible-xxs-block        { display: block !important; }
		.visible-xxs-inline       { display: inline !important; }
		.visible-xxs-inline-block { display: inline-block !important; }
}


@media (min-width: 600px) and (max-width: 767px) {
		.visible-xs      { display: block !important; }
		table.visible-xs { display: table; }
		tr.visible-xs    { display: table-row !important; }
		th.visible-xs,
		td.visible-xs    { display: table-cell !important; }

		.visible-xs-block        { display: block !important; }
		.visible-xs-inline       { display: inline !important; }
		.visible-xs-inline-block { display: inline-block !important; }
}

@media (min-width: 768px) and (max-width: 1024px) {
		.visible-sm      { display: block !important; }
		table.visible-sm { display: table; }
		tr.visible-sm    { display: table-row !important; }
		th.visible-sm,
		td.visible-sm    { display: table-cell !important; }

		.visible-sm-block        { display: block !important; }
		.visible-sm-inline       { display: inline !important; }
		.visible-sm-inline-block { display: inline-block !important; }
}

@media (min-width: 1025px) and (max-width: 1199px) {
		.visible-md      { display: block !important; }
		table.visible-md { display: table; }
		tr.visible-md    { display: table-row !important; }
		th.visible-md,
		td.visible-md    { display: table-cell !important; }

		.visible-md-block        { display: block !important; }
		.visible-md-inline       { display: inline !important; }
		.visible-md-inline-block { display: inline-block !important; }
}

@media (min-width: 1200px) {
		.visible-lg      { display: block !important; }
		table.visible-lg { display: table; }
		tr.visible-lg    {  display: table-row !important; }
		th.visible-lg,
		td.visible-lg    { display: table-cell !important; }

		.visible-lg-block        { display: block !important; }
		.visible-lg-inline       { display: inline !important; }
		.visible-lg-inline-block { display: inline-block !important; }
}


/**
 * Hiding
 */

.hide,
.hidden-xxs-up { display: none !important; }
.hidden       { display: none !important; visibility: hidden !important; }
.invisible    { visibility: hidden !important; }
.text-hide    {
		font: 0/0 a;
		color: transparent;
		text-shadow: none;
		background-color: transparent;
		border: 0;
}

@media (max-width: 599px) {
		.hidden-xxs { display: none !important; }
}

		@media (min-width: 600px) {
			.hidden-xs-up { display: none !important; }
		}

@media (min-width: 600px) and (max-width: 767px) {
		.hidden-xs { display: none !important; }
}

		@media (max-width: 767px) {
			.hidden-xs-down { display: none !important; }
		}

		@media (min-width: 768px) {
			.hidden-sm-up { display: none !important; }
		}

@media (min-width: 768px) and (max-width: 1024px) {
		.hidden-sm { display: none !important; }
}

		@media (max-width: 1024px) {
			.hidden-sm-down { display: none !important; }
		}

		@media (min-width: 1025px) {
			.hidden-md-up { display: none !important; }
		}

@media (min-width: 1025px) and (max-width: 1199px) {
		.hidden-md { display: none !important; }
}

		@media (max-width: 1199px) {
			.hidden-md-down { display: none !important; }
		}

@media (min-width: 1200px) {
		.hidden-lg { display: none !important; }
}




/**
 * Screen Readers
 */

.sr-only {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
		position: static;
		width: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		clip: auto;
}


/**
 * Print
 */

.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block { display: none !important; }

@media print {
		.visible-print      { display: block !important; }
		table.visible-print { display: table; }
		tr.visible-print    { display: table-row !important; }
		th.visible-print,
		td.visible-print    { display: table-cell !important; }

		.visible-print-block        { display: block !important; }
		.visible-print-inline       { display: inline !important; }
		.visible-print-inline-block { display: inline-block !important; }

		.hidden-print { display: none !important; }
}


/**
 * Text alignment
 */

.text-left     { text-align:left  !important; }
.text-center   { text-align:center!important; }
.text-right    { text-align:right !important; }


/**
 * Positioning
 */

.affix-top    { position: fixed!important; top:    0!important; }
.affix-bottom { position: fixed!important; bottom: 0!important; }
.affix-left   { position: fixed!important; left:   0!important; }
.affix-right  { position: fixed!important; right:  0!important; }

.pull-right { float: right!important; }
.pull-left  { float: left !important; }

.center-block {
		display: block;
		margin-left: auto;
		margin-right: auto;
}

/**
 * Suggestion for search products
 */
.paging-didyoumean {
	margin-top: .5rem;
	display: flex;
	align-items: center;
	gap: .5rem;
}

.dym-label {
	opacity: .8;
}

.dym-chip {
	border: 1px solid #ddd;
	border-radius: 999px;
	padding: .25rem .6rem;
	background: #fff;
	cursor: pointer;
	line-height: 1.2;
}

.dym-chip:hover {
	background: #f7f7f7;
}

/* TODO: Update pushes, flushes, softs, and hards to match your vertical rhythm */

/**
 * Add/remove margins
 */

.push          { margin:       30px!important; }
.push-top      { margin-top:   30px!important; }
.push-right    { margin-right: 30px!important; }
.push-bottom   { margin-bottom:30px!important; }
.push-left     { margin-left:  30px!important; }
.push-ends     { margin-top:   30px!important; margin-bottom:30px!important; }
.push-sides    { margin-right: 30px!important; margin-left:  30px!important; }

.push-half         { margin:       15px!important; }
.push-half-top     { margin-top:   15px!important; }
.push-half-right   { margin-right: 15px!important; }
.push-half-bottom  { margin-bottom:15px!important; }
.push-half-left    { margin-left:  15px!important; }
.push-half-ends    { margin-top:   15px!important; margin-bottom:15px!important; }
.push-half-sides   { margin-right: 15px!important; margin-left:  15px!important; }

.flush         { margin:       0!important; }
.flush-top     { margin-top:   0!important; }
.flush-right   { margin-right: 0!important; }
.flush-bottom  { margin-bottom:0!important; }
.flush-left    { margin-left:  0!important; }
.flush-ends    { margin-top:   0!important; margin-bottom:0!important; }
.flush-sides   { margin-right: 0!important; margin-left:  0!important; }


/**
 * Add/remove paddings
 */
.soft          { padding:       30px!important; }
.soft-top      { padding-top:   30px!important; }
.soft-right    { padding-right: 30px!important; }
.soft-bottom   { padding-bottom:30px!important; }
.soft-left     { padding-left:  30px!important; }
.soft-ends     { padding-top:   30px!important; padding-bottom:30px!important; }
.soft-sides    { padding-right: 30px!important; padding-left:  30px!important; }

.soft-half          { padding:       15px!important; }
.soft-half-top      { padding-top:   15px!important; }
.soft-half-right    { padding-right: 15px!important; }
.soft-half-bottom   { padding-bottom:15px!important; }
.soft-half-left     { padding-left:  15px!important; }
.soft-half-ends     { padding-top:   15px!important; padding-bottom:15px!important; }
.soft-half-sides    { padding-right: 15px!important; padding-left:  15px!important; }

.hard          { padding:       0!important; }
.hard-top      { padding-top:   0!important; }
.hard-right    { padding-right: 0!important; }
.hard-bottom   { padding-bottom:0!important; }
.hard-left     { padding-left:  0!important; }
.hard-ends     { padding-top:   0!important; padding-bottom:0!important; }
.hard-sides    { padding-right: 0!important; padding-left:  0!important; }
