/*
Theme Name:   mystile child theme
Description:  Write here a brief description about your child-theme
Author:       Babi Kacik
Author URL:   Write here the author's blog or website url
Template:     mystile
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  mystile-child
*/

table.cart .product-remove,table.cart .product-thumbnail,table.cart .product-price {
  position: static !important;
}
.woocommerce-ordering > .orderby{
  width:100%;
}

@media(min-width:768px){
  body.woocommerce-account #g-recaptcha > div{
    height: 265px !important;
  }
}

@media (max-width:359px){

  .product-name{
    padding-right:0;
  }

}
@media(max-width:400px){
  table.cart img{
    width: 12.631em !important;
  }
}
@media(min-width:400px and max-width:500px){
  table.cart img{
    width: 8.631em ;
  }
}
@media(max-width:500px){
  table.cart td.actions .coupon .input-text, table.cart td.actions .coupon .button{
    width:47% !important;
  }
  .post img, .type-page img{
    border:0 !important;
  }
  .product-thumbnail{
    padding-left:0;
    padding-right:0;
  }
  .product-thumbnail > a > img{
    position: relative;
    left: -4px;
  }

  .product-price{
    display:none;
  }
  product-price td{
    display:none;
  }
}
.sbi_type_carousel svg.fa-clone, #sb_instagram .sbi_type_video .svg-inline--fa.fa-play, #sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play{
  margin-top: -8px;
  margin-left: -6px;
  font-size: 15px;
}
#sb_instagram.sbi_medium .sbi_playbtn, #sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play{
  margin-top: -4px;
  margin-left: -3px;
  font-size: 10px;
}

#sb_instagram .sbi_type_carousel .fa-clone{
  right: 5px;
  top: 3px;
  font-size: 7px;
}
#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone{
  right: 5px;
  top: 5px;
  font-size: 12px;
}
.sbi_type_carousel svg.fa-clone, #sb_instagram .sbi_type_video .svg-inline--fa.fa-play, #sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play{
  margin-top: -5px;
  margin-left: -3px;
  font-size: 10px;
}

.products.columns-2 li{
  min-width:106px;
}
.products.columns-2 h2{
  font-size:13px;
}

/* Write here your own personal stylesheet */
#content #main {
    width: 100% !important;
}

.custom-checkboxes {
  margin: 0;
  padding: 5px 0 10px 0;
}
.entry-summary .in-stock{
	display:none;
}

.checkout #order_review {
  background: #fff !important;
}

#content #main {
  width: 100%;
}
.footer-widget-1 #text-5 .textwidget {
  text-align: center;
}
#header {
  margin-bottom: 0;
}
.categoryMenu {
  margin-bottom: 1.2em;
}
.product-categories {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Optima", sans-serif;
}
.product-categories a {
  font-weight: 100;
  color: gray;
}
.product-categories li {
  list-style-type: none;
  position: relative;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 5px solid #fcfcfc;
}

.product-categories .parent:hover {
  border-bottom: 5px solid #fcfcfc;
}
.product-categories li:hover {
  border-bottom: 5px solid red;
}
.product-categories li:hover ul {
  display: -ms-grid;
  display: grid;
}
.product-categories li ul {
  position: absolute;
  display: none;
  list-style-type: none;
  text-align: left;
  top: 40px;
  left: -22px;
  padding-top: 10px;
  min-width: 190px;
  background-color: rgb(255, 255, 255);
  z-index: 100000;
  -ms-grid-columns: 1fr 35px 1fr 35px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgb(212, 212, 212);
}
.product-categories li ul li .children {
  display: none;
  background-color: white;
}

