﻿
.custom-search-input-2 {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-top: 15px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
    .custom-search-input-2 {
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

.custom-search-input-2 input {
    border: 0;
    height: 50px;
    padding-left: 15px;
    border-right: 1px solid #d2d8dd;
    font-weight: 500;
}

@media (max-width: 991px) {
    .custom-search-input-2 input {
        border: none;
    }
}

.custom-search-input-2 input:focus {
    box-shadow: none;
    border-right: 1px solid #d2d8dd;
}

@media (max-width: 991px) {
    .custom-search-input-2 input:focus {
        border-right: none;
    }
}

.custom-search-input-2 select {
    display: none;
}

.custom-search-input-2 .nice-select .current {
    font-weight: 500;
    color: #6f787f;
}

.custom-search-input-2 .form-group {
    margin: 0;
}

@media (max-width: 991px) {
    .custom-search-input-2 .form-group {
        margin-bottom: 5px;
    }
}

.custom-search-input-2 i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    background-color: #fff;
    line-height: 50px;
    top: 0;
    right: 1px;
    padding-right: 15px;
    display: block;
    width: 20px;
    box-sizing: content-box;
    height: 50px;
    z-index: 9;
    color: #999;
}

@media (max-width: 991px) {
    .custom-search-input-2 i {
        padding-right: 10px;
    }
}

.custom-search-input-2 input[type='submit'] {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border: 0;
    padding: 0 25px;
    height: 50px;
    cursor: pointer;
    outline: none;
    width: 100%;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #9d7f28;
    margin-right: -1px;
}

@media (max-width: 991px) {
    .custom-search-input-2 input[type='submit'] {
        margin: 20px 0 0 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }
}

.custom-search-input-2 input[type='submit']:hover {
    background-color: #978726;
    color: #fff;
}

.custom-search-input-2 input[type='button'] {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border: 0;
    padding: 0 25px;
    height: 50px;
    cursor: pointer;
    outline: none;
    width: 100%;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #9d7f28;
    margin-right: -1px;
}

@media (max-width: 991px) {
    .custom-search-input-2 input[type='button'] {
        margin: 20px 0 0 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }
}

.custom-search-input-2 input[type='button']:hover {
    background-color: #978726;
    color: #fff;
}
.panel-dropdown {
    position: relative;
    text-align: left;
    padding: 15px 10px 0 15px;
}

@media (max-width: 991px) {
    .panel-dropdown {
        background-color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        height: 50px;
    }
}

.panel-dropdown a {
    color: #727b82;
    font-weight: 500;
    transition: all 0.3s;
    display: block;
    position: relative;
}

    .panel-dropdown a:after {
        font-family: 'ElegantIcons';
        content: "\33";
        font-size: 26px;
        color: #999;
        font-weight: 500;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: absolute;
        right: 0;
        top: 0;
    }

.panel-dropdown.active a:after {
    transform: rotate(180deg);
}

.panel-dropdown .panel-dropdown-content {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    position: absolute;
    top: 58px;
    left: 0px;
    z-index: 99;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
    padding: 15px 15px 0 15px;
    white-space: normal;
    width: 280px;
}

    .panel-dropdown .panel-dropdown-content:after {
        bottom: 100%;
        left: 15px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #fff;
        border-width: 7px;
        margin-left: -7px;
    }

    .panel-dropdown .panel-dropdown-content.right {
        left: auto;
        right: 0;
    }

        .panel-dropdown .panel-dropdown-content.right:after {
            left: auto;
            right: 15px;
        }

.panel-dropdown.active .panel-dropdown-content {
    opacity: 1;
    visibility: visible;
}

.qtyButtons {
    display: flex;
    margin: 0 0 13px 0;
}

    .qtyButtons input {
        outline: 0;
        font-size: 16px;
        font-size: 1rem;
        text-align: center;
        width: 50px;
        height: 36px !important;
        color: #333;
        line-height: 36px;
        margin: 0 !important;
        padding: 0 5px !important;
        border: none;
        box-shadow: none;
        pointer-events: none;
        display: inline-block;
        border: none !important;
    }

    .qtyButtons label {
        font-weight: 500;
        line-height: 36px;
        padding-right: 15px;
        display: block;
        flex: 1;
        color: #727b82;
    }

.qtyInc,
.qtyDec {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 28px;
    font-size: 1.75rem;
    background-color: #f2f2f2;
    -webkit-text-stroke: 1px #f2f2f2;
    color: #333;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    font-family: 'ElegantIcons';
}

    .qtyInc:before {
        content: "\4c";
    }

    .qtyDec:before {
        content: "\4b";
    }

.qtyTotal {
    background-color: #66676b;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 18px;
    text-align: center;
    position: relative;
    top: 0;
    left: 2px;
    height: 18px;
    width: 18px;
}

#search_container_2 {
    position: relative;
    height: 450px;
    background-size: cover !important;
    color: #fff;
    width: 100%;
    display: table;
    z-index: 99;
}

#search_2 {
    display: table-cell;
    vertical-align: middle;
    padding-top: 350px;
    background: rgba(0, 0, 0, 0.2);
}

