/*!
Theme Name: hellofrenchy
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hellofrenchy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

hellofrenchy is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Global settings.
 */
body {
  margin: 0;
  padding-top: 56px;
}

html :where(img) {
  height: auto;
  max-width: 100%;
}

h1 {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 84px;
}

h2 {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 32px;
}

h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 26px;
}

h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
}

h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.btn-outline-secondary {
  font-family: "Source Sans Pro", sans-serif;
  padding: 13px 40px;
  font-size: 14px;
  border: 1px solid #e1e1e1;
}

.btn-outline-secondary:hover {
  border: 1px solid #2d2e2c;
  background-color: rgba(0, 0, 0, 0);
  color: #2d2e2c;
}

.btn-primary {
  font-size: 14px;
}

.btn-primary:focus {
  box-shadow: none !important;
}

.btn-primary:active {
  box-shadow: none !important;
}

input {
  font-size: 14px;
}

.form-check-input:focus {
  box-shadow: none;
}

.bg-primary {
  background-color: #2d2e2c !important;
}

.primary-menu a {
  font-size: 16px;
  margin-top: 5px;
}

.product-search-form input {
  border-width: 0px 0px 1px 0px;
  border-color: #2d2e2c;
}

.product-search-form input:focus {
  outline: none;
}

.search-results tr:hover {
  background-color: white !important;
}

.search-results a:hover {
  text-decoration: none !important;
}

.search-results span:hover {
  text-decoration: none !important;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
  padding: 5px 15px;
}

.grecaptcha-badge {
  visibility: hidden;
}

/**
 * Menu.
 */

.menu-item-collection a::after,
.menu-item-brands a::after,
.menu-item-made-to-order a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: #898989;
  font-size: 12px;
  float: right;
}

.collection-submenu-container,
.brands-submenu-container,
.made-to-order-submenu-container {
  position: absolute;
  left: 16px;
  top: 0;
  right: 0;
  width: 100%;
  display: none;
  height: 100%;
  overflow: hidden;
  z-index: 999;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}

.collection-submenu-container-close,
.brands-submenu-container-close,
.made-to-order-submenu-container-close {
  padding-left: 16px;
  margin-top: 32px;
}

.collection-submenu-container-close::after,
.brands-submenu-container-close::after,
.made-to-order-submenu-container-close::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  color: #898989;
  font-size: 16px;
}

.selected-item {
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
  -moz-animation: slide-in 0.5s forwards;
  -ms-animation: slide-in 0.5s forwards;
  -o-animation: slide-in 0.5s forwards;
}

.dismiss {
  animation: slide-out 0.5s forwards;
  -webkit-animation: slide-out 0.5s forwards;
  -moz-animation: slide-out 0.5s forwards;
  -ms-animation: slide-out 0.5s forwards;
  -o-animation: slide-out 0.5s forwards;
}

.remove-primary {
  animation: remove-primary 0.5s forwards;
  -webkit-animation: remove-primary 0.5s forwards;
  -moz-animation: remove-primary 0.5s forwards;
  -ms-animation: remove-primary 0.5s forwards;
  -o-animation: remove-primary 0.5s forwards;
}

.show-primary {
  animation: show-primary 0.5s forwards;
  -webkit-animation: show-primary 0.5s forwards;
  -moz-animation: show-primary 0.5s forwards;
  -ms-animation: show-primary 0.5s forwards;
  -o-animation: show-primary 0.5s forwards;
}

@keyframes remove-primary {
  0% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
}

@keyframes show-primary {
  0% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }
}

@keyframes slide-in {
  0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }
}

@-webkit-keyframes slide-in {
  0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }
}

@keyframes slide-out {
  0% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
}

@-webkit-keyframes slide-out {
  0% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
}

/**
 * Header.
 */
.custom-logo-link {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 256px !important;
  width: auto;
}

.site-header {
  position: fixed;
  top: 0;
  transition: top 0.3s ease-in-out;
  width: 100%;
  z-index: 899;
  background-color: white;
}

.nav-hidden {
  top: -60px;
}

/**
 * Front page.
 */
.front-page-hero {
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 56px);
  height: -o-calc(100vh - 56px);
  height: -webkit-calc(100vh - 56px);
  height: -moz-calc(100vh - 56px);
  background-position: center;
  margin-bottom: 100px;
}

.category-slider {
  margin-bottom: 100px !important;
}

.slick-slide {
  margin: 0px 5px;
  position: relative;
}

.category-slider .slick-slide img {
  object-fit: cover;
  width: 100%;
  background-position: center;
  margin-right: 10px;
  height: 75vh;
}

