﻿body {
  
  /*background-image:url('../images/bgPage.gif');
    background-repeat:no-repeat;
    background-size:cover;*/
    padding-top:90px;
    background:rgba(253,232,232,0.2);
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    overflow-x: hidden;
}
/*p{font-size:18px;text-align:justify; font-family: 'OpenSans-Bold';}*/

.custom_scrollbar::-webkit-scrollbar {
	width: 1px;
	
}
.custom_scrollbar::-webkit-scrollbar-track {
	background-color: rgb(255, 255, 255);
	-webkit-border-radius: 1px;
}
.custom_scrollbar::-webkit-scrollbar-thumb:vertical {
	background-color: rgb(142, 142, 142);
	-webkit-border-radius: 0px;
    -webkit-width:5;
}
.custom_scrollbar::-webkit-scrollbar-thumb:vertical:hover {
	background: rgba(0, 245, 255, 0.65);
}

.brd1 {border:1px solid #000;}
.brdr{border-right: 1px solid #ddd;}
.brdl{border-left: 1px solid #ddd;}
.brdt{border-top: 1px solid #ddd;}
.borderred{border:1px solid #ddd;border-radius:10px;}
.no-borderred{border:0;border-radius:0;}
.zind{position:absolute;z-index:9999;}
.flt-left{float:left;}
.flt-right{float:right;}
.middle { margin: auto;}
.uderline{text-decoration:underline;}
.imgcover { object-fit: cover;}

.lblwidth{width:120px;}
.topheader {
    /*background-image:url('../images/topbg.jpg');
    background-repeat:repeat;
    background-position:top left;*/
    /*background:#000000;*/
    background:#E82584;
    color:#ffffff;
}
.jumbotron{padding:15px;background:#fbe8e8;}/*background:#fcf9f9;*/
.marginAuto {margin:0 auto;}
.centerAlign{text-align:center;}
.leftAlign{text-align:left;}
.rightAlign{text-align:right;}
.colorwhite{color:#fff;}
.colorblack{color:#000;}
.widthFull{width:100%;}
.modal {vertical-align:middle; margin-top:5%;z-index:9999;}
.smallFont{font-size:smaller;}
.theme-div-bg {
    background-color:#fbe8e8;
    padding:10px;
}

.prd-info {
    width:100%;
    height:380px;
    border:1px solid #ddd;
    margin-bottom:10px;
}

.prd-disc {   
    padding-bottom:15px;
    /*height:60px;*/
    height:30px;
    font-weight:900;
}

.prd-name {
    font-size:17px;
    font-weight:400;
    padding-bottom:15px;
    /*height:60px;*/
    height:30px;
}


.btn-shop-cart {
    background-color: #4c4c4c;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 25px;
    border: 0;
    box-shadow: none;
    position:static;
    left:0;
    bottom:0;
}

    .btn-shop-cart:hover,
    .btn-shop-cart:focus {
        background-color: #E82584;
        color: #fff;
        border: 0;
    }

    .btn-shop-cart.active {
        background-color: #E82584;
        color: #fff;
        border: 0;
    }


.feedPanel{height:330px;overflow-x:scroll;border:1px solid #dddddd;}
.middlebtn {
    margin:40px auto;
}
.box-shadow {
    webkit-box-shadow: inset 0px 0px 3px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 3px -1px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 3px -1px rgba(0,0,0,0.75);
}
.parafont{font-size:12px;}
.prdArea{margin:3px;padding:10px;-webkit-box-shadow: 1px 3px 5px 1px rgba(0,0,0,0.75); 
-moz-box-shadow: 1px 3px 5px 1px rgba(0,0,0,0.75);
box-shadow: 1px 3px 5px 1px rgba(0,0,0,0.75);
margin:10px;float:left;
}
.navbar {
    background:#fff;
    -webkit-box-shadow: 0 6px 6px -6px #ddd;
    -moz-box-shadow: 0 6px 6px -6px #ddd;
    box-shadow: 0 6px 6px -6px #ddd;
    border-radius:0;
}

nav {
    transition: font-size 0.5s, height 0.5s;
    -webkit-transition: font-size 0.5s, height 0.5s;
    -moz-transition: font-size 0.5s, height 0.5s;
}

nav a {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  font-size: 18px;
}

nav .navbar-toggle {
  margin: 13px 15px 13px 0;
}

.navbar-brand {
  font-size: 30px;
}

nav.navbar.shrink {
  min-height: 35px;
}

nav.shrink a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 15px;
}

nav.shrink .navbar-brand {
  font-size: 25px;
}

nav.shrink .navbar-toggle {
  padding: 4px 5px;
  margin: 8px 15px 8px 0;
}

.top-navbarfix {
     position:fixed; 
    top: 0px; 
    left: 0px; 
     width: 100%;
    z-index:9999; 
}

.plr0 {
    padding-left: 0;
    padding-right: 0;
}

.gutter-0.row {
    margin-right: -0px;
    margin-left: -0px;
}

.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"] {
    padding-right: 0px;
    padding-left: 0px;
}


/*==========================
    Slider -  carousel-fade effect*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
   
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.qr-app-line {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    /*max-width: 400px;*/
    height: 1px;
    background-color: #ddd;
    margin-top: 20px;
    text-align:center;
}

.android-absolute {
    position: relative;
    bottom: 24px;
    font-size: 24px;
    cursor: pointer;
    /*color: #a5ca3c;*/
    margin:auto;
}


.award-features-sec {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    min-height: 150px;
    display: table-row;
}

.award-features-sec img {
    display: inline-block;
    text-align: center;
}
.award-features-hd {
    float: left;
    width: 100%;
    font-family: 'OpenSans-Bold';
    font-size: 14px;
    color: #350502;
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
}

.box {
    width: 98%;
    text-align:center;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    /*position: relative;
    top:40px;*/
}

.boximg {
    margin:0 auto;
    margin-top:10px;
    border:1px solid #808080;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}

.BoxTopBg {
    background: #0094ff;
    height:100px;
    border-bottom:2px solid #e8e8e8;
    margin-bottom:70px;
    padding:1px;
}

.boxData {
    text-align:justify;
    width:99.5%;
    margin:0 auto;
}


/*FOOTER
======================================*/


.footer-one {
    background-color: #38393a;
}

.footer-one-heading {
    float: left;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin: 10px 0;
}

.footer-one-sub-heading {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    margin: 10px 0;
}

.footer-para-left {
    float: left;
    width: 100%;
    color: #8e8b8a;
    font-size: 13px;
    font-weight: 300;
    text-align: center justify;
}

.footer-para {   
    width: 100%;
    color: #8e8b8a;
    font-size: 13px;
    font-weight: 300;
   
}

.footer-ph-em {
    float: left;
    width: 100%;
    color: #8e8b8a;
    font-size: 13px;
    font-weight: 300;
}

.ph-em-hd {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.footer-one-menu-lnk {
    float: left;
    width: 100%;
}

    .footer-one-menu-lnk ul {
        margin: 0;
        padding: 0;
    }

        .footer-one-menu-lnk ul li {
            list-style-type: none;
        }

            .footer-one-menu-lnk ul li a {
                display: inline-block;
                text-decoration: none;
                padding: 3px 0;
                color: #8e8b8a;
                font-size: 13px;
                font-weight: 300;
            }

                .footer-one-menu-lnk ul li a:hover {
                    color: #fd6500;
                }


.footer-two {
    background-color: #2a2a2c;
}

.footer-text {
    float: left;
    width: 100%;
    margin: 15px 0;
    text-align: center;
    color: #4e4f50;
}

.footer-contact-form .form-control {
    border-radius: 0;
    font-size: 13px;
    border:0;
}

.footer-contact-form .form-group {
    margin-bottom: 10px;
}

.footer-contact-form .btn-submit-footer {
    background-color: #df5504;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 15px;
    border: 0;
}

    .footer-contact-form .btn-submit-footer:hover,
    .footer-contact-form .btn-submit-footer:focus {
        background-color: #ff6a00;
        color: #fff;
        border: 0;
    }




.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: inline-block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
    padding:0;
    /*border:1px solid #8e8b8a;*/
}

 .dropitem > li > a {
    line-height: 0px;
    height: 25px;
    padding-top: 0px;
}

.breadcrumb {
    margin:0px;padding:10px;
    color:#ddd;
    font-size:medium;
}

.wel-sec-heading {
    float: left;
    width: 100%;
    max-width: 300px;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    font-size: 30px;
    padding: 10px 0;
    /*color: #fff;*/
    border-bottom: 3px solid #451e05;
}

.navBgColor {
    background-color: rgba(232, 37, 132, 1);
    color: #FFFFFF;
}

.spanHead1stColor {
    color:#347cee;
}
 /*color*/
.bgcolor-whiteSmoke {
    background-color:#f5f5f5;
}
 
/*Social colors*/

.color-facebook {
    color:#3b5998;
}

.color-twitter {
    color:#55acee;
}

.color-youtube {
    color:#bb0000;
}

.color-instagram {
    color:#458eff;
}

.color-google-plus {
    color:#dd4b39;
}

.color-place-order {
    background:#FF7F50
}

.color-thembtn {
     background:#ee5aa2;
     color:#ffffff;
     border-radius:0;

     font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 40px;
    border: 0;
    box-shadow: none;
}

.color-chkbtn {
     background:#fff;
     color:#ee5aa2;
     border-radius:0;
     border:1px solid #888;
     text-align:center;
     font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    /*padding: 10px 40px;*/
    padding:9px;
    width:auto;
    box-shadow: none;
}

.btnBorder {
    border:2px solid #ee5aa2;
    color:#ee5aa2;
}

/*Heading animation text*/
.textAnimation{
        -webkit-animation: color-change 1s infinite;
        -moz-animation: color-change 1s infinite;
        -o-animation: color-change 1s infinite;
        -ms-animation: color-change 1s infinite;
        animation: color-change 1s infinite;
    }

    @-webkit-keyframes color-change {
        0% { color: red; }
        50% { color: blue; }
        100% { color: red; }
    }
    @-moz-keyframes color-change {
        0% { color: red; }
        50% { color: blue; }
        100% { color: red; }
    }
    @-ms-keyframes color-change {
        0% { color: red; }
        50% { color: blue; }
        100% { color: red; }
    }
    @-o-keyframes color-change {
        0% { color: red; }
        50% { color: blue; }
        100% { color: red; }
    }
    @keyframes color-change {
        0% { color: red; }
        50% { color: blue; }
        100% { color: red; }
    }

    /*End Heading animation text*/

    .radioButtonList { list-style:none; margin: 0; padding: 0;}
    
/* the style for the table headers */
.gridview {width:100%;}
.gridview th
{
    text-align:center;
    font-weight: bold;
    color: Navy;
    border: 1px solid black;
    padding: 5px;
}
/* the style for the normal table cells */
.gridview td
{
    text-align:center;
    padding: 5px;
    border: 1px solid black;
}

.modalPopup {
    /*margin:0;
    padding:0;*/
  background:#fff;
  border:2px solid #ffffff;
  width:99%;
  margin:0 auto;
    /*-webkit-box-shadow: 0px -1px 13px 5px rgba(255,255,255,0.71);
    -moz-box-shadow: 0px -1px 13px 5px rgba(255,255,255,0.71);
    box-shadow: 0px -1px 13px 5px rgba(255,255,255,0.71);
    border-radius:20px;*/
}

.closebtn {
    float:right;
    margin-right:10px;
    height:30px;
    line-height:25px;
    font-size:25px;
    color:#000;
  
}

.modalBackground {
background-color:#000000;
filter: alpha(opacity=90);
opacity:0.8;
 height: 100%;
    width: 100%;
}

 .modalPop
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: white;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.center
{
    z-index: 1000;
    /*margin: 200px auto;*/
    padding: 10px;
    /*width: 130px;*/
    width:100%;
    background-color: White;
    /*border-radius: 10px;*/
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    vertical-align:middle;
    text-align:center;
}
.center img
{
    /*height: 128px;
    width: 128px;*/
    margin:150px auto;
    vertical-align:middle;
}

/*@media (max-device-width: 480px) {
  .footer-para {
    text-align:center;
  }
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .footer-para {
    text-align:center;
  }
}*/


    
.btn-place-shop {
    background-color: #4c4c4c;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 0;
    box-shadow: none;
}

    .btn-place-shop :hover,
    .btn-place-shop :focus {
        background-color: #fd6500;
        color: #fff;
        border: 0;
    }

    .btn-place-shop .active {
        background-color: #fd6500;
        color: #fff;
        border: 0;
    }



