/*
Theme Name: 2001 Audio Video
Description: Responsive style
Version: 1 
*/
/*Mobile menu*/
#header{
	height:auto;
}
#allPageWrapper{
	position: relative;
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#mobileMenu{
	position: fixed;
	display: none;
	left: -80%;
}
#mobileMenuButton{
	display:none;
	position:relative;
}
#mobileMenuButton a:hover{
	text-decoration: none;
}
.menuMobileDevicesIcon{
	background: url("../images/menu_small.png") 0 0 no-repeat;
	display: block;
	width: 160px;
	height: 35px;
	position: absolute;
	top: 10px;
	left: 0;
	color: black;
	margin-left:5px;
	padding: 0 0 0 45px;
	font-size: 1.5em;
	line-height: 35px;
}
#mobileMenu ul li .sub, #mobileMenu ul li .sub ul{display:none;}
#mobileMenu ul li {
	display: block;
	position: relative;
	text-align: left;
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #242424;
}
#mobileMenu ul li a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #4D4D4D;
	padding: 5px 10px 5px 10px;
	line-height: 3em;
	font-size: 1.5em;
	background: #bfbfbf;
	display: block;
	font-weight: bold;
}
#mobileMenu ul li h3{
	display: block;
	position: relative;
	text-align: left;
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #242424;
}
#mobileMenu ul li h3 a {
	background: #DDDDDD;
	padding-left:30px;
	line-height: 3em;
	font-size: 1.4em;
}
#mobileMenu ul li ul li a {
	background: #ffffff;
	padding-left:50px;
	line-height: 3em;
	font-size: 1.3em;
}
#mobileMenu ul li a:hover {
	text-decoration:none;
	background:#fafafa;
}
#mobileMenu ul li .hasNext::after
{
    content:' ►';
    float:right;
    margin:0 0 0 10px;
    -moz-transition:0.5s all;
    -webkit-transition:0.5s all;
    -ms-transition:0.5s all;
	-o-transition:0.5s all;
	transition:0.5s all;
}
#mobileMenu ul li .hasNext:hover::after
{
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -ms-transition:rotate(90deg);
	-o-transition:rotate(90deg);
	transition:rotate(90deg);
}
.activeMMenu{
	color: #2D5FDF!important;
}
.activeMMenu::after {
	-moz-transform:rotate(90deg)!important;
    -webkit-transform:rotate(90deg)!important;
    -ms-transition:rotate(90deg)!important;
	-o-transition:rotate(90deg)!important;
	transition:rotate(90deg)!important;
}
#mobileSearch{
	padding:15px;
	background:#383838;
}
#mobileMenu #mobileSearch #searchterm{
	width: 60%;
	height: 25px;
	vertical-align: middle;
	color: #363636;
	margin: 0;
	padding-left: 5px;
	text-align: left;
	background: #fff;
	border: 1px solid #d0d0d0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
}
#mobileSearch .input-btn{
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 77px;
	height: 25px;
	display: inline-block;
	border: 0px none;
	background: #363636;
	position: relative;
	left: 5px;
	right: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 0px;
	margin: 0;
	padding: 0px;
	color: #fff;
	vertical-align: middle;
}
#mobile-utility-menu{display:none;}
#teasers .item {margin-right: 0.40%}
#teasers .item img{width: 100%}
#slideshow-stage .slideContent img {width: 100%;}

#shipping-modal h2 {font-size:23px;}
#shipping-modal p {font-size:9px;}
#product-listing .grid-view .item {
	margin-top: -1px;
	margin-left: -4px;
	float:initial;
	display:inline-block;
	border: 1px solid #cdcdcd !important;
}
#product-listing .grid-view .mobile-quick-view{padding: 5px 10px; margin-top: -9px;}
#product-listing .list-view .mobile-quick-view{padding: 5px 20px;}
#product-listing .mobile-quick-view{background-color: #AB0000; font-size:15px;color: white;margin-left: -10px;margin-bottom: 5px; width:100%;display: none;}
#product-listing .mobile-quick-view:hover{background-color: #D10000;text-decoration: none;}

