@charset "utf-8";
/* CSS Document */

.quantity_price
{
	font-weight: 500;
	line-height: 30px;
	margin-top: 21px;
}

.popover-body {
    font-size: 1.04rem;
    font-weight: 400;
}

.section_global {
    position: relative;
    padding: 3.75rem 0;
    padding-bottom: 8.125rem;

}

@media (min-width:768px) {
    .section_global {
        padding: 7.5rem 0;
    }
}

.page_container{
    margin-top: 100px;
    padding-bottom: 80px;
    border-bottom: solid 1px #ebebeb
}
@media (max-width: 479px) {
    .page_container{
        margin-top: 70px;
        padding-bottom: 80px;
        border-bottom: solid 1px #ebebeb
    }
}

.page_container_100{
    margin-top: 100px;
    padding-bottom: 80px;
    border-bottom: solid 1px #ebebeb
}
@media (max-width: 479px) {
    .page_container_100{
        margin-top: 70px;
        padding-bottom: 80px;
        border-bottom: solid 1px #ebebeb
    }
}

.page_container_150{
    margin-top: 150px;
    padding-bottom: 80px;
    border-bottom: solid 1px #ebebeb
}
@media (max-width: 479px) {
    .page_container_100{
        margin-top: 150px;
        padding-bottom: 80px;
        border-bottom: solid 1px #ebebeb
    }
}

.breadcrumbs_global
{
	width: 100%;
	height: 60px;
	border-bottom: solid 1px #ebebeb;
	margin-bottom: 79px;
}

.breadcrumbs_global ul li
{
	display: inline-block;
	margin-right: 17px;
}
.breadcrumbs_global ul li.active a
{
	color: #b9b4c7;
}
.breadcrumbs_global ul li i
{
	margin-right: 17px;
}
.breadcrumbs_global ul li a
{
	color: #51545f;
}

.rimg {
    height: 70vh;
}

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 5em;
  line-height: 4em;
  vertical-align: middle;
}
.icon-stack-1x,
.icon-stack-2x,
.icon-stack-3x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: right;
}
.icon-stack-1x {
  line-height: inherit;
}
.icon-stack-2x {
  font-size: 1.5em;
}
.icon-stack-3x {
  font-size: 2em;
}

/*********************************
5. Breadcrumbs
*********************************/

.breadcrumbs
{
	width: 100%;
	height: 60px;
	border-bottom: solid 1px #ebebeb;
	margin-bottom: 58px;
}
.breadcrumbs ul li
{
	display: inline-block;
	margin-right: 17px;
}
.breadcrumbs ul li.active a
{
	color: #b9b4c7;
}
.breadcrumbs ul li i
{
	margin-right: 17px;
}
.breadcrumbs ul li a
{
	color: #51545f;
}