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;
	margin-bottom:0;
}
.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: 10px;
}
.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: 30px;
    font-weight: 400;
    color: #f13631;
    margin-top: 17px;
    margin-bottom: 0;
}
.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: 15%;
        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(6) > div {
	margin-top: 60px;
}
@media screen and (max-width: 991px) {
	.footer-wrapper > div > div > div:nth-child(6) > 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: 5px;
}
.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;
}
.category-dec h1{
	font-size: 27px;
    margin-bottom: 0;
}
.category-dec h2{
	font-size: 20px;
	margin:0;
}

.category-dec p{
	font-size: 15px;
	margin: 0;
}
.category-inner a{
    padding: 10px;
    display: block;
    text-align: center;
    border: 1px solid #000;
    margin-top: 20px;
}
.category-title{
    font-size: 20px;
    color: #000;
    margin-top: 10px;
}
.category-block{
    margin-top: 30px;
}
.read-more-btn{
    text-align: center;
    display: block;
}
.read-more-btn a{
    background: #feb72e;
    color: #232323;
    padding: 15px 20px;
    display: inline-block;
}
.category-block{
    margin-bottom: 50px;
}
.category-block.about-category-block .category-inner .category-img img{
    height:342px;
}
.two-block-flex{
    display: flex;
    justify-content: flex-start;
    align-items: self-end;
    margin-bottom: 20px;
}
.best-price-content{
	font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color:#176dff
}
.best-text{
    margin-left:20px;
}
@media screen and (max-width: 1830px) {
    .call-location a{
    	font-size:13px;
    }
}
@media (min-width: 1571px) and (max-width: 1660px) {
    .call-block-header{
        width: 53%;
    }
    .social-block-header{
        width: 47%;
    }
}
@media (min-width: 1301px) and (max-width: 1570px) {
    .call-block-header{
        width: 60%;
        padding:0;
    }
    .social-block-header{
        width: 40%;
        padding: 0;
    }
    .header-top-panel ul li{
        margin: auto 0;
    }
    .social-block-header .list-inline > li{
        padding:0 2px;
    }
    .header-top-panel a {
      font-size: 12px;
    }
}
@media screen and (min-width: 992px) {
    .best-price-content.mobile{
        display:none;
    }
}
@media screen and (max-width: 991px) {
    .two-block-flex{
        display: block;
    }
    .best-text {
        margin-left: 0;
        margin-top: 10px;
    }
    .best-price-content.desktop{
        display:none;
    }
    .best-price-content.mobile{
        display:block;
    }
}
.blink-text {
    animation: glowBlink 1s infinite;
}

