@import url('https://fonts.googleapis.com/css?family=Didact+Gothic');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Archivo+Black');

/*
        Theme Name: News Pro
        Theme URI: http://my.studiopress.com/themes/news/
        Description: When you have readers and customers who are always hungry for more, deliver it in style with the publishing powerhouse News theme.
        Author: StudioPress
        Author URI: http://www.studiopress.com/
        Version: 3.2.2

        Tags: one-column, two-columns, three-columns, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

        Template: genesis
        Template Version: 2.1

        License: GPL-2.0+
        License URI: http://www.opensource.org/licenses/gpl-license.php

        Text Domain: news-pro
*/

/* Table of Contents
        - HTML5 Reset
                - Baseline Normalize
                - Box Sizing
                - Float Clearing
        - Defaults
                - Typographical Elements
                - Headings
                - Objects
                - Gallery
                - Forms
                - Tables
                - Screen Reader Text
        - Structure and Layout
                - Site Containers
                - Column Widths and Positions
                - Column Classes
        - Common Classes
                - WordPress
                - Genesis
                - Titles
        - Widgets
                - Featured Content
        - Plugins
                - Genesis eNews Extended
                - Genesis Latest Tweets
                - Genesis Responsive Slider
                - Genesis Tabs
                - Jetpack
                - Simple Social Icons
        - Skip Links
        - Site Header
                - Title Area
                - Widget Area
        - Site Navigation
                - Header Navigation
                - Primary Navigation
                - Secondary Navigation
                - Accessible Menu
        - Content Area
                - Home Page
                - Entries
                - Pagination
                - Comments
        - Sidebars
        - Footer Widgets
        - Site Footer
        - Theme Colors
                - News Pro Blue
                - News Pro Green
                - News Pro Pink
                - News Pro Orange
        - Media Queries
                - max-width: 1188px
                - max-width: 1023px
                - max-width: 600px
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

/*
Dark blue color code - #012652
Orange Color code - #ef7826
*/
html{
    font-family:sans-serif;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}
