﻿/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img {
	max-width: 100%;
	height: auto;
}
.ddssavings-logo h1 a {
	width: 440px;
	height: 90px;
	display: block;
	text-indent: -9999px;
	background-image: url('../images/ddssavings.png');
	background-repeat: repeat;
	background-attachment: scroll;
	margin-top: 1rem;
	background-position: 0% 50%;
}
.authorized img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
a {
	text-decoration: none;
	font-weight: 600;
}
.gv-tel-link {
	display: none !important;
}
/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
	text-align: center;
}
.header {
	background-color: #F2F2F2;
	padding: 1rem 0 1rem;
}
.navigation {
	background-color: #333333;
	text-align: center;
	color: #FFFFFF;
}
.page {
	padding: 2rem 0 2rem;
	text-align: left;
}
.catalog {
	padding: 2rem 0 2rem;
	text-align: left;
}
.authorized {
	background-color: #E6E6E6;
	padding: 2rem 0 2rem;
}
.footer {
	border-top: 2px #808080 solid;
	background-color: #BFBFBF;
	padding: 1rem 0 2rem;
	font-size: 12px;
}
.copyright {
	background-color: #222222;
	padding: 1rem 0 1rem;
	color: #F2F2F2;
	font-size: 10px;
}
/* Search Button
–––––––––––––––––––––––––––––––––––––––––––––––––– */
form.topsearch input[type=text] {
	float: left;
	width: 80%;
	border-radius: 4px 0 0 4px;
}
form.topsearch button {
	float: left;
	width: 20%;
	border-left: none;
	cursor: pointer;
	border-radius: 0 4px 4px 0;
}
form.topsearch ::after {
	content: "";
	clear: both;
	display: table;
}
/* Responsive Topnav with Dropdown
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.topnav {
	overflow: hidden;
	background-color: #333333;
}
.topnav a {
	float: left;
	display: block;
	color: #FFFFFF;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
}
.topnav .icon {
	display: none;
}
.dropdown {
	float: left;
	overflow: hidden;
}
.dropdown .dropbtn {
	font-size: 16px;
	font-weight: 500;
	border: none;
	outline: none;
	color: #FFFFFF;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #007FA2;
	min-width: 160px;
	z-index: 1;
}
.dropdown-content a {
	font-size: 13px;
	float: none;
	color: #FFFFFF;
	padding: 6px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: 500;
}
.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #007FA2;
	color: #FFFFFF;
	cursor: pointer;
}
.dropdown-content a:hover {
	background-color: #004E6D;
	color: #FFFFFF;
}
.dropdown:hover .dropdown-content {
	display: block;
}
/* Tag Cloud
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.tag-cloud a {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color: #222222;
	text-decoration: none;
	padding: 8px 20px;
	border-radius: 25px;
	background-color: #CCF4FF;
	margin-top: 8px;
}
/* Pagination
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pagination {
	display: inline-block;
	padding: 1rem 0 1rem;
}
.pagination a {
	color: #007FA2;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
}
.pagination a.active {
	background-color: #007FA2;
	color: #FFFFFF;
	border-radius: 4px;
}
.pagination a:hover:not(.active) {
  background-color: #99E9FF;
  border-radius: 4px;
}
/* Automatic Slideshow
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mySlides {
	display: none;
}
.mySlides img {
	vertical-align: middle;
}
.slideshow-container {
	max-width: 100%;
	position: relative;
	margin: auto;
}
.slidetext {
	color: #F2F2F2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}
.numbertext {
	color: #F2F2F2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
.slidedot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #BBBBBB;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active {
	background-color: #717171;
}
.fade {
	animation-name: fade;
	animation-duration: 1.75s;
}
/* Products
–––––––––––––––––––––––––––––––––––––––––––––––––– */
div.thumbnails {
}
div.products {
	padding: 1em 0 2em;
}
.products .thumbnail {
	text-align: center;
	height: 195px;
}
.products .thumbnail img {
	margin: auto;
	max-width: 195px;
	max-height: 195px!important;
	width: auto!important;
	height: auto!important;
	object-fit: contain;
}
div.product {
	min-height: 600px;
}
.product .fullsize {
	text-align: center;
	max-height: 500px;
}
.product .fullsize img {
	margin: auto;
	width: auto!important;
	height: auto!important;
	object-fit: contain;
}
.product-title {
	font-size: 16px;
	font-weight: 700;
	color: #002533;
}
.product-itemcode {
	font-size: 12px;
	font-weight: 500;
}
.product-brand {
	font-size: 12px;
}
.price-retail {
	text-decoration: line-through;
	color: #A32900;
	font-weight: 500;
	font-size: 16px;
}
.price-sale {
	font-weight: 700;
	color: #00B7FF;
	font-size: 18px;
}
.promo-notes {
	font-size: 18px;
	font-weight: 500;
	background-color: #F2FFCC;
	border-left: 6px solid #99CC00;
	margin-bottom: 15px;
	padding: 4px 12px;
}
.promo-notes .promo-net {
	font-weight: 700;
	color: #99CC00;
}
/* Flags
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.flag-promo {
	color: #FFFFFF;
	padding: 4px 8px;
	text-align: center;
	border-radius: 4px;
	background-color: #506B00;
	cursor: help;
}
.flag-sale {
	color: #FFFFFF;
	padding: 4px 8px;
	text-align: center;
	border-radius: 4px;
	background-color: #6B0000;
}
.flag-added {
	font-size: 16px;
	font-weight: 500;
	color: #222222;
	padding: 8px 12px;
	text-align: center;
	border-radius: 4px;
	background-color: #99CC00;
	transition: all 0.5s;
	cursor: pointer;
}
.flag-added span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
.flag-added span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}
.flag-added:hover span {
	padding-right: 25px;
	color: #F2FFCC;
}
.flag-added:hover span:after {
	opacity: 1;
	right: 0;
}
/* Tooltip
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.tooltip {
	position: relative;
	display: inline-block;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #ACE600;
	color: #263300;
	text-align: center;
	font-weight: 600;
	border-radius: 6px;
	padding: 6px 4px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #ACE600 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.nobullets {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.nobullets li {
	font-size: 11px;
	text-align: left;
	margin: 0;
}
ul.nobullets li a {
	text-decoration: none;
	font-weight: 600;
}
/* Social Icon Bar
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.social-bar {
	list-style: none;
	text-align: left;
}
ul.social-bar li {
	display: inline;
	font-size: 24px;
}
ul.social-bar li a {
	color: #007FA2;
	text-decoration: none;
	padding: 0 12px;
	transition: all 0.3s ease;
}
ul.social-bar li a:hover {
	color: #004E6D;
}
/* Copyright
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.copyright a {
	color: #F2F2F2;
}
.copyright ul {
	list-style: none;
	text-align: left;
}
.copyright ul li {
	display: inline;
}
.copyright ul li a {
	padding: 6px 6px;
}
.copyright ul li a:hover {
	color: #FFFFFF;
}
/* Scroll Back To Top Button
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#myTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #1ABEFF;
	color: #FFFFFF;
	cursor: pointer;
}
#myTop:hover {
	background-color: #0092CC;
}
/* Media
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 600px) {
.topnav a:not(:first-child),
  .dropdown .dropbtn {
    display: none;
  }
.topnav a.icon {
	float: right;
	display: block;
}
}
@media screen and (max-width: 600px) {
.topnav.responsive {
	position: relative;
}
.topnav.responsive .icon {
	position: absolute;
	right: 0;
	top: 0;
}
.topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
}
.topnav.responsive .dropdown {
	float: none;
}
.topnav.responsive .dropdown-content {
	position: relative;
}
.topnav.responsive .dropdown .dropbtn {
	display: block;
	width: 100%;
	text-align: left;
}
}
@media screen and (max-width: 680px) {
.ddssavings-logo h1 a {
	width: 200px;
	height: 88px;
	display: block;
	text-indent: -9999px;
	background-image: url('../images/ddssavings-mobile.png');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
}
}
@media screen and (max-width: 900px) {
div.thumbnails {
	display: block;
}
@keyframes fade {
  from {
    opacity: .25
  }

  to {
    opacity: 1
  }
}
@media only screen and (max-width: 300px) {
.slidetext {
	font-size: 11px;
}
}
