﻿@media only screen and (min-width:1001px)
{
 .head nav
 {
  margin-top:28px;
 }
 .head .nav
 {
  position:relative;
  display:inline-block;
  padding:0;
 }
 .head #btnmnu
 {
  display:none;
  -webkit-appearance:none;
 }
 .head #nav01
 {
  float:right;
  height:0;
 }
 .head #nav02
 {
  float:left;
  top:0;
  margin-top:0;
 }
 .head .mnu
 {
  position:relative;
 }
 .head li
 {
  display:inline-block;
 }
 .head li a
 {
  font-size:0.8em;
  line-height:2.8em;
 }
 #shop li:hover,#shop li:active
 {
  background:#3c3c3c;
  cursor:pointer;
 }
 #shop .details
 {
  width:calc(100% - 120px);
  border:1px #ffffff solid;
 }
 #shop .imgs
 {
  float:right;
  margin:26px;
  margin-right:0;
 }
 #contact #soc
 {
  float:left;
  margin:20px;
  margin-left:80px;
  padding:24px;
  background-color:#232323;
  text-align:center;
 }
 #contact #soc img
 {
  height:40px;
 }
 .foot
 {
  height:120px;
  padding-left:20px;
  box-sizing:border-box;
  /*border-top:2px #ffffff solid;*/
 }
 .foot .w3dcf
 {
  margin:18px 12px 0 0;
 }
 .foot .socs
 {
  padding-right:420px;
 }
 .foot .socs img
{
 margin:8px 8px 0 0;
}
 .foot .copy
 {
  float:right;
  padding:6px 420px 6px 0;
  margin-right:4px;
 }
 .foot .chek
 {
  position:absolute;
  display:block;
  right:80px;
  bottom:0;
  width:320px;
  height:280px;
  background:url('http://cdn.w3dcf.com/img/chek.png');
 }
 .account
 {
  float:right;
  width:calc(50% - 108px);
  margin-top:-112px;
  padding:12px;
  clip-path:polygon(36px 0, 100% 0, 100% 100%, 0 100%);
 }
 .dscroll
 {
  width:120%;
  clip-path:none;
 }
 .form
 {
  float:left;
  width:50%;
 }
}