@charset "utf-8";
* { margin: 0; padding: 0; outline: none; }
body {
  font: 14px/130% 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  color: #5f6874;
  background: #FFF;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button.btn {
  font-family: 'Oswald', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  font-size: 0;
  position: relative;
  border: 0;
  padding: 0;
  cursor: pointer;
  overflow: visible;
  background: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  min-width: 1px;
}
button.btn:hover { text-decoration: none !important; border: solid 0px; }
button.btn::-moz-focus-inner { border: none; padding: 0; }
button.btn span { position: relative; display: block; white-space: nowrap; overflow-x: hidden; text-overflow: ellipsis; }
button.btn img { vertical-align:middle; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
  button.btn span {
      margin-top: -1px;
  }
}

/* General */
.FloatRight { float: right; }
.FloatLeft { float: left; }
.ClearRight { clear: right; }
.ClearLeft { clear: left; }

.AlignCenter { text-align: center; }
.AlignRight { text-align: right; }

.Clear { clear: both; }
.clear { clear:both; display: block; overflow: hidden; visibility: hidden; height: 0; margin: 0 !important; padding: 0 !important; float: none !important; line-height: 0 !important; min-height: 0 !important; zoom: 1; }
.clearfix { display: inline-block; }
.clear:after, .clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
.HideElement { display: none; }
.visibly-hidden, .visibly-hidden p { visibility: hidden; opacity: 0; margin: 0 !important; padding: 0; height: 0; }
.hidden { opacity: 0; height: 0; }
.hide-visually { overflow: hidden; position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; clip: rect(0 0 0 0); }
input, select, textarea { font: 12px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Sans-Serif; }
textarea { height: 230px; }
.Textbox, textarea, .field-xlarge { padding: 8px; }
.Textbox, .field-xlarge { height: 16px; }
select.field-xlarge { height: 36px; padding: 0; }
input { padding: 2px; }
input[type=submit], .btn,
input[type=reset],
input[type=button] {
  padding: 5px 12px;
  text-transform: uppercase;
  min-width: 63px;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  font: normal 16px/100% 'Oswald', sans-serif;
}
a.btn { padding: 6px 12px; }

p { margin-top: 0; margin-bottom: 15px; }

h1, h2, h3,
.TitleHeading {
  -webkit-font-smoothing: antialiased;
  font: normal 36px/100% 'Oswald', sans-serif;
  text-transform: uppercase;
  min-height: 1px;
  zoom: 1;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
}
.ContentArea .h1, .ContentArea h2 { line-height: 40px; }
h1{ font-size:30px; margin: 0 0 50px 0; padding-top: 0px; line-height: 110%; }
h1.title, h1.PageHeader{
  float: left;
  width:100%;
  margin: 0;
  padding: 30px 0 50px 0;
  font-size: 36px;
  text-transform: uppercase;
  width: 575px;
  letter-spacing: 3px;
  line-height: 100% !important;
}
h1.PageHeader { margin: 0 40px; float: none; width: auto; }
h1.PageHeader.M40 { margin: 0 40px !important; }
h3 { font: normal normal 1.4em 'Oswald', sans-serif; margin-bottom: 15px; }
h4 { font: normal 1.2em/130% 'Oswald', sans-serif; margin-bottom: 15px; }
img, img a { border: 0; }
ul, ol { margin: 0 0 15px 30px; }
ul { list-style-type: disc; }
li { margin: 0; padding: 0; }
.Breadcrumb ul, .Left ul, .Right ul { list-style-type: none; margin: 0; padding: 0; }
blockquote {
  background: #e7e7e7;
  padding: 25px;
  margin-bottom: 25px 30px;
  border: 1px solid #e5e7e9;
  margin: 0 0 25px 0;
}
select option { padding: 0 10px; }
hr { margin: 15px 0; padding: 0; height: 0px; border:0; border-top: 1px dotted #bbbdbf; }



/* Primary Content Area */
.Content { float: left; width: 800px; margin: 0 0 0 0; padding: 0 0 20px 0; }
.Content.Wide { width: 800px; padding: 0; }
.Content.Widest { width: auto; float: none; padding-right: 0px; padding-left: 0px; }


/* Outer Content Wrapper (Surrounds header & content) */
#Outer, .Inner, .Outer {
  clear: both;
  width: 1250px;
  margin: 0 auto;
  position: relative;
}
#Outer { z-index: 1; }
#Wrapper { position: relative; z-index: 1; min-height: 1px; }

.Content .Block { clear: both; }
.Block { margin-top: 0; }
.Content .BlockContent { margin-right: 55px; }
.Content.Wide .BlockContent,
.Content.Widest .BlockContent { margin-right: 0; }
.Content.Wide .ProductList { margin-left: 0; }


/* Page Containers */
#ContainerLower { clear: both; width: 100%; padding: 0 0 20px 0; }
#ContainerFooter { clear: both; width: 100%; }





/* Forms */
.HorizontalFormContainer dl,
.VerticalFormContainer dl { margin: 0; }
.HorizontalFormContainer dt img { vertical-align: middle; float: left; }
.HorizontalFormContainer dt .fieldLabel {
  float:left;
  padding-top: 4px;
  padding-left: 4px;
}
.HorizontalFormContainer dt {
  width: 160px;
  float: left;
  clear: left;
  font-weight: bold;
  text-align: right;
  font-size: 13px;
  line-height: 36px;
  min-height: 36px;
  white-space: nowrap;
}
.HorizontalFormContainer dd.ProductField { height: 20px; }
.HorizontalFormContainer dd {
  margin-left: 180px;
  margin-bottom: 18px;
  line-height: 30px;
}
.NarrowFormContainer dt { width: 100px; }
.NarrowFormContainer dd { margin-left: 110px; }
.HorizontalFormContainer p.Submit { margin: 0 0 15px 0px; line-height: 28px; }
/*.HorizontalFormContainer p.Submit .btn { padding: 10px 20px !important; }*/
.NarrowFormContainer p.Submit { margin-left: 110px; }
.VerticalFormContainer dt { margin-bottom: 6px; }
.VerticalFormContainer dd { margin-bottom: 15px; margin-left: 0; }






#TopMenu {
  position: relative;
  z-index: 3;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}
#TopMenu .TopMenuWrapper {
  background: #545c66;
  color: #fff;
  font-size: 12px;
}

#TopMenu a:hover { color: #FFF; }
#TopMenu a:focus { color: #ff5c46; }
#TopMenu p { margin: 0; color: #fff; }
#TopMenu ul {
  color: #fff;
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 32px;
}
#TopMenu ul li {
  display: inline-block;
  margin: 0 10px;
  line-height: 30px;
  font-size: 12px;
  color: #a3abb6;
}
#TopMenu ul li i.fa-shopping-cart { font-size: 16px; }
#TopMenu .top-left { float: left; }
#TopMenu .top-right { float: right; }
#TopMenu .top-right .CartLink { font-weight: bold; }
#TopMenu .currency-converter { padding: 0 10px; }






/* Header */
#Header {
  position: relative;
  z-index: 2;
  min-height: 1px;
  padding-top: 15px;
}
#Logo {
  float: left; display: block;
  text-transform: none;
  padding: 0;
  margin: 10px 0;
  font: normal normal 36px 'Oswald', sans-serif;
}
#Logo h1 {
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #FF5C46;
  text-transform: none;
  font: 700 40px 'Oswald', sans-serif;
}


#HeaderLower {
  width: 100%;
  display: block;
  border-bottom: 2px solid #FF5C46;
  background: #5f6874;
  color: #fff;
  position: relative;
  z-index: 3;
  padding: 0;
  font: normal normal 15px 'Oswald', sans-serif;
  text-transform: uppercase;
  min-height: 1px;
}

#HeaderLower .sf-sub-indicator {
  background: url(//cdn10.bigcommerce.com/r-d7da58bc2fa9ac362219b6ca847b6a0970dcbe51/themes/Sammot/images/white/subDrop2.png) 0 0 no-repeat !important;
  width: 4px !important;
  height: 7px !important;
  top: 50% !important;
  margin-top: -4px !important;
  right: 5px !important;
  opacity: 1 !important;
  filter: alpha(opacity = 1) !important;
  display: none;
}
#HeaderLower .PageMenu, #HeaderLower .CategoryList { float: left; }
#HeaderLower #Menu .First  { display: none; }

#HeaderLower h2 { display: none; }
/* Horizontal Category List (Default & Flyout) */
#SideCategoryList { padding: 0; margin: 0; }


#HeaderLower ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: auto;
  -webkit-perspective: 500px;
  perspective: 500px;
}
#HeaderLower #Menu > ul > li {
  position: relative;
  -webkit-perspective: 500px;
  perspective: 500px;
  display: table-cell;
  border-collapse: collapse;
  text-align: center;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
#HeaderLower li  {
  float: left;
  padding: 0px 0;
  position: relative;
  line-height: 25px;
}
#HeaderLower #Menu > ul > li:first-child a { border-left: solid #545c66 1px; }
#HeaderLower #Menu > ul > li:last-child a { border-right: solid #545c66 1px; }
#HeaderLower li a {
  display: block;
  border-left: 1px solid #545c66;
  padding: 10px 22px;
  color: #FFF;
}
#HeaderLower li ul {
  display: block;
  opacity: 0;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
  margin-left: 0px;
  padding: 0px 0;
  text-align: left;
  background: #5f6874;
  z-index: 6000;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.35s, opacity 0.25s;
  transition: transform 0.35s, opacity 0.25s;
}
#HeaderLower #Menu ul > li:hover > ul {
  display: block;
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
}
#HeaderLower li ul li { float: none; }
#HeaderLower li ul li:first-child a {border-top: none;}
#HeaderLower li ul li a {
  border: solid 0px;
  display: block;
  padding: 8px 10px;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  background: none !important;
  border-top: 1px solid #545c66;
}
#HeaderLower li ul li a:hover {
  background: #ff5c46 !important;
  color: #fff;
}
#HeaderLower li ul li a.hasSub { padding-right: 10px; }
#HeaderLower #Menu li ul li ul { top: 0; left: 200px; margin: 0; }

