/**
 * 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.
 *
 */

 /*LAYOUT*/

 .main {
 	padding:25px 0 0px; 
 }

 .header-container {
 	background-color: #FFFFFF;
 	left: 0;
 	right: 0;
 	z-index: 999;
 	position: relative;
 	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
 	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
 	box-shadow: 0 1px 1px rgba(0,0,0,.05);
 }

 .header-top, .header-top a {
 	color: #f8f8f8;
 	font-size: 10px;
 }

 .header {
  font-size: 11px;
  letter-spacing: 1px;
}
.header-primary {
  padding: 28px 0px;
}

.logo img {
  width:100px;
}

.v-grid {
  vertical-align: bottom;
}

.cart .page-title { display: block;left: 0; margin: 0 !important;padding: 0; position: inherit; top: 0; }
.firecheckout-index-index .page-title { display: block;left: 0; margin: 0 !important;padding: 0; position: inherit; top: 0; }
.firecheckout-index-index .page-title h1{margin: 5px 0;text-align: center;}
.firecheckout-login-wrapper{text-align: center;text-decoration: underline;margin-bottom: 40px;}

.min-height{
	min-height: 650px;
}

.single-page-content {
  margin: auto;
  float: none;
  display: inherit;
}

.hide-desktop {
  display: none;
}

/*MegaMenu*/

.level-1 {
	display: none;
}

.level1 {
	display: none;
}

.menu-col {
	float: left;
}

.mega-container {

	font-family: Futura,sans-serif;
font-size: 86%;
line-height: 2;
}

#mega-nav > li > a {
   padding: 12px 26px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;

}

#mega-nav > li.parent > a:before{
    border-bottom: 0px solid #E4E4E4;
}

#mega-nav > li > a:first-child {
	padding-left: 0px;
}

#mega-nav div.mega-block {
  top: 46px;
}

.dropdown .dropdown-menu:before{
  border-bottom: 0px;
}

.quick-search .dropdown {
	padding-right: 15px;
}

.quick-search .dropdown-menu {
  text-align: right;
  top: 0;
  right: 35px;
  box-shadow: none;
  height: 45px;

  }

.shopping_cart .dropdown-menu,
.wishlist .dropdown-menu {
  top: 46px;
  right: -16px;
}

.form-search .input-text {
    text-align: right;
    height: 45px;
}

.shopping_cart .dropdown-toggle.cover > div, .quick-search .dropdown-toggle.cover > button, .wishlist .dropdown-toggle.cover > div {
	padding: 0px 0px 0px 15px;
}

.form-search button.button span i {
	padding-right: 15px;
}

.shopping_cart .dropdown-menu .bag-header,
.wishlist .dropdown-menu .bag-header {
    letter-spacing: 3px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.wishlist {
	margin-left: 15px;
}

.breadcrumbs {
  margin-bottom: 25px;
}

.messages { 
  text-align: center;
}

.error-msg { background-image: none;}
.success-msg { background-image: none;}
.note-msg,
.notice-msg { background-image: none;}

.error-msg,
.success-msg,
.note-msg,
.notice-msg { font-size: 12px; text-transform: uppercase; font-family: futura; color: darkslategray; font-weight: 500;}

#messages_product_view {
  width: 100%;
}
/*FOOTER*/

.accordion .block-content {
	line-height: 2em;
}

