/************ // General HTML Tags // ************/
.sidebar-primary {
    float: right;
    width: 250px;
}
body > div {
    font-size: 2rem;
    font-size: 14px;
}
.content {
    float: right;
    width: 80%;
}
.page-title, .entry-title{
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
}
.woocommerce .woocommerce-result-count {
    font-size: 15px;
}
.woocommerce-ordering
input, select, textarea {
    border-radius: 5px;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 5px;
}
.float{
float:left;
}
.telephone{
float:right;
}
.telephone span{
margin-left:20px;
  font-size:0.938em;
  font-size:15px;
}
.title-area {
    float: none;
}.site-header .search-form {
    margin: 20px auto 0;
}
.site-header .widget-area {
    width: 450px;
}
.search-form-submit{
font-size: 13px;
    font-size: 1.0em;
    margin-left: 5px;
    border-radius: 5px;
    padding: 5px;
}
.search-form-input {
    border: 1px solid #000005;
    border-radius: 5px;
    font-size: 13px;
    font-size: 1.3rem;
      padding: 5px;
}
.footer-widgets {
    background-color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    clear: both;
    padding: 25px;
}
.single-product #genesis-content {
    width: 100%;
}
.single-product .sidebar.sidebar-primary.widget-area {
display:none;
}
#tab-description > h2{
display:none;
}
#tab-title-description{
display:none;
}
/************ // Site Structure // ************/

.site-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-right: 5px;
    padding-left: 5px;
    overflow: hidden;
    -moz-box-shadow: 3px 3px 40px 3px #ccc;
    -webkit-box-shadow: 3px 3px40px 3px #ccc;
    box-shadow: 3px 3px 40px 3px #ccc;
}

.bx-wrapper .bx-controls-direction a {
    display: none;
}

/************ // Header // ************/

.site-title a {
    background: url(/wp-content/uploads/2017/03/logo_black.png) no-repeat !important;
}

/************ // top_slider // ************/

.top_slider {
    margin-top: -28px;
    height: 200px !important;
}

.site-header>.wrap {
    padding: 5px;
    border-bottom: 1px solid #000;
}

.slider_wrap {
    position: relative;
}

.slider_wrap > img {
    width: 100%;
    position: absolute;
    top: -120px;
    z-index: 99;
  	border-bottom: 5px solid #d2cb00;
}
.slider_box {
    position: absolute;
    top: 45px;
    left: 50px;
  height: 80%;
  max-width:25%;
    background-color: rgba(0, 0, 0, 0.53);
    padding: 30px;  
}
.slider_box_content {
  color:#fff;
}
.s1 {
      font-size: 35px;
    font-weight: 800;
  padding-bottom: 10px;
}
.s2 {
      font-size: 30px;
    font-weight: 800;
}
.s3 {
      font-size: 14px;
    font-weight: 100;
}
.slider_box_content > a {
      padding: 5px;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    margin: 0 auto;
    line-height: 2em;
    color: #ffffff;
}
/************ // Menu // ************/
.genesis-nav-menu .search input[type="submit"], .widget_search input[type="submit"] {
    border: 0;
    clip: auto;
    height: auto;
    margin-left: -69px;
    padding: 9px 10px;
    position: absolute;
    width: auto;
}
.genesis-nav-menu {
    clear: both;
    font-weight: 300;
  background-color:#fff;
    line-height: 1;
    width: 100%;
    text-align: center;
}

.nav-primary {
    border-top: none;
}
.genesis-nav-menu a {
    padding: 20px;
    text-decoration: none !IMPORTANT;
    font-size: 0.891232em;
}
/************ // menu hover design // ************/
.menu .menu-item a,
.menu .menu-item a:after,
.menu .menu-item a:before {
  transition: all .5s;
}
.menu .menu-item a:hover {
  color: #777;
}
.menu .menu-item a {
  position: relative;
}

.menu .menu-item a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #000;
  height: 1px;
}
.menu .menu-item a:hover:after {
  width: 100%;
}

