@font-face {
	font-family: 'gillsansmt';
	src: url('../fonts/gillsansmt.eot');
	src: local('gillsansmt'), url('../fonts/gillsansmt.woff') format('woff'), url('../fonts/gillsansmt.ttf') format('truetype');
}

body {
	margin: 0;
	font-family: 'gillsansmt';
	font-size: 14px;
	color: #56636c;
	line-height: 1.3;
	background-color: #fff;
	overflow-y: scroll;
	/* padding-top: 36px; */
	font-weight: 100;
}
body.overflowHidden {
	padding-right: 17px
}
#sb-site {
	min-height: auto !important
}
hr {
	border-top-color: #D8D8D8
}
.productListing .panel-collapse ::-webkit-scrollbar, .modal ::-webkit-scrollbar, .callbackPopup ::-webkit-scrollbar {
	width: 10px;
	height: 10px
}
.productListing .panel-collapse ::-webkit-scrollbar-track, .modal ::-webkit-scrollbar-track, .callbackPopup ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3)
}
.productListing .panel-collapse ::-webkit-scrollbar-thumb, .modal ::-webkit-scrollbar-thumb, .callbackPopup ::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 3px 6px 18px #535353
}
.caret.bottomCaret {
	border-top: 0;
	border-bottom: 4px solid
}
.caret.right {
	border-top: 4px solid transparent;
	border-right: 0;
	border-left: 4px solid;
	border-bottom: 4px solid transparent
}
.caret.left {
	border-top: 4px solid transparent;
	border-left: 0;
	border-right: 4px solid;
	border-bottom: 4px solid transparent
}
.bold, strong, b  {
	font-weight: 400;
}
.darkBold{
	font-weight: 800;
}
.text-uppercase {
	text-transform: uppercase
}
a {
	color: #56636c
}
a:hover, a:focus {
	text-decoration: none;
	color: #333
}
.row, .form-horizontal .form-group {
	margin-right: -5px;
	margin-left: -5px
}
.container, .container-fluid, .navbar-collapse, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 5px;
	padding-right: 5px
}

.captchaCode {
	border: 1px solid #D2D2D2;
	width: 100px;
	font-size: 16px;
	padding: 8px 5px;
	background-color: #E8E8E8
}
.captchaCode .text {
	width: 60%;
	float: left;
	padding: 2px 0;
}
.captchaCode input {
	width: 35%;
	float: left;
	height: 22px;
	padding: 2px 6px;
	margin-left: 5%
}
.btn, .form-control, .modal-content {
	border-radius: 0
}
.btn-yellow{
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-yellow:hover, .btn-yellow:focus {
    color: #fff;
    background-color: #00012e;
    border-color: #00012e;
}
.btn-warning {
    background-color: #f58f27;
}
.imgFullWidth {
	width: 100%
}
.productListing .productSection .image, .ViewColorCommonPopup .modal-body .image {
	position: relative
}
.imgCenter img, .brandsPage .brand-logo .brand img, 
#productDetailsCarousel .carousel-inner .item > a > img, #productDetailsCarousel .carousel-inner .item > img, 
.productListing .productSection .image>img, .ViewColorCommonPopup .modal-body .image > img, 
.productSlideBx .slide .image img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-height: 100%
}
.red{
	color: #e10f32 !important
}
.orange{
	color: #193163;
}
.blue {
	color: #193163
}
.black {
	color: #000
}
.green {
	color: green
}
.panel-success {
	border-color: #44ab33
}
.panel-inverted {
	border-color: #333
}
.panel-danger {
	border-color: #e10f32
}
.btn-danger, .panel-danger > .panel-heading {
	background-color: #e10f32;
	border-color: #e10f32
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	background-color: #a2012e;
	border-color: #a2012e
}
.btn-inverted, .panel-inverted > .panel-heading {
	color: #fff;
	background-color: #000;
	border-color: #000
}
.btn-inverted:hover, .btn-inverted:focus {
	color: #fff;
	background-color: #2b2b2b;
	border-color: #2b2b2b
}
.btn-success, .panel-success > .panel-heading {
	background-color: #1fad7a;
	border-color: #1fad7a
}
.btn-success:hover, .btn-success:focus {
	background-color: #0d7550;
	border-color: #0d7550
}
.btn-info {
    background-color: #727c83;
    border-color: #727c83;
}
.btn-info:hover, .btn-info:focus {
	background-color: #56636c;
	border-color: #56636c
}
.cartPage .btn img {
	margin-top: -5px;
	margin-right: 5px
}
.cmnBorder {
	border: 1px solid #dcdcdc;
	padding: 15px;
	margin-bottom: 15px
}
.panel-title > a {
	display: block;
    color: #56636c;
}
.mobile-menu .navbar .logoBlock img {
	display: inline-block
}
.mobile-menu .sb-slidebar a {
	color: #777
}
.mobile-menu .sb-menu li a {
	padding: 10px
}
.mobile-menu .navbar-default {
	padding: 5px 5px 10px;
	min-height: 40px
}
.mobile-menu .navbar .sb-toggle-left {
	padding: 0;
	width: auto
}
.mobile-menu .navbar .sb-toggle-left .threeLines {
	float: right
}
.mobile-menu .navicon-line {
	width: 30px;
	background-color: #333;
	margin: 2px auto 6px;
	margin-right: auto;
	height: 3px
}
.mobile-menu .sb-left {
	margin-top: 0
}
.mobile-menu .navbar .sb-toggle-left span {
	margin-left: 5px;
	margin-top: 3px;
	display: inline-block;
	color: #333;
	text-transform: uppercase
}
.mobile-menu .navbar .navbar-left {
	text-align: center;
	display: inline-block;
	position: relative;
	margin-right: 10px
}
.mobile-menu .navbar .sb-toggle-left .threeLines {
	font-size: 19px;
	border: 0;
	padding: 12px 9px 5px;
	color: #333;
	display: block
}
.mobile-menu .extra > a {
	padding-top: 7px;
	position: relative;
	display: inline-block
}
.mobile-menu .extra .dropdown-menu {
	top: 100%;
	margin-top: 11px;
	text-align: left
}
.mobile-menu ul {
	margin-bottom: 0
}
.mobile-menu li.cart {
	padding-right: 9px
}
.mobile-menu ul li.cart > a .count {
	top: -2px;
	right: -8px;
	padding-top: 3px;
	width: 16px;
	height: 16px
}
.mobilenavPage {
	margin-top: 10px;
	font-size: 18px
}
.mobilenavPage li {
	border-top: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3
}
.mobilenavPage li a {
	display: block;
	color: #777;
	padding: 7px 10px;
	font-size: 18px
}
.mobilenavPage li.viewAllLink a {
	background-color: #ECECEC
}
.mobilenavPage ul {
	padding-left: 0;
	list-style: none
}
.mobilenavPage ul li {
	list-style: none;
	padding-left: 0
}
.newArrivalsSec {
	margin: 30px 0;
}
.homeBlogSec .block {
	background: #fff url(../img/home-images/blog-bg.jpg) 0 0;
	padding: 40px 15px;
	text-align: center;
}
.homeBlogSec .trustPilotBlock {
	position: relative;
	display: block;
}
.homeBlogSec .trustPilotBlock .storyBlock {
    position: absolute;
    left: 40px;
    right: 40px;
    top: 36%;
    background-color: #fff;
    padding: 20px;
    font-size: 16px;
}
.homeBlogSec .block .headImg{
	max-width: 100%;
}
.homeBlogSec {
	margin-top: 20px;
}
.homeBlogSec .block .img-responsive{
	margin: 20px 0;
}
.homeBlogSec .block p{
	font-size: 16px;
}
.homeBlogSec .block .m-b-20 {
	margin-bottom: 10px
}
.homeBlogSec .block .title {
	margin-bottom: 10px
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
	.mobile-menu .navbar .logoBlock img {
	    width: 180px;
	    padding-top: 7px;
	    margin-left: 40px;
	}
	.mobilenavPage li a {
		padding: 8px 0;
		font-size: 20px
	}
	.mobile-menu ul {
		margin-top: 4px
	}
}
@media only screen and (max-width: 767px) {
	.mobile-menu ul {
		margin-top: 6px
	}
	.mobile-menu .navicon-line {
		width: 25px;
		background-color: #333;
		margin: 0 auto 4px;
		margin-right: auto;
		height: 3px
	}
	.mobile-menu .navbar .navbar-left {
		margin-right: 5px;
	    position: absolute;
    	left: 5px;
	}
	.mobile-menu .navbar .sb-toggle-left .threeLines {
		font-size: 16px;
		padding: 10px 2px 5px
	}
	.mobile-menu .navbar .logoBlock img {
        width: 170px;
	    padding-top: 7px;
	    margin-left: 40px;
	}
	.mobile-menu .extra > a img {
		height: 16px;
		width: auto;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.homeblogimg img {
		width: 40%
	}
	.homeBlogSec .block h3 {
		font-size: 16px
	}
	.homeBlogSec .block p {
		font-size: 14px
	}
}
@media only screen and (max-width: 959px) {
	.homeblogimg img {
		width: 40%
	}
	.homeBlogSec .block h3 {
		font-size: 16px
	}
}
@media only screen and (max-width: 767px) {
	.homeBlogSec .block h3 {
		font-size: 22px
	}
	.homeBlogSec {
	    margin-top: 5px;
	}
	.homeBlogSec .col-sm-4+.col-sm-4{
		margin-top: 15px;
	}
}
.coLogo img{
	max-width: 100%;
}
.topSection .contactInfo{
	text-align: center;
}
.topSection .navbar-nav .strTimmingBlock{
	float: none;
}
header .strTimmingBlock .str-timming {
    position: absolute;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.83);
    box-shadow: 0 2px 10px 0 #040200;
    padding: 12px 12px;
    width: 315px;
    top: 127%;
    left: -32%;
    text-align: left;
    font-size: 14px;
    color: #fff;
    display: none;
}
header .strTimmingBlock > a > img {
	margin-left: 5px
}
header .strTimmingBlock .str-timming p {
	margin-top: 12px
}
header .strTimmingBlock .str-timming p:last-child {
	margin-bottom: 0
}
header .strTimmingBlock {
	position: relative
}
header .strTimmingBlock .str-timming .caret.bottomCaret {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 0;
	right: 25px;
	top: -10px;
	border-width: 10px
}
header .strTimmingBlock:hover .str-timming {
	display: block
}
header .block4{
	margin-top: 4px;
}
header .block4 .navbar-nav{
	float: right;
}
#navSlideBar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 3px;
	background: #56636c
}
.navbar-wrapper {
	box-shadow: 0 5px 9px -9px #737373;
	background-color: transparent;
	position: relative;
	z-index: 99999;
    margin: 15px 0;
    padding-bottom: 10px;    
	text-align: center;
}
.navbar-nav {
	position: relative;
}
.navSection .navbar-nav {
	float: none;
	display: inline-block;
}
.navbar .disableNav {
	display: none
}
.navbar-nav > li.coLogo {
    z-index: 9;
    background-color: #fff;
    margin: 4px 10px 0 0;
}
.navbar-nav > li.coLogo:hover {
	background-color: #fff
}
.navbar-nav > li.coLogo > a {
	display: inline-block;
	padding: 7px 0
}
.navbar-nav > li.coLogo > a img {
	max-height: 50px;
	max-width: 100%
}
.navbar-nav > li > a .caretIco {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	margin: auto;
	z-index: 9999;
	display: none
}
.navbar-nav > li:hover > a .caretIco {
	display: block
}
.navbar-wrapper .navbar {
	background-color: #fff;
	margin-bottom: 0;
	border-radius: 0;
	min-height: auto;
}
.navbar-nav > li > a {
	font-size: 13px;
	padding: 10px 36px;
	line-height: 1;
	text-transform: uppercase
}
.navbar-wrapper .navbar-nav > li:nth-of-type(2) > a{
	padding-left: 0;
}
.navbar-wrapper .navbar-nav > li:nth-of-type(10) > a{
	padding-right: 0;
}
.navSection .nav > li > a:hover, .navSection .nav > li > a:focus {
	background-color: transparent;
	color: #333;
	font-weight: bold;
}
.navSection .clearanceLink a, .navbar-wrapper.active .navbar-nav > .clearanceLink > a{
    background-color: #e8e8e8;
    font-weight: 500;
    color: #193163;
}
.navSection .clearanceLink a:before, .navSection .clearanceLink a:after {
    font-family: "Glyphicons Halflings";
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 16px;
    color: #fff;
    height: 12px;
}
.navbar-wrapper.active .clearanceLink a:before, .navbar-wrapper.active .clearanceLink a:after {
    color: #000;
}
.navSection .clearanceLink a:before{
    content: "\e250";
    left: -5px;
}
.navSection .clearanceLink a:after{
    content: "\e251";
    right: -5px;
}


.modal-open .navbar-wrapper.active .navbar {
	padding-right: 17px
}
.navbar-wrapper.active {
	height: 57px
}
.navbar-wrapper.active .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 0;
    min-height: 10px;
    background-color: #fff;
    box-shadow: -1px 1px 5px 0px #292929;
}
.navbar-wrapper.active .navbar-nav > li.coLogo img {
    max-height: 24px;
    margin-top: 6px;
}
.navbar-wrapper.active .navbar-nav > li > a {
	padding: 20px 23px 14px;
    font-size: 11px;
    letter-spacing: .5px;
}
.navbar-wrapper .navbar-nav > li > a.advertise {
	color: #374650;
}
.navbar-wrapper.active .navbar-nav > li.coLogo > a {
	padding: 1px 0 0
}
.navbar-nav > .extra {
	position: relative;
	float: right
}
.navbar-nav > .extra .dropdown-menu > li > a {
    display: block;
    padding: 3px 10px;
    clear: both;
    color: #333;
    white-space: nowrap;
    font-size: 13px;
}
.navSection .navbar-nav > .extra, .navSection .navbar-nav > li.coLogo {
	display: none !important
}
.navSection .active .navbar-nav > .extra, .navSection .active .navbar-nav > li.coLogo {
	display: block !important
}
.navbar-wrapper.active .navbar-nav > .extra > a {
    padding: 15px 13px;
	position: relative
}
.topSection {
	padding-top: 16px;
}
.topSection .navbar-nav > li {
	padding: 0
}
.topSection .navbar-nav > .extra > a {
    padding: 14px 5px 9px;
    position: relative;
    display: block;
    color: #56636c;
    font-size: 13px;
    text-transform: capitalize;
}
.topSection .navbar-nav > .wishlist > a {
    padding: 14px 14px 9px;
}
.topSection .navbar-nav > .extra:hover > a {
	background-color: #E0E0E0
}
.topSection .contactInfo .navbar-nav{
	float: none;
}
.topSection .navbar-nav > .strTimmingBlock> a {
    background: #fff url(../img/call-icon.png) left top no-repeat;
    padding: 0 0 0 30px;
    background-size: 27px;
    font-weight: 300;
    text-transform: none;
    margin-top: 10px;
}
.navbar-nav > .strTimmingBlock a span{
    display: block;
    font-size: 18px;
    padding: 4px 0 5px;
}
.topSection .navbar-nav > .strTimmingBlock> a:hover {
	background-color: transparent;
	color: #333
}
.topSection .extra.search > a {
	padding: 0 10px;
    display: block;
    border: 1px solid #dcdcdc;
}
.topSection .extra.search {
	margin-left: 20px;
}
.navbar-wrapper .extra.search > a {
	margin-top: 13px;
}
.navbar-wrapper .extra.search > a span:first-child {
	padding: 8px 15px 6px
}
.navbar-wrapper .extra.search > a span+ span {
	padding: 7px 9px 4px 5px
}
.navbar-wrapper.active .extra.search > a span:first-child {
	padding: 6px 15px 4px
}
.navbar-wrapper.active .extra.search > a span+ span {
	padding: 5px 9px 2px 5px
}
.navbar-wrapper.active .extra.search {
	margin: 0
}
.navbar-wrapper.active .extra.search > a {
	margin-top: 0;
	background-color: #eaeaea;
}
.navbar-wrapper.active .extra.search > a img {
	width: auto;
	margin-top: 0
}
.extra.search > a span {
	display: inline-block;
	float: left
}
.navbar-wrapper.active .dropdown-menu {
    border-top: 0;	
}
.extra.search > a span:first-child {
	cursor: text;
	color: #ababab;
    padding: 13px 0 0;
    font-size: 14px;
    width: 85%;
    color: #7a7a7a;
    text-align: left;
    text-transform: none;
}
.extra.search > a span+ span {
	padding: 11px 0;
    border-left: 0;
    width: 15%;
    text-align: right;
}
.extra > a img {
	width: 20px;
	margin-top: -3px
}
.topSection .navbar-nav > li.cart > a .count {
	top: 2px;
}
.navbar-nav > .extra > a > img {
	max-width: 16px;
	max-height: 15px
}
.topSection .navbar-nav > .extra > a > img {
	margin-top: -3px
}
.navbar-nav > .extra .dropdown-menu, .mobile-menu .extra .dropdown-menu {
	right: -50px;
	left: auto;
	border: 1px solid rgba(0,0,0,.15);
	padding: 5px 0;
	font-size: 18px;
	word-spacing: 4px;
	z-index: 999999;
	width: auto;
}
.navbar-nav > .extra .caret.bottomCaret, .mobile-menu .extra .caret.bottomCaret {
	position: absolute;
	bottom: 100%;
	left: 45px;
	right: 0;
	margin: 0 auto;
	border-bottom: 10px solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent
}
.navbar-nav > .extra .caret.bottomCaret {
	left: 0;
	color: #fff;
}
.navbar-nav > .strTimmingBlock .caret.bottomCaret {
	left: -44px;
    border-bottom-color: rgba(0, 0, 0, 0.83);
}
.navbar-nav > li.cart > a .count, .mobile-menu li.cart > a .count {
	position: absolute;
	top: 4px;
	right: 0;
	background-color: #e0e0e0;
	color: #000;
	padding: 4px 3px 2px;
	font-size: 11px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	text-align: center
}
.navSection .dropdown-menu {
	width: 570px;
	text-align: left;
}
.navSection .dropdown.user .dropdown-menu{
    width: 170px;
    display: none;
    left: auto;
    right: 0px !important;
}
.navSection .navbar-nav li:nth-of-type(2) .dropdown-menu {
	width: 700px;
}
.navSection .navbar-nav li:nth-of-type(7) .dropdown-menu,
.navSection .navbar-nav li:nth-of-type(8) .dropdown-menu,
.navSection .navbar-nav li:nth-of-type(9) .dropdown-menu{
	left: auto;
	right: -100px;
}
.navSection .dropdown-menu.normal{
	width: auto;
}
.navSection .dropdown-menu ul {
	padding-left: 0
}
.navSection .dropdown-menu ul li {
	list-style: none
}

