html, body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
}
body, html {
    position: relative;
}
.mm-page.mm-slideout {
	position: relative; 
}
.container { width: 100%; max-width: 1200px; }
.glyphicon.glyphicon-menu-hamburger {
    display: none; 
}
select {
	
    /* border: 1px solid #111;
    background: transparent;
    width: 150px;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
}
/* STICKY FOOTER */
/* Sticky footer styles
-------------------------------------------------- */
html, #page {
  position: relative;

}
body {
  /* Margin bottom by footer height */

}
#vp_footer { margin: 0 auto}
.footer {
  /*position: absolute; COMMENTING PER VPASP*/
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 60px;
  background-color: #f5f5f5;
}
/*'800 - 2016.10.26 - Layout: Fix ie scrolling while loading process*/
.position-absolute { position: absolute; }
.position-relative { position: relative; }

.form-control:focus {
	border-shadow: none;
}

.navbar {
	min-height: 10px;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
a:hover, a, a:focus, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
	color: inherit;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: none;
	color: #fff;
}
.navbar-default .navbar-toggle:hover {
	background: none;
}
.navbar-toggle {
	margin-right: 0px;
}
.navbar-default .navbar-toggle {
	border: 0px none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
}
.dropdown .caret {
	color: inherit;
}
.twitter-timeline { width: 100% !important; }

.input-group-custom input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd -moz-use-text-color #ddd #ddd;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    box-shadow: none;
}
.input-group-custom span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd #ddd #ddd -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    padding-right: 5px;
}
.glyphicon.glyphicon-search {
	border: 0px none;
}


.spriteicons {
    background-image: url("../images/sprite-icons_trans.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.sprite-search {
    background-position: -194px -5px;
    border: 0 none;
    height: 26px;
    width: 27px;
	background-image: none;
}
.sprite-cart {
	background-image:none;
    border-radius: 27px;
    height: 40px;
    width: 42px;
	font-size: 21px;
	padding: 10px;
}



#vp_welcomeboxsquare {
	text-align: right;
	font-size: 13px;
}

#vp_welcomeboxsquare .toprightsection:first-child li {
	
    border-color: -moz-use-text-color -moz-use-text-color;
    border-style: dashed;
    border-width: 0 0 1px;
    padding-bottom: 10px;
	
}
.toprightsection {
	margin-bottom: 5px;
}

.mid-topright-nav {
	list-style: none;
	margin-bottom: 5px;
}
.welcome {
	display: inline;
	padding-right: 20px;
}
.mid-topright-nav > li {
	display: inline;
}
.toprightsection .navbar-nav > li > a {
	padding: 0px 15px 5px;
}
.toprightsection ul > li {
	display: inline-block;
	list-style: none;
}
.nav > li.dropdown > a {
	padding: 5px 15px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	color: inherit;
}
.megamenu { display: table; width: 100%; }
.megamenu > li { display: table-cell; float: none; }
.megamenu-dropdown {
	display: none;
	position: absolute;
	min-width: 150px;
    width: 100%;
	z-index: 999;
	opacity: 0;
	transition: opacity 3s;
}
.megamenu-dropdown ul {
	padding: 5px 0px;
}

#vp_horomenu li {
	list-style: none;
}
/* .megamenu-dropdown ul {
	padding-left: 10px;	
	
} */

#vp_horomenu li {
	position: relative;
	text-transform: Uppercase;
}
#vp_horomenu li:hover .megamenu-dropdown {
	display: block;
	opacity: 1;
}
.dropdown-icon-container { padding-top: 15px; padding-bottom: 15px; }
#vp_topheader .nav > li.dropdown > a { padding-top: 10px; }
#vp_topheader .nav > li.dropdown >  .welcome, #vp_topheader .nav > li.dropdown > .minicart { padding-top: 10px; display: inline-block; }

/* NEW FOOTER */
.footer { padding-top: 10px; padding-bottom: 10px;}
.unstyled { list-style: none; padding-left: 0px;}
.icon-social {
    background: url("../../../images/social-icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 32px;
    opacity: 0.3;
    text-indent: -9999px;
    width: 32px;
	transition: opacity 2s;
}
.icon-social {
    margin-bottom: 5px;
    margin-right: 5px;
}
.icon-social {
    display: inline-block;
	width: 32px; 
	height: 32px;
}
.icon-social.facebook {
    background-position: -50px 0;
}
.icon-social.youtube {
    background-position: -100px 0;
}
.icon-social.rss {
    background-position: -150px 0;
}
.icon-social.pinterest {
    background-position: -250px 0;
}
.icon-social.instragram {
    background-position: -200px 0;
}
.icon-social:hover {
	opacity: 0.6;
}
.footer .notification { background-color: #fff; padding: 5px; }
ul.credit-cards li, ul.unstyled li {
    display: inline;
    margin: 0 0px 0 0;
}
.credit-cards img { opacity: 0.6; transition: opacity 2s}
.credit-cards img:hover { opacity: 1; }
.footer-nav{
	text-align: right;
}
.shop-notices {
	text-align: right;
}
.footer-nav li{
	display: inline-block;
	padding-bottom: 10px;
}
.footer-content {padding-top: 10px; padding-bottom: 10px;}

.footer-nav li a {
    padding: 3px 5px;
}
.footer-nav li:after {
    content: " |";
}
.footer-nav li.last:after {
	content: " ";
}
/* END NEW FOOTER */


.cameraContent .camera_caption > div {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    color: #000;
}
.camera_wrap.camera_azure_skin {
 margin-bottom: 0px !important;
}
.camera_pag_ul {
    margin-top: -69px !important;
}



.utility-bar .welcome, .utility-bar .cart_summary {
	margin: 15px 0;
	color:#fff;
}
.welcome.grey-lower-nav {
	margin: 10px 0px;
}

#welcomeboxstretchform3 {
    margin-bottom: 0;
    margin-top: 8px;
}
.search {
	position: relative;
	padding: 0px;
}
/* '800 - 2015.07.27 - Enhancement: Ajax Search: Better navigation and faster search */
.searchresultwrapper {
z-index:999;
position:absolute;
width:300px;
background:#a4bc10;
text-align:left;
visibility:hidden;
padding:5px;
color: #777; 
left: 0;
top: 40px;
overflow-y:hidden;
/*height:300px;*/
}

#vp_rightsidebox .searchresultwrapper {
    left: auto;
    right: 0px;
    top: 33px;
}

#vp_leftsidebox .searchresultwrapper { 
	top: 33px;
}
input.searchfield.active, .input-group-custom.active {
	z-index: 1000;
	border-bottom: 0px none;
	position: relative;
}

.input-group-custom input[type="text"]:focus{
 border-color: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 5px;
}

/* '800 - 2015.07.27 - Enhancement: Ajax Search: Better navigation and faster search */
span.searchresultwrapper > a {
	padding:5px;
	line-height: 1.8;
}
.dropdown .searchresultwrapper { margin-top: -5px;}
.row.toprightsection.bottomlevel .searchresultwrapper, #vp_welcomeboxstretch .searchresultwrapper { left: auto; right: 0px; }
/* '800 - 2015.07.27 - Enhancement: Ajax Search: Better navigation and faster search */
span.searchresultwrapper > a:hover {
	background-color: #f5f5f5;
}
/* '800 - 2015.07.27 - Enhancement: Ajax Search: Better navigation and faster search */
.searchresultwrapper .paginate { text-align: center; background-color: #5a5a5a; color:#fff;}
.searchresultwrapper .paginate a { display: inline-block; width: auto; padding: 5px; }
.searchresultwrapper .paginate a:hover {
	background-color: #f5f5f5;
	color: #5a5a5a;
}
.input-group.input-group-custom .input-group-btn {
	border: 0px none;
	padding-right: 0px;
}

.input-group-custom .input-group-custom { border: 0px none;}


.search.col-xs-6 {
	margin-bottom: 5px;
}
#contactusinfo { margin-bottom: 15px; }
#contactgooglemap #googlemap {
	width: 100% !important;
}

#vp_logo img, .vp_logo img {
	margin-bottom: 10px;
	max-width: 100%;
	margin-top: 5px;
}

.fa.fa-caret-down {
	margin-left: 5px;
}

.mobile-header .navbar-nav li {
    border-right: 1px solid #fff;
    display: inline-block;
    margin-top: 4px;
    max-height: 30px;
	vertical-align: middle;
	color: #fff;
}

.mobile-header .navbar-nav li {
    border-right: 1px solid #ececec;
    display: inline-block;
    margin-top: 4px;
    max-height: 30px;
}
.mobile-header .navbar-nav li:last-child {
    border-right: 0 none;
}
.sidr-class-nav > ul > li > a { font-weight: bold; text-transform: Uppercase; font-family: 'Open Sans', sans-serif; }
.input-group-custom {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0px 5px;
}
.input-group-custom input {
	border: 0px;
}
.mobile-header .navbar-nav li a, .mobile-header .navbar-nav li a:hover, .mobile-header .navbar-nav li a:focus {
    margin: 3px 0;
    padding: 0 9px;
}
#responsive-menu-button {
    margin: 7px 0;
	float: left;
	color: #ececec;
}
.category_menu_wrapper {
    padding-right: 0;
    padding-top: 5px;
    text-align: right;
    text-transform: uppercase;
}
.category_menu_wrapper a {
	text-decoration: none;
	color: #fff; 
	font-size: 15px; 
	
}
.navbar-toggle {
	color: inherit;
}
.iconnav {
	padding: 0px 0px 10px;
}
.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 0px;
    position: relative;
}
.nav-class {
	display: none;
}
.lower-header {
	display: e2e2e2;
	background-color: #lower-heder;
}

