/* -------------------COLORS------------------- */
/*
$primary_color: #36a9ea;
$hover_color: #3ab7ff;
$active_color: #377fdd;
*/
/* -------------------COMMON------------------- */
body {
  background-color: white !important;
  height: 100%;
  overflow-x: hidden;
}

.hidenone {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

a:link {
  color: #F44336;
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: #EF5350;
  text-decoration: none;
}

a:visited {
  color: #F44336;
  text-decoration: none;
}

a:active {
  color: #F44336;
  text-decoration: none;
}

.white_box {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px #d8d8d8;
          box-shadow: 0px 0px 10px 0px #d8d8d8;
  padding: 25px;
  border-radius: 5px;
}

.inner_box {
  margin: 2px;
}

.plain_btn {
  background-color: #F44336;
  border: 0;
  border-radius: 3px;
  color: white;
  padding: 10px;
}

.plain_btn:hover {
  background-color: #EF5350;
  color: white;
  text-decoration: none;
}

.buy_btn_container a {
  display: block;
  color: white;
  font-size: 18px;
  height: 45px;
}

.buy_btn_container .buy_btn {
  padding-top: 7px;
  background-color: black;
  border-radius: 40px;
  width: 240px;
  height: 40px;
  text-align: center;
}

.buy_btn_container .buy_btn:hover {
  background-color: #ffbe61;
  color: black;
}

.ribbon-wrapper {
  z-index: 2;
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  right: -2px;
}

.ribbon {
  font: bold 15px;
  color: #333;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  color: white;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  background-color: #F44336;
  background-image: -o-linear-gradient(top, #F44336, #F44336);
}

.sharing {
  line-height: 10px;
}

/* -------------------NAV------------------- */
nav.navbar-inverse {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), to(white));
  background-image: linear-gradient(to bottom, white 0, white 100%);
  -webkit-box-shadow: 1px 1px 1px #d8d8d8;
          box-shadow: 1px 1px 1px #d8d8d8;
  border: none !important;
}

nav.navbar-inverse .container-fluid .navbar-header a.navbar-brand {
  color: #777 !important;
  text-shadow: none !important;
  font-weight: bold;
  font-size: 28px;
}

nav.navbar-inverse .container-fluid .navbar-header a.navbar-brand #for_title {
  color: #F44336;
  font-size: 32px;
}

nav.navbar-inverse .container-fluid .navbar-header .navbar-toggle {
  border-color: #F44336 !important;
}

nav.navbar-inverse .container-fluid .navbar-header .navbar-toggle .icon-bar {
  background-color: #F44336 !important;
}

nav.navbar-inverse .container-fluid .navbar-header .navbar-toggle:focus, nav.navbar-inverse .container-fluid .navbar-header .navbar-inverse .navbar-toggle:hover {
  background-color: white !important;
}

nav.navbar-inverse .container-fluid .navbar-right {
  padding-top: 10px;
}

nav.navbar-inverse .container-fluid .navbar-right li {
  border-radius: 40px;
  background-color: #777;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  display: inline-block;
  margin: 0 6px;
}

nav.navbar-inverse .container-fluid .navbar-right li a {
  color: white !important;
  text-shadow: none !important;
  display: block;
  width: 200px;
  height: 30px;
  border-radius: 40px;
  padding: 5px !important;
}

nav.navbar-inverse .container-fluid .navbar-right li a:hover {
  background-color: #F44336;
}

/* -------------------NEWSLETTER POPUP------------------- */
.subscribe-me {
  padding: 10px;
  border-radius: 4px;
}

.subscribe-me h2 {
  font-size: 22px;
}

.subscribe-me p {
  font-size: 18px;
}

.subscribe-me .form input[type="email"] {
  background-color: #d7d7d7;
  border: none;
  height: 50px;
  padding-left: 10px;
  text-transform: uppercase;
  width: 370px;
}

.subscribe-me .form button#signup {
  background-color: #F44336;
  font-size: 14px;
  color: white;
  border: none;
  text-transform: uppercase;
  height: 50px;
  width: 100px;
  margin-top: 10px;
}

/* -------------------SEARCH ENGINE------------------- */
.search {
  margin-bottom: 20px;
}

.search input {
  width: 500px;
  border: 1px solid gray;
  border-radius: 20px;
  padding: 5px;
  padding-left: 15px;
}

.search input:focus {
  outline: 0;
}

.search #search_autocomplete_results {
  position: absolute;
  z-index: 900 !important;
  width: 500px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.search #search_autocomplete_results ul {
  border: 1px solid gray;
  border-bottom: none;
  background-color: white;
}

.search #search_autocomplete_results ul li {
  text-align: left;
  padding: 10px;
  width: 500px;
  list-style: none;
  border-bottom: 1px solid gray;
  height: 100px;
}

.search #search_autocomplete_results ul li .image {
  width: 50px;
  border: 1px solid gray;
}

.mouseOverBackground {
  background-color: #F44336;
  color: white;
  cursor: pointer;
}

#sorts {
  margin-top: -20px;
}

#sorts .button {
  border: 0;
  text-decoration: underline;
  color: #F44336;
  background-color: transparent !important;
  outline: none;
}

/* -------------------HOME------------------- */
ul {
  padding: 0;
  margin: 0;
}

.categories {
  margin-bottom: 10px;
  position: relative;
}

.categories .category {
  border-radius: 40px;
  background-color: #777;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  display: inline-block;
  margin: 6px;
}

