Rugged Bear
/* FONTS AND COLORS */
body {
font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
font-size: 15px;
line-height: 1.6;
color: #4a4a4a;
background-color: white;
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Playfair Display', Georgia, serif;
color: #222;
}
h1 {
font-size: 26px;
line-height: 1.3;
margin-top: 0;
font-weight: 700;
}
h2 {
font-size: 24px;
color: #3498db; /* Changed accent color to blue */
font-weight: 600;
}
h3 {
font-size: 20px;
color: #333;
position: relative;
padding-bottom: 10px;
margin-top: 25px;
}
h3:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 40px;
height: 2px;
background-color: #3498db; /* Changed accent color to blue */
}
.navbar {
background: white;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
border: none;
}
.navbar a, .navbar a:active, .navbar a:hover, .navbar a:visited {
color: #333;
font-weight: 500;
letter-spacing: 0.5px;
}
.navbar-brand {
font-family: 'Playfair Display', Georgia, serif;
font-weight: 600 !important;
font-size: 22px !important;
color: #3498db !important; /* Changed accent color to blue */
}
.product-specs {
background-color: #f9f9f9;
padding: 1.5em;
border-radius: 5px;
margin-top: 1.5em;
box-shadow: 0 1px 3px rgba(0,0,0,0.03);
border-left: 3px solid #3498db; /* Changed accent color to blue */
}
.product-specs table {
width: 100%;
}
.product-specs td {
font-size: 14px;
padding: 10px 0;
border-bottom: 1px dotted #eee;
}
.product-specs tr:last-child td {
border-bottom: none;
}
.attr-left {
min-width: 8em;
font-weight: 600;
vertical-align: top;
color: #555;
}
.attr-right {
vertical-align: top;
}
.main-image {
padding: 10px;
}
.main-image img {
border-radius: 5px;
box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}
/* Multi-column specs for desktop */
@media (min-width: 768px) {
.specs-column {
float: left;
width: 50%;
}
.specs-column:first-child {
padding-right: 10px;
}
.specs-column:last-child {
padding-left: 10px;
}
.specs-clear {
clear: both;
}
}
div.footer {
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid #eee;
color: #aaa;
font-size: 12px;
text-align: center;
}
.description-section {
margin-top: 20px;
padding-top: 20px;
border-top: 1px dotted #eee;
}
/* LAYOUT - CHANGING THESE WILL AFFECT THE SIZE AND LAYOUT OF YOUR AD TEMPLATE */
/* Responsive Columns */
.col-md-6{width:100%;}
.col-md-12{width:100%;}
.container{margin:auto;width:100%;padding: 0 15px;max-width: 1200px;}
@media (min-width:768px){
.container{width:750px;}
.col-md-12, .col-md-6{float:left;}
.col-md-6{width:48%; margin:1%;}
}
@media (min-width:992px){
.container{width:970px;}
.col-md-12,.col-md-6{float:left;}
.col-md-6{width:48%; margin:1%;}
}
@media (min-width:1200px){
.container{width:1170px;}
.col-md-12,.col-md-6{float:left;}
.col-md-6{width:48%; margin:1%;}
}
.img-responsive{display:block;height:auto;max-width:100%;}
/* Responsive Navigation Bar */
.nav{padding-left:0;margin-bottom:0;list-style:none;}
.nav:before, .nav:after{display:table;content:" ";}
.nav:after{clear:both;}
.nav:before, .nav:after{display:table;content:" ";}
.nav:after{clear:both;}
.nav > li{position:relative;display:block;}
.nav > li > a{position:relative;display:block;padding:15px;}
.nav > li > a:hover, .nav > li > a:focus{text-decoration:none;background-color:#f8f9fa;}
.nav > li > a > img{max-width:none;}
.navbar{position:relative;min-height:60px;margin-bottom:30px;border:1px solid transparent;}
@media (min-width:768px){.navbar{border-radius:0;}
}
.navbar-header:before, .navbar-header:after{display:table;content:" ";}
.navbar-header:after{clear:both;}
.navbar-header:before, .navbar-header:after{display:table;content:" ";}
.navbar-header:after{clear:both;}
@media (min-width:768px){.navbar-header{float:left;}
}
.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch;}
.navbar-collapse:before, .navbar-collapse:after{display:table;content:" ";}
.navbar-collapse:after{clear:both;}
.navbar-collapse:before, .navbar-collapse:after{display:table;content:" ";}
.navbar-collapse:after{clear:both;}
.navbar-collapse.in{overflow-y:auto;}
@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none;}
.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important;}
.navbar-collapse.in{overflow-y:visible;}
}
@media (min-width:768px){.container > .navbar-header, container > .navbar-collapse{margin-right:0;margin-left:0;}
}
.navbar-brand{float:left;padding:20px 15px;font-size:20px;line-height:20px;}
.navbar-brand:hover, .navbar-brand:focus{text-decoration:none;}
@media (min-width:768px){.navbar > .container .navbar-brand{margin-left:-15px;}
}
.navbar-nav{margin:7.5px -15px;}
.navbar-nav > li > a{padding-top:15px;padding-bottom:15px;line-height:20px;}
@media (min-width:768px){.navbar-nav{float:left;margin:0;}
.navbar-nav > li{float:left;}
.navbar-nav > li > a{padding-top:20px;padding-bottom:20px;}
.navbar-nav.navbar-right:last-child{margin-right:-15px;}
}
@media (min-width:768px){.navbar-left{float:left !important;}
.navbar-right{float:right !important;}
}
BassRiverShoes
Our eBay Store
About Us
Contact Us
Rugged Bear mens Gray Tops 2X
Product Details
Brand
Rugged Bear
Style
Polyester
Gender
mens
Color
Gray
Material
Cotton
Heel Height
Made in
Condition
Condition
Uppers
Bottoms
Insoles
Description
Rugged Bear
Inventory Number: MC-7004200
|