body, td {
    font-size: 16px;
    font-family: 'Alegreya Sans', sans-serif;
    color: #404040;
    border: 0;
    font-weight: 500;
}

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

img {
    border: 0px;
}

    img.img-responsive {
        display: inline-block;
    }

a {
    color: #ca5a46;
    text-decoration: none;
}

    a:hover {
        color: #404040;
        text-decoration: none;
    }

    a.action {
        color: #404040;
        text-decoration: none;
    }

        a.action:hover {
            color: #00652e;
            text-decoration: none;
        }



h1 {
    color: #455f3e;
}

h2 {
    color: #455f3e;
}




.logo-col {
    background: #ffffff;
}

.top-area {
    border-top: 20px solid #ffffff;
    background: url(skn/red.jpg) 100% 100% repeat-x #465f3f;
    /*background: url(skn/green.jpg) 100% 100% repeat-x #b03917;*/
    border-bottom: 20px solid #ffffff;
}

@media(min-width:990px){
    .top-area-inner {
        background: url(skn/opposite.jpg) 0% 100% no-repeat;
     }
}

.slider-area {
    border-top: 1px solid #465f3f;
    border-bottom: 1px solid #465f3f;
    padding-top: 10px;
    padding-bottom: 10px;
}



.home-slide img {
    /*height: 200px;
    max-width: 100%;*/
    border: 1px solid #b03917;
    max-height: 160px;
}

.slider-offers .home-slide img {
    border: 1px solid #465f3f;
    max-height: 160px;
}

.home-slider {
    margin-left: -5px;
    margin-right: -5px;
}

.home-slide {
    padding: 5px;
}

.home-slider.no {
    height: 0px;
    overflow: hidden;
    opacity: 0;
}

@media(min-width:1400px) {
    .home-slider {
        margin-left: -100px;
        margin-right: -100px;
    }
}

.CartQuantity {
    font-size: 12px;
}

    .CartQuantity input {
        padding: 3px;
        font-size: 14px;
    }

#PriceText {
    display: none;
}

#InitialPrice {
    font-size: 22px;
    font-weight: normal;
}

#ProductDiscountPrice {
    font-size: 22px;
    font-weight: normal;
}

#AddToCartBtn {
    width: 90px;
}


div#cartactionsdiv div.addtowishlist {
    background: url(skn/wishlist.jpg) 0% 50% no-repeat;
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
}

    div#cartactionsdiv div.addtowishlist a.link {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        font-weight: normal;
        white-space: nowrap;
    }




div.ContextMenu {
    position: absolute;
    z-index: 3;
    text-align: left;
    width: 220px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    list-style: none outside none;
    font-size: 16px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    background-clip: padding-box;
}

    div.ContextMenu a {
        display: block;
        background: #ffffff url('res/ac3/img/ContextMenuGutter.gif') 0% 0% repeat-y;
        font-weight: normal;
        font: 11px/11px Arial,Trebuchet MS,Verdana,sans-serif;
        color: #00356A;
        text-decoration: none;
        padding: 4px 5px;
    }

        div.ContextMenu a:hover {
            background: #d9d9d9 url('res/ac3/img/ContextMenuHover.gif') 50% 50% repeat-x;
            font-weight: normal;
            font: 11px/11px Arial,Trebuchet MS,Verdana,sans-serif;
            color: #00509F;
            color: #000000;
            text-decoration: none;
        }

        div.ContextMenu a.ajax {
            display: block;
            background: #ffffff url('res/ac3/img/ContextMenuGutter.gif') 0% 0% repeat-y;
            font-weight: normal;
            font: 11px/11px "Trebuchet MS",Verdana,sans-serif;
            color: #00356A;
            text-decoration: none;
            padding: 4px 5px;
        }

            div.ContextMenu a.ajax:hover {
                display: block;
                background: #ffffff url('res/ac3/img/ContextMenuGutter.gif') 0% 0% repeat-y;
                font-weight: normal;
                font: 11px/11px "Trebuchet MS",Verdana,sans-serif;
                color: #00356A;
                text-decoration: none;
                padding: 4px 5px;
            }





.about, .login-area {
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    background: #465f3f;
}

    .about a, .about a:hover, .about a:focus, .login-area a, .login-area a:hover, .login-area a:focus {
        color: #fff;
        font-size: 14px;
    }


