/*
Theme Name: Sklep Goldengun
Theme URI: /
Author: WEB-TECH: Strony internetowe Kraków
Author URI: https://webtech.com.pl
Description: Motyw dedykowany
Version: 1.0
License: Do not copy
*/


@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/*  MAIN CODE  */
:root {
  --gold-background: #efd8ae;
  --papier-background: #e0dbc7;
  --header-font-family: "Playfair Display", serif;
  --font-family: "Roboto", sans-serif;
  --black-back: rgba(0, 0, 0);

}

html {
  scroll-behavior: smooth;
}

* {
  font-optical-sizing: auto;
  font-style: normal;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: black;
  line-height: 25px;
  font-weight: 300;
  font-style: normal;
  font-family: var(--font-family)
}


.copy_mark {
  top: -5px;
  right: -5px;
}

.frame {
  position: absolute;
  border: 1px solid white;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--papier-background);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--gold-background);
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--papier-background);
  border: 1px solid white;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  text-transform: uppercase;
  font-family: var(--header-font-family);
  font-optical-sizing: auto;
}

h1 {
  font-size: 35px;
}

h2 {
  font-size: 30px;
}

a {
  text-decoration: none;
}

p {
  margin: 10px 0;
}

.privacy-policy main,
.page-id-10227 main,
.page-id-10 main,
.woocommerce-page .page_content,
.container {
  max-width: 1280px;
  margin: auto;
}

input[name='coupon_code'] {
  width: 165px !important;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
  margin: 5px 0 20px 0;
}


.woocommerce-checkout form[name="checkout"] h3 {
  margin: 5px 0 20px 0;
  padding: 5px;
  background-color: #e3e3e370;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
}

.woocommerce ul.products li.product .onsale {
  background-color: var(--gold-background);
  color: black;
  border-radius: 0;
  padding: 0px 20px;
  margin: 0;
  height: auto;
  min-width: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}

.single-product .onsale {
  display: none;
}

.single-product div.product div.images .flex-control-thumbs {
  margin-top: 20px;
}

.woocommerce-Tabs-panel h2 {
  display: none;
}

#shipping_method .easypack-shipping-method-logo img {
  display: none;
}


.woocommerce .quantity .qty {
  text-align: left;
  padding: 5px;
  outline: none;
  border: 1px solid lightgray;
}

.woocommerce div.product p.stock {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
  font-family: var(--header-font-family);
  display: none;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: transparent
}

.select2-container .select2-dropdown,
.select2-container .select2-selection {
  border: 1px solid var(--gold-background);
  border-radius: none
}



input,
textarea {
  outline: none;
  border-radius: 0 !important;
  border: 1px solid lightgray !important;

}

/*  MAIN CODE  */

#masthead {
  padding: 25px 0;
  background-color: var(--black-back);
  margin-bottom: 55px;
}

#masthead>.container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

#masthead>.container i {
  font-size: 20px;
  color: var(--gold-background);
}

#masthead>.container .cart span {
  color: var(--gold-background);
  font-size: 22px;
  margin: 0 10px;
}

#masthead>.container>.logo img {
  width: 220px;
  filter: drop-shadow(0 0 0 var(--gold-background));
}

.mobile_menu_sidebar,
#masthead .mobile_menu {
  display: none;
}

#masthead .search img {
  width: 30px;
  height: 28px;
  filter: drop-shadow(0 0 0 var(--gold-background));
}

#masthead .cart img {
  height: 21px;
  width: 22px;
  filter: drop-shadow(0 0 0 var(--gold-background));
}

#masthead .search {
  display: flex;
  justify-content: space-between;
}

#masthead .search .form {
  display: none;
  margin-left: 10px;
}

#masthead .search .form input {
  border-radius: 10px !important;
  padding: 5px;
  border: 1px solid var(--gold-background);
  background-color: transparent;
  color: white;

}

#masthead .search .form button {
  background: no-repeat;
  outline: none;
  border: none;
  margin-left: 10px;
}

#masthead .main-menu {
  background-color: rgba(255, 255, 255, 0.1);
  bottom: -25px;
  z-index: 2;
  padding: 10px;
  position: relative;
  width: 100%;
}


