  

* {
  box-sizing: border-box;
}


html, body {

  /*margin: 1%;*/
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;

}

/*
* {
  box-sizing: border-box;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}*/


a:link {
  color: blue;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: blue;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}

.banner {
  padding: 1%;
  background-color: red;
  color: white;
  font-size: 1.3vw;
}

.banner a:link {
  color: white;
  text-decoration: none;

}

.banner a:visited {
  color: white;
  text-decoration: none;

}

.banner a:hover {
  color: white;
  text-decoration: underline;

}

.banner a:active {
  color: blue;
}


.banner-links {
  float: right;
  padding-left: 2%;
  font-size: 1vw;
}

.mobile-banner {
  display: none;
}

@media screen and (max-width: 600px) {
  .banner {
    height: 10%;
    font-size: 6vw;
  }

  .banner-links {
    display: none;
  }

  .mobile-banner {
    display: block;
    color: blue;
  }
}



.topnav {
  overflow: hidden;
  background-color: white;

}

.topnav a {
  float: left;
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 3vw;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .topnav a.active {
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 7vw;
  }
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "\276F";
}

ul.breadcrumb li a {
  color: black;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: blue;
  text-decoration: underline;
}

.great-value {
  font-size: 17px;
  color: #555;
}

.great-value:after {
  font-size: 30px;
  padding: 8px;
  color: black;
  content: "\261C";
}

.some-selection:after {
  font-size: 18px;
  background-color: #eee;
  padding: 8px;
  color: black;
  content: "\276F";
}

.some-selection:hover {
  font-size: 18px;
  background-color: red;
  padding: 8px;
  color: black;
  content: "\276F";
}

.pet:after {
  font-size: 40px;
  padding: 8px;
  color: black;
  content: "\2673";
}

.warning:after {
  font-size: 40px;
  padding: 8px;
  color: black;
  content: "\26A0";
}

.check-mark:after {
  font-size: 40px;
  padding: 8px;
  color: black;
  content: "\2713";
}

.solid-star:after {
  font-size: 40px;
  padding: 8px;
  color: black;
  content: "\2605";
}

.hollow-star:after {
  font-size: 40px;
  padding: 8px;
  color: black;
  content: "\2606";
}

.shadow-star:after {
  font-size: 40px;
  padding: 8px;
  color: black;
  content: "\2730";
}


.double-arrows:after {
  font-size: 40px;
  padding: 8px;
  color: black;
  content: "\00BB";
}

.trademark:after {
  font-size: 40px;
  padding: 8px;
  color: black;
  content: "\2709";
}

.hollow-right-arrow:after {
  font-size: 40px;
  padding: 8px;
  color: black;
  content: "\21E8";
}

.more-options-banner {

  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
  display: block;
  font-size: 34px;


}

.down-pointing-hand:after {

  font-size: 40px;
  padding: 10%;
  color: white;
  content: "\261F";

}

.product {
  display: block;
  background-color: green;
  width: 100%;
}

.column1 {
  float: left;
  width: 50%;
  padding: 10px;
}



.main_product_image{
    -ms-transform: rotate(9deg);
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
}

.zoom1 {
  transition: transform .2s;
  width: 70%;
  margin: 0 auto;
}

.zoom2 {
  transition: transform .2s;
  width: 100%;
  margin: 0 auto;

}

.zoom1:hover {
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
}

.zoom2:hover {
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

.product_img1 {
  display: block;
  margin-left:auto;
  margin-right:auto;
  width: 100%;
  transform: rotate(-9deg);
  border-radius: 12px;
}



.zoom1-2 {
  padding-top:20%;
  transform: rotate(-20deg);
}

.product_img2 {
  display: block;
  margin-left:auto;
  margin-right:auto;
  width: 100%;
  border-radius: 12px;
}




.column2 {
  float: left;
  width: 50%;
  padding: 10px;
}

.cart_icon_position {
  padding: 0% 10% 10% 0%;
  position: sticky;
}

.cart_icon_position_float {
  float: right;
}

.cart_icon_size_color {
  font-size:2.5em;
  text-decoration: none;
  color: #0000ff;
  color: blue;
}

.cart_icon_text {

  font-size:2em;

}

.in_stock_font {

  font-size:20px;
}


#single-product-total {

  font-size: 2.3em;
}


.show_num_product_incart_clue {

  font-size:18px;
}


.num_tsrs_left_in_stock {
  color:red;
  font-size:20px;
}



.checkout_now_p {

  padding-top: 1%;

}

.checkout_now_a {
  font-size: 1.8em;
  text-decoration: none;
}


.checkout_now_i {
  font-size: 1em;
  color: #000;
  padding-bottom: 2%;
}

.product_img3 {
  display: block;
  margin-left:auto;
  margin-right:auto;
  width: 70%;
  border-radius: 12px;
}





.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .column1 {
    width: 100%;
    padding-top: 10%;
  }

  .column2 {
    width: 100%;
    padding-top: 20%;

  }
}

.button {
  background-color: red;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
}

#tableskatingEquipmentButton_P {
color: #fff;
background-color: #ff0000;
padding: 1% 20% 1% 20%;
border:2px solid #000 ;
border-radius: 3px;
/*font-size: 1.5em;*/
font-size: 40px;
cursor: pointer;
}

#tableskatingEquipmentButton_P:hover {
-ms-transform: scale(0.99);
-webkit-transform: scale(0.99);
transform: scale(0.99);
cursor: pointer;

}


