@font-face{
    font-family: 'MyriadPro';
    src: url('fonts/MyriadPro-Regular.eot');
    src: url('fonts/MyriadPro-Regular.eot?iefix') format('eot'),
         url('fonts/MyriadPro-Regular.woff') format('woff'),
         url('fonts/MyriadPro-Regular.ttf') format('truetype'),
         url('fonts/MyriadPro-Regular.svg#webfont') format('svg');
}
 
body {
    font-family: 'Myriad Pro', arial;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    background: white;
}
body img 
{
    max-width: 100%;
}

.pic {
    max-width:100px;
}

a {
    text-decoration: none;
    color: #373737;
}
.space5 {height: 5px;}
.space10 {height: 10px;}
.space15 {height: 15px;}
.space20 {height: 20px;}
.space73 {height: 73px;}

.newhover:hover {
    text-decoration:underline;
}

.expandable {
    /* overflow set to hidden to hide the expanded text */
    overflow: hidden;
    /* all style changes will ease-in-out for 1s */
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s;
}

#fcategory1 {
	float:left;
	width:33.56%;
	margin-right:5.36%;
}

.fcategory {
	float:left;
	width:16.78%;
	margin:0px 1.79%;
	height:340px;
}

#category-padding {
	padding: 0px 55px;
}

#featured-layer {
	width:100%;
	background-color:#e5eaee;
	padding:0px 55px;
	box-sizing:
	border-box;
	border-bottom:1px solid #d5d6d8;
}

#home1 {
	float:left;
	width:33%;
	min-width:320px;
	text-align:left;
}

#home2 {
	float:left;
	width:33%;
	min-width:320px;
	text-align:center;
}

#home3 {
        float:left;
        width:33%;
        min-width:320px;
        text-align:right;
}
	

.menulayer {
	display:table-cell;
	width:233px;
	padding-right:34px;
	vertical-align:top;
}


.limit
{
	max-height:200px;
	overflow-y: auto;
}

.bluetop {
	width:100%;
	background-color:#f3f3f3;
	height:40px;
	color:black;
	font-size:18px;
	padding:12px 10px 0px 10px;
	box-sizing:border-box;
    text-align:left;
}
.browntop
{
	width:100%;
        background-color:#a36210;
        height:40px;
        color:white;
        font-size:18px;
        padding:12px 10px 0px 10px;
        box-sizing:border-box;
	text-align:left;
}

.ui-corner-all {
    border-radius: 10px !important;
}

.ui-widget-header, .ui-state-active {
    background: #7e52a1 !important;
}

.featured
{
    font-size:27px;
    color:#828385;
    font-weight:bold;
}

.leftmenuitem {
	height:30px;
	padding:6px;
	box-sizing:border-box;
	text-align:left;
	font-size:14px;
    width: 216px;
}

.leftmenuitem2 {
    min-height:25px;
    padding:6px;
    box-sizing:border-box;
}

.headerlinkmobile {
    vertical-align:middle;
    border-bottom:1px solid #c2c2c2;
    color:white;
    padding:20px;
    box-sizing:border-box;
}

#sacred-heart {
    width: 67.03%;
    height: 32.01vw;
    background: #ffffff url(/images/sacred-heart.jpg) no-repeat center center;
    position: relative;
    z-index: 3;
    background-size: cover;
    margin-right: 0.18%;
    display: inline-block;
    cursor:pointer;
}

#homepage-2 {
    width: 32.2%;
    height: 32.01vw;
    background: #ffffff url(/images/homepage-2.jpg) no-repeat center center;
    position: relative;
    z-index: 3;
    background-size: cover;
    display: inline-block;
    cursor: pointer;
}

.category-header {
    font-size: 40px;
}
.tagline {
    font-size:35px;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
    text-transform: uppercase;
}

.bg-text {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0%, -50%);
    background-color: rgba(0, 0, 0, .5);
    width: 20vw;
    height: 86%;
    max-height: 300px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
    text-align: center;
    box-sizing: border-box;
    display:flex;
    justify-content:center;
    align-items:center;
}

.bg-text-top {
    position:absolute;
    top:20px;
    width:100%;
}

.bg-text-top-1 {
    font-size:26px;
}

.bg-text-top-2 {
    font-size: 42px;
    font-weight: bold;
}

.bg-text-bottom {
    position:absolute;
    bottom:20px;
    width:100%;
}

#newsletter-bg {
    width: 100%;
    height: 300px;
    background: #ffffff url(/images/newsletter-bg.jpg) no-repeat top left;
    position: relative;
    z-index: 3;
    background-size: cover;
}

.header {
    font-weight: bold;
    font-size: 20px;
    margin-block: 0px;
}

.product-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 15%;
    margin: 0.7%;
    color: black;
    text-align: center;
    font-size: 14px;
    box-sizing:border-box;
    position:relative;
    background-color:white;
    border:1px solid #e0e0e0;
    border-radius: 10px;
}

.product-bottom {
    background-color: #f3f3f3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0px 5px;
}

.product-bottom-text {
    line-height:2;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    cursor: pointer;
}

.product-wrapper-shop {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 14px);
    margin: 0px 7px 14px 7px;
    color: black;
    border:1px solid #f3f3f3;
    border-radius: 5px;
    padding: 5px;
    box-sizing:border-box;
    position:relative;
    font-size:13px;
    text-align:center;
}

.product-wrapper-shop a {
    color: black;
}

.grey-line {
    border-top: 2px solid #f3f3f3;
    margin: 10px auto;
    width: 80%;
}

.nav {
    margin:0 auto;
    width:fit-content;
    border:1px solid #f3f3f3;
    padding:15px;
    font-size:18px;
    color #373737;
    border-radius: 10px;
}

.nav a {
    color: black;
}