.navSection .dropdown-menu .col-md-6>.mainNavigator li,
.navSection .dropdown-menu .mainNavigator li:nth-of-type(1),
.navSection .navbar-nav li:nth-of-type(6) .dropdown-menu li,
.navSection .navbar-nav li:nth-of-type(7) .dropdown-menu li {
	float: none;
	width: 100%
}
.navSection .dropdown-menu .mainNavigator li > a, .navSection .dropdown-menu .mainNavigator li > span {
	display: block;
	padding: 2px 8px;
	clear: both;
	line-height: 1.42857143;
	color: #333;
	font-size: 14px;
}
.navSection .dropdown-menu .mainNavigator li > span{
    font-size: 16px;
    margin: 8px 0 10px;
    font-weight: 400;
    text-transform: uppercase;
}
.dropdown-menu > li > a {
	text-transform: capitalize
}
.dropdown-menu .mainNavigator .viewAll {
    padding-left: 8px;
}
.navSection .dropdown-menu .mainNavigator .viewAll a {
    display: inline-block;
    border: 1px solid #000000;
    color: #000000;
    font-size: 13px;
    margin-top: 10px;
    font-weight: 400;
    padding: 6px 28px;
}
.dropdown-menu .mainNavigator .viewAll a:hover {
	border-color: #2d2d2d;
	color: #2d2d2d
}
.dropdown-menu .imageCol {
	padding: 5px 8px 5px 0
}
.dropdown-menu .imageCol img {
	margin-left: auto;
	margin-right: 0;
}
.miniCart {
	position: absolute;
	z-index: 999999;
	background-color: #fff;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.7);
	top: 100%;
	right: 0;
	width: 400px;
	padding: 15px;
	display: none
}
.navbar-nav > li.cart:hover .miniCart {
	display: block
}

.miniCart .cart-heading p {
	font-size: 14px;
	text-transform: uppercase
}
.miniCart p.cartTitle {
	position: absolute;
	top: -30px;
	left: 0;
	background-color: #333;
	padding: 9px 15px 6px;
	margin-bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 1
}
.miniCart p {
	font-size: 12px
}
.miniCart .block {
	padding: 5px 0;
	position: relative
}
.miniCart .block:nth-child(even) {
	background-color: #F1F7FB
}
.miniCart .image {
	height: 50px
}
.miniCart .image img {
	max-height: 100%;
	margin-left: auto;
	margin-right: auto
}
.miniCart .total {
	margin-top: 10px
}
.miniCart h4 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 12px
}
.miniCart .totalBlock {
	margin-top: 10px
}
.miniCart hr {
	margin-top: 5px;
	margin-bottom: 5px
}
.miniCart .cancel-btn {
	font-size: 14px;
	position: absolute;
	color: #7d7d7d;
	top: 2px;
	left: 2px;
	z-index: 999;
	text-decoration: none
}
.miniCart .emptyCartTxt {
	text-align: center;
	font-size: 32px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
	padding: 5px 0 0
}
@media only screen and (min-width: 1200px) {
	.navbar .disableNav {
		position: absolute;
		height: 100%;
		z-index: 9999;
		right: 0;
		left: 110px
	}
	.navSection .dropdown-menu .col-md-7 {
	    width: 55%;
	}
	.navSection .dropdown-menu .col-md-5 {
	    width: 45%;
	}
	.navSection .navbar-nav li:nth-of-type(6) .dropdown-menu .col-md-7,
	.navSection .navbar-nav li:nth-of-type(7) .dropdown-menu .col-md-7{
		width: 56%;
	}
	.navSection .navbar-nav li:nth-of-type(6) .dropdown-menu .col-md-5,
	.navSection .navbar-nav li:nth-of-type(7) .dropdown-menu .col-md-5{
		width: 44%;
	}
	
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.navbar-nav > .strTimmingBlock a span {
	    font-size: 16px;
	    padding: 6px 0 5px;
	}
	.topSection .navbar-nav > li > a {
		font-size: 9px;
		padding: 22px 5px 20px
	}
	.navbar-nav > li > a {
	    padding: 10px 15px;
	}
	.navbar-wrapper.active .navbar-nav > li > a {
	    padding: 20px 8px 14px;
	}
	.navbar-wrapper.active .navbar-nav > li.coLogo img {
	    margin-top: 12px;
	}
	.extra.search {
		margin-right: 5px
	}
	.topSection .navbar-nav > .strTimmingBlock> a {
		font-size: 12px;
		padding-right: 5px
	}
	.navbar-wrapper.active .extra.search > a span+ span {
		padding: 5px 9px 5px 5px
	}
	.navbar-nav > li.coLogo {
		width: 90px
	}
	.navbar-nav > .extra > a, .navbar-wrapper.active .navbar-nav > .extra > a {
		padding: 18px 8px
	}
	.topSection .block4 .navbar-nav .extra > a {
	    padding: 14px 10px 9px;
	}
	.navbar-wrapper.active .navbar-nav > li.cart > a .count, .mobile-menu li.cart > a .count {
		right: -7px
	}
	header .topSection {
		font-size: 10px;
	}
}
.overflowHidden {
	overflow-y: hidden
}
.overflowHidden2 {
	overflow: hidden;
	height: 100%
}
.searchSection {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.95);
	z-index: 9999999;
	display: none;
	overflow-y: scroll;
	padding-right: 15px
}
.searchSection .productListing .product {
	height: auto !important
}
.searchSection .productListing .product .title {
	overflow: hidden;
	font-size: 14px
}
.searchResult .price .ySave {
	display: block
}
.searchSection .searchResult .products {
	background-color: #fff
}
.searchSection .searchResult .productSection .imageBlock {
	padding: 0 32px;
	border: 0;
}
.searchSection .searchResult .products.displayBlock, .displayBlock {
	display: block
}
.searchSection .searchInput {
	margin-top: 25px;
	position: relative
}
.searchSection .searchInput.mt10 {
	margin-top: 10px;
	padding-right: 40px
}
.searchSection .searchInput .form-control {
	padding: 5px 15px;
	font-size: 34px;
	height: auto;
	background-color: transparent;
	border-color: #eee;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.searchSection .closeSearchPageBtn {
	font-size: 32px;
	display: inline-block;
	z-index: 99;
	position: absolute;
	top: 10px;
	right: -10px
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.searchSection .productListing .product .title a {
		font-size: 22px;
		margin-top: 15px
	}
	.searchSection .productListing .product .price {
		font-size: 28px
	}
}
@media only screen and (max-width: 959px) {
	.searchSection .searchInput {
		margin-top: 70px;
		padding-right: 40px
	}
	.searchSection .productListing .product .title {
		height: auto !important
	}
	.searchSection .searchInput.mt10 {
		margin-top: 60px
	}
	.searchSection .searchInput .form-control {
		border-color: #ABABAB
	}
	.searchSection .productListing .productSection .image {
		height: 130px
	}
	.searchSection .productListing .product {
		margin-bottom: 20px
	}
}
@media only screen and (max-width: 767px) {
	.searchSection .productListing .productSection .image {
		height: 60px
	}
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
	.searchSection .searchInput .form-control {
		font-size: 20px
	}
}
@media only screen and (max-width: 479px) {
	.searchSection .searchInput .form-control {
		font-size: 20px
	}
	.searchSection .closeSearchPageBtn {
		font-size: 26px;
		top: 0;
		right: 5px
	}
	.searchSection .searchResult .products-section .col-xs-4 {
		width: 50%
	}
}
#MyCarousel .carousel-indicators, #MyCarouselSm .carousel-indicators{
	bottom: 0;
	margin: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.35);
	padding: 4px 0 0;
	line-height: 1
}
#MyCarousel .item > img, #MyCarousel .item > a > img, #MyCarouselSm .item > img, #MyCarouselSm .item > a > img, #MyCarousel2 .item > img, #MyCarousel2 .item > a > img {
	width: 100%
}
#MyCarousel, #MyCarouselSm {
	margin-bottom: 20px
}
#MyCarousel a > .img-responsive {
	width: 100%;
}
.carousel-control.left, .carousel-control.right {
	background-image: inherit;
	background-image: inherit;
	background-repeat: repeat-x;
	filter: inherit
}

.offerSection p {
	margin-bottom: 0;
	font-size: 13px;
}
.offerSection .block .labelT {
    display: inline-block;
    font-size: 13px;
}
.offerSection {
	box-shadow: 0 5px 9px -9px #737373;
}
.offerSection .block {
	margin: 2px 0 15px;
	text-align: center
}
.offerSection .block.two{
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}
.offerSection .block .img-responsive {
	margin: -3px auto 0;
}
.home .commonTitle {
	margin: 25px 0 20px
}
.home .section .block a {
    position: relative;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}
.home .section .block a .img-responsive {
	width: 100%
}
.home .section1 a {
	display: block;
	margin-bottom: 20px
}
.home .section1 a > img {
	width: 100%
}
.home .section2 h2 {
	font-size: 30px;
	margin: 0
}
.home .section2 {
	margin-bottom: 20px
}
.home .section2 h2 {
	font-size: 34px
}
.home .section2 .block {
	position: relative;
	margin-bottom: 10px
}
.home .section2 .block .info {
	background-color: rgba(0,0,0,0.42)
}
.home .section2 .block .info, .home .section2 .block .info span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 18px
}
.home .section2 .block .info span {
	height: 20px
}
.home .section3 {
	margin: 25px 0 15px
}
.home .section3 h1, .home .section3 h4 {
	margin: 0 0 5px;
    font-size: 12.5px;
    font-weight: bold;
}
.home .section3 p {
    text-align: justify;
    margin-bottom: 0;
    font-size: 12.5px;
    line-height: 1.7;
}
@media only screen and (min-width: 1300px) {
	.home .section2 .block .info {
		background-color: rgba(0,0,0,0.42);
		display: none
	}
	.home .section2 .block:hover .info {
		display: block
	}
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.offerSection p {
		font-size: 11px;
		margin-bottom: 5px
	}
	.home .section .block a {
	    max-height: 380px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.offerSection p {
		font-size: 13px;
		margin-bottom: 5px
	}
	.home .section .block a {
	    max-height: 288px;
	}
}
@media only screen and (max-width: 767px) {
	.offerSection{
		display: none;
	}
	.offerSection .block img {
		display: none
	}
	.offerSection .block.one {
		margin: 10px 0 0;
		padding-bottom: 0;
	}
	.offerSection .block.three {
		padding-top: 0;
	}
	.offerSection .block {
		padding: 12px;
		margin-bottom: 10px
	}
	.offerSection .block .labelT {
		font-size: 16px
	}
	.offerSection p {
		font-size: 13px;
		margin-bottom: 5px
	}
	#MyCarousel, #MyCarouselSm, .home .section1 a {
		margin-bottom: 10px
	}
}

/*star*/
.productReview p{
	display: inline-block;
	margin-bottom: 0;
	font-size: 12px;
}
.star-rating {
	background: url(../img/star-rating.png) 0 0 no-repeat;
	height: 12px;
	width: 71px;
	display: inline-block;
}
.star-rating.two-star {
	background-position: 0 -13px
}
.star-rating.three-star {
	background-position: 0 -26px
}
.star-rating.four-star {
	background-position: 0 -39px
}
.star-rating.five-star {
	background-position: 0 -51px
}
/*star*/

.cmnTxtHeader{
	position: relative;
	font-size: 16px;
	text-align: center;
	margin: 30px 0;
}
.cmnTxtHeader h2, .cmnTxtHeader h1{
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 100;
    font-size: 35px;
}
.commonTitle {
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin: 15px 0 10px
}
.commonTitle > a {
	z-index: 99;
	position: relative;
	margin-top: 5px
}
.commonTitle h1 {
	position: relative;
	z-index: 9;
	margin: 0;
	background-color: #f1ede6;
	display: inline-block;
	padding: 0 5px;
	font-size: 32px;
}
.commonTitle hr {
	border-top-color: #dbdbdb;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	margin: auto
}
.commonHeading {
	margin-bottom: 10px;
	background-color: #fff;
}
.commonHeading h3, .commonHeading h1, .commonHeading p {
	margin: 0;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}
