.test-corner {
    width: 0;
    height: 0;
    border-top: 20px solid #70c373;
    border-right: 20px solid transparent;
    position: fixed;
}

@media only screen and (min-width: 640px){
    .test-corner {
        width: 0;
        height: 0;
        border-top: 50px solid #70c373;
        border-right: 50px solid transparent;
        position: fixed;
    }
}

.wrapper {
    margin: auto;
    width: 990px;
    overflow: hidden;
}

/*TOP LINE*/
.top-line {
    background: #fff;
    width: 100%;
    overflow: hidden;
    color: #272727;
    border-bottom: solid 0px #d8d8d8;
    padding: 5px 0 2px 0;
}
.top-line ul li {
    display: inline-block;
    padding: 5px 0;
    font-family: bpg_banner;
    font-size: 11px;
}
.top-line ul li a {
    color: #272727;
    font-family: bpg_banner;
    font-size: 11px;
}
.top-line ul li a:hover {
    color: #000;
}

.working {
    float: left;
    width: 200px;
    margin-top: 5px;
}
.working p {
    color: #272727;
    font-family: bpg_banner;
    font-size: 11px;
}
.working p span {
    color: #272727;
    font-family: bpg_banner;
    font-size: 11px;
    font-weight: bold;
}

.search {
    width: 160px;
    float: right;
    padding-top: 2px;
}
.search-box {
    background: #fff;
    width: 149px;
    padding: 1px 3px;
    height: 16px;
    border-radius: 10px;
    border: solid 1px #d8d8d8;
}
.search-box input {
    width: 120px;
    border: 0px;
    padding: 1px 3px;
    position: relative;
    bottom: 3px;
    background: #fff;
    font-size: 11px;
}
.search-box button {
    background: url(imgs/search.png) no-repeat center #fff;
    width: 17px;
    height: 16px;
    border: 0px;
    cursor: pointer;
    position: relative;
    bottom: 1px;
}

.languages {
    width: 70px;
    float: right;
    text-align: right;
    margin: 0 0 0 0;
}
.languages ul li span {
    font-family: bpg_banner;
    font-size: 11px;
    position: relative;
    bottom: 1px;
}
.languages img {
    border: solid 0px #d8d8d8;
    border-radius: 10px;
    width: auto;
    height: 14px;
    background: #f2f2f2;
    margin-left: 5px;
}

.currency {
    width: 140px;
    float: right;
    text-align: right;
    margin: 0 20px 0 0;
}
.currency select {
    border: solid 1px #d8d8d8;
    font-family: bpg_banner;
    font-size: 11px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    bottom: 1px;
    padding: 0px 3px;
}

.login {
    width: 170px;
    float: right;
    text-align: right;
}
.cart {
    width: 100px;
    float: right;
    text-align: right;
}
.cart a span {
    font-size: 11px;
    background: #cc9933;
    padding: 2px 6px 0 6px;
    border-radius: 10px;
    position: relative;
    bottom: 2px;
    color: #fff;
}

/*HEADER*/
.header-full {
    background: #fff;
    overflow: hidden;
    width: 100%;
}
.header {
    padding: 0px 0 5px 0;
    margin-bottom: 20px;
}

/*logo*/
.logo {
    /*width:310px;*/
    float: left;
    text-align: left;
    position: absolute;
    z-index: 1111111;
}
.logo img {
    width: 210px;
    height: auto;
    margin: 0 0 0 0;
    position: relative;
    bottom: 35px;
}

/*nav-and-login*/

