/* Global Resets */
* {
    margin: 0;
    padding: 0;
    outline: none;
}

/* General */

body {
    background-color: #fff;
    font-size: 14px;
    font-family:'Source Sans Pro',sans-serif;
    font-weight: normal;
    -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	border-top:3px solid #e74c3c
}

input, select, textarea {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}

/* Layout */

.inner:after {
    clear: both;
    content: "";
    display: table;
}

.TopMenu > .inner, #Header > .inner, .PageMenu > .inner, .main > .inner, .footer-main > .inner, .footer-links > .inner, .newsletter-subscription > .inner {
    margin: 0 auto;
}

/* Top Navigational Menu */

.TopMenu {
    font-size: 12px;
    margin: 0 0 20px 0;
}

.TopMenu .inner {
    padding: 10px 0;
}

.TopMenu ul {
    padding: 0;
    margin: 0;
    text-align: right;
}

.TopMenu li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    line-height: 14px;
    padding:0px;
	text-transform:uppercase
}

.TopMenu li .icon {
    margin-right: 5px;
}

.TopMenu li.First a {
    border-left: 0;
}

.TopMenu li.last{
    padding-right: 0;
    border-right: none;
}

.TopMenu li.CartLink{ border:1px #eaeaea solid; border-radius:2px; padding:10px 15px}

.TopMenu li.CartLink span{ display:inline-block; margin-left:5px}

.TopMenu .CartLink a {
    color: #333;
}

.TopMenu .CartLink span{
    width: auto;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.TopMenu a {
    padding: 0;
    margin: 0;
    position: relative;
	text-transform:uppercase
}

.TopMenu li.last a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.TopMenu li.last a .icon{
    position: absolute;
    left: 0;
    top: -2px;
}


/* Header */

#Header {
    position: relative;
    margin-bottom: 20px;
}

/* Main Categories Menu */

#HeaderLower #SideCategoryList .SideCategoryListClassic li a {
    width: auto;
    margin: 15px 10px;
    padding: 0 0 0 0px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

#HeaderLower #SideCategoryList .SideCategoryListClassic li:before {
    float: left;
    margin-top: 16px;
    content: "|";
}

#HeaderLower #SideCategoryList .SideCategoryListClassic ul:first-child {
    color: #fff;
}

/* Horizontal Category List (Default & Flyout) */

#SideCategoryList h2 {
    display: block;
}

/* Logo */
.header-logo {
    float: left;
	margin-top:15px;
    max-height: 71px;
}

.header-secondary{ padding-top:40px}

/* Top Search Form */

#SearchForm{
    position: absolute;
    float: right;
    width:260px;
	right:0px;
	z-index:10;
	top:127px
}

#SearchForm .Textbox{background:#fff; width:220px; border:none!important}

#SearchForm form {
    padding: 0;
    margin: 0;
}

#SearchForm label {
    display: none;
}

#SearchForm input {
    border-right: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 1em;
    margin: 0;
    float: left;
    width: 80%;
	border-radius:3px 0px 0px 3px

}

#SearchForm input#search_query {
    border-right-width: 0 !important;
}

#SearchForm .Button {
    cursor: pointer;
    border: 0 !important;
    vertical-align: top;
    margin: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 0px 3px 3px 0px;
    background: url(//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/searchIcon.png) 50% 50% no-repeat #1399BE;
    -moz-transition: background-color 150ms ease;
    -webkit-transition: background-color 150ms ease;
    -o-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
}

#SearchForm p {
    display: none;
    font-size: 0.85em;
    margin: 5px 0 0 0;
}


/* Select styling */

select {
    border-radius: none;
    margin: 0;
    padding: 9px;
}

select.Field45 {
    width: auto;
}

.no-sel {
    height: auto;
    line-height: inherit;
}

textarea {
    line-height: 18px;
    height: 100px;
    max-width: 100%;
}

input {
    padding: 0px;
}

p {
    line-height: 1.5;
    margin:0;
}
a {
    text-decoration: none;
    font-weight: inherit;
}

a:hover{
    text-decoration: none;
}

.page-content #LayoutColumn2 a.pname:hover {
    background-color: transparent;
}

strong, b {
    font-weight: bold;
}

.header-logo h1 {
    font-size: 40px;
	width:168px;
	height:43px;
	margin-top:15px;
}

/* Buttons */

.btn {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom:1;
    text-align: center;
    border: none;
    font-size: 13px;
    padding: 0 1em;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn.text {
    background:none;
    outline: 0;
}

/* Headings */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0;
    padding: 0;
}

h1, .h1 {
    font-size: 34px;
    font-weight: normal;
    padding: 0 0 20px 0;
}



h3, .h3 {
    font-size: 18px;
    font-weight: 700;
    padding:0;
}

h4, .h4 {
    font-size: 18px;
    font-weight: normal;
    padding: 0 0 20px 0;
}

h5, .h5 {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 20px 0;
}

.footer-main h4 {
    color: #fff;
    font-size: 16px;
    padding: 0 0 1em 0;
    line-height: 20px;
    font-weight: 300;
}

#ProductDetails .p-price {
     color: #E74C3C !important;
    font-size: 28px;
    font-weight: 900;
}

.footer-main, .footer-main a{
    color: #fff;
}

.TitleHeading {
    margin: 0 0 10px;
    padding:0px;
	text-transform:uppercase
}


.TitleHeading.zero {
    margin-bottom: 0;
}

img,
img a {
    border: 0;
}

ul,
ol {
    margin:0;
	list-style:none outside none
}

li {
    margin: 0;
    padding: 0;
}

blockquote {
    margin-left: 28px;
}

select option {
    padding: 3px 10px;
    margin-right: 10px;
}

hr {
    margin: 20px 0;
    padding: 0;
    height: 1px;
    background: none;
    border-width: 1px 0 0 0;
}

/*Standardised Forms*/

fieldset {
    margin: 0 0 20px;
    border: 0;
}

/*Horizontal Forms*/

.horizontal-form input {
    margin-right: 1em !important;
}

.horizontal-form fieldset {
    margin-right: 20px;
    display: inline-block;
}

/* Forms */

.HorizontalFormContainer dl,
.VerticalFormContainer dl {
    margin: 0;
	overflow:hidden
}

.HorizontalFormContainer dt img {
    vertical-align: middle;
    float: left;
}

.HorizontalFormContainer dt .fieldLabel {
    float:left;
    padding-top: 4px;
    padding-left: 4px;
}

.HorizontalFormContainer dt {
    width: 170px;
    float: left;
    clear: left;
}

.HorizontalFormContainer dd.ProductField {
    height: 20px;
}

.HorizontalFormContainer dd {
    padding-top:4px;
    margin-left: 180px;
}

.NarrowFormContainer dt {
    width: 110px;
}

.NarrowFormContainer dd {
    margin-left: 120px;
}

.NarrowFormContainer p.Submit {
    margin-left: 120px;
}

.VerticalFormContainer dt {
    float: none;
    margin-bottom: 6px;
    width: auto !important;
}

.VerticalFormContainer dd {
    margin-bottom: 25px;
    margin-left: 0 !important;
}

/* override inline styles on zip code fields */

#FormField_13, #FormField_23 {
    width: 180px !important;
}

/* Page Containers */

#ContainerLower {
    clear: both;
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}

/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
    clear: both;
}

.centerer {
    margin:0 auto;
    text-align: center;
}

input.Textbox, textarea,
input[type="text"],
input[type="password"] {
    margin: 0;
    height: 40px;
    line-height: 35px;
    padding: 0 12px;
    background: #f8f8f8;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family:'Source Sans Pro',sans-serif
}

textarea {
    min-height: 100px;
    padding: 1em;
}

/* Left Content Area */

.Left {
    float: left;
    padding-right: 40px;
    width: 260px;
}

.Left h3 {
    padding-top: 0;
}

.Left .BlockContent {
    margin: 0;
}

.Left  .pages-menu{ display:none}

.Left ul {
    margin: 0 0 10px 10px;
    padding: 0;
}

.Left .SideCategoryListClassic ul li a{ color:#e74c3c!important}
.Left .SideCategoryListClassic ul li ul li a{ color:#34495e!important}

.Left a{color:#34495e!important}

.Left li {
    clear: both;
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
}

.Left #SideCategoryList .sf-menu li li {
    padding-left: 10px;
}

.Left li li a {
    margin: 4px 0;
    font-size: 13px;
}

.Left .sf-menu li {
    float: none;
}

.Left #SideCategoryList {
    display: block;
	margin-bottom:30px
}

.Left #SideCategoryList h3{
    color: #fff;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 15px 10px;
    text-transform: uppercase;
	font-weight:normal;
	margin-bottom:15px;
	background:#34495e;
	border-radius:3px}

.Left h2 {
   background: none repeat scroll 0 0 #34495E;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 0px;
    padding: 15px 10px;
    text-transform: uppercase;
}

.Left #SideShopByBrand	{margin-bottom:40px}
.Left #SideShopByBrand li:before{
 color: #666666;
    content: "\f105";
    cursor: pointer;
    display: inline-block !important;
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 20px;
    }
.Left #SideShopByBrand li{border-bottom:1px #eaeaea solid; padding-top:7px; padding-bottom:7px; margin:0px}
.Left #SideShopByBrand .afterSideShopByBrand{
	background:#E74C3C;
	border: 0 none;
	filter: none;
	overflow: hidden;
	padding: 12px 15px 11px !important;
	cursor:pointer;
	font-weight:bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-transform:uppercase;
	display:inline-block;
	color:#fff!important;
	font-weight:bold!important
}
.Left #SideShopByBrand .afterSideShopByBrand:hover {
	background:#323a45;
	border: 0 none;
	filter: none;
	overflow: hidden;
	padding: 12px 15px 11px !important;
	display:inline-block
}
.Left #SideShopByBrand .afterSideShopByBrand a{color:#fff!important;
	font-weight:bold!important}

.Left #SideShopByBrand span{display:inline-block; padding-right:3px}
.Left #SideShopByBrand a{font-weight:normal; padding-left:6px}
.Left .newsletter-subscription {margin-bottom:40px}
.Left #SideCategoryShopByPrice li:before{
 color: #666666;
    content: "\f105";
    cursor: pointer;
    display: inline-block !important;
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 20px;
    }

.Left #SideCategoryShopByPrice li {padding-left:0px; position:relative; border-bottom: 1px solid #EAEAEA;
    margin: 0;
    padding-bottom: 7px;
    padding-top: 7px;}

.Left #SideCategoryShopByPrice a{display:inline-block; padding-left:6px}

.Left .subscribe_form li .Textbox{ width:260px!important}

.Left .SideCategoryListClassic li:before{
 color: #666666;
    content: "\f105";
    cursor: pointer;
    display: inline-block !important;
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 20px;
    }

.Left .SideCategoryListClassic .home-act{display:none}

.Left .SideCategoryListClassic a{padding-left:6px!important}

.Left .SideCategoryListClassic li ul li:before{ content:no-close-quote}

.Left #SideCategoryList ul ul {
    margin-bottom: 15px !important;
	margin-left:5px
}

.Left #SideCategoryList .BlockContent,
.Left .slist .BlockContent {
    padding: 0 20px 0 0;
    overflow: hidden;
}

.Left #SideCategoryList li a,
.Left .slist li a,
.Left .afterSideShopByBrand a,
.Left #GiftCertificatesMenu li a,
.Left #SideAccountMenu li a {
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 14px;
}

.Left #SideCategoryList li li a,
.Left .slist li li a {
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 5px;
}

/* Primary Content Area */
.Content {
    overflow: hidden;
    padding: 0 0 20px 0;
    min-height: 200px;
}

.Content .Block {
    clear: both;
}

.Block {
    margin-top: 0;
    margin-bottom: 20px;
}

/* Primary Content Area (column span of 2) */
.Content.Wide {
    padding: 0;
}

/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
    padding: 0;
    border: none;
	margin-top:20px
}

/* Right Content Area */
.Right {
    float: right;
    width: 190px;
}

.Right .Block {
    padding: 0 0 10px 0;
}

.Right .BlockContent {
    margin: 0 10px 0 10px;
}

.Right ul {
    margin: 0;
    padding: 0;
}

.Right li {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 5px 0 7px 0;
}

/* Top Banner styles */

.Block.banner_home_page_top,
.Block.banner_category_page_top,
.Block.banner_brand_page_top,
.Block.banner_search_page_top {
    position: relative;
    z-index: 0;
}

.Block.banner_home_page_top *,
.Block.banner_category_page_top *,
.Block.banner_brand_page_top *,
.Block.banner_search_page_top * {
    padding: 0;
    margin: 0;
}

/* Bottom Banner styles */

.Block.banner_home_page_bottom,
.Block.banner_category_page_bottom,
.Block.banner_brand_page_bottom,
.Block.banner_search_page_bottom {
    position: relative;
    left: 0;
    margin-bottom: 0;
}

.Block.banner_home_page_bottom div,
.Block.banner_category_page_bottom div,
.Block.banner_brand_page_bottom div,
.Block.banner_search_page_bottom div {

}

.Block.banner_home_page_bottom div,
.Block.banner_category_page_bottom div,
.Block.banner_brand_page_bottom div,
.Block.banner_search_page_bottom div {

}

.Block.banner_home_page_bottom div:first-child,
.Block.banner_category_page_bottom div:first-child,
.Block.banner_brand_page_bottom div:first-child,
.Block.banner_search_page_bottom div:first-child {

}

.Block.banner_home_page_bottom div .text,
.Block.banner_category_page_bottom div .text,
.Block.banner_brand_page_bottom div .text,
.Block.banner_search_page_bottom div .text {
    position: absolute;
    top: 35px;
    left: 15px;
    width: 200px;
    z-index: 99;
}

.Block.banner_home_page_bottom div .text h2,
.Block.banner_category_page_bottom div .text h2,
.Block.banner_brand_page_bottom div .text h2,
.Block.banner_search_page_bottom div .text h2 {
    font-size: 2.7em;
    line-height: 1em;
    margin-bottom: 12px;
}

.Block.banner_home_page_bottom div .text h3,
.Block.banner_category_page_bottom div .text h3,
.Block.banner_brand_page_bottom div .text h3,
.Block.banner_search_page_bottom div .text h3 {
    font-size: 1.6em;
    line-height: 1em;
    margin-bottom: 10px;
}

.Block.banner_home_page_bottom div .text p,
.Block.banner_category_page_bottom div .text p,
.Block.banner_brand_page_bottom div .text p,
.Block.banner_search_page_bottom div .text p {
    margin-bottom: 10px;
}

.image-container-centered {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    float: none !important;
}

.category-featured .image-container-centered {
    width: 320px;
    height: 264px;
}

.category-featured .image-container-centered img {
    max-width: 320px;
    max-height: 264px;
}

.category-featured h3 {
    text-transform: uppercase;
}

/* Contains links lists & newsletter */

.footer-columns li ul,
.footer-columns li:hover ul {
    display: none !important;
}

.footer-columns .RecentNews li p {
    margin: 5px 0;
}

/* Newsletter Subscription Form */

.newsletter-subscription h4 {
    padding: 0;
}

.newsletter-subscription .inner {
    padding: 20px 0;
}

.newsletter-subscription label {
    display: none;
}

.footer .newsletter-subscription li.inputForm {
    margin-right: 10px;
}

/* News Lists */

#HomeRecentBlogs ul {
    padding-left: 0;
    margin-left: 0;
}

#HomeRecentBlogs li {
    list-style: none;
    padding: 5px 0 5px 10px;
    margin: 0;
}

#LowerRight .FeedLink {
    float: left;
    margin: 6px 4px 0 0;
}

/* Product Listings */

#LayoutColumn1 .ProductList {
    margin: 0 0 0 0px;
    padding: 0;
    overflow: hidden;
}

#LayoutColumn1 .ProductList li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 0 30px 0px;
    list-style: none;
    height: auto !important;
    margin: 0;
    font-size:13px;
    overflow: hidden;
    width:232px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align:center;
	margin-right:20px;
	position:relative

}

#LayoutColumn1 .ProductList li .btn{}

#LayoutColumn1 .ProductList li:nth-of-type(5n+5), #LayoutColumn1 .ProductList li *:nth-of-type(5n+5) #LayoutColumn1 .ProductList li {
    margin-right: 0;
}

.ProductList {
    margin: 0 0 0 0px;
    padding: 0;
    overflow: hidden;
}

.ProductList li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 0 30px 0px;
    list-style: none;
    height: auto !important;
    margin: 0;
    font-size:13px;
    overflow: hidden;
    width:300px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align:center;
	margin-right:20px
}

.ProductList li:nth-of-type(3n+3), .ProductList li *:nth-of-type(3n+3) .ProductList li {
    margin-right: 0;
}

.SearchContainer .ProductList {
    margin: 0 0 20px 0;
}

#SimilarMultiProductsByCustomerViews .ProductList li {
    width: 20%;
}

.left-content {
    float: left;
    width: 50%;
}

.left-content .ProductList li {
    width: 20%;
    padding: 0 0 10px 10px;
}

.ProductList .ProductPriceRating {
    padding-bottom: 5px;
}

#ProductDetails .ProductThumbImage {
    min-height: 400px;
}

.AddCartButton{float:left}

#ProductDetails .ProductThumbImage {
 border: 1px solid #eaeaea;
    padding:0px 20px;
    position: relative;
    width: 550px;
}

.ProductList .ProductImage a, .ProductThumbImage a {
    width: 100%;
    vertical-align: middle;
    line-height: 0;
}

.ProductList .ProductImage img, #ProductDetails .ProductThumbImage img {
    max-height: 100%;
    max-width: 100%;
    line-height: 1.5em; /* If the image takes a while to load or doesn't load at all the alt text will display. This spaces this text. */
}

/* Add to cart popup __master overrides */

.fastCartContent {
    min-height: 0;
    width: auto;
}



.SubBrandListGrid .RowDivider {
    display: none!important;
}

.brand-img {
    float: left;
    width: 100%;
    padding: 5px 0;
    text-align: center;
}

.brand-img img {
    width: auto;
}

.ProductList .ProductDetails {
    padding: 10px 10px 0 0;
    word-wrap: break-word;
}

.ProductList em {
    display: block;
    padding-bottom: 5px;
    font-weight: bold;
    font-style: normal;
	color:#E74C3C;
	font-size:16px
}

.ProductList .Rating {
    display: block;
}

.ProductList li .ProductCompareButton {
    margin: 5px 0;
}

.ProductList .pname {
    display: block;
    padding-bottom: 5px;
    line-height: 21px;
	font-size:14px;
	color:#333
}

.List.ProductList li .ProductPriceRating {
    padding: 8px 10% 0 0;
    width: auto;
    margin: 0;
}

.List.ProductList li .ProductCompareButton {
    width: auto;
    clear: none;
    padding: 0 20px 0 0;
    margin: 5px 0 0 0;
}

.List.ProductList li .ProductCompareButton {
    padding-top: 7px;
}

.Left .ProductList li,
.Right .ProductList li {
    margin-bottom: 10px;
}

.Left .ProductList .ProductImage, .Right .ProductList .ProductImage {

}

.Left .ProductList {margin-left:0px!important}
.Left .ProductList li { width:250px}
.Left .ProductList .ProductImage{border:1px #ddd solid; padding:10px; margin-top:10px}

/* Top Seller Block Specific */

.Right .TopSellers, .Left .TopSellers {
    clear: both;
    padding: 0 0 10px 0;
}

.Right .TopSellers ul, .Left .TopSellers ul {
    margin: 0;
    padding: 0;
}

.Right .TopSellers li, .Left .TopSellers li {
    clear: both;
    margin: 0 0 5px 0;
}

.Right .TopSellers li .TopSellerNumber, .Left .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    float: left;
    width: 22px;
    font-size: 1.3em;
    text-align: center;
    padding: 1px 0 2px 0;
}

/* Contains the details of the item */
.Right .TopSellers .ProductDetails, .Left .TopSellers .ProductDetails {
    margin: 0;
    margin-left: 28px;
}

.Right .TopSellers li.TopSeller1 img, .Left .TopSellers li.TopSeller1 img {
    display: none;
}

.Right .TopSellers li.TopSeller1 .ProductImage,
.Left .TopSellers li.TopSeller1 .ProductImage {
    display: none;
}

.Content .TopSellers li.TopSeller1 .TopSellerNumber,
.Content .TopSellers li .TopSellerNumber {
    display: none;
}

/* Page Breadcrumbs */

.Breadcrumb {
    padding: 0!important;
    margin-bottom: 5px;
	margin-top:5px

}

.Breadcrumb span{ color: #AAAAAA;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 13px;
    margin: 0 2px;
	font-weight:normal}

.Breadcrumb ul{
    width: 100%;
    padding: 10px 0;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
}

.Breadcrumb li{
    list-style-type: none;
    padding: 0 0px 0 0;
    display: block;
    float: left;
    background: none;
	font-size:12px;
	color:#333;
	font-weight:bold
}

.Breadcrumb li a{
    display: inline-block;
    *display: inline;
    *zoom: 1;
	color:#666;
	font-size:12px;
	font-weight:normal

}

.top-title {
    position: relative;
}

.top-title h2 {
    margin: 0;
}

.productlist-page .top-title{
    margin-bottom: 0;
}

.Left .afterSideShopByBrand{
    padding: 8px 0 0 0;
    display: block;
}

/* Helpers */

.hide-visually {
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
}

.cf:after {
    content: "";
    display: table;
    clear: both;
}

.borderB {

}

.borderR {
    border-right: 1px solid #d6d6d6;
}

/* Miscellaneous Definitions */

.Left .FeedLink,
.Right .FeedLink {
    float: left;
    margin: 0 7px 0 0;
}

.Content .FeedLink {
    display: none;
}

.SortBox {
    font-size: 0.95em;
    color: @primary-color;
    padding: 12px 5px 0 0;
}

.CompareButton {
    text-align: right;
    margin-top: 15px;
}

.Required {
    color: #312e29;
}