.product-categories li ul li:hover .children {
  display: block;
  position: absolute;
  z-index: 100000;
  top: 45px;
  left: -15px;
  background-color: whitesmoke;
}
.product-categories li ul li .parent .children {
  display: none;
}
.product-categories li ul li .parent:hover .children {
  display: block;
  background-color: whitesmoke;
}
.categoryMenuMobile {
  display: none;
}
.subcat {
  font-style: normal;

  font-weight: bold;
  padding: 0;
  padding: 5px 0;
  margin: 0;
  text-align: center;
  color: gray;
}
.menu-trigger {
  display: none;
  cursor: pointer;
  font-weight: bold;
  padding-top: 15px;
  width: 100%;
  text-align: center;
}
.menu-trigger:hover {
  color: red;
}
.woo-cat-toggle {
  display: none;
}
.widgetAreaMobile .select2-container {
  display: none;
}
.widgetAreaMobileIE {
  display: none;
}

body #breadcrumbs{
  max-width: 87.998em;
}
@media (max-width: 1120px) {
  .categoryMenu {
    display: none;
  }

  .menu-trigger {
    display: block;
  }
  .categoryMenuMobile {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 90%;
  }
  .widgetAreaMobile {
    width: 100%;
  }
  .product-categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: start;
    width: 100%;
  }
  .product-categories li {
    width: 100%;
    position: relative;
    left: -20px;
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .woo-cat-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    font-weight: bolder;
    font-size: 18px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    padding: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .product-categories > .cat-parent .woo-cat-toggle ~ .children {
    overflow: hidden;
    max-height: 0;
  }

  .product-categories > .cat-parent .woo-cat-toggle.cat-popped ~ .children {
    max-height: 100%;
    width: 90%;
    overflow: visible;
    display: block;
  }

  .product-categories li ul {
    position: unset;
    border: 0;
  }
  .product-categories li ul li:hover .children {
    display: none;
    background-color: white;
  }
  .product-categories li ul li .parent:hover .children {
    display: none;
    background-color: white;
  }
  .product-categories .parent:hover {
    border-bottom: none;
    background-color: white;
  }
  .product-categories li:hover {
    border-bottom: 0;
    background-color: white;
  }
  .product-categories li:hover ul {
    display: none;
    background-color: white;
  }
  .product-categories li ul li:hover .children {
    display: none;
    position: unset;
    z-index: unset;
    top: unset;
    left: unset;
    background-color: white;
  }
  .product-categories li ul li .children {
    position: unset;
    background-color: white;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .product-categories li:hover ul {
    display: block;
  }
  .menu-trigger {
    display: none;
  }
  .widgetAreaMobileIE {
    display: none;
  }
}

@media all and (-ms-high-contrast: active) and (max-width: 1120px),
  all and (-ms-high-contrast: none) and (max-width: 1120px) {
  .widgetAreaMobileIE {
    display: block;
  }
}
@media (max-width: 768px){
	table.cart .product-remove{
		left: 14px !important;
	}

  body #breadcrumbs{
    display: block;
  }
}


@media only screen and (min-width: 768px) {
  ul.products li.product {
      width: calc(22.05% - 6px) !important;
  }
  ul.products li.product img {
    border: none !important;
  }
  ul.products li.product {
    bordeR: 3px solid #FFF;
    border-radius: 6px;
  }
  ul.products li.product:hover {
    border: 3px solid #ff0c00;
  }
}

ul.products li.product.outofstock:before {
  color: #ff0c00;
  background: #fff;
  border: 1px solid #c4c7c8;
  content: 'CHWILOWO \A NIEDOSTĘPNY';
  position: absolute;
  top: 7px;
  left: 7px;
  white-space: pre;
  line-height: 1.1;
  padding: 1px 3px;
}

@media (min-width: 992px) {
  .cwginstock-subscribe-form .col-md-12 {
    width: auto !important;
  }
}

.woocommerce-shipping-totals .shipping-method-description{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 5px 0 10px 0;
  gap: 10px;
  padding-left: 20px;
}

.woocommerce-shipping-totals #shipping_method_0_flexible_shipping_single39 + label + .shipping-method-description{
  padding-left: 6px;
}

.woocommerce-shipping-totals .shipping-method-description img{
  border: none;
  padding: 0;
  flex: 0 0;
}