/*adjusting menu icon padding */
.main-navigation ul li a, #masthead.masthead-logo-in-menu .logo {
  padding-left: 5px !important;
  padding-right: 10px !important;
}

a:focus {
  outline: 0 !important;
  /*removes the dotted border*/;
}

#masthead.masthead-logo-in-menu .logo {
  margin-top: 0px !important;
}

.woocommerce div.product div.images img {
  width: 80%; 
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
  margin-top: 10%;
}

.entry-content ul {
  list-style-type: disc;
  line-height: 1.5em;
}

/*CSS ARROW*/
.arrow_box {
  position: relative;
  background: #ffffff;
  border: 1px solid #ffffff;
}

.arrow_box:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 100px;
  margin-left: -100px;
}

.arrow_box:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 101px;
  margin-left: -101px;
}

.arrow_box_blue {
  position: relative;
  background: #0058ad;
  border: 1px solid #0058ad;
}

.arrow_box_blue:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box_blue:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #0058ad;
  border-width: 100px;
  margin-left: -100px;
}

.arrow_box_blue:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #0058ad;
  border-width: 101px;
  margin-left: -101px;
}

.arrow_box_red {
  position: relative;
  background: rgba(255, 255, 255, 0);
  border: 0px solid #e31118;
  z-index: 2;
}

.arrow_box_red:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.arrow_box_red:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #e31118;
  border-width: 100px;
  margin-left: -100px;
  z-index: 2;
}

.arrow_box_red:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #e31118;
  border-width: 101px;
  margin-left: -101px;
  z-index: 2;
}

.design {
  font-family: 'Montserrat';
  font-size: 18px;
}

.form-label-top, .form-label-left, .form-label-right {
  font-family: 'Montserrat' !important;
}



.sow-slider-base ul.sow-slider-images li.sow-slider-image {
  z-index: 1 !important;
}

#masthead .hgroup .logo img {
  width: 300px;
  height: auto;
}

.layout-full #colophon {
  padding-top: 5px;
}

@media (max-width: 783px){
  .negmargin {
    margin-top: -130px;
  }

  .panel-widget-style[style] {
    background-position: center center !important;
  } 
 .so-widget-sow-button.so-widget-sow-button-flat-e3b3abaada68 {
    padding-left: 31%;
}

}

/* WooCommerce Custom */
.woocommerce ul.products li.product h3 {
    font-size: 20px;
    color: #0058ad;
}

.woocommerce ul.products li.product .price {
    color: #e31118;
    font-size: 30px;
  font-weight: 600;
}

.woocommerce #page-wrapper .product h1.entry-title {
    font-size: 22px;
    color: #0058ad;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #e31118;
    font-size: 30px;
    font-weight: 600;
}

/*BUY BUTTON*/
div#pgc-12-0-0 {
    position: fixed;
    z-index: 100;
    padding: 20px;
}
.buy .ow-button-base.ow-button-align-center {
    border: solid 3px #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px #000;
}


/*StoreLocator Custom*/
#storelocator-search-label, #search_radius_text, #storelocator-filter_text {
  color: #0058ad;}

.storelocator-scrollFix P {
  color: #e31118;}

.storelocator-store {
  border: none !important;}

#storelocator-leftcolumn {
  border: 1px 0px 0px 0px !important;}

.btn-danger {
  background-color: #38b9c4 !important;
  background-image: none !important;
}

#storelocator-directions-panel {
  display: none;
}

.storelocator-btn-primary {
  color: white !important;
}

#form body {
  background-color: transparent !important;
  color: #f1632b !important;}