.ShippingAddressList,
.ShippingAddressList li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ShippingAddressList li {
    width: 30%;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

#ProductDetails h1 {
border-bottom: 1px solid #E5E5E5;
    font-size: 42px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 0 0 10px;
    padding-bottom: 10px;
    text-align: left;
    word-spacing: 3px;
	text-transform:uppercase
}
.PrimaryProductDetails .ProductThumb {
    width: auto !important;
    height: auto !important;
    margin-bottom: 20px;
    text-align: center;
}
.PrimaryProductDetails .ProductThumb .ProductThumbImage .zoomPad {
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.PrimaryProductDetails .ProductMain {
    overflow: hidden;
    padding: 0 0 20px 20px;
    float: right;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.PrimaryProductDetails .ProductThumb p a {
    font-weight: bold;
}

.ProductDescription, .ProductReviews, .ProductsByCategory, .ProductOtherDetails {
    margin-top: 20px;
}

.PrimaryProductDetails dl {
    font-size: 0.90em;
}

.PrimaryProductDetails dt {
    font-weight: bold;
    width: 80px;
    clear: left;
}

.PrimaryProductDetails dd {
    margin-left: 90px;
}

.Right hr {
    margin: 5px 0 0;
}

.ComparisonCheckbox {
    float: left;
}

.SideRecentlyViewed .ProductList li {
    margin-left: 0;
}

.SideRecentlyViewed .ProductDetails {
    margin-left: 20px;
}

/* Product Comparisons */

.ComparisonTable {
    table-layout: fixed;
    width: 100%;
}

.ComparisonTable img {
    max-height: 100%;
    max-width: 100%;
}

.ComparisonTable td {
    font-size: 14px;
    padding: 10px;
    vertical-align: center;
}

.CompareFieldName {
    width: 95px;
    padding: 8px 10px 8px 15px;
}

.CompareFieldTop {
    padding: 5px;
    text-align: center;
}

.CompareFieldTop a {
    font-size: 14px;
}

.CompareLeft {
    padding:5px 10px 5px 10px;
}

.CompareCenter {
    padding: 5px;
}

.CompareRating {
    text-align:center;
    padding-top:8px;
    vertical-align:middle;
}

.CompareProductOption {
    margin-left:20px;
    padding-left:5px;
}

.Availability {
    color:gray;
}

.LittleNote {
    color:gray;
    font-size: 0.85em;
}

.ViewCartLink {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* General Tables */

table.General,
table.CartContents,
table.General {
    margin: 20px 0;
    width: 100%;
}

table.General thead tr th,
table.CartContents thead tr th {
    padding: 6px 10px;
    text-align: left;
}

table.General tbody td,
table.CartContents tbody td {
    vertical-align: top;
}

table.General tbody tr.First td {
    border-top: 0;
}

/* Cart Contents Table */

.CartContents tbody td {
    border-bottom: 0;
}
.CartContents .ProductName a {
    font-weight:700;
	color:#333
}

.CartContents thead {
    background: #fff;
	border-bottom:1px solid #E5E5E5
}

.CartContents tbody tr td {
    padding: 20px;
}

.CartContents tfoot .SubTotal td {
    font-weight: bold;
}

.ProductOptionList,
.ProductOptionList li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ProductOptionList li {
    margin-bottom: 3px;
    margin-left: 2px;
}

.MiniCart h3 {
    font-size: 1.3em;
}
.MiniCart .SubTotal {
    text-align: center;
    font-size: 1.1em;
}

.JustAddedProduct {
    width: 128px;
    overflow: hidden;
    margin: auto;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}

.JustAddedProduct strong,
.JustAddedProduct a {
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-bottom: 3px;
}

.JustAddedProduct .ProductDetails {
    font-size: 1.2em;
    padding-bottom: 10px;
}

.CategoryPagination .PagingList,
.CategoryPagination .PagingList li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.CategoryPagination{
    float: left;
    text-align: center;
}

.CategoryPagination .PagingList li {
    display: inline-block;
}

/* Quick Search */
.QuickSearch {
    background-color: #fff;
    margin: 0;
    min-width: 260px;
    position: absolute;
    top: 40px;
    right: 0;
    width: 100%;
    z-index: 9999;
	border:1px #ddd solid;
	box-shadow:0px 1px 6px #333
}

.RatingIMG {
    display: none;
}

.QuickSearchTitle td, .QuickSearchAllResults td {
    font-weight: bold;
    padding: 4px;
    font-size: 12px;
}

.QuickSearchResult td {
    font-size: 12px;
    padding: 0 10px;
    cursor: pointer;
}

.QuickSearchResultImage {
    margin-left: 4px;
    margin-right: 10px;
    text-align: center;
    background: #fff !important;
}

.QuickSearchResultNoImage {
    padding-top: 10px;
    color: #777;
}

.QuickSearchResultName {
    display: block;
    padding-bottom: 5px;
}

.QuickSearchResult .Price {
    font-weight: bold;
    font-size: 12px;
    padding-right: 5px;
}

.QuickSearchHover{
    background: #D6D6D6;
}

.QuickSearchAllResults {
    text-indent: 0;
    padding: 0;
    line-height: 20px;
	background:#ECF0F1
}

.QuickSearch a{color:#333!important}
.QuickSearch img{border:1px #ddd solid; width:80px; height:80px}

.QuickSearch .QuickSearchAllResults a,
.QuickSearch .QuickSearchAllResults a:hover {
    height: 30px;
    line-height: 30px;
    display: inline-block;
	color:#333!important
}

.QuickSearchAllResults a:active,
.QuickSearchAllResults a {
    outline: none;
    -moz-outline-style: none;
}

#SearchResultsCategory a{color:#333}

/* Brand Tag Clouds */
.BrandCloud .smallest {
    font-size:12px;
}

.BrandCloud .small {
    font-size:15px;
}

.BrandCloud .medium {
    font-size:18px;
}

.BrandCloud .large {
    font-size:20px;
}

.BrandCloud .largest {
    font-size:26px;
}

.BrandCloud a {
    padding-right: 5px;
}

.DownloadExpires {
    padding-top: 3px;
    font-style: italic;
    color: gray;
}

.DownloadExpiresToday {
    color: red;
}

.CheckoutRedeemCoupon h4 {
    margin-top: 0;
}

.CheckoutRedeemCoupon p {
    margin-top: 10px;
    margin-bottom: 0;
}

.BillingDetails {
    float: left;
    width: 48%;
    margin-right: 10px;
    margin-bottom: 15px;
}

.ShippingDetails {
    float: left;
    width: 48%;
    margin-bottom: 15px;
}

.ProductDetailsGrid dt {
    width: 140px;
    margin-bottom: 6px;
    float: left;
    font-weight: bold;
}

.ProductDetailsGrid dd {
    margin-left: 140px;
    margin-bottom: 6px;
}

.SubCategoryList {
    padding: 10px 0px;
    margin-bottom: 15px;
	display:none
}

.SubCategoryList ul, .SubCategoryList li {
    list-style: none;
    margin-left: 0;
}

.SubCategoryList li {
    margin-bottom: 4px;
	display: inline-block;


}
.CategoryList .sf-horizontal li {
    padding: 0 18px;
}

.footer-column li {
    float: none !important;
}


.SubCategoryList li a{
   background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #EAEAEA;
	display:block;
    margin-right: 10px;
    padding: 5px 15px;
	transition:color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;}

.SubCategoryList li a:hover{
   background: none repeat scroll 0 0 #E74C3C;
    border: 1px solid #E74C3C;
	display:block;
    margin-right: 10px;
    padding: 5px 15px;
	color:#fff}

.SearchTips .Examples {
    padding: 8px;
    color: #555;
    margin-left: 30px;
    margin-bottom: 10px;
}

.ProductDetails .ProductThumb p {
    margin-top: 10px;
    font-size: 0.9em;
}

.ProductReviewList {
    clear: both;
}

.ProductReviewList li {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #dadada;
}

.ProductReviewList li:last-child {
    border: 0;
}

.SoldOut {
    color: #999;
}

.AddToWishlistLink {
    position: relative;
    margin: 0;
}

.AddToWishlistLink .wishlist-button {
    position: absolute;
    top: -70px;
    left: 165px;
    font-weight: bold;
    cursor: pointer;
    color: @primary-color;
    background: #fff;
    border: 0;
}

/* sizing and positioning of the inside part of a swatch */

.productOptionPickListSwatch .thumbnail,
.productOptionPickListSwatch .swatchColour {
    display: inline-block;
    width: 25px !important;
    height: 25px !important;
}

.productOptionPickListSwatch ul {
    margin-bottom: 20px;
}

.productOptionPickListSwatch li .validation {
    top: 5px;
    left: 5px;
}

.productOptionPickListSwatch .textureContainer,
.productOptionPickListSwatch .swatchColours {
    display: inline-block !important;
    margin: 0 !important;
    padding: 2px !important;
}

.productAttributeValue {
    clear: both;
}

.productAttributeValue .ui-datepicker-trigger {
    display: none;
}

.ShippingProviderList li {
    list-style: none;
    margin: 0 0 10px 0;
}

.GoogleCheckout p,
.PayPalExpressCheckout p,
.AlternativeCheckout p {
    margin: 0;
    float: none !important;
}

/** Top Right Locale Chooser (list of flags) **/

.TopMenu li.Flag div {
    border: 0;
}

.TopMenu li.Flag img {
    margin: 3px;
}

.TopMenu li.Flag img.Last {
    margin-right: 0px;
}

.TopMenu li.Flag img.Selected {
    margin: 1px 3px;
}

/** Currency Selector **/

.CurrencyList dl {
    margin: 0;
    padding: 0;
}

.CurrencyList dd {
    margin: 0px;
    background-color: #F9F9F9;
    clear: both;
}

.CurrencyList a {
    display: block;
    padding: 10px 5px;
    font-size: 11px;
}

.selected-currency .Flag,
.CurrencyList a .Flag {
    float: left;
	display:inline-block;
	padding-top:2px
}

.CurrencyList a .Text {
    display: block;
    padding-left: 16px;
}

.currency-converter {
    cursor: pointer;
    position: relative;
    z-index: 60;
	background:#ECF0F1;
	border-radius:3px;
	padding:10px 10px
}

.currency-converter:hover .CurrencyChooser {
    display: block;
}

.currency-converter p {
    margin: 0;
	text-transform:uppercase;
	display: inline-block;
	padding-right:5px

}

.CurrencyChooser {
    display: none;
    position: absolute;
    right: 0;
    top: 36px;
    padding: 10px;
    background: #ffffff;
    min-width: 100px;
	text-align:left;
	box-shadow:0 3px 3px 0 #888888;
	border-top:2px #000 solid
}

.CurrencyChooser h2 {
    font-size: 12px;
    padding: 0 0 10px 0;
}

.CurrencyChooser a span {
    font-size: 11px;
    line-height: normal;
}

#SideCurrencySelector .Text {
    padding-left: 24px!important;
	display:block
}

.selected-currency {
    cursor: pointer;
    padding: 10px 20px 10px 5px !important;
    background: url(//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/current-currency.png) no-repeat right center;
}

.selected-currency span {
    font-size: 11px;

}

.currency-converter:after{
	content: "\f107";
	display: inline-block;
	font-family:FontAwesome
	}

.CurrencyChooser .BlockContent {
    position: relative;
    margin-top: -1px;
}

.CurrencyChooser .BlockContent .CurrencyList {
    display: block;
}

.PrimaryProductDetails .YouSave {
    font-weight: bold;
    margin-top: 3px;
    display: block;
}

/* Shipping Estimation on Cart Contents Page */

.EstimateShipping {
    padding: 20px !important;
}

.EstimateShipping dt {
    width: 100px;
    float: left;
    margin-bottom: 8px;
    clear: left;
}

.EstimateShipping dd {
    margin-bottom: 8px;
    font-weight: normal;
    margin-left: 114px;
}

.EstimateShipping p.Submit {
    margin: 20px 0 0 0;
}

.EstimateShipping label {
    display: block;
    margin-bottom: 5px;
}

.EstimatedShippingMethods {
    clear: both;
    padding: 20px 0 0 0 !important;
    text-align: left;
}

.EstimatedShippingMethods table {
    margin: 0 !important;
}

.ShippingMethodList {
    padding: 0 !important;
}

.EstimatedShippingMethods table {
    width: 100%;
    border-collapse: collapse;
}

.EstimatedShippingMethods .VendorShipping {
    margin-left: 20px;
    margin-bottom: 10px;
}

.EstimatedShippingMethods .Submit {
    text-align: right;
}

.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td {
    text-align: left;
}

.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td.Price {
    text-align: right;
}

.SharePublicWishList {
    padding:5px;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
   color: #E74C3C !important;
    font-size: 15px;
    font-weight: bold;
	text-transform:uppercase;
	padding-bottom:15px
}

.ExpressCheckoutTitle em {
    background: none repeat scroll 0 0 #E74C3C;
     color: #FFFFFF;
    padding: 10px 12px;
    float: left;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
	font-style:normal;
	display:inline-block
}

.ExpressCheckoutTitle h3 {
    border-bottom: 0 solid #323a45 !important;
    color: #E74C3C !important;
    font-size: 15px;
    font-weight: bold;
    line-height: 32px;
    margin: 0 0 0 45px;
    text-align: left;
    text-transform: uppercase;
}

.ExpressCheckoutBlock h3 a {
    font-size: 12px;
}

.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
    display: none;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    display: inline;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    top: 0;
    padding: 22px;
    white-space: nowrap;
    text-transform: none;
    color: #bebebe;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
    display: none;
}

a.ChangeLink {
    position: absolute;
    right: 0px;
	font-weight:normal;
	font-size:13px
}

.ExpressCheckoutBlock a.ChangeLink {

}

.ExpressCheckoutBlockCompleted a.ChangeLink {
    top: auto;
    right: 0px;
}

.ExpressCheckoutCompletedContent {
    position: absolute;
    left: 350px;
}

.LoadingIndicator {
    margin-left: 10px;
}

.LoadingIndicator img {
    vertical-align: middle;
    margin-right: 10px;
}

.HeaderLiveChat img {
    vertical-align: middle;
}

.SubCategoryListGrid {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px;
}

.SubCategoryListGrid ul,
.SubCategoryListGrid li {
    list-style: none;
    margin: 0;
}

.SubCategoryListGrid .sub-cat-name {
    display: block;
}

.SubCategoryListGrid > ul li {
    display: inline-block;
    margin: 0 20px 20px 0;
    vertical-align: bottom;
    text-align: center;
    width: 150px;
}

.SubCategoryListGrid > ul li img {
    max-width: 100%
}

.SubCategoryListGrid ol {
    clear: both;
}

.SubBrandList ul,
.SubBrandList li {
    list-style: none;
    margin-left: 0;
}

.SubBrandList li {
    margin-bottom: 4px;
    padding-left: 25px;
    background: url('//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/SubBrand.gif') no-repeat 3px 50%;
}

.SubBrandListGrid ul,
.SubBrandListGrid li {
    list-style: none;
    margin-left: 0;
}

.SubBrandListGrid li {
    margin-bottom: 4px;
    margin-right: 20px;
    background: #fff;
    float: left;
    text-align: center;
}

.SubBrandListGrid ol {
    clear: both;
}

.ProductAddToCart dt {
    float: left;
    font-weight: bold;
    width: 140px;
    margin-bottom: 4px;
}

.ProductAddToCart dd {
    margin-left: 140px;
    margin-bottom: 4px;
}

.ProductAddToCart.cannot-purchase .add-to-cart {
    display: none;
}

.ProductAddToCart dt div.Required,
#CartEditProductFieldsForm dt div.Required {
    width: 8px;
}

.ProductAddToCart textarea,
#CartEditProductFieldsForm textarea {
    width:183px;
    height: 50px;
}

.CartContents .CartProductFieldsLink {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/GiftWrappingAvailable.png') no-repeat;
    padding-bottom: 4px;
}

.ProductFields dd {
    margin-bottom: 4px;
}

.ProductFields {
    margin-bottom: 15px;
}

.ProductFields input.Textbox {
    width:100%;
}

.ProductFields TextArea {
    width:100%;
}

.CartContents .CartProductFieldsRow {
    border-top: 0;
}

.CartContents .CartProductFieldsRow dl {
    margin-top:15px;
}

p.QuantityInput,
p.AddCartButton {
    text-align: center;
}

.ProductAddToCart dt.QuantityInput {
    margin-top: 4px;
}

.ProductAddToCart dd.AddCartButton span {
    margin-top: 4px;
    padding-right: 5px;
}

.TagList {
    margin-top: 20px;
}

.CartThumb {
    text-align: center;
    width: 1px;
}

.WrappingOptions {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/GiftWrappingAvailable.png') no-repeat;
    padding-bottom: 4px;
    line-height: 1.6;
}

.ViewAllLink a {
    padding-top: 10px;
    display: block;
}

.SelectGiftWrapMultiple {
    max-height: 400px;
}

/* Tabbed Navigation */

.TabNav,
.TabNav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.TabNav {
    font-size: 12px;
    padding: 0 10px;
    margin-bottom: 20px;
	border-bottom:1px #b6c8cd solid

}

.TabNav li {
    margin-bottom: -1px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.TabNav li a {
    display: block;
    line-height: 41px;
    padding:0  16px;
    height: 41px;
    font-weight: 600;
    font-size: 14px;
    background: #ecf0f1;
    margin: 0 4px;
    color: #333;

}

.TabNav li.Active a {
    background: #34495e;
	color:#fff

}

.SearchContainer .ProductDetails{border-top:none!important; padding-top:0px!important}

.ProductAddToCart dd.AddCartButton div.BulkDiscount {
    display: inline-block;
    float:left;
}

.ProductAddToCart .BulkDiscount {
    clear: both;
}

.ProductAddToCart .BulkDiscount input {
    margin: 0 10px 10px 0;
}

.ProductAddToCart dd.AddCartButton div.BulkDiscount div.BulkDiscountLink {
    padding-left: 4px;
}

#VendorLogo .BlockContent,
#VendorPhoto .BlockContent {
    margin: 0;
    text-align: center;
}

.TransitTime {
    font-weight: normal;
    color: gray;
}

.ProductList.List {
    margin: 0;
}

.ProductList.List li {
    margin: 0 0 20px 0;
    margin-top: 0px;
    display: block;
    width: auto !important;
    float: none;
    clear: both;
    padding: 0;
    min-height: 0;
    height: auto !important;
    background-image: none;
    position: relative;
}

.ProductList.List .ProductImage {
    float: left;
    padding-top: 20px;
    width: 120px;
}


.ProductList.List .ProductDetails {
    height: auto;
    display: table;
    clear: none;
    padding: 20px 0 0 20px;
    margin: 0px;
    text-align: left;
}

.ProductList.List .QuickViewBtn {
    text-align: center;
    width: 100px;
}

.ProductList .p-name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.ProductList.List .ProductQty {
    margin-left: 10px;
}

.ProductList.List .ProductDescription {
    font-style: normal;
    margin-top: 5px;
}

.ProductList .ProductRightCol {
    float: none;
}

.ProductList.List li .ProductCompareButton {
    text-align: left;
    margin-top: 10px;
}

.ContentList   {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
    list-style-image: none;
}

.ContentList li {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 10px 0;
    border-top: 0;
}

.ContentList li p {
    display: none;
}

.OrderItemMessage {
    padding:7px;
    margin:10px 0px 10px 0px;
}

/* Custom Fields - Start */

.LittleNotePassword {
    color:gray;
    font-size: 0.85em;
    font-weight: normal;
    padding:2px 0px 2px 200px;
}

.RequiredClear {
    visibility: hidden;
}

/* Custom Fields - End */

/* Product Details Price */

.ProductOptionList ul,
.ProductOptionList li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ProductOptionList li {
    margin-bottom: 3px;
}

.ProductOptionList input {
    vertical-align: middle;
}

/** Search All Form Result - Start **/

.SearchPaging {
    float: right;
    font-size: 0.95em;
}

.SearchSorting {
    float: right;
    font-size: 0.95em;
    margin: 8px 0px;
}

#SearchResultsCategoryAndBrand {
    margin: 20px 0;
}

.ContentList em,
.QuickSearchResultMeta em {
    font-size: 0.8em;
}

/** Search All Form Result - End **/

/** AJAX loading box - Start **/

#AjaxLoading {
    background-color: rgba(0,0,0,.5);
    color: #fff;
    padding: 10px 20px;
    display: none;
    position: fixed;
    text-align: center;
    z-index: 10000000000;
    line-height: 32px;
    left: 0;
    right: 0;
}

#AjaxLoading img {
    vertical-align: bottom;
    margin-right: 5px;
}

/** AJAX loading box - End **/

/** Product image gallery **/

#ProductDetails #ImageScrollPrev,
#ProductDetails #ImageScrollNext {
    float: left;
    background:none;
    border:none;
    margin-top:16px;
    cursor:pointer;
    display: none;
}

.ProductTinyImageList ul li div {
    display: table-cell;
    text-align: center;
    border: none 0 !important;
}

#ProductDetails .ProductTinyImageList ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

.carousel {
    position: relative;
    visibility: hidden;
    left: -5000px;
    width: 180px;
}

/***** Product Attribute List *****/

/* set up the row for css table-like alignment */

#QuickViewProductDetails .required,
#QuickViewProductDetails .Required,
.ProductMain .Required,
.required {
    color: #be0303 !important;
    display: block;
    left: -12px;
    position: absolute;
    top: 0;
    font-weight: bold;
}

.ProductMain table.ExpectedReleaseDate {
    margin-top: 0;
}

/* position the label in the left-padding area of the row */

.productAttributeList .productAttributeLabel {
    margin: 0 !important;
    float: none !important;
    width: auto !important;
    padding-top: 0 !important;
}

.productAttributeList .productAttributeLabel label {
    display: block;
    margin-bottom: 10px !important;
    position: relative;
}

/* Below is required to overwrite __Master defaults */
.productAttributeList .productAttributeRow, .productAttributeRow {
    padding-left: 0 !important;
    margin: 0 0 10px 0 !important;
    clear: both;
}

.productAttributeList li {
    margin-bottom: 10px;
}

.productAttributeList ul.list-horizontal {
    margin: 0;
}

.productOptionViewProductPickListWithImage {
    border-color: #ddd !important;
    margin-bottom: 20px;
}

.productOptionViewProductPickListWithImage .scrollContainer {
    max-height: 250px !important;
}

.productOptionViewProductPickListWithImage td {
    padding: 10px 5px !important;
    vertical-align: middle !important;
}

.productOptionViewRectangle .option label {
    background-color: #fff;
    padding: 5px 10px !important;
    min-width: 30px;
    text-align: center;
}

.productOptionViewRectangle .option.selectedValue label {
    background-color: #323a45;
    color: #fff;
}

#tabcontent {
    border-radius: 0;
}

#tabcontent .photo {
    margin-right: 20px;
    float: left;
    width: 200px;
}

#tabcontent .photo img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

#tabcontent #url {
    margin-bottom: 20px;
}

#tabcontent .sharebutton {
    display: inline-block;
}

ul.tabs li {
    border-radius: 0;
}

/* Product Videos */

.previewImageContainer {
    height: 30px;
    width: 50px;
}

.videoRow img {
    float: left;
    padding-right: 5px;
}

.videoRowTitle {
    font-weight: bold;
}

.videoRowDescription {
    max-height: 50px;
    overflow:hidden;
}

.VideoOverlay {
    background-image: url('//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/VideoOverlay.png');
    background-position: center center;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}

.VideoContentContainer {
    position: relative;
    margin-left: 3px;
    padding-left: 92px;
}

/** If you change the width of the .VideoPreviewSize class below, change the padding-left of the .VideoContentContainer class above **/