.product-wrapper-featured {
    width: 100%;
    height: 370px;
    color: black;
    text-align: center;
    font-size: 16px;
    border:1px solid #b6e7e1;
    border-radius: 5px;
    padding: 5px;
    box-sizing:border-box;
    position:relative;
    margin-bottom:10px;
}


.product-wrapper-shop img {
    margin-bottom: 5px;
    max-height:26vw;
}

.product-wrapper img {
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    display: block;
}


#logo-layer {
    display:table-cell;
    width:315px;
}

.search {
    border-radius: 5px 0px 0px 5px;
    border: 1px solid grey;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    width:325px;
    vertical-align:top;
}

#filter {
    padding: 0px 33px 0px 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 35px;
}

#filtersubmit {
    position: relative;
    z-index: 1;
    left: 15px;
    top: 1px;
    width: 0;
    font-size: 18px;
    color: grey;
}

.thumbnails {
    width:100%;
    max-width:500px;
    overflow-x:auto;
    overflow-y:hidden;
}

.thumbnails::-webkit-scrollbar {
    -webkit-appearance: none;
}

.thumbnails::-webkit-scrollbar:vertical {
    width: 11px;
}

.thumbnails::-webkit-scrollbar:horizontal {
    height: 11px;
}

.thumbnails::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.thumbnails::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}
.part-number {
    font-size: 18px;
    color: #6f6f6f;
}

.purple-header {
    color: #76539d;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.green-header {
    color: #60b357;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.option {
    padding: 5px;
    border: 1px solid #cccccc;
    margin: 5px;
    display: inline-block;
    border-radius: 5px;
}

.option-selected {
    background-color: #f3f3f3;
    border: 1px solid #76539d;
}

.option a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.cart-box {
    background-color: #f3f3f3;
    text-align:center;
    border: 1px solid #eaeaea;
    padding: 20px;
    text-align: center;
}

.wishlist {
    background-color: #f3f3f3;
    text-align:center;
    border: 1px solid #eaeaea;
    padding: 5px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
}

.wishlist i {
    color: #60b357;
}

.circle-quantity {
    background-color: white;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    padding: 3px;
    text-align:center;
    display: inline-block;
    margin: 0px 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
}

#display_quantity {
    background-color: white;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 5px 0px;
    width: 60px;
    display: inline-block;
    margin: 0px 5px;
    font-weight:bold;
}



#myBtn {
    display: none;
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 10000; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    background-color:rgba(0,0,0,0.8);	
}

.mobiletable {
    display: table;
    width: 100%;
}
.mobilerow {display: table-row;}
.mobilecell {display: table-cell;}
.simpletable {
    display: table;
    width: 100%;
}
.row {display: table-row;}
.simplecell {display: table-cell;}
.simplebox {   
    border: 1px solid #d6d6d6;
    background-color: #ededed;
    margin: 0 auto;
    padding: 15px;
}
.simpleinline {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    box-sizing: border-box;
}
.simplepadding {
    padding: 12px;
}

.homepage-square {
	display:inline-block;
	padding:2.7px;
}

.homepage-square {
	display:inline-block;
	padding:2.7px;
        width: 177px;
        box-sizing:border-box;
}
.homepage-square img {
        width: 100%;
    }

.inline-container {font-size: 0; text-align: center;}
.inline-container .simpleinline:last-child {margin-right: 0px;}
.inline-1-12 {
    width: 7.325%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-2-12 {
    width: 15.75%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-3-12 {
    width: 24.175%;
    margin-right: 0.8%;
    vertical-align: top;
}
.inline-4-12 {
    width: 32.6%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-5-12 {
    width: 41.025%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-6-12 {
    width: 49.45%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-6-12a {
	width: 100%;
	margin: auto;
	text-align: center;
    vertical-align: top;
}
.inline-7-12 {
    width: 57.875%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-8-12 {
    width: 66.3%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-9-12 {
    width: 74.725%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-10-12 {
    width: 83.15%;
    margin-right: 1.1%;
}
.inline-11-12 {
    width: 91.575%;
    margin-right: 1.1%;
}
.inline-12-12 {
    width: 100%;
    margin: 0;
}
.inline-1-5 {
    width: 19%;
    margin-right: 1.25%;
}
.inline-2-5 {
    width: 38%;
    margin-right: 1.25%;
}
.inline-3-5 {
    width: 57%;
    margin-right: 1.25%;
}
.inline-4-5 {
    width: 76%;
    margin-right: 1.25%;
}
.inline-5-5 {
    width: 100%;
    margin-right: 0%;
}
.inline-half {
    width: 49.9%;
    margin-right: 0.2%;
    background: #c21540;
}
.mobinline-1-12 {
    width: 7.325%;
    margin-right: 1.1%;
    vertical-align: top;
}

.mobinline-2-12 {
    width: 15.75%;
    margin-right: 1.1%;
    vertical-align: top;
}
.mobinline-3-12 {
    width: 24.175%;
    margin-right: 1.1%;
    vertical-align: top;
}
.mobinline-8-12 {
    width: 66.3%;
    margin-right: 1.1%;
    vertical-align: top;
}

.mobinline-10-12 {
    width: 83.15%;
    margin-right: 1.1%;
}


/* General */
.homeleftmenu:nth-child(even) {
	background-color:#e5edfa;
}

.spec-row:nth-child(even) {
        background-color:#f2f2f2;
}


#topline-container {
    background: #c21540;
    position:fixed;
    width:100%;
    z-index:9999;
}
#topline {
    width: 1144px;
    margin: 0 auto;
}
#hdr-container {
    width: 100%;
    background-color:#7e52a1;
    z-index: 99999;
}

#hdr {
    width: 100%;
    max-width: 1360px;
    padding:10px;
    height: 30px;
    box-sizing:border-box;
    color: white;
    vertical-align:middle;
    font-size:14px;
    display:table;
    margin: 0 auto;
}

#hdr2 {
    width: 100%;
    max-width: 1360px;
    padding: 0px 10px;
    box-sizing:border-box;
    color: white;
    vertical-align:middle;
    font-size:18px;
    display:table;
    margin: 0 auto;
}

#hdr22 {
    width: 100%;
    padding: 0px 55px 0px 55px;
    box-sizing:border-box;
    color: white;
    vertical-align:middle;
    font-size:18px;
    background: #9b74bb; /* Old browsers */
    background: -moz-linear-gradient(top, #9b74bb 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9b74bb 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9b74bb 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b74bb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    text-align:right;
} 

#hdr222 {
    width:100%;
    height:165px;
}


#hdr a, #hdr222 a {
    color:white;
}

.topnavlink {
    padding-left: 30px;
    text-shadow: 2px 2px #999999;
}

#hdr-mob {
    display: none;
    text-align: center;
    border-bottom: 1px solid #676767;
}
#midline-container {
    width: 100%;
    max-width:1076px;
    background: #002564;
    //-moz-box-shadow: 0px 0px 5px #676767;
    //-webkit-box-shadow: 0px 0px 5px #676767;
    //box-shadow: 0px 0px 5px #676767;
    margin: 0 auto;
}
#midline {
    width: 1076px;
    margin: 0 auto;
    padding: 10px 0px;
    font-size: 19px;
    color:white;
}
#midline .simpleinline {
    font-size: 19px;
}
#bdy-container {
    width: 100%;
    min-height: 550px;
}
#bdy,#bdy2, .bdy {
    width: 100%;
    max-width: 1360px;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
}


