/* ----------------------------------------------------------------
	The Montessori Space - Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.tms-logo-font {
  font-family: Optima !important;
}

.tms-color {
  color: rgb(129, 119, 111) !important;
}

.tms-full-screen {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/landing/montessori1.jpg');
  background-position: 50% 0;
}

#tms-logo {
  display: flex;
  max-width: 250px;
  margin-right: auto;
  position: relative;
}

.slider-caption.slider-caption-center {
  max-width: 900px;
}

.slider-caption.slider-caption-center p {
  font-weight: bolder;
}

.text-no-transform {
  text-transform: none !important;
}

.text-font-normal {
  font-weight: normal !important;
}

#footer #copyrights {
  padding: 20px 0;
}

.he-text.tms-he-text {
  font-weight: normal !important;
  font-size: 0.75rem !important;
  padding-top: 10px !important;
}

.i-plain.tms-i-plain {
  font-size: 22px !important;
}

.top-search-form.tms-top-search-form{
  width: 50% !important;
  margin-left: 50%;
}

#page-title.tms-page-title {
  padding: 3rem 0 !important;
}

form.needs-validation label.error {
  display: inline-block !important;
  text-transform: none !important;
}

div.tms-dropdown-menu-right {
  right: 0 !important;
  left: auto !important;
}

.menu-item.mega-menu .tms-login-menu {
  width: 280px !important;
  left: unset !important;
}

form label {
  text-transform: none !important;
}

.product .latest-flash {
    position: absolute;
    top: 10px;
    left: 70%;
    z-index: 5;
}

.text-bold {
    font-weight: bold !important;
}

.tms-increase-quantity, .tms-decrease-quantity {
    display: block;
    cursor: pointer;
    border: 0px transparent;
    padding: 0;
    width: 36px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #EEE;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}

.tms-increase-quantity:hover, .tms-decrease-quantity:hover {
    background-color: #DDD;
}
