a {
    color: #000
}

header {
    height: 90px; 
}

header #header-content {
    border-bottom: 1px solid #eee;
    background-color: white;
    height: 90px;
}

header #header-content img {
    margin: 14px 0 0 26px;
}

header ul {
    padding: 33px 0 0 45px;
    float: right;
}

header ul li {
    list-style: none;
    float: left;
    margin-right: 30px;  
}

header li a {
    font-weight: 600;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

header img {
    max-height: 62px;
    z-index: 1003
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
    margin-bottom: 100px;
}

.sticky + .content {
    display: none !important;
}

#sidebar {
    position: sticky;
    min-width: 300px;    
    padding: 0;
    height: 100%;
}

#sidebar .categories{
    padding: 0;
}

#sidebar .sidebar-close-btn {
    display: none;
    position: absolute;
    right: 35px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
}


/**/

.logo-menu {
    max-width: 140px;
    margin: 30px 0 40px 60px;
}

.menu {
    margin: 0;
    padding: 0;
}

.main_menu {
    margin: 0;
    padding: 0;
}

.main_menu > li {
    display: block;
    position: relative;
    text-align: center;
    margin: 5px 0 10px 0;
}

.main_menu > li.categoria {
    display: block;
    position: relative;
    text-align: center;
    margin: 5px 0 5px 0;
}


.main_menu > li > a {
    font-family: Montserrat-Regular;
    font-size: 17px;
    font-weight: 100;
    color: #333;
    padding: 0;
    border-bottom: 1px solid transparent;
    font-weight: bold
}

.main_menu > li:hover > a {
    text-decoration: none;
    border-bottom: 1px solid #333333;
    color: #000
}

.main_menu > li > a.not-bold {
    font-weight: 100;
    font-size: 15px
}

.main_menu li {
    position: relative;
}

.bottombar {
    position: absolute;
    bottom: 3vh;
    width: 100%;
}

.bottombar-social {
    text-align: center;
}

.bottombar-social a {
    margin: 0 10px;
    color: #888888
}

.bottombar-social a:hover {
    color: #000
}

/**/

.categories ul li,
.brands ul li {   
    font-size: 14px;
    font-weight: 400;
    list-style: none;
    padding: 2px 0 2px 0;
}

.categories li a,
.brands li a {
    color: #676a74;
    text-decoration: none;
}

