
/*DEV55*/
.product-right {
  display: inline-block;
  width: 100%;
}

.product-description {
  width: 20%;
  float: left;
}

.product-description-inner {
  /*
  position: fixed;
  position: absolute;
  */
  top: 34%;
  width: 221px;
}

/*DEV02*/
.selectBox-dropdown .selectBox-label {
padding: 1px 8px 0px 8px !important;
}

@media only screen and (max-width: 479px) {
  
  
  
  .mobile-sec h2.section_title {
    text-align: center !important;
    display: block;
    width: 100%;
  }

  .price_outer .price_lg {
    width: 100%;
  }

  .product .money {
    text-align: center !important; 
    display: table !important;
    width: 100% !important;

  }

  .product_description {
    text-align: center !important;
  } 

  .popup-with-zoom-anim p {
    text-align: left !important;
  }

  .rgba select {
    width: 75% !important;
  }

  .selectBox-dropdown {
    min-width: 250px !important;  
    width: 70% !important;
  }

  .tilte-related-products {
    text-align: center !important;
  }

  #add-to-bag { 
    max-width: 100% !important;
  }  
}

#ProductMain .section_title {
  /*margin-top:150px !important;*/
}

#ProductMain {

}

#add-to-bag {
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  width: 100%;
  padding: 0 30px !important; 
}

.related-title {
  margin: 10px auto 4px auto;
  min-height: 25px;
  max-width: 150px;
  line-height: 110%;
}

.related-price span {
  font-size: 11px !important;
  font-weight: normal !important;
}

.measurement-p {
  margin-bottom: 0px !important;
  line-height: 120%;
}

.measurement-table p {
  margin-bottom: 5px ;
}

.measurement-table hr {
  margin-top: 0px !important;
  margin-bottom: 10px !important;  
}

/*DEV02-END*/

#ProductMain .product_imgs {

}

.right-description {
  /* position: fixed;*/
  width: 234px;
  top: 35%;
  margin-top: 0!important;
  position: fixed;
}

.left-image-prod {
  display: table;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.tilte-related-products span {
  border-bottom: 1px solid #000;
}
.tilte-related-products {  
  padding-top: 10px;
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 25px;  
}

#size-chart .size-chart-title{
  list-style: none;
}

#size-chart .size-chart-title li{
  display:inline;
  cursor:pointer;
}

#size-chart .size-chart-title li.active{
  text-decoration: underline;
}

#size-chart .size-chart-content{
  margin-top: 20px;
}


#size-chart {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 800px;
  margin: 40px auto;
  position: relative;
  min-height: 350px;
  border: 1px solid #ccc !important;  
}

#size-chart .size-chart-left{
  width: 60%;
  float: left;
}

#size-chart .size-chart-right{
  width: 40%;
  float: left;
}

#size-chart .measurement-container ul {
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  top: 0;
  width: 100%;
}
#size-chart .measurement-container ul li {
  background-color: #fff;
  color: #000;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-transform: none;
  width: 37px;
  z-index: 1;
}

#size-chart .measurement-buttons ul {
  list-style: none;
  margin-bottom: 20px;
}

#size-chart .btn-cm {
  display: none;
}

#size-chart .tab-content.size-conversion-chart table {
  width: 100% !important
}

#size-chart .measurement-buttons li {
  border: 1px solid #000;
  cursor: pointer;
  float: left;
  height: 35px;
  line-height: 35px;
  margin: -1px -1px 0 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
  z-index: 1;
}
#size-chart .measurement-buttons li.active {
  background-color: #000;
  color: #fff;
}
#size-chart .measurement-buttons li.disabled {
  color: #888;
  z-index: 0;
}
#size-chart .measurement-buttons li.disabled.active {
  background-color: #ccc;
  color: #000;
}
#size-chart .measurement-buttons .convertion li {
  width: 75px;
}
#size-chart .size-conversion-table-wrapper {
  display: block;
  overflow: auto;
  width: 100%;
}
#size-chart .size-conversion-table {
  width: 100%;
}
#size-chart .size-conversion-table td {
  padding: 10px 5px;
  text-align: left;
}
#size-chart .size-conversion-table tr {
  border-bottom: 1px solid #ccc;
}
#size-chart .size-conversion-table tr:last-child {
  border: 0 none;
}
#size-chart .size-conversion-table tr.highlight {
  background-color: #f2f2f2;
}

#size-chart hr{
  border: 0;
  border-top: 1px solid #777;
  border-bottom: 1px solid #fff;
}

#size-chart .measurement-table .row-fluid div{
  width: 60px;
  float: left;
  margin-bottom: 10px;
}






@media only screen and (max-width: 767px){
    
 #PageMain table {
  	width: 100%;
  }

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

  #mobileHeaderMenu {
    margin-top: 20px;
  }

  .right-description {
    float: left;
    width: 100% !important;
  }

  .mobile-sec {
    width: 50%;
    float: left;
  }

  .content_side {
    position: relative !important;
  }

  #ProductMain .section_title {
    margin-bottom: 45px;
  }



  #mobileProductImages {
    margin-bottom: 45px;
  }

  #mobileProductImages .flex-control-nav {
    margin: 10px 0 !important;
  }

  .mobile-sec h2.section_title {
    margin-top: 10px !important;  
  }


}

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

  .mobile-sec h2.section_title {
    margin-top: 10px !important;  
  }

  #mobileProductImagesWrap {
    width: 100%;
  }

  .right-description {
    width: 100% !important;
  }

  .mobile-sec {
    float: left;
    width: 100%;
  }

  .price_outer .price_lg {
    position: absolute;
    top: -45px;
  }

  .content_side .product_description {
    margin-top: 0px;
  }

  .mobile-sec h2.section_title {
    position: absolute;
    top: -50px;
  }

  #mobileProductImages {
    margin-bottom: 10px;
  }


}


#Collections .related-products-desktop .related-product{
  width: 12%;
  float: left;
  text-align: center;
  padding-right: 20px;
}

#Collections .related-products-mobile .related-product{
  float: left;
  text-align: center;
  padding-right: 20px;
}

#Collections .related-product img{
  width: 100%;
}

.zoom-large-images{
  position: absolute;
  text-align: center;
  width: 100%;
  background: white;
  z-index: 999;
  top: 0;
}

.pp_img_lge{
  cursor:pointer;
}

.product_imgs .pp_img_lge {
  width: 50%;
  margin-bottom: 120px;
  padding-top: 0px;
}

#mobileProductImages .flex-control-nav{
  width: 100%;

  text-align: center;
  margin: 10px 0 0;
}

#mobileProductImages .flex-control-nav li{
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  cursor:pointer;
}

#mobileProductImages .flex-direction-nav{
  display:none;
}

#mobileProductImages .flex-control-paging li a{
  width: 4px;
  height: 4px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}


#mobileProductImages .flex-control-paging li a.flex-active{
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

#site-logo {
  margin-top: 57px;  
}

.mobile-sec h2.section_title {
  margin-top: 70px;  
}

/*DEV02 - DEC*/
.form-cart-wrapp .price_lg h4 {
  margin: 0px !important; 
}  

.right-description .compare {
  float: left !important;
}

.right-description .sale_price_lg {
  float: left !important;
  display: inline !important;
  position: relative;
  top: -2.5px;
  right: -15px;
}

.right-description .size-link {
  clear: both;
  padding-top: 10px !important;
}