@keyframes glowBlink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
}
.product-list-text{
    font-size: 15px;
    color: #176dff;
    font-weight: 500;
}
@media screen and (max-width: 1830px) {
    .navbar-default ul .navigation a{
        font-size: 13px;
    }
}
@media screen and (max-width: 1650px) {
  .navbar-default ul .navigation a {
    font-size: 11px;
  }
}
@media screen and (max-width: 1490px) {
    .navbar-default ul .navigation a span {
      padding-right: 2px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px) {
     .navbar-default ul .navigation a {
        font-size: 10px;
      }
}
/*================= cosmos sofa ontario page css ====================================*/
       
            .custom-sofa-hero {
                position: relative;
                width: 100%;
                min-height: 720px;
                display: flex;
                align-items: center;
                background: url('../images/Design-Your-Perfect-Custom-Sofa-in-Ontario-with-Midhas-Furniture-Gallery.png') center center/cover no-repeat;
                overflow: hidden;
            }

            .custom-sofa-hero::before {
                content: "";
                position: absolute;
                inset: 0;
                background: linear-gradient(
                    to bottom,
                    rgba(0,0,0,0.55) 0%,
                    rgba(0,0,0,0.35) 35%,
                    rgba(0,0,0,0.20) 100%
                );
                z-index: 1;
            }

            .custom-sofa-hero .hero-content {
                position: relative;
                z-index: 2;
                width: 100%;
                padding: 70px 0;
            }

            .custom-sofa-hero .hero-inner {
                max-width: 1280px;
                margin: 0 auto;
                padding: 0 60px;
            }

            .custom-sofa-hero .hero-title-row {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 18px;
                flex-wrap: wrap;
                margin-bottom: 34px;
            }

            .custom-sofa-hero .hero-title {
                color: #fff;
                font-size: 50px;
                line-height: 1.15;
                font-weight: 500;
                text-transform: uppercase;
                text-align: center;
                letter-spacing: 1px;
                margin: 0;
                font-family: Georgia, "Times New Roman", serif;
            }

            .custom-sofa-hero .hero-logo img {
                max-width: 220px;
                width: 100%;
                height: auto;
                display: block;
            }

            .custom-sofa-hero .hero-text {
                max-width: 1040px;
                margin: 0 auto 42px;
                text-align: left;
            }

            .custom-sofa-hero .hero-text p {
                color: #111;
                font-size: 22px;
                line-height: 1.55;
                margin: 0;
                font-family: Georgia, "Times New Roman", serif;
                font-weight: 400;
            }

            .custom-sofa-hero .hero-buttons {
                display: flex;
                justify-content: center;
                gap: 20px;
                flex-wrap: wrap;
            }

            .custom-sofa-hero .hero-btn {
                min-width: 220px;
                text-align: center;
                padding: 11px 24px;
                border-radius: 6px;
                font-size: 16px;
                font-weight: 700;
                text-transform: uppercase;
                text-decoration: none;
                transition: all 0.3s ease;
                letter-spacing: 0.3px;
            }

            .custom-sofa-hero .btn-primary {
                background: #e48e36;
                color: #fff;
                border: 2px solid #e48e36;
            }

            .custom-sofa-hero .btn-primary:hover {
                background: #cf7d28;
                border-color: #cf7d28;
                color: #fff;
            }

            .custom-sofa-hero .btn-secondary {
                background: #fff;
                color: #e48e36;
                border: 2px solid #fff;
            }

            .custom-sofa-hero .btn-secondary:hover {
                background: #f4f4f4;
                color: #cf7d28;
            }

            @media (max-width: 1199px) {
                .custom-sofa-hero {
                    min-height: 640px;
                }

                .custom-sofa-hero .hero-title {
                    font-size: 50px;
                }

                .custom-sofa-hero .hero-text p {
                    font-size: 20px;
                }
            }

            @media (max-width: 991px) {
                .custom-sofa-hero {
                    min-height: 560px;
                }

                .custom-sofa-hero .hero-inner {
                    padding: 0 30px;
                }

                .custom-sofa-hero .hero-title {
                    font-size: 40px;
                }

                .custom-sofa-hero .hero-logo img {
                    max-width: 180px;
                }

                .custom-sofa-hero .hero-text {
                    max-width: 100%;
                    text-align: center;
                }

                .custom-sofa-hero .hero-text p {
                    font-size: 18px;
                }
            }

            @media (max-width: 767px) {
                .custom-sofa-hero {
                    min-height: auto;
                    padding: 90px 0 70px;
                    background-position: center top;
                }

                .custom-sofa-hero .hero-inner {
                    padding: 0 20px;
                }

                .custom-sofa-hero .hero-title-row {
                    gap: 12px;
                    margin-bottom: 24px;
                }

                .custom-sofa-hero .hero-title {
                    font-size: 28px;
                    line-height: 1.2;
                }

                .custom-sofa-hero .hero-logo img {
                    max-width: 150px;
                }

                .custom-sofa-hero .hero-text {
                    margin-bottom: 30px;
                }

                .custom-sofa-hero .hero-text p {
                    font-size: 16px;
                    line-height: 1.6;
                }

                .custom-sofa-hero .hero-buttons {
                    flex-direction: column;
                    align-items: center;
                    gap: 14px;
                }

                .custom-sofa-hero .hero-btn {
                    width: 100%;
                    max-width: 320px;
                    min-width: auto;
                    padding: 15px 20px;
                }
            }

            .hero-title-wrap{
                text-align:center;
                margin-bottom:40px;
                position:relative;
            }

            .hero-title{
                color:#fff;
                font-size:60px;
                line-height:1.15;
                font-weight:700;
                text-transform:uppercase;
                letter-spacing:1px;
                margin:0;
                font-family:Georgia, 'Times New Roman', serif;
                position:relative;
            }

            .with-logo{
                position:relative;
                display:inline-block;
                padding-right:220px; /* space for logo */
            }

            .with-logo img{
                position:absolute;
                right:-10px;
                top:50%;
                transform:translateY(-50%);
                width:210px;
                max-width:210px;
                z-index:0; /* logo behind text */
                opacity:1;
            }

.with-logo{
    z-index:2;
    position:relative;
}

@media (max-width:991px){
    .hero-title{
        font-size:40px;
    }

    .with-logo{
        padding-right:170px;
    }

    .with-logo img{
        width:160px;
    }
}

@media (max-width:767px){
    .hero-title{
        font-size:28px;
    }

    .with-logo{
        display:block;
        padding-right:0;
        margin-top:10px;
    }

    .with-logo img{
        position:relative;
        right:auto;
        top:auto;
        transform:none;
        width:140px;
        display:block;
        margin:10px auto 0;
    }
}
/*====================== Why Choose section =======================*/
.why-midha-section{
    position:relative;
    width:100%;
    padding:70px 0 80px;
    background:url('../images/Why-Choose-Midhas-Furniture-Gallery.png') center center/cover no-repeat;
}

.why-midha-section:before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.35);
}