#HeaderLower li.ActivePage > a,
#HeaderLower li.over a,
#HeaderLower li a:hover { background-color: #FF5C46 !important; }

#HeaderLower li.HasSubMenu > a:after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  color: #FFF;
  margin-left: 5px;
}

#HeaderLower #Menu > ul > li.cart-menu {
  display: inline-block;
  float: right;
}
#HeaderLower #Menu > ul > li.cart-menu a {
  border-right: 1px solid #545c66;
}
#HeaderLower #Menu > ul > li:hover > ul > li {
  display: block;
}


/* lvl 2 */
#HeaderLower li.over ul,
#HeaderLower li li.over ul,
#HeaderLower li li li.over ul,
#HeaderLower li li li li.over ul { display: block }
#HeaderLower li li.over > a,
#HeaderLower li li li.over > a,
#HeaderLower li li li li.over > a,
#HeaderLower li li li li li.over > a { color: #5f6874 ; }
#HeaderLower li.over ul ul,
#HeaderLower li li.over ul ul,
#HeaderLower li li li.over ul ul,
#HeaderLower li li li li.over ul ul { display: none; }


#HeaderLower li.subOver a { color: #292f39; }
#HeaderLower li.subOver li a { color: #ff5c46; }
#HeaderLower li.subOver li.subOver a { color: #292f39; }
#HeaderLower li.subOver li.subOver li a { color: #ff5c46; }
#HeaderLower li.subOver li.subOver li a:hover { color: #312E29; }











.Content .Block h2 {
  line-height: 37px;
  font-size: 18px;
  padding: 0 24px;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
  position: relative;
  color: #FF5C46;
}
.ProductList {
  list-style-type: none;
  margin: 0 0 0 20px;
  padding: 0;
}
#fastCartContainer .ProductList { width: 800px; }

#fastCartContainer .ProductList li,
.ProductList li {
  float: left;
  margin: 0 10px 20px 0 !important;
  width: 232px !important;
  padding: 0 !important;
  position: relative;
}
.Right .ProductList li { width: 230px !important; }
.ProductList li .ProductImage {
  position: relative;
  text-align: center;
}
.ProductList li .ProductImage a > img {
  max-width: 248px;
  max-height: 180px;
}
.ProductList.List li .ProductDetails,
.ProductList1.List .slick-slide .ProductDetails,
.ProductList.List .slick-slide .ProductDetails {
  margin-top: 0;
}
.ProductList li .ProductDetails strong,
.ProductList .slick-slide .ProductDetails strong,
.ProductList1 .slick-slide .ProductDetails strong {
  display: block;
  font-weight: bold;
  line-height: 130%;
  padding: 0px 0 5px;
}
.ProductList li .ProductDetails em,
.ProductList .slick-slide .ProductDetails em,
.ProductList1 .slick-slide .ProductDetails em {
  font-weight: normal;
  font-style: normal;
}
.ProductList li .ProductCompareButton,
.ProductList .slick-slide .ProductCompareButton,
.ProductList1 .slick-slide .ProductCompareButton {
  float: left;
  line-height: 17px;
  min-height: 17px;
  padding-right: 8px;
}
.ProductList li .ProductPriceRating,
.ProductList .slick-slide .ProductPriceRating,
.ProductList1 .slick-slide .ProductPriceRating {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}


.ProductList li .ProductActionAdd,
.ProductList .slick-slide .ProductActionAdd,
.ProductList1 .slick-slide .ProductActionAdd {
  clear: both;
  padding-top: 10px;
  text-align: center;
  margin-bottom: 5px;
}
.ProductList li .ProductActionAdd a,
.ProductList .slick-slide .ProductActionAdd a,
.ProductList1 .slick-slide .ProductActionAdd a,
.editCartSection .ViewCartLink {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-transform: uppercase;
  background: #5f6874 url(../images/cart-white.svg) 8px 45% no-repeat;
  -webkit-background-size: 21px;
  background-size: 21px;
  color: #fff !important;
  font: 500 14px/16px 'oswald';
  border: solid #5f6874 1px;
  border-radius: 2px;
  padding: 6px 20px 6px 36px;
}
.fastCartBottom .ProductList li .ProductActionAdd a,
.fastCartBottom .ProductList li .ProductActionAdd a.Choose,
.fastCartBottom1 .ProductList li .ProductActionAdd a.Choose {
  font-size: 14px;
  background-position: 12px 50%;
  padding: 6px 20px 6px 36px;
}



.customfastCart .ModalTitle { display: none; }

/* footer */
#Footer {
  clear: both;
  font-size: 0.85em;
  padding: 15px 0;
  margin: 0;
}
#FooterUpper {
  clear: both;
  padding: 40px 0;
}
#FooterUpper .Column {
  float: left;
  width: 180px;
  margin: 0 0 0 20px;
}
#FooterUpper .Column h2 {
  font-size: 14px;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
#FooterUpper .Column ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: auto;
}
#FooterUpper .Column li {
  font-size: 12px;
  margin: 0 0 10px 0;
  width: auto;
  float: none;
}
#FooterUpper .Column li .sf-sub-indicator { display: none !important; }
#FooterUpper .Column li ul { display: none !important; }
#FooterUpper .Column li a { display: block; }
#FooterUpper .Column li a:hover {  }
#FooterUpper .Column #socnet li {
  margin: 0 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#FooterUpper .Column label {
  width: 55px;
  line-height: 23px;
  margin-bottom: 10px;
  float: left;
  display: block;
}
#FooterUpper .Column input {
  height: 16px;
  margin-bottom: 10px;
  padding: 4px 5px 3px 5px;
  width: 110px;
  border: solid 0px;
}
#FooterUpper .Column input.Button {
  margin-left: 55px;
  height: 25px;
  font-size: 12px;
  min-width: 60px;
  width: auto;
  cursor: pointer;
  font-weight: 300;
  text-transform: capitalize;
}