@media (max-width: 575px) {
    #search_2 {
        padding: 100px 15px 70px;
    }
}

#search_2 .nav-tabs {
    border-radius: 0;
    font-size: 12px;
    border: 0;
    border-bottom: 1px solid transparent;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

    #search_2 .nav-tabs > li > a {
        border: 0;
        color: #fff !important;
        padding: 10px 15px;
        margin-right: 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        position: relative;
        padding-left: 20px;
    }

@media (max-width: 575px) {
    #search_2 .nav-tabs > li > a {
        padding: 10px 15px;
    }

        #search_2 .nav-tabs > li > a:before {
            display: none;
        }
}

#search_2 .nav-tabs > li > a#tab_bt_1:before,
#search_2 .nav-tabs > li > a#tab_bt_2:before,
#search_2 .nav-tabs > li > a#tab_bt_3:before {
    font-family: 'fontello';
    font-size: 18px;
    margin-right: 5px;
    position: absolute;
    left: 15px;
    top: 8px;
}

#search_2 .nav-tabs > li > a#tab_bt_1:before {
    content: '\ed5a';
}

#search_2 .nav-tabs > li > a#tab_bt_2:before {
    content: '\e9b8';
}

#search_2 .nav-tabs > li > a#tab_bt_3:before {
    content: '\ed80';
}

#search_2 .tab-content {
    padding: 0;
    border: 0;
    background-color: transparent;
}

#search_2 .nav-tabs > li > a {
    background: rgba(0, 0, 0, 0.40);
}

    #search_2 .nav-tabs > li > a.active,
    #search_2 .nav-tabs > li > a:hover .active,
    #search_2 .nav-tabs > li > a:focus .active {
        color: #fff;
        background-color: #424242;
    }

