.half-half {
	float: left;
}
/*CSS FOR CATEGORY CAROUSAL start*/

.product-carousel-header {
 background: @primary;
 color: @secondary;
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
	padding: 10px 0px;
	width: 100%; 
}
.product-carousel {
	background: transparent;
	border: none;
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
	padding: 20px 40px;
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px dotted #666;
}
.product-carousel .product {
	box-sizing: border-box;
	margin: 0 10px;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column;
	align-content: space-between;
}
.product-carousel .product-bottom a {
	color: #000;
}
.product-carousel .product-top {
	width: 100%;
}
.product-carousel p, .product-carousel .product-image, .product-carousel img.review-stars {
	margin: 0 0 10px 0;
}
.product-carousel .product-image {
	align-self: flex-start;
	width: 100%;
}
img.review-stars {
	width: 100px;
	display: inline-block;
}
.product-carousel .product-name {
	font-weight: bold;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column wrap;
	-webkit-box-pack: start;
	justify-content: flex-start;
	width: 100%;
}
.product-carousel .product-bottom {
	margin-top: 10px;
	-webkit-box-align: end;
	align-items: flex-end;
}
.product-carousel .product-prices {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-flex: 1;
	flex: 1 0 100%;
	align-self: center;
}
.product-carousel .product-prices span {
	width: 100%;
}
.product-carousel .product-prices span.price-was {
	color: #a2a2a2;
	text-decoration: line-through;
}
.product-carousel .product-prices span.price-was:before {
	content: 'Was ';
}
.product-carousel .product-prices span.price-save {
	color: red;
}
.product-carousel .product-prices span.price-save:before {
	content: 'Save ';
}
.product-carousel .product-prices span.price-now {
	font-weight: bold;
}
.product-carousel .product-prices span.price-now:before {
	content: 'Now ';
}
.product-carousel button.shop-now {
	border: none;
	background-image: none;
	background-color: #4a4a4a;
	color: #ffffff;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	font-size: 16px;
	padding: 8px 10px;
	align-self: center;
}
/** ARROWS **/
.product-carousel i {
	border: solid #999;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 12px;
	position: absolute;
	top: calc(50% - 12px/2);
	cursor: pointer;
}
.product-carousel .right {
	right: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.product-carousel .left {
	left: 20px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
/** SLICK SLIDER CSS **/
/* Slider */
.slick-slider {
	position: relative;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	display: -webkit-box;
	display: flex;
	position: relative;
	top: 0;
	left: 0;
}
.slick-loading .slick-track {
	visibility: hidden;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/*CSS FOR CATEGORY CAROUSAL end*/
/*css for back to top*/
#backtotop {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 90px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backtotop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#backtotop:hover {
  cursor: pointer;
  background-color: #333;
}
#backtotop:active {
  background-color: #555;
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
}
/*css for back to top end*/
.manu-item-box .menu-item-detail .img-desktop {
	margin-bottom: 20px;
	padding: 0px;
}
.manu-item-box .menu-item-detail .img-desktop img {
	width: 100%;
	max-width: 100%;
}
.manu-item-box .menu-item-detail {
	padding-top: 10px;
}
.header{border-bottom: 1px solid #ccc;}
.overlap-nagative .sticky-offset {
    top: 130px;
}

/**************************HORIZONTAL MENU LEFT RIGHT SCROLLAR CSS START*************************/

.pn-ProductNav_Wrapper {
	position: relative;
	padding: 0 11px;
	box-sizing: border-box;
	background-color: #1abc04;box-shadow: 0 3px 3px rgba(0,0,0,0.05);
	color: #fff; /*margin-bottom:10px;*/ 
}
.pn-ProductNav {
	/* Make this scrollable when needed */
	overflow-x: auto;
	/* We don't want vertical scrolling */
	overflow-y: hidden;
	/* For WebKit implementations, provide inertia scrolling */
	-webkit-overflow-scrolling: touch;
	/* We don't want internal inline elements to wrap */
	white-space: nowrap;
	/* If JS present, let's hide the default scrollbar */
  /* positioning context for advancers */
	position: relative;
	font-size: 0;
}
.js .pn-ProductNav {
	/* Make an auto-hiding scroller for the 3 people using a IE */
	-ms-overflow-style: -ms-autohiding-scrollbar;/* Remove the default scrollbar for WebKit implementations */
}
.js .pn-ProductNav::-webkit-scrollbar {
 display: none;
}
.pn-ProductNav_Contents {
	float: left;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	position: relative;
}
.pn-ProductNav_Contents-no-transition {
	transition: none;
}
.pn-ProductNav_Link {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-family: -apple-system, sans-serif;
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	border: 1px solid transparent;
	padding: 0 11px;
}
.pn-ProductNav_Link + .pn-ProductNav_Link {
	border-left-color: green;
}
.pn-ProductNav_Link[aria-selected="true"] {
	color: #fff;
}
.pn-ProductNav_Link:hover{color:yellow;}
.pn-Advancer {
	/* Reset the button */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	padding: 0;
	border: 0;
	/* Now style it as needed */
	position: absolute;
	top: 0;
	bottom: 0;
	/* Set the buttons invisible by default */
	opacity: 0;
	transition: opacity .3s;
}
.pn-Advancer:focus {
	outline: 0;
}
.pn-Advancer:hover {
	cursor: pointer;
}
.pn-Advancer_Left {
	left: 0;
}
[data-overflowing="both"] ~ .pn-Advancer_Left, [data-overflowing="left"] ~ .pn-Advancer_Left {
 opacity: 1;
}
.pn-Advancer_Right {
	right: 0;
}
[data-overflowing="both"] ~ .pn-Advancer_Right, [data-overflowing="right"] ~ .pn-Advancer_Right {
 opacity: 1;
}
.pn-Advancer_Icon {
	width: 20px;
	height: 44px;
	fill: #ec3730;
}
.pn-ProductNav_Indicator {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 100px;
	background-color: transparent;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	transition: background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out, background-color .2s ease-in-out;
	transition: transform .2s ease-in-out, background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
/* Only stick if you can fit */
.pn-mainwrapper {
	background-color: #fff;
	color: #000;
	box-shadow: 1px 1px 1px #ccc;
}
.fix_below_header {
    position: fixed;
    top: 132px;
    left: 0;
    width: 100% !important;z-index: 99;
    margin: 0 auto!important; 
}
.visible_horizontal_menu{display:none;}
@media (max-width: 680px){
.fix_below_header {
    position: fixed;
    top: 104px;
    left: 0;
    width: 100% !important;z-index: 99;
    margin: 0 auto!important; 
}
}
a .product-bottom{color:#000;}
a .product-bottom:hover, .product-carousel .product a:hover{color:green;}
.product-carousel .product-top:hover {box-shadow: 3px 3px 5px #ccc; border: 5px solid #f1f1f1; }
.product-carousel .product-image{margin-bottom:0px;}
/**************************HORIZONTAL MENU LEFT RIGHT SCROLLAR CSS END*************************/
.set_top_from_header{margin-top:120px;}

.sticky-top {
    position: fixed;
    z-index: 1020;
    width: 300px;
    right: 0;
    float: right;
    bottom: 0;
	top: inherit;
}
.footer-open-hour{z-index:auto !important;}
@media (min-width: 768px){
.navbar {
    border-radius: 0px;
}
}

/*************css start for hero slider****************/
.slider-area .flexslider .slides .slide-item {
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 550px;
}
.slider-area .flexslider{border:0px;}
.slider-area .flexslider .slides .slide-item .caption{padding-top:10%;}
.slider-area .flexslider .slides .slide-item .caption h2{color:#fff;}
.slider-area .flexslider .slides .slide-item .caption p{color:#fff;}
.flex-direction-nav a:before{font-size: 20px !important;}
.flex-direction-nav a{height:20px!important;}

@media (max-width: 680px){
.slider-area .flexslider .slides .slide-item{height:36vh;}
.flex-direction-nav{display:none;}
.slider-area .flexslider .slides .slide-item .caption h2{color:#fff; padding-bottom:0px; margin-bottom:5px;}
.slider-area .flexslider .slides .slide-item .caption p{color:#fff;}
}
/*************css for hero slider - end ****************/

/*******************AlphabetNav*******************/

.AlphabetNav{}
.AlphabetNav a{padding:10px 12px; border:1px solid #ccc;}
.AlphabetNav a:hover{color:#333;}

/*******************AlphabetNav end*******************/

@-webkit-keyframes loadingoverlay_animation__rotate_right { to { -webkit-transform : rotate(360deg); transform : rotate(360deg); } } 
@keyframes loadingoverlay_animation__rotate_right { to { -webkit-transform : rotate(360deg); transform : rotate(360deg); } } 
@-webkit-keyframes loadingoverlay_animation__rotate_left { to { -webkit-transform : rotate(-360deg); transform : rotate(-360deg); } } 
@keyframes loadingoverlay_animation__rotate_left { to { -webkit-transform : rotate(-360deg); transform : rotate(-360deg); } } 
@-webkit-keyframes loadingoverlay_animation__fadein { 0% { opacity   : 0; -webkit-transform : scale(0.1, 0.1); transform : scale(0.1, 0.1); } 50% { opacity   : 1; } 100% { opacity   : 0; -webkit-transform : scale(1, 1); transform : scale(1, 1); } } 
@keyframes loadingoverlay_animation__fadein { 0% { opacity   : 0; -webkit-transform : scale(0.1, 0.1); transform : scale(0.1, 0.1); } 50% { opacity   : 1; } 100% { opacity   : 0; -webkit-transform : scale(1, 1); transform : scale(1, 1); } } 
@-webkit-keyframes loadingoverlay_animation__pulse { 0% { -webkit-transform : scale(0, 0); transform : scale(0, 0); } 50% { -webkit-transform : scale(1, 1); transform : scale(1, 1); } 100% { -webkit-transform : scale(0, 0); transform : scale(0, 0); } } 
@keyframes loadingoverlay_animation__pulse { 0% { -webkit-transform : scale(0, 0); transform : scale(0, 0); } 50% { -webkit-transform : scale(1, 1); transform : scale(1, 1); } 100% { -webkit-transform : scale(0, 0); transform : scale(0, 0); } } 

.ui-front {
    z-index:10000;
}

.ui-autocomplete-loading {
    background: white url("img/loader.gif") right center no-repeat;
}

.ui-autocomplete .ui-menu-item {
    margin:5px 0 0 5px;
}

.ui-autocomplete .ui-state-focus {
    margin:5px 0 0 0;
    padding-left:5px;
    background-color:#94D2F3;
}

/****************************/
.nopadding{padding:0px;}

.category-filter .nav-item .nav-link,
.category-filter .nav-tabs .nav-link {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.card a {
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"] i {
  -webkit-transition: transform 150ms ease 0s;
  -moz-transition: transform 150ms ease 0s;
  -o-transition: transform 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}



.category-filter .nav-tabs {
  border: 0;
  padding: 15px 0;
}

.category-filter .nav-tabs:not(.nav-tabs-neutral) > .nav-item > .nav-link.active {
  /*box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);*/
}

.category-filter .card .nav-tabs {
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}

.category-filter .nav-tabs > .nav-item > .nav-link {
  color: #000;
  margin: 0;
  margin-right: 5px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 30px;
  font-size: 14px;
  padding: 11px 23px;
  line-height: 1.5;
}

.category-filter .nav-tabs > .nav-item > .nav-link:hover {
  background-color: #fff;
}

.category-filter .nav-tabs > .nav-item > .nav-link.active {
/*background-color: #fff;*/
    border-radius: 30px;
    color: #000;
}

.category-filter .nav-tabs > .nav-item > .nav-link i.now-ui-icons {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.category-filter .nav-tabs.nav-tabs-neutral > .nav-item > .nav-link {
  color: #ffffff;
}

.category-filter .nav-tabs.nav-tabs-neutral > .nav-item > .nav-link.active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.category-filter .card {
  border: 0;
  border-radius: 0.1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.category-filter .card .card-header {
  background-color: transparent;
  border-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.card[data-background-color="orange"] {
  background-color: #f96332;
}

.card[data-background-color="red"] {
  background-color: #ff3636;
}

.card[data-background-color="yellow"] {
  background-color: #ffb236;
}

.card[data-background-color="blue"] {
  background-color: #2ca8ff;
}

.card[data-background-color="green"] {
  background-color: #15b60d;
}

[data-background-color="orange"] {
  background-color: #e95e38;
}

[data-background-color="black"] {
  background-color: #2c2c2c;
}

[data-background-color]:not([data-background-color="gray"]) {
  color: #ffffff;
}

[data-background-color]:not([data-background-color="gray"]) p {
  color: #ffffff;
}

[data-background-color]:not([data-background-color="gray"])
  a:not(.btn):not(.dropdown-item) {
  color: #ffffff;
}

[data-background-color]:not([data-background-color="gray"])
  .nav-tabs
  > .nav-item
  > .nav-link
  i.now-ui-icons {
  color: #ffffff;
}
.category-filter .nav-tabs .nav-item.active a {
    background-color:#fff !important; color:#000; border-radius: 30px;
}
.category-filter .form-check-inline {
    margin-right: 0;
}
.category-filter .nav.nav-tabs li.active > a {
    background-color: transparent;
    color: #e30613 !important;
}


@media screen and (max-width: 768px) {
  .category-filter .nav-tabs {
    display: inline-block;
    width: 100%;
    /*padding-left: 100px;
    padding-right: 100px;
    text-align: center;*/
  }

  .category-filter .nav-tabs .nav-item > .nav-link {
    margin-bottom: 5px;
  }
}


/******categery slide menu mobile css start*************/

.nav-side {
    background: #fff;
    color: #fff;
    top: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    height: 45px;
    right: 20px;
    overflow: hidden;
    padding: 8px 0;
    position: absolute;
    transition: all .3s;
    width: 45px;
    z-index: 10000;
}

.menu-list {
  height: 0%;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  padding-top: 40px;
  transition: all .3s;

transition-delay: .2s;}
  .menu-list a {
    border-bottom: 1px solid #eee;
    color: #222;
    display: block;
    padding: 12px 8px;
    text-decoration: none;
  margin-left: -200px;
    white-space: nowrap;
    overflow: hidden;
  transition: margin-left .3s;}
    .menu-list a:hover {
      background: rgba(0, 0, 0, 0.5); }

.btn-label {
    cursor: pointer;
    display: block;
    /* height: 40px; */
    /* width: 40px; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    text-align: center;
    margin: 0px;
    padding: 0px;
}
  .btn-label .middle {
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 22px;
    left: 12px;
    right: 12px;
  }
  .btn-label .bottom {
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 32px;
    left: 12px;
    right: 12px;
  }
  .btn-label .label {
    text-align: center;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    font-size: 12px;
  }
#nav-expand:target .nav-side .btn-label {
    display: none;
  }
#nav-expand:target .menu-list a {
  margin-left: 0;
}

.close {
  cursor: pointer;
  text-align: right;
  padding-right: 15px;
  line-height: 30px;
  font-size: 30px;
  cursor: hand;
  cursor: pointer;
  display: none;
  height: 40px;
  border-bottom: 1px solid #fff;
position: absolute;
right: 0;
width: 100%;}
  #nav-expand:target .nav-side .close {
    display: block;
  }
  #nav-expand:target .menu-list {
    height: 100%; }
  #nav-expand:target .btn-label {
    color: transparent;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px; }
  #nav-expand:target .main-base {
    left: 200px; }
  .main-base {
    left: 0; }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    transition: opacity .3s; }
  #nav-expand:target .main-base {
    left: 200px; }
  #nav-expand:target .overlay {
    position: absolute;
    opacity: 1; }


/***************mobile slide filter tab************/

.tab-group {
    position: relative;
    width: 74%;
    padding: 5px;
    margin: 26px 95px;
    left: 0;
    height: 100%;
}
.tab-group .form-check-inline {
    padding: 10px;
}
.tab-group label.sub-category-name {
    position: relative;
    display: block;
    left: -105px;
    height: 100%;
    width: 105px;
    padding: 8px;
    margin: 0px 0;
    background: transparent;
    border-radius: 0px;
    color: #000;
    text-align: center;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
}

.tab-group label.sub-category-name:hover,
[type=radio]:checked + label
{
	background: #ccc;
	/*box-shadow: 2px 2px 2px darkgray;
	text-shadow: 1px 1px 1px darkgray;*/
}

.tab-group label.sub-category-name:active
{
	opacity: .8;
	box-shadow: none;
}

[type=radio]
{
	display: none;
}

[type=radio]:checked ~ .tab-content
{
	z-index: 1;
}

.mobile-categery-filter .tab-content {
    position: absolute;
    width: 100%;
    height: 65vh;
    top: 0;
    padding: 10px;
    color: #000;
    background: #fff;
    border-radius: 0px;
    border-left: 1px solid #ccc;
    overflow-y: scroll;
}
.mobile-categery-filter .apply-btn{
    position: absolute;
    bottom: 40px;
    z-index: 1000;
    width: 100%;
    border-radius: 0;
    background: red;
	border: none;
}

@media (max-width: 680px){
#nav-expand:target .nav-side {
    height: 79vh !important;
	}
}


/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
#nav-expand:target .nav-side {
    height: 70vh !important;
}
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  #nav-expand:target .nav-side {
    height: 70vh !important;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  #nav-expand:target .nav-side {
    height: 70vh !important;
}
}
/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {
#nav-expand:target .nav-side {
    height: 74vh !important;
}
}

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: landscape) {

}
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
#nav-expand:target .nav-side {
    height: 75vh !important;
}
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
#nav-expand:target .nav-side {
    height: 75vh !important;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
#nav-expand:target .nav-side {
    height: 75vh !important;
}
}
/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
#nav-expand:target .nav-side {
    height: 79vh !important;
}
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
#nav-expand:target .nav-side {
    height: 79vh !important;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
  #nav-expand:target .nav-side {
    height: 79vh !important;
}

}
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
@media only screen 
  and (min-device-width: 411px){
#nav-expand:target .nav-side {
    top: 107px;
    height: 79vh !important;
}
}
@media only screen 
  and (min-device-width: 411px) 
  and (max-device-width: 823px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
#nav-expand:target .nav-side {
    top: 105px;
    height: 77vh !important;
}
}
@media only screen 
  and (min-device-width: 414px) {
#nav-expand:target .nav-side {
    top: 107px;
    height: 77vh !important;
}
}
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 411px) 
  and (max-device-width: 731px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
#nav-expand:target .nav-side {
    height: 77vh !important;
}
}

/* Portrait */
@media only screen 
  and (min-device-width: 411px) 
  and (max-device-width: 731px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
#nav-expand:target .nav-side {
    height: 77vh !important;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 411px) 
  and (max-device-width: 731px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
#nav-expand:target .nav-side {
    height: 77vh !important;
}
}


/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 411px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
#nav-expand:target .nav-side {
    height: 77vh !important;
}
}

/* Portrait */
@media only screen 
  and (min-device-width: 411px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
#nav-expand:target .nav-side {
    height: 77vh !important;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 411px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
#nav-expand:target .nav-side {
    height: 77vh !important;
}
}

@media (max-width: 680px){
    .fixed-b .btn-group.full .btn i.fa-file-text{
        color:red; 
        font-size: 20px; 
        margin-right: 10px;
    }
}
