﻿.clsBody
{
    /*background:lightgray;*/
    background-color:#fff;
}
.customFont_CompanyName {
    font-family: 'BritannicBold';
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    line-height: 40px;
}
    .styled-select {
    background: url(/Images/15xvbd5.png) no-repeat 96% 0;
    height: 29px;
    overflow: hidden;
    width: 240px;
    cursor: pointer;
}

    .styled-select select {
        background: transparent;
        border: none;
        font-size: 14px;
        height: 29px;
        padding: 5px; /* If you add too much padding here, the options won't show in IE */
        width: 80px;
        cursor: pointer;
    }

        .styled-select select option {
            background-color: black;
        }

    .styled-select.slate {
        background: url(/Images/arrowDown_25x25.png) no-repeat right center;
        height: 34px;
        width: 80px;
        cursor: pointer;
    }

        .styled-select.slate select {
            /*border: 1px solid #ccc;*/
            font-size: 16px;
            height: 34px;
            width: 110px;
        }

.topbar select {
    color: white !important;
}

.clsZoomInEffect {
    transition: all .5s ease-in-out;
}
    .clsZoomInEffect:hover {
        transform: scale(1.5);
    }

.clsTransitionEffect {
    transition: all 0.3s ease-in-out;
}

.clsPhone1 {
    font-size: 15px;
    color: #fff;
}
    .clsPhone1:hover {
        color: #fff;
        font-weight: bold;
        font-size: 14px;
    }


.clsPhone2 {
    font-size: 15px;
    color: #fff;
}

    .clsPhone2:hover, .clsPhone3:hover {
        color: #fff;
        font-weight: bold;
        font-size: 14px;
    }

.clsPhone3 {
    font-size: 15px;
    color: #fff;
}



.cls_lifb:hover, .cls_litwitter:hover, .cls_ligoogle:hover {
    transform: scale(1.5);
}

.nav-menu > li > a:hover{
    color:white;
    /*font-weight:bold;*/
}

/*Must Replace in style.css line # 511*/
.sidebar #Search_ShopByCategoryMenu{
    max-height: 1200px !important;
}

/*Must add at line 716 of style.css*/
.social ul li:first-child a {
    background: #3b5998;
    color: #fff;
}

.social ul li:last-child a {
    background: #d62223;
    color: #fff;
}

.social ul li:nth-child(2n) a {
    background: #20b8ff;
    color: #fff;
}

.nav-bar {
    background: #85c227;
    color: white;
    /*height: 60px;*/
    Width: 100%;
    border: none;
    padding: 0px 20px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-box-shadow: 0px 15px 14px 0px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 15px 14px 0px rgba(0,0,0,0.51);
    box-shadow: 0px 15px 14px 0px rgba(0,0,0,0.51);
}

.topbar {
    background: #557a34;
    /*height: 50px5a4646
    Width: 100%;
    border: none;
    /*padding: 0px 20px;*/
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
/*.nav-bar {
    -webkit-box-shadow: -2px 13px 10px 0px rgba(51, 50, 50, 0.59);
    -moz-box-shadow: -2px 13px 10px 0px rgba(51, 50, 50, 0.59);
    box-shadow: -2px 13px 10px 0px rgba(51, 50, 50, 0.59);
    border-bottom-left-radius:80px;
    border-bottom-right-radius:80px;
    background: -moz-linear-gradient(left, #cc0000 0%, #EEEEEE 80%, #EEEEEE 80%, #cc0000 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(10%,#cc0000),color-stop(80%,#ee3535), color-stop(80%,#ee3535), color-stop(100%,#cc0000));
}*/
.FixHeader_1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
}
.FixHeader_2 {
    position: fixed;
    top: 48px;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
}

.top_margin {
    margin-top: 48px;
}
/*Must add at line 193 of style.css*/


