#Product_Detail_Div .jcarousel-wrapper {
    margin: 0 auto;
    position: relative;
    border: none;
    /*border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;*/
}

/** Carousel **/

#Product_Detail_Div .jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#Product_Detail_Div .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#Product_Detail_Div .jcarousel li .special{
    position: absolute;
    top: 0;
    left: 0; background: url(special.png) left top no-repeat; width: 100px; height: 101px;
}
#Product_Detail_Div .connected-carousels .carousel > ul li .sold { padding-right: 5px; position: absolute; background: url(sold.png) center center no-repeat; top: 35%; left:40%; width: 165px;height: 125px;}
#Product_Detail_Div .connected-carousels .carousel > ul li .special { padding-right: 5px; position: absolute; background: url(special.png) center center no-repeat; top: -2px; left: 0; width: 116px;height: 119px;}
#Product_Detail_Div .jcarousel li {
    padding-top: 3px;
    padding-left: 3px;
    width: 200px;
    float: left;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#Product_Detail_Div .jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
    border: 1px solid #68696b;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/** Carousel Controls **/

#Product_Detail_Div .jcarousel-control-prev,
#Product_Detail_Div .jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 20px;
    height: 44px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none; background: url(arrow_left.png) left top no-repeat;
    /*text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;*/
}

#Product_Detail_Div .jcarousel-control-prev {
    left: -45px;
}

#Product_Detail_Div .jcarousel-control-next {
    right: -45px;
    background-image: url(arrow_right.png);
}

/** Carousel Pagination **/

#Product_Detail_Div .jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

#Product_Detail_Div .jcarousel-pagination a {
    text-decoration: none;
    /*display: inline-block;*/
    display: none;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

#Product_Detail_Div .jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

#Product_Detail_Div { padding: 0 5px 0 0;margin: 0;}
#Product_Detail_Div h4 { text-transform: capitalize; padding: 10px 0 10px 15px; margin: 0; font-size: 20px; }
.Product_Detail_Div_wrapper { padding: 0; margin: 0;}
.Product_Detail_Div_wrapper .row { padding: 0 0 5px 0; margin: 0;} 
.product_detail_table { margin: 0; padding: 0; width: 100%;}
.product_detail_table td { margin: 0; padding: 3px 0 3px 1px; text-align: left;  font-size: 14px; border-bottom: 1px solid #FFCDD2; width: 50%;}
.product_detail_table td strong { font-weight: normal;}
.product_detail_table tr:nth-child(even) td { }
#vehicle-share { margin: 10px 0 0; position: relative; }
#vehicle-share .tdp_fav-span { font-size: 15px;}
#vehicle-share a {
    margin-left: 10px;
}
.comment_underline { font-size: 15px; font-weight: bold; border-bottom: 1px solid #000; width: 100%;}
       
/*
* Share buttons 
*/       
.share-menu {
    display: inline-block; 
}

.share-menu .sf-with-ul:after {
    float: none;
}
              
#vehicle-share ul {
    list-style: none;  margin: 0; padding-left: 0;
}

.share-menu li ul {
    display: none;
    position: absolute;
    top: 35px;
    right: 384px;
 /* dropdown left or right */
    z-index: 1000 !important;
    display: none;
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}
              
.share-menu li ul:before {
    font-family: fontello;
    content: '\e88d';
    position: absolute;
    font-size: 18px;                  
    color: #1F1F1F;
    top: -14px;
    right:30px;
}

.share-menu li ul li {
    padding: 0px !important;
    margin: 0px !important;
    line-height: 25px !important;
    float: left;
}

.share-menu li ul li a {
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    color: #fff !important;
    background-color: #1F1F1F;
    display: block;
    text-align: left;
    padding: 10px;
    margin-left: 0px !important;
}

