/* 09. Responsive
================================================== */
/* #Media Queries */
.tinynav {
  display: none; }

@media only screen and (max-width: 999px) {
  .fix-width {
    margin: 0 10px; } }

/* Smaller than standard 960 (devices and browsers) */
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .right-header > li {
    margin: 0 5px; }
  .hide-mobile {
    display: none !important; }
  #main-nav .fix-width {
    text-align: right; }
  #main-nav .fix-width:before {
    content: "";
    display: inline-block;
    height: 50px;
    vertical-align: middle;
    width: 0; }
  .menu-mobile {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    cursor: pointer;
    transition: .5s all ease;
    vertical-align: middle;
    float: left; }
  .menu-mobile:hover {
    background: #f52c44;
    color: #f5f0f0; }
  .overlay-background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease; }
  .show-menu-mobile .overlay-background {
    opacity: 1;
    visibility: visible; }
  #mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 260px;
    background: #050505;
    z-index: 9999999;
    font-size: 15px;
    font-size: 1.5rem;
    transition: .5s all ease;
    opacity: 0;
    visibility: hidden; }
  .show-menu-mobile #mobile-menu {
    display: inline-block;
    left: 0;
    opacity: 1;
    visibility: visible; }
  #mobile-menu .close-menu-mobile {
    position: absolute;
    left: 100%;
    top: 0;
    padding: 0 15px;
    height: 45px;
    line-height: 40px;
    background: #f52c44;
    color: #f5f0f0;
    font-size: 22px;
    font-size: 2.2rem;
    transition: .3s all ease;
    cursor: pointer; }
  #mobile-menu .close-menu-mobile:hover {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.25)); }
  #mobile-menu a {
    color: #ffffff; }
  #mobile-menu ul {
    list-style: none;
    margin: 0; }
  #mobile-menu > ul > li > a {
    padding: 7px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    display: block;
    transition: .3s all ease; }
  #mobile-menu > ul > li:hover > a,
  #mobile-menu > ul > li.current > a {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3) inset; }
  #mobile-menu > ul > li:hover > ul,
  #mobile-menu > ul > li.current > ul {
    background: rgba(255, 255, 255, 0.15); }
  #mobile-menu > ul > li ul {
    padding-left: 15px;
    transition: .3s all ease; }
  #mobile-menu > ul > li ul li a {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
    display: block;
    padding: 5px 0 5px 15px;
    transition: .3s all ease; }
  #mobile-menu > ul > li ul li a:hover {
    background: rgba(255, 255, 255, 0.25); }
  #main-nav .search {
    display: inline-block; } }

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 639px) {
  #menu-top .menu-wrap .menu li:not(.support) {
    display: none; }
  .site-branding .logo {
    text-align: center; }
  .right-header {
    text-align: center; }
  .right-header li {
    padding: 5px 0; }
  .archive-content .entry .meta-entry,
  .search-content .entry .meta-entry {
    border-top: 1px dashed #eee;
    margin-top: 5px; }
  .archive-content .entry .meta-entry p,
  .search-content .entry .meta-entry p {
    display: inline-block;
    vertical-align: middle; }
  .archive-content .entry .entry-title,
  .search-content .entry .entry-title {
    font-size: 14px;
    font-size: 1.4rem; }
  footer.footer .copyright,
  footer.footer .source {
    text-align: center; } }

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .site-branding .logo {
    margin: 0 0 10px; }
  .menu-wrap {
    text-align: center; } }

@media only screen and (min-width: 480px) {
  .site-branding .logo {
    display: inline-block;
    vertical-align: middle; }
  .right-header {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 0; }
    .right-header:before {
      content: '';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
    .right-header #cart-target {
      font-size: 14px;
      font-size: 1.4rem;
      display: inline-block;
      vertical-align: middle; }
  .products.grid .product {
    width: 48%;
    float: left;
    margin: 2.5% 0 2.5% 4%; }
  .products.grid .product:nth-child(2n + 1) {
    clear: left;
    margin-left: 0; }
  #product.main-product .header-product {
    float: right;
    width: 50%; }
  #product.main-product .product-slider {
    float: left;
    width: 47%; } }

@media only screen and (min-width: 640px) {
  .menu-wrap {
    text-align: right; }
    .menu-wrap .menu li.support {
      float: left; }
  .container-search-form input[type=text] {
    padding: 0 0 0 10px;
    margin: 0px 5px 0px 0;
    float: left;
    width: 40%; }
  .container-search-form .search-form button[type=submit] {
    width: calc(100% - (40% + 15px + 2px) - (22% + 5px) * 2);
    padding: 0; }
  .archive-content .entry .meta-entry,
  .search-content .entry .meta-entry {
    width: 40%;
    float: right; }
  .archive-content .entry .thumb,
  .search-content .entry .thumb {
    width: 18%; }
  .archive-content .entry .entry-detail,
  .search-content .entry .entry-detail {
    float: left;
    width: calc(100% - 25% - 10px); }
  footer.footer .widget:not(.about-us) {
    width: 48%;
    margin-left: 4%;
    float: left; }
  footer.footer .widget:nth-child(2n + 2) {
    margin-left: 0; }
  #cart .notices {
    width: 48%;
    float: left; }
  #cart .cart-buttons {
    width: 48%;
    float: right; }
  .template-contact-us .entry-content .apart {
    width: 48%;
    float: left;
    margin-left: 4%; }
    .template-contact-us .entry-content .apart:nth-child(2n+1) {
      margin-left: 0;
      clear: left; } }

@media only screen and (min-width: 768px) {
  .site-branding .search {
    display: inline-block;
    vertical-align: middle;
    padding-left: 50px; }
  .products.grid .product, .products.grid .product:nth-child(2n + 1) {
    width: 30%;
    float: left;
    margin: 2.5% 0 2.5% 5%;
    clear: none;
    background-color: #EDF7F6; }
  .products.grid .product:nth-child(3n + 1) {
    clear: left;
    margin-left: 0;
    background-color: #EDF7F6; }
  .show-mobile {
    display: none !important; } }

@media only screen and (min-width: 860px) {
  .site-branding .logo img {
    max-width: none; }
  #primary {
    width: 76%;
    float: right; }
  body:not(.home) #primary {
    width: calc(76% - 10px);
    /*padding: 5px 10px;
		border-radius: 2px;*/ }
  #secondary {
    width: 22%;
    float: left; }
  footer.footer .widget:not(.about-us) {
    width: 22%;
    margin-left: 3%;
    float: left; }
  footer.footer .widget.about-us {
    float: left;
    width: 47%; } }

@media only screen and (min-width: 1000px) {
  .fix-width {
    width: 980px; }
  .articles-related .entry {
    width: 31%;
    margin-left: 3.5%;
    float: left; }
  .articles-related .entry:nth-child(3n + 1) {
    margin-left: 0;
    clear: left; }
  .articles-related .entry .thumb {
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 5px;
    display: block; }
  .articles-related .entry .thumb img {
    display: block; }
  .articles-related .entry .entry-title {
    font-size: 14px;
    font-size: 1.4rem; } }

@media only screen and (min-width: 1200px) {
  .fix-width {
    width: 90%; }
  #main-nav .fix-width {
    width: 100% !important; } }

@media only screen and (min-width: 480px) and (max-width: 859px) {
  #sidebar .widget:not(.contact) {
    width: 49%;
    float: left;
    margin-left: 2%;
    margin-top: 2%; }
  #sidebar .widget:nth-child(2n + 1) {
    clear: left;
    margin-left: 0; } }
