﻿/* 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 ------- */
}

/* MOBILE HEADER */
.mobile-header {
	background: linear-gradient(to bottom, #3C98CB 0px, #479DCE 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    min-height: 30px;
    padding: 0px;
	background: -webkit-linear-gradient(#3C98CB, #479DCE); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#3C98CB, #479DCE); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#3C98CB, #479DCE); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#3C98CB, #479DCE); /* Standard syntax */
	margin-bottom:6px;
}
/* MOBILE LOGO CONTAINER STYLE */
.mobile-header.container #vp_logo, .mobile-header.container .vp_logo { 
	background: #ECF4F6; margin-top: 0px; padding-top: 10px; padding-bottom: 10px; 
	border-bottom: 2px solid #f3fa23;
}

/* 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: #f5f5f5;
	color: #262626;
}
.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: #f5f5f5;
}

/* 
 * 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: #ffffff; } /* 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; 
 }
/* 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;
	width: 80%
}   

/*
* 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;

	background-color: #ECF4F6;
	border-bottom: 2px solid #F3FA23;

}
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: #5a5a5a;
	color: #fff;
}
.global-3rd-background-color { background-color: #479DCE;}
.global-2rd-background-color { background-color: #ededed;}

/* LOWER WELCOME BAR */
#vp_welcomeboxstretch .utility-bar {
    background: none repeat scroll 0 0 rgb(237, 237, 237);
    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;
}

.submitbtn2{
   background-color: #479DCE;
   border: 0px;
   border-radius: 3px;
   color: #fff;
   padding: 5px;
   width: 300px;
   height:50px;
   font-size:medium;
  position: relative;
  right:25px;
}


.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; 
}
/* 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;
}
/* tab container  */
#productexdbottom .tab_content_container, #productexdbottom .shadetabs li a.selected {
	background-color: #f8f6f7; 
}
/* PRODUCT DETAILED PAGE */

/* FOR PRODUCTS THUMBNAIL */
 .nailthumb, .product_thumbnail {
	height: 100px;
	max-width: 100px;
    width: 100%;
	display: block;
	margin: 0 auto;
	height: 100px; 
	overflow:hidden;
	
}
/* 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);
}
.view_cart 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;
}
.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;
}
.product-list-row-view .product-details .quantity { margin-top: 5px; margin-right: 5px; }
/* 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 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;}

@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: #fff; }
	#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; 
	}

	#flyout1, .sidepage {
		margin-top: -10px;
	}
	#flyout1 li, .sidepage > li {
		border-bottom: 1px solid #777;
		position: relative;
	}
	#flyout1 li:last-child, .sidepage > li:last-child {
		border-bottom: 0px none;
	}
	#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-05-18.
	 * changed the format issue on the listing for mobile
	 */
	.flyout li, .sidepage li {
		margin-right: -15px;
		margin-left: -20px;
	}
	.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: "" }
	.breadcrumb { margin-left: -10px; margin-right: -10px;}
	.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;
	}
	/* 
	 * 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(#3C98CB, #479DCE); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#3C98CB, #479DCE); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#3C98CB, #479DCE); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#3C98CB, #479DCE); /* Standard syntax */
		padding: 0px;
	}
	.breadcrumb { margin-bottom: 0px; }
	
}

#cdmLowerHeader {
	padding-left:0 !important;
	padding-right:0 !important;
}

#cdmLowerNavigation {
	margin-left:0;
	margin-right: 0;
}

#cdmTopHeaderUpper {
	max-width:100%;
}

#cdmHeaderLeft .vp_logo {
	width:100%;
}

#cdmHeaderLeft {
	width:33%;
	float:left;
}

#cdmHeaderRight {
	width:67%;
	float:left;
}

#cdmHeaderRight #vp_welcomeboxsquare {
	width:100%;
	
}

.horo_desktop_bar .navbar-collapse, #cdmHeaderSubNav .container  {
	padding-left:0;
	padding-right:0;
}