nav {
    text-align: center;
    overflow: hidden;
    padding-top: 10px;
}
nav ul li {
    display: inline-block;
    padding: 0 0 0 15px;
}
nav ul li a {
    color: #272727;
    font-family: bpg_banner;
    font-size: 12px;
}
nav ul li a:hover {
    color: #000;
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.m-logo {
    display: none;
}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {
    display: none;
}

/*SIDEBAR*/

/*SECTION*/
.section {
}

/*SLIDER and OFFER*/
.offer-and-slider {
    overflow: hidden;
    width: 990px;
}
.offer-and-slider img:hover {
    opacity: 0.9;
}
/*offer*/
.day-offer {
    width: 210px;
    float: left;
    margin: 0 30px 0 0;
    height: 450px;
    text-align: center;
    padding: 50px 0px 0px 0px;
    background: #f2f2f2;
    position: relative;
}

.day-oofer-tmb {
    width: 180px;
    height: 240px;
    position: relative;
    margin: auto;
}

.day-offer img {
    width: 150px;
    height: 200px;
    border: solid 1px #fff;
}
.day-offer img:hover {
    border: solid 1px #e5e5e5;
}
.day-offer-title {
    margin: 10px;
}
.day-offer-title a {
    font-family: bpg_banner;
    font-size: 16px;
    color: #272727;
}
.day-offer-txt {
    color: #808080;
    font-size: 12px;
    padding: 0 30px;
}
.day-offer-buy {
    margin-top: 20px;
}
.day-offer-buy a {
    font-family: bpg_banner;
    font-size: 14px;
    border-radius: 5px;
    background: #cc9933;
    color: #fff;
    padding: 7px 20px;
    border: solid 0px #b88a2e;
}
.day-offer-buy a:hover {
    background: #b88a2e;
}

.design-choose {
    width: 160px;
    margin: 20px 0px 0 0px;
    background: #fff;
    padding: 20px;
    border: dotted 5px #f2f2f2;
}
.design-choose p {
    font-family: bpg_banner;
}

/*slider*/
.main-slider {
    width: 750px;
    float: right;
}
.main-slider img {
    width: 750px;
    height: 500px;
}

/*SERVICE BOX*/
.service {
    overflow: hidden;
    margin: 30px 0 0 0;
}
.service-box {
    width: 310px;
    float: left;
}
.mid-box {
    margin: 0 30px;
}
.service-box p {
    position: relative;
    bottom: 60px;
    background: #fff;
    padding: 5px;
    text-align: left;
    opacity: 0.9;
}
.service-box p a {
    color: #000;
    font-family: bpg_banner;
    font-size: 14px;
}
.service-box img {
    width: 310px;
    height: auto;
}
.service-box img:hover {
    opacity: 0.8;
}

/*FOOTER*/
.footer {
    margin-top: 0px;
}
.footer p {
    margin: 5px 0px 5px 5px;
    color: #808080;
}

.soc-and-pay {
    overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
    border-top: solid 1px #d8d8d8;
}

.soc-and-pay nav {
    background: #fff;
    text-align: left;
    border-bottom: solid 1px #d8d8d8;
    padding: 0 10px 10px 0px;
}
.soc-and-pay nav ul li {
    padding-right: 10px;
    padding-left: 0px;
}
.soc-and-pay nav ul li a {
    font-size: 12px;
}

.social-media {
    margin: 15px 0 0 0;
    float: left;
    width: 60px;
}
.social-media ul li {
    display: inline-block;
    font-family: bpg_banner;
    font-size: 12px;
}

.cont-box {
    float: left;
    margin: 10px 0 0 10px;
    border-left: solid 1px #fff;
    padding: 0 0 0 20px;
}
.cont-box p {
    font-family: bpg_banner;
    font-size: 10px;
    text-align: left;
    color: #272727 !important;
}
.cont-box p span {
    font-family: bpg_banner;
    font-size: 10px;
    color: #808080;
}

.paycard {
    margin: 15px 0 0 0;
    float: right;
    width: 200px;
    text-align: right;
}
.paycard ul li {
    display: inline-block;
}
.paycard ul li img {
    width: 32px;
    height: auto;
    position: relative;
    top: 3px;
}
.paycard ul li span {
    font-family: bpg_banner;
    font-size: 12px;
    position: relative;
    bottom: 3px;
}

.footer p.copy {
    font-size: 11px;
    margin-bottom: 10px;
    text-align: right;
}
.footer p.copy a {
    font-size: 11px;
}
.footer p.copy a:hover {
    text-decoration: underline;
}

.alert {
    padding: 7px;
    display: block;
    border-radius: 5px;
    margin-right: auto;
    margin-left: auto;
    width: 52%;
}

.alert.success {
    background: rgb(205, 241, 198);
}

.alert.error {
    background: rgb(246, 224, 224);
}

.catalog-m{
    cursor:pointer;
    padding-top: 1px;
    padding-bottom: 1px;
}

.catalog-m:hover{
    background-color: #ebe7d5;
}