@import '../common/fonts.css';
@import '../common/bootstrap.min.css';
@import '../common/default.less';
@import '../common/vars.less';
@import '../common/form.less';
@import '../common/messages.less';
@import '../layouts/header.less';
@import '../layouts/top-menu.less';
@import '../layouts/user-menu.less';
@import '../layouts/footer.less';
@import '../modules/flexslider.less';
@import '../modules/cart.less';
@import '../modules/nosto.less';
@import '../modules/customScrollbar.less';
@import '../modules/customselect.less';
@import '../modules/searchautocomplete.less';





/* Default
============================================================================= */
.main {
    width: 1200px;
    margin: 0 auto 100px;

    @media @tablet {
        width: @tablet-contentMaxWidth;
    }
}
.product-view {
    padding: 50px 0 0;
    margin: 0;
}

    /* Text Std
    ============================================================================= */
.product-view .std {
        font-family: 'PlantinStdLight', sans-serif;
        color: @tableColor;
        letter-spacing: 0;
}
.product-view .text {
            margin-bottom: 20px;
}
.product-view  p {
            margin-bottom: 10px;
        }
.product-view  h2 {
            font-family: 'NeuzeitSLTStd-Book', sans-serif;
            line-height: 1.3em;
            margin-top: 0;
        }
.product-view  .view-more {
            margin: 15px 0 30px;
        }



    /* Price
    ============================================================================= */
    .price-box {
        font-size: 30px !important;
        letter-spacing: 0.025em;
        }
        .regular-price {
            color: @titleColor;
        }
        .old-price {
            color: #323232;
            display: inline-block;
            vertical-align: middle;
            margin: 0;
            text-decoration: line-through;
        }
        .special-price {
            margin: 0;
            display: inline-block;
            vertical-align: middle;
            color: #ff0000;
        }



/* Product Name
============================================================================= */
.product-name {
    padding-bottom: 25px;
    h1 {
        color: @titleColor;
        font: 34px/1.15 @fontBody;
        padding: 0;
        margin: 0;
        letter-spacing: 0.025em;
        @media @tablet {
            font-size: 29px;
        }
    }
}

.fixed-position {
    width: 1200px;
    padding-right: 756px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: rotateZ(360deg);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    .ipad-view & {
        @media @portrait {
            left: 10px;
        }
    }

    @media @tablet {
        width: 920px;
        padding-right: 582px;
    }
    .transition-2pr(left 0.3s, right 0.3s);
    .side-menu-opened & {
        left: 274px;
        right: -274px;
    }
}


/* Sub Title
============================================================================= */
.block-title {
    position: relative;
    margin: 0;
    padding: 22px 0 21px;
    border-top: 1px solid #c8c8c8;
    font: @mainFontSize/1.3 @fontBody;
    text-transform: uppercase;
    color: @titleColor;
    letter-spacing: 0.1em;
    @media @tablet {
        font-size: 14px;
    }
    &.expanded {
        cursor: pointer;
        &:after {
            position: absolute;
            content: '';
            display: block;
            right: 17px; top: 50%;
            margin-top: -8px;
            width: 12px;
            height: 12px;
            background: url(@sprite) -520px -370px no-repeat;
        }
        &:hover {
            color: @mainColorScheme;
            .ipad-view & {
                color: @titleColor;
            }
            &:after {
                background-position: -419px -461px;
                .ipad-view & {
                    background-position: -520px -370px;
                }
            }
        }
        .active &:after {
            background-position: -470px -365px;
        }
        .active &:hover:after {
            background-position: -369px -456px;
            .ipad-view & {
                background-position: -470px -365px;
            }
        }
    }
}


/* Main Info
============================================================================= */
.product-main-info {
    padding-bottom: 25px;
}


/* Countdown
============================================================================= */
.status-countdown,
.status-comingsoon {
    margin: 20px 0 0;
    font-size: 17px;
    height: 55px;
    line-height: 55px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0 18px;

    @media @tablet {
        font-size: 15px;
        height: 50px;
        line-height: 51px;
    }

    .label {
        display: inline-block;
        vertical-align: middle;
        color: #186e27;
    }
}
.status-comingsoon {
    .label {color: #fff;}
}
#countdown {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.sold-out {
    margin: 20px 0 0;
    font-size: 17px;
    height: 55px;
    line-height: 55px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0 18px;
    background: #f00;
    display: block;
    color: #fff;
    @media @tablet {
        font-size: 15px;
        height: 50px;
        line-height: 50px;
    }
}


/* Essential
============================================================================= */
.product-essential {
    width: 444px;
    float: left;
    position: relative;
    @media @tablet {
        width: 338px;
    }
}


/* Add To Cart
============================================================================= */
.add-to-cart {
    label, .qty {
        display: none;
    }
}
.product-options-bottom {
    padding-top: 25px;
    .price-box {
        display: none;
    }
}


/* Add To Box
============================================================================= */
.add-to-box {
    padding-bottom: 25px;
}
.options-container-big {
    padding-bottom: 25px;
}