#bdy3-container {
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#96b1c6+0,4096ee+100,ffffff+100 */
    background: rgb(169,135,196); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(169,135,196,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(169,135,196,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(169,135,197,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a987c4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border-bottom:1px solid #d5d6d8;
}

#bdy3 {
    width: 100%;
    padding: 0px 55px 10px 55px;
    box-sizing: border-box;
}

#breadcrumbs {margin: 10px 0px 15px 0px;}
#breadcrumb-icon {
    display: inline-block;
    width: 19px;
    height: 18px;
    vertical-align: text-bottom;
    margin: 0 5px 0 0;
    background-image: url('/images/homeicon.png');
    background-repeat: no-repeat;
}
#ftr-container {
    width: 100%;
    background: #7e52a1;
    color: white;
    box-sizing:border-box;
    text-align: center;
}
#ftr-container .simpleinline {
    vertical-align: middle;
}
#ftr-container a {
    color: white;
    margin-bottom: 10px;
    display:block;
}

#ftr-container a::before {
  content: "• "; /* Inserts a bullet point and a space */
  color: white; /* Styles the bullet point */
  margin-right: 5px; /* Adds space between the bullet and the text */
}

#ftr-container2 {
    width: 100%;
    background: #8364a8;
    color: white;
    box-sizing:border-box;
}

#ftr-container2 a {
    color: white;
    font-size: 16px;
}

#ftr-mob {display: none;}


/* forms */
.formrow {margin: 5px 0px;}
.formlabel {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: right;
    width: 34%;
    margin-right: 1%;
    font-weight: bold;
    line-height: 40px;
}
.formbox {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    width: 65%;
}
.formbox input[type='text'], .formbox input[type='password'], .niceinput {
    width: 100%;
    padding:5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height:40px;
}
.formbox input[type='submit'], .nicesubmit {
    background: #7e52a1;
    border: 0;
    -webkit-appearance: none;
    height: 40px;
    color: #fff;
    padding: 0px 12px;
    cursor: pointer;
    font-weight: bold;
}

.summary-cll1 input[type='button'], .update_quantity {
    background: #002564;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
}

.formbox input[type='submit']:hover, .nicesubmit:hover, .summary-cll1 input[type='button']:hover {opacity: 0.90;}
.formbox select, .niceselect {
    width: 100%;
    padding: 4px 0px;
    border: 1px solid #ccc;
    height: 40px;
    box-sizing: border-box;
}
.formbox textarea, .full-textarea {
    width: 96%;
    padding: 5px 1.7%;
    border-radius: 4px;
    border: 1px solid #ccc;
}


/* topnav.inc */

.topnavmenu
{
	width:420px;
	margin-left:-10px;
	padding:5px 5px 5px 10px;
	box-sizing:border-box;
	font-size:16px;
	color: #373737;
}

.topnavmenu:hover
{
	background-color: #dddddd;
	cursor: pointer;
}


#hdr .simpleinline:last-child {
    text-align: right;
    font-size: 20px;
}
#topnav a {
    display: inline-block;
    padding: 8px 40px 8px 0px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
#topnav a:last-child {padding-right: 0;}
.hdr-mob-cll2 img {width: 80%;}
.hdr-mob-cll1, .hdr-mob-cll3 {
    vertical-align: middle;
    width: 15%;
}
.hdr-mob-cll2 {
    vertical-align: middle;
    width: 70%;
}
#topline .simpleinline:first-child a, #topline .simpleinline:first-child {
    color: #fff;
    //font-size: 13px;
    //font-weight: 600;
    text-decoration: none;
}
#topline .simpleinline:last-child a, #topline .simpleinline:last-child {
    text-align: right;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
#topline a:hover {
    //-webkit-filter:brightness(70%);
}
#hdr form {
    font-size: 0;
    width: 85%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15%;
}
#hdr input[type='text'] {
    width: 76%;
    font-size: 11px;
    padding: 9px 1%;
    border: 1px solid #e5e5e5;
}
#hdr input[type='submit']{
    width: 18%;
    font-size: 12px;
    background: transparent;
    border: 0px solid #575757;
    background: #ff0000;
    color: #fff;
    text-align: center;
    padding: 9px 0px;
}

