html{
    overflow-x: hidden
}
body{
    overflow-x: hidden 
}
body {
    background-color: #f5f5f5;
}

.affix {
    top: 0;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.affix-top {
    position: static;
    top: -35px;
}

.affix+.container-fluid {
    padding-top: 70px;
}


.small_logo {
    display: none;
}

.affix .small_logo {
    display: block;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    margin-right: 20px;
    padding-top: 5px;
}

.affix .big_logo {
    display: none;
}




.topstrip {
    background-color: #0e5aab;
    color: #FFFFFF;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 4px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #EC0000;
}


#login-dp {
    min-width: 250px;
    padding: 14px 14px 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .8);
}

#login-dp .help-block {
    font-size: 12px
}

#login-dp .bottom {
    background-color: rgba(255, 255, 255, .8);
    border-top: 1px solid #ddd;
    clear: both;
    padding: 14px;
}

#login-dp .social-buttons {
    margin: 12px 0
}

#login-dp .social-buttons a {
    width: 49%;
}

#login-dp .form-group {
    margin-bottom: 10px;
}

.btn-fb {
    color: #fff;
    background-color: #3b5998;
}

.btn-fb:hover {
    color: #fff;
    background-color: #496ebc
}

.btn-tw {
    color: #fff;
    background-color: #55acee;
}

.btn-tw:hover {
    color: #fff;
    background-color: #59b5fa;
}

.logo {
    height: 75px;
}

/* Basha Added & Commented below */
/*
.header {
        background-color: #ffd465
}*/
.header {
    background-color: #fdf9dd;
}

/* Basha Code Ends Here */


@media(max-width:768px) {
    #login-dp {
        background-color: inherit;
        color: #fff;
    }

    #login-dp .bottom {
        background-color: inherit;
        border-top: 0 none;
    }

    .topstrip {
        height: 50px;
    }

    .logo {
        height: 80px;
    }

    .logoalign {
        text-align: center;
    }

    .container-2 input#search {
        width: 95% !important;
    }

    .container-2 {
        width: 100% !important;
    }

    button.navbar-toggle {
        margin-right: 2%;
    }

    .borderraduce0 {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .carousel-inner>.item>img,
    .carousel-inner>.item>a>img {
        height: auto !important;
    }

    .small_logo {
        margin-left: 10px;
    }
}







/* Search 2 - expand input width */
.container-2 {
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    margin-top: -2px;
    padding: 5px 0 5px 0;
    padding-right: 16px;
}

.container-2 input#search {
    width: 100%;
    height: 45px;
    border: 1px solid #CCCCCC;
    font-size: 10pt;
    /*float: right;*/
    color: #000000;
    padding-left: 8px;
}

.container-2 input#search::-webkit-input-placeholder {
    color: #65737e;
}

.container-2 input#search:-moz-placeholder {
    /* Firefox 18- */
    color: #65737e;
}

.container-2 input#search::-moz-placeholder {
    /* Firefox 19+ */
    color: #65737e;
}

.container-2 input#search:-ms-input-placeholder {
    color: #65737e;
}



/* ANIMATION EFFECTS */


/*.container-2 input#search:focus, .container-2 input#search:active {
            outline: none;
        }*/

.container-2:hover input#search {
    outline: none;
    width: 100%;
}

.container-2:hover .icon {
    color: #fff;
}



.cart {
    margin-top: 10px;
    text-align: left;
}

.pad0 {
    padding: 0px;
}

.padr0 {
    padding-right: 0px;
}

.padl0 {
    padding-left: 0px;
}



.borderraduce0 {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}





@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);

.col-item {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
}

.col-item .photo img {
    margin: 0 auto;
    width: 100%;
}