.categories .category a {
  padding-top: 5px;
  color: white;
  display: inline-block;
  width: 200px;
  height: 30px;
  border-radius: 40px;
}

.categories .category a:hover {
  background-color: #F44336;
}

.categories .category ul {
  display: none;
  position: absolute;
  background-color: #777;
  width: 200px;
  z-index: 3;
  border-radius: 0px 0px 15px 15px;
  list-style-type: none;
  -webkit-box-shadow: inset 0px 0px 20px #575757;
          box-shadow: inset 0px 0px 20px #575757;
}

.categories .category ul li {
  width: 100% !important;
}

.categories .category:hover ul {
  display: block;
}

.categories .category:hover ul li:hover {
  background-color: #F44336;
}

.categories .category:hover ul li:hover:last-child {
  border-radius: 0px 0px 20px 20px;
}

.categories .active {
  background-color: #F44336;
}

.categories .to_expand {
  /*
		&:after{
			margin-right: 20px;
			content: '\25BC';
		}
*/
}

.categories .to_expand a:hover {
  border-radius: 15px 15px 0px 0px;
}

.categories .to_expand a:hover:last-child {
  border-radius: 0px 0px 15px 15px;
}

.categories .expanded {
  border-radius: 15px 15px 0px 0px;
}

.cards .card_container {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px #d8d8d8;
          box-shadow: 0px 0px 10px 0px #d8d8d8;
  margin: 10px;
  background-color: white;
}

.cards .card_container .card {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  min-height: 320px;
}

.cards .card_container .card .item_img {
  width: 210px !important;
  height: 315px !important;
  margin-left: -50px;
}

.cards .card_container .card .left_part {
  margin-left: -60px;
  text-align: left;
}

.cards .card_container .card .left_part .card_top {
  min-height: 60px !important;
}

.cards .card_container .card .left_part .card_top .title a {
  color: black;
  font-size: 19px;
}

.cards .card_container .card .left_part .card_top .author {
  color: gray;
  font-style: italic;
  margin-top: -8px;
}

.cards .card_container .card .left_part .card_top .more {
  margin-top: -10px;
}

.cards .card_container .card .left_part .card_top .more .rate {
  color: #ffbe61;
}

.cards .card_container .card .left_part .description {
  min-height: 160px;
  max-height: 190px;
  text-align: justify;
  font-family: "Times New Roman", Times, sans-serif;
}

.cards .card_container .card .card_bottom {
  margin-left: -60px;
  margin-top: 15px;
}

/* -------------------PRODUCT------------------- */
.product {
  background-color: white;
  width: 1030px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px #d8d8d8;
          box-shadow: 0px 0px 10px 0px #d8d8d8;
  padding: 5px;
  overflow: hidden;
  position: relative;
}

.product .left_part img {
  width: 400px;
  margin: 10px;
}

.product .right_part {
  text-align: left;
  width: 500px;
}

.product .right_part .author {
  color: gray;
  font-style: italic;
  margin-top: -8px;
}

.product .right_part .more {
  margin-top: -10px;
}

.product .right_part .more .rate {
  color: #ffbe61;
}

.product .right_part .description {
  margin-top: 10px;
  text-align: justify;
  font-family: "Times New Roman", Times, sans-serif;
  overflow: auto;
  max-height: 400px;
  min-height: 300px;
}

.product .right_part .add_review {
  margin-top: 10px;
  margin-bottom: 10px;
}

.product .right_part .add_review input {
  padding: 5px;
  padding-left: 10px !important;
  width: 100%;
  margin-bottom: 5px;
}

.product .right_part .add_review textarea {
  padding: 5px;
  width: 100%;
  height: 70px;
  resize: none;
}

.product .right_part .add_review button {
  width: 100% !important;
}

.product .right_part .reviews {
  overflow: auto;
  max-height: 300px;
}

.product .right_part .reviews .review .review_date {
  color: gray;
  font-style: italic;
  margin-top: -10px;
}

.product .right_part .card_bottom {
  margin-left: -30px;
  margin-top: -10px;
}

.related {
  width: 1030px;
}

.related .card_container {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px #d8d8d8;
          box-shadow: 0px 0px 10px 0px #d8d8d8;
  margin: 10px;
  width: 323px;
  min-height: 500px;
  background-color: white;
}

.related .card_container .card {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  min-height: 300px;
}

.related .card_container .card .item_img {
  width: 180px !important;
}

.related .card_container .card .card_top {
  min-height: 120px !important;
}

.related .card_container .card .card_top .title a {
  color: black;
}

.related .card_container .card .card_top .author {
  color: gray;
  font-style: italic;
  margin-top: -8px;
}

.related .card_container .card .card_top .more {
  margin-top: -10px;
}

.related .card_container .card .card_top .more .rate {
  color: #ffbe61;
}

.related .card_container .card .card_bottom {
  width: 240px;
  margin-top: 15px;
}

/* ------------ABOUT / CONTACT------------ */
.contact_form input, .contact_form textarea {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid gray;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-bottom: 20px;
}

.contact_form ::-webkit-input-placeholder {
  color: gray;
  font-weight: 300;
  font-size: 16px;
}

.contact_form :-moz-placeholder {
  color: gray;
  font-weight: 300;
  font-size: 16px;
}

.contact_form ::-moz-placeholder {
  color: gray;
  font-weight: 300;
  font-size: 16px;
}

.contact_form :-ms-input-placeholder {
  color: gray;
  font-weight: 300;
  font-size: 16px;
}
/*# sourceMappingURL=common.css.map */