.VideoPreviewSize {
    width: 92px;
    height: 69px;
}

.videoRowLength {
    padding-left: 4px;
}

.videoRow,
.videoRowTitle,
.videoRow img,
.videoRowLength {
    cursor: pointer;
}

#VideoList ul {
    position: relative;
    overflow-y: auto;
    padding:0;
    margin: 0;
    width: 240px;
    height: 265px;
}

#VideoContainer {
    padding: 5px 0 5px 5px;
    height: 265px;
}

.VideoSingleTitle {
    font-weight: bold;
}

.VideoSingleDescription {
    margin-bottom: 20px;
}

.Left #VideoMiddleContainer,
.Right #VideoMiddleContainer {
    display: none;
}

.Content #VideoSideContainer {
    display: none;
}

#VideoSideContainer ul {
    text-align: center;
}

#VideoSideContainer ul li {
    margin-bottom: 5px;
}

.VideoSideDescription {
    padding: 2px 10px;
}

.VideoImageContainer {
    position: relative;
    float: left;
}


.ToggleSearchFormLink {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.ToggleSearchFormLink a {
    color: #fff;
}

.Panel#ProductTabs {
    padding-top: 0px;
}

.AddThisButtonBox {
    float: none !important;
    margin: 0 !important;
}

.PinterestButtonContainer {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.AddThisButtonBox,
.PinterestButtonContainer {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* Accordion for product page
....................................................................... */

#prodAccordion .Block {
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #d6d6d6;
}

.prodAccordionContent {
    display: block;
}

.current .prodAccordionContent {
    display: block;
}

/* Account Menu (horizontal)
....................................................................... */

#SideAccountMenu li,
#GiftCertificatesMenu li {
    list-style: none;
    padding: 0 0 5px 0;
    margin: 0;
}

/* Footer Menu
....................................................................... */

.PageMenu {
    margin: auto;
    width: 100%;
	background:#323a45
}

.PageMenu .borderR {
    border-right: 0;
}

.PageMenu .CategoryList {
    padding-left: 0px;
}

.PageMenu ul {
    border-bottom: none;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
}

.PageMenu li .icon {
    display: none !important;
}

.PageMenu .back {
    float: left;
    width: 13px;
    height: 8px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: 0px;
    top: -5px;
    padding: 0;
    background: url(//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/nav_active.png) no-repeat center top;
}

.PageMenu li ul:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    margin-left: 10px;
    top: -18px;
    border-width: 10px;
    border-style: solid outset solid solid;
}

.footer .PageMenu li ul:before {
    top: auto;
    bottom: -18px;
    border-color: #333 transparent transparent transparent;
}

.PageMenu li ul ul:before {
    content: none;
    border-color: 0 none;
}

.PageMenu li ul li{
    clear: both;
    display: block;
    float: none;
    font-size: 13px;
    margin: 0;
    padding: 0 1em;
    text-align: left;
    width: auto;
    position: static;
}

.PageMenu li ul li a {
    float: none;
    width: auto;
    margin: 0;
    display: block !important;
    line-height: 1em;
    font-size: 13px;
    text-align: left;
    font-weight: normal;
    text-transform: none;
}

.PageMenu li ul {
    display:none;
    position: absolute;
    z-index: 10;
    top: 100% !important;
    width: 250px;
    left: 0;
    list-style-image: none;
}

.footer .PageMenu li ul {
    top: auto !important;
    bottom: 25px;
}

.sf-sub-indicator {
    display:none !important;
}

.PageMenu li.sfHover ul {
    display:block;
}

.PageMenu .sf-menu li {
    float: left;
}

.PageMenu .sf-menu li ul {
    z-index:150 !important;
}

.PageMenu .sf-menu li ul li {
    z-index:200 !important;
}

.Left #SideCategoryList .sf-menu ul {
    display: block !important;
    visibility: visible !important;
    position: static;
    top: 0;
}

.Left #SideCategoryList .SideCategoryListFlyout .sf-shadow ul,
.Right #SideCategoryList .SideCategoryListFlyout .sf-shadow ul {
    background: none !important;
}

.PageMenu li ul li {
    list-style-image: none;
}

.PageMenu li ul ul {
    display: none;
    border-left: 1px solid #191919 !important;
    left: 249px !important;
    margin-left: 0;
    top: 0px !important;
}

.PageMenu li {
    position: relative;
    /*z-index: 1;*/
    padding: 0;
    display: inline;
    *display: inline;
    *zoom: 1;
	float:left;


}
.PageMenu li a{
  font-size:14px;
  font-weight:normal;
  text-transform:uppercase;
  padding:20px 0;
  line-height: 14px;
  display:block}

.PageMenu li a span {
    display: inline-block;
}

.PageMenu li ul li a.hasSub {
    background: url(//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/sub.png) 100% 50% no-repeat;
    padding-right: 20px;
}

.inner .Block {
    display: block;
    clear: both;
}

.FeaturedProducts,
.NewProducts,
.TopSellers{
    margin-bottom: 20px;
}

table.General,
table.CartContent,
table.CartContents {
    border-collapse: collapse;
}

table tbody tr td,
table.General tbody tr td,
table.CartContents tbody tr td {

}

.CartContents tfoot .SubTotal td {
    padding-bottom: 25px;
    padding: 0;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.BlockContent .CartThumb img {
    max-width: 100px;
    height: auto;
}

#SharingDataWrapper {
    height: auto;
}

#SharingDataChoices {
    float: none;
}

#SharingDataChoices li {
    width: auto;
    height: auto;
}

.EstimateShippingButtons {
    text-align: right;
}

.EstimateShippingButtons input {
    margin-bottom: 20px;
}

#uniform-sel_billing_address {
    width: auto;
    margin-bottom: 10px;
}

.left-content .ProductList {
    margin: 0 0 10px -10px;
}

.left-content .ProductList .ProductImage a {
    height: 100px;
}

.left-content .ProductList .ProductDetails {
    font-size: 12px;
    margin: 0;
    padding: 10px 10px 0 0;
    word-wrap: break-word;
}

.left-content .ProductList .ProductDetails .pname {
    border: solid 0px;
    font-size: 12px;
    line-height: 17px;
}

.left-content .ProductList .ProductPriceRating {
    display: none;
}

.left-content .ProductList em.p-price {
    font-size: 12px;
    padding-left: 0;
    padding-left: 0;
    padding-top: 0;
    margin-top: 0;
}

#recaptcha_area {
    max-width: 100%;
    margin-right: auto;
}

.PagingList .icon {
    display: none;
}

.SortBox div.selector,
.SearchSortingSelectContainer div.selector {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.SortBox div.selector span,
.SearchSortingSelectContainer div.selector span {
    height: 35px;
    line-height: 35px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

ul.AccountOrdersList {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    list-style-image: none;
}

.AccountOrderStatusList li {
    position: relative;
    list-style-image: none;
}

#LayoutColumn1 .h3tt {
    display: none;
}

#LayoutColumn2 .multiStep {
    display: none;
}

.banner_category_page_top {
    position: relative;
}

.banner_category_page_top h2 {
    font-weight: normal !important;
    line-height: 1.25 !important;
    position: relative;
    clear: both;
    color: #312E29 !important;
    display: block;
    font-size: 34px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    bottom: 75px;
    left: 50px;
    position: absolute;
}

.CartContents tfoot .gtotal.SubTotal td {
    font-size: 17px;
    text-transform: uppercase;
}

.HowToPay,
.NotifyMessage {
    margin: 0 0 15px 0;
    background: none repeat scroll 0 0 #fff;
    padding: 20px;
    border-radius: 0;
}

.HowToPay p {
    margin: 0;
    padding: 0;
}

.OrderItem1 .selector,
.OrderItem2 .selector {
    width: 75px;
}

.BlockContent img {
    max-width: 100%;
    height: auto;
}

/* recapcha */

.recaptchatable .recaptcha_image_cell center {
    height: auto !important;
}

.recaptchatable .recaptcha_image_cell center img {
    height: auto !important;
    max-width: 238px !important;
}

.recaptchatable #recaptcha_response_field {
    width: 220px !important;
}

.recaptchatable #recaptcha_image {
    height: auto !important;
    width: auto !important;
}

.recaptchatable .recaptcha_image_cell {
    width: 240px !important;
}

.recaptchatable #recaptcha_response_field {
    width: 220px !important;
}

#recaptcha_reload_btn {
    display: block;
    background: url(//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/recapRefresh.png) 0 0 no-repeat !important;
}

#recaptcha_reload_btn img {
    visibility: hidden;
}

#recaptcha_switch_audio_btn {
    display: block;
    background: url(//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/recapAudio.png) 0 0 no-repeat !important;
}
#recaptcha_switch_audio_btn img {
    visibility: hidden;
}

#recaptcha_whatsthis_btn {
    display: block;
    background: url(//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/recapHelp.png) 0 0 no-repeat !important;
}

#recaptcha_whatsthis_btn img {
visibility: hidden;isibility: hidden;
}

.zoomWindow {
    left: 0 !important;
    top: -1px !important;
}
.zoomWrapper {
    position: relative;
    z-index: 110;
}

#PageMenu {
    position: relative;
    z-index: 10;
}

/* fancybox */

#fancy_bg {
    display: none !important;
}

#fancy_content {
    padding-top: 0 !important;
}

#fancy_close {
    background: url("//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/icon-close.png") no-repeat scroll 0 0 transparent !important;
    height: 11px !important;
    top: 10px !important;
    right: 10px !important;
    text-indent: 999px;
    width: 12px !important;
}

.PageMenu h3 {
    display: none !important;
}

#ModalContentContainer {
    box-shadow: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background: #fff;

}

#ModalContent,
.ModalContent {
    padding: 20px !important;
    border: none!important;
    font-size: inherit;
}

#ModalButtonRow, .ModalButtonRow {
    background: none !important;
    border: none !important;
    padding: 15px !important;
    height: auto !important;
}

#ModalContainer .modalClose {
    top: 18px !important;
    right: 18px !important;
    padding-right: 0 !important;
}

.ModalButtonRow input {
    font-weight: normal !important;
}

.AddBillingAddress dt,
.AddShippingAddress dt {
    clear: none;
}

.AddBillingAddress dd,
.AddShippingAddress dd {
    margin: 0;
    padding: 0 10px 20px 0px !important;
    float: left;
    width: 210px;
    min-height: 40px;
}

.Content .Button,
.form .Button {
    display: inline-block;
}

.QuickSearch tbody tr {
    display: block;
    padding: 10px;
}

.QuickSearch tbody tr td {
    border: none;
    vertical-align: text-top;
}

.QuickSearch tbody tr.QuickSearchResult:hover {
    background-color: #ededed;
}

.QuickSearchResult .QuickSearchResultImage {
    width: 70px;
    height: 65px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}

/* inner */

.inner #CategoryPagingTop,
.inner #CategoryPagingBottom {
    float: left;
    width: auto;
    clear: none;
}

.inner #CategoryPagingTop {
    padding-left: 0px;
}

.PagingList {
    float: none;
	display:inline-block
}

.CategoryPagination .PagingList .ActivePage {
    font-weight: 600;
	background:#E74C3C;
	color:#fff
}

.CategoryPagination .PagingList li {
    padding: 4px 11px;
	background:#ECF0F1;
	margin-right:4px
}

.CategoryPagination .PagingList a {
    color: #666;
}

.CategoryPagination .PagingList a:hover {
    color: #333 ;
}

.inner #CategoryHeading {
    float: none;
    width: auto;
    clear: none;
}

.SortBox,
.SearchSorting {
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.SortBox label,
.SearchSorting label {
    float: none;
    font-size: 13px;
    padding: 6px 10px 0 0;
	display:inline-block
}

.SortBox div.selector,
.SearchSorting div.selector {
    line-height: 30px;
    min-height: 30px !important;
    padding: 0;
    font-size: 12px;
	margin:0px;
	display:inline-block
}

div.selector select {
    font-size: 12px;
}

#uniform-revrating {
    width: 330px !important;
	background:#F0F0F0 url("//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/icon_dsc.png") no-repeat scroll right center !important
}

.SortBox div.selector span,
.SearchSorting div.selector span {
    margin-right: 23px;
    line-height: 30px;
    height: 30px;
    padding-right: 10px;
}

.FormContainer .box {
    display: block;
    clear: both;
    width: 100%;
    float: left;
    padding: 20px 0 20px 0;
}

.FormContainer .box dt {
    width: 232px;
}

.HorizontalFormContainer dt {
    text-align: right;
}

.HorizontalFormContainer dt,
.HorizontalFormContainer dd {
    line-height: 36px;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
}



.HorizontalFormContainer dd .selector span {
    font-weight: normal;
    font-size: 13px;
}

.HorizontalFormContainer dt p,
.HorizontalFormContainer dd p {
    font-weight: normal;
}

.HorizontalFormContainer dd {
    padding: 0 0 20px 0;
}

.HorizontalFormContainer p.Submit {
    padding-top:20px;
}

#ProductReviews .form dt,
#ProductReviews .form dd {
    float: left;
    clear: both;
    width: 100%;
    padding: 5px 0 0 0;
    text-align: left;
}

#ProductReviews .form dd {
    padding-bottom: 15px;
}

#ProductReviews .btn {
    margin-bottom: 20px;
}
#ProductReviews p.Submit {
    margin-bottom: 0;
}

#message_content {
    height: 240px;
}

.UtilityLinks {
    float: left;
    width: 100%;
    clear: both;
    margin: 20px 0 5px 0;
}

ul.ShippingAddressList h4 {
    display: block;
    clear: both;
    padding-bottom: 8px;
}

table thead tr th,
table.General thead tr th,
table.CartContents thead tr th,
table tbody tr td,
table.General tbody tr td,
table.CartContents tbody tr td {
    padding: 10px 10px;
	text-align:left
}

table em{font-style:normal}

table tbody tr td,
table.General tbody tr td,
table,
table.General,
table.CartContents {
    margin: 20px 0;
}

/* Checkout */

a.ChangeLink {
    right: 0px;
	display:none
}

.ExpressCheckoutContent {
    padding: 0 0 20px 20px;
}

#CheckoutStepConfirmation .SubTotal td strong,
#CheckoutStepConfirmation .SubTotal td em {
    display: block;
    padding-top: 0;
}

#CheckoutStepConfirmation .SubTotal .Block {
    margin-bottom: 0;
}

#CheckoutStepConfirmation .SubTotal.st td {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.AccountMessageList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.AccountMessageList .Meta {padding-bottom:5px}

.AccountMessageList li {
    padding: 0 0 20px 0;
    margin: 0;
    border-bottom: 1px solid #d6d6d6;
}

.AccountMessageList .by {
    position: relative;
    display: block;
    padding: 0 0 0 25px;
}

.AccountMessageList .by img {
    position: absolute;
    left: 0;
    top: 2px;
}

.AccountMessageList blockquote {
    margin-left: 0;
    padding-top: 5px;
}

.AccountOrderStatusList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.Meta {
    font-size: 12px;
}

.OrderItemList {
    margin: 10px 0px;
}

.AccountOrderStatusList li {
    position: relative;
}

.li-list {
    padding: 20px 0;
    border-bottom: 1px solid #d6d6d6;
}

.AccountOrderStatusList .box1 {
    padding: 0 10px 0 20px;
}

.btns {
    position: absolute;
    right: 0;
    top: 10px;
    float: left;
    z-index: 2;
    color: #5e5c5c;
    font-size: 13px;
    line-height: 28px;
    font-weight: normal;
}

.btns form {
    display: inline;
    float: right;
}

.btns span.FloatRight {
    padding: 0 5px;
}

.btns .btn-clear {
    float: left;
    clear: none;
}

.bg-gray {
    float: left;
    padding: 20px;
    width: 90%;
    background: #ededed;
    display: block;
    margin-bottom: 20px;
}

.ShippingMethodList table {
    clear: both;
    padding-top: 20px;
    width: 100%;
}

.ShippingMethodList table td {
    padding: 15px 10px 10px 10px!important;
}

/* override invalid width set by uniform jq-plugin on firefox */
.CartItemQuantity .selector,
.DetailRow.qty .selector {
    width: 75px !important;
	height:40px
}

.CartItemQuantity div.selector span,
.DetailRow.qty .selector span {
    margin: 0px 0 0 0;
    line-height: 35px;
    height: 35px;
}

.CartRemoveLink {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    background: url(//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/icon_sprite.png) no-repeat -46px -46px;
}

.SubTotal td {
    padding: 20px 0 0 0;

}

.ProceedToCheckout,
.KeepShopping {
    text-align: right;
	margin-top:10px
}

.ProceedToCheckout .PayPalExpressCheckout p {
    margin-bottom: 20px;
}

.ProceedToCheckout .FloatRight,
.ProceedToCheckout .FloatLeft {
    float: none !important;
}

.ProceedToCheckout.btm {
    padding: 0 20px 30px 20px;
}

.ProceedToCheckout.btm .CheckoutButton {
    padding-bottom: 20px;
}

.boxin {
    display: block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #6a6a6a;
}

.boxin .mtop {
    margin-top: 20px;
}

.GiftCertificateThemeList label {
    float: left;
    clear: both;
}

#ProductDetails .ProductTinyImageList ul li {
    border: 0 none !important;
    background-color: #fff;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    list-style-image: none;
}

#ProductDetails .ProductTinyImageList ul li a {
    display: block;
    padding: 0 !important;
}

#ProductDetails .ProductTinyImageList {
    white-space: nowrap;
    overflow: hidden;
}

.ImageCarouselBox {
    padding-left: 0!important;
    margin-bottom: 10px;
}

.productOptionPickListSwatch ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#ProductDetails #ImageScrollPrev,
#ProductDetails #ImageScrollNext {
    margin-top: 15px;
}

.ProductDetailsGrid .DetailRow, .ProductDetailsGrid .s-price {
    margin-bottom: 20px;
}

.ProductDetailsGrid .DetailRow .BrandName {
    padding: 0;
}

.ProductDetailsGrid .DetailRow.nop {
    padding: 0;
}

.btn-cart:before {
    content: "\f07a";
    font-family: 'FontAwesome';
	padding-right:5px
}

.btn-cart {
	background:#E74C3C;
	color:#fff;
	font-size:18px;
	border:none;
	border-radius:2px;
	text-shadow:none;
	padding:10px 20px 10px 20px;
	float:right;
	margin-top:0px;
	transition:color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	text-transform:uppercase;
	font-family:'Source Sans Pro',sans-serif
}
.btn-cart:hover {
	background:#323a45;
	text-shadow:none;
	color:#fff;
}

.btn-wishlist:before {
    content: "\f004";
    font-family: 'FontAwesome';
	padding-right:5px
}

.btn-wishlist {
	background:#323a45;
	color:#fff;
	font-size:18px;
	border:none;
	border-radius:2px;
	text-shadow:none;
	padding:10px 20px 10px 20px;
	float:right;
	margin-top:0px;
	transition:color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	text-transform:uppercase;
	font-family:'Source Sans Pro',sans-serif
}
.btn-wishlist:hover {
	background:#E74C3C;
	text-shadow:none;
	color:#fff;
}

.ProductDetailsGrid .Label,
.ProductAddToCart .productAttributeLabel {
    font-weight: bold;
    margin: 0 0 4px 0;
    line-height: 20px;
    text-align: left !important;
    position: relative;
}

.ProductDetailsGrid .s-price .YouSave {
    font-weight: 300;
    margin: 0 0 10px 0;
}

.ProductDetailsGrid .DetailRow.RetailPrice {
    width: auto;
    overflow: hidden;
}

.DetailRow.RetailPrice .Label {
    margin: 0 10px 0 0;
}

.OutOfStockMessage {
    display: none;
    padding: 0;
}

.OutOfStockMessage p {
    padding-left: 25px;
}

.OutOfStockMessage .CurrentlySoldOut {
    position: relative;
}

.icon-outofstock {
    position: absolute;
    float: left;
    width: 14px;
    height: 14px;
    left: 0;
    top: 3px;
    background: url(//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/icon-outofstock.png) no-repeat 0 0;
}

.FindByCategory li:before{
 color: #666666;
    content: "\f105";
    cursor: pointer;
    display: inline-block !important;
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 20px;
    }

.FindByCategory li {padding-left:0px; position:relative}
.FindByCategory a{display:inline-block; padding-left:10px}

#prodAccordion{
    padding-bottom: 30px;
    border-top: 1px solid #d6d6d6;
}

#prodAccordion .current .subtitle {
    background: url(//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/bul_accordion_on.png) no-repeat right center !important;
}

#prodAccordion .subtitle {
    margin: 15px 0 !important;
    border: solid 0px !important;
    font-size: 14px !important;
    padding: 0 30px 0 0 !important;
    float: none;
    background: url(//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/bul_accordion_offRight.png) no-repeat right center !important;
    cursor: pointer;
	color:#E74C3C ;
	text-transform:uppercase;
	font-weight:bold
}

.prodAccordionContent {
    border-top: 0px solid #EAEAEA;
	padding-bottom:18px
}

#SimilarProductsByCustomerViews .btn {
    display: none;
}

#fastCartContainer .ProductList {
    margin: 0 10px 0 -20px;
}

#fastCartContainer .ProductList li,
#home #fastCartContainer .ProductList li {
    height: auto !important;
    margin: 0;
    padding: 0 0 0 20px;
    width: 25%;
}

#fastCartContainer .ProductList li .ProductPriceRating {
    margin-top: 0;
}

