
/* =============== MEDIA MOBILES PROPERTIES ==================*/

@media only screen and (max-width: 640px) {
    body {
        overflow-x: hidden !important;
        width: 100%;
    }
}

/*Custom Menubar*/
.no-scroll{
    overflow: hidden!important;
}
.menubar-overay{
    z-index: 999;
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    height: 100%;
    overflow: hidden;
    position: fixed;
}
.menubar-overay.in{
    display: block;
}
.menubar-wrapper {
    position: fixed;
    left: -80%;
    height: 100%;
    background-color: #f58021;
    top: 0;
    width: 233px;
    -webkit-transition: all 0.4s cubic-bezier(0, 1.02, 0.87, 1.01);
    -moz-transition: all 0.4s cubic-bezier(0, 1.02, 0.87, 1.01);
    -ms-transition: all 0.4s cubic-bezier(0, 1.02, 0.87, 1.01);
    -o-transition: all 0.4s cubic-bezier(0, 1.02, 0.87, 1.01);
    transition: all 0.4s cubic-bezier(0, 1.02, 0.87, 1.01);
    /*overflow-y: auto;*/
    z-index: 9999 }
.menubar-wrapper a{
    color: white;
    font-size: 19px;
    text-transform: uppercase;
}
.menubar-wrapper div.brands{
    font-size: 26px;
    font-family: 'Knewave', cursive;
    padding: 7px 18px 7px 22px;
    background-color: #FBD80E;
}


.menubar-wrapper div.title{
    font-size: 26px;
    font-family: 'Knewave', cursive;
    padding: 4px 18px 7px 22px;
}
.menubar-wrapper.in{
    left: -2px;
}
.menubar-wrapper .menu{
    overflow: auto
}
.menubar-wrapper ul {
    width: 100%;
    height: 82%;
    padding: 0;
    margin: 0;
    color: white; }
.menubar-wrapper ul li {
    text-decoration: none;
    list-style: none;
    padding: 5px 20px;
    -webkit-transition: all 0.4s cubic-bezier(0, 1.02, 0.87, 1.01);
    -moz-transition: all 0.4s cubic-bezier(0, 1.02, 0.87, 1.01);
    -ms-transition: all 0.4s cubic-bezier(0, 1.02, 0.87, 1.01);
    -o-transition: all 0.4s cubic-bezier(0, 1.02, 0.87, 1.01);
    transition: all 0.4s cubic-bezier(0, 1.02, 0.87, 1.01); }
.menubar-wrapper ul li.category{
    background-image: url(../images/icn-arrow-close.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: calc(100% - 21px) 14px;
}
.menubar-wrapper ul li.category ul.subs{
    display: none
}
ul.subs.forcedOpen {
    display: block!important;
}
.menu-bar {
    position: absolute;
    top: 26px;
    right: -22px;
    border-radius: 50%;
    border: 0;
    background-color: #003D6A;
    box-sizing: border-box;
    padding: 9px;
    width: 50px;
    height: 50px;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    color: #eeeeee;
    width: 82px;
    height: 84px;
    line-height: 84px;
    right: 15px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
}

.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

/*================================MaxWidth===========================================*/
@media (max-width:900px){
    #products .sidebar-offcanvas{
        display: none
    }

    #products #brands #index .pagination > li > a, #products #brands #index .pagination > li > span{
        margin-left: 12px !important;
    }

}
@media (max-width:738px){
    .products-col{
        display: none;
    }
    #footer_links .search-col .col-sm-4, #footer_links .search-col .col-sm-8{
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.28);
        box-sizing: border-box;
        margin: 15px;
        text-align: center;
    }
    .item-block .item-pict img{
        width: 100%;
    }
    #contact form button[type="submit"]{
        width: 100%;
        background-position: center center;
    }
    #contact p,#user p{
        width: 100%
    }
    #contact p a.btn-orange,#user p button.btn-orange{
        width: 100%;
        background-position: center center;
    }
    /*share button and add to card*/
    #single-product .detail-row .btn-col .share{
        width: 100%;
        margin-top: 4px;
        text-align: center;
        margin-bottom: 17px;
        margin-right: 0;
    }
    .btn-primary.btn-lg{
        width: 100%;
        text-align: center;
        background-position: center center;
    }

    /*checkout items*/
    #user-navi .nav-user .header-cart{
        padding: 4px 5px 0 0px;
        width: 100%!important
    }
    #checkout .row #steps .btn.current {
        background-size: cover;
        width: 100%;
    }
    #checkout #register .box #forgot.pull-right{
       margin-bottom: 20px;
    }
}
@media (max-width:400px){
    .container .logo{
        padding-top:4%;
        padding-right: 8%;
    }
    .container .logo img{
        width: 120%
    }
    .about-col ul {
        margin-left: 0px;
    }
    .component-highlighted-products.fullwidth-panel.latest-panel .col-lg-3 {
        box-sizing: border-box;
    }
    .component-highlighted-products.fullwidth-panel.latest-panel .product-item .panel.panel-default{
        height:auto;
    }

    #single-product .detail-row .btn-col .price-block .price-col{
        padding: 0px 0px 0px 0px;
        margin-right: 15px;
    }
    /*card corrections*/
    #cart .cart-row .shopping-details .product-option-wrapper{
        margin-bottom: 5%;
    }

    #cart .cart-row .shopping-details .product-option-wrapper .qty .stepper{
        width: initial;

    }
    #cart .cart-row .shopping-details .product-option-wrapper .qty .stepper .input-number{
        box-sizing: border-box;
        margin: 0px 15px;
        width: 70%;
    }
    #cart .btn-continue, #cart .btn-update {
        margin-right: 0px !important;
    }


    #cart .row .btn-update,#cart .title .btn{
        width: 100%;
        text-align: center;
        background-size: 100% auto;

    }
    #cart #checkout .btn{
        padding: 0;
    }
}
/*================================MaxWidth===========================================*/
@media (max-width:1200px) and (min-width:738px) {
    /*Nav bar*/
    .navbar-collapse{
        padding: 3% 0;
        width: 155%
    }
    #brand .header-search{
        float: left;
        margin-left: 10px
    }
}
@media (max-width:992px) and (min-width:738px) {

    .navbar-collapse.collapse{
        padding-bottom: 44px;
        margin-right: 36px;
        border-top: 1px solid white;
        top: 42px;
    }
    #user-navi .more-btn a{
        top: 126px
    }

    .about-col ul {
        margin-left: 0px;
    }
    .item-block {
        width: 45%;
    }
}
@media (width:768px) {
    #brand .container .mobile-user-buttons {
        width: 111px;
        box-sizing: border-box;
        margin: 10px;
        margin-top: 23px;
    }

    .navbar-collapse.collapse {
        padding-bottom: 44px;
        margin-right: 36px;
        border-top: 1px solid white;
        top: 11px;
        width: 87%;
    }
}
@media (max-width:738px) and (min-width:320px){
    .about-col ul {
        margin-left: 0px;
    }
}


