.c-header-bottom-banner,
.breadcrumb{
	display: none;
}
/**
 * Tabs
 */
.tabs {
    display: flex;
    flex-wrap: wrap;
max-width: 100%;
}
.tabs label {
    order: 1;
    display: block;
    width: 49%;
    padding: 1rem 2rem;
    margin-right: 0.2rem;
    cursor: pointer;
    transition: background ease 0.2s;
    text-align: center;
}
.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1.25rem 0;
  background: #fdfdfd;
}
.tabs input[type="radio"] {
    display: none;
}
@media screen and (max-width: 1023px) {
	.tabs input[type="radio"]:checked + label {
		border-bottom: 2px solid #222222;
		font-weight: bold;
	}
}
.tabs input[type="radio"]:checked + label + .tab {
    display: block;
}
/**
 * Look and feel
 */
#shipping-returns h3{
    display: flex;
    align-items: center;
    align-content: center;
	font-size: 12px;
    line-height: 12px;
    margin-bottom: 24px;
}
#shipping-returns h4{
    line-height: 19px;
	font-size: 16px;
    margin-bottom: 8px;
}
#shipping-returns li,
#shipping-returns p{
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 16px;
}
#shipping-returns ul {
	list-style: disc;
	margin-left: 15px;
}
#shipping-returns small{
    display: inline-block;
    font-size: 12px;
	line-height: 14px;
    margin-bottom: 24px;
}
#shipping-returns .customerservice_navigation_content ul{
    list-style: circle;
    margin-left: 1.25rem;
}
#shipping-returns i{
    width: 36px;
    height: 36px;
    display: inline-block;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-color: #F7F7F7;
    border-radius: 50%;
    margin-right: 8px;;
}
i.home-delivery{
    background-image: url("../images/content-pages/home-delivery-icon.png");
}
i.store-delivery{
    background-image: url("../images/content-pages/collect-from-store.png");
}
i.ups-delivery{
    background-image: url("../images/content-pages/delivery-status.png");
}
i.delivery-status{
    background-image: url("../images/content-pages/delivery-status.png");
}
i.online-return{
    background-image: url("../images/content-pages/online-return.png");
}
i.instore-return{
    background-image: url("../images/content-pages/collect-from-store.png");
}
#shipping-returns i.help{
    background-image: url("../images/content-pages/icon-help.svg");
    margin: 0 0 8px 0;
}

#shipping-returns article{
    border-bottom:1px solid #E9E9E9;
    margin-bottom: 32px;
	padding-bottom: 16px;
}

#shipping-returns footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}
#shipping-returns footer a{
    color: #222222;
    font-weight: bold;
}
.customerservice_navigation {
   margin-top: 172px;
}
@media (min-width: 1024px) and (max-width: 1399px) {
	.customerservice_navigation {
	   margin-top: 32px;
	}
	.cs-site{
	   margin-top: 32px;
	}
}
@media (min-width: 1400px) and (max-width: 1899px) {
	.customerservice_navigation {
	   margin-top: 60px;
	}
	.cs-site{
	   margin-top: 60px;
	}
	#shipping-returns h3{
		font-size: 14px;
		line-height: 14px;
	}
}
@media (min-width: 1900px) {
	.customerservice_navigation {
	   margin-top: 72px;
	}
	.cs-site{
	   margin-top: 72px;
	}
	#shipping-returns h3{
		font-size: 16px;
		line-height: 16px;
	}
}
.customerservice_navigation ul {
   margin: 0 4vw 0 0;
   list-style: none;
}
.customerservice_navigation input[type="radio"] {
	display: none;
}
.customerservice_navigation ul li {
   padding: 5px 0;
    margin: 8px 0px;
}
.customerservice_navigation ul li label {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.customerservice_navigation .icon-wrapper {
	width: 32px;
	height: 32px;
	border-radius: 16px;
	background: #E9E9E9;
	display: flex;
	justify-content: center;
	align-items: center;
}
.customerservice_navigation .link-text {
	padding-left: 8px;
}
#desk-tabone + label img {
	max-width: 16px;
}
@media screen and (min-width: 1024px) {
	.tabs label {
		padding: 0;
		margin: 0;
		border: 0;
		text-align: center;
	}
	.tabs label,.tabs .tab {
		display: none;
	}
	.tabs input[type="radio"]:checked + label + .tab, .tabs input[type="radio"]:checked + label {
		display: block !important;
	}
    .tabs label {
		border: none;
		text-align: center;
		font-size: 20px;
		line-height: 20px;
		padding: 0;
		margin:0 0 32px;
		width: 100%;
    }
    .deliveries{
        flex-direction: row;
        justify-content: space-between;
    }

    .returns{
        flex-direction: column;
    }

    #shipping-returns footer,
    #shipping-returns .deliveries .special{
        width: 100%;
    }
    #shipping-returns .deliveries article{
        width: 100%;
    }

	.customerservice_navigation input[name="desk-tabs"]:checked + label .icon-wrapper {
	    background: #222222;
	}
	.customerservice_navigation input[name="desk-tabs"]:checked + label .icon-wrapper img {
		filter: invert(100%);
	}
}
@media (min-width: 1400px)and (max-width: 1899px) {
	.tabs input[type="radio"]:checked + label {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 48px;
	}
}
@media (min-width: 1900px) {
	.tabs input[type="radio"]:checked + label {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 72px;
	}
}