
@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}

.product-info .fake-select {
    border: 1px solid #ccc;
    float: left;
    font-size: 12px;
    padding: 10px 15px;
    background: #fff;
    width: 100%;
    margin-bottom: 20px;
}

.product-info .fake-disabled-select {
    border: 1px solid #ccc;
    background-color: #e9e9e9;
    float: left;
    font-size: 12px;
    margin-top: 15px;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 20px;
}

/* ----- Images ----- */

.gallery .main-image {
    margin-top: 60px;
    margin-bottom: 25px;
}

.gallery .gallery-thumbnail-wrapper {
    text-align: center;
}

.gallery .gallery-thumbnail {
    display: inline-block;
    max-width: 120px;
    margin-right: 25px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}

.gallery .gallery-thumbnail:last-child {
    margin-right: 0px;
}

.gallery .gallery-thumbnail img {
    padding-bottom: 10px;
}

.gallery .gallery-thumbnail.active,
.gallery .gallery-thumbnail.active:hover {
    border-bottom: 2px solid #999;
}

.gallery .gallery-thumbnail:hover {
    border-bottom: 2px solid #ccc;
}

.gallery .main-image.img-zoom {
    cursor: url("/assets/img/zoomin.png"), url("/assets/img/zoomin.cur"), pointer;
}

/* ----- Product info ----- */

.product-info-wrapper {
    padding: 0px;
}

.product-info {
    background-color: #f6f6f6;
    margin: 60px 0px 0px 70px;
    padding: 40px;
}

.product-info hr {
    border-top: 1px solid #C0A172;
    clear: both;
    float: left;
    width: 100%;
    margin: 30px 0px;
}

.product-info h1 {
    font-size: 26px;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}

.product-info h2 {
    color: #999;
    border: medium none;
    font-size: 14px;
    margin: 15px 0 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}

.product-info h2.subtitle-highlight {
    color: #C0A172;
}

.product-info h4 {
    font-size: 16px;
    margin: 30px 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.product-info .line-center {
    margin: 0;
    padding: 0 20px;
    background: #f6f6f6;
    display: inline-block;
}

.product-info h4:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: solid 1px #ccc;
    z-index: -1;
}

.product-info .extra-info-abstract {
    text-align: center;
    margin-bottom: 0px;
}

.product-info .extra-info-divider {
    border-color: #ccc;
}

.product-info .selectbox {
    /*float: left;*/
    /*width: 50%;*/
    margin-bottom: 30px;
}

.product-info .DivSelectyze {
    margin-top: 0px;
    width: 100%;
    margin-bottom: 20px;
}

.product-info .llq .UlSelectize {
    border-top: none;
}

.product-info .llq .selectyzeValue {
    padding: 10px 15px;
}

.product-info .llq li a {
    padding: 10px 15px;
}

.product-info .llq .select-option-no-stock {
    color: #999;
    position: absolute;
    right: 15px;
}

.product-info .llq .select-option-no-stock i {
    margin-left: 5px;
}

