@media all and (max-width: 640px) {

.wrapper {
    width: 99%;
}

.head .header .logo {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0px;
}

.head .header .head-text {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0px;
}

.head .header .myaccount {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0px;
}

.head .header .myaccount .right {
    float: none;
}

.head .header .myaccount .right > table {
    margin: 0 auto;
}

div.top {
    height: auto;
    padding: 5px 5px 3px 5px;
}

div.top table.search {
    float: none;
    text-align: center;
    margin: 0 auto;
}

div.top div.top-buttons {
    float: none;
    text-align: center;
    width: 100%;
    padding-right: 0px;
}

div.top div.top-buttons > a {
    float: none !important;
    display: inline-block !important;
    padding: 0 5px !important;
}

div.top table.search input {
    width: auto;
}

div.top table.search .f22 {
    white-space: nowrap;
}

table.layout td.content {
    display: block;
    width: 100%;
    border-right: 0px;
}

table.layout td.side {
    border-top: 7px solid #e0e4eb;
    display: block;
    width: 100%;
}

.product-view .ratting {
    width: 100%;
    display: block;
}

.product-view .info {
    width: 100%;
    display: block;
}

.f12, .f22, .f32 {
      box-sizing: border-box;
}

.padding1 {
    padding: 20px 0px 30px 0px;
}

.padding2 {
    padding:7px 0px 1px 0px;
}

.product {
    padding: 0 5px;
}

}