@charset "UTF-8";
div.gg-container {
  max-width: 1140px;
  padding: 0 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

a.gg-link {
  color: #1523FF;
  text-decoration: none;
  cursor: pointer;
}

.gg-clear {
  clear: both;
  content: "";
  display: block;
}

.gg-points-label {
  background-color: #1523FF;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  padding: 3px 5px;
  font-weight: 700;
}
.gg-points-label:after {
  content: "punten";
  padding-left: 3px;
  font-weight: 500;
}

.gg-w-100 {
  width: 100%;
}

.gg-h1, .gg-h2, .gg-h3, .gg-h4, .gg-h5 {
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
  font-weight: 700;
  letter-spacing: unset;
}

.gg-h1 {
  font-size: 30px;
  line-height: 36px;
}

.gg-h2 {
  font-size: 24px;
  line-height: 30px;
}

.gg-h3 {
  font-size: 20px;
  line-height: 26px;
}

.gg-h4 {
  font-size: 18px;
  line-height: 22px;
}

div#gg-content {
  padding: 50px 0;
  position: relative;
}

.gg-hidden {
  display: none !important;
  height: 0;
}

.gg-popup {
  position: relative;
  background: #FFF;
  padding: 20px 0;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
  border-radius: 3px;
}

.gg-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
}
.gg-loading-overlay.gg-active {
  display: flex;
}

.gg-button {
  height: 44px;
  display: inline-block;
  padding: 0 15px;
  line-height: 44px;
  text-decoration: none;
  border-radius: 3px;
  text-align: center;
  border: 0;
}
.gg-button.gg-button-blue {
  background-color: #1523FF;
  color: #fff;
}
.gg-button.gg-button-delete {
  background-color: Red;
  height: 30px;
  width: 30px;
  background: url(../img/delete-icon.svg) no-repeat center center Red;
  background-size: 50%;
  padding: 0;
  fill: #fff;
}

.gg-text > * {
  margin-bottom: 16px;
}
.gg-text > *:first-child {
  margin-top: 0 !important;
}
.gg-text > *:last-child {
  margin-bottom: 0 !important;
}
.gg-text p {
  line-height: 27px;
}

label.gg-radio-label {
  display: block;
}
label.gg-radio-label input[type=radio] {
  margin-right: 5px;
  top: 1px;
  position: relative;
}

.gg-textarea,
.gg-input[type=email],
.gg-input[type=text],
.gg-input[type=password],
.gg-input[type=number] {
  height: 44px;
  border: solid 1px #000;
  padding: 5px 10px;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0;
  max-width: 100%;
  background: #fff;
  border-radius: 3px;
}
.gg-textarea.gg-input-error,
.gg-input[type=email].gg-input-error,
.gg-input[type=text].gg-input-error,
.gg-input[type=password].gg-input-error,
.gg-input[type=number].gg-input-error {
  border: solid 1px rgba(255, 0, 0, 0.4);
  background: rgba(255, 0, 0, 0.1);
}

.gg-textarea {
  height: 100px;
}

.gg-input-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.gg-input-row .gg-label {
  width: 180px;
  flex: 0 0 180px;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
}
.gg-input-row label:not(.gg-label),
.gg-input-row .gg-input[type=email],
.gg-input-row .gg-input[type=text],
.gg-input-row .gg-input[type=password],
.gg-input-row .gg-input[type=number] {
  margin-left: 10px;
}

select.gg-select {
  width: 100%;
  padding: 5px 10px;
  height: 44px;
}

.gg-price {
  font-weight: bold;
  font-size: 20px;
}
.gg-price:before {
  content: "€";
  padding-right: 5px;
}

div.gg-result {
  border-left: solid 3px #ffad6f !important;
  background: #FFF6E7 !important;
  padding: 8px 15px !important;
  border-radius: 5px;
  margin-bottom: 20px;
}

div.gg-product {
  text-align: center;
}
div.gg-product div.gg-image {
  height: 0;
  padding-bottom: 100%;
  display: block;
  background: no-repeat center center/contain;
  margin-bottom: 15px;
}
div.gg-product div.gg-image.gg-no-image {
  background-color: #efefef;
}
div.gg-product h2.gg-name {
  font-size: 18px;
  line-height: 24px;
}