.fastCartThumb,
.fastCartItemBox,
.fastCartSummaryBox {
    width: 33.333333%;
    max-width: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fastCartThumb {
    text-align: center;
}

.fastCartItemBox {
    margin-left: 0;
    padding: 0 20px;
}

.fastCartItemBox p{ color:#E74C3C; margin-bottom:10px}

.fastCartContent .fastCartThumb{border:1px #ddd solid; padding:10px}

.fastCartItemBox small { display: block; font-size:13px; margin-top:5px}

.fastCartItemBox .ProductPrice{color: #000;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    padding-bottom: 5px;}

.fastCartSummaryBox {
    padding: 20px;
    text-align: center;
}

.fastCartSummaryBox .ProceedToCheckout {
    margin: 0 0 20px 0;
}

.fastCartSummaryBox .ProceedToCheckout a {
    display: block;
}

.fastCartSummaryBox .subtotal {
    /* These are overrides for __Master */
    clear: none;
    font-size: inherit;
    font-weight: normal;
    margin: 0 0 10px 0;
}

.fastCartSummaryBox .subtotal .ProductPrice {
    font-size: 40px;
    word-wrap: break-word;
}

.fastCartSummaryBox .actionLink {
    margin: 0 0 0px 0;
}

.fastCartSummaryBox .actionLink {
    line-height: 1.5em;
}

.fastCartSummaryBox .actionLink p{ margin-bottom:10px}

.fastCartSummaryBox .actionLink .btn {
    display: block;
}

.fastCartSummaryBox .PayPalExpressCheckout {
    width: 100%;
}

.modalClose {
    float: left;
    width: 12px!important;
    height: 11px!important;
    text-indent: 999px;
    overflow: hidden;
    right: -10px!important;
    background: url(//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/icon-close.png) no-repeat 0 0!important;
}

#ModalTitle,
.ModalTitle {
    display: none!important;
}

#ModalContainer {
    position: fixed;
    /* The below need importants because we can't stop edit imodal. May be able to replace with another modal popup and implement it better. */
    top: 20px !important;
    bottom: 20px !important;
    width: 800px !important;
    margin-left: -400px !important;
    overflow: auto;
}

/* Footer */

.footer {
    text-align: left;
    overflow: hidden;
}

.footer-main li {
    float: left;
    font-size: 13px;
    width: 100%;
}

.footer-main .inner {
    padding: 40px 0;
}

.subscribe_form ul {
    text-align: left;
	margin:0px;
	margin-top:10px
}

.subscribe_form li {
    display: inline-block;
    vertical-align: top;
}

.footer #SideCategoryList li ul,
.footer  #SideCategoryList .sf-menu li ul {
    display: none!important;
}

.footer .subtitle {
    display: none;
}

.footer ul,
.footer-links ul,
.footer #SideCategoryList ul {
    float: left;
    width: 100% !important;
    margin: 0;
    list-style: none;
}

.footer .footer-columns li {
    padding: 5px 0;
}

/*.footer #SideCategoryList li a,
.footer #SideCategoryList .sf-menu li a,
.footer .CategoryList .sf-menu li a {
    height: auto;
    font-size: inherit;
    font-weight: inherit;
    text-align: left;
    padding: 0 !important;
}*/

.footer-links ul {
    float: left;
    width: 100%;
    margin: 30px 0 0 0!important;
    padding: 15px 0!important;
    border-top: 1px solid #6a6a6a;
}

.footer-links .PageMenu {
    border: none;
}

.footer-links .PageMenu .icon {
    display: none;
}

.footer-links .PageMenu a {
    font-size: 12px;
}

.footer-links .PageMenu ul {
    float: left;
    margin-top: 0!important;
    padding-bottom: 15px!important;
    border-bottom: 1px solid #6a6a6a;
}

.footer-links .PageMenu ul ul {
    display: none!important;
}

.footer-links .PageMenu li {
    float: left;
    width: auto!important;
    margin: 0;
    padding: 0 8px!important;
    border-left: 1px solid #6a6a6a;
    text-transform: none!important;
}

.footer-links .PageMenu #Menu > ul > li > a {
    padding: 0;
}

.footer-links .PageMenu #Menu > ul > li > a:hover {
    border-bottom: 0 none;
}

.footer-links .PageMenu li:first-child {
    border-left: 0;
    padding-left: 0 !important;
}

.footer-links .PageMenu ul ul {
    display: none;
    width: 250px !important;
    top: 30px;
    left: 50%;
    margin-left: -125px !important;
}

.footer-links .PageMenu ul li.over ul {
    display: block !important;
}

.footer-links .PageMenu ul ul li {
    float: none;
}

.footer-links .PageMenu ul ul li a {
    padding: 5px 0 !important;
}

.footer-links .PageMenu li.First {
    border-left: none;
    padding-left: 0!important;
}

.footer-links .PageMenu > div {
    display: block;
}

.footer-links p {
    display: block;
    clear: both;
    padding: 20px 0;
    margin: 0;
    font-size: 11px;
}

.powered-by {
    float: right;
}

.powered-by a {
    background: url('//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/bc_logo_sprite.png') no-repeat;
    background-position: 0 5px;
    height: 22px;
    width: 95px;
    text-indent: -9999px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    filter: ~"alpha(opacity=30)"; /* Internet Explorer */
    opacity: 0.5;              /* Chrome, Firefox, Opera, Safari */
    -ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(opacity=30)"; /* IE8 */
    margin-left: 7px;
}

.powered-by a:hover {
    background-position: 0 -70px;
    filter: ~"alpha(opacity=100)"; /* Internet Explorer */
    opacity: 1;                 /* Chrome, Firefox, Opera, Safari */
    -ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /* IE8 */
    -khtml-opacity: 1;
    -moz-opacity: 1; /* Old Firefox */
}

#VideoContainer {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    border: solid red 0px;
    height: auto;
}

#VideoSideContainer {
    display: none;
}

#FeaturedVideo {
    float: none;
    clear: both;
    border: solid red 0px;
    padding-bottom: 15px;
}

#VideoList {
    float: none;
    clear: both;
    padding: 0;
}

#VideoList ul {
    height: auto;
    width: auto;
}

#VideoList li {
    padding: 10px;
    height: 69px;
    margin: 0;
    border: solid #fff 0px;
}

.currentVideo {
    background-color: #fff;
    border: 0px;
}

.fullwidth{
    padding: 0 !important;
}

#ProductBreadcrumb ul.last {
    display: block;
}

.Message{
    padding: 20px;
}

.ccode label{
    float: left;
    width: 200px;
    padding: 0 20px;
    text-align: center;
}

/* zoom overrides */
.ProductThumbImage .zoomWindow {
    margin-left: -1px;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 5px;
}

#provider_list {
    line-height: 200%;
}

#ChooseShippingAddress, #ChooseBillingAddress {
    position: relative;
}

#ChooseBillingAddress label,
#ChooseShippingAddress label {
    display: block;
}

.SelectBillingAddress,
.SelectShippingAddress {
    margin-bottom: 20px;
}

#multiAddressForm div.selector {
    width: 450px;
}

.CartItemIndividualPrice  {
    text-align: right;
}

#cookieNotification button {
    margin-top: 17px;
}

#cookieNotification .icon-info {
    background: url("//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/cookie-sprite.png") no-repeat scroll 0 2px transparent !important;
    float: left;
    height: 40px;
    margin-right: 5px !important;
    margin-top: 15px !important;
    width: 40px;
}

.productAttributes {
    margin: 15px 0;
    font-size: 11px;
}

.productAttributes label,
.productAttributes span {
    white-space: nowrap;
}

select.JSHidden {
    opacity: 0 !important;
    filter: ~"alpha(opacity = 0) !important";
}

#fastCartContainer {
    margin: 20px auto 0 auto;
}

.zoomWindow {
    width: 100%;
}

#uniform-eway_ccexpm, #uniform-eway_ccexpy {
    width: 75px !important;
}

.CartCode {
    margin-bottom: 20px;
}

.CartCode .CouponCode,
.CartCode .GiftCertificate {
    float: left;
    width: 50%;
}

.CartCode h3{font-size:15px; font-weight:normal; text-transform:uppercase; border-bottom:1px solid #E5E5E5; padding-bottom:5px}

.CartCode .CouponCode p{padding-bottom:8px; padding-top:8px}
.CartCode .CouponCode .Textbox{ background-color: #F0F0F0;
    border: 1px solid #F0F0F0;
    color: #AAAAAA;
    outline: medium none;
	width:220px
    }

.CartCode .CouponCode .Textbox:focus{ background-color: #fff;
    border: 1px solid #F0F0F0;
    color: #AAAAAA;
    outline: medium none;
	width:220px
    }

.CartCode .GiftCertificate p{padding-bottom:8px; padding-top:8px}

.CartCode .GiftCertificate .Textbox{ background-color: #F0F0F0;
    color: #AAAAAA;
    outline: medium none;
	width:220px
    }



.CartCode .GiftCertificate input.btn, .CartCode .CouponCode input.btn {
    min-width: 35px;
    text-align: center;
}

.blockquote {
    margin: 0;
}

#uniform-EventDateMonth,
#uniform-EventDateDay,
#uniform-EventDateYear {
    width: auto !important;
}

/* Over writes of defaults */

.sf-menu a.sf-with-ul {
    min-width: 0 !important;
    padding-right: 0 !important;
}

.product-nav {
    margin-bottom: 15px;
	margin-top:15px
}

.product-nav #CategoryPagingTop,
.product-nav #CategoryPagingBottom,
.product-nav .CategoryPagination {
    margin: 0;

}

.fastCartTop {
    padding: 0 10px 0 0;
}

.fastCartBottom {
    padding: 0;
}

.FormFieldLabel {
    margin-right: 5px;
}

.addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300m {
    padding: 0 2px;
    margin: 0 2px;
}

#ModalContent .btn, .ModalContent .btn,
#ModalContent .btn:hover, .ModalContent .btn:hover {
    color: #fff !important;
}

.CategoryContent {
    padding: 0 0 0 0px;
}

.SubBrandListGrid ul {
    padding: 0;
    margin: 0;
}

.SubBrandListGrid ul li {
    padding: 0;
}

#fastCartWrapper {
    padding: 0;
}

html.javascript .productOptionViewRectangle input,
html.javascript .productOptionPickListSwatch input {
    left: -10000px !important;
    opacity: 0 !important;
}

#WishLists {
    position: relative;
}

#sel_billing_address {
    margin-bottom: 0px;
}

.BulkDiscountLink {
    clear: both;
    float: left;
}


/* Utilities
-------------------------------------------------------------- */

/* Spacing */

/* spacing helpers
p,m = padding,margin
a,t,r,b,l,h,v = all,top,right,bottom,left,horizontal,vertical
s,m,l,n = small(10px),medium(20px),large(40px),none(0px)
*/

.ptn,.pvn,.pan{padding-top:0px !important}
.pts,.pvs,.pas{padding-top:10px !important}
.ptm,.pvm,.pam{padding-top:20px !important}
.ptl,.pvl,.pal{padding-top:40px !important}
.prn,.phn,.pan{padding-right:0px !important}
.prs,.phs,.pas{padding-right:10px !important}
.prm,.phm,.pam{padding-right:20px !important}
.prl,.phl,.pal{padding-right:40px !important}
.pbn,.pvn,.pan{padding-bottom:0px !important}
.pbs,.pvs,.pas{padding-bottom:10px !important}
.pbm,.pvm,.pam{padding-bottom:20px !important}
.pbl,.pvl,.pal{padding-bottom:40px !important}
.pln,.phn,.pan{padding-left:0px !important}
.pls,.phs,.pas{padding-left:10px !important}
.plm,.phm,.pam{padding-left:20px !important}
.pll,.phl,.pal{padding-left:40px !important}
.mtn,.mvn,.man{margin-top:0px !important}
.mts,.mvs,.mas{margin-top:10px !important}
.mtm,.mvm,.mam{margin-top:20px !important}
.mtl,.mvl,.mal{margin-top:40px !important}
.mrn,.mhn,.man{margin-right:0px !important}
.mrs,.mhs,.mas{margin-right:10px !important}
.mrm,.mhm,.mam{margin-right:20px !important}
.mrl,.mhl,.mal{margin-right:40px !important}
.mbn,.mvn,.man{margin-bottom:0px !important}
.mbs,.mvs,.mas{margin-bottom:10px !important}
.mbm,.mvm,.mam{margin-bottom:20px !important}
.mbl,.mvl,.mal{margin-bottom:40px !important}
.mln,.mhn,.man{margin-left:0px !important}
.mls,.mhs,.mas{margin-left:10px !important}
.mlm,.mhm,.mam{margin-left:20px !important}
.mll,.mhl,.mal{margin-left:40px !important}
.mra,.mha{margin-right:auto !important}
.mla,.mha{margin-left:auto !important}

/* Original helpers */

.MB10 {margin-bottom:10px;}
.MT0 {margin-top:0px;}
.LH140 {line-height:140%;}
.PLRB5 {padding:0px 5px 5px 5px;}
.PLR10 {padding:0px 10px 0px 10px;}
.PL20 {padding:0px 0px 0px 20px;}
.PL40 {padding:0px 0px 0px 40px;}
.ML20 {margin:0px 0px 0px 20px;}
.MT10 {margin-top:10px;}
.PL10 {padding-left:10px;}
.PB2 {padding-bottom:2px;}
.PTB20 {padding: 20px 0;}
.NoMarginBottom {margin-bottom: 0;}
.HideElement {display: none;}

.FloatRight {
    float: right;
}

.FloatLeft {
    float: left;
}

.FloatLeft img{display:none}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.txtC {
    text-align: center;
}

.txtL {
    text-align: left;
}

.txtR {
    text-align: right;
}

.txtR .btn{ margin-left: -165px;
    margin-top: -70px;
    position: absolute;
    width: 165px;
    z-index: 1;}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.Field45 {
    width: 45px;
}

.Field80{
    width: 80px;
}

.Field100 {
    width: 100px;
}

.Field130{
    width: 130px;
}

.Field150 {
    width: 150px;
}

.Field180{
    width: 180px;
}

.Field200 {
    width: 200px;
}

.Field250 {
    width: 250px;
}

.Field300 {
    width: 300px;
}

.Field350 {
    width: 350px;
}

.Field400 {
    width: 400px;
}

input.Field45 {
    width: 25px;
}

input.Field80{
    width: 60px;
}

input.Field100 {
    width: 80px;
}

input.Field130{
    width: 110px;
}

input.Field150 {
    width: 130px;
}

input.Field180{
    width: 160px;
}

input.Field200 {
    width: 180px;
}

input.Field250 {
    width: 230px;
}

input.Field300 {
    width: 280px;
}

input.Field350 {
    width: 330px;
}

input.Field400 {
    width: 380px;
}

/* =Plugins
-------------------------------------------------------------- */

/* ----- UniForm ----- */

div.selector,
div.selector span,
div.checker span,
div.radio span,
div.button,
div.button span {
    background-image: url(//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/icon_sprite.png);
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
}

.selector,
.radio,
.checker,
.uploader,
.button,
.selector *,
.radio *,
.checker *,
.uploader *,
.button * {
    margin: 0;

}

/* INPUT &amp; TEXTAREA */
input.text,
input.email,
input.password,
textarea.uniform {
    color: #444440;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    padding: 3px;
    border-top: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-bottom: solid 1px #d6d6d6;
    border-right: solid 1px #d6d6d6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-color: #999;
}

/* SPRITES */
/* Select */

div.selector,
div.selector span {
    line-height: 25px;
    height: 25px;
}

div.selector select {
    /* change these to adjust positioning of select element */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* Checkbox */
div.checker {
    height: 18px;
    width: 16px;
}

div.checker input {
    height: 18px;
    width: 16px;
}

div.checker span {
background-position: 0px -55px;
height: 18px;
width: 16px;
}

div.checker span.checked,
div.checker:active span.checked,
div.checker.active span.checked,
div.checker.focus span.checked,
div.checker:hover span.checked {
    background-position: -22px -55px;
}

/* Radio */
div.radio {
    width: 18px;
    height: 18px;
    background: none;
}

div.radio input {
    width: 18px;
    height: 18px;
}

div.radio span {
    height: 16px;
    width: 16px;
    background-position: 0px -82px;
}

div.radio span.checked,
div.radio:active span.checked,
div.radio.active span.checked,
div.radio.focus span.checked,
div.radio:hover span.checked {
    background-position: -22px -82px;
}

/* Uploader */
div.uploader {
    background-color: #fff;
    height: 35px;
    position: relative;
    overflow: hidden;
    width: 300px;
}

div.uploader span.action {
    background-color: #fff;
    height: 35px;
    line-height: 35px;
    float: right;
    padding: 0 10px;
    overflow: hidden;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
}

div.uploader span.filename {
    height: 37px;
    line-height: 37px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
    padding-left: 10px;
}

div.uploader input {
    opacity: 0;
    filter: ~"alpha(opacity=0)";
    -moz-opacity: 0;
    position: absolute;
    font-size: 100px;
    top: 0;
    right: 0;
    bottom: 0;
    float: right;
    height: 100px;
    border: none;
    cursor: default;
}

/* Uploader */

div.uploader span.filename {
    color: #777;
    font-size: 11px;
}

div.uploader.disabled span.action {
    color: #aaa;
}

div.uploader.disabled span.filename {
    border-color: #ddd;
    color: #aaa;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
    background-position: 0px -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
    background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
    background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
    background-position: right -493px;
}

div.uploader.disabled {
    background-position: 0px -325px;
}

div.uploader.disabled span.action {
    background-position: right -381px;
}

div.button {
    background-position: 0px -523px;
}

div.button span {
    background-position: right -643px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
    background-position: 0px -553px;
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
    background-position: right -673px;
}

div.button.active,
div.button:active {
    background-position: 0px -583px;
}

div.button.active span,
div.button:active span {
    background-position: right -703px;
    color: #555;
}

div.button.disabled,
div.button:disabled {
    background-position: 0px -613px;
}

div.button.disabled span,
div.button:disabled span {
    background-position: right -733px;
    color: #bbb;
    cursor: default;
}

/* PRESENTATION */
/* Button */

div.button {
    height: 30px;
}

div.button span {
    margin-left: 13px;
    height: 22px;
    padding-top: 8px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 2px;
    padding-right: 15px;
}

/* Select */
div.selector {
    font-size: 14px;
    background: #ECF0F1 url(//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/icon_dsc.png) no-repeat right center !important;
    height: 28px;
    line-height: 28px;
    min-height: 28px !important;
    padding: 3px 0 !important;
}

div.selector select {
    font-size: 12px;
    line-height: 18px;
    border: solid 1px #fff;
    width: 100%;
}

div.selector span {
    padding: 5px 25px 5px 10px !important;
    cursor: pointer;
    background: none;
    line-height: 20px;
}

div.selector.disabled span {
    color: #bbb;
}

/* Checker */
div.checker {
    margin-right: 5px;
}

/* Radio */
div.radio {
    margin-right: 3px;
}

/*
CORE FUNCTIONALITY
Not advised to edit stuff below this line
-----------------------------------------------------
*/
.selector,
.checker,
.button,
.radio,
.uploader {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.selector select:focus,
.radio input:focus,
.checker input:focus,
.uploader input:focus {
    outline: 0;
}

/* Button */
div.button a,
div.button button,
div.button input {
    position: absolute;
}

div.button {
    cursor: pointer;
    position: relative;
}

div.button span {
    display: -moz-inline-box;
    display: inline-block;
    line-height: 1;
    text-align: center;
}

/* Select */
div.selector {
    float: none;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

div.selector span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
}

div.selector select {
    position: absolute;
    opacity: 0;
    filter: ~"alpha(opacity=0)";
    /* use '=' here, not ':' */
    -moz-opacity: 0;
    border: none!important;
    background: #f8f8f8;
}

/* Checker */
div.checker {
    position: relative;
}

div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
}

div.checker input {
    opacity: 0;
    filter: ~"alpha(opacity=0)";
    -moz-opacity: 0;
    display: inline-block;
    background: none;
}

/* Radio */

div.radio {
    position: relative;
}

.productOptionViewRectangle div.radio,.productOptionPickListSwatch div.radio {
    display: none;
}

div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
}

div.radio input {
    opacity: 0;
    filter: ~"alpha(opacity=0)";
    -moz-opacity: 0;
    text-align: center;
    display: inline-block;
    background: none;
}

/* Custom.css
-------------------------------------------------------------- */

.brand-name{
padding: 5px 0 5px 4%;
text-align: left;
min-height: 30px;

}
#CheckoutStepPaymentDetails input[type=submit] {
    margin: 0 20px;
}

.right{
    float: right;
}

.txt24{
    font-weight: bold;
    margin: 0 0 20px 0;
}

.txt24 em {
    font-style: normal !important;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
    left: 50px;
    bottom: 33%;
}

.icon-delete,
.icon-edit,
.icon-share,
#WishLists .txt-hide a:before{content:none !important}

.icon-delete,
.icon-edit,
.icon-share,
#WishLists .txt-hide a {
    float: left;
    width: 18px;
    height: 21px;
    margin-right: 10px;
    background: url(//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/icons_off.png) no-repeat -170px -152px;
	height:auto!important

}

.icon-delete:hover,
.icon-edit:hover,
.icon-share:hover,
#WishLists .txt-hide a:hover,
#WishLists .txt-hide .icon-delete:hover,
#WishLists .txt-hide .icon-edit:hover {
    background: url(//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/icons_on.png) no-repeat -170px -152px;
    background-color: transparent !important;
}

.icon-edit,
.icon-edit:hover,
#WishLists .txt-hide .icon-edit,
#WishLists .txt-hide .icon-edit:hover {
    background-position: -140px -152px;
}

.icon-delete,
.icon-delete:hover,
#WishLists .txt-hide .icon-delete,
#WishLists .txt-hide .icon-delete:hover {
    background-position: -108px -152px;
}

.c-wrap {
    width: 980px;
    margin: 0 auto;
    display: block;
    clear: both;
}

.txt-center{
    text-align: center!important;
}

.txt-left{
    text-align: left!important;
}

.txt-right{
    text-align: right!important;
}

small{
    font-size: 12px!important;
}

ul{
    margin:0px;
}

ul ul ul{
    list-style-image: url(//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/bullet_line.png);
}

.multiStep,
.multiStep li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style-image: none;
}

.multiStep {
    text-align: center;
    position: relative;
    min-height: 1px;
    zoom: 1;
}