/**************************** // Home // **************/
figure.snip-image {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  background: #000000;
  text-align: center;
  border: 2px #000 solid;
}
figure.snip-image * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.snip-image img {
  opacity: 0.8;
  width: 100%;
}
figure.snip-image figcaption {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
figure.snip-image h2 {
  font-weight: 400;
  left: 0;
  right: 0;
  letter-spacing: -1px;
  margin: 0 auto;
  font-size: 22px;
  font-size: 2.2rem;
  position: absolute;
  text-transform: uppercase;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
figure.snip-image h2 span {
  font-weight: 800;
}
figure.snip-image p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  opacity: 0;
  font-size: 14px;
  -webkit-transform: translateY(-20%) scale(0.7);
  transform: translateY(-20%) scale(0.7);
}
figure.snip-image .square {
  height: 78px;
  width: 78px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
figure.snip-image .square:before,
figure.snip-image .square:after,
figure.snip-image .square div:before,
figure.snip-image .square div:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
figure.snip-image .square:before,
figure.snip-image .square:after {
  width: 65%;
  height: 2px;
}
figure.snip-image .square div:before,
figure.snip-image .square div:after {
  width: 2px;
  height: 65%;
}
figure.snip-image .square:before,
figure.snip-image .square div:before {
  left: 0;
  top: 0;
}
figure.snip-image .square:after,
figure.snip-image .square div:after {
  bottom: 0;
  right: 0;
}
figure.snip-image a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip-image:hover img,
figure.snip-image.hover img {
  opacity: 0.25;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip-image:hover h2,
figure.snip-image.hover h2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
figure.snip-image:hover p,
figure.snip-image.hover p {
  opacity: 1;
  -webkit-transform: translateY(0px) scale(1);
  transform: translateY(0px) scale(1);
}
figure.snip-image:hover .square:before,
figure.snip-image.hover .square:before {
  width: 38%;
}
figure.snip-image:hover .square div:before,
figure.snip-image.hover .square div:before {
  height: 38%;
}
figure.snip-image:hover .square:after,
figure.snip-image.hover .square:after {
  width: 55%;
}
figure.snip-image:hover .square div:after,
figure.snip-image.hover .square div:after {
  height: 55%;
}
/************ // Content // ************/

.front_page {
    background: #fff;
    text-align: center;
}

.front_page p {
    margin: 0 0 -10px 0;
    padding: 0;
}

body {
    background-color: #fff;
    font-family: 'roboto', sans-serif;
    font-size: 16px;
  font-size: 1rem;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'roboto', sans-serif;
}

a {
    color: #000;
    text-decoration: none;
}

.site-inner {
    clear: both;
    padding-top: 9px;
    word-wrap: break-word;
}

.entry {
    background-color: #fff;
    padding: 25px;
}

.featured-posts-grid .listing-item {
    margin-bottom: 40px;
}
#genesis-content > div.archive-description.taxonomy-archive-description.taxonomy-description{
display:none;
}
.listing-item img {
    vertical-align: top;
}

.featured-posts-grid .listing-item a.image {
    display: block;
}


/************ //Button //*************/

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 4px 20px;
    text-decoration: none;
    white-space: normal;
    width: auto;
}


/************ // WooCommerce // ************/

.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
    text-align: center;
    min-height: 100px;
}
#genesis-content > ul >.type-product a.button {
    width: 100%;
    text-align: center;
}
.woof_submit_search_form_container {
    text-align: center;
}
.sidebar .widget {
    border: 2px solid #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}
#woof_widget-2 > div > div > h3{
color:#fff;
}
.woocommerce ul.products li.product .price {
    color: #000;
    display: block;
    font-weight: 800;
    font-size: 1.2em;
    text-align: center;
}
.single_page_product_content{
    padding-left: 100px;
}
.woocommerce span.onsale {
    min-width: 3.6em;
    background-color: #9E9E9E;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 0.8% 0.992em 0;
    width: 24.05%;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 3px solid;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    height: 75px;
  padding:5px;
      text-align: center;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: #eee solid;
}
.flex-viewport{
border: 3px solid;
}
.outstock_button {
    text-align: center;
    display: block;
    background: #dedede;
    margin-top: 20px;
}
.product_meta {
    clear: both;
    text-align: right;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    text-align: center;
}
.woocommerce ul.products li.product .price del {
    margin: 20px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #000;
    font-size: 1.25em;
    text-align: center;
    font-weight: 800;
}