/* Quick Search */
.QuickSearch {
  background: #fff;
  margin: 4px 0 0 2px;
  width: 360px !important;
  padding: 0;
  text-align: left;
  position: relative;
  z-index: 99;
  -webkit-box-shadow: rgba(0,0,0,.33) 0px 3px 12px;
  box-shadow: rgba(0,0,0,.33) 0px 3px 12px;
}
.QuickSearch td {
  padding: 5px 10px;
  vertical-align: middle;
  cursor: pointer;
  transition: background 350ms ease;
}
.QuickSearchResult:hover td { background: #e5e7e9; }
.QuickSearch .QuickSearchResultImage {
  text-align: center;
  padding-right: 0;
}
.QuickSearchResultImage img {
  border: 1px solid #e5e7e9;
  height: auto;
  max-height: 50px;
  max-width: 50px;
  width: auto;
}
.QuickSearchResultMeta { font-size: 13px; }
.QuickSearchResultMeta .RatingIMG { display: block; padding: 2px 0 2px 5px; }
.QuickSearchResultMeta span.Price { display: block; float: left; margin-right:5px; font-weight: bold; }
.QuickSearchResultMeta p {
  font-size: 11px;
  margin: 0;
}
.QuickSearchResultMeta a { color: #5F6874; letter-spacing: -.25px; }
.QuickSearchResultMeta em { font-style: normal; }

.QuickSearchAllResults td { text-align: center; padding: 8px; }
.QuickSearchAllResults a {
  background: #5F6874;
  color: #FFF;
  border-radius: 2px;
  line-height: 28px;
  padding: 4px 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}
.QuickSearchAllResults a:hover { background: #FF5C46; color: #FFF; }


#QuickSearch .QuickSearchResultName {clear:both; display:block; margin-bottom: 4px; line-height: 1.3; }






#CategoryHeading {
  position: relative;
  z-index: 2;
  padding: 0 40px;
  margin: 0 !important;
}
.CategoryPagination { float: left; margin-right: 30px; }
.PagingBottom .CategoryPagination { float: right; }

.PagingList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  /*display: inline-block;*/
}
.PagingList li {
  float: left;
  /*display: inline-block;*/
  line-height: 32px;
  margin: 0 2px;
}
.PagingList li a { color: #FFF; background: #5f6874; }
.PagingList li a:hover { background: #FF5C46; }
.PagingList li a,
.PagingList li.ActivePage,
.CategoryPagination .Prev a,
.CategoryPagination .Next a {
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 0 !important;
  display: block;
  border-radius: 1px;
}
.PagingList li.ActivePage {/* display: inline-block;*/ background: #e7e9eb; float: left; }
.PagingList li.ActivePage a { background: #d5d7d9; color: #5f6874; }
.CategoryPagination .Prev,
.CategoryPagination .Next { /*display: inline-block;*/ float: left; margin: 0 2px; }
.CategoryPagination .Prev a,
.CategoryPagination .Next a { display: block; }
.Prev:empty + .PagingList li:first-of-type { margin-left: 0; }

.PagingList li.small a, .PagingList li.ActivePage.small,
.CategoryPagination .Prev.small a, .CategoryPagination .Next.small a {
  width: 30px; height: 30px; line-height: 30px;
}


.CategoryPagination .Prev a,
.CategoryPagination .Next a {
  background: #5f6874;
  line-height: 32px;
  color: #FFF;
  font-size: 18px;
}
.CategoryPagination .Prev a:hover,
.CategoryPagination .Next a:hover { background: #FF5C46; }











/* Left Content Area */
.Left { float: left; width: 220px; }
.Left .Block { padding: 0 0 10px 0; }
.Left h2 {
  font-size: 18px;
  line-height: 100%;
  padding: 0 10px;
  font-size: 18px;
  text-align: left;
  letter-spacing: 2px;
  margin: 0 0 15px 0;
  color: #FF5C46;
}
.Left .CategoryList h2,
.Left #SideNewProducts h2 {
  line-height: 36px;
}


.Left li { margin: 0 0 10px 0; font-weight: 600; }
.Left .CategoryList ul { width: auto; }
.Left .CategoryList  li {
  font-weight: 300;
  width: auto;
  float: none;
  margin: 0 0 0px 0 !important;
  padding-right: 0px;
}


.Left .CategoryList  .sf-sub-indicator { display: none; }
.Left .CategoryList .SideCategoryListFlyout li a.sf-with-ul {
  background: url(//cdn10.bigcommerce.com/r-d7da58bc2fa9ac362219b6ca847b6a0970dcbe51/themes/Sammot/images/white/subDrop.png) 95% 50% no-repeat;
}


.Left .CategoryList .SideCategoryListFlyout li ul {
  position: absolute;
  top: -15px !important;
  left: 180px !important;
  background: #fff !important;
  border: solid #DBDAD9 1px !important;
  padding: 5px 0 10px 0 !important;
}
.Left .CategoryList .SideCategoryListFlyout li ul ul {
  top: -6px !important;
  left: 220px !important;
}

.Left .CategoryList .SideCategoryListFlyout li ul li {
  padding: 0 20px !important;
  height: auto;
  margin: 0 !important;
}
.Left .CategoryList .SideCategoryListFlyout li ul li a {
  display: block;
  border-bottom: 1px dotted #DBDAD9;
  line-height: 20px;
  height: auto;
  padding: 8px 5px !important;
  width: 170px;
  text-decoration: none;
}

.Left #SideNewProducts .BlockContent { margin: 0 0 0 40px; }
.Left .ProductList li {
  height: auto !important;
  float: none;
  margin-bottom: 25px;
}
.Left .ProductList li a:hover { text-decoration: none; }
.Left .ProductList li .ProductDetails {
  height: auto !important;
  padding: 0 !important;
}



/* Right Content Area */
.Right { float: left; width: 230px; margin: 0 0 0 0px; }
.Right .Block { padding: 0 0 10px 0; }
.Right .BlockContent { margin: 0 10px 0 10px; }
.Right h2 { font-size: 1.4em; }
.Right li {
  clear: both;
  list-style: none;
  margin: 0;
}
.Right li a {
  text-decoration: none;
  color: #5f6874;
  font-weight: bold;
}
.Right li a:hover {
  text-decoration: underline;
  color: #FF5C46;
}




/* 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;
}
.Right .TopSellers .ProductDetails,
.Left .TopSellers .ProductDetails { /* Contains the details of the item */
  margin: 0;
  margin-left: 28px;
}
.Content .TopSellers li.TopSeller1 .TopSellerNumber,
.Content .TopSellers li .TopSellerNumber {
  display: none;
}






.CompareButton {
  padding: 20px 0;
  margin: 0 20px 0 0;
  text-align: center;
}







.Content .ProductList.List li {
  width: auto !important;
  display: block;
  float: none;
  clear: both;
  min-height: 0;
  background-image: none;
  position: relative;
  height: 180px !important;
}
.Content .ProductList.List li .ProductImage {
  top: 0;
  left: 0;
  float: left;
}
.Content .ProductList.List li .ProductDetails {
  padding: 0 0 0 20px !important;
  min-height: 1px;
}
.Content .ProductList.List li .Rating  {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.Content .ProductList.List li .ProductDetails strong {
  display: block;
  padding-right: 100px;
}
.Content .ProductList.List li .ProductDescription { margin: 15px 0; }
.Content .ProductList.List li .ProductActionAdd {
  vertical-align: middle;
  padding-top: 0;
  padding-right: 20px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.ProductList li .ProductCompareButton {
  padding-top: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: none;
  vertical-align: middle;
}




.RecentNews ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.RecentNews li h5 {
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin: 0 0 5px 0;
}
.NewsDate { font-size: 11px; }
#CartHeader {
  height: 118px;
  margin: 0;
}
#CartHeader .btn {
  float: right;
  margin-top: 30px;
}

/* General Tables & Carts Table commong styling */
.CartItemQuantity select { width: 75px; height: 32px; }
.CartItemQuantity div.selector { line-height: 32px; height: 32px; }
.CartItemQuantity div.selector span {
  padding-right: 0;
  margin-right: 30px;
  background: none;
  line-height: 18px;
  height: 18px;
  margin-top: 7px;
  margin-bottom: 7px;
  border-right: solid 0px !important;
}
table.Stylize  {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}
.productAttributes { border-collapse: collapse; }

.CartContents .productAttributes td {
  padding: 0;
  border: solid 0px !important;
  vertical-align: top;
}
.CartContents .productAttributes td label,
.CartContents .productAttributes td span {
  display: block;
  line-height: 150%;
}
table.Stylize th {
  padding: 22px 10px;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}
table.Stylize td { padding: 20px 10px 10px; }
table.CartContents .CartThumb img { max-height: 110px; max-width: 110px; }
table.CartContents .ProductName h5 { font-size: 14px; margin-bottom: 5px; }
table.CartContents .ProductPrice { font-style: normal; }
.CartRemoveLink { margin-left: 10px; vertical-align: middle; color: #5f6874; }
.CartRemoveLink:hover, .CartRemoveLink:focus, .CartRemoveLink:active { color: #FF5C46; }
table.CartContents td.CartItemTotalPrice { padding-right: 0; }

.CartContents thead th { white-space: nowrap; overflow-x: hidden; text-overflow: ellipsis; text-align: center; }
.CartContents tbody td, .CartContents tfoot td { vertical-align: top; }
.CartContents tfoot { padding: 10px 0; }
.CartContents tfoot .SubTotal td {
  font-weight: 300;
  font-size: 14px;
  padding: 10px;
  border: solid 0px;
}
.CartContents tfoot .SubTotal td { text-align: right; }
.CartContents tfoot .SubTotal td.Label {
  font-weight: 600;
  font-size: 14px;
}
.CartList { list-style-type: none; }
.EstimateShippingLink em,
.EstimateShippingLink { font-weight: 600; font-style: normal }
.EstimateShipping { float: right; }
.EstimateShipping dl { padding: 25px 15px 10px 15px; }
.EstimateShipping dt {
  clear: left;
  float: left;
  margin-bottom: 15px;
  width: 175px;
  line-height: 32px;
}
.EstimateShipping dd {
  text-align: left;
  font-weight: normal;
  margin-bottom: 15px;
  margin-left: 200px;
  text-align: left;
}
.ShippingMethodList table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.ShippingMethodList table td { text-align: left !important; }
.ShippingMethodList table .Price { text-align: right !important; }
.CartContents .GrandTotal { font-size: 19px; }
.CartContents tfoot .GrandTotal  td {
  font-weight: 300;
  font-size: 24px;
  padding: 10px 10px 20px;
}
.CartContents tfoot .GrandTotal td  {
  font-weight: 300 !important;
  font-size: 24px !important;
  color: #5f6874;
}
.CartItemTotalPrice { width: 85px; }
.ProceedToCheckout .CheckoutButton {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.KeepShopping { padding-bottom: 10px; }
.ProceedToCheckout .btn,
.KeepShopping .btn { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block; }
.ProceedToCheckout .btn:hover,
.KeepShopping .btn:hover { color: #FFF; }

#CartContent .AlternativeCheckout {
  clear: both;
  /*float: right;*/
  margin: 20px 0;
}
.multipleAddress { text-decoration: underline; }

/*-------------------------------------------------- */
/* Product Page   */
.ProductAside { float: left; width: 505px; margin: 25px 0 25px 0; }
.ProductThumb { text-align: center; display:block; /*display: table-cell;*/ vertical-align: middle; position: relative; margin:0 auto; }

.ProductAside .ProductThumbWrap .ProductThumb {
  height: 100% !important;
  min-height: 500px;
  display: block;
  display:table-cell;
  vertical-align: middle;
}
.ProductThumbImage { width: 100% !important; position: relative; }
.ProductThumb { position: relative; }
.ProductThumbImage .thumb-link {
  display: block;
  /*display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;*/
}
.ProductThumbImage { /*min-height: 500px;*/ height: 500px; }
.ProductThumbImage > a {  }

.ProductThumbWrap, .ImageCarouselBox { margin-left: 0px !important; }
/*.ProductThumbImage, .ProductThumb { width: 482px !important; }*/
.ProductThumbWrap {
  background:  #FFF;
  border: 1px solid #e5e7e9;
  margin: 0 0 7px !important;
  position: relative;
  overflow:hidden;
}
.PrimaryProductDetails .ProductThumb .ProductThumbImage .zoomPad {
  display: block;
  zoom: 1;
  float: none;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;

  /*position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);*/
}
.zoomWindow { width: 100%; }
.ProductThumbWrap p {
  margin: 0 0 0 0;
  z-index: 50;
  width: 100%;
  line-height: 25px;
  height: 25px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #5f6874;
  position: relative;
  display: none;
}
.ProductThumbWrap span {
  padding-left: 20px;
  background: url(//cdn10.bigcommerce.com/r-d7da58bc2fa9ac362219b6ca847b6a0970dcbe51/themes/Sammot/images/white/zoom.png) 0 50% no-repeat;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* zoom */
.zoomWrapper {
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: solid #e5e7e9 0px !important;
  margin: -1px 0 0 -1px !important;
  top: 0;
  left: 0px;
}
.zoomWrapperImage img { max-width: none !important; }



.ProductTinyImageList { left: auto; margin: 0 auto; }
.ProductTinyImageList ul { list-style-type: none; margin: 0; padding: 0; }
.ProductTinyImageList li {
  border: solid #e5e7e9 1px !important;
  background: #fff;
  /*width: 80px !important;*/
  margin: 0 2px;
  float: left;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.ProductTinyImageList .ProductTinyImageContainer {
  border: solid #e5e7e9 1px !important;
  background: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.ProductTinyImageList li:first-of-type { margin-left: 0; }
.ProductTinyImageList li.selected,
.ProductTinyImageList .ProductTinyImageContainer.selected { border: solid #FF5C46 1px !important; }
.ProductTinyImageList li div div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}


.TinyOuterDiv { width: 80px; height: 80px; background-size: cover; margin: 0 auto; }
.ProductTinyImageList li img,
.ProductTinyImageList .ProductTinyImageContainer img {
  height: auto;
  max-width: 80px !important;
  max-height: 80px !important;
  padding: 0 !important;
  vertical-align: middle;
  width: auto;
  opacity: 0;
  width: 100%;
}
.ImageCarousel {max-width:100%; overflow:hidden;}
.ImageCarouselBox {
  position: relative;
  padding: 0 !important;
  margin-bottom: 15px !important;
}
.ImageCarouselBox br { display: none; }

.ProductTinyImageList .slick-arrow { top: 50%; transform: translateY(-50%); }
#ImageScrollPrev, #ImageScrollNext {
  position: absolute;
  top: 50%;
  margin: 0;
  display: none;
  font-size: 28px;
  color: #5f6874;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#ImageScrollPrev:hover, #ImageScrollNext:hover { color: #FF5C46; }
#ImageScrollPrev { left: 0; }
#ImageScrollNext { right: 0; }
#ImageScrollPrev.disabled, #ImageScrollNext.disabled { color: #c5c7ca; }


.product-image-list .TinyOuterDiv { width: 100%; height: 100%; display: block; }



.ProductMain {
  float: right;
  margin: 25px 0;
  width: 440px;
  line-height: 140%;
}
.ProductMain h5.brandName, #QuickViewProductDetails h5.brandName {
  font: normal normal 16px/110% 'Oswald', sans-serif;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  color: #5f6874;
}
.ProductMain h5.brandName a { color: #5f6874; }
.ProductMain h5.brandName a:hover { color: #FF5C46; }
.ProductMain  h1 {
  font-size: 36px;
  margin: 0 0 15px 0;
  padding-right: 15px;
}
.DetailRow.Rating { margin: 0 0 10px 0; padding: 0; border: solid 0px; }
.DetailRow.Rating .Value > div { padding-bottom: 10px; }
.DetailRow.Rating .ReviewListLink {
  color: #5f6874;
  font-size: 12px;
  padding-left: 0.5em;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border-bottom: dotted 1px;
}

#ProductReviews a.button {
  background: #5f6874;
  /*margin-left: 30px;*/
  width: auto;
  cursor: pointer;
  color:#fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 8px 15px 6px;
  font: normal 14px 'Oswald', sans-serif;
}

.ProductPriceWrap { margin: 0 0 25px 0; }
.ProductPriceWrap .RetailPrice {
  font: normal normal 14px/110% 'Oswald', sans-serif;
  margin: 0 0 0 0;
  padding: 0;
  text-transform: uppercase;
  color: #5f6874;
  border: solid 0px;
}
.ProductPriceWrap .PriceRow {
  font: normal normal 32px/110% 'Oswald', sans-serif;
  margin: 0 0 0 0;
  padding: 0;
  border: solid 0px;
}
.ProductPriceWrap .PriceRow em { font-weight: normal; font-style: normal; }
.ProductPriceWrap .PriceRow .YouSave {
  font-size: 14px;
  padding-right: 40px;
  padding-top: 4px;
  font-weight:normal;
  line-height: 14px;
  display: block;
  text-transform: uppercase;
}


/* accordion */
#prodAccordion .Block { margin: 0 0 7px 0; }
#prodAccordion .Block > h2 {
  margin: 0;
  line-height: 38px;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 0 5px 0 40px;
  position: relative;
  cursor: pointer;
  background: #EAECEE;
  color: #5f6874;
  clear: both;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
#prodAccordion .Block > h2 .LNGString {
  background: none repeat scroll 0 0 transparent;
  display: block;
  height: auto;
  position: static;
  width: auto;
}
.prodAccordionContent { padding: 15px 10px; }
#prodAccordion .Block.current .prodAccordionContent { display: block; color: #5f6874; }
#prodAccordion .Block.current .prodAccordionContent span { text-decoration: none !important; }




/*.ProductDetailsGrid { margin-right: 20px; }*/
.DetailRow { margin: 0; padding: 12px 0; border-bottom: dotted #c8cacc 1px; }
.DetailRow .Label { font-size: 13px; font-weight: normal; padding: 0; }
.DetailRow .Value .Textbox  { width: 400px; }
.productAttributeList .productAttributeRow {
  border-bottom: 1px dotted #c8cacc;
  margin: 0 !important;
  padding: 15px 0 15px 0 !important;
}
.fileLimitations { padding-top: 10px; }
.ProductAddToCart .productAttributeLabel {
  display: block !important;
  font-size: 13px;
  font-weight: normal;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  *width: 100% !important;
  float: none !important;
}
.ProductAddToCart  .productAttributeRow.addToCart .productAttributeLabel,
#QuickViewProductDetails .productAttributeRow.addToCart .productAttributeLabel { display: none !important; }
.productOptionViewProductPickList label,
.productOptionViewRectangle label,
.productOptionViewRadio label  {
  padding-left: 0 !important;
  margin-bottom: 5px;
}
.productAttributeList .productAttributeValue { display: block; }
.productAttributeList .productAttributeValue .dateselector select,
#EventDateMonth, #EventDateDay, #EventDateYear   { width: 100px; }


html.javascript .productOptionViewRectangle ul { margin: 0; }
html.javascript .productOptionViewRectangle li {
  padding: 3px;
  display: inline-block !important;
  *display: inline !important;
  zoom: 1;
  transition: all 350ms ease;
}
html.javascript .productOptionViewRectangle input,
html.javascript .productOptionPickListSwatch input {
  overflow: hidden;
  top: 0 !important;
  left: 0 !important;
  position: absolute !important;
  height: 28px !important;
  width: 28px !important;
  z-index: 10 !important;
  margin: 0 !important;
  opacity: 0 !important;
  cursor: pointer;
  filter: alpha(opacity = 0) !important;
}
html.javascript .productOptionViewRectangle li.selectedValue {
  /*background: #FF5C46 !important;*/
  /*border-radius: 30px;*/
}
html.javascript .productOptionViewRectangle .option label {
  border: 3px solid #cbcdcf !important;
  padding: 5px 8px !important;
  margin: 0 !important;
  background: #fff;
  line-height: 24px;
  color:#5f6874;
  min-width: 30px;
  text-align: center;
  transition: all 350ms ease;
}
html.javascript .productOptionViewRectangle .option label:hover {
  border-color: #8a97a7 !important;
}

html.javascript .productOptionViewRectangle .option.selectedValue label {
  /*border-radius: 30px;
  border-color: #5f6874 !important;*/
  color: #FFF;
  background: #FF5C46;
  border-color: #FF5C46 !important;
}

.productAttributeValue .Field[type=text] {
  width: 400px !important;
  height: 16px !important;
  border: 1px solid #CCCBCA;
  padding: 9px !important;
}
.productAttributeValue textarea.Field {
  width: 420px !important;
  height: 75px !important;
  border: 1px solid #CCCBCA;
  padding: 9px;
}
.productAttributeValue .productAttributeFluidWidth { width: 420px !important; }
.productAttributeValue .Field.productAttributeFluidWidth[type=text] { height: 36px !important; }
.productAttributeValue .ui-datepicker-trigger { display: none; }


html.javascript .productOptionPickListSwatch ul { margin: 0; }
html.javascript .productOptionPickListSwatch li {
  padding: 3px;
  display: inline-block !important;
  *display: inline !important;
  zoom: 1;
}
html.javascript .productOptionPickListSwatch li.selectedValue {
  background: #5f6874 !important;
  padding: 3px;
}

html.javascript .productOptionPickListSwatch label .name { display: none !important; }
.productOptionPickListSwatch .textureContainer,
.productOptionPickListSwatch .swatchColours {
  border: solid 0px !important;
  margin: 0 !important
}
.productOptionPickListSwatch .thumbnail,
.productOptionPickListSwatch .swatchColour  {
  display: inline-block !important;
  height: 24px !important;
  width: 24px !important;
  padding: 0 !important;
  border: solid #cccbca 1px !important;
}


/* uploader */
div.uploader {
  background: none;
  border: 0px solid #CCCBCA;
  height: 36px;
  width: auto;
}
div.uploader span.filename {
  border: 1px solid #CCCBCA;
  padding: 9px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  background: #fff;
  margin: 0;
  width: 210px;
  float: right;
}
div.uploader span.action {
  float: left;
  display: block;
  background: #5f6874;
  color: #fff;
  text-shadow: none;
  line-height: 34px;
  height: 34px;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #26231E;
  width: 78px;
}
.productAttributeList .productAttributeLabel .required  {
  margin-left: 8px;
  font-size: 12px;
  color: #FF5C46 !important;
}

#SideProductAddToWishList {
  margin-top: 36px;
}
#SideProductAddToWishList .BlockContent:before {
  background: url(images/drop.png) 0 0 no-repeat;
  content:"";
  display: block;
  width: 17px;
  height: 9px;
  position: absolute;
  top: -9px;
  left: 10px;
  margin-left: 0;
  z-index: 1;
}
#SideProductAddToWishList .BlockContent {
  padding: 15px;
  background: #fff;
  width: 250px;
  margin-left: 0px;
  -webkit-box-shadow: #999b9d 0px 0px 2px;
  box-shadow: #999b9d 0px 0px 2px;
}
.Submit { margin: 15px 0; }


/* Modal*/
#ModalContainer {
  overflow-y: visible !important;
  top: 10% !important;
}
#ModalContainer, #fancy_inner { border: solid #5f6874 0px; -webkit-transition: all 350ms ease; transition: all 350ms ease;}

#ModalContentContainer,
#ModalTitle,
.ModalTitle,
.ModalButtonRow {
  border-radius: 2px !important;
  border: solid 0px !important;
}
body.quickView .ModalTitle { display: none !important; }
#ModalContentContainer {
  /*border: solid #5f6874 2px !important;*/
  border-radius: 2px !important;
  background: #FFF !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.ModalTitle {
  background: #fff !important;
  border: solid 0px !important;
  font: normal normal 18px 'Oswald', sans-serif;
  text-transform: uppercase;
  padding: 15px 20px 0 20px !important;
}
.ModalContent {
  border: solid 0px !important;
  padding: 20px !important;
}
.modalContainer {  }
.ModalButtonRow  {
  height: auto !important;
  background: #fff !important;
  padding: 0 15px 15px 15px !important;
}
.ModalButtonRow .Submit { margin: 0; }

/*html .modalClose, html div#fancy_close  {
  width: 32px  !important;
  height: 32px  !important;
  top: -16px !important;
  right: -16px !important;
  line-height: 32px  !important;
  background: #5f6874 url(images/close-new.png) no-repeat center !important;
  border-radius: 50%;
  padding: 6px !important;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/

/*.modalClose {
  position: fixed !important;
  top: 20px !important;
  right: 20px !important;
  height: 36px !important;
  width: 36px !important;
  background: url('images/close-new4-white.svg') center no-repeat !important;
  cursor: pointer;
  z-index: 181;
  display: none;
  opacity: .8;
  text-indent: -9999px !important;
  overflow: hidden !important;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}*/

#ModalContainer .modalClose {
  background: none;
  position: absolute;
  top: 0px !important;
  right: 0px !important;
  cursor: pointer;
  text-indent: -9999px !important;
  border: 40px solid #FF5C46;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: 0;
  cursor: pointer;
  z-index: 181;
  -webkit-transition: border-color 350ms ease;
  transition: border-color 350ms ease;
}
#ModalContainer .modalClose:after {
  background: url('images/close-new4-white.svg') center no-repeat !important;
  height: 26px !important;
  width: 26px !important;
  content: "";
  display: block;
  position: absolute;
  top: -32px;
  left: 6px;
}
#ModalContainer .modalClose:hover,
html .modalClose:hover {
  border-color: #5f6874;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
/*.CartRemoveLink {
  padding: 0 !important;
  border: 18px solid #FF5C46;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.CartRemoveLink i {
  background: url('images/close-new4-white.svg') center no-repeat !important;
  height: 12px !important;
  width: 12px !important;
  content: "";
  display: block;
  position: absolute;
  top: -13px;
  left: 3px;
}*/



#fancy_content .ProductTinyImageList ul li { border: none !important; }


#ModalOverlay {
  background-color: rgba(0,0,0,.8) !important;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3000;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}




.ProductAside .Block {
  position: relative;
  margin-left: 0px;
}
.ProductAside .ProductList { width: 522px; }
.ProductAside .ProductList li {
  margin: 0 15px 15px 0;
  width: 84px !important;
  height: 200px !important;
  overflow: hidden;
}
.ProductAside .ProductList li .ProductDetails {
  font-size: 11px !important;
  height: auto !important;
}
.ProductAside .ProductList li .ProductDetails strong { font-weight: 300; }
.ProductAside .ProductList li div.ProductImage  {
  display: table-cell;
  height: 82px !important;
  line-height: 82px !important;
  margin: 0 0 15px !important;
  min-height: 82px !important;
  min-width: 82px !important;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 82px !important;
}
.ProductAside .ProductList li .ProductImage img {
  line-height: 82px !important;
  max-width: 82px !important;
  max-height: 82px !important;
  text-align: center;
}
.ProductAside .ProductList li .ProductDetails em { font-weight: normal; }
.ProductAside .ProductList li .ProductDetails em strike { color: #FF5C46; }




/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
  position: relative;
  margin-bottom: 20px;
  font-size: 14px !important;
  line-height: 37px !important;
  height: 37px !important;
  padding: 0 10px 0px 50px !important;
  letter-spacing: 0px !important;
}
.ExpressCheckoutBlock .ExpressCheckoutTitle abbr {
  width: 22px;
  height: 37px;
  margin-right: 12px;
  vertical-align: middle;
  background: url(//cdn10.bigcommerce.com/r-d7da58bc2fa9ac362219b6ca847b6a0970dcbe51/themes/Sammot/images/accColExp.png) 0 -47px no-repeat;
  display: inline-block;
  *display: inline;
  zoom: 1;
}


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

.ExpressCheckoutBlock .ExpressCheckoutContent {
  padding: 25px 0 50px 0;
  margin: 0px auto;
}

/*.ExpressCheckoutBlock .ExpressCheckoutCompletedContent { display: none; }*/

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
  display: block;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 0;
  right: 100px;
  z-index: 1;
  white-space: nowrap;
  width:auto;
  left: auto;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
  background: url(//cdn10.bigcommerce.com/r-d7da58bc2fa9ac362219b6ca847b6a0970dcbe51/themes/Sammot/images/white/square.png) !important;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle abbr { background-position: 0 0; }
.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent { display: none; }

a.ChangeLink {
  position: absolute;
  right: 15px;
}

.ExpressCheckoutBlock a.ChangeLink { display: none; }

.ExpressCheckoutBlockCompleted a.ChangeLink {
  font: 600 12px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  color: #fff;
  display: block;
  right: 0;
  top: 0;
  height: 37px;
  line-height: 37px;
  position: absolute;
  padding: 0 10px;
  background: #FF5C46;
}
.ExpressCheckoutBlockCompleted a.ChangeLink:hover { background: #5f6874; }


.LoadingIndicator { margin-left: 10px; }

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

.CreateAccount { float: left; width: 370px; }
.AccountLogin { float: right; width: 370px; padding-left: 50px; }
.ExpressCheckoutContent h4, .CreateAccount h4, .AccountLogin h4  {
  font-size: 18px;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  border-bottom: solid #e5e7e9 1px;
  color:#5f6874;
}
.HorizontalFormContainer.DynamicWidth { /*width: 840px;*/ }
.HorizontalFormContainer.DynamicWidth dl { clear: both; }
.HorizontalFormContainer.DynamicWidth dt {
  width: 140px;
  float: left;
  margin-right: 20px;
  min-height: 38px;
  clear: none;
}
.HorizontalFormContainer.DynamicWidth dd {
  /*min-width: 240px;*/
  /*width: auto;*/
  /*float: left;*/
  margin: 0 0 10px 0;
  min-height: 38px;
}
.ExpressCheckoutContent .Field200 {
  width: 320px;
}
.HorizontalFormContainer.DynamicWidth dd:last-of-type label { display: block; }
.HorizontalFormContainer.DynamicWidth dd.checkoutShippingButtons { margin: 15px 0 5px; }
.HorizontalFormContainer.DynamicWidth .WideField { width: 620px; }
.HorizontalFormContainer.DynamicWidth .Submit { clear: both; }
.ShippingProviderList {
  line-height: 200%;
  margin: 0 0 20px 20px;
}

.ExpressCheckoutContent h5, #ConfirmOrder h5 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 125%;
  margin: 0 0 10px 0;
}
#payment_options, #provider_list {
  line-height: 200%;
}
.CheckoutRedeemCoupon {
  width: 330px;
  background: #EAECEE;
  padding: 15px;
}
.CheckoutRedeemCoupon h5 {
  text-transform: none;
  font-size: 14px;
}
.CheckoutRedeemCoupon p { margin: 0 0 15px 0; }
#couponcode {
  margin-right: 10px;
  width:auto !important;
}
.FieldFull {
  width: 100%;
  height: 85px;
}

#giftcertificatecode { margin-right: 10px; }

#CheckoutStepPaymentDetails .ProductPrice {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
}
#LoginForm { margin: 0 50px; }


.HorizontalFormContainer h3 {
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
  line-height: 42px;
  background: #EAECEE;
  color:#5f6874;
  padding:0 0 0 12px;
}
.HorizontalFormContainer h3 span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-right: 15px;
}
.CreateAccountIntro { font-size: 18px; margin: 0 0 30px 0; }

.CreateAccountIntro em { font-style: normal; }
#CreateAccountForm .HorizontalFormContainer  p { font-size: 14px; }


/* Tabbed Navigation */
.TabNav,
.TabNav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.TabNav {
  height: 36px;
  padding: 0 20px;
  border-bottom: solid #e2e4e6 0px;
}
.TabNav li {
  margin-right: 2px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.TabNav li a {
  display: block;
  background: #EAECEE;
  border: solid #e5e7e9 1px;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  color: #5f6874;
  font-size: 14px;
  font-weight: 600;
  -webkit-border-radius: 0;
  -moz-border-radius:  0;
  border-radius: 0;
}
.TabNav li a:hover {
  text-decoration: none;
  background: #fff;
  color: #FF5C46;
}
.TabNav li.Active a {
  background: #fff;
  border-bottom: solid #fff 1px;
}
#SearchPage .Block, .TabContent {
  padding: 30px 20px;
  background: none;
  border: 1px solid #e2e4e6;
  border-left: solid 0px;
  border-right: solid 0px;
}
#SearchResultsCategoryAndBrand {
  border-bottom: solid #e2e4e6 1px;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}

.ContentList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ContentList li {
  border-bottom: solid #e2e4e6 1px;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
.ContentList li p {
  margin: 0 0 0 0;
}
.Content .Intro {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 125%;
  margin-bottom: 36px;
}
.FeedContent, .SitemapContent  {
  margin: 0 0 50px 20px;
}
.Left .Intro {
  font-size: 18px;
  line-height: 125%;
}
.YourAccount p strong {
  font-weight: 600;
  text-transform: uppercase;
}
h2 .actions {
  display: block;
  float: right;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}
.actions a {
  /*background: url("images/accColExp.png") no-repeat  100% -1px;*/
  display: block;
  font: 600 13px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  height: 37px;
  /*margin-right: 12px;*/
  overflow: hidden;
  /*padding-right: 30px;*/
  text-align: left;
  text-transform: none;
  vertical-align: middle;
  letter-spacing: normal;
}
.actions a i { color: #5f6874; margin-left: 5px; }
.ShippingAddressList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ShippingAddressList li  .UtilityLinks { padding: 0 0 5px 0; }
.ShippingAddressList li {
  vertical-align: top;
  width: 175px;
  margin: 0 22px 25px 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.ShippingAddressList li h4 {
  font: 600 14px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
}
.Inline { display: inline; }
.AccountOrderStatusList, .AccountMessageList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.AccountOrderStatusList li {
  position: relative;
  margin: 0 0 50px 0;
}
.AccountOrderStatusList li h3 {
  font: 600 16px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  text-transform: none;
  margin-bottom:5px;
}
.OrderItemList li {
  margin: 0 0 10px 0;
  padding: 0;
}
.OrderAction {
  float: right;
  font-weight: 600;
  color: #848688;
}
.AccountOrderStatusList li  .Meta,
.AccountOrdersList li .Meta {
  font-size: 11px;
  border-bottom: solid #dee1e3 1px;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
.iconBtn, .share a  {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

.share a {
  height: 20px;
  width: 20px;
  margin: 0 5px 0 0;
  text-align:left;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.iconBtn i { margin-left: 5px; }
.iconBtn + .iconBtn { margin-left: 15px; }
.iconBtn:hover span,  .share a { background-position: 0 -30px; }
.share a { background-image: url(images/btnEdit.png); }
.iconBtn.share span { background-image: url(images/btnShare.png); }
.AccountMessageList h3 {
  font: 600 16px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  text-transform: none;
  margin: 0 0 5px 0;
}
.AccountMessageList h5 {
  font: 600 14px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  text-transform: none;
  margin: 0 0 5px 0;
}
.AccountMessageList h5 span { text-transform: uppercase; }
.AccountMessageList h5 img { vertical-align: middle; }



/*****************************************************************************/


/* Hero slider */
.hero {
  width: 980px;
  position: relative;
  margin-top: -20px;
  margin-bottom: 20px;
  left: -10px;
  overflow: hidden;
}
.hero_slider div {
  position: relative;
  width: 980px;
  display: block;
  float: left;
  padding: 0;
  margin: 0 0 10px 0;
}
.hero_slider div .text {
  position: absolute;
  top: 60px;
  left: 70px;
  width: 350px;
  color: #fff;
  z-index: 99;
}
.hero_slider div .text h1 {
  font-size: 5em;
  line-height: 1em;
  margin-bottom: 20px;
}
.hero_slider div .text h2 {
  font-size: 3.5em;
  line-height: 1em;
  margin-bottom: 20px;
}
.hero_slider div .text h3 {
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 20px;
}
.hero_slider div .text p {
  font-size: 1.5em;
  margin-bottom: 20px;
}
.hero #slide_prev {
  position:absolute;
  top:45%;
  z-index:9;
  cursor:pointer;
  left:5px;
  width: 20px;
  height: 40px;
  background: url(//cdn10.bigcommerce.com/r-d7da58bc2fa9ac362219b6ca847b6a0970dcbe51/themes/Sammot/images/white/hero_prev.gif) 0 0 no-repeat;
  text-indent: -9999px;
}
.hero #slide_next {
  position:absolute;
  top:45%;
  z-index:9;
  cursor:pointer;
  right:5px;
  width: 20px;
  height: 40px;
  background: url(//cdn10.bigcommerce.com/r-d7da58bc2fa9ac362219b6ca847b6a0970dcbe51/themes/Sammot/images/white/hero_next.gif) 0 0 no-repeat;
  text-indent: -9999px;
}


/* 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; }
.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 { margin-left: 0; }
.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; }



/* Newsletter Subscription Form */
.NewsletterSubscription { float: left; }




.prodAccordionContent .btn { float: none; margin-bottom: 20px; }
.ToggleSearchFormLink.btn{ padding:0 !important; }
.ToggleSearchFormLink.btn a{
  padding:14px 10px 12px 3px !important;
  float:left;
}
.ToggleSearchFormLink.btn #toggle_form_link { padding:7px 3px 7px 10px !important; }








.FindByCategory ul,
.FindByCategory li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.FindByCategory li {
  padding-left: 12px;
  background: url(//cdn10.bigcommerce.com/r-d7da58bc2fa9ac362219b6ca847b6a0970dcbe51/themes/Sammot/images/BreadcrumbSep.gif) no-repeat 3px 5px;
  padding-right: 8px;
  display: inline;
}


/* Miscellaneous Definitions */
.Meta { color: #5f6874; font-size: 0.93em; }
.Left .FeedLink,
.Right .FeedLink { float: right; margin: 0 7px 0 0; }
.Content .FeedLink {
  margin: 0;
  position: absolute;
  right: 10px;
  /*top: 13px;*/
  /*line-height:normal;*/
}
.Content .FeedLink a {display:block; float:left; margin-right:10px;}



.Field45 { width: 85px !important; }
.Field100 { width: 100px; }
.Field150 { width: 150px; }
.Field200, input.field-xlarge { width: 200px; }
.Field250 { width: 250px; }
.Field300 { width: 300px; }
.Field350 { width: 350px; }
.Field400 { width: 400px; }


select.Field45 { width: 85px !important; }
select.Field100 { width: 120px; }
select.Field150 { width: 170px; }
select.Field200, select.field-xlarge { width: 220px; }
select.Field250, .categoryPicker.Field250 { width: 270px; }
select.Field300 { width: 320px; }
select.Field350 { width: 370px; }
select.Field400 { width: 420px; }


.MB10 { margin-bottom:10px; }
.MB25 { margin-bottom:25px; }
.MT0 { margin-top:0px; }
.LH140 { line-height:140%; }
.PLRB5 { padding:0px 5px 5px 5px; }
.PLR10 { padding:0px 10px 0px 10px; }
.PL20 { padding:0; }
.PL40 { padding:0px 0px 0px 40px; }
.ML20 { margin:0px 0px 0px 20px; }
.MT10 { margin-top:10px; }
.MT30 { margin-top:30px; }
.PL10 { padding-left:10px; }
.ML50 { margin-left:50px; }
.ML250 { margin-left:250px; }
.PB2 { padding-bottom:2px; }
.NoMarginBottom { margin-bottom: 0; }

.Required { color: red; font-weight: bold; }

.AccountLogin .Message { margin-bottom: 30px; }
.Message p { float:left; }
.Message ul{
  float:left;
  list-style-position: inside;
  margin: 0 0 5px 30px;
}




.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;
}

.Field45.quantityInput { margin: 0 0 10px; }




/* 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: #5f6874;
}
.DownloadExpiresToday { color: red; }

.CheckoutRedeemCoupon h4 { margin-top: 0; }


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

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

.ProductDetailsGrid dt {
  width: 80px;
  float: left;
  font-weight: bold;
}
.ProductDetailsGrid dd {
  margin-left: 80px;
}


.SubCategoryList a {
  text-decoration: none;
}
.SubCategoryList ul,
.SubCategoryList li {
  list-style: none;
  margin-left: 0;
}
.SubCategoryList li {
  margin-bottom: 4px;
  padding-left: 25px;
  background: url('//cdn10.bigcommerce.com/r-d7da58bc2fa9ac362219b6ca847b6a0970dcbe51/themes/Sammot/images/SubCategory.gif') no-repeat 3px 50%;
}

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

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

.ProductReviewList { clear: both; }



.YourAccount li { margin-bottom: 8px; }

.SoldOut { color: #999b9d; }

.RemoveFromWishlistForm { margin: 5px; }
.AddToWishlistLink {
  position: relative;
  margin: 0;
}
.AddToWishlistLink .wishlist-button {
  position: absolute;
  top: -70px;
  left: 165px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  color: #5f6874;
  background: #fff;
  border: 0;
}




.ShippingProviderList { list-style: none; }


/** 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 {
  border: 2px solid #dadcde;
  margin: 1px 3px;
}

/** Currency Selector **/
.CurrencyList dl { margin: 0; padding: 0; }

.CurrencyList dd {
  padding: 0px;
  margin: 0px;
  border: 1px solid #edf0f3;
  background-color: #F9FBFD;
  clear: both;
}

.CurrencyList a {
  padding: 0 10px;
  display: block;
  line-height: 25px;
  text-decoration: none;
  font-size: 11px;
  color: #000 !important;
}
.selected-currency { padding: 5px 10px; }

.CurrencyList a:hover { background-color: #f4f6f8; }

.CurrencyList a .Flag, .selected-currency .Flag {
  vertical-align: middle;
  padding-right: 5px;
}




.SharePublicWishList {
  padding:8px;
  border:1px solid #e5e7e9;
}



.HeaderLiveChat img { vertical-align: middle; }

.SubCategoryListGrid { padding: 4px; }

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

.SubCategoryListGrid li {
  margin-bottom: 4px;
  padding: 8px;
  margin-left: 10px;
  background: #fff;
  float: left;
  text-align: center;
}

.SubCategoryListGrid ol { clear: both; }
.SubBrandList { padding: 10px; margin: 0 20px; }

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

.SubBrandList li {
  margin-bottom: 8px;
  padding-left: 18px;
  background: url('//cdn10.bigcommerce.com/r-d7da58bc2fa9ac362219b6ca847b6a0970dcbe51/themes/Sammot/images/SubBrand.png') no-repeat 3px 50%;
  float: left;
  width: 45%;
}
.SubBrandList li a { color:#5f6874; }
.SubBrandList li a:hover { color:#FF5C46; }

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

.SubBrandListGrid li {
  width: 160px !important;
  float: left;
  margin: 0 20px 20px 0;
  line-height: 150%;
  height:auto !important;
}
.SubBrandListGrid li .BrandImage {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #e5e7e9;
  width: 160px;
  height: 168px;
  text-align: center;
  background: #fff;
}
.SubBrandListGrid li a.BrandName {
  display: block;
  font-weight: 600;
  color: #5f6874;
  text-align:center;
  padding: 5px 0 0 0;
}
.SubBrandListGrid li a.BrandName:hover {
  color: #FF5C46;
}

.RowDivider { display: none; }
.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 dt div.Required,
#CartEditProductFieldsForm dt div.Required {
  width: 8px;
}

.ProductAddToCart input.Textbox,
#CartEditProductFieldsForm input.Textbox {
  width:181px;
}

.ProductAddToCart textarea,
#CartEditProductFieldsForm textarea {
  width: 100%;
  height: 80px;
}

.CartContents .CartProductFieldsLink {
  font-size: 11px;
  color: #66686a;
  margin-top: 6px;
  padding-left: 22px;
  background: url('//cdn10.bigcommerce.com/r-d7da58bc2fa9ac362219b6ca847b6a0970dcbe51/themes/Sammot/images/GiftWrappingAvailable.gif') 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; }


.TagList { margin-top: 20px; }
.CartThumb { text-align: center; width: 1px; }

.WrappingOptions {
  font-size: 11px;
  color: #5f6874;
  margin-top: 6px;
  padding-left: 22px;
  background: url('//cdn10.bigcommerce.com/r-d7da58bc2fa9ac362219b6ca847b6a0970dcbe51/themes/Sammot/images/GiftWrappingAvailable.gif') no-repeat;
  padding-bottom: 4px;
  line-height: 1.6;
}

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

.SelectGiftWrapMultiple { max-height: 400px; }



#VendorLogo .BlockContent,
#VendorPhoto .BlockContent { margin: 0; text-align: center; }
.TransitTime { font-weight: normal; color: gray; }



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


.LittleNotePassword {
  color: #5f6874;
  font-size: 0.85em;
  padding:2px 0px 2px 0px;
}
.RequiredClear { visibility: hidden; }



#QuickViewProductDetails .ProductPriceWrap .productAttributeRow { padding: 0; clear: none; }


/** Search All Form Result - Start **/
.ContentList em,
.QuickSearchResultMeta em {
  font-size: 11px;
  font-style: normal;
}
/** Search All Form Result - End **/


/** AJAX loading box - Start **/
#AjaxLoading,
#ImageAjaxLoading {
  text-align: center;
  z-index: 10000000000;
  padding: 10px;
}
#AjaxLoading img,
#ImageAjaxLoading img {
  vertical-align: bottom;
  margin-right: 5px;
}



/* Product Videos */
#VideoList { margin: 10px 0 0; }

.VideoSeparator { clear: both; }
.videoRow { margin-bottom: 4px; }
.videoRow,
.videoRowTitle,
.videoRow img,
.videoRowLength { cursor: pointer; }
#VideoList ul {
  position: relative;
  overflow-y: auto;
  padding:0;
  margin: 0;
  width: 100%;
  margin: 10px auto 0;
}
#VideoList li {
  float: left;
  list-style: none outside none;
  /*padding: 12px;*/
  /*width: 120px;*/
  width: 49%;
  margin: 0 1%;
  min-height: 110px;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  background-color: #e7e9eb;
}
#VideoList li:nth-child(odd) { margin-left: 0; }
#VideoList li:nth-child(even) { margin-right: 0; }
#VideoList li.currentVideo { background-color: #FF5C46; }
#VideoList li.currentVideo:hover,
#VideoList li.videoRow:hover { background-color: #d7d9db; }
#VideoList li.currentVideo .videoRowTitle,
#VideoList li.currentVideo .videoRowDescription { color: #FFF; }
#VideoList li.currentVideo:hover .videoRowTitle,
#VideoList li.currentVideo:hover .videoRowDescription { color: #5f6874; }


#VideoList li > div { display: table-cell; vertical-align: middle; padding: 10px; }
.previewImageContainer { height: 30px; width: 60px; }

.videoRow img { float: left; }
.videoRow .VideoImageContainer:after {
  content: "";
  background: url('images/VideoOverlay-new.png') center no-repeat;
  position: absolute;
  display: block;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
}
.videoRowTitle {
  font-weight: normal;
  overflow: hidden;
  /*width: 120px;*/
  font-weight: bold;
  font-size: 13px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.videoRowDescription { max-height: 50px; overflow:hidden; }



.VideoOverlay {
  background: url('images/VideoOverlay-new.png') center no-repeat;
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
}



.VideoPreviewSize { height: 90px; width: 140px; }

.videoRowLength { padding-left: 4px; }

#VideoSingle { padding: 10px 0; }

.VideoSingleTitle { font-weight: 600; font-size: 14px; }
.VideoSingleDescription {
  padding-top: 10px;
  overflow-y: auto;
  height: 220px;
  padding-right:5px;
}

.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; }







/* Add to cart modal */
#fastCartWrapper { padding: 0; }
#fastCartContainer .ProductDetails { height: 40px; }
#fastCartContainer .ProductList .ProductImage {
  width: 205px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.fastCartTop { padding: 0; }
.fastCartProdLink { margin-bottom: 20px; }
.fastCartContent { width: auto; }
.fastCartContent .fastCartTop .fastCartProd a {
  color: #FF5C46;
  display: block;
  margin: 0;
  text-transform: uppercase;
  font: normal normal 18px 'Oswald', sans-serif;
}
.fastCartItemBox {
  padding: 0;
  width: 54%;
  margin-left: 4%;
  max-width: 54%;
}



.fastCartProd {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 13px;
}
.fastCartProd  small {
  display: block;
  font-weight: 300;
  padding-top: 10px;
  font-size: 12px;
}

.fastCartSummaryBox {
  width: 54%;
  max-width: 100%;
  padding: 10px 0;
  color: #5f6874;
}

.fastCartSummaryBox .subtotal,
.fastCartSummaryBox .ProductPrice,
.fastCartSummaryBox .CartActions { padding: 0 0; }
.fastCartSummaryBox .CheckoutButton a { margin-bottom: 10px; }
.fastCartSummaryBox .subtotal {
  margin-top: 0;
  padding-bottom: 5px;
}
.fastCartSummaryBox .btn.btn-secondary {
  text-align: center !important;
  color: #FFF !important;
  height: auto !important;
  line-height: normal !important;
  padding: 8px 15px;
  text-align: center !important;
  display: block;
}
.fastCartContent .ProductPrice {
  color: #5f6874 !important;
  display: block !important;
  font: normal normal 26px/30px 'Oswald', sans-serif;
}
.fastCartSummaryBox .ProductPrice {
  display: block;
  padding-bottom: 10px;
  font: normal normal 34px/34px 'Oswald', sans-serif;
  color: #5f6874 !important;
}
.fastCartSummaryBox .actionLink {
  border-top: solid #fff 0px;
  padding-top: 0px;
  margin: 0;
}

.fastCartSummaryBox .CartActions {
  margin-top: 10px;
  padding: 10px 0;
  font-size: 12px;
}
.fastCartSummaryBox .CartActions a { color: #FF5C46 !important; }
.fastCartBottom { padding-left: 0; padding-right: 0; }
.fastCartBottom h3 {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 42px;
  margin: 15px 0;
  padding: 0 10px 0 10px;
  position: relative;
  border: solid 0px !important;
  background: url("//cdn10.bigcommerce.com/r-d7da58bc2fa9ac362219b6ca847b6a0970dcbe51/themes/Sammot/images/white/square.png")  0 0;
  color: #FF5C46;
}


/* start fast cart styles */
#fastCartContainer {
  font-size: 13px;
  color: #5f6874;
  padding: 20px 0;
}
.fastCartThumb {
  border: 1px solid #e5e7e9;
  padding: 0px;
  background: #fff;
  width: 42%;
  height: 240px;
  position: relative;
}
.fastCartThumb img {
  display: block;
  margin: auto;
  max-width: 240px;
  max-height: 240px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.fastCartContent h2,
.fastCartContent h3 {
  background-color:transparent;
}

#fastCartContainer {
  font-size: 13px;
  color: #5f6874;
  padding:20px 0;
}

.fastCartSummaryBox a:hover { text-decoration: underline; }

.fastCartSummaryBox .subtotal { border-color: #fff; }
.fastCartContent .fastCartTop a,
.fastCartContent .ProductPrice,
.fastCartContent .ProductList em,
.fastCartContent .Quantity { color: #5f6874; }
.fastCartContent .ProductList .ProductDetails a { color: #5f6874 !important; font-size: 13px; line-height: 1.125; }
.fastCartContent .ProductList .ProductDetails a:hover { color: #FF5C46 !important; }
.fastCartContent p { color: #848C96; }


/* Fast Cart Popup */
#fastCartContainer .ProductList li {width: 22.5% !important; min-width: 21.5% !important; }
#fastCartContainer .ProductList li .ProductImage { width: 100% !important; min-width: 172px !important; max-width: 100% !important; }
#fastCartContainer .ProductList li .ProductImage img {/*width:100% !important; min-width:100% !important;*/ max-width:100% !important;}

#fastCartContainer .ProductList li { margin: 0 1% 20px !important; }
#fastCartContainer .ProductList li:first-of-type { margin-left: 0 !important; }
#fastCartContainer .ProductList li:last-of-type { margin-right: 0 !important; }
#fastCartContainer .ProductList li .ProductPriceRating,
#fastCartContainer .ProductList li .actions-container {display:none;}

/* end fast cart styles */




.ToggleSearchFormLink { margin: 8px 5px 0 0; }

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

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

.AddThisButtonBox {
  float: left !important;
  width: auto;
  margin: 0 0 0 !important;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  zoom: 1;
  /*width:165px;*/
}
.BlogShare .AddThisButtonBox {width:100%;}

.PinterestButtonContainer {
  margin-bottom: 0px !important;
  margin-top: 0 !important;
  margin-left: 2px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  zoom: 1;
}






/* Social elements .................................... */
#socnet a {
  display: block;
  float:left;
  text-align: left;
  text-indent: -9999px;
  vertical-align: middle;
  margin: 0 8px 8px 0;
}




/* Tabcontent .......................................... */
#tabcontent { overflow: hidden; }
#tabcontent .photo {
  width: auto;
  margin-right: 20px;
}


/* Shopping cart  */
.CartCode { margin: 0; padding: 0; }
.CartCode .CouponCode, .CartCode .GiftCertificate { margin-bottom: 25px; }
.CartUpdateBtn { margin-right: 10px; }




/* Wish List Form
....................................................................... */
#WishListEditFrom form{ margin-top: 20px; }
#WishListEditFrom dt{ width:auto; }
#WishListEditFrom dd{
  margin-left: 125px;
  margin-bottom: 25px;
}
#WishListEditFrom label { margin-left: 10px; }

.header h1, .header h2, .header h3 { float:left; }
.header .actions { float:right; }


#ChooseShippingAddress .header{ margin-bottom:15px; }

#wishlistsform .action  {
  white-space: nowrap;
  text-align: center;
}

/* Pagecontent NewContent */
#PageContent, #NewsContent { line-height: 20px; }
#PageContent span, #NewsContent span {line-height:normal;}
#PageContent h3, #NewsContent h3 {
  font: normal normal 18px/110% 'Oswald', sans-serif;
  background: none;
  padding: 0;
  margin: 0 0 15px 0;
  text-transform: none;
  letter-spacing: 0;
  line-height: 110%;
}
#PageContent h4, #NewsContent h4  {
  font: normal normal 16px/110% 'Oswald', sans-serif;
  background: none;
  padding: 0;
  margin: 0 0 15px 0;
  text-transform: none;
  letter-spacing: 0;
}
#PageContent h5, #NewsContent h5 {
  font: normal normal 16px/110% 'Oswald', sans-serif;
  background: none;
  padding: 0;
  margin: 0 0 15px 0;
  text-transform: none;
  letter-spacing: 0;
}


.PagingBottom {  }
.PagingBottom {
  /*margin-top: 10px;*/
  margin: 10px 0 20px;
  display: inline-block;
}

#SideProductAddToWishList {
  position: absolute;
  z-index: 10;
}
#SideProductAddToWishList .BlockContent { display: none; }


.fastCartContent h2 {
  color: #66686a;
  font: 400 18px/1 'Oswald', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Sans-Serif !important;
  margin-bottom: 10px;
}
.fastCartContent .fastCartTop .fastCartProd a {
  font-size: 14px;
  margin-bottom: 20px;
  color: #66686a;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
.fastCartContent .fastCartTop .fastCartProd small {
  padding: 0;
  margin: 0;
}

#cartForm {
  margin-bottom: 15px;
  display: block;
}

.SearchContainer .ProductList {
  margin-left: 0 !important;
  /*margin-right: -9px !important;*/
  min-height: 1px;
  zoom: 1;
}
.ReturnsList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* modal overrides */
#ModalTitle, .ModalTitle {
  background: none !important;
  font: normal normal 18px 'Oswald', sans-serif;
  min-height: 1px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 60px !important;
}
#ModalContent, .ModalContent {
  border: none !important;
}
#ModalButtonRow, .ModalButtonRow {
  border: none !important;
  background: #fff !important;
  height: auto !important;
  padding: 10px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}
