/**
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 * 1. Copy the file "SAMPLE.custom.css" and rename it to "custom.css".
 *    Otherwise this file will not be loded by Magento.
 * 2. Enable it in the admin panel.
 * 3. Uncomment slected sample styles or add your own CSS to override the default styles of the theme.
 *
 * Please refer to the user guide for more details.
 *
 */


/* Products
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Product labels
-------------------------------------------------------------- */
/*
.sticker.new { font-size:12px; }
.sticker.sale { font-size:12px; }
*/

/* Product images in category view
-------------------------------------------------------------- */
/* Remove rounded corners */
/*
.products-grid .product-image img,
.products-list .product-image img {
    border-radius: 0px;
}
*/

/* Stock indicator on product page (configurable products):
icon background color
-------------------------------------------------------------- */
/*
a.availability-only span.icon { background-color:orange; }
*/

/* Related products prev/next arrows
-------------------------------------------------------------- */
/*
.block-related .gen-slider-arrows1 .direction-nav a { background-color: #fff; }
.block-related .gen-slider-arrows1 .direction-nav a:hover { background-color: orange; }
*/


/* Miscellaneous
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Drop-down caret */
/*
.caret {
	opacity:1;
	filter:alpha(opacity=100);
}
*/

.container {
		/*max-width:96%;*/
}
/*h1.logo {
padding-top: 18px;
}*/
.logo-wrapper.grid12-4.v-grid {
padding-top: 18px;
}
.block.top-left-column-home img {
min-width: 100%;
}
.header .logo {
	max-width: 320px;
}

#nav{
	text-align: center;
}
#nav a {
padding: 0 16px;
}
#nav li {
display: inline-block;
}
li.nav-item.nav-item--home.nav-item--homeicon.level0.level-top {
display: none !important;
}
#nav.nav-regular {
	padding-top: 0px;
	-moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
/*
box-shadow: 0px -20px 5px 30px rgba(0, 0, 0, 0.1);*/

}
.nav-regular li.level0 {
    float: none;
}
/*
.nav, .nav-regular {
-moz-border-radius: 0px 0px 0 0;
 -webkit-border-radius: 0px 0px 0 0; 
 border-radius: 0px 0	px 0 0; 
}*/
/*
.shadow .show-bg {
-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
}*/
.nav-item.nav-item--home.nav-item--homeicon.level0.level-top {
    display: none;
}
.main {
	background-color: transparent;
}
.col-main.grid12-9.grid-col2-main.in-col2 {
	background-color: #fff;
	  padding: 1.8%;
	  padding-top: 0;
}
.col-left.sidebar.grid12-3.grid-col2-sidebar.in-sidebar {
	background-color: #fff;
}
.block-vertnav .block-content {
	background-color: #eee;
}
.block-layered-nav .block-content {
	background-color: #eee;
}
.block-compare .block-content {
	background-color: #eee;
}
.block-viewed .block-content {
	background-color: #eee;
}
.mobnav-trigger, .nav-regular li.level0 > a {
	color: #555555;
}
.nav-regular li.level0 > a {
	text-shadow: none !important;
}
/*.nav-regular li.level0 {
	margin-left: 0%;
	float: left !important;
}*/
.social-links {
text-align: center;
}

#nav.nav-regular {
    padding-left: 0%;
    padding-right: 0%;
}
#nav {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100% !important;
    z-index: 2000;
}
.lastli {
    margin-left: 0 !important;
}
.grid-col2-sidebar {
    width: 20%;
    margin-left: 0%;
	margin-right: 0%;
}
.grid-col2-main {
    margin-left: 0;
    margin-right: 0;
    width: 75%;
}
.block.block-list.block-compare {
    display: none;
}
.gen-tabs-style-f .tabs {
    padding: 0 10px;
}
.gen-tabs .tabs a {
    padding: 0px 10px 0;
}
.box-additional .block-related .section-title {
    padding: 0 15px;
    border-bottom: 1px solid #ccc;
}
/*
.nav-container .nav-item {
	display: none;
	
}*/
.vertnav li ul {
    display: block !important;
}

.block-vertnav .opener {
	display: none !important;
}
.block .block-title {
    background-color: #414141 !important;
    color: #eee;
     border-radius: 3px 3px 0 0;
}
.vertnav ul li {
	/*border-bottom: 1px solid #eee;*/
}
.vertnav li ul a {
    color: #333333;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
}
.vertnav li a  {
    font-size: 1em;
    color: #333333;
    font-weight: 700;
}
ul.accordion.accordion-style1.vertnav.vertnav-side.clearer li a {
/*line-height: 0.7em !important;*/
}
.accordion-style1 li.parent > a {
padding-right: 10px;
}