.footer-bottom-border {
  border-top: 2px solid #444444;
  padding-top: 20px;
  margin-top: 20px;
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.footer-container ul.separator li a {
  margin-right: 50px;
}

/* Scroll Back to top Button */
a.scrollup {
  font-size: 11px;
  }

/*FORMS*/

input.input-text {
	  height: 28px;
}

input.checkbox {
  margin-right: 10px;
}

/*BUTTONS*/
button.button span {
	font-size: 11px;
  letter-spacing: 2px;
}

button.button span span {
  border: 0px;
}

.buttons-set .back-link a, div.alert a {
border: 0px;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 11px;
  }

.shopping_cart .actions button span,
.wishlist .actions button span {
  text-align: center;
}

.shopping_cart .actions button span span,
.wishlist .actions button span span {
  padding: 25px;
}

.shopping_cart .actions,
.wishlist .actions {
  padding: 0px;
}

.block-subscribe button.button span span {
    width: 34px;
    height: 29px;
    line-height: 28px;
    }

.block-subscribe input { 
  line-height: 28px; 
}    

.cart-table .btn-empty {
  display: none;
}

.tooltip{
  font-size: 12px;
}

.tooltip:after{
  border: 0px;
}

/*FANCYBOX*/

.fancybox-overlay {
	background: rgba(255, 255, 255, 0.4) !important;  	
}
.fancybox-skin {
	background: #ffffff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;       
	border-radius: 0;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/*SLIDERS*/

.tp-leftarrow.default,                  
.tp-rightarrow.default  
{
  background-color: initial;
}
.bx-controls-direction {
  font-family:    FontAwesome;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  background: none !important;
}

.bx-wrapper .bx-prev:before{
  content: "\f053";
}

.bx-wrapper .bx-next:before{
  content: "\f054";
}

.bx-wrapper .bx-controls-direction a {
  text-indent: initial !important;
  z-index: 500 !important;
}

.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 1px #ccc;
  -webkit-box-shadow: 0 0 1px #ccc;
  box-shadow: 0 0 0px #ccc;
   border:  0px !important; 
   left: 0px !important; 
}


/*HOMEPAGE*/

.home-item {
 	margin: 5px;
 	padding: 5px;
	width: 31%;
}

.home-item.w2 {
	width: 50%;
}

.home-feat {
	text-align: center;
}

/*FONTS*/

body, input, select, textarea, button {
	font-family: 'futura_oblique', sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
  color: #4F4941;
}

h1 {
	font-size: 190%;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
}

h3 {
  font-family: futura;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #2e210f;
 	line-height: 24px;
  margin: 31px 0 17px 10px;
}

h4 {
	font-size: 11px;
  	line-height: 11px;
  	text-transform: uppercase;
  	letter-spacing: 2px;
 	color: grey;
}

.postTitle h1 {
  line-height: 26px;
  margin: 22px 0 10px 5px;
}

.caption-smaller {
	font-size: smaller;
}

.home-feat h1 , .home-feat h1 a {
	font-family: 'futura_oblique', sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 102%;
	letter-spacing: 2px;
	font-weight: 800;
	text-decoration: underline;
}

.product-view .product-shop .quantity_counter {
	display: none;
}

.box-account.box-info .box-content a {
	color: #E78538;
}

.brand, .description, .price {
	line-height: 1;
}

.brand {
	text-transform: uppercase;
	font-family: 'FuturaMedium', sans-serif;
	font-size: 76.9%;
	margin: 10px 0 2px;
}

.description {
	font-family: 'FuturaMedium', sans-serif;
	text-transform: uppercase;
/*	margin-bottom: -4px;*/
	display: block;
}

.price {
	margin-top: -3px;
	font-size: 80% !important;
}

.button, button {
letter-spacing: 1px;
text-transform: uppercase;
font-family: "futurabook_btregular",sans-serif;
font-size: 69.2%;
}

.firecheckout-section .block-title, .section-line > *, .block .block-title strong span, .peercheckout-title h2 {
	margin: 10px 0 8px;
  display: inline-block;
}
.page-title{
  display: none;
}
.page-title,
.product-view .product-essential .product-name{
	margin-top: 0;
	margin-bottom: 40px !important;
	position: absolute;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 0!important;
	border-bottom: 0px !important;
	background-image: none;
	background-repeat: repeat;
	background-position: center top;
	background-size: auto;
	top: 0px;
	clear:both;
	max-width: 100%;
	left: 1%;
	right: 1%;
}

.page-title h1,
.page-title h2,
.page-print h1,
.product-view .product-essential .product-name h1 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	margin: 25px 0 5px;
	text-align: center;
} 

.nav-container #nav > li > a,
#mega-nav > li > a {
	font-family: 'Futura','Lucida Grande',Arial,Helvetica,sans-serif;
} 

#mega-nav .mega-block .header-mega-dropdown-wrapper a {
  font-size: 11px;
}

.readmore {
  font-size: 8px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6b6051;
}

