body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-color: #ffffff;
    color: #535353;
}
main {
    flex: 1 0 auto;
}
.container{
    width: 95%;
}

section .container .row{
    margin: 0 !important;
}

.c-base, .c-text{
    color: #535353 !important;
}
.bg-stick{
    background-color:#030303;
}
.cb-stick{
    border-color: #030303;
}
.c-stick{
    color:#030303;
}
.c-sub{
    color: #aeaeae;
}
.bg-sub{
    background-color: #aeaeae;
}
.bg-effect:hover{
    background-color: #4d4d4d;
    color: #ffffff;
}
/* buttons */
.btn.btn-stick{
    color: #ffffff;
    background-color: #030303;
}
.btn.btn-stick:hover, .bg-stick:hover{
    background-color: #4d4d4d;
}
.btn.btn-outline-stick {
    color: #030303;
    background-color: transparent;
    background-image: none;
    border-color: #030303;
}
.btn.btn-outline-stick:hover{
    background-color: #4d4d4d;
    color: #ffffff;
    border-color: #4d4d4d;
}
.btn-theme {
    padding: 6px 24px;
    margin: 8px;
    border-radius: 20px;
    transition: .5s;
    border-width: 2px;
}

/* end buttons*/

/*  C O M M O N  */
a{
    text-decoration: none !important;
}
a:hover{
    text-decoration: none !important;
}
a.c-base:hover, a.c-text:hover{
    color: #4d4d4d !important;
}
.base-border-t-3{
    border-top: 3px solid #030303;
}
.shadow-hover:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.fs-15r{
    font-size: 1.5rem;
}
.fs-13r{
    font-size: 1.3rem;
}
.btn-floating, .btn-large {
    font-size: 1rem;
    outline: 0;
}

.btn-floating.btn-large {
    width: 56px;
    height: 56px;
}

.btn-floating {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
}

.btn-floating.btn-large i {
    font-size: 1.9rem;
    line-height: 56px;
}
.btn-floating img {
    width: 36px;
}
body{
    font-family: 'Lato', sans-serif;
}

/* menu */
header {
    z-index: 2;
}
header nav {
     background-color: #ffffff;
}
header nav .nav-link{
    transition: 0.5s;
    color: #18181a;
}

header nav .nav-link:hover {
    color: #a8a8a8 !important;
    background-color: rgba(179,179,179,0.79);
}

header .dropdown-menu {
    transition-duration: .5s;
    background-color: #ffffff;
    min-width: 120px;
}
header .dropdown-item{
    color: #18181a;
}
header .dropdown-item:hover{
    color: #a8a8a8 !important;
    background-color: rgba(179,179,179,0.79);
}

header #SidenavOpen {
    font-size: 2rem;
    color: #18181a;
    cursor: pointer;
}

header nav.to-sidenav .container {
    text-align: center;
}

header nav.to-sidenav .container span {
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    right: 0;
    color: #18181a;
}

header nav.to-sidenav .container img {
    height: 64px;
}
header nav.to-sidenav .overlay {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: rgba(181,181,181,0.43);
    z-index: 3;
}
header .to-sidenav .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: -8px;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    list-style: none;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

header .to-sidenav .sidenav ul {
    list-style: none;
    padding: 8px 0;
}

header .to-sidenav .sidenav li {
    transition: 0.3s;
}
header .to-sidenav .sidenav ul > li > ul{
    padding-top: 0;
}
header .to-sidenav .sidenav ul > li > ul > li{
    padding: 6px 8px 6px 12px;
}
header .to-sidenav .sidenav ul > li > ul > li > a{
    height: 42px;
    line-height: 28px;
}

header .to-sidenav .sidenav li.navlogo {
    height: auto;
    border-bottom: 1px solid #c6c6c6;
}

header .to-sidenav .sidenav li.navlogo a {
    padding: 16px 8px;
    height: auto;
    line-height: 42px;
}

header .to-sidenav .sidenav li.navlogo a img {
    margin: 0;
}
header .to-sidenav .sidenav li.userview a {
    height: 26px;
    padding: 2px 16px;
    font-size: 0.8rem;
    line-height: 22px;
}
header .to-sidenav .sidenav li a, header .to-sidenav .sidenav li form {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 0.9rem;
    color: #18181a;
    display: block;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-property: width, border;
    transition-property: width, border;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    height: 60px;
    line-height: 42px;
    transition: 0.5s;
}

header .to-sidenav .sidenav a:hover {
    color: white;
    background-color: rgba(164, 163, 167, 0.41);
}

header .to-sidenav .sidenav .closebtn {
    position: absolute;
    top: -15px;
    right: 1px;
    font-size: 36px;
    text-decoration: none;
    color: #18181a;
    width: 28px;
    height: 28px;
    display: block;
}
header #search-float input.form-control{
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-bottom: 2px solid #18181a;
}
@media (min-width: 768px){
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    header .navbar-brand svg {
        left: 38px;
    }
}
@media (max-width: 767.98px) {
    header .navbar-brand svg {
        left: 23px;
    }
}
@media (max-width: 400px){
    header .navbar-brand svg {
        left: 23px;
    }
}

/* mennu superior*/
header .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

header .navbar-brand img {
    max-height: 64px;
}

/* container */
.btn-floating {
    display: inline-block;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    border: none;
}

.btn-floating:hover {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 40px;
}

/* container sidebar */
.to-container .row {
    background-color: white;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.to-container .row div.container-base {
    margin-top: 16px;
}

.product .show-image {
    border: 1px solid #e0e0e0;
    padding: 1px !important;
    position: relative;
}

.product .show-image i {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 2rem;
    background-color: #8080805c;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: inherit;
}

.product .show-image:hover i {
    opacity: 1;
}


.product .share ul {
    padding-top: 12px;
}

.relations {
    padding-top: 16px;
    padding-bottom: 32px;
}

.relations h3 {
    padding-top: 16px;
    padding-bottom: 12px;
}

footer{
    background-color: #ffffff !important;
}
footer .container {
    width: 100%;
    max-width: none;
}
footer h3{
    color:#2b2b2b;
}
footer .social {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}



/* cart-right */

/* container cart right */

#cartrigth-message {
    position: fixed;
    top: 63px;
    right: 0;
    width: 300px;
    min-height: 50px;
    font-size: 1rem;
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    transform: translateX(100%);
    z-index: 10;
    padding: .5rem;
    background-color: #3c3c3c85;
    color: white;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

#cart-rigth {
    background-color: white;
    position: fixed;
    top: 63px;
    right: 0;
    width: 300px;
    height: 100%;
    font-size: 0.8rem;
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    transform: translateX(100%);
    z-index: 10;
}

#cart-rigth.show, #cartrigth-message.show{
    transform: none;
}

#cart-rigth table {
    line-height: 1.3;
}