div.gg-login {
  padding: 30px;
  background: rgba(21, 35, 255, 0.1);
}
div.gg-login .gg-input-row .gg-label {
  width: 150px;
  flex: 0 0 150px;
}
div.gg-login input {
  width: calc(100% - 170px);
}
div.gg-login div.gg-buttons {
  padding-left: 170px;
}

div#template-gg-checkout h3.gg-h3 {
  flex: 0 0 100%;
}
div#template-gg-checkout div.gg-intro-text {
  margin-bottom: 30px;
}
div#template-gg-checkout div.gg-form {
  width: 70%;
  padding-right: 20px;
}
div#template-gg-checkout div.gg-form div.gg-login {
  margin-bottom: 30px;
}
div#template-gg-checkout div.gg-form div.gg-address {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  padding-top: 30px;
}
div#template-gg-checkout div.gg-form div.gg-address .gg-input[name=gg_city],
div#template-gg-checkout div.gg-form div.gg-address .gg-input[name=gg_phone],
div#template-gg-checkout div.gg-form div.gg-address .gg-input[name=gg_email] {
  width: 300px;
}
div#template-gg-checkout div.gg-form div.gg-address .gg-input[name=gg_address] {
  width: 400px;
}
div#template-gg-checkout div.gg-form div.gg-address .gg-input[name=gg_middlename],
div#template-gg-checkout div.gg-form div.gg-address .gg-input[name=gg_zipcode] {
  width: 150px;
}
div#template-gg-checkout div.gg-form div.gg-address div.gg-buttons {
  padding-left: 200px;
}
div#template-gg-checkout div.gg-quick-cart {
  width: 30%;
  padding-left: 20px;
}

div#template-gg-login div.gg-container {
  justify-content: space-around;
}
div#template-gg-login div.gg-login-wrapper {
  width: 50%;
}

div#template-gg-confirm div.gg-container {
  justify-content: space-around;
}
div#template-gg-confirm h3.gg-h3 {
  flex: 0 0 100%;
}
div#template-gg-confirm div.gg-intro-text {
  margin-bottom: 30px;
}
div#template-gg-confirm div.gg-buttons {
  width: 700px;
  margin-top: 30px;
  text-align: right;
}
div#template-gg-confirm div.gg-summary {
  background: rgba(21, 35, 255, 0.1);
  width: 700px;
  padding: 30px;
  border-bottom: solid 2px rgba(21, 35, 255, 0.3);
  border-radius: 5px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
div#template-gg-confirm div.gg-summary h4.gg-h4 {
  margin-bottom: 5px;
}
div#template-gg-confirm div.gg-summary div.gg-text {
  margin-bottom: 0;
}
div#template-gg-confirm div.gg-summary span.gg-price {
  font-size: 18px;
}
div#template-gg-confirm div.gg-summary div.gg-user-information {
  flex: 0 0 50%;
}
div#template-gg-confirm div.gg-summary div.gg-user-information div.gg-user {
  margin-bottom: 20px;
}
div#template-gg-confirm div.gg-summary div.gg-user-information div.gg-address span {
  display: block;
}
div#template-gg-confirm div.gg-summary div.gg-cart-warning {
  color: red;
  margin-top: 30px;
  font-weight: 700;
}
div#template-gg-confirm div.gg-summary div.gg-prices {
  flex: 0 0 35%;
}
div#template-gg-confirm div.gg-summary div.gg-prices div.gg-price-line {
  display: flex;
  width: 100%;
  justify-content: space-between;
  line-height: 27px;
}
div#template-gg-confirm div.gg-summary div.gg-prices div.gg-price-line:last-child {
  border-top: solid 1px #000;
  padding-top: 10px;
  margin-top: 10px;
}
div#template-gg-confirm div.gg-summary div.gg-note {
  margin-top: 30px;
}
div#template-gg-confirm div.gg-summary div.gg-cart {
  flex: 0 0 100%;
  margin-top: 30px;
}
div#template-gg-confirm div.gg-summary div.gg-cart div.gg-cart-product {
  display: flex;
  line-height: 27px;
}
div#template-gg-confirm div.gg-summary div.gg-cart div.gg-cart-product div.gg-header {
  font-weight: 600;
}
div#template-gg-confirm div.gg-summary div.gg-cart div.gg-cart-product div.gg-name {
  flex: 1;
}
div#template-gg-confirm div.gg-summary div.gg-cart div.gg-cart-product div.gg-price-wrapper {
  flex: 0 0 100px;
  text-align: right;
}
div#template-gg-confirm div.gg-summary div.gg-cart div.gg-cart-product div.gg-amount {
  flex: 0 0 100px;
  text-align: center;
}

