
* {
  box-sizing: border-box;
}


::selection {
  background-color: #000000;
}

.product-thumbnail { 
  max-height: 100px;
}

.product-thumbnail img { 
  width: 50px;
}

.item-product { 
  width: 100%;
  height: 100%;
  text-align: center;
}

.product-grid { 
  border: 1px solid rgb(247, 240, 240);
}

.tabbed {
    min-height: 400px;
  width: 100%;
  margin: 50px auto;
}

.tabbed > input {
  display: none;
}

.tabbed > label {
  display: block;
  float: left;
  padding: 12px 20px;
  margin-right: 5px;
  cursor: pointer;
  transition: background-color .3s;
}

.tabbed > label:hover,
.tabbed > input:checked + label {
  background: #000000;
  color: #fff;
}

.tabs {
  clear: both;
  perspective: 600px;
}

.tabs > div {
  width: 100%;
  position: absolute;
  border: 2px solid #000000;
  padding: 10px 30px 40px;
  line-height: 1.4em;
  opacity: 0;
  transform: rotateX(-20deg);
  transform-origin: top center;
  transition: opacity .3s, transform 1s;
  z-index: 0;
}

#tab-nav-1:checked ~ .tabs > div:nth-of-type(1),
#tab-nav-2:checked ~ .tabs > div:nth-of-type(2),
#tab-nav-3:checked ~ .tabs > div:nth-of-type(3),
#tab-nav-4:checked ~ .tabs > div:nth-of-type(4){
  transform: rotateX(0);
  opacity: 1;
  z-index: 1;
}

@media screen and (max-width: 700px) {
  .tabbed { width: 400px }
  .tabbed > label { display: none }
  .tabs > div {
    width: 400px;
    border: none;
    padding: 0;
    opacity: 1;
    position: relative;
    transform: none;
    margin-bottom: 60px;
  }
  .tabs > div h2 {
    border-bottom: 2px solid #000000;
    padding-bottom: .5em;
  }
}

.svg-wrapper {
  height: 60px;
	margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 320px;
}

.shape {
  fill: transparent;
  stroke-dasharray: 140 540;
  stroke-dashoffset: -474;
  stroke-width: 8px;
  stroke: #19f6e8;
}



@keyframes draw {
  0% {
    stroke-dasharray: 140 540;
    stroke-dashoffset: -474;
    stroke-width: 8px;
  }
  100% {
    stroke-dasharray: 760;
    stroke-dashoffset: 0;
    stroke-width: 2px;
  }
}

.svg-wrapper:hover .shape {
  -webkit-animation: 0.5s draw linear forwards;
  animation: 0.5s draw linear forwards;
}

.border-light { 
  border: solid;
  border-color: white;
  border-width: 2px;
}

.flex {
  display: flex; /* Make products flex in row direction (default) */
  flex-wrap: wrap; /* Make products overflow on new row */
  justify-content: left; /* Or space-between or space-around */
}

.flex > div {
  text-align: center; /* Align text on center */
  display: flex; /* Display as flex */
  flex-direction: column; /* Display flex in column */
  align-items: left; /* Align items on center */
  max-width: 33.3%; /* Set max-width so the last items will behave in a more traditional way */
  padding-left: 10px;
  padding-right: 10px;
}

.flex > div.four-column { 
  width: 25%;
}

.flex > div.five-column { 
  width: 20%;
}

.flex > div.six-column { 
  width: 16.6%;
}


.grid-product-item a { 
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}

.quantity button { 
  box-shadow: none;
  text-shadow: none;
  border: none;
  width: 50px;
  height: 36px;
  border-radius: 0;
  text-align: center;
  font-size: 10px;
  float: left;
  vertical-align: middle;
  border-right: 1px solid #c0d153;
  padding: 5px 5px !important;
}

.sv-img-holder {
  overflow: hidden;
  text-align: center;
}

.quantity input { 
  width: 65px;
  height: 36px;
  padding: 5px ;
  float: left;
  vertical-align: middle;
  border: 2px solid #fff;
  padding: 0 2px;
}

.product-color { 
  margin-left: 0px;
}

.grid-related-item { 
  width: 25%;
}

.related-item h5 { 
  font-size: 14px;
}

.related-item p { 
  text-transform: uppercase;
} 

.product-color-container { 
  margin: 0 0 11px;
}