#vp_logo img, .vp_logo img {
    display: block;
    padding: 10px 0;
	max-width: 100%;  
}

.vp_logo.col-sm-6.col-xs-12,#vp_welcomeboxsquare{
	width: 49.8%;
	display: inline-block;
	float: none;
	vertical-align: middle;
}



*:before, *:after {
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: border-box;
}

.mobile-button {
    display: inline-block !important;
    float: none;
    
}
.mobile-button {
    margin-top: 3px;
}
.mobile-header .navbar-nav li a {
    margin: 3px 0;
    padding: 0 9px;
}
.search.col-xs-8, .category_menu_wrapper { margin-top: 5px; }
.category_menu_wrapper { margin-top: 8px; }
.no-margin { margin: 0px; }
.navigation_dropdown_menu_mobile > .container {  }
.navigation_drops_wrapper { display: none; }
.navigation_dropdown_menu_mobile input {
	margin: 10px 0px;
 }
 .random-prod-info { padding-bottom: 5px; }
 .random-prod-info .fa-search, .randomproduct .fa-search { padding: 0px 10px;}

.navigation_drops_wrapper .txtfield, iframe.txtfield {
	width: 100%; 
}

.pull-center { text-align: center; }

/* MOBILE HEADER */
.mobile-header { display: none}
.pagination > li { display: inline-block; }

/* CONTENT PAGE */
.blogpage .comment_container {
    border: 1px solid #ddd;
    padding: 10px;

}
.blogpage .comment_title {
    background: none repeat scroll 0 0 #c3c6cd;
    padding: 10px;
}
.content-wrapper { margin-bottom: 20px; margin-top: 20px;}
#vp_bodycontent  a { color: #0bbbef;}
#vp_bodycontent  a:hover { color: #f39200;}

.sidebarcell, .main-content, .main-product, .main-news, .main-blog, .main-freetext, .main-product, #shopcustomer{ 
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
    padding: 15px;
}
center > table  {
	border-top: 1px solid #ddd;
	
}
td > .info_table { margin-top: 0px; }
.txtfield.inputfield { width: 100% }

.sidebarcell_noborder {
    margin-bottom: 10px;
    padding: 15px;
}

.main-content h3, .main-product h2, .main-news h2, .main-blog h2, .main-freetext h2, .main-product h1, #shopcustomer h1, .main-content h2, .sub-header-container h1, .title h2, .title h1 {
	margin-top: 0px;
	font-size: 1.2em;
	font-family: inherit;

}
.title h2.sub-section-title { font-size: 15px; } 
.submitbtn { margin-top: 5px; margin-bottom: 5px; }
#vp_toprighticons .fa { font-size: 28px;}
.dropdown-icon-container .submitbtn { margin-bottom: -5px; }
.dropdown-icon-container a:first-child  .submitbtn:first-child { margin-top: 5px; display: none;  }
.main-product > h1, .main-content > h2, .main-content > h3, .sub-header-container h1, .main-product .sub-content-title {
    border-bottom: 1px solid #ddd;
    border-top: 0 none;
    font-size: 1.3em;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.dropdown-icon-container h3 { margin-top: 0px; margin-bottom: 5px; }

#topheaderleftboxform { margin-top: 3px; }
.img-prod {
	/* width: 100%; */
}
.title h2, .title h2 {
	font-size: 1.3em;
	padding: 0 5px 5px;
	text-transform: Uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}


.flyout #flyout1, .flyout #flyout1  ul, ul.sidepage, .sideblogs, .sidenews, .menulist-style, .menulist-style.monthly_listing, .monthly_listing, .daily_listing, ul {
	list-style: none;
	padding-left: 5px;
}
.contentcell ul { width: 100%; }
.menulist-style.monthly_listing ul {
	padding-left: 20px;
}
.menulist-style .daily_listing .montly_list .dailylisting {
	padding-left: 25px;
}
.flyout #flyout1 li {
	position: relative;
}
.flyout #flyout1 li ul {
	display: none;
	position: absolute;
	top: 0px;
    /*'800 - 2015.10.12 : Layout: CSS : Adjust the position of sub flyout menu*/
	left: 95%;
	padding: 5px 10px;
	border: 1px solid #ddd;
	min-width: 150px;
}
/*added code*/
#vp_rightsidebox .flyout #flyout1 li ul { left: -170px; } 

#flyout1 li a, .sideblogs, .sidenews  {
    display: inline-block;
    vertical-align: top;
    
}
ul.sidepage {
	padding-left: 0px;
}
ul.sidepage a {
	width: 100%;
	display: block;
	padding: 3px 0px;
}
ul.sideblogs .list-wrapper a.news_title, ul.sidepage a.new_title  { display: block; }
.megamenu-dropdown, #flyout1 ul {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    background: #fff;
    z-index: 100;
}
.sidelanguage select {
	width: 100%; 
}
.sidecurrency img {
    display: block;
    margin: 0 auto;
}

.scrollToTop_default, .scrollToTop_default:hover {
 background-image: url("../images/back-to-top.png");
 background-repeat: no-repeat;
 background-position: center center;
 height: 50px;
 width: 50px;
 color: transparent !important;
}

.scrollToTop_cycle, .scrollToTop_cycle:hover, .scrollToTop_default:hover,v.scrollToTop, .scrollToTop:hover  {
    background-image: url("../images/back-to-top.png");
}
.scrollToTop {
    color: #000;
    font-family: sans-serif;
    font-size: 12px;
    height: 50px;
    text-decoration: none;
    text-indent: 100%;
    text-transform: uppercase;
    white-space: nowrap;
    width: 50px;
	border-radius: 8px;
}

	/* ZOOM PLUGIN PRODUCT IMAGES */
.thumbnail_img {
    float: left;
    margin: 3px;
}
.thumbnail_img img {
    height: auto !important;
    width: 40px !important;
}
	/* ZOOM PLUGIN PRODUCT IMAGES */

	/*  FEATURED SLIDER */
.product_widgets .image-wrapper{
     /*'800 - 2015.10.12 : Layout: CSS : Better rendering product thumb image*/
	 margin: 5px auto; display: block;
     width: auto;
     max-width: 100%;
}
.carousel-caption .btn-details  {
	display: block;
	margin: 10px auto;
}
.product_widgets .image-wrapper img{ 
	 
}
option {

    border-right: 2px solid #ddd;
}
.product-order-list .product-row { border-bottom: 1px solid #ddd; padding-bottom: 5px; padding-top: 5px; }
.product-order-list .product-row:last-child { border-bottom: 0px none; }
.product_widgets .item{
	background-color: #fff;
}
.product_widgets .carousel-caption{
	position: relative;
	left: 0;
	text-shadow: none;
	color: inherit;
}
.product_thumbnail {
	display: block;
	margin: 5px auto;
	width: 100px; 
	height: auto; 
	max-width: 100px;
    width: 100%; 
}
#flyout1 a { 
	vertical-align: top;
}
.glyphicon.glyphicon-play.right-bullet {
	margin-top: 2px;
}
.list-wrapper { display: inline-block; width: 91%;}
ul li .right-bullet { vertical-align: top }
.shadetabs li a {
    display: block;
    width: 95%;
}
.productsummary td { background-color: #fff; }
.tabcontent.content_padding {
	background-color: #fff;
	border: 1px solid #eee;
}
.tabcontent.content_padding {
    min-height: 195px;
}
.tell_friend_container .col-xs-5, .review_form .col-xs-5 { width: 34%; }

/* CENTER PAGE */
.text-content-wrapper ul {
    color: #777;
    list-style: outside none none;
    padding-left: 15px;
}
.text-content-wrapper ul li h3 {
    font-size: 14px;
    font-weight: bold;
}
.text-content-wrapper ul li {
    border-bottom: 1px solid #777;
    padding-bottom: 15px;
}
.text-content-wrapper ul li:last-child {
    border: medium none;
}
/* CENTER PAGE */
.letter {
    display: inline-block;
    margin: 0 8px;
}
.input-group-custom {
	max-width: 210px;
}
.bottom .image {
	max-width: 100%;
	width: auto;
	
}


/* CONENT PAGE */





/* SIDEBARS */
/* Top Left header - minicart */
.left-topnav .minicart{
width:300px;
padding-top:5px;
}
.rightside-bar .minicart {
	list-style: none; 
	padding-left: 0px;
	font-size: 12px;
}
.sidelogo  {margin-bottom: 10px; }
.left-topnav, .left-topnav > li > a { min-height: 40px; }
.rightside-bar .minicart .minicart-qty, .minicart-qty { 
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	width: 20%; 
}
.minicart-description {
	font-size: 13px;
}
.minicart > li {
	list-style: none;
}
.minicart-links {
	text-align: center;
}
.minicart-description {
	display: inline-block;
}
.minicart-subtotal {
	background-color: #ededed;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	color: #848283;
	font-size: 13px;
}
.rightside-bar .minicart .minicart-description a { 
	font-weight: bold;
	
}
.rightside-bar .minicart .minicart-description {
	display: inline-block;
	padding-left: 16px;
	font-size: 12px;
}
.minicart-description {
	width: 77%; 
}
.sidesearch { position: relative;}
.sidesearch .searchresultwrapper > a { display: block; }

/* PRODUCT DETAILED PAGE */
#productexdbottom .shadetabs {
	width: 100%;
}
/*'800 - 2015.10.12 : Layout: CSS : Product featured dropdown, radio and qty field featured options layout*/
.txtfielddropdown  { width: auto; max-width: 100%; }
.qtycontainer { max-width: 55px; max-height: 35px; }