@media (max-width: 1199px){
    #checkout #register .box #forgot.pull-right{
        /*font-size: 14px;*/
    }
    #footer_links .search-col h6{
        font-size: 15px;
        padding-right: 0;
    }
    #footer_links .container .links {
        margin: 0 20px 0 -13px;
    }
    #footer_links .search-col .col-sm-4, #footer_links .search-col .col-sm-8{
        padding-right: 0;
    }
    /* CHECKOUT PROCESS */

    #checkout .row #steps .btn.current {
        background-size: 570px 71px;
        width: 56%;
    }
}
@media (max-width: 991px) {
    #single-product .detail-row .btn-col .share {
        margin-top: -62px;
        margin-right: 20px;
    }

    #products #banner {
        margin: 20px -7px 30px -5px!important;
    }
    #products #banner .btn-lg{
        position: absolute;
        right: -20px;
        bottom: 35px;
    }
    .footer_links .container{
        padding-left: 15px;
    }
    #products-list .single-category {
        margin-left: -35px;
        margin-right: -35px;
    }
    /* CHECKOUT PROCESS */

    #checkout .row #steps .btn.current {
        background-size: cover;
        width: 100%;
    }
    #checkout .row #steps .btn {
        background-size: cover;
        width: 100%;
    }
}
@media (max-width: 768px){

    #brand .logo img{
        margin-left: 25px;
    }
    #brand .container .mobile-user-buttons{
        display: block;
        position: absolute;
        top: -150px;
        right: 0;
    }
    #brand .more-btn{
        display: none;
    }
    .navbar-right .contact-btn{
        display: none;
    }
    #brand .container {
        min-height: 230px;
    }
    #user-navi .checkout-btn {
        z-index: 999;
        margin-right: -10px;
    }
    #user-navi {
        float: left;
        width: 100%;
    }
    .navbar-nav {
        float: left!important;
        width: 100%!important;
        max-width: 100%!important;
        margin-left: -5px;
        margin-right: -5px;
    }

    #brand .navbar-right {
        position: relative;
        top: 0px;
        width: 100%;
    }
    .mobile-user-buttons .join-btn{
        top: 11px;
    }
    #user-navi .header-cart {
        background-image: url("../images/bg-mobile-search.png")!important;
        width: auto;
        background-size: 100% 100%;
        text-align: left;
        width: 86%!important;
    }
    #user-navi .nav-user .header-cart{
        padding: 9px 5px 0 5px;
        font-size: 16px;
    }
    #user-navi .nav-user-mob .join-btn a {
        font-size: 18px;
    }
    .mobile-user-buttons .nav-user-mob .join-btn {
        width: 109px;
    }
    #user-navi .nav-user-mob .checkout-btn {
        width: 108px;
    }

}
@media (max-width: 767px){
    #single-product .detail-row .btn-col .price-block {
        width: 100%;
        right: 0px;
    }
}
@media only screen and (max-width: 991px) {

    #user #welcome h1{
        font-size: 20px;
    }

    #user #orders .label{
        text-align: left;
    }

    #user #orders .id, #user #orders .price, #user #orders .date{
        text-align: right;
        font-size: 14px;
    }

    #user #orders .btn-orange{
        background-size:  100% 41px;
        width: 100%;
    }

    #user #navigation a.btn{
        width: 100% !important;
        background-size: 100% 71px !important;
        margin-top: 3px;
    }

    #user #navigation a.btn.current .name{
        font-size: 24px;
    }

    #user #purchases .label{
        text-align: left;
    }

    #user #purchases .id{
        text-align: right;
    }
    #user #purchases #items .name{
        text-align: right;
    }
    #user #purchases #items .label{
        text-align: left;
    }
}
@media only screen and (min-width: 992px) {
    /* styles */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-item .panel-body .item-details {
        background-size: 80% 61px!important;
    }
    .single-category .item-block.col-lg-3{
        width: 50%;
    }
    /* PICKER BLOCK */
    #single-product .products-row .picker-block .white-block-auto .add-btns {
        width: 100%;
    }
    #single-product .products-row .picker-block .input-group-btn:last-child>.btn{
        margin-right: 1px;
    }
    .product-option-wrapper .col-left h4{
        font-size: 14px;

    }
    #cart .cart-row .shopping-details .product-option-wrapper .col-left .subname {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #checkout #register .box #forgot.pull-right{
        font-size: 9px;
        padding-top: 9px;
    }
    .product-option-wrapper .col-left .image{
        padding-left: 0;
        padding-right: 0;
    }
    .product-option-wrapper .col-left{
        margin-left: 0;
        padding-left: 0;
    }
    #footer_links .container .links .search-col{
        padding-left: 10px;
    }
    .product-item .panel-body .item-details {
        background-size: 80% 61px!important;
    }

    /* PICKER BLOCK */
    #single-product .products-row .picker-block .white-block-auto .add-btns {
        width: 100%;
    }
    #single-product .products-row .picker-block .input-group-btn:last-child>.btn{
        margin-right: 3px;
    }

    #single-product .title-row h2{
        margin-bottom: 20px;
        font-size: 32px;
    }
    #single-product .breadcrumb a, #single-product .breadcrumb{
        margin-top: 15px;
    }

    /* CART LIST */
    .product-option-wrapper .col-left h4{
        font-size: 14px;
    }
    #cart .cart-row .shopping-details .product-option-wrapper .col-left .subname {
        font-size: 13px;
    }
    #cart .cart-row .shopping-details .label-row .label{
        font-size: 15px!important;
    }
    #cart .btn-numbers .input-group-btn .btn.btn-number .glyphicon{
        font-size: 20px;
    }
    #cart .cart-row .shopping-details .product-option-wrapper .product-option .price #price .original, #cart .cart-row .shopping-details .product-option-wrapper .product-option .price.final .final{
        font-size: 19px;
    }
    #cart .cart-row .shopping-details .product-option-wrapper .qty .stepper .form-control.input-number{
        width: 45%;
    }
    #cart .qty .stepper .input-group-btn:last-child > .btn{
        position: absolute;
        top: 0;
        right: 30px;
    }
    #cart .cart-row .shopping-details .product-option-wrapper .product-option .price.final .final{
        padding-top: 0;
        line-height: normal;
        margin-right: 0;
    }
    #cart .cart-row .shopping-details .product-option-wrapper .product-option .price.final{
        margin-top: 5px;
    }
    #cart .cart-row .shopping-details .product-option-wrapper .trash-button a{
        position: relative;
        right: -15px;
    }
}
@media screen and (min-width: 641px) and (max-width: 767px) {
    .navbar .mobile-menu {
        position: absolute;
        top: -72px;
    }

    .product-item .panel-body .item-details {
        background-size: 80% 61px!important;
    }
    #footer_links .container .links {
        margin: 0 20px 0 0px;
    }
    #footer_copyright .container .sc-editable{
        padding-left: 15px;
        padding-right: 15px;
    }
    #footer_links .container .links .search-col{
        padding-left: 10px;
    }
    /* PICKER BLOCK */
    #single-product .products-row .picker-block .white-block-auto .add-btns {
        width: 100%;
    }
    #single-product .products-row .picker-block .input-group-btn:last-child>.btn{
        margin-right: 7px;
    }
    #single-product .title-row h2{
        margin-bottom: 20px;
        font-size: 26px;
    }
    #single-product .breadcrumb a, #single-product .breadcrumb{
        font-size: 16px;
        margin-top: 15px;
    }

    /* CART LIST */
    .product-option-wrapper .col-left h4 {
        font-size: 15px;
    }
    #cart .cart-row .shopping-details .product-option-wrapper .col-left .subname {
        font-size: 14px;
    }
    #cart .cart-row .shopping-details .label-row .label{
        font-size: 16px!important;
    }
    #cart .cart-row .shopping-details .product-option-wrapper .product-option .price #price .original, #cart .cart-row .shopping-details .product-option-wrapper .product-option .price.final .final{
        font-size: 18px;
        margin-right: 0;
    }
    .product-option-wrapper .col-left {
        margin-left: -12px;
        padding-left: 0;
    }
    .product-option-wrapper .col-left .image {
        padding-left: 0;
        padding-right: 0;
        text-align: left !important;
    }
    .product-option-wrapper .col-left .image img{
        height: auto!important;
        width: 100%;
    }
    .product-option .row .col-lg-2.col-md-2.col-sm-2.col-xs-2.price{
        width: 17%;
    }
    .product-option .row  .col-lg-2.col-md-2.col-sm-2.col-xs-2.qty{
        width: 60%;
        padding-left: 30px;
    }
    #cart .cart-row .shopping-details .product-option-wrapper .trash-button {
        right: -2px!important;
    }
    .col-md-2.col-sm-2.label.label-total{
        float: right;
        text-align: right;
        padding-right: 0;
    }
    #cart .cart-row .shopping-details .label-row .label.label-unit-price{
        text-align: left!important;
        width: 20%;
        margin-left: -33px;
    }
    .col-md-2.col-sm-2.label.label-qty{
        width: 60%;
        display: inline-block;
    }
    #cart .cart-row .shopping-details .product-option-wrapper .price #price {
        padding-top: 22px!important;
        margin-left: -15px;
    }
    .col-lg-2.col-md-2.col-sm-2.col-xs-2.price.final{
        width: 23%!important;
        text-align: right!important;
        padding-right: 0!important;
    }
    #cart #order.row {
        margin-top: 0px;
    }
    #cart .row .btn-update{
        margin: 10px 15px 0 0;

    }
    #cart .title h2{
        font-size: 28px;
        padding-bottom: 20px;
    }
    #cart .col-lg-6.col-md-6.col-sm-6.col-xs-6.label h3,  #cart  .col-lg-6.col-md-6.col-sm-6.col-xs-6.price h3, #cart .col-md-6.price h3{
        font-size: 20px;
    }
    /* CHECKOUT PROCESS */

    #checkout .row #steps .btn.current {
        /*background-size: 100% 71px;
        width: 49%;
        margin: 0 3px 0 0;
        float: left;*/
    }
    #checkout .row #steps .btn {
        /*background-size: 100% 71px;
        width: 24%;
        margin: 0 3px 0 0;
        float: left;*/
    }
    #checkout .row  #steps .btn.current .name {
        font-size: 25px;
        padding-top: 11px;
    }
    #checkout .row #steps .btn .name {
        font-size: 12px;
        padding-top: 8px;
    }
    #checkout .row #steps .btn .number {
        font-size: 30px;
        padding-top: 3px;
    }
    /* SEARCH IN HEADER */
    #user-navi .header-search .input-group input {
        background-image: url("../images/bg-mobile-search.png")!important;
        width: 105%;
        height: 40px;
        margin-right: -5px;
    }
    #brand .header-search .input-group {
        width: 100%;
        margin-left: 15px;
    }

}

