body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #88174c;
	/*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;*/
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom:11px;
    width:auto;
    float: right;
    margin-right: 30px;
}
#search .input-lg {
	height:35px;
	line-height: 20px;
	padding: 0 10px;
	background: #f4f4f4;
    font-size: 13px;
    border: none;
    width: 200px;
	color:#282828;
	box-shadow: none;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding:8.5px 16px;
	text-shadow: 0 0px 0 #FFF;
}
#search .btn-default { background-image:url(../images/search.png); background-repeat:no-repeat; }
#search .btn { border:0px solid #ccc; border-radius:0px; box-shadow:none; background: #f4f4f4; }
#search .input-group-btn { float:left; }

/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	/* background: #eee; */
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #702439;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #88174c;
	/*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;*/
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	/* min-height: 600px; */
	min-height: inherit;
}
/* footer */
/*footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}*/
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	font-size: 15px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 0px 0;
	padding:15px 0px 25px;
	border: none;
	background: none;
	border-radius: 0px;
	text-align: right;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	color: #606060; font-size:14px;line-height: 15px; position: relative; padding-right: 20px; margin-right:8px;font-family: 'GothamNarrow-Book';
	white-space: nowrap;
}
.breadcrumb > li a { color: #606060; font-size:14px; transition: all .5s ease;font-family: 'GothamNarrow-Book'; transition: All 0.5s ease;}
.breadcrumb > li a:hover { color: #bf241e; }
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	position:absolute; right:0; top:5px; content:"";background:url(../../../../../images/bredcum-arw.png) no-repeat center center; width: 7px; height: 7px; 
}
.breadcrumb > li:last-child:after {
	content:"";
	background: none;
}
.breadcrumb > li:last-child{ padding-right: 0px; margin-right: 0px;}
.pagination {
	margin: 0;
	width: 100%;
	float: left;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0;
}
.pagination > li {float: left; margin-right: 14px;}
.pagination > li:last-child { margin-right: 0px;}
.pagination > li > a, .pagination > li > span{
display: flex;
text-align: center;
align-items: center;
justify-content: center;
width: 35px;
height: 35px;
border-radius: 50%;
font-size: 12px;
color: rgba(26,26,26,0.7);
transition: all .5s ease;
-moz-transition: all .5s ease;
-webkit-transition: all .5s ease;
}
.pagination > li.active > a, .pagination > li.active > span, .pagination > li > a:focus, 
.pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover, .pagination > .active > a, 
.pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, 
.pagination > .active > span:focus, .pagination > .active > span:hover {
	background: #66002a;
	border-color: #66002a;
	color: rgba(255,255,255,0.7);
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 15px;
	font-size: 16px;
	/* border: 1px solid #cccccc; */
	border:none;
	border-radius: 0px;
	transition:all 0.4s ease;
	/* box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); */
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	/* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); */
	background-color: #eaeaea;
	/* background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x; */
	border-color: #eaeaea;
	border-radius: 0px;
	box-shadow: none;
}
.btn-default:hover, .btn-default:active, .btn-default.active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}
.btn-primary {
	color: #ffffff;
	/* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
	background-color: #13235e;
	/* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x; */
	border-color: #13235e;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:focus:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	/* background-position: 0 -15px; */
	background-color: #66002a;
	border-color: #66002a;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	/* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
	background-color: #66002a;
	/* background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x; */
	border-color: #66002a;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;

}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	/* border: 1px solid #ddd; */
	border:none;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
	float: left; width: 100%;
}
.product-thumb .image a {
	display: block;
}
/*.product-thumb .image a:hover {
	opacity: 0.8;
}*/
.product-thumb .image img {
	/* margin-left: auto;
	margin-right: auto; */
	width: 100%
}
.product-layout .product-thumb .image {
	float: left; width: 100%; position: relative;
}
.product-layout.product-list .product-thumb .image {width: 40%;padding: 0px 0px;} 
.product-layout.product-list .product-thumb div{float: left; width: 60%; padding: 0px 20px;}
.product-layout.product-list .product-thumb .pro-cont { width: 100%; padding: 0px 0px;}
.product-layout .product-thumb .wish-icon {
    position: absolute;
    top: 12px;
    right: 20px;
    width: 24px;
    height: 24px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	background: #fff;
	padding: 0px;
display: flex;
align-items: center;
justify-content: center;
border: none;
border-radius: 25px;
 color: #cd8a9c;
}
.product-layout .product-thumb .wish-icon .fa{font-size: 12px;}
.product-layout .product-thumb:hover .wish-icon{background: #66002a;color: #fff;}


@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-size:14px;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.headarea { width:100% !important;  }
.headfull { width: 100%!important; padding: 0!important; }

.modal { z-index: 9999;}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, 
.btn:active:focus, .btn:focus {outline: none;}

.product-layout .product-thumb .image .minicart-ico{background: #66002a;
color: #fff;
border: none;
border-radius: 3px;
padding: 2px 15px;
position: absolute;
left: 0;
right: 0;
text-align: center;
float: none;
width: 160px;
margin: 0 auto;
bottom: 23px; opacity: 0;transition:all .5s ease;
-moz-transition:all .5s ease;
-webkit-transition:all .5s ease;
-o-transition:all .5s ease;}
.product-layout .product-thumb .image:hover .minicart-ico{opacity: 1!important;}
.product-layout .product-thumb .image .minicart-ico .fa{font-size: 18px;
margin-right: 10px;}
.pro-det-rgt p.preparetime{}
.pro-det-rgt p strong{font-weight: normal;}
.pro-det-rgt p.deliveryday {
    font-family: 'Lora', serif;
    font-style: italic;
    color: #66002a; margin-bottom:18px;
}

.pro-det-rgt p.deliveryday .fa {
    font-size: 19px;
    margin-right: 10px;
}

.pro-det-rgt p.preparetime {
    background: #fbe5eb;
    padding: 3px 10px;
    margin: 20px 0 10px;
    color: #13235e;
    font-family: 'Lora', serif;
    font-style: italic;
}

.pro-det-rgt p.deliverydate {
    float: left;
    width: 50%;
}
.pro-det-rgt p.productcode {
    width: 50%;
    float: left;
}
.pro-det-rgt p.deliverydate strong, .pro-det-rgt p.productcode strong{font-family: 'GothamNarrow-Bold';}

.pro-det-rgt #product .form-group{margin-right: 2%;}
.pro-det-rgt #product hr{margin: 5px 0;}
#menu{background: none; background-color: none; border:none;}
#menu .nav > li > a{color: #333; font-size: 18px; border:none;}
#menu .dropdown-inner a{text-align: left; font-size: 16px;min-width:200px; line-height: inherit;}
#menu .see-all {
    display: block;
    margin-top: 0;
    border-top: none;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
    background: #eedbe0;
    color: #151313;
}