body{
    margin:0
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{
    display:block
}
audio,canvas,progress,video{
    display:inline-block
}
audio:not([controls]){
    display:none;
    height:0
}
progress{
    vertical-align:baseline
}
template,[hidden]{
    display:none
}
a{
    background-color:transparent;
    -webkit-text-decoration-skip:objects
}
a:active,a:hover{
    outline-width:0
}
abbr[title]{
    border-bottom:none;
    text-decoration:underline;
    text-decoration:underline dotted
}
b,strong{
    font-weight:inherit
}
b,strong{
    font-weight:bolder
}
dfn{
    font-style:italic
}
h1{
    font-size:2em;
    margin:0.67em 0
}
mark{
    background-color:#ff0;
    color:#000
}
small{
    font-size:80%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sub{
    bottom:-0.25em
}
sup{
    top:-0.5em
}
img{
    border-style:none
}
svg:not(:root){
    overflow:hidden
}
code,kbd,pre,samp{
    font-family:monospace, monospace;
    font-size:1em
}
figure{
    margin:1em 40px
}
hr{
    box-sizing:content-box;
    height:0;
    overflow:visible
}
button,input,optgroup,select,textarea{
    font:inherit;
    margin:0
}
optgroup{
    font-weight:bold
}
button,input{
    overflow:visible
}
button,select{
    text-transform:none
}
button,html [type="button"],[type="reset"],[type="submit"]{
    -webkit-appearance:button
}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{
    border-style:none;
    padding:0
}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{
    outline:1px dotted ButtonText
}
fieldset{
    border:1px solid #c0c0c0;
    margin:0 2px;
    padding:0.35em 0.625em 0.75em
}
legend{
    box-sizing:border-box;
    color:inherit;
    display:table;
    max-width:100%;
    padding:0;
    white-space:normal
}
textarea{
    overflow:auto
}
[type="checkbox"],[type="radio"]{
    box-sizing:border-box;
    padding:0
}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{
    height:auto
}
[type="search"]{
    -webkit-appearance:textfield;
    outline-offset:-2px
}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-input-placeholder{
    color:inherit;
    opacity:0.54
}
::-webkit-file-upload-button{
    -webkit-appearance:button;
    font:inherit
}

/* Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.6rem;
}

body {
    background-color: #f6f5f2;
    color: #666;
    font-family: 'Open Sans','Raleway', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #000;
    color: #fff;
}

::selection {
    background-color: #000;
    color: #fff;
}

a {
    /*color: #ff0000;*/
    text-decoration: none;
}

a img {
    margin-bottom: -4px;
}

a:focus,
a:hover {
    color: #000;
}

p {
    margin: 0 0 24px;
    padding: 0;
}

strong {
    font-weight: 700;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

mark {
    background: #ddd;
    color: #000;
}

blockquote,
blockquote::before {
    color: #999;
}

blockquote {
    margin: 40px 40px 24px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

cite {
    font-style: normal;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-bottom: 1px solid #e3e3e3;
    clear: left;
    margin: 0 0 40px;
    padding-top: 20px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #012652;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 16px;
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
    text-transform: uppercase;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
    text-transform: uppercase;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
    text-transform: uppercase;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
    /* text-transform: uppercase; */
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}

h2#wdt-table-title-1 {
    display: none;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
    margin-bottom: 28px;
}

.gallery-item {
    float: left;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery .gallery-item img {
    border: none;
    height: auto;
    margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    box-shadow: 1px 1px 3px #eee inset;
    color: #999;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 16px;
    width: 100%;
}

input[type="checkbox"],
input[type="radio"],
input[type="image"] {
    width: auto;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
    background-color: #000;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    padding: 16px;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
}

button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.entry-content .button:focus,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
    background-color: #ff0000;
    color: #fff;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
    padding: 8px 12px;
}

.button {
    display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #ddd;
    border-width: 0;
    color: #565656;
    cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
    margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse !important;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 25px;
    width: 100%;
    border-color: #ccc;
}

tbody {
    border-bottom: 1px solid #ddd;
}

th {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background-color: #012652;
    color: #fff;
    padding: 8px 5px;
    font-size: 15px;
}

td {
    text-align: left;
    color: #012652;
    background: #fff;
    padding: 5px;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
    clip: auto !important;
    display: block;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    padding: 20px 23px;
    text-decoration: none;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}

.screen-reader-shortcut:focus,
.screen-reader-text:focus {
    background-color: #fff;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container-wrap {
/*     background-color: #fff7dd; */
    border: 1px solid #e3e3e3;
    /* margin: 60px auto; */
    /* max-width: 1140px; */
}

.news-pro-landing .site-container-wrap {
    /* max-width: 960px; */
}
.news-pro-landing.ff .site-container-wrap {
    /* max-width: 1140px; */
}

.site-inner {
    clear: both;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 960px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* Content */

.content {
    float: right;
    width: 778px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content {
    border-right: 1px solid #e3e3e3;
    float: left;
}

.sidebar-content-sidebar .content {
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    float: left;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
    border-left: 1px solid #e3e3e3;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 600px;
}

.full-width-content .content {
    width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 359px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

.sidebar-sidebar-content .sidebar-primary {
    border-left: 1px solid #e3e3e3;
}

.content-sidebar-sidebar .sidebar-primary {
    border-right: 1px solid #e3e3e3;
}

/* Secondary Sidebar */

.sidebar-secondary {
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    width: 177px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}


/* Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}


/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.alignleft .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.search-form {
    overflow: hidden;
    position: relative;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

a.alignnone,
img.alignnone {
    margin-bottom: 20px;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.alignnone {
    display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 16px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 16px;
}

.entry-content .wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
    margin: 0 0 10px;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin: 0 0 28px;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    background-color: #f3f3f3;
    border-bottom: 1px solid #e3e3e3;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    padding: 20px;
    text-transform: uppercase;
}

.archive-description,
.author-box {
    background-color: #f3f3f3;
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
    overflow: hidden;
    padding: 20px;
}

.archive-title + p {
    margin-top: 24px;
}

.author-box-title {
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 4px;
}

.author-box p {
    margin-bottom: 0;
}

.author-box .avatar {
    margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
    color: #000;
}

.entry-title a:focus,
.entry-title a:hover {
    color: #ff0000;
}

.widget-title {
    border-top: 3px solid #000;
    border-bottom: 1px solid #e3e3e3;
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 24px;
    padding: 16px;
    text-align: center;
    text-transform: uppercase;
}

.archive-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0;
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;
}

.ad {
    margin: 0 4px;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
    margin-bottom: 20px;
    padding: 0;
}

.featured-content .entry-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
}

.featured-content p {
    margin-bottom: 20px;
}


/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
    margin-bottom: 16px;
}

.enews-widget input:focus {
    border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
    background-color: #ff0000;
    color: #fff;
    margin: 0;
    width: 100%;
}

.enews-widget input:focus[type="submit"],
.enews-widget input:hover[type="submit"] {
    background-color: #f5f5f5;
    color: #000;
}

.enews form + p {
    margin-top: 20px;
}

.sidebar .widget.enews-widget {
    background-color: #000;
    color: #999;
}

.sidebar .enews-widget .widget-title {
    color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
    margin-bottom: 16px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.news-pro-home .content #genesis-responsive-slider,
.news-pro-home .content .genesis_responsive_slider li {
    border: none;
}

.news-pro-home .content .genesis_responsive_slider li:before {
    content: "";
    margin: 0;
}

.news-pro-home .content .genesis_responsive_slider .slide-excerpt,
.news-pro-home .content .genesis_responsive_slider .slide-excerpt-border  {
    background: transparent;
    border: none;
    margin: 0;
}

.news-pro-home .content .genesis_responsive_slider .slide-excerpt {
    padding: 24px;
}

.news-pro-home .content #genesis-responsive-slider,
.news-pro-home .content .genesis_responsive_slider .slides li,
.news-pro-home .content .genesis_responsive_slider .flex-direction-nav li {
    margin: 0;
    padding: 0;
}

.news-pro-home .content .genesis_responsive_slider .flex-control-nav {
    line-height: 1;
    margin-top: -30px;
}

.news-pro-home .content .genesis_responsive_slider .flex-control-nav li {
    margin-bottom: 0;
    padding-bottom: 0;
}

.news-pro-home .content .genesis_responsive_slider .flex-direction-nav li a {
    -webkit-transition: none;
    -moz-transition:    none;
    -ms-transition:     none;
    -o-transition:      none;
    transition:         none;
}

.news-pro-home .content .genesis_responsive_slider h2 a {
    background: rgba( 0, 0, 0, 0.8 );
    color: #fff;
    display: inline-block;
    font-weight: 400;
    line-height: 1.2;
    padding: 16px;
    position: relative;
    z-index: 9;
}

.news-pro-home .content .genesis_responsive_slider a:focus,
.news-pro-home .content .genesis_responsive_slider a:hover {
    color: #fff;
}

.news-pro-home .content .genesis_responsive_slider p {
    background: rgba( 0, 0, 0, 0.8 );
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding: 12px 24px;
    position: relative;
    z-index: 9;
}

.news-pro-home .content .genesis_responsive_slider .flex-direction-nav li a {
    background: url(images/icon-direction-nav.png) no-repeat -50px 0;
    background-size: 100px 98px;
    height: 49px;
    outline: none;
    right: -25px;
    -webkit-transition: none;
    -moz-transition:    none;
    -ms-transition:     none;
    -o-transition:      none;
    transition:         none;
    width: 50px;
}

.news-pro-home .content .genesis_responsive_slider .flex-direction-nav li a:focus,
.news-pro-home .content .genesis_responsive_slider .flex-direction-nav li a:hover {
    background-position: -50px -49px;
}

.news-pro-home .content .genesis_responsive_slider .flex-direction-nav li a.prev {
    background-position: 0 0;
    bottom: 10px;
    left: auto;
    right: 62px;
    top: auto;
}

.news-pro-home .content #genesis-responsive-slider .flex-direction-nav li a.next {
    bottom: 10px;
    left: auto;
    right: 10px;
    top: auto;
}

.news-pro-home .content #genesis-responsive-slider .flex-direction-nav li a:focus.prev,
.news-pro-home .content #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
    background-position: 0 -49px;
}

/* Genesis Tabs
--------------------------------------------- */

.home-top .widget.ui-tabs .entry {
    background: none;
    border: none;
    color: #fff;
    margin: 0;
    overflow: hidden;
    padding: 0;
    min-height: 400px;
}

.home-top .widget.ui-tabs .entry h2 a {
    background: rgba( 0, 0, 0, 0.8 );
    display: inline-block;
    font-weight: 400;
    line-height: 1.2;
    padding: 16px;
    position: relative;
    z-index: 9;
}

.home-top .widget.ui-tabs .entry p {
    background: rgba( 0, 0, 0, 0.8 );
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 24px;
    padding: 12px 24px;
    position: relative;
    z-index: 9;
}

.home-top .widget.ui-tabs .entry h2 {
    margin: 0;
    padding: 24px 24px 8px;
}

.home-top .widget.ui-tabs {
    position: relative;
}

.home-top .ui-tabs ul.ui-tabs-nav {
    bottom: 40px;
    margin: 0 0 0 40px;
    position: absolute;
    right: 40px;
    z-index: 9;
}

.home-top .ui-tabs ul.ui-tabs-nav li {
    border: none;
    margin: 0;
}

.home-top .ui-tabs ul.ui-tabs-nav li::before {
    display: none;
}

.home-top .ui-tabs ul.ui-tabs-nav li a {
    background-color: #000;
    color: #fff;
    display: inline-block;
}

.home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a {
    background-color: #ff0000;
}

.home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:focus,
.home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover {
    background-color: #fff;
    color: #000;
}

.home-top .widget.ui-tabs img {
    position: absolute;
}

.home-top .widget.ui-tabs a {
    color: #fff;
}

.widget.ui-tabs ul.ui-tabs-nav li:before {
    content: "";
    margin: 0;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
    display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons ul li:before {
    display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}

/* Display outline on focus */
:focus {
    color: #333;
    outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    /* background-color: #fff; */
    /* border-bottom: 3px solid #000;*/
    width: 100%;
}

.site-header .wrap {
    padding: 20px 0 10px 0;
    margin: 0 auto;
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
    /* background: #fff; */
}

/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding-left: 0px;
    width: 30%;
    margin-bottom: 20px;
}

.site-title {
    font-weight: 700;
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
    color: #000;
}

.site-description {
    color: #999;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1;
    margin: 10px 0 0;
    text-transform: uppercase;
}

/* Full width header, no widgets */

.header-full-width .title-area {
    padding: 0 40px;
    text-align: center;
}

.header-full-width .title-area,
.header-full-width .site-title {
    width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
    display: block;
    text-indent: -9999px;

}

/* Logo, hide text */

.header-image .site-title a {
    background-position: top center !important;
    background-size: contain !important;
    float: left;
    min-height: 110px;
    width: 90%;
}


/* Widget Area
--------------------------------------------- */

.widget-area {
    word-wrap: break-word;
}

.site-header .widget-area {
    float: right;
    padding-right: 0px;
    text-align: center;
    width: 40%;
}

.site-header .widget-area li {
    list-style-type: none;
}

.site-header .search-form {
    float: none;
    margin: 10px auto 10px;
    width: 325px;
}


/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    color: #000;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
    margin-right: -5px;
}

.genesis-nav-menu a {
    border-right: 1px solid #e3e3e3;
    color: #000;
    display: block;
    padding: 20px 24px;
    position: relative;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
    background-color: #000;
    color: #fff;
}

.genesis-nav-menu > .menu-item > a {
    text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
    border-top: 1px solid #e3e3e3;
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition:    opacity .4s ease-in-out;
    -ms-transition:     opacity .4s ease-in-out;
    -o-transition:      opacity .4s ease-in-out;
    transition:         opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-top: none;
    padding: 12px 10px;
    position: relative;
    width: 200px;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a {
    background-color: #000;
    color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -44px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .right {
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 0;
    text-transform: uppercase;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
    border: none;
    border-left: 1px solid #e3e3e3;
    display: inline-block;
    padding: 20px 24px;
}

.genesis-nav-menu > .search {
    padding: 10px;
}

.genesis-nav-menu .search input[type="search"] {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 10px 16px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
    border: none;
}

.site-header .genesis-nav-menu .sub-menu a {
    border: 1px solid #e3e3e3;
    border-top: none;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    border-bottom: 1px solid #e3e3e3;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    border-bottom: 1px solid #e3e3e3;
    background-color: #012652;
}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
    display: none;
    visibility: hidden;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-top {
    background-color: #f3f3f3;
    border-bottom: 1px solid #e3e3e3;
    clear: both;
    padding: 20px 20px 0;
}

.home-top .featured-content .entry-title {
    font-size: 30px;
    font-size: 3rem;
}

.home-middle-left {
    border-right: 1px solid #e3e3e3;
    float: left;
    padding: 20px 20px 0;
    width: 100%;
}

.home-middle-right {
    float: right;
    padding: 20px 20px 0;
    width: 100%;
}

.home-bottom {
    border-top: 1px solid #e3e3e3;
    clear: both;
    padding: 20px 20px 0;
}

/* Entries
--------------------------------------------- */

.entry {
    border-bottom: 1px solid #e3e3e3;
    padding: 0;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
    margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
    margin-left: 40px;
}

.entry-content ol li {
    list-style-type: decimal;
}

.entry-content ul li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content .search-form {
    margin-bottom: 40px;
    width: 50%;
}

.entry-meta {
    color: #999;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
}

.entry-footer .entry-meta {
    border-top: 1px dotted #e3e3e3;
    margin: 0 -40px;
    padding: 32px 40px 8px;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
    display: block;
}

.after-entry {
    padding: 20px;
}

/* Entry Navigation
--------------------------------------------- */

.archive-pagination {
    clear: both;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 40px;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
    padding: 8px 12px;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: #ff0000;
    color: #fff;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.comment-respond {
    padding: 40px;
}

.entry-comments {
    border-bottom: 1px solid #e3e3e3;
    padding-right: 0;
}

.ping-list {
    margin-bottom: 40px;
}

.comment-content {
    clear: both;
}

.entry-comments .comment-author {
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
}

.entry-comments .comment-meta {
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.comment-list li,
.ping-list li {
    list-style-type: none;
    margin-top: 24px;
    padding: 32px;
}

.comment-list li li {
    margin-right: -32px;
}

li.comment {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-right: none;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 24px;
}

li.depth-2 {
    background-color: #fff;
}


/* Sidebars
---------------------------------------------------------------------------------------------------- */

.after-entry li,
.news-pro-home .content li,
.sidebar li {
    border-bottom: 1px dotted #e3e3e3;
    list-style-type: none;
    margin-bottom: 12px;
    padding-bottom: 12px;
    word-wrap: break-word;
}

.after-entry li::before,
.news-pro-home .content li::before,
.sidebar li::before {
    content: "\203a";
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 10px;
}

.after-entry li ul,
.news-pro-home .content li ul,
.sidebar li ul {
    border-top: 1px dotted #e3e3e3;
    margin-top: 12px;
    padding-top: 12px;
}

.after-entry ul > li:last-child,
.news-pro-home .content ul > li:last-child,
.sidebar ul > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.after-entry .widget,
.news-pro-home .content .widget {
    padding-bottom: 20px;
}

.sidebar .widget {
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px;
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    /* background-color: #fff; */
    color: #012652;
    clear: both;    
}
.footer-widgets a {
    color: #012652;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5,
.footer-widgets-6 {
    /* width: 160px; */
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
    margin-right: 20px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
    float: left;
}

.footer-widgets-6 {
    float: right;
}

.footer-widgets a {
    /* color: #fff; */
}

.footer-widgets a:focus,
.footer-widgets a:hover {
    color: #012652;
}

.footer-widgets .widget {
    /* margin-bottom: 24px; */
}

.footer-widgets .widget-title {
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 0;
    margin-bottom: 16px;
    text-align: left;

}

.footer-widgets li {
    list-style-type: none;
    margin-bottom: 6px;
    word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
    border: 1px solid #ddd;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #000;
    border-top: 1px solid #333;
    color: #999;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 13px 0;
    text-align: center;
}

.site-footer a {
    color: #aaa;
}

.site-footer a:focus,
.site-footer a:hover {
    color: #ff0000;
}

.site-footer p {
    margin-bottom: 0;
}

.single-post .entry-footer {
	display: none;
}
.n_menu_btm {
    padding-bottom: 18px;
    max-width: 1000px;
    margin: 0 auto !important;
}
.flag_main_text {
    font-family:'Open Sans';
    font-size: 17px;
    font-weight:bold;
    position: relative;
}
.n_menu_btm_1 {
    border-right: 1px solid #ccc;
}
.n_menu_btm_3 {
    border-left: 1px solid #ccc;
}
.n_table_row {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.n_table_row table {
    border: none;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    overflow: clip;
    margin-bottom: 20px;
    background: #fff;
}
.img_sec {
    padding: 10px;
    line-height: 0px;
    height: 163px;
    vertical-align: middle !important;
}
.img_sec img {
    padding: 0px;
    float: left;
}
.bilks_tablres img{
    height: auto;
}
.text-center{
    text-align: center
}
.bg-white{
    background: white
}
.n_table_row table .reds td {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
    height: 56px;
    vertical-align: middle;
}
.n_table_row table .reds td a {
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
ul.anc-cl_blists li.anc-cl_hidden {
    display: none !important;
}
ul.anc-cl_blists li.anc-cl_more a {
    font-style: italic;
    font-weight: 700;
}
button.anc-cl_viewall {
    display: block;
    margin: 0 auto 10px auto;
    padding: 6px 12px;
    border: 1px solid #ef7826;
    border-radius: 4px;
    background: #fff;
    color: #ef7826;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
}
.h_btm_content {
    margin-top: 20px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.n_himage {
    width: calc(30% - 30px);
}
.n_hright {
    width: 70%;
}
.n_hright h1 {
    text-transform: uppercase;
    color: #012652
}
.n_hright p {
    margin-bottom: 15px;
}
.n_hright h5 {
    color: #ef7826;
}
.site-footer .wrap {
    display: flex;
    justify-content: space-between;    
}
.footer-widgets .wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 20px;
    max-width: 1300px;
    margin: 0 auto;
}
.footer-widget-area .textwidget {
    font-weight: bold;
}
.footer-widgets-3 {
    text-align: center;
    margin-left: auto;
}
.company_footer_in {
    position: relative;
    padding-left: 40px;
}
.company_footer_in:before {
    background-image: url(images/footer_icons.png);
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 110px;
    top: 0;
    left: 0;
    background-position: -1px -22px;
}
.company_footer_in_2:before {
    background-position: -25px -21px;
}
.company_footer_in_3:before {
    background-position: -49px -22px;
}
.company_footer_in_4:before {
    background-position: -75px -22px;
}
.footer-widgets-2 {
    margin-left: 30px;
    border-left: 1px solid #ccc;
    padding-left: 50px;
}
.entry-header {
    margin-top: 20px;
}
.cart_loader {
    border: none;
    height: 20px;
    margin: 0px auto;
    text-align: center;
    display: none;
}
.fancybox-container {
    z-index: 999999;
}
/**
Assortment page style start
*/
.asso_5_boxes_cvr {
    margin: 20px auto;
    border: 2px solid #e8e8e8;
    border-radius: 5px;
    background: #fff;
    padding: 20px 0;
}
.asso_5_boxes {
    display: flex;    
    padding-top: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.asso_5_boxes > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #012652;
    border-right: 1px solid #e8e8e8;
    padding: 0 20px;
    gap: 15px;
    width: calc(100% / 6);
}
.asso_5_boxes h6 {
    margin-bottom: 0;
}
.asso_5_boxes > div:last-child {
    border-right: none;
}
.asso_5_boxes img {
    max-width: 58px;
}
.asso_5_lbl {
    font-weight: normal;
    font-size: 14px;
}
.margin_h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.ass_top td {
    position: relative;
}
/**
Assortment page style end
*/

/**
Finish page style start
*/
.fin_single {
    background: #fff;
    padding: 12px 30px;
    display: flex;
    align-items: center;
    gap: 20px 40px;
    border: 2px solid #e8e8e8;
    border-radius: 5px;
    margin-bottom: 20px;
}
.fins_1 {
    width: 24%;
    border-right: 2px solid #e8e8e8;
    padding-right: 20px;
}
.fins_1 h5 {
    position: relative;
    margin-bottom: 27px;
}
.fins_1 h5:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 50px;
    background: #ef7826;
    left: 0;
    bottom: -12px;
}
.fins_1 p {
    color: #012652;
    font-weight: 400;
}
.fins_2 {
    width: 25%;
    text-align: center;
}
.fins_3 {
    width: 51%;
    color: #000;
}
.finishes_table {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
    line-height: 1.4;
}
.finishes_table th,
.finishes_table td {
    padding: 6px 8px;
}
.finishes_table .finishes_code_col {
    width: 12%;
}
.finishes_table .finishes_desc_col {
    width: 38%;
}
.finishes_table .finishes_empty_cell {
    background: #fff;
}
.finishes_table_mobile {
    display: none;
}
/**
Finish page style end
*/

/**
Ford Restoration Parts page style start
*/
.ford-restoration-parts {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px 40px 15px;
}
.ford-parts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.ford-parts-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 16px 18px;
    text-decoration: none;
    color: #012652;
    min-height: 96px;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.ford-parts-card:hover,
.ford-parts-card:focus {
    text-decoration: none;
    color: #012652;
    border-color: #d5d5d5;
    box-shadow: 0 4px 14px rgba(1, 38, 82, 0.08);
}
.ford-parts-card-icon {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ford-parts-card-icon img {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.ford-parts-card-text {
    flex: 1 1 auto;
    min-width: 0;
}
.ford-parts-card-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.25;
    margin-bottom: 4px;
}
.ford-parts-card-desc {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    color: #012652;
}
.ford-parts-card-arrow {
    flex: 0 0 18px;
    color: #ef7826;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
}
/**
Ford Restoration Parts page style end
*/

/**
Chrysler Radiator Caps page style start
*/
.transparent-table td {
    background: none;
    border: none;
}
h1.entry-title {
    margin-bottom: 30px !important;
}
.chrysler-cap-features { border-collapse: collapse; margin-top: 25px; margin-bottom: 25px;}
.chrysler-cap-features td { text-align: center; vertical-align: top; padding: 0 12px; border-right: 1px solid #ccc; }
.chrysler-cap-features td:last-child { border-right: none; }
.chrysler-cap-features img { display: block; margin: 0 auto 8px; height: 56px; width: auto; }
.chrysler-cap-features h6 { margin: 0; font-weight: 600; line-height: 1.3; }
.chrysler-cap-features tbody {
    border: none;
}
.border_none {
    border: none !important;
}
.mb-5 {
    margin-bottom: 50px;
}
.margin_auto {
    margin-left: auto;
    margin-right: auto;
}
.table_cvr {
    overflow: auto;
    max-width: 100%;
}
.nos_products_table {
    margin-top: 30px;
}
/**
Chrysler Radiator Caps page style end
*/

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

    .content #genesis-responsive-slider .flex-direction-nav li a {
        background-image: url(images/icon-direction-nav@2x.png);
    }

}

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

    .site-container-wrap {
        /* max-width: 960px; */
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 780px;
    }

    .content {
        width: 658px;
    }

    .site-header .widget-area {
        width: 620px;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 480px;
    }

    .sidebar-primary {
        width: 300px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4,
    .footer-widgets-5,
    .footer-widgets-6 {
        width: 130px;
    }

    .home-top .widget.ui-tabs img {
        max-width: 617px;
    }

    .home-top .widget.ui-tabs .entry {
        min-height: 334px;
    }

    .site-title {
        margin-top: 0;
    }

}

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

    .site-container-wrap {
        /* max-width:  780px;
        width: 96%; */
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .site-inner,
    .title-area,
    .wrap {
        width: 100%;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4,
    .footer-widgets-5,
    .footer-widgets-6 {
        margin: 0;
        width: 33.3333%;
    }

    .footer-widgets-4 {
        clear: both;
    }

    .site-header .title-area,
    .site-header .widget-area {
        padding: 0;
    }

    .site-header .title-area {
        padding-bottom: 16px;
    }

    .header-image .site-title a {
        background-position: top center !important;
    }

    .site-header .wrap {
        padding: 20px 0;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .home-top .widget.ui-tabs .entry h2,
    .site-description,
    .site-header .search-form,
    .site-header .title-area,
    .site-header .widget-area,
    .site-title {
        text-align: center;
    }

    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a {
        border: none;
        padding: 12px;
    }

    .site-container-wrap,
    .site-header .search-form {
        margin: 16px auto ;
    }

    .genesis-nav-menu li.right {
        display: none;
    }

    .content {
        border: none;
    }

    .site-footer {
        padding: 24px;
    }

    .home-top .widget.ui-tabs .entry {
        background-color: #000;
        padding-bottom: 20px;
    }

    .home-top .widget.ui-tabs img {
        display: block;
        max-width: 100%;
        position: relative;
        margin: 0 auto;
    }

    .home-top .ui-tabs ul.ui-tabs-nav {
        background-color: #000;
        bottom: auto;
        margin: 0;
        position: relative;
        right: auto;
    }

    .home-top .ui-tabs ul.ui-tabs-nav li,
    .home-top .widget.ui-tabs .entry p {
        margin: 0;
    }

    .home-top .widget.ui-tabs .entry h2 {
        padding: 0;
    }

    .content-sidebar .content,
    .content-sidebar-sidebar .content,
    .sidebar-sidebar-content .sidebar-primary {
        border: none;
    }

    /* Genesis Responsive Menus */
    .genesis-responsive-menu .wrap {
        padding: 0;
    }

    .genesis-responsive-menu {
        display: none;
        position: relative;
    }

    .genesis-skip-link .skip-link-hidden {
        display: none;
        visibility: hidden;
    }

    .menu-toggle,
    .sub-menu-toggle {
        background-color: transparent;
        border-width: 0;
        color: #000;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        visibility: visible;
    }

    .menu-toggle:focus,
    .menu-toggle:hover,
    .sub-menu-toggle:focus,
    .sub-menu-toggle:hover {
        background: transparent;
        border-width: 0;
        color: #ff0000;
    }

    .menu-toggle:focus,
    .sub-menu-toggle:focus {
        outline: 1px solid #ccc;
        outline-offset: -1px;
    }

    .menu-toggle {
        line-height: 20px;
        position: relative;
        z-index: 1000;
        width: 100%;
    }

    .menu-toggle::before {
        font-size: 1.5em;
        margin-right: 10px;
        text-rendering: auto;
    }

    .sub-menu-toggle {
        float: right;
        padding: 10px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }

    .sub-menu-toggle::before {
        display: inline-block;
        text-rendering: auto;
        -webkit-transform: rotate( 0 );
        -ms-transform:     rotate( 0 );
        transform:         rotate( 0 );
        -webkit-transition: transform .25s ease-in-out;
        -ms-transition:     transform .25s ease-in-out;
        transition:         transform .25s ease-in-out;
    }

    .sub-menu-toggle.activated::before {
        -webkit-transform: rotate( 180deg );
        -ms-transform:     rotate( 180deg );
        transform:         rotate( 180deg );
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        margin-right: 0;
        position: relative;
        text-align: left;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
    .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

    .genesis-responsive-menu .genesis-nav-menu a:focus,
    .genesis-responsive-menu .genesis-nav-menu a:hover,
    .genesis-responsive-menu .genesis-nav-menu .menu-item.current-menu-item > a {
        background: #fff;
        color: #ff0000;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item a {
        border: none;
        margin-bottom: 1px;
        padding: 15px 20px; /* 230309_changes */
        width: 100%;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        border: none;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
    .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }

    .genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
        content: none;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        padding-left: 15px;
        position: static;
        width: 100%;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }

}

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

    .five-sixths,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4,
    .footer-widgets-5,
    .footer-widgets-6,
    .four-sixths,
    .home-middle-left,
    .home-middle-right,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

    .content #genesis-responsive-slider .flex-direction-nav li .next,
    .content #genesis-responsive-slider .flex-direction-nav li .prev,
    .content .slide-excerpt {
        display: none;
    }

    .home-middle-left {
        border: none;
    }

    .header-image .site-header .site-title a {
        background-size: contain !important;
    }

    .entry-title {
        font-size: 26px;
        font-size: 2.6rem;
    }

}




/*kallol css 14.11.2018*/

.kit-overview > p {
    font-size: 15px;
    font-weight:400;
}


.kit-overview {
    max-height: none!important;
    overflow: hidden!important;
    /*  font-weight: 700;
  font-size: 19px;   */
}

.fastener-overview {
    max-height: none!important;
    overflow: hidden!important;

}

#menu-item-99 > a {
    background-color: #EB6205;
    color: #fff;
}

#menu-item-748 > a {
    background-color: #0066FF;
    color: #fff;
}


#menu-item-817 > a {
    background-color: #009600;
    color: #fff;
    margin-right:-1px
}


#menu-item-93 > a {
    background-color: #0066FF;
    color: #fff;
}

#menu-item-120 > a,#menu-item-2131 > a,#menu-item-2315 > a {
    background-color: #C71585;
    color: #fff;
}

#menu-item-177 > a {
    background-color: #C71585;
    color: #fff;
}


#menu-item-118 > a {
    background-color: #EC6404;
    color: #fff;
}

#menu-item-124 > a {
    background-color: #009600;
    color: #fff;
}

#menu-item-122 > a {
    background-color: #EC6404;
    color: #fff;
}

#menu-item-122 > a {
    border-right: none;
}


