/* Global Reset */
* {
    margin: 0;
    padding: 0;
}

/* General */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    height: 100%;
}

input, select {
    font-size: 11px;
}

input {
    padding: 1px;
}

p {
    line-height: 1.3;
    margin-bottom: 15px;
}

a {
    font-weight: normal;

    color: #0B5BAD;
    text-decoration:none;
}

td {border-top:1px solid #B3B3B3 !important;}

h2, .TitleHeading {
    font-size: 1.3em;
    font-weight: bold;
    margin: 6px 0 6px 0;
   color: #034285
}

h3 {
    font-size: 1.1em;
    margin-bottom: 6px;
}

h4 {
    font-size: 1.1em;
    margin-bottom: 4px;
    color: #0B5BAD;
}

img, img a {
    border: 0;
}

ul, ol {
    margin: 0 0 10px 30px;
}

li {
    margin: 0;
    margin-bottom: 2px;
    padding: 0;
}

blockquote {
    margin-left: 28px;
}

select option {
    padding: 0 10px;
}

hr {
    margin: 10px 0;
    padding: 0;
    background: #c7d7db;
    height: 1px;
    border:0;
}
.icon, [class^="icon-"] {
  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;
  transform: translate(0, 0); }

/* Grid */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .row:after {
    clear: both; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
header .row #header_logo,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 768px) {
  .container {
    max-width: 750px; }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  header .row #header_logo,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4, header .row #header_logo {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  .container {
    max-width: 970px; }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-offset-0 {
    margin-left: 0; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1170px; }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-offset-0 {
    margin-left: 0; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; } } 
/* Forms */
.HorizontalFormContainer dl, .VerticalFormContainer dl {
    margin: 0;
}

.HorizontalFormContainer dt img {
    vertical-align: middle;
    float: left;
}
#includes .lowercase { font-weight:normal; display:inline; }
.lowercase { text-transform: lowercase; font-weight:normal; display:inline; }

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

.HorizontalFormContainer dt {
    width: 160px;
    float: left;
    clear: left;
    margin-bottom:5px;
}

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

.HorizontalFormContainer dd {
margin-bottom:5px;
    margin-left: 170px;
}

.NarrowFormContainer dt {
    width: 110px;
}

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

.HorizontalFormContainer p.Submit {
    margin-left: 170px;
}

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

.VerticalFormContainer dt {
    margin-bottom: 6px;
}

.VerticalFormContainer dd {
    margin-bottom: 6px;
    margin-left: 10px;
}

/* Page Container */

#Container {
    width: 980px;
    margin: 0 auto;
    position:relative;
}

/* Top Navigational Menu */
#TopMenu {
    height: 27px;
    padding: 0;
    line-height:18px;
    text-align:right;
    padding-right:7px;
}

#TopMenu ul {

    padding: 0;
    margin: 0;
    line-height: 4px;
    list-style:none;
}

#TopMenu li {
    list-style: none;
    float: left;
    margin: 0;
    background: url(//cdn2.bigcommerce.com/server3200/849e0/templates/__custom/images/topmenubullet.png?t=1629728951) no-repeat left center;
    padding: 0;
}

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

#TopMenu li a, #TopMenu li div {
    display: block;
    text-decoration: none;
    font-size: 12px;
    padding: 0 10px 0 10px;
   line-height:18px;
}

#TopMenu li div a {
    padding: 0;
    margin: 0;
    display: inline;
    font-size: 1em;
}

#TopMenu li a:hover {
    text-decoration: underline;
}
#TopMenu span {
    font-weight:bold;
    color: #0B5BAD;
}

/* Pages Menu */
#Menu {
    clear: both;
    margin: 0 0 4px ;
    padding: 0;
    height: 26px;
}

#Menu ul {
    margin: 19px;
    padding: 0;
    margin-left:14px;
}

#Menu li {
    float: left;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#Menu li.First a {
    background-image: none;
}

#Menu li a {
    display: block;
    float: left;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 4px 10px 4px 10px;
    height: 20px;
}

#Menu li a:hover    {
    text-decoration: underline;
}

#Menu li ul {
    width: auto;
    position: absolute;
    clear: left;

    left: -19px;
    display: none;
    text-align: left;
    font-size: 0.9em;
    background: #0b5caf;
    z-index: 99;
}

#Menu li ul li {
    clear: both;
    color: white;
    text-align: left;
    background: transparent;
    line-height:18px;
    border-bottom:1px dashed #378DE7
}

#Menu li ul li a {
    padding: 10px 10px 10px 15px;
    font-size: 1em;
    text-align: left;
    margin: 0;
    width: 160px;
    height: auto;
}

#Menu li ul li a:hover {
    text-decoration: none;
}

#Menu li:hover a, #Menu li.over a{
    text-decoration: underline;
}

#Menu li ul li a, #Menu li.over li a {
    text-decoration: none !important;
}

#Menu li:hover ul, #Menu li.over ul {
    display: block;
}

/* Holly Hack. IE Requirement */
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */


/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
    margin-top: 4px;
    clear: both;
}

#Wrapper {
    clear: both;
}

/* Header */

#Header {
    height: 57px;
    clear: both;
    margin: 0 0 1px 0;
    padding-bottom: 12px;
}

/* Logo */

#Logo {
    float: left;
    width: 730px;
}

#Logo h1 {
    font-size: 2.4em;
    font-weight: normal;
    padding-left: 64px;
    height: 45px;
    margin-top: 10px;
}

#Logo h1 a {
    text-decoration: none;
}

/* Top Search Form */
#SearchForm {
    float: right;
    margin-top:-7px;
}

#SearchForm label {
    font-weight: bold;
}

#SearchForm input.Textbox {

    border: 1px solid #ccc;
    background: #fff;
    font-size: 0.9em;
    padding: 3px;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
position:relative;
left:10px;
width:150px;
}

#SearchForm .Button {
    position:relative;
    left:-17px;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
}

#SearchForm p {
    text-align: right;
    margin: 0 0 0 45px;
    font-size: 0.9em;
}

#SearchForm a {
    text-decoration: none;
}

/* Left Content Area */

.Left {
    float: left;
    min-height: 500px;
    width: 160px;
    font-size: 0.85em;
    margin-right: 10px;
}

.Left h2 {
    font-size: 1.25em;
    margin: 5px 10px 8px;
    width: 140px;
}

.Left a {
    color: #0B5BAD;
}

.Left li a:hover {
    text-decoration: underline;
}

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

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

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

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

.Left li {
    border-bottom: 1px solid #c5dde9;
}

.Left li a {
    text-decoration: none;
}

.Left li a:hover {
    text-decoration: underline;
}