.resp-tab-content a{
  text-decoration: underline;
}

/*LISTS*/  

/* Separator */

ul.separator li a{
	padding: 0px 0px;border-bottom: 0px;
}

ul.separator li.last-item  a{
	padding: 6px 0px;
}

/*PRODUCTS*/

.category-products .toolbar .pager {
	border-top: 2px solid #E4E4E4;
}

.pager .pages li { 
  border: 0px solid #E4E4E4; 
}

.special-price .price-label {
  display: none; 
}
.products-grid .price-box .old-price .price,
.products-list .price-box .old-price .price {
  margin-right: 5px;

}
.pager .pages li a,
.pager .pages li.current {
  padding: 5px 10px;
}

.small-select {
	height: 30px;
}

.cms-home .products-grid .product-content {
	min-height: 82px;
	padding-left: 10px;
}
.products-grid .product-content {
	text-align: left;
}

.products-grid .product-content-wrapper {
	margin-top: 10px;
}

.addto-links-icons li {
 border-left: none; 
}
.addto-links-icons span.icon {
	background-color: transparent;
}

.product-image, .bot-shadow, .products-grid .product-image-wrapper, .products-list .product-image-wrapper{
	box-shadow:  0px 8px 6px -7px #f8f8f8;
}

.products-grid .product-image-wrapper,
.products-list .product-image-wrapper{ 
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; 
}

.swatch-link {
	padding: 5px;
}
 .swatch-label  {
	background: none;
	font-size: 10px; 
}

.size-button {
  font-size: x-small;
  text-decoration: underline;
}

.alert-stock {
  background: none;
}


/*LAYERED NAV*/


/* Filters current */

.block-layered-nav .block-subtitle {
    display: initial;
}

.block-layered-nav .currently { 
  margin: 10px 0 37px; 
  border-bottom: 2px solid #E4E4E4; 
  padding-bottom: 15px;
}

.block-layered-nav .currently ol li span {
  display: -webkit-box;
  display: block;
  width: 100%;
  text-align: left;
}

.block .actions {
	border-top: 0px;
}

.block .block-content li {

	border-bottom: 0px;
}

.amshopby-slider-ui { margin: 15px 10px 10px 5px; }


/* Product Alternative Image =============================================================== */


.products-grid .item:hover .product-image .small-image{
	/* -webkit-transform: translate3d(0,-100%,0);
	-moz-transform: translate3d(0,-100%,0);
	-ms-transform: translate3d(0,-100%,0);
	-o-transform: translate3d(0,-100%,0);
	transform: translate3d(0,0,0); */
	display: none;
	/* -webkit-transition: -webkit-transform 1s cubic-bezier(0.190,1.000,0.220,1.000);
	-webkit-transition-delay: 1s;
	-moz-transition: -moz-transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
	-o-transition: -o-transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
	transition: transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s; */
}
.products-grid .item .product-image .thumbnail{
display: none;
position: relative;
}
.products-grid .item:hover .product-image .thumbnail{
	/* -webkit-transform: translate3d(0,-100%,0);
	-moz-transform: translate3d(0,-100%,0);
	-ms-transform: translate3d(0,-100%,0);
	-o-transform: translate3d(0,-100%,0);
	transform: translate3d(0,0,0); */
	display: inline-block;
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.190,1.000,0.220,1.000);
	-webkit-transition-delay: 1s;
	-moz-transition: -moz-transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
	-o-transition: -o-transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
	transition: transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
}




/*PRODUCT PAGE*/

.product-view .add-to-box, .product-shop .product-options-bottom {
	display: inherit;
	border-bottom: none;
}

.more-views-desktop {
	margin-top: 0px;
}

.itemslider-thumbnails {
  margin-top: 0px;
}

.bx-wrapper .bx-next {
  display: none;
}
.img-box .bx-wrapper .bx-next {
  display: block;
}

.img-box .bx-wrapper .bx-next::before {
    content: "";
}
.img-box .bx-wrapper .bx-prev::before {
    content: "";
}
.more-views {
	display: none;
}