.home #masthead .main-menu {
  bottom: -75px;
  z-index: 2;
  padding: 10px;
  position: absolute;
  width: 100%;
}

#masthead .menu-glowne-container {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}

#masthead .menu-glowne-container>ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
}

#masthead .menu-glowne-container>ul>li {
  flex: 1 1 auto;
  border-right: 1px solid;
  text-align: center;
  margin: 0 5px;
}

#masthead .menu-glowne-container>ul>li:last-of-type {
  border-right: none;
}

#masthead .menu-glowne-container>ul a {
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  transition: .3s;
  padding: 5px;
  color: var(--gold-background);
  font-family: var(--header-font-family);
}


#masthead .menu-glowne-container>ul a:before {
  content: '';
  height: 40px;
  width: 40px;
  display: block;
  z-index: 100;
  background-size: contain;
  margin: 10px auto;
  background-repeat: no-repeat;
  background-position: center center;
  filter: drop-shadow(0 0 0 var(--gold-background));
  top: -5px;
  position: relative;
}


#menu-item-10248>a:before {
  background-image: url('./assets/icons/kolczyki.png');
  content: '';
}

#menu-item-10249>a:before {
  background-image: url('./assets/icons/pierscionek.png');
  content: '';
}

#menu-item-10250>a:before {
  background-image: url('./assets/icons/zawieszka.png');
  content: '';
}

#menu-item-10251>a:before {
  background-image: url('./assets/icons/bransoletka.png');
  content: '';
}

#menu-item-10252>a:before {
  background-image: url('./assets/icons/naszyjnik.png');
  content: '';
}

#menu-item-10253>a:before {
  background-image: url('./assets/icons/lancuszek.png');
  content: '';
}


#menu-item-10250 {
  flex: 1 1 120px !important
}

#masthead .menu-glowne-container>ul a:hover {
  background-color: var(--black-back);
  color: white;
}


#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
  border: 1px solid var(--gold-background);
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1px solid var(--gold-background)
}

.woocommerce a.added_to_cart,
.wc-forward,
.woocommerce-form-login__submit,
.actions button,
.wpcf7-submit,
.go_to,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.price_slider_amount button[type="submit"],
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce .added_to_cart .button {
  background-color: var(--gold-background) !important;
  border-radius: 0 !important;
  display: block !important;
  font-size: 15px !important;
  text-align: center !important;
  transition: .3s !important;
  color: black !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  border: 2px solid var(--gold-background) !important;
}

.error404 .go_to {
  width: 200px;
  padding: 5px 20px;
  margin: 20px auto;
  display: block;
}

.actions button[name="update_cart"] {
  float: right !important;
}


.woocommerce a.added_to_cart {
  margin-top: 10px;
  padding-top: 0;
}

.actions button:hover,
.wc-forward:hover,
.go_to:hover,
.wpcf7-submit:hover,
.woocommerce a.added_to_cart:hover,
.price_slider_amount button[type="submit"]:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce .added_to_cart:hover {
  background-color: var(--gold-background);
  border: 2px solid var(--gold-background) !important;
}


.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding: 10px;
  box-shadow: 0 0 23px -10px var(--gold-background);
  transition: .3s;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  box-shadow: 0 0 23px 1px var(--gold-background);
}

.woocommerce ul.products li.product .price {
  display: block;
  margin: auto;
  text-align: center;

}


.single-product main .summary .woocommerce-product-details__short-description table {
  width: 100% !important;
}


.single-product main .summary .price del bdi,
.single-product main .summary .price del span {
  font-size: 25px !important;
}

.single-product main .summary .price del bdi,
.woocommerce ul.products li.product .price del span {
  background-color: transparent;
  text-decoration: line-through;
  margin-right: 5px;
}

.woocommerce ul.products li.product .price span {
  background-color: var(--gold-background);
  padding: 5px;
}

.woocommerce-error::before,
.woocommerce-info:before,
.woocommerce-message::before {
  display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  text-align: center;
  border: 1px solid lightgray;
  background-color: transparent;
  outline: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  text-align: center;
  height: 125px;
}


footer {
  background-color: var(--black-back);
  padding: 40px 0 20px 0;
}

footer * {
  color: var(--gold-background);
}

footer hr {
  margin: 10px 0;
}