.Left #SideCategoryList li ul {
    border-top: 1px solid #c5dde9;
}

.Left #SideCategoryList li.LastChild {
    border-bottom: 0 !important;
}

.Left #SideCategoryList li{
    padding: 3px 0 0 0;
}

.Left #SideCategoryList li ul {
    padding-left: 15px;
}

/* Primary Content Area */
.Content {
    float: left;
    width: 615px;
    min-height: 500px;
    margin: 0;
    padding: 0 10px 10px 10px;
    font-size: 0.95em;
}

.Content .Block {
    clear: both;
}

.Block {
    margin-top: 10px;
    float:left;

}

.Content h2, .TitleHeading {
    font-size: 1.6em;
    font-weight: bold;
    color: #034285;
    margin: 10px 0;
}

.CustomSock h1 {
    font-size: 23px;
    font-weight: bold;
    color: #034285;
    margin: 0px 0 6px;
}

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

/* Primary Content Area (column span of 2) */
.Content.Wide {
    width: 725px;

}
#PageContent {text-align:justify;}
/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
    width: 960px;
    margin-bottom:10px;
}
#LayoutColumn1.Content.Widest {
    width: 960px;
    margin-bottom:10px;
}

/* Right Content Area */
.Right {
    float: right;
    min-height: 500px;
    width: 160px;
    font-size: 0.85em;
    padding-bottom: 10px;
    margin-left: 10px;
}

.Right h2 {
    font-size: 1.25em;
    margin: 5px 10px 8px;
    width: 140px;
}

.Right a {
    color: #000;
}

.Right li a:hover {
    text-decoration: underline;
}

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

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

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

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

.Right li {
    border-bottom: 1px solid #c5dde9;
}

.Right li a {
    text-decoration: none;
}

.Right li a:hover {
    text-decoration: underline;
}

/* Page Footer */

#Footer {
    clear: both;
    font-size: 0.85em;
    text-align: center;
    margin: 30px 0 0 0;
    padding: 20px 0 0 0;
}

#Footer ul {
    list-style: none;
    margin: 0 0 30px 115px;
    padding: 0;
}

#Footer li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

#Footer li a {
    text-decoration: none;
    padding: 0 10px 0 10px;
}

/* Newsletter Subscription Form */
.NewsletterSubscription {
    clear: both;
}

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

.NewsletterSubscription input {
    width: 129px;
    font-size: 0.9em;
    padding: 3px;
    margin-bottom: 5px;
}

.NewsletterSubscription .Button {
    width: 95px;
    height: 25px;
    border: 0;
    margin-top: 6px;
    vertical-align: middle;
}

/* Product Listings */

.ProductList {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align:center;
}

.Content .ProductList > li {
    list-style: none;
    float: left;
    width: 211px !important;
    font-size: 0.95em;
    margin-bottom:0;
    padding: 14px;
    overflow: hidden;
    min-height: 17em;
    border-right:1px dotted #ccc;
    border-bottom:1px dotted #ccc;
    text-align:left;
        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.Content .ProductList > li .portafolioStuffs {
display:none;
}
.Content .ProductList li:hover {background:#e6e6e6}


.Content.sportcategory .ProductList > li {width:217px !important; heigth:270px !important;}
.portafolioStuffs
#SideProductRelated li{height:262px !important;}


.Content.sportcategory .ProductList li:nth-child(4n) {border-right: 1px dotted #CCC;}
.ProductList a {
    text-decoration: none;
}

.ProductList .ProductImage {
    margin: 0 auto 5px auto;
    display: block;
    width: 120px;
    height: 120px;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
}

.ProductList .ProductImage img {
    vertical-align: middle;
}

.ProductList p {
    margin: 5px 0 5px 5px;
}

.ProductList strong, .ProductList strong a {
    color: #075899;
    display:block;

    font-weight:bold;
   font-size:17px;
   margin-bottom:10px;
}
#SideProductRelated .ProductList strong {
    margin-bottom:0;
}
#SideProductRelated .ProductList strong a {
    margin-bottom:0;
}

.ProductPrice, .ProductList em {
    font-style: normal;
    font-weight: bold;
}

.ProductList .Rating {
    font-size: 0.9em;
    font-weight: bold;
}

.ProductList .Rating img {
    height: 12px;
    margin-top: 3px;
}

.ProductList li .ProductCompareButton {
    margin-top: 3px;
    text-align: center;
}

.Left .ProductList .ProductImage, .Right .ProductList .ProductImage {
    display: none;
}

.Left .ProductList li, .Right .ProductList li {
    clear: both;
    width: 140px;
    list-style: none;
    margin: 0;
    margin-top: 5px;
    padding: 3px 0 5px 0;
    color: #000000;
}

.Right .SideCart p
{
    color: #000000;
}/* Top Seller Block Specific */
.Left .TopSellers li .TopSellerNumber, .Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    float: left;
    width: 20px;
    font-size: 1.2em;
    padding: 6px 0 3px 6px;
}

.Left .TopSellers .ProductDetails, .Right .TopSellers .ProductDetails { /* Contains the details of the item */
    margin-left: 24px;
    width: 110px;
    padding: 3px 0 3px 0;
}

.Left .TopSellers li.TopSeller1, .Right .TopSellers li.TopSeller1 { /* No1 seller box */
    clear: both;
    float: left;
    width: 128px;
    margin: 10px 0 5px 0;
    padding: 5px;
    overflow: visible;
    display: inline;
}

.Left .TopSellers li.TopSeller1 img, .Right .TopSellers li.TopSeller1 img {
    text-align: center;
    overflow: hidden;
    max-width:130px;
}


.Left .TopSellers li.TopSeller1 .TopSellerNumber, .Right .TopSellers li.TopSeller1 .TopSellerNumber {
    width: 44px;
    height: 34px;
    font-size: 2em;
    padding: 7px 0 6px 0;
    margin: -20px 0 0 0;
    text-align: center;
    display: Block;
}

.Left .TopSellers li.TopSeller1 .ProductDetails, .Right .TopSellers li.TopSeller1 .ProductDetails {
    margin-left: 0;
}

.Left .TopSellers li.TopSeller1 .ProductImage, .Right .TopSellers li.TopSeller1 .ProductImage {
    width: 130px;
    display: inline;
    text-align: center;
    overflow: hidden;
}

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

/* Page Breadcrumbs */
.Breadcrumb ul, .Breadcrumb li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Breadcrumb {
    font-size: 0.9em;
    padding-bottom: 10px;
    border-bottom: 1px solid #DCDFE2;
    width:100%
}
.Breadcrumb ul{float:left;}
.Breadcrumb li {

    display: inline;
      text-decoration:none;
}