table.splitter_table {
}

    table.splitter_table td {
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 30px;
        text-align: center;
        background: #ffffff;
        color: #d41518;
        border: 1px solid #ddd;
        border-left: none;
    }

        table.splitter_table td:hover {
            background: #ededed;
        }

        table.splitter_table td.splitter_active:hover {
            background: #d41518;
        }

        table.splitter_table td:first-child {
            border-left: 1px solid #ddd !important;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        table.splitter_table td:last-child {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        table.splitter_table td.splitter_active {
            display: inline-block;
            width: 35px;
            height: 35px;
            line-height: 30px;
            text-align: center;
            background: #d41518;
            color: #ffffff;
        }

        table.splitter_table td.splitter_next, table.splitter_table td.splitter_prev {
            padding-left: 15px;
            padding-right: 15px;
            width: initial !important;
        }

td {
    padding: 3px;
}


#salt {
    max-width: 120px;
    display: inline-block;
}

.formButton {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}

.btn.btn-primary, .formButton {
    color: #fff;
    background: #b03917;
    border-color: #b03917;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
}

    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .open > .dropdown-toggle.btn-primary, .formButton:hover, .formButton:focus {
        color: #ffffff;
        background-color: #465f3f;
        border-color: #465f3f;
        font-size: 16px;
        border-radius: 0px;
        font-weight: 500;
    }



    .btn.btn-primary.disabled, .btn.btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
        color: #fff;
        background-color: #b03917;
        border-color: #b03917;
        font-size: 16px;
        font-weight: 500;
        border-radius: 0px;
    }


.btn.btn-info, .formButton {
    color: #fff;
    background: #465f3f;
    border-color: #465f3f;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
}

    .btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active, .btn.btn-info.active, .open > .dropdown-toggle.btn-info, .formButton:hover, .formButton:focus {
        color: #ffffff;
        background-color: #b03917;
        border-color: #b03917;
        font-size: 16px;
        border-radius: 0px;
        font-weight: 500;
    }



    .btn.btn-info.disabled, .btn.btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
        color: #fff;
        background-color: #465f3f;
        border-color: #465f3f;
        font-size: 16px;
        font-weight: 500;
        border-radius: 0px;
    }


.site-menu ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    margin-top: 7px;
    margin-bottom: 7px;
}

.site-menu li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    float: left;
    padding-left: 2px;
    list-style: none;
    padding-right: 2px;
}

    .site-menu li, .site-menu li a, .site-menu li a:hover, .site-menu li a:focus {
        color: #ffffff;
        font-size: 14px;
    }

.sub-menu ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    height: 40px;
}

.sub-menu li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    float: left;
    padding-left: 2px;
    padding-right: 2px;
    list-style: none;
    line-height: 40px;
    color: #ffffff;
}

    .sub-menu li a, .sub-menu li a:hover, .sub-menu li a:focus {
        color: #ffffff;
        font-size: 16px;
    }

.top-menus {
    position: relative;
    padding-bottom: 40px;
}

.sub-menu {
    position: absolute;
    bottom: -5px;
    right: 15px;
}


.newsletter-area {
    padding-top: 10px;
    padding-bottom: 20px;
    border-top: 1px solid #465f3f;
    border-bottom: 1px solid #465f3f;
}

    .newsletter-area, .newsletter-area h3 {
        color: #b03917;
    }

        .newsletter-area .btn {
            margin-left: 10px !important;
            min-height: 46px;
        }

        .newsletter-area .form-control {
            border-color: #b03917;
            min-height: 46px;
        }


.tile_thumb {
    overflow: hidden;
    border: 2px solid #b03917;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.child_tile:hover .tile_thumb {
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 2px solid #465f3f;
}

.tile_thumb img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.child_tile:hover .tile_thumb img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
}

.ellip {
    display: block;
    height: 100%;
}

.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%;
}

.ellip,
.ellip-line {
    position: relative;
    overflow: hidden;
}


.tile_caption a, .tile_caption a:hover, .tile_caption a:focus {
    color: #383838;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.child_tile:hover .tile_caption a, .child_tile:hover .tile_caption a:hover, .child_tile:hover .tile_caption a:focus {
    color: #465f3f;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.child_tile .cart-icon {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 1.5em;
    color: #404040;
}