#menu-item-177 > a,.blog_menu > a {
    background-color: #009600 !important;
    color: #fff;
}

#menu-item-125 > a {
    background-color: #C71585;
    color: #fff;
}

#menu-item-767 > a {
    background-color: #C71585;
    color: #fff;
}
.finishes_menu > a {
    background-color: #558bca;
    color: #fff ;
}
@media only screen and (min-width: 1189px){
    .finishes_menu,.blog_menu,#menu-item-4962,#menu-item-99,#menu-item-748,#menu-item-817,#menu-item-93,#menu-item-120,#menu-item-2131,#menu-item-2315,#menu-item-177,#menu-item-118,#menu-item-124,#menu-item-122,#menu-item-177,#menu-item-767,#menu-item-125{
        text-align: center !important
    }
}

td {
    font-size: 14px!important;
}

/* td > p {
    margin-bottom: 0!important;
    text-align: left;
} */

body.custom-background {
    background-image: url()!important;
}

.slider_widths {
    width: 100%;
    margin: 0 auto 20px;
    background: #fff;
}

h2.heads {
    font-family: 'Didact Gothic', sans-serif;
    text-align: center!important;
    margin-bottom: 7px;
}


h2.heads.extra > span.blod {
    font-weight: 800;
}


h2.heads.extra {
    font-size: 45px!important;
}


p.text_cernterds {
    text-align: center;
    font-weight: 600;
    text-transform: inherit;
    margin-bottom: 0;
}

div.metaslider .theme-default .nivoSlider {
    margin: 0px 0;
}

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

    .genesis-nav-menu {
        background: #fff;
    }

    .genesis-nav-menu a {
        padding: 20px 31px;
    }

    .genesis-nav-menu a:last-child {
        border-right:none!important;
    }

}


@media only screen and (max-width: 1189px) and (min-width: 1024px) {
    /* 230309_changes */
    .genesis-nav-menu a {
        padding: 20px 11px;
    }

    .genesis-nav-menu {
        background: #daa020;
    }

}



h1.entry-title {
    text-align: center;
}

p.col_ops {
    text-align: center;
    margin-top: 15px;
}

p.reds_ps {
    color: #012652;
    font-size: 20px;
    font-weight:700;
}

p.blacks_ps {
    font-size:20px;
    font-weight:700;
}

p.p_as {
    margin: 10px 0;
    color: rgb(0, 0, 255);
}

p.p_as a {
    color: rgb(0, 0, 255);
    font-weight:600;
}

.metaslider .theme-default .nivoSlider img {
    border-top: 1px solid #d8d8d8;
}

#metaslider_216 {
    border-bottom: 1px solid #d8d8d8;
}


img.img-resp {
    width: 25px;
    padding-right: 5px;
}


ul.btns_uls {
    list-style-type: none!important;
    padding: 0;
    margin: 0px 0;
    padding-top: 10px
}

ul.btns_uls li {
    display:inline-table;
    margin:5px;
}
ul.btns_uls.ikits{
    width: 90%;
    float: none !important;
    margin: 0px auto;
    display: table
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
    background-color: #484747;
}

#metaslider_247 img {
    height:360px!important;
}

.metaslider .theme-default .nivoSlider img {
    height:113.5px!important;
}

font.fnts_fd p {
    display: none;
}

form.adds_caers input[type="Image"] {
    background: transparent;
    padding: 5px 5px;
    box-shadow: none;
    border: none;
}

input[type="Image"].no_css {
    background: transparent;
    padding: 0px 5px;
    box-shadow: none;
    border: none;
}

tbody.pads_tablesa tr td {
    padding:12px 5px;
}
p.col_ops.last_btns {
    text-align: right;
    width: 60%;
    margin: 0 auto;
}

button.masters_btnss:hover {
    background: #484747!important;
}
.masters_btnss a {
    color: #fff;
}
button.masters_btnss:disabled,
button.masters_btnss:disabled:hover {
    background: #484747 !important;
    color: #fff;
}


ul.btns_uls.i_kits_uls {
    float: left;
    width: 11%;
    text-align: left;
}

button.i_kts_btns {
    background: #c71585;
    padding: 18px;
    margin-top: 1px;
}
button.i_kts_btns:hover {
    background: #484747!important;
}

ul.btns_uls.cwented {
    text-align: center;
    margin-bottom: 0;
}
button.masters_btnss_ptints {
    background: #c71585;
}
button.masters_btnss_ptints:hover {
    background: #484747!important;
}

.full_length {
    width: 100%;
    float: left;
    padding: 0 20% 0 20%;
}

p.col_ops.seltds {
    width: 100%;
    float: left;
}

p.col_ops.last_btns button {
    padding:17px;
}

.whole_width {
    width:100%;
    float: left;
    padding: 0 5%;
}

/*ul.btns_uls.ikits li {width: 30%;}*/
ul.btns_uls.cwented{
    position: absolute;
    top: 1%;
    right: 3%;
}

.divs_parts {
    /*width: 40%;*/
    /*margin: 0 auto 20px;*/
    display: inline-block
}

/*#metaslider_852 img {height: 275px!important;}*/

/*#metaslider_931 img {height: 275px!important;}

#metaslider_942 img {height: 375px!important;}*/

.full_widthsd_df {
    width:100%;
    float:left;
    padding:0;
}

.center_blds {
    text-align:center;
    font-weight:600;
    font-size:16px;
    padding:5px 0;
}
.center_blds a{
    color: white
}
ul.anc-cl_blists {
    float: left;
    margin: 0;
    padding: 10px 20px 10px 50px;
    list-style-type: none !important;
    text-align: left;
    width: 100%;
    color: #012652;
}
ul.anc-cl_blists.halves {
    width: 50%;
}

ul.anc-cl_blists.fuls {
    width: 100%;
}

ul.anc-cl_blists.quaters {
    width: 33.3%;
}

ul.anc-cl_blists li {
    list-style-type: disc;
    line-height:1.2;
    padding-bottom: 6px;
    color: #012652;
}
a.an_blks {
    font-family: 'Open Sans';
    color: #012652;
    line-height: 0;
    font-size: 14px;
}
img.halfs_imgsd {
    width: 45%;
    padding: 5px 15px;
    margin: 0px auto;
}
ul.fond_parts_lists {
    list-style-type: none;
    margin: 0;
    text-align: center;
    padding: 0;
    width: 100%;
    float: left;
    padding: 5px 20px
}

li.list_fods_li {
    width: 33%;
    float: left;
    text-align: center;
    list-style-type: none!important;
    padding: 5px 10px;
}

button.masters_btnss_ptints.partsa {
    float: right;
    background: #009600;
    font-weight: 600;
}

tr.reds, tr.reds td {
    background: #012652;
    color: #fff;
}