.multiStep li {
    margin: 0 20px;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.multiStep li.ActivePage h4 {
    padding-bottom: 0;
    margin-bottom: 1em;
}

.multiStep li .icon  {
    background: url("//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/nav_active.png") no-repeat;
    display: block;
    float: left;
    height: 8px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    bottom: -5px;
    width: 13px;
}

.li-list {
    border-bottom: 1px solid #d6d6d6;
    padding: 20px 0;
}

.li-list h4 {
    position: relative;
    z-index: 1;
}

.li-list form {
    position: relative;
    z-index: 10;
}

.icon {
    float: left;
    width: 16px;
    height: 14px;
    background: url("//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/icon_sprite.png") no-repeat 0 -27px;
}

.icon-shopping-cart:before {
    content: "\f07a";
	font-size:16px;
	color:#fff;
	padding-right:3px
}

.phoneIcontop:before {
    content: "\f095";
	font-size:14px;
	color:#333;
	padding-right:3px;
	font-family:FontAwesome;
	font-weight:normal;
	display:inline-block;
	margin-top:3px
}

.icon-add {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 36px;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    transition: background-color 150ms ease 0s;
    -moz-transition: background-color 150ms ease;
    -webkit-transition: background-color 150ms ease;
    -o-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
}

.icon-add:hover {
    -moz-transition: background-color 150ms ease;
    -webkit-transition: background-color 150ms ease;
    -o-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
}

.clear {
    clear:both;
    overflow: hidden;
}

/* btn styles */

.Button a {
    color: #ffffff!important;
}

.full-width {
    display: block;
    clear: both;
    padding: 0;
}

.full-width .zeroLeft {
    padding-left: 0 !important
}

.cpage .Content.Wide {
    padding: 30px 0 0 45px;
    border-left: 1px solid #e8e8e8;
}

.productlist-page.Content {
    padding: 0;
}

.productlist-page.Content .product-nav {
    border: none;
}

.nav-next {
	background: #ECF0F1 url(//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/icon_arrow_next.png) no-repeat 11px 8px;
	 text-indent: -999px;
	 width:7px;
	 display:inline-block;
	 padding:4px 11px;
}
.nav-next:hover, .nav-next:focus {
	background: #E74C3C url(//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/icon_arrow_next_over.png) no-repeat 11px 8px;
	width:7px;
	padding:4px 11px;
	margin:0;
}
.nav-prev {
	background: #f8f8f8 url(//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/icon_arrow_prev.png) no-repeat 11px 8px;
	 text-indent: -999px;
	 width:7px;
	 display:inline-block;
	 padding:4px 11px;

}
.nav-prev:hover, .nav-prev:focus {
	background: #E74C3C url(//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/icon_arrow_prev_over.png) no-repeat 11px 8px;
	width:7px;
	padding:4px 11px;
	margin:0;
}



.mtop {
    margin-top: 27px;
}

.pbtm {
    padding-bottom: 30px;
}

.no-ptop {
    padding-top: 0!important;
}

.list {
    margin: 0;
    padding: 0 0 10px 0;
    list-style: none;
}

.list-icon,
.list-news {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-icon li {
    line-height: 23px;
    padding: 0 0 10px 0;
}

.list-icon .icon {
    width: 23px;
    height: 23px;
    margin: 0 15px 0 0;
    background-position: -41px 0;
}

.list-news li p {
    margin-bottom: 10px;
}

.form {
    display: block;
    clear: both;
    margin: 0;
    list-style: none;
}

.form li {
    display: block;
    clear: both;
    width: 100%;
    padding: 10px 0;
}

.form li label,
.form dt {
    float: left;
    width: 175px;
    padding: 7px 25px 0 0;
    line-height: 22px;
}

.form dd {
    margin-left: 0;
    float: none;
}

.BrandName a{ color:#1CB1A6}

.addto {
    display: inline-block;
    overflow: hidden;
	margin-left:15px
}

.addto .BulkDiscount {
    display: inline-block;
}

.addto #SideProductAddToWishList {
    display: inline-block;
}

.addto #SideProductAddToWishList input {
    margin: 0 0 10px 0;
}

.txt-hide {
    text-indent: -999px;
    overflow: hidden;
    color: #ffffff;
}

.left-content .ProductList .p-name {
    float: left;
    font-size: 12px;
    margin: 5px 0 25px 0;
    padding: 5px 0 3px 5%;
    border-left: 2px solid #d6d6d6;
}

a.CustomizeItemLink {
    font-size: 11px;
}

#CartHeader {

}
#CartHeader .btn {
    top:50%;
    right: 0;
    margin-top: -20px !important;
    position: absolute;
}

.recaptcha_widget_div {
    margin-bottom: 20px;
}

.recaptchatable {
    background-color: #fff;
}

.productAttributeConfigurablePickListSet ul {
    margin: 0;
}

html.javascript .productOptionViewRectangle label {
    margin: 0 !important;
}

.fileInput {
   margin-bottom: 10px;
}

#TabContentAddressMultiple {
    padding-top: 20px;
}

.SearchContainer .ProductList li {
    margin-bottom: 20px;
    padding: 0;
}

.SearchContainer .ProductList .ProductImage {
    margin-right: 20px;
}

/* Out of stock styling */

/* Out of Stock styling */

/* Gave strike through to text of out of stock options except rectangle styled  */
label.outStock span.name {
    text-decoration: line-through;
}
.productOptionViewRectangle label.outStock span.name {
    text-decoration: none;
}

/* Gave out of stock lists and radio selects 50% transparency */
.productOptionViewRadio .outStock span.name,
.productOptionViewProductPickList .outStock span.name,
.productOptionViewProductPickListWithImage .outStock span.name,
.productOptionViewRectangle .option label.outStock {
    opacity: 0.5;
    -ms-filter:~"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    *zoom: 1;
}

/* Made the container of the strike through image relative */
.productOptionPickListSwatch .outStock .swatchColour,
.productOptionPickListSwatch .outStock .thumbnail,
.productOptionViewRectangle .outStock name {
    position: relative;
}

/* Gave out of stock swatches a strike through background image */
.productOptionPickListSwatch .outStock .swatchColour:after,
.productOptionPickListSwatch .outStock .thumbnail:after,
.productOptionViewRectangle .outStock .name:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/out-of-stock-bg.png") center no-repeat;
    z-index: 999;
    content: "";
}

/*.productOptionViewRectangle .outStock span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/out-of-stock-bg.png") center no-repeat;
}*/

#ToggleMenu,
#DrawerMenu,
#cart-amount {
    display:none;
}


/* Drawer menu
-------------------------------------------------------------- */

#ToggleMenu {
    /*temp styles*/
    width: 60px;
    height: 60px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    font-size: 35px;
}

#DrawerMenu {
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 0;
    width: 80%;
    box-shadow: -5px -5px 5px #323a45 inset;
    background-color: #333;
    color: #fff;
}

#DrawerMenu.on-screen {
    display: block;
    position: absolute;
    overflow-y: auto;
}

#Header,
.page {
    -webkit-transition: -webkit-transform 100ms ease-out;
    -ms-transition:     -ms-transform 100ms ease-out;
    transition:         transform 100ms ease-out;
}

.page.off-screen {
    -webkit-transform: translateX(80%);
    -ms-transform:     translateX(80%);
    transform:         translateX(80%);
    position: fixed;
    overflow-y: hidden;
}

#Header.off-screen {
    -webkit-transform: translateY(-50px);
    -ms-transform:     translateY(-50px);
    transform:         translateY(-50px);
}

#DrawerMenu .inner {
    width: 90%;
    margin: 0 auto;
}

#DrawerMenu ul {
    list-style: none outside none;
}

#DrawerMenu li {
    float: none;
    border-bottom: 1px solid #3f3f3f;
    list-style: none outside none;
}

#DrawerMenu li > ul {
    display: none !important;
}

#DrawerMenu a {
    box-sizing: border-box;
    color: #fff;
    font-size: 1.2em;
    padding: 1.4em 1em;
    font-weight: 700;
}

#DrawerMenu #SideCategoryList {
    display: block;
}

#DrawerMenu #SideCategoryList h3 {
    display: none;
}

#DrawerMenu .topmenu-options {
    border-bottom: 1px solid #3f3f3f;
    padding: 1em 0;
}

#DrawerMenu .topmenu-options li {
    border: 0;
}

#DrawerMenu .topmenu-options a {
    font-weight: normal;
    color: #777;
    font-size: 0.9em;
    padding: 0.6em 1em;
}



/*======== Store Messages ============== */
.service-section{width:100%; background:#ecf0f1; padding-bottom:15px; padding-top:15px}
.service-section .inner{ width:1240px; margin:auto; overflow:hidden}


#store-messages {
 width:1240px; margin:auto; overflow:hidden

}
#store-messages.messages-3 .message {
	float: left;
	margin-right:25px
}

#store-messages  .phone {
	float: right;
	color:#333

}

#store-messages .phone span {
	font-size: 14px;
	line-height: 1.3em;
	transition: color 100ms ease 0s;
	color:#34495e;
	text-align:left;
	display:inline-block;
	word-spacing:1px;
	padding-top:8px;


}

#store-messages .message {
	padding: 0;
	position: relative;
	text-align:left;
}
#store-messages .message strong {
	font-weight:900;

}
#store-messages .message a {
	display: block;
}
#store-messages .message span {
	font-size: 14px;
	line-height: 1.3em;
	transition: color 100ms ease 0s;
	color:#34495e;
	text-align:left;
	display:inline-block;
	word-spacing:1px;
	padding-top:8px;


}
#store-messages .message span {
	margin: 0 7px;
}
#store-messages .message .tagline {
	display: block;
	font-size: 9px;
	line-height: 1.4em;
	margin-top: 1px;
	padding-left:28px
}
#store-messages .message .separator {
	border-left: 1px solid #e7e7e7;
	height: 45px;
	right: 0;
	position: absolute;
	top: 5px;
	width: 1px;
}