div#template-gg-cart h3.gg-h3 {
  flex: 0 0 100%;
}
div#template-gg-cart div.gg-intro-text {
  margin-bottom: 30px;
}
div#template-gg-cart div.gg-loading-overlay {
  position: fixed;
}
div#template-gg-cart div.gg-container {
  justify-content: space-around;
}
div#template-gg-cart div.gg-no-products-found {
  flex: 0 0 100%;
}
div#template-gg-cart div.gg-cart {
  flex: 0 0 70%;
}
div#template-gg-cart div.gg-cart div.gg-shipping {
  display: block;
  padding: 20px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
div#template-gg-cart div.gg-cart div.gg-shipping span.gg-title {
  display: block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}
div#template-gg-cart div.gg-cart div.gg-shipping label.gg-radio-label {
  display: flex;
  justify-content: space-between;
}
div#template-gg-cart div.gg-cart div.gg-note {
  display: block;
  margin-top: 20px;
}
div#template-gg-cart div.gg-cart div.gg-note span.gg-title {
  display: block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}
div#template-gg-cart div.gg-cart div.gg-note textarea.gg-textarea {
  width: 100%;
}
div#template-gg-cart div.gg-cart div.gg-cart-product {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 1fr 200px 120px;
  grid-template-columns: 80px 1fr 200px 120px;
  grid-gap: 20px;
  padding: 20px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
div#template-gg-cart div.gg-cart div.gg-cart-product div.gg-image {
  width: 80px;
  height: 80px;
  background: #fff no-repeat center center/cover;
  border: solid 1px rgba(0, 0, 0, 0.2);
}
div#template-gg-cart div.gg-cart div.gg-cart-product div.gg-image.gg-no-image {
  background-color: #efefef;
}
div#template-gg-cart div.gg-cart div.gg-cart-product div.gg-name {
  align-self: center;
}
div#template-gg-cart div.gg-cart div.gg-cart-product div.gg-name span.gg-stock-warning {
  font-style: italic;
  display: block;
  font-size: 12px;
}
div#template-gg-cart div.gg-cart div.gg-cart-product div.gg-edit {
  align-self: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
div#template-gg-cart div.gg-cart div.gg-cart-product div.gg-edit input[type=number] {
  width: 100px;
  margin-right: 10px;
}
div#template-gg-cart div.gg-cart div.gg-cart-product div.gg-price-wrapper {
  align-self: center;
  text-align: right;
}
div#template-gg-cart div.gg-cart div.gg-cart-product div.gg-price-wrapper span.gg-price {
  display: block;
}
div#template-gg-cart div.gg-cart div.gg-cart-product div.gg-price-wrapper span.gg-price.gg-has-discount {
  text-decoration: line-through;
  font-size: 16px;
}
div#template-gg-cart div.gg-cart div.gg-cart-product div.gg-discount-wrapper {
  grid-column: 1/5;
}
div#template-gg-cart div.gg-cart div.gg-cart-product div.gg-discount-wrapper label.gg-discount-disabled {
  opacity: 0.2;
}
div#template-gg-cart div.gg-cart div.gg-cart-product div.gg-discount-wrapper span.gg-points-label {
  margin-right: 5px;
}
div#template-gg-cart div.gg-cart div.gg-cart-product div.gg-discount-wrapper span.gg-price {
  font-size: 16px;
}
div#template-gg-cart div.gg-cart div.gg-price-summary {
  margin-top: 20px;
}
div#template-gg-cart div.gg-cart div.gg-price-summary div.gg-subtotal-price,
div#template-gg-cart div.gg-cart div.gg-price-summary div.gg-discount-price,
div#template-gg-cart div.gg-cart div.gg-price-summary div.gg-total-price {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 120px;
  grid-template-columns: 1fr 120px;
  grid-gap: 20px;
  padding: 10px 0;
}
div#template-gg-cart div.gg-cart div.gg-price-summary div.gg-subtotal-price span.gg-price-label,
div#template-gg-cart div.gg-cart div.gg-price-summary div.gg-subtotal-price span.gg-price,
div#template-gg-cart div.gg-cart div.gg-price-summary div.gg-discount-price span.gg-price-label,
div#template-gg-cart div.gg-cart div.gg-price-summary div.gg-discount-price span.gg-price,
div#template-gg-cart div.gg-cart div.gg-price-summary div.gg-total-price span.gg-price-label,
div#template-gg-cart div.gg-cart div.gg-price-summary div.gg-total-price span.gg-price {
  text-align: right;
}
div#template-gg-cart div.gg-cart div.gg-buttons {
  text-align: right;
  margin-top: 30px;
}