.product-info .main-button {
    clear: both;
    display: table;
    font-size: 14px;
    margin-bottom: 15px;
    float: left;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.product-info .main-button div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.product-info .main-button a {
    display: inline-block;
    padding: 15px 25px;
    width: 100%;
}

.product-info .main-button a:hover,
.product-info .main-button a:active,
.product-info .main-button a:focus {
    text-decoration: none;
}

.product-info .add2bag,
.product-info .enquire {
    background: none repeat scroll 0 0 #333;
    border: 1px solid #333;
    color: #fff;
    transition: background-color 250ms linear 0s;
}

.product-info .add2bag:hover,
.product-info .enquire:hover {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    text-decoration: none;
}

.product-info .add2bag:hover a,
.product-info .enquire:hover a {
    color: #000;
}

.product-info .add2bag a,
.product-info .enquire a {
    color: #fff;
}

.product-info .disabled-shop-online {
    background: #ddd;
    color: #666;
    padding: 15px 25px;
    font-size: 12px;
}

.product-info .added2bag {
    display: none;
    background: #2AAB55;
    color: #fff;
    padding: 15px 25px;
}

.product-info .select-one-size,
.product-info .select-one-color {
    display: none;
    font-size: 12px;
    color: #fff;
    background: #C52222;
    padding: 10px;
}

.product-info .already-in-wishlist {
    background: none repeat scroll 0 0 #f4f4f4;
    color: #ccc;
    font-size: 12px;
    padding: 10px;
}

.product-info .user-stock-alert-1,
.product-info .price-availability-request {
    background: #C0A172;
    border: 1px solid #C0A172;
    transition: background-color 250ms linear 0s;
}

.product-info .user-stock-alert-1 a,
.product-info .price-availability-request a {
    color: #fff;
}

.product-info .user-stock-alert-1:hover,
.product-info .price-availability-request:hover {
    background: #fff;
    border: 1px solid #ccc;
}

.product-info .user-stock-alert-1:hover a,
.product-info .price-availability-request:hover a {
    color: #333;
}

.product-info .user-stock-alert-2,
.product-info .user-stock-alert-3 {
    display: none;
}

.product-info .user-stock-alert-2 .user-stock-alert-input {
    border: 1px solid #ccc;
    font-size: 12px;
    line-height: 30px;
    padding: 0 15px;
}

.product-info .user-stock-alert-2 .user-stock-alert-send-button {
    background: #333;
    color: #fff;
    padding: 5px 15px;
    width: auto;
    text-transform: none;
}

.product-info .user-stock-alert-input.error {
    border: 1px solid #C52222 !important;
}

.product-info .user-stock-alert-2 p {
    margin-top: 10px;
    font-size: 12px;
    text-transform: none;
}

.product-info .user-stock-alert-3 {
    background: #2AAB55;
    color: #fff;
    padding: 10px;
}

/* ----- Suboptions ----- */

.product-info .suboptions {
    width: 100%;
}

.product-info .suboptions .cell {
    width: 49%;
    text-align: center;
    float: left;
    font-size: 12px;
}

.product-info .suboptions .cell:last-child {
    margin-left: 2%;
}

.product-info .suboptions .cell a {
    padding: 10px 0px;
    border: 1px solid #ccc;
    color: #333;
    display: block;
    transition: border 250ms linear 0s;
}

.product-info .suboptions .cell a:hover {
    border: 1px solid #333;
}

.product-info .suboptions .cell a.already-in-wishlist {
    background: #333 none repeat scroll 0 0;
    border: 1px solid #333;
    color: #fff;
    transition: none;
}

.available-sizes span {
    border: 1px solid #e6e6e6;
    color: #000;
    font-size: 12px;
    margin-right: 7px;
    padding: 5px 10px;
}

.available-sizes p, .available-colors p {
    color: #999;
    font-size: 12px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.product-info .add2bag, .product-info .enquire {
    background: #c0a172 none repeat scroll 0 0;
    border-color: #c0a172;
    margin-bottom: 15px;
}

/* ----- Product information ----- */

.product-info .product-information-trigger,
.product-info .inci-information-trigger,
.product-info .detailed-information-trigger,
.product-info .shipping-payment-information-trigger {
    color: #c0a172;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    padding-left: 10px;

    border-bottom: 1px solid #c0a172;
    padding-bottom: 12px;
    padding-top: 12px;
}

.product-info .product-information-trigger i,
.product-info .inci-information-trigger i,
.product-info .detailed-information-trigger i,
.product-info .shipping-payment-information-trigger i {
    color: #c0a172;
    float: right;
    font-size: 16px;
    padding-right: 10px;
}

.product-info .product-information-divider {
    border-top: 1px solid #c0a172;
    clear: both;
    float: left;
    margin: 10px 0px 30px;
    width: 100%;
}

.product-info .product-information,
.product-info .inci-information,
.product-info .shipping-payment-information {
    clear: both;
    color: #999;
    font-size: 12px;
    /*line-height: 120%;*/
    line-height: 146%;
    margin: 25px 0px 10px 10px;
    display: none;
}

.product-info .product-information .product-information-reference {
    margin-bottom: 15px;
}

.product-info .product-information p {
    /*line-height: 16px;*/
}

.product-info .product-information ul {
    list-style: square outside none;
    padding: 5px 0 0 15px;
    margin-bottom: 0px;
}

.product-info .product-information ul li {
    /*margin-bottom: 5px;*/
    margin-bottom: 0;
}

.product-info .product-information strong {
    color: #000;
    font-weight: bold;
}

.product-info .shipping-payment-information img {
    width: 75%;
    margin: 15px auto;
}

/* ----- Share section ----- */

.product-info .activities a {
    margin: 0 5px;
}

.product-info .activities a i {
    color: #999;
}

.product-info .activities a:hover i {
    color: #666;
}

.product-info .activities h3 {
    border: 0 none;
    color: #333;
    font-size: 12px;
    margin: 30px auto 20px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.product-info .activities a {
    color: #333;
    margin-right: 10px;
    font-size: 14px;
}

.product-info .activities .triman {
    font-size: 10px;
    color: #000;
    opacity: .5;
}

.product-info .activities .triman img {
    width: 30px;
}

/* ----- Perfume extra information ----- */

.section-inspiration {
    background: #f6f6f6;
}

.inspiration-left-block {
    display: table;
    height: 650px;
}

.inspiration-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px 15%;
}

.inspiration-wrapper h4 {
    text-transform: uppercase;
    font-size: 30px;
}

.inspiration-wrapper hr {
    border-color: #c0a172;
    width: 250px;
}

.inspiration-wrapper p {
    color: #999;
    margin-top: 30px;
}

.inspiration-wrapper .btn-primary {
    background-color: #c0a172;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 10px 0;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: background-color 250ms linear 0s;
}

.inspiration-wrapper .btn-primary:hover {
    background-color: #333;
    color: #fff;
}

.inspiration-right-block div {
    /*height: 650px;*/
    display: none;
}

.section-fragrance {
    margin-top: 70px;
    padding-bottom: 70px;
}

.section-fragrance .heading {
    margin-bottom: 50px;
}

.section-fragrance .heading h4,
.section-range .heading h4,
.section-campaign .heading h4,
.section-vdp-discover .heading h4,
.section-brochure .heading h4 {
    text-transform: uppercase;
    font-size: 30px;
}

.section-fragrance .heading hr,
.section-range .heading hr,
.section-campaign .heading hr,
.section-vdp-discover .heading hr,
.section-brochure .heading hr {
    border-color: #c0a172;
    width: 250px;
}

.section-fragrance .heading p,
.section-range .heading p,
.section-campaign .heading p,
.section-vdp-discover .heading p,
.section-brochure .heading p {
    width: 75%;
    margin: 30px auto 0px;
    color: #999;
}

.section-range .heading p,
.section-brochure .heading p {
    margin-bottom: 20px;
}

.section-fragrance .notes img {
    width: 320px;
    margin: 0px auto;
}

.section-fragrance .notes-wrapper {
    margin: 0px auto;
    width: 320px;
    text-align: center;
}

.section-fragrance .notes-wrapper .vertical-line {
    background: #c0a172 none repeat scroll 0 0;
    height: 50px;
    margin: 10px auto 0px;
    width: 1px;
}

.section-fragrance .notes-wrapper h4 {
    text-transform: uppercase;
    font-size: 16px;
}

.section-fragrance .notes-wrapper ul {
    padding: 0px;
    margin: 0;
    list-style-type: none;
}

.section-fragrance .notes-wrapper ul li {
    margin-bottom: 5px;
    color: #333;
}

.section-fragrance .notes-wrapper ul li:first-child {
    color: #C0A172;
}

.section-fragrance .notes-wrapper p {
    color: #999;
    margin-top: 10px;
}

.section-range {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 70px 0px;
    /*-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);*/
    /*box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);*/
}

.section-range .heading {
    margin-bottom: 0px;
}

.owl-pagination {
    display: none;
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
    background-color: #999;
}

.owl-theme .owl-controls .owl-buttons div {
    padding: 5px 9px;
}

.owl-theme .owl-buttons i{
    margin-top: 2px;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    height: 64px;
    width: 64px;
    left: 0px;
    top: 50%;
    background: rgba(255, 255, 255, 0.7) url("../../img/left.png") no-repeat scroll 0 0 / 64px 64px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    height: 64px;
    width: 64px;
    right: 0px;
    top: 50%;
    background: rgba(255, 255, 255, 0.7) url("../../img/right.png") no-repeat scroll 0 0 / 64px 64px;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #333;
    display: inline-block;
    font-size: 30px;
    margin: 5px;
    background: none;
    border-radius: 0px;
}

.range-item {
    color: #999;
    font-size: 13px;
    padding: 0px 50px;
    text-align: center;
}

.range-item img {
    margin: 0px auto;
}

.range-item h3 {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #333;
}

.range-item h4 {
    font-size: 13px;
    text-align: center;
    color: #999;
}

.range-item .separator {
    width: 60px;
    height: 1px;
    background: #ccc;
    margin: 15px auto;
}

.section-campaign {
    margin: 70px auto 80px;
}

.section-campaign .heading {
    margin-bottom: 30px;
}

.section-vdp-discover {
    margin: 70px auto 50px;
}

.section-detailed-description {
    padding: 80px 40px;
    position: relative;
}

.section-detailed-description h4 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 30px;
}

.section-detailed-description p {
    width: 75%;
    color: #999;
}

.section-detailed-description p.handwriting {
    font-family: 'Italianno', cursive;
    font-size: 36px;
    margin-top: 80px;
}

.section-detailed-description img {
    margin: 0px auto;
}

.section-detailed-description .dimensions {
    text-align: left;
    margin: 0 auto;
    width: 50%;
}

.section-detailed-description .dimensions p {
    color: #333;
}

.section-detailed-description .dimensions ul {
    list-style-type: none;
}

.section-detailed-description .dimensions li {
    color: #999;
}

.section-brochure {
    min-height: 600px;
    padding-top: 70px;
}

/*.section-vdp-discover .heading hr {*/
/*margin-bottom: 50px;*/
/*}*/

.section-vdp-discover .heading p {
    margin-bottom: 50px;
}

.section-vdp-discover img {
    margin-bottom: 30px;
}

.closing-link {
    background-color: #f6f6f6;
}

.closing-link h4 {
    font-size: 24px;
    margin: 50px auto;
    text-transform: uppercase;
    text-align: center;
}

/* ----- Related products ----- */

.divider {
    padding: 0px;
}

.divider hr {
    margin: 70px 0 50px;
}

.related-products .divider hr {
    margin-top: 0px;
}

.related-products h5 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    font-size: 24px;
    margin: 20px 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.related-products .item {
    margin-bottom: 70px;
}

.related-products .item h4 {
    margin: 20px auto 0px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: medium none;
    font-size: 14px;
}

.related-products .separator {
    background: #ccc none repeat scroll 0 0;
    height: 1px;
    margin: 15px auto;
    width: 60px;
}

.related-products .item span {
    background: #fff none repeat scroll 0 0;
    color: #999;
    display: block;
    font-size: 12px;
    text-align: center;
}

.related-products .item .products-more-children {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    padding: 10px;
    background-color: rgba(255,255,255,0.5) !important;
    width: 100%;
}

/* Product enquiry modal */

#product-enquiry-modal .modal-content {
    border-radius: 0px;
}

