/* Bootstrap customize */

/* Primary text color */
a,
.page-link {
	color: #00AB8E;
}
.text-primary,
.btn-outline-primary,
a.text-primary:focus,
a.text-primary:hover {
	color: #00AB8E !important;
}


/* Primary background color */

.btn-primary,
.btn-outline-primary.active,
.btn-outline-primary:hover,
.btn-outline-primary:active,
.bg-primary,
.page-item.active .page-link,
.dropdown-item.active, 
.dropdown-item:active,
.list-group-item.active {
	background-color: #00AB8E !important;
	color: #FFFFFF !important;
	z-index: 0!important;
	border-color: #00AB8E !important;
}
.btn-primary:hover {
	background-color: #00AB8E !important;
}

/* Primary border color */

.btn-primary,
.btn-primary:hover,
.btn-outline-primary,
.page-item.active .page-link,
.border-primary {
	border-color: #00AB8E !important;
}
.btn-primary:focus
{
	  outline: 0;
    box-shadow: 0 0 0 0.4rem rgba(1, 104, 84,.3);
}
/* info background color */

.btn-info,
.bg-info,
.alert-info {
	background-color: #64BED8 !important;
}

/* Customizing forms */

.hideme {
	display: none;
}

/*change toggle switch color*/
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #00AB8E !important;
    background-color: #00AB8E !important;
}

.request-preview .fas, 
.shipment-preview .fas {
	color: #00AB8E !important;
}

.bg-grey {
    /*background-color: #8B4513;*/
    background-color: #696969 !important;
    color: #FFFFFF !important;
    z-index: 0 !important;
    border-color: #696969 !important;
}

.bg-brown {
	/*background-color: #8B4513;*/
	background-color: #8B4513 !important;
    color: #FFFFFF !important;
    z-index: 0 !important;
    border-color: #8B4513 !important;
}

#title_popOver {
    background-color:#ffc107!important;
    padding: 5px;
    /*color:#fff;*/
}

 /*#64BED8 !important;*/

.bg-beige {
 	background-color: #cdb891 !important;
    color: #000 !important;
    z-index: 0 !important;
    border-color: #8B4513 !important;
}

.bg-yellow {
 	background-color: #FFFF99 !important;
    color: #000 !important;
    z-index: 0 !important;
    border-color: #8B4513 !important;
}

.ship_style .bg {
    background-color: rgb(228, 228, 228);
}

.ship_style .btn-dark {
    background-color: #00a88e;
    border: none;
}

.ship_style.btn-light {
    background-color: #00a88e;
    border: none;
}

.ship_style .activeBtn {
    background-color: #efefef;
    color:#000;
    font-weight:700;
}

.ship_style .activeBtn:hover {
    background-color: #efefef;
    color:#000;
}

.ship_style .blue {
    background: none;
    border: none;
    background-color: #cae6ef !important;
}

.ship_style #expreess:focus,
.ship_style #special_instruction:focus {
    outline: 0;
    box-shadow: 0 0 0 0.4rem rgba(0,123,255,.5);
}

.ship_style .custom-control-input:checked ~  .custom-control-label::before {
    color: #fff;
    border-color: #64BED8 !important;
    background-color: #64BED8 !important;
}

.ship_style .custom-control-label::before, 
.ship_style .custom-control-label::after {
    top: .1rem;
    width: 1.45rem;
    height: 1.45rem;
    right: 2px;
}

.ship_style .second-nav{
    top: 60px;
}

.border-3 {
    border-width:3px !important;
}

.home-btn-block {
    display: block;
    width: 48%;
    border: none;
    background-color:#00a88e;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
}

.home-btn-block:hover {
    background-color: #343a40;
    color: rgb(255, 255, 255);
}

.row-height-home {
    line-height: 30px;
}

#copy-con {
    display: grid;
}

#copyRight {
    align-self: end;
}


#copy-con {
    height: 150px;
    /*background: #000;*/
    color: #00a88e;
    padding: 10px;
    font-family: sans-serif;
}

#copyRight {
    height: 50px;
    width: 100%;
    /*background: #00a88e;*/
    text-align: right;
    vertical-align: middle;
    line-height: 50px;
}

.home-warehouse-btn {
    display: block;
    width: 48%;
    border: none;
    background-color:#000000;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
}

