div.show-big {
  text-align:center;
  clear: both;
}
div#show-big::after, div.show-big::after {
  font-size: 10px;
  content: 'Rollover to Zoom';
}

div.show-big::after {
  min-width: 100%;
  display: block;
  margin-bottom: 2px;
}
.slicknav_menu {
  display: none;
}

div.form input, div.form textarea, div.form select {
  margin: 2px 0 6px 0;
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
  .zoomWrapperImage img{
    transform: scale(1.3);
  }
  .menu .wrapper {
    position: relative;
  }
  .menu .usermenu {
    float: none;
    position: absolute;
    top: 0;
    right: 10px;
  } 
  #menu {
    display: none;
  }
  .slicknav_menu {
    display: inline-block;
  }
  .left-column {
    display: none;
  }
  .wrapper {
    width: auto;
    text-align: left;
  }
  .right-column {
    width: 100%;
    border-left: 0;
    padding: 0 8px 14px;
    box-sizing: border-box; 
  }
  .category-block, .product-block {
    box-sizing: border-box;
    width:49%;
  }
  .category-block img, .product-block img[id^="product-"] {
    max-width: 100%;
  }
  .header {
    height: 105px;
  }
  .header .wrapper {
    text-align: center;
  }
  .header a {
    float: none;
  }
  .header span {
    display: none;
  }
  
  .product-main {
    display: flex;
    flex-flow: row wrap;
  }
  .product-main h1 {
    order: 1;
    margin-bottom: 14px;
    flex: 1 1 100%;
  }
  .product-main .image {
    order: 2;
    flex: 0 0 150px;
  }
  .product-main form {
    order: 3;
    flex: 1 1 130px;
    display: flex;
    align-items: center;
    height: 100px;
    justify-content: center;
    flex-flow: row wrap;
  }
  .product-main .cart-area {
    text-align: center;
  }
  .product-main select {
    margin-top: 7px;
    max-width: 120px;
  }
  
  .right-column > h3 {
    margin-top: 30px;
  }
  .sibling {
    margin: 0 6px 6px 0;
  }
  
  .bread-crumbs {
    margin-bottom: 10px;
  }
  .bread-crumbs span {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 3px;
  }
  
  .product-main .zoomWindow {
    left: 0px !important;
    top: 117px !important;
  }
  
  div.show-big::after, div#show-big::after {
    content: 'Tap to Zoom'
  }
  
  .order-details-table, .order-details-table > tbody, .order-details-table > tbody > tr, .order-details-table > tbody > tr > td, .orders-table, .orders-table tbody, .orders-table tr, .orders-table td, #login-form, #login-form tbody, #login-form th, #login-form tr, #login-form td, .order-review, .order-review tbody, .order-review tr, .order-review td {
    display: block;
  }

  .order-review, .order-review tbody, .order-review tr, .order-review td {
    padding: 0;
  }
  .order-details-table th, .orders-table th {
    display: none;
  }
  .order-details-table, .orders-table {
    width: auto;
    padding: 0;
  }
  .order-details-table tr td:not(:last-child), .orders-table tr td:not(:last-child) {
    width: auto;
    text-align: left;
  }
  .orders-table tr td:first-child {
    font-weight: bold;
  }
  .orders-table tr td:first-child::before {
    content: 'Order ID: ';
  }
  .orders-table tr td:nth-child(2)::before {
    content: 'Date/time: ';
  }
  .orders-table tr td:nth-child(3)::before {
    content: 'Total: ';
  }
  .orders-table tr td:nth-child(4)::before {
    content: 'Status: ';
  }
  .orders-table tr td:nth-child(5) {
    margin-bottom: 20px;
  }
  .order-details-table > tbody > tr:not(:first-child):not(:last-child) {
    margin-top: 20px;
  }
  .order-details-table > tbody > tr:not(:first-child):not(:last-child) > td:nth-child(2)::before {
    content: 'SKU: ';
  }
  .order-details-table > tbody > tr:not(:first-child):not(:last-child) > td:nth-child(4)::before {
    content: 'x ';
  }
  .order-details-table > tbody > tr:not(:first-child):not(:last-child) > td:nth-child(5)::before {
    content: '= ';
  }
  .order-details-table > tbody > tr:not(:first-child):not(:last-child) > td:nth-child(3), .order-details-table > tbody > tr:not(:first-child):not(:last-child) > td:nth-child(4), .order-details-table > tbody > tr:not(:first-child):not(:last-child) > td:nth-child(5) {
    display: inline-block;
    width: auto;
  }
  
  .youtube-player {
    max-width: 100%;
  }
  
  .cart-item {
    padding: 10px 0;
  } 
  .cart-item.caption > * {
    display: none;
  }
  .cart-item:not(.caption) > .name, .cart-item:not(.caption) > .sku {
    width: auto;
    display: block;
    margin: 6px 0;
  }
  .cart-item:not(.caption) > .sku::before {
    content: "SKU: "
  }
  .cart-item:not(.caption) > .price, .cart-item:not(.caption) > .quantity, .cart-item:not(.caption) > .total, .cart-item:not(.caption) > .subtotal {
    margin-top: 10px;
    width: auto !important;
  }
  .cart-item:not(.caption) > .quantity input {
    margin-top: -4px !important;
  }
  .cart-item:not(.caption) > .quantity::before {
    content: "x ";
  }
  .cart-item:not(.caption):not(#cart-subtotal) > .total::before {
    content: "= ";
  }
  .cart-item:not(.caption):not(#cart-subtotal) > .total {
    margin-left: 10px;
  }
  .cart-item:not(.caption) > .quantity .links a {
    margin-left: 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .cart-item:not(.caption) > .subtotal::after {
    content: ":";
  }
  #cart-subtotal {
    text-align: right;
    padding-bottom: 0;    
  }
  
  input[value="CHECKOUT"] {
    margin-top: 20px;
  }
  input[value="PLACE ORDER"] {
    margin-right: 0;
  }
  div.wide.form {
    padding: 0;
  }
  div.wide.form label:not(.clean) {
    width: 90px;
  }
  div.wide.form input[type="text"], div.form select {
    width: 190px;
  }
  
  .order-review {
    margin: 10px 0;
  }
  .order-review td {
    width: auto !important;
  }
  .order-review .name {
    width: auto;
  }
  .order-review .name, .order-review .value {
    padding: 4px;
  }
  .order-review tr:first-child td:last-child, .order-review tr:not(:first-child) td {
    text-align: right;
  }
  .order-review ~ div {
    margin: 20px 0 !important;
  }
  .order-review ~ div > textarea {
    width: 100% !important;
  }
  
  .prop-wrap {
    flex: 1 1 100%;
    text-align: center;
  }
  .product-main {
    justify-content: center;
  }
}

