 
/**** PROPERTY SELECTOR  for Mobile****/
@media screen and (max-width: 991px){


.row.bg-white::before {
	height: 0px;
}	 

#collapseOtherProperties.collapse.in{

	height: 125px;

}
 

}

a.color-brown{

	color: #b11f24;
}

/**** / PROPERTY SELECTOR  ****/

/****  NAVIGATION BAR ****/

.nav>li>a:focus, .nav>li>a:hover{
	
	color: white;
	background-color: #b11f24;

}

.nav>li>a {

	font-size: 14px; /* 16px */
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    /* padding-left: 23px;
    padding-right: 23px; */
    /* padding-left: 19px;
    padding-right: 19px; */
    padding-left: 14px;
    padding-right: 14px;
 }


/* Large Screen */
@media screen and (min-width: 1400px){
	.nav>li>a {
	 	font-size: 14px; /* 16px */
	    font-weight: 400;
	    line-height: 20px;
	    text-transform: uppercase;
	    /* margin: 5px 15px 0px 0px; */
	 	padding-left: 29px;
	    padding-right: 29px;
	}
}

.floating-header{
	left: 10%;
	padding-bottom: 8px;
	margin-top: 5px;
	background-color: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 2px 6px #7f7f7f;
		
}
.sign-in{
	
	background: #b11f24;
	position: absolute;
	top: 10px;
	left: 10px;
	color: white;
	padding: 3px 25px 3px 25px ;
	border-radius: 10px;

}
#mobile-submenu{

	background: #b11f24 !important;

}

/*Mobile*/

/* .navbar-nav .open .dropdown-menu>li>a */

a.nav-icon-outline:hover, a.nav-icon-outline:focus,
.nav-icon:hover, .nav-icon-outline:hover, .nav-icon:focus, .nav-icon-outline:focus {

    background-color: #b11f24;
    border-color: #b11f24;
}

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

	.menu-wrapper {

	position: fixed;
	z-index: -1;
	right: 0;
	top: 0;
	bottom: 0;
	width: 240px;
	height: 100%;
	background-color: #b11f24;
	background-size: initial;
	font-size: 13px;
	font-weight: 400;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity : 0;

}

	.menu-wrapper .navbar-nav {

		padding: 0 0 0 15px;

	}

	.menu-wrapper .navbar-nav li a  {

		display: list-item;
		margin: 0;
		text-align: left;
		font-size: 18px;
		padding-bottom: 14px;
		font-weight: 400;
		z-index: 100;

		font-family: century-gothic, sans-serif;
		text-transform: uppercase;
		color:white;

	}

	/* , ul:not(.dropdown-menu) */
	 .menu-wrapper .navbar-nav li a , .menu-wrapper .navbar-nav>li>a{ 
		
		font-family: century-gothic, sans-serif;
		text-transform: uppercase;
		width: 100%;
		color:white;
		font-weight: 300;
		font-size: 18px;
	} 

	.menu-wrapper .nav>li>a {  

			font-family: century-gothic, sans-serif;  
			position: relative;    
			display: block;    
			padding: 10px 15px;
	}

	.menu-wrapper .navbar-nav>li>a{
	   
		padding-top: 10px;    
		padding-bottom: 10px;    
		line-height: 20px;
	}

	.menu-wrapper .dropdown-menu li a  {
		
		color:white;
	} 


	.menu-wrapper .navbar-nav li a:active , .menu-wrapper .navbar-nav li a:hover,
	.menu-wrapper .dropdown-menu li a:active, .menu-wrapper .dropdown-menu li a:hover { /* ,  */

		background-color: black;
		width:100%;
		/* color: #FFF; */
		color: white;
		font-weight: 200;

	}


	.dropdown-menu :not(.datepicker.dropdown-menu){

		background-color: #b11f24;
		color: black;

	}


}



/* .nav-list .dropdown a, .dropdown .open a */

li.dropdown.open:visited, li.dropdown.open:hover {

	color: white;

}



#mobile-nav-close-icon{

	margin-top: 18px;
}

/****  / NAVIGATION BAR ****/


/**** MODAL ****/

.modal-header{

	background: #b11f24;
	color:#fff;
}

.btn{

	background-color: #b11f24;
}

#mc_embed_signup form{
	padding:0;
}
#mc_embed_signup label{
	padding-bottom:0;
	font-weight:normal;
}
#mc_embed_signup .button{
	background-color:#dba442;
	border-radius: 0;
	display: inline !important;
}
#mc_embed_signup input.email{
	border-radius: 0;
	font-size: 12px;
}
#mc_embed_signup label.error{
	margin-left: 0;
	padding: 0;
	color:red;
}

/**** / MODAL ****/


/**** HOME PAGE ****/


.countdown-alt-3 .item{

	font-family: "Century Gothic", sans-serif;

}

#countdown-layout{

	background-color: transparent;

}