.out-of-stock {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #dedede;
    z-index: 2;
    border-bottom-color: #fff;
}
.chosen-container {
    min-width: 90%;
    max-width: 90%;
    margin: 0 auto;
}
.sidebar .widget {
    background-color: #9e9e9e;
}
.sidebar .widget {
    padding: 10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #000;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #d3d3d3;
}

.chosen-drop {
    color: #000;
}

/************ // Archive New Model Overwrite // ************/

article.new_model {
    background-color: #d3d3d3;
    margin-bottom: 15px;
    padding: 20px 10px;
    border-bottom: 1px solid #fff;
}

.new_model_archive_bottom {
    text-align: center;
}

.archive-button-wrap {
    text-align: center;
    background: #d3d3d3;
}

.archive-button-wrap>a {
    color: #000;
}


/************ // Single New Model Overwrite // ************/

.booking_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff!important;
}

.featured_container {
    position: absolute;
    left: 0;
    z-index: 998;
    top: 0;
    background: rgba(0, 0, 0, 0.50)!important;
    padding: 10px;
}

.z-tabs.flat.flat-midnight-blue>ul.z-tabs-nav>li.z-active>a,
.z-tabs.flat.flat-midnight-blue>ul.z-tabs-mobile.z-state-closed>li a,
.z-tabs.flat.flat-midnight-blue>ul.z-tabs-mobile>li a {
    background: rgba(0, 0, 0, 0.51)!important;
}

.z-container {
    background: #fff!important;
    margin-top: 0!important;
}

.contact_block {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-family: Arial, sans-serif;
}

.new_block {
    width: 44%!important;
    border: 1px solid #e8e8e8;
    border-left: 0px;
    border-right: 0px;
    padding: 2%;
    float: left;
    margin: 1%;
    min-height: 140px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 20%;
    background-color: #e8e8e8;
}

/************ // Specials // ************/

body.archive>div>div>div>main>article.car_specials {
    padding: 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.special-single-summary {
    color: #000!important;
}

.z-tabs.flat.flat-midnight-blue>ul,
.z-tabs.flat.flat-midnight-blue>.z-container {
    color: #000;
    border-color: #777!important;
}

.z-tabs.flat,
.z-tabs.flat>ul>li>a {
    color: #000!important;
    text-shadow: none;
}

.z-content-inner {
    background: #dedede!important;
}

.z-tabs.flat>ul.z-tabs-nav>li>a:hover {
    background: #3e3e3e!important;
    text-shadow: none;
}

.z-container {
    background: #dedede!important;
}

.special_text_top {
    background-color: #d3d3d3!important;
    color: #000!important;
    font-size: 0.9em;
}

.z-tabs.flat.vertical.z-bordered.top-left.xxlarge>ul.z-tabs-nav {
    border-width: 0 1px 0 0!important;
}

.featured_list ul li:before {
    content: "»";
    padding-right: 5px;
    color: #a91717!important;
    font-size: 1.4em;
}


/************* // Widget titles // ************/

.widget-title {
    font-size: 16px;
    font-size: 1.6rem;
}


/************ // footer Widgets // ************/

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    /width: 100%;
    / /height: 300px;
    / /height: 100%;
    / overflow: none;
}

.footer-widgets-1 {
    text-align: left;
    float: left;
    position: relative;
}

.footer-widgets-3 last {
    float: left;
    position: relative;
}

.footer-widgets-2 {
    float: left;
    position: relative;
}

.footer-widgets>.wrap {
    border-top: 1px solid #000;
    padding-top: 15px;
}

.widget-area:after {
    content: "";
    background: #eee;
    position: absolute;
    height: 185px;
    width: 1px;
    margin-top: 0;
    top: 0;
    right: 0;
}


/************ // Footer // ************/

.site-footer {
    background-color: #fff;
    border-top: none;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 0;
}

.site-footer>.wrap {
    background-color: #fff;
    border-top: 1px solid #000;
}
/* Optimize Search Bar in Primary Menu */
.search-bar {
    max-width: 280px;
    float: right;
    position: relative;
    margin-top: 6px;
}
.search-form{
    background-color: #000;
    padding: 5px;
      border-radius: 5px;
}
[type=search] {
    width: auto;
}

input[type="submit"] {
    font-size: 13px;
  padding: 5px;
}

