/*--- Product Detail ---*/

.product-description h2.section_title {
  font-size: 15px;
}

.price-mobile {
  display: none;
}

.form-cart-wrapp .price_lg h4 {
  display: inline-block;
  margin: 0 0 10px;
  text-align: center;
  width: 100%;
  font-size: 15px;
}

.form-cart-wrapp .price_lg h4 span.money {
  font-size: 15px;
}

.form-cart-wrapp .popup-with-zoom-anim {
  text-align: center;
}

.form-cart-wrapp .selector-wrapper label {
  display: none;
}

.selectBox-dropdown .selectBox-label {
  font-size: 14px;
  vertical-align: middle;
}

.form-cart-wrapp .select {
  overflow: inherit;
}

.form-cart-wrapp .selectBox-dropdown {
  border: 1px solid #555;
  color: #555;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  text-transform: uppercase;
  width: 100% !important;
}

.form-cart-wrapp .select .quantity {
  border: 1px solid #555;
  color: #555;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  width: 100%;
}

.form-cart-wrapp .purchase {
  margin-top: 0;
}

.form-cart-wrapp .price_outer {
  padding-top: 15px;
}

#Collections {
  display: inline-block;
  width: 100%;
}

table.stockists-page {
  border: none;
  margin-left: 30px;
  width: 100%;
}

table.stockists-page tr {
  margin-bottom: 20px;
}

table.stockists-page tr td {
  border: medium none;
  vertical-align: top;
  width: 20%;
  padding: 10px 10px 30px 10px !important;  
}

#size-chart .measurement-buttons ul.convertion {
  display: none;
}

#size-chart .measurement-buttons ul {
  margin-bottom: 35px;
}

@media only screen and (max-width: 1920px) and (max-height: 1200px){


  .product_imgs .pp_img_lge {
    width: 100%!important;
  }

  #WrapInner {
    max-width: 1300px;
  }

  #ContentOuter, .col {
    max-width: none;
  }

  .img_outer .table_cell {
    padding: 3%!important;
  }

}


@media only screen and (max-width: 2560px) {


  .product_imgs .pp_img_lge {
    width: 100%!important;
  }
/*
  #WrapInner {
    max-width: 1300px;
  }
*/

  #ContentOuter, .col {
    max-width: none;
  }

  .img_outer .table_cell {
    padding: 3%!important;
  }

}



@media only screen and (max-width: 2560px) {


  .product_imgs .pp_img_lge {
    width: 88%!important;
  }

}


@media only screen and (max-width: 1920px) and (max-height: 1080px){


  .product_imgs .pp_img_lge {
    width: 82%!important;
  }

}

@media only screen and (max-width: 1680px){


  .product_imgs .pp_img_lge {
    width: 68%!important;
  }

}

@media only screen and (max-width: 1600px){


  .product_imgs .pp_img_lge {
    width: 75.3%!important;
  }

}

@media only screen and (max-width: 1366px) and (max-height: 768px){


  .product_imgs .pp_img_lge {
    width: 62%!important;
  }

}

@media only screen and (max-width: 1280px) and (max-height: 800px){


  .product_imgs .pp_img_lge {
    width: 68%!important;
  }

}

@media only screen and (max-width: 1280px) and (max-height: 600px){


  .product_imgs .pp_img_lge {
    width: 40%!important;
  }

}


@media only screen and (max-width: 1024px) and (max-height: 768px){


  .product_imgs .pp_img_lge {
    width: 62%!important;
  }

}



@media only screen and (max-width: 1024px) and (max-height: 600px){


  .product_imgs .pp_img_lge {
    width: 46%!important;
  }

}

@media screen and (max-width: 1200px) and (min-width: 1025px) { 


  #LeftMenu {
    width: 15%;
  }

  #ContentOuter {
    width: 85%;
  }

  .right-description {
    width: 195px;
  }

}


/* RESPONSIVE - tablet/mobile devices */ 
@media screen and (max-width: 1024px) and (min-width: 768px) { 

  .price-mobile {
    display: block;
    margin-bottom: 30px;
  }

  .price-desktop {
    display: none;
  }

  .form-cart-wrapp .selectBox-dropdown {
    text-transform: uppercase!important;
    border: 1px solid #ccc!important;
    width: 85px !important;
    min-width: 85px !important;
    font-size: 14px!important;
    height: 30px;
    line-height: 30px;
    color: #000;
  }

  .size-link {
    text-align: left !important; 
  }

  .product-description {
    display: none;
  }

  .product_description-mobile {
    display: block !important;
  }

  .right-description {
    top: 15%;
    width: 100% !important;
    position: static;
    margin-top: 40px !important;
  }

  #mobileProductImagesWrap {
    width: 60%!important;
    display: inline-block;
    float: left;
  }

  .right-ipad {
    display: inline-block;
    float: left;
    width: 36% !important;
    padding-top: 45px;
    position: relative;
  }

  #mobileProductImages img {
    max-width: 90%;
    width: 90%;
  }

  .right-ipad h2.section_title {
    font-size: 13px;
    margin-bottom: 25px;
    margin-top: 0 !important;
    text-transform: uppercase;
  }

  .product .money {
    font-size: 13px;  
  }

  #LeftMenu {
    width: 15%;
  }

  #ContentOuter {
    width: 85%;
  }

  .product-description-inner {
    padding-left: 10px;
    top: 23%;
    width: 160px;
  }

  .content_side_outer {
    width: 100%;
    float: right;
  }

  .mobile-sec {
    max-width: 100%;
    position: static;
  }

  #Wrapper {
    min-height: 100%;
    width: 100%;
  }

  #WrapInner {
    overflow: hidden;
  }


}