h2.resp-accordion {
    font-size: 11px;
    border-top: 1px solid #E4E4E4;
    margin: 0px;
    padding: 9px 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.resp-tab-content {
	border: none;
  	padding: 0px 15px 20px 15px;	
}

.add-to-cart .button.button span {
	font-size: 10px;
	}
	
.mini-cart-div .btn-checkout{display:none;}	
.giftcard-info .form-list .field{float: left; width:95%;}

.ajaxcartpro_progress {
  background-color: transparent;
}

/*ICONS*/

.social-link a .icon  {
  font-size: 14px;
}

.footer .peer-icon .icon  {
  width: 20px;
  height: 20px;
  background-color: #252525;
  line-height: 20px;
  color: #f8f8f8;
}


.fa-flickr{
	display: none;
}

.spb_impact_text{
background: none;
}



/* General Swatch Styling */
.swatch-link,
.swatch-label {
border-radius: 0px;
}

/*size chart*/

.table {
  width: 100%;
  margin-bottom: 1.4em;
  border-bottom: 1px solid #e0e0e0;
}

.table th, .table td {
  padding: 8px;
  line-height: 1.4em;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #e0e0e0;
  font-size: 0.8em;
}

.table-striped tbody tr:nth-child(odd) th {
  background-color: #f2f2f2;
}



/* ********************************************************************************************
	Sale New Label
*********************************************************************************************** */

/* List Or Grid Label */
.sale,
.new{
	font-family: 'futura_oblique';
	padding: 4px;
	width: 40px;
	height: 12px!important;
	min-height: 12px!important;
	max-height: 12px!important;
	top: 12px!important;
	font-size: 8px;
	line-height: 12px;
	transform: initial;
 	-ms-transform: initial; 
	-webkit-transform: initial;
	right: 0px !important; 
}

.sale {
  left: 0px!important;
}

/*BLOG*/

.postWrapper {
	border-bottom: none;
	float: left;
	clear: initial;
}

.postWidth {
	width: 322px;
}

.postTitle .entry-info {
	text-align: left;
}

.entry-title{
	font-size: 168%;
}

.entry-info {
	text-align: left;
	display: block;
	margin: -9px 0 12px 5px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 76.9%;
}

.postContent p {
	padding: 0 30px 0 5px;
}

.item h1 {
margin: 10px 2px 15px;
line-height: 1.2;
text-align: center;
}

.item p {
margin: 0 15px 30px;
text-align: justify;
}

.postWrapper .hr {
border-color: #f0f0f0;
width: 75px;
margin: 20px auto;
height: 0;
content: "\0020";
border-top: 1px solid #f0f0f0;
}

.block-blog dd {
  padding: 0px 0 35px 5px;
}

/*CART*/

.cart .discount {
  margin-top: 15px;
}

.cart .discount label {
  display: inline-block;
}
.cart .title-buttons .checkout-types{margin: 45px 0 0px;}
.cart .page-title h1{margin: 5px 0;width: 55%;text-align: right;}
.cart .totals {margin: 34px 0 0;}


/*CHECKOUT*/

#firecheckout-login-window .page-title, #firecheckout-forgot-window .page-title {
  margin-top: 20px !important;
}

div.new-acc-checkout {
  text-align: center;
}
.new-acc-checkout a {
  text-decoration: underline;
}

/* block styles */
.firecheckout-section {
    background: inherit !important;
    border: 0px !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  
}

#firecheckout-form .firecheckout-section .block-title {
    background: inherit !important;
    border-bottom: 0px !important;
    border-width: 0 0 1px 0;
    height: 19px;
    font-size: 16px !important;
    font-weight: normal;
    text-transform: inherit !important;
    padding: 6px 0 6px 0;
    margin: 0 0 5px 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
  text-align: left;
  clear: both;
}
.firecheckout-section .form-list .fields .field {
/*    width: 100%;*/
}
.firecheckout-section .form-list li {
    margin: 0 0 10px;
}
.firecheckout-section .input-text {
    height: 35px;
}
.firecheckout-section .form-list .fields .field.name-firstname, .firecheckout-section .form-list .fields .field.name-lastname {
    width: 49%;margin: 0;
}
.firecheckout-section .form-list #register-customer-password.fields .field {
    width: 49%;
}