.child_tile:hover .cart-icon {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    font-size: 1.5em;
    filter: FlipH;
    -ms-filter: "FlipH";
    color: #465f3f;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.tile_description {
    text-align: center;
    color: #737373;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tile_price {
    font-size: 22px;
    color: #808080;
    width: 100%;
    text-align: left;
}

table.tile_price td {
    padding: 0px;
}

.tile_price div {
    font-size: 22px;
    color: #808080;
    display: inline-block;
    margin-right: 5px;
}

.tile_outofstock {
    color: #cc0000;
    font-size: 18px;
    margin-top: 10px;
}



.product-code {
    font-weight: 600;
    font-size: 16px;
}

#VatPrice, #TooltipVat, #TooltipVat_parent {
    display: none;
}

#PriceArea {
    margin-top: 20px;
}

#PriceText {
    /* display: none; */
}

#InitialPrice {
    font-size: 22px;
}

#ProductDiscountPrice {
    font-size: 22px;
    color: #333;
}

.VatText {
    font-size: 16px;
}

.VatPriceNumber2 {
    /* display: none; */
    font-size: 16px;
    color: #333;
}

#TooltipVat_parent {
    /* display: none; */
    font-size: 16px;
}

.ShopStrike {
    color: #cc0000;
    text-decoration: line-through;
}

#AddToCartBtn {
    margin-top: 24px;
}

.quantity-control {
    margin-right: 15px;
    margin-top: 10px;
    width: 90px;
}

    .quantity-control .btn {
        color: #647C98;
        font-weight: normal;
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px;
        min-width: 30px;
        line-height: 20px;
        color: #555;
        border-radius: 0px;
        background-color: #FFF;
        background-image: none;
        border: 1px solid #CCC;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    }


.AdditionalLinksControl {
    margin-top: 20px;
}

    .AdditionalLinksControl p {
        font-size: 20px;
    }

    .AdditionalLinksControl div p {
        font-size: 13px;
    }

#AddToCartBtn {
    background: #465f3f !important;
    border-color: #465f3f !important;
    min-width: 200px !important;
    font-size: 22px !important;
}

    #AddToCartBtn:hover, #AddToCartBtn:focus {
        background: #333 !important;
        border-color: #333 !important;
        color: #ffffff;
        min-width: 200px !important;
        font-size: 22px !important;
    }

#PriceArea {
    position: relative;
}

#Availability {
    padding-bottom: 10px;
    display: block;
    font-size: 14px;
}

#VatText, #VatPrice {
    font-size: 16px;
    color: #333;
}

span.JsDiscount {
    font-size: 16px;
}

#PriceArea table {
    display: block;
}

.ZeroPaymentCost, .ZeroShipping {
    text-decoration: underline;
}



#ShippingBtn, #ShippingBtn:hover, #ShippingBtn:focus {
    background: url(skn/shipping-button.jpg) 0% 50% no-repeat #ffffff;
    padding-left: 10px;
    border: none;
    color: #555555;
    font-size: 12px;
    width: 220px;
}

label {
    font-weight: normal;
}



button.multiselect.dropdown-toggle.form-control {
    text-align: left;
    font-size: 12px;
}



.select2-container {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}


    .select2-container .select2-choice {
        background-color: #FFF;
        background-image: none;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
        font-size: 12px;
    }

.multichecks table table td {
    padding: 1px;
}

    .multichecks table table td:last-child {
        width: 100%;
    }

.multichecks table.formPane {
    margin-bottom: 10px;
}

.formPane {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}



/* One Step Cart */

.step-body {
    border: solid 1px #666666;
    padding: 18px 20px;
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
    margin: 0 0 30px 0;
    background: #ffffff;
}

    .step-body .form-control, .step-body .formPane, .step-body .formText {
        border: 1px solid #333;
    }

.step-title .step-title-text {
    /* background: #b9c1c9;*/
    background: #666666;
    color: #ffffff;
}

.step-title.active .step-title-text {
    /* background: #979DA3; */
    background: #666666;
    color: #ffffff;
}

.step-title .step-title-caret-wrapper {
    display: none;
    /*background: #edeff1; */
    background: none;
}