#productexdbottom .shadetabs  li a span { border: 0px; background: none; }
#productexdbottom .shadetabs li a {
	background-image: none;
	background-color: #fff;
	color: #777;
	border: 1px solid #ddd;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 0px none; 
	width: 99%;
}
.tab_content_container .noproductmessage{
	padding: 10px; background: #fff;
	
}
.tab_content_container { border: 1px solid #ddd; }
#productexdbottom .tab_content_container {
	padding: 5px; 
}
#productexdbottom .tab_content_container,
#productexdbottom .shadetabs li a.selected {
	background-image: none; 
	background-color: #f8f6f7;
}
.shadetabs { display: table; }
.shadetabs > li {
	display: table-cell;
}
/* EXTENTED PAGE */
#xproductextdesc { boder: 1px sold #ddd; background-color: #fff; padding: 10px; }
/* EXTENTED PAGE */

/* CHECKOUT PAGE STYLE */
.checkout-page {
	padding: 0px 20px;
	color: #878383;
}
.checkout-page label {
	font-weight: normal;
}
.radio_wrapper > label { width: 94%;}
.radio_wrapper > input { vertical-align: top; }

.text-right { text-align: right }
.computation_wrapper {
	border-top: 2px solid #e7e7e7;
	border-bottom: 2px solid #e7e7e7;
	padding: 10px 0px;
	margin: 10px 0px;
}
.computation_wrapper_noborder {
	padding: 10px 0px;
	margin: 10px 0px;
}
.prod_quantity {    display: inline-block;
    margin-right: 20px;
    min-width: 10px;
    width: 20px;
}
.sub_title {
	 border-bottom: 1px solid #e7e7e7;
	 margin-bottom: 10px;
}
.section_container {
   border: 1px solid #e7e7e7;
   margin: 0px -10px 10px;
    padding: 15px 45px;
	min-height: 689px;
}
.section_title {
	font-family: 'Open Sans', sans-serif;
    font-weight: bold;
	margin: 10px 0px 10px 30px; 
    text-transform: uppercase;
	 border-bottom: 1px solid #ddd;
	 position: relative;
}
.section_counter {
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    height: 30px;
    padding: 5px;
    text-align: center;
    width: 30px;
	position: absolute;
	top: -2px;
	left: -35px;
}.section_counter {
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    height: 30px;
    padding: 5px;
    text-align: center;
    width: 30px;
	
}
/* SIDEBARS */

.slide-btn {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 0px;
}
.slide-btn div {
	cursor: pointer; 
	padding: 7px;
}
.btn-wrapper.pull-right {
	margin-right: 15px; 
}
.carousel-caption {
	padding-bottom: 0px;
}
.item > hr {
	margin: 0px;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
	z-index: 100;
}
.carousel-control .fa {
	top: 50%;
	display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;

}
/* SIDEBAR SLIDER */

.view-option {display: inline-block;}
.centerbtn { margin: 5px auto; display: block;}

#vp_toprighticons { padding-left: 0px; }
#vp_toprighticons .navbar-nav {
    margin: 0 -15px;
}

/* PRODUCT VIEW */
.mobile-view {
	margin-bottom: 20px;
}
.desktop-view .randomproduct .widget-product-title{ padding-left: 10px;}
.centerfield { display: block; margin: 10px auto; }
.product-details h4 {
	font-size: 15px;
}
.product-details {
	font-size: 11px;
	text-align: left; /* for tmp_productformat */
}