.categories li a:hover,
.brands li a:hover {  
    color: black;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.container-content {
    display: flex;
}

/**/

.slide1 {
    display: flex;
    width: 100%;
    height: calc(100vh - 43px);
    background: url(/images/banner1.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.message {
    display: flex;
    width: 100%;
    background-color: #666;
    padding: 10px 0;
    justify-content: center;
}

.message span {
    color: white;
    font-family: Montserrat-Regular;
    font-size: 13px;
    line-height: 1.8;
}

.home-title {
    display: flex;
    width: 100%;
    margin: 60px 0;
    padding: 10px 0;
    justify-content: center;
}

.home-title span {
    font-family: Montserrat-Bold;
    font-size: 30px;
    color: #222222;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600
}

.home-content {
    display: flex;
    width: 100%;
    margin: 60px 0;
    padding: 10px 0;
    justify-content: center;
}

.home-content p {
    padding: 0 20px
}

/**/

#grid {  
    top: 40px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-self: flex-start;
}

.product {
    display: flex;
    perspective: 800px;
    width: 20%;
    min-width: 306px;
    height: 371px;
    transform-style: preserve-3d;
    transition: transform 5s;
    margin-right: 23px;
    margin-bottom: 20px;
    -webkit-transition: width 500ms ease-in-out;
    -moz-transition: width 500ms ease-in-out;
    -ms-transition: width 500ms ease-in-out;
    -o-transition: width 500ms ease-in-out;
    transition: width 500ms ease-in-out;
}

.product-front img {
    width: 100%;
}

.product-front, .product-back {
    width: 315px;
    height: 380px;
    background: #fff;
    position: absolute;
    left: -5px;
    top: -5px;
    -webkit-transition: all 100ms ease-out; 
    -moz-transition: all 100ms ease-out; 
    -o-transition: all 100ms ease-out; 
    transition: all 100ms ease-out; 
}

.product-back {
    display:none;
    transform: rotateY(180deg);
}

.make3D.animate .product-back,
.make3D.animate .product-front,
div.large .product-back {
    top: 0px;
    left: 0px;
    -webkit-transition: all 100ms ease-out; 
    -moz-transition: all 100ms ease-out; 
    -o-transition: all 100ms ease-out; 
    transition: all 100ms ease-out; 
}

.make3D {
    width: 305px;
    height: 370px;
    position: absolute;    
    top: 10px;
    left: 10px;  
    overflow: hidden;
    transform-style: preserve-3d;
    -webkit-transition:  100ms ease-out; 
    -moz-transition:  100ms ease-out; 
    -o-transition:  100ms ease-out; 
    transition:  100ms ease-out;
}

div.make3D.flip-10{
     -webkit-transform: rotateY( -10deg );
    -moz-transform: rotateY( -10deg );
    -o-transform: rotateY( -10deg );
    transform: rotateY( -10deg );
    transition:  50ms ease-out;          
}

div.make3D.flip90{
     -webkit-transform: rotateY( 90deg );
    -moz-transform: rotateY( 90deg );
    -o-transform: rotateY( 90deg );
    transform: rotateY( 90deg );
    transition:  100ms ease-in;          
}

div.make3D.flip190{
     -webkit-transform: rotateY( 190deg );
    -moz-transform: rotateY( 190deg );
    -o-transform: rotateY( 190deg );
    transform: rotateY( 190deg );
    transition:  100ms ease-out;             
}

div.make3D.flip180{
     -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
    transition:  150ms ease-out;             
}

.make3D.animate {
    top: 5px;
    left: 5px;
    width: 315px;
    height: 380px;
    box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
    -webkit-transition: 100ms ease-out; 
    -moz-transition: 100ms ease-out; 
    -o-transition: 100ms ease-out; 
    transition: 100ms ease-out; 
}

.stats-container {
    background: white;
    position: absolute;
    top: 282px;
    left: 0;
    width: 100%;
    height: 160px;
    padding: 20px 20px 20px 22px;
    -webkit-transition: all 200ms ease-out; 
    -moz-transition: all 200ms ease-out; 
    -o-transition: all 200ms ease-out; 
    transition: all 200ms ease-out;
}

.make3D.animate .stats-container {
    top: 225px;
    -webkit-transition: all 200ms ease-out; 
    -moz-transition: all 200ms ease-out; 
    -o-transition: all 200ms ease-out; 
    transition: all 200ms ease-out; 
}

.stats-container .product_name {
    font-size: 15px;
    font-weight: 600;
    color: black
}
.stats-container p {
    font-size: 15px;
    color: #b1b1b3;  
    padding: 0 0 5px 0;
}

.stats-container .product_price {
    float: right;
    color: black;
    font-size: 20px;
    font-weight: 600;
}

.image_overlay {
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;  
}

.make3D.animate .image_overlay {
    opacity: 0.6;    
    -webkit-transition: all 200ms ease-out; 
    -moz-transition: all 200ms ease-out; 
    -o-transition: all 200ms ease-out; 
    transition: all 200ms ease-out; 
}

.product-options {
    padding: 0;
}

.product-options strong {
    font-weight: 600;
    color: black;
    font-size: 14px;
}
.product-options span {
    color: #969699;
    font-size: 14px;
    display: block;
}

.view_info {  
    position: absolute;
    top: 144px;
    left: 50%;
    width: 152px;
    font-size: 15px;
    margin-left: -78px;
    border: 2px solid #fff;
    color: #fff; 
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0; 
    opacity: 0;
    -webkit-transition: all 200ms ease-out; 
    -moz-transition: all 200ms ease-out; 
    -o-transition: all 200ms ease-out; 
    transition: all 200ms ease-out; 
}

.view_info:hover {    
    background: #fff;
    color: black;
    cursor: pointer;

}

.make3D.animate .view_info {
    opacity: 1;  
    -webkit-transition: all 200ms ease-out; 
    -moz-transition: all 200ms ease-out; 
    -o-transition: all 200ms ease-out; 
    transition: all 200ms ease-out;         
}

div.shadow {
    width: 335px;
    height: 520px;
    opacity: 0;
    position: absolute;
    top: 0;
    left :0;
    z-index: 3;
    display: none;
    background: -webkit-linear-gradient(left,rgba(0,0,0,0.1),rgba(0,0,0,0.2));
    background: -o-linear-gradient(right,rgba(0,0,0,0.1),rgba(0,0,0,0.2)); 
    background: -moz-linear-gradient(right,rgba(0,0,0,0.1),rgba(0,0,0,0.2)); 
    background: linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0.2)); 
}

