#left #subscribe .copy, #left #subscribe .heading {
	display: none !important;	
}

body.index {
    background-color: #f9f9f9;
}

#homeCatalog {
    background-color: #f8f8f8;
}

.related_products_row {
	display: flex;	
}

.related_products_item {
	border: 1px solid #d0cece;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.related_products_item:hover {
	border-color: #808080;
}

.related_products_item.active {
	border-color: #505050;
}

.related_products_item img {
	width: 25px;
	height: 25px;
}

#subHeader8 .telephoneContainer .telephones-header .heading a {
	text-decoration: none;
	color: #000;
}

#subHeader8 .telephoneContainer .heading a {
	text-decoration: none;
	color: #000;
}

.eChangeAvailable {
    display: none !important;
}

.changeAvailable {
    display: none !important;
}

#rightFooter .telephone a{
	text-decoration: none;
	color: #fff;
}

#subHeader8 .telephoneContainer .icon {
    background: url(/local/templates/dresscode/headers/header2/css/images/callbackH2.svg) 0 0 no-repeat transparent;
    border: 1px solid #f3f3f3;
    vertical-align: middle;
    display: inline-block;
    height: 50px;
    width: 50px;
	border-radius: 50%;
}

#subHeader8 .telephoneContainer .callBack.icon:after {
	border-bottom: none;
}

@media all and (min-width: 700px) {
	.telephoneContainer {
    margin-top: 18px;
	}
}

@media all and (min-width: 800px) {
	#subHeader8 .subContainerColumn:first-child {
		width: 516px;
	}

	#subHeader8 .telephoneContainer {	
		display: flex;	
		justify-content: space-between;
	}

	#subHeader8 .telephoneContainer {	
		display: flex;	
		justify-content: space-between;
		position: absolute;
		left: 260px;
		padding-right: 300px;
		gap: 12px;
		align-items: center;
	}
}

@media all and (min-width: 1750px) {
	#subHeader8 .telephoneContainer .telephones-header {
		display: flex;
		justify-content: space-between;
		gap: 6px;
		flex-direction: row;
		align-items: center;
	}
}

@media all and (max-width: 1750px) {
	#subHeader8 .telephoneContainer .telephones-header {
		flex-direction: column;
	}
	#subHeader8 .telephoneContainer .callBack.icon {
		display: none;
	}
}

@media all and (max-width: 920px) {
	#subHeader8 .telephoneContainer .telephones-header {
		display: none;
	}
}

@media all and (max-width: 700px) {
	#catalogSection .product .related_products_list {
		display: none;
	}
}