tr.reds td p.center_blds {
    text-transform: uppercase;
}

ul.non_discd {
    margin: 0;
    line-height: 1;
    margin-top: 15px;
}

ul.non_discd li {
    list-style-type:none;
}


ul.non_discd li p {
    margin-bottom:15px;
}

ul.non_discd li p font {
    font-size:16px;
}

.non_respds {
    width: 100%;
    float: left;
    padding: 2px;
}

h1.entry-title {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 40px !important;
    text-transform: uppercase;
    color: #012652;
}

.slider_widths.smallss {
    display: none;
}

.datatable {
    width: 100%;
    overflow-x: auto;
}


button.masters_btnss_ptints.partsa.mids {
    float: none;
    margin-top: 20px;
    margin-bottom:20px;
}

.mid_sections_pages {
    width: 100%;
    float: left;
    padding: 5px 20px;
    text-align: center;
}

.metaslider .theme-default .nivoSlider#metaslider_22801 img {
    height: auto !important;
}

button.masters_btnss {
    min-width: 96px;
}

@media only screen and (max-width: 1200px) {
    #genesis-content .entry {
        padding: 40px 20px;
    }

    .full_widthsd_df {
        width:100%;
        overflow-x: auto;
        float:none!important;
        display:block!important;
    }
    table.bilks_tablres tbody.strippedsa tr td {
        /*padding: 5px!important;*/
        text-align:center;
    }
    img.halfs_imgsd.hlfs {
        width: 40%!important;
        padding: 0!important;
        margin:10px auto;
        text-align:center;
        display: block;
    }
    img.halfs_imgsd.fullsd {
        width: 100%!important;
        padding: 0!important;
        margin:auto;
        text-align:center;
    }
    img.halfs_imgsd.fullsd.excepts {
        width: 50%!important;
    }

}




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

    td.flags_tds {
        width: 29.3%!important;
        margin: 5px 0;
        padding:5px!important;
    }
    ul.anc-cl_blists.halves {
        width: 100%!important;
    }
    .center_blds {
        font-size:13.5px;
    }
    .slider_widths.smallss {
        display: block!important;
    }
    .slider_widths.largess{
        display:none!important;
    }
    .metaslider .theme-default .nivoSlider img {
        height: 90px!important;
    }
    .ikit_filters{
        display: block !important;
        margin-top: 20px
    }
    .ikit_filters > div{
        margin-bottom: 20px
    }
    .ikit_filters > div select{
        width: 50% !important
    }
}


@media only screen and (max-width: 1024px) {
    header.site-header .wrap {
        padding: 5px 0 0 0;
    }
    header.site-header .wrap .title-area {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}


#metaslider_852 img {
    border-top:none!important;
}

#metaslider_942 img  {
    border-top:none!important;
}

#metaslider_931 img {
    border-top:none!important;
}


#metaslider_1724 img {
    border-top:none!important;
    min-height:380px!important;
}

/* 230309_changes */
#metaslider_22796 img {
    border-top:none!important;
    min-height:709px!important;
}

#metaslider_1738 img {
    border-top:none!important;
    min-height:380px!important;
}

#metaslider_1742 img {
    border-top:none!important;
    min-height:380px!important;
}

#metaslider_1756 img {
    border-top:none!important;
    min-height:380px!important;
}


/*stral css start */

.bulk_listing_td{
    padding: 10px;
    text-align: center
}
.pagination
{
    font-size:12px;
    display:block;
    clear:both;
    padding: 3px 0 5px 5px;
}
.pagination .current{
    font-size: 16px;
    font-weight: bold
}
/*The section below styles the post page number links and visited links*/
.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:active {
    padding: 4px 8px !important;
    margin: 3px !important;
    text-decoration: none !important;
    border: 1px solid #C8C8C2 !important;
    background: #FCFCFC !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    color: #0088B3 !important;
}

/*The section below styles the post pagination link while hovering mouse over over it*/
.pagination a:hover {
    border: 1px solid #a7a7a3 !important;
    color: #fff !important;
    background: #0088B3 !important;
}

#tbl_bulk_listing thead{
    top:-1px !important
}

.leftjustify_Bulk_2nd_Products{
    text-align: left;
}

.post-1019 header h1{
    font-size: 22.5px !important;
    font-weight: 900 !important
}
#bulk_result1 tr td{
    font-family: 'Open Sans';
    color:#000;
    background: #fff;
    padding: 0px
}
#bulk_result1 tr th{
    font-family: 'Open Sans';
    color:#000;
    background: #EB6205;
    padding-top: 5px
}
#bulk_result1 tr th p{
    margin-bottom: 6px;
    margin-top: 6px;
}
#bulk_result1{
    margin: 0
}
.leftjustify{
    text-align: left;
    padding-left: 5px !important
}
.post-1854 header h1{
    font-size: 22.5px !important;
    font-weight: 900 !important
}

#bulk_result2 tr td{
    font-family: 'Open Sans';
    color:#000;
    background: #fff;
    padding: 0px;
    line-height: 1.2;
    padding-right: 2px;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 2px;
}
#bulk_result2 thead{
    top:-1px !important
}
.rightjustify_bulk_result2{
    text-align: right;
}

#bulk_result2 tr th{
    font-family: 'Open Sans';
    color:#000;
    background: #EB6205;
    padding-top: 5px
}
#bulk_result2 tr th p{
    margin-bottom: 10px
}
#bulk_result2{
    margin: 0
}
.subtitle{
    margin-top:5px;
    font-family: 'Archivo Black', sans-serif;
    font-weight: 800;
    font-size: 28px
}
#model{
    font-family: 'Open Sans'
}
.fontDidactGothic{
    font-family: 'Didact Gothic';
    font-weight: bold
}
.post-38{
    min-height: 800px
}
.post-38 .entry-title{
    font-weight: bold
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* 230309_changes */
    #metaslider_1724 img,#metaslider_22796 img, #metaslider_1738 img,#metaslider_1742 img,#metaslider_1756 img,#metaslider_852 img,#metaslider_931 img, #metaslider_942 img, #metaslider_852 img {
        border-top: none !important;
        min-height: 117px !important;
        width: auto !important;
    }
}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    /* 230309_changes */
    #metaslider_1724 img,  #metaslider_22796 img, #metaslider_1738 img,#metaslider_1742 img,#metaslider_1756 img,#metaslider_852 img,#metaslider_931 img, #metaslider_942 img, #metaslider_852 img {
        border-top: none !important;
        min-height: 195px !important;
        width: auto !important;
    }
}

@media only screen and (min-device-width: 568px) and (max-device-height: 320px){
    /* 230309_changes */
    #metaslider_1724 img,  #metaslider_22796 img, #metaslider_1738 img,#metaslider_1742 img,#metaslider_1756 img,#metaslider_852 img,#metaslider_931 img, #metaslider_942 img, #metaslider_852 img {
        border-top: none !important;
        min-height: 195px !important;
        width: auto !important;
    }
}

@media only screen and (min-device-width: 812px) and (max-device-height: 375px){
    /* 230309_changes */
    #metaslider_1724 img,#metaslider_22796 img, #metaslider_1738 img,#metaslider_1742 img,#metaslider_1756 img,#metaslider_852 img,#metaslider_931 img, #metaslider_942 img, #metaslider_852 img {
        border-top: none !important;
        min-height: 253px !important;
        width: auto !important;
    }
}

@media only screen and (min-device-width: 731px) and (max-device-height: 411px){
    /* 230309_changes */
    #metaslider_1724 img,#metaslider_22796 img, #metaslider_1738 img,#metaslider_1742 img,#metaslider_1756 img,#metaslider_852 img,#metaslider_931 img, #metaslider_942 img, #metaslider_852 img {
        border-top: none !important;
        min-height: 225px !important;
        width: auto !important;
    }
}

@media only screen and (min-device-width: 667px) and (max-device-height: 375px){
    /* 230309_changes */
    #metaslider_1724 img,#metaslider_22796 img, #metaslider_1738 img,#metaslider_1742 img,#metaslider_1756 img,#metaslider_852 img,#metaslider_931 img, #metaslider_942 img, #metaslider_852 img {
        border-top: none !important;
        min-height: 199px !important;
        width: auto !important;
    }
}
@media only screen and (min-device-width: 736px) and (max-device-height: 414px){
    /* 230309_changes */
    #metaslider_1724 img,#metaslider_22796 img,  #metaslider_1738 img,#metaslider_1742 img,#metaslider_1756 img,#metaslider_852 img,#metaslider_931 img, #metaslider_942 img, #metaslider_852 img {
        border-top: none !important;
        min-height: 226px !important;
        width: auto !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-height: 1024px){
    /* 230309_changes */
    #metaslider_1724 img,#metaslider_22796 img,  #metaslider_1738 img,#metaslider_1742 img,#metaslider_1756 img,#metaslider_852 img,#metaslider_931 img, #metaslider_942 img, #metaslider_852 img {
        border-top: none !important;
        min-height: 253px !important;
        width: auto !important;
    }
}


@media only screen and (min-device-width: 1024px) and (max-device-height: 768px){
    /* 230309_changes */
    #metaslider_1724 img,#metaslider_22796 img, #metaslider_1738 img,#metaslider_1742 img,#metaslider_1756 img,#metaslider_852 img,#metaslider_931 img, #metaslider_942 img, #metaslider_852 img {
        border-top: none !important;
        min-height: 319px !important;
        width: auto !important;
    }
}

@media only screen and (min-device-width: 1036px) and (max-device-height: 1024px){
    /* 230309_changes */
    #metaslider_1724 img ,#metaslider_22796 img, #metaslider_1738 img,#metaslider_1742 img,#metaslider_1756 img,#metaslider_852 img,#metaslider_931 img, #metaslider_942 img, #metaslider_852 img {
        border-top: none !important;
        min-height: 351px !important;
        width: auto !important;
    }
}


@media screen and (min-width: 1400px) {
    #metaslider_852 img,#metaslider_931 img, #metaslider_942 img, #metaslider_852 img {

        border-top: none !important;
        min-height: 351px !important;
        width: auto !important;
    }
}
@media screen and (min-width: 1600px) {
    #metaslider_852 img,#metaslider_931 img, #metaslider_942 img, #metaslider_852 img {

        border-top: none !important;
        min-height: 351px !important;
        width: auto !important;
    }
}
@media screen and (min-width: 1900px) {

    #metaslider_852 img,#metaslider_931 img, #metaslider_942 img, #metaslider_852 img {

        border-top: none !important;
        min-height: 351px !important;
        width: auto !important;
    }

}

.style3 {
    border-left: 1px solid #C0C0C0;
    border-right-style: solid;
    border-right-width: 1px;
    border-top: 1px solid #C0C0C0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.productNotAvailable{

    color: red;
    /*float: left;*/
    margin: 0px auto;
    display: table;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Open Sans';
    text-align: center
}
.fancybox-toolbar{
    z-index: 1000000000
}



#Chrysler_Master_Products tr td{
    font-family: 'Open Sans';
    color:#000;
    background: #fff;
    padding: 0px;
    padding-left: 5px
}
#Chrysler_Master_Products tr th{
    font-family: 'Open Sans';
    color:#000;
    background: #FFE489;
    padding-top: 5px
}
#Chrysler_Master_Products tr th p{
    margin-bottom: 10px
}
#Chrysler_Master_Products{
    margin: 0
}
.Chrysler_Master_Products_td{
    padding: 10px;
    text-align: center
}
.leftjustify_Chrysler_Master_Products{
    text-align: left;
}
.rightjustify_Chrysler_Master_Products{
    text-align: right;
}
.fontDidactGothic{
    font-family: 'Didact Gothic';
    font-weight: bold
}
.post-40{
    min-height: 800px
}
.post-40 .entry-title{
    font-weight: bold
}
#Chrysler_Master_Products tr td{
    line-height: 1.2;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right:2px
}

#Ford_Master_Products tr td{
    font-family: 'Open Sans';
    color:#000;
    background: #fff;
    padding: 0px;
    padding-left: 5px
}
#Ford_Master_Products tr th{
    font-family: 'Open Sans';
    color:#000;
    background: #FFE489;
    padding-top: 5px
}
#Ford_Master_Products tr th p{
    margin-bottom: 10px
}
#Ford_Master_Products{
    margin: 0
}
.Ford_Master_Products_td{
    padding: 10px;
    text-align: center
}
.leftjustify_Ford_Master_Products{
    text-align: left;
}
.rightjustify_Ford_Master_Products{
    text-align: right;
}
.fontDidactGothic{
    font-family: 'Didact Gothic';
    font-weight: bold
}
.post-40{
    min-height: 800px
}
.post-40 .entry-title{
    font-weight: bold
}
#Ford_Master_Products tr td{
    line-height: 1.2;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right:2px
}


#Pontiac_Master_Products tr td{
    font-family: 'Open Sans';
    color:#000;
    background: #fff;
    padding: 0px;
    padding-left: 5px
}
#Pontiac_Master_Products tr th{
    font-family: 'Open Sans';
    color:#000;
    background: #FFE489;
    padding-top: 5px
}
#Pontiac_Master_Products tr th p{
    margin-bottom: 10px
}
#Pontiac_Master_Products{
    margin: 0
}
.Pontiac_Master_Products_td{
    padding: 10px;
    text-align: center
}
.leftjustify_Pontiac_Master_Products{
    text-align: left;
}
.rightjustify_Pontiac_Master_Products{
    text-align: right;
}
.fontDidactGothic{
    font-family: 'Didact Gothic';
    font-weight: bold
}
.post-40{
    min-height: 800px
}
.post-40 .entry-title{
    font-weight: bold
}
#Pontiac_Master_Products tr td{
    line-height: 1.2;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right:2px
}
.error{
    color:red
}