.custom-search-input-2 {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-top: 15px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
.switch-light span span,
.switch-toggle a {
    display: none
}

@media only screen {
    .switch-light {
        display: block;
        height: 30px;
        width: 100px;
        position: relative;
        overflow: visible;
        padding: 0;
        margin: auto
    }

        .switch-light * {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }

        .switch-light a {
            display: block;
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            transition: all .3s ease-out;
            outline: 0
        }

        .switch-light label,
        .switch-light > span {
            line-height: 30px;
            vertical-align: middle;
            height: 30px;
            cursor: pointer
        }

        .switch-light label {
            position: relative;
            z-index: 3;
            display: block;
            width: 100%
        }

        .switch-light input {
            position: absolute;
            opacity: 0;
            z-index: 5
        }

            .switch-light input:checked ~ a {
                right: 0
            }

        .switch-light > span {
            position: absolute;
            left: -100px;
            width: 100%;
            margin: 0;
            padding-right: 100px;
            text-align: left
        }

            .switch-light > span span {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 5;
                display: block;
                width: 50%;
                margin-left: 100px;
                text-align: center
            }

                .switch-light > span span:last-child {
                    left: 50%
                }

        .switch-light a {
            position: absolute;
            right: 50%;
            top: 0;
            z-index: 4;
            display: block;
            width: 50%;
            height: 100%;
            padding: 0
        }

    .switch-toggle {
        display: block;
        height: 30px;
        position: relative;
        padding: 0 !important
    }

        .switch-toggle * {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }

        .switch-toggle a {
            display: block;
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            transition: all .3s ease-out
        }

        .switch-toggle label,
        .switch-toggle > span {
            line-height: 30px;
            vertical-align: middle
        }

        .switch-toggle input:focus + label,
        .switch-toggle input:focus ~ a {
            outline: 1px dotted #888
        }

        .switch-toggle input {
            position: absolute;
            opacity: 0
        }

            .switch-toggle input + label {
                position: relative;
                z-index: 2;
                float: left;
                width: 50%;
                height: 100%;
                margin: 0;
                text-align: center
            }

        .switch-toggle a {
            position: absolute;
            top: 0;
            left: 0;
            padding: 0;
            z-index: 1;
            width: 50%;
            height: 100%
        }

        .switch-toggle input:last-of-type:checked ~ a {
            left: 50%
        }

        .switch-toggle.switch-3 a,
        .switch-toggle.switch-3 label {
            width: 33.33333%
        }

        .switch-toggle.switch-3 input:checked:nth-of-type(2) ~ a {
            left: 33.33333%
        }

        .switch-toggle.switch-3 input:checked:last-of-type ~ a {
            left: 66.66667%
        }

        .switch-toggle.switch-4 a,
        .switch-toggle.switch-4 label {
            width: 25%
        }

        .switch-toggle.switch-4 input:checked:nth-of-type(2) ~ a {
            left: 25%
        }

        .switch-toggle.switch-4 input:checked:nth-of-type(3) ~ a {
            left: 50%
        }

        .switch-toggle.switch-4 input:checked:last-of-type ~ a {
            left: 75%
        }

        .switch-toggle.switch-5 a,
        .switch-toggle.switch-5 label {
            width: 20%
        }

        .switch-toggle.switch-5 input:checked:nth-of-type(2) ~ a {
            left: 20%
        }

        .switch-toggle.switch-5 input:checked:nth-of-type(3) ~ a {
            left: 40%
        }

        .switch-toggle.switch-5 input:checked:nth-of-type(4) ~ a {
            left: 60%
        }

        .switch-toggle.switch-5 input:checked:last-of-type ~ a {
            left: 80%
        }

    .switch-candy {
        background-color: #2d3035;
        border-radius: 3px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        text-shadow: 1px 1px 1px #191b1e;
        box-shadow: inset 0 2px 6px rgba(0, 0, 0, .3), 0 1px 0 rgba(255, 255, 255, .2)
    }

        .switch-candy label {
            color: #fff;
            -webkit-transition: color .2s ease-out;
            -moz-transition: color .2s ease-out;
            transition: color .2s ease-out
        }

        .switch-candy input:checked + label {
            color: #333;
            text-shadow: 0 1px 0 rgba(255, 255, 255, .5)
        }

        .switch-candy a {
            border: 1px solid #333;
            background-color: #70c66b;
            border-radius: 3px;
            background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .2), rgba(0, 0, 0, 0));
            background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2), rgba(0, 0, 0, 0));
            box-shadow: 0 1px 1px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(255, 255, 255, .45)
        }

        .switch-candy > span {
            color: #333;
            text-shadow: none
        }

        .switch-candy span {
            color: #fff
        }

        .switch-candy.switch-candy-blue a {
            background-color: #38a3d4
        }

        .switch-candy.switch-candy-yellow a {
            background-color: #f5e560
        }

    .switch-android {
        background-color: #464747;
        border-radius: 1px;
        color: #fff;
        box-shadow: inset rgba(0, 0, 0, .1) 0 1px 0
    }

        .switch-android label {
            color: #fff
        }

        .switch-android > span span {
            opacity: 0;
            -webkit-transition: all .1s;
            -moz-transition: all .1s;
            transition: all .1s
        }

            .switch-android > span span:first-of-type {
                opacity: 1
            }

        .switch-android a {
            background-color: #666;
            border-radius: 1px;
            box-shadow: inset rgba(255, 255, 255, .2) 0 1px 0, inset rgba(0, 0, 0, .3) 0 -1px 0
        }

        .switch-android.switch-light input:checked ~ a {
            background-color: #0e88b1
        }

        .switch-android.switch-light input:checked ~ span span:first-of-type {
            opacity: 0
        }

        .switch-android.switch-light input:checked ~ span span:last-of-type {
            opacity: 1
        }

        .switch-android.switch-toggle,
        .switch-android > span span {
            font-size: 85%;
            text-transform: uppercase
        }

    .switch-ios.switch-light {
        color: #868686;
        top: 34px;
        right: 125px;
    }

        .switch-ios.switch-light a {
            left: 0;
            width: 30px;
            background-color: #fff;
            border: 1px solid #d3d3d3;
            border-radius: 100%;
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            transition: all .3s ease-out;
            box-shadow: inset 0 -3px 3px rgba(0, 0, 0, .025), 0 1px 4px rgba(0, 0, 0, .15), 0 4px 4px rgba(0, 0, 0, .1)
        }

        .switch-ios.switch-light > span span {
            width: 100%;
            left: 0;
            opacity: 0
        }

            .switch-ios.switch-light > span span:first-of-type {
                opacity: 1;
                padding-left: 30px
            }

            .switch-ios.switch-light > span span:last-of-type {
                padding-right: 30px
            }

        .switch-ios.switch-light > span:before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 100px;
            top: 0;
            background-color: #fafafa;
            border: 1px solid #d3d3d3;
            border-radius: 30px;
            -webkit-transition: all .5s ease-out;
            -moz-transition: all .5s ease-out;
            transition: all .5s ease-out;
            box-shadow: inset rgba(0, 0, 0, .1) 0 1px 0
        }

        .switch-ios.switch-light input:checked ~ a {
            left: 100%;
            margin-left: -30px
        }

        .switch-ios.switch-light input:checked ~ span:before {
            border-color: #85c99d;
            box-shadow: inset 0 0 0 30px #85c99d
        }

        .switch-ios.switch-light input:checked ~ span span:first-of-type {
            opacity: 0
        }

        .switch-ios.switch-light input:checked ~ span span:last-of-type {
            opacity: 1;
            color: #fff
        }

    .switch-ios.switch-toggle {
        background-color: #fafafa;
        border: 1px solid #d3d3d3;
        border-radius: 30px;
        box-shadow: inset rgba(0, 0, 0, .1) 0 1px 0
    }

        .switch-ios.switch-toggle a {
            background-color: #85c99d;
            border-radius: 25px;
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            transition: all .3s ease-out
        }

        .switch-ios.switch-toggle label {
            color: #868686
        }

    .switch-ios input:checked + label {
        color: #3a3a3a
    }

    @media only screen and (-webkit-max-device-pixel-ratio:2) and (max-device-width:1280px) {
        .switch-light,
        .switch-toggle {
            -webkit-animation: webkitSiblingBugfix infinite 1s
        }
    }