footer h3 {
  font-size: 17px;
  font-weight: 500;
}

footer a {
  display: block;
}

footer p,
footer a {
  margin: 5px 0;
}

footer>.container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer>.container>div {
  flex: 1 1 25%;
  padding: 10px;
}

footer .copy {
  border-top: 1px solid lightgray;
  text-align: center;
  margin-top: 20px;
  padding-top: 10px;
  opacity: 0.4;
}


#scroll_to_top {
  border: 1px solid var(--gold-background);
  position: fixed;
  background-color: var(--gold-background);
  right: 5%;
  z-index: 1000;
  bottom: 10%;
  padding: 10px 15px;
  cursor: pointer;
}

#scroll_to_top i {
  font-size: 20px;
}

li.outofstock {
  filter: blur(2px);
  transition: .4s;
}

li.outofstock:hover {
  filter: blur(0);
}

li.outofstock img {
  filter: grayscale(1);
  opacity: .3;
}

.shop_sidebar .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(227, 227, 227, 0.8);
  outline: none;
  top: -5px;
}

.shop_sidebar .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 0 0 5px;
}



.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #616161 !important;
  color: #fff !important;
}

.select2-results {
  display: block;
  top: -25px;
}


.shop_sidebar .select2-container--default .select2-selection--single {
  border: 1px solid lightgrey;
  border-radius: 0 !important;

}


.shop_sidebar .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: black;
}

.price_slider_amount button[type="submit"] {
  background-color: #e3e3e370 !important;
}

.shop_sidebar .ui-slider .ui-slider-handle:last-of-type {
  transform: translateX(-15px);
}

.shop_sidebar .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background: lightgray;
  margin: 20px 5px 20px 0;
}

.shop_sidebar .ui-slider-horizontal {
  height: 10px;
}

.shop_sidebar .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.shop_sidebar .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.shop_sidebar .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.woocommerce-pagination {
  margin-bottom: 30px;
}

.woocommerce-pagination * {
  border: none !important;
}

.woocommerce-pagination ul {
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  border: none;
  margin: 20px 0;
}

.woocommerce-pagination ul>li {
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  border: none;
  margin: 0 5px !important;
  transition: .4s;
}

.woocommerce-pagination ul>li:hover a {
  background-color: var(--gold-background) !important;
}

.woocommerce-pagination ul>li span {
  background-color: var(--gold-background) !important;
}

.woocommerce-pagination ul>li span,
.woocommerce-pagination ul>li a {
  display: block;
  width: 100%;

}

/* HOME */


.home .main-fluid {
  top: -95px;
}

.home .intro {
  height: 80vh;
  display: flex;
  justify-content: space-between;
}

.home .intro>a {
  flex: 1 1 45%;
  display: flex;
  align-items: center;
  padding-left: 10%;
  background-position: center;
  background-size: 100%;
  filter: grayscale(1);
  transition: .3s;
}

.home .intro>a:hover {

  filter: grayscale(0);
}

.home .intro>a h3 {
  font-size: 75px;
  color: var(--gold-background);
  filter: drop-shadow(10px 10px 10px black);
}

.home .intro>a.him {
  background-image: url('./assets/intro/him.jpg');
}

.home .intro>a.she {
  background-image: url('./assets/intro/she.jpg');
}


.home .info {
  margin-top: 50px;
}

.home .info .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;

}

.home .info .container>div {
  flex: 1 1 15%;
  text-align: center;
  margin: 0 10px;
  padding: 5px;
}

.home .info .container>div h4 {
  font-size: 12px;
}

.home .info .container>div img {
  width: 80px;
  height: 65px;
  margin: auto;
  display: block;
  filter: drop-shadow(7px 7px 3px lightgray);
}

.home .newest_products {
  padding: 50px 0;
}

.home .newest_products>h2 {
  color: var(--gold-background);
  font-size: 45px;
  font-weight: 300;
  background-color: var(--black-back);
  width: 100%;
  padding: 40px 0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}


.home .new_collection {
  padding: 0 0 50px 0;
}

