/*
Theme Name: SPUD 2017
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/
/* Parent stylesheet should be loaded from functions.php not using @import */
@font-face {
  font-family: 'corda-bolditalicregular';
  src: url('fonts/Corda/corda_w03_bold_italic-webfont.woff2') format('woff2'), url('fonts/Corda/corda_w03_bold_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'corda-boldregular';
  src: url('fonts/Corda/corda_w03_bold-webfont.woff2') format('woff2'), url('fonts/Corda/corda_w03_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'corda-extralightitalicRg';
  src: url('fonts/Corda/corda_w03_extralight_italic-webfont.woff2') format('woff2'), url('fonts/Corda/corda_w03_extralight_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'corda-extralightregular';
  src: url('fonts/Corda/corda_w03_extralight-webfont.woff2') format('woff2'), url('fonts/Corda/corda_w03_extralight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'corda-italicregular';
  src: url('fonts/Corda/corda_w03_italic-webfont.woff2') format('woff2'), url('fonts/Corda/corda_w03_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'corda-lightitalicregular';
  src: url('fonts/Corda/corda_w03_light_italic-webfont.woff2') format('woff2'), url('fonts/Corda/corda_w03_light_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'corda-lightregular';
  src: url('fonts/Corda/corda_w03_light-webfont.woff2') format('woff2'), url('fonts/Corda/corda_w03_light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'corda-mediumitalicregular';
  src: url('fonts/Corda/corda_w03_medium_italic-webfont.woff2') format('woff2'), url('fonts/Corda/corda_w03_medium_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'corda-mediumregular';
  src: url('fonts/Corda/corda_w03_medium-webfont.woff2') format('woff2'), url('fonts/Corda/corda_w03_medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'corda-regularregular';
  src: url('fonts/Corda/corda_w03_regular-webfont.woff2') format('woff2'), url('fonts/Corda/corda_w03_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 16px;
  font-family: 'Nunito', Arial, Helvetica !important;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  height: 120%;
  padding: 0px;
  margin: 0px;
  position: relative;
  color: #222;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #444;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #444;
  opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #444;
  opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #444;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #444;
}
::placeholder { /* Most modern browsers support this now. */
  color: #444;
}
.wsmenu {
  font-family: 'Nunito', Arial, Helvetica !important;
}
a:link {
  color: #222;
  text-decoration: none;
}
a:visited {
  color: #005944;
}
a:hover {
  color: #222;
}
#outer-wrap a:link {
  color: #222;
  text-decoration: underline;
}
#outer-wrap a:hover {
  color: #222;
  background-color: #fffacf;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #007867;
  background-color: #fff4d9;
}
a:link.theme-button, a:visited.theme-button {
  color: #111 !important;
  background-color: #fff !important;
  padding: 10px 30px !important;
  text-decoration: none !important;
}
a:link.vc_btn3, a:visited.vc_btn3 {
  color: #111 !important;
  background-color: #fff !important;
  padding: 10px 30px !important;
  border: solid 2px #222;
  text-decoration: none !important;
}
a:hover.theme-button, a:hover.vc_btn3 {
  color: #fff !important;
  background-color: #96B7C7 !important;
}
a.buh_link {
  color: #fff;
}
.entry-title a:hover {
  color: #222;
}
section.linkAnnotation a {
  background-color: transparent !important;
  opacity: .1;
}
p {
  /*  font-size: 16px; */
  font-family: 'Nunito', Arial, Helvetica !important;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  line-height: 190%;
}
strong, b {
  font-weight: 700;
}


.vcex-post-content h1, .vcex-post-content h2, .vcex-post-content h3{
	font-family: 'paralucent';
	font-weight:700;
	
}
.wpex-vc-row-stretched {
  visibility: visible;
}
.single-post-title, .single-page-title {
  font-size: 36px !important;
  margin: 0 0 10px;
  font-weight: 600 !important;
  letter-spacing: -1px !important;
}
.widget ul li a {
  font-weight: 600 !important;
}
.wpp-list li {
  margin: 15px 0px;
}
.blog-entry.grid-entry-style .blog-entry-title {
  font-size: 24px !important;
  min-height: 90px !important;
  font-weight: 600 !important;
  letter-spacing: -1px;
}
.wprm-recipe-template-classic, .wprm-recipe-template-columns {
  margin: 20px auto;
  background-color: #fafafa;
  font-family: 'Nunito', Arial, Helvetica !important;
  font-size: 1.0em !important;
  line-height: 1.5em;
  color: #333333;
  max-width: 700px !important;
}
.wprm-recipe-template-spudrecipes .wprm-recipe-name {
  font-family: inherit;
  color: #000000;
  line-height: 1.3em;
  font-weight: 600;
  width: 100%;
  font-size: 32px !important;
}
.page-header.background-image-page-header .page-subheading {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1.846em;
  font-weight: 700 !important;
}
#blog-entries {
  margin: 15px 0px;
}
.m4wps {
  font-size: 14px;
  display: block;
}
.boxzilla {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.35);
}
.vc_gitem-post-data-source-post_title h3 {
  font-size: 24px;
}
/************** common header *********************************************/
.logo_part {
  text-align: center;
}
#outer-wrap .site-header-inner {
  height: 0px;
  padding: 0px;
}
#outer-wrap .page-header {
  margin: 0px auto 20px auto;
}
#menu_alert {
  width: 100%;
  height: auto;
  background-color: #548992;
  padding: 5px;
  color: #fff;
  text-align: center;
}
#menu_alert a {
  color: #fff;
  display: block;
}
.header-one {
  height: 0px;
}
#menu_alert a:hover {
  color: #eee;
  background-color: #44767F !important;
}
#site-header-inner {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 100%;
  max-width: 100%;
}
#menu_spud {
  background-color: #3B5763;
  height: 37px;
  width: 100%;
}
.vc_column_container > .vc_column-inner {
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}
#menuholder {
  width: 100%;
  margin: 0px auto;
  background-color: #3b5763;
}
#menuholder .header {
  width: 100%;
  max-width: 1270px;
  margin: 0px auto;
}
#top-bar-wrap {
  border-bottom: 1px solid #eee;
  font-size: 0.923em;
}
#top-bar {
  position: relative;
  padding: 5px 0;
}
#customer_cart {
  width: 100%;
  height: 36px;
  background-color: #eee;
}
#cart_bar_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}
#red_cart {
  padding: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}