@media only screen and (min-width: 280px) and (max-width: 479px) {
  .product-block:nth-child(2n-1) .zoomWindow {
    left: 0px !important;
    right: auto !important;
    top: 109px !important;
  }
  .product-block:nth-child(2n) .zoomWindow {
    left: auto !important;
    right: 0px !important;
    top: 109px !important;
  }
}

@media only screen and (min-width: 280px) and (max-width: 320px) {
  .product-main {
    justify-content: center;
  }
	
  .product-main form {
    height: auto;
  }
  .product-main .zoomWindow {
    left: -50px !important;
    top: 117px !important;
  }
  
  div.wide.form input[type="text"], div.form select {
    width: 150px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .category-block, .product-block {
    width: 32%;
  }
  .product-block:nth-child(3n-1) .zoomWindow {
    left: auto !important;
    right: 0 !important;
    top: 109px !important;
  }
  .product-block:nth-child(3n-2) .zoomWindow {
    left: -50px !important;
    right: 0 !important;
    top: 109px !important;
  }
  .product-block:nth-child(3n) .zoomWindow {
    left: 0 !important;
    right: auto !important;
    top: 109px !important;
  }
  
  div.wide.form {
    padding-left: 50px;
  }
  
  div.wide.form input[type="text"], div.form select {
    width: 220px;
  }
}

@media only screen and (min-width: 650px) and (max-width: 767px) {
  .header .wrapper {
    text-align: left;
    padding-right: 10px;
    padding-top: 14px;
  }
  .header span {
    display: inline;
  }
  .header a {
    float: left;
    margin-top: 5px;
    margin-left: -40px;
    margin-right: -50px;
  }
  .product-main select {
    max-width: 240px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
  .left-column {
    display: inline-block;
  }
  .right-column {
    width: 528px;
    padding-left: 10px;
    border-left: 1px solid #e6e6e6;
    box-sizing: border-box;
  }
  #menu {
    display: inline-block;
  }
  .header .wrapper, .menu .wrapper {
    padding-right: 10px;
  }
  .slicknav_menu {
    display: none;
  }
  .wrapper {
    width: auto;
    text-align: left;
  }
  
  .cart-item {
    padding: 10px 0;
  } 
  .cart-item.caption > * {
    display: none;
  }
  .cart-item:not(.caption) > .name, .cart-item:not(.caption) > .sku {
    width: auto;
    display: block;
    margin: 6px 0;
  }
  .cart-item:not(.caption) > .sku::before {
    content: "SKU: "
  }
  .cart-item:not(.caption) > .price, .cart-item:not(.caption) > .quantity, .cart-item:not(.caption) > .total, .cart-item:not(.caption) > .subtotal {
    margin-top: 10px;
    width: auto !important;
  }
  .cart-item:not(.caption) > .quantity input {
    margin-top: -4px !important;
  }
  .cart-item:not(.caption) > .quantity::before {
    content: "x ";
  }
  .cart-item:not(.caption):not(#cart-subtotal) > .total::before {
    content: "= ";
  }
  .cart-item:not(.caption):not(#cart-subtotal) > .total {
    margin-left: 10px;
  }
  .cart-item:not(.caption) > .quantity .links a {
    margin-left: 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .cart-item:not(.caption) > .subtotal::after {
    content: ":";
  }
  #cart-subtotal {
    text-align: right;
    padding-bottom: 0;    
  }
  
  input[value="CHECKOUT"] {
    margin-top: 20px;
  }
  
  .order-review {
    margin: 10px 0;
  }
  .order-review td {
    width: auto !important;
  }
  .order-review .name {
    width: auto;
    max-width: 40px;
  }
  .order-review .name, .order-review .value {
    padding: 4px;
  }
  .order-review tr:first-child td:last-child, .order-review tr:not(:first-child) td {
    text-align: right;
  }
  .order-review ~ div {
    margin: 20px 0 !important;
  }
  .order-review ~ div > textarea {
    width: 97% !important;
  }
  
  .youtube-player {
    max-width: 100%;
  }
  .product-main select {
      max-width: 200px;
  }
  
  div#show-big::after {
    content: 'Tap to Zoom'
  }
  
}

@media only screen and (min-width: 1024px) and (max-width: 1360px) {
  div#show-big::after {
    content: 'Tap to Zoom'
  }
	
}