.why-midha-section .container-fluid{
    position:relative;
    z-index:2;
    padding:0 40px;
}

.why-midha-title{
    text-align:center;
    color:#fff;
    font-size:58px;
    line-height:1.1;
    font-weight:700;
    margin:0 0 34px;
    font-family:Arial, Helvetica, sans-serif;
}

.why-midha-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:0;
    max-width:1600px;
    margin:0 auto;
    border:6px solid #111;
    background:#f7f3eb;
}

.why-card{
    position:relative;
    background:#f7f3eb;
    padding:26px 22px 24px;
    min-height:420px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}

.why-card:not(:last-child){
    border-right:4px solid #e48e36;
}

.why-card-image{
    text-align:center;
    margin-bottom:18px;
    min-height:120px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.why-card-image img{
    max-width:100%;
    height:auto;
    display:block;
}

.why-card h3{
    font-size:28px;
    line-height:1.2;
    font-weight:700;
    color:#1b1b1b;
    margin:0 0 18px;
    font-family:Arial, Helvetica, sans-serif;
}

.why-card p{
    font-size:20px;
    line-height:1.5;
    color:#222;
    margin:0;
    font-family:Georgia, 'Times New Roman', serif;
}

@media (max-width:1399px){
    .why-midha-title{
        font-size:50px;
    }

    .why-card{
        min-height:400px;
        padding:24px 20px;
    }

    .why-card h3{
        font-size:24px;
    }

    .why-card p{
        font-size:18px;
    }
}

@media (max-width:1199px){
    .why-midha-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .why-card:nth-child(2){
        border-right:none;
    }

    .why-card:nth-child(1),
    .why-card:nth-child(2){
        border-bottom:4px solid #e48e36;
    }
}

@media (max-width:767px){
    .why-midha-section{
        padding:50px 0 60px;
    }

    .why-midha-section .container-fluid{
        padding:0 16px;
    }

    .why-midha-title{
        font-size:34px;
        margin-bottom:24px;
    }

    .why-midha-grid{
        grid-template-columns:1fr;
    }

    .why-card{
        min-height:auto;
        padding:24px 18px;
    }

    .why-card:not(:last-child){
        border-right:none;
        border-bottom:4px solid #e48e36;
    }

    .why-card-image{
        min-height:auto;
    }

    

    .why-card h3{
        font-size:22px;
        text-align:center;
    }

    .why-card p{
        font-size:17px;
        text-align:center;
    }
}
.custom-process-section{
    padding:80px 0 90px;
}

.custom-process-section .container-fluid{
    max-width:1640px;
    margin:0 auto;
    padding:0 40px;
}

.custom-intro{
    max-width:1180px;
    margin:0 auto 70px;
    text-align:center;
}

.custom-intro h2{
    font-size:45px;
    line-height:1.1;
    color:#111;
    margin:0 0 24px;
    font-weight:700;
    font-family:Georgia, 'Times New Roman', serif;
}

.custom-intro p{
    font-size:24px;
    line-height:1.45;
    color:#111;
    margin:0;
    text-align: left;
    font-family:Georgia, 'Times New Roman', serif;
}

.process-title{
    text-align:center;
    font-size:60px;
    line-height:1.1;
    color:#111;
    margin:0 0 36px;
    font-weight:700;
    font-family:Georgia, 'Times New Roman', serif;
}

.process-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.process-card{
    background:#f8f4ed;
    border:6px solid #111;
    display:flex;
    flex-direction:column;
    overflow:hidden;
}

.process-image{
    position:relative;
    overflow:hidden;
}

.process-image img{
    max-width:100%;
    object-fit:cover;
    display:block;
}

.step-number{
    position:absolute;
    left:16px;
    top:8px;
    font-size:74px;
    line-height:1;
    color:#fff;
    font-family:Georgia, 'Times New Roman', serif;
    font-weight:400;
    text-shadow:0 2px 4px rgba(0,0,0,0.35);
}

.step-number.bottom{
    top:auto;
    bottom:8px;
}

.process-content{
    padding:22px 22px 26px;
    text-align:center;
}

.process-content h3{
    font-size:34px;
    line-height:1.2;
    color:#1a1a1a;
    margin:0 0 18px;
    font-weight:700;
    font-family:Arial, Helvetica, sans-serif;
}

.process-content p{
    font-size:21px;
    line-height:1.5;
    color:#222;
    margin:0;
    text-align: left;
    font-family:Georgia, 'Times New Roman', serif;
}

@media (max-width:1399px){
    .custom-intro h2{
        font-size:54px;
    }

    .custom-intro p{
        font-size:23px;
    }

    .process-title{
        font-size:52px;
    }

    .process-content h3{
        font-size:30px;
    }

    .process-content p{
        font-size:19px;
    }

    .step-number{
        font-size:64px;
    }
}

@media (max-width:1199px){
    .process-grid{
        grid-template-columns:1fr;
        max-width:760px;
        margin:0 auto;
    }

    .custom-intro{
        margin-bottom:56px;
    }
}

@media (max-width:767px){
    .custom-process-section{
        padding:56px 0 64px;
    }

    .custom-process-section .container-fluid{
        padding:0 16px;
    }

    .custom-intro{
        margin-bottom:42px;
    }

    .custom-intro h2{
        font-size:36px;
        margin-bottom:16px;
    }

    .custom-intro p{
        font-size:18px;
        line-height:1.6;
        text-align:left;
    }

    .process-title{
        font-size:38px;
        margin-bottom:24px;
    }

    .process-card{
        border-width:4px;
    }

    .process-content{
        padding:20px 18px 24px;
    }

    .process-content h3{
        font-size:24px;
        margin-bottom:14px;
    }

    .process-content p{
        font-size:17px;
        line-height:1.55;
    }

    .step-number{
        font-size:52px;
        left:12px;
        top:6px;
    }

    .step-number.bottom{
        bottom:6px;
    }
}
.expert-advice-section{
    position:relative;
    width:100%;
    padding:70px 0;
    background:url('../images/Need-Expert-Advice-by-Midhas.png') center center/cover no-repeat;
}

.expert-advice-wrap{
    max-width:1630px;
    margin:0 auto;
    padding:0 30px;
}

.expert-advice-frame{
    background:#111;
    padding:18px;
    border-radius:2px;
}

.expert-advice-inner{
    background:#f7f3eb;
    padding:24px;
    display:flex;
    gap:30px;
    align-items:stretch;
    min-height:620px;
}

.expert-left{
    width:32%;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    padding:12px 6px 12px 6px;
}

.expert-left h2{
    font-size:60px;
    line-height:1.08;
    color:#111;
    margin:0 0 26px;
    font-weight:500;
    font-family:Georgia, 'Times New Roman', serif;
}

.expert-left p{
    font-size:28px;
    line-height:1.45;
    color:#111;
    margin:0;
    font-family:Georgia, 'Times New Roman', serif;
}

.expert-right{
    width:68%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.expert-image{
    width:100%;
    overflow:hidden;
    border-radius:14px;
}

.expert-image img{
    width:100%;
    height:auto;
    display:block;
    object-fit:cover;
}

.expert-btn-wrap{
    display:flex;
    justify-content:flex-end;
    margin-top:22px;
}

.expert-btn{
    background:#e48e36;
    color:#fff;
    text-decoration:none;
    padding:11px 24px;
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
    border-radius:6px;
    border:2px solid #e48e36;
    transition:all 0.3s ease;
    display:inline-block;
    min-width:240px;
    text-align:center;
}

.expert-btn:hover{
    background:#cf7d28;
    border-color:#cf7d28;
    color:#fff;
}

@media (max-width:1399px){
    .expert-left h2{
        font-size:58px;
    }

    .expert-left p{
        font-size:24px;
    }

    .expert-advice-inner{
        min-height:560px;
    }
}

@media (max-width:1199px){
    .expert-advice-inner{
        flex-direction:column;
        min-height:auto;
    }

    .expert-left,
    .expert-right{
        width:100%;
    }

    .expert-left{
        padding:0;
    }

    .expert-btn-wrap{
        justify-content:flex-start;
    }
}

@media (max-width:767px){
    .expert-advice-section{
        padding:44px 0;
    }

    .expert-advice-wrap{
        padding:0 14px;
    }

    .expert-advice-frame{
        padding:10px;
    }

    .expert-advice-inner{
        padding:18px;
        gap:22px;
    }

    .expert-left h2{
        font-size:38px;
        margin-bottom:18px;
    }

    .expert-left p{
        font-size:18px;
        line-height:1.55;
    }

    .expert-image{
        border-radius:10px;
    }

    .expert-btn-wrap{
        justify-content:center;
        margin-top:18px;
    }

    .expert-btn{
        width:100%;
        max-width:320px;
        min-width:auto;
        padding:15px 20px;
        font-size:16px;
    }
}
/*========================= Map Section ==========================*/
.ontario-showrooms{
    padding:70px 0 80px;
}

.ontario-showrooms .container-fluid{
    max-width:1860px;
    margin:0 auto;
    padding:0 24px;
}

.ontario-showrooms .section-title{
    text-align:center;
    font-size:58px;
    line-height:1.15;
    color:#111;
    margin:0 0 42px;
    font-weight:500;
    font-family:Georgia, 'Times New Roman', serif;
}

.showroom-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:24px;
}

.showroom-card{
    text-align:center;
}

.showroom-map{
    width:100%;
    aspect-ratio:1.25/1;
    overflow:hidden;
    margin-bottom:22px;
    background:#ddd;
}

.showroom-map iframe{
    width:100%;
    height:100%;
    border:0;
    display:block;
}

.showroom-name{
    font-size:26px;
    line-height:1.1;
    margin:0 0 6px;
    font-weight:400;
    text-transform:uppercase;
    letter-spacing:0.5px;
    font-family:Georgia, 'Times New Roman', serif;
}

.showroom-link{
    font-size:18px;
    line-height:1.2;
    color:#222;
    text-decoration:none;
    font-family:Georgia, 'Times New Roman', serif;
}

.showroom-link:hover{
    color:#e48e36;
}

@media (max-width:1199px){
    .showroom-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media (max-width:767px){
    .ontario-showrooms{
        padding:52px 0 60px;
    }

    .ontario-showrooms .container-fluid{
        padding:0 16px;
    }

    .ontario-showrooms .section-title{
        font-size:34px;
        margin-bottom:28px;
    }

    .showroom-grid{
        grid-template-columns:repeat(2,1fr);
        gap:20px 16px;
    }

    .showroom-name{
        font-size:20px;
    }

    .showroom-link{
        font-size:16px;
    }
}

@media (max-width:480px){
    .showroom-grid{
        grid-template-columns:1fr;
    }
}
/*================= Testimonial Section =========================            */


.real-stories-section .container-fluid{
    max-width:1860px;
    margin:0 auto;
    padding:0 24px;
}

.real-stories-title{
    text-align:center;
    font-size:64px;
    line-height:1.1;
    color:#111;
    margin:0 0 42px;
    font-weight:500;
    text-transform:uppercase;
    font-family:Georgia, 'Times New Roman', serif;
}

.real-stories-frame{
    border:8px solid #111;
    background:#111;
    padding:10px;
}

.real-stories-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
}

.story-card{
    position:relative;
    min-height:620px;
    overflow:hidden;
    border:1px solid #111;
}

.story-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.story-overlay{
    position:absolute;
    inset:0;
    padding:22px 28px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}

.story-overlay p{
    font-size:22px;
    line-height:1.45;
    color:#111;
    margin:0 0 18px;
    font-family:Georgia, 'Times New Roman', serif;
}

.story-stars{
    color:#7c7a33;
    font-size:30px;
    line-height:1;
    letter-spacing:2px;
    margin-bottom:12px;
}

.story-name{
    font-size:20px;
    line-height:1.35;
    color:#111;
    font-family:Georgia, 'Times New Roman', serif;
}

@media (max-width:1399px){
    .real-stories-title{
        font-size:54px;
    }

    .story-overlay p{
        font-size:20px;
    }
}

@media (max-width:1199px){
    .real-stories-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .story-card{
        min-height:560px;
    }
}

@media (max-width:767px){
    .real-stories-section{
        padding:52px 0 64px;
    }

    .real-stories-section .container-fluid{
        padding:0 16px;
    }

    .real-stories-title{
        font-size:34px;
        margin-bottom:28px;
    }

    .real-stories-frame{
        border-width:5px;
        padding:6px;
    }

    .real-stories-grid{
        grid-template-columns:1fr;
        gap:8px;
    }

    .story-card{
        min-height:520px;
    }

    .story-overlay{
        padding:18px 16px;
    }

    .story-overlay p{
        font-size:18px;
    }

    .story-stars{
        font-size:26px;
    }

    .story-name{
        font-size:18px;
    }
}
/*============================= Gallery Section =====================================*/
.our-gallery-section{
    padding:70px 0 90px;
    position:relative;
}

.our-gallery-section .container-fluid{
    max-width:1860px;
    margin:0 auto;
    padding:0 24px;
}

.gallery-title{
    text-align:center;
    font-size:64px;
    line-height:1.1;
    color:#111;
    margin:0 0 42px;
    font-weight:500;
    text-transform:uppercase;
    font-family:Georgia, 'Times New Roman', serif;
}

.gallery-wrapper{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

.gallery-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    font-size:64px;
    color:#e48e36;
    font-weight:300;
    line-height:1;
    z-index:5;
    user-select:none;
}

.gallery-arrow.left{
    left:-8px;
}

.gallery-arrow.right{
    right:-8px;
}

.gallery-grid{
    width:100%;
    display:grid;
    grid-template-columns:1fr 2fr 1fr;
    gap:12px;
    align-items:stretch;
}

.gallery-column{
    display:grid;
    grid-template-rows:1fr 1fr;
    gap:12px;
}

.gallery-item{
    position:relative;
    overflow:hidden;
    background:#ddd;
    display:block;
}

.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform 0.4s ease;
}