.home .new_collection h2 {
  color: var(--gold-background);
  font-size: 45px;
  font-weight: 300;
  background-color: var(--black-back);
  width: 100%;
  padding: 40px 0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.home .new_collection .category_item {
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;

}

.home .new_collection .dziecko {
  background-image: url('./assets/cats/dziecko.webp');
}

.home .new_collection .dew {
  background-image: url('./assets/cats/dew.webp');
}

.home .new_collection .motywy {
  background-image: url('./assets/cats/motywy.webp');
}



.home .new_collection .category_item a {
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65%;
  color: white;
  font-size: 25px;
  padding: 20px;
  text-transform: uppercase;
}

.home .new_collection .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  top: 42%;
  width: 100%;
  height: 1px;
}

.home .new_collection .owl-nav button {
  width: 40px;
  height: 50px;
  background-color: var(--gold-background) !important;
}

.home .new_collection .owl-nav span {
  font-size: 55px;
  color: black;
}


.home .best_selling>h2 {
  color: var(--gold-background);
  font-size: 45px;
  font-weight: 300;
  background-color: var(--black-back);
  width: 100%;
  padding: 40px 0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}


.home .bottom_text {
  text-align: center;
  padding: 60px 0;
}

.home .bottom_text p {
  font-size: 20px;
  font-family: var(--header-font-family);
  max-width: 70%;
  margin: auto;
  display: block;
}

.home .banner_bottom {
  text-align: center;
  height: 420px;
  margin: 170px 0;
  background: var(--black-back);
}

/* .home .banner_bottom img {
  width: 1280px;
  height: 650px;
} */




.home .banner_bottom a {
    z-index: 1;
    bottom: 6px;
    outline: none;
    text-transform: uppercase;
    font-size: 25px;
    padding: 10px 20px;
    color: white;
    background: var(--gold-background);
    cursor: pointer;
    display: block;
    max-width: 200px;
    margin: auto;
    position: absolute;
    left: 45%;
    top: 50%;
    height: 45px;
}
/* SHOP CSS */

.shop_container {
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.shop_container .shop_sidebar {
  flex: 0 1 250px;
}

.shop_container .shop_sidebar .sidebar_block {
  padding-bottom: 20px;
}

.shop_container .shop_sidebar .sidebar_block_title {
  font-size: 17px;
  text-transform: uppercase;
  background-color: #0000009e;
  color: var(--gold-background);
  padding: 5px;
  margin: 0
}


.shop_container .shop_sidebar .woocommerce-product-search input {
  width: 100%;
  border: 1px solid #e3e3e370;
  padding: 7px;
  margin-top: 10px;

}

.shop_container .shop_sidebar .product-categories a {
  display: block;
  padding: 5px;
  transition: .3s;
}

.shop_container .shop_sidebar .product-categories a:hover {
  background-color: var(--gold-background);
}

.shop_container .shop_sidebar .product-categories .current-cat>a {
  background-color: var(--gold-background);
}

.shop_container .shop_sidebar .product-categories .current-cat .children {
  display: block;
}

.shop_container .shop_sidebar .product-categories .children {
  margin-left: 10px;
  display: none;
}


.shop_container .shop_sidebar .woocommerce-product-search button[type="submit"] {
  position: absolute;
  right: 30px;
  top: 4px;
  background-color: transparent;
  border: 0;
}

.shop_container .shop_sidebar .woocommerce-product-search button[type="submit"] i {
  color: var(--gold-background);
  font-size: 20px;
  cursor: pointer;
  top: 15px;
}


.shop_container .shop_sidebar .product-categories .cat-parent>a:after {
  content: '\F282';
  font-family: 'bootstrap-icons';
  position: absolute;
  right: 10px;
  top: 5px;
}

.shop_container .shop_sidebar .product_list_widget li>a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}

.shop_container .shop_sidebar .product_list_widget li>a>* {
  flex: 1 1 45%;
}

.shop_container .shop_sidebar .product_list_widget .woocommerce-Price-amount {
  display: none;
}

.shop_container .shop_products {
  flex: 1 1 900px;
  margin-left: 30px;
}

/*  PAGES */

/* 404 */
.error404 .page_content {
  text-align: center;
}

/* 404 */

.page-id-10262 .contact_page_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto;
}

.page-id-10262 .contact_page_content .wpcf7-submit {
  cursor: pointer;
  width: 200px;
}


