	/* ----------------------------------------------------- */
	/* ********** Homepage Hero Banner styles **************/
	/* -------------------------------------------------------*/
	
	.full-width-container {
		position: relative;
		text-align: center;
	}
	.overlay-box {
		position: absolute;
		/* width: 32.3%; */
		width: 26.3%;
		background: transparent;
		transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
	   -webkit-transform: translate(0,-50%);
	   -moz-transform: translate(0,-50%);
	   -o-transform: translate(0,-50%);
	   border: 10px solid #49EEDC;


	}
	.centre {
		top: 49.5%;
		left: 50%;
		transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
	   -o-transform: translate(-50%,-50%);
	}
	.top-right {
		top: 49.7%;
		right: 7.8%;
	}
	.top-left {
		top: 50%;
		left: 7.7%;
	}
	.jersey_heading span ,
	.overlay_heading span {
		font-weight: 700;
	}
	.overlay_heading {
		width:86%;
		padding: 0px 7% 12px 7%;
		margin: 0;
		color: #fff;
		font-weight: bold;
	}
	.att-single-border {
		height: 5px;
		background-color: #49EEDC;
		width: 220px;
		display: inline-block;
		position: relative;
		vertical-align: middle;
		border-radius: 5px;
	}
	.sub_text {
		padding: 21px 10px 48px 10px;
		margin: 0;
	}
	.jersey_text span ,
	.sub_text span {
		font-weight:400;
	}
	button {
		font-style: normal;
	}
	.overlay_hero_container {
		width: 100%;
		margin: 0;
		background: #fff;
		/* padding: 91px 0px 83px 0px; */
		padding: 101px 0px 93px 0px;
		background: rgb(0,87,184);
		background: -moz-linear-gradient(180deg, rgba(0,87,184,1) 11%, rgba(0,159,219,1) 100%);
		background: -webkit-linear-gradient(180deg, rgba(0,87,184,1) 11%, rgba(0,159,219,1) 100%);
		background: linear-gradient(180deg, rgba(0,87,184,1) 11%, rgba(0,159,219,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00388F",endColorstr="#009fdb",GradientType=1);
	}
	.overlay_hero_container-2 {
		width: 100%;
		margin: 0;
		background: #fff;
		padding: 91px 0px 83px 0px;
		background: rgb(0,121,177);
		background: -moz-linear-gradient(180deg, rgba(0,121,177,1) 0%, rgba(0,159,219,1) 35%, rgba(0,201,255,1) 100%);
		background: -webkit-linear-gradient(180deg, rgba(0,121,177,1) 0%, rgba(0,159,219,1) 35%, rgba(0,201,255,1) 100%);
		background: linear-gradient(180deg, rgba(0,121,177,1) 0%, rgba(0,159,219,1) 35%, rgba(0,201,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0079b1",endColorstr="#00c9ff",GradientType=1);
	}
	.home-custom-jersey {
		margin-bottom: 75px;
	}
	.custom-jersey ,
	.hero_banner {
		width:100%;
	}
	.custom-jersey img ,
	.hero_banner img {
		min-width: 100%;
	}
	.home-hero-banner {
		margin-bottom: 25px;
	}

	.home-button-primary {
		color: #ffffff;
		background: #00388F;
		border: 1px solid #00388F;
		text-transform: none;
		height: 60px;
		width: 230px;
		line-height: 56px;
	}
	
	@media only screen and (min-width: 1024px) and (max-width: 1679px) {
		.custom-jersey {
			position: relative;
			height:700px;
			overflow: hidden;
		} 
		.hero_banner {
			position: relative;
			height:768px;
			overflow: hidden;
		}
		.custom-jersey img ,
		.hero_banner img {
			width: auto;
			position: absolute;
			transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -o-transform: translateX(-50%);
			left: 50%;
			transform-origin: top center;
			max-width: none;
		}
	}
	@media only screen and (max-width: 1023px) {
		.home-hero-banner {
			margin-bottom: 47px;
		}
		.home-custom-jersey {
			margin-bottom: 41px;
		}
		.centre ,
		.overlay-box {
			position: static;				
			width:100%;
			transform: none;
			-ms-transform: none;
			-webkit-transform: none;
			-moz-transform: none;
			-o-transform: none;
			border:none;
		}
		.overlay_hero_container {
			width: 100%;
			margin: 0;
			padding: 41px 0 0 0;
		}
			
		.overlay_heading span {
			display: block;
		}
		.overlay_heading {
			width:100%;
			padding: 0px 0px 11px 0px;
		}
			
		.sub_text {
			padding: 13px 10px 30px 10px;
		}
		.custom-jersey {
            position: relative;
			height: 400px;
			overflow: hidden;       
        }
		.hero_banner {
			position: relative;
			height: 450px;
			overflow: hidden;                      
		}
        .custom-jersey img ,
		.hero_banner img {
			width: auto;
            position: absolute;
			transform: translateX(-50%) scale(0.75);
            -ms-transform: translateX(-50%) scale(0.75);
            -webkit-transform: translateX(-50%) scale(0.75);
            -moz-transform: translateX(-50%) scale(0.75);
            -o-transform: translateX(-50%) scale(0.75);
			left: 50%;
			transform-origin: top center;
			max-width: none;
		}
	}
	@media only screen and (max-width: 767px) {
		.home-hero-banner {
			margin-bottom: 45px;
		}
		.home-custom-jersey {
			margin-bottom: 32px;
		}
		.overlay_hero_container {
			padding: 23px 0 0;
		}
		.overlay_heading {
			padding: 0 0 2px 0;
		}
		.overlay_heading span {
			display: block;
		}
		.sub_text  {
			padding: 7px 10px 15px 10px;
		}
		.sub_text span {
			display: block;
		}
		.hero_banner ,
        .custom-jersey {
			height: 280px;
        }
		.custom-jersey img ,
		.hero_banner img {
			transform: translateX(-50%) scale(0.46);
            -ms-transform: translateX(-50%) scale(0.46);
            -webkit-transform: translateX(-50%) scale(0.46);
            -moz-transform: translateX(-50%) scale(0.46);
            -o-transform: translateX(-50%) scale(0.46);
		}
        .mobile-style {
            padding: 0 20px;
        }
        .mobile-button {
            width:100%;
        }
	}
	
	/* ----------------------------------------------------- */
	/* ********** Homepage Custom Jerseys styles **************/
	/* -------------------------------------------------------*/
	
	.jersey_heading  {
		width:86%;
		padding: 0px 7% 12px 7%;
		margin: 0;
	}
	.jersey_text {
		padding: 20px 10px 35px 10px;
		margin: 0;
	}
	.overlay_container {
		width: 98%;
		margin: 1%;
		background: #fff;
		padding: 82px 0px 75px 0px;
	}
	
	@media only screen and (max-width: 1023px) {
                       
		.overlay_container {
			width: 100%;
			margin: 0;
			padding: 42px 0px 0px 0px;
		}
		.jersey_heading {
			width:100%;
			padding: 0px 0px 17px 0px;
		}
		.jersey_text {
			padding: 21px 10px 35px 10px;
		}
	}
	@media only screen and (max-width: 767px) {
		.overlay_container {
			padding: 15px 0 0;
		}
		.jersey_heading {
			padding: 0 0 2px 0;
		}
		.jersey_text {
			padding: 9px 10px 30px 10px;
		}
		.jersey_text span {
			display: block;
		}
	}
	
	/* ----------------------------------------------------------- */
	/* ########### Homepage Shop By Player slot styles ############*/
	/* ------------------------------------------------------------*/
	
	.home-bottom-slots {
		max-width: none;
	}
	.home-bottom-slot-1 {
		position: relative;
		z-index: 9;
	}
	.shop-player-main  {
		padding-bottom: 62px;
	}
	.shop-player-main * {
		box-sizing: border-box;
	}
	.shop-by-player {
		max-width: 1418px;
		margin: 0 auto;
		position: relative;
	}
	.shop-by-player-text {
		position: absolute;
		top: 50.5%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		text-transform: capitalize;
		text-align: center;
	}
	.star-border {
		margin: 0;
		text-align: center;
		padding: 3px 0 7px 0;
	}
	.star-border:before,.star-border:after {    
		content: "";
		background: #D8D8D8;
		display: inline-block;
		height: 1px;
		width: 46px;
		margin: 0 0 5px 0;
	}
	.star {
		margin: 0 2px 0 3px;
		display: inline-block;
	}
	.shop-player {    
		margin: 0;
		color: #ffffff;
		padding: 0 0 6px 0; 
	}
	.favorite-cowboy {
		text-align: center;
		color: #ffffff;
		text-transform: capitalize;
	}
	.shop-by-player .select-box {
		margin: 25px 0 0 5px;
		width: 354px;
		display: inline-block;
	}
	.shop-by-player .selection-list li:first-child {
		display: none;
	}
	.shop-by-player img {
		width: 100%;
	}
	@media screen and (min-width: 1024px) and (max-width: 1450px){
		.shop-by-player{
			padding: 0 30px;
		}
	}
	@media screen and (min-width: 1451px){
		.shop-player-main {
			padding: 0 7.7% 62px 7.7%;
		}
	}
	@media screen and (max-width: 1023px) {
		.shop-player-main {
			padding: 0px;
		}
		.shop-by-player {
			padding: 0 30px;
		}
		.shop-by-player-text { 
			top: 51%;
		}
		.shop-player { 
			padding: 0 0 4px 0;
		}
		.shop-by-player-img {
			width: 100%;
		}
		.shop-by-player-img img { 
			object-fit: cover;
			object-position: 50%;
			height: 400px;
		}
		.shop-by-player .custom-select .selected-option {
			font-weight: 400;
		}
		.shop-by-player .custom-select .selected-option::before {
			right: 25px;
		}
	}
	@media screen and (max-width: 1023px) and (min-width: 768px)  {
		.shop-player-main {
			padding: 0 0 44px 0;
		} 
		.shop-player {    
			line-height: 51px;
		}
	}
	@media screen and (max-width: 767px) {
		.shop-player-main {
			padding: 0 0 42px 0;
		}
		.shop-by-player-text {
			width: 100%; top: 49%;
		}
		.shop-player {
			padding: 3px 0 0 0;
		}
		.favorite-cowboy {
			width: 70%;
			display: inline-block;
			float: none;
		}
		.shop-by-player .select-box {
			width: 240px; margin: 5px 0 0 0;
		}
		.star-border {
			padding: 0
		}
		.star-border:before,.star-border:after {
			width: 30px;
		} 
		.shop-by-player-img img {
			height: 280px;
		}
		.shop-by-player {
			padding: 0 20px;
		}
	}
	
	
	/* ---------------------------------------------------------- */
	/* ******** Homepage Shop-category-asset1 styles **************/
	/* -----------------------------------------------------------*/
	
	.slot-center30-70, .slot-center100 {
		display: flex;
		max-width: 1418px;
		margin: 0 auto;
	}
	.shop-category1 {
		margin-top: 28.5px;
	}
	.slot-30width, .slot-70width {
		position: relative;
	}
	.slot-30width {
		width: 32.31%;
	}
	.slot-30width .slot-button {
		width: 69.88%;
	}
	.first-column {
		margin: 0 1.55% 0 0;
	}
	.slot-70width {
		width: 66.18%;
	}
	.slot-70width .slot-button {
		width: 34.12%;
	}
	.slot-button {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.slot-image {
		float: left;
		width: 100%;
	}
	.slot-image img {
		float: left;
		max-width: 100%;
	}
	@media screen and (max-width: 1023px) {
		.slot-30width .slot-button, .slot-70width .slot-button {
			width: 196px;
			padding: 3px 3px;
		}
	}
	@media screen and (max-width: 767px) {
		.shop-category1 {
			margin: 5px 0 0 0;
		}
		.slot-center30-70, .slot-center100 {
			padding: 0px;
			float: left;
			display: block;
			width: 100%;
		}
		.slot-30width, .slot-70width {
			width: 100%;
			float: left;
			margin: 15px 0 0 0;
		}
		.slot-30width .slot-image, .slot-70width .slot-image, .slot-center100 .slot-image {
			width: 100%;
		}
		.slot-30width .slot-image img, .shop-category2 .slot-image img {
			object-fit: cover;
			object-position: 50%;
			height: 220px;
			width: 100%;
		}
		.slot-70width .slot-image img {
			height: 220px;
			width: 100%;
			object-fit: cover;
			object-position: 50%;
		}
	}
	
	/* ---------------------------------------------------------- */
	/* ******** Homepage Shop-category-asset2 styles **************/
	/* -----------------------------------------------------------*/
	
	.shop-category2 {
		margin-top: 24px;
		position: relative;
	}
	.slot-center100 .slot-button {
		width: 22.57%;
	}
	.slot-center100 .visual-nav-btn {
		letter-spacing: 1px;
	}
	@media screen and (max-width: 1023px) {
		.shop-category2 {
			margin-top: 11px;
		}
		.slot-center100 .slot-button {
			width: 196px;
		}
	}
	@media screen and (max-width: 767px) {
		.slot-center100.shop-category2 {
			margin: 15px 0 0 0;
			position: relative;
		}
		.shop-category2 .slot-image img {
			object-position: 66%;
		}
	}
	
	/* ---------------------------------------------------------- */
	/* ******** Homepage Shop-category-asset2 styles **************/
	/* -----------------------------------------------------------*/
	
	.shop-category3 {
		margin-top: 22px;
	}
	.shop-last-cat {
		margin-bottom: 60px;
	}
	@media screen and (max-width: 1023px) and (min-width: 768px) {
		.shop-last-cat {
			margin-bottom: 40px;
		}
	}
	@media screen and (max-width: 1023px) {
		.shop-category3 {
			margin-top: 11px;
		}
		.visual-nav-btn {
			line-height: 35px;
			padding: 3.5px 5px;
			font-size: 20px;
			letter-spacing: 1px;
		}
	}
	@media screen and (max-width: 767px) {
		.shop-category3 {
			margin: 0px;
		}
		.shop-last-cat {
			margin-bottom: 30px;
		}
	}
	
	/* ---------------------------------------------------------- */
	/* ******** Homepage star-double-border styles **************/
	/* -----------------------------------------------------------*/
	
	.double-bor-main {
		max-width: 1680px;
		margin: 0 auto;
		padding: 0 7.8%;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 62px;
	}
	.double-bor-main .double-border {
		border-bottom: 1px solid #d8d8d8;
		border-top: 1px solid #d8d8d8;
		width: 83%;
		height: 2px;
	}
	.double-bor-main .border-bg {
		padding: 0 6px;
	}
	.double-bor-main .fa {
		background: #ffffff url("double-border.png?$staticlink$") no-repeat;
		width: 20px;
		height: 18.5px;
		top: 2px;
	}
	@media screen and (min-width: 768px) and (max-width: 1023px) {
		.double-bor-main {
			padding: 0 30px;
			margin-bottom: 40px;
		}
	}
	@media screen and (max-width: 1023px) {
		.double-bor-main .double-border {
			width: 100%;
		}
	}
	@media screen and (max-width: 767px) {
		.double-bor-main {
			padding: 0 20px;
			display: inline-block;
			margin-bottom: 30px;
		}
	}
		
	/* ---------------------------------------------------------- */
	/* ******** Homepage home-bottom-asset1 styles **************/
	/* -----------------------------------------------------------*/
	
	.slot-center50-50 {
		display: table;
		width: 100%;
		table-layout: fixed;
		margin: 0 auto;
		max-width: 1418px;
	}
	.legend-banner {
		padding: 0 0 70px 0;
	}
	.left-50width, .right-50width {
		width: 50%;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	.left-50width {
		overflow: hidden;
	}
	.right-50width {
		background-color: #8a8a8a;
	}
	.slot-50content {
		width: 71%;
		margin: 0 auto;
	}
	.content-row1 {
		margin: 0 0 14px 0;
	}
	.content-row2 {
		margin: 0 0 28px 0;
	}
	.content-row1 p {
		font-size: 24px;	
		font-weight: 700;	
		line-height: 29px;
		text-transform: uppercase;
		color: #ffffff;
		margin: 0;
		letter-spacing: 0px;
	}
	@media screen and (max-width: 1023px) and (min-width: 767px) {
		.legend-banner {
			padding: 0 0 50px 0;
		}
	}
	@media screen and (max-width: 1023px) {
		
		.content-row1 {
			margin: 13px 0 7px 0;
		}
		.content-row2 {
			margin: 0 0 20px 0;
		}
		.content-row1 p {
			font-size: 18px;
			line-height: 22px;
		}
	}
	
	@media screen and (max-width: 767px) {
		.legend-banner {
			padding: 0 0 43px 0;
		}
		.left-50width, .right-50width {
			width: 100%;
			display: table-row;
		}
		.left-50width img {
			width: 100%;
		}
		.slot-50content {
			width: 85%;
			padding: 25px 0 23px 0;
		}
		.content-row1 { 
			margin: 0;
		}
		.content-row2 {
			margin: 5px 0 24px 0;
		}
		.slot-50content .button-primary {
			width: 100%;
		}
	}
	
	/* ---------------------------------------------------------- */
	/* ******** Homepage home-bottom-asset2 styles **************/
	/* -----------------------------------------------------------*/
	
	.quote-banner {
		float: left;
		width: 100%;
	}
	.quote-banner .expand-wrapper {
		position: relative;
		float: left;
		width: 100%;
	}
	.quote-banner .expand-wrapper img {
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.quote-banner .slot-content {
		position: relative;
		margin: 107px 0 37px 0;
		text-align: center;
	}
	.quote-banner .expand-content {
		width: 49%;
		margin: 0 auto;
	}
	.quote-text {
		font-family: 'Rokkitt', Georgia, Times, serif;
		font-size: 28px;
		line-height: 30px;
		text-transform: uppercase;
		font-weight: 800;
		color: #ffffff;
		letter-spacing: 0px;
	}
	.quote-text::before {
		content:"\201C";
		position: absolute;
		top: -29px;
		left: 49.5%;
		font-size: 50px;
	}
	.quote-author {
		font-size: 22px;
		line-height: 27px;
		letter-spacing: 1px;
		color: #ffffff;
		font-weight: 300;
		text-transform: capitalize;
		display: inline-block;
		margin: 13px 0 30px 0;
	}
	.slot-content p {
		margin: 0;
	}
	
	@media screen and (max-width: 1023px) {
		.quote-banner .expand-wrapper {
			min-height: 335px;
		}
		.quote-banner img {
			min-height: 335px;
			object-fit: cover;
			object-position: 47%;
		}
		.quote-banner .expand-content { 
			width: 91%;
			margin: 0 auto;
		}
		.quote-banner .slot-content {
			margin: 100px 0 44px 0;
		}
		.quote-text {
			padding: 3px 0 0 0;
		}
		.quote-text::before {
			top: -31px;
			left: 49%;
		}
		.quote-author {
			margin: 16px 0 25px 0;
		}
	}
	@media screen and (max-width: 767px) {
		.quote-banner {
			margin: 0;
		}
		.quote-banner .expand-wrapper {
			min-height: 150px;
		}
		.quote-banner .expand-content { 
			width: 85%;
		}
		.quote-banner .slot-content {
			margin: 35px 0 20px 0;
		}
		.quote-text {
			font-size: 14px;
			line-height: 16px;
		}
		.quote-author { 
			font-size: 11px;
			line-height: 13px;
			margin: 5px 0;
		}
		.quote-banner img {
			min-height: 150px;
		}
		.quote-text::before {
			font-size: 32px;
			top: -15px;
		}
	}
	
	/* ---------------------------------------------------------- */
	/*********** styles for 'Footer' content asset  ****************/
	/* -----------------------------------------------------------*/
	.promotion a {
	  display: inline-block;
	  vertical-align: top;
	}
	/*
	.google-review a img {
		margin-top: 24.3px;
		max-width: 100%;
	} */
	.copy-right {
		font-size: 12px;
		font-weight: normal;
		color: #767676;
		margin: 37.5px 0 15px 0px;
		line-height: 22px;
	}
	.copy-right .privacy-policy {
		text-decoration: underline;
		cursor: pointer;
		display: inline-block;
		vertical-align: top;
	}
	@media screen and (max-width: 1023px) {
		.copy-right {
			width: 55%;
			margin: 40px auto 0;
		}
	}
	
	@media screen and (max-width: 767px) {
		.copy-right {
			margin: 29px auto;
		}
		.bottom-footer .copy-right .dash {
			display: none;
		}
	}
	@media screen and (max-width: 452px) {
		.copy-right {
			margin: 29px auto 10px;
		}
	}
	
	/* ---------------------------------------------------------- */
	/********* styles for 'Footer-columns' content asset *************/
	/* -----------------------------------------------------------*/
	
	.footer-links {
		float: left;
	}
	.footer-links ul li a {
		color: #767676;
		line-height: 22px;
	}
	.footer-links span {
		color: #009fdb !important;
	}
	.footer-links ul {
		margin: 6px 0 0 0;
	}
	@media screen and (min-width: 1024px) {
		.contact-custom .content-asset {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: distribute;
		}
		.footer-links {
			float: none;
			flex: 1 auto;
		}
		.contact-custom {
			padding: 33px 0 45px 5%;
		}
		.customer-service .center-content {
			padding: 0 0 0 15px;
		}
		.explore .center-content {
			padding: 0 0 0 15px;
		}
	}
	@media screen and (max-width: 1023px) {
		.footer-links {
			width: 100%;
			border-bottom: 2px solid #d8d8d8;
		}
		.footer-links:first-child {
			border-top: 2px solid #d8d8d8;
		}
		.footer-links ul {
			display: none;
		}
		.footer-links.expand-collapse ul {
			display: block; 
			padding: 0 0 18px 0;
			margin: 0;
		}
		.footer-links .arrow {
			width: 12px;
			height: 7px;
			position: absolute;
			display: inline-block;
			top: 24px;
			right: 0;
		}
	}

	@media screen and (max-width: 767px) {
		.footer-links .arrow{right: 20px;}
	}
	
	/* ------------------------------------------------------------------- */
	/********* styles for 'Footer-helmet-divider' content asset *************/
	/* ---------------------------------------------------------------------*/
	.logo {
		position: relative;
		padding: 0px 1.2% 17px 1.2%;
		box-sizing: border-box;
	}

	.logo img {
		z-index: 1;
		position: relative;
		right: 1px;
		top: -3px;
	}
	.logo::after {
		content: "";
		border-top: 1px solid #d8d8d8;
		border-bottom: 1px solid #d8d8d8;
		position: absolute;
		top: 24px;
		width: 50%;
		left: 82px;
		height: 3px;
	}
	.logo::before {
		content: "";
		border-top: 1px solid #d8d8d8;
		border-bottom: 1px solid #d8d8d8;
		position: absolute;
		top: 24px;
		width: 50%;
		right: 81px;
		height: 3px;
	}
	@media screen and (max-width: 1023px) {
		.logo {
			padding: 12px 0% 26px 0%;
			box-sizing: border-box;
		}
		.logo::after {
			top: 26px;
			width: 50%;
			left: 67px;
		}
		.logo img {
			right: -8px;
			width: 48px;
			left: 0px;
			top: -3px;
		}
		.logo::before {
			top: 26px;
			width: 50%;
			right: 66px;
		}
	}
	@media screen and (max-width: 767px) {
		.logo {
			padding: 7px 0% 29px 0%;
			box-sizing: border-box;
			width: 100%;
			float: none;
			margin: auto;
		}
		.logo img {
			padding: 4px 1% 0px 0%;
			box-sizing: border-box;
		}
		.logo::after {
			top: 24px;
			left: 19px;
		}
		.logo::before {
			top: 24px;
			right: 19px;
		}
	}
	
	/* ------------------------------------------------------------------- */
	/********* styles for 'Footer-social-icon' content asset *************/
	/* ---------------------------------------------------------------------*/
	
	.stay-connected-text {
		font-size: 16px;
		color: #009fdb;
		font-weight: 700;
		line-height: 19px;
		margin: 0 0 10px 0;
		display: inline-block;
		padding: 0 10px 3px 0;
	}
	.social-links .social-all-icons {
		margin: 0;
	}
	.social-links ul li:first-child {
		margin: 0 7px 0 0;
	}
	.social-links ul li { margin: 0 9px;    
		width: auto;
		display: inline-block;
	}
	.social-icons img {
		width: 20px;
		height: 20px;
		display: inline-block;
		cursor: pointer;
	}
	@media screen and (max-width: 1023px) {
		.social-icons img {
			width: 25px;
			height: 25px;
		}
		.stay-connected-text {
			font-size: 14px;
			line-height: 17px; 
			margin: 0 0 4px 0;
		}
		.social-links ul li:first-child {
			margin: 0 19px 0 0;
		}
		.social-links ul li { 
			margin: 0 21px;
		}
		.social-links ul li:last-child {
			margin-right: 0px;
		}
	}
	@media screen and (max-width: 767px) {
		.social-links ul {
			text-align: center;
		}
		.stay-connected-text {
			width: 100%;
			text-align: center;
			margin: 0 0 15px 0;
		}
	}
	
	/* ----------------------------------------------------------- */
	/* ########### styles for 'footer-promotions' slot ############*/
	/* ------------------------------------------------------------*/
	
	picture { cursor: pointer; }
	@media screen and (max-width: 767px) {
		.html-slot-container picture img {width: 100%;}
	}
	
	
	/* ++++++++++++ Drop2 styles start from here +++++++++++*/

	/* ----------------------------------------------------- */
	/* ****** Category Landing page  main Banner styles ***********/
	/* -------------------------------------------------------*/
	
	.cat-landing-main-banner-container{
		position: relative;
		text-align: center;
		margin-bottom: 30px;
	}
	.cat-landing-promo-text-box {
		width: 32.35%;
		margin-left: 5px;
	}
	.cat-landing-promo-heading span {
		font-weight: 700;
	}
	.cat-landing-promo-heading {
		width:86%;
		padding: 0px 7% 20px 7%;
		margin: 0;
	}
	.sub_text {
		padding: 21px 10px 48px 10px;
		margin: 0;
		color: #fff;
	}
	.sub_text span {
		font-weight:normal;
	}
	button {
		font-style: normal;
	}
	.cat-landing-promo-container {
		width: 98%;
		margin: 1%;
		background: #fff;
		padding: 58px 0px 58px 0px;
	}
	.cat-landing-main-banner {
		width:100%;
	}
	.cat-landing-main-banner img {
		min-width:100%;
	} 
	@media only screen and (min-width: 1024px) and (max-width: 1679px) {
		.cat-landing-main-banner {
			position: relative;
			height:450px;
			overflow: hidden;
		}
		.cat-landing-main-banner img {
			position: absolute;
			transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
			-o-transform: translateX(-50%);
			left: 50%;
			transform-origin: top center;
			max-width: none;
		}
	}
	@media only screen and (max-width: 1023px) {
		.cat-landing-promo-text-box {
			width:100%;
			margin: 0;
		}
		.cat-landing-main-banner-container {
			margin-bottom: 38px;
		}
		.cat-landing-promo-container {
			width: 100%;
			margin: 0;
			padding: 30px 0 0 0;
		}
		.cat-landing-promo-text-box .single-bor-main {
			display:block;
			margin-bottom: 15px;
		}	
		.cat-landing-promo-heading span {
			display: block;
		}
		.cat-landing-promo-heading {
			width:100%;
			padding: 0px 0px 8px 0px;
		}
			
		.sub_text {
			padding: 13px 10px 30px 10px;
		}
		.cat-landing-main-banner {
			height: 350px;
			position: relative;
			overflow: hidden;			
		}
		.cat-landing-main-banner img {
			width: auto;
			position: absolute;
			transform: translateX(-50%) scale(0.8);
			-ms-transform: translateX(-50%) scale(0.8);
			/* -webkit-transform: translateX(-50%) scale(0.8); */
			-moz-transform: translateX(-50%) scale(0.8);
			-o-transform: translateX(-50%) scale(0.8);
			left: 50%;
			transform-origin: top center;
			max-width: none;
		}
		.cat-landing-banner-btn {
			width: 31.3%;
			margin: 0 auto;
			box-sizing: border-box;
		}
		.cat-landing-banner-btn .button-primary {
			width: 100%;
		}
	}
	@media only screen and (max-width: 767px) {
		.cat-landing-promo-container {
			padding: 27px 0 0;
		}
		.cat-landing-main-banner-container {
			margin-bottom: 42px;
		}
		.cat-landing-promo-heading {
			padding: 0 0 2px 0;
		}
		.cat-landing-promo-text-box .single-bor-main {
			margin-bottom: 11px;
		}	
		.cat-landing-promo-heading span {
			display: block;
		}
		.sub_text  {
			padding: 7px 10px 15px 10px;
		}
		.sub_text span {
			display: block;
		}
		.cat-landing-main-banner {
			height :200px;
		}
		.cat-landing-main-banner img {
			transform: translateX(-50%) scale(0.46);
            -ms-transform: translateX(-50%) scale(0.46);
            -webkit-transform: translateX(-50%) scale(0.46);
            -moz-transform: translateX(-50%) scale(0.46);
            -o-transform: translateX(-50%) scale(0.46);
		}
		.cat-landing-banner-btn {
			width: 100%;
			padding: 0 20px;
		}
		.cat-landing-banner-btn button {width: 100%;}
	}
	
	/* ----------------------------------------------------- */
	/* ********** Category Landing page slotbottom category styles  **************/
	/* -------------------------------------------------------*/
	
	.cat-landing-slotbottom{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		width:100%; 
	}
	.cat-landing-slotbottom .cat-slot-30width:nth-of-type(3n) {
			margin-right: 0;
		
	}
	.cat-slot-30width {
		position: relative;
	}
	.cat-slot-30width {
		width: 32.3%;
		margin: 0 1.55% 20px 0;
	}
	.cat-slot-button {
		position: absolute;
		top: 75%;
		left: 50%;
		width:70%;
		transform: translate(-50%, -50%);
	}
	@media screen and (max-width: 1023px) {
		.cat-landing-slotbottom .cat-slot-30width:nth-of-type(3n) {
			margin-right :1.28%;
		}
		.cat-landing-slotbottom .cat-slot-30width:nth-of-type(2n) {
			margin-right: 0;
			margin-left :1.25%;
		}
		.cat-visual-nav-btn {
			line-height: 35px;
			padding: 3.5px 5px;
			font-size: 20px;
			letter-spacing: 1px;
		}
		.cat-slot-30width {
			width: 48.73%;
			margin-right :1.25%;
		}
		.cat-slot-button {
			width:196px;
		}
	}
	@media screen and (max-width: 767px) {
		.cat-slot-30width {
			width: 100%;
			margin: 15px 0 0 0;
		}
		.cat-slot-image {
		   width:100%;
		}
		.cat-slot-image  img{
		   width:100%;
		}
		.cat-landing-slotbottom .cat-slot-30width:nth-of-type(3n) {
			margin-right :0;
		}
		.cat-landing-slotbottom .cat-slot-30width:nth-of-type(2n) {
			margin-left :0;
		}
	}
	/* ----------------------------------------------------- */
	/* ********** No-search-results page styles **************/
	/* -------------------------------------------------------*/
	
	.no-results-help-container {
		width: 100%;
		text-align: left;
		padding-bottom:55px;
	}
	.no-results-help-container ul {
		margin: 6px 0 0 26px;
		line-height: 18px;
		padding: 0;
	}
	.no-results-help-container ul li {
		list-style-type: disc;
		padding-left: 10px;
		list-style-position: outside;
	}
	@media only screen and (max-width: 1023px) {
		.no-results-help-container {
			padding-bottom: 37px;
		}
	}
	@media only screen and (max-width: 767px) {
		.no-results-help-container {
			padding-bottom: 25px;
		}
	}

	/* ----------------------------------------------------------- */
	/* ########### styles for 'cat-banner' slot in PLP ############*/
	/* ----------------------------------------------------------- */

	#wrapper.pt_product-search-result #main{padding:0px;}
	.full-width-container {position: relative;text-align: center;}
	@media only screen and (max-width: 1679px) and (min-width: 1024px) {
		.content-slot.slot-grid-header .full-width-container .hero_banner {position: relative;height: 225px;overflow: hidden;}
		.full-width-container .hero_banner img {width: auto;position: absolute;transform: translateX(-50%);-ms-transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-o-transform: translateX(-50%);left: 50%;transform-origin: top center;max-width: none;}
	}
	@media only screen and (max-width: 1023px) {
		.content-slot.slot-grid-header .full-width-container .hero_banner {width: 100%;height: 150px;}
	}
	@media only screen and (max-width: 767px) {
		.content-slot.slot-grid-header .full-width-container .hero_banner  {height:75px;}
	}
	
	/* ----------------------------------------------------------- */
	/* **** styles for 'double_underline_star' asset in PLP ********/
	/* ----------------------------------------------------------- */
	
	.pt_product-search-result .main-category-wrapper .primary-content .plp-double-border .double-bor-main {margin:0px;padding: 0;}
	.pt_product-search-result .main-category-wrapper .primary-content .plp-double-border .double-bor-main .double-border {width:100%;}
	.pt_product-search-result .plp-double-border_responsive {display:none;}
	@media only screen and (max-width: 1023px) {
		.pt_product-search-result .plp-double-border_responsive{display:block;}
		.pt_product-search-result .main-category-wrapper .primary-content  .plp-double-border {display:none;}
		.pt_product-search-result .static-category-asset.responsive .cat-head .h1.custom .cat-custom-heading.h5  {width:100%;display:block;}
		.pt_product-search-result .plp-double-border_responsive .double-bor-main {margin:0px;}
		.pt_product-search-result .primary-content .search-result-options.sort_dropdown {padding:18px 0px;}
	}
	
	
	/* ++++++++++++ Drop3 styles start from here +++++++++++*/
	
	/* -------------------------------------------------------------------*/
	/* **** styles for 'custom-jersey-static-content' asset in PDP ********/
	/* ------------------------------------------------------------------ */
	.jersey-help-content {
		margin: 20px 0 0 0;
		padding: 0 10px 0 0;
	}
	.jersey-help-content .please-note {
		color: #FF0000;
		font-weight: 700;
	}
	.jersey-help-content .note {
		font-size: 14px;
		letter-spacing: 0px;
		margin: 0 0 20px 0;
	}
	@media screen and (max-width: 1023px) {
		.jersey-help-content {
			padding: 0 32px;
		}
	}
	@media screen and (max-width: 767px) {
		.jersey-help-content {
			padding: 0 22px;
		}
	}
	
/* -------------------------------------------------------------------------------------------*/
/* ************ styles for size chart asset in PDP  and pt content page************** */
/* ----------------------------------------------------------------------------------------- */
.pt_content .size-modal-body {
	max-width: 698px;
	margin: 20px auto 50px;
}
.ui-dialog.product-size-chart {
	width: 698px !important;
}
.sizeTitle  {
	font-size: 26px;
	line-height: 29px;
}
.sizeTitle ~ .sizeTitle {
	padding-top: 40px;
}
.size-table-responsive {
	overflow-x: auto;
}
.sizeHeader {
	font-weight: 700;
}
.sizeTable tr td {
	padding: 15px 0 15px 10px;
	border-bottom: 1px solid #d8d8d8;
	white-space: nowrap;
}
.sizeTable tr th {
	border-bottom: 1px solid #d8d8d8;
	padding: 22px 0 5px 10px;
	white-space: nowrap;
}
.sizeTable tr th:first-child, .sizeTable tr td:first-child {
	padding-left: 0;
}
.sizeMobileScroll {
	padding: 10px 0;
	display: none;
}
.measure-title {
	font-weight: 700;
	padding-top: 20px;
}
ul.measureHow li {
	list-style-type: disc;
	line-height: 17px;
	padding-bottom: 15px;
}
@media screen and (max-width: 1023px) { 
	.ui-dialog.product-size-chart {
		width: 708px !important;
	}
}
@media screen and (max-width: 767px) { 
	.pt_content .size-modal-body {
		padding: 0;
	}
	.size-modal-body {
		padding: 0 10px;
	}
	.sizeMobileScroll {
		display: block;
	}
}	/* ----------------------------------------------------------- */
	/* ########### Code level temporary code ########*/
	/* ------------------------------------------------------------*/
	
	.product-quick-view .color-swatches-ul li.unselectable a, .pdp-main .product-variations .swatches li.unselectable a {
		border-color: #767676;
	}
	@media only screen and (max-width: 1023px) {
		.copyright-block {
			float: none;
		}
	}
	
	/* ---------------------------------------------------------- */
	/* ******** Gift Card Landing Page **************/
	/* -----------------------------------------------------------*/
	@media screen and (min-width: 1024px) {
		.pt_giftcardlanding .cat-landing-promo-container {
			padding: 85px 0px 83px 0px;
		}
		.pt_giftcardlanding .cat-landing-promo-heading {
			padding-bottom: 15px ;
		}
		.pt_giftcardlanding .cat-landing-promo-container .b2 {
			padding: 21px 0 0 0;
		}
		.pt_giftcardlanding .double-bor-main {
			margin-top: 30px;
			margin-bottom: 52px;
		}
	}
	.gc-btm-slot-main {
		max-width: 1007px;
		margin: 0 auto;
		padding: 15px 25px 74px;
		box-sizing: border-box;
	}
	.gc-50-50 {
		overflow: hidden;
	}
	.gc-slot-50width {
		position: relative;
		width: calc(50% - 10px);
		margin: 0 5px;
		float: left;
	}
	.gc-slot-image img {
		width: 100%;
	}
	.gc-slot-button {
		position: absolute;
		top: 0;
	}
	.gc-slot-50width .slot-button {
		min-width: 320px;
	}
	.gc-slot-50width .visual-nav-btn {
		text-transform: none;
	}
	.gc-balance-title {
		text-align: center;
		padding: 0 20px 20px;
	}
	@media screen and (min-width: 768px) and (max-width: 1023px) {
		.gc-btm-slot-main {
			padding: 12px 25px 29px;
		}
		.pt_giftcardlanding .cat-landing-promo-container .b2 {
			padding: 0 20px;
		}
		.gc-slot-50width .slot-button {
			min-width: 191px;
		}		
	}
	@media screen and (max-width: 767px) {
		.gc-btm-slot-main {
			padding: 0 20px 30px;
		}
		.pt_giftcardlanding .cat-landing-promo-container .b2 {
			padding: 0 20px;
		}
		.gc-slot-50width {
			width: 100%;
			margin: 0;
		}
		.gc-slot-50width + .gc-slot-50width {
			margin-top: 30px;
		}
		.gc-slot-50width .slot-button {
			min-width: 245px;
		}
	}
	/* ++++++++++++ Drop5 styles start from here +++++++++++*/
	/* -------------------------------------------------------------------*/
	/* ******** styles for 'privacy-policy' content asset *****************/
	/* ------------------------------------------------------------------ */
	.Privacy-Policy-content p {
		font-size: 14px;
		line-height: 18px;
		color: #009fdb;
	}
	@media only screen and (max-width: 767px) {
		.account-nav-asset .phone-number {
			width: 100%;
			display: inline-block;
		}
	}
	/* ++++++++++++ Drop6 styles start from here +++++++++++*/
	
	/* -------------------------------------------------------------------*/
	/* ********** styles for 'video_asset' content asset *****************/
	/* ------------------------------------------------------------------ */
	.video-wrapper {
		width: 100%;
		display: inline-block;
	}
	.video-wrapper .centr-content {
		width: 59.255%;
		margin: 0 auto;
		position: relative;
	}
	.video-wrapper .centr-content img, 
	.video-wrapper .centr-content embed, 
	.video-wrapper .centr-content video,
	.video-wrapper .centr-content  object, 
	.video-wrapper .centr-content iframe {
		width: 100%;
		border: 0;
		height: 100%;
	}
	.video-wrapper .centr-content .cross-icon img  {
		width:20px;
		height:20px;
	}
	.cross-icon  {
		position: absolute;
		top: 5px;
		right: 5px;
		cursor: pointer;
		z-index: 1;
	}
	.video-wrapper .vid-ply-icon {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		cursor: pointer;
		width: 80px;
		height: 80px;
	}
	.video-wrapper .video-player-holder {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding-top: 30px;
		background: #000;
		box-sizing: border-box;
	}
	@media only screen and (min-width: 1681px) {
		.video-wrapper .centr-content {
			width: 45.255%;
		}
	}
	@media only screen and (max-width: 1024px) {
		.video-wrapper .centr-content , 
		.video-wrapper .video-player-holder , 
		.video-wrapper .vid-bg-holder  {
            width: 100%;
         }
		.video-wrapper .vid-ply-icon {
			width: 60px;
			height: 60px;
		}
	}
	@media only screen and (max-width: 767px) {
		.video-wrapper .vid-ply-icon {
			width: 40px;
			height: 40px;
		}
	}
	
	/* -------------------------------------------------------------------*/
	/* ******** styles for 'cs-landing-slot3-text' content asset ***********/
	/* ------------------------------------------------------------------ */
	
	.auth_excl_shop {
		width: 100%;
		display: inline-block;
	}
	.auth_excl_shop .auth_excl_shop_center {
		width: 59.255%;
		margin: 0 auto;
		position: relative;
	}
	.authentic_gear ,
	.exclusive_merchendise ,
	.the_official_shop {
		width:100%;
		display: table;
		margin-bottom: 40px;
	}
	.authentic_gear_img ,
	.exclusive_merchendise_img ,
	.the_official_shop_img {
		float: left;
		display: table-cell;
		vertical-align: middle;
		padding-right: 22px;
	}
	.authentic_heading ,
	.exclusive_heading ,
	.official_heading  {
		display:block;
	}
	.authentic_gear_text ,
	.exclusive_merchendise_text ,
	.the_official_shop_text {
		display: table-cell;
		vertical-align: middle;
	}
	.gear_img ,
	.merchendise_img ,
	.shop_img {
		width: 218px;
		height: 218px;
	}
	.gear_img img ,
	.merchendise_img img ,
	.shop_img img {
		width:100%;
	}
	@media only screen and (min-width: 1681px) {
        .auth_excl_shop .auth_excl_shop_center {
			width: 45.255%;
        }
	}
	@media only screen and (max-width: 1023px) {
		.auth_excl_shop .auth_excl_shop_center {
			width: 100%;
		}
		.authentic_heading ,
        .exclusive_heading ,
        .official_heading  {
            font-size: 26px;
            line-height: 29px;
        }
	}
	@media only screen and (max-width: 767px) {
		.authentic_gear_img ,
		.exclusive_merchendise_img ,
		.the_official_shop_img {
			width: 100%;
			margin: 0 auto;
			padding: 0;
		}
		.authentic_gear_text ,
		.exclusive_merchendise_text ,
		.the_official_shop_text {
			width: 100%;
			display: inline-block;
			text-align: center;
			padding-top: 19px;
		}
		.gear_img, .merchendise_img, .shop_img {
			margin: 0 auto;
		}
	}
	
	/* -------------------------------------------------------------------*/
	/* ******** styles for 'Customer_service_asset2' content asset **********/
	/* ------------------------------------------------------------------ */
	.last-cat {
        margin-bottom: 50px;
    }
    @media screen and (max-width: 767px) {
        .last-cat {
            margin-bottom: 35px;
        }
    }
	
	/* -------------------------------------------------------------------*/
	/* ***** styles for 'customer_service_bottom_asset' content asset *******/
	/* ------------------------------------------------------------------ */
	.customer-service-landing-container .quote-banner {
        margin:0;
	}
    @media only screen and (max-width: 1023px) {
        .customer-service-landing-container .quote-banner .slot-content {
            margin: 130px 0 44px 0;
        }  
    }
    @media only screen and (max-width: 767px) {
        .customer-service-landing-container .quote-banner .slot-content {
            margin: 50px 0 44px 0;
        }  
    }
	
	/* -------------------------------------------------------------------*/
	/* ***** styles for 'Customer_service_landing' content asset *******/
	/* ------------------------------------------------------------------ */

	.CS_heading {
		width: 100%;
		display: inline-block;
	}
	.CS_heading h1 {
		margin: 0px 0px 15px;
	}
	.CS_heading .b4 {
	margin-bottom: 35px;
	}

	@media screen and (max-width: 767px) {
		.CS_heading {
		   text-align: center;
		}
		.CS_heading h1 {
			margin: 0px 0px 10px;
		}

		.customer_landing_banner {
			width:100%;
		}
		.pt_customer-service .overlay_hero_container {
			padding: 62px 0px 53px 0px;
		}
		.customer_landing_banner img {
			min-width: 100%;
		}
	}
	@media only screen and (min-width: 1024px) and (max-width: 1679px) {
		.customer_landing_banner {
			position: relative;
			height:400px;
			overflow: hidden;
		}
		.customer_landing_banner img {
			width: auto;
			position: absolute;
			transform: translateX(-50%) scale(1);
			-ms-transform: translateX(-50%) scale(1);
			-webkit-transform: translateX(-50%) scale(1);
			-moz-transform: translateX(-50%) scale(1);
			-o-transform: translateX(-50%) scale(1);
			left: 50%;
			transform-origin: top center;
			max-width: none;

		}
	}
	@media only screen and (max-width: 1023px) {
		.pt_customer-service .overlay_hero_container {
			padding: 40px 0px 30px 0px;
		}
		.pt_customer-service .overlay_heading {
			padding: 0px 0px 5px 0px;
		}
		.customer_landing_banner {
			position: relative;
			height: 250px;
			overflow: hidden;                      
		}
		.customer_landing_banner img {
			width: auto;
			position: absolute;
			transform: translateX(-50%) scale(0.65);
			-ms-transform: translateX(-50%) scale(0.65);
			-webkit-transform: translateX(-50%) scale(0.65);
			-moz-transform: translateX(-50%) scale(0.65);
			-o-transform: translateX(-50%) scale(0.65);
			left: 50%;
			transform-origin: top center;
			max-width: none;
		}
	}
	@media only screen and (max-width: 767px) {
		.customer_landing_banner {
			height: 175px;
		} 
		.pt_customer-service .overlay_hero_container {
			padding: 30px 0px 20px 0px;
		}
		.customer_landing_banner img {
			width: auto;
			position: absolute;
			transform: translateX(-50%) scale(0.46);
			-ms-transform: translateX(-50%) scale(0.46);
			-webkit-transform: translateX(-50%) scale(0.46);
			-moz-transform: translateX(-50%) scale(0.46);
			-o-transform: translateX(-50%) scale(0.46);
			left: 50%;
			transform-origin: top center;
			max-width: none;
		}
	}

	/* -------------------------------------------------------------------*/
	/* ***** styles for '404 Not Found' content asset *******/
	/* ------------------------------------------------------------------ */
	@media only screen and (max-width: 1023px) {
		.notfound-baner img {
			transform: translateX(-50%) scale(0.62);
			-ms-transform: translateX(-50%) scale(0.62);
			-webkit-transform: translateX(-50%) scale(0.62);
			-moz-transform: translateX(-50%) scale(0.62);
			-o-transform: translateX(-50%) scale(0.62);
		}
	}
	@media only screen and (max-width: 767px) {
		.notfound-baner img {
			transform: translateX(-50%) scale(0.46);
			-ms-transform: translateX(-50%) scale(0.46);
			-webkit-transform: translateX(-50%) scale(0.46);
			-moz-transform: translateX(-50%) scale(0.46);
			-o-transform: translateX(-50%) scale(0.46);
		}
	}
	.mobile-button span{
		position: relative;
		top: 0;
		left: 0;
	}

	/* ----------------------------------------------------------- */
	/* ########### CTA Positioning ############*/
	/* ------------------------------------------------------------*/
	.btn-center-left{
		left: 20%;
		top: 50%;
		transform: translate(-20%, -50%);
	}
	.btn-center-right{
		left: 80%;
		top: 50%;
		transform: translate(-80%, -50%);
	}
	.btn-top-center{
		top: 20%;
		left: 50%;
		transform: translate(-50%, -20%); 
	}
	.btn-top-right{
		left: 80%;
		top: 20%;
		transform: translate(-80%, -20%);
	}
	.btn-top-left{
		left: 20%;
		top: 20%;
		transform: translate(-20%, -20%);
	}
	.btn-bottom-center{
		left: 50%;
		top: 84%;
		transform: translate(-50%, -84%);
	}
	.btn-bottom-left{ 
		left: 20%;
		top: 84%;
		transform: translate(-20%, -84%);
	}
	.btn-bottom-right{
		left: 80%;
		top: 84%;
		transform: translate(-80%, -84%);
	}
	
	
.payment-information .mini-payment-instrument.last .cc-owner {
	margin: 15px 0 0;
	float: left;
	width: 100%;
	padding: 0;
}
#footer.footer-wrapper .main-footer .container-footer-section .signup-connect .item-footer-section.sign-up { 
	display: block;
}
#footer.footer-wrapper .main-footer .signup-heading {
	color: #009fdb;
} 
@media screen and (max-width: 1023px) {
	.payment-information .mini-payment-instrument.last .cc-owner {
		margin: 15px 0 0;
	}

	.level-2 .banner {
		padding: 0;
		margin-top: 25px;
	}

	.level-2 .banner .fly-out-banner a {
		padding-left: 0px;
	}

	.level-2 .banner .fly-out-text p {
		font-size: 18px;
	}
	.level-2 .banner .fly-out-text a {
		font-size: 16px;
	}
	a[data-currentcat="lines-of-business"] {
		font-size: 17px !important;
	}
	.footer-wrapper {
		border-top: none;
	}
}

/*****     AT&T Additions     *****/
@media screen and (min-width: 1024px) {
	.footer-wrapper .main-footer .contact-custom {
		width: 55%;
		margin: 0 auto;
		float: none;
	}
}

@media screen and (max-width: 767px) {
	.product-tile .product-badge .product-badge-text .badge-text {
		line-height: 20px;
		font-size: 11px;
	}
}

.product-tile .product-badge {
    position: absolute;
    z-index: 1;
    top: -13px !important;
    left: 0 !important;
    width: 100% !important;
    height: 71px !important;
    border-radius: 0;
    border: none !important;
}

.product-tile .product-badge .product-badge-text {
    position: relative;
    border-radius: 4px;
    height: 25px !important;
    margin: 1px;
    margin: 0 auto;
    width: 80% !important;
}

@media screen and (max-width: 767px) {
	.toggle-refinetab {
		margin-bottom: 20px;
	}
}

.pt_categorylanding .cat-landing-header .star-line {
    padding-bottom: 5px;
    color: #00388F;
}
.pt_categorylanding .cat-landing-header {
    margin-bottom: 15px;
}

.cat-slot-button {
    position: absolute;
    top: 85%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
    background: #00388F;
    color: #fff;
    padding: 0;
    box-shadow: 1px 1px 6px 0px #000;
	border-radius: 42px;
}

.cat-visual-nav-btn {
    font-size: 26px;
    color: #fff;
    font-weight: normal;
    border: none;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 45px;
    text-transform: capitalize;
	font-family: Att_Aleck_Sans_Medium,Helvetica,Arial,sans-serif;
}

.cat-slot-button:hover {
	background: #007ae2;
}


.cat-slot-button:hover .cat-visual-nav-btn {
	border: none !important;
}

/*****   PRODUCT GRID DROPDOWNS   *****/
.custom-select .selection-list li {
	color: #000000;
}

.custom-select .selection-list li:hover {
    background-color: #d8d8d8;
}

.custom-select .selected-option {
	color: #000000;
}

.category-wrapper .main-category-wrapper .primary-content .search-result-options .pagination .viewAllProducts {
	color: #00388F;
	font-weight: 400;
}

.colorrefinement.swatch-at_t_blue:before, .swatch-at_t_blue a:before {
    background-color: #009FDB!important;
}

.refinement ul.swatch-block li a {
	overflow: initial;
}

.signup-connect {
	display: none;
}

.footer-wrapper {
	padding-top: 15px;
}

/***** Punchout Alert  *****/
/**For Home Page**/
@media screen and (min-width: 1024px) {
	.punchout-alert-header {
		position: absolute;
		left: calc(100% - 955px);
		top: -29px;
		color: white;
	}
}

@media screen and (max-width: 1023px) {
	.large-device {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.punchout-alert-header-link {
		color: white;
	}
}

@media screen and (max-width: 767px) {
	.punchout-alert-header.small-device {
		margin-top: 15px;
	}	
}

.punchout-alert-header.small-device {
    display: block;
    text-align: center;
    position: relative;
    z-index: 99999;
}

@media screen and (min-width: 1024px) {
	.punchout-alert-header.small-device {
		display: none;
	}
}

.punchout-alert-header-link, .punchout-alert-cart-link {
    font-weight: bold;
    text-decoration: underline;
}

/** For Cart Page **/
@media screen and (max-width: 1023px) and (min-width: 768px) {
	.cart-right .punchout-alert-cart {
		text-align: left;
	}
}

.cart-right .punchout-alert-cart {
    text-align: center;
    margin-top: 20px;
}

/** For Shipping **/
@media screen and (min-width: 768px) {
	.pt_checkout .checkout-tab .checkout-tab-content .punchout-alert-cart {
		max-width: 334px;
	}
}

.pt_checkout .checkout-tab .checkout-tab-content .punchout-alert-cart {
    margin-top: 20px;
}

/** Allocation **/
.allocation-container {
	background: rgb(0,87,184);
	background: -moz-linear-gradient(75deg, rgba(0,87,184,1) 0%, rgba(175,41,187,1) 100%);
	background: -webkit-linear-gradient(75deg, rgba(0,87,184,1) 0%, rgba(175,41,187,1) 100%);
	background: linear-gradient(75deg, rgba(0,87,184,1) 0%, rgba(175,41,187,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00388F",endColorstr="#af29bb",GradientType=1);
    position: fixed;
    text-align: center;
    font-size: 23px;
    color: white;
	line-height: 25px;
	z-index: 9;
	top: 51px;
	width: 100%;
}

@media screen and (min-width: 768px) {
   .allocation-container {
       top: 55px;   
   }
}

.allocation-container a {
   display: inline-block;   
}

@media screen and (min-width: 1024px) {
   .allocation-container {
       top: 130px;   
   }
}

.allocation-container span {
	padding: 18px 15px;
	display: block;
}

.allocation-container a {
    color: white;
	cursor: pointer;
    font-family: 'Att_Aleck_Sans_Medium';
}

.allocation-container .close {
    border: none;	
	background: transparent;
    position: absolute;
	top: 0;
	right: 3px;	
}

@media screen and (min-width: 1024px) {
   .allocation-container .close {
       top: 16px;
	   right: 15px;
   }
}

@media screen and (max-width: 1023px) {
    .allocation-container {
        font-size: 18px;
        position: sticky;
   }
    .allocation-container span {
        padding: 15px 15px;
    }
    .allocation-container .close {
        right: 0;
    }
}
.pdp-main .product-overview {
	margin-top: -10px;;
}

@media screen and (max-width: 767px) {
	.pdp-main .product-overview {
		display: block;
	}
}
.top-banner {
    border-bottom: none;
    border-bottom: 1px solid #efebeb;
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}

/** Footer Updates **/
.footer-wrapper {
	padding-top: 10px;
	background-color: #f7f7f7;
}
.copyright-block {
    background-color: #009fdb;
}
.copyright-block .copy-right {
    color: #ffffff;
	margin-top: 15px;
    margin-bottom: 15px;
}
.copyright-block .copy-right .privacy-policy {
    color: #e2e1e1 !important;
}
.footer-links span {
    font-family: Att_Aleck_Sans_Bold,Helvetica,Arial,sans-serif;
	font-size: 16px;
}
.footer-links ul li a {
    color: #000000;
	line-height: 25px;
}
#footer.footer-wrapper .main-footer .signup-heading {
    font-family: Att_Aleck_Sans_Bold,Helvetica,Arial,sans-serif;
}
.container-footer-section .item-footer-section ul li {
    font-size: 15px;
}

@media screen and (max-width: 1023px) {
	#footer.footer-wrapper .main-footer .signup-heading {
		font-size: 16px;
		margin-bottom: 22px;
	}

	.footer-links span {
		font-size: 16px;
	}
	.footer-wrapper .main-footer .container-footer-section .signup-connect {
		border-right: none;
		padding-bottom: 10px;
	}
	.live-chat {
		display: none;
	}
}

.under-25 {
	background: linear-gradient(to right, #49eedc, #00388F, #af29bb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.nav-gifts {
	background-image: url('/on/demandware.static/-/Sites-storefront-catalog-en-ATT-Brand-Shop/default/Navigation/icon/101823_ATT_GiftBoxNAv_Icon.png');
	background-repeat: no-repeat;
	padding-left: 22px;
	background-size: 18px 22px;
	background-position: 1% 71%;
}

.nav-gifts:hover {
	background-image: url('/on/demandware.static/-/Sites-storefront-catalog-en-ATT-Brand-Shop/default/Navigation/icon/101823_ATT_GiftBoxNav_Icon_Animate.gif');
	background-repeat: no-repeat;
	background-size: 18px 22px;
	background-position: 1% 71%;
	padding-left: 22px;  
}

/**  PGP Updates  **/

.product-tile {
	padding: 0;
}

.product-tile .product-badge {
	top: -21px !important;
}

.category-wrapper .main-category-wrapper .primary-content .search-result-content .search-result-items .grid-tile {
	margin-top: 25px;
}


@media screen and (max-width: 1023px) {
	.category-wrapper .main-category-wrapper .primary-content .search-result-content .search-result-items .grid-tile {
		margin-top: 25px;
	}
}

@media screen and (max-width: 767px) {
	.category-wrapper .main-category-wrapper .primary-content .search-result-content .search-result-items .grid-tile {
		margin-top: 25px;
	}

	.product-tile .product-badge {
		top: -23px !important;
	}

	.product-tile .product-name {
		height: 65px;
	}

	#wrapper .category-wrapper .main-category-wrapper {
		padding: 0 10px;
	}
}

/**  End PGP Updates  **/

.level-1>li>a {
	text-transform: none;
    font-size: 18px !important;
}

.slick-tile .product-badge {
   top: -8px !important;
}

h2[lwc-56vbshdpqil] {
    color: #ffffff;
}

.embeddedServiceSidebarButton .label {
	margin-bottom: 1px;
}

.pdp-main .product-add-to-cart .add-to-bag-main .button-primary {
    background: #00388F;
    border-radius: 35px;
}

.static-category-asset .cat-description {
    font-size: 16px;
}

.desktop-device .button-primary:hover {
	background: #00388F;
    border: 1px solid #00388F;
}

.cat-head h1 {
    color: #00388F !important;
}

.pdp-main .product-col-2 .product-name {
	color: #00388F;
}

.mini-cart-totals .button-primary {
    width: 100%;
    border-radius: 35px;
	background: #00388F;
    border: 1px solid #00388F;
}
.button-primary, .button-secondary {
    background: #00388F;
    border: 1px solid #00388F;
	border-radius: 35px;
}

.embeddedServiceSidebarButton {
    background: #00388f !important;
    border-radius: 35px !important;
}