div.template-gg-login-popup h2.gg-h2 {
  flex: 0 0 100%;
  margin-bottom: 20px;
}
div.template-gg-login-popup div.gg-text {
  margin-bottom: 20px;
}
div.template-gg-login-popup div.gg-users {
  flex: 0 0 100%;
}
div.template-gg-login-popup div.gg-users a.gg-select-user {
  display: block;
  padding: 15px 20px;
  background: #efefef;
  margin-bottom: 1px;
  position: relative;
  text-decoration: none;
  background-color: rgba(21, 35, 255, 0.1);
  color: #000;
  border-radius: 3px;
  cursor: pointer;
}
div.template-gg-login-popup div.gg-users a.gg-select-user:after {
  position: absolute;
  right: 15px;
  content: "⟶";
}
div.template-gg-login-popup div.gg-users a.gg-select-user:hover {
  color: #fff;
  background-color: #1523ff;
}

div.template-gg-added-product-to-cart div.gg-information-wrapper {
  flex: 0 0 65%;
  display: flex;
  flex-wrap: nowrap;
  padding-right: 30px;
}
div.template-gg-added-product-to-cart div.gg-information-wrapper div.gg-image {
  flex: 0 0 50%;
  padding-right: 15px;
}
div.template-gg-added-product-to-cart div.gg-information-wrapper div.gg-image img {
  max-width: 100%;
}
div.template-gg-added-product-to-cart div.gg-information-wrapper div.gg-information {
  flex: 0 0 50%;
  padding-left: 15px;
}
div.template-gg-added-product-to-cart div.gg-information-wrapper div.gg-information input.gg-amount-input {
  width: 70px;
}
div.template-gg-added-product-to-cart div.gg-information-wrapper div.gg-information span.gg-amount-label {
  float: left;
  font-size: 14px;
  line-height: 44px;
  padding-right: 10px;
}
div.template-gg-added-product-to-cart div.gg-information-wrapper div.gg-information span.gg-price {
  margin-top: 20px;
  font-size: 16px;
  display: block;
}
div.template-gg-added-product-to-cart div.gg-cart {
  flex: 0 0 35%;
  padding-left: 30px;
  border-left: solid 1px #000;
}
div.template-gg-added-product-to-cart div.gg-cart div.gg-line {
  display: flex;
  justify-content: space-between;
}
div.template-gg-added-product-to-cart div.gg-cart div.gg-line span {
  font-size: 16px;
}
div.template-gg-added-product-to-cart div.gg-cart .gg-button {
  display: block;
  margin-top: 20px;
}
div.template-gg-added-product-to-cart h2.gg-h2,
div.template-gg-added-product-to-cart div.gg-cart-footer {
  flex: 0 0 100%;
}
div.template-gg-added-product-to-cart h2.gg-h2 {
  margin-bottom: 20px;
}
div.template-gg-added-product-to-cart div.gg-cart-footer {
  margin-top: 20px;
}
div.template-gg-added-product-to-cart div.gg-cart-footer a.gg-close {
  font-size: 14px;
}