.col-item .info {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

.col-item:hover .info {
    background-color: #F5F5DC;
}

.col-item .price {
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5 {
    line-height: 20px;
    margin: 0;
}

.price-text-color {
    color: #219FD1;
}

.col-item .info .rating {
    color: #777;
}

.col-item .rating {
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 25px;
}

.col-item .separator {
    border-top: 1px solid #E1E1E1;
}

.clear-left {
    clear: left;
}

.col-item .separator p {
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i {
    margin-right: 5px;
}

.col-item .btn-add {
    width: 50%;
    float: left;
}

.col-item .btn-add {
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details {
    width: 50%;
    float: left;
    padding-left: 10px;
}

[data-slide="prev"] {
    margin-right: 10px;
}


.boxshdow {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}


.pad10 {
    padding: 10px;
}

/* Basha code Starts Here */
.foot {
    padding-top: 30px;
}

/* Basha Commented */
.foot {
    background-color: #1c2023;
    color: #fff;
    padding: 12px;
}

/* Basha code Ends Here 
  .foot a {
  color:#333;
  }
  */

@media(max-width:991px) {
    #ContentPlaceHolder1_datalistproducts tr {
        width: 100%;
    }

    #ContentPlaceHolder1_datalistproducts td {
        width: 50%;
        float: left;
    }

    #ContentPlaceHolder1_PcGridview_Datalist1_0,
    .prodpage table {
        width: 100%;
    }

    .prodpage tr {
        width: 100%;
        display: inline-block;
    }

    .prodpage td {
        width: 100%;
        display: inline-block;
    }
}

.Prod-det {
    width: 50%;
    float: left;
}

@media(max-width:1332px) {
    .grid.images_3_of_2 {
        width: 100%;
        float: left;
        text-align: center;
    }

    .Prod-det {
        width: 100%;
        float: left;
    }
}

.product-grids {
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 6px 1px #DEDEDE;
    -moz-box-shadow: 0px 0px 6px 1px #DEDEDE;
    box-shadow: 0px 0px 6px 1px #DEDEDE;
    margin-bottom: 2em;
    border-top-width: 3px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #20bc5a;
    border-right-color: #20bc5a;
    border-bottom-color: #20bc5a;
    border-left-color: #20bc5a;
}



.navbar-default {
    background-color:#f7f7fb;
    /* box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15); */
    border-top: 1px solid #f1f1f1 !important;
    border-bottom: 1px solid #f1f1f1 !important;
    border-left: none !important;
    border-right: none !important;
    z-index: 999;
}

.navbar-default .navbar-nav .active>a,
.navbar-default .navbar-nav .active>a:hover,
.navbar-default .navbar-nav .active>a:focus {
    color: #fff;
    background-color: #095c24;
}



.navbar-default .navbar-brand {
    color: #ecf0f1;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #585858;
}

.navbar-default .navbar-nav>li>a {
    color: #585858;
    padding: 10px 10px !important;
}


.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #585858;
}

.navbar-default .navbar-nav .active>a,
.navbar-default .navbar-nav .active>a:hover,
.navbar-default .navbar-nav .active>a:focus {
    color: #fff;
    background-color: #585858;
}

.navbar-default .navbar-nav .open>a,
.navbar-default .navbar-nav .open>a:hover,
.navbar-default .navbar-nav .open>a:focus {
    color: #585858;
    background-color: #363636;
}

.navbar-default .navbar-nav .open>a .caret,
.navbar-default .navbar-nav .open>a:hover .caret,
.navbar-default .navbar-nav .open>a:focus .caret {
    border-top-color: #ffbbbc;
    border-bottom-color: #ffbbbc;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #ecf0f1;
    border-bottom-color: #ecf0f1;
}

.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
    border-top-color: #ffbbbc;
    border-bottom-color: #ffbbbc;
}

.navbar-default .navbar-toggle {
    border-color: #c0392b;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #c0392b;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ecf0f1;
}

.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
    border: none !important;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #FFFFFF;
    /* background-color: #e02b04;*/
    background-color: #095c24;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #FFFFFF;
    /*background-color: #20bc5a;*/
}

.new-text ul li a {
    border: 1px solid #FFF;
    padding: 0.8em 2em;
    display: block;
    text-decoration: none;
    color: #FFF;
    font-size: 1em;
    margin-bottom: 5px;
    font-weight: 500;
}


.new-text ul li a:hover {
    color: #000;
    background: #e6d86a;
}

/*Basha Code Ends Here */


.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
    /*height:451px;*/
    margin: auto;
    height:86vh !important;
}

.a.list-group-item {
    color: #fff;
}

#more {
    display: none;
}

img.adya-img {
    /* max-width: 300px;
    border: 4px solid #082c4c;
    padding: 3px;
    margin-left: 20%;
    margin-top:100px; */
    border-radius: 12px;
}


.ofr {
    display: none;
}

h4.sizes {
    display: none;
}

.btn-outline-default {

    display: none;
}

.gallery-text ul li {
    margin-top: 10px;
    width:100% !important;
}

.gallery-grid a img {
    width: 100%;
    height: 180px;
}