#checkout-review-submit .checkout-agreements {
    margin: 0;
    padding: 0;
}
#firecheckout-form #checkout-review-submit #agreements-wrapper {
    padding: 0 0 20px;
}
#checkout-review-submit .newsletter.control {
    list-style: outside none none;
    font-weight: bold;
}

#firecheckout-form #checkout-review-submit {
    border-top: 1px solid #cccccc;
    padding-top: 20px;
}
#firecheckout-form #checkout-review-table-wrapper .data-table td {
    padding: 15px 20px;
}

.sort-select select {
    border: 0 none;
    border-radius: 4px;
    display: block;
    width: 120%;
}
.sort-select::before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333333;
    border-style: solid;
    border-width: 5px;
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
}
.sort-select::after {
    border-color: #333333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px;
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 22px;
    z-index: 100;
}
.sort-select {
    border-radius: 4px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.sort-select select option {
    border: 1px solid #dddddd;
    padding: 5px;
}


.firecheckout-section .block-title:before{/* content: "";display: block;border-top: 2px solid #444;width: 100%;height: 2px;position: absolute;top: 50%;z-index: 1; */}

.firecheckout-section .block-title .num {
    border: 0px !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: inherit !important;
    float: left;
}

.review-left {
	float: left;
}

.button.paypal {
  border-radius: 0px !important;
}

#firecheckout-form .col3-set .col-3 {
  width: 32% !important;
}
/*CUSTOMER AREA*/

.dashboard .welcome-msg {
  margin: 0 0 4em;
}

.dashboard .welcome-msg .hello {
  margin: 20px 0;
  font-family: "georgia", serif;
  font-style: italic;
  font-size: 20px;
}

.box-account {
  margin: 0 0 5em;
}

.dashboard .box .box-title {
border-top: 0px;
  }

#my-orders-table thead th{ border-top-width: 0px; } 


/* Account headings */

/* Primary */
.box-account .box-head h2,
.order-items h2.table-caption,
.order-items h2.sub-title,
.order-items .order-comments h2{font-size: 14px;line-height: 24px;}

/* Secondary */
.dashboard .box .box-title h3,
.dashboard .box .box-title h4,
.order-info-box h2,
.addresses-list h2{font-size: 12px;line-height: 20px;}

/* Third */
.dashboard .box-info h4,
.addresses-list h3{font-size: 11px;line-height:18px;}

.box-account .box-head {
  margin: 0 0 5px;
  text-align: left;
}

.box-account .box-head a {
  margin-top: -40px;
}

.account-create {
  max-width: 45em;
  margin: auto;
}

/*ORDER ITEMS*/

.order-items {
  width: 80%;
  margin: auto;
}

/*STORE LOCATIONS*/

.block-directions{
	display: none;
}

.store-contact-email,
.store-contact-phone {
	float: left;
	margin-right: 15px;
}

/*SHOP BY BRAND*/

.brand-description p {
	padding: 40px 40px 40px 240px;
}

.postContent img {
    width: 100%;
}
.blog-index-list .col-main.grid_9 {
    width: 100%;
}

.blog-index-list .col-left.sidebar {
    display: none;
} 
.sorter .limiter.item-right {
    clear: inherit;
    padding: 15px 0;
}
.sorter .item-left .amount {
    margin: 10px 0;
}
.test-port2 .grid_4:nth-child(3n+1) {
    clear: both;
}
.blog-index-list .col-right.sidebar {
    display: none;
}
.left-brand-filter .item-left a.active {
    color: #e78538;
}

.catalog-category-view .shop_by_manufacturers.left-brand-filter {
    display: none;
}
.mr-nl-popup-container {
  position:fixed; 
  left:0; 
  top:0; 
  right:0; 
  bottom:0; 
  z-index:9989; 
  max-width:100%;
  -webkit-overflow-scrolling: touch;
  background-color:rgba(255,255,255,0.8);
}
.mr-nl-popup-container,
.mr-nl-popup-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mr-nl-popup-frame {
  width:400px;
  max-width:90%;
  margin:5% auto; border: 1px solid gainsboro;
}
.mr-nl-popup-frame .block-subscribe {
  background-color: #ffffff;
    padding: 40px 30px;
    position: relative;margin: 0;
    width: 100%;
}
.mr-nl-popup-frame .block-content {
  background:transparent;
}
.mr-nl-popup-frame .block-subscribe .input-box {
  width:auto;
  position:relative;
}
.mr-nl-popup-frame .block-subscribe input,
.mr-nl-popup-frame .block-subscribe select {
  width:100%;padding: 0 0 0 10px;
}