.product-details.prod-list-info, .prod-list-info .productlinks {
	text-align: right;
}
.compare-link, .wishlist-link {
	text-align:right;
}
.product-details .txtfield.quantity {width: 100%; max-width: 56px;}
.product-list-row .product-row  {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.product-details input[type="checkbox"].submitbtn {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    margin-right: 9px;
}

.view_cart.info_table {
    margin-top: 20px;
}
/* 800 2015-07-13 .REMOVE CHEKBOX center align */
.view_cart tr td:first-child input[type=checkbox] { display: block; margin: auto;}

.table-responsive .view_cart { margin-top: 0px; border-top: 0px none; }
table.view_cart {
    display: block;
    padding-bottom: 5px;
	font-size: 11px;
} 
table.view_cart {
    margin-bottom: 20px;
}
.featured-option {
    /*'800 - 2015.10.12 : Layout: CSS : Product featured dropdown, radio and qty field featured options layout*/
	/*background: none repeat scroll 0 0 rgb(237, 237, 237);*/
	text-align: left; 
}
.row.mobile_view.product-view.product-list-row-view.product-list-row-view .productlinks { text-align: left; }
/*'800 - 2015.10.12 : Layout: CSS : Product featured dropdown, radio and qty field featured options layout*/
.featured-option .featured-field-row { /*padding: 0px 10px; */font-size: 13px;  }
.featured-option .featured-field-row:first-child { padding-top: 5px; }
.featured-option .featured-field-row select{ width: 100%; }
.featured-option .featured-field-row .txtfield, .featured-option .featured-field-row select{ margin-bottom: 5px;  }

/*'800 - 2015.10.12 : Layout: CSS : To make the cursor pointer only inside the container or within the text area*/
.addthis_button { margin-top: 10px; display: inline;}
.compare-link { margin-bottom:  10px;}

/*'800 - 2015.10.12 : Layout: CSS : Product listing with inventory*/
.inline-block { display: inline-block;}
.featured-row .childprod-title {
    max-width: 77%;
    vertical-align: top;
    margin-left: 10px;
    line-height: 1.6
}
@media (max-width: 472px){
    .featured-row .childprod-title { max-width: 75%;}
}
.featured-row .qtyfield {
    padding: 2px 5px;
    margin-top: -2px;
    font-size: 13px;
}
.featured-option .featured-row {
    margin-bottom: 10px;
}
.product-list-row-view .wishlist-link, .product-list-row-view .compare-link { text-align: left;}
.product-list-row-view .product-row .quantity {float:  none}
.featured-option { font-size: 13px; }
.product-list-row-view h4 { font-size: 15px;}
.product-list-row .product-price, .product-list-row .productsummary {font-size: 13px;}
@media (max-width: 599px) and (min-width: 499px){
    .mobile_view.product-list-row-view .featured-product-mobile-btn-wrapper .wishlist-link, 
    .mobile_view.product-list-row-view .featured-product-mobile-btn-wrapper .compare-link,
    .row.mobile_view.product-view.product-list-row-view.product-list-row-view .productlinks 
    {
       text-align: right;
    }
}
@media (max-width: 500px){
    .product-list-row-view .random-prod-info.product-details,
    .product-list-row-view .featured-product-mobile-btn-wrapper
    { 
        width: 100%;
    }
}

table.view_cart tr:last-child th.menuhdr, .product_sold_table .menuhdr {
    /* background: none repeat scroll 0 0 #ddd; */
}
.view_cart tr:last-child { font-weight: bold; }
.menuhdr { text-align: right; }
tr:first-child .menuhdr { text-align: left;}
table.view_cart tr th.menuhdr {
	 /* background: none repeat scroll 0 0 #ddd; */
}
table.view_cart tr:first-child th.menuhdr {
	 background: none;
}
form .submitbtn { margin-bottom: 10px; }

.productbtn.submitbtn { padding: 5px 15px; }
.view_cart th {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #888787;
    font-size: 12px;
    padding: 5px;
    vertical-align: middle;
	background-color: #fff;
}
.desktop-view .randomproduct {
	margin-bottom: 25px;
}
.bottom_details {
	position: absolute; width: 100%;left: 0px; bottom: 0px; min-height: 31px; 
}
.bottom_details .widget-prod-price{
	padding-bottom: 5px;
}
.compare-link { clear: both; }
.widget-title { text-transform: Uppercase; font-weight: bold; }
.view_cart tr td:first-child, .view_cart tr td:nth-child(2), .view_cart tr th:first-child { border-left: 1px solid #ddd; }
.product_sold_table tr td:first-child, .product_sold_table tr th:first-child { border-left: 1px solid #ddd; }
.view_cart tr td:last-child, .view_cart tr th:last-child { border-right: 1px solid #ddd; text-align: right;}
.view_cart td table tr td { border: 0px none !important; }
td.item_row table tr td img { display: block; margin: auto; }
table tr td.item_row > table {
    border-right: 1px solid #ddd;
    margin: -11px 0;
	width: 100%;
}
td.item_row > table tr td.vm  { text-align: left; }
.product_sold_table tr td:last-child, .product_sold_table tr th:last-child { border-right: 1px solid #ddd; }
.table-responsive { margin-top: 10px; margin-bottom: 10px;}
.table-responsive table { margin-top: 0px; margin-bottom: 0px;}
.product_sold_table tr:first-child th.menuhdr {
	border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding-bottom: 5px;
    padding-top: 5px;
}
.product_sold_table tr td:last-child { text-align: right; border-right: 1px solid #ddd !important; }
.product_sold_table tr:nth-last-child(2) th, .product_sold_table tr:nth-last-child(3) th, .product_sold_table tr:nth-last-child(4) th{
	border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-weight: normal;
    padding: 5px;
}
.product_sold_table tr:last-child th{ border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; }

/* 
 * 800 2015-05-19. added by bryan
 * fixed the issue on thankyou page with giftcert and coupon used.
 */
.product_sold_table th.menuhdr { border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; }
.product_sold_table tr:first-child th.menuhdr { border: 0px none; }

select { padding: 5px; border: 1px solid #ddd; }

.largeinfofont { display: block; margin-bottom: 10px; }

.evendate select { margin-right: 5px;}
.vpasp-table { font-size: 11px; }
.vpasp-table { font-size: 11px; }
.view_cart tbody tr:last-child, #view_cart tbody tr:nth-last-child(2) td, .view_cart > tbody > tr td.white-cell, .product_sold_table tr:first-child .menuhdr { background: #fff}
tbody { width: 100% !important; display: table; }
.normal_table tr.header-row td { border-top : 1px solid #ddd}
.normal_table tr td:first-child { border-left: 1px solid #ddd}
.normal_table tr td:last-child { border-right: 1px solid #ddd}
table { margin-top: 10px; margin-bottom: 5px; 	}
.productsummary {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 1px;
}

/* 800 2015-07-01 : FIXED THANKYOU PAGE TABLE */
.product_sold_table tr:first-child th.menuhdr { padding: 5px 10px; text-align: center; }
.product_sold_table tr:first-child th.menuhdr:first-child { padding: 5px; text-align: left; }
/* 800 2015-07-01 : FIXED THANKYOU PAGE TABLE */
.default-listing .inline-block-wrapper { display: inline-block; width: 94%; }

#producttabs { position: relative; }
.submitbtn { text-align: center;}
.grid-list-row-view a.submitbtn { margin-top: 5px; }
.link-report .txtfielddropdown { width: 100%; }
.link-report .date-fields .txtfielddropdown { width: auto; }
.btns .col-sm-4:first-child .submitbtn { float: left;} 
 .btns .col-sm-4:nth-child(2) .submitbtn { display: block; margin: 0px auto; } 
 .btns .col-sm-4:last-child .submitbtn { float: right;} 
.info_table tbody tr.header-row td {
    background: #f5f5f5;
	border: 1px solid #ddd;
}
.info_table > tbody > tr > td:first-child { border-left: 1px solid #ddd}
.info_table > tbody > tr > td:last-child { border-right: 1px solid #ddd}
/* ADDED 2015-06-24 for bundle format */
.bundle_parent td, .computation_info td {
    border-top: 1px solid #ddd !important;
    padding-top: 5px;
}
table .bundle_parent td.item_row table { border-right: 0px none; }
.bundle_parent td, .bundle_sub td {
    border-bottom: 0 none !important;
}

.fontbold { font-weight: bold; }
.comment_title { margin: 10px 0px; text-transform: Uppercase }
.error_field { border: 1px solid red !important; outline: 1px solid red !important; }
div.error_field { padding: 5px; }
.errormsg { color: red !important;  }
.form-control { margin-bottom: 8px;}
.form-inline.form-filter .form-control { height: 30px;}
.dropdown.dropdown-field.small-field.form-control {margin-bottom: 0px; }
.txtfield, .txtfielddropdown, .searchfield, .txtfieldqty {
	border-radius: 4px;
	border: 1px solid #ddd;
	border-right: 0px;
	box-shadow: none;
	border-right: 1px solid #ddd;
	padding: 5px;
	padding-top: 3px;
}
/*2015.10.12 : making dropdown fullwidth for onepagecheckout*/
.checkoutpage .txtfielddropdown { width: 100%; }
.checkoutpage .creditcart_form_wrapper select[name=strocardmm], .checkoutpage .creditcart_form_wrapper select[name=strocardyy] {
    width: auto;
}
.sidebarcell .txtfielddropdown { width: 100%; }
.contentcell .searchfield {
	width: 83%; 
}
/*2015.10.15 : making dropdwon fullwidth for shocustomer info form*/
#shopcustomer select { width: 100%; }
.menulist > li {
	margin-bottom: 5px; 
}
.menulist a {
    /*'800 - 2015.10.12 : Layout: CSS : Adjust the link of menu type category list on sidebar*/
	width: 100%;
	display: inline-block;
}
.submenulist .menulist {
    padding-left: 0;
}
#xalsobought {
	margin-top: 0px;
}
.tab_content_left_border {
	height: auto;
}
.tell_friend_text_tab {
	width: 99.6%;
	padding: 10px;
}
.comment_title_tab, .tell_friend_title_tab {
	background: #c3c6cd;
	padding: 10px;
}
#reviewframe, #friendframe { width: 100%; }
.feature-container {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;	
}
.comment_text_tab {
	border: 1px solid #ddd;
	width: 99.6%;
	padding: 10px; 
}
.left-wrap-btn { float: left;} 
.right-wrap-btn { float:right; }
span.title { background: none; border: 0px none; }
.sort_product_container select { display: inline-block;  }
.product-list-row .product-details .submitbtn { padding: 5px 15px; }
/*'800 - 2015.10.12 : Layout: CSS : Add line height (vertical alignment for title more than one line)*/
.product-list-row .product-details h4 { 
    margin-top: 0px;  
    line-height: 1.5;
    margin-bottom: 5px; 
}
.product-list-row .productdesc { margin-bottom: 5px;   }

#paypalexpress_prices_wrapper tr td:first-child { display: none; }
#paypalexpress_prices_wrapper tr td:nth-child(2) { width: 78%; }
#paypalexpress_prices_wrapper tr td:last-child, .view_cart > tr td:last-child { text-align: right; }
#paypalexpress_prices_wrapper th.menuhdr { border-bottom: 0px none; }
#paypalexpress_prices_wrapper td {
    border-bottom: 1px solid #ddd;
    border-left: 0 none;
    border-right: 0 none;
    padding: 5px;
}
#paypalexpress_prices_wrapper tr:last-child td:last-child { border-top: 1px solid #ddd; border-bottom: 0px none;  }
#paypalexpress_prices_wrapper tr.computation_info td.menuhdr { text-align: right }
table#paypalexpress_prices_wrapper tr:last-child td:last-child {
  border-top: 1px solid #ddd !important;
}

.mobile_view { text-align: center; display: none;}
.title.mobile_view { text-align: left;}


.mobile_view.product-view.grid-list-row-view .random-prod-info.product-details { text-align: left; }
.col-sm-6.col-xs-12.product-details { padding-left: 30px; }

.featured-prod-widget { position: relative;}
.grid-list-row-view .featured-prod-widget .submitbtn{
	position: absolute;
	right:0px;
	bottom: -10px; 
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.grid-list-row-view .featured-prod-widget .submitbtn .fa-search {
	padding: 0px 10px; 
}
.select2-container{ margin-bottom: 10px; }
.form-inline.form-filter .select2-container{ margin-bottom: 0px; }
.select2-container .select2-selection--single .select2-selection__rendered { font-size: 11px;}
.blog_review_container .select2.select2-container.select2-container--default, .contentcell .select2-container { width: 100% !important }
 
.nailthumb img { width: 100px; height: auto;    } 
/* END OF PRODUCT VIEW */ 
.mobile-view { display: none}
.global-3rd-background-color { background-color: #000;}
.searchresultwrapper a { display: block; width: 100%; padding-top: 3px; padding-bottom: 3px; margin-top: -4px; }
a { cursor: pointer; }

/* MEDIA QUERY */

 .recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th {
        line-height: 0 !important;
   }
   #recaptcha_area input {
        height: auto;
        display: inline;
   }
/*'800 - 2015.10.12 : Layout: CSS : Product Detail : Page in maximazing width of default product image*/
table.image_wrapper, table.image_wrapper #pimage.main_image { width: 100%;}
/*'800 - 2015.10.12 : Layout: CSS : Product Detail : Input text for product options*/
.featured-field-row input[type="text"] { border: 1px solid #ddd; margin-bottom: 5px; width: 100%; padding: 2px 5px;}

@media (min-width: 1100px){ 
	#my-category, #my-menu { display: none; }
	#my-category.mm-opened,#my-menu.mm-opened  { display: block; }
}
@media (min-width: 1200px){
	.desktop-view .col-lg-4.col-md-6.col-sm-4:nth-child(7), .desktop-view .col-lg-4.col-md-6.col-sm-4:nth-child(4){
		clear: both;
	}
     /* FOR GRID VIEW DEKSTOP (4 COLUMNS) W/ 1 side bar only enabled */
    /*800 - 2016.04.06 : Better present product listings layout*/
    .col-md-9 > #vp_bodycontent .product-list-wrapper .form-product:nth-child(4n+1) .col-lg-3.col-md-4, .col-md-9 > #vp_bodycontent .product-list-wrapper .form-product:nth-child(3n+1) .col-lg-4.col-md-4 {
        clear: both;
    }
    .col-md-6 > #vp_bodycontent .product-list-wrapper .form-product:nth-child(3n+1) .col-lg-3.col-md-4 {
        clear: both
    }
}

@media (min-width: 760px){
	.lowernavgation .dropdown{ margin-right: 10px; }
}

@media (min-width: 770px){
	.form-filter.form-inline .form-group .txtfielddropdown{
		margin-top: 8px; 
		height: 35px;
	}
	.form-filter.form-inline .form-group, .form-filter.form-inline .form-group .dropdown-toggle{
		max-width: 100px;
		font-size: 11.4px;
	}
	.sort_product_container select { max-width: 130px; }
	
}
@media (min-width: 768px ) {
	.product-list-row .product-details .submitbtn { float: right; }
	.product-row .quantity { float: right;}
}


@media (min-width: 995px) {
	.content-wrapper > .row > #vp_leftsidebox > .col-md-3,
	.content-wrapper > .row > #vp_rightsidebox > .col-md-3 { 
		width: 22%; 
	}
	.content-wrapper > .row > #vp_leftsidebox > .col-md-pull-6 {
		right: 56%;
	}
	.content-wrapper > .row > #vp_leftsidebox > .col-md-pull-9 {
		right: 78%;
	}
	.content-wrapper > .row > .col-md-push-3 { 
		left: 22%;
	}
	.content-wrapper > .row > .col-md-6 {
		width: 56%;
	}
	.col-md-9.col-sm-8.col-xs-12.mobile-wrapper { width: 78%; }
}


@media (max-width: 1200px) and (min-width: 997px){

	#producttabs { width: 100%; }
	#producttabs li.active { position: absolute; bottom: 0px; width: 100%;  }
	

}
@media (min-width: 1110px){ 
	 .randomproduct a.submitbtn { float: right; }
	  .randomproduct .btn.submitbtn {
		bottom: -35px;
		position: absolute;
		right: 0px; 
		border-bottom-right-radius: 0px !important;
		border-top-right-radius: 0px !important;
	}
	.navigation_dropdown_menu_mobile { display: none !important;} 	
}
@media (max-width: 1200px) {
	.vp_logo.col-sm-6.col-xs-12,#vp_welcomeboxsquare{ 
		width: 48.8%;
	}
}
@media (max-width: 1110px) {
	.randomproduct .btn.submitbtn {
		position: absolute;
		bottom: -6px;
		right: 0px; 
		border-bottom-right-radius: 0px !important;
		border-top-right-radius: 0px !important;
	}
}
@media (min-width: 1001px){
	.customer-wrapper .nextbtn  {
		display: none;
	}
	.main-product.customerservice h4 { border-bottom: 1px solid #e7e7e7; padding-bottom: 5px;}
	
	.col-md-6.col-sm-12.col-md-push-3.col-xs-12.mobile-wrapper .product-list-row .desktop_view .col-lg-3.col-md-4.col-sm-4.col-xs-6 {
		min-width: 33%; 
	}
}

/*Response GRID for latest product*/
@media (min-width: 1200px){
    .main-product .desktop-view .col-lg-4:nth-child(3n 1){
        clear: both;
    }
}

@media (max-width: 1100px) and (min-width: 977px){

	.mobile-view  .col-lg-4.col-md-6.col-sm-6.col-xs-6.mobile-prod-wrapper:nth-child(3), .mobile-view  .col-lg-4.col-md-6.col-sm-6.col-xs-6.mobile-prod-wrapper:nth-child(5), .mobile-view .col-lg-4.col-md-6.col-sm-6.col-xs-6.mobile-prod-wrapper:nth-child(7){
		clear: both;
	}
	
}
@media (max-width: 1190px) and (min-width: 977px){
	.desktop-view .col-lg-4.col-md-6.col-sm-4:nth-child(3), .desktop-view .col-lg-4.col-md-6.col-sm-4:nth-child(5), .desktop-view .col-lg-4.col-md-6.col-sm-4:nth-child(7){
		clear: both;
	}
}

@media (max-width: 1100px){
	.mobile-header.container { width: 100%; }
	#vp_topheader_lower .search { margin-bottom: 5px; }
	.logo img { margin: 10px auto; }
	
	.product_widgets.mobile-view { display: none; } /* FOR TOPSELLER RANDOM SIDEBAR */
	.product_widgets.desktop-view { display: block; } /* FOR TOPSELLER RANDOM SIDEBAR */
}

@media (max-width: 1000px){
	.navbar-default, .lowernavgation, .welcomebox_wrapper, .desktop-view, .horo_desktop_bar { display: none }
	.mobile-header, .mobile-view, #responsive-menu-button { display: block;}
	.hide-to-mobile {
		display: none !important;
	}
	.col-md-9.col-sm-8.col-xs-12.mobile-wrapper { width: 100%; }
	
	.customer-wrapper, .customer-wrapper.all-clear { display: none;}
	.customer-wrapper.active { display: block;}
	.menulist-style.monthly_listing .fa.fa-caret-right.right-bullet {
		position: relative;
		right: 0;
		top: 0px;
	}
	.fa.fa-caret-right.right-bullet {
	
	}
	.searchresultwrapper > a {
		display: block;
		width: 100%;
		font-size: 15px;
		padding: 5px 0px;
	}
	#shopcustomer {padding-left: 0px; padding-right: 0px;}
	.signup-section .sidebarcell {
		padding-bottom: 10px;
	} 
	#my-menu, #my-category { display: none;}
	#my-menu.mm-menu.mm-current, #my-category.mm-menu.mm-current { display: block;}
	
	.logo { display: block; width: 100% }
	#vp_logo img, .vp_logo img { display: block; margin: 10px auto; }
	#vp_topheader_lower .search { margin-bottom: 5px; }
	
	.sort_product_container select.form-control { width: auto; }
	.sort_product_container .form-inline.form-filter .select2-container { margin-bottom: 5px; }
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { 
	background-color: #5a5a5a;
}

.comparelink-container { padding-top: 20px; clear: both; }
.productsummary-mobile { display: none;} 


@media (min-width: 950px){ 
	.productlinks { min-width: 145px; }
	

}
@media (max-width: 1181px) and (min-width: 767px){
	
}
@media (max-width: 950px){
	.desktop-view .col-lg-4.col-md-6.col-sm-4:nth-child(7), .desktop-view .col-lg-4.col-md-6.col-sm-4:nth-child(4){
		clear: both;
	}
}

@media (max-width: 768px){
	.lowernavgation .dropdown{ width: 33%; }
	.col-md-6.col-sm-6.col-xs-6.mobile-prod-wrapper:nth-child(3), .col-md-6.col-sm-6.col-xs-6.mobile-prod-wrapper:nth-child(5), .col-md-6.col-sm-6.col-xs-6.mobile-prod-wrapper:nth-child(7){
		clear: both;
	}
	
	.mobile-view .featured-prod-widget { min-height: 165px; }
	.mobile-view .mobile-prod-wrapper:nth-chiild(3), 
	.mobile-view .mobile-prod-wrapper:nth-chiild(5), 
	.mobile-view .mobile-prod-wrapper:nth-chiild(7) { clear: both; }
	
	.input-group-custom {
		max-width: 100%;
		}
	
	
	

}
@media (min-width: 767px){
	.flyout #flyout1 li:hover > ul {
		display: block;
		
	}
	.productlinks { text-align: left;}
	
	
	/* FOR GRID VIEW DEKSTOP (3 COLUMNS) */
	.col-md-6.col-sm-12.col-md-push-3.col-xs-12.mobile-wrapper  .product-list-wrapper .form-product:nth-child(4),
	.col-md-6.col-sm-12.col-md-push-3.col-xs-12.mobile-wrapper  .product-list-wrapper .form-product:nth-child(7),
	.col-md-6.col-sm-12.col-md-push-3.col-xs-12.mobile-wrapper  .product-list-wrapper .form-product:nth-child(10)
	{
		clear: both;
	}
	
}

	
@media (max-width: 766px){

	
	/* FOR GRIDVIEW DESKTOP SMALLER SCREEN (3COLUMNS) */
	.col-md-6.col-sm-12.col-md-push-3.col-xs-12.mobile-wrapper .product-list-wrapper .form-product:nth-child(odd)
	{
		clear: both;
	}
	.bottom .image {
		display: block;
		margin: 5px auto;
	}

	.main-product.section-form { border: 0px none;  }

	#page { padding-bottom: 208px; }
	/* Tt */
	#vp_logo img, .vp_logo img {
		padding: 0px;
	}
	/* HIDE DESKTOP TEMPLATE */
	
	
	/* HIDE DESKTOP TEMPLATE */
	
	.container.content-wrapper {
		margin-top: 0px;
	}
	
	.flyout #flyout1 li:hover > ul {
		diplay: none;
	}
	
	#checkoutsteps { display: none; }
	/*  SHOW MOBILE TEMPLATE*/
	
	.content-wrapper {margin-top = true}
	.sidebarcell, .sidebarcell_noborder, .main-content, .main-product, .main-news, .main-blog, .main-freetext, .main-product, #shopcustomer { padding-top: 0px;}
	.title {
		  border-bottom: 1px solid #e7e7e7;
		margin-bottom: 10px;
		margin-left: -15px;
		margin-right: -15px;
		padding: 10px;
	} 
	.title h2, .title h2:hover {
		color: #fff;
	}
	.main-product .sub-content-title {
		padding-top: 10px;
	}
	.main-product h4 {
		border-bottom: 1px solid #ddd;
		padding-bottom: 5px;
	}
	.main-product .product-list-row  h4 {
		border-bottom: 0px none;
		margin: 0px auto;
	}
	
	#welcomeboxsquareform3 .input-group-btn{ border: 0px none;}
	.mobile-wrapper { padding-right: 0px; padding-left: 0px;}
	
	
	/*  SHOW MOBILE TEMPLATE*/
	.nav > li.dropdown {
		display: inline-block;
	}
	.mid-topright-nav {
		text-align: left;
		padding-left: 0px;
	}
	#vp_welcomeboxsquare {
		text-align: left;
	}
	.navbar-nav .open .dropdown-menu {
		position: absolute;
	}
	.left-topnav.nav.navbar-nav {
		float: left;
	}
	.navbar-nav .open .dropdown-menu {
		 background-clip: padding-box;
		background-color: #fff;
		border: 1px solid rgba(0, 0, 0, 0.15);
		border-radius: 4px;
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
		float: left;
		font-size: 14px;
		left: 0;
		list-style: outside none none;
		margin: 2px 0 0; 
		min-width: 160px;
		padding: 5px 0;
		position: absolute;
		top: 100%;
		z-index: 1000;
	}
	.footer-nav, .shop-notices,.unstyled {
		text-align: center;
	}
	
	#flyout1 li, .sidepage > li {
		border-bottom: 1px solid #777;
		position: relative;
	}
	
	
	.compare-link, .wishlist-link {
		padding-right: 10px;
		text-align: left;
	}
	.sort_product_container .form-group{
		display: inline-block;
		width: 48%;
	}
	
	.product_widgets.mobile-view { display: block; } /* FOR TOPSELLER RANDOM SIDEBAR */
	.product_widgets.desktop-view { display: none; } /* FOR TOPSELLER RANDOM SIDEBAR */
	.fa.fa-caret-right.right-bullet {
		position: absolute;
		top: 9px;
		right: 0; 
	}
	
	.default-listing .fa.fa-caret-right.right-bullet { position: relative; margin-top: -6px; }
	.product-view a.submitbtn { display: inline-block; margin-top: 10px; }
	.productsummary-desktop { display: none;}
	.productsummary-mobile { display: block;}
	
	.sidepage li::before {
		margin-left: -1px !important;
		margin-top: 9px;
	}
}

@media (max-width: 600px){
	.footer { text-align: center; }
	
	.search {
		width: 60%;
	}
	#category_id { margin-right: -30px}
	
	.mobile_view { display: block;}
	.desktop_view { display: none;}
	.product-list-row .productlinks { margin: 5px auto; }
	
	/* .product-list-row { border: 1px solid #ddd; margin-bottom: 10px; padding-top: 10px;  } */
}

@media (max-width: 550px) {
	#page { padding-bottom: 228px; }
	#productspage .mobile-prod-wrapper,.product-list-row .mobile-prod-wrapper { width: 100%;}
    
	.categorysummary.col-xs-6 {
		width: 100%;
	}
	.product-details-wrap {
		width: 100%; 
	}
	
	.link-report.btns .col-sm-4 {  clear: both }
	.btns .col-sm-4:nth-child(2) .submitbtn, .btns .col-sm-4:first-child .submitbtn, .btns .col-sm-4:last-child .submitbtn { 
		display: block;
		margin: 10px auto;
		float: none;
	}
	.report-field-container { width: 100%; clear: both; }
	
	.shadetabs > li a { width: 100%; padding: 10px; }
	
	.hide-xs { display: none; }
	
	
	.shadetabs > li {
		display: block;
	}
	#productexdbottom .shadetabs li a{
		width: 100%;
		padding: 10px;
	}
	#producttabs { width: 100%; }
	#producttabs li.active { position: absolute; bottom: 0px; width: 100%;  }
	
}

@media (max-width: 480px) {
	#recaptcha_challenge_image{
	margin: 0 !important;
	width: 100% !important;
	}
	#recaptcha_response_field
	{
	margin: 0 !important;
	width: 100% !important;
	}
	.recaptchatable #recaptcha_image {
	margin: 0 !important;
	width: 100% !important;
	}
	.recaptchatable .recaptcha_r1_c1, 
	.recaptchatable .recaptcha_r3_c1, 
	.recaptchatable .recaptcha_r3_c2, 
	.recaptchatable .recaptcha_r7_c1, 
	.recaptchatable .recaptcha_r8_c1, 
	.recaptchatable .recaptcha_r3_c3, 
	.recaptchatable .recaptcha_r2_c1, 
	.recaptchatable .recaptcha_r4_c1, 
	.recaptchatable .recaptcha_r4_c2, 
	.recaptchatable .recaptcha_r4_c4, 
	.recaptchatable .recaptcha_image_cell {

	margin: 0 !important;
	width: 100% !important;
	background: none !important;
	}
	body #recaptcha_area, body #recaptcha_table { width: 100% !important; }
	.right-wrap-btn .submitbtn { float: right; margin-right: 10px;}
}