.service-section1{ background:url("//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/body-bg17.png") repeat scroll left top #f8f8f8}
.service-section1 #store-messages .message span { color:#666!important}
.service-section1 #store-messages .phone span { color:#666!important}
/*======== End Store Messages ============== */




/* FONT PATH
 * -------------------------- */
@font-face {
 font-family: 'fontAwesome';
 src: url('../fonts/fontawesome-webfont.eot?v=3.2.1');
 src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
 font-weight: normal;
 font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"], [class*=" icon-"] {
 font-family: FontAwesome;
 font-weight: normal;
 font-style: normal;
 -webkit-font-smoothing: antialiased;
 *margin-right: .3em;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
 display: inline-block;
 speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
	vertical-align: -10%;
	font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"], a [class*=" icon-"] {
 display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
 display: inline-block;
 width: 1.1428571428571428em;
 text-align: right;
 padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large {
 width: 1.4285714285714286em;
}
.icons-ul {
	margin-left: 2.142857142857143em;
	list-style-type: none;
}
.icons-ul > li {
	position: relative;
}
.icons-ul .icon-li {
	position: absolute;
	left: -2.142857142857143em;
	width: 2.142857142857143em;
	text-align: center;
	line-height: inherit;
}
[class^="icon-"].hide, [class*=" icon-"].hide {
 display: none;
}
.icon-muted {
	color: #eeeeee;
}
.icon-light {
	color: #ffffff;
}
.icon-dark {
	color: #333333;
}
.icon-border {
	border: solid 1px #eeeeee;
	padding: .2em .25em .15em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.icon-2x {
	font-size: 2em;
}
.icon-2x.icon-border {
	border-width: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.icon-3x {
	font-size: 3em;
}
.icon-3x.icon-border {
	border-width: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.icon-4x {
	font-size: 4em;
}
.icon-4x.icon-border {
	border-width: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.icon-5x {
	font-size: 5em;
}
.icon-5x.icon-border {
	border-width: 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
 margin-right: .3em;
}
[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
 margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"], [class*=" icon-"] {
 vertical-align: top;

 margin: 0;
}
/* more sprites.less reset */
.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {
 background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large, .nav [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class*=" icon-"].icon-large {
 line-height: .9em;
}
.btn [class^="icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class*=" icon-"].icon-spin {
 display: inline-block;
}
.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-pills [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large {
 line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {
 margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large {
 line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
 margin-top: .25em;
}
.btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] {
 margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
 margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
 margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
 margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
 line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: -35%;
}
.icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {
 display: block;
 text-align: center;
 position: absolute;
 width: 100%;
 height: 100%;
 font-size: 1em;
 line-height: inherit;
 *line-height: 2em;
}
.icon-stack .icon-stack-base {
	font-size: 2em;
 *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
	display: inline-block;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack, a .icon-spin {
	display: inline-block;
	text-decoration: none;
}
@-moz-keyframes spin {
 0% {
 -moz-transform: rotate(0deg);
}
 100% {
 -moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
 0% {
 -o-transform: rotate(0deg);
}
 100% {
 -o-transform: rotate(359deg);
}
}
@-ms-keyframes spin {
 0% {
 -ms-transform: rotate(0deg);
}
 100% {
 -ms-transform: rotate(359deg);
}
}
@keyframes spin {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(359deg);
}
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.icon-flip-vertical:before {
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
	display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
	content: "\f000";
}
.icon-music:before {
	content: "\f001";
}
.icon-search:before {
	content: "\f002";
	font-size:20px
}
.icon-envelope-alt:before {
	content: "\f003";
}
.icon-heart:before {
	content: "\f004";
}
.icon-star:before {
	content: "\f005";
}
.icon-star-empty:before {
	content: "\f006";
}
.icon-user:before {
	content: "\f007";
	font-size:32px;
	float:left;
	margin-right:8px;
	color:#A6B3BF
}
.icon-film:before {
	content: "\f008";
}
.icon-th-large:before {
	content: "\f009";
}
.icon-th:before {
	content: "\f00a";
}
.icon-th-list:before {
	content: "\f00b";
}
.icon-ok:before {
	content: "\f00c";
}
.icon-remove:before {
	content: "\f00d";
}
.icon-zoom-in:before {
	content: "\f00e";
}
.icon-zoom-out:before {
	content: "\f010";
}
.icon-power-off:before, .icon-off:before {
	content: "\f011";
}
.icon-signal:before {
	content: "\f0e4";
	color:#ed5053
}
.icon-gear:before, .icon-cog:before {
	content: "\f013";
}
.icon-trash:before {
	content: "\f014";
}
.icon-home:before {
	content: "\f015";
}
.icon-file-alt:before {
	content: "\f016";
}
.icon-time:before {
	content: "\f017";
}
.icon-road:before {
	content: "\f018";
}
.icon-download-alt:before {
	content: "\f019";
}
.icon-download:before {
	content: "\f01a";
}
.icon-upload:before {
	content: "\f01b";
}
.icon-inbox:before {
	content: "\f01c";
}
.icon-play-circle:before {
	content: "\f01d";
}
.icon-rotate-right:before, .icon-repeat:before {
	content: "\f01e";
}
.icon-refresh:before {
	content: "\f064";
	padding:0;
	color:#fff;
	float:left;
	background: none repeat scroll 0 0 #eb778e;
	border-radius: 50px 50px 50px 50px;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	padding: 4px;
	text-align: center;
	width: 25px;

}

.service-section1 .icon-refresh:before {
	content: "\f064";
	padding:0;
	color:#fff;
	float:left;
	background: none repeat scroll 0 0 #333;
	border-radius: 50px 50px 50px 50px;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	padding: 4px;
	text-align: center;
	width: 25px;

}

.icon-list-alt:before {
	content: "\f022";
}
.icon-lock:before {
	content: "\f023";
}
.icon-flag:before {
	content: "\f0ac";
	font-size:14px;
	padding-right:3px;
	color:#777
}
.icon-usd:before {
	content: "\f155";
	font-size:13px;
	padding-right:3px;
	color:#777
}
.icon-headphones:before {
	content: "\f025";
}
.icon-volume-off:before {
	content: "\f026";
}
.icon-volume-down:before {
	content: "\f027";
}
.icon-volume-up:before {
	content: "\f028";
}
.icon-qrcode:before {
	content: "\f029";
}
.icon-barcode:before {
	content: "\f02a";
}
.icon-tag:before {
	content: "\f02b";
}
.icon-tags:before {
	content: "\f02c";
}
.icon-book:before {
	content: "\f02d";
}
.icon-bookmark:before {
	content: "\f02e";
}
.icon-print:before {
	content: "\f02f";
}
.icon-camera:before {
	content: "\f030";
}
.icon-font:before {
	content: "\f031";
}
.icon-bold:before {
	content: "\f032";
}
.icon-italic:before {
	content: "\f033";
}
.icon-text-height:before {
	content: "\f034";
}
.icon-text-width:before {
	content: "\f035";
}
.icon-align-left:before {
	content: "\f036";
}
.icon-align-center:before {
	content: "\f037";
}
.icon-align-right:before {
	content: "\f038";
}
.icon-align-justify:before {
	content: "\f039";
}
.icon-list:before {
	content: "\f03a";
}
.icon-indent-left:before {
	content: "\f03b";
}
.icon-indent-right:before {
	content: "\f03c";
}
.icon-facetime-video:before {
	content: "\f03d";
}
.icon-picture:before {
	content: "\f03e";
}
.icon-pencil:before {
	content: "\f040";
}
.icon-map-marker:before {
	content: "\f041";
}
.icon-adjust:before {
	content: "\f042";
}
.icon-tint:before {
	content: "\f043";
}
.icon-edit:before {
	content: "\f044";
}
.icon-share:before {
	content: "\f045";
}
.icon-check:before {
	content: "\f046";
}
.icon-move:before {
	content: "\f047";
}
.icon-step-backward:before {
	content: "\f048";
}
.icon-fast-backward:before {
	content: "\f049";
}
.icon-backward:before {
	content: "\f04a";
}
.icon-play:before {
	content: "\f04b";
}
.icon-pause:before {
	content: "\f04c";
}
.icon-stop:before {
	content: "\f04d";
}
.icon-forward:before {
	content: "\f04e";
}
.icon-fast-forward:before {
	content: "\f050";
}
.icon-step-forward:before {
	content: "\f051";
}
.icon-eject:before {
	content: "\f052";
}
.icon-chevron-left:before {
	content: "\f053";
}
.icon-chevron-right:before {
	content: "\f054";
}
.icon-plus-sign:before {
	content: "\f055";
}
.icon-minus-sign:before {
	content: "\f056";
}
.icon-remove-sign:before {
	content: "\f057";
}
.icon-ok-sign:before {
	content: "\f058";
}
.icon-question-sign:before {
	content: "\f059";
}
.icon-info-sign:before {
	content: "\f05a";
}
.icon-screenshot:before {
	content: "\f05b";
}
.icon-remove-circle:before {
	content: "\f05c";
}
.icon-ok-circle:before {
	content: "\f05d";
}
.icon-ban-circle:before {
	content: "\f05e";
}
.icon-arrow-left:before {
	content: "\f060";
}
.icon-arrow-right:before {
	content: "\f061";
}
.icon-arrow-up:before {
	content: "\f062";
}
.icon-arrow-down:before {
	content: "\f063";
}
.icon-mail-forward:before, .icon-share-alt:before {
	content: "\f064";
}
.icon-resize-full:before {
	content: "\f065";
}
.icon-resize-small:before {
	content: "\f066";
}
.icon-plus:before {
	content: "\f067";
}
.icon-minus:before {
	content: "\f068";
}
.icon-asterisk:before {
	content: "\f069";
}
.icon-exclamation-sign:before {
	content: "\f06a";
}
.icon-gift:before {
	content: "\f06b";
}
.icon-leaf:before {
	content: "\f06c";
}
.icon-fire:before {
	content: "\f06d";
}
.icon-eye-open:before {
	content: "\f06e";
}
.icon-eye-close:before {
	content: "\f070";
}
.icon-warning-sign:before {
	content: "\f071";
}
.icon-plane:before {
	content: "\f072";
}
.icon-calendar:before {
	content: "\f073";
}
.icon-random:before {
	content: "\f074";
}
.icon-comment:before {
	content: "\f075";
}
.icon-magnet:before {
	content: "\f076";
}
.icon-chevron-up:before {
	content: "\f077";
}
.icon-chevron-down:before {
	content: "\f078";
}
.icon-retweet:before {
	content: "\f079";
}
.icon-shopping-cart:before {
	content: "\f07a";
	font-size:16px
}
.icon-folder-close:before {
	content: "\f07b";
}
.icon-folder-open:before {
	content: "\f07c";
}
.icon-resize-vertical:before {
	content: "\f07d";
}
.icon-resize-horizontal:before {
	content: "\f07e";
}
.icon-bar-chart:before {
	content: "\f080";
}
.icon-twitter-sign:before {
	content: "\f081";
}
.icon-facebook-sign:before {
	content: "\f082";
}
.icon-camera-retro:before {
	content: "\f083";
}
.icon-key:before {
	content: "\f084";
}
.icon-gears:before, .icon-cogs:before {
	content: "\f085";
}
.icon-comments:before {
	content: "\f086";
}
.icon-thumbs-up-alt:before {
	content: "\f087";
}
.icon-thumbs-down-alt:before {
	content: "\f088";
}
.icon-star-half:before {
	content: "\f089";
}
.icon-heart-empty:before {
	content: "\f08a";
}
.icon-signout:before {
	content: "\f08b";
}
.icon-linkedin-sign:before {
	content: "\f08c";
}
.icon-pushpin:before {
	content: "\f08d";
}
.icon-external-link:before {
	content: "\f08e";
}
.icon-signin:before {
	content: "\f090";
}
.icon-trophy:before {
	content: "\f091";
}
.icon-github-sign:before {
	content: "\f092";
}
.icon-upload-alt:before {
	content: "\f093";
}
.icon-lemon:before {
	content: "\f094";
}
.icon-phone:before {
	content: "\f095";
	padding:0;
	color:#fcad73;
	font-size:40px;
	float:left;
	margin-right:8px
}
.icon-unchecked:before, .icon-check-empty:before {
	content: "\f096";
}
.icon-bookmark-empty:before {
	content: "\f097";
}
.icon-phone-sign:before {
	content: "\f098";
}
.icon-twitter:before {
	content: "\f099";
}
.icon-facebook:before {
	content: "\f09a";
}
.icon-github:before {
	content: "\f09b";
}
.icon-unlock:before {
	content: "\f09c";
}
.icon-credit-card:before {
	content: "\f09d";
}
.icon-rss:before {
	content: "\f09e";
}
.icon-hdd:before {
	content: "\f0a0";
}
.icon-bullhorn:before {
	content: "\f0a1";
}
.icon-bell:before {
	content: "\f0a2";
}
.icon-certificate:before {
	content: "\f0a3";
}
.icon-hand-right:before {
	content: "\f0a4";
}
.icon-hand-left:before {
	content: "\f0a5";
}
.icon-hand-up:before {
	content: "\f0a6";
}
.icon-hand-down:before {
	content: "\f0a7";
}
.icon-circle-arrow-left:before {
	content: "\f0a8";
}
.icon-circle-arrow-right:before {
	content: "\f0a9";
}
.icon-circle-arrow-up:before {
	content: "\f0aa";
}
.icon-circle-arrow-down:before {
	content: "\f0ab";
}
.icon-globe:before {
	content: "\f0ac";
}
.icon-wrench:before {
	content: "\f0ad";
}
.icon-tasks:before {
	content: "\f0ae";
}
.icon-filter:before {
	content: "\f0b0";
}
.icon-briefcase:before {
	content: "\f0b1";
}
.icon-fullscreen:before {
	content: "\f0b2";
}
.icon-group:before {
	content: "\f0c0";
}
.icon-link:before {
	content: "\f0c1";
}
.icon-cloud:before {
	content: "\f0c2";
}
.icon-beaker:before {
	content: "\f0c3";
}
.icon-cut:before {
	content: "\f0c4";
}
.icon-copy:before {
	content: "\f0c5";
}
.icon-paperclip:before, .icon-paper-clip:before {
	content: "\f0c6";
}
.icon-save:before {
	content: "\f0c7";
}
.icon-sign-blank:before {
	content: "\f0c8";
}
.icon-reorder:before {
	content: "\f0c9";
}
.icon-list-ul:before {
	content: "\f0ca";
}
.icon-list-ol:before {
	content: "\f0cb";
}
.icon-strikethrough:before {
	content: "\f0cc";
}
.icon-underline:before {
	content: "\f0cd";
}
.icon-table:before {
	content: "\f0ce";
}
.icon-magic:before {
	content: "\f0d0";
}
.icon-truck:before {
	content: "\f0d1";
	padding:0;
	color:#fff;
	float:left;
	background: none repeat scroll 0 0 #a49cfa;
	border-radius: 50px 50px 50px 50px;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	padding: 4px;
	text-align: center;
	width: 25px;

}

.service-section1 .icon-truck:before {
	content: "\f0d1";
	padding:0;
	color:#fff;
	float:left;
	background: none repeat scroll 0 0 #34495e;
	border-radius: 50px 50px 50px 50px;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	padding: 4px;
	text-align: center;
	width: 25px;

}

.icon-phone:before {
	content: "\f095";
	padding:0;
	color:#fff;
	float:left;
	background: none repeat scroll 0 0 #8fba06;
	border-radius: 50px 50px 50px 50px;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	padding: 4px;
	text-align: center;
	width: 25px;

}

.icon-pinterest:before {
	content: "\f0d2";
}
.icon-pinterest-sign:before {
	content: "\f0d3";
}
.icon-google-plus-sign:before {
	content: "\f0d4";
}
.icon-google-plus:before {
	content: "\f0d5";
}
.icon-money:before {
	content: "\f0d6";
}
.icon-caret-down:before {
	content: "\f0d7";
}
.icon-caret-up:before {
	content: "\f0d8";
}
.icon-caret-left:before {
	content: "\f0d9";
}
.icon-caret-right:before {
	content: "\f0da";
}
.icon-columns:before {
	content: "\f0db";
}
.icon-sort:before {
	content: "\f0dc";
}
.icon-sort-down:before {
	content: "\f0dd";
}
.icon-sort-up:before {
	content: "\f0de";
}
.icon-envelope:before {
	content: "\f0e0";
	font-size:14px;
	margin-right:5px;
	color:#fff;
	margin-left:8px
}
.icon-linkedin:before {
	content: "\f0e1";
}
.icon-rotate-left:before, .icon-undo:before {
	content: "\f0e2";
}
.icon-legal:before {
	content: "\f0e3";
}
.icon-dashboard:before {
	content: "\f0e4";
}
.icon-comment-alt:before {
	content: "\f0e5";
}
.icon-comments-alt:before {
	content: "\f0e6";
}
.icon-bolt:before {
	content: "\f0e7";
}
.icon-sitemap:before {
	content: "\f0e8";
}
.icon-umbrella:before {
	content: "\f0e9";
}
.icon-paste:before {
	content: "\f0ea";
}
.icon-lightbulb:before {
	content: "\f0eb";
}
.icon-exchange:before {
	content: "\f0ec";
}
.icon-cloud-download:before {
	content: "\f0ed";
}
.icon-cloud-upload:before {
	content: "\f0ee";
}
.icon-user-md:before {
	content: "\f0f0";
}
.icon-stethoscope:before {
	content: "\f0f1";
}
.icon-suitcase:before {
	content: "\f0f2";
}
.icon-bell-alt:before {
	content: "\f0f3";
}
.icon-coffee:before {
	content: "\f0f4";
}
.icon-food:before {
	content: "\f0f5";
}
.icon-file-text-alt:before {
	content: "\f0f6";
}
.icon-building:before {
	content: "\f0f7";
}
.icon-hospital:before {
	content: "\f0f8";
}
.icon-ambulance:before {
	content: "\f0f9";
}
.icon-medkit:before {
	content: "\f0fa";
}
.icon-fighter-jet:before {
	content: "\f0fb";
}
.icon-beer:before {
	content: "\f0fc";
}
.icon-h-sign:before {
	content: "\f0fd";
}
.icon-plus-sign-alt:before {
	content: "\f0fe";
}
.icon-double-angle-left:before {
	content: "\f100";
}
.icon-double-angle-right:before {
	content: "\f101";
}
.icon-double-angle-up:before {
	content: "\f102";
}
.icon-double-angle-down:before {
	content: "\f103";
}
.icon-angle-left:before {
	content: "\f104";
}
.icon-angle-right:before {
	content: "\f105";
}
.icon-angle-up:before {
	content: "\f106";
}
.icon-angle-down:before {
	content: "\f107";
}
.icon-desktop:before {
	content: "\f108";
}
.icon-laptop:before {
	content: "\f109";
}
.icon-tablet:before {
	content: "\f10a";
	color:#4bb8e2
}
.icon-mobile-phone:before {
	content: "\f095";
	padding:0;
	color:#fff;
	font-size:15px;
	margin-right:5px;
	display:inline-block;
	margin-left:8px
}
.icon-circle-blank:before {
	content: "\f10c";
}
.icon-quote-left:before {
	content: "\f10d";
}
.icon-quote-right:before {
	content: "\f10e";
}
.icon-spinner:before {
	content: "\f110";
}
.icon-circle:before {
	content: "\f111";
}
.icon-mail-reply:before, .icon-reply:before {
	content: "\f112";
}
.icon-github-alt:before {
	content: "\f113";
}
.icon-folder-close-alt:before {
	content: "\f114";
}
.icon-folder-open-alt:before {
	content: "\f115";
}
.icon-expand-alt:before {
	content: "\f116";
}
.icon-collapse-alt:before {
	content: "\f117";
}
.icon-smile:before {
	content: "\f118";
}
.icon-frown:before {
	content: "\f119";
}
.icon-meh:before {
	content: "\f11a";
}
.icon-gamepad:before {
	content: "\f11b";
}
.icon-keyboard:before {
	content: "\f11c";
}
.icon-flag-alt:before {
	content: "\f11d";
}
.icon-flag-checkered:before {
	content: "\f11e";
}
.icon-terminal:before {
	content: "\f120";
}
.icon-code:before {
	content: "\f121";
}
.icon-reply-all:before {
	content: "\f122";
}
.icon-mail-reply-all:before {
	content: "\f122";
}
.icon-star-half-full:before, .icon-star-half-empty:before {
	content: "\f123";
}
.icon-location-arrow:before {
	content: "\f041";
	padding:0;
	color:#fff;
	font-size:15px;
	margin-right:5px;
	display:inline-block;
	margin-left:8px
}
.icon-crop:before {
	content: "\f125";
}
.icon-code-fork:before {
	content: "\f126";
}
.icon-unlink:before {
	content: "\f127";
}
.icon-question:before {
	content: "\f128";
}
.icon-info:before {
	content: "\f129";
}
.icon-exclamation:before {
	content: "\f12a";
}
.icon-superscript:before {
	content: "\f12b";
}
.icon-subscript:before {
	content: "\f12c";
}
.icon-eraser:before {
	content: "\f12d";
}
.icon-puzzle-piece:before {
	content: "\f12e";
}
.icon-microphone:before {
	content: "\f130";
}
.icon-microphone-off:before {
	content: "\f131";
}
.icon-shield:before {
	content: "\f132";
}
.icon-calendar-empty:before {
	content: "\f133";
}
.icon-fire-extinguisher:before {
	content: "\f134";
}
.icon-rocket:before {
	content: "\f135";
}
.icon-maxcdn:before {
	content: "\f136";
}
.icon-chevron-sign-left:before {
	content: "\f137";
}
.icon-chevron-sign-right:before {
	content: "\f138";
}
.icon-chevron-sign-up:before {
	content: "\f139";
}
.icon-chevron-sign-down:before {
	content: "\f13a";
}
.icon-html5:before {
	content: "\f13b";
}
.icon-css3:before {
	content: "\f13c";
}
.icon-anchor:before {
	content: "\f13d";
}
.icon-unlock-alt:before {
	content: "\f13e";
}
.icon-bullseye:before {
	content: "\f140";
}
.icon-ellipsis-horizontal:before {
	content: "\f141";
}
.icon-ellipsis-vertical:before {
	content: "\f142";
}
.icon-rss-sign:before {
	content: "\f143";
}
.icon-play-sign:before {
	content: "\f144";
}
.icon-ticket:before {
	content: "\f145";
}
.icon-minus-sign-alt:before {
	content: "\f146";
}
.icon-check-minus:before {
	content: "\f147";
}
.icon-level-up:before {
	content: "\f148";
}
.icon-level-down:before {
	content: "\f149";
}
.icon-check-sign:before {
	content: "\f14a";
}
.icon-edit-sign:before {
	content: "\f14b";
}
.icon-external-link-sign:before {
	content: "\f14c";
}
.icon-share-sign:before {
	content: "\f14d";
}
.icon-compass:before {
	content: "\f14e";
}
.icon-collapse:before {
	content: "\f150";
}
.icon-collapse-top:before {
	content: "\f151";
}
.icon-expand:before {
	content: "\f152";
}
.icon-euro:before, .icon-eur:before {
	content: "\f153";
}
.icon-gbp:before {
	content: "\f154";
}
.icon-dollar:before, .icon-usd:before {
	content: "\f155";
}
.icon-rupee:before, .icon-inr:before {
	content: "\f156";
}
.icon-yen:before, .icon-jpy:before {
	content: "\f157";
}
.icon-renminbi:before, .icon-cny:before {
	content: "\f158";
}
.icon-won:before, .icon-krw:before {
	content: "\f159";
}
.icon-bitcoin:before, .icon-btc:before {
	content: "\f15a";
}
.icon-file:before {
	content: "\f15b";
}
.icon-file-text:before {
	content: "\f15c";
}
.icon-sort-by-alphabet:before {
	content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
	content: "\f15e";
}
.icon-sort-by-attributes:before {
	content: "\f160";
}
.icon-sort-by-attributes-alt:before {
	content: "\f161";
}
.icon-sort-by-order:before {
	content: "\f162";
}
.icon-sort-by-order-alt:before {
	content: "\f163";
}
.icon-thumbs-up:before {
	content: "\f05b";
	color:#ff9b02
}
.icon-thumbs-down:before {
	content: "\f165";
}
.icon-youtube-sign:before {
	content: "\f166";
}
.icon-youtube:before {
	content: "\f167";
}
.icon-xing:before {
	content: "\f168";
}
.icon-xing-sign:before {
	content: "\f169";
}
.icon-youtube-play:before {
	content: "\f16a";
}
.icon-dropbox:before {
	content: "\f16b";
	color:#9ae24b
}
.icon-stackexchange:before {
	content: "\f16c";
}
.icon-instagram:before {
	content: "\f16d";
}
.icon-flickr:before {
	content: "\f16e";
}
.icon-adn:before {
	content: "\f170";
}
.icon-bitbucket:before {
	content: "\f171";
}
.icon-bitbucket-sign:before {
	content: "\f172";
}
.icon-tumblr:before {
	content: "\f173";
}
.icon-tumblr-sign:before {
	content: "\f174";
}
.icon-long-arrow-down:before {
	content: "\f175";
}
.icon-long-arrow-up:before {
	content: "\f176";
}
.icon-long-arrow-left:before {
	content: "\f177";
}
.icon-long-arrow-right:before {
	content: "\f178";
}
.icon-apple:before {
	content: "\f179";
}
.icon-windows:before {
	content: "\f17a";
}
.icon-android:before {
	content: "\f17b";
}
.icon-linux:before {
	content: "\f17c";
}
.icon-dribbble:before {
	content: "\f17d";
}
.icon-skype:before {
	content: "\f17e";
}
.icon-foursquare:before {
	content: "\f180";
}
.icon-trello:before {
	content: "\f181";
}
.icon-female:before {
	content: "\f182";
}
.icon-male:before {
	content: "\f183";
}
.icon-gittip:before {
	content: "\f184";
}
.icon-sun:before {
	content: "\f185";
}
.icon-moon:before {
	content: "\f186";
}
.icon-archive:before {
	content: "\f187";
}
.icon-bug:before {
	content: "\f188";
}
.icon-vk:before {
	content: "\f189";
}
.icon-weibo:before {
	content: "\f18a";
}
.icon-renren:before {
	content: "\f18b";
}
 h4 [class^="icon-"]:before, h4 [class^="icon-"]:before, h4 [class*=" icon-"]:before, h4 [class*=" icon-"]:before {
vertical-align: -10%;
font-size: 48px;
display: inline-block;
width: 1.0714285714285714em;
text-align: center;
margin-right: 5px;
}
#font-awesome-list {
	width:900px;
	margin:auto
}
#font-awesome-list ul {
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	column-count: 2;
	column-gap: 10px;
}
#font-awesome-list li {
	list-style: none;
	margin-left: 16px;
	line-height: 18px;
	margin-bottom: 25px;
	font-size:16px
}
 #font-awesome-list li [class^="icon-"]:before, #font-awesome-list li [class^="icon-"]:before, #font-awesome-list li [class*=" icon-"]:before, #font-awesome-list li [class*=" icon-"]:before {
vertical-align: -10%;
font-size: 48px;
display: inline-block;
width: 1.0714285714285714em;
text-align: center;
margin-right: 5px;
}
#font-awesome-list li span {
	font-family:Arial, Helvetica, sans-serif
}




















/*======== Footer =============== */
footer {
	padding: 30px 0 0;
	width:100%;
	overflow:hidden;
	background:#323a45;
	color:#333;

}
.com-add {
	border-bottom:1px solid #f0f0f0;
	margin-bottom:10px;
	padding-bottom:6px;
}
footer .inner {
	width:1240px;
	margin:auto;
	overflow:hidden;
	margin-bottom:30px;
}
footer .inner h3 {
	color:#3D4C4F;
	font-size:15px;
	text-transform:uppercase;
	margin: 0 0 15px;
	padding: 0 0 10px;
	font-family:'Source Sans Pro',sans-serif;
}
.footer-column {
	float:left;
	width:250px;
	margin-right:12px;
	margin-bottom:15px;
}
.footer-column-last {
	float:left;
	width:450px;
	margin-right:0px;
	margin-bottom:15px;
}
.footer-bottom .inner {
	width:1240px;
	margin:auto;
	padding:10px 0px;
}
footer a, footer p {
	font-size: 14px;
	color: #606975;
	padding-top:3px;
	padding-bottom:5px;
}

.footer-column .category-list li ul{ display:none}

footer .footer-column a {
	display:block;
	color:#fff;
}
footer a {
	line-height:normal;
}
footer a:hover {
	color: #fff;
}
footer p {
	line-height: 20px;
}
footer h4 {
	padding: 0 0 10px;
	font-size:13px;
	margin: 0;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
}

footer h2 {
	padding: 0 0 10px;
	font-size:13px;
	margin: 0;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
}
footer .input-text:focus {
	background: transparent;
	border-color: #464646;
}
footer .coppyright {
	color: #999;
	float:left;
}
.footer-bottom {
	padding:0px;
	overflow:hidden;
	width:100%;
	margin:auto;
	background:#292f38;
}

.footer-bottom a{color: #fff;}

.footer-bottom a:hover{color: #fff;}

.footer-bottom .bottom_links {
	float:right;
}
.footer-bottom .bottom_links ul {
	display:inline-block;
}
.footer-bottom .bottom_links li {
	float:right;
	margin-left:20px;
}
.custom-footer-links li {
	margin:7px 0;
}
.custom-footer-links .payment-accept {
	color: #333333;
	float:left;
	font-size: 12px;
	padding-top: 6px;
}
.footer-col-right {
	width: 58%;
	float:left;
}
.contact-info {
	text-align:center;
}
ul.contact-info span {
	font-size:13px !important;
	font-weight:900 !important;
	color:#666;
	float:left;
}
ul.contact-info li {
	margin-bottom:8px;
	padding-bottom:8px;
	display:inline-block;
}
ul.contact-info li.last {
	float:left;
	margin-bottom:0px;
	border-bottom:0px #2D3D4C solid;
}
#container_newsletter {
	width:100%;
	padding:7px 0 7px 0;
	background:#f0f0f0;
	margin:36px 0 22px 0;
}

#text_container_news {
	width:205px;
	height:34px;
	float:left;
	margin-left:30px;
	text-transform:uppercase;
	font-family:arial;
	font-size:10px;
	color:#647177;
	padding-top:7px
}
#text_container_news span {
	color:#959a9c;
	font-size:9px
}
#container_form_news {
	position:relative;
	z-index:0
}
#container_form_news2 input[type="text"] {
	background:#FFFFFF;
	width:290px;
	height:22px;
	display:inline;
	color:#a7a7a7;
	line-height:22px;
	background-color:#FFFFFF;
	border:1px solid #e9e7e7;
	padding-left:10px;
	font-size:15px;
	font-family:'Source Sans Pro',sans-serif;
}
#container_form_news2 input[type="submit"] {
	cursor:pointer;
	border:0;
	background:#FFFFFF;
	width:20px;
	height:20px;
	display:block;
	position:relative;
	color:#a7a7a7;
	font-size:10px;
	line-height:20px;
	top:-18px;
	right:-160px;
}
.footer-box {
	width:1240px;
	margin:auto;
}
footer ul span {

}
/*======== newsletter =============== */
.newsletter-subscription .btn:after {
	content: "\f0e0";
	font-family: FontAwesome;
	font-size: 13px;
	padding-right: 5px;
}
.newsletter-subscription .btn {
	background:#E74C3C;
	border: 0 none;
	filter: none;
	overflow: hidden;
	padding: 10px 15px 10px !important;
	cursor:pointer;
	font-weight:bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-transform:uppercase
}
.newsletter-subscription .btn:hover {
	background:#323a45;
	border: 0 none;
	filter: none;
	overflow: hidden;
	padding: 10px 15px 10px !important;
}
.social .icon-facebook a:before {
	content:"\f09a";
	font-family: FontAwesome;
}
.social .icon-facebook a {
	background:#D6D6D6;
	font-size:18px;
	border-radius:3px;
	line-height:35px;
	display:inline-block!important;
	width:35px;
	height:35px;
	color:#fff;
	text-align:center; padding:0;
}
.social .icon-facebook a:hover {
	background:#E74C3C!important;
}

.social .tw a:before {
	content:"\f099";
	font-family: FontAwesome;

}
.social .tw a {
	background:#D6D6D6;
	font-size:18px;
	border-radius:3px;
	line-height:35px;
	display:inline-block!important;
	width:35px;
	height:35px;
	color:#fff;
	text-align:center; padding:0;
}
.social .tw a:hover {
	background:#E74C3C!important;
}

.social .googleplus a:before {
	content:"\f0d5";
	font-family: FontAwesome;
}
.social .googleplus a {
	background:#D6D6D6;
	font-size:18px;
	border-radius:3px;
	line-height:35px;
	display:inline-block!important;
	width:35px;
	height:35px;
	color:#fff;
	text-align:center; padding:0;
}
.social .googleplus a:hover {
	background:#E74C3C!important;
}
.social .rss a:before {
	content:"\f09e";
	font-family: FontAwesome;
}
.social .rss a {
	content:"\f09e";
	font-family: FontAwesome;
	background:#D6D6D6;
	font-size:18px;
	border-radius:3px;
	line-height:35px;
	display:inline-block!important;
	width:35px;
	height:35px;
	color:#fff;
	text-align:center; padding:0;
}
.social .rss a:hover {
	background:#E74C3C!important;
}
.social .pintrest a:before {
	content:"\f0d3";
	font-family: FontAwesome;
}
.social .pintrest a {
	content:"\f0d3";
	font-family: FontAwesome;
	background:#D6D6D6;
	font-size:18px;
	border-radius:3px;
	line-height:35px;
	display:inline-block!important;
	width:35px;
	height:35px;
	color:#fff;
	text-align:center; padding:0;
}
.social .pintrest a:hover {
	background:#E74C3C!important;
}
.social .linkedin a:before {
	content:"\f0e1";
	font-family: FontAwesome;
}
.social .linkedin a {
	content:"\f0e1";
	font-family: FontAwesome;
	background:#D6D6D6;
	font-size:18px;
	border-radius:3px;
	line-height:35px;
	display:inline-block!important;
	width:35px;
	height:35px;
	color:#fff;
	text-align:center; padding:0;
}
.social .linkedin a:hover {
	background:#E74C3C!important;
}
.social .youtube a:before {
	content:"\f167";
	font-family: FontAwesome;
}
.social .youtube a {
	background:#D6D6D6;
	font-size:18px;
	border-radius:3px;
	line-height:35px;
	display:inline-block!important;
	width:35px;
	height:35px;
	color:#fff;
	text-align:center; padding:0;
}
.social .youtube a:hover {
	background:#E74C3C!important;
}
.social {
	float:left;
	margin-top:30px;
}
.social h4 {
	font-size: 13px;
	font-weight:normal;
	color:#fff;
	text-align:left;
	border:none;
	padding:0;
	margin:0;
	margin-right:5px;
	font-weight:bold;
}
.social ul {
	float:left;
	margin:6px 0 0 0;
	list-style:none;
	line-height:45px
}
.social ul li {
	float:left;
	margin-right: 5px;
}
.social a {
	transition: background 400ms ease-in-out;
	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out;
}
.newsletter .button {
	padding:0;
	margin:0;
	margin-top:-3px;
}
.newsletter {
	margin:0 0px 0;
	padding: 5px 0 0;
}
.newsletter .left-border {
	position:absolute;
	width:0px;
	height:38px;
	margin:-4px 0 0 -40px;
	background:#D0D0D0;
}
.newsletter .title-News {
	float:left;
	margin:1px 5px 0 0;
	color:#2F2B29;
	font-size:13px;
	font-family:'Source Sans Pro', sans-serif;
	font-style:normal;
	line-height: 25px;
	text-align:left;
}
.newsletter .subscribe-input {
	float:left;
	border:1px solid #dbdbdb;
	border-right:0;
	padding:9px 12px;
	height: 15px;
}
.newsletter .subscribe-input .validation-advice {
	overflow:hidden;
	position:absolute;
	width: 23px;
	height: 21px;
	margin:-34px 0 0 -24px;
	padding:0;
	line-height: 100px;
}
.newsletter .subscribe-input input {
	background-color:transparent !important;
	color:#9A9A9A;
	border:none !important;
	font-size: 11px;
	line-height: 15px;
	height: 15px;
	width: 160px;
	padding: 0;
}
.newsletter button.button span {
	color:#FFFFFF;
	font-size:14px;
}
.newsletter button.button span span {
	font-size:14px;
	text-transform:lowercase;
}
.newsletter button.button:hover span {
	color:#fff;
}
address {
	display:block;
	margin:auto;
	font-style: normal;
	line-height:17px;
	color:#606975;
	padding-top:10px;
	margin-top:10px;
	text-align:center;
	margin-bottom:40px;
}
/* ======================== End Footer ============================ */


/* ======================== Features Box ============================ */

.our-features-box {
 margin:;
	overflow: hidden;
	padding: 0px;
	width: 100%;
	margin:auto;
	margin-top:30px;
	background:#f6f6f6;
}
.store-img-box {
	clear: both;
	display: block;
	margin:auto;
	width:1240px;
	margin-top:25px;
	overflow:hidden;
	margin-bottom:25px;
}
.store-img-box ul {
	list-style:none;
	margin:0;
	padding:0;
}
.store-img-box li {
	float: left;
	margin-bottom: 0px;
	margin-right: 30px;
	text-align:center;
	width: 392px;
	padding:0;
	display:inline-block;
}
.store-img-box li.last {
	margin-right:0;
}
.store-img-box .feature-box {
	overflow:hidden;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#333;
	text-transform:uppercase;
	line-height:1.4em;
	font-weight:900;
}
.store-img-box .feature-box .content {
	display:inline-block;
	text-align:left;
	width:290px;
	margin-left:15px;
	margin-top:5px;
}
.store-img-box .feature-box span {
	font-size:14px;
	display:block;
	font-weight:400;
	text-transform:none;
	display:block;
	padding-top:5px;
	color:#999;
}
.icon-reponsive:before {
	content: "\f10a";
	padding-left:8px
}
.icon-reponsive {
	font-family:FontAwesome;
	display:inline-block !important;
	font-size:40px;
	background-color:#e74c3c;
	border-radius:5px;
	margin:0px;
	width:80px !important;
	color:#fff;
	height:80px;
	line-height:80px!important;
	text-align:center;
}
.icon-admin:before {
	content: "\f013";
	padding-left:8px
}
.icon-admin {
	font-family:FontAwesome;
	display:inline-block !important;
	font-size:40px;
	background-color:#e74c3c;
	border-radius:5px;
	margin:0px;
	width:80px !important;
	color:#fff;
	height:80px;
	line-height:80px!important;
	text-align:center;
}
.icon-slider:before {
	content: "\f07e";
	padding-left:8px
}
.icon-slider {
	font-family:FontAwesome;
	display:inline-block !important;
	font-size:40px;
	background-color:#e74c3c;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:0px;
	width:80px !important;
	color:#FED557;
	height:80px;
	line-height:80px!important;
}
.icon-support:before {
	content: "\f164";
}
.icon-support {
	font-family:FontAwesome;
	display:inline-block !important;
	font-size:40px;
	background-color:#E74C3C;
	border-radius:5px;
	margin:0px;
	width:80px !important;
	color:#fff;
	height:80px;
	line-height:80px!important;
	text-align:center;
}
/* ======================== End Features Box ============================ */


/* ======================== Offer Banner ============================ */
.offer-banner {
	width:100%;
	overflow:hidden;
	padding-top:25px;
}
.offer-banner-section {
	overflow:hidden;
	width:1240px;
	margin:auto;
	margin-bottom:30px;
}
.offer-banner-section .col {
	width:285px;
	margin-right:30px;
	float:left;
}
.offer-banner-section .col-last {
	width:285px;
	margin-right:0px;
	float:left;
}
/* ======================== End Offer Banner ============================ */


/* ======================== Customers also viewed ============================ */
#SimilarProductsByCustomerViews h2{
    margin-bottom: 10px;
    padding: 8px 0;
 color: #333333;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;}

#SimilarProductsByCustomerViews .ProductList li {
    display: inline-block;
    font-size: 13px;
    height: auto !important;
    list-style: none outside none;
    margin: 0 20px 0 0;
    overflow: hidden;
    padding: 0 0 20px;
    text-align: center;
    vertical-align: top;
    width: 232px;
}

#SimilarProductsByCustomerViews .ProductList li:nth-of-type(5n+5), #SimilarProductsByCustomerViews .ProductList li *:nth-of-type(5n+5) #SimilarProductsByCustomerViews .ProductList li {
    margin-right: 0;
}