div#template-gg-dashboard {
  padding-bottom: 30px;
}
div#template-gg-dashboard h3.gg-h2 {
  text-align: center;
  margin-bottom: 20px;
  flex: 0 0 100%;
}
div#template-gg-dashboard div.gg-popular-products {
  margin-bottom: 50px;
  width: 100%;
}
div#template-gg-dashboard div.gg-popular-products div.gg-products {
  padding-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
}
div#template-gg-dashboard div.gg-categories-wrapper {
  width: 50%;
  padding-right: 20px;
}
div#template-gg-dashboard div.gg-categories-wrapper div.gg-categories {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 40px;
}
div#template-gg-dashboard div.gg-categories-wrapper div.gg-categories a.gg-category {
  display: block;
  background: #1523FF;
  padding: 20px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  border-radius: 4px;
  transition: all 0.4s;
}
div#template-gg-dashboard div.gg-categories-wrapper div.gg-categories a.gg-category:hover {
  background: rgba(21, 35, 255, 0.8);
  text-decoration: none;
}
div#template-gg-dashboard div.gg-login-wrapper {
  width: 50%;
  padding-left: 20px;
}
div#template-gg-dashboard div.gg-login-wrapper div.gg-user-logged-in {
  font-size: 21px;
}
div#template-gg-dashboard div.gg-login-wrapper div.gg-user-logged-in strong {
  font-size: 24px;
}

div#template-gg-category {
  padding: 30px 0;
}
div#template-gg-category div.gg-filters {
  flex: 0 0 300px;
  padding-right: 25px;
}
div#template-gg-category div.gg-filters h2.gg-filter-title {
  line-height: 36px;
}
div#template-gg-category div.gg-filters h3.gg-filter-name {
  margin-bottom: 10px;
}
div#template-gg-category div.gg-filters div.gg-categories {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  padding-top: 15px;
}
div#template-gg-category div.gg-filters div.gg-categories nav.gg-categories-nav a.gg-categories-nav-link {
  display: block;
}
div#template-gg-category div.gg-filters div.gg-categories nav.gg-categories-nav a.gg-categories-nav-link.gg-is-active {
  font-weight: bold;
}
div#template-gg-category div.gg-filters div.gg-categories nav.gg-categories-nav a.gg-categories-nav-link.gg-is-sub {
  padding-left: 10px;
}
div#template-gg-category div.gg-category-products {
  padding-left: 25px;
  flex: 1;
}
div#template-gg-category div.gg-category-products div.gg-products {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
div#template-gg-category div.gg-category-products.gg-without-filter {
  padding-left: 0;
}
div#template-gg-category div.gg-category-products.gg-without-filter div.gg-products {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

div#template-gg-product {
  padding: 30px 0;
}
div#template-gg-product div.gg-main-information {
  display: flex;
  width: 100%;
}
div#template-gg-product div.gg-main-information div.gg-image-wrapper {
  width: 50%;
  padding-right: 25px;
}
div#template-gg-product div.gg-main-information div.gg-image-wrapper div.gg-image {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  display: block;
  background: no-repeat center center/contain;
}
div#template-gg-product div.gg-main-information div.gg-image-wrapper div.gg-image.gg-no-image {
  background-color: #efefef;
}
div#template-gg-product div.gg-main-information div.gg-information {
  width: 50%;
  padding-left: 25px;
  padding-top: 25px;
}
div#template-gg-product div.gg-main-information div.gg-information div.gg-variations {
  margin: 20px 0;
}
div#template-gg-product div.gg-main-information div.gg-information div.gg-variations h4.gg-h4 {
  margin-bottom: 5px;
}
div#template-gg-product div.gg-main-information div.gg-information div.gg-description {
  margin: 20px 0;
}
div#template-gg-product div.gg-main-information div.gg-information div.gg-stock {
  font-size: 14px;
  margin-left: 15px;
}
div#template-gg-product div.gg-main-information div.gg-information div.gg-price-wrapper {
  margin: 20px 0;
}
div#template-gg-product div.gg-main-information div.gg-information div.gg-price-wrapper span.gg-price-title {
  font-size: 22px;
  padding-right: 5px;
}
div#template-gg-product div.gg-main-information div.gg-information form.gg-add-product-to-cart-form {
  display: flex;
  align-items: center;
}