/* More Views
============================================================================= */
.more-views {
    width: 700px;
    float: right;
    position: relative;

    @media @tablet {
        width: 532px;
    }
    ul {
        margin: 0;
    }
    li {
        margin-bottom: 15px;
        &:last-child {
            margin-bottom: 0;
        }
    }
    img {
        cursor: -webkit-zoom-in;
        cursor: -moz-zoom-in;
        cursor: zoom-in;
    }
}


/* Size Guide
============================================================================= */
.size-guide-wrapper {
    margin-top: -1px;
    border-bottom: 1px solid #c8c8c8;
}
.data-table table {
        width: 100%;
}
.data-table table td, th {
            padding: 8px 4px;
            text-align: center;
            color: @tableColor;
            white-space: nowrap;
 }
 
.data-table table th {
            font: 15px/1 @fontBody;
            color: @titleColor;

}
.data-table table td {
            font: 15px/1 @fontLight;
 }
.data-table table td:first-child {
            font: 13px/1 @fontBody;
            border-right: 1px solid #c8c8c8;
            color: @titleColor;
}

.data-table table tr:first-child th {
            border-bottom: 1px solid #c8c8c8;
}
.data-table table th:first-child {
            border-right: 1px solid #c8c8c8;
}

.data-info {
        font: @mainFontSize @fontLight;
        display: block;
        margin: 20px 0;
}

.size-guide-image {
    text-align: center;
    margin-bottom: 20px;
}


/* Shipping
============================================================================= */
.shipping-returns {
    border-bottom: 1px solid @buttonColor;
}

/* Product Details
============================================================================= */
.tech-spec {
    .std {
        margin-bottom: 30px;
        ul {
            list-style: none;
            padding: 0;
            li {
                padding: 0;
                &:before {
                    content: '*';
                    padding: 0 3px 0 0;
                }
            }
        }
    }
}


/* Colors
============================================================================= */
.init-slider-colours {
    margin-top: -1px;
}

/* Wishlist
============================================================================= */
.link-wishlist-wrapper {
    margin-top: 26px;
}
.link-wishlist {
    font: 17px @fontBody;
    display: block;
    border: 1px solid @buttonColor;
    text-align: center;
    color: @titleColor;
    padding: 17px 16px 15px;
    letter-spacing: 0.1em;

    @media @tablet {
        font-size: 15px;
    }
    &:hover {
        text-decoration: none;
        color: @titleColor;
    }
    &.disabled {
        background: @buttonHoverColor;
        border-color: @buttonHoverColor;
    }
}


/* Share
============================================================================= */
.share-wrapper {
    margin-top: 26px;
}
.share {
    border: 1px solid @buttonColor;
    text-align: center;
    padding: 16px;
    max-height: 54px;

    .fb-like,
    .twitter,
    .g-plus {
        display: inline-block;
        vertical-align: middle;
        margin: 0 6px;
    }
    .fb-like {
        display: inline-block !important;
        width: auto !important;
    }
    .twitter {
        width: 60px;
    }
    .g-plus {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: 2px;
        & > div {float: left !important;}
    }
    #___plusone_0 {
        width: 60px !important;
    }
    * {
        box-sizing: content-box;
    }
}


/* List
============================================================================= */
.list {
    margin-left: -3px;
    margin-right: -3px;
    ul {
        max-height: 85px;
        overflow-y: hidden;
    }
    li {
        float: left;
        width: 20%;
        padding: 0 3px;
        @media @tablet {
            width: 77px;
            &:nth-child(4) {
                margin-right: 0;
            }
            &:nth-child(n + 5) {
                display: none;
            }
        }
        &:nth-child(5) {
            margin-left: -1px;
            margin-right: 0;
        }
    }
}



/* Slider
============================================================================= */
.slider {
    position: relative;
    .slides {
        max-height: 85px;
        overflow-y: hidden;
        .end {
            margin-left: -10px;
        }
        li {
            margin-right: 10px;
            width: 81px;
            @media @tablet {
                width: 77px !important;
            }
        }
    }
    .flex-direction-nav {
        li {
            width: 28px;
            &:hover {
                background: rgba(255, 255, 255, 0.8);
            }
        }
        a {
            position: absolute;
            right: 0; top: 0; bottom: 0;
            width: 28px;
            margin: 0;
            &:first-child {
                right: auto; left: 0;
            }
        }
        .flex-next {
            background-position: -410px -335px;
            &:hover {
                background-position: -410px -335px;
            }
        }
        .flex-prev {
            background-position: -362px -335px;
            &:hover {
                background-position: -362px -335px;
            }
        }
    }
    .other-colours & {
        margin-bottom: 20px;
    }
}
.recommendations,
.recently {
    margin-top: 26px;
    ul {
        li {
            float: left;
            width: 20%;
            img {
                width: 100%;
                margin: 0;
            }
        }
    }
}