#product-listing .list-view .details{
	width:69%;
	padding:2% 0 2% 2% !important;
	display:inline-block;
}
#product-listing .list-view .details .description{min-height: 80px;height: auto;}
#product-listing .list-view .preview{
	width:27%;
	padding:2% 0 2% 0.5% !important;
	display:inline-block;
}
#product-listing .list-view .preview .image img{width:100%;max-width: 186px;}
#product-listing .list-view .item{height: auto;}
#product .column .preview .image img{width: 100%; max-width: 400px;}
#product .column.fl {width: 45%;}
#product .column.fr {width: 52%;}
#ask-expert-content ul.fr,#ask-expert-content ul.fl{width: 49%}
#ask-expert-content li img{width: 100%;max-width: 334px;}
#recently-viewed-products .slider {margin: auto;}
#store-locator.wrapper {width: 100%;}
#store-locator #my_map{width: 100% !important;}
#store-locator .filter{height: auto;}
#related-products .products{width: auto}
#mobile-featured-products-menu ul{display:none;}
#mobile-featured-products-menu-toggle{
	display: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	background: #cccccc;
	width: 100%;
	height: 44px;
	font-size: 1.3em;
	line-height: 44px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
#mobile-featured-products-menu-toggle:hover {
	background: #293d82;
	text-decoration: none;
	color: #fff;
}
#mobile-featured-products-menu-toggle::before{
    content:' ►';
    float:left;
    padding: 0 17px 0 20px;
    -moz-transition:0.5s all;
    -webkit-transition:0.5s all;
    -ms-transition:0.5s all;
	-o-transition:0.5s all;
	transition:0.5s all;
}
#mobile-featured-products-menu-toggle:hover::before{
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -ms-transition:rotate(90deg);
	-o-transition:rotate(90deg);
	transition:rotate(90deg);
}
#mobile-featured-products-menu-toggle .separator {
	border-left: 2px solid white;
	display: inline-block;
	margin-right: 15px;
}
#mobile-featured-products-menu-toggle.active {
	background: #293d82;
	text-decoration: none;
	color: #fff;	
}
#selectedFilter {
	font-size: 0.7em;
	color: #CC0000;
	float: right;
	padding-right: 15px;
}
#mobile-featured-products-menu-toggle.active::before {
	-moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -ms-transition:rotate(90deg);
	-o-transition:rotate(90deg);
	transition:rotate(90deg);
}
#mobile-featured-products-menu ul li.active a {
	color: #cc0000;
}
#mobile-featured-products-menu ul li{
	text-align: left;
	display: block;
	width: inherit;
	font-size: 1.1em;
	padding-left:20px;
	background-color:#f6f6f6;
	border: 1px solid #dddddd;
	margin-bottom: 3px;
	margin-top: 3px;
}
#mobile-featured-products-menu ul li a{
	text-decoration: none;
	color: black;
	font-weight: bold;
	display: block;
	padding: 10px 15px;
}
#mobile-featured-products-menu ul li a:hover{
	text-decoration: none;
}
.top-menu-mobile{display:none;}
#mobileMenu #mobile-utility-menu ul li a{
	line-height:2em;
	background-color: #981d20;
	color: white;
}
@media screen and (min-width: 1024px) {
	.teasersMobile{
		display:none;
	}
}
@media screen and (max-width: 1023px) {
	#header #user-menu{
		width: 450px;
		position: absolute;
		right: 25px;
		top: -6px;
	}
	.teasersDesktop{
		display:none !important;
	}

	#main-menu #mainMenu{display:none;}
	#main-menu{
		background: #FAFAFA;
		height: 51px;
		margin-bottom: 13px;
	}
	#mobileMenuButton{display: initial;}
	#mobileMenu{
		display: block;
		width: 80%;
		background: #2B2B2B;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		z-index: 100000;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.showMMenu{margin-left:80%;overflow: hidden;position: fixed!important}
	#mobileMenu h3{margin:0;}
	.socials{display:none;}
	#top-menu{margin-right:0px;}
	#search {
		position: absolute;
		top: 95px;
		-webkit-box-shadow: none;
		box-shadow: none;
		left: auto;
		right: 0;
		width: 295px;
		height: auto;
		background: transparent;
	}
		#search form .input-txt {
		background: white;
		border: 1px solid #ccc;
		height: 12px;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 76px);
		float: none;
		margin: 0;
	}
	#search form .input-btn {
		width: 65px;
		height: 30px;
		background: url(../images/bg-search-button.png);
		display: inline-block;
		vertical-align: top;
		float: none;
		margin: 0;
		margin-left: -1px;
	}
	/*#header #user-menu{display:none;}*/
	#utility-menu{margin-top:40px;}
	#featured-products{height:auto;background:#f0f0f0;text-align: center;}
	#featured-products h1{text-align:left;}
	#featured-products-content .product {float: initial; display:inline-block;}
	#featured-products-content{margin-top:15px;}
	#featured-products-menu {display: none}
	#mailing-spots{text-align: center;}
	#mailing-spots .mailing{ margin: auto;float:initial;}
	#mailing-spots .hot-spots{ border: none;float:initial;}
	#footer{background: #dfdfdf;height:auto;text-align: center}
	#payment-methods {border:none;float:initial;margin:0 auto;padding: 0;}
	#promos .item{margin-right: 1.2%;width: 32%; float:initial;display: inline-block;}
	#promos img{width: 100%}
	.filters .search .page-pagination {position: initial;}
	#product-listing .grid-view {text-align: center;}
	#content-main{
		float:initial;
		width: auto;
	}
	#content-main .image img{ width: 100%;max-width: 315px; }
	#content-side{margin:0 10px 10px 0;}
	#checkout .right-column {width: auto; float:initial;min-height: initial;}
	#checkout .left-column {float:initial;}
	#checkout .left-column .orderdetails{width:auto;}
	#checkout .orderdetails {
		min-height: initial;
	}
	#mobileMenu ul li.cart-items a {
		padding-left:40px;
		background: #bfbfbf url(../images/icons/icon-cart-items.png) no-repeat scroll 0 50%;
	}
	#checkout .column.fr {
		border-left: none;
		margin-left: 0;
		padding-left: 0;
		float:initial;
		margin:auto;
	}
	#checkout .column.fl{
		float:initial;
		margin:auto;
	}
	#checkout .column .register-section {margin-left:0;}
	#checkout .column.register .col-2{display: none;}
	#checkout .column form{float:initial;display: inline-block; text-align: left}
	#checkout .column.register{text-align: center; width: auto}
	#checkout .shipping .col-1,#checkout .shipping .col-2{float:initial;margin: auto}
	#checkout .payment .col-1,#checkout .payment .col-2{float: initial; width: auto;}
	#checkout .steps ul li{font-size: 13px;}
	#checkout .steps,#checkout .steps ul{display: inline-block;width: auto}
	#checkout{text-align: center}
	#checkout .cart{text-align: left;}
	#shop-brands .contentarea{text-align: center}
	#shop-brands .contentarea .btn{position: initial;}
	#shop-brands .contentarea ul li{float:initial;display:inline-block;margin:0;}
	#checkout .payment{text-align: left}
	#checkout .payment .col-2{text-align: center}
	#checkout .payment .col-2 p{text-align: left}
	#checkout .payment .col-2 .info{text-align: left;display: inline-block;}
	#mobile-featured-products-menu-toggle{display: block}
	#site-map {
	  float: none !important;
	  width: 100% !important;
	  text-align: center; }
	  #site-map .item {
	    margin: 0px;
	    float: none;
	    display: inline-block;
	    width: 100%; }
	    #site-map .item ul {
	      margin: 0px;
	      display: block;
	      float: none !important; }
	  #site-map .item.item-1 ul {
	    margin: 20px 0px 0px !important; }
}
@media screen and (max-width: 800px) {
	#header #user-menu{
		top: -46px;
	}
	#main-menu{
		-webkit-box-shadow: 0 0 5px 1px #666;
		-moz-box-shadow:    0 0 5px 1px #666;
		box-shadow:         0 0 5px 1px #666;
	}
	#top{
		text-align: center;
		height:auto;
		background-repeat:repeat;
	}
	#top-menu{
		float:none;
		margin:0px;
		display: inline-block;
	}
	#top-menu li{
		display:none;
	}
	#top-menu .top-menu-mobile{
		display:initial;
	}
	#search {
		position: absolute;
		top: -5px;
		left: 212px;
		width: calc(100% - 420px);
	}
	.greetings{
		float:initial;
		margin:0px;
	}
	#utility-menu{display:none;}
	#mobile-utility-menu{display:initial;}
	#mobile-utility-menu #ownership{
		color:#fff;
		font-size:1.3em;
		width: auto;
	}
	#mobile-utility-menu #ownership img {
		float: left;
		margin: 0px;
		vertical-align: middle;
		margin-right: 10px;
	}
	#logo {
		margin:0;
		height: 35px;
		float: right;
		margin-bottom: -50px;
		padding-top: 10px;
		width: 40%;
		max-width: 200px;
		display: table;
		vertical-align: middle;
	}
	#logo a{
		display: table-cell;
		vertical-align: middle;
	}
	#logo img{width:100%;}
	#promos .item{margin-right: 0.9%;}
	.filters .search .select-wrap {width: auto;}
	#store-locator .filter p{float:initial!important;}	
	#store-locator #userAddress {width: 92%;}
	#about .contentarea{font-size: 12px!important;}
	.pagination a{background-size: auto 75%!important;}
	#checkout .next-btn {background-size: auto 75%!important;width: 75px;}
	.pagination a:not(.continueshopping-btn){width: 128px!important;}
	.continueshopping-btn{width: 190px!important;}
	.pagination span{line-height: 40px!important;}
	#checkout .title p{font-size: 15px;}
	#checkout .title .back{font-size: 13px;}
	#checkout .steps ul li{font-size: 11px;padding: 3px 20px 0px;}
	#about .title img {float:initial;}

	/* Product Features Section */
	.specs-features-info-wrapper {
    overflow: hidden;
    margin-bottom: 20px; }
    .specs-features-info-wrapper .menuWrap {
      height: auto; }
      .specs-features-info-wrapper .menuWrap ul li {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: block;
        width: 100%;
        height: 35px;
        background: white; }
        .specs-features-info-wrapper .menuWrap ul li a {
          padding: 0 0 0 35px;
          line-height: 2.5em;
          border-radius: 0;
          background: transparent; }
        .specs-features-info-wrapper .menuWrap ul li:hover {
          background: #f6f6f6;
          border-left: 10px solid #293D82; }
          .specs-features-info-wrapper .menuWrap ul li:hover a {
            background: transparent;
            color: #363636; }
    .specs-features-info-wrapper .menu-filters {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      position: relative;
      display: block;
      background: #cccccc;
      width: 100%;
      height: 44px;
      font-size: 1.2em;
      line-height: 2.6em;
      font-weight: normal; }
      .specs-features-info-wrapper .menu-filters span {
        font-size: 1em;
        color: #818181; }
      .specs-features-info-wrapper .menu-filters .separator {
        width: 35px;
        height: 43px;
        z-index: 100;
        top: 0px;
        border-right: 1px solid #b6b6b6;
        position: absolute;
        left: 12px; }
        .specs-features-info-wrapper .menu-filters .separator img {
          margin-left: 8px;
          margin-top: 17px; }
      .specs-features-info-wrapper .menu-filters .selectBox-arrow {
        background: transparent;
        left: 0px;
        top: 0px;
        width: 46px;
        height: 43px;
        border: none;
        border-right: 1px solid #fefefe;
        margin-right: 25px;
        display: inline-block;
        position: relative;
        vertical-align: middle; }
        .specs-features-info-wrapper .menu-filters .selectBox-arrow:after {
          content: "";
          position: absolute;
          -webkit-transform: rotate(-90deg);
          /* Saf3.1+, Chrome */
          -moz-transform: rotate(-90deg);
          /* FF3.5+ */
          -ms-transform: rotate(-90deg);
          /* IE9 */
          -o-transform: rotate(-90deg);
          /* Opera 10.5 */
          transform: rotate(-90deg);
          filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-90), M12=-sin(-90), M21=sin(-90), M22=cos(-90));
          -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-90), M12=-sin(-90), M21=sin(-90), M22=cos(-90))";
          zoom: 1;
          /* IE6ΓÇôIE9  */
          width: 0;
          height: 0;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-right: 5px solid dimgrey;
          top: 15px;
          left: 20px; }
        .specs-features-info-wrapper .menu-filters .selectBox-arrow:hover:after {
          border-right: 5px solid #293D82; }
      .specs-features-info-wrapper .menu-filters:hover {
        background: #293D82;
        text-decoration: none;
        color: #fff; }
        .specs-features-info-wrapper .menu-filters:hover .separator {
          border-right: 1px solid #1f2e63; }
        .specs-features-info-wrapper .menu-filters:hover span {
          color: #fff; }
        .specs-features-info-wrapper .menu-filters:hover .selectBox-arrow {
          border-right: 1px solid #5e77cc; }
          .specs-features-info-wrapper .menu-filters:hover .selectBox-arrow:after {
            border-right: 5px solid white; }
    .specs-features-info-wrapper .specs-info-items #linked-products #info-product-features .feature img {
      display: block;
      max-width: 70%;
      margin: 0 auto;
      float: none; }
    .specs-features-info-wrapper .specs-info-items #linked-products #info-product-features .feature .featureContent .title {
      font-size: 1.1em;
      margin: 10px 0; }
    .specs-features-info-wrapper .specs-info-items #linked-products #info-product-features .feature .featureContent p {
      font-size: 1em;
      margin: 0; } }
}
@media screen and (max-width: 764px) {
	#site-map, #site-map .item, #site-map .item *{float:initial;margin:0;}
	#site-map .item ul {
		margin:0!important;
	}
}
@media screen and (max-width: 640px) {
	#search {
		top: 51px;
		-webkit-box-shadow: inset 0 6px 9px -7px rgba(0,0,0,.5);
		box-shadow: inset 0 6px 9px -7px rgba(0,0,0,.5);
		left: 0;
		width: 100%;
		height: 58px;
		background: url(../images/bg-search.png);
	}
	#main-menu{
		margin-bottom: 68px;
	}
}
@media screen and (max-width: 600px) {
	#header #user-menu{
		right: 87%;
		top: -49px;
	}
	#user-menu ul li a span {
	    display: none;
	}
	#promos .item{margin-right: 0.6%;}
	#product-listing .grid-view .compare {display: none;}
	#product-listing .quick-view {display: none;}
	#product-listing .mobile-quick-view{display: block;}
	#product-listing .grid-view .item{padding: 10px;}
	.product-overview {width: auto; z-index:1000; background-color: white}
	.product-overview .column-left, .product-overview .brand,.product-overview .shipping{display:none;}
	.grid-view .product-overview .column-right{width: 153px; margin:0px;height: 640px;}
	.list-view .product-overview .column-right{width: 1000px; height: 1000px;margin:0px;}
	.product-overview .description{height:auto!important; overflow-y:auto;}
	#colorbox{
		width: 100% !important;
		height: 100% !important;
		top:0!important;
	}
	#cboxWrapper, #cboxContent, #cboxLoadedContent img{width:100% !important; height:auto !important;}
	#cboxLoadedContent,#cboxLoadedContent *{width:92% !important;}
	#cboxLoadedContent{height:auto !important;}
	#product{text-align: center;}
	#product .column.fl {float:initial;width: auto;display: inline-block;}
	#product .column.fr {float:initial;width: auto;display: inline-block;text-align: left;}
	#item-inventory {padding: 20px 0;}
	#ask-expert-content ul.fr,#ask-expert-content ul.fl{float:initial;width:100%;}
	.breadcrumbs p, .breadcrumbs .back{float:initial;text-align: center}
	.breadcrumbs .back{margin-top:10px;display: inline-block;margin-bottom: 5px;font-size:14px;}
	.breadcrumbs{height: auto}
	#content-side{float:initial;}
	#checkout .cart .additional-options .details {width: auto;}
	#checkout .cart .additional-options .details input[type=submit] {position: initial;}
	#checkout .shipping .col-1,#checkout .shipping .col-2{width: auto}
	#about .contentarea{font-size: 10px!important;}
	.pagination a{background-size: auto 50%!important;}
	#checkout .next-btn {background-size: auto 50%!important;width: 50px;}
	.pagination a:not(.continueshopping-btn){width: 85px!important;}
	.continueshopping-btn{width: 125px!important;}
	.pagination span{line-height: 24px!important;margin:0 10px!important;}
	#checkout .steps ul li{float:initial;text-align: left;border:none;line-height: 30px}
	#checkout .steps ul,#checkout .steps{height: auto}
	#checkout .steps {background:none;border:none;}
	#checkout .steps ul li.active{
		background-color: #f4f4f4;
		border: 1px solid #c8c8c8;
		border-radius: 10px;
	}
	#guarantee-modal, #money-modal, #shipping-modal, #how-it-works{
		padding:0px 5px!important;
		-webkit-box-shadow: 0px 0px 0px #000!important; 
		-moz-box-shadow: 0px 0px 0px #000!important;
		box-shadow: 0px 0px 0px #000!important;
	}
	#item-inventory-content{display: none!important;}
	.miscPage #teasers{display:none;}
}
@media screen and (max-width: 479px) {
	.menuMobileDevicesIcon{font-size:1.2em;background-size: auto 80%;background: url("../images/menu_small.png") 5px 0px no-repeat;}
	#teasers .item {margin:0;padding: 5px !important;float:initial;width:auto;margin:0px;text-align: center}
	#featured-products h1 {margin-left: 5px;}
	#featured-products-content .product .image{float:left;}
	#featured-products-content .product .image .zoom{display:none;}
	#featured-products-content .product .price{overflow:initial;font-size:28px }
	#featured-products-content .product .price sup{font-size:18px;}
	#featured-products-content .product .price .old {display: inline-block;float:initial;font-size:11px;}
	#featured-products-content .product .price .old strong{font-size: 16px;}
	#featured-products-content .product .price .old .line{font-size: 11px}
	#featured-products-content .product .description{padding-left: 115px;text-align: left}
	#featured-products-content .product{
		height:auto;
		width: 95%;
		margin: 0;
	}
	#promos .item {margin: 9px!important;float:initial;display: inline-block;}
	#shop-brands .contentarea .btn {position: initial;}
	.hot-spots img{width:100%;}
	#promos {text-align: center;}
	#promos .item{width: auto}
	#shipping-modal h2 {font-size:16px;margin-bottom:0;}
	#shipping-modal p, #guarantee-modal ol p, div#bestPrice div#content-main ol p,#money-modal p, #guarantee-modal p{font-size:10px!important;}
	#how-it-works p, #how-it-works li {font-size:9px!important;}
	#guarantee-modal ol p, div#bestPrice div#content-main ol p, #how-it-works p{margin:0!important;}
	div#guarantee-modal p.popGuarantee-1, div#guarantee-modal p.popGuarantee-1 a, div#money-modal p.popMoney-1 a, div#money-modal p.popGuarantee-1 a, div#bestPrice div#content-main h1, div#moneyBack div#content-main h1{font-size:11px!important;}
	#product-listing .grid-view .item {width:95%;padding:10px;position: relative;}
	#product-listing .grid-view .item .name, #product-listing .grid-view .item .description, #product-listing .grid-view .item .price, #product-listing .grid-view .item .shipping  {height:auto;min-height: initial;}
	#product-listing .grid-view .share {float:right;}
	#product-listing .grid-view .item .description{text-align: left}
	#product-listing .grid-view .image {
		float: left;
		padding-right: 5px;
	}
	.product-overview{width: 86%}
	.product-overview .column-right{width:auto;height: auto;}
	#content-main .image {float:initial;}
	#checkout .title {height: auto;}
	#checkout .title .back{margin-bottom: 10px;}
	#checkout .column.fr, #checkout .column.fl{width: auto}
	#checkout .column.fl{margin-bottom: 50px;}
	#Forgot-password {position: initial;}
	#checkout .login-btn{float:initial}
	#checkout .column.register .col-1, #checkout .column.register .col-2, #checkout .column.register .col-3{width:auto;}
	.title img{width: 100%; max-width: 280px}
	.title h1{font-size: 15px;}
	#checkout .steps ul li{font-size: 11px; line-height: 20px;}
	#checkout .title p{font-size: 13px;}
	#checkout .title .back{font-size: 11px;}
	.grid-view .product-overview .column-right{height: auto}
	.pop{
		height: 91%;
		position: absolute;
		z-index: 100;
		width: 100%;
		background-color: white;
	}
	.greetings{display: none;}
	#top {padding-top: 10px;}
	.pagination{padding: 0}
	#product-listing .list-view .details .shipping{width: auto; margin-top: 10px;}
	#product-listing .list-view .details .description a {
		font-size: 10px;
		line-height: 15px;
	}
	#product-listing .list-view .preview h2 a{font-size: 15px;}
	#product-listing .list-view .preview h2 a span{font-size: 12px;}
	#page-title h1{font-size: 20px}
	#page-title{margin-bottom:10px;}
	#lightbox-container-image-data-box,#lightbox-container-image img, #lightbox-container-image-box{width: 95%!important;max-width: 420px;}
	#lightbox-container-image-data-box{padding: 0!important;}
	#lightbox-container-image-box{height:auto!important}
	#how-it-works h1 {font-size: 11px;}
	#how-it-works h2 {margin-top: 5px;	margin-bottom: 2px;font-size: 10px;}
	#how-it-works ul{margin:5px 0;}
	.filters .display{display:none;}
	.ui-multiselect{width: 200px!important;}

	/* Product Features Section  */
    .specs-features-info-wrapper {
    margin-top: 40px; }
    .specs-features-info-wrapper .menuWrap ul li a {
      font-size: 1em;
      padding: 0 0 0 25px; }
    .specs-features-info-wrapper .menu-filters {
      font-size: 0.65em; }
      .specs-features-info-wrapper .menu-filters .selectBox-arrow {
        margin-right: 5px; }
    .specs-features-info-wrapper .specs-info-items #linked-products #info-product-features .feature {
      width: 93%;
      margin: 10px auto; }
      .specs-features-info-wrapper .specs-info-items #linked-products #info-product-features .feature .featureContentLeft,
      .specs-features-info-wrapper .specs-info-items #linked-products #info-product-features .feature .featureContentRight,
      .specs-features-info-wrapper .specs-info-items #linked-products #info-product-features .feature .rightBlock,
      .specs-features-info-wrapper .specs-info-items #linked-products #info-product-features .feature .leftBlock {
        width: 100%;
        left: auto; } 
    .brandLanding {
    	padding-top: 25px;}
    	.brandLanding .brandlogo {
		    min-height: 0;}
}

@media screen and (max-width: 365px) {
	.pagination * {margin: auto;float: initial;}
	.pagination span{display: none;}
}