.the-slideshow-wrapper {
	float: left;
    max-width: 100%;
}
 button.button span {
background-color: #30a9de;
color: #ffffff;
}

#my-cust-product-addtocart-button > span {
    float: left;
    padding: 14px 0;
    width: 100%;
}
.button.btn-cart.v-center.my-cat-atc-btn {
    margin-top: 5px;
    width: 100%;
    max-width: 100%;
} 
.products-list .price-box {
    float: left;
    margin: 10px 0;
    width: 50%;
}
.products-list .right-column.grid12-3.mobile-grid-half {
/*max-width: 180px;*/
  border: 1px solid #ddd;
    padding: 10px;
    width: 19%;
}
.products-grid .product-image-wrapper {
    margin: 0 auto 10px;
}

#btn-rt {
    text-align: center;
}
#qty-inpt-rt {
    float: right;
}

#qty-inpt {
    float: left;
    width: 50%;
}

.products-grid .price-box {
     float: left;
    font-size: 1em;
    margin: 15px 0 5px;
    padding-left: 7%;
    width: 42%;
}
.actions1.clearer1 {
    /*padding: 0 7%;*/
   border: 1px solid #ddd;
    margin-top: 10px;
    padding: 10px;
}

.block.block-related.block-related-thumbnails {
    border: 1px solid #ccc;
}
.grid12-12.my-pro-view {
    border: 1px solid #ccc;
    padding: 10px 0;
}
.box.base-mini.mini-advanced-search {
	 background-color: #ededed;
    float: left;
    width: 100%;
    border-radius: 3px 3px 3px 3px;
    max-width: 258px;
    /*margin-left: 2%;
    width: 29%;*/
   
}

#mini-advanced-search-inner {
    background-color: white;
    border-radius: 4px;
    margin: 0 10px 10px;
    /*margin: 4px 6px;*/
}

.mini-advanced-search .head h4 {
    background-image: none !important;
    /*color: none;*/
    margin-top: 10px;
    text-align: center;
}

.base-mini ul li {
    /*padding: 4% !important;*/
}
.mini-advanced-search .required {
    display: none;
}
.mini-advanced-search input.input-text, textarea {
    padding: 2px;
}
.mini-advanced-search input.input-text {
    height: 26px;
}
.mini-advanced-search select {
    padding: 2px;
    height: 26px;
}
.mini-advanced-search input.input-text, select, textarea {
    border-radius: 0px;
}
.product-view .btn-cart span span {
    padding: 0 30px;
}
/*
.mini-advanced-search .button-set {
    margin-top: 0px;
    padding: 8%;
}
.mini-advanced-search .button-set {
    margin-top: 10px;
    padding: 3px 0 0 7px !important;
} */
.mini-advanced-search input, .mini-advanced-search select {
    width: 58% !important;
}
.col-left.sidebar.grid12-3.grid-col2-sidebar.in-sidebar .mini-advanced-search {
    width: 95%;
}
.mini-advanced-search label {
    float: left;
    width: 40%;
}
.mini-advanced-search #price, .mini-advanced-search #price_to {
    display: inline;
    width: 18% !important;
}
.serch-sett {
    margin-left: 15px;
    padding-top: 6px;
}
.mini-advanced-search button.button {
    margin: 0 0 0 28%;
}

.grid12-6.home-imgs > img {
    width: 100%;
}

.p-prz {
    font-size: 10px;
} 
.caption .heading {
    font-size: 2em;
}  
.caption.light2 .heading, .caption.light2 p {
    background-color: rgba(29, 25, 25, 0.6);
    color: #fff;
    float: left;
}
.caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 80%;
margin-bottom: 20%;
margin: 0;
    padding: 0;
}
a:hover .caption.light2 .heading, a:hover .caption.light2 p {
    background-color: rgba(96, 92, 92, 0.6);
   color: #FFF;
}
.caption.full-width {
    margin: 0 0 20% !important;
}
.home-imgs {
  position: relative; 
  max-width: 415px; 
  max-height: 210px;
 }

 .caption  p {
 border-radius: 0px !important;

 }