#Chevrolet_Individual_Products tr td{
    font-family: 'Open Sans';
    color:#000;
    background: #fff;
    padding: 0px;
    padding-left: 5px
}
#Chevrolet_Individual_Products tr th{
    font-family: 'Open Sans';
    color:#000;
    background: #FFE489;
    padding-top: 5px
}
#Chevrolet_Individual_Products tr th p{
    margin-bottom: 10px
}
#Chevrolet_Individual_Products{
    margin: 0
}
.Chevrolet_Individual_Products_td{
    padding: 10px;
    text-align: center
}
.leftjustify_Chevrolet_Individual_Products{
    text-align: left;
}
.rightjustify_Chevrolet_Individual_Products{
    text-align: right;
}
.post-371{
    min-height: 800px
}
.post-371 .entry-title{
    font-weight: bold
}
#Chevrolet_Individual_Products tr td{
    line-height: 1.2;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right:2px
}

#Chrysler_Individual_Products tr td{
    font-family: 'Open Sans';
    color:#000;
    background: #fff;
    padding: 0px;
    padding-left: 5px
}
#Chrysler_Individual_Products tr th{
    font-family: 'Open Sans';
    color:#000;
    background: #FFE489;
    padding-top: 5px
}
#Chrysler_Individual_Products tr th p{
    margin-bottom: 10px
}
#Chrysler_Individual_Products{
    margin: 0
}
.Chrysler_Individual_Products_td{
    padding: 10px;
    text-align: center
}
.leftjustify_Chrysler_Individual_Products{
    text-align: left;
}
.rightjustify_Chrysler_Individual_Products{
    text-align: right;
}
.post-373{
    min-height: 800px
}
.post-373 .entry-title{
    font-weight: bold
}
#Chrysler_Individual_Products tr td{
    line-height: 1.2;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right:2px
}

#Ford_Individual_Products tr td{
    font-family: 'Open Sans';
    color:#000;
    background: #fff;
    padding: 0px;
    padding-left: 5px
}
#Ford_Individual_Products tr th{
    font-family: 'Open Sans';
    color:#000;
    background: #FFE489;
    padding-top: 5px
}
#Ford_Individual_Products tr th p{
    margin-bottom: 10px
}
#Ford_Individual_Products{
    margin: 0
}
.Ford_Individual_Products_td{
    padding: 10px;
    text-align: center
}
.leftjustify_Ford_Individual_Products{
    text-align: left;
}
.rightjustify_Ford_Individual_Products{
    text-align: right;
}
.post-375{
    min-height: 800px
}
.post-375 .entry-title{
    font-weight: bold
}
#Ford_Individual_Products tr td{
    line-height: 1.2;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right:2px
}

#Pontiac_Individual_Products tr td{
    font-family: 'Open Sans';
    color:#000;
    background: #fff;
    padding: 0px;
    padding-left: 5px
}
#Pontiac_Individual_Products tr th{
    font-family: 'Open Sans';
    color:#000;
    background: #FFE489;
    padding-top: 5px
}
#Pontiac_Individual_Products tr th p{
    margin-bottom: 10px
}
#Pontiac_Individual_Products{
    margin: 0
}
.Pontiac_Individual_Products_td{
    padding: 10px;
    text-align: center
}
.leftjustify_Pontiac_Individual_Products{
    text-align: left;
}
.rightjustify_Pontiac_Individual_Products{
    text-align: right;
}
.post-377{
    min-height: 800px
}
.post-377 .entry-title{
    font-weight: bold
}
#Pontiac_Individual_Products tr td{
    line-height: 1.2;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right:2px
}
.addto_cart {
    min-width: 45px;
    background: #ef7826;
    color: #fff;
    padding: 3px 6px;
    border-radius: 5px;
}
.addto_cart:hover,
.addto_cart:focus,
.addto_cart:active {
    background: #012652;
    color: #fff;
    outline: none;
}

.post-84{
    min-height: 800px
}
.post-84 .entry-title{
    font-weight: bold
}

.post-505{
    min-height: 600px
}

#year,#model,#category{
    font-family: 'Open Sans';
}
.col-md-offset-1_5{
    margin-left: 11.333333%
}
.dataTable th{
    font-family: 'Didact Gothic';
    font-weight: bold;
    font-size: 13.2px;
    font-weight:700
}
.dataTable td,.wdtheader .wdt-filter-text,dt-buttons,.dataTables_length,dataTables_info{
    font-family: 'Open Sans';
    color: #000;
    font-size: 13px;
    font-weight: 400
}
.paginate_button current{
    font-family: 'Open Sans'
}
#Submit_dropdown{
    margin-top: 4px;
    padding: 17px;
}
.addtoCartWidth{
    width:39px;
    padding-right: 4px
}
.genesis-nav-menu .sub-menu,.genesis-nav-menu .sub-menu a{
    min-width: 217px
}
.site-footer{
    padding-top: 5px
}
.footer_textwidget{
    width: 100%;    
    text-align: center;
    background: #012652;
    color: #fff;
}
.footer_textwidget_in {
    margin: 0px auto;
    max-width: 1300px;
    padding: 15px 20px;
}
.footer_headline{
    font-size: 18px;
    color: #fff
}
.Foot_Heading{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 9px
}
.footer_subheadline1{
    max-width: 550px;
    text-align: center;
    margin: 0px auto;
    color: #cc9900;
    font-size: 16px;
    font-weight: 600
}
.footer_subheadline{
    max-width: 560px;
    text-align: center;
    margin: 0px auto;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
    color: #ef7826;
}
.column_footer {
    float: left;
    width: 50%;
}
.row_footer:after {
    content: "";
    display: table;
    clear: both;
}
.footer_col{
    color:#ffec12
}
.timings{
    font-size: 11px;
}
.footer_links{
    max-width: 513px;
    list-style-type: none;
    margin: 0px auto
}
.footer_links li{
    max-width: 221px;
    font-size: 15px;
    font-weight: bold;
    float: left;
    margin-left: 20px;
    margin-top: 10px
}
.footer_links li table{
    margin-bottom: 0px
}
.company_footer{
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-weight: bold;
    font-size: 15px;
}
.company_footer_line2{
    font-size: 15px;
    font-weight: bold;
}
.company_footer_line2 .company_time {
    color: #CC9900;
    margin-left: 7px;
}
.company_footer_line2 .company_email {
    color: #33CC00;
    margin-left: 7px;
}
.company_footer_line2 .company_phone {
    color: #33CC00
}
.company_footer_line3{
    font-size: 15px;
    padding-top: 15px;
    color: white
}

/*======== Kuldip changes=================*/
/*19/02/2019 */
.woocommerce-cart table.cart th,.cart_totals .shop_table th{
    font-family: 'Didact Gothic';
    font-weight: bold;
}
.woocommerce-cart table.cart td,.cart_totals .shop_table td,.cart_totals .shop_table button,.woocommerce-cart table.cart button{
    font-family: "Open Sans"
}
.post-8 h1.entry-title{
    padding: 20px
}
.woocommerce-cart .woocommerce .quantity .qty {
    padding: 0px 0px 0px;
}
.woocommerce-cart table.cart td{
    padding: 3px 12px 3px !important;
}
.cart-collaterals .free_shipping_500{
    font-weight: bold;
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans','Raleway', sans-serif;
}
.checkout-button span{
    vertical-align: middle
}
#shipping_method li{
    display: inline-block
}
#shipping_method .extra-flat-tool-tip a{
    float: right;
    margin-left: 9px
}
.post-9 h1.entry-title{
    padding-bottom: 23px
}
.woocommerce-checkout .woocommerce-billing-fields h3{
/*     border: 1px solid #000;
    background: #c3c3c3;    
    border-right: 0px */
	padding: 9px;
    text-transform: capitalize;
}
.woocommerce-checkout #order_review_heading{
/*     border: 1px solid #000;
    background: #c3c3c3;
    padding: 9px */
	padding: 9px 0;
}
.woocommerce-checkout #payment_method_heading{
/*     border: 1px solid #000;
    background: #c3c3c3;
    padding: 9px */
	padding: 9px 0;
}
.woocommerce-checkout #ship-to-different-address{
    width: 100%;
    border-right: none;
    height: 100%;
/*     border: 1px solid #000;
    background: #c3c3c3; */
    padding: 9px;
    border-left: 0px;    
}
.woocommerce-checkout #ship-to-different-address .ship_to_diff {
    font-size: 14px;
    font-weight: normal;
}
#ship-to-different-address label {
    display: block;
    margin-top: 5px;
}
#ship-to-different-address span {
    text-transform: capitalize;
}
.shipping_address {
    display: none;
}
/*.woocommerce-checkout .woocommerce-shipping-fields h3{margin: auto;padding: 9px;}*/
.woocommerce-checkout .col-1,.woocommerce-checkout .col-2{
    width: 50% !important
}
.woocommerce-billing-fields__field-wrapper,.woocommerce-shipping-fields__field-wrapper{
    padding: 10px
}
.woocommerce-additional-fields__field-wrapper{
    padding: 10px;
    padding-top: 25px
}
.woocommerce-checkout-review-order-table #shipping_method .woocommerce-Price-amount{
    float: left;
    margin-right: 6px;
}
/* input[type="radio"]:not(:checked) ~ li  {
  display: none
}*/


/*21-02-2018*/

.site-header .title-area {
    width:31%;
}

.site-header  .header-middle {
    width:36%;
    text-align: center;
    float: left;
    margin-bottom: 20px;
}

.site-header  .header-widget-area  {
    width:31%;
}

.copy_to_shipping {
    margin-left: 10px;
    margin-right: 13px;
    margin-bottom: 20px;
    float: right;
}


@media only screen and (max-width: 767px) {
    
    .site-header .title-area,
    .site-header .header-middle,
    .site-header .header-widget-area {
        width:100%;
    }
    td.flags_tds span {
        width: 100%;
        float: left;
    }

    .single-product .summary .price,.single-product .summary .posted_in{
        text-align: center
    }
    .full_widthsd_df .flag_text{
        display: block
    }
    .full_widthsd_df .flag_main_text{
        position: relative;
        top: 35px
    }
    .fastenergroup_links li{
        width: 100% !important
    }

}

.header_middle_sec{
    color: #08013C;
}
.woocommerce-MyAccount-content #account_information{
    border: 1px solid;
    padding: 15px;
    border-radius: 15px
}
.woocommerce-MyAccount-content #account_billing_address{
    border: 1px solid;
    padding: 15px;
    border-radius: 15px
}
.woocommerce-MyAccount-content #account_shipping_address{
    border: 1px solid;
    padding: 15px;
    border-radius: 15px
}
@media only screen and (min-width: 990px) {
    .post-72 .first-top-img{
        text-align:right;
        padding-right:0px
    }
    .post-72 .first-top-img img{
        height: 184px
    }
    .post-72 .second-top-img{
        text-align:left;
        padding-left:0px
    }
    .post-72 .second-top-img img{
        height:184px
    }
    .woocommerce-MyAccount-content #account_information [class*='vdivide']:not(:last-child):after {
        background: #000;
        width: 1px;
        content: "";
        display:block;
        position: absolute;
        top:0;
        bottom: 0;
        right: 0;
        min-height: 70px;
        height: 80%;
        transform: translate(-50%,-50%);
        top: 50%;
    }
}
/*22-02-2019*/
.woocommerce-MyAccount-content #account_information .vdivide{
    padding-left: 40px;
    padding-right: 40px
}
.woocommerce-MyAccount-content select{
    padding: 8px 20px;
}
.woocommerce-MyAccount-content .optional{
    display: none;
}
.woocommerce-MyAccount-content .update_password_btn{
    padding: 7px;
    margin-top: 44px;
    padding-left: 15px;
    padding-right: 15px;
}
.woocommerce-MyAccount-content .account_save_btn{
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
}

/*06-03-2019*/
.site-header .header-middle {
    margin-top: 10px;
}
.cart-collaterals .expidited_shipping_text{
    color:#d07b42;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Open Sans','Raleway', sans-serif;
}
.cart-collaterals .contact_amk_text{
    font-weight: bold;
    font-size: 18px;
    font-family: 'Open Sans','Raleway', sans-serif;
}
.woocommerce-shipping-calculator,.return-to-shop{
    display: none
}

/*08-03-2019*/
.myaccount_onorder{
    line-height: 20px !important
}
.post-9 .entry-title, .post-10 .entry-title{
    text-transform: capitalize
}
/*.site-header .header-middle .header-middle-area{display: none !important}*/
.woocommerce a.remove:hover{
    background: none !important
}
.woocommerce-cart table.cart .product-thumbnail img{
    width: 70px;
    padding: 6px
}
.divs_parts.mastersz{
    margin-top: 15px !important;
    margin-bottom: 20px !important;
}
/*09-03-2019*/
.checkout .woocommerce-additional-fields__field-wrapper{
    padding-top: 9px
}
.checkout .woocommerce-additional-fields__field-wrapper #order_comments_field{
    text-align: center
}
/*13-03-2019*/
.welcome_text {
    color: #000033;
}
.welcome_name {
    color: #012652;
}
.post-477 .entry-title{
    text-transform: uppercase
}
.woocommerce table.shop_table tbody td{
    color: black
}
.shop_table .woocommerce-Price-amount {
    font-weight: 700;
}
.woocommerce-checkout textarea::placeholder{
    color:#696969
}
.woocommerce-checkout input::placeholder{
    color:#696969
}
/*14-03-2019*/
.post-1167 .product_book{
    text-align: right
}
@media only screen and (max-width: 768px) {
    .post-1167 .product_book{
        text-align: center
    }
}
.genesis-nav-menu .menu-item{
    min-width: 115px;
}
@media only screen and (min-width: 1189px){
    .genesis-nav-menu a {
        padding: 20px 16px;
    }
}
/*15-03-2019*/
.shop_table .product-thumbnail{
    text-align: center
}
/*23-03-2019*/
.post-88 table{
    /* margin: 0px */
}
.woocommerce div.product div.images img{
    width: auto !important;
    height: 100% !important
}
.woocommerce ul.products li.product a img{
    width: auto !important;
}

