/* CSS Document */


/* Site Rebrand remove shop now for all css*/

.paymentpageHR2{
	margin-top: 55px;
}

.productthumbnails{
	visibility: hidden !important;
}

.previousNextButtons button,
button.addtocart,
.proceedToCheckouttop button,
.productDescriptionName:hover,
.sliderProductTitle:hover, 
button.updateQuantity,
button.delete,
button.clearcart,
button.showcartCheckout,
.checkout1CheckoutButtons button,
.checkout1Buttons button,
.navbar-toggle.collapsed {
	color: white !important;
	background-color: #193b68 !important;
}

.botb{
	background-color: #193b68;
}

.shopnow { /* shop now button on large left image on homepage */
    color: white;
    background-color: rgb(33, 52, 33)  !important;
    border: 1px solid rgb(33, 52, 33)  !important;
	transition: background-color 0.3s, border-color 0.3s, transform 0.3s; 
}
.btn-sm { /* shop now button on large left image on homepage */
    color: white;
    background-color: #193b68  !important;
    border: 1px solid #193b68  !important;
	transition: background-color 0.3s, border-color 0.3s, transform 0.3s; 
}

.shopnow:hover {
    background-color: #193b68  !important;
    border-color: #193b68  !important;
}
.btn-sm:hover {
    background-color: #356099  !important;
    border-color: #356099  !important;
}


 /* .sub-dropdown{
	display: none;
  } */


.orderButton {
    background-color: #000;
    border: none;
    color: white;
    padding: 15px 173px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    margin: 3% 0% !important;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer; /* Pointer cursor on hover */
    transition: all 0.3s ease; /* Smooth transition */
}

.orderButton:hover {
  background-color: #353434; /* Darker green on hover */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add a shadow on hover */
  transform: scale(1.05); /* Slightly increase size */
}

table.productTable {
    display: none;
}

.sbtnwide {
	color: #fff;
	background-color: #000 !important;
	border-color: #000 !important;
}

#priceBreaks {
	display: none;
}

.hideinventorycol {
	display: none;
}

.hideimageverify img {
	display: none;
}

/* BEGIN inventory table Styles */

#homepage .container {
	/* padding: 0 150px !important; */
	width: 100% !important;
}

.grid-item-header {
	background-color: rgb(239, 239, 239) !important;
}

.grid-container {
	margin: 0 auto;
	width: 100%;
	display: grid;
	grid-template-columns: auto auto;
	gap: 1px;
	
	padding: 1px;
}

.grid-item {
	/* background-color: white; */
	/* font-size: 16px; */
	text-align: center;
	padding: 5px;
}
#inventory {
	margin-bottom: 1lh;
}

.inventory-select-container {
	margin: 0 auto;
}
/* END inventory table Styles */


iframe#footer_disclaimer {
    margin: 20px auto -15px auto !important;
}


#largeLeftImage {
	width: 100% !important;
}

.sliderProductPrice {
	visibility: hidden !important;
}

#overlaylarge:after, #overlaysmall:after {
    background: none !important;
}

/*#itemlink img {
    max-width: 500px;
    margin-right: 110px;
}*/

.newproductsText {
    margin: 30px 0 -135px 0 !important;
}

.poNumrow {
	margin: -15px 0 0 -4px !important;
}
	
.specialInstructionsBox {
	margin: 30px 0 0 -3px !important;
}
	
.checkout1Buttons {
	margin-top: 165px !important;
}
	

#shoppingcartIcon > a {
	background-color: #193b68;
}

.homepageBanner {
    margin: 235px 0 40px 0;
}

tr.custom-option:first-child {
    visibility: hidden !important;
	margin-bottom: -50px;
}

.shopnow { /* shop now button on large left image on homepage */
	color: white;
	background-color:#231F20;
	border: 1px solid #231F20;
}

h1,h2,h3,h4,h5,p,a {
font-family: 'Ariel', 'Helvetica Neu', sans-serif !important;
}

table {
	border-color: transparent;
	border: none !important;
}

tr.custom-option:nth-child(3) {
	visibility: hidden;
}


.productDescriptionName:hover,
.sliderProductTitle:hover {
	color: white !important;
	background-color: #231F20;
}

.productDescriptionName {
	color: #231F20 !important;	
}

.productDescriptionPrice {
	color: #000000 !important;
}

.header {
	background-color: #231F20;
}

li #shopNowButton :hover  {
	color: #231F20;
}

.headerLogo img {
	width: 60% !important;
	 /*margin-bottom: 3% !important;*/
}

.icon-bar:hover {
    background-color:#ffffff;
}

.productCatView img{
    /* box-shadow: 0px 1px 5px 1px #d4d4d4; */
    margin-bottom: 15px;
}


.billmeRow {
    position: absolute;
    margin-top: -35px !important;
}

.checkoutButtons button.btn-sm {
	background-color: #000;
	color: #fff !important;
}

#shoppingcartIcon {
	margin-right: 0%;
}

#topnumofitems {
    color: white;
}

