.desktop {
  display: block;
}

.mobile {
  display: none;
}

header#mobile {
  background-color: rgba(31, 68, 118, 0.988);
}

span.logo {
  border: 0px solid rgb(255, 0, 0);
  margin: 0 20%;
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.mm-panels>.mm-panel li {
  text-indent: inherit;
}

.slides .slick-prev:before {
  content: '\e80d';
  font-family: 'fontello';
  color: #172668;
  background-color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-next:before {
  content: '\e80e';
  font-family: 'fontello';
  color: #172668;
  background-color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-next {
  right: 20px;
}

.slick-prev {
  left: 20px;
}

.slick-prev,
.slick-next {
  z-index: 9;
}

/*.mm-navbar {
        --mm-color-background: var(--color-bronze);
        --mm-color-text-dimmed: #fff;
        --mm-color-icon: #fff;
    }
    .mm-panel {
        --mm-color-background: #fff;
        --mm-color-text: var(--color-bronze);
        --mm-color-icon: var(--color-bronze);
    }
    .mm-listitem:after {
        content: none;
    }*/
.mm-btn_next:after,
.mm-btn_prev:before {
  border-color: rgba(255, 255, 255, 0.95);
}

.mm-menu {
  --mm-color-background: rgba(214, 32, 39, 1);

  --mm-color-text: #fff;
}

.mm-panel {

  --mm-color-text: #fff;
  --mm-color-icon: #fff;
}

.mburger b {
  background-color: var(--primary-color);
  background-color: rgba(0, 0, 0, 1.00);
  border-radius: 0;
}

.mburger {
  border: 0px solid red;
}

/* ==========================================================================
menu
========================================================================== */
@media only screen and (max-width: 1024px) {
  .wrapper {
    padding: 0 1em;
  }

  .no-sidebar {
    width: 100%;
    justify-content: space-around;
  }

  .column-5 {
    width: calc(100% / 3 - 20px);
    border: 0px solid red;
    margin: 0;
  }

  .sidebar {
    display: none;
  }

  .content-homepage .wrapper {
    display: grid;
    grid-template-columns: 100%;
    margin: 2em auto;
    gap: 4em;
    padding: 0em 0em 0 2em;
  }
}

/* ==========================================================================
menu
========================================================================== */
@media only screen and (max-width: 768px) {

  html,
  body {
    font-size: calc(12px + 8 * ((100vw - 320px) / 960));
  }

  #my-header {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    z-index: 99;
  }

  .col-10,
  .col-100,
  .col-15,
  .col-20,
  .col-25,
  .col-30,
  .col-35,
  .col-40,
  .col-45,
  .col-50,
  .col-55,
  .col-60,
  .col-65,
  .col-70,
  .col-75,
  .col-80,
  .col-85,
  .col-90,
  .col-95 {
    width: 100%
  }



  header#mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
  }

  main {
    margin-top: 8em;
  }

  .no-sidebar {
    width: 100%;
    justify-content: space-around;
  }

  .column-5 {
    width: calc(100% / 2 - 20px);
    border: 0px solid red;
    margin: 0;
  }

  .column-3 {
    width: calc(100% / 2 - 20px);
    margin: 0;
  }

  .column-4 {
    width: calc(100% / 2 - 10px);
  }

  .column-4:nth-of-type(2n) {
    margin-right: 00px;
  }

  #site-title .wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 1em;
    align-items: center;
  }

  .content-homepage .wrapper {
    display: grid;
    grid-template-columns: 1fr;
    margin: 2em auto;
    gap: 1em;
    padding: 0em 2em;
  }

  a.logo.mobile {
    padding: 10px
  }

  .logo.mobile .logo-mobile {
    max-width: 200px;
    width: 200px;
  }

  #site-title {
    display: flex;
    flex-flow: column wrap;
    align-content: flex-end;
    align-items: center;
    padding: 0;
  }

  .products.grid-container {
    grid-template-columns: auto auto;
  }

  #homepage #badge-01 article:nth-child(2) {
    margin: 1em;
    padding: 1em;
  }

  a.button.add_to_cart_button.ajax_add_to_cart {
    min-height: 30px;
  }
}

/* ==========================================================================
menu
========================================================================== */
@media only screen and (max-width: 640px) {
  .has-sidebar {
    width: 100%;
  }

  aside {
    width: 100%;
    margin-bottom: 1em;
  }

  .desktop {
    display: none !important;
  }

  .mobile {
    display: block;
  }

  ul.category-pid {
    display: flex;
    width: 100%;
    padding: 1em;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2em;
    grid-row-gap: 1em;
  }


  #site-title .wrapper {
    padding: 0;
  }

  header {
    padding: 0 1em;
  }

  ul.cp-brand {
    width: 100%;
  }

  .heading {
    font-size: 2em;
  }

  ul.main-nav.menu {
    display: none;
  }

  a.logo.mobile {
    padding: 10px;
    order: 2;

  }

  a.logo.mobile {
    width: 200px;
  }

  .logo.mobile .logo-mobile {
    max-width: 250px;
    width: 250px;
  }

  #site-title .wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    z-index: 99;
  }

  .logo-h {
    width: 200px;
  }

  .mobile.menu-pop {
    order: 3;
  }

  .woocommerce div.product ul.products li.product a {
    padding-bottom: 0;
  }



  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: calc(48% - 10px);
    margin: 0 0 2.992em 3vw;

    border: 0px solid red;
  }
	footer .footer-menu{
		        flex-flow: column;
        width: 100%;
        list-style: none;
        align-items: center;
	}
	ul.cp-brand{
		width:90%;
	}
}

/* ==========================================================================
menu
========================================================================== */
@media only screen and (max-width: 480px) {
  .column-4 {
    width: calc(100% / 1 - 0px);
    margin-right: 00px;
  }

  .column-5 {
    width: calc(100% / 0 - 00px);
    width: 100%;
    border: 0px solid red;
    margin: 0;
  }

  .column-3 {
    width: calc(100% / 1 - 0px);
    margin: 0;
  }

  .heading {
    font-size: 2.5em;
  }

  #main-menu {
    display: none;
  }

  #site-title {
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
    align-items: center;
    padding: 0;
  }

  #site-title .wrapper {
    padding: 0 1em;
    align-items: center;
    width: inherit;
    border: 0px solid red;
    width: 100%;
    margin: 0;
  }



  ul.category-pid {
    display: none
  }

	
	ul.cp-brand{
		width:100%;
	}
	ul.cp-brand li{
		width:100%;
	}
}

/* ==========================================================================
menu
========================================================================== */
@media only screen and (max-width: 375px) {}

/* ==========================================================================
menu
========================================================================== */
@media only screen and (max-width: 320px) {}