.item-color { 
  float: left;
  margin: 0 15px 15px 0;
  position: relative;
}

.item-color label { 
  width: 34px;
  height: 34px;
  cursor: pointer;
  border: 1px solid rgb(249, 245, 245);
}

.item-color active { 
  border-width: 2px;
  border-color: #c0d153;
}

.sv-checkbox input { 
  width: auto;
}

.detail-picture { 
  min-height: 400px;
  vertical-align: middle;
}

.detail-picture img { 
  max-height: 350px;
}

.text-price { 
  font-size: 24px;
  color: #000;
}

.sv-item-img { 
	border: 1px solid #f1f1f1;
    margin-bottom: 15px;
 } 

 .detail-broadcumb { 
   padding: 10px;
 }

 .detail-broadcumb a { 
   text-decoration: none;
 }

 table thead th {
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #dbdbdb;
  font-size: 14px;
  font-weight: 700;
  color: #222;
}

.cart-table {
  margin-bottom: 50px;
  width: 100%;
  overflow-x: auto;
}

.cart-table table {
  width: 100%;
}

table td {
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
}

table td.item-name {
  text-align: left;
}

table td.item-name .item-image {
  width: 100px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px 0 0;
}

table td .item-title {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}

table td .item-title a {
 text-decoration: none;
}

.cart-right .total-price {
  font-size: 20px;
  padding: 10px 0;
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
  text-align: right;
}

.cart-right .total-price>span {
  font-size: 20px;
  color: #222;
}

.cart-right .note-tax {
  padding: 10px 0;
  text-align: right;
}

.cart-right .note-tax .nt-title {
  display: inline-block;
  min-width: 120px;
  text-align: left;
  float: left;
  font-weight: 500;
  color: #717171;
}

.sv-box.box-radio { 
	border: solid;
    border-width: 1px;
    border-color: #a5a0a0;
    padding: 20px 20px;
    color: #000;
}

.sv-box.box-radio p { 
    color: #000;
}

.sv-box.box-radio.is-active { 
	background: #4D4D4D;
	color: #fff;
}

.sv-box.box-radio.is-active p { 
	color: #fff;
}

.bottom-shipping { 
  height: 35px;
}

.bottom-shipping a { 
  float:right;
  width: 200px;
  height: 100%;
}

.bottom-shipping input { 
  float:right;
  width: 150px;
  height: 100%;
  margin-left: 10px;
}

.button.light { 
  border: solid 2px #e4e0e0;
  background: #e4e0e0;
 }  

 .shipping-table > thead > tr > th { 
  padding: 30px;
 } 

 .shipping-table td { 
   vertical-align: middle;
 }

 .courier-body>td { 
   vertical-align: middle !important; 
 }

 .courier-body select { 
   margin-bottom: 0px;
 }

 .shoppingcart-summary table {
   width: 100%; 
 }

 .sv-box { 
  border: solid 1px #d6d6d6;
  padding: 25px;
  margin-top: 20px;
 }

 .user-page a {
  text-decoration: none;
 }
 .user-page>ul>li.active a { 
   text-decoration: none;
   background: #333 !important;
 }

 .user-page .nav { 
  border-bottom: solid 1px #333;
  padding-bottom: 10px;
 }

 .my-order-table td {
  vertical-align: middle !important;  
 }

 .quantity-area { 
   height: 35px;
 }

 .quantity-area .form-input { 
  margin-bottom: 0px;
  width: 60px;
  float: left;
  height: 100%;
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
  border-right-width: 0px;
  border-left-width: 0px;
 }
 .quantity-area button { 
   height: 100%;
   float: left;
   padding: 5px 13px;
 }

 .quantity-area button.left { 
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
  border-left: solid 2px #333;
  border-right: solid 0px #333;
 }

 .quantity-area button.right { 
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  border-left: solid 0px #333;
 }

 .color-box { 
  width: 30px;
  height: 30px;
  border: solid 1px  #cccccc;
 }

 .product-variant a { 
  float: left;
  margin-left: 10px;
 }

 .product-variant a.active { 
  box-shadow: 3px 4px 5px grey;
 }

 :before, :after {
  font-family: FontAwesome;
  line-height: 1.2;
}

.lSAction a.lSNext:before {
  content: "\f054";
  position: absolute;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 1.5;
}

