/*
  Theme Name: OptiMate Basic
  Theme URI: https://optimate.si
  Description: Basic storefront theme
  Author: i30n
  Template: storefront
  Version: 1.0.0
*/

body,
button,
input,
textarea,
select {
  font-family: "Ubuntu", sans-serif;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: none;
}

a {
  text-decoration: none !important;
}

html,
body {
  height: 100%;
}

#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-content {
  flex: 1;
}

.site-header {
  padding-top: 1.5em;
}

.site-header .custom-logo-link img {
  max-width: 200px;
}

.site-branding {
  display: none !important;
}

header .col-full {
  position: relative;
}

.site-search {
  position: absolute;
  top: 20%;
  right: 3%;
}

.search-field {
  border-radius: 2em;
}

/* before: ff8800, d97706 */

.search-field:focus {
  outline: solid #0c95f7 2px;
}

.site-header-cart li.current-menu-item a {
  color: #015faa !important;
}

/* Full-width content when sidebar is removed */
#primary.content-area {
  width: 100%;
  float: none;
}

.site-footer {
  padding: 1.5em 0 0;
  margin-top: auto;
}

.storefront-breadcrumb {
  margin: 0 !important;
}

.site-header-cart .cart-contents {
  font-size: 1.25em;
  padding: 1em 0 !important;
  font-weight: bold;
}

.site-header-cart .cart-contents::after {
  font-size: 1.25em;
  line-height: 1.4em !important;
  content: "\0f07a" !important;
}

.sub-menu,
.widget_shopping_cart_content {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}
