body {
background: #f0f0f0 none repeat scroll 0 0;
position: relative;
line-height: 1.5;
font-family: 'Raleway', sans-serif;
}
.bt{
text-align: center;
top: 430px;
position: relative;
}

.login{
font-weight: bold;
color: #777;
margin-left: 4px;
}

.bt111{
position: relative;
text-align: center;
    margin-bottom: 20px;
}
.btn-cart{
background: #fff none repeat scroll 0 0;
border: 2px solid #ddd;
border-radius: 0;
color: #222;
display: inline-block;
font-size: 14px;
letter-spacing: 1px;
line-height: 13px;
margin: 0 8px 10px 14px;
padding: 12px 50px;
text-align: center;
}
.btn-cart:hover  {
background-color: #BAA063 !important;
color: #fff!important;
text-decoration: none;
}
a:focus{
color: #BAA063!important;
text-decoration: none;
}
.box h1{
text-align:center;
position:relative;
top: 65px;
}
.box {
width:80%;
height:80px;
background: #f0f0f0 none repeat scroll 0 0;
margin:40px auto;
}
.effect2
{
position: relative;
}
.effect2:before, .effect2:after
{
z-index: -1;
position: absolute;
content: "";
bottom: 15px;
left: 10px;
width: 50%;
top: 80%;
max-width:300px;
background: #777;
-webkit-box-shadow: 0 15px 10px #777;
-moz-box-shadow: 0 15px 10px #777;
box-shadow: 0 15px 10px #777;
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.effect2:after
{
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
right: 10px;
left: auto;
}
.nameshablon{
text-align: center;
margin-top: -65px;
}
h1{
color: #BAA063;
font-size: 36px;
letter-spacing: 7px;
font-family: "Times New Roman",sans-serif;
}
.image-bg{
width: 100%;
height: 420px;display:inline-block;
position: relative;
margin-top: 27px;
}
.image-bg .image-shop-scroll{
background-position: center 0;
background-repeat: no-repeat;
position:absolute;width:100%;height: 398px;
box-shadow: 3px 10px 13px rgba(0, 0, 0, 0.3);
border-radius: 2px;
left: 0;
}
.image-bg .image-shop-scroll{
transition: all 4s ease-out 0s;
-webkit-transition: all 4s ease-out 0s;
-moz-transition: all 4s ease-out 0s;
-ms-transition: all 4s ease-out 0s;
-o-transition: all 4s ease-out 0s;
}
.image-bg:hover .image-shop-scroll{
background-position: center 100%!important;
}