/*
Theme Name: Make It Digital
Template: Impreza
Version: 1.0
Author:	Make It Digital
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

body.woocommerce-checkout .wc-block-components-sidebar {
    box-sizing: border-box;
    margin-top: 8px;
    padding-left: 2.2641509434%;
    width: 100%;
    padding-left: 0px;
}
body.woocommerce-checkout .is-large .wc-block-checkout__sidebar.is-sticky{
  position:relative !important;
}
body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    box-sizing: border-box;
    margin: 0;
    padding-right: 0px;
    width: 100%;
    order: 2;
}

/* Chrome, Safari, Edge, Opera */
body.woocommerce-cart input[type="number"]::-webkit-inner-spin-button,
body.woocommerce-cart input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
body.woocommerce-cart input[type="number"] {
  -moz-appearance: textfield;
}

.product-quantity input:focus{
  border:0px !important;
  box-shadow:none !important;
}


body:not(.logged-in) .maisivalabel_grid{
  display:none;
}

body:not(.lang-pt) #menu-item-136{
display:none;
}

body:not(.logged-in) .ush_menu_2 {
    display: none;
}