.commonHeading > a, .commonTitle > a {
    border-bottom: 1px solid #56636c;
    padding: 2px 3px;
    float: right;
    margin-top: 3px;
    font-size: 12px;
}
.carousel-control .icon-next {
	margin-left: 0;
	margin-right: -15px
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	background-color: #000;
	border-radius: 50%;
	width: 44px;
	height: 44px
}
.brandsPage .commonHeading {
	margin-bottom: 10px
}
.brandsPage .brand-logo {
	margin-bottom: 10px
}
.brandsPage .brand-logo .brand {
	height: 110px;
	position: relative;
	display: table;
	width: 100%
}
.brandsPage .popularLogo .brand{
	height: 140px;
}
.brandsPage .popularLogo .title{
    border: 1px solid #e2e2e2;
    display: block;
    border-top: 0;
    padding: 2px 4px;
}
.brandsPage .brand-logo a .brand {
	background-color: #fff;
	border: 1px solid #e2e2e2
}
.brandsPage .brand-logo > a {
	display: block
}
.brandsPage .brand-logo .brand img {
	padding: 5px
}
.brandsPage .brand-logo a .brand p, .brandsPage .brand-logo a .brand h3 {
	font-size: 80px;
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase
}
.brandsPage {
	position: relative;
	margin-bottom: 10px
}
.brandsPage .brand-logo a:hover .brand p {
	color: #7d7d7d
}
.alphabetNav {
	margin: 0
}
.alphabetNav > li {
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
	padding: 0
}
.alphabetNav > li+ li:before {
	content: '.';
	float: left;
	margin-top: 6px;
	margin-left: -5px
}
.alphabetNav > li > a {
	border-radius: 0;
	padding: 5px 15px;
	text-transform: uppercase;
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	position: relative;
	display: block;
	padding: 4px 12px
}
.alphabetNav > li > a.active, .alphabetNav > li > a.active:hover, .alphabetNav > li.active > a:focus, .alphabetNav > li > a:hover {
	border: 1px solid #eee;
	background-color: #fff;
	color: #777
}
.brandsPage a[href^="#brandFilter"] {
	font-size: 11px;
	float: right;
	margin-top: -36px;
	margin-right: 10px;
	z-index: 999;
	position: relative
}
.brandsPage .brands-nav > a {
	padding: 4px 5px;
	display: inline-block;
	float: right;
	border: 1px solid #eee;
	font-size: 13px
}
.brandsPage .brandLogoSection {
	padding: 15px 10px
}
@media only screen and (min-width: 768px) {
	.brandsPage .collapse, footer #footerLinks {
		display: block !important
	}
}
@media only screen and (min-width: 1200px) {
	.brandsPage .brand-logo {
		width: 11.111111111111%
	}
	.brandsPage .popularLogo{
		width: 16.6666%;
	}
	.brandsPage .brand-logo .brand img {
		padding: 5px;
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
		opacity: 1
	}
	.brandsPage .brand-logo a:hover .brand img {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		opacity: .55
	}
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.alphabetNav > li > a {
		padding: 4px 10px
	}
	.brandsPage .brand-logo {
		width: 14.285714285714%
	}
}
@media only screen and (max-width: 480px) {
	.brandsPage .brand-logo {
		width: 33.333333333333%
	}
	.brandsPage .brand-logo .brand {
		height: 70px
	}
	.alphabetNav > li > a {
		font-size: 12px
	}
	.alphabetNav > li {
		margin-bottom: 4px
	}
	.carousel-control .icon-prev, .carousel-control .icon-next {
		height: 31px;
		width: 31px
	}
}
.writeUpInfo {
	background-color: #fff;
	border: 1px solid #ececec;
	line-height: 1.4;
	padding: 14px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px
}
.writeUpInfo .image {
	margin-left: 10px;
	max-width: 40%
}
.writeUpInfo h1, .writeUpInfo h2, .writeUpInfo h3 {
	font-size: 22px;
	margin: 0;
	line-height: 21px;
	text-transform: uppercase
}
.writeUpInfo h1 .small, .writeUpInfo h2 .small, .writeUpInfo h3 .small {
	margin-left: 10px
}
.heading-info h3 {
	margin-bottom: 0
}
.writeUpInfo .productCount {
	display: none
}
.writeUpInfo p {
	text-align: justify;
	margin: 10px 0 0
}
.writeUpInfo p+ p {
	margin-top: 10px
}
.rangePage .writeUpInfo {
	margin-top: 0
}
.rangePage .ranges .block {
	display: block;
	position: relative;
	margin-bottom: 15px
}
.rangePage .ranges .block .image {
	display: block;
	position: relative;
	overflow: hidden;
	height: 212px;
}
.rangePage .ranges .block .image .img-responsive {
	width: 100%;
}
.rangePage .ranges .block .image:after {
    content: '';
    height: 295px;
    width: 100%;
    background: rgba(43, 43, 43, 0.75);
    position: absolute;
    bottom: 0px;
    left: 0px;
    transform-origin: left bottom;
    transform: skewY(36deg);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
}
.rangePage .ranges .block:hover .image:after {
    opacity: 1;
}
.rangePage .ranges .block .title {
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: 80%;
}
.rangePage .ranges .block .title h2, .rangePage .ranges .block .title h3 {
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}
.rangePage .ranges .block .title .btn-default {
    color: #333;
    background-color: transparent;
    border-color: #eaeaea;
    color: #fff;
    padding: 4px 12px;
    margin-top: 5px;
    display: none;
}
.rangePage .ranges .block:hover .title .btn-default {
    display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.rangePage .ranges .block .title h2, .rangePage .ranges .block .title h3 {
		font-size: 13px
	}
}
@media only screen and (max-width: 767px) {
	.rangePage .ranges .block {
		margin-bottom: 5px
	}
}
.wishListIcon {
	display: block;
	background-image: url(../img/wishlist-icon4.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 6px;
	right: 8px;
	width: 20px;
	height: 20px;
	z-index: 99;
	opacity: .4;
}
.productDetailsPg .descriptionBlock .detailDesc{
    background-color: #f9f9f9;
    border: 1px solid #f3f3f3;
    padding: 6px;
    margin-bottom: 10px;
}
.productDetailsPg .descriptionBlock .detailDesc .dImage{
	margin: -6px -6px 0 -6px;
}
.productDetailsPg .descriptionBlock .detailDesc .dInfo{
	min-height: 146px;
}
.productDetailsPg .descriptionBlock .detailDesc .dInfo h4{
    font-size: 13px;
    text-align: left;
}
.productDetailsPg .descriptionBlock .detailDesc .dInfo p{
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 0;
}
.productDetailsPg .panel-default > .panel-heading {
    background-color: #fff;
    padding: 0;
}
.productDetailsPg .panel-default > .panel-heading a{
    padding: 12px 15px;
    font-weight: 100;
}
.productDetailsPg .panel-group .panel {
    border-radius: 0;
}
.productDetailsPg .panel-group .panel+ .panel {
    margin-top: 0;
    border-top: 0;
}
.productDetailsPg .panel-group {
    margin-bottom: 10px;
}
.wishListIcon:hover, .wishListIcon.active {
	background-image: url(../img/wishlist-icon-orange.png);
	opacity: 1
}
.productListing .theiaStickySidebar, .productListing .stickyBlock {
	z-index: 999
}
.breadcum {
    margin: 15px 0;
    padding: 10px 0;
    text-align: center;
}
.breadcum ul {
	text-transform: uppercase;
	margin: 0
}
.breadcum ul > li {
	display: inline-block;
	padding-left: 2px;
	padding-right: 0
}
.breadcum ul li+ li a:before {
	content: ".";
	float: left;
	margin-right: 10px
}
.breadcum ul li a {
	display: block;
	padding: 8px 0 8px 8px;
	line-height: 1;
	font-size: 12px;
}
.breadcum ul li:nth-of-type(1) a{
	padding-left: 0;
}
.breadcum ul li a:hover {
	color: #000
}
.panel-title > a {
	display: block;
	text-transform: uppercase;
	background: url(../img/minus-img.png) center right 14px no-repeat;
	font-size: 12px;
}
.panel-title > a.collapsed {
	background: url(../img/plus-img.png) center right 14px no-repeat
}
.filterByBlock .panel-title > a {
	background: none
}
.productListing .panel-heading {
	padding: 8px 10px 5px
}
.productListing .panel-group .panel {
	overflow: visible
}
.productListing .panel-body {
	position: relative;
	padding: 10px
}
.productListing .filterByBlock .panel-body a {
	display: block;
	text-align: left;
	margin-bottom: 5px;
	padding: 2px 6px 0 0;
	text-transform: capitalize;
	font-size: 13px
}
.productListing .filterByBlock .panel-body a:hover, .productListing .filterByBlock .panel-body a.active {
	color: #2D89B1
}
.productListing .filterByBlock .panel-body {
	max-height: 300px;
	overflow-y: auto
}
.productListing .panel-body a.active {
	background-color: #D5E3ED;
	color: #333;
	box-shadow: inherit
}
.productListing .filterByBlock .panel-body h5 {
	color: #969599;
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 5px
}
.productListing .filterByBlock .panel-body h5~h5 {
	margin-top: 10px
}
.productListing .filterByBlock .panel-body .block {
	padding-left: 15px
}
.productListing .checkbox, .productListing .radio {
	margin-top: 0;
	text-transform: capitalize;
	min-height: 10px;
	margin-bottom: 5px
}
.productListing input[type=checkbox], .productListing input[type=radio] {
	margin-top: 0;
	margin-right: 5px;
	background-color: #fff
}
.productListing .filterBlock .fullListFilter {
	background-color: #fff;
	border: 5px solid #E4E4E4;
	border-left-width: 1px;
	border-top-width: 35px;
	overflow: hidden;
	width: 627px;
	display: none
}
.productListing .filterBlock .allList {
	padding: 10px;
	width: 617px;
	display: none;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap
}
.productListing .filterBlock .collapse.in .allList {
	display: block
}
.productListing .filterBlock .allList .column {
	width: 196px;
	display: inline-block
}
.productListing .filterBlock .allList .column+ .column {
	padding-left: 10px
}
.productListing .filterBlock .fullListFilter > .applyBlock {
	background-color: #E4E4E4;
	margin-top: 10px;
	padding: 0 10px 10px
}
.productListing .filterBlock .fullListFilter > .applyBlock .btn {
	margin-top: 15px;
	min-width: 90px;
	text-transform: uppercase;
	padding-top: 10px
}
.productListing .filterBlock .fullListFilter > .applyBlock .btn-warning {
	background-color: #A2A2A2;
	border-color: #909090
}
.productListing .filterBlock .fullListActive {
	padding: 0;
	width: 627px
}
.productListing .filterBlock .hideFullListBtn {
	position: absolute;
	right: 5px;
	top: 0;
	padding: 7px 20px;
	background-color: #333;
	color: #fff
}
.productListing .filterBlock .fullListActive .fullListFilter, .productListing .filterBlock .fullListActive > .hideFullListBtn {
	display: block
}
.productListing .filterBlock .fullListActive > .checkbox, .productListing .filterBlock .fullListActive > .radio, .productListing .filterBlock .fullListActive > .showFullListBtn, .productListing .filterBlock .hideFullListBtn {
	display: none
}
.listingpageheading {
	background-color: #fff;
	border: 1px solid #ececec;
	padding: 13px;
	margin-bottom: 15px
}
.listingpageheading h1, .listingpageheading h2 {
	color: #484848;
	font-size: 18px;
	margin: 8px 0 12px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0
}
.listingpageheading h1+ .small, .listingpageheading h2+ .small {
	font-size: 16px;
	display: inline-block;
	margin-left: 5px
}
.listingpageheading .form-group {
	margin-bottom: 0;
	margin-top: 0;
	text-align: right
}
.listingpageheading .form-group .form-control {
	border-color: #EEE;
	display: inline-block;
	width: auto
}
.listingpageheading hr {
	margin-top: 0
}
.proFilter {
    margin-bottom: 10px;
    border-top: 1px solid #eaeaea;
    background-color: #fff;
    text-align: center;
}
.proFilter .nav-tabs {
    border-bottom: 0;
    display: inline-block;
}
.proFilter .nav-tabs > li {
    float: none;
    margin-bottom: 0;
    display: inline-block;
}
.proFilter .nav-tabs > li.active2.active > a {
	color: #8393AC;
	background-color: transparent;
	border: 1px solid transparent
}
.proFilter .nav-tabs > li > a {
    border-radius: 22px;
    padding: 6px 16px;
    font-size: 13px;
    margin-top: 8px;
    border: 1px solid #eaeaea;
    font-weight: 500;
}
.proFilter .nav-tabs > li > a .glyphicon {
    margin-left: 5px;
	font-size: 10px;
}
.proFilter .tab-content .tab-pane:before{
	content: "";
    border-top: 1px solid #e6e6e6;
    margin-top: 10px;
    padding-top: 4px;
    display: block;
}
.proFilter .tab-content > li.active a, .proFilter .nav-tabs > li > a:hover, .proFilter .nav-tabs > li > a:focus  {
    border: 1px solid #e0e0e0;
    background-color: #efefef;
}
.proFilter .tab-pane > .btn, .proFilter .tab-pane .btn-info {
    border: 1px solid #dadada;
    border-radius: 14px;
    margin: 6px 0 0;
    line-height: 1;
    font-size: 12px;
    font-weight: 100;
}
.proFilter .tab-pane > .btn.active {
	border-color: #000;
	color: #245C84;
	-webkit-box-shadow: none;
	box-shadow: none
}
.proFilter .tab-pane > label input {
	display: none;
}
.proFilter .filteredList {
	margin: 10px 0
}
.proFilter .filteredList .clearFilbtn {
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 4px 15px 5px;
	margin-left: 15px;
}
.proFilter .filteredList .label {
    position: relative;
    padding-right: 10px;
    margin-top: 7px;
    display: inline-block;
    border-radius: 0;
    color: #333;
    border: 1px solid #e6e6e6;
    font-weight: 100;
    padding: 5px 10px 4px 5px;
}
.proFilter .filteredList .label+ .label {
	margin-left: 5px
}
.proFilter .filteredList .label .glyphicon {
    position: absolute;
    top: -8px;
    right: -4px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 15px;
    color: #b7b7b7;
    width: 12px;
}
.proFilter .filteredList .label .glyphicon img {
    width: 100%;
}

.listingHeader{
	margin: 0;
    padding: 50px 0 0;
}
.listingHeader .content{
    position: relative;
    z-index: 99;
    padding: 0 5px;
}
.listingHeader .content .desText{	
    max-width: 785px;
    margin: auto;
}
.listingHeader .content .desText p{
	margin-bottom: 0;
}
.listingHeader .content .desText p+p{
	margin-top: 10px;
}
.listingHeader .content h2 span, .listingHeader .content h1 span{
    display: inline-block;
    margin: 0 12px;
}
.productListing .product .block {
	position: relative;
	margin-bottom: 50px;
	background-color: #fff;
}
.productListing .productSection{
	margin-top: 30px;
}
.productListing .productSection .imageBlock {
    position: relative;
    /* border: 1px solid #ebebeb;
    padding: 20px; */
    margin-bottom: 15px;
}
.productListing .product .imageBlock:hover {
	/* box-shadow: 0 0 6px -4px #000000; */
}
.productListing .productSection .image {
	display: block;
	height: 360px
}
.productListing .productSection .dualImage > img:nth-of-type(2), .productListing .productSection .block:hover .dualImage > img:nth-of-type(1) {
	visibility: hidden;
}
.productListing .productSection .block:hover .dualImage > img:nth-of-type(2), .productListing .productSection .block .dualImage > img:nth-of-type(1) {
	visibility: visible;
}
.productListing .productSection > .row {
	margin: 0 -10px
}
.productListing .productSection > .row > .product {
	padding: 0 10px
}
.productListing .product {
	text-align: center
}
.productListing .product .title {
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
    padding: 0 20px;
    margin-bottom: 5px;
    overflow: hidden;
}
.productListing .product .title a {
	display: inline-block
}
.price, .callForPrice a {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 13px;
	text-transform: uppercase;
	color: #333;
}
.productListing .product .price {
	margin-top: 0
}
.productDetailsPg .price  {
    margin: 0 0 4px;
}

.productListing .product .price .depost {
	border: 1px solid #ddd;
	padding: 5px 5px 3px
}
.productListing .product .price .pipeS, .productDetailsPg .price .pipeS {
	position: relative;
	top: -2px;
	margin: 0 3px
}
.price .pStroke {
	position: relative;
	color: #959595;
	letter-spacing: 0;
	margin-right: 5px
}
.price .pStroke:before {
    content: "";
    background-color: #9ea09e;
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 10px;
    height: 1px;
}
.price .pOne {
    margin-right: 3px;
    display: inline-block;
}
.price .pTwo {
	font-size: 12px
}
.price .ySave {
    font-size: 11px;
}
.callForPrice a {
	text-transform: uppercase
}
.callForPrice a img {
	width: 19px;
	margin-top: -3px;
	display: inline-block
}
.productListing .product hr {
	margin: 9px 0 10px
}
@media only screen and (min-width: 1200px) {
	.productListing .productSection > .row > .product{
		width: 25%;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.listingHeader {
	    padding: 18px 0;
	    min-height: auto;
	}
}
@media only screen and (max-width: 959px) {
	.breadcum {
		display: none
	}
	.listingHeader {
	    padding: 15px 0;
	    min-height: auto;
	}
	.proFilter .nav-tabs > li > a {
	    padding: 6px 12px;
	}
	.listingHeader .content .desText {
	    font-size: 12px;
	}
	.productListing .productSection{
		margin-top: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.productListing .productSection .image {
		height: 220px
	}
	.productListing .product .block {
		margin-bottom: 30px;
		padding-bottom: 15px;
		border-bottom: 1px solid #eee
	}
	.productListing .productSection > .row > .product {
	    width: 50%;
	    float: left;
	}
	.productListing .product .title {
		padding: 0
	}
}
@media only screen and (max-width: 767px) {
	.listingHeader {
	    padding: 15px 0;
	}
	.cmnTxtHeader h2, .cmnTxtHeader h1 {
	    font-size: 24px;
	}
	.listingHeader .logoTxt {
	    font-size: 36px;
	}
	.listingpageheading h1+ .small, .listingpageheading h2+ .small {
		font-size: 12px
	}
	.listingpageheading h1, .listingpageheading h2 {
		font-size: 19px;
		margin-left: 6px
	}
	.listingpageheading .form-group {
		position: fixed;
		bottom: 157px;
		left: 0;
		width: 40px;
		background-color: #333;
		z-index: 99;
		cursor: pointer
	}
	.listingpageheading .filterOptin {
		position: absolute;
		width: 136px;
		background: #fff;
		padding: 10px;
		text-align: left;
		z-index: 0;
		top: 0;
		left: 40px;
		border: 1px solid #ddd;
		margin-left: -178px;
		transition: all .2s ease
	}
	.showDivSort {
		margin-left: 0 !important
	}
	.listingpageheading .filterOptin ul li {
		border-bottom: 1px solid #ddd;
		padding: 10px 0
	}
	.listingpageheading .form-group .form-control {
		background-color: #333;
		color: #fff;
		border: 0;
		padding: 6px 3px
	}
	.productListing .product .relative {
		display: none;
	}
	.productListing .product .title {
		padding: 0
	}
	.filterBlock {
		position: fixed;
		left: 0;
		background-color: #fff;
		width: 80%;
		top: 52px;
		bottom: 0;
		padding: 10px;
		padding-right: 0;
		border-right: 1px solid #DDD;
		z-index: 999
	}
	#filterShow {
		position: fixed;
		bottom: 195px;
		background-color: #f0ad4e;
		border-color: #eea236;
		left: 0;
		color: #fff;
		padding: 10px;
		width: 40px;
		z-index: 99
	}
	#filterHide {
		position: absolute;
		top: 0;
		right: -34px;
		z-index: 9999
	}
	.filterBlock .panel-group {
		height: 100%;
		overflow-y: auto;
		padding-bottom: 20px;
		padding-right: 10px
	}
	.productListing .filterBlock .fullListFilter {
		overflow: hidden;
		width: 100%
	}
	.productListing .filterBlock .fullListActive, .productListing .filterBlock .allList {
		width: 100%
	}
	.productListing .filterBlock .allList {
		white-space: normal;
		max-height: 250px;
		overflow-y: auto
	}
	.productListing .filterBlock .allList .column+ .column {
		padding-left: 0
	}
	.breadcum, .breadcum ul > li {
		margin-top: 10px;
		margin-bottom: 5px
	}
	.productListing .product .block {
		border-bottom: 1px solid #eee;
		margin-bottom: 35px;
		padding: 0
	}
	.productListing .productSection .image {
	    height: 480px;
	    overflow: hidden;
	}
	.productListing .productSection > .row > .product {
	    /* padding: 0; */
	}
	.productListing .productSection .image>img  {
		width: 100%;
	    max-height: none;
	}
	.price p.btn {
		font-size: 11px;
		padding: 5px;
		margin-bottom: 0;
	}
	.productListing .product .title {
		margin: 0;
	}
	.productListing .product .price {
		margin-bottom: 5px;
		font-size: 12px
	}
	.productListing .product .text-right{
		text-align: left;
	}
	.proFilter .nav-tabs > li > a {
		padding: 4px 5px;
		font-size: 12px
	}
	.price .ySave {
		display: block
	}
	.price .pOne {
		font-size: 18px
	}
}
.spotZoom {
    display: block;
    position: relative;
    width: 85px;
    margin: 6px 0 0;
    border: 2px solid #ececec;
    float: left;
    margin-right: 11px;
}
.spotZoom p {
	font-size: 10px;
    background: #ececec;
    padding: 6px 4px;
    margin-bottom: 0;
}
.spotZoom > .thumb {
	max-width: 100%;
}
.hoverImage {
	position: absolute;
	bottom: 111%;
	z-index: 99;
	left: 0;
	max-width: 250px;
	display: block;
	background-color: #fff;
	border: 1px solid #7d7d7d;
	display: none
}
.spotZoom:hover .hoverImage {
	display: block
}
.readMoreBlock .textExceeds {
	display: block;
	overflow: hidden;
	height: 37px
}
.viewAllRangesItems .btn-default {
	color: #2d89b1
}
.readMoreBlock .info~a .infoClose,.readMoreBlock .textExceeds.fulltext~a .infoReadMore {
	display: none
}
.readMoreBlock .textExceeds~a .infoReadMore,.readMoreBlock .textExceeds.fulltext~a .infoClose {
	display: inline-block
}
.readMoreBlock .textExceeds.fulltext {
	height: auto
}
.readMoreBlock .info~a {
	font-size: 14px;
	display: none
}
.readMoreBlock .info.textExceeds~a {
	display: inline-block
}
.productDetailsPg {
	margin-top: 0
}
#productDetailsCarousel .carousel-inner .item {
	height: 650px
}
#productDetailsCarousel .carousel-control {
	opacity: 1
}
#productDetailsCarousel .carousel-control img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 0;
	height: 32px
}
#productDetailsCarousel .carousel-control.right img {
	right: 0;
	left: auto
}
.productThumb {
	text-align: center;
    position: relative;
    margin-top: 35px;
}
.productThumb.carousel-indicators li{
	width: 19%;
    height: auto;
	padding: 0 2px;
	margin-bottom: 10px;
}
.productThumb.carousel-indicators li .thumbnail{
	height: 55px;
	margin-bottom: 0;
}
.productThumb li.active .thumbnail{
	border-color: #000;
}
.productThumb li img{
	max-height: 100%;
}

.productDetailsPg .socialShareIcon {
	position: absolute;
	top: 5px;
	left: 15px;
	z-index: 999;
}
.productDetailsPg .socialShareIcon li {
	padding: 5px 0;
}
.productDetailsPg .socialShareIcon li a {
	display: inline-block;
}


