.button:hover {
      font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-align: center;
    color: #f7f7f7;
    background-color: #ca3030;
    border-color: #db2b2b;
    border-style: solid solid solid;
    border-width: 1px;
    border-radius: 8px;
    display: inline-block;
    font-size: 14px;
    padding: 10px 35px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    margin-bottom: 34px;
}


.image:hover img {
   -webkit-transform: scale(0.9,0.9);
   -moz-transform: scale(0.9,0.9);
   -o-transform: scale(0.9,0.9);
   transform: scale(0.9,0.9);
   transition: all 0.5s linear;
} 


header {
    background: #1475c400 none repeat scroll 0 0;
}

body>.container {
    background: #fff0 none repeat scroll 0 0;
    padding-top: 15px;
    padding-bottom: 15px;
}




#menu .btn-menu {
    border-radius: 0px;
    color: #fd260b;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 20px;
    text-align: left;
    text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    border: 0px;
}

#top {
        background-color: #000000cc;

    border-bottom: 0px solid #00000000;
    padding-top: 0px;
    padding-bottom: 2px;
    box-shadow: 0 0px 6px rgba(169, 24, 24, 0);
}

#top .container {
    background-color: #337ab700;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#top .btn-link, #top-links li, #top-links a {
    color: #ffffff;
    text-decoration: none;
}

#top .btn-link:hover, #top-links a:hover {
    color: #ffffffb5;
}

.navigation-menu-top {
    background: linear-gradient(to top, #29292969, #00000000);
    padding: 7px 0;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.18);
}


 .img-responsive, {
    display: block;
    max-width: 126%;
    height: auto;
}



.btn-general {
    color: #000;
    background-color: #337ab742;
    border-color: #e0e4e6;
    border-style: solid solid solid;
    border-width: 1px;
    border-radius: 0px;
    display: inline-block;
    font-size: 14px;
    padding: 10px 35px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}


#back-top .btn-default {
    background-color: #dde4e9;
    border: 2px solid #ca3030;
    border-radius: 50%;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0);
    outline: medium none;
    width: 51px;
    height: 51px;
    padding: 10px;
}

#back-top .btn-default i {
    font-size: 22px;
    color: #ca3030;
}
#back-top {
    bottom: 0px;
    display: none;
    margin-bottom: 0px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    z-index: 999;
}


#top-fixed #menu .btn-menu {
    text-decoration: none;
    outline: none;
    display: inline-block;
    padding: 9px 33px;
    margin: 0px 0px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ca3030;
    border-radius: 8px;
    /* font-family: 'Montserrat', sans-serif; */
    color: #000000;
    transition: .2s ease-in-out;
    background-color: #dde4e9;
}

#top-fixed #menu .btn-menu:before {
  content: "";
  background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
  height: 50px;
  width: 50px;
  position: absolute;
  top: -8px;
  left: -75px;
  transform: skewX(-45deg);
}

#top-fixed #menu .btn-menu:hover {
  background: #fe6637;
  color: #fff;
}

#top-fixed #menu .btn-menu:hover:before {
  left: 150px;
  transition: .5s ease-in-out;
}



#top-fixed.sticky-header-1 {
    left: 0;
    margin: 0;
    padding: 1px 0px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
    background: #ffffffbf;
    border-bottom: 1px solid #00000000;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
    transition: all 300ms ease-in-out 0s;
}


#menu.open .btn-menu, .btn-menu:hover, .btn-menu:active, .btn-menu.active {
    background-color: #1563a300;
    border-color: #1563a300;
}


#menu.open .btn-menu:before, .btn-menu:hover:before, .btn-menu:active:before, .btn-menu.active:before {
    background: #2b303300 none repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    top: -7px;
}


#menu.open .btn-menu:after, .btn-menu:hover:after, .btn-menu:active:after, .btn-menu.active:after {
    background: #1563a300 none repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    bottom: -7px;
}


#search {
    border: 2px solid #0181b95c;
    border-radius: 8px;
}

.btn-search-select {
    background-color: #DDE4E9;
    background-image: linear-gradient(to bottom, #DDE4E9, #DDE4E9);
    background-repeat: repeat-x;
    border-radius: 8px;
 
    color: #252626;
    display: block;
    height: 43px;
    padding: 10px 5px 10px 24px;
    box-shadow: none !important;
 
    position: relative;
    margin-right: 0px !important;
    font-size: 14px;
    
}


.btn-search {
    color: #252626;
    background-color: #f3f6f7;
    padding: 8.5px 30px;
    height: 42px;
    border-radius: 8px;
    box-shadow: none;
    border: 0px;
    font-size: 14px;
}

.btn-general {
    color: #000;
    background-color: #337ab742;
    border-color: #2b8cdb;
    border-style: solid solid solid;
    border-width: 1px;
    border-radius: 8px;
    display: inline-block;
    font-size: 14px;
    padding: 10px 35px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}


#cart > .btn .cart-total-empty:before {
    background: rgba(0, 0, 0, 0) url(/catalog/view/theme/pixelshop/image/car2.png) no-repeat scroll 0 0;
    content: "";
    height: 56px;
    left: 0;
    position: absolute;
    top: -10px;
    width: 58px;
}


#top-fixed #menu.open .btn-menu, #top-fixed #menu .btn-menu:hover, #top-fixed #menu .btn-menu:active, #top-fixed #menu .btn-menu.active {
    background: #0708085c;
}

.footer-nav {
    background: #253c4eb8;
    height: 55px;
}


.navigation-menu-top 
.account_login_text a {
    font-size: 14px;
    color: #c90e0e;
}

.navigation-menu-top 
.account_login_come a {
    font-size: 18px;
    color: #c80e0e;
}


.wall-category-box .item-category {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #808c968c;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 2px 2px 2px #edeef2 inset;
}



.account_login_text{
    text-align: right;
}

.account_login_come{
    text-align: right;
}


#cart > .btn .cart-total-empty {
    display: inline-block;
    font-size: 20px;
    line-height: 21px;
    margin-left: 61px;
    text-align: center;
    padding-top: 0px;
    height: 40px;
}



.navigation-menu-top 
.account_login_icon {
    background: rgba(0, 0, 0, 0) url(/catalog/view/theme/pixelshop/image/login-top-icon.png) no-repeat scroll center center;
    float: right;
    height: 40px;
    width: 35px;
    margin-right: 10px;
}


.btn-primary {
    color: #000000;
    /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
    background-color: #cadcec;
    border-color: #2b8cdb;
     border-width: 1px 1px 1px 1px; */
    border-style: solid;
    border-radius: 8px;
    width: 140px;
}

@media (max-width: 992px)
#logo {
    padding: 22px 27px;
}