@media (max-width: 430px){
	.left-wrap-btn, .right-wrap-btn { float: none; }
	.mm-page mm-slideout { margin-bottom: 248px; }
}

@media (max-width: 310px){
	body .nailthumb, .nailthumb img { width: 100%}
}
@media (max-width: 250px){
	.topright-mobile, #vp_logo, .vp_logo {
		width: 100%;
	}
}
/* MEDIA QUERY */

#productexdleft img {
margin:10px auto;
}

#productexdleft .main_image {
width:200px;
margin:10px auto;
}


/* CUSTOM CSS 5 COLUMNS */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/* CUSTOM CSS 5 COLUMNS */
.highslide-wrapper {z-index: 1000}
.catHeaderDescription {
    padding-left: 6px;
    padding-right: 10px;
    padding-bottom: 10px;
}

/* HEADER NAV STYLE */
.megamenu-dropdown {
	
	background-color: #fff; /* horo submenu container background */
	border: 1px solid #ddd; /* horo submenu container border*/
}
#vp_welcomeboxsquare .toprightsection:first-child {
	border-color: inherit; /* mid top right border ------- */
}
/*FOR TOP BAR LEFT SIDE HEADER */
#vp_topheader .left-topnav.nav > li.dropdown > a { padding-top: 10px; }
/*FOR TOP BAR LEFT SIDE HEADER */
#vp_topheader #topright_menu .navbar-nav li > a { padding-top: 10px ;} 

