.page-header {
	padding: 3rem 0 3rem 0;
	position: relative;
}

.page-header::before {
    content: "";
    position: absolute;
    top: 0; left: 0; 
    width: 100vw;
	height: 1rem;
	background:linear-gradient(-45deg, yellow 25%, black 0, black 50%, yellow 0, yellow 75%, black 0);
	background-size:50px 50px;
    z-index: -1;
}

.page-header::after {
    content: "";
    position: absolute;
    bottom: 0; left: 0; 
    width: 100vw;
	height: 1rem;
	background:linear-gradient(-45deg, yellow 25%, black 0, black 50%, yellow 0, yellow 75%, black 0);
	background-size:50px 50px;
    z-index: -1;
}


.page-name {
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: .5rem;
}

.page-subtitle {
	margin-top: .5rem;
	text-align: center;
	font-weight: 100;
	font-size: 1.25rem;
	text-transform: uppercase;
}

.shield-ancor-list {
	margin-top: 2rem;
}

.shield-ancor-list a {
	text-align: center;
	text-transform: uppercase;	
	font-weight: 600;
	margin: 0 .5rem;
}

.shield-advantages {
	padding-top: 2rem;
}

.advantage-item {
	display: flex;
	margin: 1rem 0;
}

.advantage-item .icon {
	color: #000;
	margin-right: 1rem;
	min-width: 100px;
}

.advantage-item .name {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.shield-benefits {
	padding: 2rem 0;
	background-color: rgba(0,141,210, .05);
}

.shield-benefits-title {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: .5rem;	
}

.benefits-text {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	padding: .75rem 1rem;
	background: #fff;	
}

.benefits-title {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: .5rem;	
	color: #337AB7;
	font-size: 1.5rem;
}

.shield-order {
	padding: 2rem 0;
	background-color: rgba(51,122,183,.25);
}

.shield-order.order-mask {
	background-color: rgba(0,141,210, .05);
}

.shield-order-name {
	font-size: 2.3rem;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}

.shield-order-nav {
	margin: 1rem 0 2rem 0;
}

.shield-order-nav .nav-item {
	margin: .25rem;
}

.shield-order-nav .nav-link {
	border: 2px solid transparent;
}

.shield-order-nav .nav-link:not(.active) {
	color: #000;
	background-color: #fff;
}

.shield-order-nav .nav-link:not(.active):hover {
	color: #337AB7;
	border: 2px solid #337AB7;
}

.shield-product-name {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #337AB7;
	text-align: center;
	margin-bottom: 2rem;
}

.shield-product-name span {
    display: block;
    font-size: 3rem;
    color: #333;
}

.shield-product-image {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.shield-product-image::before {
    display: block;
    content: "";
    padding-top: 100%;
}

.shield-product-image > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    object-fit: cover;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    z-index: 10;
}

.shield-product-image > img:hover {
	opacity: .75;
}

.shield-product-image-small {
	position: relative;
	padding: 0;
	overflow: hidden;
}

.shield-product-image-small::before {
    display: block;
    content: "";
    padding-top: 100%;
}

.shield-product-image-small > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    object-fit: cover;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    z-index: 10;
}

.shield-product-image-small > img:hover {
	opacity: .75;
}

.shield-cart {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.shield-product .skus {
    font-weight: 500;
    margin-bottom: 1rem;
}

.shield-product .services {
    padding: .5rem;
    border: 1px solid #337AB7;
    background-color: #f2f9fd;
}

.shield-product .service {
    padding: .25rem .5rem;
    font-size: 15px;
}

.shield-cart-purchase {
	margin-top: 1rem;
	text-align: center;
}

.shield-product .pre-date {
    color: #fff;
    background-color: #cc0000;
    font-weight: 600;
    font-size: .75rem;
    text-transform: uppercase;
    padding: .25rem 1rem;
    border-radius: .25rem;
}

.shield-product .compare-at-price {
    text-decoration: line-through;
    color: #cc0000;
    font-weight: 100;
    font-size: 1rem;
    vertical-align: middle;
}

.shield-product .shield-product-price {
    font-size: 2rem;
    font-weight: 600;
    color: #000;
}

.shield-product-description .tab-content {
	padding: 1rem;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-top: 0;
	border-radius: .25rem;	
}

.shield-product .shield-product-description table {
	font-size: .85rem;
}

.shield-product .shield-product-description .mr-3 {
	margin-right: 1rem;
}

.shield-product .shield-product-description table td,
.shield-product .shield-product-description table th {
	padding: .3rem;
	border-bottom: 1px dotted;
	vertical-align: middle;
}

.where-applied {
	padding: 2rem 0;
}

.where-applied .title {
    color: #333;
    font-size: 1.8rem;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.where-applied .item {
    color: #337AB7;
    font-size: 1.25rem;
    font-weight: 700;
	text-transform: uppercase;
	margin-top: 1rem;
	margin-bottom: .5rem;
	padding-bottom: .5rem;
	position: relative;
}

.where-applied .item::after {
	position: absolute;
	content: "";
	width: 80px;
	bottom: 0;
	left: calc(50% - 40px);
	border-bottom: 1px solid #337AB7;
}

.where-applied .item-text {
    color: #333;
    font-size: .85rem;
    font-weight: 400;
	line-height: 1.35;
}

.shield-siz {
    position: relative;
	color: #fff;
	background-color: #337AB7;
	font-size: 1.125rem;
}

.shield-siz .title {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.shield-siz a {
    color: rgba(255,255,255, 1);
}

.shield-siz a:hover {
    color: rgba(255,255,255, .75);
}

.shield-zakaz {
    position: relative;
	background-color: rgba(51,122,183,.25);
	font-size: 1.125rem;
}

.shield-zakaz .title {
    color: #337AB7;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}