.Breadcrumb li a {
    padding-right: 10px;
    background: url('../../default/images/BreadcrumbSep.gif') no-repeat right;
    color: #0B5BAD;
    text-decoration:none;

}

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

.FindByCategory li {
    padding-left: 12px;
    background: url('../../default/images/BreadcrumbSep.gif') no-repeat 3px 5px;
    padding-right: 8px;
    display: inline;
}

/* Miscellaneous Definitions */

.Meta {
    color: #444;
    font-size: 1.1em;
}

.Left .FeedLink, .Right .FeedLink {
    padding-right: 5px;
}

.Content .FeedLink {
    margin-top: 4px;
}

.FloatRight {
    float: right;
}

.FloatLeft {
    float: left;
}

.ClearRight {
    clear: right;
}

.ClearLeft {
    clear: left;
}

.SortBox {
    font-size: 0.95em;
    color: #444;
}

.CompareButton {
    clear: both;
    text-align: right;
    margin-top: 12px;
    padding: 4px;
}

.Clear {
    clear: both;
}

.Field45 {
    width: 45px;
}

.Field100 {
    width: 100px;
}

.Field150 {
    width: 150px;
}

.Field200 {
    width: 200px;
}

.Field250 {
    width: 250px;
}

.Field300 {
    width: 300px;
}

.Field350 {
    width: 350px;
}

.Field400 {
    width: 400px;
}

.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; }
.NoMarginBottom { margin-bottom: 0; }

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

}


.InfoMessage {
    display: none;
    padding: 8px 6px 8px 28px;
    margin-bottom: 10px;
}
#CartStatusMessage .InfoMessage span {display: none;}
.SuccessMessage {
    padding: 8px 6px 8px 28px;
    margin-bottom: 10px;

}

.ErrorMessage {
    padding: 8px 6px 8px 28px;
    margin-bottom: 10px;
}/************* Page Specific: Create Account / Login Page *************/
.CreateAccount {
    float: left;
    width: 335px;
    border-right: 1px solid #ccc;
    padding-right: 20px;
}

.AccountLogin {
    float: left;
    padding-left: 20px;
    width: 335px;
}

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

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

.PrimaryProductDetails .ProductThumb {
    float: left;
    width: 190px;
    height:578px !important;
    text-align: center;
}


.PrimaryProductDetails  .ProductThumb.CustomSock {width:565px; margin-right:25px;}

.PrimaryProductDetails .ProductMain {
    width: 380px;
    float: left;
    position:relative;
}

.PrimaryProductDetails .ProductMain select {width:120px;}

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

.Content h3 {
    margin-bottom: 5px;
    color:#0b5bad;
    font-size:22px;

}
.techtitle {
    text-transform:uppercase;
}

.ComparisonCheckbox {
    float: left;
}

.SideRecentlyViewed .CompareButton {
    margin: 10px 0 0 0;
    padding: 0;
}

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

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

/* Product Comparisons */
.ComparisonTable { width: 100%; }
.ComparisonTable td { vertical-align:top; font-size: 11px }
.CompareFieldName { width:95px; padding:8px 10px 8px 15px; }
.CompareFieldTop { padding:5px; text-align:center; }
.CompareFieldTop a { text-decoration:none; font-size:10px; }
.CompareFieldTop a:hover { text-decoration:underline; }
.CompareLeft { padding:5px 10px 5px 10px; }
.CompareCenter { text-align:center; 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: 4px;
    padding-bottom: 8px;
}

/* General Tables */
table.General,
table.CartContents, table.General {
    width: 100%;
    margin: 10px 0;
}

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

table.General tbody td,
table.CartContents tbody td {
    padding: 6px 10px;
    vertical-align: top;
}

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

/* Cart Contents Table */

.CartContents tbody td,
.CartContents tfoot td {
    border-bottom: 0;
}
.CartContents .ProductName a {
    font-weight: bold;
}

.ProceedToCheckout {
    text-align: right;
}

.Content .ProceedToCheckout {
    width: 200px;
    float: right;
}
.ProceedToCheckout a {
    padding-top: 5px;
}

.MiniCart .SubTotal {
    text-align: center;
    font-size: 115%;
    color: #075899;
}

.MiniCart .CartProductOptionList {
    display: block;
}

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

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

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

.CategoryPagination {
    padding: 5px;
    text-align: center;
    width:730px;
}

.CategoryPagination .PagingList li {
    display: inline;
    padding: 0 5px;
}/* Quick Search */
.QuickSearch { margin: 0; padding: 0; text-align: left; border-collapse: collapse; background: #fff; border: 1px solid #BFBFBF; z-index:20; }
.QuickSearchTitle td, .QuickSearchAllResults td { font-weight: bold; padding: 4px; font-size: 11px; }
.QuickSearchResult td { font-size: 11px; padding:8px; cursor: pointer; }
.QuickSearchResultImage { margin-left: 4px; margin-right: 10px; text-align: center; }
.QuickSearchResultNoImage { padding-top: 10px; color: #777; }
.QuickSearchResultName { margin: 0; padding: 0; padding-bottom: 5px; }
.QuickSearchResultName a { font-weight: bold; text-decoration: none; }
.QuickSearchResult .Price { font-size: 11px; }
.QuickSearchHover td{ background: #E8F4F8; }
.QuickSearchHover a { text-decoration: underline; font-weight:bold; }
.QuickSearchAllResults td { text-align: right; height: 25px; }
.QuickSearchAllResults a { text-decoration: underline; }
.QuickSearchAllResults a:active, .QuickSearchAllResults a { outline: none; -moz-outline-style: none; }

/* 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: 145px;
    margin-bottom: 6px;
}

.SubCategoryList {

}

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

.SubCategoryList li {
    margin-bottom: 5px;
    border:none;
    color:#666;
    font-weight:bold;
    padding-left:10px;


}
.SubCategoryList li a {font-weight:bold;}
.SearchTips .Examples {
    background: lightyellow;
    padding: 8px;
    border: 1px solid #aaa;
    color: #555;
    margin-left: 30px;
    margin-bottom: 10px;
}

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

.ProductReviewList {
    clear: both;
    margin-left:10px;
}

.SortBox select {
    font-size: 0.9em;
}

 .SortBox option {
    color: #444;
}

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

.SoldOut {
    color: #999;
}

.RemoveFromWishlistForm {
    margin: 5px;
}


.ShippingProviderList {
    list-style: none;
}

small {
    font-size: 11px;
    color: gray;
}

.HowToPay {
    margin-bottom: 10px;
}

.ProductList em, .ProductList .Rating {
    display: block;
    margin-bottom:5px;
    color:#666;
    font-size:18px;
}

.GoogleCheckout p,
.PayPalExpressCheckout p,
.AlternativeCheckout p {
    margin: 0;
    font-size: 90%;
}

.GoogleCheckout,
.PayPalExpressCheckout,
.AlternativeCheckout {
    text-align: center;
    margin-bottom: 10px;
}

.KeepShopping {
    width: 180px;
    text-align: right;
    margin-bottom:10px;
    margin-left:10px;
}

/** Top Right Locale Chooser (list of flags) **/
#TopMenu li.Flag {
    float: right;
}

#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 #ffffaa;
    margin: 1px 3px;
}

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

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

.CurrencyList a {
    padding: 0 3px 0 5px;
    display: block;
    line-height: 1.8;
    text-decoration: none;
    font-size: 11px;
}

.CurrencyList a.Sel {
    background-color: #FFFFAA;
}

.CurrencyList a:hover .Text {
    text-decoration: underline;
}

.CurrencyList a .Flag {
    margin-top: 4px;
    display: block;
    float: left;
    width: 24px;
    padding-right: 2px;
    vertical-align: middle;
}

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

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

/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: normal;
    width: 320px;
    padding: 7px;
    float: right;
}

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

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