.productDetailsPg .title h1 {
	margin: 0 0 5px;
	font-size: 25px;
}
.deliveryTag {
	font-size: 14px;
}
.deliveryTag img {
	max-width: 19px;
    margin: -5px 2px 0 0;
}
.productDetailsPg .stockInfo {
	font-size: 11px;
	margin-bottom: 3px
}
.productDetailsPg .price .pOne{
    font-size: 25px;
    font-weight: 600;
    color: #56636c;
}
.productDetailsPg .deliveryInfo {
	margin: 0 0 2px;
	display: inline-block;
	text-transform: uppercase;
	position: relative
}
.productDetailsPg .section-2{
	padding: 0 25px;
	text-align: center;
    color: #56636c;
}
.productDetailsPg .section-2 hr {
	border-top-color: #ececec;
    margin: 10px 0 10px;
}
.productDetailsPg .deliveryInfo img {
	margin-top: -5px
}
.productDetailsPg .addToCartBtn {
	position: relative;
	text-transform: uppercase;
	font-size: 22px;
	overflow: visible;
	margin-bottom: 10px
}
.productDetailsPg .optselectionBlock .btn-block, .productDetailsPg .form-group .form-control {
    margin-bottom: 10px;
    background-color: #fff;
    border-color: #d2d2d2;
    font-size: 12px;
    padding: 11px 8px;
    overflow: hidden;
    text-align: left;
    color: #56636c;
    font-weight: 400;
    box-shadow: none;
    height: auto;
}
.productDetailsPg .calligarisConfigTitle .btn-block {
    background-color: #56636c;
    border-color: #56636c;
    width: 50%;
    color: #fff;
}
.productDetailsPg .optselectionBlock label{
	font-size: 12px;
	margin-bottom: 10px;
}
.productDetailsPg .optselectionBlock .btn-block .glyphicon{
	float: right;
	margin-top: 2px;
}
.productDetailsPg .calligarisConfigTitle .collapsed .glyphicon{	
    transform: rotate(90deg);
}
.productDetailsPg .optselectionBlock .calligarisFinishes {
	margin-bottom: 0;
    padding-bottom: 10px;
}
.productDetailsPg .section-2 h4 {
	margin-top: 0
}
.productDetailsPg .form-group {
	margin: 0
}
.productDetailsPg .freeWhiteGlove {
	margin-bottom: 15px
}
.productDetailsPg .freeWhiteGlove img {
	margin: 0 auto
}
.productDetailsPg .askAQuestionPopupBtn {
	color: #969599
}
.productDetailsPg .askAQuestionPopupBtn:hover {
	color: #333
}
.selectDayOfChoice {
	background-color: #fff;
	margin-bottom: 0
}
.selectDayOfChoice .form-control[readonly] {
	cursor: pointer;
	background-color: transparent
}
.selectDayOfChoice .form-group .glyphicon-calendar {
	position: absolute;
	right: 7px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 14px;
	z-index: 9;
    color: #6b6b6b;
}
.selectDayOfChoice .form-control {
	height: 47px;
	position: relative;
	z-index: 9
}
.productDetailsPg .descriptionBlock, .productDetailsPg .specifications {
	margin-bottom: 20px
}
.productDetailsPg .descriptionBlock::-webkit-scrollbar {
	width: 10px;
	height: 10px
}
.productDetailsPg .descriptionBlock::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3)
}
.productDetailsPg .descriptionBlock::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 3px 6px 18px #535353
}
.productDetailsPg .descriptionBlock {
    padding: 0 10px 0 0;
    max-height: 400px;
    overflow: auto;
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
}
.productDetailsPg .proDetailsSec{
	margin: 0 -25px;
	text-align: left;
}
.productDetailsPg .proDetailsSec .brandLogo {
	display: block;
	width: 120px;
}
.productDetailsPg .specifications .tableBlock .table {
	margin-bottom: 0
}
.productDetailsPg .specifications .blue {
}
.productDetailsPg .specifications .table > tbody > tr > td, .proDetailsInfo .specifications tr > td {
    padding: 6px 5px;
    border-top: 0;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
}
.productDetailsPg .specifications hr {
	margin: 10px 0;
	border-color: #eee
}
.productDetailsPg .commonHeading {
	padding: 6px;
	margin-bottom: 8px
}
.productDetailsPg .commonHeading h3 {
	font-size: 15px;
	bottom: -2px;
	position: relative
}
.productDetailsPg .selectColorBlock {
	margin-bottom: 5px
}
.productDetailsPg .selectColorBtn {
	display: block;
	text-decoration: none;
	border: 1px solid #eaeaea;
	padding: 10px 5px;
	text-align: center
}
.productDetailsPg .selectColorBtn:focus {
	text-decoration: none;
	border-color: #eaeaea
}
.productDetailsPg .selectColorBtn, .productDetailsPg .selectColorBlock {
	text-transform: uppercase;
	font-size: 12px;
	color: #888
}
.productDetailsPg .section-1 {
	background-color: #fff;
	border: 1px solid #ececec;
	position: relative;
	padding: 20px;
	margin-right: 20px;
}
.productDetailsPg .section-1 {
	padding: 20px
}
.productDetailsPg .selectedColorBlock {
	margin-top: 5px
}
.productDetailsPg .selectedColorBlock img {
	margin-right: 5px
}
.productDetailsPg .viewColorBtn img, .productDetailsPg .selectColorBtn img {
	margin-right: 5px;
	max-width: 18px
}
.productDetailsPg .selectColorBlock .form-group {
	margin-bottom: 0
}
.productDetailsPg .form-group .form-control~ .form-control {
	margin-bottom: 3px;
}
.productDetailsPg .wishListIcon {
    top: -13px;
    right: 0;
}
.errorMsg p{
	margin: 0;
}
.modal, .lightboxOverlay, .lightbox {
	z-index: 999999
}
.modal-content {
	-webkit-box-shadow: inherit;
	box-shadow: inherit
}
.modal-dialog button.close {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 1;
	text-shadow: none;
	z-index: 99;
	color: #f79a27
}
.calligarisConfigTitle {
	font-size: 18px;
	border-bottom: 1px solid #E0E0E0;
	text-transform: uppercase;
	color: #000
}
.productDetailsPg .calligarisFinishes h3 {
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 8px
}
.productDetailsPg .calligarisFinishes {
	margin-bottom: 15px
}
.productDetailsPg .calligarisFinishes+ .calligarisFinishes {
	border-top: 1px solid #E0E0E0;
	padding-top: 15px
}
.productDetailsPg .calligarisFinishes ul {
	margin: 0;
	padding: 0;
	margin-left: -4px;
	margin-right: -4px
}
.productDetailsPg .calligarisFinishes li {
	position: relative;
	width: 40px;
	float: left;
	list-style: none;
	padding: 0 4px;
	margin-bottom: 4px
}
.productDetailsPg .calligarisFinishes.plainFinish li {
	width: 16.666666666667%;
	min-height: 59px
}
.productDetailsPg .calligarisFinishes li a {
	display: block
}
.productDetailsPg .calligarisFinishes img {
	margin: 0;
	max-width: 100%;
	border: 1px solid #E0E0E0
}
.productDetailsPg .calligarisFinishes .calligarisPro a:hover img {
	border: 1px solid #FF7A7A
}
.productDetailsPg .calligarisFinishes .top-active img, .productDetailsPg .calligarisFinishes .frame-active img, .productDetailsPg .calligarisFinishes .leg-active img {
	border: 2px solid #676464
}
.productDetailsPg .calligarisFinishes li .finishDetails {
	position: absolute;
	bottom: 130%;
	right: -34px;
	width: 450px;
	padding: 8px;
	background-color: #fff;
	border: 1px solid #E0E0E0;
	display: none
}
.productDetailsPg .calligarisFinishes li a:hover+ .finishDetails {
	display: block
}
.productDetailsPg .calligarisFinishes li .finishDetails .caret {
	position: absolute;
	top: 100%;
	right: 38px;
	border-top: 10px solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent
}
.productDetailsPg .calligarisFinishes li:nth-of-type(-n+6) .finishDetails {
	left: -208px;
	right: auto
}
.productDetailsPg .calligarisFinishes li:nth-of-type(-n+6) .finishDetails .caret {
	right: 212px
}
.productDetailsPg .calligarisFinishes li .finishDetails h5 {
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: underline;
	margin: 0 0 5px
}
.productDetailsPg .calligarisFinishes > p {
	font-size: 12px;
	margin-bottom: 0
}
.productDetailsPg .calligarisFinishes li .finishDetails .popImg {
	width: 15%
}
.productDetailsPg .calligarisFinishes li .finishDetails .popInfo {
	width: 85%;
	line-height: 1.3;
	font-size: 12px
}
@media only screen and (max-width: 1200px) {
	.lb-next {
		background: url(../img/next.png) right 48% no-repeat
	}
	.lb-prev {
		background: url(../img/prev.png) left 48% no-repeat
	}
}
@media only screen and (min-width: 1200px) {
	.modal-lg {
		width: 95%
	}
	.productDetailsPg .col-lg-8.stickyBlock {
		width: 70%
	}
	.productDetailsPg .col-lg-8.stickyBlock+ .col-lg-4 {
		width: 30%
	}
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.modal-lg {
		width: 98%
	}
	.productDetailsPg .descriptionBlock{
		padding-left: 0;
	}
	#productDetailsCarousel .carousel-inner .item {
	    height: 320px;
	}
	.productThumb li, .productDetailsPg .carousel-indicators .active{
		width: 17%;
	}
	.productThumb li .thumbnail {
	    height: 40px;
	}
}
@media only screen and (max-width: 959px) {
	.productThumb li, .productDetailsPg .carousel-indicators .active {
	    width: 21%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.modal-dialog {
		margin-top: 65px
	}
	.modal-lg {
		width: 95%
	}
	.productDetailsPg .calligarisFinishes li .finishDetails {
		width: 350px
	}
	.productDetailsPg .calligarisFinishes li:nth-of-type(-n+7) .finishDetails {
		left: 0;
		right: 0;
		margin: auto
	}
	.productDetailsPg .calligarisFinishes li:nth-of-type(-n+7) .finishDetails .caret {
		right: auto;
		left: 15px
	}
	.productDetailsPg .section-1 {
		margin-bottom: 15px
	}
	.selectDayOfChoice .input-group {
		width: 100%
	}
	.selectDayOfChoice .form-control[readonly] {
		height: 47px
	}
	.selectDayOfChoice {
		border: 0;
		padding: 0
	}
	#productDetailsCarousel .carousel-inner .item {
		height: 350px
	}
}
@media only screen and (max-width: 767px) {
	.modal-dialog {
		margin-top: 65px
	}
	.productDetailsPg {
		margin-top: 0
	}
	#productDetailsCarousel .carousel-inner .item {
		height: 600px;
    	margin-top: 15px;
	}
	.productThumb {
	    margin-top: 20px;
	    margin-bottom: 0;
	}
	.productThumb.carousel-indicators li{
		margin-bottom: 0;
	}
	#productDetailsCarousel {
		margin-bottom: 0
	}
	.productThumb.carousel-indicators li, .productDetailsPg .carousel-indicators .active {
	    width: 22%;
	}
	.productThumb.carousel-indicators {
	    left: 0;
	    width: 100%;
	    margin-left: 0;
	}
	.productThumb li .thumbnail {
	    height: 37px;
	}
	.productDetailsPg .stockInfo {
		margin-bottom: 5px
	}
	.productDetailsPg .section-2 .input-group {
		width: 100%
	}
	.productDetailsPg .section-1 .viewAllRangesItems {
		display: none
	}
	.productDetailsPg .calligarisFinishes {
		margin-bottom: 5px
	}
	.productDetailsPg .calligarisFinishes h3 {
		text-align: left
	}
	.productDetailsPg .calligarisFinishes li a:hover + .finishDetails {
		display: none
	}
	.productDetailsPg .calligarisFinishes li {
		width: 33px
	}
	.productDetailsPg .viewColorBtn {
		margin-top: 16px;
		font-size: 12px
	}
	.productDetailsPg .section-1 {
		margin-right: 0;
	    padding: 20px 0;
	}
	.productDetailsPg .section-2 {
		padding: 5px 12px;
	}
	.productDetailsPg .section-2 hr {
		margin: 5px -10px;
	}
	.productDetailsPg .deliveryInfo > a {
		margin-left: 0;
		margin-top: 8px
	}
	.selectDayOfChoice .form-control[readonly] {
		height: 47px
	}
	.selectDayOfChoice {
		border: 0;
		padding: 0
	}
	.productDetailsPg .descriptionBlock {
		padding: 0
	}
	.productDetailsPg .price .pOne {
		font-size: 25px;
	}
	#productDetailsCarousel .carousel-inner {
		padding-bottom: 0;
	}
	.productDetailsPg .price .ySave {
		display: inline-block;
	}
	.productDetailsPg .optselectionBlock {
		margin-bottom: 0;
	}
	.productDetailsPg .socialShareIcon li {
	    padding: 0 0 5px;
	    display: inline-block;
	}
}
.cartPage {
	margin-top: 15px;
	margin-bottom: 10px
}
.cartPage .cartBlockHeading, .cartPage .cartSection .block, .myOrderPage .productBlock .halfPayBlock {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background-color: #fff;
    padding: 10px;
}
.cartPage .cartHeading {
	margin-bottom: 5px
}
.cartPage .cartHeading h4, .paymentTitleSec h2 {
    font-size: 25px;
    margin: 20px 0 10px;
    font-weight: 100;
    text-transform: uppercase;
}
.cartPage .paySec {
	margin-top: 20px;
}
.cartPage .cartBlockHeading {
	border-bottom: 0;
	margin-bottom: 0;
	font-size: 16px
}
.cartPage .cartBlockHeading p {
    margin-bottom: 0;
    color: #193163;
    text-transform: uppercase;
    font-size: 14px;
}
.cartPage .cartSection > .block {
	position: relative;
	padding: 25px 10px
}
.cartPage .cartSection .block+ .block {
	border-top: 0
}
.cartPage .cartSection .block .image {
	height: 150px;
}
.cartPage .cartSection .block .image img {
	padding-right: 20px;
	max-height: 100%;
}
.cartPage .cartSection .block .info, .cartPage .guardsmanInfo {
	font-size: 12px;
}
.cartPage .guardsmanInfo{
	margin: 0;
}
.cartPage .cartSection .block .info h4 {
    font-size: 20px;
    margin-top: 0;
}
.cartPage .cartSection .block .info .table {
	margin-bottom: 0
}
.cartPage .cartSection .block .info .table > tbody > tr > td {
	padding: 4px 0;
	border-top: none;
	line-height: 1
}
.cartPage .cartSection .block .info .table > tbody > tr > td hr {
	margin: 10px 0;
}
.cartPage .cartSection .block .info .table > tbody > tr > td:first-child {
	width: 80px;
}
.cartPage .cartSection .block .info .table > tbody > tr > td:nth-of-type(2) {
	text-align: center;
	padding: 0 8px;
	width: 37px
}
.cartPage .cartSection .block .price, .cartPage .cartSection .block .total {
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}
.cartPage .cartSection .block .total {
    font-weight: 400;
}
.cartPage .cartSection .block .item-title {
	display: none;
	font-size: 13px;
}
.cartPage .cartSection .block .removeBtn, .cartPage .cartSection .block .editBtn {
    background: url(../img/icons/delete-icon.png) bottom left no-repeat;
    height: 22px;
    width: 18px;
    display: inline-block;
    margin-top: -6px;
}
.cartPage .cartSection .block .removeBtn:hover {
	background-image: url(../img/icons/delete-icon-orange.png)
}
.cartPage .cartSection .block .editBtn {
	background-image: url(../img/icons/edit-icon.png);
	margin-right: 5px;
}
.cartPage .deliveryTag{
	margin-top: 0;
}
.cartPage .cartSection .block .editBtn:hover{
	background-image: url(../img/icons/edit-icon-orange.png)
}
.form-group, .checkbox, .radio {
	position: relative
}
.cartPage .cartSection .block .form-control {
	display: inline-block;
	width: auto
}
.cartPage .deliveryNote h3 {
	margin: 0 0 5px;
    font-weight: 500;
    font-size: 12px;
}
.cartPage .deliveryNote p {
	margin-bottom: 0
}
.cartPage .deliveryNote {
	font-size: 12px;
	margin-top: 25px;
	line-height: 1.5;
}
.cartPage .section-2 {    
	border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background-color: #f8f8f8;
    box-shadow: 0 -7px 2px -8px #888888;
    padding: 20px 30px;
}
.cartPage .section-2 .couponSec {
	padding-right: 50px;
}
.cartPage .section-2 .amtBlock {
	padding: 0 10px
}
.cartPage .section-2 .deliveryCharges .head {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	background-color: #f4f4f4;
	padding: 11px 10px 9px
}
.cartPage .section-2 .deliveryCharges .head p {
	margin-bottom: 0;
	text-transform: uppercase
}
.cartPage .section-2 .deliveryCharges .charges {
	border-bottom: 1px solid #dfdfdf;
	border-top-width: 0;
	padding: 8px 11px;
	font-size: 12px
}
.cartPage .section-2 .deliveryCharges .charges a {
	color: #484848
}
.cartPage .deliveryCharges .charges .radio, .cartPage .deliveryCharges .charges .checkbox, .cartPage .deliveryCharges .charges p {
	margin: 1px 0;
}
.cartPage .deliveryCharges .charges label{
	font-weight: 100;
}
label {
	position: relative
}
.cartPage .deliveryCharges .charges input[type=radio], .cartPage .deliveryCharges .charges input[type=checkbox] {
	margin-top: 0;
	position: absolute;
	top: 1px;
	left: 0
}
.cartPage .section-2 .totalAmount h4 {
	font-size: 20px;
	margin-bottom: 5px
}
.cartPage .section-2 .totalAmount h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 100;
}
.cartPage .section-2 .totalAmount h3 {
	margin-top: 10px;
	font-size: 20px;	
    font-weight: 400;
}
.cartPage .section-2 .totalAmount hr {
	margin: 6px -10px 10px
}
.cartPage .section-2 .applyCouponBtn, .cartPage .secureCheckoutBtn {
	position: relative;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 10px;
}
.cartPage .deliveryCharges{
    font-size: 12px;
    margin-top: 8px;
}
.cartPage .section-2 .applyCoupon > h4, .cartPage .section-2 .applyCoupon > span {
	color: #292929;
	margin: 0;
	font-weight: 100;
}
.cartPage .section-2 .applyCoupon > span {
    font-size: 11px;
}
.cartPage .section-2 .applyCoupon .input-group {
	margin-top: 5px
}
.cartPage .section-2 .applyCoupon {
	margin-bottom: 10px
}
.cartPage .section-2 .applyCoupon .form-control, .cartPage .section-2 .applyCoupon .btn {
	height: auto;
	padding: 10px 12px;
	font-size: 18px
}
.cartPage .section-2 .applyCouponBtn {
	background-color: #ebebeb
}
.cartPage .section-2 .applyCouponBtn .small {
	text-transform: none;
	font-size: 12px
}
.cartPage .section-2 .applyCouponBtn:hover {
	background-color: #fff
}
.cartPage .section-2 > .btn > img {
	position: relative;
	top: -3px
}
.cartPage .section-2 > .applyCouponBtn {
	font-size: 18px
}
.cartPage .section-2 .couponMsg {
    position: relative;
    background-color: #e7e9ea;
    margin-bottom: 10px;
    padding: 10px 10px 6px;
    font-size: 12px;
    line-height: 1.5;
}
.cartPage .section-2 .couponMsg .closeCouponMsg {
	position: absolute;
	right: -1px;
	top: -1px;
	line-height: 1;
	background-color: #333;
	color: #fff;
	padding: 0 4px 2px;
	cursor: pointer
}
.cartPage .orderSummaryBlock {
	font-size: 12px;
}
.cartPage .orderSummaryBlock p {
	margin-bottom: 5px;
}
.cartPage .contShoppingBtn, .cartPage .clearCartBtn, .cartPage .securePayOptions h4 {
	font-size: 20px;
}
.cartPage .contShoppingBtn{
	border-color: #193163;
	color: #193163;
}
.cartPage .orderSummaryBlock h4 {
	font-size: 18px;
	margin: 0
}
.cartPage .orderSummaryBlock hr {
	margin: 10px -10px;
	border-top-color: #DFDFDF
}
.cartPage .orderSummaryBlock .row+ hr {
	margin-top: 0
}
.cartPage .securePayOptions {
	margin-bottom: 20px;
	margin-top: 15px
}
.cartPage .securePayOptions h4 {
	margin-top: 0;
	margin-bottom: 0
}
.cartPage .securePayOptions a {
	display: inline-block;
	margin-right: 10px
}
.cartPage .securePayOptions img {
	max-width: 100%
}
.cartPage .securePayOptions .block-2 img {
	margin-top: 3px
}
.payPalCheckout{
    background-color: transparent;
    border: 0;
}
.fullHalfPay .block {
    position: relative;
    padding: 10px 40px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.fullHalfPay .block h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    text-transform: uppercase;
}
.fullHalfPay .block p {
    margin-bottom: 0;
}
.applyCouponPopup .modal-body {
	position: relative;
	padding: 15px 40px
}
.applyCouponPopup h4 {
	font-size: 30px;
	text-transform: uppercase;
	margin: 0;
	color: #969599
}
.applyCouponPopup .block+ .block {
	margin-top: 20px
}
.applyCouponPopup .block p {
	margin-bottom: 5px
}
.applyCouponPopup .modal-body .block > span {
	display: block;
	margin-top: 5px
}
@media (min-width: 768px) {
	.applyCouponPopup .modal-dialog {
		width: 700px;
		margin-top: 100px
	}
	.applyCouponPopup .form-control {
		font-size: 24px;
		height: 48px;
		padding: 8px 12px 3px
	}
	.applyCouponPopup .input-group-btn:last-child > .btn {
		font-size: 24px;
		padding: 8px 35px 4px
	}
}
@media (max-width: 767px) {
	.applyCouponPopup .modal-dialog {
		margin-top: 70px
	}
	.applyCouponPopup .modal-body {
		padding: 15px
	}
	.applyCouponPopup .modal-body .block > span {
		font-size: 12px
	}
	.cartPage .cartSection .bottomBlock{
		text-align: right;
	}
	.cartPage .cartSection .block .editBtn {
	    margin-right: 20px;
	}
	.cartPage .section-2 .couponSec {
	    padding-right: 0;
	}
	.cartPage .deliveryNote {
	    margin-bottom: 25px;
	}
	.cartPage .section-2 .amtBlock {
	    padding: 0;
	}
	.cartPage .section-2 .deliveryCharges .head {
	    padding: 11px 0 9px;
	}
	.cartPage .orderSummaryBlock hr {
	    margin: 10px 0;
	}
	.cartPage .section-2 .deliveryCharges .charges {
	    padding: 8px 0;
	}
	.cartPage .paySec .block-2{
		text-align: left;
		margin-top: 10px;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.cartPage .cartSection .block .price, .cartPage .cartSection .block .total, .cartPage .cartSection .block .quantity {
		margin-top: 18%
	}
	.cartPage .section-2 .deliveryCharges .charges {
		padding: 8px 10px;
		font-size: 11px
	}
	.cartPage .deliveryCharges .charges input[type=radio], .cartPage .deliveryCharges .charges input[type=checkbox] {
		margin-top: -1px
	}
	.cartPage .cartSection .block .info h4 {
		font-size: 14px
	}
	.cartPage .securePayOptions a {
		max-width: 70%
	}
	.cartPage .section-2 > .btn {
		font-size: 18px
	}
	.cartPage .section-2 .applyCouponBtn, .cartPage .secureCheckoutBtn {
		font-size: 100%
	}
	.cartPage .section-2 .totalAmount h3 {
		font-size: 18px
	}
}

@media only screen and (max-width: 767px) {
	.cartPage .cartSection .block .info h4 {
		font-size: 14px
	}
	.cartPage .cartSection .block .info .table > tbody > tr > td:nth-of-type(2) {
		padding: 0 4px;
		width: 20px
	}
	.cartPage .cartSection .block .col-xs-6 {
		margin-bottom: 10px
	}
	.cartPage .cartSection .block .price {
		text-align: left
	}
	.cartPage .cartSection .block .quantity {
		text-align: center
	}
	.cartPage .cartSection .block .form-control {
		padding: 4px 12px;
		height: 26px
	}
	.cartPage .cartSection .block .price p+ p, .cartPage .cartSection .block .total p+ p, .cartPage .cartSection .block .quantity .form-group {
		margin-bottom: 0
	}
	.cartPage .cartSection .block .item-title {
		display: block;
		margin-bottom: 2px;
		font-size: 12px
	}
	.cartPage .cartSection .block .col-xs-6 {
		width: 100%
	}
	.cartPage .cartSection .block .col-xs-2 {
		width: 33.333333333333%
	}
	.cartPageDeliveryChrg .priceInfo {
		margin-top: 0
	}
	.cartPage .section-2 > .btn {
		font-size: 18px
	}
	.cartPage .securePayOptions .block-1 {
		margin-bottom: 15px
	}
	.cartPage .section-2 .applyCouponBtn, .cartPage .secureCheckoutBtn {
		font-size: 14px
	}
	.cartPage .orderSummaryBlock h4, .cartPage .contShoppingBtn, .cartPage .clearCartBtn, .cartPage .securePayOptions h4 {
		font-size: 18px
	}
	.cartPage .section-2 .totalAmount h3 {
		font-size: 18px
	}
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
	.cartPage .cartHeading .col-xs-6 {
		width: 100%
	}
	.cartPage .cartHeading .col-xs-6.text-right {
		display: none
	}
	.cartPage .securePayOptions .block-1 a {
		max-width: 95px
	}
}
@media only screen and (max-width: 479px) {
	.cartPage .cartHeading .col-xs-6 {
		width: 100%
	}
	.cartPage .cartHeading .col-xs-6.text-right {
		text-align: left
	}
	.cartPage .cartHeading h4 {
		font-size: 20px
	}
	.cartPage .cartSection .block .info .table > tbody > tr > td:first-child {
		width: 35px
	}
	.cartPage .cartSection .block .image {
		height: 70px
	}
	.cartPage .cartSection .block .price, .cartPage .cartSection .block .total {
		font-size: 16px
	}
	.cartPage .cartSection .block {
		padding: 15px 10px 10px
	}
	.cartPage .securePayOptions .block-1 a {
		max-width: 95px
	}
}
.bottonProSection .commonHeading {
	border-bottom: 0;
	margin: 40px 0 30px;
}
.productSlideBx .slide {
	text-align: center
}
.productSlideBx .slide .product {
	padding: 0 18px
}
.productSlideBx .slide .image img {
	max-height: 100%;
	margin-left: auto;
	margin-right: auto
}
.productSlideBx .price {
	font-size: 13px;
	margin-bottom: 10px
}
.bx-wrapper .bx-controls-direction a {
	top: 46%
}
.bx-wrapper .bx-next {
	right: 0;
	background: #efefef url(../img/arrow-right-sm-2.png) no-repeat center center;
	margin-bottom: 0
}
.bx-wrapper .bx-prev {
	background: #efefef url(../img/arrow-left-sm-2.png) no-repeat center center;
	left: 0
}
.bx-wrapper .bx-next:hover {
	background: #efefef url(../img/arrow-right-sm.png) no-repeat center center
}
.bx-wrapper .bx-prev:hover {
	background: #efefef url(../img/arrow-left-sm.png) no-repeat center center
}
.productSlideBx .bx-wrapper {
	overflow: visible
}
.productSlideBx {
	text-align: center
}
.productSlideBx .title a {
    font-size: 14px;
    display: inline-block;
    margin-top: 8px;
    line-height: 1.3;
}
.productSlideBx .price {
	font-size: 13px;
	margin-bottom: 10px
}
.productSlideBx .price img {
	display: inline-block
}
.productSlideBx .bx-wrapper {
	margin: 0 0 10px
}
.productSlideBx .slide {
	text-align: center
}
.productSlideBx .slide .image {
    height: 245px;
    position: relative;
    margin: 10px 0 8px;
}
.recentlyViewedSlide .slide .image {
    height: 120px;
    margin-bottom: 5px;
}
.couponCodePg .codeBlock {
	background-color: #fff;
	margin-bottom: 15px
}
.couponCodePg h3, .couponCodePg h4, .couponCodePg h5, .couponCodePg h6 {
	margin: 0
}
.couponCodePg h3 {
	font-size: 60px
}
.couponCodePg h4 {
	font-size: 22px
}
.couponCodePg h5 {
	font-size: 18px
}
.couponCodePg h6 {
	font-size: 16px
}
.couponCodePg .headBlock h5 {
	font-size: 24px
}
.couponCodePg .headBlock, .couponCodePg .discPercentBlock {
	text-align: center;
	text-transform: uppercase;
	padding: 20px 30px
}
.couponCodePg .discPercentBlock {
	background-color: #ececec;
	padding: 10px 30px
}
.couponCodePg .contentBlock {
	padding: 20px;
	font-size: 14px
}
.couponCodePg .contentBlock p {
	color: #333;
}
.couponCodePg .contentBlock li a {
	color: #777;
	display: block;
	padding: 1px 0;
	margin-bottom: 2px
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.couponCodePg h3 {
		font-size: 46px
	}
	.couponCodePg .headBlock, .couponCodePg .discPercentBlock {
		padding: 20px 10px
	}
}
@media only screen and (max-width: 767px){
	.productSlideBx .slide .image {
	    height: 130px;
	}
}
.cd-top {
	background: #000 url(../img/cd-top-arrow.png) no-repeat center 50%;
	border: 1px solid #000
}
.cd-top:hover {
	background-image: url(../img/cd-top-arrow-000.png);
	background-color: #fff
}
.fourOFour .errorMsg img {
	max-width: 100%
}
.fourOFour .banner img {
	width: 100%
}
.fourOFour h6 {
	font-size: 20px
}
.fourOFour h5 {
	font-size: 27px;
}
.fourOFour h3 {
	font-size: 79px;
	color: #444
}
.fourOFour .banner {
	position: relative
}
.fourOFour .errorMsg {
	background-color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 280px;
	width: 550px;
	padding: 20px
}
@media only screen and (max-width: 480px) {
	.fourOFour .banner > img {
		display: none
	}
	.fourOFour .errorMsg {
		position: static;
		height: auto;
		width: auto;
		padding: 20px 0
	}
	.fourOFour h3 {
		font-size: 55px
	}
}
.productNotFound {
	background-color: #e6ecf0;
	border: 1px solid #eee;
	padding: 15px;
	text-align: center
}
.productNotFound h4 {
	font-size: 40px;
	color: #7d7d7d;
}
.productNotFound a {
	font-size: 18px;
	display: inline-block;
	color: #333
}
.productNotFound img {
	margin: 10px 5px
}
.reviewSection .table, .reviewSection .table p {
	margin-bottom: 0;
	text-align: justify;
	font-size: 12px;
}
.reviewSection .ReviewBlock {
	border: 1px solid #ececec;
	padding-top: 5px;
	background-color: #fff;
	margin-bottom: 10px
}
.reviewSection .ReviewBlock:hover {
	background-color: #EFEFEF
}
.reviewSection .table > tbody > tr > td {
	border: none
}
.reviewSection .table > tbody > tr > td:first-child {
	width: 92px
}
.reviewSection p.name {
	text-align: right;
    font-style: italic;
    margin-right: 10px;
    color: #000;
    font-size: 12px;
}
#loadmore_msg {
	background-color: #99999a;
	border: 1px solid #999;
	margin: 0 auto 6px;
	color: #fff;
	padding: 11px 8px 8px;
	position: relative;
	text-transform: uppercase;
	width: 154px;
	text-align: center
}
#loadmore_msg a {
	color: #fff;
	display: block
}
footer {
	background-color: #f8f8f8;
    font-size: 12.5px;
}
footer .footer-1, footer .footer-2, footer .topBrandsBlock {
	padding: 24px 0
}
footer .footer-1 a {
    padding: 5px 0;
    font-size: 12.5px;
}
footer .footer-2 {
	background-color: #f5f5f5;
	padding: 26px 0 12px;
}
footer .footer-2 .compInfo{
	line-height: 1.7;
}
footer .footer-1 .social{
	margin-top: 132px;
}
footer .footer-1 .social a {
    padding: 5px 12px;
}
footer h4 {
    font-size: 12.5px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 100;
    margin: 2px 0 18px;
}
footer a {
	display: inline-block;
}
footer .topBrandsBlock {
	background-color: #ededed
}
footer .topBrandsBlock a{
	padding: 4px 0;
}
footer .topBrandsBlock li:after {
	content: ".";
	margin-left: 10px
}
footer .topBrandsBlock li:last-child:after {
	content: " "
}
footer .footer-2 .allPaymodeImg {
	margin-bottom: -8px
}
footer .section3 h4 {
	color: #434343;
	font-size: 14px;
	line-height: 1.1
}
@media (min-width: 1200px){
	footer .footer-1 .col-sm-2{
		width: 20%;
	}
}
@media only screen and (min-width: 959px) and (max-width: 1199px){
	footer .footer-1 .col-sm-2 {
	    width: 20%;
	}
	footer .footer-1 .social a {
	    padding: 5px 6px;
	}
}
@media only screen and (max-width: 767px) {
	footer .footer-2 .copyRight {
		font-size: 13px
	}
	footer .footer-2 .social {
		text-align: left
	}
	footer .footer-2 .allPaymodeImg {
		max-width: 210px
	}
}
@media (min-width: 768px) {
	.cartReminderPopup .modal-dialog, .meetMyPricePopup .modal-dialog{
		width: 650px;
		margin: 100px auto
	}
	.meetMyPricePopup.two .modal-dialog {
		margin: 50px auto
	}
}
.cartReminderPopup .modal-body h3 {
	color: #d2322d;
	font-size: 50px;
	text-transform: uppercase;
	margin: 0 0 10px
}
.cartReminderPopup .modal-body h5 {
	font-size: 25px;
	margin: 0 0 10px;
	color: #333
}
.cartReminderPopup .modal-body h6 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 10px
}
.cartReminderPopup .modal-body h6.bold {
	color: #79BDA0
}
.cartReminderPopup .modal-body h5 span {
	color: #d2322d
}
.cartReminderPopup .modal-body a.btn {
	font-size: 18px;
	margin: 0 0 10px;
	text-transform: uppercase;
	padding: 8px 20px;
	position: relative
}
.cartReminderPopup .modal-body a.btn .caret {
	margin-left: 0;
	position: absolute;
	bottom: -10px;
	right: 20px;
	color: #D50E0E;
	border-top: 10px solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent
}
.cartReminderPopup .modal-body .timeAvail {
	border: 1px solid #dfdfdf;
	padding: 8px 20px;
	display: inline-block;
	border-radius: 0
}
.cartReminderPopup .modal-body .timeAvail p {
	color: #d2322d;
	font-size: 18px;
	margin-bottom: 0
}
.cartExitPopup .modal-header {
	background-color: #000;
	color: #fff
}
.cartExitPopup .modal-header .close {
	color: #fff;
	opacity: 1;
	text-shadow: inherit
}
.cartExitPopup .modal-header, .cartExitPopup .modal-body {
	text-align: center
}
.cartExitPopup h4 {
	font-size: 44px;
	margin: 0
}
.cartExitPopup h5 {
	font-size: 32px;
	margin: 18px 0 8px;
	position: relative
}
.cartExitPopup h5 img {
	position: absolute;
	bottom: 8px;
	right: 0
}
.cartExitPopup p {
	font-size: 19px;
	margin-bottom: 20px
}
.cartExitPopup a {
	color: #24465d;
	display: inline-block;
	margin-top: 20px
}
.cartExitPopup .input-group-btn > .btn {
	font-size: 19px;
	background-color: #7d7d7d;
	color: #fff;
	padding: 10px 15px
}
.cartExitPopup .input-group .form-control {
	font-size: 19px;
	color: #7d7d7d;
	padding: 10px;
	height: auto
}
@media (min-width: 768px) {
	.askAQuestionPopup .modal-dialog {
		width: 738px
	}
}
.askAQuestionPopup .modal-header {
	background-color: #deebf4;
	border-color: #deebf4;
	padding: 50px 15px 25px
}
.askAQuestionPopup .block-2 img {
	margin-top: -80px
}
.askAQuestionPopup h5 {
	font-size: 18px;
	margin-top: 0
}
.askAQuestionPopup .stockInfo {
	font-size: 11px;
}
.askAQuestionPopup .form-horizontal {
	margin-top: 10px
}
@media (min-width: 960px) {
	.deliveryProcessPopup .modal-dialog {
		width: 875px
	}
	.deliveryProcessPopup .col-md-5 {
		margin-top: 112px
	}
}
.deliveryProcessPopup .deliveryDate {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 363px;
	margin: auto;
	left: 0;
	right: 0;
	display: table
}
.deliveryProcessPopup .delivery-process-img {
	width: 100%
}
.deliveryProcessPopup .modal-header {
	background-color: #D0E0EB;
	color: #444
}
.deliveryProcessPopup .modal-header h3 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 0;
}
.deliveryProcessPopup .modal-header p {
	font-size: 14px;
	margin-bottom: 0
}
.deliveryProcessPopup h4 {
	font-size: 25px;
}
.deliveryProcessPopup h5 {
	font-size: 20px;
	margin: 0
}
.deliveryProcessPopup hr {
	border-color: #7d7d7d;
	margin-top: 10px;
	margin-bottom: 10px
}
@media (min-width: 992px) {
	.insurancePopup .modal-dialog {
		width: 960px
	}
}
.modal-content .commonHeading {
	margin-top: 0;
	background-color: #7d7d7d;
	border-color: #7d7d7d;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 15px
}
.insurancePopup .modal-body h4 {
	color: #444;
}
.insurancePopup .modal-body > h4:first-child {
	margin-top: 0
}
.insurancePopup .modal-body p {
	margin-bottom: 5px
}
.insurancePopup .table tr th, .insurancePopup .table tr td {
	text-align: center
}
.insurancePopup .table tr th:first-child {
	color: #e10f32
}
.insurancePopup .table tr th:first-child, .insurancePopup .table tr td:first-child {
	text-align: left
}
.insurancePopup .table > thead > tr > th, .insurancePopup .table > tbody > tr > td {
	padding: 5px 8px;
	line-height: 1;
	vertical-align: top;
	border-top: 1px solid #ddd
}.insurancePopup .table thead~
thead > tr > th {
	padding-top: 20px
}
.insurancePopup .table .glyphicon-ok {
	color: #79BDA0
}
.meetMyPricePopup h3.title {
	color: #7d7d7d;
	font-size: 44px;
	text-transform: uppercase;
	margin: 0 0 10px
}
.meetMyPricePopup .modal-header h3.title {
	color: #fff;
	margin-bottom: 0
}
.meetMyPricePopup h5 {
	font-size: 22px;
	color: #d2322d;
	margin: 0
}
.meetMyPricePopup a.btn-danger {
	font-size: 33px;
	line-height: 1;
	box-shadow: 0 4px 2px #97201c;
	margin: 0 0 25px
}
.meetMyPricePopup h6 {
	font-size: 20px;
	margin: 0
}
.meetMyPricePopup .modal-footer, .meetMyPricePopup .modal-header {
	text-align: center;
	background-color: #7d7d7d;
	color: #fff;
	padding: 8px 15px
}
.meetMyPricePopup .modal-footer .checkbox {
	padding-left: 0;
	margin: 0
}
.meetMyPricePopup .modal-footer .checkbox input[type=checkbox] {
	float: none;
	margin-left: 0;
	position: relative;
	top: 1px
}
.notifyMePopup .modal-header, .commonTextPopup .modal-header, .ViewColorCommonPopup .modal-header {
	border-bottom: 1px solid #D0E0EB
}
.meetMyPricePopup.two h6 {
	margin-bottom: 10px
}
.meetMyPricePopup.two .productBlock {
	margin-bottom: 10px
}
.meetMyPricePopup.two .productBlock .block {
	border: 1px solid #bdbdbd;
	padding: 10px 5px;
	height: 76px
}
@media (min-width: 768px) {
	.meetMyPricePopup.two .productBlock .block.two {
		border-left: 0
	}
	.meetMyPricePopup .productSection {
		max-height: 270px;
		overflow-y: auto;
		margin-bottom: 10px
	}
}
.meetMyPricePopup.two .productBlock .block.three {
	border-left: 0
}
.meetMyPricePopup.two .productBlock .block .image {
	height: 54px
}
.meetMyPricePopup.two .productBlock .block img.img-responsive {
	max-height: 100%;
	margin: auto
}
.meetMyPricePopup.two .productBlock .block p, .meetMyPricePopup.two .productBlock .block .form-group {
	margin-bottom: 0
}
.meetMyPricePopup.two .productBlock .block p:first-child {
	margin-bottom: 5px
}
.meetMyPricePopup.two .productBlock .block .form-control {
	height: 26px;
	padding: 4px 10px;
	color: #e10f32;
	text-align: center
}
.meetMyPricePopup.two .productBlock .block ::-webkit-input-placeholder {
	color: #e10f32
}
.meetMyPricePopup.two .productBlock .block :-moz-placeholder {
	color: #e10f32
}
.meetMyPricePopup.two .productBlock .block ::-moz-placeholder {
	color: #e10f32
}
.meetMyPricePopup.two .productBlock .block :-ms-input-placeholder {
	color: #e10f32
}
.meetMyPricePopup.two .productBlock .block input:focus::-webkit-input-placeholder {
	color: transparent
}
.meetMyPricePopup.two .productBlock .block input:focus:-moz-placeholder {
	color: transparent
}
.meetMyPricePopup.two .productBlock .block input:focus::-moz-placeholder {
	color: transparent
}
.meetMyPricePopup.two .productBlock .block input:focus:-ms-input-placeholder {
	color: transparent
}
.meetMyPricePopup.two .bottomBlock .btn {
	text-transform: uppercase
}
.meetMyPricePopup.two .bottomBlock .block1 .btn {
	padding-left: 45px;
	position: relative
}
.meetMyPricePopup.two .bottomBlock .block1 .btn span {
	padding: 7px 12px;
	display: inline-block;
	background-color: #fff;
	color: #79bda0;
	font-size: 25px;
	line-height: 16px;
	border: 1px solid #79BDA0;
	position: absolute;
	left: 0;
	top: 0;
}
.meetMyPricePopup.two .bottomBlock .block1 .btn:hover {
	background-color: #fff;
	color: #79bda0
}
.meetMyPricePopup.two .bottomBlock .block1 .btn:hover span {
	background-color: #79BDA0;
	color: #fff
}
.meetMyPricePopup.three .modal-body {
	padding: 35px 100px
}
.meetMyPricePopup.three h5 {
	color: #777;
	margin-bottom: 10px
}
.meetMyPricePopup.three .form-group {
	margin-bottom: 8px
}
.easterNewsletterPopup .section {
	position: relative;
	background-color: #000
}
.easterNewsletterPopup .modal-body {
	padding: 0
}
.easterNewsletterPopup .img-responsive {
	margin: 0 auto
}
.easterNewsletterPopup .block-2 {
	padding: 15px 20px 15px 10px
}
.easterNewsletterPopup .block-2 .input-group {
	margin: 10px 0
}
.easterNewsletterPopup .bottomImg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%
}
.easterNewsletterPopup .btn-danger {
	background-color: #db1733;
	border-color: #db1733
}
.easterNewsletterPopup .input-group-btn:last-child > .btn {
	margin-left: 0
}
@media (min-width: 1200px) {
	.easterNewsletterPopup .modal-lg {
		width: 975px
	}
	.easterNewsletterPopup .col-sm-5 {
		width: 48%
	}
	.easterNewsletterPopup .col-sm-7 {
		width: 52%
	}
	.easterNewsletterPopup .modal-dialog {
		margin-top: 100px
	}
}
@media only screen and (min-width: 959px) and (max-width: 1199px) {
	.easterNewsletterPopup .modal-dialog {
		margin-top: 150px
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.easterNewsletterPopup .modal-dialog {
		margin-top: 150px
	}
	.easterNewsletterPopup .block-2 {
		padding: 5px 20px 23px 10px
	}
}
@media only screen and (max-width: 767px) {
	.easterNewsletterPopup .block-2 .input-group {
		display: block
	}
	.easterNewsletterPopup .input-group-btn > .btn {
		width: 100%
	}
}
.newsletterPopupFull .modal-backdrop {
	background-color: rgba(0, 0, 0, 0.99)
}
.newsletterPopupFull .modal-backdrop.in {
	opacity: .98;
}
.newsletterPopupFull .modal-content {
	background-color: transparent;
	color: #fff;
	border: 0;
}
.newsletterPopupFull .mainContent .title {
	font-size: 90px;
	margin: 0
}
.newsletterPopupFull .mainContent h4 {
	font-size: 38px;
	margin: 18px 0 15px
}
.newsletterPopupFull .mainContent h3 {
	font-size: 36px;
	margin: 0 0 15px
}
.newsletterPopupFull .mainContent .onTopTxt {
	top: -19px;
	position: relative
}
.newsletterPopupFull .mainContent p {
	font-size: 25px
}
.newsletterPopupFull .mainContent .cusInfoShare {
	font-size: 16px;
	color: #fff;
	line-height: 1
}
.newsletterPopupFull .mainContent .form-horizontal {
	margin: 10px 0
}
.newsletterPopupFull .mainContent .form-group {
	margin: auto
}.newsletterPopupFull .mainContent .form-horizontal~
.form-group {
	max-width: 500px
}
.newsletterPopupFull .mainContent .form-control {
	height: auto;
	font-size: 20px;
	margin-bottom: 8px;
	padding: 10px 15px 12px;
	line-height: 1;
	background-color: #fff;
	border: 2px solid #fff;
}
.newsletterPopupFull .mainContent .form-group label {
	display: block;
	text-align: left;
	font-size: 19px;
	margin-bottom: 0;
	color: #fff;
}
.newsletterPopupFull .mainContent .btn {
	font-size: 25px;
}
.newsletterPopupFull .modal-dialog button.close {
	color: #fff;
}
.newsletterPopupFull hr {
	border-top: 1px solid #fff;
}
.newsletterPopupFull .mainContent .Vcode {
	font-size: 36px;
	margin-top: 14%
}
.newsletterPopupFull .mainContent .Vcode > span {
	font-size: 65px;
	border: 1px dashed;
	padding: 12px 20px 0;
	display: inline-block;
	line-height: 1;
	margin-top: 12px
}
.priceBeatPopup .modal-dialog {
	height: auto !important;
	margin: 20px auto !important;
	position: relative !important;
}
.priceBeatPopup .modal-body h1 {
	font-size: 65px;
}
.priceBeatPopup .modal-body h1 img {
	vertical-align: top;
	margin-top: 13px;
}
.priceBeatPopup .modal-body h2 {
	background: #7dbd58;
	color: #000;
	font-size: 54px;
	padding: 10px;
	margin-top: 5px;
}
.priceBeatPopup .modal-body .alternativeFreeSec ul {
	border: 2px solid #7dbd58;
	padding: 10px;
}
.priceBeatPopup .modal-body .alternativeFreeSec ul .firstLeft {
	font-size: 27px;
	color: #7dbd58;
}
.priceBeatPopup .modal-body .alternativeFreeSec ul .callPhone span {
	font-size: 25px;
}
@media (min-width: 960px) {
	.newsletterPopupFull .modal-dialog {
		width: 900px;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		height: 515px
	}
	.newsletterPopupFull .mainContent h3 > span {
		font-size: 62px
	}
}
@media (min-width: 1300px) {
	.newsletterPopupFull .modal-dialog {
		width: 1000px
	}
	.newsletterPopupFull .mainContent h3 > span {
		font-size: 55px
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.newsletterPopupFull .mainContent h3 {
		font-size: 58px;
		margin: 0
	}
	.newsletterPopupFull .mainContent h4 {
		font-size: 36px
	}
	.newsletterPopupFull .mainContent .onTopTxt {
		top: 0
	}
}
@media only screen and (max-width: 767px) {
	.newsletterPopupFull .mainContent h4 {
		font-size: 27px
	}
	.newsletterPopupFull .mainContent h3 {
		font-size: 28px
	}
	.newsletterPopupFull .mainContent p {
		font-size: 12px
	}
	.newsletterPopupFull .mainContent .form-control, .newsletterPopupFull .mainContent .btn {
		font-size: 20px
	}
	.newsletterPopupFull .mainContent .onTopTxt {
		top: 0
	}
}
.inverted-group .form-control:focus {
	border-color: rgba(0,0,0,0.45);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.33), 0 0 8px rgba(0,0,0,0.82)
}
.boxingDayPop .modal-body {
	background: #191917 url(../img/spring17/insidepop/bg.jpg) left bottom
}
.boxingDayPop .mainContent h4 {
	color: #fff;
	font-size: 27px;
	margin: 18px 0 5px
}
.boxingDayPop .mainContent .checkbox-label label {
	font-size: 15px !important
}
.boxingDayPop .mainContent .form-group label {
	font-size: 13px;
	color: #fff;
	text-align: center
}
.boxingDayPop .mainContent .form-group p {
	color: #fff;
	font-size: 18px;
	padding: 30px 10px 0
}
.boxingDayPop .mainContent .form-control {
	font-size: 13px;
	border: 1px solid #717171
}
.boxingDayPop .mainContent .checkbox + .checkbox {
	margin-left: 15px
}
.boxingDayPop .mainContent .innerarea {
	padding: 55px 0 37px
}.boxingDayPop .mainContent .form-horizontal~
.form-group {
	max-width: none
}
.boxingDayPop .mainContent .form-group .btn-block {
	width: auto;
	margin-left: auto;
	margin-right: auto
}
.boxingDayPop .mainContent .form-group .btn-success {
	background: url(../img/spring17/btn-bg.jpg);
	border: 0;
	padding: 6px 30px
}
.boxingDayPop .popupfooter {
	padding: 0 0 10px
}
.boxingDayPop .popupfooter a {
	color: #fff;
	font-size: 13px
}
.boxingDayPop .modal-dialog button.close {
	color: #fff
}
@media (min-width: 960px) {
	.boxingDayPop .modal-dialog {
		height: 560px
	}
}
.boxingDayPopTwo .modal-body {
	background: #1a1a18 url(../img/newsAug17/bg.jpg) center bottom repeat-x
}
.boxingDayPopTwo .redBand {
	height: 135px;
	margin-top: 0
}
.boxingDayPopTwo .redBand img {
	left: -82px;
	right: auto;
	width: auto;
	top: 5px
}
.boxingDayPopTwo .mainContent {
	padding: 15px 50px;
	border: 0
}
.boxingDayPopTwo .mainContent .btn {
	padding: 0;
	border: 0
}
.boxingDayPopTwo .mainContent .btn:hover {
	opacity: .6
}
.boxingDayPopTwo .mainContent p {
	margin-bottom: 3px
}
.boxingDayPopTwo .mainContent .blue {
	margin-bottom: 15px
}
.boxingDayPopTwo .mainContent .codeTxt {
	position: relative;
	display: inline-block
}
.boxingDayPopTwo .mainContent .codeTxt span {
	position: absolute;
	font-size: 30px;
	top: 0;
	bottom: 16px;
	left: 15px;
	right: 0;
	padding: 6px
}
@media (min-width: 768px) {
	.boxingDayPopTwo .modal-dialog {
		width: 991px;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		height: 640px
	}
}
@media (min-width: 959px) {
	.boxingDayPopTwo .modal-dialog {
		width: 954px
	}
	.boxingDayPopTwo .redBand img {
		width: 1005px
	}
}
@media only screen and (max-width: 959px) {
	.boxingDayPopTwo.modal .modal-dialog {
		width: 685px
	}
	.boxingDayPopTwo .redBand img {
		left: -75px;
		width: 721px
	}
	.boxingDayPopTwo .redBand {
		height: 140px
	}
}
@media only screen and (max-width: 479px) {
	.boxingDayPopTwo.modal .modal-dialog {
		width: 345px;
		margin-top: 85px
	}
	.boxingDayPopTwo .mainContent {
		padding: 43px 15px 31px
	}
	.boxingDayPopTwo .redBand img {
		left: -30px;
		width: 346px
	}
	.boxingDayPopTwo .redBand {
		height: 70px
	}
	.boxingDayPopTwo label {
		position: relative;
		margin-top: 15px;
		background-color: #2a2a2a;
		display: block
	}
	.boxingDayPopTwo .mainContent .codeTxt span {
		font-size: 22px;
		bottom: 16px;
		left: 15px;
		padding: 4px;
		letter-spacing: 3px
	}
}
.notifyMePopup .login-page .main-section {
	padding: 10px
}
#prepaidReturnPopup h3 {
	margin-top: 0
}
@media (min-width: 960px) {
	.volumeDiscoutPopup .modal-dialog, .whyCFSPopup .modal-dialog, .pricePromicePopup .modal-dialog, .whiteGlovePopup .modal-dialog {
		width: 950px
	}
}
@media (min-width: 1200px) {
	.volumeDiscoutPopup .modal-dialog, .whyCFSPopup .modal-dialog, .pricePromicePopup .modal-dialog, .whiteGlovePopup .modal-dialog {
		width: 1024px;
		top: 0;
		bottom: 0;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto
	}
	.pricePromicePopup .modal-dialog {
		height: 599px
	}
	.whyCFSPopup .modal-dialog {
		height: 398px
	}
	.whiteGlovePopup .modal-dialog {
		height: 530px
	}
	.volumeDiscoutPopup .modal-dialog {
		height: 383px
	}
}
.volumeDiscoutPopup .mainContent, .whyCFSPopup .mainContent, .pricePromicePopup .mainContent, .whiteGlovePopup .mainContent {
	position: absolute;
	top: 30px;
	right: 30px
}
.volumeDiscoutPopup .mainContent hr, .whyCFSPopup .mainContent hr, .pricePromicePopup .mainContent hr, .whiteGlovePopup .mainContent hr {
	margin: 10px 0;
	border-top-color: #757677
}
.volumeDiscoutPopup .contactOpt, .whyCFSPopup .contactOpt, .pricePromicePopup .contactOpt, .whiteGlovePopup .contactOpt {
	padding: 12px 0
}
.volumeDiscoutPopup .contactOpt > img, .whyCFSPopup .contactOpt > img, .pricePromicePopup .contactOpt > img, .whiteGlovePopup .contactOpt > img {
	margin-left: 15px
}
.pricePromicePopup .mainContent {
	top: 15px
}
.pricePromicePopup .btn-info {
	color: #fff;
	background-color: #897B79;
	border-color: #877A77
}
.pricePromicePopup .btn-info:hover {
	background-color: #2E2E2D;
	border-color: #2E2E2D
}
@media (max-width: 959px) {
	.volumeDiscoutPopup .mainContent > img, .whyCFSPopup .mainContent > img, .pricePromicePopup .mainContent > img, .whiteGlovePopup .mainContent > img {
		width: 100%
	}
	.volumeDiscoutPopup .mainContent, .whyCFSPopup .mainContent, .pricePromicePopup .mainContent, .whiteGlovePopup .mainContent {
		position: inherit;
		top: 0;
		right: 0
	}
}
@media (max-width: 370px) {
	.volumeDiscoutPopup .mainContent, .whyCFSPopup .mainContent, .pricePromicePopup .mainContent, .whiteGlovePopup .mainContent {
		width: auto
	}
}
.whyCFSPopup .contactOpt, .pricePromicePopup .contactOpt, .whiteGlovePopup .contactOpt {
	background-color: rgba(0,0,0,0.80)
}
.whyCFSPopup .mainContent hr, .pricePromicePopup .mainContent hr, .whiteGlovePopup .contactOpt hr {
	border-top-color: #fff
}
.whyCFSPopup .contactOpt img, .pricePromicePopup .contactOpt img, .whiteGlovePopup .contactOpt img {
	margin-right: 15px
}
.pricePromicePopup .formSection {
	background-color: rgba(255,255,255,0.88);
	padding: 16px 10px
}
@media (max-width: 1199px) {
	.pricePromicePopup .formSection {
		background-color: rgba(255,255,255,0.88);
		padding: 14px 10px
	}
	.form-group {
		margin-bottom: 7px
	}
}
@media (min-width: 768px) {
	.ViewColorCommonPopup .modal-dialog {
		width: 90%
	}
}
.ViewColorCommonPopup .modal-title {
	font-size: 26px;
}
.ViewColorCommonPopup .modal-body {
	padding-right: 0
}
.ViewColorCommonPopup .modal-body .colorSection {
	max-height: 500px;
	overflow: auto;
	padding-right: 20px
}
.ViewColorCommonPopup .modal-body .image {
	height: 130px;
	margin-bottom: 10px
}
.ViewColorCommonPopup .block .radio {
	text-align: center;
	margin: 5px 0 0;
	min-height: inherit;
	padding: 0
}
.ViewColorCommonPopup .block .radio input[type=radio] {
	float: none;
	margin-left: 0;
	width: 15px;
	height: 15px;
}
.ViewColorCommonPopup .modal-body .block {
	border: 5px solid transparent;
	padding: 11px;
	border-radius: 4px
}
.ViewColorCommonPopup .modal-body .section-2 .btn {
	margin-top: 10px
}
.ViewColorCommonPopup .modal-body .border {
	border: 1px solid #D0E0EB;
	position: relative;
	border-radius: 4px;
	margin-bottom: 10px
}
.ViewColorCommonPopup .modal-body .block:hover {
	border-color: #e2e1e1
}
.ViewColorCommonPopup .modal-body .block p {
	margin-bottom: 0;
	text-align: center;
	height: 45px;
	overflow: hidden
}
.deliveryChargesPopup .modal-header {
	background-color: #e2edf6
}
.deliveryChargesPopup .modal-header .modal-title {
	font-size: 32px;
	color: #484848
}
.deliveryChargesPopup .modal-header .modal-title, .deliveryChargesPopup .modal-header .readMore {
	text-transform: uppercase;
	display: inline-block;
	line-height: 1
}
.deliveryChargesPopup .modal-header .readMore {
	font-size: 15px;
	color: #323232;
	border: 1px solid #323232;
	float: right;
	padding: 7px 5px
}
.deliveryChargesPopup .modal-body {
	padding: 15px 0
}
.twoManDelivery .modal-body {
    padding: 15px;
}
.deliveryChargesPopup .block .table {
	margin-bottom: 0
}
.deliveryChargesPopup .block td {
	vertical-align: middle;
	text-align: left
}
.deliveryChargesPopup .block:first-child tr td {
	border-top: 0
}
.deliveryChargesPopup .block h5 {
	margin: 0;
	font-size: 20px
}
.deliveryChargesPopup .block p {
	margin-bottom: 0
}
@media (max-width: 767px) {
	.deliveryChargesPopup .modal-header .modal-title {
		font-size: 16px
	}
	.deliveryChargesPopup .modal-header .readMore {
		font-size: 12px;
		padding: 3px
	}
	.deliveryChargesPopup .block td img {
		width: 45px
	}
	.deliveryChargesPopup .block h5 {
		font-size: 16px
	}
	.deliveryChargesPopup .block p {
		font-size: 12px
	}
}
@media (min-width: 960px) {
	.deliveryChargesPopup .modal-dialog {
		width: 950px
	}
}
@media (min-width: 1200px) {
	.deliveryChargesPopup .modal-dialog {
		width: 1024px
	}
	.deliveryChargesPopup .block td:first-child {
		width: 10%
	}
}
@media (min-width: 992px) {
	.contact-page .modal-dialog {
		margin-top: 8px;
		margin-bottom: 0;
		width: 900px
	}
}
@media (min-width: 1200px) {
	.contact-page .modal-dialog {
		width: 1000px
	}
	.wishlistMsg .modal-dialog {
		width: 400px
	}
}
.contact-page {
	z-index: 999999
}
.contat-page h2 h5 {
	border-top: 10px;
	border-radius: 6px;
	background: #333 url(../img/bg.jpg) 0 0 no-repeat;
}
.contact-page h2, [id*="ContactThanksPopup"] h2, .wishlistMsg h2 {
	margin-top: 0;
	color: #7d7d7d
}
.contact-page .address-block h4 {
	margin-bottom: 5px;
	margin-top: 40px
}
.contact-page .form-block label:after {
	content: "*";
	color: #e10f32
}
[id*="ContactThanksPopup"] .modal-dialog {
	margin-top: 150px
}
.wishlistMsg .modal-dialog {
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 65px
}
.wishlistMsg h2 {
	margin: 0
}.modal.callbackSlide.fade:not(.in)
.left .modal-dialog {
	-webkit-transform: translate3d(-25%,0,0);
	transform: translate3d(-25%,0,0)
}
.callbackSlide .modal-dialog {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
	height: 100%;
	overflow-y: auto;
	background-color: #fff;
	overflow-x: hidden;
	width: 340px;
	margin: 0
}
.callbackPopup .modal-header {
	background-color: #e7e7e7;
	padding: 17px 15px 12px
}
.callbackPopup .modal-header h3 img {
	margin-top: -3px
}
.callbackPopup .modal-header h3 {
	text-transform: uppercase;
	margin: 0;
	font-size: 26px
}
.callbackSlide .modal-body {
	position: relative;
	padding: 15px 5px 15px 15px
}
.callbackPopup .form-group {
	margin-bottom: 10px
}
.callbackPopup .radio {
	margin-top: 0;
	margin-bottom: 0;
	padding: 8px 0 7px 20px
}
.callbackPopup input[type=radio] {
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 10px
}
.callbackPopup .gCaptcha {
	margin-bottom: 10px
}
.callbackPopup .strInfo {
	margin-top: 15px;
	text-align: center
}
.callbackPopup .strInfo .phnNo {
	color: #143f62;
	font-size: 28px
}
.callbackPopup .address p.bold {
	font-size: 18px;
	margin-bottom: 5px
}
.callbackPopup .address {
	font-size: 16px
}
.callbackPopup .col-xs-4 label {
	margin-top: 8px
}
@media only screen and (min-width: 1200px) {
	.callbackPopup .modal-dialog {
		width: 900px
	}
}
@media only screen and (min-width: 1300px) {
	.container {
		width: 1250px
	}
}
@media only screen and (max-width: 959px) {
	body {
		padding-top: 60px
	}
	footer .footer-1, footer .footer-2 .compInfo, footer .topBrandsBlock, .home .section3 {
		display: none
	}
	.ViewColorCommonPopup .modal-body .image {
		height: 80px
	}
	.ViewColorCommonPopup .modal-header {
		padding: 5px 8px
	}
	.ViewColorCommonPopup .modal-title {
		font-size: 20px;
		color: #e10f32;
		line-height: 1
	}
	.ViewColorCommonPopup .modal-body {
		padding: 8px 0 8px 8px
	}
	.ViewColorCommonPopup .modal-body .colorSection {
		padding-right: 8px;
		max-height: 400px
	}
	.ViewColorCommonPopup .modal-body .block p {
		margin-bottom: 0;
		text-align: center;
		height: 50px;
		font-size: 14px;
		overflow: hidden;
		line-height: 1
	}
	.askAQuestionPopup .block-2 img {
		margin-top: 0
	}
	.askAQuestionPopup .form-horizontal .form-group .col-sm-6+ .col-sm-6 {
		margin-top: 15px
	}
	.meetMyPricePopup.two .productBlock .block {
		height: 90px
	}
	.cartExitPopup h4 {
		font-size: 28px
	}
	.cartExitPopup h5 {
		font-size: 18px;
		margin: 18px -8px 8px
	}
	.cartExitPopup .input-group {
		width: 100%
	}
	.cartExitPopup .input-group-btn {
		white-space: normal;
		width: 100%;
		display: block
	}
	.cartExitPopup .input-group-btn > .btn {
		display: block;
		width: 100%
	}
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
	.insurancePopup .modal-dialog {
		padding: 0;
		margin-top: 10px
	}
	.meetMyPricePopup h3.title {
		font-size: 36px
	}
	.meetMyPricePopup.three .modal-body {
		padding: 35px 50px
	}
}
@media only screen and (max-width: 479px) {
	body {
		padding-top: 55px
	}
	.full320, .meetMyPricePopup.two .bottomBlock .col-xs-6 {
		width: 100%
	}
	.cartReminderPopup .modal-body h3 {
		font-size: 34px
	}
	.cartReminderPopup .modal-body h5 {
		font-size: 17px
	}
	.cartReminderPopup .modal-body h6 {
		font-size: 15px
	}
	.cartReminderPopup .modal-body a.btn {
		font-size: 13px;
		padding: 8px 12px
	}
	.cartReminderPopup .modal-body a.btn .caret {
		right: 15px
	}
	.cartReminderPopup .modal-body .timeAvail p {
		font-size: 12px
	}
	.insurancePopup {
		font-size: 13px
	}
	.meetMyPricePopup h3.title {
		font-size: 25px
	}
	.meetMyPricePopup h5, .meetMyPricePopup h6 {
		font-size: 14px
	}
	.meetMyPricePopup a.btn-danger {
		font-size: 20px;
		margin: 8px 0 25px
	}
	.meetMyPricePopup .modal-footer {
		padding: 8px 10px;
		font-size: 13px
	}
	.meetMyPricePopup.two .bottomBlock .block1 .btn {
		width: 100%;
		margin-bottom: 5px
	}
	.meetMyPricePopup.two .bottomBlock .block2 .btn {
		width: 49%;
		float: left
	}
	.meetMyPricePopup.two .bottomBlock .block2 .btn:nth-child(2) {
		margin-left: 2%
	}
	.meetMyPricePopup.three .modal-body {
		padding: 25px
	}
	.deliveryProcessPopup .deliveryDate {
		width: 155px
	}
	.deliveryProcessPopup h5 {
		font-size: 12px
	}
	.deliveryProcessPopup h4 {
		font-size: 18px
	}
	.deliveryProcessPopup .modal-header h3 {
		font-size: 20px;
		margin-bottom: 5px
	}
	.deliveryProcessPopup .modal-header p {
		font-size: 12px
	}
}
@media only screen and (max-width: 375px) {
	.form-group {
		margin-bottom: 5px
	}
	.cartExitPopup .modal-body > img {
		width: 55px
	}
}