/* Gallery Popup
============================================================================= */
.thumbnails {
    position: fixed;
    left: 45px; top: 45px;
    z-index: 99;
    ul {
        margin: 0;
        padding: 0;
    }
    li {
        cursor: pointer;
        width: 81px;
        height: 81px;
        margin-bottom: 10px;
        padding: 0;
        border: 1px solid @buttonColor;
        &.active {
            border-color: @white;
        }
    }
    img {
        width: 100%;
    }
}
.gallery-popup {
    position: fixed;
    background: #fff;
    display: none;
    z-index: 999999;

    .content {
        display: block;
        position: relative;
        height: 100%;
        overflow-y: auto;
        max-width: 1200px;
        margin: 0 auto;
    }
    .gallery-loader {
        display: block;
        margin: 0 auto;
        position: relative;
        top: 45%;
    }
    .close {
        position: fixed;
        display: block;
        text-indent: -9999px;
        right: 45px; top: 45px;
        background: url(@sprite) -11px -410px no-repeat;
        width: 31px;
        height: 31px;
        z-index: 99;
        cursor: pointer;
        &:hover {
            background-position: -11px -350px;
        }
    }
    .images {
        ul {
            margin: 0;
        }
        img {
            width: 100%;
            height: auto;
            border: solid 20px #fff;
        }
    }
}


<!------ MANUAL --------->


.product-name h1 {
  color: #323232;
  font: 34px/1.15 'NeuzeitSLTStd-Book', sans-serif;
  padding: 0;
  margin: 0;
  letter-spacing: 0.025em;
}

.product-view .price-box {
  font-size: 30px;
  letter-spacing: 0.025em;
}

.no-rating{display:none;}

input.qty{
  height: 55px;
  padding: 17px 15px;
  margin-bottom: 10px;
}

.block-title {
  position: relative;
  margin: 0;
  padding: 22px 0 21px;
  border-top: 1px solid #c8c8c8;
  font: 15px/1.3 'NeuzeitSLTStd-Book', sans-serif;
  text-transform: uppercase;
  color: #323232;
  letter-spacing: 0.1em;
}

.block-title.expanded:after {
  position: absolute;
  content: '';
  display: block;
  right: 17px;
  top: 50%;
  margin-top: -8px;
  width: 12px;
  height: 12px;
  background: url('/skin/frontend/enterprise/flatspot/images/sprite.png') -520px -370px no-repeat;
}
.block-title.expanded:hover {
  color: #00e1f5;
}

.block-title.expanded {
  cursor: pointer;
}

.active .block-title.expanded:hover:after {
  background-position: -369px -456px;
}
.active .block-title.expanded:after {
  background-position: -470px -365px;
}
.block-title.expanded:hover:after {
  background-position: -419px -461px;
}

.share {
  border: 1px solid #c8c8c8;
  text-align: center;
  padding: 16px;
  max-height: 54px;
}

.share .fb-like {
  display: inline-block !important;
  width: auto !important;
}
.share .fb-like, .share .twitter, .share .g-plus {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}

.share .g-plus {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 2px;
}

.shipping-returns {
  border-bottom: 1px solid #c8c8c8 !important;
}

.link-wishlist-wrapper {
  margin-top: 26px;
}
.link-wishlist {
  font: 17px 'NeuzeitSLTStd-Book', sans-serif;
  display: block;
  border: 1px solid #c8c8c8;
  text-align: center;
  color: #323232;
  padding: 17px 16px 15px;
  letter-spacing: 0.1em;
}

.more-views li {
  margin-bottom: 15px;
}

.gallery-popup .close {
  position: fixed;
  display: block;
  text-indent: -9999px;
  right: 45px;
  top: 45px;
  background: url('/skin/frontend/enterprise/flatspot/images/sprite.png') -11px -410px no-repeat;
  width: 31px;
  height: 31px;
  z-index: 99;
  cursor: pointer;
}

.gallery-popup .content {
  display: block;
  position: relative;
  height: 100%;
  overflow-y: auto;
  max-width: 1200px;
  margin: 0 auto;
}

.thumbnails {
  position: fixed;
  left: 45px;
  top: 45px;
  z-index: 99;
}

.thumbnails {
  position: fixed;
  left: 45px;
  top: 45px;
  z-index: 99;
}

.thumbnails li {
  cursor: pointer;
  width: 81px;
  height: 81px;
  margin-bottom: 10px;
  padding: 0;
  border: 1px solid #c8c8c8;
}

.gallery-popup .images ul {
  margin: 0;
}

.gallery-popup .images img {
  width: 100%;
  height: auto;
  border: solid 20px #fff;
}

.add-to-cart.add.to.basket label {
  display: none;
}
input#qty{display:none;}

.custom-select-btn:hover {
  background: #ebebe6;
  text-decoration: none;
  color: #323232;
}

.recommendations ul li, .recently ul li {
  float: left;
  width: 20%;
}

/** Responsive **/
@media only screen and (max-width: 1230px){
.main {
    width: 920px;
}
.more-views {
    width: 410px;
}
.thumb-more-views{
    width: 410px;
}
}

@media (max-width: 940px) {
	.main{ 
	width: 100%;
	margin: 0;
	}
}

.product-essential .tech-spec .std ul{list-style: inherit !important;}