.share-menu li ul li a:hover {
    background-color: #1a86ca;
}

 #vehicle-share .btn  {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  *zoom: 1;
  *border: 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none !important;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #f1f1f1;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #fafafa, #f1f1f1);
  background-image: -moz-linear-gradient(top, #fafafa, #f1f1f1);
  background-image: linear-gradient(to bottom, #fafafa, #f1f1f1);
  background-repeat: repeat-x;
  border-color: #d8d8d8;
  color: #444444;
  *background-color: #f1f1f1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
}
.vehic_details_h2 { position: relative; border-bottom: 1px solid #000; margin: 0 0 10px 0; padding: 0;}
.vehic_details_h2 h2 {font-weight: bold; font-size: 14px; padding: 1px 0 8px; margin: 0;}
.vehic_details_h2 .share_all_button {position: absolute; right: 5px; top: 0;}
.vehic_details_h2 .share_all_button a {text-decoration: none;}
.product_detail_price_div  { text-align: center; }
.product_detail_price_div h3 { font-size: 30px; color: #C00; font-weight: bold; height: 38px; }
.product_detail_price_div span { font-size: 15px; color: #90A4AE; font-weight: bold; }
.product_detail_price_div h4 { font-size: 17px; color: #EC407A; font-weight: bold;text-decoration: line-through; line-height: 15px;}

@media only screen and (max-width: 980px) {
    .single #content { width: 70% !important; }     
    .single #sidebar { width: 30% !important; }                                   
    #vehicle-share { display: none; }
    #Product_Detail_Div .connected-carousels .carousel > ul li .sold { left: 35%; top: 30%;}
}
@media only screen and (max-width: 800px) {
    .single #content { width: 65% !important; }     
    .single #sidebar { width: 35% !important; }     
    #vehicle-share { display: none; }
    #Product_Detail_Div .connected-carousels .carousel > ul li .sold { left: 35%; top: 30%;}
}
@media only screen and (max-width: 768px) {
    .single #content { width: 65% !important; }     
    .single #sidebar { width: 35% !important; }     
    .single #content .product_detail_table tr td { display: block; float: left;width: 50%;}     
    .product_detail_table tr:nth-child(2n) td { background: #FFF; }
    .single #content .product_detail_table tr td:nth-child(3) { clear: left; background: #e3e8ec;}     
    .single #content .product_detail_table tr td:nth-child(4) { background: #e3e8ec;}     
    #vehicle-share { display: none; }
    #Product_Detail_Div .connected-carousels .carousel > ul li .sold { left: 35%; top: 30%;}
}
@media only screen and (max-width: 480px) {
    .single #content { width: 100% !important; }     
    .single #content .product_detail_table tr td { display: block; float: left;width: 50%;}     
    .product_detail_table tr:nth-child(2n) td { background: #FFF; }
    .single #content .product_detail_table tr td:nth-child(3) { clear: left; background: #e3e8ec;}     
    .single #content .product_detail_table tr td:nth-child(4) { background: #e3e8ec;}     
    .single #sidebar { width: 100% !important; }     
    #vehicle-share { display: none; }
    #Product_Detail_Div .connected-carousels .carousel > ul li .sold { left: 32%; top: 28%;}
    

}
@media only screen and (max-width: 360px) {
    .single #content { width: 100% !important; }     
    .single #content .product_detail_table tr td { display: block; float: left;width: 50%;}     
    .product_detail_table tr:nth-child(2n) td { background: #FFF; }
    .single #content .product_detail_table tr td:nth-child(3) { clear: left; background: #e3e8ec;}     
    .single #content .product_detail_table tr td:nth-child(4) { background: #e3e8ec;}     
    .single #sidebar { width: 100% !important; }     
    #vehicle-share { display: none; }
    #Product_Detail_Div .connected-carousels .carousel > ul li .sold { left: 24%; top: 18%;}
}
@media only screen and (max-width: 320px) {
    .single #content { width: 100% !important; }     
    .single #content .product_detail_table tr td { display: block; float: left;width: 50%;}     
    .product_detail_table tr:nth-child(2n) td { background: #FFF; }
    .single #content .product_detail_table tr td:nth-child(3) { clear: left; background: #e3e8ec;}     
    .single #content .product_detail_table tr td:nth-child(4) { background: #e3e8ec;}     
    .single #sidebar { width: 100% !important; }     
    #vehicle-share { display: none; }
    #Product_Detail_Div .connected-carousels .carousel > ul li .sold { left: 21%; top: 18%;}
    
}
          
          
#share-buttons img {
width: 35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}