.whiskySection.bg-orange {
    background-color: #e48740
}

.whiskySection.text-orange {
    color: #e48740
}

.whiskySection #collapseSelect .content-icon[aria-expanded=true],
.whiskySection #secondaryCollapseSelect .content-icon[aria-expanded=true] {
    border-bottom: 2px solid #505050
}

.whiskySection #collapseSelect .content-icon[aria-expanded=true]:hover,
.whiskySection #secondaryCollapseSelect .content-icon[aria-expanded=true]:hover {
    border-bottom: 2px solid #505050
}

.whiskySection #collapseSelect .content-icon[aria-expanded=false],
.whiskySection #secondaryCollapseSelect .content-icon[aria-expanded=false] {
    border-bottom: 2px solid #e7e7e7
}

.whiskySection #collapseSelect .content-icon,
.whiskySection #secondaryCollapseSelect .content-icon {
    cursor: pointer
}

.whiskySection #collapseSelect .content-icon:hover,
.whiskySection #secondaryCollapseSelect .content-icon:hover {
    border-bottom: 2px solid #e48740
}

.whiskySection #collapseSelect img {
    width: 100px;
    display: block
}

.whiskySection .text-title {
    text-align: center;
    display: block;
    color: #666;
    font-weight: 700;
    font-size: .95rem
}

.whiskySection #secondaryCollapseSelect img {
    width: 110px;
    padding: 25px
}

.whiskySection .bg-texture {
    background-image: url(../images/bg-texture.jpg)
}

.whiskySection .inf-custom {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    cursor: default
}

.whiskySection .btn-custom,
.whiskySection .inf-custom {
    background-image: url(../images/add-btn-bg.png);
    background-size: cover;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 5px;
    font-size: 1.1rem
}

@media (max-width:992px) {

    .whiskySection .btn-custom,
    .whiskySection .inf-custom {
        margin-right: 3px;
        font-size: 1rem
    }
}

.whiskySection .btn-custom:hover {
    transform: scale(.95);
    color: #fff;
    background: #222
}

.whiskySection .ico-flavour {
    width: 40px
}

.whiskySection .ico-Malt {
    width: 30px
}

.whiskySection .ico-Malt-name {
    width: 200px
}

.whiskySection .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: none;
    background-color: #e48740;
    margin: auto 10px
}

.whiskySection footer {
    background-image: url(../images/share-bg.png);
    background-size: cover;
    background-position: center;
    color :#fff;
}

.whiskySection footer div dl dt a, .whiskySection footer div dl dd a {
    color :#fff !important;
}

.whiskySection .btn-social {
    background: #e6e6e6;
    color: #254586;
    padding: 1rem;
    margin: 5px;
    font-size: 2rem;
    border-radius: 6px;
    min-width: 70px;
    transition: all ease-in-out .25s
}

.whiskySection .btn-social:hover {
    background: #162c58;
    color: #fff;
    transition: all ease-in-out .25s
}