@charset "utf-8";



/* CSS Document */



@import url(animations.css);
@font-face {
	font-family: 'CenturyGothic';
	src: url('../fonts/CenturyGothic.eot') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CenturyGothic';
	src: url('../fonts/CenturyGothic.ttf') format('truetype'), url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CenturyGothic-Bold';
	src: url('../fonts/CenturyGothic-Bold.eot') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CenturyGothic-Bold';
	src: url('../fonts/CenturyGothic-Bold.ttf') format('truetype'), url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MinionPro-Regular';
	src: url('../fonts/MinionPro-Regular.eot') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MinionPro-Regular';
	src: url('../fonts/MinionPro-Regular.otf') format('opentype'),  url('../fonts/MinionPro-Regular.ttf') format('truetype'), url('../fonts/MinionPro-Regular.svg#MinionPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	overflow-x: scroll;
}
body {
	font-family: 'CenturyGothic', sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow-x: hidden;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image:url(../images/body-bg.jpg);
}
body.modal-open {
	overflow: auto;
	padding-right: 0px !important;
}
a {
	outline: none;
}
button {
	outline: none;
}
h1 {
	display: none;
}
/*HEADER START*/



.header {
	width: 100%;
	min-height: 110px;
	background-color: #b12736;
	
}
.header .logo {
	width: 100%;
	height: auto;
	margin: 0px 10px;
	padding: 10px 0px;
}
.header:after {
	clear: both;
}
.header .main-title {
	font-family: 'CenturyGothic-Bold', sans-serif;
	font-weight: bold;
	width: 100%;
	margin-top: 15px;
	font-size: 33px;
	color: #1ca17f;
	text-transform: uppercase;
	text-align: center;
	text-outline: 1px #FFF;
	-webkit-text-stroke: 1px #fff;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.header .sub-title {
	font-family: 'CenturyGothic-Bold', sans-serif;
	font-weight: bolder;
	width: 100%;
	margin-top: 5px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.main-header {
	width: 100%;
	min-height: 80px;
	padding: 10px 0;
	background-color: #b12736;
	background-image:url(../images/header.jpg);
	background-size:cover;
}
.main-header .logo {
	width: 100%;
	height: auto;
	margin: 0px 10px;
}
.main-header:after {
	clear: both;
}


.main-header ul.menu-list {
	padding: 0px;
	float:right;
		
		margin-bottom: 0px;
margin-top: 10px;
	
}
.main-header ul.menu-list li {
	font-family: 'CenturyGothic-Bold', sans-serif;
letter-spacing: -1px;
font-size: 16px;
display: inline-block;
line-height: 19px;
list-style-type: none;
color: #fff;
vertical-align: middle;
}
.main-header ul.menu-list li a {
	font-size: 15px;
	font-family: 'CenturyGothic-Bold', sans-serif;
	letter-spacing: -1px;
	text-decoration: none;
	padding: 0px 5px;
	color: #fff;
	text-transform:uppercase;
}
.main-header ul.menu-list li.current {
	color: #f9e6ae !important;
}
.main-header ul.menu-list li a.active {
	color: #fff;
	cursor: pointer;
}
.main-header ul.menu-list li a.active:hover {
	text-decoration: underline;
}
.main-header ul.menu-list li:first-child {
	border: none;
}






.main-header ul.num-list {
	padding: 0px;
	float:right;
		
	
}
.main-header ul.num-list li {
	font-family: 'CenturyGothic-Bold', sans-serif;
	letter-spacing: -1px;
	font-size: 16px;
	margin: 0px 4px;
	display: inline-block;
	line-height: 15px;
	list-style-type: none;
	color: #fff;
}
.main-header ul.num-list li a {
	font-size: 15px;
	font-family: 'CenturyGothic-Bold', sans-serif;
	letter-spacing: -1px;
	text-decoration: none;
	padding: 0px 5px;
	color: #fff;
}
.main-header ul.num-list li.current {
	color: #f9e6ae !important;
}
.main-header ul.num-list li a.active {
	color: #fff;
	cursor: pointer;
}
.main-header ul.num-list li a.active:hover {
	text-decoration: underline;
}
.main-header ul.num-list li:first-child {
	border: none;
}


.main-header ul.login-list {
	padding: 0px;
	float:right;
	margin-left:0px;
		
	
}
.main-header ul.login-list li {
	font-family: 'CenturyGothic-Bold', sans-serif;
	letter-spacing: -1px;
	font-size: 15px;
	margin: 0px 0px;
	display: inline-block;
	line-height: 15px;
	list-style-type: none;
	color: #fff;
}
.main-header ul.login-list li a {
	font-size: 15px;
	font-family: 'CenturyGothic-Bold', sans-serif;
	letter-spacing: -1px;
	text-decoration: none;
	padding: 0px 5px;
	color: #fff;
}
.main-header ul.login-list li.current {
	color: #f9e6ae !important;
}
.main-header ul.login-list li a.active {
	color: #fff;
	cursor: pointer;
}
.main-header ul.login-list li a.active:hover {
	text-decoration: underline;
}
.main-header ul.login-list li:first-child {
	border: none;
	border-right: 1px solid #fff;
	padding-right: 5px;
}


.main-header .subscribe-box {
	width: 225px;
	height: 40px;
	display: inline-block;
	float: right;
}
.subscribe-box .btn-green {
	background-color: #22a181;
	border-radius: 0 15px 15px 0;
	font-size: 15px;
	padding: 8px 8px 9px 29px;
	font-family: 'CenturyGothic-Bold', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.btn-green {
	background-color: #22a181;
	border-radius: 5px;
	font-size: 15px;
	padding: 8px 8px 8px 8px;
	font-family: 'CenturyGothic-Bold', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.btn-subscribe {
	background-color: #1ba181;
	border-radius: 10px;
	font-size: 15px;
	padding: 8px 8px 8px 8px;
	font-family: 'CenturyGothic-Bold', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.btn-green:hover {
	color: #fff;
	opacity: 0.7;
}
.btn-green:focus {
	color: #fff;
}
.subscribe-box .form-control {
	border-radius: 15px !important;
	font-family: 'CenturyGothic', sans-serif;
	font-size: 17px;
	padding: 7px;
	background-color: #b12736;
	border: 1px solid #fff;
	color: #fff !important;
}
 .subscribe-box .form-control:-moz-placeholder { /* Firefox 18- */
 color: #fff !important;
}
 .subscribe-box .form-control::-moz-placeholder {  /* Firefox 19+ */
 color: #fff !important;
}
 .subscribe-box .form-control::-webkit-input-placeholder {  /* Firefox 19+ */
 color: #fff !important;
}



:-webkit-input-placeholder  .subscribe-box .form-control:-ms-input-placeholder {
 color: #fff !important;
}
.subscribe-box .input-group-btn {
	left: -13px;
	z-index: 0;
}
.subscribe-box .input-group-btn button {
	left: -13px;
	z-index: 0;
	margin-right: -20px;
}
.main-header .pick-search-box {
position: absolute;
width: 317px;
height: 42px;
top: -6px;
right: 50px;
float: right;
display: inline-block;
background: #1ba181;
border-radius: 15px;
}
.pick-search-box .btn-green {
	background-color: #1ba181;
	border-radius: 0 15px 15px 0;
	font-size: 24px;
	padding: 1px 8px 1px 31px;
	font-family: 'CenturyGothic-Bold', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.pick-search-box .form-control {
	border-radius: 15px !important;
	font-family: 'CenturyGothic', sans-serif;
	font-size: 17px;
	padding: 7px;
	height: 42px;
}
.pick-search-box .input-group-btn {
	left: -13px;
	z-index: 0;
}
.pick-search-box .input-group-btn button {
	left: -13px;
	z-index: 0;
	margin-right: -20px;
}
.main-header .menu-box {
	width: 285px;
	height: 40px;
	display: inline-block;
	float: right;
}
.main-header .menu-box ul {
	padding: 0px;
	float: right;
	margin-top: 10px;
	float: left;
}
.main-header .menu-box ul li {
	display: inline-block;
	line-height: 15px;
	list-style-type: none;
}
.main-header .menu-box ul li a {
	font-family: 'CenturyGothic-Bold', sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: 600;
	padding: 0px 3px;
	color: #f9e6ae;
}


/*HEADER END*/







/*BANNER START*/



.menu-bar {
	min-width: 360px;
	width: 28%;
	margin: 0px 15px;
	float: left;
	position: absolute;
}
.main-slider {
	width: 66%;
	margin-left: 400px;
	float: left;
	float: right;
}
.banner {
	width: 100%;
	min-height: 450px;
	background-color: #f9e6b0;
	background-image: url(../images/banner-bg.jpg);
	background-repeat: repeat;
}
.banner:after {
	clear: both;
}
.banner-home {
	width: 100%;
	min-height: 335px;
	background-color: #FFDC7C;
	background-image: url(../images/banner-bg.jpg);
	background-repeat: repeat;
}
.banner-home:after {
	clear: both;
}
.product-banner {
	width: 100%;
	min-height: auto;
	background-color: #f9e6b0;
	background-image: url(../images/banner-bg.jpg);
	background-repeat: repeat;
}
.product-banner .banr-one {
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
}
.product-banner .banr-two {
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
}
.product-banner .banr-three {
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
}
.product-banner .banr-one img {
	width: 100%;
}
.product-banner .banr-two img {
	width: 100%;
}
.product-banner .banr-three img {
	width: 100%;
}
.menu-bar .side-heading {
	font-family: 'CenturyGothic-Bold', sans-serif;
font-weight: bold;
text-outline: 1px #FFF;
width: 100%;
line-height: 54px;
margin-top: 30px;
font-size: 47px;
color: #1ca17f;
text-transform: uppercase;
text-align: center;
-webkit-text-stroke: 1px #fff;

text-shadow: 1px 1px 0 #fff,-1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,1px 1px 0 #fff;


}
.menu-bar .side-sub-heading {
	font-family: 'CenturyGothic-Bold', sans-serif;
font-weight: bolder;
width: 100%;
margin-top: 28px;
font-size: 23px;
color: #b12736;
text-transform: uppercase;
text-align: center;
}
.menu-bar .side-content {
	font-family: 'CenturyGothic-Bold', sans-serif;
font-weight: bold;
text-outline: 1px #FFF;
width: 100%;
margin-top: 20px;
font-size: 18px;
color: #1ca17f;
text-transform: uppercase;
text-align: center;
text-outline: 1px #FFF;
-webkit-text-stroke: 1px #fff;
    text-shadow: 1px 1px 0 #fff,-1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,1px 1px 0 #fff;

}

}
.slidesjs-control a img {
	width: 100%;
}
/*BANNER END*/







/*MAIN MENU*/



ul.main-menu {
	list-style-type: none;
	padding-left: 0px;
}
ul.main-menu li {
	list-style-type: none;
	margin: 0px 30px;
	text-align: center;
}
ul.main-menu li a {
	text-decoration: none;
}
ul.main-menu li p {
	font-family: 'CenturyGothic', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 17px;
	margin: 0px 10px;
	text-align: center;
}
ul.main-menu li .menu-btn {
	border-radius: 15px;
	height: 55px;
	margin-top: 10px;
	background-color: #22a181;
}
ul.main-menu li .menu-btn:hover {
	background-color: #b12736;
}
ul.main-menu li .menu-btn .go {
	border-radius: 15px;
	float: left;
	width: 80%;
	height: 55px;
	background-color: #fff;
	padding: 3px 15px;
	text-align: center;
}
ul.main-menu li .menu-btn .go span {
	font-family: 'CenturyGothic', sans-serif;
	text-decoration: none;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	font-size: 30px;
	white-space: nowrap;
	color: #b12736;
}
ul.main-menu li .menu-btn span {
	font-family: 'CenturyGothic-Bold', sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: 33px;
	color: #fff;
	margin-right: 9px;
}
/*BANNER END*/







/*TAG LINE*/







.tag-line {
	width: 100%;
	min-height: 59px;
	background-color: #b12736;
	padding: 15px;
}
.tag-line:after {
	clear: both;
}
.tag-line h2 {
	font-family: 'CenturyGothic-Bold', sans-serif;
	font-size: 25px;
	padding-top: 0px;
	margin: 0px;
	text-align: center;
	color: #ffd96e;
	text-transform: uppercase;
}
.product-tag-line {
	width: 100%;
	min-height: 59px;
	background-color: #22a181;
	padding: 15px;
}
.product-tag-line:after {
	clear: both;
}
.product-tag-line h2 {
	font-family: 'CenturyGothic-Bold', sans-serif;
	font-size: 25px;
	padding-top: 0px;
	margin: 0px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.welcome-head {
	color: #b22736;
	font-family: "CenturyGothic-Bold", sans-serif;
	font-size: 21px;
	margin-bottom: 8px;
	text-align: left;
	width: 100%;
}
.prod-heading {
	font-family: 'CenturyGothic', sans-serif;
	border-bottom: 3px dotted #b22736;
	color: #b22736;
	font-size: 22px;
	margin-bottom: 10px;
	width: 100%;
}
.product-content {
	width: 100%;
	min-height: 59px;
	background-color: #b12736;
	padding: 15px;
}
.product-content:after {
	clear: both;
}
.product-content .product-box {
	width: 15%;
	min-height: auto;
	;
	background-color: #fff;
	display: inline-block;
	margin: 0px 0.3%;
}
.product-content .product-box img {
	margin: 0px auto;
}
/*TAG LINE END*/











/*WRAPPER CONTENT*/



.wrapper {
	max-width: 1200px;
	margin: 0px auto;
	min-height: 400px;
}
.wrapper h2 {
	color: #000;
	font-size: 25px;
	text-align: center;
	padding-top: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.block-content {
	width: 100%;
	min-height: 160px;
	margin-top: 20px;
}
.block-content .block-left {
	background-color: #22a181;
	text-decoration: none;
	text-align: center;
	border-radius: 10px;
	padding: 12px;
	min-height: 55px;
	margin: 20px 0px 0px 0px;
}
.block-content a {
	text-decoration: none;
}
.block-content .block-left span {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-family: 'CenturyGothic-Bold', sans-serif;
}
.block-content .block-center {
	background-color: #ffd96e;
	padding: 10px;
	border-radius: 10px;
	min-height: 100px;
	margin: 20px 20px 0px 20px;
}
.block-content .block-center p {
	color: #000;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	font-size: 22px;
	font-family: 'CenturyGothic-Bold', sans-serif;
}
.block-content .block-right {
	background-color: #b12736;
	text-decoration: none;
	text-align: center;
	padding: 12px;
	border-radius: 10px;
	min-height: 55px;
	margin: 20px 0px 0px 0px;
}
.block-content .block-right span {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-family: 'CenturyGothic-Bold', sans-serif;
}
.block-main-content a {
	text-decoration: none;
}
.block-main-content {
	width: 100%;
	min-height: 250px;
	margin-top: 20px;
		
}
.block-main-content .block-left {
	background-color: #1ba181;
	text-align: center;
	border-radius: 10px;
	padding: 12px;
	min-height: 55px;
	margin: 0px 0px 20px 0px;
}
.block-main-content .block-left span {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-family: 'CenturyGothic-Bold', sans-serif;
}
.block-main-content .block-center {
	background-color: #ffd96e;
	padding: 10px;
	border-radius: 10px;
	min-height: 100px;
	margin: 0px;
}
.block-main-content .block-center p {
	color: #000;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	font-size: 22px;
	font-family: 'CenturyGothic-Bold', sans-serif;
}
.block-main-content .block-right {
	background-color: #b12736;
	text-align: center;
	padding: 12px;
	border-radius: 10px;
	min-height: 55px;
	margin: 20px 0px 0px 0px;
}
.block-main-content .block-right span {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-family: 'CenturyGothic-Bold', sans-serif;
}
.product-main-content {
	width: 100%;
	min-height: 160px;
	position: relative;
}
.product-main-content .block-left {
	background-color: #22a181;
	text-align: center;
	border-radius: 10px;
	padding: 12px;
	min-height: 55px;
	margin: 20px 0px 0px 0px;
}
.product-main-content .block-left a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-family: 'CenturyGothic-Bold', sans-serif;
}
.product-main-content .block-center {
	background-color: #ffd96e;
	padding: 10px;
	border-radius: 10px;
	min-height: 100px;
	margin: 0px;
}
.product-main-content .block-center p {
	color: #000;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	font-size: 22px;
	font-family: 'CenturyGothic-Bold', sans-serif;
}
.product-main-content .block-right {
	background-color: #b12736;
	text-align: center;
	padding: 12px;
	border-radius: 10px;
	min-height: 55px;
	margin: 20px 0px 0px 0px;
}
.product-main-content .block-right a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-family: 'CenturyGothic-Bold', sans-serif;
}
.product-main-content a {
	text-decoration: none;
}
.product-main-content .add-btn {
	background-color: #1ca17f;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	min-height: 55px;
	margin: 20px 10px 0px 10px;
}
.product-main-content .btn-green {
	background-color: #1ca17f;
	width: 92%;
	border-radius: 10px;
	font-size: 23px;
	margin: 20px 10px 0;
	min-height: 55px;
	padding: 10px 25px;
	text-align: center;
}
.product-main-content .add-btn span {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 21px;
	font-family: 'CenturyGothic-Bold', sans-serif;
}
.ui-datepicker-trigger {
	padding: 6px 0 0 6px;
}
.calendar-input1 {
	width: 85% !important;
}
/*WRAPPER CONTENT END*/







/*NEWSLETTER CONTENT*/



.newsletter {
	margin-top: 30px;
}
.newsletter .btn-green {
	background-color: #22a181;
	font-size: 20px;
	border-radius: 0 15px 15px 0;
	font-family: 'CenturyGothic-Bold', sans-serif;
	color: #fff;
	padding: 9px 16px 9px 40px;
	text-transform: uppercase;
}
.newsletter .form-control {
	border-radius: 15px !important;
	font-family: 'CenturyGothic', sans-serif;
	font-size: 23px;
	padding: 7px;
	text-align: center;
}
.newsletter .input-group-btn {
	left: -13px;
	z-index: 0;
}
.newsletter .input-group-btn button {
	left: -13px;
	z-index: 0;
}
.main-container {
	max-width: 100%;
	margin: 0px auto;
	min-height: 240px;
}
.main-container h2 {
	color: #000;
	font-family: 'CenturyGothic-Bold', sans-serif;
	font-size: 25px;
	text-align: center;
	padding-top: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.main-container p {
	line-height: 23px;
	color: #000;
	font-family: 'CenturyGothic', sans-serif;
	font-size: 15px;
	text-align: center;
	text-align: left;
}
/*NEWSLETTER CONTENT END*/











/*ZIPCODE*/



.zipcode .btn-green {
	background-color: #b12736;
	font-size: 20px;
	border-radius: 0 15px 15px 0;
	font-family: 'CenturyGothic-Bold', sans-serif;
	color: #fff;
	padding: 9px 16px 9px 40px;
	text-transform: uppercase;
}
.zipcode .form-control {
	border-radius: 15px !important;
	font-family: 'CenturyGothic', sans-serif;
	text-align: center;
	font-size: 23px;
	padding: 7px;
	height: 50px;
}
.zipcode .input-group-btn {
	left: -13px;
	z-index: 0;
}
.zipcode .input-group-btn button {
	left: -13px;
	z-index: 0;
}
/*ZIPCODE END*/







/*fOOTER MENU*/



.footer-nav {
	margin: 15px 0px;
}
.footer-nav ul {
	padding: 0px;
	text-align: center;
	margin: 0px;
}
.footer-nav ul li {
	display: inline-block;
	padding: 0px 10px;
	background-image: url(../images/list-style.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.footer-nav ul li:first-child {
	background-image: none;
}
.footer-nav ul li a {
	color: #000;
	text-decoration: none;
	font-family: 'CenturyGothic', sans-serif;
}
.footer-nav ul li a:hover {
	color: #b12736;
	text-decoration: none;
	font-family: 'CenturyGothic', sans-serif;
}
.footer-content {
	width: 100%;
	height: auto;
	margin-top: 60px;
}
.footer-content h1 {
	font-family: 'CenturyGothic', sans-serif;
	font-size: 22px;
	color: #b22736;
}
.footer-content p {
	text-align: center;
}
.footer-content a {
	font-family: 'CenturyGothic', sans-serif;
	font-size: 15px;
	color: #b22736;
}
.copyright p {
	font-size: 16px;
	font-family: 'CenturyGothic', sans-serif;
	color: #000;
}
.copyright .copyleft {
	text-align: left;
}
.copyright .copyright {
	text-align: right;
}
.copyright .copyright a {
	font-size: 16px;
	color: #b12736;
}
/*fOOTER END*/















.left-sidebar {
	width: 275px;
	float: left;
	position: absolute;
	background-image: url(../images/banner-bg.jpg);
	vertical-align: top;
	padding: 0px 15px;
	z-index: 1;
	background-repeat: repeat-y;
	min-height: 100%;
}
.right-sidebar {
	width: 275px;
	float: right;
	position: absolute;
	right: 0;
	vertical-align: top;
	padding: 0px 15px;
	z-index: 1;
}
.middle-content {
	width: 100%;
	padding: 0px 280px;
	position: relative;
	;
	display: inline-block;
	vertical-align: top;
	z-index: 0;
	margin-top: 20px;
}





.left-sidebar .free-block {
	color: #b12735;
	text-transform: uppercase;
	text-align: center;
	font-family: "CenturyGothic-Bold", sans-serif;
	font-size: 108px;
	line-height: 105px;
}
.left-sidebar .same-block {
	color: #b12735;
	text-transform: uppercase;
	text-align: center;
	font-family: "CenturyGothic-Bold", sans-serif;
	font-size: 43px;
	line-height: 32px;
}
.left-sidebar .delivery-block {
	color: #b12735;
	text-transform: uppercase;
	text-align: center;
	font-family: "CenturyGothic-Bold", sans-serif;
	font-size: 47px;
	line-height: 57px;
}
.right-sidebar .shop-cart {
	background-color: #ffd96e;
	border-radius: 10px;
	font-family: "CenturyGothic-Bold", sans-serif;
	font-size: 14px;
	height: auto;
	margin-top: 20px;
	padding-bottom: 10px;
	position: static;
}
.right-sidebar .shop-cart .title {
	background-color: #b22736;
	border-radius: 10px 10px 0px 0px;
	height: 60px;
	color: #fff;
	font-family: "CenturyGothic-Bold", sans-serif;
	font-size: 25px;
	text-align: center;
	height: 60px;
	padding: 11px;
	text-transform: uppercase;
}
.product-detail {
	border-bottom: 2px dotted #b22736;
	font-family: "CenturyGothic-Bold", sans-serif;
	font-size: 14px;
	margin: 0 30px;
	min-height: 110px;
	padding: 0;
	width: auto;
}
.left-sidebar a {
	text-decoration: none;
}
.left-sidebar .block-left {
	background-color: #22a181;
	text-align: center;
	border-radius: 10px;
	padding: 12px;
	min-height: 55px;
	margin: 20px 0px 0px 0px;
}
.left-sidebar .block-left span {
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	font-family: 'CenturyGothic-Bold', sans-serif;
}
.left-sidebar .block-right {
	background-color: #b22736;
	text-align: center;
	border-radius: 10px;
	padding: 12px;
	min-height: 55px;
	margin: 20px 0px 0px 0px;
}
.left-sidebar .block-right span {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-family: 'CenturyGothic-Bold', sans-serif;
}
ul.side-menu {
	padding: 0px;
	margin-top: 20px;
}
.  li.menu-title ul {
padding-left:10px;
}
ul.side-menu .menu-title {
	width: 100%;
	padding: 0px 10px;
}
ul.side-menu li {
	list-style-type: none;
}


ul.side-menu .menu-title a {
	font-size: 19px;
	text-decoration: none;
	color: #b22736;
	text-transform: uppercase;
	font-family: "CenturyGothic-Bold", sans-serif;
}
ul.side-menu .menu-title a:focus {
	color: #22a181;
}
ul.side-menu .menu-title a:hover {
	color: #22a181;
}
ul.side-menu .menu-title .active {
	color: #22a181;
}
ul.side-menu .menu-title .menu-list {
	width: 100%;
	padding: 10px;
	list-style-type: none;
}
ul.side-menu .menu-list{
	list-style-image:url(../images/inglina_bullet.png);
}




ul.side-menu .menu-list a {
	font-size: 18px;
	text-decoration: none;
	color: #000;
	font-family: "CenturyGothic", sans-serif;
}
ul.side-menu .menu-list a:hover {
	color: #b22736;
}
.mt10px {
	margin-top: 5px;
}
.middle-content .prod-listblock {
	text-align: center;
	height: 570px;
	margin: 0 0 10px;
}
.middle-content .prod-listblock .form-control {
	font-size: 12px;
	font-family: "CenturyGothic", sans-serif;
	height: 29px;
	padding: 4px;
}
.middle-content .prod-listblock .label {
	font-family: "CenturyGothic", sans-serif;
	white-space: normal;
	text-align: left;
	font-size: 12px;
	color: #666;
	height: 29px;
	padding: 4px;
}
.middle-content .prod-listblock span {
	font-size: 14px;
	font-family: "CenturyGothic", sans-serif;
}
.middle-content .prod-listblock h2 {
	text-align: left;
	font-size: 20px;
	margin: 0 0 20px;
}
.middle-content .prod-listblock p {
	text-align: left;
	font-size: 18px;
	margin: 0 0 2px;
	line-height: 28px;
}
.middle-content .prod-listblock a {
	text-align: left;
	color: #000;
	text-decoration: none;
	font-size: 16px;
}
.middle-content .prod-listblock .price {
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	margin: 50px 0 50px;
}
.middle-content .prod-listblock .prod-img {
	margin: 0 0 10px;
	background: #fff;
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
	height: 0px;
}
.middle-content .prod-listblock .prod-img .img-fluid {
	margin: 0 0 10px;
	width: 100%;
	height: auto;
	vertical-align: top;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.middle-content .prod-listblock .detail {
	margin-bottom: 5px;
	height: 45px;
	line-height: 16px;
	text-align: center;
}
.prod-img .product-text {
	position: absolute;
	top: 0%;
	right: 0;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 100%;
	padding: 2%;
	text-align: center;
	color: #fff !important;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.prod-img .product-text a {
	font-size: 15px;
}
.product-text p {
	color: #000;
	font-family: "CenturyGothic", sans-serif;
	text-align: center;
	padding-top: 10px;
	font-size: 20px;
}
.prod-img:hover .product-text {
	opacity: 10;
}
.btnqty {
	background-color: #b12736;
	width: 100%;
	margin-bottom: 7px;
	padding: 3px 4px;
	clear: both;
	height: 42px;
	text-align: right;
	font-family: "CenturyGothic-Bold", sans-serif;
	font-size: 15px;
	margin-top: 5px;
	color: #fff;
}
.btnqty .width40 {
	width: 35%;
	text-align: right;
	display: inline-block;
	float: left;
	vertical-align: top;
}
.btnqty .width60 {
	width: 61%;
	display: inline-block;
	vertical-align: top;
}
.btnqty .form-size {
	background-color: #fff;
	background-image: none;
	border: 1px;
	border-radius: 0rem;
	color: #000;
	display: block;
	font-size: 1rem;
	line-height: 1.5;
	height: 32px;
	padding: 0.375rem 0.75rem;
	width: 100%;
	margin-top: 2px;
	font-weight: 600;
}
ul.social-icons {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}
ul.social-icons li {
	padding: 0px 10px;
	display: inline-block;
}
.animateblock {
	opacity: 0;
	-webkit-transition: all 0.55s linear;
	-moz-transition: all 0.55s linear;
	transition: all 0.55s linear;
	position: relative;
}
.animateblock.animated {
	opacity: 1;
}
/* animation transition styles */



.animateblock.an-left {
	right: 10%;
}
.animateblock.an-left.animated {
	right: 0%;
}
.animateblock.an-right {
	left: 10%;
}
.animateblock.an-right.animated {
	left: 0%;
}
.animateblock.an-top {
	top: -50px;
}
.animateblock.an-top.animated {
	top: 0px;
}
.animateblock.an-btm {
	top: 50px;
}
.animateblock.an-btm.animated {
	top: 0;
}
.product-content .product-box {
	height: auto;
	border: 2px solid #fff;
	float: none;
	overflow: hidden;
	position: relative;
}
.product-content .product-box .title {
	height:80px;
	font-family: 'CenturyGothic-Bold', sans-serif;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 17px !important; 
	background-color: #1ba181;
	padding: 1px;
	position: relative;
	z-index: 10;
	line-height: 35px;
}
.caption {
	position: absolute;
	top: 0%;
	right: 0;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 100%;
	padding: 2%;
	text-align: center;
	color: #fff !important;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.caption p {
	line-height: 60px;
	margin-top: 48px;
	color: #b12736;
	font-family: "CenturyGothic-Bold", sans-serif;
	font-size: 47px;
	font-weight: 600;
	line-height: 60px;
	margin-top: 21px;
	text-transform: uppercase;
	text-decoration: none;
	
}
a.caption {
	color: #b12736;
	font-family: "CenturyGothic-Bold", sans-serif;
	font-size: 57px;
	font-weight: 600;
	line-height: 60px;
	margin-top: 48px;
	text-transform: uppercase;
	text-decoration: none;
}
.product-content .product-box:hover .caption {
	opacity: 10;
	cursor: pointer;
}
.content-wrapper strong {
	color: #b12736;
}
.breadcrumb {
	border-radius: 0.25rem;
	background-color: #fff;
	list-style: outside none none;
	margin-bottom: 5px;
	;
	padding: 2px;
}
.breadcrumb::after {
	clear: both;
	content: "";
	display: table;
}
.breadcrumb > li {
	float: left;
}
.breadcrumb > li a {
	color: #000;
	font-size: 15px;
	font-family: "CenturyGothic", sans-serif;
	font-weight: 300;
}
.breadcrumb > li a:hover {
	color: #b22736;
}
.breadcrumb > li a:focus {
	color: #b22736;
}
.breadcrumb > li + li::before {
	color: #b22736;
	content: "/";
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.breadcrumb > li .active {
	color: #b22736;
}
.btn-default {
	background-color: #1ca17f;
	border-radius: 5px;
	font-size: 18px;
	font-family: "CenturyGothic", sans-serif;
	margin: 10px 5px 0px 5px;
	font-weight: 600;
	padding: 6px 25px;
	color: #fff;
	text-align: center;
}
.btn-default:hover {
	color: #fff;
	opacity: 0.7;
}
.btn-default:focus {
	color: #fff;
}

.btn-primary {
	background-color: #fff;
	border-radius: 2px;
	font-size: 15px;
	font-family: "CenturyGothic", sans-serif;
	margin: 0px 0px 0px 0px;
	font-weight: 600;
	padding: 3px 10px;
	color: #1ba181;
	text-align: center;
	border:none;
}
.btn-primary:hover {
	color: #1ba181;
	opacity: 0.7;
	background-color:#fff;
}
.btn-primary:focus {
	color: #1ba181;
	background-color:#fff;
}


.btn1 {
	background-color: #1ca17f;
	border-radius: 5px;
	font-size: 18px;
	font-family: "CenturyGothic", sans-serif;
	margin: 10px 5px 0px 5px;
	font-weight: 600;
	padding: 6px 22px;
	color: #fff !important;
	text-align: center;
	-moz-user-select: none;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	cursor: pointer;
	display: inline-block;
	line-height: 1.5;
	padding: 0.375rem 1rem;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.btn1:hover {
	color: #fff;
	opacity: 0.7;
}
.btn1:focus {
	color: #fff;
}
.btn-add {
	background-color: #1ca17f;
	border-radius: 10px;
	font-size: 18px;
	margin: 16px 7px 0;
	min-height: 55px;
	padding: 13px 5px;
	color: #fff;
	text-align: center;
}
.btn-add:hover {
	color: #fff;
	opacity: 0.7;
}
.btn-add:focus {
	color: #fff;
}
/*LOGIN OLD SITE CSS*/





.loginbox, .loginbox-top, .loginbox-content {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.loginbox, .loginbox-top, .loginbox-content p {
	color: #000;
	font-size: 15px;
}
.forget-pass {
	color: #000;
}
.forget-pass:hover {
	color: #b12736;
}
.mycontent {
	max-width: 1600px;
}
.loginbox-content .form-control {
	width: 100% !important;
}
.loginbox.lbfix1 {
	margin-bottom: 27px;
}
.login-top {
	padding-bottom: 30px;
}
.login-bottom {
}
.loginbox-top {
	background: #b12736 none repeat scroll 0 0;
	border-radius: 3px 3px 0 0;
	color: #fff;
	font-size: 12pt;
	line-height: 1em;
	padding: 10px 0 10px 10px;
	position: relative;
}
.loginbox-top::before {
	background: transparent url("../images/angle-title.png") no-repeat scroll 0 0;
	bottom: -8px;
	content: "";
	height: 15px;
	left: 13%;
	position: absolute;
	width: 38px;
}
.logintopfix1 .loginbox-top::before {
	left: 33%;
}
.loginbox-content {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #fff none repeat scroll 0 0;
	border-color: #c7cdcf;
	border-image: none;
	border-radius: 0 0 3px 3px;
	border-style: solid;
	border-width: 0 1px 1px;
	padding: 20px 10px 10px;
}
.login1 .loginbox-content, .login2 .loginbox-content {
	min-height: 250px;
}
.rccol1 {
	clear: both;
	display: inline-block;
	float: left;
	width: 30%;
}
.rccol2 {
	display: inline-block;
	width: 60%;
}
.rclbl {
	padding-top: 3px;
}
 @media (max-width: 600px) {
.middle-content .prod-listblock p {
	font-size: 16px;
	text-align: left;
	line-height: 26px;
}
.rccol1 {
	width: 40%;
}
.rccol2 {
	width: 60%;
}
.productbox2 {
	border: 1px solid #fff !important;
	clear: both !important;
	display: block !important;
	padding: 0 10px 25px !important;
	width: 100% !important;
}
.middle-content .prod-listblock p {
	font-size: 17px;
	line-height: 22px;
}



}
 @media (max-width: 600px) {
.rccol1 {
	width: 100%;
}
.rccol2 {
	width: 100%;
}
.rclbl {
	padding-top: 0;
}
}
.loginbox-content p {
	clear: both;
}
.ff11 {
	padding-left: 10px;
}
 @media (max-width: 991px) {
.login1 .loginbox {
	margin-bottom: 30px;
}

.store-banner{padding:10px 0px !important;}
.store-banner h2{font-size: 14px !important;line-height: 21px !important;}
.store-banner .usecode{
width: 75px!important;;
height: 75px!important;;

border-radius: 50%;
position: relative;
float: right;
z-index: 1;
overflow: hidden;
margin-right: 18%!important;;
margin-bottom: -150px!important;;
margin-top: -24px!important;;
}

}

 @media (max-width: 600px) {

.store-title{font-size:20px !important; font-weight:600; text-align:center; color:#AC2532;}
.store-banner .usecode{margin-right:4% !important;}


}



.leftpanel {
	display: block;
	float: left;
	width: 30%;
}
.middlepanel {
	display: block;
	float: left;
	width: 48%;
}
.rightpanel {
	display: block;
	float: left;
	width: 20%;
}
.rightcontent {
	display: block;
	float: left;
	width: 68%;
}
/*LOGIN OLD END*/



/* FORGET PASSWORD*/

my-row, .myrow {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.lbl1 {
	padding-top: 3px;
}
.col1 {
	clear: both;
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 20%;
}
.col2 {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 80%;
}
 @media (max-width: 600px) {
.col1 {
	clear: both;
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.col2 {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
}
.mb0px, p.mb0px {
	margin-bottom: 0;
}
.mb5px {
	margin-bottom: 5px;
}
.mb10px {
	margin-bottom: 10px;
}
.mb15px {
	margin-bottom: 15px;
}
.mb20px {
	margin-bottom: 20px;
}
.mb25px {
	margin-bottom: 25px;
}
.mb30px {
	margin-bottom: 30px;
}
.mb30px {
	margin-bottom: 30px;
}
.mt50px {
	margin-top: 50px;
}
.mt0px {
	margin-top: 0;
}
.mt5px {
	margin-top: 5px;
}
.mt10px {
	margin-top: 10px;
}
.mt15px {
	margin-top: 15px;
}
.mt20px {
	margin-top: 20px;
}
.mt25px {
	margin-top: 25px;
}
.mt30px {
	margin-top: 30px;
}
.mt76px {
	margin-top: 76px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.smallText a {
	color: #b12736;
}
.text-right {
	text-align: right;
}
.inputRequirement {
	width: 60%;
}
.accountLinkList {
	list-style-type: none;
	margin: 0 2px 0 10px;
	padding: 5px;
}
.accountLinkList li {
	line-height: 30px;
}
.moduleRow {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.s-title {
	font-weight: 600;
	color: #b12736;
	font-size: 18px;
}
.kg select {
	width: 125px !important;
}
.ah-order {
	border-bottom: 1px dotted #ccc;
}
.accountLinkList li a {
	color: #000;
}
.accountLinkList li:hover a {
	color: #b12736;
}
.accountLinkList li i {
	color: #000;
}
.accountLinkList li:hover i {
	color: #b12736;
}
.required {
	color: #F00;
}
.ah-col1 {
	display: block;
	float: left;
	padding: 6px;
	width: 45%;
}
.ah-col2 {
	display: block;
	float: left;
	padding: 6px;
	width: 23%;
}
.ah-col3 {
	display: block;
	float: left;
	padding: 6px;
	width: 32%;
}
td.main, P.main {
	font-size: 16px;
	line-height: 24px;
}
 @media (max-width: 600px) {
.ah-col1 {
	clear: both;
	width: 100%;
}
.ah-col2 {
	clear: both;
	width: 100%;
}
.ah-col3 {
	clear: both;
	padding-bottom: 25px;
	width: 100%;
}
.pgodn-col1 {
	clear: both;
	display: block;
	float: left;
	padding: 0 0 10px;
	width: 100% !important;
}
.pgodn-col2 {
	clear: both;
	display: block;
	float: left;
	padding: 0 0 10px;
	width: 60% !important;
}
}
.ahi-col1 {
	display: block;
	float: left;
	width: 30%;
}
.ahi-col2 {
	display: block;
	float: left;
	width: 70%;
}
 @media (max-width: 991px) {
.ahi-col1, .ahi-col2 {
	clear: both;
	margin-bottom: 15px;
	width: 100%;
}
.col1 {
	width: 40%;
}
.col2 {
	width: 60%;
}
}
.right {
	float: right;
}
.feature {
	height: 25px !important;
}

@media (min-width:1400px) {

.main-header ul.num-list li a{font-size:16px !important; letter-spacing:0 !important;}
.main-header ul.menu-list li a{font-size:16px !important; letter-spacing:0 !important;}

}

 @media (max-width:1400px) and (min-width:991px) {
.menu-bar .side-heading {
	font-size: 37px;
	line-height: 48px;
	margin-top: 28px;
}
.middle-content .prod-listblock .prod-img {
	max-height: auto;
}
.middle-content .prod-listblock .feature {
	height: 25px;
}
.middle-content .prod-listblock {
	text-align: center;
	height: 520px;
	margin: 0 0 10px;
}
.col-small-2 {
	width: 50%!important;
	display: inline-block;
}
}
 @media (max-width:1200px) and (min-width:991px) {
.main-slider {
	width: 62% !important;
	margin-left: 400px;
	float: left;
	float: right;
}
.main-header .search-box {
	width: 200px;
}
.main-header .subscribe-box {
	width: 242px;
}
.menu-bar .side-heading {
	font-size: 37px;
	line-height: 48px;
	margin-top: 28px;
}
.menu-bar .side-sub-heading {
	font-family: 'CenturyGothic-Bold', sans-serif;
	font-weight: bolder;
	width: 100%;
	margin-top: 10px;
	font-size: 20px;
	color: #b12736;
	text-transform: uppercase;
	text-align: center;
}
.col1 {
	clear: both;
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 30%;
}
.col2 {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 70%;
}
}
 @media (max-width:1280px) {
.btnqty .width40 {
	width: 42%;
	text-align: right;
	display: inline-block;
	float: left;
	vertical-align: top;
}
.btnqty .width60 {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
}
 @media (max-width:1250px) {
.wrapper {
	width: 100%;
	min-height: 400px;
}
.header .main-title {
	font-size: 30px;
}
.header .sub-title {
	font-size: 15px;
}
ul.main-menu li .menu-btn {
	margin-top: 8px;
}
.caption a {
	color: #b12736;
	font-family: "CenturyGothic-Bold", sans-serif;
	font-size: 54px;
	font-weight: 600;
	line-height: 72px;
	margin-top: 48px;
	text-transform: uppercase;
}
}
 @media (min-width:2501px) {
.col-larg-4 {
	max-width: 385px!important;
	display: inline-block;
}
}
 @media (min-width:1920px) and (max-width:2150px) {
.col-larg-4 {
	width: 25% !important;
	display: inline-block;
}
.col-store-3 {
	width: 25% !important;
	display: inline-block;
	padding:1px;
}
}
 @media (min-width:2151px) and (max-width:2500px) {
.col-larg-5 {
	width: 20% !important;
	display: inline-block;
}
}
 @media (min-width:1150px) and (max-width:1919px) {
.col-small-3 {
	width: 33.333% !important;
	display: inline-block;
}

.col-store-3 {
	width: 25% !important;
	display: inline-block;
	padding:1px;
}
}
 @media (max-width:991px) and (min-width:1024px) {
.menu-bar {
	float: left;
	min-width: 325px;
}
}
 @media (max-width:1250px) and (min-width:990px) {
.caption p {
	line-height: 60px !important;
	margin-top: 7px;
	font-size: 42px;
}
}
 @media (max-width:1920px) and (min-width:1399px) {
.middle-content .prod-listblock p {
	font-size: 18px;
	text-align: left;
	line-height: 27px;
}
}
 @media (max-width:1400px) and (min-width:1260px) {
.middle-content .prod-listblock p {
	font-size: 15px;
	text-align: left;
	line-height: 20px;
}
}
 @media (max-width:1259px) and (min-width:1150px) {
.middle-content .prod-listblock p {
	font-size: 13px;
	text-align: left;
	line-height: 16px;
}
}
 @media (max-width:1149px) and (min-width:1000px) {
.middle-content .prod-listblock p {
	font-size: 14px;
	text-align: left;
	line-height: 21px;
}
}
 @media (max-width:1000px) and (min-width:990px) {
.middle-content .prod-listblock p {
	font-size: 15px;
	text-align: left;
	line-height: 17px;
}
}
 @media (max-width:1400px) and (min-width:990px) {
.middle-content .prod-listblock .prod-img {
	height: 190px;
}
}
 @media (max-width:990px) and (min-width:768px) {
.middle-content .prod-listblock p {
	font-size: 23px;
	line-height: 30px;
}
}
 @media (max-width:500px) {
.middle-content .prod-listblock p {
	font-size: 18px;
	text-align: left;
	line-height: 25px;
}
}
 @media (max-width:1150px) {
.make-responsive {
	overflow-x: scroll;
	padding: 0 0 10px;
	width: 100%;
}
.left-sidebar {
	width: 250px;
	float: left;
	position: absolute;
	background-image: url(../images/banner-bg2.jpg);
	vertical-align: top;
	padding: 0px 15px;
	z-index: 1;
	background-repeat: repeat;
}
.right-sidebar {
	width: 250px;
	float: right;
	position: absolute;
	right: 0;
	vertical-align: top;
	padding: 0px 15px;
	z-index: 1;
}
.middle-content {
	width: 100%;
	padding: 0px 260px;
	position: relative;
	;
	display: inline-block;
	vertical-align: top;
	z-index: 0;
	margin-top: 20px;
}
.menu-bar .side-heading {
	margin-top: 10px;
	font-size: 33px;
}
.menu-bar .side-sub-heading {
	font-size: 18px;
	margin-top: 10px;
}
.menu-bar .side-content {
	font-size: 16px;
}
.cprc-1 {
	width: 100%!important;
}
.cprc-2 {
	width: 50%!important;
}
.cprc-3 {
	width: 40%!important;
}
.restbl-atte-head {
	display: none;
}
.attendees_rowfix td {
	clear: both;
	display: block;
	height: 38px;
	padding-left: 50%;
	position: relative;
}
.attendees_rowfix td::before {
	left: 6px;
	padding-right: 10px;
	position: absolute;
	text-align: left;
	top: 10px;
	white-space: nowrap;
	width: 45%;
}
.attendees_rowfix td:nth-of-type(1)::before {
	content: "Person Name:";
}
.attendees_rowfix td:nth-of-type(2)::before {
	content: "Person Email:";
}
.attendees_rowfix td:nth-of-type(3)::before {
	content: "Product Price Limit:";
}
.attendees_rowfix td:nth-of-type(4)::before {
	content: "";
}
.restbl-atte-td4.hidetd1 {
	display: none;
}
.product-content .product-box .title {
	font-size: 15px !important;
	line-height: 34px !important;
}
}
 @media (max-width:1260px) and (min-width:1150px) {
.middle-content .prod-listblock {
	height: 440px;
}
}

.for-mobile{display: none;}

 @media (max-width:990px) {
	 
.for-mobile{display: block;}
	 
.menu-bar {
	width: 95%;
	min-width: 290px;
	float: left;
	position: static;
	text-align: center;
}
.main-slider {
	width: 100%;
	float: left;
	margin-left: 0px;
}
ul.main-menu li {
	list-style-type: none;
	margin: 0px 21px;
	display: inline-block;
	text-align: center;
}
ul.main-menu li .menu-btn {
	border-radius: 15px;
	height: 55px;
	width: 300px;
	margin-top: 20px;
	background-color: #22a181;
}
.block-content .block-center {
	margin: 20px 0px 0px 0px;
}
.product-content .product-box {
	width: 32%;
}
.main-header .search-box {
	width: 40%;
}
.main-header .subscribe-box {

}
.main-header .menu-box {
	width: 60%;
}
.copyright .copyleft {
	text-align: center;
}
.copyright .copyright {
	text-align: center;
}
.caption a {
color: #b12736;
font-family: "CenturyGothic-Bold", sans-serif;
font-size: 56px;
font-weight: 600;
line-height: 83px !important;
margin-top: 66px;
text-transform: uppercase;
}
.middle-content .prod-listblock {
	height: 660px;
}

.main-header .logo{
	text-align:center;}
}




 @media (max-width:767px) {
	
.middle-content .prod-listblock p {
	font-size: 17px;
}
.logo {
	text-align: center;
}
.copyright .copyleft {
	text-align: center;
}
.copyright .copyright {
	text-align: center;
}
.product-content .product-box {
	width: 49%;
}
.product-banner {
	display: none;
}
.main-header ul.num-list li:first-child {
	display: none;
}
.checkout-col1 {
	width: 100% !important;
}
.checkout-col2 {
	width: 100% !important;
}
.checkdatetime-col1 {
	width: 50%;
}
.checkdatetime-col2 {
	width: 50%;
}
.middle-content {
	padding: 0px !important;
}
.check1-head {
	display: none;
}
tr.check1-tr:nth-child(2n) {
	background: #fff none repeat scroll 0 0;
}
tr.check1-tr:nth-child(2n+1) {
	background: #eee none repeat scroll 0 0;
}
.check1-tr {
	border-bottom: 1px solid #ddd;
}
.check1-tr td small i {
	word-break: break-all;
}
.check1-tr td {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #ddd #ddd #f5f5f5;
	border-image: none;
	border-style: solid;
	border-width: 0 0 1px;
	clear: both;
	font-size: 14px;
	display: block;
	padding-left: 31% !important;
	position: relative;
	text-align: left;
}
.check1-tr td::before {
	color: #c82f00;
	left: 6px;
	padding-right: 10px;
	position: absolute;
	text-align: left;
	top: 10px;
	white-space: nowrap;
	width: 38%;
}
.check1-tr td:nth-of-type(1)::before {
	content: "Sr.:";
}
.check1-tr td:nth-of-type(2)::before {
	content: "Products:";
}
.check1-tr td:nth-of-type(3)::before {
	content: "Qty.:";
}
.check1-tr td:nth-of-type(4)::before {
	content: "Amount:";
}
.check1-tr td:nth-of-type(5)::before {
	content: "Tax:";
}
.check1-tr td:nth-of-type(6)::before {
	content: "Total:";
}
.check-head {
	display: none;
}
tr.check-tr:nth-child(2n) {
	background: #fff none repeat scroll 0 0;
}
tr.check-tr:nth-child(2n+1) {
	background: #eee none repeat scroll 0 0;
}
.check-tr {
	border-bottom: 1px solid #ddd;
}
.check-tr td {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #ddd #ddd #f5f5f5;
	border-image: none;
	border-style: solid;
	font-size: 14px;
	border-width: 0 0 1px;
	clear: both;
	display: block;
	padding-left: 51% !important;
	position: relative;
	text-align: left;
}
.check-tr td small i {
	word-break: break-all;
}
.check-tr td::before {
	color: #c82f00;
	left: 6px;
	padding-right: 10px;
	position: absolute;
	text-align: left;
	top: 10px;
	white-space: nowrap;
	width: 38%;
}
.check-tr td:nth-of-type(1)::before {
	content: "Shipping Method:";
}
.check-tr td:nth-of-type(2)::before {
	content: "Delivery Time:";
}
.check-tr td:nth-of-type(3)::before {
	content: "Terms:";
}
.restbl-atte-head {
	display: none;
}
.attendees_rowfix td {
	clear: both;
	display: block;
	height: 38px;
	padding-left: 50%;
	position: relative;
}
.attendees_rowfix td::before {
	left: 6px;
	padding-right: 10px;
	position: absolute;
	text-align: left;
	top: 10px;
	white-space: nowrap;
	width: 45%;
}
.attendees_rowfix td:nth-of-type(1)::before {
	content: "Person Name:";
}
.attendees_rowfix td:nth-of-type(2)::before {
	content: "Person Email:";
}
.attendees_rowfix td:nth-of-type(3)::before {
	content: "Product Price Limit:";
}
.attendees_rowfix td:nth-of-type(4)::before {
	content: "";
}
.restbl-atte-td4.hidetd1 {
	display: none;
}
tr.apsi-tr:nth-child(2n) {
	background: #fff none repeat scroll 0 0;
}
tr.apsi-tr:nth-child(2n+1) {
	background: #eee none repeat scroll 0 0;
}
.apsi-head {
	display: none;
}
.apsi-tr td {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #ddd;
	border-image: none;
	border-style: solid;
	border-width: 0 0 1px;
	clear: both;
	display: block;
	padding-left: 40% !important;
	position: relative;
	text-align: left;
}
.apsi-tr td::before {
	color: #c82f00;
	left: 10px;
	padding-right: 10px;
	position: absolute;
	text-align: left;
	top: 6px;
	white-space: nowrap;
	width: 38%;
}
.apsi-tr td:nth-of-type(1)::before {
	content: "Product:";
}
.apsi-tr td:nth-of-type(2)::before {
	content: "Qty:";
}
.apsi-tr td:nth-of-type(3)::before {
	content: "Price:";
}
.attend2-head {
	display: none;
}
.attend2-tr {
	border-bottom: 1px solid #ddd;
}
.attend2-tr td {
	border: 0 solid #ddd;
	clear: both;
	display: block;
	padding-left: 40% !important;
	position: relative;
	text-align: left;
}
.attend2-tr td::before {
	color: #c82f00;
	left: 6px;
	padding-right: 10px;
	position: absolute;
	text-align: left;
	top: 10px;
	white-space: nowrap;
	width: 38%;
}
.attend2-tr td:nth-of-type(1)::before {
	content: "Person Name:";
}
.attend2-tr td:nth-of-type(2)::before {
	content: "Person Email:";
}
.attend2-tr td:nth-of-type(3)::before {
	content: "Order Limit:";
}
.attend2-tr td:nth-of-type(4)::before {
	content: "";
}
.attend2-td4.table-box-remove {
	text-align: right;
}
.egodadd-1 {
	clear: both;
	padding-bottom: 30px;
	width: 100%;
}
.egodadd-2 {
	clear: both;
	padding-bottom: 30px;
	width: 100%;
}
.egodc1 {
	clear: both;
	display: block;
	padding-left: 0;
	width: 100%;
}
.gipl-col1 {
	clear: both;
	display: block;
	float: left;
	padding: 0;
	width: 100% !important;
}
.gipl-col2 {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 100% !important;
}
.egodadd-1 {
	clear: both;
	padding-bottom: 30px;
	width: 100% !important;
}
.egodadd-2 {
	clear: both;
	padding-bottom: 30px;
	width: 100% !important;
}
.egodc1 {
	clear: both;
	display: block;
	padding-left: 0;
	width: 100% !important;
}
.egodc2 {
	clear: both;
	display: block;
	margin-bottom: 15px;
	width: 100% !important;
}
.egodc3 {
	clear: both;
	display: block;
	width: 100% !important;
}
.egodc4 {
	clear: both;
	display: block;
	margin-bottom: 15px;
	padding-left: 0;
	width: 100% !important;
}
.egodpi1 {
	display: block;
	float: left;
	padding-bottom: 10px;
	padding-top: 0;
	width: 100% !important;
}
.egodpi2 {
	display: block;
	float: left;
	width: 100% !important;
}
.select-month1 {
	margin-right: 2%;
	width: 120px;
}
.select-date1 {
	width: 120px;
}
.ad1-head {
	display: none;
}
tr.ad1-tr:nth-child(2n) {
	background: #fff none repeat scroll 0 0;
}
tr.ad1-tr:nth-child(2n+1) {
	background: #eee none repeat scroll 0 0;
}
.ad1-tr {
	border-bottom: 1px solid #ddd;
}
.ad1-tr td {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #ddd #ddd #f5f5f5;
	border-image: none;
	border-style: solid;
	border-width: 0 0 1px;
	clear: both;
	display: block;
	padding-left: 40% !important;
	position: relative;
	text-align: left;
}
.ad1-tr td::before {
	color: #c82f00;
	left: 6px;
	padding-right: 10px;
	position: absolute;
	text-align: left;
	top: 10px;
	white-space: nowrap;
	width: 38%;
}
.ad1-tr td:nth-of-type(1)::before {
	content: "Person Name:";
}
.ad1-tr td:nth-of-type(2)::before {
	content: "Person Email:";
}
.ad1-tr td:nth-of-type(3)::before {
	content: "Order Limit:";
}
.ad1-tr td:nth-of-type(4)::before {
	content: "Item:";
}
.ad1-tr td:nth-of-type(5)::before {
	content: "Price:";
}
.ad1-tr td:nth-of-type(6)::before {
	content: "";
}
.ad1-tr td:nth-of-type(7)::before {
	content: "";
}
.vgod-col1 {
	width: 50%;
}
.vgod-col2 {
	width: 20% !important;
}
.check4-head {
	display: none;
}
tr.check4-tr:nth-child(2n) {
	background: #fff none repeat scroll 0 0;
}
tr.check4-tr:nth-child(2n+1) {
	background: #eee none repeat scroll 0 0;
}
.check4-tr {
	border-bottom: 1px solid #ddd;
}
.check4-tr td {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #ddd #ddd #f5f5f5;
	border-image: none;
	border-style: solid;
	border-width: 0 0 1px;
	clear: both;
	display: block;
	padding-left: 40% !important;
	position: relative;
	text-align: left;
}
.check4-tr td::before {
	color: #c82f00;
	left: 6px;
	padding-right: 10px;
	position: absolute;
	text-align: left;
	top: 10px;
	white-space: nowrap;
	width: 38%;
}
.check4-tr td:nth-of-type(1)::before {
	content: "Product:";
}
.check4-tr td:nth-of-type(2)::before {
	content: "Qty.:";
}
.check4-tr td:nth-of-type(3)::before {
	content: "Price:";
}
.ahi-tbl2 {
	width: auto !important;
}
.check6-head {
	display: none;
}
tr.check6-tr:nth-child(2n) {
	background: #fff none repeat scroll 0 0;
}
tr.check6-tr:nth-child(2n+1) {
	background: #eee none repeat scroll 0 0;
}
.check6-tr {
	border-bottom: 1px solid #ddd;
}
.check6-tr td {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #ddd #ddd #f5f5f5;
	border-image: none;
	border-style: solid;
	border-width: 0 0 1px;
	clear: both;
	display: block;
	padding-left: 40% !important;
	position: relative;
	text-align: left;
}
.check6-tr td::before {
	color: #c82f00;
	left: 6px;
	padding-right: 10px;
	position: absolute;
	text-align: left;
	top: 10px;
	white-space: nowrap;
	width: 38%;
}
.check6-tr td:nth-of-type(1)::before {
	content: "Person Name:";
}
.check6-tr td:nth-of-type(2)::before {
	content: "Person Email:";
}
.check6-tr td:nth-of-type(3)::before {
	content: "Order Limit:";
}
.check6-tr td:nth-of-type(3)::before {
	content: "Item:";
}
.check6-tr td:nth-of-type(3)::before {
	content: "Price:";
}
.ahi-tbl2 {
	width: auto !important;
}
.check3-head {
	display: none;
}
tr.check3-tr:nth-child(2n) {
	background: #fff none repeat scroll 0 0;
}
tr.check3-tr:nth-child(2n+1) {
	background: #eee none repeat scroll 0 0;
}
.check3-tr {
	border-bottom: 1px solid #ddd;
}
.check3-tr td {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #ddd #ddd #f5f5f5;
	border-image: none;
	border-style: solid;
	border-width: 0 0 1px;
	clear: both;
	display: block;
	padding-left: 40% !important;
	position: relative;
	text-align: left;
}
.check3-tr td::before {
	color: #c82f00;
	left: 6px;
	padding-right: 10px;
	position: absolute;
	text-align: left;
	top: 10px;
	white-space: nowrap;
	width: 38%;
}
.check3-tr td:nth-of-type(1)::before {
	content: "Delivery Date:";
}
.check3-tr td:nth-of-type(2)::before {
	content: "Delivery Time:";
}
.check3-tr td:nth-of-type(3)::before {
	content: "Terms:";
}
.ahi-tbl2 {
	width: auto !important;
}
.vgod-td1 {
	width: 70% !important;
}
.edit-hidden {
	display: block !important;
}
}
 @media (max-width:850px) and (min-width:661px) {
.middle-content .prod-listblock p {
	font-size: 20px;
	text-align: left;
	line-height: 30px
}
}

.mobile-header{display:none;}
.mobile-product{display:none;}
.mobile_specia_offer{display:none;}
.mobile-title{display:none;}
 @media (max-width:990px) {
#sticker {
	color: red;
	display: block !important;
	line-height: 1.6em;
	margin: 0 auto;
	padding: 15px 0 0;
	text-align: right;
	z-index: 99999;
}
.sticky-wrapper {
	width: 100% !important;
}
.left-sidebar {
	width: 100%;
	float: left;
	position: static;
	vertical-align: top;
	padding: 15px;
	background-color:#1ba181;
}
.right-sidebar {
	width: 100%;
	float: right;
	position: absolute;
	vertical-align: top;
	padding: 15px;
	bottom: 0px;
}
.middle-content {
	width: 100%;
	padding: 15px;
	position: static;
	margin-bottom: 115%;
	display: inline-block;
	vertical-align: top;
}
.fixed {
	position: static !important;
	top: 0;
	z-index: 99999;
}
.main-header{display:none;}

.mobile-header{width: 100%;height: 65px;background-color: #b12736;padding: 5px 0px; display:block;}
.mobile-header .bar_icon{ height:59px; padding:15px 10px; float:left;}
.mobile-header .cart{ height:59px; padding:15px 8px; float:right;}
.mobile-header .search{ height:59px; padding:15px 6px;float:right;}
.mobile-header .signup{ height:59px; padding:15px 8px;float:right;}
.mobile-header .call{ height:59px; padding:15px 8px;float:right;}

.mobile_search{background-color:#ffd96e; padding:15px;}

.mobile-no{background-color:#ffd96e; padding:15px;}
.mobile-no ul{list-style-type:none; padding:0px; margin-bottom:0px;}
.mobile-no ul li{list-style-type:none; padding:5px; }
.mobile-no ul li a{color: #b12736;font-weight: 600;font-size: 17px;}

.mobile-product{display:block;}
.mobile-product .product-content { width: 100%; min-height: 59px; background-color: #ffd96e;  padding: 15px;}

.free-block{display:none;}
.same-block{display:none;}
.delivery-block{display:none;}
.hide-mobile{display:none;}


.product-content .product-box .title { font-size: 14px !important; height: 60px !important; line-height:26px !important;}

.mobile_specia_offer{background-color:#b12736; padding:15px; display:block;}


.mobile-title{color:#b12736; font-size:24px; font-weight:800; text-transform:uppercase;}
.side-bar-hide{display:none;}

 }
 @media (max-width:540px) {
.middle-content .prod-listblock p {
	font-size: 23px;
	line-height: 29px;
}
.copyright p {font-size: 10px;}
.copyright .copyright a {font-size: 10px;}
.footer-nav ul li a{font-size:10px;}
.main-container p{;font-size: 11px;line-height: 17px;}
.main-container h2{font-size: 18px;}

}
 @media (max-width:650px) {
.middle-content .prod-listblock {
	height: 600px;
}

.menu-bar .side-heading{font-size:1.5rem; line-height:26px;}

 }
 @media (max-width:550px) {
.product-content .product-box {
	width: 48%;
}
.main-header .search-box {
	width: 100%;
}
.main-header .subscribe-box {
	width: 100%;
	margin-top: 10px;
}
.main-header .menu-box {
	width: 100%;
}
.middle-content {
	margin-bottom: 160%;
}
.inputRequirement {
	width: 90%;
}

.caption p { font-size: 33px;line-height: 37px; margin-top: 50px;}

}
 @media (max-width:400px) {
.attendee3 {
	clear: both;
	display: block;
	float: left;
	width: 60% !important;
}
.attendee4 {
	display: block;
	float: left;
	width: 40% !important;
}
ul.main-menu li {
	margin: 0px;
}
.middle-content {
	margin-bottom: 200%;
}
.col1 {
	width: 100% !important;
}
.col2 {
	width: 100% !important;
}
.checkdatetime-col1 {
	width: 100% !important;
}
.checkdatetime-col2 {
	width: 100% !important;
}
#jqDialog_box {
	background-color: #fff !important;
	width: 300px !important;
}
.creditcardwrapp .btn1 {
	font-size: 14px;
	padding: 10px 5px;
	margin: 0px;
}
.loginbox, .loginbox-top, .loginbox-content p {
	font-size: 14px;
}
.middle-content .prod-listblock p {
	font-size: 19px;
	line-height: 31px;
}
}
 @media (max-width:360px) {
ul.main-menu li {
	float: left;
	margin: 0px 15px;
}
middle-content .prod-listblock p {
	font-size: 20px;
}
}
 @media (max-width:360px) {
ul.main-menu li {
	margin: 0 -2% !important;
}
.creditcard-div11 {
	clear: both;
	display: block;
	float: left;
	width: 95%;
}
.creditcard-div11 input[type="text"], input[type="password"] {
	width: 250px !important;
}
.kg select {
	width: 112px !important;
}
}
 @media (max-width:320px) {
.middle-content .prod-listblock p {
	font-size: 17px;
}
}
.slidesjs-previous.slidesjs-navigation {
	color: #fff;
	left: 24px;
	position: relative;
	top: -93px;
	display: none;
}
.slidesjs-next.slidesjs-navigation {
	color: #fff;
	left: 24px;
	position: relative;
	top: -93px;
	display: none;
}
.slidesjs-pagination {
	display: none;
}
.sticky-scroll-box {
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 99999;
}
#sticker {
	display: none;
}
#sticker-sticky-wrapper {
  margin-left: -12px !important;
    position: absolute;
    top: 2px;
	z-index:2;
}
input[type="submit"] {
	border: 0 none;
	cursor: pointer;
}
input[type="text"], input[type="password"] {
	border: 1px solid #9e9e9e;
	border-radius: 4px;
	color: #353535;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	outline: medium none;
	padding: 5px;
	transition: all 0.25s ease-in-out 0s;
	width: 258px;
}
select {
	border: 1px solid #9e9e9e;
	border-radius: 4px;
	color: #9e9e9e;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	outline: medium none;
	padding: 5px;
	transition: all 0.25s ease-in-out 0s;
	width: 280px;
}
textarea {
	border: 1px solid #9e9e9e;
	border-radius: 4px;
	color: #353535;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 100px;
	outline: medium none;
	padding: 5px;
	transition: all 0.25s ease-in-out 0s;
	width: 280px;
}
input[type="text"], input[type="password"], select, textarea {
	max-width: 100%;
}
.coProgressBar {
	float: left;
	padding: 25px 10px 0px 10px;
	width: 100%;
}
#coProgressBar {
	height: 5px;
}
.ui-progressbar {
	border: 1px solid #d0d0d0;
}
.ui-progressbar {
	height: 1em;
	text-align: left;
}
.ui-corner-all {
	border-radius: 0;
}
.ui-progressbar .ui-progressbar-value {
	background: #da2322 none repeat scroll 0 0;
}
.ui-progressbar .ui-progressbar-value {
	height: 100%;
	margin: 0;
}
table.productListing {
	width: 100%;
	min-width: 600px;
}
td.productListing-heading {
	background-color: #f4f4f4;
	color: #c82f00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	height: 35px;
	text-transform: uppercase;
}
td.productListing-inn {
	padding: 5px;
}
td.productListing-inn input[type="text"] {
	width: 50px;
}
td.productListing-inn a {
	font-size: 18px;
	color: #b12736;
}
td.productListing-inn b {
	font-size: 18px;
	color: #b12736;
}
.cart-result1 {
	text-align: right;
}
.cart-result1 strong {
	font-size: 24px;
}
.productbox2 a {
	color: #000;
	font-size: 16px;
}
.btn1-wrapp a {
	-moz-user-select: none;
	background-color: #1ca17f;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "CenturyGothic", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	margin: 10px 5px 0;
	padding: 0.375rem 1rem;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.btn1-wrapp a:hover {
	color: #fff;
	opacity: 0.7;
}
.btn1-wrapp {
	width: auto;
	display: inline-block;
}
.box-product .title1 {
	background-color: #b12736;
	border-radius: 3px 3px 0 0;
	color: #ffffff;
	font-size: 12pt;
	line-height: 1em;
	padding: 10px 0 10px 10px;
	position: relative;
	text-align: left;
}
.box-medium {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #fff;
	border-color: -moz-use-text-color #c7cdcf #c7cdcf;
	border-image: none;
	border-radius: 0 0 3px 3px;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	padding: 10px;
}
.right-box-butt a {
	-moz-user-select: none;
	background-color: #1ca17f;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-family: "CenturyGothic", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	margin: 10px 5px 0;
	padding: 0.375rem 1rem;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.right-box-butt a:hover {
	color: #fff;
	opacity: 0.7;
}
.checkout-col1 {
	display: block;
	float: left;
	padding: 0;
	width: 35%;
}
.checkout-col2 {
	display: block;
	float: left;
	width: 65%;
}
.textarea1fix textarea {
	width: 100% !important;
}
.checkdatetime-col1 {
	clear: both;
	display: block;
	float: left;
	width: 50%;
	padding: 0px 10px;
}
.checkdatetime-col2 {
	display: block;
	float: left;
	margin-bottom: 15px;
	width: 50%;
	padding: 0px 10px;
}
.lbl1 {
	padding-top: 3px;
}
.cprc-1 {
	display: block;
	float: left;
	padding: 10px 0 0;
	width: 35%;
}
.cprc-2 {
	display: block;
	float: left;
	margin: 0 3% 0 0;
	padding: 4px 0 0;
	width: 35%;
}
.cprc-3 {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 25%;
}
.cprc-3 .btn1 {
	margin: 0px;
}
.left {
	float: left;
}
.padding {
	padding: 5px;
}
.full {
	width: 100%;
}
.textarea1fix textarea {
	width: 100% !important;
}
select {
	border: 1px solid #9e9e9e;
	border-radius: 4px;
	color: #666;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	outline: medium none;
	padding: 5px;
	transition: all 0.25s ease-in-out 0s;
	width: 258px;
}
select:focus {
	color: #000 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#jqDialog_box {
	background-color: #fff !important;
	min-width: 320px;
	max-width: 450;
}
#jqDialog_options button {
	-moz-user-select: none;
	background-color: #1ca17f !important;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "CenturyGothic", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	margin: 10px 5px 0;
	padding: 0.375rem 1rem;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
#jqDialog_options button:hover {
	color: #fff;
	opacity: 0.7;
}
#jqDialog_options button:focus {
	color: #fff;
}
.pgodn-col1 {
	clear: both;
	display: block;
	float: left;
	padding: 0 0 10px;
	width: 32%;
}
.pgodn-col2 {
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 10px;
	width: 35%;
}
.pgodn-col3 {
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 10px 10px;
	width: 25%;
}
.pgodn-col3 .btn1 {
	margin: 0px;
}
.pgodn-col2.pgodn-col2fix {
	width: 60%;
}
.calendar-input1 {
	width: 80% !important;
}
.table-box-title {
	background-color: #f4f4f4;
	color: #c82f00;
	font-size: 11pt;
}
.table-box td {
	padding: 10px;
}
.gipl-col1 {
	clear: both;
	display: block;
	float: left;
	padding: 0;
	width: 30%;
}
.gipl-col2 {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 70%;
}
.calender-input2 {
	width: 200px !important;
}
.month1 {
	margin-right: 10px;
	width: 110px;
}
.date1 {
	margin-right: 10px;
	width: 115px;
}
.egodc1, .egodc2, .egodc3, .egodc4 {
	align-items: center;
	display: flex;
	float: left;
	min-height: 40px;
	padding-left: 5px;
}
.egod-1 {
	clear: both;
	display: block;
	float: left;
	width: 159px;
}
.egod-2 {
	display: block;
	float: left;
	width: 35%;
	padding-top: 3px;
}
.egodadd-1 {
	display: block;
	float: left;
	width: 65%;
}
.egodadd-2 {
	display: block;
	float: left;
	width: 35%;
}
.egodc1 {
	padding-left: 0;
	width: 15%;
}
.egodc2 {
	width: 32%;
}
.egodc3 {
	width: 25%;
}
.egodc4 {
	width: 28%;
}
.egodpi1 {
	display: block;
	float: left;
	padding-top: 7px;
	width: 47%;
}
.egodpi2 {
	display: block;
	float: left;
	width: 53%;
}
.attendee3 {
	clear: both;
	display: block;
	float: left;
	width: 80%;
}
.attendee4 {
	display: block;
	float: left;
	width: 20%;
}
.pi-info1 {
	display: block;
	float: left;
	padding-top: 5px;
	width: 48%;
}
.table-box-remove {
	border-bottom: medium hidden;
	border-right: medium hidden;
	border-top: medium hidden;
}
.select-month1 {
	margin-right: 2%;
	width: 120px;
}
.select-date1 {
	width: 115px;
}
.attendee1 {
	display: block;
	float: right;
	text-align: right;
	width: 100%;
}
.attendee2 {
	display: block;
	float: right;
	text-align: right;
	width: 100%;
}
h1.m-title, .m-title {
	color: #b12736;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt !important;
	font-weight: normal;
	line-height: 45px;
}
.att-2fix {
	font-size: 15pt;
	padding-left: 2px;
	color: #000;
}
tr.accountHistory-even, tr.addressBook-even, tr.alsoPurchased-even, tr.payment-even, tr.productListing-even, tr.productReviews-even, tr.upcomingProducts-even, tr.shippingOptions-even {
	background-color: #f9e6ae;
	color: #b12736;
}
.productListing-heading a {
	color: #b12736;
	font-weight: 600;
}
.productListing-data a {
	color: #b12736;
	font-weight: 600;
}
.productListing-data {
	color: #b12736;
	font-weight: 600;
	padding: 5px;
}
.pi1 {
	display: block;
	float: left;
	width: 29%;
}
.pi2 {
	display: block;
	float: left;
	width: 71%;
}
.price {
	display: block;
	float: left;
	width: 29%;
	font-weight: 600;
}
/*#txtPrice1165{display: block;

    float: left;

    width: 29%;}*/



.vgod-1 {
	white-space: nowrap;
	width: 140px;
}
.vgod-col1 {
	clear: both;
	display: block;
	float: left;
	width: 207px;
}
.vgod-col2 {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 50%;
}
.vgod-td1 {
	width: 50%;
}
.vgod-td2 {
	width: 22% !important;
}
.grayBoxwa {
	background-color: black;
	height: 150%;
	left: 0;
	opacity: 0.4;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 105555501;
}
.box_contentwa {
	left: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	overflow: auto;
	padding: 26px;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	z-index: 105555502;
}
.box_contentwa.pibox {
	width: 800px;
}
.box_contentwa.pibox.pinfobox {
	margin-top: 73px;
}
.title1 {
	background-color: #b22736;
	border-radius: 3px 3px 0 0;
	color: #ffffff;
	font-size: 12pt;
	line-height: 1em;
	padding: 10px 0 10px 10px;
	position: relative;
	text-align: left;
}
.popup-inner {
	background-color: #fff;
	padding: 10px;
}
.popup-inner img {
	width: 99%;
	height: auto;
}
.pro-info-wrap p {
	line-height: none!important;
}
.edit-hidden {
	display: none;
}
.gift_heading {
	font-family: 'CenturyGothic', sans-serif;
	color: #b22736;
	font-size: 22px;
	margin-bottom: 10px;
	width: 100%;
}
.gift_heading span {
	padding: 3px 10px;
	background-color: #1ba181;
	border-radius: 50px;
}

.to-top {
background-color: #b12736;
font-family: FontAwesome;
content: "\f106";
bottom: 19px;
cursor: pointer;
font-size: 30px;
color: #fff;
display: none;
height: 47px;
position: fixed;
right: 22px;
transition: background 400ms ease 0s;
width: 48px;
z-index: 9999;
border-radius: 50px;
}
.to-top::before {
   font-family: FontAwesome;
transition: background 400ms ease 0s;
content: "\f106";
bottom: 63px;
cursor: pointer;
font-size: 30px;
font-weight: 600;
margin: 16px 13px;
color: #fff;
}

.store-banner{
		width: 100%;
	min-height: auto;
	background-color: #f9e6b0;
	background-image: url(../images/banner-bg2.jpg);
	background-repeat: repeat;
	padding:20px 0px;
	
	}
.store-banner h2{	
	font-family: 'CenturyGothic-Bold', sans-serif;
font-size: 24px;
padding-top: 0px;
margin: 0px;
text-align: center;
color: #AC2532;
text-transform: uppercase;
line-height: 39px;
font-weight: 600;
}

.store-banner .usecode{
	width: 150px;
height: 150px;
border: 2px solid #fff;
border-radius: 50%;
position: relative;
background-color: #AC2532;
float:right;
z-index: 1;
overflow:hidden;
margin-right: 18%;
margin-bottom: -150px;
margin-top: -57px;
}




.store-title{font-size:34px; font-weight:600; text-align:center;color:#AC2532;}
	