/* Commen css */
*
{
    padding: 0px; 
    margin: 0px;
} 
@font-face {
    font-family: Futura PT;
  src: url(../fonts/futura-pt-book.otf);
}


@font-face {
    font-family: 'Silk Serif';
    src: url('../fonts/Silk Serif ExtraLight.otf');
}
body 
{
	font-family: 'Futura PT' !important;
	font-family: "Libre Baskerville", serif !important;
	font-size: 14px;
	color: #000;
	background-color: #fff;
  line-height: 25px;
	font-weight: 500;
    letter-spacing:1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p, span 
{
  line-height:30px;
  margin: 0px !important;
  padding: 0px;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6, .hclass 
{
font-family: 'Silk Serif';

	font-family: "Libre Baskerville", serif !important;
	font-weight: 300;
  margin-bottom: 1rem !important;
  letter-spacing: 2.4px;
    color: #000;
}

h1, .hclass {
  font-size:35px;
line-height:1.3;
  }

h2 
{
    font-size: 30px;
  letter-spacing: 2px;
  color: #000;
}

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 12px; }

a 
{
  color: #000;
	text-decoration: none;
}

a:hover 
{
  color: #777;
  text-decoration: none; 
    transition: all 0.4s;
}
.bold-text{
	line-height:3rem;
}
.btn-primary {
  background-color: #242424;
  border: 1px solid #000000; }

.btn-primary:hover {
  background-color: #000000;
  border: 1px solid #242424; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  background-color: #000000;
  border: 1px solid #242424; }

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 36, 36, 0.5); }

.paddl0 {
  padding-left: 0px; }

.paddr0 {
  padding-right: 0px; }

.paddlr0 {
  padding-left: 0px;
  padding-right: 0px; }

.row-padd-t {
  padding-top: 30px; }

.row-padd-b {
  padding-bottom: 30px; }

.row-padd-tb {
  padding-top: 30px;
  padding-bottom: 30px; }

img 
{
    max-width:100%;
    height:auto;
}
.btn-check:focus + .btn, .btn:focus 
{
  outline: 0;
  box-shadow: 0 0 0 .0rem rgba(13,110,253,.0) !important;
}

/* commen css */

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 12px;
    text-transform: uppercase;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
    font-size: 14px;
	text-transform: uppercase;
}
.dropdown-item:hover, .dropdown-item:focus 
{
  color: #16181b;
  text-decoration: none;
    background-color: transparent;
 transition: all 0.4s;
}
.item-box:hover,
.item-box:focus
{
      background-color: #f8f9fa;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus
{
  color: rgba(0, 0, 0, 0.7);
      transition: all 0.4s;
}

.dropdown-menu 
{
  font-size: 15px;
  margin: 0px auto;
  background-color: #ddd;
}
.icon
{
    font-size:20px;
   color: #000 !important;
    transition: all 0.4s;
} 
.icon-1
{
     font-size:17px!important;
}
.icon:hover
{
     color: #777!important;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.search-background
{
   background-color: #eeeeee;
}
.serch-btn
{
    border-radius: .25rem!important;
}
.navbar-expand-lg .navbar-nav .nav-link 
{
    padding-right: .6rem;
    padding-left: .6rem;
  }
#serfrm 
{
  position: absolute;
 right: 115px;
  z-index: 24;
}
.dropdown-menu.show.row
{
  display: flex;
}
.event-head::after
{
    width:5%!important;
}
/*.stock-head::after,.event-head::after
{
  content: "";
  display: block;
  width: 10%;
  height: 1px;
  background-color: #100815;
}*/
.stock-head, .event-head
{
  font-size: 14px!important;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-family: 'Futura PT' !important;
	
	font-family: "Libre Baskerville", serif !important;
}
.offwhite
{
  background-color: #f2f2f2;
}
.text-content
{
  position: relative;
  width: fit-content;
  margin-left:auto;
  margin-right:auto;
  transition: all 1s ease-in-out !important;
}
.text-content:hover {
  width: 100%;
  transition: all 1s ease-in-out !important;
}
.pro-info {
  position: absolute;
  top:50%;
  color: #fff;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 2.4px;
}
.pro-info .bottomborder {
  border-bottom: 1px solid #fff;
}
.pro-info span, .pro-info .div {
  color: #fff !important;
  font-size: 12px;
  letter-spacing: 2.4px;
    text-transform: uppercase;
}

.image::after, .image::before {
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.image::after {
  content: '\A';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
}
.image::before {
  content: attr(data-content);
  width: 100%;
  color: #fff;
  z-index: 1;
  bottom: 0;
  padding: 4px 10px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.image {
  position: relative;
}
.item-name {
  font-size: 15px !important;
  text-transform: uppercase;
  line-height: 22px;
  color: #000 !important;
     font-size: 12px!important;
 
  letter-spacing: 2.4px;
}
.image:hover::after, .image:hover::before, .pro-info:hover + .image::before, .pro-info:hover ~ .image::after {
  opacity: 0.7;
}
.text-content:hover .pro-info, .pro-info:hover {
  transition: all 0.4s;
  display: block !important;
}
.items-price
{
   font-size: 12px;
  letter-spacing: 2.4px;
    color: #000!important;
}
.view-btn 
{
  text-align: center;
  margin: 0 auto;
 background-color: transparent;
  border-radius: 0px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
  transition: all 0.4s;
    padding: 0.5rem 2rem;
}

.view-btn:hover 
{
  background-color: #000;
  color: #fff;
}
/*.about-info::after
{
  content: "";
  display: block;
  width: 34%;
  height: 1px;
  background-color: #100815;
  margin: 0 auto;
}*/
.about-info
{
  font-size: 14px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000; 
}
.img-border
{
    border: 1px solid #000;
    padding: 10px;
}
.silkserif-light-large {
  font-family: 'Silk Serif';
  
	font-family: "Libre Baskerville", serif !important;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 40px;
}
.subspop .bi-chevron-down {
	background: #f2f2f2 !important;
	padding: 3px 3px 0px 4px;
}
.subspop {
  position: sticky;
  z-index: 10000;
  bottom: 0;
  background: #fff;
  border-top: #f2f2f2 5px Solid;
}
.product-sticky {
    position:sticky; 
    top: 0;
   /* height: 100vh;
    overflow-y: scroll;*/
	padding-bottom:20px;
}

.btn-minimize{ cursor:pointer;}
.sd {
	position: absolute;
	z-index: 5;
	background: #707070;
	color: #fff;
	padding: 10px 15px;
	font-family: 'Futura PT Book';
	
	font-family: "Libre Baskerville", serif !important;
}
.newsheadr {
  font-family: 'Silk Serif';
  
	font-family: "Libre Baskerville", serif !important;
  padding: 0px;
  color: #242424;
  font-weight:500;
  margin-bottom: 1rem !important; 
  font-size: 40px;
  letter-spacing: 3px;
}
.bottomborder 
{
  border-bottom: 1px solid #000;
  font-size: 14px !important;
   font-family: 'Futura PT' !important;
   
	font-family: "Libre Baskerville", serif !important;
    color:#242424!important;
	display:inline-block;
}
.btn-primary-blk {
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 0;
  color: #FFF!important;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-family: 'Futura PT';
  
	font-family: "Libre Baskerville", serif !important;
}
.subinput 
{
  font-family: 'Futura PT';
  
	font-family: "Libre Baskerville", serif !important;
  font-size: 14px;
}
.input-group input
{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-control
{
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.black
{
  background-color: #000;
  color: #fff !important;
}

.ft-header
{
    font-size: 12px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
.ft-subtext, .ft-subtext a 
{
  font-size: 12px;
  text-transform: uppercase;
 letter-spacing: 2.4px;
  color: #fff !important;
    line-height: 28px!important;
} 
.sub-btn
{
    border-radius: 0px;
    border: 1px solid #fff!important;
    text-transform: uppercase;
    font-size: 12px;
  padding: 9px 25px;
}
.ft-icon
{
    font-size: 25px!important;
}

.ep{ color:#444;}
.dp{ color:#666;}

.highslide img {
	border: 0px solid silver;
}
.infosec .border-bottom{
	padding:8px 0;
}






/***********Slick Slider style start**************/
.js .slider-single > div:nth-child(1n + 2) {
  display: none;
}

.js .slider-single.slick-initialized > div:nth-child(1n + 2) {
  display: block;
}
/*#page img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}*/
.custom-slide {
  padding: 15px 5px 0 5px;

  height: 200px;
  object-fit: cover;
  box-shadow: 5px 5px 5px #dedede76;
  margin-right: auto;
  margin-left: auto;
}

.slider-single h3 {
  line-height: 10rem;
}

.slider-nav .slick-slide {
  margin: 20px 5px;
}

.slider-nav .slick-slide {
  margin: 20px 5px;
}
.slick-prev::before, .slick-next::before {
	font-family: 'slick';
	font-size: 30px;
	line-height: 1;
	opacity: 1;
	color: grey;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/***********Slick Slider style END**************/

.row{
	max-width:unset;
}
.pnm h1{ font-size:16px;
font-family: 'Futura PT' !important;

	font-family: "Libre Baskerville", serif !important;
}
.sd {
	position: absolute;
	z-index: 5;
	background: #707070;
	color: #fff;
	padding: 6px 10px;
	font-family: 'Futura PT Book';
	
	font-family: "Libre Baskerville", serif !important;
	
}
#contactdiv .form-control {
	font-size: 14px;
	letter-spacing: 2.4px;
}
#contactdiv .form-control, #unsubscribediv .form-control, #mailingsearchdiv .form-control {
	border-radius: unset;
	border: 1px solid black;
	height: 50px;
	background: unset;
}
.form-group {
	margin-bottom: 1rem;
}
.capcha-bg {
	font-weight: bold;
	padding: 5px;
	font-size: 18px;
	background: #5D5E54;
}
.form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
#contactdiv .btn-primary-blk, #unsubscribediv .btn-primary-blk, #mailingsearchdiv .btn-primary-blk {
	height: 50px;
	width: 200px;
}
.btn-primary-blk:hover, .btn-primary-blk:focus, .btn-primary.focus {
	background-color: transparent;
	border: 1px solid #242424;
	box-shadow: unset;
	color: #212529 !important;
}
.btn-close:hover {
	background: transparent;
}
.image img, .newsimage img{
	max-height:220px; 
}
.image, .newsimage{
	text-align:center;
}
.whitebg{
	background:#fff;
}
.btn-outline-success:hover {
	color: #000;
	background-color: #f2f2f2;
	border-color: #000;
}
.btn-outline-success {
	color: #000;
	border-color: #000;
	background: #fff;
}
.navsec {
	background: #f2f2f2;
	color: #fff !important;
}

.navbar-light .navbar-toggler {
	color: #000;
	border-color: #000;
}
.security {
	color: #fff;
}
/*------------------------media query -------------------- */
@media (max-width: 363px) {
	.newsheadr {
	line-height: 40px;
}
}
@media (max-width: 991px) {
	#navbarSupportedContent {
	position: absolute;
	width: 100%;
	top: 45px;
	z-index: 5;

	background: #f2f2f2;
	margin-top: 10px;
	padding-left: 15px;
}
.navbar {
	 z-index:10;
	 padding-top: 0; 
	 padding-bottom: 0;
 }
 
}
 
 
 @media (max-width: 320px) {
.plisttitle{
	font-size:11px !important;
}
.pnm h1{
	font-size: 13px;
}
h1, .hclass {
	font-size: 25px;
}
 }

@media (min-width: 321px) and (max-width: 575px) {
.plisttitle{
	font-size:12px !important;
}
.pnm h1{
	font-size: 14px;
}
.navbar-toggler{
		position: absolute;
  top: 7px;
  right: 15px;
	}
	h1, .hclass {
	font-size: 30px;
}
 }
@media (min-width: 576px) and (max-width: 767px) {
	.navbar-toggler{
		position: absolute;
  top: 7px;
  right: 15px;
	}
.icon{
	font-size:20px !important;
}
   }
@media (min-width: 768px) and (max-width: 991px) {
.navbar-light .navbar-nav .nav-link {
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
}
.navbar-expand-md .navbar-nav .nav-link {
	padding-right: 0.3rem;
	padding-left: .3rem;
}
.pro-info span{
	font-size: 12px !important;
  letter-spacing: 1px;
}
.navbar-toggler {
	position: absolute;
	right: 15px;
	top: 9px;
}
 }

@media (min-width: 992px) and (max-width: 1200px) {
.navrow{
	width: 100%;
  justify-content: center;
  display: flex;
  order:1 !important;
}
/*.iconrow{
	width: 100%;
    order: 0 !important;
    justify-content: center;
    display: flex;
}*/
.navbar-light .navbar-nav .nav-link{
	font-size:10px;padding-right: .4rem;padding-left: .4rem;
}
}	
@media (min-width: 576px) {
.infosec .border-bottom{
	padding:0;
	border-bottom:0px !important;
}
}
	
@media (max-width: 576px) {
.infosec .border-end{
	border-right:0px !important;
}
}