/*payment page*/
.paymentTitleSec {
    margin: 30px 0 20px;
}
.paymentTitleSec h2 {
    margin: 0;
}
.pageFreezeBlock {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.75);
	display: none;
	z-index: 99999
}
.pageFreezeBlock.activate {
	display: block
}
.pageFreezeBlock div {
	position: absolute;
	top: 0;
	bottom: 20%;
	left: 0;
	right: 0;
	margin: auto;
	width: 275px;
	height: 105px;
	text-align: center
}
.pageFreezeBlock div .pulseImg {
	border-radius: 50%
}
.orderPage.failed, .orderPage.success [class*="block-"] {
	border: 1px solid #eee;
	background-color: #fff;
	padding: 15px
}
.orderPage.failed, .orderPage.success [class*="block-"] {
	margin-top: 10px;
	margin-bottom: 10px
}
.payment-page {
	margin-bottom: 30px;
}
.payment-page .blockOne{
	background-color: #f8f8f8;
}
.payment-page .blockOne .block{
    box-shadow: 0 5px 9px -9px #737373;
    padding: 60px 80px;
    border: 1px solid #f3f3f3;
}
.payment-page label{
	font-weight: 600;
}
.payment-page .blockTwo .radio{
	margin-bottom: 15px;
}
.payment-page .blockOne .address-option{
	font-weight: 600;
}
.payment-page .blockOne label input[type=checkbox]{
	margin-top: 3px;
}
.payment-page .blockTwo{
	padding: 45px 0 45px 20px;
}
.payment-page label img{
	margin: -3px 3px 0 0;
	max-width: 40px;
}
.payment-page label a.pull-right{
	margin-top: 5px;
	font-style: italic;
	font-weight: 300;
}
.payment-page .blockTwo table{
	font-size: 12px;
}
.payment-page .blockTwo table th{
	font-size: 16px;
	font-weight: 600;
    padding-left: 0;
    color: #193163;
}
.payment-page .blockTwo table td{
    padding-left: 0;
    position: relative;
}
.payment-page .blockTwo table th:nth-of-type(2), .payment-page .blockTwo table td:nth-of-type(2) {
    text-align: center;
}
.payment-page .blockTwo>table th:nth-of-type(3), .payment-page .blockTwo>table td:nth-of-type(3) {
    text-align: right;
}
.payment-page .shipingMethodInfo>.table>thead > tr > th:nth-of-type(3) ,
.payment-page .shipingMethodInfo>.table>tbody > tr > td:nth-of-type(3){
	text-align: right;
    padding-right: 24px;
}
.payment-page .blockTwo table h5{
    font-size: 14px;
    font-weight: 500;
}
.payment-page .totalPriceBlock{
    border: 1px solid #e0e0e0;
    background-color: #f8f8f8;
}
.payment-page .totalPriceBlock .semBlock{
	padding: 10px 15px 20px;
}
.payment-page .totalPriceBlock table tr:nth-of-type(1) td {
	border-top: 0;
}
.payment-page .blockTwo .totalPriceBlock table td{
	font-size: 14px;
	text-align: right;
	vertical-align: bottom;
}
.payment-page .blockTwo .totalPriceBlock table td:nth-of-type(2) { 
	font-size: 14px;
	width: 100px;
}
.payment-page .orderBtnSec .termsLink{
	display: inline-block;
	margin-top: 15px;
	font-size: 15px;
}
.payment-page .totalPriceBlock+img{
	margin: 25px auto 0;
}
.payment-page .shipingMethodInfo{
	margin-top: 30px;
}
.payment-page .shipingMethodInfo table td{
	border-top: 0;
	padding: 0;
    max-width: 200px;
}
.payment-page .shipingMethodInfo h3{
	margin-bottom: 5px;
}
.payment-page .shipingMethodInfo .table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.payment-page .shipingMethodInfo td{
	font-size: 12px;
}