.gallery-item:hover img{
    transform:scale(1.05);
}

.gallery-center{
    height:100%;
    min-height:560px;
}

.gallery-center img{
    min-height:560px;
}

.gallery-small{
    min-height:274px;
}

.mfp-bg{
    opacity:0.92 !important;
}

.mfp-img{
    border-radius:6px;
}

@media (max-width:1199px){
    .gallery-title{
        font-size:54px;
    }

    .gallery-grid{
        grid-template-columns:1fr;
    }

    .gallery-column{
        grid-template-columns:1fr 1fr;
        grid-template-rows:auto;
    }

    .gallery-center{
        min-height:480px;
        order:-1;
    }

    .gallery-center img{
        min-height:480px;
    }

    .gallery-arrow{
        display:none;
    }
}

@media (max-width:767px){
    .our-gallery-section{
        padding:52px 0 64px;
    }

    .our-gallery-section .container-fluid{
        padding:0 16px;
    }

    .gallery-title{
        font-size:36px;
        margin-bottom:28px;
    }

    .gallery-column{
        grid-template-columns:1fr;
    }

    .gallery-center{
        min-height:320px;
    }

    .gallery-center img{
        min-height:320px;
    }

    .gallery-small{
        min-height:220px;
    }
}
/*======================= Faq ========================================*/