#SimilarProductsByCustomerViews .ProductList .ProductImage {
    border: 1px solid #EAEAEA;
    height: 230px;
    position: relative;
    width: auto;
}
/* ======================== Customers also viewed End ============================ */

/* ======================== Related Products ============================ */
#SideProductRelated h2{
    margin-bottom: 10px;
    padding: 8px 0;
 color: #333333;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;}

#SideProductRelated .ProductList li {
    display: inline-block;
    font-size: 13px;
    height: auto !important;
    list-style: none outside none;
    margin: 0 20px 0 0;
    overflow: hidden;
    padding: 0 0 20px;
    text-align: center;
    vertical-align: top;
    width: 232px;
}

#SideProductRelated .ProductList li:nth-of-type(5n+5), #SideProductRelated .ProductList li *:nth-of-type(5n+5) #SideProductRelated .ProductList li {
    margin-right: 0;
}

#SideProductRelated .ProductList .ProductImage {
    border: 1px solid #EAEAEA;
    height: 230px;
    position: relative;
    width: auto;
}
/* ======================== Related Products Ends ============================ */

/* ======================== add to cart popup ============================ */
.fastCartBottom h4{
    margin-bottom: 10px;
    padding: 8px 0;
 color: #333333;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;}

.fastCartBottom .ProductList li {
    display: inline-block;
    font-size: 13px;
    height: auto !important;
    list-style: none outside none;
    margin: 0 20px 0 0;
    overflow: hidden;
    padding: 0 0 20px;
    text-align: center;
    vertical-align: top;
    width: 232px;
}

.fastCartBottom .ProductList li:nth-of-type(4n+4), .fastCartBottom .ProductList li *:nth-of-type(4n+4) .fastCartBottom .ProductList li {
    margin-right: 0;
}

.fastCartBottom .ProductList .ProductImage {
    border: 1px solid #EAEAEA;
    height: 200px!important;
    position: relative;
    width: 160px!important;
}

#ModalContent, .ModalContent { border:10px #eaeaea solid!important}

/* ======================== add to cart popup End ============================ */


/*============ Product Tabs ===============*/
.producttabs {
	width:100%;
	margin:auto;
	margin-top:30px
}
.magik-producttabs .magik-pdt-container {
	text-align: center;
}
.magik-producttabs .magik-pdt-container .magik-pdt-nav {
	display: block;
	width:1240px;
	text-align:center;
}
.magik-producttabs .magik-pdt-container .magik-pdt-nav .pdt-nav > li {
	font-size: 15px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	height: 38px;
	line-height: 38px;
	padding: 0 0px;
	display: inline-block;
	color: #111;
	margin:0px;
	text-transform:uppercase;
	border-bottom:none;
	width:360px;
	text-align:center;
	border-bottom:1px #000 solid;
	margin-bottom:30px;
	cursor:pointer
}
.magik-producttabs .magik-pdt-container .magik-pdt-nav .pdt-nav > li span {
	padding: 0 0;
	display: inline-block;
}
.magik-producttabs .magik-pdt-container .magik-pdt-nav .pdt-nav > li:first-child {
	margin: 0 0px 0 0;
}
.magik-producttabs .magik-pdt-container .magik-pdt-nav .pdt-nav > li.tab-nav-actived,
.magik-producttabs .magik-pdt-container .magik-pdt-nav .pdt-nav > li:hover {
	color: #111;
	border-bottom:none;
	border-bottom:1px #E74C3C solid;
}
.magik-producttabs .magik-pdt-container .pre-text {
	margin: 15px 0 0;
	display: inline-block;
	width: 70%;
	text-align: center;
	color: #666666;
}
.magik-producttabs .magik-pdt-container .magik-pdt-content {
	width: 1240px;
	float: left;
	border-right:0px #D9D9D9 solid;
}
.magik-producttabs .magik-pdt-container .magik-pdt-content .content-loading {
	background: none;
	min-height: 450px;
}
.magik-producttabs .magik-pdt-container .magik-pdt-content .content-loading .cir {
	border-radius: 50%;
	height: 2px;
	width: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -1px;
	box-shadow: -75px -125px 0 40px #6cce74, 75px -125px 0 40px #c18d46, 150px 0px 0 40px #c14745, 75px 125px 0 40px #2e1e5b, -75px 125px 0 40px #9c37a6, -150px 0px 0 40px #76bdd1;
	-o-animation: largeLoading 12s infinite linear;
	-moz-animation: largeLoading 12s infinite linear;
	-webkit-animation: largeLoading 12s infinite linear;
	animation: largeLoading 12s infinite linear;
}
.magik-producttabs .magik-pdt-container .magik-pdt-content .pdt-content {
	margin: 0 0;
}
.magik-producttabs .magik-pdt-container .magik-pdt-content .pdt-content .products-grid-home {
	padding-bottom: 0px;
}
.magik-producttabs .magik-pdt-container .magik-pdt-content .pdt-content .products-grid-home .item {
	margin-bottom: 0;
	margin-top: 15px;
}
.magik-producttabs .magik-pdt-container .magik-pdt-content .pdt-content .products-grid-home .item.last {
	margin-bottom: 0;
	margin-top: 15px;
	border-right:0px solid #D9D9D9;
	padding-right:0;
}
.magik-producttabs .magik-pdt-container .magik-pdt-content .pdt-content .products-grid-home .item.show-addtocart {
	margin-top: 15px;
	border-right:1px solid #D9D9D9
}
.magik-producttabs .magik-pdt-container .magik-pdt-content .pdt-loadmore .btn-loadmore {
	font-size: 150%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	text-transform: none;
	color: #666666;
	padding: 0 20px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	background: #FFF;
}
.magik-producttabs .magik-pdt-container .magik-pdt-content .pdt-loadmore .btn-loadmore .inner {
	padding: 0 0;
	height: 100%;
	display: block;
}
.magik-producttabs .magik-pdt-container .magik-pdt-content .pdt-loadmore .btn-loadmore .inner > span {
	padding: 0 0;
	height: 100%;
	padding-right: 22px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	display: block;
}
.magik-producttabs .magik-pdt-container .magik-pdt-content .pdt-loadmore .btn-loadmore:hover {
	background-color: #E74C3C;
	border-color: #E74C3C;
	color: #FFF;
}
.magik-producttabs .magik-pdt-container .magik-pdt-content .pdt-loadmore .btn-loadmore:hover .inner > span {
	background-position: right -40px;
	color: #FFF;
}
.magik-producttabs .magik-pdt-container .magik-pdt-content .pdt-loadmore .btn-loadmore .icon-spin {
	display: none;
	position: absolute;
	left: 14px;
	top: 9px;
	font-size: 16px;
	color: #FFF;
}
.magik-producttabs .magik-pdt-container .magik-pdt-content .pdt-loadmore .btn-loadmore .icon-spin:before {
	content: "\f021";
}
.magik-producttabs .magik-pdt-container .magik-pdt-content .pdt-loadmore .btn-loadmore.loading {
	background-color: #E74C3C;
	border-color: #E74C3C;
	color: #FFF;
}
.magik-producttabs .magik-pdt-container .magik-pdt-content .pdt-loadmore .btn-loadmore.loading .inner > span {
	padding-right: 0px;
	background: none;
}
.magik-producttabs .magik-pdt-container .magik-pdt-content .pdt-loadmore .btn-loadmore.loaded {
	cursor: text;
}
.magik-producttabs .magik-pdt-container .magik-pdt-content .pdt-loadmore .btn-loadmore.loaded .inner > span {
	padding-right: 0px;
	background: none;
}
.magik-producttabs .magik-pdt-container .magik-pdt-content .pdt-loadmore .btn-loadmore.loaded:hover {
	background: #FFF;
	color: #666666;
	border-color: #e5e5e5;
}



.magik-producttabs .magik-pdt-content .pdt-content {
    margin: 30px 0 0;
    padding: 0;

}

.magik-producttabs .magik-pdt-content .tab-content-actived {
    display: inline-block;
}

.magik-producttabs .ProductList li { float:left}

/*--- products-grid-home ---*/
.products-grid-home {
	margin: 0 0;
	list-style: none;
}
.products-grid-home .item.first {
	margin-left: 0;
}
.products-grid-home .item {
	float: left;
	background: #FFF;
	margin-top: 20px;
}
.products-grid-home .item.show-addtocart {
	margin-top: 37px;
}
.products-grid-home .item .item-inner {
	position: relative;
}
.products-grid-home .item .item-inner .item-img {
	position: relative;
	border:1px #eaeaea solid;
	height:230px;/*padding:20px*/
}
.products-grid-home .item .item-inner .item-img .ico-product {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 2;
	background: #de44c3;
	padding: 4px 20px 8px;
	color: #FFF;
	font-size: 150%;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
.products-grid-home .item .item-inner .item-img .ico-product strong {
	font-weight: 600;
}
.products-grid-home .item .item-inner .item-img .ico-product.ico-sale {
	background: #7ebf38;
	right: 10px;
	left: auto;
}

.products-grid-home .item .item-inner .item-img .item-img-info {
	text-align: center;
	border: 0px solid #fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: relative;
	overflow: hidden;
	height:230px;
}
.products-grid-home .item .item-inner .item-img .item-img-info a.product-image {
	display: inline-block;
	width: 100%;
}
.products-grid-home .item .item-inner .item-img .item-img-info a.product-image:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	content: "";
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s ease-out 0.2s;
	-moz-transition: all 0.4s ease-out 0.2s;
	-o-transition: all 0.4s ease-out 0.2s;
	transition: all 0.4s ease-out 0.2s;
	background-color: #eee;
}
.ProductList .item a.product-image .img-main {
	display: inline;
}
.ProductList .item .item-box-hover {
	z-index: 2;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	position: absolute;
	width: 100%;
	height: 90px;
	bottom: -90px;
	top: 88px;
	overflow: hidden;
	opacity:0
}
.ProductList .item .item-box-hover .box-inner .add_cart {
	margin-bottom:6px;
}
.ProductList .item .item-box-hover .box-inner
.add_cart button.button.btn-cart:before {
	content: "\f07a";
	font-family:'FontAwesome';
	font-size:14px;
}
.ProductList .item .item-box-hover .box-inner
.product-detail-bnt a.button.detail-bnt {
	text-align:left; padding:8px 13px 8px 12px; margin-left:-1px;-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.ProductList .item .item-box-hover .box-inner
.product-detail-bnt a.button.detail-bnt:before {
	content: "\f002";
	font-family:'FontAwesome';
	font-size:14px;
}
a.button.detail-bnt span {
	background:none;
	font-family:'Source Sans Pro', sans-serif;
	padding:1px 7px 0 10px;
	text-transform:uppercase;
}
.products-grid-home .item .item-inner .item-info {
	text-align: center; height:95px;
}
.products-grid-home .item .item-inner .item-info .info-inner {
	border: 0px solid #fff;
	border-top: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.products-grid-home .item .item-inner .item-info .info-inner .item-content .no-rating, .
products-grid-home .item .item-inner .item-info .info-inner .item-content .ratings {
	margin: 0 0;
}
.products-grid-home .item .item-inner .item-info .info-inner .item-content .no-rating .rating-box,
.products-grid-home .item .item-inner .item-info .info-inner .item-content .ratings .rating-box {
	float: none;
	margin: 0 0;
}
.products-grid-home .item .item-inner .item-info .info-inner .item-content .no-rating .rating-links,
.products-grid-home .item .item-inner .item-info .info-inner .item-content .ratings .rating-links {
	display: none;
}
.products-grid-home .item .item-inner .item-info .info-inner .item-content .item-price {
}
.products-grid-home .item .item-inner .item-info .info-inner .item-title {
	margin-bottom: 3px;
	padding-top: 16px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.products-grid-home .item .item-inner .item-info .info-inner .item-title a {
	text-decoration: none;
	text-transform:uppercase;
}
.products-grid-home .item .item-inner .item-info .info-inner .item-title a:hover {
	color: #E74C3C;
}

.products-grid-home .item:hover .item-inner .item-img .item-img-info {
	border-color: #fff;
}
.products-grid-home .item:hover .item-inner .item-img .item-img-info a.product-image:before {
	left: 0px;
	top: 0px;
	margin: 0 0;
	filter: alpha(opacity=100);
	background:#eee;
	opacity:0.8
}
.products-grid-home .item:hover .item-inner .item-img .item-box-hover {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	left: 0px;
	bottom: 0px;
}
.products-grid-home .item:hover .item-inner .item-info .info-inner {
	border-color: #fff;
	background:#fff;
	opacity:0.8
}
.products-grid-home .item:hover .item-inner .item-info .info-inner .item-title a {
	color: #E74C3C;
}
.magik-producttabs {
	margin:auto;
	padding:0;
	overflow:hidden;
	width:1240px;
}
.magik-producttabs .pre-text {
	margin: 0 0 15px 0;
}
.magik-producttabs .post-text {
	margin: 10px 0 0;
}
.magik-producttabs a:hover {
	text-decoration: none;
}
.magik-producttabs .magik-pdt-container {
	padding: 0;
}
.magik-producttabs .magik-pdt-container .pdt-nav {
	margin:0;
	padding:0;
	list-style:none;
}
.magik-producttabs .magik-pdt-container .pdt-nav > li {
	font-size: 16px;
	line-height: 100%;
	margin: 0 10px 10px 0;
	padding: 8px 15px;
	cursor: pointer;
}
.magik-producttabs .magik-pdt-container .pdt-nav > li.tab-nav-actived,
.magik-producttabs .magik-pdt-container .pdt-nav > li:hover {
}
.magik-producttabs .magik-pdt-content {
	margin:0;
	padding:0;
}
.magik-producttabs .magik-pdt-content .pdt-content {
	margin:30px 0 0;
	padding:0;
	width:100%;

}
.magik-producttabs .magik-pdt-content .pdt-list {
	margin:0;
	padding:0;
	width:100%;
	float: left;
}
.magik-producttabs .magik-pdt-content .tab-content-actived {
	display:inline-block;
}
.magik-producttabs .magik-pdt-content .pdt-content .item.first {
	margin-left: 0px;
}
.magik-producttabs .magik-pdt-content .pdt-content .item {
	float:left;
	margin-bottom:30px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.magik-producttabs .magik-pdt-content .item-animate {
	opacity: 0;
	filter:alpha(opacity = 0);
	position: relative;
}
.magik-producttabs .magik-pdt-content .play .item-animate {
	opacity: 1;
	filter:alpha(opacity = 100);
}
.magik-producttabs .magik-pdt-content .pdt-content .play .item-animate {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}
.magik-producttabs .magik-pdt-content .pdt-content .slideBottom.play .item-animate {
	-webkit-animation: slideBottom 600ms ease both;
	-moz-animation: slideBottom 600ms ease both;
	-o-animation: slideBottom 600ms ease both;
	animation: slideBottom 600ms ease both;
}
.magik-producttabs .magik-pdt-content .pdt-content .slideLeft.play .item-animate {
	-webkit-animation: slideLeft 600ms ease both;
	-moz-animation: slideLeft 600ms ease both;
	-o-animation: slideLeft 600ms ease both;
	animation: slideLeft 600ms ease both;
}
.magik-producttabs .magik-pdt-content .pdt-content .slideRight.play .item-animate {
	-webkit-animation: slideRight 600ms ease both;
	-moz-animation: slideRight 600ms ease both;
	-o-animation: slideRight 600ms ease both;
	animation: slideRight 600ms ease both;
}
.magik-producttabs .magik-pdt-content .pdt-content .bounceIn.play .item-animate {
	-webkit-animation: bounceIn 600ms ease both;
	-moz-animation: bounceIn 600ms ease both;
	-o-animation: bounceIn 600ms ease both;
	animation: bounceIn 600ms ease both;
}
.magik-producttabs .magik-pdt-content .pdt-content .bounceInRight.play .item-animate {
	-webkit-animation: bounceInRight 600ms ease both;
	-moz-animation: bounceInRight 600ms ease both;
	-o-animation: bounceInRight 600ms ease both;
	animation: bounceInRight 600ms ease both;
}
.magik-producttabs .magik-pdt-content .pdt-content .zoomIn.play .item-animate {
	-webkit-animation: zoomIn 600ms ease both;
	-moz-animation: zoomIn 600ms ease both;
	-o-animation: zoomIn 600ms ease both;
	animation: zoomIn 600ms ease both;
}
.magik-producttabs .magik-pdt-content .pdt-content .zoomOut.play .item-animate {
	-webkit-animation: zoomOut 600ms ease both;
	-moz-animation: zoomOut 600ms ease both;
	-o-animation: zoomOut 600ms ease both;
	animation: zoomOut 600ms ease both;
}
.magik-producttabs .magik-pdt-content .pdt-content .pageRight.play .item-animate {
	-webkit-animation: pageRight 600ms ease both;
	-moz-animation: pageRight 600ms ease both;
	-o-animation: pageRight 600ms ease both;
	animation: pageRight 600ms ease both;
}
.magik-producttabs .magik-pdt-content .pdt-content .pageLeft.play .item-animate {
	-webkit-animation: pageLeft 600ms ease both;
	-moz-animation: pageLeft 600ms ease both;
	-o-animation: pageLeft 600ms ease both;
	animation: pageLeft 600ms ease both;
}
.magik-producttabs .magik-pdt-content .pdt-content .pageTop.play .item-animate {
	-webkit-animation: pageTop 600ms ease both;
	-moz-animation: pageTop 600ms ease both;
	-o-animation: pageTop 600ms ease both;
	animation: pageTop 600ms ease both;
}
.magik-producttabs .magik-pdt-content .pdt-content .pageBottom.play .item-animate {
	-webkit-animation: pageBottom 600ms ease both;
	-moz-animation: pageBottom 600ms ease both;
	-o-animation: pageBottom 600ms ease both;
	animation: pageBottom 600ms ease both;
}
.magik-producttabs .magik-pdt-content .pdt-content .starwars.play .item-animate {
	-webkit-animation: starwars 600ms ease-out both;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: starwars 600ms ease-out both;
	-moz-transform-origin: 50% 50%;
	-o-animation: starwars 600ms ease-out both;
	-o-transform-origin: 50% 50%;
	animation: starwars 600ms ease-out both;
	transform-origin: 50% 50%;
}
.magik-producttabs .pdt-content .content-loading {
	width: 100%;
	max-width: 100%;
	padding: 0;
	position: relative;
	min-height:400px;
	display:block;
	z-index:0;
}
.magik-producttabs .magik-pdt-content .pdt-loadmore {
	display:block;
	overflow:hidden;
	text-align:center;
	margin:0 auto;
	width: 100%;
}
.magik-producttabs .pdt-content .pdt-loadmore .btn-loadmore {
	padding: 6px 20px;
	display:inline-block;
	background: #777;
	color:#FFF;
	cursor:pointer;
	position: relative;
}
.magik-producttabs .pdt-content .pdt-loadmore .btn-loadmore.loading {
	padding: 6px 20px 6px 50px;
}
.magik-producttabs .pdt-content .pdt-loadmore .btn-loadmore:hover {
	background: #323a45;
}
.magik-producttabs .pdt-content .pdt-loadmore .ico-loading {
	width:24px;
	height:24px;
	display:none;
	margin-right:10px;
	vertical-align:middle;
	position: absolute;
	top: 6px;
	left: 20px;
}
.magik-producttabs .pdt-content .pdt-loadmore .btn-loadmore.loading .load-number {
	display: none;
}
.magik-producttabs .pdt-content.is-loading .pdt-loadmore {
	display:none;
}
.magik-producttabs .pdt-content .pdt-loadmore .load-number:before {
	content: "("attr(data-more);
}
.magik-producttabs .pdt-content .pdt-loadmore .load-number:after {
	content: attr(data-total)")";
}
.magik-producttabs .pdt-list .wide-first {
	margin-left: 0px;
}
.pdt-list .item {
	margin-left:20px;
*margin-left: 2.5109110747409%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.magik-producttabs .wide-6 .item {
	width: 14.529914529915%;
*width: 14.476723040553%;
}
.magik-producttabs .wide-5 .item {
	width:18.7%;
}
.magik-producttabs .wide-4 .item {
	width: 23.076923076923%;
*width: 23.023731587561%;
}
.magik-producttabs .wide-3 .item {
	width: 31.623931623932%;
*width: 31.57074013457%;
}
.magik-producttabs .wide-2 .item {
	width: 48.717948717949%;
*width: 48.664757228587%;
}
.magik-producttabs .wide-1 .item {
	width: 100%;
*width: 99.946808510638%;
}
 @-webkit-keyframes bounceIn {
 0% {
opacity: 0;
-webkit-transform: scale(.3);
}
 50% {
-webkit-transform: scale(1.05);
}
 70% {
-webkit-transform: scale(.9);
}
 100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
 @-moz-keyframes bounceIn {
 0% {
opacity: 0;
-moz-transform: scale(.3);
}
 50% {
-moz-transform: scale(1.05);
}
 70% {
-moz-transform: scale(.9);
}
 100% {
opacity: 1;
-moz-transform: scale(1);
}
}
 @-o-keyframes bounceIn {
 0% {
opacity: 0;
-o-transform: scale(.3);
}
 50% {
-o-transform: scale(1.05);
}
 70% {
-o-transform: scale(.9);
}
 100% {
opacity: 1;
-o-transform: scale(1);
}
}
 @keyframes bounceIn {
 0% {
opacity: 0;
transform: scale(.3);
}
 50% {
transform: scale(1.05);
}
 70% {
transform: scale(.9);
}
 100% {
opacity: 1;
transform: scale(1);
}
}
@-webkit-keyframes bounceInRight {
 0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
 60% {
-webkit-transform: translateX(-30px);
}
 80% {
-webkit-transform: translateX(10px);
}
 100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
 @-moz-keyframes bounceInRight {
 0% {
opacity: 0;
-moz-transform: translateX(2000px);
}
 60% {
-moz-transform: translateX(-30px);
}
 80% {
-moz-transform: translateX(10px);
}
 100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
 @-moz-keyframes bounceInRight {
 0% {
opacity: 0;
-o-transform: translateX(2000px);
}
 60% {
-o-transform: translateX(-30px);
}
 80% {
-o-transform: translateX(10px);
}
 100% {
opacity: 1;
-o-transform: translateX(0);
}
}
 @keyframes bounceInRight {
 0% {
opacity: 0;
transform: translateX(2000px);
}
 60% {
transform: translateX(-30px);
}
 80% {
transform: translateX(10px);
}
 100% {
opacity: 1;
transform: translateX(0);
}
}
@-webkit-keyframes zoomIn {
 0% {
opacity: 0;
-webkit-transform: scale(1.8);
}
 100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
 @-moz-keyframes zoomIn {
 0% {
opacity: 0;
-moz-transform: scale(1.8);
}
 100% {
opacity: 1;
-moz-transform: scale(1);
}
}
 @-o-keyframes zoomIn {
 0% {
opacity: 0;
-o-transform: scale(1.8);
}
 100% {
opacity: 1;
-o-transform: scale(1);
}
}
 @keyframes zoomIn {
 0% {
opacity: 0;
transform: scale(1.8);
}
 100% {
opacity: 1;
transform: scale(1);
}
}
@-webkit-keyframes zoomOut {
 0% {
opacity: 0;
-webkit-transform: scale(.6);
}
 100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
 @-moz-keyframes zoomOut {
 0% {
opacity: 0;
-moz-transform: scale(.6);
}
 100% {
opacity: 1;
-moz-transform: scale(1);
}
}
 @-o-keyframes zoomOut {
 0% {
opacity: 0;
-o-transform: scale(.6);
}
 100% {
opacity: 1;
-o-transform: scale(1);
}
}
 @keyframes zoomOut {
 0% {
opacity: 0;
transform: scale(.6);
}
 100% {
opacity: 1;
transform: scale(1);
}
}
@-webkit-keyframes slideBottom {
 0% {
opacity: 0;
top: 50px;
}
 100% {
opacity: 1;
top: 0;
}
}
 @-moz-keyframes slideBottom {
 0% {
opacity: 0;
top: 50px;
}
 100% {
opacity: 1;
top: 0;
}
}
 @-o-keyframes slideBottom {
 0% {
opacity: 0;
top: 50px;
}
 100% {
opacity: 1;
top: 0;
}
}
 @keyframes slideBottom {
 0% {
opacity: 0;
top: 50px;
}
 100% {
opacity: 1;
top: 0;
}
}
@-webkit-keyframes slideRight {
 0% {
opacity: 0;
left: 30px;
}
 100% {
opacity: 1;
left: 0;
}
}
 @-moz-keyframes slideRight {
 0% {
opacity: 0;
left: 30px;
}
 100% {
opacity: 1;
left: 0;
}
}
 @-o-keyframes slideRight {
 0% {
opacity: 0;
left: 30px;
}
 100% {
opacity: 1;
left: 0;
}
}
 @keyframes slideRight {
 0% {
opacity: 0;
left: 30px;
}
 100% {
opacity: 1;
left: 0;
}
}
@-webkit-keyframes slideLeft {
 0% {
opacity: 0;
left: -30px;
}
 100% {
opacity: 1;
left: 0;
}
}
 @-moz-keyframes slideLeft {
 0% {
opacity: 0;
left: -30px;
}
 100% {
opacity: 1;
left: 0;
}
}
 @-o-keyframes slideLeft {
 0% {
opacity: 0;
left: -30px;
}
 100% {
opacity: 1;
left: 0;
}
}
 @keyframes slideLeft {
 0% {
opacity: 0;
left: -30px;
}
 100% {
opacity: 1;
left: 0;
}
}
@-webkit-keyframes pageLeft {
 0% {
opacity: 0;
-webkit-transform: perspective(400px) rotateY(-90deg);
}
 100% {
opacity: 1;
-webkit-transform: perspective(400px) rotateY(0deg);
}
}
 @-moz-keyframes pageLeft {
 0% {
opacity: 0;
-moz-transform: perspective(400px) rotateY(-90deg);
}
 100% {
opacity: 1;
-moz-transform: perspective(400px) rotateY(0deg);
}
}
 @-o-keyframes pageLeft {
 0% {
opacity: 0;
-o-transform: perspective(400px) rotateY(-90deg);
}
 100% {
opacity: 1;
-o-transform: perspective(400px) rotateY(0deg);
}
}
 @keyframes pageLeft {
 0% {
opacity: 0;
transform: perspective(400px) rotateY(-90deg);
}
 100% {
opacity: 1;
transform: perspective(400px) rotateY(0deg);
}
}
@-webkit-keyframes pageRight {
 0% {
opacity: 0;
-webkit-transform: perspective(400px) rotateY(90deg);
}
 100% {
opacity: 1;
-webkit-transform: perspective(400px) rotateY(0deg);
}
}
 @-moz-keyframes pageRight {
 0% {
opacity: 0;
-moz-transform: perspective(400px) rotateY(90deg);
}
 100% {
opacity: 1;
-moz-transform: perspective(400px) rotateY(0deg);
}
}
 @-o-keyframes pageRight {
 0% {
opacity: 0;
-o-transform: perspective(400px) rotateY(90deg);
}
 100% {
opacity: 1;
-o-transform: perspective(400px) rotateY(0deg);
}
}
 @keyframes pageRight {
 0% {
opacity: 0;
transform: perspective(400px) rotateY(90deg);
}
 100% {
opacity: 1;
transform: perspective(400px) rotateY(0deg);
}
}
@-webkit-keyframes pageTop {
 0% {
opacity: 0;
-webkit-transform: perspective(400px) rotateX(90deg);
}
 100% {
opacity: 1;
-webkit-transform: perspective(400px) rotateX(0deg);
}
}
 @-moz-keyframes pageTop {
 0% {
opacity: 0;
-moz-transform: perspective(400px) rotateX(90deg);
}
 100% {
opacity: 1;
-moz-transform: perspective(400px) rotateX(0deg);
}
}
 @-o-keyframes pageTop {
 0% {
opacity: 0;
-o-transform: perspective(400px) rotateX(90deg);
}
 100% {
opacity: 1;
-o-transform: perspective(400px) rotateX(0deg);
}
}
 @keyframes pageTop {
 0% {
opacity: 0;
transform: perspective(400px) rotateX(90deg);
}
 100% {
opacity: 1;
transform: perspective(400px) rotateX(0deg);
}
}
@-webkit-keyframes pageTopBack {
 0% {
opacity: 0;
-webkit-transform: perspective(400px) rotateX(90deg);
}
 100% {
opacity: 1;
-webkit-transform: perspective(400px) rotateX(0deg);
}
}
 @-moz-keyframes pageTopBack {
 0% {
opacity: 0;
-moz-transform: perspective(400px) rotateX(90deg);
}
 100% {
opacity: 1;
-moz-transform: perspective(400px) rotateX(0deg);
}
}
 @-o-keyframes pageTopBack {
 0% {
opacity: 0;
-o-transform: perspective(400px) rotateX(90deg);
}
 100% {
opacity: 1;
-o-transform: perspective(400px) rotateX(0deg);
}
}
 @keyframes pageTopBack {
 0% {
opacity: 0;
transform: perspective(400px) rotateX(90deg);
}
 100% {
opacity: 1;
transform: perspective(400px) rotateX(0deg);
}
}
@-webkit-keyframes pageBottom {
 0% {
opacity: 0;
-webkit-transform: perspective(400px) rotateX(-90deg);
}
 100% {
opacity: 1;
-webkit-transform: perspective(400px) rotateX(0deg);
}
}
 @-moz-keyframes pageBottom {
 0% {
opacity: 0;
-moz-transform: perspective(400px) rotateX(-90deg);
}
 100% {
opacity: 1;
-moz-transform: perspective(400px) rotateX(0deg);
}
}
 @-o-keyframes pageBottom {
 0% {
opacity: 0;
-o-transform: perspective(400px) rotateX(-90deg);
}
 100% {
opacity: 1;
-o-transform: perspective(400px) rotateX(0deg);
}
}
 @keyframes pageBottom {
 0% {
opacity: 0;
transform: perspective(400px) rotateX(-90deg);
}
 100% {
opacity: 1;
transform: perspective(400px) rotateX(0deg);
}
}
 @-webkit-keyframes starwars {
 0% {
opacity: 0;
-webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
}
 80% {
opacity: 1;
-webkit-transform: perspective(200px) scale(1) rotateX(60deg);
}
 100% {
opacity: 1;
-webkit-transform: perspective(200px) scale(1) rotateX(0deg);
}
}
 @-moz-keyframes starwars {
 0% {
opacity: 0;
-moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
}
 80% {
opacity: 1;
-moz-transform: perspective(200px) scale(1) rotateX(60deg);
}
 100% {
opacity: 1;
-moz-transform: perspective(200px) scale(1) rotateX(0deg);
}
}
 @-o-keyframes starwars {
 0% {
opacity: 0;
-o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
}
 80% {
opacity: 1;
-o-transform: perspective(200px) scale(1) rotateX(60deg);
}
 100% {
opacity: 1;
-o-transform: perspective(200px) scale(1) rotateX(0deg);
}
}
 @keyframes starwars {
 0% {
opacity: 0;
transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
}
 80% {
opacity: 1;
transform: perspective(200px) scale(1) rotateX(60deg);
}
 100% {
opacity: 1;
transform: perspective(200px) scale(1) rotateX(0deg);
}
}


This element has no style rules. You can create a rule for it.
element.style {
    display: block;
}
a img {
    border: medium none;
}
img {
    outline: medium none;
    text-decoration: none;
}
.ProductList .item .item-box-hover {
    bottom: -90px;
    height: 90px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 88px;
    transition: all 0.2s ease-out 0s;
    width: 100%;
    z-index: 2;
}
/*=============== End Product Tab CSS  ===============*/


/*======= Top Shopping Cart =======*/

.mini-products-list .product-image {
	float: left;
	padding:0;
	width: 60px;
	height:60px
}
.top-cart-content .product-name {
	margin: 0;
	width:150px;
	line-height:1
}
.top-cart-content .product-name a {
	font-size: 12px;
	line-height:normal;
	font-weight:900
}
.top-cart-content .product-name a:hover {
	font-size: 12px;
	color:#000000
}

.top-cart-contain .price {
	color: #E74C3C;
	font-weight:bold;
	text-transform: uppercase;
	padding-left:10px
}
.top-cart-contain .product-details .price {
	color: #E74C3C;
	width: auto;
	float:none;
	font-weight:normal;
	padding-left:0px
}
.mini-cart {
	text-align: center;
	cursor: pointer;
}

.mini-cart .basket a {
	color:#fff;
	margin:0px;
	font-size:14px;
	padding-left:0px;
	padding-right:0px;
	font-family:'Source Sans Pro', sans-serif;
	text-transform:uppercase;
	letter-spacing:normal;
	display:inline-block
}
.mini-cart .basket a:first-child:before {
	content:'\f07a';
	font-family: FontAwesome;
	font-size:16px;
	padding-right:7px
}
.mini-cart .open .basket a {
	color:#000;
	background:#fff;
	box-shadow:0 3px 9px rgba(0, 0, 0, 0.3)
}
.mini-cart .dropdown-toggle {
	font-size: 14px;
	padding: 0;
	text-transform: none;
}
.top-cart-contain {
	position: absolute;
	padding: 0;
	z-index:100;
	padding:0px;
	color:#FFFFFF;
	right:275px;
	margin-top:55px
}

.top-cart-title p {
	margin: 0;
}
.top-cart-content .empty { padding:10px;
}
.top-cart-content {
	display: none;
	width: 340px;
	position: absolute;
	border: 1px solid #DDDEE1;
	top:64px;
	right:0px;
	background: #fff;
	padding: 0;
	text-align: right;
	box-shadow:0 3px 3px 0 #888888;
}
.top-subtotal {
	color: #333333;
	float: left;
	font-size: 14px;
	font-weight:bold;
	padding: 8px 10px;
	text-align: left;
	text-transform: uppercase;
}
.top-cart-content .product-details .btn-remove {
	position:absolute;
	right:10px;
	top:4px;
}
.top-cart-content .product-details .btn-edit {
	position:absolute;
	right:30px;
	top:4px;
}

.top-cart-content .block-subtitle {
	border-bottom: 1px solid #DDDEE1;
	color: #333333;
	overflow: hidden;
	padding: 8px 5px;
	text-align: left;
}
ul#cart-sidebar {
	padding:10px 15px;
}

#cart-sidebar li {
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 8px;
	overflow: hidden;
	padding: 5px 0;
	display:block;
	text-align:left;
	margin:0px
}

#cart-sidebar small{font-size:12px; color:#666}

#cart-sidebar .ProductPrice{  color: #E74C3C;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    padding-bottom: 5px;}

/* top cart  */

.hide {
    display: none;
}


.checkout{margin-top:30px}
.checkout .TitleHeading {
 border-bottom: 1px solid #111111;
    margin: 0 0 20px;
    padding: 0 0 4px;
	text-transform:uppercase;
	font-size:28px
}

.checkout .ExpressCheckoutContent { padding:0 0 20px 45px!important; overflow:hidden}
.checkout .ExpressCheckoutContent .CreateAccount{ float:left; width:450px}
.checkout .ExpressCheckoutContent .CreateAccount p{margin-bottom:10px}
.checkout .ExpressCheckoutContent .AccountLogin{ float:right; width:450px}

.checkout div.selector {
    background: url("//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/icon_dsc.png") no-repeat scroll right center #f0f0f0 !important;
	width:250px;
	display:block}

.checkout input.Field200 {
    width: 250px;
	background:#f0f0f0 !important;
}

.checkout #FormField_13{
    width: 250px !important;
}

.checkout .HorizontalFormContainer dt{width:110px; text-align:left; padding-bottom:0px}
.checkout .AddBillingAddress dd, .AddShippingAddress dd { padding-bottom:10px!important; width:260px}


.Left #SideAccountMenu h3{   background: none repeat scroll 0 0 #34495E;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 15px;
    padding: 15px 10px;
    text-transform: uppercase;}

.Left #SideAccountMenu li:before{
 color: #666666;
    content: "\f105";
    cursor: pointer;
    display: inline-block !important;
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 20px;
    }
.Left #SideAccountMenu li{border-bottom:1px #eaeaea solid; padding-top:7px; padding-bottom:7px; margin:0px}
.Left #SideAccountMenu li a{padding-left:6px; font-weight:normal}
.Left #SideAccountMenu .BlockContent {
    margin: 10px 0 0;
}
.YourAccount li{margin-bottom:30px}
.YourAccount h4{border-bottom:1px #ddd dashed; padding-bottom:5px; margin-bottom:5px }
.Content h2{  background: none repeat scroll 0 0 #34495E;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 15px;
    padding: 15px 10px;
    text-transform: uppercase;}

.Content .BlockContent{margin-top:25px}



.AccountLogin h3{   background: none repeat scroll 0 0 #34495E;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 15px;
    padding: 15px 10px;
    text-transform: uppercase;}
.AccountLogin label{margin-bottom:5px; margin-top:15px; display:block}
.AccountLogin .Textbox{width:320px!important; background:#f0f0f0}
.AccountLogin dd{margin-left:110px!important}

.CreateAccount h3{   background: none repeat scroll 0 0 #34495E;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 15px;
    padding: 15px 10px;
    text-transform: uppercase;}
.CreateAccount li:before{
 color: #666666;
    content: "\f105";
    cursor: pointer;
    display: inline-block !important;
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 20px;
	padding-right:6px
    }
.CreateAccount li{padding-top:5px; padding-bottom:5px; margin:0px;}
.CreateAccount ul{margin-left:20px; margin-top:5px; margin-bottom:5px}

#CreateAccountForm .txt24 { font-weight:normal}

#CreateAccountForm h3{  background: none repeat scroll 0 0 #34495E;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 15px;
    padding: 15px 10px;
    text-transform: uppercase;}
#CreateAccountForm .FormContainer .box dt {
    width: 130px!important;
	padding-right:10px!important
}

#CreateAccountForm p{margin-bottom:15px}

#CreateAccountForm .FormContainer .Textbox{width:400px!important; background:#f0f0f0!important}

#CreateAccountForm div.selector {
    background: url("//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/icon_dsc.png") no-repeat scroll right center #F0F0F0 !important;
    font-size: 14px;
    height: 32px;
    line-height: 28px;
    min-height: 28px !important;
    padding: 3px 0 !important;
    width: 400px;
}


.AddBillingAddress dd{ width:250px!important}
.AddBillingAddress dt{width:135px!important}
.AddShippingAddress dt{width:125px!important}

#AccountInbox .FormContainer{margin-top:20px}

#AccountInbox .form li label, .form dt {float: left;
    line-height: 22px;
    padding: 7px 10px 0 0;
    width: 70px;}

#AccountInbox div.selector {
    background: url("//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/icon_dsc.png") no-repeat scroll right center #f0f0f0 !important;
    font-size: 14px;
    height: 32px;
    line-height: 28px;
    min-height: 28px !important;
    padding: 3px 0 !important;
	width:400px
}

#AccountInbox .Textbox{width:400px!important; background:#f0f0f0}
#AccountInbox .Field350{width:400px!important; background:#f0f0f0}


.EstimateShipping .form dt{width:110px!important}
.EstimateShipping div.selector {
    background: url("//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/icon_dsc.png") no-repeat scroll right center #f0f0f0 !important;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    min-height: 28px !important;
    padding: 3px 0 !important;
	width:400px
}

.EstimateShipping .Textbox{width:400px!important; background:#f0f0f0}

#GiftCertificatesMenu h3 {  background: none repeat scroll 0 0 #34495E;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 15px;
    padding: 15px 10px;
    text-transform: uppercase;
}

#GiftCertificatesMenu li:before{
 color: #666666;
    content: "\f105";
    cursor: pointer;
    display: inline-block !important;
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 20px;
    }
#GiftCertificatesMenu li{border-bottom:1px #eaeaea solid; padding-top:7px; padding-bottom:7px; margin:0px}
#GiftCertificatesMenu li a{padding-left:6px!important; font-weight:normal!important}

#PurchaseGiftCertificate p{margin-bottom:20px}
#PurchaseGiftCertificate .form dt{width:150px!important}
#PurchaseGiftCertificate div.selector {
    background: url("//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/icon_dsc.png") no-repeat scroll right center #f0f0f0 !important;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    min-height: 28px !important;
    padding: 3px 0 !important;
	width:400px
}

