
#product-detail
{
    padding-bottom: 20px;
}
#product-thumbnails
{
    float: right;
    width: 94px;
    margin-left: 20px;
}

#product-detail #was-price {
    display: block;
    font-size: 25px;
    font-weight: normal;
    color: #a8aaad;
}

#product-detail .was-price {
    font-size: 25px;
}

#product-detail .was-variants {
    text-decoration: none;
}

#product-detail .pd-buttons input[type=number] {
    padding: 0 2px;
    width: 48px;
    height: 41px;
    text-align: center;
    font-size: 20px;
}
.pd-ask-vendor-question {
    float: right; 
    margin-left: 15px;
}

#product-detail .pd-buttons .disabled {
    color: #c9cacc;
}

#product-reviews-list {
    list-style: none;
}

#product-detail .new-banner:before {
    content: " ";
    border-top: 10px solid #13678a;
    position: absolute;
    bottom: -10px;
    border-left: 10px solid transparent;
    left: 0;
}


#product-detail .new-banner:after {
    content: " ";
    position: absolute;
    top: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left-width: 15px;
    border-left-style: solid;
    border-left-color: #36a1c4;
}

#tabs .special-banner,
#product-detail .special-banner {
    padding-left: 10px;
    position: absolute;
    top: 20px;
    left: -9px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #c2202f;
    margin: 0;
    z-index: 999;
}

#tabs .special-banner:before,
#product-detail .special-banner:before
{
    content:" ";
    border-top:10px solid #961924;
    position:absolute;
    bottom:-10px;
    border-left: 10px solid transparent;
    left: 0;
}

#tabs .special-banner:after,
#product-detail .special-banner:after {
    content:" ";
    position: absolute;
    top: 0;
    right:-15px;
    width: 0; 
    height: 0; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;    
    border-left-width: 15px;
    border-left-style: solid;
    border-left-color: #c2202f;
}

.pd-delivery-time .show-currency-modal {
    color: #232122;
}

.pd-delivery-time .show-currency-modal:hover {
    color: #7ac043;
}

.dropdown-menu .dropdown-list {
    width: 100%;
    top: 32px;
}

.dropdown-menu .dropdown-list .disabled {
    color: #c9cacc;
    border: none;
}

.zoom-link {
  margin-left: 200px;
  color: #d4d4d4;
  background-image: url('../images/zoom.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  width: 60px;
  text-indent: 20px;
}

.product-detail-thumbnails-list
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.product-detail-thumbnails-list img
{
    display: block;
}
.product-detail-thumbnails-list li
{
    float: left;
    margin-bottom: 14px;
    border: 1px solid #d3d5d6;
}

.product-detail-thumbnails-list li:last-child {
    margin-right: none;
}

.product-detail-thumbnails-list li:last-child{margin: 0;}

#content article ul,
#content article ol {
    font-family: 'Open Sans',sans-serif;
    margin-bottom: 15px;
    margin-left: 15px;
}