.product-back div.shadow {
    z-index: 10;
    opacity: 1;
    background: -webkit-linear-gradient(left,rgba(0,0,0,0.2),rgba(0,0,0,0.1));
    background: -o-linear-gradient(right,rgba(0,0,0,0.2),rgba(0,0,0,0.1)); 
    background: -moz-linear-gradient(right,rgba(0,0,0,0.2),rgba(0,0,0,0.1)); 
    background: linear-gradient(to right, rgba(0,0,0,0.2), rgba(0,0,0,0.1)); 
}

.flip-back {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.cx, 
.cy {
    background: #d2d5dc;
    position: absolute;
    width: 0px;
    top: 15px;
    right: 15px;
    height: 3px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.flip-back:hover .cx, 
.flip-back:hover .cy {
    background: black;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.cx.s1, 
.cy.s1 { 
    right:0;    
    width:30px; 
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cy.s2{ 
    -ms-transform: rotate(50deg); 
    -webkit-transform: rotate(50deg); 
    transform: rotate(50deg);        
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cy.s3{ 
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);        
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cx.s1{ 
    right:0;    
    width:30px; 
    -webkit-transition: all 100ms ease-out;
       -moz-transition: all 100ms ease-out;
        -ms-transition: all 100ms ease-out;
         -o-transition: all 100ms ease-out;
            transition: all 100ms ease-out;
}

.cx.s2{ 
    -ms-transform: rotate(140deg); 
    -webkit-transform: rotate(140deg); 
    transform: rotate(140deg);       
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cx.s3{ 
    -ms-transform: rotate(135deg); 
    -webkit-transform: rotate(135deg); 
    transform: rotate(135deg);       
    -webkit-transition: all 100ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.product-info {
    width: 315px;
    height: 500px;
    overflow: hidden;
    position: relative;
    padding: 40px 20px 20px 20px;
}


/**/


#wrapper {
    padding-left: 0;
    transition: all 0.2s ease;
    position: relative;
}

#sidebar-wrapper {
    z-index: 1000;
    height: 100vh;
    min-width: 290px;
    
    position: sticky;
    position: -webkit-sticky;
    top: 0;

    position: 0;
    overflow: hidden;
    transition: all 0.2s ease;
}

.sidebar-btn {
    margin: 10px 0 0 20px;
    font-size: 25px
}

#wrapper.toggled #sidebar-wrapper {
    width: 290px;
}

#header-navbar-wrapper {
    color: black;
    position: absolute;
    right: 0;
    top: 24px;
    display: none;
}

#header-navbar-wrapper a {
    color: black;
}

#navbar-wrapper {
    display: none;
}

#wrapper.toggled #navbar-wrapper {
    position: absolute;
}

#content-wrapper {
    display: flex;
    width: 100%;
    border-left: 1px solid #f0f0f0
}

#wrapper.toggled #content-wrapper {
    position: absolute;
}

.wrapper-content {
    height: calc(100vh - 352px)
}

.toggled-body {
    overflow-x: hidden;
    
}

.toggled-content {
    display: none;
}