.payment-page h3 {
	font-size: 25px;
	margin: 0 0 22px;
    font-weight: 300;
}
.payment-page h3 a {
	color: #777
}
.payment-page .form-group:last-child{
	margin-bottom: 0;
}
.payment-page .form-group span {
	margin-top: 2px;
	display: inline-block
}
.payment-page .form-control{
    border: 1px solid #b7b6b6;
}
.payment-page .cardDetailsSec{
	
}
.payment-page .btn {
    min-width: 130px;
    font-weight: 100;
    padding: 10px 16px 8px;
}
.payment-page .btn-paypal, .payment-page .btn-sagePay {
	width: 154px;
	text-align: center
}
.payment-page .form-group label {
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    color: #333;
}
.payment-page .form-horizontal .form-group p {
	margin-bottom: 0;
	font-size: 11px;
	color: #B7B7B7
}
.payment-page .blockOne hr {
	margin: 20px -45px 15px;
}
.error-msg {
	position: absolute;
	bottom: 6px;
	right: -18px;
	display: none
}
.error-msg.activeFilled {
	color: #79BDA0
}
.error-msg.activeNotFilled {
	color: #e10f32
}
.error-msg.activeFilled, .error-msg.activeNotFilled {
	display: inline-block
}
.payment-page .form-group span {
	margin-top: 2px;
	display: inline-block
}
.error-msg.activeFilled .glyphicon:before {
	content: "\e013"
}
.error-msg.activeNotFilled .glyphicon:before {
	content: "\e014"
}
.orderPage h3 {
	font-size: 26px;
	margin-top: 0
}
.orderPage h4 {
	font-size: 42px;
	line-height: 43px;
	color: #7d7d7d
}
.orderPage h4.red {
	color: #e10f32
}
.order-page h5 {
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 5px
}
.orderPage h6 {
	font-size: 21px;
	line-height: 38px;
	color: #000
}
.orderPage .btn {
	font-size: 18px;
}
.orderPage .btn-default {
	color: #333
}
.raiseNewTicketPopup h4 {
	font-size: 20px
}
.orderPage h5 {
	font-size: 22px;
	margin-bottom: 0;
	margin-top: 5px
}
.orderPage .phone-no, .orderPage .email-id, .orderPage .print-invoice, .orderPage .save-invoice-pdf {
	display: inline-block;
	margin-right: 15px;
	margin-top: 0;
	margin-bottom: 0
}
.orderPage .phone-no, .orderPage .email-id a {
	color: #444;
	margin-top: 5px
}
.orderPage.failed .section-2 h5 {
	font-size: 30px;
	margin-top: 20px;
	color: #7d7d7d
}
.orderPage .section-2 .block {
	margin-top: 10px;
	padding: 18px 10px;
	text-align: center;
	font-size: 30px;
	display: block;
	color: #777;
	text-decoration: none;
	border: 1px solid #eee;
	background-color: #fff
}
.orderPage .section-2 .block:hover {
	background-color: #F1F7FB;
	border-color: #A3BED1
}
.orderPage .section-2 .tooltip {
	font-size: 30px;
	left: 5px !important;
	right: 5px
}
.orderPage .section-2 .tooltip .tooltip-inner {
	max-width: 100%;
	border-radius: 0
}
.orderPage .section-2 .block p {
	margin-bottom: 0;
	color: #000
}
#callMeBackPopup .form-control {
	padding: 6px 10px 6px 6px
}
#callMeBackPopup .gmt {
	line-height: 34px
}
#callMeBackPopup form {
	margin-right: 25px
}
.orderPage.success .block-1 .btn {
	margin-bottom: 30px;
	margin-right: 5px;
	float: left
}
.orderPage.success .radio, .orderPage.success .form-group, .orderPage.success .questions p {
	display: inline-block
}
.orderPage.success .questions .form-group {
	float: right;
	margin-bottom: 0
}
.orderPage.success .radio {
	margin-top: 0;
	margin-bottom: 0
}
.orderPage.success .radio input[type=radio] {
	margin-left: -14px;
	margin-top: 1px
}
.orderPage.success .block-3 .questions {
	color: #000;
	margin: 18px 0 13px
}
.orderPage.success .block-3 .questions p {
	font-size: 18px;
	margin-bottom: 5px
}
.orderPage.success .block-3 .questions .form-group {
	float: none
}
.orderPage.success .block-3 .radio {
	min-width: 130px;
	margin-bottom: 5px
}
.orderPage.success .block-3 img, .orderPage.success .block-3 p {
	margin-bottom: 15px
}
.orderPage.success .block-3 p span {
	font-size: 21px;
	color: #7d7d7d
}
.orderPage.success .block-3 h6 {
	margin-bottom: 0
}
.orderPage.success .block-3 h6+ h6 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 15px
}
.orderPage.success .block-1 ul li a {
	color: #000;
	font-size: 17px;
	line-height: 30px
}
.orderPage.success .block-1 ul li a:hover {
	color: #ee1d4d
}
.orderPage .section-2 .block p .glyphicon {
	top: 6px;
	color: #7d7d7d
}
.orderPage.success .block-3 {
	background-color: #f3f3f3;
	border: 1px solid #bdbdbd
}
.orderPage.success .rewardSection .rewardBanner {
	margin-top: 10px;
	background-color: #e1e1e1;
	padding: 10px
}
.orderPage.success .rewardSection h5 {
	font-size: 32px;
	margin: 0;
	color: #333;
}
.orderPage.success .rewardSection hr {
	border-top-color: #4a4a4a;
	margin: 0 0 9px
}
.orderPage.success .rewardSection h6 {
	margin-bottom: 15px
}
.orderPage.success .rewardSection h6 .btn {
	text-transform: lowercase;
	letter-spacing: 1px;
	background-color: #00549f
}
.orderPage.success .rewardSection .radio.inputRadio {
	padding-left: 8px
}
@media only screen and (min-width: 1200px) {
	.payment-page .form-horizontal .form-group label.col-sm-3 {
		width: 20%
	}
	.payment-page .btn.btn-sagePay {
		margin-right: 20px
	}
	.orderPage.success .block-2, .orderPage.success .block-3 {
		min-height: 290px
	}
	.orderPage .section-2 .block p .glyphicon {
		top: 6px
	}
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.orderPage .section-2 .block {
		font-size: 23px
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.orderPage .section-2 .block {
		font-size: 19px;
		padding: 20px 5px
	}
}
@media only screen and (max-width: 767px) {
	.payment-page .form-horizontal .form-group label, .payment-page .form-horizontal .form-group p {
		width: 100%;
		padding-top: 0
	}
	.payment-page .btn {
		width: 100%;
		margin-bottom: 5px
	}
	.payment-page .form-group img {
		max-width: 80px
	}
	.orderPage .section-2 .block {
		margin-top: 5px;
		padding: 10px;
		font-size: 22px
	}
	.orderPage .section-2 .tooltip {
		font-size: 22px
	}
	.orderPage h4 {
		font-size: 26px;
		line-height: 30px;
		font-size: 27px
	}
	.orderPage h6 {
		font-size: 16px
	}
	.orderPage .thank-you {
		font-size: 13px
	}
	.orderPage h5 {
		font-size: 20px
	}
	.orderPage.success .block-2 p, .orderPage.success .block-3 p {
		font-size: 12px
	}
	.orderPage.success .block-2 p {
		margin-bottom: 10px
	}
	.orderPage.success .questions .form-group {
		float: left
	}
	.payment-page .blockOne .block {
	    padding: 30px 20px;
	}
	.payment-page .blockTwo {
	    padding: 45px 20px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
	.payment-page .form-horizontal .form-group p {
		padding-top: 3px;
		font-size: 12px
	}
}
@media only screen and (max-width: 479px) {
	.payment-page .form-block {
		margin-right: 10px
	}
	.payment-page .form-horizontal .form-group p {
		padding-top: 3px;
		font-size: 10px
	}
	.orderPage h5 {
		font-size: 16px
	}
}
@media only screen and (max-width: 375px) {
	.payment-page, .orderPage.failed, .orderPage.success [class*="block-"] {
		padding: 8px
	}
	.form-group {
		margin-bottom: 5px
	}
	.payment-page .form-control {
		height: auto;
		padding: 4px 12px;
		font-size: 12px
	}
}
.blogNav {
	margin: 5px 0 10px;
	padding: 8px;
	color: #333;
	background-color: #f8f4e5
}
.blogNav .navbar {
	min-height: 10px;
	margin-bottom: 0
}
.blogNav .navbar-default {
	margin-top: 0;
	padding: 0;
	background-color: #f8f4e5;
	border: 0
}
.navbar-default .navbar-collapse {
	padding: 0
}
.blogNav .nav > li+ li:before {
	content: "|";
	float: left;
	padding-top: 2px;
	color: #fff
}

.blogNav .nav > li > a {
	padding: 4px 14px 2px;
	color: #333;
	margin-left: 4px
}
.blogNav .dropdown-menu > li > a:hover, .blogNav .dropdown-menu > li > a:focus {
	color: #000
}
.blogNav .navbar-nav > .active > a, .blogNav .navbar-nav > .active > a:hover, .blogNav .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #5D5D5D
}
.blogNav .dropdown-menu {
	background-color: #5D5D5D
}
.blogNav .dropdown-menu li a {
	color: #fff
}
.blogNav .form-control {
	height: auto;
	padding: 2px 7px;
	font-size: 12px
}
.blogNav .form-inline {
	text-align: right
}
.blogPage {
	color: #3f3f3f
}
.blogPage .commonHeading * {
	margin: 0
}
.blogPage .commonHeading {
	margin: 10px 0
}
.blogPage .blogBanner {
	margin-top: 10px
}
.blogPage .blogBanner img, .staticBanner img {
	width: 100%
}
.staticBanner {
	margin: 10px 0
}
.blogPage .mainSection {
	margin-bottom: 10px
}
.blogPage .mainSection .product {
	border: 1px solid #eee;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center
}
.blogPage .mainSection .product .title {
	font-size: 16px;
    text-transform: uppercase;
    margin: 20px 0 10px;
    height: 36px;
    overflow: hidden;
    color: #193163;
    font-weight: 400;
    padding: 0 10%;
}
.blogPage .mainSection .product .info {
    font-size: 13px;
    height: 42px;
    overflow: hidden;
    line-height: 1.6;
    padding: 0 10%;
}
.blogPage .mainSection .product p {
	margin-bottom: 5px
}
.blogPage .mainSection .product > a {
	font-size: 13px;
	text-transform: uppercase;
	border: 1px solid #000;
	color: #000;
    font-weight: 400;
	display: inline-block;
	padding: 6px 15px;
	line-height: 25px;
	margin-top: 3px
}
.blogPage .mainSection .product > a b {
	top: 4px;
	font-size: 17px
}
.blogPage .mainSection .product > a:hover {
	background-color: #000;
	color: #fff
}
.blogPage .sideBlock .block {
	border: 1px solid #eee;
	background-color: #f3f3f3;
	padding: 20px;
	margin-top: 10px
}
.blogPage .sideBlock h3 {
	font-size: 25px;
	color: #484848;
	margin: 0;
}
@media only screen and (min-width: 768px) {
	.blogPage .sideBlock ul {
		display: block
	}
}
.blogPage .sideBlock ul {
	margin-bottom: 0
}
.blogPage .sideBlock li {
	padding: 10px 0
}
.blogPage .sideBlock li+ li {
	border-top: 1px solid #b6c6cf
}
.blogPage .sideBlock li a {
	color: #3f3f3f;
	display: block
}
.blogPage .mainSection .categoryTitle a {
	color: #7d7d7d;
	display: inline-block
}
.blogPage .mainSection .title h2 {
	font-size: 22px;
	color: #969599;
	margin: 0 0 5px
}
.blogPage .mainSection .title h2 a {
	color: #969599
}

.blogPage .mainSection .title .xtraInfo {
	font-size: 12px;
	margin-bottom: 10px
}
.blogPage .mainSection .title .xtraInfo p, .blogPage .mainSection .title .xtraInfo a {
	margin-bottom: 0;
	display: inline-block;
	margin-right: 8px
}
.blogPage .mainSection .block {
	border: 1px solid #eee;
	padding: 20px;
	margin-top: 10px
}

.blogPage .mainSection .block > p.bold {
	margin-bottom: 0;
	margin-top: 10px
}
.blogPage .mainSection .block .imagesBlock img {
	margin-bottom: 10px
}
.blogPage .mainSection .block img {
	max-width: 100%
}
.blogPage .rightSection {
	margin-top: 20px;
	margin-bottom: 10px
}
.blogPage .rightSection .input-group-btn .btn b {
	font-size: 16px
}
.blogPage .rightSection .newsletterBlock .btn {
	font-size: 21px;
	line-height: 1
}
.blogPage .rightSection .newsletterBlock .form-control {
	height: 35px
}
.blogPage .rightSection .newsletterBlock {
	background-color: #e9e9e9;
	margin-top: 10px;
	padding: 20px 15px
}
.blogPage .rightSection .newsletterBlock h4 {
	font-size: 21px;
	margin: 0 0 5px;
	text-transform: uppercase;
}
.blogPage .rightSection .newsletterBlock p {
	margin: 10px 0 0
}
.blogPage .sideBlock .social {
	margin-top: 10px;
	border: 1px solid #eee;
	padding: 6px
}
.blogPage .sideBlock .social p {
	font-size: 21px;
	float: left;
	margin: 2px 0 0
}
.blogPage .sideBlock .social ul {
	margin: 0 0 0 5px;
	float: left
}
.blogPage .sideBlock .social ul li {
	padding: 0 2px
}
.blogPage .sideBlock .social li+ li {
	border: 0
}
.blogPagination {
	text-transform: uppercase;
	font-size: 14px
}
.blogPagination ul {
	margin: 0;
	padding: 11px 15px 4px
}
.blogPagination a.btn {
	margin: 0;
	padding: 8px 20px 4px
}
.blogPagination li {
	color: #777;
	display: inline-block
}
.blogPagination .block-2 {
	text-align: center
}
.blogPagination .block-3 {
	text-align: right
}
.blogDetailsPage .mainSection .block {
	margin-bottom: 10px;
	background-color: #fff
}
.blogDetailsPage .mainSection .title .xtraInfo, .blogDetailsPage .mainSection .title h2 {
	float: none
}
.blogDetailsPage h3, .blogDetailsPage .postedComment h3 {
	margin: 0 0 10px
}
.blogDetailsPage .postedComment {
	margin-top: 25px
}
.blogDetailsPage .commentBlock {
	background: #F5F5F5;
	border: 1px solid #E7E7E7;
	padding: 10px;
	margin-bottom: 10px
}
.postedComment img {
	max-width: 40px;
	float: left
}
.postedComment .commentDetails p {
	display: inline-block;
	font-size: 20px;
	color: #333;
	float: left;
	margin: 15px 0 0 10px;
	line-height: 20px
}
.postedComment .commentDetails p.date {
	display: inline-block;
	font-size: 12px;
	color: #999;
	margin-top: 18px
}
.postedComment .commentBlock {
	padding: 5px 10px
}
.postedComment .commentBlock > p {
	margin: 6px 0 0;
	color: #777;
	font-size: 16px
}
.blogPage .nextBackBlock {
	border: 1px solid #eee;
	padding: 10px 15px;
	margin-bottom: 10px
}
.blogPage .nextBackBlock .titleBlock {
	padding-bottom: 15px;
	position: relative;
	display: inline-block
}
.blogPage .nextBackBlock .titleBlock h4 {
	font-size: 21px;
	margin: 0 0 10px
}
.blogPage .nextBackBlock .titleBlock img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	transform: rotateZ(90deg)
}