.mr-nl-popup-frame .block-subscribe select {
    height: 28px;
}
.mr-nl-popup-frame .block-subscribe .close {
   background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    float: right;cursor: pointer;
    height: 30px;
    line-height: 10px;
    padding: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 30px;
    font-size: 30px;
}
.mr-nl-popup-frame .block .block-title strong span {
    font-size: 26px;
}
.calendar {
  z-index:999;
}
#mr_nl_popup_dob_trig {
  position: absolute;
  padding:4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  right: -1px;
  top: 50%;
  margin-top: -12px;
  cursor:pointer;
}
#mr_nl_messagesBlock .messages {
    margin-top:10px !important;
}
.mr-nl-popup-frame .block .block-title {
    position: static;margin: 0;
}
.mr-nl-popup-frame .block .block-content li {
    margin: 0;
}
.mr-nl-popup-frame .block .block-title::before {
    border: 0;
}
.mr-nl-popup-frame .block-subscribe button.button {
    position: static;
}
.mr-nl-popup-frame .block-subscribe button.button span span {
    background: none repeat scroll 0 0 #333333 !important;
    color: #ffffff;
    width: auto;
    padding: 0 50px;
}
.mr-nl-popup-frame .actions {
    text-align: center;
}

.quick-search .form-search .input-text:focus, .quick-search .form-search .input-text:hover, .quick-search .form-search .input-text:active {
    background: #fafafa none repeat scroll 0 0 !important;color: #333;
}
.quick-search:hover .form-search .input-text {
    background: #fafafa none repeat scroll 0 0 !important;
}
.quick-search.dropdown:hover {
    background: #fafafa none repeat scroll 0 0;
}
.quick-search.dropdown {
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
}
.quick-search .dropdown-menu {
    min-width: 250px;opacity: 1!important;z-index: 1000;
	transform: translateX(0px)!important;
    -moz-transform: translateX(0px)!important;
    -webkit-transform: translateX(0px)!important;
    -o-transform: translateX(0px)!important;
    -ms-transform: translateX(0px)!important;
	pointer-events: all;text-align: right !important;
}
.quick-search.dropdown:hover .dropdown-menu {
    min-width: 250px;
}
.toggleMenu {
    z-index: 1000;
    position: relative;
}
.quick-search .form-search .dropdown-toggle {
    position: absolute;
    right: 0;
}
.form-search .input-text {
     color: #333333!important;
    text-align: right !important;
    text-indent: inherit!important;
    opacity: 1!important;
}

#narrow-by-list dt h4 {
    padding: 5px 0;
}
#narrow-by-list .view {
    clear: both;
}
#narrow-by-list dt:before{content: "\f147"; color: #888888;}
#narrow-by-list dt.active:before{content: "\f196";color: #888888;}
#narrow-by-list dt:before{font-family: FontAwesome; display: inline-block;font-size: 14px;text-align: center;width: 18px;line-height: 28px;position: absolute;
    right: 0;}




@media only screen and (min-width: 1280px)  {
  
    /* Column grid
    ======================================================================================= */
    /* Column grid: 4 columns */
    .columngrid-adaptive.columngrid-4col .item { width: 23%; }
    .columngrid-adaptive.columngrid-4col .item:nth-child(5n+1) { clear:left !important; }



}    
@media only screen and (max-width: 1280px) {
.quantity_counter {
    border-width: 1px 0 0 1px;
    width: auto;
}
.quantity_counter a {
    height: 20px;
    line-height: 20px;
}



}


@media only screen and (max-width: 1200px) {
	.more-views {
		display: inherit;
    padding-top: 15px;
	}
	.more-views-desktop {
		display: none;
	}
	.product-image-tablet {
		width: 100%;
	}
  .quantity_counter {
  width: inherit;
  border-width: 0px !important;
}

a.prev.quantity,
a.next.quantity {
  display: none;
  }


}

