/* RIGHT TO LEFT */
/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */
#category .box-content {
  padding: 20px 0;
}
#category .view {
  display: none;
}

.content_scene_cat {
  color: #353d41;
  line-height: 19px;
  margin: 0 0 26px 0;
}
.content_scene_cat .content_scene_cat_bg {
  padding: 10px;
}
.content_scene_cat span.category-name {
  font: 600 42px/51px "museo300", sans-serif;
  color: #353d41;
  margin-bottom: 12px;
  display: none;
}
.content_scene_cat p {
  margin-bottom: 0;
}
.content_scene_cat a {
  color: #1A6BAF;
}
.content_scene_cat a:hover {
  text-decoration: underline;
}
.content_scene_cat .cat_desc {
  margin-top: 10px;
}
.content_scene_cat .content_scene {
  color: #3e474b;
}
.content_scene_cat .content_scene .cat_desc {
  padding-top: 20px;
}
.content_scene_cat .content_scene .cat_desc a {
  color: #3e474b;
}
.content_scene_cat .content_scene .cat_desc a:hover {
  color: #ff6346;
}

/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */
#subcategories {
  padding: 0 10px 10px;
}
#subcategories p.subcategory-heading {
  font-weight: bold;
  color: #353d41;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
#subcategories ul li {
  text-align: center;
  min-height: 110px;
}
#subcategories ul li .subcategory-image {
  padding: 0 0 8px 0;
}
#subcategories ul li .subcategory-image a {
  display: block;
  padding: 9px;
  border: 1px solid #ebeef2;
}
#subcategories ul li .subcategory-image a img {
  max-width: 100%;
  vertical-align: top;
}
#subcategories ul li .subcategory-name {
  font-weight: 600;
}
#subcategories ul li .subcategory-name:hover {
  color: #ff6346;
}
#subcategories ul li .cat_desc {
  display: none;
}
#subcategories ul li:hover .subcategory-image a {
  border: 1px solid #ff6346;
}
/* RIGHT TO LEFT */
/********************************************************
			Scenes Styles
********************************************************/
#scenes .popover-button span {
  display: block;
  font-size: 28px;
  text-align: center;
}
#scenes .popover-button span:before {
  content: "\f0fe";
  font-family: "FontAwesome";
  display: block;
  vertical-align: 5px;
}

.thumbs_banner {
  margin: 10px auto;
  padding: 0;
  height: 62px !important;
  width: 100%;
  border-top: 1px solid #ebeef2;
  border-bottom: 1px solid #ebeef2;
}
.thumbs_banner .space-keeper {
  width: 21px;
  float: left;
  display: block;
  height: 100%;
}
.thumbs_banner .space-keeper a.prev {
  display: none;
  width: 21px;
  background: #fefefe;
  text-decoration: none;
  color: #353d41;
}
.thumbs_banner .space-keeper a.prev:before {
  font-family: "FontAwesome";
  content: "\f053";
  vertical-align: middle;
  padding-top: 35px;
  padding-left: 5px;
}
.thumbs_banner .space-keeper a.next {
  float: left;
  display: block;
  width: 21px;
  background: #fefefe;
  text-decoration: none;
  color: #353d41;
}
.thumbs_banner .space-keeper a.next:before {
  font-family: "FontAwesome";
  content: "\f054";
  vertical-align: middle;
  padding-top: 35px;
  padding-left: 5px;
}

#scenes_list {
  overflow: hidden;
  float: left;
  width: 828px;
}
#scenes_list ul {
  list-style-type: none;
}
#scenes_list li {
  float: left;
}
#scenes_list a {
  display: block;
}

#scenes a.popover-button {
  display: block;
  position: absolute;
  text-decoration: none;
}
#scenes .popover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-color: #ebeef2;
}
#scenes .product-image-container,
#scenes .product-name {
  margin-bottom: 15px;
}
#scenes div.description {
  margin-bottom: 15px;
}
#scenes .button-container {
  margin-bottom: 15px;
}
#scenes .button-container a {
  text-decoration: none;
}
#scenes .price {
  margin-bottom: 10px;
}