.custom-faq-section .container-fluid{
    max-width:1824px;
    margin:0 auto;
    padding:0 24px;
}

.custom-faq-title{
    text-align:center;
    font-size:60px;
    line-height:1.1;
    color:#111;
    margin:0 0 42px;
    font-weight:500;
    font-family:Georgia, 'Times New Roman', serif;
}

.faq-list{
    border:6px solid #111;
    background:#f7f3eb;
}

.faq-item{
    border-bottom:2px solid #111;
}

.faq-item:last-child{
    border-bottom:none;
}

.faq-question{
    width:100%;
    background:none;
    border:none;
    padding:26px 70px 26px 24px;
    text-align:left;
    font-size:26px;
    line-height:1.35;
    font-weight:700;
    color:#111;
    cursor:pointer;
    position:relative;
    font-family:Georgia, 'Times New Roman', serif;
}

.faq-question::after{
    content:'+';
    position:absolute;
    right:24px;
    top:50%;
    transform:translateY(-50%);
    font-size:34px;
    line-height:1;
    color:#e48e36;
    font-weight:700;
}

.faq-item.active .faq-question::after{
    content:'−';
}

.faq-answer{
    display:none;
    padding:0 24px 28px;
    font-size:22px;
    line-height:1.7;
    color:#222;
    font-family:Georgia, 'Times New Roman', serif;
}