.slick-slide h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .featured-designers-container {
	height: 2200px;
} */

.featured-designers-container .sticky-md-top {
  z-index: 0;
}

.featured-designers-container .row {
  height: 100%;
}

.featured-designers-container h2 {
  margin-bottom: 60px;
}

.main-fd-image {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  padding-bottom: 10px;
}

.fd-gallery img {
  margin-bottom: 10px;
  height: 75vh;
  object-fit: cover;
}

.blog-section-container {
  margin-top: 100px;
  margin-bottom: 100px;
  width: 950px;
}

.post-categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.post-categories a {
  color: #898989;
}

/**
 * Archive page.
 */
.woocommerce-products-header {
  margin: 60px 0px;
}

.blog-page-title {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-page-container {
  width: 80%;
  margin-bottom: 100px;
}

.grid-item {
  width: 31%;
  margin-bottom: 2%;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
}

.grid:after {
  content: "";
  display: block;
  clear: both;
}

.widget {
  display: block;
}

.wlfwc-add-to-wishlist {
  box-shadow: none;
  background: none !important;
  z-index: 0;
}

/* .custom-product-loop li {
    width: 48% !important;
} */

.woocommerce-ordering {
  display: none;
}

.load-more-button {
  margin-top: 20px;
  width: 20%;
}

.load-more-button:hover {
  border-color: #e1e1e1 !important;
}

.brand-archive-container img {
  height: 50vh;
  width: 100%;
  object-fit: cover;
}

/**
 * Single post page.
 */

/**
 * Filters.
 */
.bapf_head h3 {
  font-size: 16px;
}

.bapf_colaps_smb {
  font-size: 14px;
}

.bapf_body ul li {
  font-size: 14px;
  font-family: "Source Sans Pro";
}

.bapf_body ul {
  padding: 0px;
}

.bapf_ckbox_square input[type="checkbox"] {
  width: 15px;
  height: 15px;
  padding: 2px;
  border: 1px solid #2d2e2c;
}

.bapf_ckbox_square input[type="checkbox"]:checked {
  background-color: #2d2e2c;
}

.bapf_sfilter.bapf_button_berocket .bapf_button {
  font-size: 14px;
  background-color: white;
  border: 1px solid #e1e1e1;
  font-family: "Source Sans Pro";
  color: #2d2e2c;
  padding: 8px 20px;
  text-transform: none;
  font-weight: normal;
  border-radius: 3px;
}

.bapf_sfilter.bapf_button_berocket .bapf_button:hover {
  border: 1px solid #2d2e2c;
  color: #2d2e2c;
  background-color: white;
}

.irs--sharp .irs-bar,
.irs--sharp .irs-min,
.irs--sharp .irs-max,
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single,
.irs--sharp .irs-handle {
  background-color: #2d2e2c;
}

.irs--sharp .irs-from::before,
.irs--sharp .irs-single::before,
.irs--sharp .irs-to::before,
.irs--sharp .irs-handle > i:first-child {
  border-top-color: #2d2e2c;
}

/**
 * Single product page.
 */
.entry-summary {
  padding-top: 15%;
  max-width: 50%;
  width: 100%;
  z-index: 1;
}

.proba {
  position: sticky;
}

.select-size {
  font-size: 14px;
}

.accordion-button {
  padding: 0px;
  color: #898989;
}

.accordion-button:focus {
  z-index: 3;
  border: none;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #898989;
  background-color: white;
  box-shadow: none;
}

.accordion-item {
  border: none;
}

.accordion-body {
  padding: 1rem 0rem;
}

.accordion-body .woocommerce-product-attributes {
  width: 100%;
}

.accordion-body .woocommerce-product-attributes th {
  font-size: 14px;
  font-weight: normal;
}

.accordion-body .woocommerce-product-attributes td {
  text-align: right;
}

.accordion-body .woocommerce-product-attributes td p {
  margin: auto;
}

.accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  background: none;
  font-size: 12px;
  transition: none;
  position: absolute;
  right: 4px;
  top: 0px;
}

.accordion-button::after {
  content: "\2b";
  background: none;
  font-size: 22px;
  transition: none;
  position: absolute;
  right: 0px;
  top: -5px;
}

.accordion-header button {
  font-size: 14px;
  color: black;
  text-transform: uppercase;
}

#offcanvasSizeLabel {
  margin-top: 20%;
}

.variations .label {
  display: none;
}

.variable-items-wrapper {
  justify-content: center;
}

.woocommerce-notices-wrapper a.button.wc-forward {
  margin-left: 10px;
  border: 1px solid #898989;
  color: #898989;
  padding: 5px 10px;
  border-radius: 5px;
}

