.input-search__bar {
    border-radius: .3rem
}

.form-inline .input-search__bar {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.form-inline .button-search__bar {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

@media(min-width: 576px) {
}

@media(min-width: 768px) {
    .form-inline .input-search__bar {
        width:210px
    }
}

@media(min-width: 992px) {
    .form-inline .input-search__bar {
        width:480px
    }
}

@media(min-width: 1200px) {
    .col-sm-five {
        flex:0 0 20%;
        max-width: 20%
    }
}

@media(min-width: 1400px) {
    .form-inline .input-search__bar {
        width:650px
    }
}

.main-menu {
    position: relative
}

.sub-menu {
    position: relative;
    z-index: 2;
    padding: 0 1rem
}

@media(min-width: 768px) {
}

#sidebar {
    background: #fff;
    height: 100%;
    left: -100%;
    top: 0;
    bottom: 0;
    overflow: auto;
    position: fixed;
    transition: .4s ease-in-out;
    width: 84%;
    z-index: 5001;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    padding: 1.25rem 1rem 1rem
}

#sidebar.active {
    left: 0
}

#sidebar .sidebar-header {
    background: #fff;
    border-bottom: 1px solid #e4e4e4
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 40px
}

#sidebar ul p {
    color: #fff;
    padding: 10px
}

#sidebar ul li a {
    padding: 10px 16px;
    font-size: 1.1em;
    display: block;
    color: #000
}

a[data-toggle=collapse] {
    position: relative
}

#sidebar .links .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.overlay {
    background: rgba(0,0,0,.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: -1;
    width: 100%;
    opacity: 0
}

.overlay.visible {
    opacity: 1;
    z-index: 5000
}

ul.social-icons {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

ul.social-icons li {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0
}

.utility-nav {
    background: #e4e4e4;
    padding: .5rem 1rem
}

.utility-nav p {
    margin-bottom: 0
}

.search-bar {
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.1)
}

.search-bar .form-control {
    width: calc(100% - 45px)
}

.avatar {
    border-radius: 50%;
    width: 4.5rem;
    height: 4.5rem;
    margin-right: 8px
}

.avatar.avatar-xs {
    width: 2.25rem;
    height: 2.25rem
}

.user-dropdown .dropdown-menu {
    left: auto;
    right: 0
}

section-content {
    grid-area: contenido;
    margin: 0!important;
    padding: 0!important
}

.img-slider__desktop {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.product-grid3 {
    font-family: Roboto,sans-serif;
    text-align: center;
    position: relative;
    z-index: 1
}

.product-grid3:before {
    content: "";
    height: 81%;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .5s ease 0s
}

.product-grid3:hover:before {
    opacity: 0
}

.product-grid3 .product-image3 {
    position: relative;
    padding: 0!important;
    max-width: 100%!important
}

.product-grid3 .product-image3 a {
    display: block
}

.product-grid3 .product-image3 img {
    height: auto
}

.product-grid3 .pic-1 {
    opacity: 1;
    transition: all .5s ease-out 0s
}

.product-grid3:hover .pic-1 {
    opacity: 0
}

.product-grid3 .pic-2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s ease-out 0s
}

@media screen and (max-width: 720px) {
    .product-grid3 .pic-2 {
        left:8px
    }
}

.product-grid3:hover .pic-2 {
    opacity: 1
}

.product-grid3 .product-discount-label,.product-grid3 .product-content {
    z-index: -1;
    padding: 15px;
    text-align: left
}

.product-grid3 .title {
    font-size: 14px;
    text-transform: capitalize;
    margin: 0 0 7px;
    transition: all .3s ease 0s
}

.product-grid3 .title a {
    color: #414141
}

.product-grid3 .price {
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-right: 2px;
    display: inline-block
}

.product-grid3 .price .rebaja-producto {
    color: #909090;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: line-through;
    text-align: left;
    display: inline-block;
    margin-top: 3px
}

@media only screen and (max-width: 990px) {
    .product-grid3 {
        margin-bottom:30px
    }
}

@media screen and (max-width: 800px) {
    .imgprod {
        width:60px
    }

    .desktop {
        display: none
    }
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 996px) {
    .preview {
        margin-bottom:20px
    }
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px
}

.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%
}

.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block
}

.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0
}

.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0
}

.rufus {
    position: relative;
    overflow: hidden
}

.rufus .tagdcsnt {
    overflow: hidden;
    z-index: 10000;
    margin-top: -24px;
    margin-left: -41px;
    width: 86px;
    height: 22px;
    top: -12px;
    right: 176px;
    position: sticky;
    display: block;
    background: #ff1228;
    color: #fff;
    font-weight: 800;
    font-family: arial;
    font-size: 15px;
    text-align: center;
    line-height: 22px;
    transform: rotate(225deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(45deg)
}

.iconbag2 {
    right: 15px;
    z-index: 1000;
    position: absolute;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

@media screen and (max-width: 500px) {
    .imagenes__productosHome {
        min-height:165px!important;
        max-height: 90px!important
    }

    .iconbag2 {
        right: 10%;
        z-index: 1000;
        position: absolute;
        display: inline-block;
        padding: .25em .4em;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25rem
    }
}

.iconbag {
    right: 15px;
    z-index: 2;
    position: absolute;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.footer-premium {
    background-color: #e8e8e8;
    list-style: none!important;
    color: #003371!important;
    border-top: 3px solid #ccc
}

@media all and (min-width: 992px) {
    .megasubmenu {
        left:100%!important;
        top: 0!important;
        min-height: 100%!important;
        min-width: 800px!important
    }

    .dropdown-menu>li:hover .megasubmenu {
        display: block!important
    }
}

@media all and (max-width: 992px) {
    .megasubmenu {
        left:100%!important;
        top: 0!important;
        min-height: 100%!important;
        min-width: 800px!important
    }

    .dropdown-menu>li:hover .megasubmenu {
        display: block!important
    }
}


