@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

#img_msg {
    width: 200px!important;
    height: 40px!important;
    border-radius: 5px 5px 0 0!important;
    background-image: url(/lib/morrco/fb-chat.png)!important;
}
#fb_link_cont {
    top:auto!important;
    bottom: 40px!important;
    left: 100px!important;
}
#topSearch #searchsubmit {
    width: 60px;
    height: 40px;
    color: #f7f7f7;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: #1e2c68;
}
#topSearch #query {
    padding-left: 45px;
    height: 30px;
    width: 70%;
}
#topSearch select {display:none;}
#topSearch {width:40%;}
#topSearch fieldset {margin: 0 10px 0 5px;}
#topSearch form {
    border-radius: 5px;
    border: 2px solid #1e2c68;
}#logo-search {min-height: 100px;}
@media screen and (max-width: 800px) {
#logo img{ width: 75%;}
	#topSearch {
		float: none;
		width: 100% !important;
		height: auto !important;
		clear: both;
	}
}	
.promo img {
    width: 100%;
}
main > .inner > img {
    margin-bottom: 15px;
}
footer h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.footerBoxes {
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}
#copyright {
    padding: 15px 0;
    background: #ffffff;
    font-size: 13px;
    text-align: left;
    margin-top: 15px;
}
.finner img.fim {
    padding: 20px;
}
.price-row > .price {
    font-size: 24px;
    font-weight: 300;
}
.finner .name a {
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}
#navRibbon {
    background-color: #ffffff;
    background: #ffffff;
    background: -webkit-linear-gradient(#4161df, #1d2a63, #1e2c68);
    background: -o-linear-gradient(#4161df, #1d2a63, #1e2c68);
    background: -moz-linear-gradient(#4161df, #1d2a63, #1e2c68);
    background: linear-gradient(#4161df, #1d2a63, #1e2c68);
}
li.mainNav a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
}
.mainNav:hover {
    background-color: rgba(0, 0, 0, 0.15);
    transition: 0.2s ease-in;
}
.slide.slick-slide {
    max-height: 125px;
}

input#query {
    border-radius: 5px;
    background: none;
    color: #000;
    margin: 4px 0 0 0;
}

#itemPage .optionrow select {
    max-width: 260px;
    box-sizing: border-box;
    padding: 5px 10px;
}

@media screen and (max-width: 640px) {.cartBar {z-index: 1;}}

@media screen and (max-width: 640px) {
#logo {
    float: none;
    text-align: center;
    display: block;
    margin-left: 25px;
    padding-left: 25px;
}
}

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

.cartBar {
  top:15px;
}
.kickers img {
    max-width: 100%;
    width: 100%;
}
.box.col111 {
    display: block;
    padding: 0 20px;
    clear: both;
    width: 100%;
}
}
#itemPage .breadcrumbs > div {
    display: none;
}
#itemPage .breadcrumbs > div:nth-child(1) {
    display: block;
}
body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}
table.size-chart {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table.size-chart-layout: fixed;
}
table.size-chart caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table.size-chart tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
table.size-chart th,
table.size-chart td {
  padding: .625em;
  text-align: center;
}
table.size-chart th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  table.size-chart {
    border: 0;
  }
  table.size-chart caption {
    font-size: 1.3em;
  }
  table.size-chart thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.size-chart tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table.size-chart td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  table.size-chart td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table.size-chart
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table.size-chart td:last-child {
    border-bottom: 0;
  }
}
table.size-chart td:nth-child(2) {
    text-align: left;
}
.good-boy img {
    border-radius: 50%;
    border: 5px solid #063397;
    height: auto;
    max-width: 25%;
    width: 100%;
    float: left;
    display: block;
    box-sizing: border-box;
    padding: 5px;
}
.good-boy p {
    float: right;
    display: block;
    width: 75%;
    box-sizing: border-box;
    padding: 0 3em;
    font-family: "Comic Sans MS", sans-serif;
}
@media screen and (max-width: 768px) {
	.good-boy img {
        float: none;
        margin: 0 auto;
    }
    .good-boy p {
        float: none;
        width: 100%;
    }
    .fcol.c3 {
		width: 50%;
		padding: 10px;
		margin: 0;
	}
}


#ys_social_fblike {
display:none;
}

