
a:hover{
    text-decoration: none !important;
}

.top-line {
    height: 40px;
    background-color: #0b5f91;
    padding: 0;
    margin: 0;
}
.mlb_logo_img{
    max-height:60px;
}
.navbar {
    border-radius: 0;
    border-style: none;
    box-shadow: none;
}

.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    color: #0c679c;
@import font-size: 14 px;
}

#mlb_search {
    color: #fff;
}

#mlb-search-text {
    color: #000;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
}

.language-flag {
    min-width: 32px;
    width: 32px;
    border-style: none;
}

hr {
    margin: 0;
}

.home-cat-img {
    height: 100%;
    border-style: solid;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-color: #e5e5e5;
    padding: 0;
}

.category_container {
    border-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-color: #e5e5e5;
    padding:0;
}

.category_container div{
    margin:0;
    padding:0;
}

.category_container img{
height:300px;
}

.home-cat-img span {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #0c679c;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #fff;
}

#swiper2 {
    padding: 0;
    margin: 0;
}

.subscription {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
}

.subscription label {
    font-size: 18px;
    font-weight: bold;
    color: #07679c;
    padding-left: 0;
}

.copyright {
    background-color: #ededed;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 5px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #c6c6c6;
}

.copyright p {
    color: #0c679c;
    opacity: 0.4;
}

.copyright img {
    width: 32px;
}


.breadcrumb {
    background-color: #fff;
    padding-left:0 !important;
    margin-top:15px;
    margin-bottom:15px;
}

.breadcrumb a,li {
    color: #1f73a3;
    text-transform: uppercase;
    font-size: 16px;
}

.left-categories a {
    color: #1f73a3;
    text-transform: capitalize;
    font-size: 12px;
}

.left-categories > li {
    list-style: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #eaeaea;
    padding-bottom: 10px;
    padding-top: 8px;
}

.left-categories > li > ul {
    padding-left: 10px;
}

.left-categories > li > ul > li {
    list-style: none;
    padding-top: 5px;
}

.product-img {
    border-style: solid;
    border-width: 1px;
    border-color: #eaeaea;
}

.product-title {
    padding: 10px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #eaeaea;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #eaeaea;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #eaeaea;
}

.product-title a {
    color: #0c679c;
    font-weight: bold;
    font-size: 14px;
}

.product-title del, .product-title span {
    color: #1f73a3;
    font-size: 12px;
}

.product-img span {
    text-transform: uppercase;
    background-color: #414141;
    color: #f7f7f7;
    font-size: 12px;
    padding: 5px;
    position: relative;
    top: 10px;
    left: 10px;
}

.product-mask {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 2;
    background-color: #333333;
    opacity: 0.8;
    padding: 10px;
}

.product-mask a {
    color: #f7f7f7;
    overflow: hidden;
}

.product-mask button {
    opacity: 1;
}


.badge {
    background-color: #ff0000;
}

.quantity-plus, .quantity-minus {
    color: #000;
    font-size: 20px;
}

.quantity-plus:hover, .quantity-minus:hover {
    cursor: pointer;
}

.quantity-value {
    width: 50px;
    text-align: center;
}

#mlb-country, .quantity-value {
    padding: 0;
}

.mlb-cart-table * {
    font-size: 16px;
}

.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.4;
    border-style: solid;
    border-width: 1px;
    border-color: #00A7E1;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.title {
    color: #0c679c;
    font-size: 23px;
}

.price-div {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.price-div del {
    color: #1f73a3;
    font-size: 14px;
    font-family:'Open Sans', Helvetica, sans-serif;
    line-height: 25px;
}

.price-div span {
    color: #1f73a3;
    font-size: 24px;
    line-height: 40px;
    font-family:'Open Sans', Helvetica, sans-serif;
    font-weight: 300;
}



 .cart {
    display: inline-block;
    position: relative;
    margin: auto;
    padding: 0px 4px;
    text-transform: uppercase;
    margin-top: 20px;
    text-decoration: none;
    color: #54afe9;
}
/* quantity */
.cart {
    float: right;
    line-height: 0px;
}
.cart input {
    border:1px solid;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    float: left;
    padding: 8px 5px;
}
 .cart .change {
    float: left;
    width: 16px;
    height: 40px;
    background-color: #f7f7f7;
    margin-right: 10px;
    border: 1px solid #e5e5e5;
    border-left: 0px;
}
 .cart .change a {
    color: #797979;
    display: block;
    width: 16px;
    height: 18px;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
}

@media (max-width: 480px) {
     .cart {
        float: none;
        width: 100%;
    }
     .cart {
        margin-top: 15px;
    }
}

.cart-container div{
    font-size:16px;
    min-height:40px;
}
.mlb-sub-total,.mlb-shipping-cost,.mlb-total-amount{
    font-weight:bold;
}
.mlb-cart-div>div{
    border-bottom-style:solid;
    border-bottom-color:#eeeeee;
    border-bottom-width:thin;
    margin-top:8px;
    margin-bottom:5px;
}