.dm-serif-text-regular {
	font-family: "DM Serif Text", serif;
	font-weight: 400;
	font-style: normal;
}
.dm-serif-text-regular-italic {
	font-family: "DM Serif Text", serif;
	font-weight: 400;
	font-style: italic;
}
.limelight-regular {
	font-family: "Limelight", sans-serif;
	font-weight: 400;
	font-style: normal;
}
body {
	margin: 0px;
	/*font-family: Arial;*/
	/*font-family: Verdana;*/
	/*font-family: Tahoma;*/
	/*font-family: Trebuchet MS;*/
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: serif;
	font-family: Georgia;
	font-family: "DM Serif Text", serif;
	/*font-family: Garamond;*/
	/*font-family: Courier New;*/
	/*font-family: Brush Script MT;*/
	/*font-family: sans-serif;*/
	/*font-family: Monospace;*/
	/*font-family: Cursive;*/
	/*font-family: Fantasy;*/
}
h1, h2, h3, h4 {
	font-family: serif;
	margin: 0px;
	/*font-family: "Limelight", sans-serif;*/
	/*font-family: "DM Serif Text", serif;*/
}
.fixed {
	overflow: hidden;
	touch-action: none;
}
#ham {
	display: none;
	border: 0 none transparent;
	/*+border-radius: 0;*/
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	margin: 41px 22px 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	background-color: transparent;
	font-size: 65px;
	width: 65px;
	height: 65px;
	grid-row-start: 1;
	grid-column-start: 1;
	cursor: pointer;
	color: #2A2A2A;
	font-weight: normal;
}
header {
	margin: 0px auto;
	/*padding: 25px 0;*/
	/*background-color: rgba(127, 0, 128, 0.248);*/
	background-color: rgba(85, 118, 177, 0.179);
	border-bottom: 8px solid black;
}
header > div {
	max-width: 1200px;
	display: grid;
	grid-template-columns: 290px auto 150px;
	margin: 0 auto;
}
h1#logo {
	/*height: 160px;*/
	/*width: 184px;*/
	/*border: 3px solid black;*/
	padding: 7px;
	/*background-color: #FFFFFF;*/
	/*+border-radius: 4px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
h1#logo a {
	display: block;
	height: 150px;
	width: 280px;
	background-image: url('/texas-purse-nality-logo1.png');
	text-indent: -10000px;
	background-position: center;
	text-decoration: none;
	background-size: contain;
	background-repeat: no-repeat;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	h1#logo a {
		display: block;
		height: 150px;
		width: 220px;
		background-image: url('/texas-purse-nality-logo1.png');
		text-indent: -10000px;
		background-position: center;
		text-decoration: none;
		background-size: contain;
		background-repeat: no-repeat;
		margin-left: -4px;
	}
}
nav#mainNav {
	display: flex;
	align-items: center;
	justify-content: center;
}
nav#mainNav a, nav#searchNav a {
	display: block;
	padding: 20px 40px;
	text-decoration: none;
	text-transform: uppercase;
	color: black;
	font-size: 26px;
	letter-spacing: 1px;
	transition: all 0.15s ease;
	/*+border-radius: 2px;*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
}
nav#mainNav a:hover, nav#mainNav a.active {
	background-color: #000000;
	color: #FFFFFF;
}
div#hContact {
	/*display: grid;*/
	/*text-align: right;*/
	visibility: hidden;
}
div#hContact > a {
	color: #000000;
	line-height: 15px;
	/*margin-left: auto;*/
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 2px 0;
	/*clear: both;*/
	/*float: right;*/
}
div#hContact a#address {
	text-align: right;
	float: right;
	clear: both;
	font-size: 14px;
}
div#hContact a#tel {
	text-align: right;
	clear: both;
	float: right;
	font-size: 14px;
	padding-bottom: 3px;
}
span#social {
	display: flex;
	/*display: block;*/
	align-items: center;
	justify-content: flex-end;
	margin: 4px 0 0;
	clear: both;
	float: right;
	width: 144px;
}
span#social a {
	background-image: url('/social-grayscale.jpg');
	text-indent: -10000px;
	text-decoration: none;
	display: block;
	/*width: 50px;*/
	/*height: 50px;*/
	background-size: 180px;
	margin: 0 2px;
	width: 30px;
	height: 30px;
	padding: 0;
}
a#yt {
	background-position: -60px 0px;
}
a#fb {
	background-position: 0px 0px;
}
section#main {
	margin: 0 auto;
	/*max-width: 1400px;*/
	display: grid;
	text-align: center;
	justify-content: center;
	align-items: center;
	/*display: none;*/
}
section#main img {
	width: 100%;
	min-width: 1400px;
	min-width: 100%;
	height: auto;
	max-height: 351px;
	grid-row-start: 1;
	grid-column-start: 1;
	filter: brightness(70%);
	z-index: 1;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	object-fit: cover;
}
section#main h1 {
	grid-row-start: 1;
	grid-column-start: 1;
	font-size: 77px;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.632);
	z-index: 2;
	margin-bottom: 86px;
}
section#main p {
	grid-row-start: 1;
	grid-column-start: 1;
	font-size: 23px;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.632);
	z-index: 2;
	margin-top: 138px;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	line-height: 30px;
	/*background-color: rgba(88, 119, 178, 0.829);*/
	padding: 13px;
	/*+border-radius: 17px;*/
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	-khtml-border-radius: 17px;
	border-radius: 17px;
}
section#main a {
	grid-row-start: 1;
	grid-column-start: 1;
	font-size: 22px;
	text-decoration: none;
	margin-top: 80px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.632);
	z-index: 2;
	display: none;
}
section#products {
	margin: 43px 0 0;
}
section#products span {
	max-width: 298px;
	display: block;
	/*display: none;*/
	margin: 0 auto;
	padding: 22px 22px 39px 22px;
}
section#products select {
	font-size: 26px;
	border: 4px solid #E0E6F1;
	/*+border-radius: 2px;*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	color: #444444;
	background-color: #E0E6F1;
	padding: 5px;
}
section#products > div {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-gap: 65px;
	grid-template-columns: 1fr 1fr 1fr;
}
div.product {
	/*max-width: 300px;*/
	margin-bottom: 38px;
}
div.product figure {
	width: 100%;
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	max-width: 354px;
	max-height: 354px;
}
div.product figure a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	max-width: 354px;
	max-height: 354px;
}
div.product img {
	/*max-width: 300px;*/
	/*width: 100%;*/
	/*margin: 0 0 13px 0;*/
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/*+box-shadow: 2px 2px 2px 1px #E0E6F1;*/
	-moz-box-shadow: 2px 2px 2px 1px #E0E6F1;
	-webkit-box-shadow: 2px 2px 2px 1px #E0E6F1;
	box-shadow: 2px 2px 2px 1px #E0E6F1;
	width: 100%;
	height: 100%;
	/*aspect-ratio: 1;*/
	object-fit: cover;
	/*max-width: 300px;*/
	max-width: 354px;
	max-height: 354px;
	object-fit: cover;
}
div.product h1 {
	font-size: 27px;
	/*font-family: "Limelight", sans-serif;*/
	font-family: "DM Serif Text", serif;
	padding-left: 5px;
	/*text-shadow: 1px 1px 2px rgba(252, 200, 0, 0.436);*/
}
div.product h2 {
	font-size: 26px;
	/*font-family: "Limelight", sans-serif;*/
	font-family: "DM Serif Text", serif;
	padding-left: 6px;
	margin-bottom: 6px;
	/*text-shadow: 1px 1px 2px rgba(252, 200, 0, 0.436);*/
}
div.product h3 {
	font-size: 14px;
	/*font-family: "Limelight", sans-serif;*/
	font-family: "DM Serif Text", serif;
	font-style: italic;
	font-weight: normal;
	text-shadow: 1px 1px 1px #E0E6F1;
	background-color: #E0E6F1;
	padding: 5px 15px 5px 13px;
	/*+border-radius: 6px;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	letter-spacing: 1px;
}
div.product h1 a, div.product h2 a, div.product h3 a {
	text-decoration: none;
	color: #000000;
}
section#product > div {
	max-width: 860px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 400px 1fr;
	grid-template-columns: 1fr;
	grid-gap: 50px;
	padding: 24px 0 0;
	text-align: center;
}
section#product > div div {
}
section#product div div:nth-of-type(1) {
	/*width: 400px;*/
}
section#product div div:nth-of-type(1) a {
	/*margin: 0;*/
	/*padding: 0;*/
	/*pointer-events: none;*/
	display: inline-block;
}
section#product div div:nth-of-type(1) a figure {
	margin: 0 0 10px 0;
	/*padding: 0;*/
}
section#product div div:nth-of-type(1) img {
	width: 100%;
	height: auto;
	vertical-align: top;
	margin: 0 0 8px 0;
	/*border: 2px solid #5676B3;*/
	/*+border-radius: 3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #C5C5C5;
}
section#product h1 {
	font-size: 41px;
	font-weight: bold;
	color: #5676B3;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.376);
	margin-bottom: 5px;
	font-family: "DM Serif Text", serif;
}
section#product h2 {
	font-size: 34px;
	font-weight: bold;
	/*color: #FDC900;*/
	margin-bottom: 11px;
	text-shadow: 1px 1px 2px rgba(252, 200, 0, 0.436);
	font-family: "DM Serif Text", serif;
}
section#product h3 {
	font-size: 18px;
	font-weight: normal;
	/*color: #FDC900;*/
	margin-bottom: 24px;
	text-shadow: 1px 1px 2px rgba(252, 200, 0, 0.436);
	font-family: sans-serif;
	font-family: "DM Serif Text", serif;
	font-style: italic;
}
section#product div p {
	font-family: sans-serif;
	color: #202020;
	font-size: 17px;
	line-height: 24px;
	margin: 0 0 20px 0;
	text-align: left;
}
section#product ul {
	/*font-family: sans-serif;*/
	/*color: #202020;*/
	/*font-size: 19px;*/
	/*line-height: 30px;*/
	/*margin: 0;*/
	/*display: inline-block;*/
}
div.extraImages {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 12px;
}
div.extraImages img {
	margin: 0 !important;
	padding: 0 !important;
}
section#product div.ytVideo {
	margin: 0 0 20px 0;
}
section#product div.ytVideo iframe {
	width: 550px;
	height: 308px;
}
.videowrapper1 {
	float: none;
	clear: both;
	width: 100% !important;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.videowrapper1 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
p.videoTitle {
	text-align: center;
	padding: 0 0 17px 0;
	font-weight: bold;
	font-size: 24px !important;
}
footer {
	text-align: center;
	padding: 50px 0;
	/*background-color: #CDCDCD;*/
	font-size: 13px;
	margin: 75px 0 0;
	border-top: 1px solid black;
	background-color: #5676B3;
}
footer p {
	font-size: 26px;
	margin: 0 0 6px 0;
	padding: 0;
}
footer a {
	display: inline-block;
	padding: 0 12px;
	text-decoration: none;
	color: #000000;
	font-size: 13px;
}
@media only screen and (min-width: 1024px) and (max-width: 1239px) {
	header {
		grid-template-columns: 192px auto 150px;
		padding: 25px 12px;
	}
	nav#mainNav a {
		padding: 20px 32px;
		font-size: 23px;
		line-height: 30px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
	#ham {
		display: block;
		z-index: 10;
	}
	header {
		/*grid-template-columns: auto;*/
		/*grid-template-columns: 192px auto 150px;*/
		/*padding: 25px 12px;*/
		margin: 0 auto;
		max-width: none;
		/*height: 140px;*/
	}
	header > div {
		/*display: block;*/
		grid-template-columns: 1fr;
		height: 196px;
	}
	h1#logo {
		/*height: 125px;*/
		/*height: 156px;*/
		/*width: 220px;*/
		margin: 0 auto;
		grid-row-start: 1;
		grid-column-start: 1;
	}
	h1#logo a {
		display: block;
		/*height: 156px;*/
		/*width: 192px;*/
		/*width: 220px;*/
		/*background-image: url('logo.png');*/
		text-indent: -10000px;
		background-position: center;
		text-decoration: none;
	}
	nav#mainNav {
		display: grid;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0;
		width: 100%;
		height: 100vh;
		background-color: #FFFFFF;
		/*z-index: 0;*/
		/*display: none;*/
		visibility: hidden;
		background-image: url('logo.png');
		background-position: center 25px;
		/*background-size: 180px;*/
		background-repeat: no-repeat;
		transition: all 0.07s ease-in-out;
		opacity: 0;
	}
	nav#mainNav a {
		display: block;
		padding: 20px 40px;
		text-decoration: none;
		text-transform: uppercase;
		/*color: #FFFFFF;*/
		font-size: 28px;
		letter-spacing: 1px;
		text-align: center;
	}
	nav#mainNav a:first-of-type {
		margin: 120px 0 0;
	}
	nav#mainNav a:last-of-type {
		margin: 0 0 140px 0;
	}
	nav#mainNav.open {
		display: grid;
		opacity: 1;
		z-index: 10;
		visibility: visible;
	}
	div#hContact {
		/*display: none;*/
		text-align: center;
		padding: 5px 0 0;
	}
	div#hContact > a {
		color: #000000;
		line-height: 15px;
		/*margin-left: auto;*/
		display: block;
		text-decoration: none;
		margin: 0;
		padding: 2px 0;
		/*clear: both;*/
		/*float: right;*/
	}
	div#hContact a#address {
		text-align: center;
		float: none;
		font-size: 18px;
		line-height: 21px;
		padding-bottom: 5px;
	}
	div#hContact a#tel {
		text-align: center;
		float: none;
		font-size: 18px;
		padding-bottom: 11px;
	}
	span#social {
		display: flex;
		/*display: block;*/
		align-items: center;
		justify-content: center;
		margin: 4px 0 0;
		float: none;
		width: auto;
	}
	section#products > div {
		grid-gap: 0;
		grid-template-columns: 1fr;
		padding: 0 20px;
	}
	section#product div.ytVideo iframe {
		width: 480px;
		height: 270px;
	}
}
@media only screen and (min-width: 800px) and (max-width: 959px) {
	section#product div.ytVideo iframe {
		width: 320px;
		height: 180px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 549px) {
	section#product div.ytVideo iframe {
		width: 320px;
		height: 180px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
	section#product div.ytVideo iframe {
		width: 290px;
		width: 300px;
		height: 170px;
	}
}
.subpage {
	max-width: 1100px;
	margin: 20px auto;
	padding: 25px;
}
.subpage h1 {
	/*font-family: sans-serif;*/
	font-size: 41px;
	margin: 0 0 25px 0;
	padding: 0;
}
.subpage p {
	font-family: sans-serif;
	font-size: 19px;
	line-height: 28px;
	margin: 0 0 22px 0;
	padding: 0;
}
#moduletext {
	margin: 35px auto 0;
	max-width: 1117px;
	text-align: center;
	/*display: grid;*/
	/*grid-template-columns: 1fr 1fr 1fr;*/
	/*background-color: #F0F0EA;*/
	padding: 26px;
	/*+border-radius: 26px;*/
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	-khtml-border-radius: 26px;
	border-radius: 26px;
}
#moduletext h2 {
	background-image: url('/free-shipping.jpg');
	height: 263px;
	text-indent: -10000px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 0;
	margin: 36px 0 0;
	max-width: 300px;
	transform: rotate(4deg);
}
#moduletext h3 {
	background-image: url('/made-in-texas.jpg');
	height: 249px;
	text-indent: -10000px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 0;
	margin: 44px 0 0 17px;
	max-width: 300px;
	transform: rotate(-2deg);
}
#txmade {
}
.homeMod {
	max-width: 1400px;
	margin: 0 auto;
}
p.homeSlogan {
	font-weight: 300;
	text-align: center;
	font-size: 30px;
	margin: 0 auto 87px;
	padding: 0;
	max-width: 578px;
	line-height: 47px;
	font-style: normal;
}
p.homeSlogan:nth-of-type(2) {
	font-size: 26px;
	text-align: left;
	width: auto;
	max-width: 778px;
}
p.homeSlogan:nth-of-type(3) {
	font-size: 34px !important;
	font-weight: bold;
	letter-spacing: 5px;
	line-height: 59px;
	margin: 0 auto;
	padding: 0 0 90px 0;
}
section.homeMod > div {
	margin: 80px auto;
	max-width: 800px;
}
section#hero1 {
	background-image: url('/hero1.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding: 4px 10px;
	margin-bottom: 67px;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/hero1.jpg) #000000;
}
section#hero1 h1 {
	font-weight: bold;
	font-size: 55px;
	text-shadow: 2px 3px 3px #000000;
	/*text-transform: uppercase;*/
	letter-spacing: 7px;
	padding: 0 12px 0px;
	margin-bottom: 0;
	/*color: blue;*/
	color: #FFFFFF;
}
section#hero1 p {
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	text-shadow: 2px 3px 4px #FFFFFF;
	text-shadow: 2px 3px 3px #000000;
	/*background-color: rgba(180, 90, 90, 0.291);*/
	padding: 0 35px;
	color: #FFFFFF;
	margin-bottom: 30px;
}
section#hero1 a {
	font-weight: bold;
	font-size: 25px;
	text-shadow: 2px 3px 4px #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 7px;
	background-color: rgba(255, 255, 255, 0.863);
	padding: 8px 20px 9px;
	/*+border-radius: 16px;*/
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-khtml-border-radius: 16px;
	border-radius: 16px;
	color: #5676B3;
	text-decoration: none;
}
section#txmade {
	background-image: url('/red-white-purse.jpg');
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/red-white-purse.jpg) #000000;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding: 10px;
	margin-bottom: 73px;
	/*background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/red-white-purse.jpg) #000000;*/
}
section#txmade h1 {
	font-weight: bold;
	font-size: 83px;
	text-shadow: 2px 3px 4px #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 7px;
	/*background-color: rgba(255, 255, 255, 0.863);*/
	padding: 0px;
	margin-bottom: 21px;
	color: #FFFFFF;
	text-shadow: 2px 3px 3px #000000;
}
section#txmade p {
	font-weight: bold;
	font-size: 34px;
	line-height: 41px;
	text-shadow: 2px 3px 4px #FFFFFF;
	/*background-color: rgba(180, 90, 90, 0.291);*/
	padding: 0px;
	color: #FFFFFF;
	text-shadow: 2px 3px 3px #000000;
	margin: 0;
}
section#beauty {
	background-image: url('/blue-purse.jpg');
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/blue-purse.jpg) #000000;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding: 10px;
	margin-bottom: 73px;
}
section#beauty h1 {
	font-weight: bold;
	font-size: 57px;
	text-shadow: 2px 3px 4px #FFFFFF;
	text-shadow: 2px 3px 4px #000000;
	/*text-transform: uppercase;*/
	letter-spacing: 6px;
	/*background-color: rgba(255, 255, 255, 0.863);*/
	padding: 0px;
	margin-bottom: 64px;
	color: #FFFFFF;
}
section#beauty a {
	font-weight: bold;
	font-size: 25px;
	text-shadow: 2px 3px 4px #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 7px;
	background-color: rgba(255, 255, 255, 0.863);
	padding: 20px;
	margin-bottom: 0px;
	/*+border-radius: 16px;*/
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-khtml-border-radius: 16px;
	border-radius: 16px;
	color: #5676B3;
	text-decoration: none;
}
a.style {
	font-weight: bold;
	font-size: 25px;
	text-shadow: 2px 3px 4px #0C0C0C;
	text-transform: uppercase;
	letter-spacing: 7px;
	background-color: #5676B3;
	padding: 20px;
	margin-bottom: 0px;
	/*+border-radius: 16px;*/
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-khtml-border-radius: 16px;
	border-radius: 16px;
	color: #5676B3;
	color: #FFFFFF;
	text-decoration: none;
}
a.center {
	margin: 15px auto 0;
	display: block;
	max-width: 300px;
	text-align: center;
	font-size: 17px;
}
p.homeSlogan:nth-of-type(3) {
	font-size: 26px;
}
section#carry {
	background-image: url('/conceal-purse.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding: 10px 10px 20px 10px;
	margin-bottom: 73px;
}
section#carry h1 {
	font-weight: bold;
	font-size: 46px;
	text-shadow: 2px 3px 4px #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 7px;
	/*background-color: rgba(255, 255, 255, 0.863);*/
	padding: 17px 0;
	margin-bottom: 28px;
	color: #FFFFFF;
	text-shadow: 2px 3px 3px #000000;
}
section#carry a {
	font-weight: bold;
	font-size: 25px;
	text-shadow: 2px 3px 4px #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 7px;
	background-color: rgba(255, 255, 255, 0.863);
	padding: 20px;
	margin-bottom: 40px;
	/*+border-radius: 0;*/
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	color: #5676B3;
	/*+border-radius: 16px;*/
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-khtml-border-radius: 16px;
	border-radius: 16px;
	text-decoration: none;
}
section#cart {
	padding: 40px 0;
	/*display: none;*/
}
section#cart > div {
	max-width: 748px;
	margin: 0 auto;
}
section#cart table {
	border: 1px solid black;
	border-collapse: collapse;
	margin-bottom: 40px;
	width: 98%;
	margin-top: 42px;
}
section#cart table tr {
	margin: 0;
	padding: 0;
}
section#cart table tr th {
	border: 1px solid black;
	margin: 0;
	padding: 8px;
	font-size: 19px;
	background-color: #5676B3;
	color: #FFFFFF;
}
section#cart table tr td {
	border: 1px solid black;
	margin: 0;
	padding: 8px;
	font-size: 19px;
}
section#cart table tr td:nth-of-type(3) {
	border: 1px solid black;
	margin: 0;
	padding: 8px 14px;
	font-size: 21px;
	font-weight: bold;
}
section#cart table tr td:nth-of-type(4) {
	border: 1px solid black;
	margin: 0;
	padding: 8px;
	font-size: 19px;
	color: #FCCA04;
	text-shadow: 1px 1px 1px #000000;
}
section#cart table img {
	max-width: 84px;
	height: auto;
	/*+border-radius: 15px;*/
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	/*+box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.274);*/
	-moz-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.274);
	-webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.274);
	box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.274);
	padding: 4px;
	margin: 1px 4px;
}
section#cart table tr td:nth-of-type(1) {
	border-right: 1px solid transparent;
}
section#cart table tr td:nth-of-type(2) {
	border-left: 1px solid transparent;
}
section#cart table tr td:nth-of-type(6) a {
	font-size: 14px;
	width: 68px;
	display: block;
	text-align: center;
	line-height: 17px;
	color: #5676B3;
}
p#tableTotal {
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 1px;
	margin: 0 0 26px 0;
}
a.continue {
	font-weight: bold;
	font-size: 20px;
	text-shadow: 2px 3px 4px #FFFFFF;
	/*text-transform: uppercase;*/
	letter-spacing: 7px;
	background-color: rgba(255, 255, 255, 0.863);
	padding: 8px 22px;
	margin-bottom: 40px;
	/*+border-radius: 16px;*/
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-khtml-border-radius: 16px;
	border-radius: 16px;
	color: #5676B3;
	text-decoration: none;
	border: 1px solid black;
}
p#paymentInfo {
	font-size: 21px;
	line-height: 35px;
	border-bottom: 1px solid black;
	padding-bottom: 17px;
}
a.addToCart {
	display: block;
	width: 210px;
	font-size: 25px;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	border: 1px solid black;
	/*+border-radius: 9px;*/
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #5676B3;
	margin-bottom: 30px;
	transition: all 0.2s ease;
}
a.addToCart:hover {
	color: #FFFFFF;
	background-color: #F8CA01;
}
p.note {
	text-align: center;
	font-size: 17px;
	margin: 0 0 33px 0;
	font-style: italic;
}
.backBtn {
	font-weight: bold;
	border: 2px solid black;
	/*+border-radius: 8px;*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	padding: 5px 17px;
	font-size: 16px;
	/*+box-shadow: 0 0;*/
	-moz-box-shadow: 0 0;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
	background-color: #FFFFFF;
	cursor: pointer;
	display: block;
}
@media only screen and (min-width: 320px) and (max-width: 799px) {
	section.homeMod > div {
		margin: 80px auto;
		max-width: none;
		padding: 0 20px;
	}
	section#hero1 {
		padding: 4px 10px;
		margin-bottom: 67px;
		background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/hero1.jpg) #000000;
	}
	section#hero1 h1 {
		font-size: 32px;
		letter-spacing: 7px;
		padding: 0px;
	}
	section#hero1 p {
		font-size: 22px;
		line-height: 34px;
		padding: 0 12px;
	}
	section#txmade {
		background-image: url('/red-white-purse.jpg');
		background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/red-white-purse.jpg) #000000;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		text-align: center;
		padding: 10px;
		margin-bottom: 73px;
		/*background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/red-white-purse.jpg) #000000;*/
	}
	section#txmade h1 {
		font-weight: bold;
		font-size: 55px;
		letter-spacing: 7px;
		padding: 0px;
		margin-bottom: 15px;
	}
	section#txmade p {
		font-size: 25px;
		line-height: 36px;
		padding: 0px;
		margin: 0;
	}
	section#beauty {
		padding: 10px;
		margin-bottom: 73px;
	}
	section#beauty h1 {
		font-size: 43px;
		letter-spacing: 5px;
		padding: 0px;
		margin-bottom: 59px;
	}
	section#beauty a {
		font-weight: bold;
		font-size: 17px;
		letter-spacing: 7px;
		background-color: rgba(255, 255, 255, 0.863);
		padding: 10px 12px;
	}
	section#carry {
		padding: 10px;
		margin-bottom: 0;
		margin-top: 0;
	}
	section#carry > div {
		margin: 21px 0 40px;
		padding: 0 0 81px 0;
	}
	section#carry h1 {
		font-size: 37px;
		letter-spacing: 6px;
		padding: 9px 0 11px;
		margin-bottom: 30px;
	}
	section#carry a {
		font-size: 18px;
		padding: 12px 20px;
		margin-bottom: 20px;
		position: relative;
		top: 81px;
	}
	p.homeSlogan {
		font-size: 30px;
		margin: 0 auto 75px;
		padding: 0 18px;
		max-width: none;
		line-height: 43px;
	}
	p.homeSlogan:nth-of-type(2) {
		font-size: 26px;
		text-align: left;
		width: auto;
		max-width: none;
		padding: 0 18px;
	}
	p.homeSlogan:nth-of-type(3) {
		font-size: 34px !important;
		font-weight: bold;
		letter-spacing: 5px;
		line-height: 50px;
		margin: 0 auto;
		padding: 0 0 70px 0;
	}
	div.product {
		margin-bottom: 38px;
	}
	div.product img {
		margin: 0 0 13px 0;
		/*+border-radius: 5px;*/
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: 354px;
		max-height: 354px;
		object-fit: cover;
	}
	section#product > div {
		max-width: none;
		margin: 0 auto;
		display: block;
		grid-template-columns: 400px 1fr;
		grid-gap: 50px;
		padding: 28px 0 0;
	}
	section#product > div div {
		padding: 0 18px;
	}
	section#product div div:nth-of-type(1) {
		width: auto;
		text-align: center;
	}
	section#product div div:nth-of-type(1) figure {
		width: 96%;
		margin: 0 0 10px 0;
	}
	section#product div div:nth-of-type(1) a {
	}
	section#product div div:nth-of-type(1) img {
		/*width: 96%;*/
		/*margin: 0 0 10px 0;*/
	}
	section#product h1 {
		font-size: 41px;
		font-weight: bold;
		color: #5676B3;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.376);
		margin-bottom: 8px;
	}
	section#product h2 {
		font-size: 34px;
		font-weight: bold;
		/*color: #FDC900;*/
		margin-bottom: 24px;
		text-shadow: 1px 1px 2px rgba(252, 200, 0, 0.436);
		font-family: sans-serif;
	}
	section#product div p {
		font-family: sans-serif;
		color: #202020;
		font-size: 17px;
		line-height: 24px;
		margin: 0 0 20px 0;
	}
	section#product ul {
		/*font-family: sans-serif;*/
		/*color: #202020;*/
		/*font-size: 19px;*/
		/*line-height: 30px;*/
		/*margin: 0;*/
		/*display: inline-block;*/
	}
	div.extraImages {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 12px;
	}
	div.extraImages img {
		margin: 0 !important;
		padding: 0 !important;
	}
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
	section#cart {
		padding: 40px 0;
	}
	section#cart > div {
		max-width: none;
		padding: 0 10px;
	}
	section#cart table {
	}
	section#cart table tr {
	}
	section#cart table tr th {
		padding: 4px;
		font-size: 16px;
		font-weight: normal;
	}
	section#cart table tr td {
		margin: 0;
		padding: 3px;
		font-size: 16px;
		text-align: center;
	}
	section#cart table tr td:nth-of-type(1) {
		border-right: 1px solid black !important;
	}
	section#cart table tr td:nth-of-type(3) {
		padding: 4px;
		font-size: 16px;
		font-weight: normal;
	}
	section#cart table tr td:nth-of-type(4) {
		display: none;
	}
	section#cart table tr th:nth-of-type(2) {
		display: none;
	}
	section#cart table tr td:nth-of-type(2) {
		display: none;
	}
	section#cart table tr th:nth-of-type(4) {
		display: none;
	}
	section#cart table img {
		max-width: 60px;
		height: auto;
		/*+border-radius: 15px;*/
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		-khtml-border-radius: 15px;
		border-radius: 15px;
		/*+box-shadow: none;*/
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		margin: 0;
	}
	section#cart table tr td:nth-of-type(6) a {
		font-size: 14px;
		width: auto;
		display: block;
		text-align: center;
		line-height: 17px;
		color: #5676B3;
	}
	p#tableTotal {
		text-align: center;
		font-weight: bold;
		font-size: 28px;
		letter-spacing: 1px;
		margin: 0 0 26px 0;
	}
	a.continue {
		font-weight: bold;
		font-size: 17px;
		letter-spacing: 5px;
		padding: 8px 10px;
		margin-bottom: 40px;
	}
	p#paymentInfo {
		font-size: 21px;
		line-height: 35px;
		border-bottom: 1px solid black;
		padding-bottom: 17px;
	}
}
.pimage {
	/*position: relative;*/
	/*top: 0;*/
	/*left: 0;*/
}
.watermark {
	position: absolute;
	top: 336px;
	left: 145px;
	/*right: 50%;*/
	margin-left: auto;
	margin-right: auto;
	opacity: 0.5;
}
.watermarkImage {
	position: relative;
	top: 0;
	left: 0;
}
.watermarkImg {
	position: relative;
	/*max-width: 838px;*/
	margin: 0;
}
.watermarkImg img {
	max-width: 838px;
	width: 100%;
	/*height: auto;*/
}
.watermarkImg:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("https://texaspursenality.com/watermark2.png");
	background-size: 310px;
	background-position: center;
	background-repeat: repeat;
	opacity: 0.12;
}
p#ytVid1 iframe {
	width: 920px;
	height: 518px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	p#ytVid1 iframe {
		width: 702px;
		height: 395px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	p#ytVid1 {
		margin: 0 auto;
		text-align: center;
	}
	p#ytVid1 iframe {
		width: 412px;
		height: 232px;
	}
}
@media only screen and (min-width: 280px) and (max-width: 479px) {
	p#ytVid1 {
		margin: 0 auto;
		text-align: center;
	}
	p#ytVid1 iframe {
		width: 254px;
		height: 143px;
	}
}
section#products2 > div > div {
	/*display: block;*/
}
section#products2 > div {
	max-width: 1340px;
	margin: 0 auto;
	display: grid;
	grid-gap: 50px 40px;
	grid-template-columns: 1fr 1fr;
}
div.productCard {
	display: grid;
	grid-template-columns: 1fr 1fr;
	/*background-color: #E0E6F1;*/
	background: linear-gradient(to right, white, #E0E6F1);
	/*border-right: 1px solid rgba(0, 0, 0, 0.308);*/
	/*(*+box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.308);*)
	-moz-box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.308);
	-webkit-box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.308);
	box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.308);*/
	/*+border-radius: 4px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
div.productCard > div {
	display: block;
}
div.productCard div:nth-of-type(1) a {
	display: block;
	max-width: 280px;
	height: 280px;
}
div.productCard img {
	max-width: none;
	height: 100%;
	display: block;
	vertical-align: top;
	object-fit: fill;
	width: 100%;
}
div.productCard div:nth-of-type(2) {
	padding: 27px 32px 14px 0;
}
div.productCard div:nth-of-type(2) a {
	text-decoration: none;
	color: #000000;
}
div.productCard div:nth-of-type(2) h1 {
	font-size: 31px;
	margin: 0 0 19px 0;
	line-height: 34px;
	font-family: serif;
	text-transform: uppercase;
	font-family: 'DM Serif Text';
}
div.productCard div:nth-of-type(2) h2 {
	font-size: 29px;
	margin: 0 0 25px 0;
	font-family: sans-serif;
	color: #FFFFFF !important;
	font-family: 'DM Serif Text';
}
div.productCard div:nth-of-type(2) h2 a {
	/*color: #FFFFFF !important;*/
	/*text-shadow: 0px 0px 7px #000000;*/
	/*background-color: #FFFFFF;*/
	padding: 0;
}
div.productCard div:nth-of-type(2) h3 {
	font-size: 21px;
	font-family: sans-serif;
	font-size: 14px;
	/*font-family: "Limelight", sans-serif;*/
	font-family: "DM Serif Text", serif;
	font-style: italic;
	font-weight: normal;
	text-shadow: 1px 1px 1px #E0E6F1;
	background-color: #E0E6F1;
	padding: 5px 15px 5px 13px;
	/*+border-radius: 6px;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	letter-spacing: 1px;
}
div.productCard div:nth-of-type(2) > p {
	font-size: 14px;
	font-family: sans-serif;
	min-height: 40px;
	/*padding-bottom: 12px;*/
	line-height: 22px;
}
div.productCard div:nth-of-type(2) span {
	font-weight: bold;
	display: block;
	width: 177px;
	background-color: rgba(255, 255, 255, 0.308);
	padding: 16px;
	border: 1px solid black;
	text-transform: uppercase;
	letter-spacing: 8px;
	text-align: center;
	margin: 40px 0 0;
	/*+border-radius: 2px;*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	font-family: sans-serif;
	font-size: 13px;
	font-family: 'DM Serif Text';
}
#searchNavWrap {
	text-align: center;
	max-width: 1080px;
	margin: 40px auto;
}
#searchNavWrap p {
	font-weight: bold;
	font-size: 56px;
	margin: 0 0 13px 0;
	padding: 0;
	/*text-transform: uppercase;*/
}
#searchNavWrap nav {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 10px;
	margin: 0 auto;
	text-align: center;
}
#searchNavWrap nav a {
	font-weight: bold;
	font-size: 12px;
	padding: 0 11px;
	background-color: #E0E6F1;
	margin: 0;
	/*+border-radius: 4px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #E0E6F1;
}
#searchNavWrap nav a:hover, #searchNavWrap nav a.active {
	color: #2D2D2D;
	border: 1px solid #A7A7A7;
}
@media only screen and (min-width: 280px) and (max-width: 1399px) {
	section#products2 > div {
		max-width: 650px;
		margin: 0 auto;
		display: grid;
		grid-gap: 60px;
		grid-template-columns: 1fr;
	}
	#searchNavWrap nav {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 10px;
		margin: 0 auto;
		text-align: center;
	}
}
@media only screen and (min-width: 280px) and (max-width: 767px) {
	section#products2 > div {
		max-width: 300px;
		margin: 0 auto;
		display: grid;
		grid-gap: 40px;
		grid-template-columns: 1fr;
		text-align: center;
	}
	div.productCard img {
		height: 100%;
		display: block;
		width: 300px;
		margin: 0 auto;
	}
	div.productCard {
		display: grid;
		grid-template-columns: 1fr;
	}
	div.productCard div:nth-of-type(2) span {
		margin: 40px auto 0;
	}
	#searchNavWrap nav {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		margin: 0 auto;
		text-align: center;
	}
	#searchNavWrap p {
		font-size: 28px;
		margin: 0 0 13px 0;
	}
}
a#plink {
	display: block;
	text-align: center;
	color: #000000;
	padding: 17px;
	font-weight: bold;
	font-size: 27px;
}