@media only screen and (min-width: 481px) and (max-width: 640px) {
    .navbar .mobile-menu {
        position: absolute;
        top: -72px;
    }

    /* PICKER BLOCK */
    #single-product .products-row .picker-block .white-block-auto .add-btns {
        width: 100%;
    }
    #single-product .products-row .picker-block .input-group-btn:last-child>.btn{
        margin-right: 4px;
    }
    /* footer */
    #footer_links .container .links {
        margin: 0 20px 0 0px;
    }
    #footer_copyright .container .sc-editable{
        padding-left: 15px;
        padding-right: 15px;
    }
    #footer_links .container .links .search-col{
        padding-left: 10px;
    }


    .product-item .panel-body .item-details {
        background-size: 80% 61px !important;
    }

    .product-item .badges .badge-2 h5 {
        background-size: 52px 24px;
        width: 54px;
    }

    .item-details .price-col .price h3 {
        font-size: 16px;
    }

    .product-item .badges .badge-1 h5, .product-item .badges .badge-2 h5 {
        font-size: 12px;
    }

    .buy-col .btn-buy {
        font-size: 22px;
        padding-top: 16px;
    }

    .item-details .btn.btn-buy {
        width: 70px;
    }

    .product-item .item-details .price-col.buy {
        margin-right: 68px;
        padding-top: 4px;
    }

    .product-item .item-details .badges {
        float: left;
        background-color: #ff0200;
        padding: 4px 0px 3px 0;
    }

    .product-item .special-badge .badge-special h2 {
        font-size: 20px;
        padding: 3px 0 0 15px;
    }
    .product-item .panel-body .special-badge {
        background-repeat: no-repeat;
        background-size: 120px 49px;
        width: 120px;
        height: 49px;
    }
    #single-product .title-row h2{
        margin-bottom: 20px;
        font-size: 26px;
    }
    #single-product .breadcrumb a, #single-product .breadcrumb{
        font-size: 16px;
        margin-top: 15px;
    }
    /* SEARCH IN HEADER */
    #user-navi .header-search .input-group input {
        background-image: url("../images/bg-mobile-search.png")!important;
        width: 105%;
        height: 40px;
        margin-right: -5px;
    }
    #brand .header-search .input-group {
        width: 100%;
        margin-left: 15px;
    }

    /* CART LIST */
    .product-option-wrapper .col-left h4 {
        font-size: 15px;
    }
    #cart .cart-row .shopping-details .product-option-wrapper .col-left .subname {
        font-size: 14px;
    }
    #cart .cart-row .shopping-details .label-row .label{
        font-size: 16px!important;
    }
    #cart .cart-row .shopping-details .product-option-wrapper .product-option .price #price .original, #cart .cart-row .shopping-details .product-option-wrapper .product-option .price.final .final{
        font-size: 18px;
        margin-right: 0;
    }

    .product-option-wrapper .col-left .image {
        padding-left: 0;
        padding-right: 0;
        text-align: left !important;
    }
    .product-option-wrapper .col-left .image img{
        height: auto!important;
        width: 100%;
    }
    .product-option .row .col-lg-2.col-md-2.col-sm-2.col-xs-2.price{
        width: 17%;
    }
    .product-option .row  .col-lg-2.col-md-2.col-sm-2.col-xs-2.qty{
        width: 60%;
        padding-left: 30px;
    }
    #cart .cart-row .shopping-details .product-option-wrapper .trash-button {
        right: -2px!important;
    }
    .col-md-2.col-sm-2.label.label-total{
        float: right;
        text-align: right;
        padding-right: 0;
    }
    #cart .cart-row .shopping-details .label-row .label.label-unit-price{
        text-align: left!important;
        width: 20%;
        margin-left: -33px;
    }
    .col-md-2.col-sm-2.label.label-qty{
        width: 60%;
        display: inline-block;
    }
    #cart .cart-row .shopping-details .product-option-wrapper .price #price {
        padding-top: 22px!important;
    }
    .col-lg-2.col-md-2.col-sm-2.col-xs-2.price.final{
        width: 23%!important;
        text-align: right!important;
        padding-right: 0!important;
    }
    #cart #order.row {
        margin-top: 0px;
    }
    #cart .row .btn-update{
        margin: 10px 15px 0 0;

    }
    #cart .title h2{
        font-size: 28px;
        padding-bottom: 20px;
    }
    #cart .col-lg-6.col-md-6.col-sm-6.col-xs-6.label h3,  #cart  .col-lg-6.col-md-6.col-sm-6.col-xs-6.price h3, #cart .col-md-6.price h3{
        font-size: 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {

    #user-navi .nav  img.img-responsive{
        position: relative;
        top: -3px;
        left: 4px;
    }

    #footer_links .container .links {
        margin: 0 20px 0 0px;
    }
    #footer_copyright .container .sc-editable{
        padding-left: 15px;
        padding-right: 15px;
    }
    #footer_links .container .links .search-col{
        padding-left: 10px;
    }
    #brand .container .mobile-user-buttons {
        top: -130px;
    }
    #user-navi .nav-user-mob .checkout-btn {
        width: 108px;
    }

    .product-item .panel-body .item-details {
        background-size: 80% 61px!important;
        height: 50px!important;
    }
    .product-item .badges .badge-2 h5 {
        background-size: 44px 20px;
        width: 44px;
        height: 25px;
    }
    .item-details .price-col .price h3{
        font-size: 14px;
    }
    .product-item .badges .badge-1 h5, .product-item .badges .badge-2 h5 {
        font-size: 10px;
    }
    .buy-col .btn-buy {
        font-size: 15px;
        padding-top: 15px;
        padding-left: 10px;
    }
    .item-details .btn.btn-buy, .single-category .panel-body .btn.btn-view  {
        width: 44px;
        height: 33px;
        background-image: none;
    }
    .single-category .panel-body .btn.btn-view{
        font-size: 12px;
        padding-top: 7px;
    }
    .single-category .product-item .price-col.view {
        margin-right: 44px;
        padding: 0 4px 0 0;
    }
    .product-item .item-details .price-col.buy {
        margin-right: 44px;
        padding: 0 4px 0 0;
    }
    .single-category .item-details .price-col h6 {
        font-size: 11px;
        line-height: 14px;
    }
    #products-list .single-category .item-details .price-col h3 {
        font-size: 10px;
    }
    .product-item .item-details .badges {
        float: left;
        background-color: #ff0200;
        padding: 0;
    }
    .product-item .special-badge .badge-special h2 {
        font-size: 16px;
        padding: 3px 0 0 15px;
    }
    .product-item .panel-body .special-badge {
        background-repeat: no-repeat;
        background-size: 120px 49px;
        width: 120px;
        height: 49px;
        bottom: 68px;
    }
    .product-item .panel-heading h4{
        font-size: 13px;
    }
    .product-item .panel-body {
        padding: 0 0 38px 0;
    }
    #brand .header-search{
        width: 100%;
        padding: 0!important;
        margin: -3px 0 0 0!important;
    }
    #user-navi .header-search .input-group input{
        background-image: url("../images/bg-mobile-search.png")!important;
        width: 105%;
        height: 40px;
        margin-right: -5px;
    }
    #user-navi .header-search .input-group .btn {
        height: 36px!important;
        background-size: 38px 36px;
    }
    #brand .header-search .input-group {
        width: 99%;
        margin-left: 5px;
    }
    .single-category .item-block .product-item h4 {
        font-size: 13px!important;
    }
    /* PICER BLOCK */
    #single-product .products-row .picker-block .white-block-auto .add-btns {
        width: 100%!important;
    }
    #single-product .products-row .picker-block .input-group-btn:last-child>.btn{
        margin-right: -5px!important;
    }
    #single-product .products-row .picker-block{

    }
    #single-product .title-row h2{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #single-product .breadcrumb a, #single-product .breadcrumb{
        font-size: 13px;
        margin-top: 15px;
    }


    /* CART LIST */
    .product-option-wrapper .col-left h4 {
        font-size: 12px;
    }
    #cart .cart-row .shopping-details .product-option-wrapper .col-left .subname {
        font-size: 12px;
    }
    #cart .cart-row .shopping-details .label-row .label{
        font-size: 16px!important;
    }
    #cart .cart-row .shopping-details .product-option-wrapper .product-option .price #price .original, #cart .cart-row .shopping-details .product-option-wrapper .product-option .price.final .final{
        font-size: 16px;
        margin-right: 0;
    }

    .product-option-wrapper .col-left .image {
        padding-left: 0;
        padding-right: 0;
        text-align: left !important;
    }
    .product-option-wrapper .col-left .image img{
        height: auto!important;
        width: 100%;
    }
    .product-option .row .col-lg-2.col-md-2.col-sm-2.col-xs-2.price{
        width: 17%;
    }

    #cart .cart-row .shopping-details .product-option-wrapper .trash-button {
        right: -2px!important;
    }
    .col-md-2.col-sm-2.label.label-total{
        float: right;
        text-align: right;
        padding-right: 0;
    }
    #cart .cart-row .shopping-details .label-row .label.label-unit-price{
        text-align: left!important;
        width: 20%;
        margin-left: -33px;
    }
    .col-md-2.col-sm-2.label.label-qty{
        width: 60%;
        display: inline-block;
    }
    #cart .cart-row .shopping-details .product-option-wrapper .price #price {
        padding-top: 0px!important;
        text-align: right;
    }
    .col-lg-2.col-md-2.col-sm-2.col-xs-2.price.final{
        width: 23%!important;
        text-align: right!important;
        padding-right: 0!important;
    }
    #cart #order.row {
        margin-top: 0px;
    }

    #cart .title h2{
        font-size: 28px;
    }
    #cart .col-lg-6.col-md-6.col-sm-6.col-xs-6.label h3,  #cart  .col-lg-6.col-md-6.col-sm-6.col-xs-6.price h3, #cart .col-md-6.price h3{
        font-size: 20px;
    }

}
/* =================== ONLY MOBILE PHONES RESOLUTION ======================== */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    #brand .logo img {
        width: 98% !important;
    }

    #brand .container .mobile-user-buttons {
        top: -108px;
    }

    #user-navi .nav-user-mob .checkout-btn, .mobile-user-buttons .nav-user-mob .join-btn {
        width: 90px;
        margin-bottom: -20px;
        margin-top: 20px;
    }

    .mobile-user-buttons .nav-user-mob .join-btn {
        padding-top: 4px;
        padding-bottom: 3px;

    }

    .mobile-user-buttons .nav-user-mob .checkout-btn {
        margin-top: -1px !important;
    }

    #user-navi .checkout-btn {
        background-size: 90px 28px;
    }

    #user-navi .checkout-btn a, #user-navi .mobile-menu .checkout-btn, #user-navi .nav-user-mob .join-btn a {
        font-size: 14px !important;
    }

    #user-navi .checkout-btn {
        height: 28px !important;
        padding-top: 5px !important;
        width: 90px !important;
    }

    .mobile-menu {
        top: -45px !important;
        right: 18px !important;
    }

    #user-navi .mobile-menu .checkout-btn {
        margin-right: -23px !important;
    }

    #user-navi .nav-user-mob .join-btn a {
        padding: 0 !important;
    }

    .product-item .panel-heading h4 {
        font-size: 11px;
    }

    #user-navi .header-cart i {
        padding: 5px 5px 0 9px !important;
    }

    #user-navi .header-cart {
        height: 30px !important;
        font-size: 18px !important;
    }

    #user-navi .header-cart {
        width: 70% !important;
    }

    #user-navi .header-search .input-group input {
        height: 31px;
        margin-right: -2px;
    }

    #user-navi .header-search .input-group input {
        height: 31px !important;
        margin-right: -2px !important;
    }

    #user-navi .nav-user .checkout-btn {
        margin-top: 1px !important;
    }

    #brand .container {
        min-height: 188px;
    }

    #user-navi .header-search .input-group i {
        font-size: 16px !important;
    }

    #user-navi .header-search .input-group .btn {
        height: 28px !important;
        background-size: 35px 28px !important;
    }

    .buy-col .btn-buy {
        font-size: 13px;
        padding-top: 7px;
        padding-left: 8px;
    }

    .item-details .btn.btn-buy {
        width: 38px;
        height: 33px;
    }

    .product-item .panel-body .item-details {
        background-size: 78% 41px !important;
        height: 33px !important;
    }

    .product-item .panel-body .special-badge {
        background-repeat: no-repeat;
        background-size: 80px 33px;
        width: 80px;
        height: 33px;
        bottom: 60px;
    }

    .product-item .special-badge .badge-special h2 {
        font-size: 15px;
        padding: 0px 0 0 9px;
        margin-top: 12px;
    }

    .product-item .badges .badge-1 h5, .product-item .badges .badge-2 h5 {
        font-size: 6px;
    }

    .product-item .badges .badge-2 h5 {
        background-size: 32px 18px;
        width: 32px;
        height: 18px;
    }

    .product-item .badge-2 h5 {
        padding: 5px 5px 0px 2px !important;
    }

    .product-item .item-details .price-col.buy {
        margin-right: 38px;
        padding: 0 3px 0 0;
        height: inherit;
    }

    .product-item .price-col h6 {
        line-height: 16px !important;
    }

    .item-details .price-col .price h3 {
        font-size: 12px;
    }

    .product-item .price-col h3 {
        padding: 0px 0 3px 0 !important;
    }

    .product-item .item-details .badges {
        width: 28px;
    }

    #user-navi .nav-user .header-cart {
        padding: 5px 5px 0 5px;
    }

    #footer_links .search-col h6 {
        font-size: 13px;
    }
    #footer .about-col ul{
        margin-left: 0px;
    }

    #footer_copyright .container {
        padding: 0 0 7px 0!important;
    }
    #checkout .row #steps .btn.current {
        background-size: 100% 71px;
        width: 100%;
    }
    #checkout #steps .btn.current .name {
        font-size: 17px!important;
        padding-top: 15px!important;
    }
    #brand .header-search .input-group {
        width: 100%!important;
        margin-left: 5px!important;
    }
    #checkout .row #steps .btn {
        background-size: 100% 71px;
        width: 100%;
        margin-top: 3px;
    }
    #checkout #steps .btn .name {
        font-size: 12px!important;
        padding-top: 12px!important;
        padding-left: 5px!important;
    }
    #checkout #register .box #forgot.pull-right {
        font-size: 12px;
    }
    #checkout #steps {
        margin-bottom: 0!important;
    }
    #checkout #register h3 {
        margin-top: 20px!important;
    }
    #checkout #information #submit {
        background-size: auto!important;
        width: 100%!important;
        background-position: center center;
    }

    #checkout .order-sidebar {
        margin: 10px 15px!important;
    }
    #information_form .pay-pal p{
        margin: 0 15px 0px 15px;
    }
    #shipping_policy{
        padding-right: 15px;
        padding-left: 15px;
    }
    #information_form .pay-pal .required{
        padding-left: 15px;
    }

    #information_form .order-sidebar .col-md-9 h4{
        float: left;
    }

    #deliveryswitch, div.clearfix .pull-left .checkbox-lbl{
        margin-left: 15px!important;
    }
    #information_form .pull-left p{
        font-size: 15px!important;
        padding: 2px 0 0 8px!important;
    }
    #checkout .col-md-7 .btn-primary.btn-lg{
        background-size: 100% 58px;
        padding-left: 30px!important;
        padding-right: 30px!important;
        margin-left: -5px;
    }

    #user #navigation a.btn{
        width: 100% !important;
        background-size: 100% 71px !important;
        margin-top: 3px;
    }

    #user #navigation a.btn.current .name{
        font-size: 24px;
    }

    #checkout #register .box{
        height: auto;
    }

    #checkout #register .box button{
        position: relative;
        width: 100%;
        background-size: 100% auto;
        margin: 0;
    }
}