/*27-03-2019*/
.btns_uls .filter_item{
    min-width: 170px
}

/*08-05-2019*/
.update_cart_btn {
    background-color: #EC6404 !important;
    color: #000 !important;
}
.woocommerce-MyAccount-orders .order-actions .pay,.woocommerce-MyAccount-orders .order-actions .cancel{
    display:none !important
}

/*31-07-2019*/
/*make three coloumn in checkout page*/
.checkout .checkout_salutation{
    width: 20% !important;
    float: left
}
.checkout .checkout_name{
    width: 40% !important;
    float: left
}
.checkout .checkout_city{
    width: 40% !important;
    float: left
}
.checkout .checkout_state{
    width: 30% !important;
    float: left
}
.checkout .checkout_zip{
    width: 30% !important;
    float: left
}
.checkout .checkout_phone{
    width: 40% !important;
    float: left
}
.checkout .checkout_email{
    width: 60% !important;
    float: left
}

/*=======================Kuldip work Over==========================*/

.footer_cart_icon{
    height: 20px;
    position: relative;
    top:0px;
    padding-right:  5px;
    width: 25px
}
.align_center_table{
    text-align: center;
    display: table;
    font-weight: bold;
    margin: 0px auto;
    color: #fff;
    font-size: 11px !important
}
.linkurl,.linkurl:hover{
    color: #fff !important
}
@media only screen and (max-width: 600px) {
    .column_footer {
        width:100%
    }
}
.align_center_table table td{
    vertical-align: baseline
}


/* Makes responsive fields. Sets size and field alignment.*/

#frmdesign * input[type=text],#frmdesign * input[type=password]{
    margin-bottom: 10px;
}
#frmdesign * input[type=submit]
{
    margin-bottom: 20px;
    width:100%;
    padding: 15px;
    border-radius:5px;
    border:1px solid #7ac9b7;
    background-color: #484747;
    color: aliceblue;
    font-size:15px;
    cursor:pointer;

}

#frmdesign * #submit:hover
{
    background-color: black;
}
#frmdesign * textarea{
    width:100%;
    padding: 15px;
    margin-top: 10px;
    border:1px solid #7ac9b7;
    border-radius:5px;
    margin-bottom: 20px;
    resize:none;
}
#frmdesign * input[type=text]:focus,textarea:focus {
    border-color: #4697e4;
}

#frmdesign * div#envelope{
    width: 80%;
    margin: 10px 30% 10px 11%;
}

#frmdesign * h2{
    font-size:16px;
}
#frmdesign * p{
    font-size:14px;
}
#frmdesign * label{
    font-size:12px;
}
#frmdesign * input[type=submit]{
    padding:15px;
}
#frmdesign * input[type=text],#frmdesign * input[type=password]{
    padding: 8px;
}
#frmdesign * div#envelope{
    width: 80%;
    margin: 10px 30% 10px 11%;
}
#frmdesign * h2{
    font-size:23px;
}
#frmdesign * p{
    font-size:14px;
}
#frmdesign * label{
    font-size: 15px;
    font-weight: bold;
}

#frmdesign * input[type=text],#frmdesign * input[type=password]{
    padding: 8px;
}
#frmdesign * div#envelope{
    width: 80%;
    margin: 10px 30% 10px 11%;
}
#frmFormDiv{
    max-width: 710px;
    margin: 0px auto;
    /* background: #FFE489;*/
    /*padding: 58px;*/

}
.i_dontAC_radio{
    padding-bottom: 15px;
    display: table;
    padding-top: 10px
}

/* The container */
.container_ {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bold;
}

/* Hide the browser's default radio button */
.container_ input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

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

/* On mouse-over, add a grey background color */
.container_:hover input ~ .checkmark {
    background-color: fff;
}

/* When the radio button is checked, add a blue background */
.container_ input:checked ~ .checkmark {
    background-color: #2196F3;
}

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

/* Show the indicator (dot/circle) when checked */
.container_ input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container_ .checkmark:after {
    top: 8px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

#createAc{
    padding-top:15px
}
.required_text{
    font-size: 12px;
    color:#ADADA8
}
.submit_btn{
    width: 100%
}
.slogin{
    margin-top:  10px
}
.forgot_pass{
    font-weight: bold
}
.submit_btn_reg{
    margin-top: 10px;
    width: 100%
}



.isa_info, .isa_success, .isa_warning, .isa_error {
    margin: 10px 0px;
    padding:12px;

}
.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
}
.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    display: none;
}
.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.isa_error {
    color: #D8000C;
    background-color: #FFD2D2;
    display: none;
}
.field_error{
    margin-bottom: 5px
}
.field_error label{
    font-weight: normal;
    font-size: 15x
}
.login_overlay{
    height: 100%;
    width: 100%;
    background-color: #F6F6F6;
    opacity: 0.9;
    position: fixed;
    z-index: 998;
}
.welcome_table_css{

    width: 226px;
    margin: 0px;
    display: inline-block;
    font-weight: 600;
    color:#000
}
.reg_welcome{
    color: green;
    font-size: 25px
}
.reg_welcome a{
    color: green;
    font-size: 25px;
    text-decoration:underline
}
label.error{
    font-weight: normal;
    font-size:14px
}
.post-10 h1.entry-title {
    padding: 20px;
}

.woocommerce-orders-table_cust tr td{
    font-family: 'Open Sans';
    color:#000;
    background: #fff;
    padding: 0px;
    padding-left: 5px
}
.woocommerce-orders-table_cust tr th{
    font-family: 'Open Sans';
    color:#000;
    background: #FFE489;
    padding-top: 5px
}
.woocommerce-orders-table_cust tr th p{
    margin-bottom: 10px
}
.woocommerce-orders-table_cust {
    margin: 0
}
.orders_td{
    padding: 10px;
    text-align: center
}
.leftjustify_orders_Products{
    text-align: left;
}
.rightjustify_orders_Products{
    text-align: right;
}
.centerjustify_orders_Products{
    text-align: center;
}
.woocommerce-orders-table_cust tr td{
    line-height: 1.2;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right:2px
}
nobr{
    margin-bottom: 10px;
}
.woocommerce-orders-table_cust thead tr th.order-date{
    width:100px
}
.woocommerce-orders-table_cust tbody tr th.order-date{
    width:100px
}
.woocommerce-orders-table_cust thead tr td.order-number{
    width:100px
}
.woocommerce-orders-table_cust tbody tr td.order-number{
    width:100px
}
.woocommerce-orders-table_cust thead tr td.order-total{
    width:100px
}
.woocommerce-orders-table_cust tbody tr td.order-total{
    width:100px
}
.woocommerce-orders-table_cust thead tr td.order-status{
    width:200px
}
.woocommerce-orders-table_cust tbody tr td.order-status{
    width:200px
}
.woocommerce-orders-table_cust thead tr td.order-actions{
    width:65px
}
.woocommerce-orders-table_cust tbody tr td.order-actions{
    width:65px
}

.myaccount_onorder{
    border: 1px solid;
    padding: 15px;
    border-radius: 15px;
}
.myaccount_onorder #comp_name{
    font-weight: bold;
    font-size: 14px
}
.myaccount_onorder name{
    font-weight: normal;
    font-size: 14px
}
.woocommerce-OrderUpdate-text{
    margin: 6px
}
.commentlist .note{
    border-right: 1px solid #e3e3e3;
    background:#FFF7DD
}
.myaccount_onorder address{
    font-style: normal;
    line-height: 1.7;
}
.myaccount_onorder address .woocommerce-customer-details--phone{
    margin-bottom: 1px
}

.woocommerce-orders-table_details tr td{
    font-family: 'Open Sans';
    color:#000;
    background: #fff;
    padding: 0px;
    padding-left: 5px
}
.woocommerce-orders-table_details tr th{
    font-family: 'Open Sans';
    color:#000;
    background: #FFE489;
    padding-top: 5px
}
.woocommerce-orders-table_details tr th p{
    margin-bottom: 10px
}
.woocommerce-orders-table_details {
    margin: 0
}
.orders_details_td{
    padding: 10px;
    text-align: center
}
.leftjustify_orders_details_Products{
    text-align: left;
}
.rightjustify_orders_details_Products{
    text-align: right;
}
.woocommerce-orders-table_details tr td{
    line-height: 1.2;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right:2px
}
.leftjustify_orders_details_Products{
    text-align: left;
}
.rightjustify_orders_details_Products{
    text-align: right;
}
.woocommerce-orders-table_footer_details td{
    text-align: right
}
.woocommerce-orders-table_footer_details td > *, .woocommerce-orders-table_footer_details td{
    font-size: 16px;
    font-weight: bold;
}
.woocommerce-orders-table_details .qty{
    width: 60px;
}
.woocommerce-orders-table_details .total{
    width: 100px;
}


/* search form change */

.header-middle-area{

    /*background-color: #FFFFCC;*/
    max-width: 280px;
    /*margin: 0px auto;*/
    padding-bottom: 11px;
    padding-top: 5px;
}
.header-middle-area .widgettitle {

    border-top:none;
    border-bottom:none;
    margin-bottom:0px;
    padding:0px;
    color: #08013C;
    font-weight: 600;
}
.header-middle .search-form{
    /*background-color: #FFFFCC;*/
    max-width: 267px;
    /*background: url("images/search.png") no-repeat;*/
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: left center;
    text-align: left;
    margin: 0px;
}

.header-middle .search-form-input{
    width: 180px;
    height: 30px;
}
.header-middle .search-form-submit,.header-middle .search-form-submit:hover,.header-middle .search-form-submit:active,.header-middle .search-form-submit:focus,.header-middle .search-form-submit:visited{
    background-image: url(images/n-search.png);
    /* background-image: url(images/search.png); 16px x 16px */
    background-color: #ef7826; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 16px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle;
    width: 16px;
    height: 17px;
    background-position: center;
    color: transparent;
    bottom: 1px;
    position: relative;
    /* left: 0; */
}

.header-middle .search-form .search-form-label{

    display: inline;
}
.msg_vertical{
    vertical-align: middle
}
.welcome_widget{

    padding-bottom: 10px;
    min-height: 88px;
    /*width: 285px;*/
    width: 230px;
    /*margin: 0px auto;*/
    position: relative;
    float: right;

}
.header_middle_sec{
    min-height: 88px;
    vertical-align: middle
}
.welcom_msg {
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: right;
}
.added_to_cart{
    padding: 3px;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: green;

}
.contact_amk_text{
    color: #558bca
}
.type-product  .entry-header .entry-meta .entry-comments-link{
    display:none
}
.wc-proceed-to-checkout .checkout-button{
    background-color: rgb(236, 100, 4) !important;
    color:#000 !important
}
.page-template-assortment #popup_images {
    background-color: #fff8DB;
}
.page-template-assortment #popup_images #popup_content img {
    width: 900px;
    height: auto;
}
.zoomContainer {
    z-index: 999999;
}
.post_subtitle {
    text-align: center;
    margin-bottom: 10px;
}
.single-post h1.entry-title {
    padding-bottom: 8px;
}
.single-post .blog_img > img {
    width: 100%;
    max-height: 250px;
}
.single-post .blog_img {
    margin-bottom: 20px;
}
#popup_table #popup_content {
    width: 1200px;
    max-width: 100%;
}
.drawer_c table td {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px !important;
    line-height: 16px;
}
.drawer_c table th {
    font-size: 13.2px !important;
    line-height: 16px;
    padding-top: 9px;
}
.drawer_c h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 25px;
}
a.open_popup_table {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .genesis-nav-menu .menu-item{
        min-width: 192px;
        margin-right: -3.8px;
        margin-bottom: 1px
    }

}
@media  (min-width: 768px) {
    .single-product .summary .price{
        /*text-align: right*/
    }
}
@media  (max-width: 768px) {    
    .post-78 table td {
        height: 0px !important
    }
    .post-78 #EBdescription span {
        text-decoration:none;
        color:inharit
    }
    .header-middle-area{
        margin: 0px auto;
    }
    .post-72 .first-top-img{
        text-align:center !important
    }
    .post-72 .second-top-img{
        text-align:center !important
    }
    .post-72 .first-top-img img{
        width:230px
    }
    .post-72 .second-top-img img{
        width:230px
    }
    .checkout .checkout_salutation{
        width: 100% !important;
    }
    .checkout .checkout_name{
        width: 100% !important;
    }
    .added_to_cart {
        text-align: left;
    }
    .asso_5_boxes > div {
        width: 100% !important;
    }
}