.pd-image
{
    position: relative;
    z-index: 1;
    float: left;
    width: 540px;
}
.pd-image-link
{
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    padding: 12px;
    border: 1px solid #d4d4d4;
    margin-bottom: 15px;
}
.add-to-favourites
{
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: block;
    width: 32px;
    height: 32px;
    background-color: rgba(255,255,255,0.7);
    background-image: url(../images/icons/add_to_favourites.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    text-indent: -9999em;
    outline: none;
    display: none;
}
.product-image .add-to-favourites {
    top: 0;
    right: 0;
}

.product-image:hover .add-to-favourites,
.pd-image:hover .add-to-favourites
{
    display: block;
}
.add-to-favourites:hover{background-position: 50% -30px;}
.product-detail dd
{
    margin: 0 50px 8px 564px;
}
.pd-title
{
    padding-top: 0;
}
.pd-title h1
{
    font-size: 38px;
    text-transform: none;
    line-height: 1em;
    margin: 0;
}
.pd-by-line
{
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding-bottom: 7px;
}
.pd-by-line a{color: #232122;}
.pd-by-line a:hover{color: #7ac043;}
.pd-ratings{font-size: 15px;}
.pd-ratings .ratings{margin-right: 7px;}

.pd-price-from {
    font-size: 30px;
}

.pd-curr {
    font-size: 24px;
}

.pd-price
{
    font-size: 42px;

    padding-bottom: 7px; 
}

.has-special .pd-price
{
        color: #c2202f;
}

.pd-product-status {
    color: #a8aaad;
    font-size: 15px;
}

.pd-price .pd-gst
{
    font-size: 16px;
    color: #232122;
}
.pd-buttons input,
.pd-buttons button
{
   vertical-align: middle;
}
.pd-wishlist-link{padding-top: 4px;}
.add-to-wishlist
{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding-left: 32px;
    background-image: url(../images/icons/add_to_wishlist.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.pd-delivery-time
{
    padding: 0 0 2px;
}
.pd-delivery-time strong
{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}
.pd-description
{
    font-size: 15px;
    padding-bottom: 12px;line-height: 1.3em;
}


#product-detail .pd-options .product-name {
    margin-left: 0;
    margin-right: 3px;
    text-transform: uppercase;
    font-weight: normal;
    border: none;
    float: none;
}

.product-detail .dropdown-menu
{
    width: 310px;
    height: 32px;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 12px;
}

.product-detail .dropdown-menu a {
    min-height: 36px;
    line-height: 33px;
    display: block;
    padding: 0 5px 0 17px;
    width: 288px;
}

.product-detail .dropdown-menu a span {
    margin-top: 14px;
}

/*
#product-sizeSelectBoxItContainer,
#product-colourSelectBoxItContainer{width: 222px;}
*/
.product-detail .button
{
    height: 43px;
    color: #fff;
    margin-left: 7px;
    padding: 0 58px;
    background-color: #000;
}
.product-detail .button:hover
{
    background-color: #7AC043;
}
.product-detail .button-arrow
{
    display: inline-block;
    height: 43px;
    line-height: 43px;
    padding-right: 17px;
    /*background-image: url(../images/icons/white_button_arrow.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;*/
}
.product-detail .button-arrow:before
{
    right: 18px;
}

.pd-social-buttons {
    position: relative;
    //changed
    vertical-align:top;
    z-index: 1;
}
/*Added for responsiveness on mobile devices*/
.pd-social-buttons a,  
.pd-social-buttons iframe {
    vertical-align:top !important;
}
.fb_iframe_widget  {
    vertical-align: top !important;
    display: inline-block !important;
    position: relative !important;
}

.twitter-share-button {
    vertical-align: top;
}
.g-plusone {
    vertical-align: top !important;
}

.pd-badges-tiny img {
    margin-right: 5px;
}


.page-template-product-detail .special-banner {
    padding-left: 20px;
    padding-right: 10px;
    position: absolute;
    top: 29px;
    left: -10px;
    display: inline-block;
    height: 30px;
    line-height: 30px; 
    color: #fff;
    background-color: #c2202f; 
    margin: 0;
    z-index: 999;
}

.page-template-product-detail .special-banner:before
{
    content:" ";
    border-top:10px solid #961924;
    position:absolute;
    bottom:-10px;
    border-left: 10px solid transparent;
    left: 0;
}

.page-template-product-detail .special-banner:after {
    content:" ";
    position: absolute;
    top: 0;
    right:-15px;
    width: 0; 
    height: 0; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;    
    border-left-width: 15px;
    border-left-style: solid;
    border-left-color: #c2202f;
}


/* ~~~ === PRODUCT DETAIL TABS ============================================== ~~~ */
#pd-tabs-panel
{
    padding-bottom: 60px;
    border-bottom: 4px solid #7ac043;
    margin-bottom: 56px;
}
#pd-tab-nav
{
    position: relative;
    z-index: 2;
    height: 43px;
}
#pd-tab-nav a
{
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 216px;
    height: 42px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 42px;
    text-align: center;
    color: #242223;
    text-transform: uppercase;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #d4d4d4;
    padding: 0;
    margin: 0 5px;
    background-color: #f7f7f7;
}
#pd-tab-nav a:first-child{margin-left: 0;}
#pd-tab-nav a:last-child{margin-right: 0;}
#pd-tab-nav a:before
{
    content: " ";
    display: block;
    position: absolute;
    top: -13px;
    left: -12px;
    width: 23px;
    height: 23px;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
#pd-tab-nav a:after
{
    content: " ";
    display: block;
    position: absolute;
    top: -13px;
    right: -12px;
    width: 23px;
    height: 23px;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#pd-tab-nav .active-tab
{
    color: #7ac043;
    background-color: #fff;
    padding-bottom: 1px;
}
#pd-tabs
{
    position: relative;
    z-index: 1;
    border: 1px solid #d4d4d4;
}
.pd-tab
{
    display: none;
}
.active-tab-panel{display: block;}
.tab-content
{
    padding: 40px;
    background-color: #fff;
    margin: 12px;
    font-size: 15px;
    line-height: 1.3em;
}
.tab-content .line-heading .dots{background-color: #fff;}

.shipping-details-tab .birdy-list {
    width: auto;
    float: left;
    margin-right: 50px;
}

.product-review .ratings {
    margin: 0 50px;
}

.product-review .review-content {
    margin: -30px 100px 20px 200px;
}

.product-review .review-author {
    margin: 0px 150px 20px 0px;
}

.store-location-contact,
.meet-vendor-right p a {
    font-family: 'Alegreya Sans', sans-serif;
}

/* ~~~ === BADGES =========================================================== ~~~ */

.badge {
   width: 345px;
   min-height: 170px;
   margin-bottom: 5px;
   position: relative;
   float: left;
   overflow: hidden;
}

.badge img {
   float: left;
   margin-right: 10px;
}

.badge p {
   position: absolute;
   width: 230px;
}

.badge .badge-title {
     top: 70px;
     left: 0;
     width: 65px;
     text-align: center;
     line-height: 1em;
     font-family: 'Alegreya Sans', sans-serif;
}

.badge .badge-description {
    left: 90px;
}

.meet-vendor-left {
    margin: 4px 24px 0 40px;
    width: 600px;
}

.meet-vendor-left .store-pic {
    float: left; 
    margin-right: 70px;
}

.meet-vendor-right {
    margin-right: 40px;
}
/* ~~~ === RELATED PRODUCTS ================================================= ~~~ */
#related-products{margin-bottom: 40px;}
.section-nav-top{
    height: 34px;
    margin-bottom: 32px;
    background-image: url(../images/backgrounds/heading_line.png);
    background-repeat: repeat-x;
    background-position: 0 50%;
}
.section-nav-heading
{
    display: inline-block;
    font-size: 40px;
    font-weight: 300;
    line-height: 34px;
    margin: 0;
    background-color: #fff;
}
.section-nav-menu
{
    display: inline-block;
    height: 34px;
    vertical-align: top;
    margin-left: -3px;
    padding-right: 7px;
    background-color: #fff;
    background-image: url(../images/backgrounds/heading_line_dot.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.section-nav-menu a 
{
    display: inline-block;
    vertical-align: bottom;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: #A9A9A9;
    padding-top: 10px;
    margin: 0 12px;
    border-bottom: 4px solid #fff;
}
.section-nav-menu a.active-tab 
{
    color: #242223;
    border-bottom: 4px solid #242223;
}
#tabs
{
    position: relative;
    z-index: 1;
    height: 340px;
}
.tab-panel
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 1142px;
    height: 372px;
    visibility: hidden;
}
#tabs .slick-track{width: 1142px;}
#tabs .active-tab-panel{visibility: visible;}

#related-products .product
{
    display: inline-block;
    width: 215px;    
}

#related-products .product-image
{
    position: relative;
    width: 217px;
    height: 224px;
    overflow: hidden;
    margin-bottom: 14px;
}
#related-products .product-image img {
    border: 1px solid #d3d5d6;
}

#related-products .from {
  font-size: 15px;
}