#mob-search {
    width: 80px;
    font-size: 12px;
    background: transparent;
    border: 0px solid #575757;
    background: #ff0000;
    color: #fff;
    text-align: center;
    padding: 9px 0px;
}

#hdr-mob .simpleinline {
    vertical-align: middle;
    text-align: center;
    font-size: 0;
}
.hdr-mob-wide {
    padding: 10px 0px;
    border-bottom: 1px solid #676767;
}
.hdr-mob-each {
    padding: 10px;
    border-right: 1px solid #676767;
}


.slidemenu-center {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f3f3;
    border-top: 1px solid #dddddd;
}

.tab-cell-selected {
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 100%;
    background-color: #f4f4f4;
    height: 100%;
    padding: 5px 10px;
    margin: 0px 5px;
    text-align:center;
    border-top: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-bottom: 2px solid #7e52a1;
    box-sizing: border-box;
    width: calc(33.33% - 10px);
}

.tab-cell {
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 7px;
    margin: 0px 5px;
    text-align:center;
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    box-sizing: border-box;
    width: calc(33.33% - 10px);
    
}

.tab-cell a, .tab-cell-selected a {
    color: black;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.equalHMWrap {
    justify-content: space-between;
}

.eqWrap {
    display: flex;
}

.equalHM {
    width: 32%;
    background-color: white;
    border-radius: 10px;
    padding-top: 20px;
    position:relative;
}
.equalHMtext {
    margin-bottom: 20px;
    padding: 20px;
    text-align:center;
    line-height: 1.5;
}
.purple-bottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position:absolute;
    height:25px;
    background-color: #7e52a1;
    bottom: 0px;
    width: 100%;
    text-align:center;
    line-height: 25px;
}

.purple-bottom a {
    color: white;
    display: inline-block;
    width: 100%;
    height: 100%;
}


/* index.php */
.inline-index1 {
    vertical-align: top;
    width: 280px;
    min-height: 1155px;
    background: white;
    line-height: 20px;
}
.inline-index2 {
    vertical-align: top;
    width: 11px;
}
.inline-index3 {
    vertical-align: top;
    width: 1009px;
}
.index-menu {
    display: block;
    margin: 1px 0px;
    text-decoration: none;
    border:1px solid transparent;
    border-right:0px;
    border-left: 0;
    color: #484848;
    z-index:1000;
    padding: 0px 5px;
}
.index-menu:hover {
    background-color:white;
    border:1px solid #d3d3d3;
    border-right:0px;
    border-left: 0;
    z-index:1000;
}
.inline-index1 .index-menu:first-child {
    margin-top: 0;
}
.index-menu-caps {
    display: none;
    position: absolute;
    background: white;
    border:1px solid #d3d3d3;
    margin-left: 299px;
    z-index: 500;
    width: 150px;
    padding: 10px;
    margin-top: -21px;
}

.index-menu-caps a:hover {
    color: red;
}

.index-menu-caps2 {
    display: none;
    position: absolute;
    background: white;
    margin-left: 301px;
    z-index: 500;
    width: 10px;
    height: 20px;
    padding: 0px;
    margin-top: -20px;

}


.index-thumbs {
    margin-top: 10px;
}
.index-thumbs .simpleinline img {
    display: block;
    border: 1px solid #d3d3d3;
}
.index-thumbs .simpleinline span {
    display: block;
    border: 1px solid #d3d3d3;
    width: 100%;
    background: #d1d1d1;
    padding: 5px 0px;
    text-align: center;
}
.index-half .simplepadding {
    padding: 5px 10px;
    color: white;
}
.index-half form {
    font-size: 0;
    width: 95%;
    margin: 0 auto;
    margin-left: 5%;
}
.index-half input[type='text'] {
    width: 76%;
    font-size: 14px;
    padding: 8px 2%;
    border: 1px solid #e5e5e5;
}
.index-half input[type='submit'] {
    width: 18%;
    font-size: 14px;
    border: 0px solid #575757;
    background: white;
    color: #002564;
    text-align: center;
    padding: 9px 0px;
    font-weight: 900;
}
.index-half .simpleinline {
    vertical-align: middle;
}
.inline-half .inline-4-12, .inline-half .inline-5-12 {
    text-align: right;
}

.search2 {
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    padding: 10px;
    width: 405px;
    height: 55px;
    font-size: 16px;
    position: relative;
    z-index: 1001;
}

.selright {
    width: 50px;
    background-color: #7e52a1;
    font-size: 11px;
    z-index: 99999;
    border-radius: 0px 5px 5px 0px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid grey;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    cursor: pointer;
    color: white;
    font-size: 20px;
}

.filterclear2 {
    position: relative;
    z-index: 1002;
    right: 20px;
    top: 20px;
    font-size: 21px;
    color: black;
    display: none;
    cursor: pointer;
}

.dropDown {
    display: none;
    position: absolute;
    z-index: 1001;
    background-color: white;
    width: 200px;
    box-sizing: border-box;
    padding: 20px;
    font-size: 14px;
    border: 1px solid black;
    text-align: left;
    line-height: 18px;
    right: 0px;
}


/* wizard dropdown */
.clearbox {
    float:right;
    height:32px;
    width:32px;
    padding-left:5px;
    padding-top:5px;
    box-sizing:border-box;
}
.sel99, .sel98 {
    color:#3d3d3d;
    width: 250px;
    min-height: 32px;
    box-sizing: border-box;
    background-color: white;
    font-size:11px;
    text-align:left;
    z-index:99999;
    border:1px solid #eeeeee;
    display:inline-block;
}

