@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	outline: 0;
}
body {
	padding: 0px !important;
}
.trs {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.placeholder {
	color: #666;
	opacity: 1 !important;
}
::-webkit-input-placeholder {
 color: #666;
 opacity: 1 !important;
}
:-moz-placeholder {
 color: #666;
 opacity: 1 !important;
}
::-moz-placeholder {
 color: #666;
 opacity: 1 !important;
}
:-ms-input-placeholder {
 color: #666;
}
:focus {
	outline: none !important;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
 transition: background-color 5500s ease-in-out 0s;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background-image: url('../images/arrow.png');
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 15px 0 5px !important;
	cursor: pointer !important;
}
select::-ms-expand {
 display: none;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
	padding: 0px;
	background: transparent !important;
	border: none !important;
	border-bottom: 1px solid #999 !important;
	border-radius: 0px !important;
	margin: 0px;
	outline: none !important;
	box-shadow: none !important;
	height: 26px;
}
textarea {
	resize: none;
	padding: 0;
}
.input_style {
	position: absolute;
	left: 0;
	top: -10px;
	color: #333 !important;
	z-index: 10;
	cursor: text;
	transition: transform 150ms ease-out, font-size 150ms ease-out;
	font-size: 14px;
}
.focused .input_style {
	transform: translateY(-80%);
	color: #000 !important;
	text-transform: uppercase;
}
.select_style {
	width: 100%;
	height: 26px;
	font-size: 15px;
	padding: 0px !important;
	border: none !important;
	border-bottom: 1px solid #999 !important;
	border-radius: 0px !important;
	margin: 0px;
	outline: none !important;
	box-shadow: none !important;
	background-position: right top;
}
.form-group {
	width: 100%;
	float: left;
	margin: 20px 0 !important;
	position: relative;
}
.form-control {
	padding: 0;
}
.p_div, .pro_div {
	padding: 0 5px;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -mozjustify-content: center;
    -msjustify-content: center;
    justify-content: center;
}
.horizontal-rule {
    margin: 20px 0;
    border: 0;
    background-color: transparent;
    border-top: 1px solid #dbdadb;
    position: relative;
    width: 100%;
    float: left;
    display: block;
}
.horizontal-rule-text {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -11px;
    background: #fff;
    padding: 0 21px;
}

/*****************************Popup*****************************/
.modal {
  text-align: center;
  padding: 0!important;
}
.modal-backdrop {
	opacity: 0.8 !important;
	z-index: 9992;
}
.modal-open .modal {
    z-index: 9993;
}
.modal-open {
    overflow: hidden !important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-header {
	background: rgba(0, 0, 0, 0.7);
    padding: 15px 20px;
    text-align: center;
    border-radius: 25px 25px 0 0;
    text-transform: uppercase;
    position: relative;
	border: 2px solid #333;
	border-bottom: none;
}
.modal-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    display: block;
    background: linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
    background: -moz-linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
    background: -webkit-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
    background: -webkit-linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
    background: -o-linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
    background: -ms-linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
}
.modal-title {
	font-size: 17px;
	color: #fff;
}
.modal-header .close {
    padding: 0;
	margin: 0;
    color: #fff;
    opacity: 1;
}
.modal-content {
	background: none;
	border: none;
	box-shadow: none;
}
.modal-body {
	width: 100%;
	float: left;
	background: #fff;
	border-radius: 0 0 25px 25px;
	border: 2px solid #333;
	padding: 30px 60px;
}

/**********************************************************/
.mainbody {
	width: 100%;
	float: left;
	position: absolute;
	top: 100%;
}
.fullscreen-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 99;
}
.fullscreen-bg__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.logo {
	padding: 0;
	margin: 2px 15px 2px 0;
	float: left;
}
.social {
	position: fixed;
	z-index: 999;
	bottom: 80px;
	right: 0;
	width: 100px;
}
.social ul {
	padding: 0px;
	-webkit-transform: translate(66px, 0);
	-moz-transform: translate(66px, 0);
	-ms-transform: translate(66px, 0);
	-o-transform: translate(66px, 0);
	transform: translate(66px, 0);
}
.social ul li {
	display: block;
	margin: 1px;
	background: rgba(0, 0, 0, 0);
	width: 300px;
	text-align: left;
	padding: 1px;
	-webkit-border-radius: 30px 0 0 30px;
	-moz-border-radius: 30px 0 0 30px;
	border-radius: 30px 0 0 30px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.social ul li a {
	color: #333;
	text-decoration: none;
}
.social ul li:hover {
	-webkit-transform: translate(-100px, 0);
	-moz-transform: translate(-100px, 0);
	-ms-transform: translate(-100px, 0);
	-o-transform: translate(-100px, 0);
	transform: translate(-100px, 0);
	background-color: #f8f8f8;
	background-position: 255;
}
.social ul li:hover a {
	color: #333;
}
.social ul li:hover img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.social ul li img {
	margin-right: 10px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

/*****************************Menu*****************************/
header {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9991;
	background: none;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
header .logo {
	display: inline-block;
	width: 120px;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header .menu {
	float: left;
	margin-top: 70px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.smaller .menu {
	margin-top: 25px;
}
header .cart_login {
	border: thin #fff solid;
	background-color: rgba(0, 0, 0, 0.5);
	float: right;
	margin-top: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header .cart_login .login {
	margin: 0;
	float: left;
}
header .cart_login .login .login_btn, .cart_btn i {
	color: #fff;
	font-size: 14px;
	padding: 2px 4px;
	float: left;
}
.profile_name {
	font-size: 14px;
	padding: 0 4px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.smaller .cart_login {
	margin-top: 30px;
	margin-right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart_btn {
	padding: 4px;
	font-size: 14px;
	color: #fff;
	float: left;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	text-decoration: none;
}
.cart_btn span {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 2px;
}
.user {
	width: auto;
	border: 2px solid #333;
	box-shadow: 0 4px 9px rgba(0,0,0,.5);
}
.user li a {
	margin: 0 5px;
}
.mini_cart ul {
	list-style: none;
}
.mini_cart {
	padding: 30px 5px !important;
}
.mini_cart img {
	width: 60px;
	float: left;
	margin: 0 5px 0 0;
}
.mini_cart p {
	line-height: 20px;
}
.mini_cart ul li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px;
}
.mini_cart ul li a {
	margin: 10px 0;
}
.mini_cart .total {
	font-size: 18px;
	color: #666;
	text-align: center;
}
.mini_cart .total span {
	color: #D11717;
}
.mini_cart_btn {
	position: absolute;
	right: 20px;
	z-index: 99;
}
.navbar {
	margin-bottom: 0 !important;
}
.navstyle {
	margin: 0;
}
.navstyle li {
	margin: 2px;
}
.navstyle li a {
	padding: 10px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.45);
	border: 1px solid transparent;
	text-decoration: none;
}
.navstyle li a:hover, .navstyle li a:focus, .navstyle li a.active {
	border: 1px solid #fff;
	padding: 10px;
	margin-top: 0px;
	background: rgba(0, 0, 0, .4);
	color: #fff;
}
.smaller {
	height: auto;
	background-color: rgba(0, 0, 0, 0.8);
}
.smaller .logo {
	width: 70px;
	height: auto;
}
.dropdown-menu > li > a {
	line-height: 24px !important;
}
header .navbar-toggle {
	background: rgba(0, 0, 0, 0.5);
	border: thin #fff solid;
	padding: 7px 6px;
	margin-top: 13px;
	border-radius: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.smaller .navbar-toggle {
	background: none;
	margin-top: 8px;
}
header .navbar-toggle .icon-bar {
	background: #fff;
	width: 18px;
}
.smaller .navbar-toggle .icon-bar {
	background: #fff;
}

/*****************************Banner*****************************/
.banner {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #FFF;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 90;
}
.carousel-control:hover, .carousel-control:focus {
	opacity: 0.5;
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.carousel, .carousel-inner, .carousel-inner .item img {
	height: auto;
	width: 100%;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
}
.carousel {
	border: none;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-menu-left {
	left: 20% !important;
}
.carousel-control .icon-next, .carousel-control .glyphicon-menu-right {
	right: 20% !important;
}
.carousel-control .glyphicon-menu-left {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}
.carousel-control .glyphicon-menu-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}
/*****************************welcome*****************************/
.welcome {
	width: 100%;
	height: auto;
	background: #fff;
	float: left;
	padding: 60px 0;
	margin: 0;
}
.welcome h2 {
	width: 100%;
	font-family: 'Tangerine', cursive;
	font-size: 40px;
	line-height: normal;
	color: #333;
	margin: 45px 0 0 0;
	padding: 0;
	text-align: left;
}
.welcome h4 {
	width: 100%;
	font-size: 15px;
	line-height: 35px;
	color: #333;
	margin: 20px 0;
	padding: 0;
	text-align: justify;
}
.welcome a {
	text-decoration: none;
}
.welcome_bg {
	margin: 30px 0 0 0;
}
/*****************************button*****************************/
.set_8_button4 {
	display: block;
	padding: 0px 25px;
	line-height: 35px;
	text-decoration: none;
	margin: 0 auto;
	width: 150px;
	cursor: pointer;
	text-align: center;
	transition: background 300ms;
}
.set_8_button4.outline {
	font-size: 15px;
	color: #db1a21;
	overflow: hidden;
	position: relative;
}
.set_8_button4.outline:before, .set_8_button4.outline:after, .set_8_button4.outline .lines:before, .set_8_button4.outline .lines:after {
	background-color: #db1a21;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	transition: transform 300ms;
	width: 100%;
}
.set_8_button4.outline:before {
	bottom: 0;
	top: auto;
}
.set_8_button4.outline .lines {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.set_8_button4.outline .lines:before, .set_8_button4.outline .lines:after {
	height: 100%;
	width: 2px;
}
.set_8_button4.outline .lines:after {
	left: auto;
	right: 0;
}
.set_8_button4:hover:before {
	transform: translateX(-100%);
}
.set_8_button4:hover:after {
	transform: translateX(100.1%);
}
.set_8_button4:hover .lines:before {
	transform: translateY(-100%);
}
.set_8_button4:hover .lines:after {
	transform: translateY(100%);
}
.main_btn {
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 10px 15px;
	margin: 0 auto;
	background: #db1a21;
	line-height: 20px;
	border-radius: 0;
	border: none;
}
.main_btn:hover {
	background: #333;
	color: #fff !important;
	text-decoration: none;
}
.main_btn:focus {
	background: #db1a21;
	color: #fff;
	text-decoration: none;
}
.find_btn {
	width: 200px;
}
.send_btn {
	width: auto;
	float: left;
	border: 1px solid #fff;
}
.user_btn {
	width: auto;
	font-size: 14px;
	color: #333 !important;
	text-align: left;
	padding: 3px 20px !important;
	margin: 0 5px;
	background: #fff;
	border: none;
}
.user_btn:hover {
	background: #000 !important;
	color: #fff !important;
	text-decoration: none !important;
}
.table_btn {
    width: auto;
    float: none;
    padding: 6px;
    margin: 7px;
    border: 1px solid #ccc;
}
.table_btn:hover {
    border: 1px solid #db1a21;
	background: #db1a21;
	color: #fff !important;
	text-decoration: none;
}
.border_btn {
    width: auto;
    float: left;
    font-size: 14px;
    color: #333;
    text-align: center;
    padding: 6px;
    margin: 7px 2px;
    background: #fff;
    border: 1px solid #ccc;
    line-height: 20px;
}
.border_btn:hover {
    background: #ee2f3f;
    color: #fff !important;
    text-decoration: none;
    border: 1px solid #ee2f3f;
}
.career_btn {
	width: 150px;
	bottom: 15px;
	position: absolute;
	left: 0;
	right: 0;
}
.career_form_btn {
	width: auto;
	float: right;
	margin: 5px 0 10px 10px;
}
.tab_btn {
	display: inline-block;
	margin: 10px auto;
}
.tab_btn > li {
	float: left;
	list-style: none;
	margin: 0 6px;
	position: relative;
}
.tab_btn > li > a {
	font-size: 15px;
	line-height: 18px;
	width: 100%;
	height: 40px;
	float: left;
	padding: 10px 25px;
	color: #333;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tab_btn > li.active > a, .tab_btn > li.active > a:focus, .tab_btn > li.active > a:hover, .tab_btn > li > a:hover {
	color: #fff;
	background-color: #db1a21;
	border: 1px solid #db1a21;
}
.tab_btn > li.active > a::after {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #db1a21;
	z-index: 9;
	text-align: center;
	margin: 0 auto;
	display: block;
	left: 40%;
	bottom: -8px;
	right: 40%;
}

/***************************** Image Effects *****************************/
.grid figure {
    position: relative;
    overflow: hidden;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
}
.grid figure img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.grid figure figcaption {
    width: 100%;
    padding: 0;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-errors: none;
}
.grid figure figcaption, .grid figure figcaption > a {
    background: url(../images/dot.png) center 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
figure.effect-jazz {
    background: #000;
}
figure.effect-jazz img {
    opacity: 0.8;
}
figure.effect-jazz figcaption::after, figure.effect-jazz img, figure.effect-jazz p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-jazz figcaption::after {
    position:absolute;
    top:25px;
    right:25px;
    bottom:25px;
    left:25px;
    box-shadow:0 0 0 30px rgba(255,255,255,.2);
    content:'';
    opacity:0;
    -webkit-transition:opacity 0.35s, -webkit-transform 0.35s;
    transition:opacity 0.35s, transform 0.35s;
    -webkit-transform:scale3d(1.4, 1.4, 1);
    transform:scale3d(1.4, 1.4, 1)
}
figure.effect-jazz h6 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    color: #fff;
    font-size: 17px;
    word-wrap: break-word;
    text-shadow: 2px 2px 2px #000000;
    width: 100%;
    float: left;
}
figure.effect-jazz p {
    width: 80px;
    font-size: 11px;
    opacity: 0;
    border: 1px solid #fff;
    margin: 5px auto;
    padding: 4px;
    position: absolute;
    float: left;
    display: block;
    left: 0;
    right: 0;
	text-transform: uppercase;
}
figure.effect-jazz:hover p {
    opacity: 1;
}
figure.effect-jazz:hover img {
    opacity: 0.5;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
figure.effect-jazz:hover figcaption::after {
    opacity:1;
    -webkit-transform:scale3d(1, 1, 1);
    transform:scale3d(1, 1, 1)
}

/*****************************home_products*****************************/
.hm_products {
	float: left;
	width: 100%;
	height: auto;
	min-height: 450px;
	padding: 50px 0 0 0;
	margin: 0;
	background: url(../images/products_bg.jpg) no-repeat fixed center center;
	background-size: cover;
}
.hm_products h2 {
	width: 100%;
	font-family: 'Tangerine', cursive;
	font-size: 40px;
	line-height: normal;
	color: #FFFFFF;
	margin: 40px 0;
	padding: 0px;
	text-align: center;
	text-shadow: 2px 2px 2px #333;
}
.products_bottom {
	width: 100%;
	height: 232px;
	background: url(../images/products_bottom.jpg) no-repeat center;
	display: block;
	float: left;
	margin-top: -120px;
}

/*****************************home_kitchen_book*****************************/
.hm_kitchen_book {
	float: left;
	width: 100%;
	height: auto;
	min-height: 330px;
	padding: 50px 0;
	margin: 0;
	background: url(../images/kitchen_book_bg.jpg) no-repeat fixed center center;
	background-size: cover;
}
.hm_kitchen_book h2 {
	width: 100%;
	font-family: 'Tangerine', cursive;
	font-size: 40px;
	line-height: normal;
	color: #FFFFFF;
	margin: 40px 0 20px 0;
	padding: 0px;
	text-align: center;
	text-shadow: 2px 2px 2px #333;
}

/***************************** breadcrumb *****************************/
.breadcrumb_bg {
	width: 100%;
	float: left;
	background: #fff;
	position: relative;
	-webkit-box-shadow: 1px 1px 6px 3px rgba(0,0,0,.1);
	box-shadow: 1px 1px 6px 3px rgba(0,0,0,.1);
}
.breadcrumb {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0;
	padding: 10px 0;
	background: none;
}
.products_breadcrumb {
	width: 100%;
	padding: 20px 0 0 0;
	float: left;
}
.breadcrumb li {
	font-size: 15px;
	color: #666;
}
.breadcrumb li a {
	color: #666;
}
.breadcrumb li a:hover {
	color: #db1a21;
	text-decoration: none;
}
.breadcrumb > li + li::before {
	color: #666;
}

/***************************** login *****************************/
.form_box {
	width: 100%;
	float: left;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
	background: #fff;
	padding: 40px 60px;
	margin: 0;
}
.form_box h1 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 18px;
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.forgot_pswd {
	width: 100%;
	font-size: 15px;
	float: left;
	text-align: center;
	color: #333;
	padding: 0;
	margin: 20px 0 0 0;
}
.forgot_pswd:hover {
	color: #db1a21;
}
.forgot_pswd:focus {
	color: #333;
}

/*****************************inner*****************************/
.inner_banner {
	max-width: 100%;
	height: 370px;
	display: block;
	border-bottom: 2px solid #FFF;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 90;
}
.inner_banner img {
	width: 100%;
}
.inner_bg {
	width: 100%;
	height: auto;
	float: left;
	background: #fff url(../images/bg.png) no-repeat fixed center center;
	margin: 0;
	padding: 30px 0;
}
.inner_border_bg {
	width: 100%;
	height: auto;
	float: left;
	padding: 15px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}
.inner_heading {
	width: 100%;
	font-size: 22px;
	line-height: normal;
	color: #333;
	margin: 30px 0 50px 0;
	padding: 0 0 10px 0;
	text-align: center;
	float: left;
	position: relative;
}
.inner_heading::before {
	width: 14%;
	bottom: 0;
	left: 43%;
	background: #333;
}
.inner_heading::after {
	width: 20%;
	right: 40%;
	bottom: 5px;
	background: #666;
}
.inner_heading::before, .inner_heading::after {
	position: absolute;
	height: 1px;
	content: '';
}

/*****************************about*****************************/
.about h1 {
	width: 100%;
	font-family: 'Tangerine', cursive;
	font-size: 45px;
	line-height: normal;
	color: #333;
	margin: 40px 0 20px 0;
	padding: 0;
	float: left;
	text-align: center;
	position: relative;
}
.about h2 {
	width: 100%;
	font-size: 16px;
	line-height: 32px;
	color: #333;
	margin: 20px 0;
	padding: 0;
	text-align: center;
	font-style: italic;
}
.about h4 {
	width: 100%;
	font-size: 15px;
	line-height: 32px;
	color: #333;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}
.about h4 p {
	margin: 0 0 10px 0;
}
.chairman_msg {
	width: 100%;
	height: auto;
	padding: 60px 0;
	margin: 0;
	float: left;
	background: #ea2b2a url(../images/kitchen_book_bg.jpg) no-repeat;
	-webkit-background-attachment: fixed;
	-moz-background-attachment: fixed;
	-o-background-attachment: fixed;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-background-position: center;
	-moz-background-position: center;
	-o-background-position: center;
	background-position: center;
}
.chairman_msg h1 {
	width: 100%;
	font-family: 'Tangerine', cursive;
	font-size: 45px;
	line-height: normal;
	color: #fff;
	margin: 20px 0;
	padding: 0;
	float: left;
	text-align: center;
}
.chairman_msg h4 {
	width: 100%;
	font-size: 15px;
	line-height: 32px;
	color: #fff;
	margin: 20px 0;
	padding: 0;
	text-align: center;
	text-shadow: 2px 2px 2px #333;
}
.chairman_msg h4 p {
	margin: 0 0 10px 0;
}
.chairman_msg p span {
	font-size: 20px;
}

/************************* Products Listing *************************/
.product_div {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 10px;
	display: block;
	float: left;
	background: #fff;
	position: relative;
	border: 1px solid #e0e0e0;
}
.product_div:hover {
	cursor: pointer;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 6px 6px rgba(0,0,0,0.1);
}
.product_div a {
	width: 100%;
	float: left;
}
.product_div h2 {
	width: 100%;
	height: 40px;
	overflow: hidden;
	font-size: 15px;
	line-height: 18px;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none !important;
}
.product_div img {
	margin: 20px auto;
	padding: 0 20px;
	cursor: pointer;
	position: relative;
	top: 10px;
}
.product_div:hover img {
	top: 5px;
}

.combo_product_div {
    width: 100%;
	margin: 0 0 20px 0;
	padding: 10px;
	display: block;
	float: left;
	background: #fff;
	position: relative;
	border: 1px solid #e0e0e0;
}
.combo_product_div:hover {
	cursor: pointer;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 6px 6px rgba(0,0,0,0.1);
}
.combo_product_div a {
	width: 100%;
	float: left;
}
.combo_product_div h2 {
	width: 100%;
	height: 40px;
	overflow: hidden;
	font-size: 15px;
	line-height: 18px;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none !important;
}
.combo_product_div img {
    margin: 20px auto;
    cursor: pointer;
    position: relative;
    top: 10px;
}
.combo_product_div:hover img {
    top: 5px;
}

.offer_bg {
	background: url(../images/offer_bg.png) no-repeat;
	position: absolute;
	top: -1px;
	left: 8px;
	width: 35px;
	height: 35px;
	color: #fff;
	text-align: center;
	z-index: 99;
	line-height: 14px;
	padding: 2px 0;
	font-size: 13px;
}
.star_rate {
	width: 100%;
	float: left;
	margin: 5px 0;
}
.rating_count {
	float: left;
	margin: 0;
	padding: 5px;
	color: #333;
	font-size: 14px;
}
.sidenav {
	width: 100%;
	display: block;
	float: left;
	background: #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}
.product_cat_closebtn {
	display: none;
}
.sidebar_head {
	width: 100%;
	height: auto;
	float: left;
	font-size: 17px;
	color: #fff;
	padding: 6px 10px;
	margin: 0;
	background: #d8090c;
	text-transform: uppercase;
	line-height: 20px;
}
.nav-side-menu li {
	padding-left: 0px;
	border-left: 3px solid #fff;
	border-bottom: 1px dotted #c0c0c0;
	list-style: none;
	padding: 8px 0;
	margin: 0px;
	line-height: 20px;
	cursor: pointer;
	width: 100%;
	float: left;
}
.nav-side-menu li a {
	font-size: 15px;
	text-decoration: none;
	color: #666666;
	padding: 0;
}
.nav-side-menu li a span {
	color: #d8090c;
}
.arrow {
    float: left;
	margin: 0 5px;
}
.nav-side-menu li .arrow::before {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: "\f105";
    display: inline-block;
    padding: 0px;
    vertical-align: middle;
    float: left;
    color: #d2493d;
}
.nav-side-menu li:hover, .nav-side-menu .active {
	border-left: 3px solid #d2483c;
	background-color: #e3e3e3;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.search_btn {
	margin: 10px;
	padding: 3px 10px;
}
.Product_sort {
	float: right;
}
.Product_search {
	width: 330px;
	float: right;
}
.Product_label, .Product_show_label {
	font-size: 15px;
	width: auto;
	float: left;
	margin: 12px 0;
	color: #666;
}
.Product_input, .Product_show_input {
	display: block;
	width: auto;
	height: 25px;
	margin: 10px 0 10px 10px;
	padding: 2px 4px;
	color: #555;
	float: left;
	font-size: 14px;
	border: 1px solid #a9a9a9;
}

/*****************************product_details*****************************/
.product_details h1 {
	width: 100%;
	font-size: 20px;
	float: left;
	line-height: 25px;
	color: #333333;
	margin: 0 0 15px 0;
	padding: 0 30px 0 0;
	text-align: left;
	word-wrap: break-word;
}
.product_details h4 {
	width: 100%;
	font-size: 14px;
	float: left;
	line-height: 25px;
	color: #333333;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: left;
	word-wrap: break-word;
}
.product_details h4 p {
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
	color: #666;
}
.product_details h4 i {
	color: #333;
	padding: 0 5px;
	font-size: 14px;
}
.p_price {
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 20px;
	color: #333333;
	margin: 0;
	padding: 0 0 5px 0;
	text-align: left !important;
	word-wrap: break-word;
}
.p_price span p {
	display: inline-block;
	text-decoration: line-through;
	font-size: 15px;
	color: #999;
	padding: 0 10px;
}
.off_label {
	font-size: 14px;
	color: #fff;
	background: #5cb85c;
}
.delivery_pin {
	width: 140px;
	border-bottom: 1px solid #666;
	border-top: none;
	border-right: none;
	border-left: none;
}
.delivery_box {
	padding: 0 0 10px 0;
}
.check_btn {
	width: auto;
	font-size: 14px;
	color: #333;
	text-align: center;
	padding: 2px 10px;
	margin: 0;
	background: none;
	border: 1px solid #999;
	line-height: 20px;
}
.check_btn:hover {
	text-decoration: none;
}
#check_msg {
	font-size: 14px;
	color: #333;
	text-align: left;
	line-height: 20px;
}
.stock {
	color: #23aa15;
}
.stockout {
	color: #FF0000;
}
.weight_box {
	width: 100%;
	line-height: 30px;
	float: left;
	margin: 0 0 15px 0;
	color: #666;
}
.checkbox-inline, .radio-inline {
	background: #fff;
	margin: 0 7px 7px 0 !important;
	float: left;
	padding: 8px;
	text-align: center;
	list-style: none;
	color: #333;
	border: 1px solid #d2d2d2;
	cursor: pointer;
}
.checkbox-inline, .radio-inline:hover, .blackbg {
	background: #333 !important;
	color: #fff !important;
	border: 1px solid #333 !important;
}
.radio-inline input[type="radio"] {
	display: none;
}
.qty-holder {
	width: 120px;
	margin: 0 auto;
}
.qty-holder > .qty {
	width: 40px;
	height: 26px;
	text-align: center;
	border: 1px solid #d1d1d1 !important;
}
.table_qty_dec, .table_qty_inc {
	padding: 3px;
}
.table_qty_dec i, .table_qty_inc i {
	color: #333 !important;
	padding: 0 5px !important;
	font-size: 12px !important;
}
.star {
	line-height: normal;
	display: block;
	color: #fff;
	padding: 6px 10px;
	margin: 0 0 20px 0;
	font-size: 14px;
	float: left;
}
.star i {
	font-size: 13px !important;
	color: #fff !important;
	padding: 0 !important;
}
.wishlist_icon {
	position: absolute;
	top: 6px;
	right: 4px;
	padding: 0;
	color: #e57373;
	border: none;
	font-size: 17px !important;
}
.wishlist_btn {
	width: 28px;
	height: 28px;
	position: absolute;
	background: #fff;
	right: 10px;
	float: right;
	border: 1px solid #e57373;
	border-radius: 50%;
	z-index: 9;
}
.leftbtn {
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	width: 32px;
	height: 32px;
	background: rgba(0, 0, 0, 0) url(../images/lightbox-prev.png) no-repeat scroll left top;
	display: block;
	z-index: 999;
	top: 55%;
	left: 0;
}
.rightbtn {
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	width: 32px;
	height: 32px;
	background: rgba(0, 0, 0, 0) url(../images/lightbox-next.png) no-repeat scroll right top;
	display: block;
	z-index: 999;
	top: 55%;
	right: 0;
}

/***************************** Profile *****************************/
.myaccount_head {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #333;
    text-align: left;
    margin: 0 0 20px 0;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}
.myaccount h3 {
    width: 50%;
    float: left;
    font-size: 14px;
    color: #333;
    text-align: left;
    padding: 0;
    margin: 0 0 20px 0;
}
.myaccount h4 {
    width: 50%;
    float: left;
    font-size: 15px;
    color: #333;
    text-align: left;
    padding: 0;
    margin: 0 0 20px 0;
}
.editprofile_btn {
    width: auto;
    display: block;
    font-size: 14px;
    color: #333;
    text-align: center;
    float: right;
    padding: 0;
    margin: 3px 0 0 0;
    border: none;
    position: relative;
    background: #fff;
    line-height: 20px;
    clear: none;
}
.editprofile_btn:hover {
    color:#db1a21;
}
.editprofile_btn:focus {
    color:#333;
}

/***************************** cart *****************************/
.cart_img {
	width: 100px;
    padding: 2px;
}
.cart_total_amd {
    font-size:18px;
    padding: 15px;
    text-align:right;
}
.cart_total {
    font-size: 15px;
    padding: 15px;
    text-align:right;
}
.cart_btn_bg {
    padding:20px 0;
}
.cart_btn_box {
    float:right;
}
.cart_total_row {
    width: 100%;
    float: left;
	background: #fff;
    border-bottom: 1px solid #ddd;
}
.orderdetails {
    width: 100%;
    background: #f0f0f0;
    float: left;
    margin:0 0 20px 0;
}
.orderdetails h4 {
    font-size: 14px;
    float: left;
    padding: 10px;
    color: #333;
}
.payment_box {
    width: 100%;
    background: #f0f0f0;
    margin: 0 0 30px 0;
    padding: 8px;
    border: 1px solid #ddd;
    float: left;
    clear: both;
}
.redeem_box {
    width: 100%;
    background: #fff;
    margin: 0 0 5px 0;
    padding: 8px;
    float: left;
    clear: both;
}
.redeem_box label {
	width: 100%;
	padding: 0 0 10px 0;
}
.redeem_btn {
	width: auto;
    float: none;
    padding: 6px;
	background: #db1a21;
	color: #fff;
}
.payment_box h4 {
    width: 100%;
    font-size: 14px;
    background: #fff;
	color: #333;
    margin: 0;
    padding: 10px;
	text-align: center;
	float: left;
    border-bottom: 1px solid #ddd;
}
.payment_box h4 span {
    width: 100%;
    float:left;
    padding: 10px;
    font-size: 15px;
    text-align:center;
}
.payment_box h3 {
    width: 100%;
    font-size: 18px;
    color: #D11717;
    margin: 0;
    padding: 10px 0;
	text-align: center;
	float: left;
	font-weight: 700;
}
.payment_box h3 span {
    width: 100%;
    float:left;
    text-align:center;
    padding: 10px 0;
	font-weight: 700;
}

/***************************** table *****************************/
.cart .table-responsive {
	width: 100%;
	float: left;
    border:none !important;
    margin: 0 0 10px 0;
	background: #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}
.cart .table {
    margin: 0;
}
.cart .table > thead > tr > th {
    text-align: center !important;
    padding: 20px 10px;
    border: none;
    font-size: 14px;
}
.cart .table > tbody > tr > td {
    text-align: center !important;
    padding: 30px 10px;
    border-top: none;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}
.cart .table > tbody > tr > td a {
    color: #333;
}
.cart .white_space {
    white-space:inherit !important;
}

/************************* static_page *************************/
.static_page h1 {
    width: 100%;
    font-size: 21px;
    float: left;
    color: #333;
	padding: 0 0 10px 0;
    line-height: 24px;
}
.static_page h2 {
    width: 100%;
    font-size: 19px;
    float: left;
    color: #333;
	padding: 0 0 10px 0;
    line-height: 24px;
}
.static_page h3 {
    width: 100%;
    font-size: 17px;
    float: left;
    color: #333;
	padding: 0 0 10px 0;
    line-height: 24px;
}
.static_page h4 {
    width: 100%;
    font-size: 15px;
    float: left;
    color: #333;
	padding: 0 0 10px 0;
    line-height: 24px;
}
.static_page ul, .static_page ol {
    width: 100%;
    font-size: 14px;
    float: left;
    text-align: left;
    color: #333;
    margin: 0;
    padding: 0 0 10px 15px;
}
.static_page ul li, .static_page ol li {
    margin: 0 0 5px 10px;
    line-height: 28px;
}

.panel-title {
    width:100%;
    color: #333;
    font-size: 16px;
    padding-right: 15px;
}
.panel-group, .panel, .panel-heading, .panel-body {
    width:100%;
}
.panel-default>.panel-heading a:before {
	content: "";
  	position: relative;
  	top: 6px;
  	display: inline-block;
  	font-family: 'Glyphicons Halflings';
  	font-style: normal;
  	line-height: 1;
  	font-size: 10px;
    color:#333;
  	float: right;
  	transition: transform .25s linear;
  	-webkit-transition: -webkit-transform .25s linear;
}
.panel-default>.panel-heading a[aria-expanded="true"] {
  	background-color: #eee;
}
.panel-default>.panel-heading a[aria-expanded="true"]:before {
  	content: "\2212";
  	-webkit-transform: rotate(180deg);
  	transform: rotate(180deg);
}
.panel-default>.panel-heading a[aria-expanded="false"]:before {
  	content: "\002b";
  	-webkit-transform: rotate(90deg);
  	transform: rotate(90deg);
}

/***************************** Career *****************************/
.career_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 0 30px 0;
}
.career_bg {
	padding: 0 15px 45px 15px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	height: 100% !important;
}
.career_box h2 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 18px;
	color: #333;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 0;
	margin: 15px 0 10px 0;
}
.career_box ul {
	width: 100%;
	float: left;
	background: #fff;
	margin: 0 0 25px 0;
}
.career_box li {
	width: 100%;
	float: left;
	padding: 10px 0;
	border-bottom: 1px dotted #9d9d9d;
	font-size: 15px;
	list-style: none;
}

/*****************************career_details*****************************/
.career_details h2 {
	width: 100%;
	float: left;
	font-size: 20px;
	color: #333;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
.career_details h4 {
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 26px;
	color: #333;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: justify;
}
.file_upload input {
	height: 41px;
	padding: 0 15px;
	margin: 5px 0 !important;
}

/***************************** Media *****************************/
.gallery h2 {
	width: 100%;
	font-size: 17px;
	color: #333;
	margin: 15px 0;
	padding: 0;
	text-align: center;
	word-wrap: break-word;
}

/*****************************measure_your_food*****************************/
.measure_your_food ul {
	font-size: 15px;
	line-height: 30px;
	color: #333;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.measure_your_food ul li {
	margin: 0 0 10px 10px;
}
.measure_your_food h2 {
	width: 100%;
	font-size: 19px;
	color: #333;
	margin: 10px 0;
	padding: 0 0 5px 0;
	text-align: center;
	word-wrap: break-word;
	border-bottom: 1px dotted #333;
}
.measure_your_food .table > thead > tr {
    background: #666;
    color: #FFF;
}
.measure_your_food_table {
    background: #fff;
    color: #333;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}

/*****************************kitchen_book*****************************/
.kitchen_book_body {
	padding: 15px;
}
.kitchen_book_body h2 {
	width: 100%;
	font-size: 18px;
	color: #333;
	margin: 15px 0;
	padding: 0;
	float: left;
	text-align: left;
}
.kitchen_book_body ul {
	font-size: 14px;
	color: #333;
	width: 100%;
	float: left;
	line-height: 26px;
	padding: 0 0 0 20px;
	text-align: justify;
}

/*****************************store locator*****************************/
.store_locator_input {
	display: block;
	width: 100%;
	height: 40px;
	margin: 0 0 10px 0;
	padding: 2px 4px;
	color: #555;
	float: left;
	font-size: 14px;
	border: 1px solid #a9a9a9;
}
.find_store_btn {
	padding-top: 15px;
	padding-bottom: 30px;
}
.store_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 0 30px 0;
}
.store_box_border {
	padding: 8px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	height: 100% !important;
}
.store_box_bg {
	background: #333;
	height: 100% !important;
}
.store_box h3 {
	width: 100%;
	font-size: 18px;
	line-height: normal;
	color: #fff;
	margin: 0;
	padding: 10px 10px 0 10px;
	text-align: center;
}
.store_box h4 {
	width: 100%;
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	margin: 0;
	padding: 10px;
	text-align: center;
}
.store_box h4 p a {
	color: #fff;
}

/*****************************testimonials*****************************/
.testimonial_btn {
	padding-bottom: 30px;
}
.testimonials_box {
	margin: 0 0 20px 0;
	padding: 15px;
	background: #fff;
	float: left;
	outline: none;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}
.testimonials_img {
	display: block;
	width: 150px;
	margin: 0 10px 0 0;
	border: 2px solid #fff;
	padding: 0;
	float: left;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.testimonials_box h2 {
	width: 100%;
	font-size: 17px;
	color: #333;
	margin: 10px 0;
	padding: 0;
	text-align: right;
	word-wrap: break-word;
}
.testimonials_box h3 {
	width: 100%;
	font-size: 15px;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: right;
	word-wrap: break-word;
}
.testimonials_box h4 {
	width: 100%;
	font-size: 15px;
	line-height: 26px;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: justify;
	word-wrap: break-word;
}

/*****************************shipping details*****************************/
.shipping_details_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 0 30px 0;
}
.shipping_details_box_border {
	padding: 8px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	height: 100% !important;
}
.shipping_details_box_bg {
	background: #333;
	height: 100% !important;
}
.shipping_details_box h3 {
    width: 100%;
    font-size: 17px;
    line-height: normal;
    color: #fff;
    margin: 0;
    padding: 10px 10px 0 10px;
    text-align: center;
}
.shipping_details_box h4 {
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    margin: 0;
    padding: 10px;
    text-align: center;
}
.shipping_details_box h4 p a {
    color: #fff;
}
.shipping_details_btnbox {
	width: 100%;
	float: left;
    margin: 3px 0;
	background: #fff;
}
.payment_success {
    width: 100%;
    font-size: 20px;
    color: #090;
    margin: 40px 0;
    padding: 0;
    float: left;
    text-align: center;
}
.payment_failed {
    width: 100%;
    font-size: 20px;
    color: #FF3300;
    margin: 40px 0;
    padding: 0;
    float: left;
    text-align: center;
}

/***************************** site map *****************************/
.site_map_btn {
	border: 1px solid #d1d1d1;
	text-align: center !important;
	margin: 15px 0;
}
.site_map_btn:hover {
	border: 1px solid #db1a21;
}
.site_map h1 a {
	width: 100%;
	float: left;
	padding: 10px;
	border: 1px solid #d1d1d1;
	margin: 15px 0;
	background: #fff;
    font-size: 14px;
	color: #333;
	text-transform: uppercase;
	text-align: center;
}
.site_map h1 a:hover {
    color: #db1a21;
	border: 1px solid #db1a21;
}
.site_map i {
    font-size: 17px;
    color: #db1a21;
    margin-right: 5px;
}
.site_map a {
	width: 100%;
    float: left;
    text-align:left;
    padding:10px 0;
    font-size: 14px;
	background: #fff;
    color: #333;
}
.site_map a:hover {
    color: #db1a21;
}


/***************************** reach_us *****************************/
.reach_us {
	width: 100%;
	height: auto;
	background: #fff url(../images/bg.png) no-repeat fixed center center;
	float: left;
	padding: 60px 0;
	margin: 0;
}
.reach_us h1 {
	width: 100%;
	font-size: 26px;
	line-height: normal;
	color: #333;
	margin: 40px 0;
	padding: 0;
	float: left;
	text-align: center;
}
.reach_us h2 {
	width: 100%;
	font-size: 19px;
	color: #333;
	margin: 15px 0;
	padding: 0;
	text-align: center;
	word-wrap: break-word;
}
.reach_us h4 {
	width: 100%;
	font-size: 15px;
	line-height: 26px;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
	word-wrap: break-word;
}
.reach_us h4 a {
	color: #333;
}
.reach_us h4 a:hover {
	color: #333;
}
.contact_address_box {
	margin: 50px 0 0 0;
}
.contact_form_box {
	width: 100%;
	margin: 40px 0;
	float: left;
}
.contact_form_box form {
	width: 50%;
	margin: 0 auto;
}
.contact_form {
	width: 100%;
	float: left;
	background: none;
}
.contact_form_btn {
	border: none;
}
.contact_map_box {
	width: 100%;
	height: auto;
	background: #333 url(../images/contact_bg.jpg) no-repeat fixed center center;
	float: left;
	padding: 90px 0 60px 0;
	margin: 0;
	-webkit-background-attachment: fixed;
	-moz-background-attachment: fixed;
	-o-background-attachment: fixed;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-background-position: center;
	-moz-background-position: center;
	-o-background-position: center;
	background-position: center;
}
.contact_map_box h1 {
	width: 100%;
	font-size: 22px;
	line-height: normal;
	color: #fff;
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
	text-align: center;
}

/*****************************footer*****************************/
.footer {
	width: 100%;
	min-height: 220px;
	float: left;
	padding: 40px 0 30px 0;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) repeat-y center top;
	border-top: 10px solid #fff;
}
.footer_logo {
	width: 140px;
}
.footer_menu {
	border-bottom: 1px solid #3a3a3a;
}
.footer_menu ul {
	width: 100%;
	float: left;
	padding: 0 0 0 15px;
	margin: 0;
	list-style: none;
}
.footer_menu ul li a {
	width: 100%;
	float: left;
	font-size: 13px;
	color: #999;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
.footer_menu ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.footer_menu ul li .active {
	color: #fff;
}
.footer_social {
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
	display: block;
	text-align: center;
	padding: 0;
}
.trs2 {
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-ms-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}
.twt:hover img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.card {
	margin: 10px 0 0 0;
	float: right;
}
.card img {
	padding: 10px 0;
}
.copyright {
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
}
.copyright h2 {
	width: 100%;
	font-size: 14px;
	float: left;
	text-align: center;
	color: #333;
	margin: 15px 0;
	line-height: 22px;
}
.copyright h2 a {
	color: #333;
	outline: medium none;
	text-decoration: none;
}
.copyright h2 a:hover {
	color: #db1a21;
	text-decoration: none;
}

@media (min-aspect-ratio: 16/9) {
.fullscreen-bg__video {
	height: 300%;
	top: -100%;
}
}

@media (max-aspect-ratio: 16/9) {
.fullscreen-bg__video {
	width: 300%;
	left: -100%;
}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
.welcome h2 {
	margin: 0;
}
}

@media (min-width: 992px) {
.sidenav {
	width: 100% !important;
}
}

@media screen and (min-width: 200px) and (max-width: 991px) {
.navbar-header {
	float: none;
	margin: 0 !important;
}

.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
	position: absolute;
	right: 15px;
	margin: 0;
}
header .cart_login {
	margin-right: 45px;
	margin-top: 12px;
}
.smaller .cart_login {
	margin-top: 30px;
	margin-right: 30px;
}
.smaller .navbar-toggle {
	margin-top: 30px;
	padding: 9px 0;
	background: none;
	border: none;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	padding: 0 !important;
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}
.navstyle li a:hover, .navstyle li a:focus, .navstyle li a.active {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
}
header .menu {
	width: 100%;
	margin: 0;
	background: #fff;
}
header .navbar-nav > li > a {
	color: #333;
	text-shadow: none;
}
header .navbar-nav > li > a.active, header .navbar-nav > li > a:hover {
	background: #ee2f3f;
}
.smaller .navbar-nav > li > a.active, .smaller .navbar-nav > li > a:hover {
	background: rgba(0, 0, 0, .4);
}
.smaller .navbar-nav > li > a {
	color: #fff;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.45);
}
.smaller .menu {
	background-color: rgba(0, 0, 0, 0);
	margin-top: 0;
}
.welcome {
	background: url(../images/welcome_img_sm.png) no-repeat center center;
	padding: 25px 0 70px 0;
}
.welcome h2 {
	text-align: center;
}
.footer_logo {
	margin-bottom: 20px;
}
.card {
	text-align: center;
	float: none;
	padding: 10px 0;
}
.reach_us {
	background: url(../images/contact_img_sm.png) no-repeat bottom center;
	padding: 30px 0 40px 0;
}
.map {
	margin-bottom: 90px;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
.sidenav .product_cat_closebtn {
	width: 100%;
	float: left;
	display: block;
	position: absolute;
	top: 0;
	color: #fff;
	background: #d8090c;
	padding: 15px;
}
.sidenav .product_cat_closebtn p {
	float: left;
	font-size: 17px;
}
.sidenav .product_cat_closebtn i {
	float: right;
	font-size: 20px;
}
.sidebar_head {
	cursor: pointer;
	width: 100%;
	border-radius: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	z-index: 999;
	padding: 10px;
}
.pro_copy {
	margin: 0 0 40px 0;
}
.store_box, .shipping_details_box {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.cart_total_amd, .cart_total {
    text-align: center;
    margin: 0;
    padding: 10px;
}
}

@media screen and (min-width: 200px) and (max-width: 767px) {
.contact_form_box form {
	width: 100%;
	margin: 0 auto;
}
.social {
	display: none;
}
.Product_label {
	width: 100%;
	margin: 0;
	padding: 0 5px;
}
.search {
	width: 100%;
	margin: 0 !important;
}
.search_btn {
	margin: 0;
}
.Product_search, .Product_sort {
	width: 50%;
	float: left;
	padding: 10px 0;
}
.Product_show {
	width: 20%;
	float: right;
}
.Product_item {
	width: 50%;
	float: right;
	text-align: left;
}
.Product_input {
	width: 96%;
	margin: 0 2%;
}
.breadcrumb {
	text-align: center;
}
.career_box, .store_box, .shipping_details_box {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.career_form_btn {
    float: none;
    margin: 5px 0 10px 0;
    display: inline-flex;
}
}

@media screen and (min-width: 200px) and (max-width: 575px) {
header {
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
	background-color: #333;
}
header .navbar-toggle {
	background: none;
	border: none;
	margin-top: 42px;
	right: 9px;
}
.smaller .navbar-toggle {
	background: none;
	border: none;
	margin-top: 42px;
	right: 15px;
}
.smaller .inner_navbar-toggle {
	margin-top: 55px;
}
header .cart_login {
	margin-right: 0;
	margin-top: 5px;
}
.smaller .cart_login {
	margin-right: 0;
	margin-top: 5px;
}
.smaller .inner_cart {
	width: 100%;
}
header .cart_login .login {
	float: right;
}
header .logo {
	width: 60px;
}
.smaller {
	position: fixed;
}
.smaller .logo {
	width: 60px;
}
.banner {
    margin: 75px 0 0 0;
}
.p_div {
	width: 100%;
	padding: 0;
}
.pro_div {
	width: 50%;
}
.footer_menu ul {
	padding: 0;
}
.footer_menu ul li a {
	text-align: center;
}
.set_8_button4 {
	width: 100%;
}
.send_btn {
	width: 100%;
	margin: 5px 0 !important;
}
.find_btn {
    width: 100%;
}
.product_div h2 {
	font-size: 13px;
}
.product_div img {
	margin: 30px auto;
	padding: 0;
}
.Product_search, .Product_sort {
	width: 100%;
}
.Product_show, .Product_item {
	width: 50%;
}
.Product_input {
    width: 100%;
    margin: 0;
}
.delivery_box p {
    width: 100%;
    float: left;
}
.testimonials_img {
	width: 100%;
	margin: 0 0 10px 0;
}
.form_box, .modal-body {
    padding: 20px 10px;
}
.tab_btn.tab_du > li {
    width: 48%;
    margin: 10px 1%;
}
.tab_btn > li > a {
    height: 50px;
}
.gallery {
	width: 100%;
}
.products .inner_border_bg {
	padding: 5px 0;
}
.cart_btn_box {
    float: none;
}
}