.informationpad {width: 100%;float: left;margin-bottom: 50px;}
.informationpad h2 {width: 100%;float: left;margin-bottom: 20px;font-family: 'GothamNarrow-Medium';}
.informationpad p {width: 100%;float: left;margin-bottom: 15px;}
.informationpad ul{ width: 100%;float: left;margin-bottom: 20px;}
.informationpad ul li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-left: 35px;
    background: url(../images/circle-list.png) no-repeat 0 6px;
}
.informationpad p {
    width: 100%;
    float: left;
    margin-bottom: 22px;
    font-size: 18px;
	line-height: 22px;
}
.informationpad h3 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-family: 'GothamNarrow-Medium';
}
.queries-contact {
    float: right;
    width: auto;
    margin-bottom: 10px;
    margin-right: 30px;
    color: #13235e;
    font-weight: 500;
	font-family: 'GothamNarrow-Medium';
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}








/********************************************************************************/
#myModal .modal-content { width:310px; display: inline-block; position: absolute; left: 0; right: 0; }
#myModal .prod-det-btns { width:100%; padding:0; margin:25px 0 0 0; }
#myModal .prod-det-btns ul li { margin-right:0; margin-bottom:10px; width:100%; }
#myModal .prod-det-btns ul li:last-child { margin-bottom:0;}
#myModal .notify p { font-size:18px; margin-top:40px; line-height: 26px; text-align:center; }
#myModal .close { opacity:1; }



.namesec span { font-size: 14px;}
.pluginSkinLight.pluginFontArial button { float:left; }
.pluginSkinLight.pluginFontArial table td.uiGrid .hCent { text-align:left !important;}
.pluginSkinLight.pluginFontArial table td  { text-align:left !important;}


/********/

/* mobile menu */
.mobNav  { display:none; position:fixed; right:0px; overflow:hidden; }
.m-menu {float:right;position:relative;margin-top:6px;transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-o-transition:all .5s ease;right:15px;margin-left:15px;display:none;position: absolute;top: 30px;}
.m-menu a { display:inline-block; text-align:right; outline:none;}
.m-menu div { color: #000000; cursor: pointer; display: inline-block; font-size: 18px; font-weight: bold; padding-right: 20px; position: absolute; right: 25px; text-transform: uppercase; top: 0px; }
.m-menu a span {display:block;background: #13245f;width:27px;height:4px;margin-top:4px;border-radius:0px;}
.m-menu a:hover span{ background:#000000;}
.m-menu a:hover div{ color:#ffffff;}
.mobi-logo { height:auto; position:relative; z-index:9; text-align:center; background:#fff; }
.mobi-logo img { max-width: 250px;  z-index: 99; padding:5px 0;}

.form-group.req { margin-top:25px;}


#product-search .product-layout .product-thumb div{margin-left: 0;}
#product-search .product-layout .product-thumb .caption{padding:0;}
#product-search .product-layout .product-thumb .caption p{margin: 0;}
#product-search .product-layout .product-thumb .caption a{font-size: 15px;line-height: 18px;margin: 15px 0 10px;
font-family: 'GothamNarrow-Bold';font-weight: normal;color: #13235e;width: 100%;float: left;transition: all .5s ease;-moz-transition: all .5s ease;
-webkit-transition: all .5s ease;}
#product-search .product-layout .product-thumb .caption p.price{font-size: 14px;line-height: 18px;font-family: 'GothamNarrow-Bold';
color: #bf241e;width: 100%;float: left;transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;}
#product-search .product-layout .product-thumb .caption p.price span{font-family: 'GothamNarrow-Book';}
#product-search .product-thumb .price-tax{font-size: 14px;line-height: 18px;margin-top: 10px;color: #7d7d7d;width: 100%;float: left;}
#product-search .products-lst .product-thumb:hover h4 a { color: #873853;}
#product-search .product-layout.product-grid .product-thumb div { float: left; width: 100%;}
#product-search .product-layout.product-grid .product-thumb .caption { padding: 0 20px; min-height: 140px;}