.sel97 {
    color:#3d3d3d;
    min-height: 32px;
    box-sizing: border-box;
    font-size:11px;
    text-align:left;
    z-index:99999;
    display:inline-block;
    cursor:pointer;
    text-align:right;
    padding-left: 10px;
}

.sel97 span {
    vertical-align: middle;
}


.hide {
    display: none;
}
.sel99 .options99, .sel98 .options98 {
    width: 100%;
    background-color: #58575D;
    overflow-y: overlay;
    box-sizing:border-box;
    max-height:320px;
    margin-left: -30px;
    z-index: 9;
}

.sel97 .options97 {
    position:absolute;
    width:auto;
    z-index:9999;
    background-color: #58575D;
    overflow-y: overlay;
    box-sizing:border-box;
    max-height:320px;
    margin-left: -1px;
}
.sel99 .options99 div:first-of-type, .sel98 .options98 div:first-of-type, .sel97 .options97 div:first-of-type {
    border-top:1px solid #eeeeee;
}

.sel99 .options99 div, .sel98 .options98 div, .sel97 .options97 div {
    transition: all 0.2s ease-out;
    z-index:99999;
    width:300px;
    font-size:16px;
    padding:10px;
    background-color: #7e52a1;
    color:white;
    border-bottom:1px solid #eeeeee;
    border-left:1px solid #eeeeee;
    border-right:1px solid #eeeeee;
    box-sizing:border-box;
}
.sel99 .options99 div:hover, .sel98 .options98 div:hover, .sel97 .options97 div:hover {
    background-color: white;
    color:black;
}
/* end wizard dropdown */



/* wizard.php */
.bdy-wizard {
    margin-top: -40px; padding-top:40px
}
.wizard-wrapper {
    padding: 14px;
    border: 1px solid #fe0000;
}
.wizard-wrapper .inline-4-12 .simpleinline {
    vertical-align: middle;
    margin-bottom: 15px;
}
.wizard-wrapper h1 {
    margin-top: 0;
    color: #fe0002;
}
.wizard-wrapper h2 {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}
.wizard-wrapper select {
    width: 100%;
    background: rgba(252,252,252,1);
    background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(100%, rgba(221,221,221,1)));
    background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dddddd', GradientType=0 );
    border-radius: 4px;
    padding: 5px 0px;
    margin-top: 5px;
}
.wizard-wrapper .inline-2-12 {
    border-radius: 50%;
    background: #ebebeb;
    color: #7a3e46;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 11px 0px;
}
.inline21 {
    border-right-width:1px;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, transparent), color-stop(0.5, #ffcccb), color-stop(0.5, #ffcccb), color-stop(1, transparent)) 0 100%;
    border-right-width: 1px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    margin-right: 10px;
    padding-right: 20px;
}
.inline22 {
    display: inline-block;
    width: 310px;
    border-right-width:1px;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, transparent), color-stop(0.5, #ffcccb), color-stop(0.5, #ffcccb), color-stop(1, transparent)) 0 100%;
    border-right-width: 1px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    margin-right: 20px;
    padding-right: 20px;
}
.inline23 {
    display: inline-block;
    width: 310px;
}
.view-product {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    text-align: center;
    background: #d9d9d9;
}
.view-product:hover {
    -webkit-filter: brightness(90%);
}

/* 3.php */
.shop-cll1 {
    vertical-align: top;
    width: 249px;
}
.shop-cll2 {
    vertical-align: top;
    width: 785px;
}

.filter-hdrhomepage {
    background: url('images/hdr-homepage.png');
    width: 320px;
    height: 32px;
    padding: 4px 10px 0px 10px;
    margin-bottom: -6px;
    margin-left: -36px;
    color: #a4001b;
    font-size:20px;
}

.filter-hdr {
    background: url('images/hdr.png');
    width: 260px;
    height: 32px;
    padding: 4px 10px 0px 10px;
    margin-bottom: -6px;
    margin-left: -31px;
    color: #a4001b;
    font-size:20px;
}


.filter-hdr1 {
    background: url('images/hdr-products.png');
    width: 260px;
    height: 32px;
    padding: 4px 10px 0px 10px;
    margin-bottom: -6px;
    margin-left: -31px;
    color: #fff;
}
.filter-hdr2 {
    background: url('images/hdr-handle.png');
    width: 260px;
    height: 32px;
    padding: 4px 10px 0px 10px;
    margin-bottom: -6px;
    margin-left: -31px;
    color: #fff;
}
.filter-hdr3 {
    background: url('images/hdr-bristle.png');
    width: 260px;
    height: 32px;
    padding: 4px 10px 0px 10px;
    margin-bottom: -6px;
    margin-left: -33px;
    color: #fff;
}
.filter-hdr3-1 {
    background: url('images/trim_type.png');
    width: 260px;
    height: 32px;
    padding: 4px 10px 0px 10px;
    margin-bottom: -6px;
    margin-left: -33px;
    color: #fff;
}
.filter-hdr4 {
    background: url('images/hdr-cost.png');
    width: 260px;
    height: 32px;
    padding: 4px 10px 0px 10px;
    margin-bottom: -6px;
    margin-left: -31px;
    color: #fff;
}

.filter-box-main {
    border: 1px solid #d5d5d5;
    background: white;
    padding: 10px 20px;
    border-top: 0px;
    width: 207px;
    font-size: 12px;
    margin-bottom: 15px;
}


.filter-box {
    border: 1px solid #d5d5d5;
    background: white;
    padding: 10px 20px;
    border-top: 0px;
    width: 207px;
    font-size: 12px;
    margin-bottom: 15px;
    max-height:95px;
    overflow-y: auto;
}

.filter-box::-webkit-scrollbar {
    -webkit-appearance: none;
}