@media (max-width:364px){
    .pagination > li > a, .pagination > li > span {
        width: 44px;
    }

    #checkout #register .order-sidebar h3{
        font-size: 24px;
    }

    #checkout #register .order-sidebar h4{
        font-size: 14px;
    }

    #checkout #register .order-sidebar #total-price{
        font-size: 18px;
    }
}



/* =================== THIS PART AS TO BE CLEAN UP ======================== */
@media (max-width:900px) {
    .btn.btn-view {
        height: 63px;
    }

    #brand .input-group {
        width: 264px;
        margin-left: -22px;
    }

    #user-navi .header-cart {
        width: 143px;
        box-sizing: border-box;
        padding: 6px 0px 0px 0px;
        margin-right: -10px;
    }

    .header-search .input-group .form-control {
        margin-right: -11px;
    }

    .about-col ul {
        margin-left: -77px;
    }

    .products-col li {
        float: left;
    }

    .product-item .panel-default > .panel-body > img {
        width: 80%;
        position: relative;
        left: 50%;
        margin-left: -40%;
        margin-top: -5%;
    }

    .product-item .panel-body .item-details {
        padding-top: 0;
    }

    .product-item .badges {
        margin-top: 3px;
    }

    .product-item .panel-body .buy-col {
        height: inherit;
        background-color: #003D6A;
    }

    .product-item .price-col {
        float: none;
    }

    .product-item .price-col.buy {
        height: inherit;
    }

    #products #products-nav li ul {
        padding-left: 0px;
    }

    #products #products-list #pagination .btn-default {
        font-family: "Knewave", cursive;
        background-image: url("../images/bg-footer-search.png");
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border: 0px none;
        background-color: transparent;
        width: 57px;
        font-size: 18px;
        color: #003D6A;
        padding: 0px;
        height: 42px;
        margin-top: 2px;
        margin-left: -1px;
        padding-top: 8px;
    }

    #products #products-list #pagination .btn-default:hover, #products #products-list #pagination .btn-default.active {
        background-color: transparent;
        border: 0;
        color: #a55b20;
    }

    #single-product .detail-row .photo-product {
        margin: 0px 6px 10px -15px;
    }

    #single-product .products-row .picker-block .white-block-auto .row .name-line h5 {
        padding: 2px 30px 2px 0px;
    }

    #single-product .products-row .picker-block .white-block-auto .row .price-row {
        bottom: 32px;
    }

    #single-product .products-row .picker-block .white-block-auto .add-btns .input-group input {
        height: 27px;
        padding-top: 0;
    }

    #cart .cart-row .shopping-details .label-row .label {
        margin: 1px -5px;
    }

    #cart .cart-row .shopping-details .label-row .label.label-unit-price {
        text-align: right;
    }

    #cart .cart-row .shopping-details .product-option-wrapper h4 {
        margin-top: 0;

    }

    #cart .cart-row .shopping-details .product-option-wrapper .qty .stepper {
        padding-top: 12px;
    }

    #cart .cart-row .shopping-details .product-option-wrapper .unit-price, #cart .cart-row .shopping-details .product-option-wrapper .price {
        text-align: left;
    }

    #cart .cart-row .shopping-details .product-option-wrapper .price.final{
        text-align: right;
    }

    #cart .cart-row .shopping-details .product-option-wrapper .price.final .final {
        margin-right: 10px;
    }

    #checkout #steps {
        margin-bottom: 55px;
    }



    #checkout #steps .btn.current .name {
        font-size: 26px;
        padding-top: 5px;
    }



    #checkout #information #submit {
        width: 294px;
        height: 62px;
        margin-top: 10px;
        background-size: 294px 62px;
    }

    #checkout .order-sidebar-box {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #checkout .order-sidebar {
        margin-left: 20px;
        padding-top: 16px;
        padding-left: 16px;
        box-sizing: border-box;
        margin: 3%;
    }

    #checkout .order-sidebar #items #btn-view a {
        color: #003d6a;
        font-family: "Knewave", cursive;
        letter-spacing: 1px;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.1;
        text-transform: uppercase;
        text-decoration: none;
    }

    #checkout .order-sidebar #items #view {
        display: none;
    }

    #user #navigation .btn.current {
        width: 50%;
        float: left;
    }

    #footer_copyright .container .row {
        margin: 0
    }

    #products #products-nav ul {
        margin: 0;
        padding-left: 0;
    }

    .row.sc-editable .col-md-6 .footer-badge a img {
        margin-top: -23px;
        padding-bottom: 3px;
    }


    .item-block:hover {
        box-shadow: 0 0 16px -2px gray;
    }

    .item-block,
    .item-block h5,
    .item-block .view-btn a {
        -webkit-transition: all 0.4s cubic-bezier(0.49, 0.15, 0, 1.37);
        -moz-transition: all 0.4s cubic-bezier(0.49, 0.15, 0, 1.37);
        -ms-transition: all 0.4s cubic-bezier(0.49, 0.15, 0, 1.37);
        -o-transition: all 0.4s cubic-bezier(0.49, 0.15, 0, 1.37);
        transition: all 0.4s cubic-bezier(0.49, 0.15, 0, 1.37);
    }


    .panel.panel-default a {
        position: relative;
    }

    .panel.panel-default a div.panel-heading h4 {
        position: absolute;
        z-index: 9
    }

    .panel.panel-default a div.panel-heading {
        height: 55px;
    }

    /*view button fix*/
    #checkout .order-sidebar #items #btn-view button {
        color: #003d6a;
        font-family: "Knewave", cursive;
        letter-spacing: 1px;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.1;
        text-transform: uppercase;
        text-decoration: none;
        background-color: transparent;
        border: none;
        margin-left: -7px
    }

    .component-highlighted-products.fullwidth-panel.latest-panel .product-item .panel.panel-default{
        height:auto;
    }

    #products #products-list .category-item .title h4{
        font-size: 12px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 479px) {
    #checkout #information .submit{
        padding-right: 30px;
        padding-left: 30px;
    }
    #checkout #information #submit.proceed{
        background-image: url("../images/bg-checkout-paypal-btn.png");
        background-repeat: no-repeat;
        background-size: 100% auto !important;
        background-color: transparent;
        width: 100%  !important;

    }
}