.faq-answer p{
    margin:0;
}

.faq-answer strong{
    color:#111;
}

.faq-showrooms{
    margin-top:22px;
    padding-top:18px;
    border-top:1px solid #d7d0c2;
}

.faq-showrooms h4{
    font-size:20px;
    margin:0 0 14px;
    color:#111;
    font-family:Georgia, 'Times New Roman', serif;
}

.faq-showroom-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:12px;
}

.faq-showroom{
    background:#fff;
    border:1px solid #ddd2bb;
    padding:12px;
    text-align:center;
}

.faq-showroom strong{
    display:block;
    font-size:16px;
    margin-bottom:6px;
    text-transform:uppercase;
}

.faq-showroom a{
    color:#e48e36;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
}

.faq-showroom a:hover{
    text-decoration:underline;
}

@media (max-width:1199px){
    .custom-faq-title{
        font-size:50px;
    }

    .faq-question{
        font-size:24px;
    }

    .faq-answer{
        font-size:20px;
    }

    .faq-showroom-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media (max-width:767px){
    .custom-faq-section{
        padding:52px 0 64px;
    }

    .custom-faq-section .container-fluid{
        padding:0 16px;
    }

    .custom-faq-title{
        font-size:34px;
        margin-bottom:28px;
    }

    .faq-list{
        border-width:4px;
    }

    .faq-question{
        font-size:20px;
        padding:20px 56px 20px 16px;
    }

    .faq-question::after{
        right:16px;
        font-size:30px;
    }

    .faq-answer{
        font-size:17px;
        line-height:1.65;
        padding:0 16px 22px;
    }

    .faq-showroom-grid{
        grid-template-columns:repeat(2,1fr);
    }
}