.step-title.active .step-title-caret-wrapper {
    display: block;
    /*background: #edeff1; */
    background: none;
}

.step-title .step-title-caret {
    /* border-top: 10px solid #979DA3; */
    border-top: 10px solid #666666;
}

.MessagePanelControl {
    padding: 3px;
}






#accordion .panel {
    box-shadow: none;
}

#accordion .panel-default > .panel-heading {
    color: #333;
    background: none;
    border: none;
}

#accordion .panel-heading {
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
}

#accordion .panel-body {
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
}

#accordion .panel-default {
    border: none;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 15px;
    background: none;
    border: none;
    border-left: 5px solid #CFDBB7;
}

    #accordion .panel-default:hover {
        border-left: 5px solid #5C5C58;
    }

#accordion span {
    color: #5C5C58;
}

#accordion .panel-body div {
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
}

#accordion .panel-heading a, #accordion .panel-heading a:visited {
    color: #333;
}

    #accordion .panel-heading a:hover {
        color: #5C5C58;
    }

#accordion .panel-heading:hover a {
    color: #5C5C58;
}

#accordion .panel-heading span {
    color: #5C5C58;
}

#accordion .panel-body span {
    color: #333;
}

#accordion .panel-body a, #accordion .panel-body a:visited {
    color: #333;
}

    #accordion .panel-body a:hover {
        color: #5C5C58;
    }

#accordion .panel-body:hover a {
    color: #5C5C58;
}



.path-area, .path-area a, .path-area a:hover, .path-area a:focus {
    color: #333;
    font-size: 14px;
}



.bottom-area {
    background: #465f3f;
    padding-bottom: 30px;
    padding-top: 30px;
    color: #ffffff;
}

    .bottom-area div, .bottom-area p {
        color: #ffffff;
    }

    .bottom-area a {
        color: #ffffff;
    }

        .bottom-area a:hover, .bottom-area a:focus {
            color: #B03917;
        }

    .bottom-area h3 {
        color: #f7cb2d;
        position: relative;
        margin-bottom: 30px;
    }

        .bottom-area h3:after {
            position: absolute;
            bottom: -10px;
            left: 0px;
            content: '';
            width: 100px;
            height: 1px;
            background: #ffffff;
        }

.logo-bottom {
    margin-top: 20px;
    border: 1px solid #b03917;
}

@media(min-width:768px) {
    .two-cols {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

.bottom-area ul {
    padding: 0px;
    margin: 0px;
}

    .bottom-area ul li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        margin-bottom: 7px;
    }

.bottom-area .fa-stack.fa-lg {
    color: #88A64E;
}


.alt td, .alt2 td, td, th {
    padding: 2px
}

.alt {
    background: #ededed
}

.alt2 {
    background: #ccc;
}

th img, th br {
    display: none;
}

th {
    background: #404040;
    font-weight: 500;
    color: #fff;
    white-space: nowrap
}


.fa-stack-1x, .fa-stack-2x, .fa-stack-3x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack.fa-xl {
    position: relative;
    display: inline-block;
    width: 4em;
    height: 4em;
    line-height: 4em;
    vertical-align: middle;
    color: #b03917;
}

.fa-stack-3x {
    font-size: 4em;
}

.fa-xl .fa-stack-1x {
    font-size: 2em;
}

@media(max-width:990px) {
    .logo-col {
       text-align:center;
    }
}





#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

    #search.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
    }

    #search input[type="search"] {
        /*position: absolute;
        top: 50%;*/
        width: 100%;
        color: rgb(255, 255, 255);
        background: rgba(0, 0, 0, 0);
        font-size: 60px;
        font-weight: 300;
        text-align: center;
        border: 0px;
        margin: 0px auto;
        margin-top: -51px;
        padding-left: 30px;
        padding-right: 30px;
        outline: none;
        box-shadow: none;
    }

    #search .search-container {
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center;
    }



@media (max-width:768px) {

    #search input[type="search"] {
        font-size: 25px;
        font-weight: 300;
        margin-top: -21px;
    }

    .footer-col, .footer-col .facebook {
        text-align: center !important;
    }
}




#search .btn {
    background-color: #b03917;
    border-color: #b03917;
    color: #fff;
    border-radius: 0px;
    margin-top: 20px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    background-color: #b03917;
    border-color: #b03917;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}