/* Large Screen */
@media screen and (min-width: 1200px){

	.banner-slider .banner-carousel .slider-item {
	    position: relative;
	    height: 510px;
	    padding-top: 100px;
	    padding-bottom: 100px;
	    text-align: center;
	    background-repeat: no-repeat;
	    background-position: top center;
	    /* background-size: cover; */
	    background-size: auto;
	}

}


.owl-dots{
  display:block;
  margin-top: -30px ;
  position: absolute ;
  width: 100%;
} 

.owl-theme .owl-nav{
  margin:0;
}

/* .owl-stage-outer{

  height: 410px;
  
} */



.owl-theme .owl-dots .owl-dot{
  z-index:99999;
}

.owl-theme .owl-dots .owl-dot span{
  width: 15px; 
  height: 15px; 
} 

.owl-dots{
  display:block !Important;
  margin-top: -30px !important;
  position: absolute !important;
  width: 100% !Important;
}  

/* .owl-item img {
    width: 100%;
    height: auto;
    height: 100%;
}   */

.owl-theme .owl-dots .owl-dot.active span{

  background: #b11f24;
  border: solid white 1px;
}


.breadcrumb, .breadcrumb>li.active{
	
	text-transform: uppercase;
	color: black;
}

.productlist .col-sm-12, .productlist .col-sm-8, .productlist .col-sm-6, .productlist .col-sm-4 {
    position: relative;
    min-height: 1px;
    padding: 15px;
}

.col-item:hover .info{
	
	background-color: rgba(215, 215, 244, 0.5);
	
}

.col-item .info{
    padding: 10px;
    margin-top: 1px;
}

.col-item .photo {
    position: relative;
    box-sizing: border-box;
}

.col-item .photo img {
    margin: 0 auto;
    width: 100%;
    max-height: 300px;
}

.price-highlight {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    padding: 0 10px;
}

.price-text-color {
    color: #ffffff;
}

.hp-inventory-box  {

    background: #b11f24;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    padding: 6px;
    border-radius: 10px;
    box-shadow: 0px 7px 20px #000;

}

.best-seller-item-name{
	line-height: 22px;
    color: #2e2e2e;
    text-transform: uppercase;
    font-size: 15px;
}

b, strong {
    font-weight: 700;
}


/**** / HOME PAGE ****/

/**** PRODUCT PAGE ****/

#redemption_btn{
  height: 22px;
  padding: 1px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

.datepicker thead tr:first-child th.prev:before, .datepicker thead tr:first-child th.next:before {
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 18px;
}

.datepicker thead tr:first-child th.prev:before {
    content: '\f104';
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {

	background-color: #b11f24;
	font-size: 11px;
}

.nav-tabs>li>a{
	
	font-size: 11px;
	padding: 10px;

}

.read-content span{

	font-size: 10px;
	font-family: "Century Gothic", "sans-serif";
	text-align: justify;
}


/****  /PRODUCT PAGE ****/

/****  CATEGORY PAGE ****/

.breadcrumb {

    background-color: transparent;
    padding: 15px 15px;
    text-transform: uppercase;
    font-size: 12px;
} 

.breadcrumb > li.active{

	color: black;
}

.btn-outline{
	
	background-color: transparent;

}

/**** / PRODUCT PAGE ****/

/**** CHECKOUT PAGE ****/
#checkout-header, #shopping-cart-header{

	background-color: #b11f24;
	color: white;
}

/**** / CHECKOUT PAGE ****/

/**** CONFIRMATION PAGE ****/

/* Large Screen */
@media screen and (min-width: 1200px){

	.container-margin{

		margin-top: 100px; /* 39 or 100 */
	}
}

/* Tablet below screens */
@media screen and (max-width: 991px){

	.container-margin{

		margin-top: 0px; /* 39 or 100 */
	}

}

/**** / CONFIRMATION PAGE ****/


/**** FOOTER ****/

.footer_border {

    border-top: 1px solid #000;
    color: black;
    font-size: 12px !important;
}

#footer .footer_center .widget ul > li a {

    color: #000;
    padding: 5px 0;
    display: inline-block;
}

.social-icons{

	background-color: #b11f24;	
	/* width: 50px;
	    height: 50px;
	    -moz-border-radius: 25px;
	    -webkit-border-radius: 25px;
	    border-radius: 25px;
	    text-align: center;
	    padding: 2px 0;
	    line-height: 1.428571429;
	    font-size: 12px */
	width: 50px; 
	height: 50px; 
	text-align: center;
	padding-top: 6.5px;
	font-size: 25px;
	 line-height: 1.5;  /* 428571429 1.40*/
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
	border-radius: 25px;
	margin: 5px;
}

a.btn-ins, a.btn-fb {

	color: white;

}
.fa-facebook, .fa-instagram{

	margin-left: -9.5px;

}
.fa-envelope-o{

	margin-left: -11.5px;	
}

/* .fa-facebook, .fa-instagram, .fa-envelope-o{

	height: 50px;
	width: 50px;

} */


/* a.btn-ins, a.btn-fb {

	background-color: #b11f24;
	color: white;
	width: 500px;
    height: 500px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
} 
 */

/**** FOOTER ****/