.filter-box::-webkit-scrollbar:vertical {
    width: 11px;
}

.filter-box::-webkit-scrollbar:horizontal {
    height: 11px;
}

.filter-box::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.filter-box::-webkit-scrollbar-track { 
    background-color: #fff; 
    border-radius: 8px; 
} 



.filter-box .simpleinline {
    padding-right: 20px;
}
.filter-box input[type='checkbox'] {
    vertical-align: middle;
}
.box-border {
    border: 1px solid #f1f1f1;
    padding: 10px;
    margin-bottom: 10px;
}
.box-border a {
    color: #000;
    text-decoration: none;
}
.filter-hdr5 .inline-5-12 a {
    margin: 0px 5px;
    color: black;
}
.filter-hdr5 .inline-5-12 a span {
    display: inline-block;
    padding-right: 5px;
    margin-left: 10px;
    vertical-align: middle;
}
.filter-hdr5 .inline-5-12 a img {
    display: inline-block;

    vertical-align: middle;
}
.filter-hdr5 .inline-3-12 a {
    color: #fff;
}
.shop-inline {
    display: inline-block;
    width: 31.3333%;
    margin: 1%;
}
.shop-inline img {
    border: 1px solid #e6e6e6;
}
.product-name {
    display: inline-block;
    width: 50%;
    font-size: 13px;
    text-align: left;
}
.product-name a {
    color: #000;
    text-decoration: none;
}
.more-info {
    display: inline-block;
    width: 50%;
    font-size: 13px;
    text-align: right;
    vertical-align: top;
}
.more-info a {
    color: #000;
    text-decoration: none;
}
.more-info img {
    width: 8px;
    padding-left: 5px;
    vertical-align: middle;
}

/* 4.php */
.filter-main .inline-1-5 {
    vertical-align: middle;
}
.filter-main .inline-1-5:last-child {
    text-align: right;  
}
.filter-main .inline-1-5 img {
    width: 120px;
    border: 1px solid #e6e6e6;
}
.product-title {
    color: #000;
}
.product-invent {
    color: #7d7d7d;
}
.product-start {
    color: #7e7e7e;
}
.product-start span {
    color: #0b8902;
    font-weight: bold;
}
.product-view {
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    background: #19b900;
    color: #fff;
    font-weight: bold;
}
.product-view-table {
    display: inline-block;
    margin: 2px 0px;
    padding: 0px 10px;
    font-size: 12px;
    text-align: center;
    background: #19b900;
    color: #fff;
    font-weight: bold;
}
.product-view-table:hover, .product-view:hover {
    -webkit-filter: brightness(90%);
}


.hr-products {
    border: 0;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}


/* 4.php */

.filter-hdr6 {
    background: url('images/hdr-filters.png');
    width: 823px;
    height: 36px;
    padding: 0px;
    margin-bottom: -6px;
    margin-right: -33px;
    float:right;
    color: #fff;
}
.table-col1 {
    border-left: 1px solid #d3d3d3;
    width: 126px;
    height: 36px;
    line-height: 36px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.table-col2 {
    width: 206px;
    height: 36px;
    line-height: 36px;
}
.table-col3 {
    width: 126px;
    height: 36px;
    line-height: 36px;
}
.table-col4 {
    width: 126px;
    height: 36px;
    line-height: 36px;
}
.table-col5 {
    width: 206px;
    height: 36px;
    line-height: 31px;
}
.filter-hdr6 .table-col1, .filter-hdr6 .table-col2, .filter-hdr6 .table-col3, .filter-hdr6 .table-col4, .filter-hdr6 .table-col5 {
    height: 31px;
    line-height: 31px;
}  
.filter-hdr6 .table-col1 {
    border-left: 0px;
}
.filter-hdr6 .table-col5 {
    border-right: 0px;
}
.dark {
    background: #ededed;
}
.dark .simpleinline {
    vertical-align: middle;
}
.light {
    background: #f8f8f8;
}

.light .simpleinline {
    vertical-align: middle;
}
.table-col1, .table-col2, .table-col3, .table-col4, .table-col5 {
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    box-sizing: border-box;
}
.light .simpleinline:last-child, .dark .simpleinline:last-child {
    padding: 0;
}


/* category.php */
.cat-img {
    border: 1px solid #e7e7e7;
}
.cat-hdr {
    font-size: 18px;
    font-weight: bold;
    color: #484848;
}
.cat-hdr span {
    font-size: 24px;
    font-weight: bold;
    color: #058d00;
}
.cat-selects h2 {
    font-weight: normal;
    font-size: 14.9px;
    color: #494949;
    margin: 24px 0px 3px 0px;
}
.cat-selects select {
    width: 100%;
    background: rgba(252,252,252,1);
    background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(100%, rgba(221,221,221,1)));
    background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dddddd', GradientType=0 );
    border-radius: 4px;
    padding: 5px 0px;
    margin-top: 5px;
}

.double-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height:30px;
    //line-height: 30px;
}