.page-id-10262 .contact_page_content>div {
  flex: 1 1 45%;
}

.page-id-10262 .contact_page_content label {
  margin-bottom: 5px;
  display: inline-block;
}

.page-id-10262 .contact_page_content input,
.page-id-10262 .contact_page_content textarea {
  width: 80%;
  outline: none;
  padding: 5px;
  border: 1px solid lightgray;
}

.page-id-10262 .contact_page_content input,
.page-id-10262 .contact_page_content textarea {
  width: 80%;
}

.page-id-10 h2,
.page-id-10227 h2 {
  padding: 10px 0;
}

.page_header h1 {
  text-align: center;
  padding: 30px 0;
}

.woocommerce-page .page_content {
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-id-10232 .page_content>.container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0;
}

.page-id-10232 .page_content>.container>div {
  flex: 1 1 45%;
}

.page-id-10232 .page_content>.container>div.right {
  text-align: center;
}

/*  PAGES */

/* PRODUCT PAGE  */
.woocommerce-page main,
.single-product main {
  margin-top: 80px;
}

.single-product h2 {
  margin: 40px 0;
}

.single-product main .summary .product_title {
  line-height: 45px;
}

.single-product main .summary .price {
  margin: 40px 0;
}

.single-product main .summary .price bdi,
.single-product main .summary .price span {
  font-size: 45px;
  font-family: var(--header-font-family);
  font-weight: 300;
}


/* PRODUCT PAGE  */

/* FOOTER */
@media all and (max-width: 768px) {

  .mobile_menu_sidebar,
  .mobile_menu {
    display: block !important;
  }

  .mobile_menu_sidebar i {
    color: white;
  }

  .mobile_menu_sidebar {
    background-color: #0000009e;
    width: 100%;
    margin: 10px 0;
    padding: 5px;
    color: white;
    text-transform: uppercase;
  }

  .single-product h2{
    line-height: 35px;
  }

  .privacy-policy main,
  .page-id-10227 main,
  .page-id-10 main,
  .woocommerce-page .page_content,
  .woocommerce-page main,
  .page_content,
  .single-product main {
    padding: 5px;
    margin-top: 0;
  }

  .mobile_menu i {
    font-size: 20px;
    color: var(--gold-background)
  }

  #masthead .menu-glowne-container>ul {
    display: none;
  }

  #masthead .menu-glowne-container>ul>li {
    flex: 1 1 100%;
    border: none;
  }

  .home .newest_products {
    padding: 20px 0;
  }

  .shop_container .shop_products {
    margin-left: 0;
    flex: 1 1 100%;
  }

  #masthead {
    margin: 0;
    padding: 10px 0 0 0;
  }

  .shop_container .shop_sidebar,
  #masthead>.container>div {
    flex: 1 1 100%;
    text-align: center;
  }

  #masthead .logo {
    order: 1
  }

  #masthead .search {
    justify-content: center;
    order: 2
  }

  #masthead .search {
    display: none;
  }

  #masthead .cart {
    justify-content: center;
    order: 3
  }

  #masthead .logo img {
    width: 90%;
  }

  #masthead .main-menu {
    position: relative;
    bottom: 0;
    padding: 10px;
    margin-top: 20px;
  }

  .home .intro {
    height: 350px;
  }

  .home .intro>a {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .home .intro>a h3 {
    font-size: 25px;
  }

  .home .banner_bottom {
    margin: 0 0 85px 0;
    height: 200px;
    background-color: transparent;
  }

  .home .best_selling>h2,
  .home .new_collection h2,
  .home .newest_products>h2 {
    font-size: 25px;
  }


  .home .banner_bottom a {
    top: 0;
    left: 0%;
    transform: translate(0, 0);
  }

  .home .banner_bottom img {
    width: 100% !important;
    height: auto;
  }

  footer>.container>div {
    flex: 1 1 45%;
  }

  .home .info .container>div {
    flex: 1 1 45%;

  }

  .home #masthead .main-menu {
    position: relative;
    bottom: 0;
  }

  .home #masthead .main-menu .mobile_menu i {
    color: white;
  }

  .home .main-fluid {
    top: 0px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    height: auto;
    line-height: 23px;
  }

  .shop_sidebar {
    display: none;
  }
}