#product-enquiry-modal .modal-header h4 {
    text-transform: uppercase;
    text-align: center;
    margin: 10px auto 0px;
}

#product-enquiry-modal .modal-header .close {
    font-size: 30px;
}

#product-enquiry-modal .modal-body {
    color: #999;
    font-size: 12px;
}

#product-enquiry-modal .btn {
    border-radius: 0px;
    text-transform: uppercase;
}

#product-enquiry-modal .btn.btn-default {
    background-color: #ddd;
    border-color: #ddd;
    color: #666;
}

#product-enquiry-modal .btn.btn-primary {
    background-color: #c0a172;
    border-color: #c0a172;
    color: #fff;
}

#product-enquiry-modal .product-information {
    margin: 20px auto;
    background: #f4f4f4;
    padding: 15px;
}

#product-enquiry-modal .product-information img {
    margin: 0px auto;
}

#product-enquiry-modal .product-information .product-name {
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 15px;
}

#product-enquiry-modal .product-information .product-subtitle,
#product-enquiry-modal .product-information .product-highlight-subtitle {
    text-transform: uppercase;
}

#product-enquiry-modal .product-information .product-highlight-subtitle {
    color: #c0a172;
}

#product-enquiry-modal label {
    clear: both;
    color: #999;
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

#product-enquiry-modal .form-control {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #000;
    font-size: 12px;
}