.home-imgs .caption.full-width {
    margin: 0 0 33% !important;
}
.vertnav {
	margin: 0 auto;
	width: 94%;
	float: none;
}
 li.nav-item.level0 {
 	border-bottom: 1px solid #eee;
    padding: 2px 0 0px 0px !important;
 }
 .search-wrapper-small .form-search .button span {
background-position: -64px -109px;
}
.home-imgs a img {
border-radius: 6px 6px 7px 6px;
}
.shadow .show-bg {
-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
 -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1); */
 box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1); 
}

 .catalogsearch-advanced-result .col-left.sidebar.grid12-3.grid-col2-sidebar.in-sidebar .mini-advanced-search {
width: 100%;
}
#subscribe-form label {
display: none;
}

#subscribe-form .input-box {
	background-color: #CACACA;
	border-radius: 3px 3px 3px 3px;
}
.footer button.button span {
background-color: #D8D8D8;
color: #111;
}

.footer button.button:hover span {
background-color: #CACACA;
color: #222;
}

.icon.i-location-w {
background-position: -207px -8px;
}
.catalogsearch-advanced-result .box.base-mini.mini-advanced-search {
background-color: #454545;
float: left;
width: 100%;
border-bottom: 20px solid white;
}

.catalogsearch-advanced-result .block.block-list.block-compare {
float: left;
width: 100%;
}

.catalogsearch-advanced-result .block-compare .block-content {
background-color: white;
}
.footer-top-container.section-container {
border-bottom: 8px solid #BFBFBF;
}

.grid12-9.home-slider {
width: 68%;
max-width: 590px;
}
.grid12-3.home-advsearch {
width: 28%;
}
.pv-top-outline .product-top-wrapper {
box-shadow: 0px 0px 0px rgba(0,0,0, 0.08);
margin: 0 2px 0 0;
}
.pv-top-outline .product-top-wrapper2 {
box-shadow: 0px 0px 0px rgba(0,0,0, 0.1);
}
.cms-index-index .products-list .product-name, .products-grid .product-name, h3.product-name {
font-size: 1em;
}
li#tab-product.tags a {
display: none;
}
/* Product page */
.product-view .add-to-box .price-box, .product-options-bottom .price-box {
	float: left;
	margin: 10px 0;
} 
.cust-add-to-cart {
    float: right;
}
.add-to-cart.v-centered-content.right {
	float: left !important;
}
.product-view .paypal-wrapper {
	clear: none;
	float: left;
	display: none;
}
.product-view .paypal-wrapper .paypal-logo {
	margin: 0;
	padding: 0px 0 0 2px;
	text-align: right;
}
.product-view .product-shop .product-name h1 {
	font-size: 1.5em;
}
.my-addtocart-btn {
    text-align: center;
}
.product-view .add-to-box {
	background-color: #fff;
	margin: 10px 20px;
    padding: 0;
}
.product-view .action-box {
	margin: 0px 0;
	display: none;
}
.product-view .product-type-data {
	 margin: 10px;
	 border-top-style: none;
    border-top-width: 0px;
}
.grid12-6.my-pro-view-left {
    /*border: 1px solid #ccc;*/
    width: 46%;
}
.grid12-6.my-pro-view-right {
    border-left: 1px solid #ccc;
    width: 49%;
}
.product-view .paypal-wrapper .paypal-logo .paypal-or {
	clear: both;
	display: block;
	margin: 0px 60px 0px 0;
}
.catalog-product-view .col-main {
	width: 75%;
}
.cms-page-view .block.block-list.block-compare {
display: none;
}
.cms-page-view .block.block-list.block-viewed {
display: none;
}
.cms-page-view .sidebar .paypal-logo {
display: none;
}
.accordion-style1 li a {
padding: 1px 10px;
}
.prod-view-cust-text {
    font-size: 13px;
    margin: 34px 18px 0;
    text-align: center;
}
.button.btn-cart.v-center {
    margin-top: 14px;
}
.product-view .btn-cart span, button.btn-checkout span {
    background-color: #30a9de;
    color: #ffffff;
}
.my-pro-view-right .feature-wrapper.top-border {
    border-top: 0 solid #f5f5f5;
    margin-top: 0;
    padding-top: 10px;
}

.my-pro-view-right .addthis_toolbox.addthis_default_style {
    margin: 10px auto;
    width: 66%;
}

.nav-item--parent {
    display: none !important;
}
.nav-item.level0.nav-1.level-top.first.classic {
    display: none !important;
}
.nav-item.nav-item--home.level0.level-top.nav-home-img {
    display: none !important;
}