.right.search {
    float: right;
}

.search-form input[type="submit"] {
    margin-top: 0;
}

.genesis-nav-menu .menu-item {
    padding: 0;
}

/* Adjustment for Mobile Devices (Add this code snippet to 
the appropriate media queries on your stylesheet) */

@media only screen and (max-width: 1023px) {
.genesis-nav-menu .menu-item {
    padding: 0;
}

.right.search {
    float: left;
}
}

/* /// */
.woocommerce .bx-wrapper{
    display: none !important;
}
/************ // Responsive // ************/

@media screen and (max-width: 1200px) {
    .site-container {
        width: 100%
    }
    .site-inner,
    .wrap {
        max-width: 100%;
    }
    .nav-primary {
        width: 100%;
        position: relative;
    }
    .genesis-nav-menu {
        font-size: 10px;
    }
    .content,
    .site-header .widget-area {
        width: 620px;
        margin: 0 0 0 60px;
    }
}

@media screen and (max-width: 1024px) {
    .sidebar-primary {
        width: 250px;
    }
    .content,
    .site-header .widget-area {
        width: 620px;
        margin: 0 0 0 40px;
    }
    .woocommerce ul.products {
        margin: 0 -50px 0 0;
    }
}

@media screen and (max-width: 768px) {
    .main_desc {
        padding: 5%;
    }
  .telephone span {
    margin-left: 10px;
}
  figure.snip-image {
    min-width: 100%;
}
  .bxslider-wrap {
    display: none;
}
  .float {
    float: none;
    text-align: center;
}
    button.menu-toggle,
    button.sub-menu-toggle {
        background-color: transparent;
        color: #000;
        float: right;
        padding-left: 0;
        display: block;
    }
  
  section {
    margin: 0 50px 0 0;
  }
    .dropdown.custom:hover .dropdown-menu {
        visibility: visible;
        display: block;
        border-radius: 0;
    }

  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
}

  .woocommerce-page .content-sidebar-wrap {
      display: table;
  }
    .woocommerce-page .sidebar {
      display: table-header-group;
  }
  .woocommerce-page .content {
      display: table-footer-group;
      float: none !important;
  }
    .content-sidebar-wrap {display:table;}
    .content {display:table-footer-group; float: none;}
    .sidebar {display:table-header-group; float: none;}
    .widget-area:after {
        content: "";
        background: #eee;
        position: absolute;
        height: 0px;
        width: 0px;
        margin-top: 0;
        top: 0;
        right: 0;
    }
    .sidebar-primary {
        width: 100%;
    }

    .front_page a {
        font-size: 25px;
    }
    .front_page {
        margin-left:10px;
      width:48%;
    }
    .js .nav-primary .genesis-nav-menu .menu-item a,
    .js .site-header .genesis-nav-menu .menu-item a {
        border: none;
        padding: 8px 0;
        width: 100%;
        color: #000;
        background-color: #fff;
    }
    .header-image .title-area {
        margin: 0 auto 0 auto;
        max-width: 200px;
        padding: 10px 0;
    }
    .content-sidebar-wrap {
        margin: 1%;
    }
    .site-container {
        width: 100%;
        overflow: hidden;
    }
    .site-inner {
        margin-top: 10px;
        padding: 0;
    }
    .entry {
        padding:0 5%;
    }
    .site-inner,
    .wrap {
        max-width: 100%;
    }
    .nav-primary {
        background-color: #FFF;
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        float: right;
    }
    .genesis-nav-menu {
        font-size: 16px;
    }
    .blog_post_container>.image_container {
        width: 100%!important;
        min-height: 300px;
    }
    .woocommerce ul.products li.product .price {
        margin: 40px 0 0 0;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 40%;
        margin: 10px 20px 30px 20px;
    }
    .woocommerce ul.products li.product h3 {
        padding: 0.5em 0;
        margin: 0 0 -80px 0;
        font-size: 1em;
        text-align: center;
        min-height: 100px;
    }
    .ngg-galleryoverview {
        margin-left: 0px;
    }
    .menu-toggle,
    .sub-menu-toggle {
        display: block;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700;
        margin: 0 auto;
        overflow: hidden;
        padding: 20px;
        padding: 2rem 0 0;
        text-align: center;
        visibility: visible;
        z-index: 999999;
    }
    button.menu-toggle,
    button.sub-menu-toggle {
        background-color: transparent;
        color: #000;
        float: right;
        padding-left: 0;
        padding-top: 0;
        display: block
    }
  
    .sub-menu-toggle {
        right: 0;
    }
  
    nav {
        position: relative;
        display: none;
        z-index: 99999;
    }
    .genesis-nav-menu .menu-item {
        display: inline-block;
        width: 100%;
        text-align: left;
        background: #000;
        z-index: 99;
    }
    .dealership-left {
        width: 100%;
        display: block;
    }
    .dealership-right {
        width: 100%;
        display: block;
    }
    .bx-wrapper {
        position: initial!important;
    }
    .bxslider-wrap {
        max-height: 600px;
    }
    .slider_box {
        position: relative;
        background-color: rgba(0, 0, 0, 0.53);
        padding: 30px;
        text-align: center;
        top: 0;
        left: 0;
    }
    .front_block {
        margin-bottom: 30px;
    }
    .front_button {
        text-align: center;
    }
    /* ///// */
    .nav-primary .wrap{
        padding: 0px;
    }
    .bxslider-wrap{
        display: block;
        position: relative;
        margin-top: 30px;
    }
    .slider_box{
        position: absolute;
        max-width: 100%;
        bottom: 0;
        height: unset;
    }
    .bx-wrapper{
        margin-bottom: 30px !important;
        border: unset !important;
    }
    button.sub-menu-toggle{
        background-color: transparent !important;
        width: 100%;
        text-align: right;
    }
    .search-bar{
        max-width: 100%;
        margin-bottom: 10px;
    }
    .search-bar form{
        text-align: left;  
    }
    .search-bar form .search-form-input{
        width: 80%;
    }
    .search-bar form .search-form-submit{
        width: 18%;
    }
    .sidebar .widget{
        margin-right: 0px;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 48%;
    }
    .woocommerce ul.products {
        margin: 0 0px 0 0;
    }
}