@media only screen and (min-width: 768px) and (max-width: 959px) {
    .menu-toggle {
        display: none;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .menu-toggle {
        display: none;
    }
   
    
}

@media only screen and (min-width: 360px) and (max-width: 500px) {
    .FixHeader_2 {
        top: 0 !important;
    }
    .top_margin {
        margin-top: 169px;
    }
    .etalage_small_thumbs {
        display: none;
    }
    .etalage{
        width:100% !important;
    }

    .etalage > li img {
        width: 100% !important;
    }
    .product-detail h1{
        margin:396px 0 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    /*.FixHeader_2 {
        top: 77px;
    }*/
    .top_margin {
        margin-top: 77px;
    }
    .slidermain {
        top: 475px;
        width: 325px;
    }

    .shopping-cart {
        top: 7%;
        margin-left: -41%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1700px) {
    /*change in sytle.css line # 902*/
    .shopping-cart {
        margin-left: 3%;
        top: 5%;
        
    }
   
}

@media only screen and (min-width: 1700px){
    /*change in sytle.css line # 902*/
    .shopping-cart {
        margin-left:130px;
        top: 17%;
    }
}

.shopping-cart {
    position: fixed;
    z-index: 99999;
}

/**
 * btn_shine
 */

.btn_shine {
    position: relative;
    width: 80px;
    /*margin: 25px 0 25px 25px;*/
    border-radius: 5px;
    color: #fff;
    display:inline-block;
    height:30px;
    /*padding:8px 15px;*/
    line-height:32px;
    /*text-decoration: none;*/
    text-align: center;
    font-size: 12px;
    /*font-family: sans-serif;*/
    cursor: pointer;
}

    .btn_shine:nth-child(1) {
        background: #85c227;
    }
    .btn_shine:hover {
        background: #557a34;
    }
    
    /**
 * The "shine" element
 */

    .btn_shine:after {
        /*content: "";
        position: relative;
        top: -150%;
        left: -210%;
        width: 20%;
        height: 20%;
        opacity: 0;
        transform: rotate(20deg);
        background: rgba(255, 255, 255, 0.13);
        background: linear-gradient( to righ*/t, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
    }

    /* Hover state - trigger effect */

    .btn_shine:hover:after {
        /*opacity: 1;
        top: -20%;
        left: -20%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;*/
    }

    /* Active state */

    .btn_shine:active:after {
        opacity: 0;
    }

.cartdetail{
margin-right:8px;
font-size:20px;
}



.clsTotalCartAmount {
    margin-left: 5px;
    margin-right: 5px;
}

/*Prodcuts PAge*/
.spinner {
    width: 100px;
}

    .spinner input {
        text-align: right;
    }

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

    .input-group-btn-vertical > .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 8px;
        margin-left: -1px;
        position: relative;
        border-radius: 0;
    }

        .input-group-btn-vertical > .btn:first-child {
            border-top-right-radius: 4px;
        }

        .input-group-btn-vertical > .btn:last-child {
            margin-top: -2px;
            border-bottom-right-radius: 4px;
        }

    .input-group-btn-vertical i {
        position: absolute;
        top: 0;
        left: 4px;
    }

.clsContact_AddressPhone {
    font-weight: bold;
    color: #000;
    transition: all .2s ease-in-out;
}

    .clsContact_AddressPhone:hover {
        transform: scale(2);
        font-size:1.2em;
        color: #cc0000;
    }

.clsShowAllProducts > a {
    transition: all .2s ease-in-out;
}
    .clsShowAllProducts > a:hover {
        transform: scale(2);
        font-size: 2em;
        color: #cc0000;
    }

.btnSpecialPropducts {
    background-color: #cc0000;
    width: 137px;
    margin-top: 10px;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
}

.btnOurPropducts {
    background-color: #cc0000;
    width: 137px;
    margin-top: 0;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
}

.btn-success {
    background-color: #85c227;
    border-color: #85c227;
}

.srchbtn{
    height:auto !important;
}