.home-warehouse-btn:hover {
    background-color: grey;
    color: rgb(255, 255, 255);
}

.message-row {
    /*background-color: #fff494; */
    padding: 5px; 
    line-height: 20px;
    background-color: rgb(201, 36, 36);
    color: white;
}

.ui-autocomplete-loading { 
    background: url('http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/images/ui-anim_basic_16x16.gif') no-repeat right center 
}

.bg-blue {
    background-color: #1446ea;
}

.scan-int-btn-block {
    display: block;
    width: 100%;
    border: none;
    background-color:#00a88e;
    color: white;
    padding: 5px 5px;
    cursor: pointer;
    text-align: center;
}

.scan-int-btn-block:hover {
    background-color: #343a40;
    color: rgb(255, 255, 255);
}

/* -=Gallery page css begin=-*/


    .divider-gal {
		width: 48px;
		height: 5px;
		background: var(--swissred);
		margin: 1rem auto 0;
    }

    /* ── Grid ── */
    .gallerypage-grid {
		padding: 1.5rem 1.5rem 4rem;
		max-width: 1600px;
		margin: 0 auto;
    }

    .gallerypage-item {
		position: relative;
		overflow: hidden;
		cursor: pointer;
		border-radius: 10px;
		aspect-ratio: 3 / 2;
		background: #d9d3cc;
    }

    .gallerypage-item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
		transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94),
					filter 0.55s ease;
		will-change: transform;
    }

    .gallerypage-item::after {
		content: '';
		position: absolute;
		inset: 0;
		background: linear-gradient(160deg, transparent 55%, rgba(184, 149, 90, 0.18));
		opacity: 0;
		transition: opacity 0.4s ease;
		pointer-events: none;
    }

    .gallerypage-item:hover img {
		transform: scale(1.07);
		filter: brightness(0.88) contrast(1.05);
    }

    .gallerypage-item:hover::after {
		opacity: 1;
    }

    .gallerypage-item .zoom-icon {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -40%);
		opacity: 0;
		transition: opacity 0.35s ease, transform 0.35s ease;
		color: #fff;
		font-size: 1.5rem;
		pointer-events: none;
		line-height: 1;
    }

    .gallerypage-item:hover .zoom-icon {
		opacity: 0.85;
		transform: translate(-50%, -50%);
    }

    /* ── lightboxgallery ── */
    #lightboxgallery {
		display: none;
		position: fixed;
		inset: 0;
		z-index: 9999;
		background: rgba(20, 18, 15, 0.92);
		align-items: center;
		justify-content: center;
		padding: 1.5rem;
		animation: fadeIn 0.25s ease;
    }

    #lightboxgallery.active {
		display: flex;
    }

    @keyframes fadeIn {
		from { opacity: 0; }
		to   { opacity: 1; }
    }

    .lightboxgallery-inner {
		position: relative;
		max-width: min(92vw, 1100px);
		max-height: 90vh;
		animation: scaleIn 0.3s cubic-bezier(0.34, 1.4, 0.64, 1);
    }

    @keyframes scaleIn {
		from { transform: scale(0.88); opacity: 0; }
		to   { transform: scale(1);    opacity: 1; }
    }

    .lightboxgallery-inner img {
		display: block;
		max-width: 100%;
		max-height: 88vh;
		object-fit: contain;
		border-radius: 2px;
		box-shadow: 0 40px 100px rgba(0,0,0,0.55);
    }

    .lightboxgallery-close {
		position: absolute;
		top: -42px;
		right: 0;
		background: none;
		border: 1px solid rgba(255,255,255,0.35);
		color: #fff;
		width: 32px;
		height: 32px;
		border-radius: 50%;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1rem;
		transition: background 0.2s, border-color 0.2s;
		line-height: 1;
    }

    .lightboxgallery-close:hover {
		background: rgba(255,255,255,0.12);
		border-color: rgba(255,255,255,0.7);
    }

    /* ── Responsive ── */
    @media (max-width: 991.98px) {
		.col-gallerypage { flex: 0 0 50%; max-width: 50%; }
    }

    @media (max-width: 575.98px) {
		.col-gallerypage { flex: 0 0 100%; max-width: 100%; }
    }
/* -=Gallery css end=-*/