.blogPage .nextBackBlock .nextBack p {
	margin-bottom: 4px;
	color: #e10f32
}
.blogPage .nextBackBlock .nextBack p:first-child {
	margin-left: 15px
}
.blogPage .nextBackBlock .nextBack p a {
	color: #484848
}
.captchaCode {
	border: 1px solid #D2D2D2;
	width: 125px;
	font-size: 16px;
	padding: 8px 5px;
	background-color: #E8E8E8
}
.captchaCode .text {
	width: 50%;
	float: left;
	padding: 2px 0;
}
.captchaCode input {
	width: 35%;
	float: left;
	height: 22px;
	padding: 2px 6px
}
.infographicsPg .mainSection h2 {
	margin: 0
}
.infographicsPg .mainSection h2 span {
	font-size: 15px
}
.infographicsPg .mainSection .product {
	text-align: left;
	background-color: #fff
}
.blogPage .mainSection .product .image {
	max-width: none;
    height: 201px;
    overflow: hidden;
}
.infographicsPg .mainSection .product h3 {
	font-size: 26px;
	margin: 0
}
.infographicsPg .mainSection .product h5 {
	font-size: 20px;
	margin: 0 0 15px
}
.infographicsPg .mainSection .product .btn {
	margin-top: 25px
}
.infographicsDetailsPg .rightSection .newsletterBlock {
	margin-bottom: 10px
}
.infographicsDetailsPg .mainSection .block {
	margin-top: 0
}
@media only screen and (min-width: 1200px) {
	.blogPage .nextBackBlock .titleBlock {
		padding: 5px 20px 5px 0;
		float: left
	}
	.blogPage .nextBackBlock .titleBlock img {
		position: absolute;
		left: auto;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto 0;
		-webkit-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
		transform: rotateZ(0deg)
	}
	.blogPage .nextBackBlock .nextBack {
		float: left;
		padding-left: 15px
	}
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.blogPage .sideBlock h3 {
		font-size: 22px
	}
	.blogNav .nav > li > a {
		padding: 2px 8px;
		font-size: 14px
	}
	.blogPage .sideBlock .social p, .blogPage .rightSection .newsletterBlock h4 {
		font-size: 18px
	}
	.blogPage .sideBlock .social li img {
		width: 25px
	}
	.blogPage .mainSection .product .title {
		height: 59px
	}
	.blogPage .mainSection .product .info {
		height: 85px
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.blogPage .sideBlock h3 {
		font-size: 24px
	}
	.blogPage .sideBlock .social p, .blogPage .rightSection .newsletterBlock h4 {
		font-size: 18px
	}
	.blogPage .sideBlock .social li img {
		width: 25px
	}
	.blogNav .form-inline {
		border-top: 1px solid #fff;
		padding-top: 5px;
		margin-top: 5px
	}
	.blogPage .mainSection .product .title {
		height: 59px
	}
	.blogPage .mainSection .product .info {
		height: 65px
	}
	.blogNav .nav > li > a {
		padding: 2px 10px
	}
	.blogPage .commonHeading {
		padding: 5px 10px
	}
	.blogPage .commonHeading h3, .blogPage .commonHeading h1, .blogPage .commonHeading p {
		font-size: 20px
	}
}

@media only screen and (max-width: 767px) {
	.blogNav .navbar-nav {
		margin: 0
	}
	.blogNav .navbar-default .navbar-toggle:hover, .blogNav .navbar-default .navbar-toggle:focus {
		background-color: transparent
	}
	.blogNav .navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #fff
	}
	.blogPage .sideBlock .block {
		padding: 5px 20px;
		margin-top: 5px
	}
	.blogPage .mainSection .title h2 {
		font-size: 20px;
		margin: 0 0 5px;
		float: none
	}
	.blogPage .mainSection .title .xtraInfo {
		float: none
	}
	.blogPage .mainSection .title .xtraInfo p, .blogPage .mainSection .title .xtraInfo a {
		display: inline-block;
		margin-right: 5px
	}
	.blogPage .mainSection .block {
		padding: 10px
	}
	.blogPage .sideBlock h3 {
		font-size: 20px
	}
	.blogNav .navbar-default .navbar-toggle {
		border: 1px solid #fff;
		margin: 0
	}
	.blogNav .navbar-default .navbar-toggle .icon-bar {
		background-color: #fff
	}
	.blogNav .nav > li > a {
		margin-left: 0
	}
	.blogNav .nav > li+ li:before {
		display: none
	}
	.blogNav .form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.blogNav .form-group {
		margin: 5px 0 0
	}
	.blogNav .navbar-default .navbar-collapse {
		margin-top: 10px
	}
	.blogPage .mainSection .product .image img {
		margin: auto
	}
	.blogPagination {
		font-size: 12px;
		padding: 10px
	}
	.postedComment .commentDetails p {
		margin: 0 0 0 10px
	}
	.postedComment .commentDetails p.date {
		margin-top: 0
	}
	.infographicsPg .mainSection {
		margin-top: 0
	}
}
.sitemap .alphabetNav {
	margin-top: 5px
}
.sitemap .alphabetNav > li {
	float: left;
	margin-bottom: 5px
}
.sitemap .alphabetNav > li+ li:before {
	margin-left: -4px
}
.sitemap .alphabetNav > li.viewAll:before {
	content: ''
}
.sitemap .alphabetNav > li.viewAll {
	float: right
}
.sitemap .alphabetNav:before, .sitemap .alphabetNav:after, .commonHeading:before, .commonHeading:after {
	content: " ";
	display: table
}
.sitemap .alphabetNav:after, .commonHeading:after {
	clear: both
}
.sitemap .commonHeading ul {
	float: right;
	margin: 4px 0
}
.sitemap .panel-heading, .sitemap .panel-group .panel {
	border-radius: 0
}
.sitemap .panel-title > a {
	color: #e10f32;
	background: url(../img/minus-img.png) center right no-repeat;
	text-transform: capitalize;
}
.sitemap .panel-title > a.collapsed {
	color: #444;
	background: url(../img/plus-img.png) center right no-repeat
}
.sitemap .panel {
	margin-bottom: 5px
}
.sitemap .panel-body li {
	float: left;
	width: 33.333333333333%
}
.sitemap .sitemapContent {
	padding: 15px;
	border: 1px solid #eee;
	background-color: #fff
}
.sitemap .sitemapContent .commonHeading {
	color: #7d7d7d;
	padding: 3px 10px;
	margin-bottom: 10px
}
.sitemap .sitemapContent .commonHeading a {
	color: #7d7d7d
}
.sitemap .panel-body h4 {
	margin: 0
}
.sitemap .panel-body hr {
	margin: 6px 0;
	border-top-color: #D8D8D8
}
.staticPage {
	margin: 15px
}
.staticPage h1{
	font-weight: 100;
	text-transform: uppercase;
}
.staticPage h3, .staticPage h4 {
	font-size: 20px;
	margin: 0;
	text-transform: uppercase
}
.staticPage h4 {
	font-size: 25px;
	margin-bottom: 10px
}
.staticPage h3+ hr {
	margin-top: 5px;
	margin-bottom: 12px
}
.staticPage p {
	margin-bottom: 20px
}
.staticPage a {
	color: #f79a28
}
.staticPage a:hover {
	color: #428bca
}
.staticPage .panel-group{
	margin-top: 10px;
}
.staticPage .panel-heading{
	padding: 0;
}
.staticPage .panel-title > a{
	color: #444;
	padding: 12px 15px 10px;
}
.staticPage .panel-title {
	margin: 0;
	font-size: 15px;
}
.staticPage .cmnBorder:before, .staticPage .cmnBorder:after {
	content: " ";
	display: table
}
.staticPage .cmnBorder:after {
	clear: both
}
.staticPage .addressBlock {
	border: 1px solid #dcdcdc;
	margin-bottom: 15px
}
.staticPage .addressBlock address {
	margin-bottom: 0
}
.staticPage .addressBlock .block-1 {
	padding: 15px;
	border-right: 1px solid #dcdcdc;
	background-color: #f9f9f9
}
.staticPage .addressBlock .block-1 p {
	color: #333
}
.staticPage .addressBlock .contactBlock .block p {
	display: inline-block
}
.staticPage .contactInfoBlock {
	padding-top: 35px
}
.staticPage .cmnBorder > p.bold {
	margin-bottom: 5px
}
.cfsOnTheGo .cmnBorder h4 {
	margin-bottom: 0
}
.deliveryPage h5 {
	font-size: 17px;
	color: #333;
	margin: 0
}
.ourStore h5 {
	color: #d13633;
	font-size: 60px;
	margin: 0
}
.ourStore h6 {
	color: #969599;
	font-size: 25px;
	margin: 0;
	text-transform: uppercase
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.aboutCfs .addressBlock .block-1 {
		border-right: 0;
		border-bottom: 1px solid #dcdcdc
	}
}
@media only screen and (max-width: 767px) {
	.staticPage h4 {
		font-size: 18px
	}
	.aboutCfs .addressBlock .block-1 {
		border-right: 0;
		border-bottom: 1px solid #dcdcdc;
		padding-bottom: 0
	}
	.aboutCfs .addressBlock address {
		margin-bottom: 15px
	}
	.aboutCfs .contactInfoBlock {
		padding-top: 15px
	}
	.ourStore .pull-right {
		float: none !important;
		margin-bottom: 10px
	}
	.ourStore h5 {
		font-size: 45px
	}
	.ourStore h6 {
		font-size: 15px
	}
	.cd-top {
		bottom: 65px
	}
}
.guardsmanProtection {
	margin-top: 5px
}