#ModalButtonRow input {
  margin: 0 !important;
}
.productAttributeValue .btn {
  vertical-align: middle;
}


#SimilarProductsByCustomerViews h2 {
  font-size: 14px;
}
.CartItemTotalPrice  {
  white-space: nowrap !important;
  width: 100px;
}

.M20 { margin: 0 20px; }
.M40 { margin: 0 40px; }
.fastCartSummaryBox .ProceedToCheckout {
  width: auto;
  float: none;
}

.ProceedToCheckout .CheckoutButton {
  clear: both;
  display: block;
}
#SharingDataChoices {
  float: none;
}
#SharingDataChoices li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: none;
  margin: 0 10px 15px 10px;
  height: 150px;
  width: 150px;
}
#SharingDataChoices li img {
  max-width: 150px;
  max-height: 150px;
}
.SelectBillingAddress .selector {
  margin-bottom: 10px;
}



#SharingDataWrapper {
  height: auto !important;
}
.btn.sml {
  font-size: 12px !important;
  font-weight: 300 !important;
  height: 25px !important;
  line-height: 25px !important;
  margin-left: 15px;
  text-transform: none !important;
}


.Value.Quantity {
  padding-bottom: 10px !important;
}
td.action .share {
  color: #FAFCFE;
  height: 20px;
  position: relative;
  text-align: left;
  text-indent: -9999px;
  vertical-align: middle;
  width: 25px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.Sold.Out {
  height: 24px;
  width: 84px;
  text-align:left;
  text-indent: -9999px;
  overflow: hidden;
  background: url(//cdn10.bigcommerce.com/r-d7da58bc2fa9ac362219b6ca847b6a0970dcbe51/themes/Sammot/images/os.png) 0 50% no-repeat;
}
.stockIcon.Sold.Out {
  display: block;
}
.OutOfStockMessage {
  line-height: 17px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
  color:#FF5C46;
}
.ProductMain table.ExpectedReleaseDate {
  margin-left: 0;
  margin-right: 0;
}
.ProceedToCheckout .PayPalExpressCheckout {
  float: none;
  text-align: center;
}
.AddCartAction .CurrentlySoldOut {
  float: left;
  height: 40px
}


.NotifyMessage {
  background: #EAECEE;
  border: 1px solid #dddfe2;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 15px 15px 0;
}
@-moz-document url-prefix() {
  /* firefox won't hide elements with z-index values but we can render them offscreen without scrolling issues */
  html.javascript .productOptionViewRectangle input,
      html.javascript .productOptionPickListSwatch input {
      left: 0 !important;
  }
}

/* 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 .textureContainer,
.productOptionPickListSwatch .swatchColours,
.productOptionViewRectangle label {
  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-d7da58bc2fa9ac362219b6ca847b6a0970dcbe51/themes/Sammot/images/out-of-stock-bg.png") center no-repeat;
  z-index: 999b9d;
  content: "";
}



/* Model Container */
#ModalContainer {width:820px !important; margin-left:-410px !important; }

/* address validation modal checkout page */
.btn.avs-button {
  background-color: #5f6874;
  padding: 5px 12px;
}