.EstimateShipping p.Submit {
    margin-top: 10px;
    margin-bottom: 3px;
}

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

.EstimatedShippingMethods {
    text-align: left;
}

.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 {
    background-color:lightyellow;
    padding:5px;
    border:1px solid #CDDEE2;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    position: relative;
    padding: 6px;
    margin-bottom: 10px;
}

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

.ExpressCheckoutBlock {
    padding-top: 6px;
}

.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
    display: none;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    display: inline;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
    display: none;
}

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

.ExpressCheckoutBlock a.ChangeLink {
    display: none;
}

.ExpressCheckoutBlockCompleted a.ChangeLink {
    display: inline;
    line-height:26px;
}

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

.LoadingIndicator {
    margin-left: 10px;
}

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

#TopMenu li.HeaderLiveChat {
    float: right;
}

#TopMenu li.HeaderLiveChat div {
    border-left: 0;
}

.HeaderLiveChat img {
    vertical-align: middle;
}

#ProductOtherDetails .ProductDetailsGrid {
    margin-left: 25px;
}.SubCategoryListGrid {
    padding: 4px;
}

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

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

.SubCategoryListGrid ol {
    clear: both;
}

.SubBrandList {
    padding: 4px;
}

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

.SubBrandList li {
    margin-bottom: 4px;
    padding-left: 25px;
    background: url('../../default/images/SubBrand.gif') no-repeat 3px 1px;
}

.SubBrandListGrid {
    padding: 4px;
}

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

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

.SubBrandListGrid ol {
    clear: both;
}

.ProductAddToCart dt div.Required, #CartEditProductFieldsForm dt div.Required{
    margin-left: -10px;
}

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

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

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

.ProductFields {
    margin-bottom: 15px;
}

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

.ProductFields TextArea {
    width:100%;
}

.CartContents .CartProductFieldsLink {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('../../default/images/GiftWrappingAvailable.gif') no-repeat;
    padding-bottom: 4px;
}

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

.ProductActionAdd {
    display: block;
    margin-top: 3px;
    margin-top:-34px;
    height:24px;
}

.ProductActionAdd a, .ProductActionAdd strong a {
    text-decoration: none;
    font-size:16px;
    color: #075899;
display: block;
float:right;

font-weight: bold;

margin-bottom: 5px;
}
.ProductDetails {margin-bottom:5px; height:50px !important;}

.TagList {
    margin-top: 20px;
}

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

.WrappingOptions {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('../../default/images/GiftWrappingAvailable.gif') 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: 11px;
    margin-bottom: 10px;
    padding: 6px 4px 6px 4px;
}

.TabNav li {
    display: inline;
}

.TabNav li a {
    position: relative;
    top: 2px;
    font-size: 12px;
    padding: 4px 6px;
    margin-right: 3px;
    margin-top: 3px;
    text-decoration: none;
}

.TabNav li a:hover {
    text-decoration: none;
}

.TabNav li.Active a {
    margin-top: 0px;
    padding-top: 7px;
    font-weight: bold;
}


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

.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;
}
.Content .ProductList.List li {
    margin: 0;
    margin-top: 6px;
    display: block;
    width: auto;
    float: none;
    padding: 6px;
    min-height: 0;
    height: 132px;
    background-image: none;
}

.Content .ProductList.List .ProductImage {
    margin: 0 !important;
    padding: 0px;
    margin-right: 15px;
    float: left;
    background-image: none;
    width: 120px;
    height: 120px;
}

.Content .ProductList.List .ProductDetails {
    height: auto;
    display: block;
    clear: none;
    padding: 0px;
    padding-left: 5px;
    margin: 0px;
    margin-left: 135px;
    text-align: left;
    background-image: none;
}

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

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

.Content .ProductList .ProductRightCol {
    float: right;
}

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


.OrderItemMessage {
    background-color:#fff1a8;
    padding:7px;
    margin:10px 0px 10px 0px;
}

/* Custom Fields - Start */

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

.RequiredClear {
    visibility: hidden;
}

/* Custom Fields - End */

/* Product Details */
.ProductDetailsGrid .DetailRow {
    clear: left;
    margin-top: 6px;
    margin-bottom:6px;

}

.ProductDetailsGrid .Label {
    margin-bottom:6px;
    float: left;
    width: 90px;
    padding-left:20px;
    font-weight: bold;
    padding-top: 1px;
    display: inline;
    position: relative;

}



.ProductDetailsGrid .Value {
    display: block;
    padding-left:20px;
    color:#666;
}

.Value a{color:#666; text-decoration:none;}

.ProductDetailsGrid .Label .Required {
    position: absolute;
    left: -1em;
}

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

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

.ProductOptionList input {
    vertical-align: middle;
}

/* Product Videos */

#FeaturedVideo, #VideoList, #VideoSingle  {
    float: left;
}

#VideoList {
    padding-left: 5px;
}

.VideoSeparator {
    clear: both;
}

.videoRow {
    clear: both;
    margin-bottom: 4px;
    display: block;
    height: 75px;
}

.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(//cdn2.bigcommerce.com/server3200/849e0/templates/__custom/images/VideoOverlay.png?t=1629728951);
    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: 275px;
    height: 265px;
}

#VideoSingle {
    padding-left: 10px;
    width:275px;
}

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

.HideElement {
    display: none;
}



.VideoSingleTitle {
    font-weight: bold;
}

.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;
    float: left;
}


/** Search All Form Result - Start **/
.SearchPaging {
    float: right;
    font-size: 0.95em;
}

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

.SearchSorting select {
    font-size: 0.95em;
}