.gg-mfp .mfp-close {
  background: #1523FF;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  div.gg-container {
    max-width: 960px;
  }

  div#template-gg-category div.gg-filters {
    flex: 0 0 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gg-h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .gg-h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .gg-h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .gg-h4 {
    font-size: 18px;
    line-height: 22px;
  }

  div.gg-container {
    max-width: 720px;
  }

  div#template-gg-category div.gg-filters {
    flex: 0 0 200px;
  }
  div#template-gg-category div.gg-filters h2.gg-filter-title {
    line-height: 30px;
  }
  div#template-gg-category div.gg-category-products div.gg-products {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }

  div#template-gg-login div.gg-login-wrapper {
    width: 100%;
  }

  div#template-gg-dashboard div.gg-popular-products {
    width: 100%;
  }
  div#template-gg-dashboard div.gg-popular-products div.gg-products {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  div#template-gg-dashboard div.gg-popular-products div.gg-products div.gg-product:nth-child(4) {
    display: none;
  }
  div#template-gg-dashboard div.gg-login-wrapper,
div#template-gg-dashboard div.gg-categories-wrapper {
    width: 100%;
    padding: 0;
  }
  div#template-gg-dashboard div.gg-login-wrapper {
    margin-top: 30px;
  }

  div#template-gg-cart div.gg-cart {
    flex: 0 0 100%;
  }

  div#template-gg-checkout div.gg-quick-cart {
    display: none;
  }
  div#template-gg-checkout div.gg-form {
    width: 100%;
    padding-right: 0;
  }
  div#template-gg-checkout div.gg-form div.gg-login {
    width: 100%;
  }
  div#template-gg-checkout div.gg-form div.gg-address .gg-input[name=gg_middlename],
div#template-gg-checkout div.gg-form div.gg-address .gg-input[name=gg_zipcode] {
    width: 100px;
  }
  div#template-gg-checkout div.gg-form div.gg-address .gg-input[name=gg_firstname],
div#template-gg-checkout div.gg-form div.gg-address .gg-input[name=gg_lastname] {
    width: 140px;
  }
  div#template-gg-checkout div.gg-form div.gg-address .gg-input[name=gg_city],
div#template-gg-checkout div.gg-form div.gg-address .gg-input[name=gg_phone],
div#template-gg-checkout div.gg-form div.gg-address .gg-input[name=gg_email] {
    width: 250px;
  }

  div#template-gg-confirm div.gg-summary {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .gg-h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .gg-h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .gg-h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .gg-h4 {
    font-size: 18px;
    line-height: 22px;
  }

  div#gg-content {
    padding: 25px 0;
  }

  div.gg-product h2.gg-name {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .gg-price {
    font-size: 16px;
  }

  .gg-input-row {
    display: block;
  }
  .gg-input-row .gg-label {
    width: 100%;
    text-align: left;
  }
  .gg-input-row .gg-label + label {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .gg-input-row .gg-label + label + label {
    margin-bottom: 0;
  }
  .gg-input-row label:not(.gg-label),
.gg-input-row .gg-input[type=email],
.gg-input-row .gg-input[type=text],
.gg-input-row .gg-input[type=password],
.gg-input-row .gg-input[type=number] {
    margin-left: 0px;
  }

  div.gg-login {
    padding: 20px;
  }
  div.gg-login .gg-input-row .gg-label {
    width: 100%;
  }
  div.gg-login div.gg-buttons {
    padding-left: 0;
    text-align: right;
  }
  div.gg-login input {
    width: 100%;
  }

  div#template-gg-product div.gg-main-information {
    display: block;
  }
  div#template-gg-product div.gg-main-information div.gg-image-wrapper {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  div#template-gg-product div.gg-main-information div.gg-information {
    width: 100%;
    padding: 0;
  }
  div#template-gg-product div.gg-main-information div.gg-information div.gg-price-wrapper {
    margin: 16px 0;
  }

  div#template-gg-cart div.gg-cart {
    flex: 0 0 100%;
  }
  div#template-gg-cart div.gg-cart div.gg-cart-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  div#template-gg-cart div.gg-cart div.gg-cart-product div.gg-image {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  div#template-gg-cart div.gg-cart div.gg-cart-product div.gg-name {
    flex: 0 0 auto;
    width: calc(100% - 80px);
    margin-bottom: 15px;
  }

  div#template-gg-category div.gg-filters {
    flex: 0 0 100%;
    padding-right: 0;
    display: none;
  }
  div#template-gg-category div.gg-category-products {
    padding-left: 0;
  }
  div#template-gg-category div.gg-category-products div.gg-products {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
  }

  div#template-gg-dashboard div.gg-popular-products {
    width: 100%;
  }
  div#template-gg-dashboard div.gg-popular-products div.gg-products {
    grid-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }
  div#template-gg-dashboard div.gg-login-wrapper,