.woocommerce-notices-wrapper a.button.wc-forward:hover {
  border: 1px solid #2d2e2c;
  color: #2d2e2c;
}

.woocommerce-error {
  background-color: #ffcccb !important;
  color: #2d2e2c !important;
}

.attachment-woocommerce_thumbnail {
  width: 100% !important;
}

/**
 * Cart page.
 */
.cart-page-container {
  padding-top: 60px;
  padding-bottom: 240px;
  max-width: 1046px;
  width: auto;
}

.product-thumbnail-cart img {
  max-width: 120px;
  width: auto;
}

.shop_table_responsive {
  border-collapse: separate;
  border-spacing: 0em 1em;
}

.wc_coupon_message_wrap {
  display: none;
}

/**
 * Empty cart.
 */
.empty-cart-container {
  height: 500px;
}

/**
 * Mini cart.
 */
.offcanvas {
  width: 25%;
}

.remove_from_cart_button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  color: #898989;
  font-size: 16px;
  float: right;
}

.widget_shopping_cart_content {
  height: 100%;
  width: 100%;
  position: relative;
}

.mini-cart {
  overflow-y: auto;
  overflow-x: hidden;
}

/**
 * Checkout page.
 */
.checkout-page-container {
  padding-top: 60px;
  padding-bottom: 240px;
  max-width: 1046px;
  width: auto;
}

.woocommerce-billing-fields input {
  display: block;
  height: 40px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  width: 100%;
  padding-left: 10px;
}

.woocommerce-checkout input:focus {
  outline: none;
  border-color: #2d2e2c;
}

.woocommerce-billing-fields .form-row {
  width: 50%;
  margin: 5px auto;
}

.woocommerce-billing-fields select {
  display: block;
  height: 40px;
  background-color: white;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  width: 100%;
  padding-left: 10px;
}

.woocommerce-billing-fields select:focus {
  border-color: #2d2e2c;
}

.woocommerce-account-fields input {
  display: block;
  height: 40px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  width: 100%;
  padding-left: 10px;
}

.woocommerce-account-fields .form-row {
  width: 50%;
  margin: 5px auto;
}

.woocommerce-shipping-fields input[type="text"] {
  display: block;
  height: 40px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  width: 100%;
  padding-left: 10px;
}

.woocommerce-shipping-fields .form-row {
  width: 50%;
  margin: 5px auto;
}

.woocommerce-shipping-fields select {
  display: block;
  height: 40px;
  background-color: white;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  width: 100%;
  padding-left: 10px;
}

.woocommerce-shipping-fields select:focus {
  border-color: #2d2e2c;
}

.woocommerce-additional-fields .form-row {
  width: 50%;
  margin: 5px auto;
}

.woocommerce-additional-fields textarea {
  display: block;
  height: 100px;
  background-color: white;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  width: 100%;
  padding-left: 10px;
}

.woocommerce-additional-fields textarea:focus {
  outline: none;
  border-color: #2d2e2c;
}

#order_review_heading {
  display: none;
}

#order_review {
  background-color: white;
  padding: 20px;
  box-shadow: #e1e1e1 0px 2px 3px;
}

#shipping_method {
  list-style: none;
  margin: 0px;
}

#order_review tr {
  height: 40px;
  font-size: 14px;
}

tr th {
  font-weight: normal;
}

.wc_payment_methods {
  font-size: 14px;
}

.woocommerce-order-overview {
  font-size: 14px;
}

.woocommerce-table--order-details {
  font-size: 14px;
}

.woocommerce-customer-details {
  font-size: 14px;
}

/**
 * About page.
 */
.about-header {
  padding: 0;
  margin-bottom: 70px;
}

.about-header img {
  height: 487px;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}

.about-title {
  margin: 16px 0px;
}

.about-section-title {
  margin-top: 70px;
}

.about-gallery {
  margin: 100px auto;
}

/**
 * Contact page.
 */
.contact-container {
  margin-bottom: 100px;
}

iframe {
  width: 100% !important;
}

/**
 * My account.
 */
.login-container {
  margin-top: 5%;
  max-width: 790px;
  width: auto;
}

.table-light {
  --bs-table-bg: #efefef !important;
}

.woocommerce-address-fields {
  width: 50%;
}

.woocommerce-address-fields input {
  display: block;
  height: 40px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  width: 100%;
  padding-left: 10px;
}

.woocommerce-address-fields input:focus {
  outline: none;
  border-color: #2d2e2c;
}

/**
 * Single blog page.
 */
