/* Full Width CSS */
.cs-help-breadcrumb, .cs-help-sidebar, .cs-help-header, .cs-help-content .a-spacing-top-base, #csg-search-cu, .a-divider-section {
	display: none;
}
.cs-help-content, .cs-help-container { 
	width: 100%; 
	float: inherit; 
	margin-bottom: 0px; 
	padding: 0px;
}
#navFooter {
	margin: 30px 0 8px 0;
}

/* mobile only */
.cs-help-content {
margin: 0 !important;
}
.a-touch .a-subheader {
padding: 0 0 0 14px;
margin-right: -1.4rem !important;
}

.a-touch .a-subheader {
top: 0rem;
}

.a-icon-page-back{
margin-left: 14px;
}

.a-container {
    padding: 0rem 0rem 2.8rem;
}

#csg-search-cu {
	display: none;
}

/* Remove Carnac options on Amazon Shopping App */
.cs-help-content .a-box-title, .cs-help-content .a-section {
    display: none;
}

/* Header Style + Script */

@media all and (max-width: 600px) {
a:link {
	text-decoration: none;
}

.heading {
	width: 100%;
	background-color: #f8f8f8;
	text-align: center;
	padding-bottom: 10px;
	background-image: linear-gradient(white 0%, #f3f3f3 80%);
}

.headoptions {
	max-width: 100%;
	display: inline;
	margin: 0 auto;
	text-align: center;
}

.headsection1 {
    vertical-align: top;
    background: white;
    display: block;
    text-align: initial;
	padding-bottom: 10px;
	margin:10px;
	border: 1px solid #D5DBDB;
}

.headsection2 {
	background: white;
	display: block;
	text-align: initial;
    margin: 20px 10px 10px 10px;
	padding-bottom: 10px;
	border: 1px solid #D5DBDB;
}

.headsection1 h3, .headsection2 h3   {
    text-align: center;
    padding-top: 10px;
}

.headoption {
	width: 100%;
	padding: 10px 0 10px 0;
	display: inline-flex;
}
.headoption:hover {
	background-color: #F8F8F8; 
}


.headoptiontext {
    color: black;
	display:flex;
	align-items:center;
}

.headoptionsimg {
	width: 27px; 
	margin: auto 10px;
	height: 25px;
}

.headoptions a {
	text-decoration: none;
	height: 100%;
	width: 100%; 

}

.headsectiontext a:link, .headsectiontext a:visited, .headsectiontext a:hover, .headsectiontext a:active {
	text-decoration: none;
}

.headsectiontext {
	width: 75%;
	display: inline-block;
	margin:5px;
	vertical-align: middle;
	color: black;
}

.headsectionimg {
	display: inline-block;
	width: 20%; 
	height: 50px;
	vertical-align: middle;
		text-align: center;
}

.headsectionimg img {
	margin: 0 auto;
	height: 50px;
	width: 50px; 
	display: inline-block;
	vertical-align: middle;
}

.spotoption {
	width: 100%;
	height: 62px;
        display: inline-flex;
        padding: 10px 0 10px 0;
}

.spotoption:hover {
	background-color: #F8F8F8;
}

.landingbreadcrumb {
        display: none;
	
}

.h1headding {
	padding: 20px 0 10px 0 !important;
	color: black;
	font-weight: 600;
}

}

@media all and (min-width: 601px) {
a:link {
	text-decoration: none;
}

.heading {
	width: 100%;
	border-bottom: 1px solid lightgray;
	background-color: #f8f8f8;
	text-align: center;
	padding-bottom: 44px;
	background-image: linear-gradient(white 0%, #f3f3f3 80%);
}

.headoptions {
	max-width: 100%;
	display: inline;
	margin: 0 auto;
	text-align: center;
}

.headsection1 {
    vertical-align: top;
    height: 225px;
    width: 530px;
    background: white;
    display: inline-block;
    margin: 11px;
    border: 1px solid #D5DBDB;
    text-align: initial;
    border-radius: 4px;
}

.headsection2 {
	height: 225px;
	width: 530px;
	background: white;
	display: inline-block;
	margin: 11px;
	border: 1px solid #D5DBDB;
	text-align: initial;
}

.headsection1 h3, .headsection2 h3   {
    text-align: center;
    padding-top: 10px;
}

.headoption {
	width: 247px;
	height: 62px;
	padding: 10px;
	display: inline-flex;
}

.headoption:hover {
	background-color: #F8F8F8; 
}

.headoptiontext {
	width: 225px;
	height: 25px; 
	margin: auto 0px;
    color: black;
	display:flex;
	align-items:center;
}

.headoptionsimg {
	width: 27px; 
	margin: auto 10px;
	height: 25px;
}

.headoptions a {
	text-decoration: none;
	height: 100%;
	width: 100%; 
	display: inline;

}

.headsectiontext a:link, .headsectiontext a:visited, .headsectiontext a:hover, .headsectiontext a:active {
	text-decoration: none;
}

.headsectiontext {
	width: 75%;
	display: inline-block;
	margin:5px;
	vertical-align: middle;
	color: black;
}

.headsectionimg {
	display: inline-block;
	width: 20%; 
	height: 35px;
	vertical-align: middle;
		text-align: center;
}

.headsectionimg img {
	margin: 0 auto;
	height: 35px;
	width: 35px; 
	display: inline-block;
	vertical-align: middle;
}

.spotoption {
	width: 100%;
	height: 62px;
        display: inline-flex;
        padding: 10px 0 10px 0;
}

.spotoption:hover {
	background-color: #F8F8F8;
}

.landingbreadcrumb {
	display: block;
	padding: 22px 20px 0 20px;
	font-size: 12px;
	color: black;
	
}

.landingbreadcrumb a  {
	color: black;
}

.landingbreadcrumb a:hover  {
	color: blue;
}

.h1headding {
	margin: 20px 0 10px 0 !important;
	color: black;
	font-weight: 600;
}

}


/* Device Pickers Style + Script */


@media all and (max-width: 600px) {
.title {
	width: 100%;
	padding: 10px;
	padding: 10px;
	text-align: center;
}

.devicepickeroptions {
	margin: 0 auto;
    padding-bottom: 44px;
	max-width: 1000px;
	text-align: center;
}

.devicepickeroptions a:hover {
	text-decoration: none;
}

.devicepickeroption {
    display: inline-table;
    width: 150px;
    height: 150px;
    margin: 10px;
    padding: 10px;
    text-align: center;
    border: 1px solid #D5DBDB;
    text-decoration: none !important;
    color: black !important;
    border-radius: 4px;
	
}

.devicepickeroption:hover {
	border: 2px solid #D5DBDB;
        padding: 9px;
}

.devicepickeroption a:hover, .devicepickeroption a:active, .devicepickeroption a:visited, .devicepickeroption a:focus, .devicepickeroption a:link, .devicepickeroption a  {
	text-decoration: none !important;
    color: black !important;
}

.devicepickeroptionimg {
	width: 90px;
	height: 90px;
}

.devicepickeroption:hover .devicepickeroptionimg {
    padding: 5px;
}

.cantfinddevice {
	padding-top: 30px;
	padding-bottom: 30px;
}

.a-unordered-list li, ul li {
  list-style-type: none;
}

.overlay-content {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
    margin-bottom: 44px;
}

.overlay-devices{
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: black;
    display: block; 
    transition: 0.0s;
}

.overlay a:hover, .overlay a:focus {
    color: black;
}

.closebtn {
    font-size: 15px;
	cursor: pointer;
	display: flex;
	width: 200px;
	height: 30px;
	color: black !important; 
	text-decoration: none !important;
	display: block;
    margin-bottom: 9px;
    text-align: left;
}

.deviceselect {
	height: 150px;
	width: 150px;
	text-align: center;
	display: inline-grid;
	margin: 5px;
	border: 1px solid #D5DBDB;
	cursor: pointer;
	padding: 5px 0px 5px 0px;
	border-radius: 4px;
}

.deviceselect:hover {
	border: 2px solid #D5DBDB;
        padding: 4px 0px 4px 0px;
}

.deviceselect:hover img {
    padding: 5px;
}

#devicename {
	text-decoration: none;
	color: black;
        display: inline-flex;
}

.deviceselect img {
	height: 90px;
	width: 90px;
	margin: 0 auto;
	
}

.devicepickerno {
	display: none;
}

.devicepickeryes {
	width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
	max-height: 9999px;
	display: inline-block;
}

.devicepickeryes h2, .familypickeryes h2 { 
    margin-bottom: 10px;
}

.familypickeryes {
	text-align: center;
}

.familypickerno {
	display: none;
}

.familypickeryes {
	width: 100%;
	max-height: 9999px;
	margin-top: 20px;
	display: inline-block;
	text-align: center;
}

}

@media all and (min-width: 601px) {
.title {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.devicepickeroptions {
	margin: 0 auto;
        padding-bottom: 44px;
	max-width: 1000px;
	text-align: center;
}

.devicepickeroptions a:hover {
	text-decoration: none;
}

.devicepickeroption {
    display: inline-block;
    width: 200px;
    height: 200px;
    margin: 10px;
    padding: 10px;
    text-align: center;
    border: 1px solid #D5DBDB;
    text-decoration: none !important;
    color: black !important;
    border-radius: 4px;
}

.devicepickeroption:hover {
	border: 2px solid #D5DBDB;
        padding: 9px;
}

.devicepickeroption a:hover, .devicepickeroption a:active, .devicepickeroption a:visited, .devicepickeroption a:focus, .devicepickeroption a:link, .devicepickeroption a  {
	text-decoration: none !important;
    color: black !important;
}

.devicepickeroptionimg {
	width: 150px;
	height: 150px;
}

.devicepickeroption:hover .devicepickeroptionimg {
    padding: 5px;
}

.cantfinddevice {
	padding-top: 30px;
	padding-bottom: 30px;
}

.a-unordered-list li, ul li {
  list-style-type: none;
}

.overlay-content {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
        margin-bottom: 44px;
}

.overlay-devices{
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: black;
    display: block; 
    transition: 0.0s;
}

.overlay a:hover, .overlay a:focus {
    color: black;
}

.closebtn {
    font-size: 15px;
	cursor: pointer;
	display: flex;
	width: 200px;
	height: 0px;
	color: black !important; 
	text-decoration: none !important;
}

.deviceselect {
	height: 200px;
	width: 200px;
	text-align: center;
	display: inline-grid;
	margin: 5px;
	border: 1px solid #D5DBDB;
	cursor: pointer;
	padding: 5px 0px 5px 0px;
	border-radius: 4px;
}


.deviceselect:hover {
	border: 2px solid #D5DBDB;
        padding: 4px 0px 4px 0px;
}

.deviceselect:hover img {
    padding: 5px;
}

#devicename {
	text-decoration: none;
	color: black;
        display: inline-flex;
}

.deviceselect img {
	height: 150px;
	width: 150px;
	margin: 0 auto;
	
}

.devicepickerno {
	display: none;
}

.devicepickeryes {
	width: 100%;
    margin-top: 44px;
    margin-bottom: 44px;
	max-height: 9999px;
	display: inline-block;
}

.devicepickeryes h2, .familypickeryes h2 { 
    margin-bottom: 10px;
}

.familypickerno {
	display: none;
}

.familypickeryes {
	width: 100%;
	padding-top: 44px;
	display: inline-block;
	text-align: center;
}

}

/* Search CSS */

.searchsection {
	width: 100%;
	border-bottom: 1px solid lightgray;
	border-top: 1px solid lightgray;
	background-color: #f3f3f3;
	padding-top: 44px;
	padding-bottom: 26px;
	background-image: linear-gradient(white 0%, #f3f3f3 20%, white 120%);
}

.searchsection h2 {
text-align: center;
}

div.a-search input {
    width: 100%;
}

.csg-search-box {
	max-width: 700px;
    margin: 0 auto;
	padding: 40px;
}


/* Footer Style + Script */

@media all and (max-width: 600px) {
.footer {
	width: 100%;
	text-align: center;
	padding-top: 44px;

}

.footeroptions {
	max-width: 100%;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
}

.footer1 {
	width: 90%;
	background: white;
	display: inline-block;
	margin: 10px;
	text-align: center;
    padding-bottom: 44px;
	vertical-align: top;
}

.footeroption {
	margin: 0 auto;
	text-align: left;
}

.footeroptiontext {
}

.footeroptionsimg {
	display: none; 
}

.footer h3 {
        padding-bottom: 18px;
} 

.footer p {
        margin-bottom: 18px;
} 

}

@media all and (min-width: 601px) {
.footer {
	width: 100%;
	text-align: center;
	padding-top: 44px;

}

.footeroptions {
	max-width: 100%;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
}

.footer1 {

	max-width: 300px;
	background: white;
	display: inline-block;
	margin: 10px;
	text-align: center;
    padding-bottom: 44px;
	vertical-align: top;
}

.footeroption {
	margin: 0 auto;
	text-align: center;
}

.footeroptiontext {
}

.footeroptionsimg {
	width: 60px;
	height: 60px;
	margin-bottom: 18px;
        margin-top: 22px;
	display: inline-block; 
}

.footer h3 {
        padding-bottom: 18px;
} 

.footer p {
        margin-bottom: 18px;
} 

}