@media only screen and (max-width: 1024px) {
    .cart .page-title h1{width: 58%;
  }

#firecheckout-form .col3-set .col-1 {
  width: 100% !important;
}

#firecheckout-form .col3-set .col-2,
#firecheckout-form .col3-set .col-3 {
  width: 40% !important;
  margin-left: 4% !important;
}
.quick-search.dropdown .dropdown-menu {
    transform: translateX(0px);height: 44px;
}

.quick-search.dropdown:hover .dropdown-menu input {
    border-left: 1px solid #eeeeee;height: 44px;
}




}
@media only screen and (max-width: 992px) {
	.more-views {clear:both;	 padding-top: 15px;}

  .social-link a {
    margin: 0 15px 25px 0px;

  }

  .cart .page-title h1{width: 62%;
  }

    #firecheckout-form .col3-set #shipping-method {float: none; width: 98% !important; }
    #firecheckout-form .col3-set #payment-method { float: none; width: 98% !important; }
  .footer-bottom address{margin-top:0px;}
  .mobile-accordion { 
 padding: 5px;
 margin-bottom: 15px;
 display: block;
}    
.cms-designer .wrap_item dl:nth-child(3n+1) {
    clear: both;
}
.cms-designer .wrap_item dl {
    width: 33.33% !important;
}

.footer-container ul.separator li a {
  margin-right: 25px;
}


.hide-desktop {
  display: block;
}




}

@media only screen and (max-width: 767px) {
#narrow-by-list dt:before{content: "\f196"; color: #888888;}
#narrow-by-list dt.active:before{content: "\f147";color: #888888;}
#narrow-by-list dd {
    display: none;
}
}




@media only screen and (max-width: 640px) {
.cms-designer .wrap_item dl {
    width: 100% !important;
}


}


@media only screen and (max-width: 480px) {

  .header-primary {
  padding: 8px 0px;
}
	#firecheckout-form .col3-set .col-1, #firecheckout-form .col3-set .col-2 {
    border: medium none;
    float: left;
    padding: 0;
    width: 100% !important;
}
#firecheckout-form .col3-set .col-3 {
    border: medium none;
    float: right;
    padding: 0;
    width: 100% !important;
}
.columngrid.columngrid-adaptive .item { width:48%; }
.cart-table tr {
    position: relative;
}

.cart-table.data-table .cartlabel {
    display: none;
    min-width: inherit;
    width: auto;
}
.cart-table.data-table .btn-remove.btn-remove2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    height: auto;
    line-height: inherit;
    position: absolute;
    right: 10px;
    top: 0;
    width: auto;
}
.cart-table.data-table .btn-remove.btn-remove2:hover {
    color: #ff0000;
}
#shopping-cart-table.cart-table td {
    display: table-cell;
    padding: 10px 10px 10px 0;
    width: auto;
}
#shopping-cart-table td .product-image {
    max-width: 70px;
}
.cart .title-buttons .checkout-types li {
    float: none;
    margin: 0 0 10px;
}
.cart .title-buttons .checkout-types {
    clear: both;
    float: none;
}
#shopping-cart-table.cart-table td.mb-price {
    display: none;
}
#shopping-cart-table.cart-table .item-msg.error {
    display: none;
}
.cart-table tfoot td .btn-continue, .cart-table tfoot td .btn-empty {
    display: none;
}
#shopping-cart-table.cart-table tfoot td {
    display: block;
    padding-right: 0;
}
*::-moz-selection{color: #333;}
.navmain-container {
    position: relative;
}
.quick-search .dropdown-menu {
     display: block !important;
}

.quick-search.dropdown:hover .dropdown-menu {
    min-width: 250px;
    top: 0;
    z-index: 1000;
    display: block;
    opacity: 1;
    transform: inherit;
}

.footer-container {
  margin-top: 0px;
}
.accordion-ver > ul > li > h1 {  
    font-size: 11px;
   letter-spacing: 1px !important;
    line-height: 50px;
}







}