.shoppingcartIcon, .topnumofitems {
	margin: 4.5% 0 0 20px;
}

.headerLogo img {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto !important;
    padding-top: 0px !important;
	width: 25% !important;
	
}

.headerLogo {
    margin-left: auto;
    margin-right: auto;
    width: 25% !important;
}

.signinForm {
    width: 42% !important;
}

#homepage .homeContainer {
	margin: 0 auto;
	text-align: center;
}

.verifyorderClickProcessOrderMessage {
	text-align: center !important;
	color: #595959;
	margin-top: -35px;
	font-size: 20px;
	width: 100%;
	position: relative;
	display: inline-block;
}

.verifyorderConfirmOrderTitle {
	text-decoration: underline;
	font-size: 30px;
	text-align: center;
	margin-top: -34px;
	font-weight: bold;
	color: #000;
}

.allotmentavailable {
	position: relative !important;
	margin: 0 !important;
	display: none;
}

.searchtd {
	margin: 0 50px 0 28px;
}

#topmain {
    background-color: #193b68;
    color: #ffffff;
}

#topmaintable {
	width: 99%;
	margin-top: -83px;
}

#topmaintabletd1 {
	display: none;
}

.navbar {
	margin-top: 0% !important;
}

/* #shopNowButton a:hover {
    color: #231F20;
} */

li.nav-item>a #shopNowButton>a:hover {
    background-color: #231F20 !important;
}

ul.dropdown-menu>li>a {
    color: #000000;
    text-decoration: none;
}

ul.dropdown-menu>li>a:hover {
    color: #ffffff;
    background-color: #231F20;
    text-decoration: none !important;

}

.amountavailable.republic {
	margin-right: 0px;
	font-size: 14px;
}

#topbar2td1 {
	margin-top: -50px !important;
}

.checkout1CheckoutButtons {
	margin: 20px 0 0 0;
}

#check1CheckoutButtons {
	margin: 80px 0 0 8px !important;
}

.checkout1-billing, .checkout1-ship {
	width: 100% !important;
}

.bemail{
	visibility: visible !important;
}

.checkout1-ship{
	visibility: visible !important;
	margin-left: -58%;
}

 .billinginfo {
    visibility: hidden !important;
} 



.checkout1ShippingAddressTable {
	margin: -42px 0 -59px 610px !important;
}

.creditcard {
	position: absolute;
	margin-top: 2px;
}

.giftcertTable {
	margin-top: -60px !important;
	margin-bottom: -50px !important;
}

.giftcertificates {
	margin-top: 76px !important;
}

.verifyorderCheckoutForm {
	margin-top: -124px;
}

.checkoutbuttons {
	margin-top: 160px;
	margin-bottom: 0px;
	display: inline-flex;
}

.checkoutbuttons.checkout1 {
	margin-top: 85px !important;
}

.specialinstructionsrow {
	margin: 71px 0 0 0;
	position: absolute;
}

.billmerow {
	margin-top: 60px;
}

.sliderProductTitle {
	font-weight: 700 !important;
}

@media only screen and (max-width : 600px) {

	
tr.custom-option:first-child {
	margin-top: -19px;
	position: absolute;
}

tr.custom-option:nth-child(2) {
	margin-top: 17px;
	position: absolute;
}

tr.custom-option:nth-child(3) {
	margin-top: 70px;
	position: absolute;
}
.productsTableCatView .row {
	margin-bottom: 60px;
}

/*.amountavailable {
	display: none;
}*/

  .orderButton {
    margin-top: 90px !important;
    padding: 10px 32px !important;
    font-size: 15px !important;
  }

#homepage .btn,
#giftcards .btn {
	background-color: #1c1c1c;
	color: #FFF !important;
	border: 0 !important;
}

button.btn-sm {
	background-color: #1c1c1c;
	color:#fff !important;
}

button.btn-sm:hover {
	color: 000;
	background-color: #c5c5c5;
}

#maintable .addcardBtn a {
	color: white !important;
}

#maintable .addcardBtn a:visited {
	color: white !important;
}

button.btn-sm:disabled {
	background-color: lightgray;
	color: black;
}

/* contact.html - custom HTML footer page */

#contactHTML .top-title h1 { color: #000; }

#contactHTML .top-title a { color: #1c1c1c; }

#contactHTML .customer-service-phone a { color:#1c1c1c; }

#contactHTML .customer-service-phone span {color: #1c1c1c;  }

#contactHTML .contact-hours { color:#58595B; }	

#contactHTML .contact-name { color: #1c1c1c; }

#contactHTML .contact-email a { color: #1c1c1c; }

#contactiFrame {
	margin-top: -60px;
	min-height: 1500px !important;
}

#contactHTML .top-title h1 {
	margin-top: -45px !important;
}

#contactHTML .main-container {
	margin-top: 30px !important;
}

.contactInformation {
	margin: 6% 0 0 0 !important;
}

.section-2 {
	width: 100%;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 0;
}
.here-to-help-text text{
	color: #58595B;
	font-size: 20px;
	width: 100% !important;
	margin: 0 0 0 0 !important;
}

