body {font-family: 'Roboto', sans-serif; overflow-x: hidden;}



.mapicon{
	float: right;     margin: 7px 10px 0 0;   padding: 6px 12px;
}
.top-nav-collapse .mapicon{
	    margin: 16px 10px 0 0;
}
.fa.fa-google-plus {
    display: none;
}
@media screen and (min-width:1200px) {
.mapicon{
	display: none;
}
}

@media only screen and (min-width: 600px) and (max-width: 992px)  {
.mapicon{
	    margin:7px 10px 0 0;  
}
}



ul.paymentcard{
	border: #e2e2e2 solid 1px;
    margin: 0 15px 20px 15px;
    border-radius: 5px;
    background: #f9f9f9;
    padding: 17px 15px;
}
ul.paymentcard>li {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 7px 7px;
    margin-bottom: 6px;
    border: #e4e4e4 solid 1px;
    border-radius: 7px;
    display: flex;
    /* unicode-bidi: plaintext; */
    align-items: center;
    justify-content: space-between;
}
ul.paymentcard>li>span:first-child {
    margin-left:9px;
    font-weight: bold;
    text-transform: uppercase;
}
ul.paymentcard>li>span>img {
    max-width: 57px;
    margin: 0 4px;
}

ul.paymentcard>li>span:first-child{
      position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
}
ul.paymentcard li input {
     position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
}
ul.paymentcard li .checkmark {
  position: absolute;
  top: 0;
  left: 0;
    height: 20px;
    width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
ul.paymentcard li input:checked ~ .checkmark {
  background-color: #2196F3;
}
ul.paymentcard li .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
ul.paymentcard li input:checked ~ .checkmark:after {
  display: block;
}
ul.paymentcard li .checkmark:after {
     top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

.salesbadge
{
	padding:5px;
	background-color: #000000;
	color:#FFFFFF;
	font-size:14px;
	font-weight: bold;
	display:inline-block;
}
.saletypebadge
{
	margin-left:5px;
	padding:5px;
	background-color: #f13631;
	color:#FFFFFF;
	font-size:14px;
	font-weight: bold;
	display:inline-block;
}
.aftersaving
{
	font-size: 15px;
	color: #000000;
}
.redbold
{
    color:#f13631 !important;
    font-weight:bold;
}
/** Margin **/
.mt-0 {margin-top: 0;}
.mb-0 {margin-bottom: 0;}
.mr-0 {margin-right: 0;}
.ml-0 {margin-left: 0;}

.mt-5 {margin-top: 5px;}
.mb-5 {margin-bottom: 5px;}
.mr-5 {margin-right: 5px;}
.ml-5 {margin-left: 5px;}

.mt-10 {margin-top: 10px;}
.mb-10 {margin-bottom: 10px;}
.mr-10 {margin-right: 10px;}
.ml-10 {margin-left: 10px;}

.mt-15 {margin-top: 15px;}
.mb-15 {margin-bottom: 15px;}
.mr-15 {margin-right: 15px;}
.ml-15 {margin-left: 15px;}

.mt-20 {margin-top: 20px;}
.mb-20 {margin-bottom: 20px;}
.mr-20 {margin-right: 20px;}
.ml-20 {margin-left: 20px;}

.mt-25 {margin-top: 25px;}
.mb-25 {margin-bottom: 25px;}
.mr-25 {margin-right: 25px;}
.ml-25 {margin-left: 25px;}

.mt-30 {margin-top: 30px;}
.mb-30 {margin-bottom: 30px;}
.mr-30 {margin-right: 30px;}
.ml-30 {margin-left: 30px;}

.mt-50 {margin-top: 50px;}
.mb-50 {margin-bottom: 50px;}
.mr-50 {margin-right: 50px;}
.ml-50 {margin-left: 50px;}

.mt-100 {margin-top: 100px;}
.mb-100 {margin-bottom: 100px;}
.mr-100 {margin-right: 100px;}
.ml-100 {margin-left: 100px;}/** ./ Margin **/

/** Padding **/
.pt-0 {padding-top: 0;}
.pb-0 {padding-bottom: 0;}
.pr-0 {padding-right: 0;}
.pl-0 {padding-left: 0;}

.pt-5 {padding-top: 5px;}
.pb-5 {padding-bottom: 5px;}
.pr-5 {padding-right: 5px;}
.pl-5 {padding-left: 5px;}

.pt-10 {padding-top: 10px;}
.pb-10 {padding-bottom: 10px;}
.pr-10 {padding-right: 10px;}
.pl-10 {padding-left: 10px;}

.pt-15 {padding-top: 15px;}
.pb-15 {padding-bottom: 15px;}
.pr-15 {padding-right: 15px;}
.pl-15 {padding-left: 15px;}

.pt-20 {padding-top: 20px;}
.pb-20 {padding-bottom: 20px;}
.pr-20 {padding-right: 20px;}
.pl-20 {padding-left: 20px;}

.pt-25 {padding-top: 25px;}
.pb-25 {padding-bottom: 25px;}
.pr-25 {padding-right: 25px;}
.pl-25 {padding-left: 25px;}

.pt-30 {padding-top: 30px;}
.pb-30 {padding-bottom: 30px;}
.pr-30 {padding-right: 30px;}
.pl-30 {padding-left: 30px;}

.pt-50 {padding-top: 50px;}
.pb-50 {padding-bottom: 50px;}
.pr-50 {padding-right: 50px;}
.pl-50 {padding-left: 50px;}

.pt-100 {padding-top: 100px;}
.pb-100 {padding-bottom: 100px;}
.pr-100 {padding-right: 100px;}
.pl-100 {padding-left: 100px;}/** ./ Padding **/

/** color **/
.text-white{color:#fff !important;}
.text-black{color:#000 !important;}
.text-gray {color:#999999 !important;}
.text-lightblue {color:#17b9d7 !important;}

 a {text-decoration:none; outline: none !important; color:#333;}
 a:focus, a:hover {text-decoration:none !important;}
 a:focus {outline: 0 auto -webkit-focus-ring-color !important; outline-offset: 0 !important;}
 button:focus {outline: 0 auto -webkit-focus-ring-color !important; outline-offset: 0 !important;}
 input:focus {outline: 0 auto -webkit-focus-ring-color !important; outline-offset: 0 !important;}
 li {list-style:none;}
 hr {border-top: 1px solid #ccc;}

.section_title {
	background-color: #e71f22;
	text-align: center;
	padding: 5px 0;
}
.section_title h2 {
	margin:0;
	text-align: center;
	font-size: 33px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;

}
.blink_flyer {
  animation: blinker 2.5s linear infinite;
  font-weight:bold;
  color:#8f171d;
}
@keyframes blinker {  
  50% { opacity: 0; }
}
/** NAV START **/
.header-top-panel {
	background-color: #747474;
	width: 100%;
	height: auto;
	padding:7px 10px;
}
.header-top-panel ul {
	margin-bottom: 0;
	float: right;
}
.header-top-panel ul li {
	color: #fff;
	margin: auto 10px; 
}
.header-top-panel ul > li > a > span > i, .header-top-panel ul > li > span > i {
	padding: 5px;
	background-color: #fff;
	color: #000;
	border-radius: 2px;
}
.header-top-panel ul > li:nth-child(4) > a > span > i {
	padding: 5px 8px;
	color: #000;
	transition: all .2s ease-in-out;
}
.header-top-panel ul > li:nth-child(4):hover > a > span > i {
	background-color: #3b5998;
	color: #fff;
	transition: all .2s ease-in-out;
}
.header-top-panel a {
	color: #fff;
}
a.contentlink
{
	color: #fff;
}

#notification {
    position:fixed;
    bottom:0px;
    width:100%;
    z-index:105;
    text-align:center;
    font-weight:normal;
    font-size:14px;
    font-weight:bold;
    color:white;
    background-color:#ff3939;
    padding:5px;
}
#notification span.dismiss {
    border:2px solid #FFF;
    padding:0 5px;
    cursor:pointer;
    float:right;
    margin-right:10px;
}
#notification a {
    color:white;
    text-decoration:none;
    font-weight:bold
}
.add-cart{
	background:#f13631;
	display:inline-block;
	font-size:14px;
	color:#fff;
	padding:6px 10px;
	font-weight:normal;
}
.add-cart:hover{
	background:#000;
  	color:#fff;
}
.add-cart-selected
{
  	background:#d71b1b !important;
}
.textbox
{
	width:50px;
}
.sortby
{
	text-align:right;
	font-weight:bold;
	padding-right:20px;
	padding-top:10px;
}
.sortby select
{
	background-color:#FFFFFF;
	border:0px;
	border-bottom:1px solid #d7d7d7;
	padding-left:5px;
}
.locationselectbox
{
	padding:10px;
	border:1px solid;
}
@media screen and (max-width: 768px) {
/*	.header-top-panel {
		display: none;
	}*/
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: transparent;
}
/** NAVIGATION START **/
.navbar-default .navbar-brand {color: #000; transition: all 0.3s ease-in-out 0s;  font-size: 25px; height: auto; padding: 0; margin-top: 60px}
.navbar-default .navbar-brand img {width: 100%;    transition: all 0.3s ease-in-out 0s;}
.navbar-default {background-image: none; background-image: none; background-image: none; background-image: none; filter: none; filter: none; border-radius: 0; -webkit-box-shadow: inset 0 0 0 rgba(255,255,255,0),0 0 0 rgba(0,0,0,0); box-shadow: inset 0 0 0 rgba(255,255,255,0),0 0 0 rgba(0,0,0,0); background-color: #fff; padding: 0; margin-bottom: 0px; /*margin-top: 44px;*/}
.navbar-default ul .navigation {margin: 0px 5px; padding: 5px 1px;}
.navbar-default ul .navigation a {text-shadow: 0 0 0 rgba(255,255,255,0); color: #000 !important; text-transform: uppercase; letter-spacing: 1px; margin: 0; padding:0; transition: all .2s ease-in-out; font-weight: 400; line-height: 35px; font-size: 15px; text-align: center;}

.navbar-default.darkHeader .navbar-brand img{
	    max-width: 56%;
}
.navbar-default.darkHeader .navbar-brand{
	    margin-top: 15px;
}

@media screen and (max-width: 1620px) {
	.navbar-default ul .navigation a {
		font-size: 12.5px;
	}
	.navbar-default ul {margin-top: 5px;}
}
@media screen and (max-width: 1410px) {
	.navbar-default ul .navigation a {
		font-size: 10px;
	}
	.navbar-default ul {margin-top: 5px;}
}
@media screen and (max-width: 1280px) {
	.navbar-default ul .navigation {
		margin: 0px 3px;
	}
/*	.navbar-default ul {margin-top: 0px;}*/
	.navbar-default .navbar-brand {margin-top: 60px}
}
.navbar-default ul .navigation:before {
	content: "";
	position: absolute;
	background-color: transparent;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: all .3s ease-in-out;
}
.navbar-default ul .navigation:hover:before {
	background-color: #feb72e;
	height: 67px;
	transition: all .3s ease-in-out;
}
.navbar-default ul .navigation.active:before {
	background-color: #feb72e;
	height: 67px;
	transition: all .3s ease-in-out;
}
.navbar-default ul .navigation a span {
	border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding-right: 5px;
}
.navbar-default ul .navigation a .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	padding: 0;
	border-bottom: 0;
}
.navbar-default ul .book_room_button .btn {
	text-shadow: 0 0 0 transparent;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	filter: none;
	filter: none;
	background-repeat: no-repeat;
	border-color: transparent;
	border-color: transparent;
	color: #d5701e;
	background-color: #fff;
	border-radius: 0;
	text-transform: uppercase;
	border: 1px solid #d5701e;
	margin-top: -4px;
}
.navbar-default ul .social_media {
	height: 30px;
	width: 30px; 
	border-radius: 30px;
	text-align: center;
	margin: 15px 5px 0 5px;
}
.navbar-default ul .social_media a {
	padding: 0;
	text-align: center;
	color: #fff;
	padding-top: 6px;
}
.navbar-fixed-top.darkHeader .header-top-panel{
	display: none;
}
.navbar-fixed-top.darkHeader .navigation-top{
	display: none;
}
.navbar-fixed-top {
	border-color: transparent;
	border-width: 0 0 0;
	/*padding-bottom: 10px;*/
	position: relative;
	top: auto;
	    margin-bottom: 10px;
}
.navbar-fixed-top.darkHeader{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {background-image: none; background-image: none; background-image: none; background-image: none; filter: none; -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0); box-shadow: inset 0 0 0 rgba(0,0,0,0); background-color: transparent; border: 0 solid #fff; line-height: 35px;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {background-color: transparent;}
/*.top-nav-collapse .navbar-brand {
	display: none;	
}
.navbar-default a.page-scroll {
	display: none;	
}*/
/*.top-nav-collapse a.page-scroll {
	display: block;
}*/
.top-nav-collapse a.page-scroll img {
	width: 250px;
	margin-top: 17px;
}
.top-nav-collapse {
	padding: 0;
	border-bottom: 1px solid #ccc;
}
.top-nav-collapse ul {
	margin-top: 0;
}
/*.top-nav-collapse .navigation-top {
	display: none;
}*/
/*.top-nav-collapse.navbar-default {
	margin-top: 0 !important;
	min-height: auto;
}*/
.highend-collection-section {
	    background-size: cover;
    	background-repeat: no-repeat;
    	background-position: center;
    	text-align: center;
    	padding: 150px 0;
		}
		.highend-furniture-inner-content {
			border: 2px solid #d8a63b;
			padding: 20px 0;
		}
		.highend-furniture-inner-content h3 {
			font-family: 'Dancing Script', cursive;
		 	font-weight: bold;
		 	text-transform: capitalize;
		 	text-align: center;
		 	margin: 10px 0 0 0;
		 	font-size: 45px !important;
			background-color: rgba(0,0,0,.6);
			text-shadow: 0px 2px 5px #d8a63b;
			color: transparent;
			padding-bottom: 5px;
			-webkit-background-clip: text;
			line-height:150%;
		}
		.highend-mobile-inner-content
		{
			border: 2px solid #d8a63b;
			padding-bottom:10px;	
		}
		.highend-mobile-inner-content h3 {
			font-family: 'Dancing Script', cursive;
		 	font-weight: bold;
		 	text-transform: capitalize;
		 	text-align: center;
		 	margin: 10px 0 0 0;
		 	font-size: 25px;
			background-color: rgba(0,0,0,.6);
			text-shadow: 0px 2px 5px #d8a63b;
			color: transparent;
			padding-bottom: 5px;
			-webkit-background-clip: text;
			line-height:150%;
		}

		.main-background-img {
 	   background-image: url(../images/paper_bg.png);
   	 	background-repeat: repeat;
    	background-position: center;
   		 padding: 20px 20;
		}
	
	#loaders-bg{position:fixed;width:100%;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,0.7);z-index:9999}
.loader,.loader:after{border-radius:50%;width:12em;height:12em}
.loader{margin:245px auto;font-size:5px;position:relative;text-indent:-9999em;border-top:1.1em solid rgba(255,255,255,0.2);border-right:1.1em solid rgba(255,255,255,0.2);border-bottom:1.1em solid rgba(255,255,255,0.2);border-left:1.1em solid #fff;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}
@-webkit-keyframes load8 {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes load8 {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}	

@media (max-width: 1199px) {
	.navbar-default.darkHeader .navbar-brand img{
		    max-width: 100%;
	
}	.navbar-default.darkHeader .navbar-brand{
		    margin-top: 8px;
	}
	.fixed-nav {width:100%; padding:0 0 20px 0;  height:auto; left:0; top:0; z-index:100; border-top:0;}
    .navbar-header {float:none;}
    .navbar-toggle {display:block; margin-top:5px;}
    .navbar-collapse {border-top:1px solid transparent; box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);}
    .navbar-collapse.collapse {display:none!important;}
    .navbar-nav {float:none!important; margin:7.5px -15px;}
    .navbar-nav>.navigation {float:none;}
    .navbar-nav>.navigation>a {padding-top:10px; padding-bottom:10px;}  
    .navbar-default .navbar-brand {    margin-top: 8px;
    max-width: 167px;}
/*    .navbar-default .navbar-brand img {width: 375px;}*/
    .collapse.in{display:block !important;}
    .dropdown-submenu .dropdown-menu {display: block;}
    .navbar-default {background-color: #fff;    padding-bottom: 0;}
    .dropdown-submenu>a:after {margin-top: 8px; border-top: 0px dashed;  border-left: 0px solid transparent; border-right: 0px solid transparent;} 
    .navbar-default .navbar-toggle {
    	margin-top: 7px;
    	background-color: #4a4a4a;
    	border-color: #4a4a4a;
    	border-radius: 0;
    	margin-bottom: 7px;
    }
  /*  .top-nav-collapse.navbar-default .navbar-toggle {
    	margin-top: 17px;
    }*/
    .navbar-default .navbar-toggle .icon-bar {
	    background-color: #dcb373;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    	background-color: #4a4a4a;
    }
    .top-nav-collapse a.page-scroll img {
    	width: 255px;
    	margin-left: 10px;
    	margin-top: 10px;
    }
    .navbar-default ul .navigation a {
    	font-size: 17px;
    }
	/*.navbar-default .navigation-top {
		position: absolute;
		top: 33px;
		right: 0;
		margin-right: 105px;
	}*/
	.navbar-fixed-top .navbar-collapse {
		max-height: 100% !important;
	}
	.navbar-default .navigation-top li.view-cart p {
		display: inline;
		color: #000;
	}
}
@media screen and (max-width: 865px) {
	/*.header-top-panel {
		display: none;
	}*/

	.navbar-default .navigation-top {
		background-color: #5c5d60;
		/*top: 102px;*/
		text-align: center;
		width: 100%;
		margin-right: 0;
		z-index: -1;
		    margin-bottom: 0;
		    margin-top: 0;
	}
	/*.navbar-default {
		margin-top: -5px;
	}*/
	.navbar-default .navigation-top li {
		margin-top: 2px;
	}
	.navbar-default .navigation-top li.view-cart p {
		display: inline;
		color: #fff;
	}
	.navbar-fixed-top .navbar-collapse {
		background-color: #fff;
	}
}
@media screen and (max-width: 380px) {
	.navbar-default .navigation-top input {
		width: 120px;
	}
}
.navbar-default .navigation-top {
	float: right;
}
.navbar-default .navigation-top input {
	padding: 2px 26px 2px 5px;
}
.navbar-default .navigation-top button:after {
	position: absolute;
	content: "\f002";
	margin-left: -49px;
	color: #000;
	font-family: 'FontAwesome';
}
.navbar-default .navigation-top .btn {
	text-shadow: 0 0 0 transparent;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    filter: none;
    background-repeat: no-repeat;
    border-color: transparent;
    border-color: transparent;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    padding: 0;
    background-color: #8f171d;
}
.navbar-default .navigation-top li.view .fa {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #5c5d60;
	text-align: center;
	padding-top: 11px;
    font-size: 18px;
	color: #fff;
}
.navbar-default .navigation-top li.view a {
	color: #000;
}
#bs-example-navbar-collapse-1 > ul.nav.navbar-nav.navbar-right > li > a > img {
	height: 32px !important;
}
@media screen and (max-width: 600px) {
	/*.navbar-default .navbar-brand img {
		width: 222px;
	}*/
	/*.navbar-default .navigation-top {
		top: 71px;
	}*/
	.navbar-default .navbar-toggle {
		margin-top: 7px;    margin-bottom: 7px;
		    margin-right: 6px;
	}
}
@media screen and (max-width: 400px) {
	/*.navbar-default .navbar-brand img {
		width: 148px;
		margin-top: 10px;
	}*/
	.top-nav-collapse a.page-scroll img {
		width: 160px;
		margin-top: 20px;
	}
}
@media screen and (max-width: 768px) {
	/*.navbar-default {
		margin-top: -5px;
	}*/
	#bs-example-navbar-collapse-1 > ul.nav.navbar-nav.navbar-right > li > a > img {
		display: none;
	}
	.navbar-default ul .navigation:hover:before {
		background-color: #feb72e;
		height: 47px;
		transition: all .3s ease-in-out;
	}
	.navbar-default ul .navigation.active:before {
		background-color: #feb72e;
		height: 47px;
		transition: all .3s ease-in-out;
	}
}
/** NAVIGATION END **/


/** DROPDOWN MENU **/
.navbar-default ul .dropdown .dropdown-menu li a {
	text-align: left;
}
.navbar-default ul .dropdown .dropdown-menu li {
	padding-left: 20px;
	transition: all .2s ease-in-out;
}
.navbar-default ul .dropdown .dropdown-menu li:hover {
	background-color: #feb72e;
	transition: all .2s ease-in-out;
}
.navbar-default ul .dropdown .dropdown-menu {
	padding: 0;
}
.navbar-default ul .dropdown .dropdown-menu>li>a:focus, .navbar-default ul .dropdown .dropdown-menu>li>a:hover {
	background-color: transparent;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: none;
}
@media screen and (max-width: 1200px) {
	.navbar-default ul .dropdown .dropdown-menu {
		width: 100%;
	}

}
@media screen and (max-width: 768px) {
	.navbar-nav .open .dropdown-menu {
		border: 1px solid #ccc;
	}
}
/** ./ DROPDOWN MENU **/

/** NAV END **/

/** BANNERS START **/
/*.main-single-slider {margin-top: 226px;}*/
.main-single-slider .container {position: absolute; top: 35%; right: 0; left: 0;}
.main-single-slider .container .banner-text {width: 100%; display: block; text-align: center;}
.main-single-slider .container h2 {font-family:"Comic Sans MS"; font-size: 3vw; letter-spacing: 3px; font-weight: bold; color: #fff; line-height: 1.4; background-color: rgba(0,0,0,0.1); display: inline-block; padding: 10px 20px;}
.background_color {background-color: rgba(0, 0, 0, 0.3); width: 100%; top: 0; height: 100%; position: absolute;}
.main-single-slider .owl-controls {margin-top: 0;}
.main-single-slider .owl-buttons {position: absolute; top: 47%; width: 100%;}
.main-single-slider .owl-buttons .owl-next {color: #fff !important; margin: 0 !important; padding: 9px 11px 10px 11px !important; font-size: 8px !important; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; background: #ff9600 !important; opacity: 1 !important; float: right; border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important;}
.main-single-slider .owl-buttons .owl-prev {color: #fff !important; margin: 0 !important; padding: 9px 11px 10px 11px !important; font-size: 8px !important; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; background: #ff9600 !important; opacity: 1 !important; float: left; border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important;}
/*@media (max-width: 1200px) {
	.main-single-slider {margin-top: 135px;}
}*/
@media (max-width: 768px) {
	.main-single-slider .container h2 {font-size: 4vw; font-weight: bold; text-align: center; letter-spacing: 3px; color: #fff; }
	.main-single-slider .container {position: absolute; top: 25%; right: 0; left: 0;}
	.main-single-slider .owl-buttons {position: relative; margin-top: 10px; margin-bottom: 10px;}
	.main-single-slider .owl-buttons .owl-next {color: #fff !important; margin: 0 10px !important; padding: 5px 0 0 0 !important; width: 40px; height: 40px; font-size: 9px !important; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; background: #ff9600 !important; opacity: 1 !important; float: none; border-radius: 40px !important;}
	.main-single-slider .owl-buttons .owl-prev {color: #fff !important; margin: 0 10px !important; padding: 5px 0 0 0 !important; width: 40px; height: 40px; font-size: 9px !important; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; background: #ff9600 !important; opacity: 1 !important; float: none; border-radius: 40px !important;}
	/*.main-single-slider {margin-top: 151px;}*/
}
/*@media (max-width: 600px) {
	.main-single-slider {margin-top: 119px;}
}*/
/** ./ BANNERS END **/


/** LATEST OFFERS START **/
.offer-box
{
	border: 2px solid #d8a63b;
	padding:5px;
}
.offer-box img {
	height: 285px;
}
.offer-box p {
	margin-top: 3%;
	font-size: 17px;
	line-height: 31px;
}
.offer-box .offer_buttons {
	margin-top: 7%;
}
.offer-box .offer_buttons img {
	height: auto;
}
.offer-box .offer_buttons p {
	font-size: 14px;
	background-color: #c0ecfc;
	margin-top: 0;
	padding: 5px 5px;
}
@media screen and (max-width: 1740px) {
	.offer-box img {
		height: 285px;
	}
	.offer-box p {
		font-size: 16px;
		line-height: 31px;
	}
	.offer-box .offer_buttons img {
		height: auto;
	}
}
@media screen and (max-width: 1640px) {
	.offer-box img {
		height: 215px;
	}
	.offer-box p {
		font-size: 16px;
		line-height: 27px;
	}
	.offer-box .offer_buttons img {
		height: auto;
	}
}
@media only screen and (min-width : 1496px) and (max-width : 1564px) {
	.offer-box .offer_buttons p {
		padding: 5px 9px;
	}
}
@media screen and (max-width: 1490px) {
	.offer-box img {
		height: 200px;
	}
	.offer-box p {
		font-size: 15px;
		line-height: 27px;
	}
	.offer-box .offer_buttons p {
		font-size: 14px;
		background-color: #c0ecfc;
		margin-top: 0;
		padding: 5px 5px;
	}
}

@media screen and (max-width: 1385px) {
	.offer-box img {
		height: auto;
	}
	.offer-box p {
		font-size: 14px;
		line-height: 27px;
		margin-top: 15px;
	}
	.offer-box .offer_buttons {
		margin-top: 20px;
	}
}

@media screen and (max-width: 1245px) {
	.offer-box p {
		line-height: 25px;
		margin-top: 10px;
	}
}

@media screen and (max-width: 1130px) {
	.offer-box p {
		line-height: 23px;
	}
}

@media screen and (max-width: 1063px) {
	.offer-box img {
		height: 176px;
	}
	.offer-box p {
		margin-top: 22px;
	}
}

@media screen and (max-width: 991px) {
	.offer-box p {
		text-align: center;
		margin-top: 10px;
	}
	.offer-box img {
		height: auto;
	}
}

.product-box {
	border: 1px solid #aaa;
	padding: 5px 5px 20px 5px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.product-list .product-box {
    min-height: 410px;
}
@media screen and (max-width: 1199px) {
	.product-list .product-box {
	    min-height: 350px;
	}
}
@media screen and (max-width: 991px) {
	.product-list .product-box {
	    min-height: 340px;
	}
}
@media screen and (max-width: 768px) {
	.product-list .product-box {
	    min-height: 310px;
	}
}
.product-box .product-img {
	/* border: 1px solid #ddd; */
	position: relative;
}
.product-box h2 {
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 0;
}
.product-box ul {
	margin-bottom: 0;
}
.product-box ul li p {
	font-weight: 700;
	font-size: 16px;
	margin-top: 3px;
}
.product-box .btn {
	text-shadow: 0 0 0 transparent;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    filter: none;
    background-repeat: no-repeat;
    border-color: transparent;
    border-color: transparent;
    border-radius: 0;
    background-color: #ff3939;
    color: #fff;
    padding: 1px 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.product-box .product-img .product-hover-img {
	width: 0%;
	height: 0%;
	position: absolute;
	background-color: rgba(0,0,0,0);
	left: 0;
	right: 0;
	margin: auto;
	top: 45%;
	transition: all .3s ease-in-out;
}
.product-box:hover .product-img .product-hover-img {
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0,0,0,0.5);
	transition: all .3s ease-in-out;
}
.product-box .product-img .product-hover-img .fa {
	background-color: #fff;
	color: #000;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	margin-top: 16%;
	font-size: 17px;
	padding-top: 11px;
	opacity: 0;
	transition: all .3s ease-in-out;
}
.product-box:hover .product-img .product-hover-img .fa {
	transition: all .3s ease-in-out;
	opacity: 1;
}
.salesprice
{
	color:#ff0000;
}
@media screen and (max-width: 991px){
	.custom-clearfix {
		clear: both;
		display: block;
	}
}

.product-box .product-offer-label {
	position: absolute;
	top: 35px;
	background-color: #ff3939;
	left: 8px;
	color: #fff;
    padding: 5px 12px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;

}

.product-box .canadian-made-label {
	position: absolute;
	top: 238px;
	background-color: #ff3939;
	left: 210px;
	color: #fff;
    padding: 5px 12px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;

}
/** ./ LATEST OFFERS END **/


/** BRANDS WE CARRY START **/
.brands-slider-wrapper {
	background-color: #d4d4d4;
	width: 100%;
	height: auto;
	padding: 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.brands-slider-wrapper .brands-section-title {
	text-align: center;
}
.brands-slider-wrapper .brands-section-title h2 {
	margin-top: 5px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.brands-slider-wrapper .brands-slider .item,.product-slider .item {
	margin: 0 10px;
}
.brands-slider-wrapper .brands-slider .brands-img {
	border: 1px solid #000;
	background-color: #fff;
	padding: 10px;
	height: 92px;
	margin-top: 20px;
	width: 100%;
}
.brands-slider-wrapper .brands-slider .brands-img img {
	height: 72px;
}
.brands-slider .owl-buttons {position:absolute; top:51%; width:100%;}
.brands-slider .owl-controls .owl-buttons .owl-prev {color:#fff; display: inline-block; margin:-10px 0 0 0px; padding: 5px 5px 10px 10px; font-size: 15px; border-radius:0px; background:#000; filter: Alpha(Opacity=50); opacity:1; float:left; left:0; transition:all .3s ease-in-out;}
.brands-slider .owl-controls .owl-buttons .owl-next {color:#fff; display: inline-block; margin:-10px 0 0 0; padding: 5px 10px 10px 5px; font-size: 15px; border-radius:0px; background:#000; filter: Alpha(Opacity=50); opacity:1; float:right; right:0; transition:all .3s ease-in-out;}
.brands-slider:hover .owl-controls .owl-buttons .owl-prev {color:#fff; display: inline-block; margin:-10px 0 0 0; padding: 5px 5px 10px 10px; font-size: 15px; border-radius:0px; background:#000; filter: Alpha(Opacity=50); opacity:1; float:left; left:0; transition:all .3s ease-in-out;}
.brands-slider:hover .owl-controls .owl-buttons .owl-next {color:#fff; display: inline-block; margin:-10px 0 0 0; padding: 5px 10px 10px 5px; font-size: 15px; border-radius:0px; background:#000; filter: Alpha(Opacity=50); opacity:1; float:right; right:0; transition:all .3s ease-in-out;}
/** BRANDS WE CARRY END **/
.product-slider .owl-buttons {position:absolute; top:51%; width:100%;}
.product-slider .owl-controls .owl-buttons .owl-prev {color:#fff; display: inline-block; margin:-10px 0 0 2px; padding: 5px 5px 10px 10px; font-size: 15px; border-radius:0px; background:#000; filter: Alpha(Opacity=50); opacity:1; float:left; left:0; transition:all .3s ease-in-out;}
.product-slider .owl-controls .owl-buttons .owl-next {color:#fff; display: inline-block; margin:-10px 0 0 0; padding: 5px 10px 10px 5px; font-size: 15px; border-radius:0px; background:#000; filter: Alpha(Opacity=50); opacity:1; float:right; right:0; transition:all .3s ease-in-out;}
.product-slider:hover .owl-controls .owl-buttons .owl-prev {color:#fff; display: inline-block; margin:-10px 0 0 0; padding: 5px 5px 10px 10px; font-size: 15px; border-radius:0px; background:#000; filter: Alpha(Opacity=50); opacity:1; float:left; left:0; transition:all .3s ease-in-out;}
.product-slider:hover .owl-controls .owl-buttons .owl-next {color:#fff; display: inline-block; margin:-10px 0 0 0; padding: 5px 10px 10px 5px; font-size: 15px; border-radius:0px; background:#000; filter: Alpha(Opacity=50); opacity:1; float:right; right:0; transition:all .3s ease-in-out;}
/** CLIENTS REVIEW START **/
.clients-wrapper {
	background-color: #fff27f;
	width: 100%;
	height: auto;
	padding: 20px 0;
	margin-top: 5px;
}
.clients-section-title p {
	font-size: 20px;
	margin-bottom: 0;
}
.clients-review-slider {
	margin-top: 20px;
}
.clients-review-slider .review-content p {
	text-align: center;
	font-size: 17px;
}
.clients-review-slider .owl-buttons {position: absolute; top: 18%; width: 100%;}
.clients-review-slider .owl-buttons .owl-next {color: #bbb !important; margin-right: -20px !important; padding: 9px 11px 10px 11px !important; font-size: 8px !important; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; background: transparent !important; opacity: 1 !important; float: right; border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important;}
.clients-review-slider .owl-buttons .owl-prev {color: #bbb !important; margin-left: -20px !important; padding: 9px 11px 10px 11px !important; font-size: 8px !important; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; background: transparent !important; opacity: 1 !important; float: left; border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important;}
/** CLIENTS REVIEW END **/

/*CATEGORY START*/
.category-block .category-inner{
	margin-bottom: 30px;
}
.category-block .category-inner .category-img{
	position: relative;
}
.category-block .category-inner .category-img img{
	max-width: 100%;
}
.category-block .category-inner .category-content{
	background: #e71f22;
    text-align: center;
    padding: 20px 15px;
    color: #fff;
    min-height: 160px;
}
.category-block .category-inner .category-content .offers-title{
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    display: inline-block;
}
.category-block .category-inner .category-content .category-name{
    font-size: 25px;
    font-weight: 600;
}
.category-block .category-inner .category-img .category-title{
    position: absolute;
    left: 0;
    right: 0;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding: 3px 10px;
}
.category-block .category-inner .category-content .upto-title{
    font-size: 15px;
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
    margin-right: 5px;
}
.clients-wrapper p{
	font-size: 17px;
}
/*CATEGORY START*/
/** SERVICES START **/
.service-box {
	background-color: transparent;
	padding: 10px;
	transition: all .3s ease-in-out;
	margin-top: 30px;
}
.service-box:hover {
	background-color: #ff9600;
	padding: 10px;
	transition: all .3s ease-in-out;
}
.service-box .services-content {
	text-align: center;
	background-color: #646567;
}
.service-box .services-content h3 {
	padding: 5px 0;
	margin: 0;
	color: #fff;
	font-weight: 400;
	font-size: 28px;
}
/** SERVICES END **/


/******************** PRODUCT LISTING PAGES **********************/
/*.product-main-wrapper {
	    margin-top: 190px;
}*/
/*@media screen and (min-width:1600px) {
	.product-main-wrapper {
		margin-top: 226px;
	}
}*/
.product-catering-wrapper {
	margin-top: 20px;
}
.catering-filter-title, .catering-product-title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
.catering-product-title {
	font-size: 25px;
}
@media screen and (max-width: 768px) {
	.catering-product-title {
		margin-top: 320px;
	}
	.catering-product-title, .catering-product-description {
		margin-left: 15px;
	}
}
.product-catering-wrapper .product-category-box {
	border-top: 1px solid #ccc;
}
.product-catering-wrapper .product-category-box h3 {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	margin: 15px 0;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    margin-bottom: 4px;
    display: inline-block;
    font-size: 16px;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0px; top: 5px;
    width: 20px; height: 20px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 0px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 3px; left: 3px;
    font-size: 20px;
    line-height: 1.2;
    color: #09ad7e;
    transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #999999;
    background-color: #dddddd;
}
[type="checkbox"]:disabled:checked + label:after {
    color: #999999;
}
[type="checkbox"]:disabled + label {
    color: #aaaaaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 2px solid #000;
}

.product-category-box ul li label {
	font-weight: 400;
}
.product-category-box ul li {
	line-height: 34px
}
.product-category-box ul {
	width: 100%;
	max-height: 310px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 0;
}
.product-category-box ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.product-category-box ul::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

.product-category-box ul::-webkit-scrollbar-thumb {
	background-color: #000000;
	border: 2px solid #555555;
}
.product-category-box .btn {
	width: 100%;
	text-align: left;
	color: #000;
	background-color: #ececec;
	border-radius: 0;
	padding: 10px 12px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.product-category-box .collapse .well {
	border-radius: 0;
}
/********************./ PRODUCT LISTING PAGES *********************/
.location-block .location-img img{
	max-width: 100%;
}
.location-content .call-block, .location-content .mail-block, .location-content .address-block {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}
.location-content .call-block i, .location-content .mail-block i, .location-content .address-block i{
    color: #e71f22;
    margin-right: 10px;
}
.location-content, .location-img{
    margin-top: 40px;
    margin-bottom: 40px;
}
.timer-block p{
	font-size: 17px;
}
.map-block{
    width: 81%;
    margin: 0 auto;
    margin-top: 40px;
}
.about-location{
	text-align: center;
	width: 80%;
    margin: 0 auto;
    clear: both;
}
.about-location p{
	text-align: left;
	font-size: 20px;
}
.view-add-details{
	margin-top: 10px;
}
/******************* PRODUCT DETAILS PAGES *********************/
.xzoom-source > div:nth-child(1) {
	background-color: rgba(255, 150, 0, 1) !important;
}
.product-details-page-content h2 {
	margin: 0;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 37px;
}
.product-details-page-content h3 {
	color: #808080;
	margin: auto;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.product-details-page-content p {
	letter-spacing: 1px;
	font-size: 15px;
}
.product-details-page-content .product-details-page-features-box {
	margin-top: 30px;
	margin-bottom: 30px;
}
.product-details-page-content h5 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
}
.product-details-page-content h4 {
	font-size: 35px;
    font-weight: 400;
    color: #f13631;
    margin-top: 17px;
}
.product-details-page-content .product-details-page-specifications-box {
	margin-top: 20px;
}
.product-details-page-content .product-details-page-specifications-box h4 {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	letter-spacing: 1px;
	margin: auto;
	margin-top: 8px;
	position: relative;
	z-index: 3;
}
.btnstyle
{
	margin-top: 25px;
	border-radius: 0;
	background-color: #f13631;
	color: #fff;
	padding: 10px 50px;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}
.btnstyle:hover
{
	background-color: #00000;
	color: #fff;
}
.product-details-page-content .btncartstyle {
	margin-top: 25px;
	border-radius: 0;
	background-color: #f13631;
	color: #fff;
	padding: 10px 50px;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}
.product-details-page-content .btncartstyle:before {
	content: "Add to Cart";
	position: absolute;
	background-color: #000;
	width: 0%;
	padding-top: 10px;
	top: 0;
	left: 0;
	height: 100%;
	opacity: 0;
	z-index: 1;
	transition: all .3s ease-in-out;
}
.product-details-page-content .btncartstyle:hover:before {
	transition: all .3s ease-in-out;
	width: 100%;
	opacity: 1;
	content: "Add to Cart";
	position: absolute;
}
.product-details-page-content .btnviewcart {
	margin-top: 25px;
	border-radius: 0;
	background-color: #f13631;
	color: #fff;
	padding: 10px 50px;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}
.product-details-page-content .btnviewcart:before {
	content: "View Cart";
	position: absolute;
	background-color: #000;
	width: 0%;
	padding-top: 10px;
	top: 0;
	left: 0;
	height: 100%;
	opacity: 0;
	z-index: 1;
	transition: all .3s ease-in-out;
}
.product-details-page-content .btnviewcart:hover:before {
	transition: all .3s ease-in-out;
	width: 100%;
	opacity: 1;
	content: "View Cart";
	position: absolute;
}
.product-details-page-content p b {
	color: #f13631;
	font-size: 14px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.product-details-page-content p b a {
	color: #f13631;
}
.product-details-page-content p b a:hover {
	text-decoration: underline !important;
}
.product-details-page-content > ul {
	margin-top: 20px;
}
.product-details-page-content > ul > li:nth-child(1) > a {
	color: #c1c1c0;
}
.product-details-page-content > ul > li:nth-child(2) > a {
	color: #3b5998;
}
.product-details-page-content > ul > li:nth-child(3) > a {
	color: #5ea9dd;
}
.product-details-page-content > ul > li {
	transition: all .2s ease-in-out;
	transform: scale(1);
}
.product-details-page-content > ul > li:hover {
	transition: all .2s ease-in-out;
	transform: scale(1.30);
}

.tabbable.tabbable.product-details-page-description-tabs  {
    margin-top: 20px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.tabbable.product-details-page-description-tabs .nav-tabs {
    margin: 0;
}

.tabbable.product-details-page-description-tabs .nav-tabs li a {
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 25px;
}

.tabbable.product-details-page-description-tabs .tab-content {
    height: 100%; 
    border-left: 1px solid #ccc ; 
    border-right: 1px solid #ccc;
    padding: 20px;
}
.tabbable.product-details-page-description-tabs .tab-content p {
	margin-bottom: 0;
    letter-spacing: 0.5px;
    line-height: 25px;
}

.product-details-page-title {
	text-align: center;
	margin-top: 50px;
}
.product-details-page-title h2 {
	font-weight: 400;
	letter-spacing: 1px;
}
/******************* ./ PRODUCT DETAILS PAGES ********************/

/** FOOTER START **/

/** BOOTSTRAP COLMS **/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 1200px) {

.navbar-fixed-top.darkHeader{
	    padding-top: 5px;
}

/*.product-main-wrapper{
		margin-top: 135px;
	}*/

	.top-nav-collapse .mapicon{
		margin-top: 7px;
	}
	/*.top-nav-collapse.navbar-default{
		    padding-top: 8px;
	}*/

}




/** BOOTSTRAP COLMS **/
.footer-wrapper {
	background-color: #000;
	padding: 15px 0;
	margin-top: 30px;
}
.footer-wrapper .footer-payment-box h3 img {
	float: left;
	margin-right: 13px;
	margin-top: 0;
}
.footer-wrapper .footer-payment-box h3 {
	color: #ff9600;
    font-weight: 400;
    font-size: 20px;
}
.footer-wrapper .footer-payment-box img {
	margin-top: 25px;
}
.footer-wrapper .footer-company-information h3 img {
	float: left;
	margin-right: 13px;
	margin-top: 0;
}
.footer-wrapper .footer-company-information h3 {
	color: #ff9600;
    font-weight: 400;
    font-size: 20px;
}
.footer-wrapper .footer-company-information p {
	color: #fff;
	margin-bottom: 0;
}
.footer-wrapper .footer-company-information ul {
	margin-top: 15px;
}
.footer-wrapper .footer-company-information ul li {
	color: #fff;
}
.footer-wrapper .footer-company-information ul li a {
	color: #fff;
	transition: all .2s ease-in-out;
	margin-bottom: 10px;
  	display: block;
}
.footer-wrapper .footer-company-information ul li:hover a {
	color: #ff9600;
	transition: all .2s ease-in-out;
}


.footer-wrapper .footer-connect-us h3 img {
	float: left;
	margin-right: 13px;
	margin-top: 0;
}
.footer-wrapper .footer-connect-us h3 {
	color: #ff9600;
    font-weight: 400;
    font-size: 20px;
}
.footer-wrapper .footer-connect-us ul {
	margin-top: 20px;
}
.footer-wrapper .footer-connect-us ul li {
	margin-top: 10px;
	color: #fff;
}
.footer-wrapper .footer-connect-us ul.social-media {
	float: none;
}
.footer-wrapper .footer-connect-us ul.social-media li {
	text-align: center;
}
.footer-wrapper .footer-connect-us ul.social-media li a{
	color: #fff;
	transition: all .2s ease-in-out;
}
.footer-wrapper .footer-connect-us ul.social-media li:hover a{
	color: #000;
	transition: all .2s ease-in-out;
}
.footer-wrapper .footer-connect-us ul.social-media li:hover {
	background-color: #fff;
	transition: all .2s ease-in-out;
}
.footer-wrapper > div.container-fluid > div > div:nth-child(3) > div > .social-media > li:nth-child(1) {
	background-color: transparent;
}
.social-media > li:nth-child(2){
	background-color: #3c5a99;
	transition: all .2s ease-in-out;
	width: 30px;
    height: 30px;
    border-radius: 2px;
	padding-top: 6px;
	color: #fff;
}
.social-media > li:nth-child(3){
	background-color: #e13719;
	transition: all .2s ease-in-out;
	width: 30px;
    height: 30px;
    border-radius: 2px;
	padding-top: 6px;
	color: #fff;
}

.footer-wrapper .footer-location h3 img {
	float: left;
	margin-right: 13px;
	margin-top: 0;
}
.footer-wrapper .footer-location h3 {
	color: #ff9600;
    font-weight: 400;
    font-size: 20px;
}
.footer-wrapper .footer-location p {
	color: #fff;
}
.footer-wrapper > div > div > div:nth-child(5) > div {
	margin-top: 60px;
}
@media screen and (max-width: 991px) {
	.footer-wrapper > div > div > div:nth-child(5) > div {
		margin-top: 20px;
	}
}
@media screen and (max-width: 768px) {
	.footer-wrapper .footer-connect-us ul.social-media {
		text-align: left;
	}
	.footer-wrapper .footer-connect-us ul.social-media li {
		text-align: center;
	}
}

/** COPYRIGHTS START **/
.copyrights-wrapper {
	color: #fff;
	margin-bottom: 20px;
}
.copyrights-wrapper .copyright-text {
	text-align: center;
	color: #fff;
}
.copyrights-wrapper .webmaster-text {
	text-align: right;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.copyrights-wrapper p {
		text-align: center !important;
	}
}
/** COPYRIGHTS END **/

/** ./ FOOTER END **/

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

/*.navbar-fixed-top{
	    margin-top: 36px;
}*/
.navbar-fixed-top .container-fluid{padding: 0;}
/*.navbar-fixed-top.top-nav-collapse{position: fixed;}*/
.navbar-default .navigation-top li{    padding-right: 0px;    padding-left: 0px;}
.header-top-panel ul{    width: 100%;}
.header-top-panel ul li{    width: 100%;    text-align: center;}

}
.map{
	max-width: 100%;
	display: block;
	overflow: hidden;
}
.add-data{
	overflow: hidden;
}
li.mobile{
	display: none;
}
.product-main-wrapper .mobile, .product-main-wrapper .mobile{
	display: none;
}
@media screen and (max-width: 1590px) {
	.category-block .category-inner .category-content .category-name {
		font-size: 20px;
	}
}
@media screen and (max-width: 1300px) {
	.category-block .category-inner .category-content .category-name {
		font-size: 17px;
	}
}
@media screen and (max-width: 1199px) {
	.category-block .category-inner .category-content .category-name {
		font-size: 17px;
	}
	.category-block .category-inner .category-content .upto-title {
		font-size: 13px;
	    line-height: 18px;
	}
	.category-block .category-inner .category-content {
		min-height: 140px;
	}
	.category-block .category-inner .category-content .offers-title {
		font-size: 35px;
		line-height: 40px;
	}
}
@media screen and (max-width: 767px) {
	.add-data{
		width: 100%;
		text-align: center;
	}
	.product-main-wrapper .mobile, .product-main-wrapper .mobile{
		display: block;
	}
	.product-main-wrapper .desktop{
		display: none;
	}
	.container-fluid.category-dec{
		width: 100% !important;
	}
    .category-block .category-inner .category-content {
        min-height: auto;
    }
}
@media screen and (max-width: 1199px) {
	li.desktop{
		display: none;
	}
	li.mobile{
		display: block;
	}
}
.blog-content.test {
    min-height: 200px;
}
.one-banner-block{
    text-align: center;
    margin: 0 auto 40px;
}
.newsletter-block{
    margin-top: 30px;
    background: #e71f22;
    padding: 40px 30px;
}
.newsletter-title p{
    font-size: 18px;
}
.newsletter-block .container-fluid{
	display: flex;
    align-items: center;
    justify-content: center;
}
.newsletter-block .newsletter-title{
    font-size: 30px;
    color: #fff;
    padding-right: 40px;
}
.newsletter-block .newsletter-input{
    width: 40%;
    display: flex;
    align-items: center;
}
.newsletter-block .btn-submit{
    padding: 8px 20px;
    cursor: pointer;
    background: #000;
    color: #fff;
    margin-left: 10px;
    border-radius: 5px;
}
.product-list div::nth-child(150n+105){
	clear: left;
}
.one-banner-block img{
	max-width: 100%;
}
.product-offer-label.instorespecial{
	background-color: #FFA500;
}
.product-offer-label.instorespecial{
	background-color: #FFA500;
}
.product-offer-label.clearance{
	background-color: #c78a14;
}
.product-details-page-content{
	margin-top: 20px;
}
/*.top-nav-collapse .header-top-panel{
display: none;
}*/
@media screen and (max-width: 991px) {
	.newsletter-block .container-fluid{
	    display: block;
	}
	.newsletter-block .newsletter-title{
		padding-right: 0;
		text-align: center;
	}
	.newsletter-block .newsletter-input {
	    width: 70%;
        align-items: center;
		margin: 0 auto;
	}
}
@media screen and (max-width: 575px) {
    .newsletter-block .newsletter-input {
        width: 100%;
    }
    .newsletter-block {
	    padding: 40px 10px;
	}
}
.rating{
	display: flex;
	align-items: center;
}
.rating-count{
    font-size: 40px;
    font-weight: 600;
    margin-right: 5px;
}
.rating .yellow {
    color: #fec42d;
}
.rating .gray {
    color: #ccc;
}
.rating span.fa-stack {
    width: 9px;
    height: 9px;
    margin-right: 7px;
}
.fa-stack-2x {
    font-size: 1em;
}
.store-block, .store-list{
    width: 50%;
    margin: 0 auto;
}
.store-block h2{
	text-align: center;
}
.store-input{
	position: relative;
}
.store-input input{
    height: 46px;
}

.store-input a:hover{
	background: #feb72e;
    color: #000;
}
.store-block p{
	margin-top: 10px;
}
.store-title{
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 5px;
}
.store-btn{
	display: block;
	text-align: center;
}

.store-data{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.store-inner{
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.store-inner:last-child{
	border-bottom: 0;
}
@media screen and (max-width: 991px) {
	.store-block, .store-list {
	    width: 80%;
	}
}
@media screen and (max-width: 575px) {
	.store-block, .store-list {
	    width: 90%;
	}
}
.store-logo{
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin: 0 auto ;
}
.store-logo img{
    max-width: 90%;
    margin: 0 auto;
}
.flyer-execute{

    background: #eaeaea;
}
.flyer-execute-content{
	background-color: #fff;
	padding: 20px 15px;
    margin: 20px 0;
    min-height: 80vh;
}
.store-name{
    padding: 20px 0;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.call-details-block{
	display: flex;
	align-items: center;
}
.header-top-panel .row{
	display: flex;
	align-items: center;
}
.call-location{
	margin-right: 10px;
}
.call-location a{
	transition: all .2sease-in-out;
}    
.call-location a:hover{
	color: #feb72e;
}
.footer-location h2{
    font-size: 18px;
    color: #fff;
}
.location-block-mobile{
    display:none;
}
.location-block-mobile nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.location-block-mobile nav ul .li-design {
	display:inline-block;
	background-color: #feb72e;
	color: #000;
	padding: 4px 15px;
}

.location-block-mobile nav a {
	display:block;
	padding:0 10px;	
	color:#FFF;
	font-size:15px;
	line-height: 25px;
	text-align:left;
	text-decoration:none;
}

.location-block-mobile nav a:hover { 
	background-color: #000000; 
}

	/* Hide Dropdowns by Default */
.location-block-mobile nav ul ul {
	display: none;
	position: absolute; 
	top: 30px;
	left: 0;
	transition: .3s ease-in-out;
}
.location-block-mobile nav ul ul.right-side{
	left: auto;
    right: 143px;
}

	/* Display Dropdowns on Hover */
.location-block-mobile nav ul li:hover > ul {
display:inherit;
}

	/* Fisrt Tier Dropdown */
	.location-block-mobile nav ul ul li {
	width:260px;
	z-index:88;
	float:none;
	display:list-item;
	position: relative;
	background:#232323;
	padding-bottom: 5px;
	transition: .3s ease-in-out;
	}

	/* Second, Third and more Tiers	*/
	.location-block-mobile nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:170px;
	transition: .3s ease-in-out;
	}


	/* Change this in order to change the Dropdown symbol */
	.location-block-mobile li > a:after { content:  ' +'; }
	.location-block-mobile li > a:only-child:after { content: ''; }

	.location-block-mobile nav{
	display:inline-block;
	}
	.location-block-mobile ul li i{
	transition: .3s ease-in-out;
	margin-left: 10px;
	position: relative;
	display: inline-block;
	}
	.location-block-mobile ul li:focus i{
	transform: rotate(180deg);
	}
@media screen and (max-width: 1500px) {
	.call-location a{
		font-size: 13px;
	}
	.call-location {
	    margin-right: 7px;
	}
	.header-top-panel ul li {
	    margin: auto 2px;
	}
}
 @media only screen and (min-width: 1200px) and (max-width: 1450px) {
    .header-top-panel a{
    	font-size: 13px;
    }
    .call-location a {
        font-size: 12px;
    }
    .call-location {
    	margin-right: 4px;
    }
}

@media screen and (max-width: 1300px) {
	.header-top-panel .row {
	    display: block;
	}
	.header-top-panel .col-xs-6{
		width: 100%;
	}
	.call-details-block {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.header-top-panel ul{
		float: none;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
    .call-details-block {
        display: none;
    }
    .location-mobile-inner{
        display:flex;
        align-items:center;
        justify-content: center;
    }
    .desktop-menu{
        display:none;
    }
    .location-block-mobile{
        display:block;
        text-align: center;
        margin-bottom: 5px;
        margin: 0 5px;
    }
    .location-block-mobile .dropdown-container{
        display:inline-block;
    }
}
#emidiv p, #emidiv p b{
	font-size: 26px;
}