#cdmHeaderSubNav {
	border-bottom: 2px solid #CFD7D9;
	height:30px;
}

#cdmSubNavPhone {
	display:inline-block;
	float:left;
	padding: 5px 0 5px 0;
	line-height:18px;
	font-weight:bold;
}

#cdmHeaderSubNav .navbar-nav > li > a {
	padding: 5px;
	line-height:18px;
}

#cdmWelcomeBoxLeft {
	float:left;
	width:50%;
}

#cdmWelcomeBoxLeft .dropdown {
	border-width:0 0 0 0 !important;
	width:100%;
}

#cdmWelcomeBoxRight {
	float:right;
	width:50%;
}

#cdmHeaderRight #vp_welcomeboxsquare {
	margin-top:14px;
}

#cdmWelcomeBoxLeft button {
    background-color:transparent !important;
    color: #919191 !important;
}

#cdmWelcomeBoxLeft .input-group-custom {
	width:100%;
	max-width:100%;
	border: 1px solid #484D4B;
    border-radius: 6px;
}

#cdmWelcomeBoxLeft .left-topnav {
	width:100%;
}

#cdmWelcomeBoxLeft .toprightsection {
	margin: 10px 0 10px -15px;
}

div.categories ul li {
    padding-left: 0;
}

div.categories ul li::before {
    content:none;
    margin-left: 0;
    margin-right: 10px;
}

div.sidebarcell_noborder {
  padding:0;
}

#cdmLeftSideBarSearch {
	width:213px;
	background-color:#E6E6E6;
	border-radius: 0 8px 0 8px;
}

#cdmLeftSideBarSearch h2 {
	text-align:center;
	font-size:1.7em;
	line-height:2.0em;
	font-family: "ITCAvantGardeGothicBookRegular";
	color:#5a5a5a;
}

#cmdOrderNowPhoneNumber {
	color: #25729e;
}

.cdmHPSearchInput {
    border: 1px solid #4e4e4e;
    border-radius: 8px;
    color: #282828;
    font-family: "RobotoRegular";
    font-size: 13px;
    height: 36px;
    margin: 0 auto 18px;
    padding: 0 10px;
    width: 100% !important;
}

.cdmHPSearchButton {
	background: rgba(0, 0, 0, 0) url("/images2/search_btn_bg.jpg") repeat-x scroll 0 0;
    border: 1px solid #0e1842;
    border-radius: 7px;
    box-shadow: 1px 1px 3px #666;
    color: #fff;
    cursor: pointer;
    font-family: "RobotoMedium";
    font-size: 14px;
    height: 34px;
    letter-spacing: 0.2px;
	display:block;
	width:110px;
    margin-left:auto;
	margin-right:auto;
    padding: 0 30px;
    transition: all 0.3s ease 0s;
}

.cdmHPSearchButton:hover {
	background: rgba(0,0,0,0) url('/images2/search_btn_bg_over.jpg') repeat-x scroll 0 0;
	color:#0e1842;
}

div.main-product {
	border:none;
}

div.categorysummary div.main-product {
	border: 1px solid #e7e7e7;
}

div.main-product div.title h1.global-font-color {
	color:#003186 !important;
	font-size:2em;
}

div.categorysummary .cattitle {
	color:#003186 !important;
	font-size:1.2em;
}

div.categorysummary .cattitle a {
	color:#003186 !important;
}

div.cdmSDP div.title {
	border-bottom:none;
	margin-bottom:0;
	margin-right:5%;
}

div.cdmSDP div.title h1.global-font-color {
	text-transform:none;
	font-size:1.6em;
	margin-bottom:0;
	padding-bottom:0;
	line-height:42px;
}

div.cdmSortContainer div.title {
	display:inline;
	float:left;
}

#cdmSdpForm {
	display:inline;
	float:left;
	margin-right:5%;
}

#cdmSdpForm form {
	height:42px;
}

#cdmSdpForm #faction1 {
	margin: 0 5px;/**/
	display:inline-block;
	color:#000;
	background-color: #ECF4F6;
	border: 1px solid #ddd;
	padding:5px;
}