#tableskatingEquipmentButton_M {
color: #fff;
background-color: #ff0000;
padding: 1% 20% 1% 20%;
border:2px solid #000 ;
border-radius: 3px;
/*font-size: 1.5em;*/
font-size: 40px;
cursor: pointer;
}

#tableskatingEquipmentButton_M:hover {
-ms-transform: scale(0.99);
-webkit-transform: scale(0.99);
transform: scale(0.99);
cursor: pointer;

}
.tableskatingEquipmentButton-plus {

  text-shadow:2px 2px 2px #000,-2px -2px 2px #000,2px -2px 2px #000,-2px 2px 0 #000,2px 2px 2px #000;

}

.tableskatingEquipmentButton-minus {

  padding: 1% 20% 1% 20%;
  font-size: 40px;
  word-spacing: -3px;

}

.tableskatingEquipmentButton-minus-b-position {

  position: absolute;
  text-align: center;


}

.tableskatingEquipmentButton-minus-b-shadow {

  text-shadow:2px 0px 0px #000,-2px -2px 2px #000,2px -2px 2px #000,-2px 2px 2px #000,2px 2px 2px #000;
}


#products-colors-div{
    display: none;
  }

.clear-both-color-block{

  clear: both;
}

#products-colors-blocks{
  float: left;
  width: 22%;
  padding: 2%;

  
}


.select-color-btn {

  padding-top: 2%;

}

.select-color-arrow{
  font-size: 1.2em;
  color: #ff0000;
  text-shadow:2px 2px 2px #000;
}


.select-color-palette{
  text-shadow: none;
  font-size: 1.2em;
  color: blue;
}

.products-colors-select{
  /*display: none;*/

  font-size: 1.8em;
  text-decoration: none;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 2% 10% 2% 10%;
  color: #fff;
  background-color: #ffee00;
  text-shadow:2px 2px 2px #000,-2px -2px 2px #000,2px -2px 2px #000,-2px 2px 0 #000,2px 2px 2px #000;
  cursor: pointer;

}




.after-color-blocks {

  clear: both; 
  display: block;

}


.more-products-column {
  float: left;
  width: 20%;
  padding: 10px;
  height: 300px;
}

.more-products-row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .more-products-column {
    width: 100%;
  }
}

@media screen and (min-width: 550px) and (orientation: landscape) {
  .pro-brand-img {
   position: absolute;
  width: 30%;
  top: 40%;
  right: 10%;

  }
}

@media screen and (min-width: 666px) and (orientation: landscape) {
  .pro-brand-img {
   position: absolute;
  width: 30%;
  top: 30%;
  right: 10%;

  }
}

@media screen and (min-width: 734px) and (orientation: landscape) {
  .pro-brand-img {
   position: absolute;
  width: 30%;
  top: 32%;
  right: 10%;

  }
}

@media screen and (min-width: 798px) and (orientation: landscape) {
  .pro-brand-img {
   position: absolute;
  width: 30%;
  top: 20%;
  right: 10%;

  }
}

@media screen and (min-width: 1022px) and (orientation: landscape) {
  .pro-brand-img {
   position: absolute;
  width: 30%;
  top: 10%;
  right: 10%;

  }
}

@media screen and (min-width: 1110px) and (orientation: landscape) {
  .pro-brand-img {
   position: absolute;
  width: 30%;
  top: 10%;
  right: 10%;

  }
}

@media screen and (min-width: 1364px) and (orientation: landscape) {
  .pro-brand-img {
   position: absolute;
  width: 25%;
  top: 10%;
  right: 10%;

  }
}

@media screen and (min-width: 1918px) and (orientation: landscape) {
  .pro-brand-img {
   position: absolute;
  width: 20%;
  top: 10%;
  right: 10%;

  }
}

@media screen and (min-width: 318px) and (orientation: portrait) {
  .pro-brand-img {
   position: static;
  width: 100%;
  }
}

@media screen and (min-width: 373px) and (orientation: portrait) {
  .pro-brand-img {
   position: static;
  width: 100%;


  }
}

@media screen and (min-width: 414px) and (orientation: portrait) {
  .pro-brand-img {
   position: static;
  width: 100%;


  }
}

@media screen and (min-width: 598px) and (orientation: portrait) {
  .pro-brand-img {
   position: absolute;
  width: 40%;
  top: 20%;
  right: 10%;

  }
}

@media screen and (min-width: 766px) and (orientation: portrait) {
  .pro-brand-img {
   position: absolute;
  width: 40%;
  top: 12%;
  right: 10%;

  }
}

@media screen and (min-width: 832px) and (orientation: portrait) {
  .pro-brand-img {
   position: absolute;
  width: 40%;
  top: 12%;
  right: 10%;

  }
}

@media screen and (min-width: 1022px) and (orientation: portrait) {
  .pro-brand-img {
   position: absolute;
  width: 30%;
  top: 10%;
  right: 10%;

  }
}

@media screen and (min-width: 1076px) and (orientation: portrait) {
  .pro-brand-img {
   position: absolute;
  width: 40%;
  top: 5%;
  right: 10%;

  }
}


.hamburger-nav{
  display: none;

}

@media screen and (max-width: 550px) and (orientation: portrait) {
  .hamburger-nav {
    display: block;
    float: right;
    padding-top: 5%;
    padding-right: 7%;

  }
  .hamburger-nav a{

    font-size: 1.5em;

}






