/*
#masthead .site-branding {
  display: none;
}

.secondary-navigation {
  display: none;
}

#masthead .col-full {
  display: flex;
}
*/

div.storefront-primary-navigation {
  position: static;
  background: linear-gradient(to top, #4690C8, #00192C);
  box-shadow: 0 0 1rem grey;
}

.main-navigation div.menu {
  display: block;
}

.handheld-navigation,
.main-navigation div.menu > ul:not(.nav-menu),
.nav-menu {
  overflow: initial;
  max-height: initial;
  width: 100vw;
}

h1 {
  color: black;
}

#masthead .col-full {
  justify-content: space-around;
  padding: 1rem 0;
}

#custom_html-19.widget_text.widget.widget_custom_html {
  margin: 0px;
}
nav.secondary-navigation {
  display: none;
}
.site-header-cart div.widget_shopping_cart {
	margin-left: calc(100% - 280px);
}

a.add_to_cart_button {
  margin-right: 2px;
	background: white;
	border: 1px solid red;
	color: red;
}
a.add_to_cart_button:hover {
  box-shadow: 0 0 3px red;
	background: cornsilk;
	border: 1px solid red;
	color: red;
}
a.yith-wcqv-button {
  margin-left: 2px;
	background: white;
	border: 1px solid blue;
	color: blue;
}
a.yith-wcqv-button:hover {
  box-shadow: 0 0 3px blue;
	background: aliceblue;
	border: 1px solid blue;
	color: blue;
}
a.compare {
	background: white;
	border: 1px solid green;
	color: green;
}
a.compare:hover {
  box-shadow: 0 0 3px green;
	background: azure;
	border: 1px solid green;
	color: green;
}
ul.products li.product img {
  height: 200px;
}
header#masthead {
  padding: 0;
  background: none;
}
.entry-content > img {
	display: none;
}
.entry-content .table-responsive {
	height: auto;
}
#search-2 {
  display: flex;
  align-self: center;
  width: 30vw;
}
@media (max-device-width: 720px) {
#search-2 {
  width: 70vw;
  margin-bottom: 1em;
}
.handheld-navigation {
  background: linear-gradient(to top, #4690C8, #00192C);
  box-shadow: 0 0 1rem grey;
}
}
#search-2 > form {
  width: 100%;
  margin: 0;
  display: flex;
}
#custom_html-19 {
  display: flex;
  align-self: center;
}
#headeright {
  color: #000;
}
#headeright > a {
  color: black;
  font-size: 1.3em;
}
header#masthead {
  background: url('/wp-includes/images/h.jpg');
}
#masthead .col-full {
    padding: 0;
}
.col-full::after, .col-full::before {
  position: absolute;
}
.widget_search form > label {
    width: calc(100% - 73px);
    margin-right: 3px;
}
.widget_search form input[type=search] {
	border: 1px solid red;
}
.widget_search form input[type=submit] {
    position: static;
    width: 70px;
    height: auto;
    clip-path: initial;
    border: 1px solid #c00;
    background: red;
    border-radius: 5px;
  	outline: none;
}
.widget_search form input[type=submit]:focus,
.widget_search form input[type=submit]:hover {
    background: #c00;
}