@media only screen and (min-device-width : 540px) and (max-device-width : 970px) {
    .metaslider .theme-default .nivoSlider img {
        height: 120px!important;
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .ford-parts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .post-72 .first-top-img{
        text-align:center
    }

    .post-72 .second-top-img{
        text-align:center;
    }

    .img2{
        display: none !important
    }

    .asso_5_boxes > div {
        width: 33.33% !important;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .img2{
        display: none !important
    }
    .btns_uls.ikits{
        margin-right:0px !important
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

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

    .img2{
        display: none !important
    }

}

.woocommerce-additional-fields h3{

    width: 100%;
    border-right: none;
    height: 100%;
    border: 1px solid #000;
    border-left-color: rgb(0, 0, 0);
    border-left-style: solid;
    border-left-width: 1px;
    background: #c3c3c3;
    padding: 9px;
    border-left: 0px;
}

.col-1-ups{
    width:20% ;
    float:left
}
.col-1-ups-order{
    width:30% ;
    float:left
}
.col-2-ups{
    width:70% ;
    float:left
}

.ups_text{
    padding: 31px;
    display: block;
    font-size: 18px;
}
.ups_text-order{
    padding: 5px;
    display: block;
    font-size: 18px;
    padding-left:  10px;
}
.my_choice{

    padding-top: 40px
}


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

    .bulk_listing_td a img.addto_cart{
        min-width:55px
    }
    table#bulk_result2 tbody tr td font{
        font-size: 11px !important
    }

}
@media (min-width: 320px) and (max-width: 480px) {

    .bulk_listing_td a img.addto_cart{
        min-width:55px
    }
    table#bulk_result2 tbody tr td font{
        font-size: 11px !important
    }
    #genesis-content .entry{
        padding-left: 1px;
        padding-right: 1px
    }
    .post-1097 .entry-content > div:nth-child(3){
        padding:0 10px !important
    }
    .post-78 .entry-content > div:nth-child(3){
        padding:0 10px !important
    }
    
    .post-1181 > img{
        max-width:50%
    }
    .leftjustify_Parts:nth-child(2) > font{
        display:block;
        max-width:160px;
        word-wrap:break-word;
    }

    .leftjustify_Parts a img.addto_cart{
        min-width:55px
    }
    li.list_fods_li{
        width:100%
    }

    .site-header .header-middle{
        margin-bottom:0px
    }

    .header-image .site-title a{
        min-height: 67px;
        width: 100%;
        margin-top: -3px;
        top: 0px;
        position: relative;
        margin-bottom: 7px;
    }
    h1.entry-title{
        font-size:25px!important
    }

    td.flags_tds{
        float:none
    }

    .woocommerce-checkout .col-1, .woocommerce-checkout .col-2{
        width: 100% !important;
    }
    .woocommerce-billing-fields h3{
        border-right:1px solid #000 !important;
        font-size: 20px !important
    }
    #ship-to-different-address{
        border-left: 1px solid #000 !important;
        font-size: 20px !important
    }
    .woocommerce-additional-fields h3{
        border-left: 1px solid #000 !important;
        font-size: 20px !important
    }
    #order_review_heading{
        font-size: 20px !important
    }
    #payment_method_heading{
        font-size: 20px !important
    }
    .woocommerce-cart #payment, .woocommerce-checkout #payment, #add_payment_method #payment{
        padding:0px !important
    }
    .btns_uls.ikits{
        margin-right:0px !important
    }

    .col-1-ups{
        width:100% ;
        float:left;
        margin: 0px auto;
        display: inline-grid;
    }
    .col-1-ups-order{
        width:100% ;
        float:left;
        margin: 0px auto;
        display: inline-grid;
    }
    .col-1-ups img{
        margin:0px auto;
        display:block
    }
    .col-1-ups-order img{
        margin:0px auto;
        display:block
    }
    .col-2-ups{
        width:100% ;
        float:left
    }
    .ups_text{
        display: block;
        font-size: 18px;
    }
    .ups_text-order{
        display: block;
        font-size: 18px;
        padding-left:  10px;
    }
    .my_choice{

        padding-top: 20px
    }

    .site-header .header-middle {
        margin-top:0px !important
    }
}
@media (min-width: 360px) and (max-width: 780px) {


    .bulk_listing_td a img.addto_cart{
        min-width:55px
    }
    table#bulk_result2 tbody tr td font{
        font-size: 10px !important
    }
    #genesis-content .entry{
        padding-left: 1px;
        padding-right: 1px
    }
    .post-1097 .entry-content > div:nth-child(3){
        padding:0 10px !important
    }
    .post-78 .entry-content > div:nth-child(3){
        padding:0 10px !important
    }
    table#Parts.header-fixed tbody tr td.Parts_td.leftjustify_Parts.addtoCartWidth div a img.addto_cart{
        min-width:55px
    }
    .post-1181 > img{
        max-width:50%
    }
    .leftjustify_Parts:nth-child(2) > font{
        display:block;
        max-width:160px;
        word-wrap:break-word;
    }

    .leftjustify_Parts a img.addto_cart{
        min-width:55px
    }
    li.list_fods_li{
        width:100%
    }
    .site-header .header-middle{
        margin-bottom:0px
    }
    .header-image .site-title a{
        min-height: 67px;
        width: 100%;
        margin-top: -3px;
        top: 0px;
        position: relative;
        margin-bottom: 7px;
    }

    h1.entry-title{
        font-size:22px!important
    }

    td.flags_tds{
        float:none
    }
    .bilks_tablres tr td ul.halves li a{
        font-size:15px;
        line-height:26px
    }
    .bilks_tablres tr td ul.quaters li a{
        font-size:15px;
        line-height:26px
    }
    .bilks_tablres tr td ul.fuls li a{
        font-size:15px;
        line-height:26px
    }

    #tbl_bulk_listing tr th:nth-child(4){
        display:none
    }
    #tbl_bulk_listing tr td:nth-child(4){
        display:none
    }
    .welcome_widget{
        position: relative;
        top: -7px;
        margin: 0px auto;
        float: none
    }

    .woocommerce-checkout .col-1, .woocommerce-checkout .col-2{
        width: 100% !important;
    }
    .woocommerce-billing-fields h3{
        border-right:1px solid #000 !important;
        font-size: 20px !important
    }
    #ship-to-different-address{
        border-left: 1px solid #000 !important;
        font-size: 20px !important
    }
    #order_review_heading{
        font-size: 20px !important
    }
    #payment_method_heading{
        font-size: 20px !important
    }
    .woocommerce-additional-fields h3{
        border-left: 1px solid #000 !important;
        font-size: 20px !important
    }
    .woocommerce-cart #payment, .woocommerce-checkout #payment, #add_payment_method #payment{
        padding:0px !important
    }
    .btns_uls.ikits{
        margin-right:0px !important
    }

    .col-1-ups{
        width:100% ;
        float:left;
        margin: 0px auto;
        display: inline-grid;
    }
    .col-1-ups-order{
        width:100% ;
        float:left;
        margin: 0px auto;
        display: inline-grid;
    }
    .col-1-ups img{
        margin:0px auto;
        display:block
    }
    .col-1-ups-order img{
        margin:0px auto;
        display:block
    }
    .col-2-ups{
        width:100% ;
        float:left
    }
    .ups_text{
        display: block;
        font-size: 18px;
    }
    .ups_text-order{
        display: block;
        font-size: 18px;
        padding-left:  10px;
    }
    .my_choice{

        padding-top: 20px
    }

    .site-header .header-middle {
        margin-top:0px !important
    }


}

@media (max-width: 320px) {

    .bulk_listing_td a img.addto_cart{
        min-width:55px
    }
    table#bulk_result2 tbody tr td font{
        font-size: 10px !important
    }
    #genesis-content .entry{
        padding-left: 1px;
        padding-right: 1px
    }
    .post-1097 .entry-content > div:nth-child(3){
        padding:0 10px !important
    }
    .post-78 .entry-content > div:nth-child(3){
        padding:0 10px !important
    }
    table#Parts.header-fixed tbody tr td.Parts_td.leftjustify_Parts.addtoCartWidth div a img.addto_cart{
        min-width:55px
    }
    .post-1181 > img{
        max-width:50%
    }
    .leftjustify_Parts:nth-child(2) > font{
        display:block;
        max-width:160px;
        word-wrap:break-word;
    }
    .leftjustify_Parts a img.addto_cart{
        min-width:55px
    }

    li.list_fods_li{
        width:100%
    }
    .site-header .header-middle{
        margin-bottom:0px
    }
    .header-image .site-title a{
        min-height: 67px;
        width: 100%;
        margin-top: -3px;
        top: 0px;
        position: relative;
        margin-bottom: 7px;
    }

    h1.entry-title{
        font-size:22px!important
    }

    td.flags_tds{
        float:none
    }
    .bilks_tablres tr td ul.halves li a{
        font-size:15px;
        line-height:26px
    }
    .bilks_tablres tr td ul.quaters li a{
        font-size:15px;
        line-height:26px
    }
    .bilks_tablres tr td ul.fuls li a{
        font-size:15px;
        line-height:26px
    }
    #tbl_bulk_listing tr th:nth-child(4){
        display:none
    }
    #tbl_bulk_listing tr td:nth-child(4){
        display:none
    }
    .welcome_widget{
        position: relative;
        top: -7px;
    }

    .woocommerce-checkout .col-1, .woocommerce-checkout .col-2{
        width: 100% !important;
    }
    .woocommerce-billing-fields h3{
        border-right:1px solid #000 !important;
        font-size: 20px !important
    }
    #ship-to-different-address{
        border-left: 1px solid #000 !important;
        font-size: 20px !important
    }
    #order_review_heading{
        font-size: 20px !important
    }
    #payment_method_heading{
        font-size: 20px !important
    }
    .woocommerce-additional-fields h3{
        border-left: 1px solid #000 !important;
        font-size: 20px !important
    }
    .woocommerce-cart #payment, .woocommerce-checkout #payment, #add_payment_method #payment{
        padding:0px !important
    }
    .whole_width{
        padding: 3px !important
    }
    .btns_uls.ikits{
        margin-right:0px !important
    }


    .col-1-ups{
        width:100% ;
        float:left;
        margin: 0px auto;
        display: inline-grid;
    }
    .col-1-ups-order{
        width:100% ;
        float:left;
        margin: 0px auto;
        display: inline-grid;
    }
    .col-1-ups img{
        margin:0px auto;
        display:block
    }
    .col-1-ups-order img{
        margin:0px auto;
        display:block
    }
    .col-2-ups{
        width:100% ;
        float:left
    }
    .ups_text{
        display: block;
        font-size: 18px;
    }
    .ups_text-order{
        display: block;
        font-size: 18px;
        padding-left:  10px;
    }
    .my_choice{

        padding-top: 20px
    }

    .site-header .header-middle {
        margin-top:0px !important
    }
    .fastenergroup_links li{
        width: 100% !important
    }
}

@media (max-width: 800px) and (orientation: landscape) {


    .leftjustify_Parts:nth-child(2) > font{
        display:block;
        max-width:100%;
        word-wrap:break-word;
    }

    li.list_fods_li{
        width:50%
    }
    .header-image .site-title a{
        min-height: 67px;
        width: 100%;
        margin-top: -3px;
        top: 0px;
        position: relative;
        margin-bottom: 7px;
    }

    h1.entry-title{
        font-size:22px!important
    }

    td.flags_tds{
        float:none
    }
    .bilks_tablres tr td ul.halves li a{
        font-size:15px;
        line-height:26px
    }
    .bilks_tablres tr td ul.quaters li a{
        font-size:15px;
        line-height:26px
    }
    .bilks_tablres tr td ul.fuls li a{
        font-size:15px;
        line-height:26px
    }
    #tbl_bulk_listing tr th:nth-child(4){
        display:none
    }
    #tbl_bulk_listing tr td:nth-child(4){
        display:none
    }
    .welcome_widget{
        position: relative;
        top: -7px;
    }

    .woocommerce-checkout .col-1, .woocommerce-checkout .col-2{
        width: 100% !important;
    }
    .woocommerce-billing-fields h3{
        border-right:1px solid #000 !important;
        font-size: 20px !important
    }
    #ship-to-different-address{
        border-left: 1px solid #000 !important;
        font-size: 20px !important
    }
    .woocommerce-additional-fields h3{
        border-left: 1px solid #000 !important;
        font-size: 20px !important
    }
    #order_review_heading{
        font-size: 20px !important
    }
    #payment_method_heading{
        font-size: 20px !important
    }
    .woocommerce-cart #payment, .woocommerce-checkout #payment, #add_payment_method #payment{
        padding:0px !important
    }
}
.padding10{
    padding: 8px !important;
    border-bottom: 2px solid #000
}

@media only screen and (min-device-width : 1025px) and (max-device-width : 1189px) {
    .genesis-nav-menu .menu-item{
        min-width: 192px;
        margin-right: -3.8px;
        margin-bottom: 1px
    }
    .btns_uls.ikits{
        margin-right:0px !important
    }
}


#genesis-content > .post-371 > div > div:nth-child(4) > div.col-md-12 > div > ul > li:nth-child(1) > table > tbody > tr:nth-child(1) > td:nth-child(2){


    min-width:86px;
    max-width:86px;
    width:86px;
}

#genesis-content > .post-371 > div > div:nth-child(4) > div.col-md-12 > div > ul > li:nth-child(2) > table > tbody > tr:nth-child(1) > td:nth-child(2){


    min-width:86px;
    max-width:86px;
    width:86px;
}

#genesis-content >  .post-371 > div:nth-child(4) > div.col-md-12 > div > ul > li:nth-child(3) > table > tbody > tr:nth-child(1) > td:nth-child(2){

    min-width:86px;
    max-width:86px;
    width:86px;
}