#PurchaseGiftCertificate .Textbox{width:400px!important; background:#f0f0f0}

#PurchaseGiftCertificate .Field350 {width:400px!important; background:#f0f0f0}


#subscribe_form .Textbox{width:180px; background:#f0f0f0}
.home-act a{ background:#E74C3C}
.home-act a:hover{ color:#fff}
.icon-home:before{font-size:20px}


.AdvancedSearch .Textbox{width:220px!important; background:#f0f0f0}
.AdvancedSearch div.selector {
    background: url("//cdn10.bigcommerce.com/r-03b8fdf5d1037c0feebbcedfd701c709422a962e/themes/Shine/images/icon_dsc.png") no-repeat scroll right center #f0f0f0 !important;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    min-height: 28px !important;
    padding: 3px 0 !important;
	width:220px
}

.AdvancedSearch h3{
    color: #333;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 15px;
    padding: 10px 0px;
    text-transform: uppercase;
	border-bottom:1px #ddd solid}

#BlogRecentPosts .BlockContent { margin-top:15px!important}
.blg-post p{margin-bottom:15px}
.blg-post .BlockContent {
    margin-top: 0px!important;
}

#SitemapContent ul{margin-left:12px!important; margin-bottom:25px!important}

#SitemapContent a{color:#666}

.PageContent{margin-top:0px!important; font-size:16px;line-height:1.6em; padding-bottom:30px}
.PageContent p{font-size:16px; margin-bottom:5px; }

.PageContent h2{background: #fff;
border-radius:0px!important;
color: #000;
font-family: 'Source Sans Pro',sans-serif;
font-size: 26px;
font-weight: normal;
margin:25px 0px 10px 0px!important;
padding: 15px 0px 10px 0px!important;
text-transform: none;
border-bottom:1px #ddd solid}

.PageContent ul{margin-bottom:20px; padding-left:20px}
.PageContent ul li{ list-style:square}