@media screen and (min-width: 768px) { 

  .product_description-mobile {
    display: none;
  }

  #Wrapper {
    min-height: auto !important;

  }

}


@media screen and (max-width: 767px) { 
  #Footer .floatleft {
  float: none !important;
    text-align: center;
  }
  #size-chart .size-chart-title li {
    font-size: 9px;
  }

  #size-chart {
    min-height: 290px;
  }

  #size-chart .size-chart-left {
    text-align: center;
  }

  .size-chart-left .measurement-container img {
    max-height: 260px;
    width: auto;
  }

  table.stockists-page {
    margin: 0;
  }

  .size-link {
    text-align: left !important; 
  }

  #MainNavOuter {
    padding: 35px 0px !important;
  }

  .zoom-large-images img {
    width: 100%;
  }

  .content_side_outer {
    width: 100%;
  }

  .product-right {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
  }

  .product_description-mobile {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    text-align: left;
    width: 100%;
  }

  .right-ipad h2.section_title {
    display: none;
  }

  .selectBox-dropdown .selectBox-label {
    width: 100% !important;
  }  

  .rgba select {
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    width: 100% !important;
    border: 1px solid #000;
  }    



  .product_description {
    display: none;
  }

  #mobileProductImagesWrap {
    float: left;
    width: 100%;
  }

  .mobile-sec {
    float: none;
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }

  .product-description {
    float: none;
    text-align: center;
    width: 100%;
  }

  .product-description-inner {
    position: relative !important;
    width: 100%;
  }

  #ProductMain {
    display: none;
  }

.right-description .compare {
  left: 0px;
  right: 0px;
  top: -33px;
  position: absolute;
  text-align: center;
}
  
.right-description .compare .money { 
  text-decoration: line-through !important;  
}

.form-cart-wrapp .price_lg {
  left: 0px;
  right: 0px;
  top: -16px;
  position: absolute;
}

  .right-description {
    position: static;
    width: 100%;
  }


}

.form-cart-wrapp .selectBox-dropdown, .rgba select {
  border: 1px solid #000 !important;  
  width: 100% !important;
}


@media screen and (max-width: 640px) { 
  #Footer .floatleft {
  float: none !important;
    text-align: center;
  }
  
  table.stockists-page tr {
    display: inline;
  }

  table.stockists-page tr td {
    display: inline-block;
    font-size: 11px !important;
    padding: 2% 1% 7% !important;
    width: 21.5% !important;
  }  

  #size-chart .size-chart-title li {
    font-size: 9px;
  }

  #size-chart {
    min-height: 225px;
  }

  #size-chart .size-chart-left {
    text-align: center;
  }

  .size-chart-left .measurement-container img {
    max-height: 200px;
    width: auto;
  }


}

@media screen and (max-width: 480px) { 

  #size-chart .size-chart-title li {
    font-size: 9px;
    display: inline-block;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
  }

  #size-chart .size-chart-left {
    width: 100%;
    text-align: center;
  }

  #size-chart .size-chart-right {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }

  .size-chart-left .measurement-container img {
    max-height: 200px;
    width: auto;
  }

  #size-chart {
    min-height: 415px;
    padding: 15px;
  }

  .measurement-buttons {
    text-align: center;
  }

  #size-chart .measurement-buttons li {
    display: inline-block;
    float: none;
    margin: -2px;
  }

}


@media screen and (max-width: 460px) { 


  table.stockists-page tr {
    display: inline;
  }


  table.stockists-page {
    margin-left: 0px;

  }

  table.stockists-page tr td {
    font-size: 11px !important;
    display: inline-block;
    width: 29.5% !important;
  }    

  table.stockists-page p {

  }  
}

@media screen and (min-width: 480px) and (max-width: 768px) { 



.form-cart-wrapp .price_lg, .form-cart-wrapp .price_lg h4 span.money {
    font-size: 14.5px !important;
}

}


@media screen and (min-width: 768px) and (max-width: 1025px) { 
  
.right-description .sale_price_lg {
  top: -7.7px;
}
  
}