@media screen and (max-width: 480px) {
      .front_page {
        margin: 2% auto;
        width:100%;
    }
    .dealership-left {
        width: 100%;
        display: block;
    }
    .dealership-right {
        width: 100%;
        display: block;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100%;
        margin: 10px 0 2.992em 0;
    }
    .woocommerce-pagination {
        display: block!important;
    }
    article.category-news>.entry-content,
    article.category-news>.entry-header {
        margin: 0;
    }
    .content,
    .site-header .widget-area {
        width: 250px;
        margin: 0 0 0 55px;
    }
  mmerce ul.products {
    margin: 0 -60px 0 0;
}
    .woocommerce .woocommerce-ordering,
    .woocommerce .woocommerce-result-count {
        margin: 0 0 1em 55px;
        /* color: #fff; */
        text-align: center;
    }
    h1 {
        font-size: 36px;
        font-size: 3.6rem;
        /* color: #fff; */
        text-align: center;
        margin: 0 0 0 45px;
    }
    .content,
    .site-header .widget-area {
        width: 250px;
        margin: 0 0 0 25px;
    }

    /* /// */
    .slider_box{
        display: none;
    }
    .woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count{
        width: 100%;
        text-align: center;
        margin-left: 0;

    }
    .woocommerce ul.products {
        margin: 0 0px 0 0;
    }
    .woocommerce ul.products li.product .price {
        margin: 0px 0 0 0;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title{
        height: auto;
        font-size: 20px;
        margin-top: 10px;
    }
    .wc-tabs-wrapper{
        padding: 0px 5%;
    }
    .single_page_product_content{
        padding: 0;
    }
    h1{
        margin: 0;
    }
    .footer-widgets > .wrap{
        padding: 15px 0px;
    }
}
/* /// */
@media screen and (max-width: 400px) {

    .telephone a{
        display: block;
    }
}

@media screen and (max-width: 320px) {
    .dealership-left {
        width: 100%;
        display: block;
    }
    .dealership-right {
        width: 100%;
        display: block;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100%;
        margin: 10px 0 2.992em 0;
    }
    .woocommerce-pagination {
        display: block!important;
    }
    .content,
    .site-header .widget-area {
        width: 250px;
        margin: 0 0 0 7px;
    }
}
