@import url("https://fonts.googleapis.com/css?family=Jost:ital,wght@0,300;0,400;0,700;1,400&display=swap");

body, input, select, textarea {
		color: #777;
		font-family: "Jost", sans-serif;
		font-size: 16pt;
		font-weight: 500;
		line-height: 1.65em;
		letter-spacing: -0.015em;
	}
.ApptHeader {
    font-size: 2em;
}
.GuestTitles {
    font-size: 2em;
    font-weight:normal
}
/*CATALOG --------------------------------------------------------------------*/
.CatFooter, .ShopHeaderLogo, .ShopHeaderCompany, .ShopFooter {
    display: none;
}    

    .shopBody *{
        color:#5b5b5b;
    }
    /*.shopBody {
        height:1500px;
    }*/
    #TxtInstruct {
        width:95%

    }
   
    .shopCatGroup {
	    background-color: transparent;
    }
     .shopCatGroup a, #shopCart a {
        color: #5b5b5b;
		border-bottom: solid 1px rgba(128, 128, 128, 0.15);
		text-decoration: none;
		-moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	}

	.shopCatGroup a:hover, #shopCart a:hover {
		color: #ef8376;
		border-bottom-color: transparent;
	}
 
    .shopCatGroup a, .shopCatGroup a:link, .shopCatGroup a:visited {
        color: #5b5b5b;
    }
      .shopCatGroup a:hover, .shopCatGroup a:link:hover, .shopCatGroup a:visited:hover {
        color: #5b5b5b;
    }
    #shopSort {
        padding-top:1em;
        text-align:left;
        float: left;
    }
#LblCatName {
    color: #5b5b5b !important;
}
#shopSearch {
    float: left;
    padding: 1em 1em 0 0;
}
    #TxtSearch {
        float: left;
        margin-right: 5px;
    }
    #BtnSearch {
        float: right;
        margin: 2px;
    }
    #shopSearch span {
        display:block;
        text-align:left;
    }

    .shopCatGroup {
        text-align:right;
    }

    .ShopPriceDiv {
        border:initial;
        background:initial;
    }

    .shopItemDesc {
        max-height:initial !important;
    }

/*GIFT --------------------------------------------------------------------*/

.GiftFormTitles {
    margin-top:20px
}
.GiftFormBody {
    BACKGROUND-COLOR: transparent;
    font-weight: 300;
    width: 100%;
}
    #PnlBuyGift {
        padding:0;
    } 

    .GiftFormBody h2, .GiftFormBody .GCLabel, .GiftFormBody #CbxOptIn{
        font-weight:400;
    }

/*GUESTBOOK --------------------------------------------------------------------*/

    .GuestFormBody {
         background-color: transparent;
    }
#PnlReturn a {
    color: #777 !important;
}

#BtnSave {
    width: 254px !important;
    font-weight: bold;
}

/*BUTTONS --------------------------------------------------------------------*/

.mainButton, input[type="button"], input[type="submit"], .ShopPriceDiv .cartBut, .cartBut {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    border-radius: 6px;
    border: 0;
    cursor: pointer;
    padding: 0 2em;
    /*font-family: "Jost", sans-serif;*/
    display: inline-block;
    font-weight: 400;
    line-height: 3em;
    padding: 0 2em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
p, p strong, p em, p span, input[type="text"], select, textarea, .GBLabel, label {
    font-family: "Jost", sans-serif;
}

.mainButton:hover, input[type="button"]:hover, input[type="submit"]:hover {
        background-color: #a9a9a9;
}
#RblDenominations + input[type="button"], #BtnShowDesigns, #BtnCheckout, #JITDesignPreview,  #BtnChange, #BtnPurchase, .GiftFormBody .mainButton    {
    font-weight:400;
    font-size:initial;
}
/*FORMS --------------------------------------------------------------------*/


input, textarea, select {
	font-size: 15pt;
	line-height: 1.85em;
	
	font-weight: 300;
}

form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		-webkit-appearance: none;
		display: block;
		border: 0;
		background: #fafafa;
        color:#000;
		border-radius: 0.5em;
		border: solid 1px #E5E5E5;
		padding: .2em;
		-moz-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
		-webkit-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
		-ms-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
		transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			background: #fff;
			border-color: #df7366;
		}

	form input[type="text"],form input[type="text"], form input[type="email"], form input[type="password"], form select
	form input[type="email"],
	form input[type="password"],
	form select {
		/*line-height: 1em;*/
	}

	form textarea {
		min-height: 9em;
	}

	form ::-webkit-input-placeholder {
		color: #555 !important;
	}

	form :-moz-placeholder {
		color: #555 !important;
	}

	form ::-moz-placeholder {
		color: #555 !important;
	}

	form :-ms-input-placeholder {
		color: #555 !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}


    .icon {
		text-decoration: none;
	}

		.icon:before {
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}

		.icon > .label {
			display: none;
		}



/*MEDIA QUERIES --------------------------------------------------------------------*/

    /* Wide */

	@media screen and (max-width: 3000px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 14pt;
				line-height: 1.75em;
			}

		/* Carousel */

			.carousel {
				padding: 1.5em 0 1.5em 0;
			}

				.carousel .reel {
					padding: 0 1.5em 0 1.5em;
				}

				.carousel article {
					width: 18em;
					margin: 0 1.25em 0 0;
				}

	}

/* Normal */

	@media screen and (max-width: 1280px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 12pt;
				line-height: 1.5em;
			}

		/* Wrapper */

			.wrapper {
				padding-left: 2em;
				padding-right: 2em;
			}

		/* Header */

			#header {
				background-attachment: scroll;
			}

				#header .inner {
					padding-left: 2em;
					padding-right: 2em;
				}

		/* Banner */

			#banner {
				padding-left: 2em;
				padding-right: 2em;
			}

		/* Footer */

			#footer {
				padding-left: 2em;
				padding-right: 2em;
			}

	}

/* Narrow */


/* Narrower */

	@media screen and (max-width: 840px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 13pt;
				line-height: 1.65em;
			}

			.tweet {
				text-align: center;
			}

			.timestamp {
				display: block;
				text-align: center;
			}

		/* Footer */

			#footer {
				padding: 4em 2em 4em 2em;
			}

		/* Carousel */

			.carousel {
				padding: 1.25em 0 1.25em 0;
			}

				.carousel article {
					width: 18em;
					margin: 0 1em 0 0;
				}

	}

/* Mobile */

	#navPanel, #titleBar {
		display: none;
	}

@media screen and (max-width: 736px) {

    /* Basic */

    html, body {
        overflow-x: hidden;
    }

    body, input, textarea, select {
        font-size: 12.5pt;
        line-height: 1.5em;
    }

    h2 {
        font-size: 1.75em;
    }

    h3 {
        font-size: 1.25em;
    }

    hr {
        top: 3em;
        margin-bottom: 6em;
    }

    #shopSort{
        clear:left;
       
    }

}


@media screen and (max-width: 480px) {


    #TxtSearch {
        width:89%;
    }
    #BtnSearch {
        width:100%;
    }
}