#cart_date_holder {
  width: 200px;
  position: relative;
  text-align: right;
}
#cart_date {
  width: 250px;
  text-align: left;
}
#cart_qty {
  background-color: #54A499;
  color: #fff;
  padding: 5px 8px;
  text-align: right;
  float: right;
}
#select_location {
  text-align: center;
}
.customer_name {
  padding: 15px 0px 0px 0px;
  text-align: right;
  font-size: 16px;
}
.customer_name .dropdown-content {
  text-align: left;
  padding: 10px;
}
.customer_name .dropdown-content .fa {
  color: #ccc;
  padding-right: 5px;
}
.customer_name .dropbtn, .cust-dater .dropbtn {
  background-color: #fff;
}
.dropbtn .fa {
  color: #ccc;
  padding: 0px 5px 0px 5px;
}
.city_switch {
  text-align: left;
  padding: 2px 8px !important;
  margin: 5px auto 0px 15px;
}
.cust-dater {
  text-align: right;
}
#store-in-store {
  background-color: #e9e9e9;
  height: 38px;
  padding: 6px 0px 0px 0px;
  border-bottom: solid 1px #ccc;
}
#top-store-tabs {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px;
  height: 32px;
}
#top-store-tabs .nav-tabs {
  border-bottom: 1px solid #fff;
}
.page-header.background-image-page-header .page-header-title {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 100%;
  font-size: 5em;
  font-weight: 800;
  max-width: 100% !important;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.55);
  letter-spacing: -1px;
}
#how_wrks {
  width: 300px;
  float: right;
  padding: 5px 5px;
  font-size: 16px;
  text-align: right;
}
#top-store-tabs .nav > li > a > img {
  max-width: 120px;
}
#how_wrks .active {
  border-bottom: solid 1px #fff;
}
.sm_space {
  padding: 0px 25px 0px 0px;
}
#main_head {
  background-color: #fff;
}
#main_head-inner {
  margin: 0px auto;
  width: 100%;
  max-width: 1200px;
}
#select_location select {
  padding: 2px 5px;
  margin: 2px auto 2px 25px;
  border: none;
  color: #548992;
}
.s-out {
  font-size: 14px;
  text-align: right;
  padding: 22px 0px 0px 0px;
}
.s-out a:hover, #how_wrks a:hover {
  text-decoration: underline !important;
  color: #548992;
}
.s-out .fa {
  color: #ccc;
}
#search {
  position: relative;
  font-size: 18px;
  margin: 0px auto 0px 10px;
}
#search #search-input, #search .hint {
  padding-left: 43px;
  padding-right: 43px;
  border-radius: 23px;
}
#search label {
  position: absolute;
  left: 17px;
  top: 17px;
  z-index: 99;
}
.cart_amntz {
  text-align: right;
  padding: 0px;
}
.cart_total {
  font-size: 18px;
  width: auto;
  padding: 10px 10px 10px 0px;
}
.sm_red_cart {
  background-image: url(/wrdp/wp-content/uploads/res/smcart.png);
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  width: 42px;
  height: 42px;
  font-size: 12px;
  padding: 17px 8px 15px 8px;
  position: relative;
  font-weight: 900;
  color: #ef4c4a;
}
.sm_red_cart a:link {
  color: #ef4c4a;
}
.twitter-typeahead {
  width: 100%;
}
.cart_amntz .checkout_b {
  background-color: #fff;
  text-align: left;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
button:hover.checkout_b {
  color: #fff !important;
  background-color: #ffd1d1 !important;
}
.cart_amntz .dropdown-content {
  padding: 10px;
  background-color: #EF4C4A;
  color: #fff;
  text-align: left;
  cursor: pointer;
  width: 100%;
}
.cart_amntz .dropdown-content a:hover {
  color: #fff;
  background-color: transparent;
}
.cart_total a:link {
  color: #000;
}
.cart_total a:hover {
  color: #000;
}
li.customer > a:hover {
  background-color: #dadada;
}
/* Dropdown Button *************/
.dropbtn {
  background-color: #fafafa;
  color: #000;
  padding: 5px 15px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin: 0px auto;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
  padding: 5px 0px;
  font-size: 13px;
}
.clndr {
  padding: 5px 0px !important;
}
/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 5px 21px;
  text-decoration: none;
  display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #dadada;
  color: #333;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #EF4C4A;
  color: #eee;
}
li.delivr {
  padding: 0px;
  border-bottom: solid 1px #ddd;
}
li.has_order {
  background-color: #C4FFFC;
}
.delivr_date {
  font-size: 14px;
  text-align: left;
  font-weight: 500;
}
.delivr_ops {
  font-size: 12px;
  text-align: left;
  color: #888;
}
.crt_btn {
  background-color: #B80003;
  color: #fff;
  padding: 0px;
}
.crt_amntz {
  padding: 5px;
  width: 150px;
}
.blox_elem_button_default {
  color: #fff !important;
  border-color: transparent;
  background-color: #cfdc27;
  text-shadow: none !important;
  border-radius: 2px !important;
}
.center {
  text-align: center;
  margin: 0px auto;
}
.big_button .theme-button-inner {
  font-weight: bold;
  font-size: 20px;
}
.vc_custom_1549309788853 {
  margin-bottom: 0px !important;
}
.page-header-content {
  text-align: center;
  display: block;
}
.page-header-title {
  text-align: center;
  display: inline-block;
}
.page-id-55714 #outer-wrap .page-header {
  margin: 0px auto 0px auto;
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 20px !important;
  box-shadow: 1px 0px 7px #ddd;
  border: solid 1px #eee;
  width: 40%;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
  left: auto;
  right: 142% !important;
  text-align: right;
}
div#wpcf7-f55784-p55714-o3 {
  margin: 0px auto;
  padding: 0;
  width: 100%;
  max-width: 500px;
}
.wq_resultTitle {
  font-size: 32px;
}
div.vc_gitem-post-data-source-post_author {
  margin-left: 15px;
}
.vc_gitem-zone-a a.vc_gitem-link {
  color: #fff;
}
.vc_gitem-post-data a.vc_gitem-link {
  color: #000;
}
.theme-heading.border-bottom {
  padding: 10px 0 5px;
  border-bottom: 1px solid #e8e8e8;
}
.social-share-title {
  padding: 25px 0px 10px 0px !important;
}
.widget {
  font-size: 12px !important;
}
.rpwwt-post-title {
  font-weight: 600 !important;
}
.single .sidebarspacer {
  height: 450px;
  width: auto;
}
.wpp-cards li .wpp-excerpt, .wpp-item-data {
  margin: 0;
  font-size: 12px !important;
}
.vc_row li {
  list-style: disc;
  margin-bottom: 10px;
}
.rpwwt-post-date {
  font-size: 10px;
}
.rpwwt-widget li, .wpp-list.li {
  border-bottom: #ddd 1px solid;
  margin: 0 0 1.2rem 0;
  padding: 0 0 1rem 0;
  list-style: none !important;
}
.related-post-excerpt {
  font-size: 14px;
  line-height: 120%;
}
.meta {
  list-style: none;
  margin: 0 0 5px;
  font-size: 0.8em;
  color: #777;
}
.vc_gitem-post-data {
  margin-bottom: 5px !important;
}
.vcex-gitem-post-meta {
  text-align: center;
}
.meta li .ticon, .meta li .meta-icon {
  margin-right: 10px;
  display: none;
}
.wpp-excerpt {
  display: block;
}
div.vc_gitem-post-data-source-post_date, div.vc_gitem-post-data-source-post_author {
  display: inline-block;
}
.blog-entry.grid-entry-style .blog-entry-inner {
  padding: 0 20px 20px;
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.1);
}
div.vcex-blog-entry-inner {
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.1);
}
.vcex-blog-entry-details {
  padding: 20px;
  border: 1px solid #fff;
}
.archive, .search, .blog, .page-id-44161, .page-id-44163, .page-id-44166, .page-id-44169 {
  background-color: #f1f1f1 !important;
}
#site-header-inner {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
  max-width: 100%;
}
#outer-wrap .page-header {
  margin: 0px auto 0px auto;
}
.blog #content-wrap {
  padding: 30px 5px;
}
.page-id-64545 .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: #fff !important;
}
.whitebox {
  background-color: #fff;
  padding: 20px;
  display: inline-block;
}
.whitebox-header {
  text-align: center;
}
.wpex-bg-gray-100, .wpex-hover-bg-gray-100:hover {
  background-color: #a2ae85;
  color: #fff;
}
.wpex-text-gray-900 {
  color: #fff;
}