div.cdmSortContainer .pagination {
	margin-top:0;
	margin-bottom: 0;
	display:inline;
	float:left;
}

#cdmViewOptions {
	display:inline;
	float:right;
}

#cdmViewOptions div.view-option {
	display:inline;
	margin-bottom:0;
}

.grid-view-btn, .list-view-btn {
    background-color:transparent;
    border-color: none;
	border:none;
	color:#D9D9D9;
}

.grid-view-btn.active, .grid-view-btn.focus, .grid-view-btn:hover, .list-view-btn.active, .list-view-btn.focus, .list-view-btn:hover {
    color: #9ED6FA;
    background-color:transparent;
    border-color: none;
	border:none;
}



.grid-view-btn.active, .grid-view-btn:active, .list-view-btn.active, .list-view-btn:active {
    background-image: none;
    box-shadow:none;
    outline: 0 none;
}

.grid-view-btn, .grid-view-btn.active, .grid-view-btn.focus, .grid-view-btn:hover {
	border-right: solid 1px #d9d9d9;
}

.cdmNextLink, .cdmPrevLink {
	border:none !important;
	padding: 0 6px !important;
}

div.cdmSortContainer li a {
	border: solid 1px #9ED6FA;
	border-radius:2px;
	color: #003186 !important;
	margin:0 1px;
}

div.cdmSortContainer li a:hover, div.cdmSortContainer li span:hover, div.cdmSortContainer li a:focus, div.cdmSortContainer li span:focus {
	background-color:transparent !important;
}

div.cdmSortContainer li.active a {
	background-color:transparent !important;
	border: solid 1px #9ED6FA !important;
	border-radius:2px;
	color: #000 !important;
	font-weight:bold;
}

div.featured-prod-widget a.submitbtn {
	color: #494949 !important;
	background-color:transparent !important;
	font-size:1.5em;
	padding-right:10px !important;
	padding-bottom:10px !important;
	display:inline-block !important;
	position:static !important;
}
 a.submitbtnqv
{
   background-color: #5a5a5a;
   border: 0px;
   border-radius: 3px;
   color: #fff !important;
   padding: 5px;
   
} 
div.featured-prod-widget .widget-product-title {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	color: #003186 !important;
}

div.featured-prod-widget div.nailthumb {
	margin-top:20px;
}

#cdmFooterLinks {
	list-style-type: none;
}

#cdmFooterLinks li::before {
	content:none !important;
}

#cdmFooterLinks li {
	display:inline;
	padding: 0 10px !important;
}

#vp_footer div.col-sm-8 {
	text-align:center;
	padding-right:10%;
}

#vp_footer div.col-sm-4 {
		text-align:center;
}

#vp_footer {
	background-color:#000;
	border-top:none;
	bottom:0px;
}

#vp_footer a {
	color:#67C8F0;
}

@media (max-width: 890px) {

	#vp_footer div.col-sm-8 {
		padding-right:0;
	}

	#vp_footer div.col-sm-4 {
		
	}

}

@media (max-width: 790px) {

	#vp_footer div.col-sm-4 {
		margin-bottom: 10px;
	}
	#vp_footer div.col-sm-8 {
		padding-right:0;
	}

}

div.con_left_box div.con_left_box_heading, div.con_left_box div.categories, #cdmLeftSideBarSearch {
	width:100%;
}

div.con_right_box div.con_right_box_heading, div.con_right_box div.prodcuts_container {
	width:100%;
}

div.con_right_box div.con_right_box_heading {
	height:auto !important;
}

div.con_right_box div.con_right_box_heading a {
	color:#fff !important;
}

div.con_right_box div.con_right_box_heading a:hover {
	color: #003186 !important;
}

div.con_right_box div.product_box_2 {

}

.cdmHome div.main-content {
	border:none;
	padding-top:0;
	padding-right:0px !important;
	padding-left:0px !important;
}

