/** Shopify CDN: Minification failed

Line 8:2 "justify_content" is not a known CSS property
Line 68:0 Unexpected "}"

**/
.virutal-product-header__actions.center{
  justify_content: center;
  flex-wrap: wrap;
}
.virutal-product-header__actions.center a:not(.btn){
  text-align: center;
  display: block;
  margin: 2em 3em; 
  width: 100%;
}
.product-template__container.cargoglide .cargoglide_selects{
  display: none;
}
.product-template__container.cargoglide .price__meta{
  display: none;
}
.product-template__container.cargoglide button[aria-disabled="true"]{
  pointer-events:none;
}
.template-product #shopify-section-cargoglide-sectioned-text-images [class*=notch-]:before {
  bottom: calc(3em + 1px);
}

.product-template__container.cargoglide .custom_cross_sell_card{
  width: 100%;
  padding:20px;
  background-color: #f8f8f8;
  margin-bottom: 20px;
}
.product-template__container.cargoglide .custom_cross_sell_card a{
  display: flex;
}
.product-template__container.cargoglide .custom_cross_sell_card .custom_cross_sell_card_infos{
  padding-left: 20px;
}
.product-template__container.cargoglide .custom_cross_sell_card .custom_cross_sell_card_img{
  width: 20%;
  
}
.product-template__container.cargoglide .custom_cross_sell_card img{
  width: 100%;
  height: auto;
  max-width: none !important; 
}
.product-template__container.cargoglide .custom_cross_sell_card p{
  margin-bottom: 0;
}
.product-template__container.cargoglide .custom_cross_sell_card .price{
      color: #939598;
}

.custom_option_label {
    display: block;
}

.custom_option_label:first-letter {
    text-transform: uppercase;
}
#shopify-section-cargoglide-sectioned-text-images .background-grey{
margin: 0;
}
}