.guardsmanProtection h1 {
	margin: 0;
	line-height: 1;
	font-size: 28px
}
.guardsmanProtection h4 {
	margin-top: 0;
	margin-bottom: 15px
}
.guardsmanProtection .panel-title {
	margin: 0;
	font-size: 16px
}
.guardsmanProtection h5 {
	margin: 0 0 10px;
	font-size: 18px;
	color: #333
}
.guardsmanProtection h3 {
	font-size: 26px;
	margin: 0 0 10px
}
.guardsmanProtection .planSection h3 {
	color: #5D5D5D;
}
.guardsmanProtection p.bold {
	color: #333;
	margin-bottom: 6px;
	margin-top: 18px
}
.guardsmanProtection .image {
	margin-top: 10px;
	margin-bottom: 15px
}
.guardsmanProtection .planBlock {
	border: 1px solid #dcdcdc;
	margin-bottom: 15px
}
.guardsmanProtection .planBlock .title {
	background-color: #f9f9f9;
	border-bottom: 1px solid #dcdcdc;
	color: #777;
	text-align: center;
	padding: 10px;
	font-size: 20px
}
.guardsmanProtection p {
	line-height: 1.3;
	text-align: justify
}
.guardsmanProtection .planBlock p {
	margin-bottom: 0
}
.guardsmanProtection .planBlock ul {
	padding: 10px 10px 10px 30px
}
.guardsmanProtection .plusSign {
	display: block;
	text-align: center;
	color: #dcdcdc;
	font-size: 100px;
	margin-top: 150px
}
.guardsmanProtection .panel-group .panel {
	margin-bottom: 5px
}
.guardsmanProtection .table {
	margin-top: 10px
}
.guardsmanProtection .table > tbody > tr > td {
	border: 1px solid #ddd
}
.tradePopup .form-control {
    padding: 6px;
    font-size: 12px;
}
.tradePopup .modal-dialog button.close {
    top: -15px;
    right: -15px;
}


/*tags**/
.topRightTag {
	position: absolute;
    z-index: 9999;
    right: 5px;
    top: 5px;
}