.cdmHome div.main-content div.text div.title {
	display:none;
	visibility:hidden;
}

.cdmHome div.prodcuts_container {
	height:auto !important;
}

.cdmHome div.categorysummary {
	text-align:center;
	margin-bottom: 10px;
}

.cdmHome div.categorysummary div.pic a {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/*#nav .megamenu {
	background:none transparent;
}*/

#vp_horomenu {
		height:52px;
		background:url(../../../images2/nav_bg.jpg);
		margin-bottom:15px;

}

ul.megamenu {
	text-align:center;
	background:none transparent !important;
}
ul.megamenu li {
	float:left;
	height:52px;
	display:inline-block;
	border-right:1px solid #59a6d3;
	background:none transparent;
	color:#FFF;
}
ul.megamenu li a {
	padding:12px 46px 0 46px;
	display:inline-block;
	height:52px;
	line-height:26px;
	font-family: 'MyriadProRegular';
	font-size:15px;
	color:inherit;
	width: 100%;
}
ul.minicart li .minicart-links a {
	width: auto;
	padding: 5px 15px !important;
}
ul.megamenu .cart-item {
	height: 40px;
}
@media screen and (max-width: 1140px) {
    ul.megamenu li a  {
        padding:12px 39px 0 39px;
    }
}

ul.megamenu li a:hover {
	color:#000;
	background-color:#fff;
}

.megamenu-dropdown {
	border:0;
}

ul.megamenu ul {
	width:auto;
}

ul.megamenu ul li {
	text-align:left;
	color:#3C98CB;
	height:38px;
	border-right:0;
	border-bottom: solid 1px #F5F5F5;
	width:100%;
	height:auto;
}

ul.megamenu ul li a {
	text-align:left;
	color:#3C98CB;
	height:auto;
	/*border-bottom: solid 1px #ccc;*/
	text-transform:none;
	padding:0 3px 0 3px;
}


#cdmWelcomeBoxLeft #welcomeboxsquareresultlist {
	width:auto;
	left:0;
}

#page {
	min-height:100%;
}

.product_thumbnail, .nailthumb {
	width:100% !important;
	max-width:195px !important;
	max-height:195px !important;
	height:auto !important;
}

#cdmNavFwBg {
	position:absolute;
	top:0px;
	width:100%;
	z-index:-1;
	left:0px;
    background: rgba(0, 0, 0, 0) url("../../../images2/nav_bg.jpg") repeat-x scroll;
	background-position:bottom;
    height: 182px;
}

#cdmNavFwTop {
	border-bottom: 2px solid #f3fa23;
	height:130px;
	background-color:#ECF4F6;
}

.fixedmenu .horo_desktop_bar #cdmNavFwBg {
	top:-130px;
}




/* HOME PAGE HEIGHT ADJUSTMENTS */

@media screen and (min-width: 1000px) {

	#hpMenorahRight {
		height: 532px;
	}

	#hpJudicaRight {
		height: 512px;
	}

	#hpShabbatRight {
		height: 252px;
	}

	#hpLifeRight {
		height: 232px;
	}

	#hpHolidaysRight {
		height: 232px;
	}

	#hpChanukahRight {
		height: 252px;
	}



	#hpMenorahLeft div.categories {
		height: 480px;
	}

	#hpJudicaLeft div.categories {
		height: 460px;
	}

	#hpShabbatLeft div.categories {
		height: 200px;
	}

	#hpLifeLeft div.categories {
		height: 180px;
	}

	#hpHolidaysLeft div.categories {
		height: 180px;
	}

	#hpChanukahLeft div.categories {
		height: 200px;
	}
}

#productexdleft .main_image {
width:90%;
max-width:90%;
height:auto;
margin-left:auto !important;
margin-right:auto !important;
	
}

#productexdleft div.zoomPad {
width:100%;
}

#productexdleft table.image_wrapper {
width:100%;
}
.imgLoaded {
  height: auto !important;
  margin-left: 0 !important;
  width: 100% !important;
}