/* Home Page silde arrow css */
/*
.slider-arrows1-pos-top-right .owl-controls .owl-buttons {
right: -12px;
top: 25%;
text-align: center;
width: 103%;
}
.slider-arrows1 .owl-controls .owl-buttons .owl-prev {
background-position: 0px 0px;
margin-right: 1px;
}
.slider-arrows1 .owl-controls .owl-buttons div {
background-color: transparent;
background-image: url("../images/arr-prev.gif");
background-repeat: no-repeat;
cursor: pointer;
display: inline-block;
float: left;
height: 30px;
overflow: hidden;
text-decoration: none;
text-indent: -9999px;
width: 30px;
background-position: 0 center;
background-size: 100%;
margin-left: -10px;
}

.slider-arrows1 .owl-controls .owl-buttons .owl-next {
background-position: 0px 0px;
}

.slider-arrows1 .owl-controls .owl-buttons .owl-next {
background-color: transparent;
background-image: url("../images/arr-next.gif");
background-repeat: no-repeat;
cursor: pointer;
display: inline-block;
float: right;
height: 30px;
overflow: hidden;
text-decoration: none;
text-indent: -9999px;
width: 30px;
background-position: 0 center;
background-size: 100%;
margin-right: -10px;
}
.slider-arrows1 .owl-controls.clickable .owl-buttons .owl-prev:hover {
 background-position: 0px 0px;
 background-color: transparent !important;
}
.slider-arrows1 .owl-controls.clickable .owl-buttons .owl-next:hover {
background-position: 0px 0px;
 background-color: transparent !important;
}
*/
/*sider end */
li.nav-item {
/*display: none !important;*/
}
.vertnav .nav-item {
display: block !important;
}
.nav-regular .nav-item.level0 > a > span {
	padding: 13px 0 0;
}
.catalog-category-view .paypal-logo {
    display: none;
}
.catalog-category-view .add-to-links.clearer.addto-gaps-right {
    display: none;
}
.search-wrapper-inline .form-search .input-text {
    min-width: 300px;
}
.search-wrapper-small .form-search .input-text {
    height: 34px;
}
.gen-tabs .tabs-panels {
    border: 1px solid #ccc;
}
.gen-tabs .tabs a.current {
    border: 1px solid #ccc;
	border-bottom: 1px solid #ffffff;
	margin: 0 0 -1px 0;
}
.catalog-product-view .block.block-list.block-compare {
    display: none;
}

.sidebar .paypal-logo {
    display: none;
}
fieldset.advanced-search-left.wide {
padding-top: 16px;
}
.img-box-style1 .product-image {
    border: medium none !important;
}

.rfid-img img {
    max-width: 50%;
}
.cms-home .block.block-list.block-viewed {
    /*display: none;*/
}
.cust-brand.grid12-12 {
    display: inline-block;
    float: none;
    margin: 15px auto;
    text-align: center;
    vertical-align: middle;
}

.cust-txt.cust-txt1.grid12-10 {
    margin-top: 10px;
}

/* Responsive css */
@media screen and (max-width: 1220px) { 
	.gen-tabs-style-f .tabs a {
	    font-size: 0.9em;
	 }	
	 
	.gen-tabs-style-f .tabs li {
	    margin-right: 2px;
	}
	.gen-tabs .tabs a {
	    padding: 5px 10px 0;
	}
	.nav-regular li.level0 > a {
	    font-size: 13px;
	}
}
@media screen and (max-width: 1024px) { 
	#nav a {
     padding: 0 8%;
    }
    .mini-advanced-search .button-set {
	    margin-top: 7px !important;
	    padding: 8px;
	}
	.nav-regular li.level0 > a {
		font-size: 13px;
	}
    
	.gen-tabs-style-f .tabs a {
	    font-size: 0.9em;
	 }
	 .block-related-thumbnails .product-image {
	    width: 100%;
	}
	.block-related-thumbnails .product-details {
	    margin-left: 10px;
	}
	.availability-only {
	    margin: 0;
	}
	.rfid-img img {
	    max-width: 47%;
	}
}
.gen-tabs .acctab:hover, .gen-tabs .acctab:focus, .gen-tabs .acctab.current {
	    border-top: 1px solid #eee;
	}