.breadcrumb_last {
  font-weight: 700;
}

.page-header-inner {
  padding: 20px 0px;
  display: block;
}
.page-header-aside.wpex-md-text-right {
  text-align: center;
}
.wpb_row .widget-title {
  margin: 0 0 20px;
  font-size: 24px !important;
  font-weight: 600;
  color: #000;
}
.author-bio.wpex-boxed {
  background-color: #fff;
  border: 1px solid #fff;
  color: #616161;
  padding: 20px;
}
.avatar.wpex-round {
  border-radius: 9999px;
  border: solid 1px #e3e3e3;
  padding: 3px;
}
.wpex-text-2xl {
  font-size: 2.5em;
}
a:link.blghwhite {
  font-size: 18px;
  text-decoration: none;
}
a:hover.blghwhite {
  font-size: 18px;
  text-decoration: underline !important;
}
form.vcex-searchbar-form label {
  width: 900px;
}
.vcex-searchbar-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 28%;
  height: 80% !important;
  line-height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
/* common footer ******************************************/
#bottom_green_block {
  width: 100%;
  text-align: center;
  background-color: #3B5763;
  padding: 20px 0px 0px 0px;
}
#footer_social {
  font-size: 15px;
  padding: 10px;
  text-align: center;
  color: #fff;
}
#footer_social .fa {
  font-size: 30px;
}
#footer_social a:link {
  color: #fff;
}
#footer_social a:hover {
  color: #a6cada;
}
#footer_copyr {
  color: #fff;
  padding: 10px 5px 10px 5px;
  background-color: #354E59;
  font-size: 11px;
}
#footer_copyr a:link, #footer_copyr a:visited {
  color: #fff;
}
#footer_links {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  color: #fff;
  margin: 20px auto;
  text-align: left;
}
#footer_links a:link, #footer_links a:visited {
  color: #fff;
}
#footer_links a:hover {
  color: #ddd;
  text-decoration: underline !important;
}
#footer_links .widget-title {
  display: block;
  margin: 0 0 20px;
  font-size: 1.077em;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}