.lSAction a.lSPrev:before {
  content: "\f053";
  position: absolute;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 1.5;
}

.cart-right { 
  margin-bottom: 20px;
}

.coming-soon { 
	width: 60px;
    height: 60px;
    background-color: rgba(149, 150, 154, 0.8);
    color: #fff;
    position: absolute;
    bottom: 25%;
    text-align: center;
    border-radius: 60px;
  }

  .coming-soon p { 
	color: #FFF;
    position: absolute;
    top: 23%;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
  }

  .iframe-video { 
	  width: 640px;
	  height: 360px;
	  margin: 0 auto;
  }

  .row.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    }
  
  .row-eq-height .col-md-6 {
  display: flex;
  flex-direction: column;
  }

  .accessories-grid { 
    width: 33.3%;
  }

  .accessories-grid a { 
    width: 120px;
  }

  .box-shipping { 
    height: 200px;
  }

  .box-information { 
    height: 80%;
  }

  .item-footer-title { 
    padding-top: 5px;
    text-align: right;
  }

  .item-footer { 
    padding-left: 40%;
  }

  .item-footer select { 
    margin-bottom: 0px;
  }

  .price-total { 
    font-weight: 800;
    font-size: 18px;
  }

  .section-compact img { 
    width: 80%;
  }

  .store-location-container { 
    color: #fff;
    position: absolute;
    right: 100px;
      background: rgba(86, 86, 86, 0.8);
      padding: 15px;
      width: 280px;
    height: 100%;
    top: 0;
    overflow-y: auto;
  }

  .video-container { 
    width: 80%;
    text-align: center;
    margin: auto;
  }
  
  .video-container video { 
    text-align: center;
    width: 100%;
    background: #000;
  }
  

 
  
  
/*Specific Width Area */ 

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) { 
  .video-container { 
    width: 100%;
  }

  .video-container video { 
    height: auto;
  }
  .button-cart a {
    margin-bottom: 10px;
  }
  .button-cart { 
    text-align: center;
  }

  .coming-soon { 
      width: 60px;
      height: 60px;
      background-color: rgba(149, 150, 154, 0.8);
      color: #fff;
      position: absolute;
      bottom: 35%;
      text-align: center;
      border-radius: 60px;
    }
  
    .coming-soon p { 
    color: #FFF;
      position: absolute;
      top: 17%;
      font-size: 11px;
    }

    .flex > div {
      text-align: center; /* Align text on center */
      display: flex; /* Display as flex */
      flex-direction: column; /* Display flex in column */
      align-items: left; /* Align items on center */
      max-width: 50%; /* Set max-width so the last items will behave in a more traditional way */
      padding-left: 10px;
      padding-right: 10px;
    }
    .iframe-video { 
      width: 100%;
      height: 100%;
    }

    .row.row-eq-height {
        display: block;
      }

    .flex > div.four-column { 
      width: 50%;
    }

    .flex > div.six-column { 
      width: 50%;
    } 


    .box-shipping { 
      height: 250px;
    }

    .section-compact img { 
      width: 100%;
    }

    .show-desktop { 
      display: none;
    }

    .show-tablet { 
      display: none;
    }

    .store-location-container { 
      position: static;
      width: 100%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) { 
  .row.row-eq-height {
    display: block;
  }

  .video-container { 
    width: 100%;
  }

  .video-container video { 
    height: auto;
  }

  .iframe-video { 
    width: 70%;
    height: auto;
  }

  .show-desktop { 
    display: none;
  }

  .show-tablet { 
    display: none;
  }

  .store-location-container { 
    left: 10px;
  }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) { 
    .row.row-eq-height {
      display: block;
    }
    

    .flex > div.six-column { 
      width: 33.3%;
    } 

    .show-desktop { 
      display: none;
    }

    .show-mobile { 
      display: none;
    }

    .store-location-container { 
      left: 10px;
    }

    .video-container { 
      width: 100%;
    }
  
    .video-container video { 
      height: auto;
    }
    
    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .hide-desktop { 
    display: none;
  }

  .show-mobile { 
    display: none;
  }

  .show-tablet { 
    display: none;
  }
 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  .hide-desktop { 
    display: none;
  }

  .show-mobile { 
    display: none;
  }

  .show-tablet { 
    display: none;
  }

}

.text-justify{
  text-align: justify;
}

/*END SPECIFIC AREA */