.section-3 {
	position: absolute !important;
	display: inline-block !important;
	vertical-align: top !important;
	width: 50% !important;
	overflow: visible !important;
}
.contactClickDimensionsForm {
	margin: 0 0 0 21% !important;

}
.fill-out-form-text {
	color: #58595B;
	font-size: 20px;
	width: 100% !important;
	margin: 60px 0 0 0 !important;
}
.section-1 {
	text-align: center;
	margin-bottom: 0px !important;
}

/* customproducts.html */

#customProductsHTML .top-title h1 {

	color: #1c1c1c !important;
}
/*viewitem page*/
.view-item-img-holder {
    float: left!important;
    width: 100% !important;
    text-align: right!important;
    margin-right: 50px !important;
}
.productthumbnails {
	width: 100% !important;
}

.view-item-details-holder {
	margin: auto !important;
}
.view-item-details-holder > .head1 {
	font-size: 32px;
}
.suggestHolder {
	width: 100% !important;
	float: none !important;
}
.suggestedItemText {
	clear: both;
}
.suggestedItemText > div{
	padding: 5px 8px 3px 8px;
}
.suggesta > a {
	text-decoration: none !important;
}
.suggesta {
	border-radius: 20px; 
}

.suggesthead {
	transition: 0.4s;
}
.suggesthead:hover {
	color: white !important;
}
/* .suggesta:hover {
	color: white !important;
	background-image: linear-gradient(to right, #772b8f , #231F20);
	text-decoration: none !important;
} */

/* top.html */

.propertyText,
.propertySelector {
	display: inline;
}

.propertySelector {
	margin: -3px 0 0 -26px;
}

@media only screen and (max-width : 1150px) {}

@media only screen and (max-width : 1024px) {}

@media only screen and (max-width : 990px) {}

@media only screen and (max-width : 768px) {
    .headerLogo img {
        margin-left: auto !important;
    }
}

@media only screen and (max-width : 600px) {}

@media only screen and (max-width : 500px) {}

@media only screen and (min-width : 769px) {}

@media only screen and (max-width : 460px) {
    .headerlogo {
        float: none !important;
    }    
}

@media only screen and (min-width : 460px) and (max-width : 679px) {}

@media only screen and (min-width : 768px) and (max-width : 1024px) {}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}

@media only screen and (max-width : 1150px) {}

@media only screen and (max-width : 1024px) {}

@media only screen and (max-width : 990px) {}

@media only screen and (max-width : 768px) {}

@media only screen and (max-width : 600px) {}

@media only screen and (max-width : 500px) {}

@media only screen and (min-width : 769px) {}

@media only screen and (max-width : 460px) {}

@media only screen and (min-width : 460px) and (max-width : 679px) {}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .headerlogo {
        margin-left:auto !important;
    }    
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}


@media only screen and (min-width: 1024px) and (max-width: 2000px) {
		.headerlogo {
			margin-left:auto !important;
		}

		.headerLogo img {
			margin-top: 6% !important;
            margin-left: 8% !important;  
			margin-bottom: 3% !important;          
		}

		.signinForm {
				width: 43%;
			}

}

/* @media only screen and (min-width: 1080px) and (max-width: 1294px) {
    .headerLogo img {
        margin-top: 72px !important;
    }    
} */

@media only screen and (min-width: 770px) and (max-width: 1080px) {
    /* .headerLogo img {
        margin-left: auto !important;
    } */
    
    #searchtdSmall {
        width: 40% !important;
        max-width: 50% !important;
        float: right;
        margin-top: 0px !important;
        margin-left: 0px !important;
        margin-right: 50px !important;
        padding: 60px 0 0 0 !important;
    }

    #searchtdSmall input {
        margin-top: 0px !important;        
    }

    #searchtdSmall input[type=image]{
        top: -2.8em !important;
    }
    .headerLogo {
        width: 45vw !important;
        margin-left:auto !important;
    }    

    .headerLogo img {
        margin-top: calc(55px + (100px - 7vw)*0.3) !important;
        margin-left: auto !important;            
    }
}

@media only screen and (max-width: 1478px) {
    #shoppingcartIcon,#topnumofitems {
        display: none;
    }
    #searchtdSmall {
        float: right;
    }
}

@media only screen and (max-width: 770px){
    #searchtdSmall {
        width: 100% !important;
        float: none;
        margin-top: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding: 0 0 0 0 !important;
    }
    .headerLogo {
        padding-top: 50px;
        width: 100% !important;
        float: none !important;        
    }    
    .headerLogo img {
        display: block;
        width: auto !important;
        float: none !important;        
        margin-left: auto;
        margin-right: auto !important;
    }    
}

/* @media only screen and (max-width: 770px) and (orientation: portrait){
    .headerLogo {
        margin-left: 10vw;
    }
} */

.sbtnwide {
	color: #fff;
	background-color: #000 !important;
	border-color: #000 !important;
}
}