.single-blog-title {
  margin-top: 100px;
  margin-bottom: 100px;
}

/**
 * Footer.
 */
.bottom-section {
  background-color: #2d2e2c;
  padding: 0px;
}

.bottom-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsletter {
  width: 400px;
  margin-bottom: 170px;
}

.newsletter input {
  width: 400px;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}

.newsletter input:focus {
  border-color: #2d2e2c;
  box-shadow: none;
  outline: none;
}

.newsletter input::placeholder {
  text-align: center;
}

.newsletter input:focus::placeholder {
  text-align: left;
}

.wpcf7-spinner {
  display: block;
}

.site-footer a {
  margin-top: 5px;
  padding: 0px;
}

.site-footer p {
  margin-top: 5px;
}

.social div {
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  height: 47px;
  width: 47px;
}

.social div:hover {
  border-color: #2d2e2c;
}

.wa-badge {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 20px 18px 16px 18px;
  background-color: #25d366;
  border-radius: 50px;
}

.wa-badge a::after {
  font-family: "Font Awesome 5 Brands";
  content: "\f232";
  font-weight: 400;
  color: white;
  font-size: 30px;
}

.widget ul {
  list-style: none;
  padding: 0px;
  font-size: 14px;
}

.widget i {
  font-size: 20px;
}
.woocommerce-privacy-policy-text {
  display: none !important;
}
/**
 * Thank you page.
 */
.woocommerce-order-details {
  margin: 30px 0px;
}

.woocommerce-order-details ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Customizer.
 */

.woocommerce-product-gallery__trigger {
  display: none !important;
}

#customizer div {
  display: block;
}

#customizer .steps ul {
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0px;
}

#customizer .steps ul li {
  padding: 2% 15%;
}

#customizer .steps ul .current {
  border-bottom: 1px solid #2d2e2c;
}

#customizer .color-variable-wrapper {
  padding-top: 15%;
}

#customizer .color-variable-wrapper li {
  display: block;
  width: 100%;
  height: 60px;
  margin: 10px 0px;
}

#customizer .actions ul {
  margin-top: 30%;
}

#customizer .actions ul {
  list-style: none;
  width: 100%;
  padding: 0px;
  display: flex;
  justify-content: space-between;
}

.sticky-filters {
  top: 80px;
  left: 0;
  padding: 0 10px;
}

.nudge-filters {
  top: 60px;
  transition: top 0.5s ease 0s;
}

@media only screen and (max-width: 768px) {
  h1 {
    line-height: 44px;
  }

  .header-icons > a {
    padding-left: 0px;
  }

  .front-page-hero {
    height: 85vh;
  }

  .carousel-img {
    height: 500px;
    width: 100%;
  }

  .container {
    max-width: 90%;
  }

  .blog-section-container h4 {
    font-size: 16px;
  }

  .featured-designers-container {
    height: auto;
  }

  .featured-designers-right-col {
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 100%;
    background-position: center;
    margin-bottom: 10px;
  }

  .featured-designers-left-col {
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 200px;
    width: 100%;
    background-position: center;
    margin-bottom: 10px;
  }

  #offcanvasCart {
    width: 85%;
  }

  .offcanvas {
    width: 85%;
  }

  .entry-summary-sm {
    max-width: 100%;
    width: 100%;
    height: 150px;
    z-index: 2;
  }

  .hide-description {
    visibility: hidden;
  }

  .swipe {
    height: 5px;
    width: 50px;
    background-color: white;
    border-radius: 10px;
    margin: -10px auto 0px auto;
  }

  .exit-swipe::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
    color: #898989;
    font-size: 18px;
  }

  .expand-summary {
    height: 100%;
    overflow: auto;
    transition: height 0.25s ease-in;
  }

  .shrink-summary {
    height: 150px;
    transition: height 0.25s ease-in;
  }

  .grid-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog-page-container {
    width: 90%;
  }

  .custom-product-loop li {
    width: 100% !important;
  }

  .load-more-button {
    width: 90%;
  }

  .woocommerce-address-fields {
    width: 100%;
  }

  .custom-logo-link {
    position: relative;
    max-width: 200px !important;
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .product-loop ul.products li.product.first {
    margin-right: 1%;
  }

  .single-blog-post-content .entry-content {
    max-width: 70%;
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .woocommerce-billing-fields .form-row {
    width: 90%;
  }

  .woocommerce-account-fields .form-row {
    width: 90%;
  }

  .woocommerce-shipping-fields .form-row {
    width: 90%;
  }

  .woocommerce-additional-fields .form-row {
    width: 90%;
  }
}