#genesis-content > .post-371 > div > div:nth-child(4) > div.col-md-12 > div > ul > li:nth-child(1) > table > tbody > tr:nth-child(1) > td:nth-child(2){


    min-width:86px;
    max-width:86px;
    width:86px;
}

#genesis-content > .post-371 > div > div:nth-child(4) > div.col-md-12 > div > ul > li:nth-child(2) > table > tbody > tr:nth-child(1) > td:nth-child(2){


    min-width:86px;
    max-width:86px;
    width:86px;
}

#genesis-content > .post-371 > div > div:nth-child(4) > div.col-md-12 > div > ul > li:nth-child(3) > table > tbody > tr:nth-child(1) > td:nth-child(2){

    min-width:86px;
    max-width:86px;
    width:86px;
}


#genesis-content > .post-373 > div > div > div.row > div.whole_width > ul > li:nth-child(1) > table > tbody > tr:nth-child(1) > td:nth-child(2){

    min-width:86px;
    max-width:86px;
    width:86px;
}

#genesis-content > .post-373 > div > div > div.row > div.whole_width > ul > li:nth-child(2) > table > tbody > tr:nth-child(1) > td:nth-child(2){


    min-width:86px;
    max-width:86px;
    width:86px;
}

#genesis-content > .post-373 > div > div > div.row > div.whole_width > ul > li:nth-child(3) > table > tbody > tr:nth-child(1) > td:nth-child(2){


    min-width:86px;
    max-width:86px;
    width:86px;
}


#genesis-content > .post-375 > div > div > div.row > div.whole_width > ul > li:nth-child(1) > table > tbody > tr:nth-child(1) > td:nth-child(2){


    min-width:86px;
    max-width:86px;
    width:86px;
}

#genesis-content > .post-375 > div > div > div.row > div.whole_width > ul > li:nth-child(2) > table > tbody > tr:nth-child(1) > td:nth-child(2){



    min-width:86px;
    max-width:86px;
    width:86px;
}

#genesis-content > .post-375 > div > div > div.row > div.whole_width > ul > li:nth-child(3) > table > tbody > tr:nth-child(1) > td:nth-child(2){

    min-width:86px;
    max-width:86px;
    width:86px;
}


#genesis-content > .post-377  > div > div > div.row > div:nth-child(2) > div > ul > li:nth-child(1) > table > tbody > tr:nth-child(1) > td:nth-child(2){


    min-width:86px;
    max-width:86px;
    width:86px;
}

#genesis-content > .post-377  > div > div > div.row > div:nth-child(2) > div > ul > li:nth-child(2) > table > tbody > tr:nth-child(1) > td:nth-child(2){



    min-width:86px;
    max-width:86px;
    width:86px;
}

#genesis-content > .post-377  > div > div > div.row > div:nth-child(2) > div > ul > li:nth-child(3) > table > tbody > tr:nth-child(1) > td:nth-child(2){

    min-width:86px;
    max-width:86px;
    width:86px;
}

.removeTd{

    width: 100%;
    position: absolute;
    top: 0px;
    background: #FFF7DD;
    height: 100%;
    left: -5px;
}

.setTdColor{
    background: #FFF7DD !important;
}
.woocommerce-checkout #customer_details label{
    color:black;
}
.woocommerce-checkout label[for="order_comments"]{
    font-weight: bold
}
.second_tbl_mobile{
    width: 90%;
    float: right
}

.inner_tbl_mob_ord_history{
    width: 80%;
    float: right
}
.inner_tbl_mob_ord_history th, .inner_tbl_mob_ord_history p{
    padding: 0px !important;
    margin: 0px !important
}



@media (max-width: 450px) {
    .Bulk_Fasteners_2020 tr td:nth-child(1){

        width:380px !important;
        vertical-align: top !important;
    }
    .Bulk_Fasteners_2020 tr td:nth-child(1) >a > font > img{

        margin-bottom: -10px
    }
}
@media (min-width: 451px) and (max-width: 780px) {

    .Bulk_Fasteners_2020 tr td:nth-child(1){

        width:138px !important;
        vertical-align: top !important;
    }
    .Bulk_Fasteners_2020 tr td:nth-child(1) >a > font > img{

        margin-bottom: -10px
    }

}

.inner_tbl_mob_ord_history{
    width: 80%;
    float: right
}
.slider_text_squer{
    top:-3px;
    position: relative
}
.hidetitle .article-title {
    display:none;
}

.homepageHeading{
    font-family: 'Archivo Black', sans-serif;
    font-weight: 800;
    font-size: 35px!important;
    text-align: center;
    margin-bottom: 0!important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message{
    border-top-color:#00008b
}
.woocommerce-error strong{
    color:#18549a
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
    color:#18549a
}
.woocommerce-error strong:hover{
    text-decoration: underline
}

/*krishna css change*/
.product-name a{
    color: #0066FF;
    font-weight: 600;
}

/* change header anounce background*/
.amk_announce{
    background: #336699 !important;
    color: white;
    font-size: 1.5rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .search-form-input{
        height: 100% !important;
        padding: 8px
    }
    #bulk_listing img{
        width: 150px
    }
    #bulk_listing .bulk_listing_td img{
        width: auto
    }
    #bulk_result1 .bulk_listing_td img{
        max-width: 200px
    }
    .isa_info, .isa_success, .isa_warning, .isa_error{
        padding: unset
    }
}
.blog-cat-title{
    margin: 0px auto;
    display: table;
}

/*05-10-2019*/
.single-product .woocommerce div.product div.images.woocommerce-product-gallery,
.single-product.woocommerce .images.woocommerce-product-gallery {
    width: 100%;
    height: 300px;
    background: white;
}
.product_cat-chevy-master-kit .woocommerce-product-gallery,.product_cat-chrysler-master-kit .woocommerce-product-gallery,.product_cat-ford-master-kit .woocommerce-product-gallery,.product_cat-pontiac-master-kit .woocommerce-product-gallery{
    background: transparent !important
}
.product_cat-chevy-individual-kit .woocommerce-product-gallery,.product_cat-chrysler-individual-kit .woocommerce-product-gallery,.product_cat-ford-individual-kit .woocommerce-product-gallery,.product_cat-pontiac-individual-kit .woocommerce-product-gallery{
    background: transparent !important
}
.woocommerce div.product div.images img{
    margin: 0px auto;
}
.woocommerce div.product div.summary{
    width: 100%
}
.product .entry-summary .free_shipping_500{
    margin: 0px auto;
    display: table;
}
.woocommerce div.product form.cart div.quantity{
    position: relative;
    bottom: 12px
}
.woocommerce div.product form.cart{
    margin-bottom: 0px
}
.product .entry-summary .single_add_to_cart_button {
    bottom: 12px
}
.single-product .woocommerce-product-gallery__image--placeholder .wp-post-image {
    width: 100px !important
}
.woocommerce-Price-amount,.product_pcs font{
    margin-right: 2px
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: none;
    cursor: none;
}
/* loader css*/
.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.3);
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.select2-selection{
    border: 1px solid #e3e3e3 !important;
    box-shadow: 1px 1px 3px #eee inset !important;
    color: #999 !important;
    height: 39px !important;
    border-radius: 0px !important;
}
.select2-selection__rendered{
    font-size: 14px !important;
    line-height: 38px !important;
}
.select2-selection__arrow {
    top:7px !important
}
.select2-results__option{
    font-size: 14px !important
}
.checkout_state .optional{
    display: none
}
.checkout_zip .optional{
    display: none
}
.drop-ship .optional{
    display: none
}
.drop-ship .woocommerce-input-wrapper{
    bottom: 9px;
    position: relative;
    padding: 2px;
    background: #f2e8ce;
    float: right;
    font-size: 12px
}
#dropship_check_span{
    position: absolute;
    right: 50px;
    margin-top: 10px;
    font-size: 18px;
    color: black;
    font-weight: 700;

}
.drop-ship{
    display: none
}
#popup_images #dynamic_product_id{
    color:#558bca;
    margin-left:10px;
    text-decoration:underline;
    font-weight: normal
}
#popup_images #dynamic_product_id:focus{
    outline: none
}


.text-center{
    text-align: center !important
}
.text-left{
    text-align: left !important
}
.text-right{
    text-align: right !important
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.single-product .woocommerce-product-details__short-description{
    color: black
}
.single-product .posted_in{
    color: black;
    margin-bottom: 10px !important;
}
.single-product .posted_in a{
    color: blue !important;
}
#header_link_info{
    color: #558bca;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px
}
#header_link_info a {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ccc;
}
#header_link_info a:last-child {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}
#menu-before-login {
    margin: 0 auto;
    max-width: 1300px;
}
#menu-before-login li > a {
    color: white;
    border: none !important;
    font-size: 14px;
    background-color: #012652;
}
#menu-before-login .menu-item{
    /* min-width: 14.21%; */
    min-width: 12.32% !important;
    text-align: center;
    margin-right: 0 !important;
    width: 100%;
}
#menu-before-login .menu-item:last-child{
    border: 0px !important;
}
#menu-before-login .current-menu-item a:first-child,#menu-before-login .current-menu-parent > a:first-child{
    background-color: #ef7826;
    /* color: #000033; */
    /*margin-left: -3px;*/
}
#menu-before-login .sub-menu li{
    text-align: left;
}
#menu-before-login li a:hover{
    background-color: #ef7826;
    color: white;
    /*margin-left: -3px;*/
}
#menu-before-login .current-menu-item a:hover,#menu-before-login .current-menu-parent > a:hover{
    background-color: #ef7826;
    color: white;
    /*margin-left: -3px;*/
}
.mt-20{
    margin-top: 20px;
}
.mb-20{
    margin-bottom : 20px;
}
.ml-20{
    margin-left: 20px;
}
.mr-20{
    margin-right: 20px;
}
.fastenergroup_links{
    margin-left: 0px !important;
    padding: 0px 50px;
}
.fastenergroup_links li{
    list-style-type: none !important;
    width: 25%;
    float: left;
    margin-right: 0px;
    text-align: center;
    background: orange;
    padding: 10px;
    margin-bottom: 10px;
    background: url(images/Orange_Button.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 100% 100%;
}
.fastenergroup_img{
	background:white;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align:center;
        height:250px;
        /*padding: 0 30px;*/
}
.fastenergroup_img img{
        width: 100%;
        object-fit: contain;
        height: 100%
}
.fastenergroup_links li a{
    color: black;
    font-weight: bold;
    font-size: 14px;
}
#fastenergroup_desc{
    display: inline-block;
    width: 100%;
    margin-top: 20px
}
.woocommerce-MyAccount-content .update_username_btn{
    padding: 7px 15px;
    margin-top: 44px;
}
.ikit_filters{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 50px;
}
.ikit_filters > div{
    margin-left: 10px
}
.ikit_filters > div select{
    width: 170px
}
/*Customizer start*/
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu a:hover {
   background-color: #1267c9;
    color: #fff;
}

.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-item > a {
    background-color: #558bca;
}

.site-footer {
   color: #FFF;
   background-color: #012652;
}

/* .site-container-wrap {
    background-color: 
#fff7dd;
} */

/* .site-header .wrap {
    background: #ffe489;
} */

.fastener-overview {
    max-height: 210px;
	  overflow: scroll;
	  margin-bottom: 10px;
}

.kit-overview {
    max-height: 360px;
	  overflow: scroll;
}

.wc-proceed-to-checkout .checkout-button{    background-color: rgb(236, 100, 4) !important;color:#000 !important}

.update_cart_btn {
    background-color: #EC6404 !important;
    color: #000 !important;
}

@-moz-document url-prefix() {
 #menu-before-login .menu-item {
  min-width: 14.17%;
  text-align: center;
  margin-right: -2px;
}
}
/*Customizer end*/

@media (min-width: 1023px) {

    #menu-before-login {
        display: flex;
        justify-content: space-between;
        gap: 1px;
        flex-direction: row;
    }

}
@media (max-width: 767px) {
    .crc_table,
    .nos_products_table {
        width: 860px;
    }
    .chrysler-cap-features td {
        border-right: none !important;
    }
    .transparent-table td {
        display: block;
    }
    table {
        display: block;
        overflow: scroll;
        margin: 0 auto;
        max-width: max-content;
    }
    .finishes_table_desktop {
        display: none;
    }
    .finishes_table_mobile {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .finishes_table_mobile .finishes_code_col {
        width: 22%;
    }
    .finishes_table_mobile .finishes_desc_col {
        width: 78%;
    }
    .ass_top_id {
        min-width: 60px;
    }
    .ass_top_desc {
        min-width: 230px;
    }
    .ass_top_id_draw {
        min-width: 80px;
    }
    .ass_top_desc_draw {
        min-width: 150px;
    }
    .fin_single {
        flex-direction: column;
    }
    .fins_1, .fins_2, .fins_3 {
        width: 100%;
    }
    .fins_1 {
        padding-right: 0;
        border-right: none;
    }
    .ford-parts-grid {
        grid-template-columns: 1fr;
    }
    .ford-parts-card {
        min-height: 88px;
        padding: 14px 16px;
    }
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {
   /* .site-container-wrap{
    max-width:1142px;
   } */
   #menu-before-login .menu-item{
    margin-right:1px !important;
   }
   #menu-before-login .menu-item:nth-child(3) {
        margin-right:1.2px !important;
    }
    #menu-before-login .menu-item:nth-child(4) a{
        padding: 11.5px 16px;
    }
}}