#SearchResultsCategoryAndBrand {
    margin: 5px;
    padding: 5px;
}

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

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

/** AJAX loading box - Start **/

#AjaxLoading {
    display: none;
    text-align: center;
    background: #FCF5AA;
    width: 180px;
    z-index: 10000000000;
    padding: 5px 10px;
}

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

/** AJAX loading box - End **/
#ProductDetails #ImageScrollPrev,
#ProductDetails #ImageScrollNext {
    float: left;
    background:none;
    border:none;

    cursor:pointer;
    display: none;
}

#ProductDetails .ProductTinyImageList {
    float: left;
    margin-top:30px;
    white-space:nowrap;
    width: 80%;
    overflow: hidden;
    margin-left:auto;
}

#ProductDetails .ProductTinyImageList ul li {
    width: 40px;
    height: 30px;
    overflow: hidden;
    float: left;
    margin-left:3px;
    border: 1px solid gray;

}


#ProductDetails .ProductTinyImageList ul li div {
    display: table-cell;
    text-align: center;
}

#ProductDetails .ProductTinyImageList ul li #TinyOuterDiv {
    border: 2px solid white;
}

#ProductDetails .ProductTinyImageList ul {
    margin: 0pt;
    padding: 0pt;
    position: relative;
    list-style-type: none;
    white-space:nowrap;
    width: 2500px !important;
}

#ProductDetails .ProductThumbImage {
    height: 220px;
    width: 220px;
    overflow: display;
    margin:auto;
}

#ProductDetails .ProductMain .OutOfStockMessage {
    /* clear: left; */
}

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

/* Category flyout styles (structural) */

/* Menu containers */
#SideCategoryList .sf-menu,
#SideCategoryList .sf-menu ul,
#SideCategoryList .sf-menu li {
    width: 140px; /* the width must be fixed to the use of floats */
}

/* Menu links */
#SideCategoryList .sf-menu a {
    padding: 4px 8px 4px 8px;
    width: 124px; /* this + paddings must equal the root width above for hovers to work */
}

/* Child override: menu containers */
#SideCategoryList .sf-menu ul {
    left: 140px;
}

/* Child override: menu links */
#SideCategoryList .sf-menu ul a {
    padding: 4px 8px 4px 8px;
    width: 124px; /* this + paddings must equal the child width above for hovers to work */
}

#CategoryHeading {width:738px;}

/* End: category flyout styles */


/* Easy Slider */

    #slider ul, #slider li,
    #slider2 ul, #slider2 li{
        margin:0;
        padding:0;
        list-style:none;
        }
    #slider2{margin-top:1em;}
    #slider li, #slider2 li{
        /*
            define width and height of list item (slide)
            entire slider area will adjust according to the parameters provided here
        */

        overflow:hidden;
        }
.slidercont {
    position: relative;
}
#slider li img {
    width:100%;
}
#slider2 li{
        /*
            define width and height of list item (slide)
            entire slider area will adjust according to the parameters provided here
        */
        width:900px;
        height:500px;
        overflow:hidden;
        }
        #slidercontainer {position:relative;}
#slider2 .portfolioimage {width:600px; float:left;}
#slider2 h3 {text-transform:none;}
#slider2 {margin:0 auto;}
#slider2 .portfolioinfo  {width:254px; top:110px; float:right; padding:12px; background:#F2F2F2;}
#slider2 .portfolioinfo h1 {font-size:16px; color:#0B5BAD;}
#slider2 .portfolioinfo h3 {font-size:14px; font-weight:bold; color:#666; text-transform:none;}
#slider2 .portfolioinfo h3 a {font-weight:normal; color:#666; margin:5px 0;}
#slider2 .logo {width:100%; background:#EEE; margin-bottom:10px;;}
    #prevBtn, #nextBtn,
    #slider1next, #slider1prev{
        display:block;
        width:100px;
        height: 100px;
        position:absolute;
        background: rgba(0,0,0,.35);
        font-family: "FontAwesome";
         border-radius: 50%;
        top:240px;
        left:15px;
        z-index:1000;
        }
    #nextBtn, #slider1next{
        right:15px;
        left:auto;
        }
    #prevBtn a, #nextBtn a,
    #slider1next a, #slider1prev a{
        display:block;
        font-family: "FontAwesome";
        position:relative;
         width:100px;
        height: 100px;
        content: "";
        text-indent:-9999px;
        }
    #nextBtn a, #slider1next a{
        content: "";
        }
#prevBtn a:after, #nextBtn a:after {
    display:block;
        font-family: "FontAwesome";
        position:relative;
         width:100px;
        height: 100px;
        content: "";
        color:white;
        font-size:40px;
        text-indent:0;
        text-align: center;
        border-radius: 50%;
        line-height: 100px;
        margin-top: -15px;
}
#nextBtn a:after {
    content:"";
}
    /* numeric controls */
#slider2  #prevBtn{left:-80px;}
#slider2 #nextBtn {right:-80px;}
    ol#controls{
        margin:1em 0;
        padding:0;
        height:28px;
        width:86px;
        margin: 10px auto 0;
        }
    ol#controls li{
        margin:0 10px 0 0;
        padding:0;
        float:left;
        list-style:none;
        height:28px;
        line-height:28px;
        }
    #controls li a{
        float:left;
background: url(//cdn2.bigcommerce.com/server3200/849e0/templates/__custom/images/controlprite.png?t=1629728951) no-repeat 0 -19px;
width: 19px;
    height: 19px;
    text-indent:-9999px;
    display:block;
        }
    ol#controls li.current a{

    background: url(//cdn2.bigcommerce.com/server3200/849e0/templates/__custom/images/controlprite.png?t=1629728951) no-repeat -1px 0;
    width: 18px;
    height: 18px;

        }
    ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* // Easy Slider */


/*innerpages*/

#LoginForm {float:none; margin:0 auto; width:712px;}
#CreateAccountForm {margin-left:20px;}

