@charset "UTF-8";
/*
Theme Name:   ost-pack
Theme URI:    osttongraphic.com
Author:       danielejost - osttongraphic
Author URI:   osttongraphic.com 
Description:  no description.
Tested up to: 5.6
Requires PHP: 5.6
Version:      2.2.5
License:      All right reserved
License URI:  osttongraphic.com 
Tags:         ...
Text Domain:  ost-pack
AMP:          false
WordPress Available:  no
Requires License:     yes
Domain Path: /languages/ 
*/


.template-tmpl-register .container-center {
  padding:0!important;
  box-shadow: none!important;
  margin-bottom: 0!important;
}

.template-tmpl-register h2 {
  margin-bottom: 0!important;
}

.template-tmpl-access .login {
  padding: 0;
}

@media screen and (max-width: 1100px) {
  .all-products > .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .all-products > .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .all-products > .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.wc-block-components-button {
	background-color: #d5502f;
	color: #fff;
	/* More rules can be added to modify the border, shadow, etc. */
}
/* It might be needed to modify the hover, focus, active and disabled states too */

/* Hide the items description in cart */

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
  display: none;
}