/* MOBILE HEADER */
.mobile-header {
	background: linear-gradient(to bottom, #eee 0px, #dbdbdb 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    min-height: 30px;
    padding: 0px;
	background: -webkit-linear-gradient(#dcdcdc, #ececec); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#dcdcdc, #ececec); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#dcdcdc, #ececec); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#dcdcdc, #ececec); /* Standard syntax */
}
/* MOBILE LOGO CONTAINER STYLE */
.mobile-header.container #vp_logo, .mobile-header.container .vp_logo { 
	background: #eee; margin-top: 0px; padding-top: 10px; padding-bottom: 10px; 
}

/* MOBILE ICON DROPDOWN CONTAINER */
.navigation_dropdown_menu_mobile {
	 position: absolute; width: 100%;
	 z-index: 100;
	 top: 40px; 
	 background-color: #eee;
}

.mobile-header .iconnav > li:hover a, .mobile-header .iconnav > li:hover a:hover { color: #000; }

/* MOBILE SLIDE MENU CONTAINER */
body .mm-menu {
    background-color:#333333 !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

/* NAVIGATION */
/* 
 * 800 2015-05-14. changed by Bryan
 * added classes so that every listing for sidebar will have same hover style as flyout mode of category list
 */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .nav > li > a:hover, .nav > li > a:focus, #flyout1 li:hover, #flyout1 li:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .vp_sidebar  li:hover, .vp_sidebar  li:focus, #contentpage ul li:hover  {
	background-color: #ccddee;
	color: #00000;
}
.navbar, .utility-bar {
	background-color: #0171C6 !important; 
	
}
.ul-no-hover li:hover {
	background-color: f5f5f5;
	color: #fff;
}
.mobile-header #vp_toprighticons .iconnav li .fa {  transition: all .4s ease-in-out; }
.mobile-header #vp_toprighticons .iconnav li .fa:hover, .mobile-header #vp_toprighticons  .iconnav li .fa:hover { transform: scale(1.5); background: none; color: #fff; }
.mobile-header #vp_toprighticons .iconnav li:hover a { background: #000; color: #fff;  }

.megamenu-dropdown a {
    display: block;
    line-height: 1.42857;
    padding: 3px 20px;
    width: 100%;
}
.megamenu-dropdown a:hover, .megamenu-dropdown a:focus {
   background-color: #ccddee; 
}

/* 
 * 800 2015-05-20. CLASSES STYLE FOR HORO MENU DESKTOP VIEW
 */
 .page_wrapper .fixedmenu .horo_desktop_bar { left: 0px !important;}
 .horo_desktop_bar,  .horo_desktop_bar .megamenu { background: #e7e7e7} /* DESKTOP CLASS HORO BAR FOR DESKTOP 100% WIDTH */
 .page_wrapper .horo_desktop_bar { background: none; }
 .page_wrapper .horo_desktop_bar .megamenu{ background: #00000; } /* DESKTOP CLASS HORO BAR FOR HORO INSIDE PAGE_WRAPPER */

/* LOGO */
.mobile-header.container #vp_logo { background: #eee; margin-top: 0px; padding-top: 10px; padding-bottom: 10px; }
/* LOGO */
/* 
 * SLIDER 
 */
.cameraContent .camera_caption > div {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2); /* opacity background */
	color: #000; 
 }
/*'800 - 2015.10.12 : Layout: CSS : Slider: Mobile Screen update*/
.cameraSlide img {
 	max-width: 100% !important;
 	margin: auto !important;
 }
/* END OF HEADER NAV STYLE */
/* WIDGETBOX STYLE */
.widget-box {
	border: 1px solid #e7e7e7; /* widgetbox border */
}
.featured-prod-widget {
	border: 1px solid #ddd; /* border for featured product widget */
	margin-top: 10px;
	padding: 5px;
}
.featured-prod-widget h6{
	font-size: 15px; /* featured product header title size */
}
/* style for widget product price */
span.widget-prod-price {
    
    font-size: 1em;
	display: block;
	margin-top: 6px;
}
/* FOR WIDGET TITLE WRAPPER CONTAINER */
.title {
	border-bottom:1px solid #e7e7e7;
	margin-bottom: 10px;
}
/* FOR WIDGET AND CENTER TITLE STYLE */
.title h2, .title h1 {
	text-transform: Uppercase;
	font-size: 1.3em;
	padding: 0px 5px 5px; 
}

.widget-title { color: inherit; }

/* TITLE WIDGET FOR MOBILE */

/* WIDGET LIST STYLE */
.menulist li a:before, .sidepage li a:before, .sideblogs li:before, .sidenews li a:before, .menulist-style li:before, .sidebarcell ul#accordion li a:before, .sidebarcell ul#flyout1 li:before{
    display: inline-block;
    vertical-align: top;
}
ul.sidepage a, ul.sideblogs a {
	display: inline-block;
	vertical-align: top;
}
 
#flyout1 li a {
    display: inline-block;
    visibility: 1;
    vertical-align: top;
	padding-top:3px;
	padding-bottom:3px;
	/*800 2015.09.11 : adjust the position of flyout link width*/
	width: 100%
}   

/*
* END WIDGETBOX 
*/

/* 
* FOOTER STYLE 
*/
/* FOOTER LETTER SORTING BAR */
.letter-sorting {
    background: none repeat scroll 0 0 rgb(237, 237, 237);
    color: #6b6b6b;
    margin: 10px 0;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
}
.footer {
    background: none repeat scroll 0 0 rgb(237, 237, 237);
    border-top: 8px solid #ccc;
    clear: both;
    display: block;
    width: 100%;
}
.footer h3{
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom: 20px;
    text-transform: uppercase;
	color: #6b6b6b;
}
/* 
* END FOOTER STYLE 
*/


/* 
* GENERALS 
*/


/* 
 * 800 2015-05-20. added by bryan
 * added page wrapper container
 */
 #vp_topheader > .navbar { margin-bottom: 0px; }
 .page_wrapper .lowernavgation  { padding-top: 20px; }
 .page_wrapper { width: 100%; max-width: 1200px; margin: auto; background: #fff;} /* WHOLEPAGE CONTAINER  */

/*
 * 800 2015-05-20. added by bryan
 * autofixed horo menu fixed on top 
 */
 .fixedmenu .horo_desktop_bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
 }

body {
	background-color: #fff; 
	color: #777;
}

/* CONTAINER SECTIONS */
.sidebarcell, .main-content, .main-product, .main-news, .main-blog, .main-freetext, .main-product, #shopcustomer, 
.vp_topheader_upper /* MID HEADER CONTAINER CLASS */, .megamenu  /* for horo menu */ {
	background-color: #fff;
} 

/* SIDEBAR WRAPPER AND CENTER WRAPPER */
.vp_sidebar, #vp_bodycontent { 
	backaground-color: #fff;
}