/* CHECKOUT */
.ExpressCheckout {width:100%}
.ExpressCheckoutBlock {margin-bottom:10px}
.ExpressCheckoutTitle {background:#0B5BAD repeat-x left center; color:#fff !important; padding:5px 10px; }
.ExpressCheckoutTitle span {color:white; display:inline; font-size:22px;}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {background:#ccc}
.ExpressCheckoutContent {padding:10px; background: #F2F2F2; border-top-color: #B3B3B3; border-left-color:  #B3B3B3; border-right-color: white; border-bottom-color: white; border-radius: 5px;  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-width: 1px; border-style: solid; position: relative; width:98%; float:left; }
.ExpressCheckoutContent h4, .ExpressCheckoutContent p {margin-bottom:10px}
.ExpressCheckoutContent dd {margin-bottom:10px;}
.ExpressCheckoutContent dt {margin-bottom:10px; float:left; width:130px}
.ExpressCheckoutContent input[type="text"], .ExpressCheckoutContent input[type="password"] {padding:2px; width:300px}
.ExpressCheckoutContent select {padding:2px; width:305px}
.ExpressCheckoutContent p.Submit {margin-left:167px}
.ExpressCheckoutContent p.Submit.Narrow {margin-left:130px;}
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {color:#fff !important; font-weight:normal; font-size:12px; line-height:26px; margin-left:60px;}
#CheckoutGuestForm {}
.ExpressCheckout {font-size:13px; margin-bottom:15px;}
#ConfirmOrder {padding-bottom:10px}
.ExpressCheckoutContent select {margin-bottom:10px}
#payment_options {clear:both}
#provider_list, .CheckoutOrderComments {margin-bottom:10px}
.CheckoutOrderComments, #bottom_payment_button, .ExpressCheckoutContent .ML20 {margin-top:10px}
#bottom_payment_button {font-size:25px;}
.ShippingProviderList {list-style:none}
#updateCart {float:left}
.ProceedToCheckout {float:right; text-align:center}
#checkout {margin-top:10px}
#checkout h2 {margin-bottom:10px; font-size:22px; color:#DE2F2B}
#checkout a {color:#DE2F2B; text-decoration:none}
#checkout a.ChangeLink {color:#fff; font-size:13px}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {display:none}
.ChangeLink {display:none}
.ExpressCheckoutBlockCompleted .ChangeLink {display:block}
a.ChangeLink {float:right; color:#fff}
#checkout .CreateAccount {float:left; width:49%}
#checkout .AccountLogin {float:right; width:49%}
#checkout #LoginForm p.Submit a {margin-top:10px; display:block}

/* CART */
#Cart {margin-top:10px; font-size:13px}
#SideCouponCodeBox {width:350px; float:left; margin-left:50px; margin-top:30px; padding:10px; border: solid 1px #ccc; margin-bottom:10px}
#SideGiftCertificateCodeBox {width:350px; float:right; margin-right:50px; margin-top:30px; padding:10px; border: solid 1px #ccc; margin-bottom:10px}
#LayoutColumn3 {font-size:14px}
#LayoutColumn3 p {margin-bottom:10px}
#SideGiftCertificateCodeBox h2, #SideCouponCodeBox h2 {background:url(//cdn2.bigcommerce.com/server3200/849e0/templates/__custom/Styles/images/submitBG.png?t=1629728951) repeat-x left center; height:15px; color:#fff; padding:5px; font-size:13px; margin:-10px -10px 10px; text-transform:uppercase; text-align:center}
#SideGiftCertificateCodeBox input[type="submit"], #SideCouponCodeBox input[type="submit"] {margin-bottom:0px}
#SideGiftCertificateCodeBox input[type="text"], #SideCouponCodeBox input[type="text"] {width:250px; border:solid 1px #ccc; padding:2px 5px}
#couponcode, #giftcertificatecode {height:20px}
table {width:100%; margin-bottom:10px; border-collapse:collapse}
#CartContent table td {background:#e6e6e6; repeat-x left bottom; padding:5px}
#CartContent table th {background:#0B5BAD repeat-x left center; color:#fff !important; height:15px; color:#fff; padding:5px}
table th a {color:#fff}
.CompareCenter {text-align:center}
.CartThumb img {border:solid 1px #ccc}
#Cart h2 {margin-bottom:10px; font-size:22px; color:#DE2F2B}
#Cart a {color:#DE2F2B; text-decoration:none}
.productAttributes td {background:#fff !important}
.KeepShopping a {background:#0B5BAD; padding:4px 8px !important; border:0; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; color:#fff; float:left}
#cartForm input[type="submit"] {float:left; margin-right:10px}
table .ProductPrice {font-size:14px}

.EstimateShipping {float:right; margin-top:10px; width:335px}
#CartStatusMessage { background:#0B5BAD repeat-x left center; color:#fff}
#CartContent {width:100%}
.BulkDiscountLink {position:relative;}
.BulkDiscountLink a { float: left;
top: 20px;
    left:0px;
    position: absolute;}
    .AdvancedSearch {display:none !important;}
    .ToggleSearchFormLink {display:none !important;}

.Checkout a {background:#0B5BAD; padding:4px 8px !important; border:0; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; color:#fff; float:right; margin-bottom:10px; font-size:15px; font-weight: bold;}
.submitbutton, .Submit input{ background:#0B5BAD; padding:4px 8px !important; border:0; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; color:#fff; margin-bottom:10px; font-size:15px; font-weight: bold; }
.CheckoutSection {padding: 10px 0; border-bottom: 1px solid #AAA;}
.CheckoutSection h4 { color:#0B5BAD; }
.yotpo .Label {color: black; font-weight: bold; margin-right: 10px; width: 66px; float: left; font-family: arial, helvetica; font-size:12px; margin-left:10px;}
.yotpo.bottomLine {float:left; width:280px;}
.yotpo .text {position:relative; float:left; margin-right:10px;}
.yotpo .stars {position:relative; float:left;}
#ProductReviews form { width: 410px; margin: 0 auto;}
#ProductReviews dd{margin-left:0;}
#ProductReviews .Textbox { line-height:20px; height:20px; width:396px}
#ProductReviews select {width: 402px; height:26px; line-height:26px;}

/*diffusio*/
#individual .tittle h2
{
background: url(//cdn2.bigcommerce.com/server3200/849e0/templates/__custom/images/boxtittle.png?t=1629728951) no-repeat -3px 0;
width: 21px;
height: 325px;
}

#individual.sportbox .tittle h2
{
margin: 10px auto;
text-indent:-9999px;
}

#headers.tittle
{
background-image: none;
}

#headers.tittle h2
{
font-size: 23px;
}
.zls-btnmn {display:none !important; visibility:hidden}

/*portafolioStuffs*/
#portafolioStuffs {display:none}
#portfolioProducts li #portafolioStuffs {display:block}
#portfolioProducts li {width:307px; margin-right:15px; float:left; height:410px; position:relative}
#portfolioProducts li .ProductDetails {position:absolute; top:0; left:0; height:50px; text-align:left}
#portfolioProducts li .ProductDetails a {font-size:16px; color:#0b5bad; margin-left:5px}
.sportField {position:absolute; top:40px; left:0; color: #666; font-size:14px; margin-left:5px; font-weight:bold}
#portfolioProducts li h3 {font-size:14px; color:#666; margin-left:5px;}
#portfolioProducts li a {font-size:14px; color:#666;}
#portfolioProducts li .ProductImage {width:100%; height:245px; padding:0; text-align:center; margin-top:68px}
#portfolioProducts li .ProductImage {
    background:#f2f2f2;
    border-color: #b3b3b3 #ffffff #ffffff #b3b3b3;
    border-radius: 5px;
    border-style: solid;
    border-width:1px
}
#portfolioProducts li .ProductPriceRating, #portfolioProducts li .ProductActionAdd {display:none}
#portfolioProducts li .ProductImage img {height: 240px;}
#portfolioProducts li .otherimages {margin-top:10px; float:left; width:100%}
#portfolioProducts li .otherimages div {border: 1px solid #ccc; padding:2px; float:left; margin-right:5px; margin-bottom:25px;}
#portfolioProducts li .otherimages img {width:47px;}
#portfolioProducts li .ProductTinyImageList ul {margin:10px 0 0 !important; height:47px; overflow:hidden}
#portfolioProducts li .ProductTinyImageList li {list-style:none; padding:2px; width:47px !important; height:39px !important; border:1px solid #ccc; margin-right:7px}
#portfolioProducts li .ProductTinyImageList li * {width:47px !important}
#portfolioProducts li .ProductTinyImageList li img {width:47px !important; height:auto}

#HomeFeaturedProducts {
    background: none repeat scroll 0 0 #f2f2f2;
    border-color: #b3b3b3 #ffffff #ffffff #b3b3b3;
    border-radius: 5px;
    border-style: solid;
    float:none;
    border-width: 1px;
    margin:10px auto 0;
        position: relative;
    width: 100%; padding:25px
}
#HomeFeaturedProducts li {width:25%; padding:0 15px; float:left; height:auto; margin-bottom:20px; position:relative}

#HomeFeaturedProducts li:nth-child(4), #HomeFeaturedProducts li:nth-child(8) {margin-right:0}
#HomeFeaturedProducts li .ProductDetails {position:absolute; top:0; left:0; height:50px; text-align:left}
#HomeFeaturedProducts li .ProductDetails a {font-size:16px; color:#0b5bad; margin-left:5px}
.sportField {position:absolute; top:40px; left:0; color: #666; font-size:14px; margin-left:5px; font-weight:bold}
#HomeFeaturedProducts li h3 {font-size:14px; color:#666; margin-left:5px;}
#HomeFeaturedProducts li a {font-size:14px; color:#666;}
#HomeFeaturedProducts li .ProductImage {width:100%; height:auto; padding:0; text-align:center; margin-top:45px}
#HomeFeaturedProducts li .ProductImage {
    background:#f2f2f2;
    border-color: #b3b3b3 #ffffff #ffffff #b3b3b3;
    border-radius: 5px;
    border-style: solid;
    border-width:1px
}
#HomeFeaturedProducts li .ProductPriceRating, #HomeFeaturedProducts li .ProductActionAdd {display:none}
#HomeFeaturedProducts li .ProductImage img {height: auto; max-width: 100%;}
#HomeFeaturedProducts li .otherimages {margin-top:10px; float:left; width:100%}
#HomeFeaturedProducts li .otherimages div {border: 1px solid #ccc; padding:2px; float:left; margin-right:5px; margin-bottom:25px;}
#HomeFeaturedProducts li .otherimages img {width:47px;}
#HomeFeaturedProducts li .ProductTinyImageList ul {margin:10px 0 0 !important; height:47px; overflow:hidden}
#HomeFeaturedProducts li .ProductTinyImageList li {list-style:none; padding:2px; width:47px !important; height:39px !important; border:1px solid #ccc; margin-right:7px}
#HomeFeaturedProducts li .ProductTinyImageList li * {width:47px !important}
#HomeFeaturedProducts li .ProductTinyImageList li img {width:47px !important; height:auto}

#ProductOtherDetails {display:none}
#header #SideCategoryList li:first-child {display:none}

#portfolioProducts .PagingList{
      float: left;
    /*width: 490px;*/
    width: 55%;
    position: relative;
    left: 22%;
  /*margin-left: 210px;*/
  text-align: center;
}

#portfolioProducts .PagingList li{
    display: inline-block;
    height: 30px;
    width: 20px;
    margin-right: 5px;
    padding: 0 0px;

}
#portfolioProducts .PagingList li:first-child{
    margin-right: 5px;
    width: 40px;
    }
#portfolioProducts .PagingList li a{
    font-weight: bold;
}
#portfolioProducts .PagingList li.ActivePage {
    font-weight: bold;
    color: #0b5bad;
      line-height: 18px;
}
#portfolioProducts .CategoryPagination{
    width: 952px;
    text-align: center;
    height: 15px;
    padding: 12px;
    border-top: #b3b3b3 solid 1px;
  border-left: #b3b3b3 solid 1px;
  border-right: #ffffff solid 1px;
  border-bottom: #ffffff solid 1px;
  border-radius: 5px;
  background: #F2F2F2;
    margin-bottom: 20px;
}
.CategoryPagination .FloatLeft{
  float: left;
  width: 85px;
  height: 20px;
  padding-left: 15px;
}
.CategoryPagination .FloatLeft a,.CategoryPagination .FloatRight a{
    font-weight: bold;
}
.CategoryPagination .FloatRight {
  float: right;
  width: 85px;
  height: 20px;
  padding-left: 15px;
}
#index .indexbanner img {
  width: 100%; }

.bigsock {
    background: white;
}
.section h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 35px;
  font-weight: normal;
  color: #2d2d32;
  text-align: center;
  padding: 0 8.33%; }
  .section h1 strong {
    font-weight: bold;
    color: #1783f6;
    font-weight: bold; }
.section .btn {
  color: white;
  background: #0f6ac5;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  display:inline-block;
  border-radius: 6px;
  border: 0;
  margin-top: 50px; }
  .section .btn a {
    color: white; }
    .section .btn a:hover {
      color: white; }

.section {
  padding-top: 70px;
  padding-bottom: 80px;
  clear:both;
  background: #fff;
}
.outfitteam {
    background: #f2f2f2;
}
#index .featureslist {
  margin-top: 50px;
  margin-bottom: 30px; }
  #index .featureslist ul li {
    width: 19.7%;
    display: inline-block;
    color: #2d2d32;
    font-size: 22px;
    font-weight: normal;
    text-align: center; }
    #index .featureslist ul li.feat1 .icon, #index .featureslist ul li.feat1 [class^="icon-"] {
       }
    #index .featureslist ul li .icon, #index .featureslist ul li [class^="icon-"] {
      color: #57cc00;
      font-size: 43px;
      text-align: center;
      margin-bottom: 10px; }
.featureslist ul {
margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.featureslist + div > img {
max-width:100%;
}

.orderingp {
        background: url(//cdn1.bigcommerce.com/server3200/849e0/templates/__custom/images/newtheme/stripbg.jpg?t=1629728951);
  text-align: center; }
  .orderingp .title {
    font-size: 25px;
    font-family: "Open Sans", sans-serif;
    color: #1783f6;
    margin-bottom: 10px;
    margin-top: 25px; }
  .orderingp .desc {
    font-size: 18px;
    color: #2d2d32;
    padding: 0 5px; }
.categorieslist, .customers, .bannercont   {
    background: #fff;
}
.categorieslist li, .categorieslist ul {
    list-style: none;
    padding:0;
    margin:0;
}
.categorieslist h2 {
  font-size: 35px;
  font-weight: bold;
  font-style: italic;
  color: white;
  background: url(//cdn2.bigcommerce.com/server3200/849e0/templates/__custom/images/newtheme/groupbg.png?t=1629728951) no-repeat center center;
  height: 49px;
  text-align: center;
  line-height: 49px;
      margin-top: 30px;
    margin-bottom: 25px; }
  .categorieslist h2 .blue {
    color: #1783f6; }
.categorieslist .individual, .categorieslist .group {
  margin-top: 15px;
  padding: 15px 50px;
  background: url(//cdn1.bigcommerce.com/server3200/849e0/templates/__custom/images/newtheme/single.jpg?t=1629728951) no-repeat center center;
  min-height: 413px; }
  .categorieslist .individual a, .categorieslist .group a {
    display: block;
    border: 1px solid white;
    border-radius: 5px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px; }
    .categorieslist .individual a:hover, .categorieslist .group a:hover {
      background: #0f6ac5; }
.categorieslist .group {
  background: url(//cdn1.bigcommerce.com/server3200/849e0/templates/__custom/images/newtheme/multi.jpg?t=1629728951) no-repeat center center; }

.productscont {
  background: url(//cdn2.bigcommerce.com/server3200/849e0/templates/__custom/images/newtheme/graybg.png?t=1629728951); }

.customers h1 {
  margin-bottom: 30px; }
.customers .col-sm-2 {
  text-align: center;
  margin-bottom: 15px; }
.customers img {
  border: 1px solid #ccc;
  border-radius: 5px; 
  max-width:100%;
}
.brands img{
max-width:100%;
}
.brands {
  background: url(//cdn1.bigcommerce.com/server3200/849e0/templates/__custom/images/newtheme/brandbg.jpg?t=1629728951);
  background-size: cover;
  text-align: center; }
  .brands h1 {
    color: white; }
    .brands h1 span {
      font-size: 22px;
      line-height: 1.2;
      display: block;
      margin-bottom: 30px; }
  .brands .col-sm-2 {
    margin-bottom: 30px; }

  .orderingp h1 strong {
    font-weight: 800; }
  .orderingp h1 span {
    display: block;
    font-size:25px;
    font-weight: normal;
    margin-bottom: 50px; }



.lookingfor {
  background: url(//cdn1.bigcommerce.com/server3200/849e0/templates/__custom/images/newtheme/stripbg.jpg?t=1629728951);
  text-align: center; }
  .lookingfor h1 strong {
    font-weight: 800; }
  .lookingfor h1 span {
    display: block;
    color: #0f6ac5;
    font-weight: normal;
    margin-bottom: 50px; }
  .lookingfor .bold {
    font-weight: 800; }
  .lookingfor .icon, .lookingfor [class^="icon-"] {
    margin-bottom: 15px; }
  .lookingfor .black {
    font-weight: normal;
    display: block;
    font-size: 18px;
    margin-bottom: 0px;
    font-family: "Open Sans", sans-serif;
    color: #2d2d32; }
  .lookingfor .blue {
    display: block;
    font-size: 28px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    color: #0b5bab; }

.container {
    width:1200px;
    margin:0 auto;
}
.container.big {
    width: 1920px;
    padding:0;
}
.bannercont h1 {
    margin-bottom: 25px;
}



.container *,.container *:before,.container *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

  #htmlcontent_home ul {
  margin: 0 -5px; }
  #htmlcontent_home ul li {
    padding: 0 5px 10px;
    list-style: none;}
    @media (max-width: 479px) {
      #htmlcontent_home ul li {
        width: 100%; } 
.slidercont{
display:none;}
}
    #htmlcontent_home ul li img {
      max-width: 100%;
      height: auto; }
      @media (max-width: 479px) {
        #htmlcontent_home ul li img {
          min-width: 100%; } }
    #htmlcontent_home ul li.htmlcontent-item-5 {
      width: 66.6667%; }
      @media (max-width: 479px) {
        #htmlcontent_home ul li.htmlcontent-item-5 {
          width: 100%; } }

.download {
      display: flex;
    justify-content: space-around;
    background: #0f6ac5;
    padding: 20px;
    color: white;
    align-items: center;
    margin-bottom: 50px;
    width: 80%;
   
    margin: 25px auto;

 margin-bottom: 25px;

}
.download > .col-sm-3 > .icon {
  font-size: 30px;
}
.download .text {
  font-size: 20px;
    font-weight: bold;
}
.download .button1 {
      display: block;
    background: white;
    padding: 20px;
    text-align: center;
}
.download .button1 .icon {
  margin-right: 10px;
}
.download .button1:hover a {
  color:black;
}
.topbannerprod  h1 {
  font-family: 'entsans';
  font-size:50px;
  font-weight:  bold;
  font-style: italic;
  color:white;
  line-height: 1;

}
.topbannerprod h1 + h2  {
    font-weight:  bold;
    font-size:  19px;
    color:white;
}
#PageContent { 
width: 100%;
}
.bottomright {
      position: fixed;
    bottom: 0;
    left: 0;
    width: 360px;
    /* background: #0184ff; */
    color: white;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-content: center;
    /* height: 40px; */
    padding: 10px 10px 0 10px;
    border-radius: 5px;
    flex-wrap: wrap;
        z-index: 99999999;
}
.fbchat {
  cursor: pointer;
  display: flex;
    height: 30px;
    margin-bottom: 20px;

}
.fbchat img {
  margin-right: 10px;
}
.bottomright .text {
    cursor: pointer;
    display: inline-flex; 
    align-items: center;
    /* float: left; */
    justify-content: center; 
    background: #0184ff;
    width: 100%;
    text-align: center;
    padding: 5px;
    font-weight: bold;
}
.bottomright .text .icon, .bottomright .text img {
  margin-left: 5px;
}

@media (max-width: 767px) {
.categorieslist .individual, .categorieslist .group {
    background-size: cover;
    margin-top: 20px;
}
}