.cat-overflow {
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

.cat-col1 {
    vertical-align: middle;
    width: 120px;
}
.cat-col2 {
    vertical-align: middle;
    width: 225px;
    color: #000;
    font-weight: bold;
}

.cat-col23 {
    vertical-align: middle;
    width: 90px;
    color: #7d7d7d;
}

.cat-col3 {
    vertical-align: middle;
    width: 105px;
    color: #7d7d7d;
}
.cat-col4 {
    vertical-align: middle;
    width: 105px;
    color: #7d7d7d;
}
.cat-col5 {
    vertical-align: middle;
    width: 105px;
    color: #7d7d7d;
}
.cat-col6 {
    vertical-align: middle;
    width: 115px;
    color: #7d7d7d;
}
.cat-col7 {
    vertical-align: middle;
    width: 73px;
    color: #7d7d7d;
}
.cat-col8 {
    vertical-align: middle;
    width: 112px;
    text-align: right;
}

.cat-col1 input {
    vertical-align: middle;
}
.cat-col1 img {
    width: 90px;
    border: 1px solid #f4f4f4;
    vertical-align: middle;
}
.cat-col6 span {
    font-size: 18px;
    font-weight: bold;
    color: #058d00;
}
.cat-col7 span {
    font-size: 14px;
    font-weight: bold;
    color: #181818;
}

.select {
    padding:5px;
    border-color:#f7d7d8;
    width:180px;
}

.addtocart {
    border: 0px;
    background: #787878;
    color: #fff;
    padding: 5px 10px;
    box-sizing:border-box;
    text-align: center;
    cursor: pointer;
    font-weight:bold;
    
}
.purple-button {
    border: 1px solid white;
    background: #7e52a1;
    color: #fff;
    padding: 5px 15px;
    box-sizing:border-box;
    text-align: center;
    cursor: pointer;
    border-radius: 11px;

}
.addtocart:hover, .purple-button:hover {
    -webkit-filter: brightness(90%);
}
.cat-table-head .simpleinline {
    color: #494949;
    font-size: 14px;
    font-weight: bold;
}
.cat-hdr {
    text-align: right;
}

/* details.php */
.filter-hdr8 {
    background: url('images/hdr-like.png');
    width: 260px;
    height: 32px;
    padding: 4px 10px 0px 10px;
    margin-bottom: -6px;
    margin-left: -33px;
    color: #fff;
}
.details-img img {
    border: 1px solid #dedede;
    box-sizing: border-box;
}
.details-inline {
    display: block;
    width: 80%;
    margin: 10px auto;
}
.details-inline img {
    border: 1px solid #e6e6e6;
}

.details-right {
    text-align: right;
}
.details-box {
    border: 1px solid #d5d5d5;
    background: #ededed;
    padding: 10px 20px;
    border-top: 0px;
    width: 205px;
    font-size: 12px;
    margin-bottom: 15px;
}
.price-pkg {
    color: #6a6a6a;
}
.price-pkg span {
    color: #078c00;
    font-size: 22px;
}
.price-sub {
    font-size: 12px;
}
.details-specs h2 {
    color: #f9694e;
    font-size: 19px;
    border-bottom: 1px solid #cccccc;
    padding: 5px 0px;
}
.justmobileh2 {
    display: none;
    color: #f9694e;
    font-size: 19px;
    border-bottom: 1px solid #cccccc;
    padding: 5px 0px;
}
.details-specs2 .inline-6-12:first-child {
    border-right: 1px solid #cccccc;
    box-sizing: border-box;
}
.darkrow {
    background: #f2f2f2;
    padding: 5px 0px;
    margin-right: 20px;
}
.whiterow {
    background: #fff;
    padding: 5px 0px; 
    margin-right: 20px;
}


.darkrow2 {
    background: #f2f2f2;
    padding: 5px 0px;
}
.whiterow2 {
    background: #fff;
    padding: 5px 0px; 
}
#img-m-container {
    min-height: 394px;
}
#m1, #m2, #m3 {
    cursor: pointer;
}
#m1:hover, #m2:hover, #m3:hover {
    -webkit-filter: brightness(97%);
}
.view-details {
    background: #e0e9ed;
    padding: 10px;
    display: none;
}
.view-details .inline-8-12 {
    border-right: 1px solid #cccccc;
}
.view-details-container {
    background: #fff;
    padding: 10px;
}
.view-details-container .simpleinline {
    vertical-align: middle;
}
.arrow-details {
    position: absolute;
    bottom: 0;
    left: calc(50% - 17px);
}
.product-line {
    position: relative;
    padding: 5px 0px;
    cursor: pointer;
}
.product-line:hover {
    background: #e0e9ed;
}
.spec-row {
    border-top: 1px solid #ccc;
    font-size: 0;
    padding: 5px;
}
.spec-row .simpleinline {
    width: 50%;
}

.viewcart-promo {
    background: #fff;
    padding: 15px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 15px;
}
.viewcart-promo a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

.scroll {
    width:100%;
    max-width: 487px;
    overflow-x: auto;
    box-sizing:border-box;
}

#promo-box {
    display: none;
    margin-top: 10px;
}
#promo-box input[type='text'] {
    width: 100%;
    margin: 10px 0px;
    padding: 10px 3%;
    background: #f0f1f3 none repeat scroll 0 0;
    border: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 4px;
    box-sizing:border-box;
}
#promo-box input[type='submit'] {
    background: #ed4f3e;
    padding: 10px 0px;
    border: 0px solid #3e8220;
    color: #fff;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    border-radius: 4px;
}

.summary-cll1 {
    width: 55%;
    text-align: left;
}
.summary-cll2 {
    width: 45%;
    text-align: right;
    font-weight: bold;
}


.justmobile {display: none;}

@media (max-width: 1150px) {
     #logo-layer,#homelink {
	display:none;
     }

}

@media (max-width: 1060px) {
    .topnavlink {
	padding-left: 24px;
    }
}