#product-enquiry-modal .form-control.error {
    border: 1px solid #C52222;
}

#product-enquiry-modal .DivSelectyze {
    margin-top: 0px;
    width: 100%;
}

#product-enquiry-modal .DivSelectyze .selectyzeValue {
    height: 35px;
    line-height: 24px;
}


@media (max-width: 1400px) {

    .product-info{
        margin-left: 45px;
    }

}

@media (max-width: 1200px) {

    .product-info .selectbox {
        width: 100%;
    }
}

/* Tablet */

@media (max-width: 992px) {

    .container {
        width: 100%;
    }

    .gallery .main-image {
        margin-top: 30px;
    }

    .product-info {
        margin-top: 30px;
        margin-left: 0px;
    }

    .related-products h5 {
        margin: 10px 0px 20px 0px;
    }

    .related-products .item {
        margin-bottom: 20px;
        padding: 0;
    }

    .divider hr {
        margin: 40px 0px;
    }

    .inspiration-left-block {
        height: 450px;
    }

    .inspiration-wrapper {
        padding: 40px;
    }

    .section-fragrance .heading p,
    .section-range .heading p,
    .section-campaign .heading p {
        width: 100%;
        padding: 0px 40px;
    }

    .section-fragrance .notes-wrapper {
        margin-bottom: 50px;
    }

    .section-fragrance .notes-wrapper .vertical-line {
        height: 30px;
    }

    .section-fragrance .notes img {
        width: 220px;
    }

    .owl-pagination {
        display: block;
    }

    .owl-buttons {
        display: none;
    }
}

/* Mobile */

@media (max-width: 768px) {

    .container {
        width: 100%;
    }

    .gallery .main-image {
        margin-top: 20px;
    }

    .gallery .gallery-thumbnail {
        max-width: 80px;
    }

    .product-info {
        margin-left: 0px;
    }

    .product-info .selectbox {
        width: 100%;
        margin: 0px auto 10px;
    }

    .product-info .selectbox .DivSelectyze {
        width: 100%;
    }

    .product-info .suboptions .cell {
        width: 100%;
        margin: 0;
    }

    .product-info .suboptions .cell {
        width: 100%;
    }

    .product-info .suboptions .cell:last-child {
        margin: 5px 0px 0px 0px;
    }

    .inspiration-left-block {
        height: 320px;
    }

    .related-products h5 {
        margin: 0px 0px 25px 0px;
        padding: 0 10px;
    }

    .related-products .item {
        margin-bottom: 20px;
    }

    .related-products .item h4 {
        color: #C0A172;
        margin: 10px 10px 0;
        font-size: 12px;
        width: auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .related-products .item .products-more-children {
        font-size: 10px;
    }

    .divider hr {
        margin: 40px 0px;
    }

}