#footer_links .wpex-newsletter-widget {
  padding: 20px;
  background: #354E59;
  border: 1px solid #354E59;
  text-align: center;
}
#footer_links .wpex-newsletter-widget-heading {
  font-weight: 600;
  font-size: 1.231em;
  margin: 0 0 10px;
  color: #fff;
}
#footer_links .wpex-newsletter-widget-description {
  font-size: 0.923em;
  margin-bottom: 10px;
  color: #c7c7c7;
}
#wpex_mailchimp-2 {
  padding-bottom: 0px;
}
.vcex-post-type-entry-details {
  padding: 15px;
  border: 1px solid #f1f1f1 !important;
}
#site-header.fixed-scroll {
  z-index: 0 !important;
}
a.green_butoon {
  background-color: #7AC695;
  color: white;
  padding: 8px 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  display: block;
  border-radius: 3px;
  text-shadow: 2px 2px 0 #0000001a;
  min-width: 46%;
  text-align: center;
  margin: 10px 10px 10px 5px;
}
a:hover.green_butoon {
  background-color: #5CA475;
}
a.red_butoon {
  background-color: #EF4C4A;
  color: white;
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  display: block;
  border-radius: 3px;
  text-shadow: 2px 2px 0 #0000001a;
  min-width: 46%;
  max-width: 250px;
  text-align: center;
  margin: 10px 10px 10px 5px;
}
a:hover.red_butoon {
  background-color: #C53B39;
}
.vc_column-inner {
  margin-bottom: 0px;
}
.grecaptcha-badge {
  visibility: hidden !important;
}
.vc_tta-title-text {
  font-weight: bold;
}
.titleshadow {
  text-shadow: 0px 0px 6px rgb(56 56 56 / 55%);
}
.singlepp .entries.left-thumbs .entry .entry-media {
  margin-bottom: 0px;
}
.singlepp h2 {
  margin-top: 20px;
}
.mnht {
  min-height: 80px;
}
/* common spud-boot ***************************************/
/*  mac computer sizes  **************************************************************** */
@media (min-width: 1075px) and (max-width: 1174px) {
  .s-out {
    font-size: 12px;
  }
  .dropbtn {
    font-size: 14px;
  }
}
/*  larger tablet size  **************************************************************** */
@media (min-width: 841px) and (max-width: 1074px) {
  .s-out {
    font-size: 10px;
  }
  .dropbtn {
    font-size: 14px;
  }
  #select_location select {
    margin: 2px auto 2px 5px;
  }
  body.wpex-mobile-toggle-menu-icon_buttons #site-header-inner.container {
    padding: 5px;
  }
  #how_wrks {
    font-size: 14px;
    width: 250px;
  }
  #main_head-inner .row {
    margin-right: 0px;
  }
  #store-in-store {
    background-color: #e9e9e9;
    height: 38px;
    padding: 9px 0px 0px 0px;
  }
}
/*  ipad and a bit bigger ****************************************************************/
@media (min-width: 768px) and (max-width: 840px) {
  .s-out {
    font-size: 10px;
    white-space: nowrap;
  }
  .dropbtn {
    font-size: 11px;
  }
  #select_location select {
    margin: 2px auto 2px 5px;
  }
  body.wpex-mobile-toggle-menu-icon_buttons #site-header-inner.container {
    padding: 5px;
  }
  #how_wrks {
    font-size: 12px;
    width: 250px;
  }
  #main_head-inner .row {
    margin-right: 0px;
  }
  #store-in-store {
    background-color: #e9e9e9;
    height: 38px;
    padding: 7px 0px 0px 0px;
  }
}
/*  iphone ********************************************************************************/
@media (min-width: 9px) and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
  .swap-on-mobile {
    display: flex !important;
    flex-direction: column-reverse;
  }
  .vc_row.vc_column-gap-35 > .vc_column_container {
    padding: 2px;
  }
  .vc_column_container {
    flex-shrink: 0;
  }
  .vc_row {
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
  }
  .vc_pageable-slide-wrapper {
    width: 100%;
  }
  .vc_grid-container-wrapper {
    height: 100px;
  }
  #content-wrap {
    padding-top: 60px !important;
  }
  .s-out {
    font-size: 10px;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    padding: 0px;
  }
  .dropbtn {
    font-size: 12px;
  }
  #select_location select {
    margin: 2px auto 2px 5px;
  }
  body.wpex-mobile-toggle-menu-icon_buttons #site-header-inner.container {
    padding: 5px;
  }
  #how_wrks {
    font-size: 12px;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  .cart_amntz {
    width: 100%;
  }
  #search {
    position: relative;
    font-size: 18px;
    margin: 0px auto 0px auto;
  }
  .customer_name .dropbtn, .cust-dater .dropbtn {
    padding: 5px 5px;
  }
  #site-header-inner .row {
    margin: 0px;
    width: 100%;
  }
  #site-header-inner .col-xs-9 {
    width: 100%;
  }
  #store-in-store {
    background-color: #e9e9e9;
    height: 68px;
    padding: 5px 0px 0px 0px;
  }
  .logo_part {
    text-align: center;
    width: 100%;
  }
  #main_head-inner .col-xs-9 {
    width: 100%;
  }
  .sidebarspacer {
    height: 20px !important;
    width: auto;
  }
  .wpb_wrapper h2, h2 {
    font-size: 24px !important;
  }
  .sus_med {
    font-size: 18px !important;
  }
  .cd-timeline-content {
    width: 80% !important;
  }
  body.hasnt-overlay-header .page-header.background-image-page-header .page-header-table {
    height: 300px !important;
  }
  body.hasnt-overlay-header .page-header.background-image-page-header .page-header-title {
    font-size: 4em !important;
    line-height: 100%;
  }
}
/*  iphone 5 ********************************************************************************/
@media (min-width: 10px) and (max-width: 320px) {
  #top-store-tabs .nav > li > a {
    position: relative;
    display: block;
    padding: 5px 10px;
  }
}