div#template-gg-dashboard div.gg-categories-wrapper {
    width: 100%;
    padding: 0;
  }
  div#template-gg-dashboard div.gg-login-wrapper div.gg-categories,
div#template-gg-dashboard div.gg-categories-wrapper div.gg-categories {
    grid-gap: 20px;
  }
  div#template-gg-dashboard div.gg-login-wrapper div.gg-categories a.gg-category,
div#template-gg-dashboard div.gg-categories-wrapper div.gg-categories a.gg-category {
    padding: 10px;
  }
  div#template-gg-dashboard div.gg-login-wrapper {
    margin-top: 30px;
  }

  div#template-gg-checkout div.gg-quick-cart {
    display: none;
  }
  div#template-gg-checkout div.gg-form {
    width: 100%;
    padding-right: 0;
  }
  div#template-gg-checkout div.gg-form div.gg-login {
    width: 100%;
  }
  div#template-gg-checkout div.gg-form div.gg-address .gg-input[name=gg_middlename],
div#template-gg-checkout div.gg-form div.gg-address .gg-input[name=gg_zipcode] {
    width: 150px;
    margin-bottom: 10px;
  }
  div#template-gg-checkout div.gg-form div.gg-address .gg-input[name=gg_middlename] {
    margin-top: 10px;
  }
  div#template-gg-checkout div.gg-form div.gg-address .gg-input[name=gg_firstname],
div#template-gg-checkout div.gg-form div.gg-address .gg-input[name=gg_lastname] {
    width: 100%;
  }
  div#template-gg-checkout div.gg-form div.gg-address .gg-input[name=gg_city],
div#template-gg-checkout div.gg-form div.gg-address .gg-input[name=gg_phone],
div#template-gg-checkout div.gg-form div.gg-address .gg-input[name=gg_email] {
    width: 100%;
  }
  div#template-gg-checkout div.gg-form div.gg-address div.gg-buttons {
    padding-left: 0;
    text-align: right;
  }

  div#template-gg-confirm div.gg-summary {
    width: 100%;
    padding: 20px;
  }
  div#template-gg-confirm div.gg-summary span.gg-price {
    font-size: 16px;
  }
  div#template-gg-confirm div.gg-summary div.gg-user-information {
    flex: 0 0 100%;
  }
  div#template-gg-confirm div.gg-summary div.gg-prices {
    flex: 0 0 100%;
    margin-top: 20px;
  }
  div#template-gg-confirm div.gg-summary div.gg-cart div.gg-cart-product div.gg-amount {
    flex: 0 0 60px;
  }

  div#template-gg-login div.gg-login-wrapper {
    width: 100%;
  }

  div.template-gg-added-product-to-cart div.gg-information-wrapper {
    flex: 0 0 100%;
    padding-right: 0;
  }
  div.template-gg-added-product-to-cart div.gg-information-wrapper div.gg-image {
    flex: 0 0 40%;
  }
  div.template-gg-added-product-to-cart div.gg-information-wrapper div.gg-information {
    flex: 0 0 60%;
  }
  div.template-gg-added-product-to-cart div.gg-cart {
    flex: 0 0 100%;
    padding-left: 0;
    padding-top: 20px;
    border-left: 0;
  }
}