@media screen and (max-width: 768px) { 
	#nav a {
     padding: 0 25px;
    }
    
	.grid12-3.home-advsearch {
	    display: none;
	}
	.my-pro-view-left {
		width:98% !important;
	}
	.my-pro-view-right {
		display:none;
	}
	.vertnav li ul a {
	    font-size: 11px;
	}
	.block.block-vertnav.hide-below-768 {
	    display: block !important;
	}
	.gen-tabs-style-f .tabs a {
	    font-size: 0.9em;
	 }
    .block.top-left-column-home {
	    display: none;
	}
	
	.block .block-title {
	    font-size: 1em;
	}
}
@media screen and (max-width: 480px) { 
	    
	.grid12-3.home-advsearch {
	    display: block;
	    margin-top: 20px;
    text-align: center;
	}
	
	.box.base-mini.mini-advanced-search {
	    background-color: #ededed;
	    border-radius: 3px;
	    display: inline-block;
	    float: none;
	    max-width: 300px;
	    text-align: center;
	    vertical-align: middle;
	    width: 100%;
	}
	.my-pro-view-left {
		width:98% !important;
	}
	.my-pro-view-right {
		display:none;
	}
	
	.rfid-img img {
	    max-width: 100%;
	}
	
	.gen-tabs .acctab:hover, .gen-tabs .acctab:focus, .gen-tabs .acctab.current {
	    border-top: 1px solid #eee;
	}
    
}
#my-copn-txt {
    padding: 0 10px;
    margin-top: 32px;
}
#my-copn-txt > h2 {
    background-color: #eee;
    font-size: 1.1666em;
    font-weight: normal;
    padding: 15px 10px;
    text-transform: uppercase;
}

.grid12-6.my-pro-view-left .prodqty-on-list-page {
    display: none;
}

.prodqty-on-list-page {
	clear: both;  overflow: hidden; 
}
.products-list .availability {
	float: left;
}   
.owl-item .prodqty-on-list-page {
    display: none;
}
.owl-item .price-box {
    display: none;
}
.prodqty-on-list-page .availability-only{  margin: 15px 0 0 10px;
}

.products-grid .availability {  float: left;  margin: 0px 0 0 12PX; }
.products-grid .availability-only {margin: 0 12px 0 10px;}
.cms-home .prodqty-on-list-page {
    display: none;
}
/* new css */
.cms-home .section-title {
    border-bottom: 1px solid #ddd;
}
.cust-band1.grid12-12{
	margin: 0;
    width: 100%;
}
.grid12-7.cust-band-7 {
    margin-top: 20px;
}
.grid12-5.cust-band-5 {
    margin-top: 10px;
}
.my-titles {
    border-bottom: 0 solid !important;
}

#cust-text-1 {
    color: #1f669c;
    font-size: 1.666em;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

#cust-text-2 {
    color: #8e8e8e;
    font-size: 1.222em;
    margin-left: 50px;
}
#cust-text-3 {
    color: #5488ad;
    font-size: 1.222em;
    font-weight: bold;
    margin-right: 70px;
    text-align: right;
}

#cust-text-4 {
    color: #1ba1de;
    font-size: 1.666em;
    font-weight: bold;
    margin-left: 20px;
}

#cust-text-5 {
    color: #8e8e8e;
    float: right;
    font-size: 1.222em;
    font-weight: bold;
    margin-right: 105px;
}
.footer-primary-bottom-spacing {
    padding-bottom: 0px;
    padding-top: 0px;
    border-top: 0px solid rgba(0, 0, 0, 0.05);
}
.footer .item-right {
    float: none;
    margin-left: 0;
}
.footer-primary-bottom.grid-full {
    width: 98%;
}
.grid12-6.cust-band6 {
    border-right: 1px solid #ddd;
    width: 47%;
}
.grid12-7.cust-band-7 a {
    color: #30a9de;
    font-weight: bold;
}
.block-title.heading.my-hedng {
    margin-top: 10px;
}
/* home revision */

.grid12-3.home-advsearch img {
  width: 100%;
}
.grid12-9.home-slider {
  max-width: 620px;
  width: 68%;
}
.home-imgs {
  margin: 0;
  max-height: 210px;
  max-width: 50%;
  position: relative;
  width: 50%;
}
.home-imgs a img {
  border-radius: 6px 6px 7px;
  width: 100%;
}
.block-related-thumbnails .product-details {
    margin-left: 0;
}
#itemslider-related-multi .prodqty-on-list-page {
    display: none;
}
#itemslider-related-multi .product-details {
    margin-bottom: 15px;
} 
.quot-mdl {
	margin-top: 10px;
    text-align: center;
}
.quot-mdl a {
    cursor: pointer;
}
.button.quo-btn {
    cursor: pointer;
} 
/* */

