.btn-cart-store {
    background: none repeat scroll 0 0 #3498db;
    border: 2px solid #3498db;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    /*display: block;
    float: left;*/
    font-family: Oswald, Helvetica Neue, Arial, sans-serif;
    font-size: 15px;
    font-weight: lighter !important;
    line-height: 1em;
    margin: 0 20px 0 0;
    padding: 14px 20px;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
}

.btn-cart-store span i,
.btn-cart-store span {
    color: #fff;
}

.btn-cart-store:hover {
    background: #ffffff;
    color: #2a2a2a;
    border: solid 2px #3498db;
}

.btn-cart-store:hover span i,
.btn-cart-store:hover span,
.btn-cart-store span i:hover,
.btn-cart-store span:hover {
    color: #454545;
}

.btn-cart-store.disabled:hover span i,
.btn-cart-store.disabled:hover span,
.btn-cart-store[disabled]:hover span i,
.btn-cart-store[disabled]:hover span,
.btn-cart-store.disabled:hover,
.btn-cart-store.disabled:hover {
    color: #ffffff;
}

a.customDisabled {
    pointer-events: none;
    cursor: default;
}

.sizeSniper {
    display: inline-block;
}

.color-red {
    color: red !important;
}

.color-darkred {
    color: darkred !important;
}

.color-darkblue {
    color: #2c88c5 !important;
}

.color-green {
    color: forestgreen !important;
}

.font-bold {
    font-weight: 600;
}

.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
.btn-success-custom.disabled,
.btn-success-custom[disabled],
.btn-success-custom.disabled:hover,
.btn-success-custom[disabled]:hover,
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active {
    background-color: darkcyan;
    color: #ffffff;
    border: 0px;
}

.editBox input {
    text-transform: uppercase;
}

.stockPrice .block-title-1 {
    font-size: 12px;
    margin: 0px;
    display: initial;
}

.stockMessage .block-title-1 {
    font-size: 13px;
    margin: 0px;
    display: initial;
}

.stockStatus span {
    font-size: 13px;
}

.wishlist-header-delete:hover {
    font-weight: bold;
    font-size: 25px;
    color: firebrick !important;
    text-shadow: 0px 0px 2px #3498db;
}

@media screen and (min-width: 880px) and (orientation: portrait) {
    footer {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 100;
        display: inline-block;
    }
}

@media screen and (min-width: 1100px) and (orientation: landscape) {
    footer {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 100;
        display: inline-block;
    }
}


.dropdown-menu-category-image {
    width: 70% !important;
}

@media screen and (min-width: 768px) and (orientation: portrait) {
    .dropdown-menu-category-image {
        width: 35% !important;
    }
}

@media screen and (min-width: 768px) and (orientation: landscape) {
    .dropdown-menu-category-image {
        width: 35% !important;
    }
}