/*1022*/
@media (min-width: 1048px) {

    header {
        display: none;
    }

    #wrapper {
        padding: 0;
    }
  
    #wrapper.toggled #content-wrapper {
        position: absolute;
        overflow-x: hidden;
        overflow-y: auto;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #content-wrapper {
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

/*1021*/
@media (min-width: 768px) and (max-width: 1047px) {
    
    .logo-menu {
        display: none;
    }

    .main_menu > li {
        width: 70%;
    }

    #header-navbar-wrapper {
        display: block;
    }

    #sidebar .sidebar-close-btn {
        display: block;
    }

    #sidebar-wrapper {
        position: fixed;
        left: 0;
        height: 100%;
        width: 0;
        min-width: unset;
    }

    .sidebar-btn {
        position: fixed;
        right: 20px;
        top: 10px;
        z-index: 9999 !important
    }

    #wrapper.toggled #sidebar-wrapper {
        top: 0;
        border-right: 1px solid #eee;
    }
    
    #wrapper.toggled #content-wrapper {
        position: absolute;
    }

    #navbar-wrapper {
        display: block;
    }

    #wrapper.toggled {
        padding-left: 290px;
    }

    #content-wrapper {
        display: block;
        position: relative;
        top: 0;
    }

    #grid {  
        left: 20px;
        margin: 0 auto;
        width: 100%
    }

    #wrapper.toggled #content-wrapper {
        position: relative;
    }

    #wrapper.toggled #navbar-wrapper {
        display: none;
    }

    #wrapper.toggled #content-wrapper {
        overflow-x: hidden;
        overflow-y: auto;
    }
}

@media (max-width: 767px) {

    .logo-menu {
        display: none;
    }

    #wrapper.toggled body {
        display: none;
    }

    #header-navbar-wrapper {
        display: block;
    }

    #sidebar-wrapper {
        position: fixed;
        left: 290px;
        height: 100%;
        width: 0;
        margin-left: -290px;
        min-width: unset;
        overflow-y: auto
    }

    /*#sidebar-wrapper {
        z-index: 1000;
        height: 100vh;
        min-width: 290px;
        
        position: sticky;
        position: -webkit-sticky;
        top: 0;

        position: 0;
        overflow: hidden;
        transition: all 0.2s ease;
    }*/

    #sidebar .sidebar-close-btn {
        display: block;
    }

    .sidebar-btn {
        position: fixed;
        right: 20px;
        top: 10px;
        z-index: 9999 !important
    }

    .main_menu > li {
        margin: 5px 0 5px 0;
    }

    .main_menu > li.categoria {
        display: block;
        position: relative;
        text-align: center;
        margin: 5px 0 2px 0;
    }


    #wrapper.toggled #sidebar-wrapper {
        top: 0;
        border-right: 1px solid #eee;
    }

    #wrapper.toggled #header-navbar-wrapper {
        display: none;    
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -290px;
    }

    #navbar-wrapper {
        display: block;
    }

    #grid {  
        left: 0;
        width: 100%
    }

    #wrapper.toggled {
        padding-left: 290px;
    }

    #wrapper.toggled #navbar-wrapper {
        display: none;
    }

    .slide1, .message {
        display: none;
    }

    #wrapper.toggled #content-wrapper {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .bottombar {
        display: none;
    }
}

.footer {
    background: #eaeaea;
    z-index: 1000;
    margin: 120px 0 0 0;
    padding: 60px 10px 40px 10px;
    width: 100%;
    text-align: center;
}

.footer .footer-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.footer .social ul {
    list-style: none;
    display: flex;
}

.footer .social ul li {
    margin-left: 20px;
}

.footer .footer-address {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0 0;
    flex-flow: column wrap;
}

.footer .footer-address span {
    margin-bottom: 10px;
}

.footer .madeby {
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.footer .madeby a {
    position: relative;
    text-decoration: none;
}

.footer .madeby a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 1px;
    background-color: black;
    transition: all 0.2s ease-in-out;
}

.footer .madeby a:hover {
    color: black
}

.footer .madeby a:hover:after {
    width: 100%;
}