.vp_topheader_upper { max-width: 1170px; margin: auto;  }
a {
	color: inherit;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
.caret { /* FOR ARROW BULLET */
	color: #5a5a5a;
	
}
.default-btn-style {
	
	color: #fff;
	padding: 3px;
	max-width: 90px;
	min-height: 27px;
}
.global-font-color, .shadetabs li a, .global-font-color > a  {
	color: #5a5a5a !important;
	  
}
/* for hover */
.global-font-color:hover{
	color: #5a5a5a;
}
/* background of inner div, container or wrapper */
.global-background-color, .scrollToTop_default, .scrollToTop_default:hover, #scrollUp , #vp_bodycontent a.submitbtn  { 
	background-color: #0172c5;
	color: #fff;
}
.global-3rd-background-color { background-color: #000;}
.global-2rd-background-color { background-color: #ededed;}

/* LOWER WELCOME BAR */
#vp_welcomeboxstretch .utility-bar {
    background: #0172c5;
    padding: 0 15px;
}

.breadcrumb {
	background-color: #f5f5f5;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 8px 15px;
}
.main-product .pagination > li { padding-left: 0px; }
.pagination  > li  a {
	background-color: #fff;
	border: 1px solid #ddd;
}

/* FOR BUTTONS */
.submitbtn, #vp_bodycontent a.submitbtn, .default-btn-style,.btn-default {
   background-color: #5a5a5a;
   border: 0px;
   border-radius: 3px;
   color: #fff;
   padding: 5px;
}
.sprite-search {
	font-size: 16px; 
}
.lower-header #vp_welcomeboxsquare .dropdown-menu {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

/* 
 * 800 2015-05-16.
 * added class for grid view and list view button
 */
/* CATEGORY LISTING PAGE */
.grid-view-btn, .list-view-btn {
	font-size: 17px; 
	padding: 5px 15px; 
}
/*'800 - 2015.10.20 - Layout: Category: Category center boxes should arrange intially*/
.categorysummary .main-product { min-height: 150px;}
/* END OF CATEGORY LISTING PAGE */

/* PRODUCT DETAILED PAGE */
.productsummary.productdesc_table {
	 background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    /*2015.09.17 : for product listing gray box, the width will depend on its content*/
    width: 100%;
    max-width: 400px;
}
/* tab container  */
#productexdbottom .tab_content_container, #productexdbottom .shadetabs li a.selected {
	background-color: #f8f6f7; 
}
/* PRODUCT DETAILED PAGE */

/* FOR PRODUCTS THUMBNAIL */
 .nailthumb, .product_thumbnail {
	display: block;
	margin: 0 auto; 
	overflow:hidden;
	/*2015.09.24 : for more flexible rendering of product thumb and prevent stretch*/
	width: auto;
	max-width: 100%;
	height: auto;
	
}
/*2015.09.24 : for more flexible rendering of product thumb and prevent stretch*/
.nailthumb img {
	width: auto;
	height: auto;
}

/* TABLES */
.info_table > tbody > tr > td {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #ddd;
    padding: 11px 5px;
}
table.view_cart tr:first-child th.menuhdr {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/*800 - 2015.09.2 : for gift product table*/
table.gift_product { font-size:  11px; }
table.gift_product tbody tr > th:first-child { width: 32% ;}
.view_cart th, .gift_product th {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #888787;
    font-size: 12px;
    padding: 5px;
    vertical-align: middle;
}
.product_sold_table tr .menuhdr { border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.product_sold_table tr:first-child .menuhdr { border: 0px none; }
/* TABLE HEADER */
.view_cart > tbody > tr:first-child th, .view_cart > tbody > tr:first-child th.menuhdr, .product_sold_table > tbody > tr:first-child th.menuhdr, .info_table > tbody > tr:first-child th.menuhdr, .info_table > tbody > tr:first-child th {
	background-color: #5a5a5a;
	color: #fff;
}

/* 
* default input style 
*/
.txtfield, .txtfielddropdown, .searchfield, .txtfieldqty {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: none;
    padding: 3px 5px 5px;
	margin-bottom: 5px;
}
input[type=text] {
	border-radius: 4px;
}
.input-group  .input-group-btn{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* DROPDOWNS AND FLYOUT */
.megamenu-dropdown , #flyout1 ul {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
.searchresultwrapper {
	background-color: #fff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
#welcomeboxstretchresultlist > a {
	line-height: 1.8;
}

/* SCROLLTOP BUTTON */
#scrollUp {
	background-color: #5a5a5a;
	color: #fff;
}
#scrollUp:hover {
	background-color: #000;
	color: #fff;
}
/* SCROLLTOP BUTTON */

/* UL LISTING */
.content-wrapper ul {
	list-style: none;
}
.content-wrapper ul ul ,
.content-wrapper ol ol {
	padding-left: 25px; 
}

.content-wrapper ul li::before,
.content-wrapper ul li::before,
#vp_footer ul li::before,
#vp_footer ol li::before
{
	content: "\f0da"; /* if you want to change the icon you can check the http://fortawesome.github.io/Font-Awesome/icons/  */
    position: absolute;
	margin-left: -15px; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin-right: 10px;
    text-decoration: inherit;
	font-size: 15px;
}
/*'800 - 2015.10.20 - Layout: Fix for sidebar listing arrow icon alignment*/
ul.sidepage li::before, ul#flyout1 li::before{
	padding-top:3px;
}
.content-wrapper ul li,
.content-wrapper ol li,
#vp_footer ul li,
#vp_footer ol li
 {
	padding-left: 20px;
}

/* HOMEPAGE BLOG LISTING AND NEWS LISTING */
.content-wrapper .text-content-wrapper ul li, 
.content-wrapper .text-content-wrapper ol li 
{
	padding-left: 0px;
}
.content-wrapper .text-content-wrapper ul li::before, 
.content-wrapper .text-content-wrapper ol li::before {
	content: "";
}