@media (max-width: 1023px) {
    .inline-1-12, .inline-2-12, .inline-3-12, .inline-4-12, .inline-5-12, .inline-6-12, .inline-7-12, .inline-8-12, .inline-9-12, .inline-10-12, .inline-11-12 {
        width: 100%;
        padding: 0;
        margin: 0 0 10px 0;
    }
    #hdr-container {
        background: rgba(174,174,174,1);
        background: -moz-linear-gradient(top, rgba(174,174,174,1) 0%, rgba(252,252,252,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(174,174,174,1)), color-stop(100%, rgba(252,252,252,1)));
        background: -webkit-linear-gradient(top, rgba(174,174,174,1) 0%, rgba(252,252,252,1) 100%);
        background: -o-linear-gradient(top, rgba(174,174,174,1) 0%, rgba(252,252,252,1) 100%);
        background: -ms-linear-gradient(top, rgba(174,174,174,1) 0%, rgba(252,252,252,1) 100%);
        background: linear-gradient(to bottom, rgba(174,174,174,1) 0%, rgba(252,252,252,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeaeae', endColorstr='#fcfcfc', GradientType=0 );
	    padding-top:0px;
    }
    #hdr-container, #topnav-container, #midline-container, #topline-container, .inline-index1 {display: none;}
    .simplecell, #hdr-mob{display: block;}

    #featured-layer, #category-padding {
	    padding: 0px 10px;
    }

    .header {
        font-size: 17px;
    }

    #ftr-mob {
        display:block;
        background-color:#8364a8;
        padding:10px 0px;
        color:white;
        line-height: 1.5;
    }

    #ftr-mob a {
        color: white;
        font-size: 18px;
    }

    #ftr-container, #ftr, .ftr2 {
        display:none;
    }

    .overlay-text {
        padding: 10px;
    }

    .category-header {
        margin-block: 0px;
        font-size:20px;
    }
    .tagline {
        font-size: 14px;
    }

    #sacred-heart {
        display:block;
        margin-right: unset;
        width: 100%;
        height: 47.35vw;
        margin-bottom: 10px;
    }
    #homepage-2 {
        display:block;
        margin-right: unset;
        width: 100%;
        height: 99.41vw;
    }
    .bg-text {
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90vw;
        height: 41vw;
    }

    .bg-text-top-1 {
        font-size: 17px;
    }

    .bg-text-top-2 {
        font-size: 27px;
        font-weight: bold;
    }
    .eqWrap {
        display: block;
    }

    .equalHM {
        width: 100%;
    }

    .equalHMtext {
        padding-bottom: 30px;
    }

    #newsletter-bg {
        height: 220px;
    }

    .product-wrapper-shop, #fcategory1, .fcategory {
	width: 100%;
        margin: 0px 0px 10px 0px;
	height:auto;
    }

    .product-wrapper {
        width: calc(50% - 20px);
        margin: 10px;
        box-sizing:border-box;
    }

    .product-wrapper img, .product-wrapper-shop img {
    	max-height:1000px;
    }


    #bdy-container {
        padding-top:10px;
    }

    #bdy {
        width: 100%;
        min-height: 0;
        padding: 5px;
	box-sizing:border-box;
    }
    #bdy2 {
	width: 100%;
        min-height: 0;
        padding: 5px;
        box-sizing:border-box;
    }

    .homepage-square {
	width: 50%;
	box-sizing:border-box;
    }

    /* forms */
    .formlabel, .formbox {
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    /* index.php */
    .inline-index3 {
        width: 100%;
        height: auto;
    }
    .inline-1-5 {
        width: 44%;
        margin: 3%;
        padding: 0;
    }
    .inline-half {
        width: 100%;
        margin: 5px 0px;
        padding: 0;
        text-align: left;
    }
    .inline-half .inline-4-12, .inline-half .inline-5-12 {
        text-align: left;
    }

    /* wizard.php */
    .bdy-wizard {
        margin: 0;
        padding: 0;
    }
    .inline21 {
        border: 0;
        padding: 0;
        margin: 0;
    }
    .wizard-wrapper .inline-container {
        text-align: left;
    }
    .inline21 .inline-2-12, .inline22 .inline-2-12, .inline23 .inline-2-12 {
        width: 50px;
    }


    /* products */
    .shop-cll1 {
        display: none;
    }
    .shop-cll2 {
        width: 100%;
    }
    .filter-hdr5 {
        display: none;
    }
    .filter-main .inline-1-5 {
        width: 100%;
        margin: 0;
    }

    /* 6.php */
    .cat-table-head {
        display: none;
    }
    .cat-col1, .cat-col2, .cat-col3, .cat-col4, .cat-col5, .cat-col6, .cat-col7, .cat-col8 {
        width: 100%;
        margin: 5px 0px;
        padding: 0;
        text-align: left;
    }
    .cat-hdr {
        text-align: left;
    }

    /* 7.php */
    .details-img .inline-4-12 {
        width: 32.6%;
        margin-right: 1.1%;
        vertical-align: top;
    }
    .details-right {
        text-align: left;
    }
    .whiterow, .darkrow, .whiterow2, .darkrow2 {
        width: 100%;
        margin: 0;
    }
    .details-specs h2 {
        margin: 10px 0px 0px 0px;
    }
    .details-specs2 .inline-6-12:first-child {
        border-right: 0px solid #cccccc;
        box-sizing: border-box;
    }
    .justmobileh2 {
        display: block;
    }
    .whiterow .simpleinline, .darkrow .simpleinline, .whiterow2 .simpleinline, .darkrow2 .simpleinline {
        margin: 5px 0px;
    }


    .justmobile {display: block;}
    .nomobile, .menulayer, #hdr2 {display: none;}
    #bdy3 {
	padding: 0px;
    }
    #home1, #home2, #home3 {
	text-align:left;
	padding:0px 5px 10px 5px;
    }
}

@media(max-width: 360px) {
    #img-m-container {
        min-height: 328px;
    }
}

#cvv {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.75;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
}
#cvv-wrapper {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 1002;
    border: 4px solid #ccc;
    width: 400px;
    margin: -100px 0 0 -150px;
    background: #fff;
}
#cvv-wrapper #iframe {
    height: auto;
    padding: 0;
}
.ytvid-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 35px; height: 0; overflow: hidden;
}

.ytvid-container iframe,
.ytvid-container object,
.ytvid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