.content-wrapper .contentcell .minicart li::before,
.content-wrapper .contentcell .minicart li {
	content: "";
	margin-right: 0px;
	padding-left: 0px;
} 

#producttabs > li { padding-left: 0px ;}

/* PRODUCT LIST VIEW */
.product-list-row-view .product-details .product-price {
	text-align: right;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}
/*2015.09.17 : for product image listing*/
.product-list-row-view .product-details .quantity { margin-top: 5px; margin-right: 5px; }
/*'800 - 2015.10.20 - Layout: Prevent product listing from stretching and still be responsive*/
.product-list-row-view .nailthumb, .product-list-row-view .product_thumbnail{
	width: auto;
	max-width: 100%;
	height: auto;
}
.featured-option {
	width: 100%;
	max-width: 400px;
}
/* END OF PRODUCT LIST VIEW */

/* LISTING CLASS IF YOU WANT LISTING NOT HAVING BULLET STYLED */
.unstyled li{ padding-left: 0px !important; }
.unstyled li::before { content: "" !important; margin-right: 0px !important; padding-left: 0px !important;  } 
.pagination li::before, #producttabs li::before { content: "" !important; margin-right: 0px !important; padding-left: 0px !important;  } 

/* 
 * 2015-06-18. added by bryan
 * fixed the layout issue for tax info under product detailed page (after product discription)
 */
 .productinfolabel { vertical-align: top; font-size: 13px; width: 49%; display: inline-block;}
 .productinfodetails { width: 49%; display: inline-block; font-size: 13px; margin-bottom: 5px; }

/* 
 * 800 2015-07-13 text align classes
 */
.text-left { text-align: left}
.text-right { text-align: right}
.text-center { text-align: center}
/*800 2013-03-31 : fixed magnify zoom image with 1000px resolution*/
.zoomWrapperImage > img {
    max-width: 900px;
}
/* 800 2015-08-11 FOR FREE TEXT TO HEADER */
.noborder {
    border: 0px none !important;
}
.notitle .title { display: none; }
.navbar-nav .main-freetext { padding: 0px; background-color: transparent;}

/*800 2015.09.16 : fullwidth css*/
.fullwidth .container, .fullwidth .page_wrapper, .fullwidth .vp_topheader_upper { max-width: 100%; }

@media (max-width: 1000px){
	.main-product > h1,.main-product > h1:hover, .main-product > h1:focus, .main-content > h2,.main-content > h2:hover,.main-content > h2:focus, .main-content > h3,.main-content > h3:hover,.main-content > h3:focus, .sub-header-container h1,.sub-header-container h1:hover,.sub-header-container h1:focus {
	    background: none repeat scroll 0 0 #777;
		border-bottom: 1px solid #e7e7e7;
		color: #fff;
		font-size: 1.3em;
		margin-bottom: 10px;
		margin-left: -15px;
		margin-right: -15px;
		padding: 0 5px 5px;
		text-transform: uppercase;
		padding: 10px 15px 10px;
		
	}
	
}

@media (max-width: 766px){
	.title { background: #777; color: white; }
	#flyout1 { margin-top: -20px;}
	#page .title h2, #page .title h2 > a { color: #fff !important;  }
	
	.main-product > h1.global-font-color, .title > h1 {
		color: #fff !important;
		margin-bottom: 0px; 
	}
	
	/* FOR MODAL TITLE PRODUCT HEADER */
	.modal-content  .title {
		background: #fff;
		color: #777;
	} 
	.modal-content h1, .modal-content >.title > h1, .moda-content > .title > h2 {
		background-color: #fff;
		color: #777 !important; 
	}
	/*800 2015.09.08 - fixed mobile layout issue for listing sidebar*/
	#flyout1, .sidepage,.sidenews, .sideblogs {
		margin-top: -10px;
	}
	
	
	#flyout1 li a, .sidepage li a {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
	}
	.sidebarcell, .sidepage {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	/* 
	 * 800 2015.09.08.
	 * changed the format issue on the listing for mobile
	 */
	.flyout li, .sidepage li, .sidenews li, .sideblogs li {
		margin-right: -15px;
		margin-left: -20px;
		padding-right: 20px;
		border-bottom: 1px solid #777;
		position: relative;
	}
	#flyout1 li:last-child, .sidepage > li:last-child, .sidenews li:last-child, .sideblogs li:last-child {
		border-bottom: 0px none;
	}
	.sidenews li, .sideblogs li {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.sidebarcell ul > li::before {
		display: none; 
	}
	.sidepage li::after { margin-top: 10px; }
	.content-wrapper ul.link li::before { content: "";}
	.content-wrapper ul.link li::after {
		content: "\f0da"; /* if you want to change the icon you can check the http://fortawesome.github.io/Font-Awesome/icons/  */
		position: absolute;
		right: 10px; 
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
	}
	.content-wrapper ul.pagination li::after { content: "" }
	.content-wrapper .text-content-wrapper ul li::after { content: ""}
	.sidebarcell ul > li::after {
		content: "\f0da"; /* if you want to change the icon you can check the http://fortawesome.github.io/Font-Awesome/icons/  */
		position: absolute;
		margin-left: -15px; 
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		margin-right: 10px;
		text-decoration: inherit;
		font-size: 15px;
		/*800 2015.09.08 - layout for link listing for news and blog on the sidebars */
		top: 0px;
		right: 0px;
	}
	/*800 2015.09.08 - layout for link listing for news and blog on the sidebars */
	.sidebarcell ul li { position: relative; }
	.sidebarcell .sidenews li::after, .sidebarcell .sideblogs li::after 
	 {
		top: 10px;
	}
	/* 
	 * END OF  listing format for mobile
	 */
}

/* 
* end default input style 
*/

@media (max-width: 766px){
	/* MOBILE LOWER HEADER BAR STYLE */
	.lower-header {
		background: -webkit-linear-gradient(#dcdcdc, #ececec); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(#dcdcdc, #ececec); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#dcdcdc, #ececec); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#dcdcdc, #ececec); /* Standard syntax */
		padding: 0px;
	}
	.breadcrumb { margin-bottom: 0px; }
	
}

/*800 2015.09.07 : addtocart page button container alignment for smaller screen*/

@media (min-width: 535px){
	.button-container .md-text-right { text-align: right}
}
/*800 2015.10.10 : for addtocart button display in mobile view*/
@media (max-width: 540px){
	.button-container {
		text-align: center;
	}
	.button-container .col-xs-6 {
		width: 100%;
	}
	.button-container .col-xs-6 input { display: block; margin: 0px auto 7px; min-width: 200px; }

}

div.cdmLatestWidgetHP .product_thumbnail {
	width:100% !important;
	height:auto;
}

div.cdmLatestWidgetHP .randomproduct {
	margin-bottom:0;
}

div.camera_caption {
	display:none !important;
	visibility:hidden !important;
}

.cattitle, div.title h1, h6.widget-product-title, div.view_product_section h4 {
	font-weight:bold;
}

.cattitle, h6.widget-product-title, .widget-prod-price {
	line-height:1.4em;
}

#center_randomproducts_title_93 {
}

.cdmRandProd {
	min-height:410px !important;
}

/*.categorysummary {
	min-height:344px !important;
}*/
.quicksearch .product_image{
	max-height: 125px;
	width: 100%;
	
}
 /* '800 - 2016.03.02 - To replace SVG as checkout indicator */
 .checkoutsteps { padding: 8px 15px; }
 .checkoutsteps svg {
 	width: 30px;
 	vertical-align: middle;
 	position: relative;
 	color: #5A5A5A;
     fill: currentColor;
 }
 .checkoutsteps .step.active svg {
 	color: #0bbbef;
 }
 .checkoutsteps .step { display: inline-block; vertical-align: middle;}
 .checkoutsteps .step span::after {
 	content: "------";
   	font-weight: bold;
     display: inline-block;
     margin-top: -10px; 
     vertical-align: middle;
 }
 .checkoutsteps .step:last-child span::after {
 	content: "";
 }
 /*checkout steps*/
 
 
.megamenu-dropdown ul li::before,
.megamenu-dropdown ol li::before
{
content: ""; /* if you want to change the icon you can check the http://fortawesome.github.io/Font-Awesome/icons/ */
position: absolute;
margin-left: 5px;
margin-top: 3px;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
margin-right: 10px;
text-decoration: inherit;
font-size: 15px;
}
.title h2, .title h1 {
	text-transform: Uppercase;
	font-size: 1.3em;
	padding: 0px 5px 5px;
}
html, body {
	font-family: 'Open Sans', sans-serif;
}
div.camera_caption, .caption-outer {
	display: none !important;
	visibility: hidden !important;
}
.exd-link-prod a {
    display: inline-block;
    background-color: #5a5a5a;
    color: white;
    padding: 5px;
    border-radius: 3px;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.exd-link-prod a span {
    color: white;
}
.responsivecolumn .featured-prod-widget {
	padding: 5px;
	padding-bottom: 5px;
}
.content-wrapper #productexdbottom td, .content-wrapper #productexdbottom th{ padding: 7px; }
.content-wrapper #productexdbottom td {
    border: 1px solid black;
}
.content-wrapper #productexdbottom h3{
    margin-bottom: 20px;
    margin-top: 20px;
}
.content-wrapper #productexdbottom p{
    line-height: 24px;
}
.row.lowernavgation.wrapper.no-toppadding {
    padding: 0;
}
.vp_topheader_upper {
    padding: 10px 0;
}
