@charset "utf-8";
/* CSS Document */
*{

    margin: 0px;
    padding: 0px;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    outline: none;

}
body {
    /*background-image: url(../images/body.jpg);*/
    /*border-top: 5px solid rgb(242, 108, 79);*/
    color: #424242;
    position:relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    /*color: #666;*/
    font-size: 14px;
    line-height: 24px;
    width: 100%;

}

body::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
}

.no-padding{ padding:0px;}

/*a{ text-decoration:none !important; box-shadow:none !important; color:#3d2e73; /*#2120be;}*/

a {
    /*box-shadow: none !important;*/
    color: #1b2c56;
    cursor: pointer;
    text-decoration: none !important;
}
a:hover {
    color: #000 !important;
}
.entry-content a {
    color: #1b2c56;
}
.entry-content a:hover {
    color: #000;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Arial, sans-serif;
    color: #1b2c56;
}

.h3, h3 {
    font-size: 26px;
}
.h4, h4 {
    font-size: 24px;
}
a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .featured-link {
    transition: all 0.1s ease-in-out 0s;
}
.sectionCvr {
    /*padding: 2em 0px 3em;*/
}
.sub_heading { font-family:'Satisfy', cursive;}

.theme_btn, input[type="submit"].theme_btn  {
    display: inline-block;
    width: auto;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
    background-color: #e7f3fe;
    text-align: center;
    text-transform: capitalize;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    padding:8px 18px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.theme_btn:hover, input[type="submit"].theme_btn:hover {
    color: #ffffff;
    background: #1b2c56;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

button, .btn {
    /*background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;*/
}


.block-title h2 {
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
}

.block-title h2 span { color:#000;}

/**** Header ****/
.headerinfo {
    background: #e7f3fe;
    color: #fff;
    padding: 6px 0px;
    border-bottom: 1px solid #fafafa;
}

.headerinfo .topinfo p {
    margin-bottom: 0px;
}

.headerinfo .topinfo p i {
    color: #1b2c56;
}

.headerinfo ul.topinfoLink {
    display: table;
    float: right;
    list-style: none;
    margin-bottom: 0px;
}

.headerinfo .topinfoLink li {
    float: left;
}
.headerinfo .topinfoLink li a {
    color: #000;
    padding: 0 4px;
}
.headerinfo .topinfoLink li a i {
    color: #1b2c56;
}
.headerinfo .topinfoLink li:hover a{
color:#1b2c56 !important;
}

.headerinfo .topinfoLink li:hover a i{
color:#000 !important;
}

.headerlogoCvr {
    padding: 2em 0px 1.8em;
}
.headerlogoCvr .headerlogo img {
    width: 90%;
}
.header-searchCvr {
    padding: 14px 0px;
}
.searchbtn.input-group-btn {
    /*position: absolute;*/
    font-size: 0;
    white-space: nowrap;
    /*top: 14px;*/
    right: 45px;
}
.searchbtn button{
    font-size: 18px;
    height: 42px;
    line-height: 45px;
    padding: 0px 15px;
    text-shadow: none;
    background: #1b2c56;
    border: none;
    width: auto;
    color: #fff;
}
.header-img {
    float: left;
    width: 49%;
}
.header-img img {
    width: 90%;
    margin-top: -8px;
}
.cc_accept img{
    float: left;
    width: 49%;
    padding: 20px 0px 20px 2px;
}
.box-cart {
    padding: 12px 0px 12px 0px;
    float: left;
    width: 99%;
}
.container{
    padding-left: 0px;
}
.cart > button i {
    font-size: 38px;
    float: left;
    line-height: 1em;
    display: inline-block;
    color: #e7f3fe;
    margin: 5px 12px 0 0;
}
.cart > button strong {
    color: #1b2c56;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    top: 2px;
    position: relative;
}
.cart > button .cart-total2 {
    display: inline-block;
}
.cart > button {
    text-align: inherit;
    line-height: 1.2em;
}
.hdrmenu{ background-color: #1b2c56;}
.hdrmenu .navbar-default {
    background-color: #1b2c56;
    border: none;
    border-radius: 0px;
    margin: 0px;
}

.hdrmenu .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    padding: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hdrmenu .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #000 !important;
    background-color: #e7f3fe;
}

.navbar-default .navbar-nav li.dropdown:hover .dropdown-menu{ display:block; }
/*menu*/
ul.dropdown-menu{ padding:0px;  background-color: #e7f3fe; margin-left: 0px!important;}
ul.dropdown-menu li a{ 
    padding:12px 20px; 
    color: #000;
    font-size: 14px;
    /*text-transform: uppercase;*/
    letter-spacing: 1px; 
    width: 100%;
    display: block;
    font-size: 13px;
    min-width: 160px;
}

ul.dropdown-menu li a:hover{ 
    background-color: #1b2c56;color: #fff !important;width: 100%;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
/*menu*/
.hdrmenu{-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;}
.hdrmenu.fix {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/*** Home Slider ***/
.homebannerSlider .owl-carousel { display:block !important;}
.homebannerSlider .carousel-inner .item{
    /*min-height: 100vh;*/
    height:300px;
    color: #fff;
    background-position: 100% 100%;
    background-size: cover;
    /*-webkit-backface-visibility: hidden;
    backface-visibility: hidden;*/
}
.homebannerSlider .carousel-inner .item img {
    width: 100%;
}
.homebannerSlider .carousel-inner .item .carousel-caption {
    bottom: 5em;
    color: inherit;
    left: 10%;
    padding: 0;
    position: absolute;
    right: 10%;
    text-align: center;
    text-shadow: none;
    top: 40%;
    z-index: 10;
}

.homebannerSlider .carousel-inner .item .carousel-caption.banner-one-caption{text-align: left; top: 36%;left: 10%; right:0px; }
.homebannerSlider .carousel-inner .item .carousel-caption.banner-one-caption .carousel-title{color:#000; } 
.homebannerSlider .carousel-inner .item .carousel-caption.banner-one-caption .carousel-title h4 span {
    font-size: 1.2em;
    text-transform: uppercase;
}
.homebannerSlider .carousel-inner .item .carousel-caption.banner-one-caption .carousel-title h4{font-size:0.7em; text-transform:uppercase;margin-bottom: 18px; }

.homebannerSlider .carousel-inner .item .carousel-caption .carousel-title {
    color: #fff;
    font-size: 5rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.2em;
    margin-bottom: 26px;
    text-transform: none;
    text-transform: capitalize;
}
.homebannerSlider .carousel-inner .item .carousel-caption p {
    color: #444343;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 26px;
    font-family: Function;
}
.homebannerSlider .carousel-inner .item .carousel-caption {
    bottom: 5em;
    color: inherit;
    left: 10%;
    padding: 0;
    position: absolute;
    right: 10%;
    text-align: center;
    text-shadow: none;
    top: 40%;
    z-index: 10;
}

.homebannerSlider .carousel-inner .item .carousel-caption.banner-one-caption{text-align: left; top: 36%;left: 10%; right:0px; }

.homebannerSlider .carousel-inner .item .carousel-caption.banner-one-caption .carousel-title{color:#fff; } 
.homebannerSlider .carousel-inner .item .carousel-caption.banner-one-caption .carousel-title h4 span {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    color: #e7f3fe;
}
.homebannerSlider .carousel-inner .item .carousel-caption.banner-one-caption .carousel-title h4{font-size:0.5em; text-transform:uppercase;margin-bottom: 18px; color:#fff; }

.homebannerSlider .carousel-inner .item .carousel-caption.banner-two-caption{text-align: right; top: 36%;right: 10%; left:0px; }
.homebannerSlider .carousel-inner .item .carousel-caption.banner-two-caption .carousel-title{color:#fff; } 
.homebannerSlider .carousel-inner .item .carousel-caption.banner-two-caption .carousel-title h4 span {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
}
.homebannerSlider .carousel-inner .item .carousel-caption.banner-two-caption .carousel-title h4{font-size:0.7em; text-transform:uppercase;margin-bottom: 18px;color: #fff; }

.homebannerSlider .carousel-inner .item .carousel-caption .carousel-title {
    color: #fff;
    font-size: 5rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.2em;
    margin-bottom: 26px;
    text-transform: none;
    text-transform: capitalize;
}
.homebannerSlider .carousel-inner .item .carousel-caption p {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 26px;
    font-family: Calibri;
}

.homebannerSlider .carousel-inner .item  .carousel-caption .carousel-title a.theme_btn {
    line-height: initial;
    padding: 10px 24px;
}

.carousel-inner .item::before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
}

.homebannerSlider .carousel-inner .carousel-control {
    display: none;
}

.homebannerSlider .carousel-inner:hover .carousel-control { display:block; }
.populargeugs {
    padding: 16px 0px;
    margin-bottom:16px;
}
.populargeugs h4 { margin-bottom:16px;}
#breadcrumb {
  list-style: none;
  display: table;
  margin:0px auto;
  
}
#breadcrumb .icon {
  font-size: 14px;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li a {
    color: #FFF;
    display: block;
    background: #e7f3fe;
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 2px;
    text-align: center;
    margin-right: 22px;
}

#breadcrumb li:nth-child(even) a {
  background-color: #85a12f;
}
#breadcrumb li:nth-child(even) a:before {
  border-color: #85a12f;
  border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
  border-left-color: #85a12f;
}
#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #e7f3fe;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #e7f3fe;
}
#breadcrumb li a:hover {
  background-color: #1b2c56;
  color:#000 !important;
}
#breadcrumb li a:hover:before {
  border-color: #1b2c56;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #1b2c56;
}
#breadcrumb li a:active {
  background-color: #16a085;
}
#breadcrumb li a:active:before {
  border-color: #16a085;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #16a085;
}


/*** About ***/
/*.aboutarea {
    background: #f8f7f6;
}*/
.aboutarea {
background: #fff;
}
/*.about-img {
    margin-top: -7em;
}*/
.about-img img {
    padding: 2em 1em 0px;
    /* background-color: #f8f7f6; */
    width: 82%;
}

.aboutDesc {
    /*padding: 1em 1em 0px 0px;*/
    margin-right: 1em;
    position:relative;
    z-index:1;
} 
.aboutDesc h1 {
    font-weight: bold;
    text-transform: uppercase;
}
.aboutDesc .sub_heading { font-size:24px; color:#af7d63;}

.aboutDesc::after {
    background-image: url(../images/about-logo.png);
    content: "";
    position: absolute;
    width: 100%;
    top: 36px;
    display: inline-block;
    bottom: 0px;
    right: -40px;
    left: auto;
    background-repeat: no-repeat;
    background-position: right top;
    z-index: -1;
}

ul.aboutList {
    list-style: none;
    padding: 0px;
    margin:2em 0;
}
.aboutList li {
    line-height: 2.8em;
    margin-bottom: 14px;
}
.aboutList li::before {
    content: "\f101";
    margin-right: 14px;
    background: #985936;
    padding: 12px 16px;
    color: #fff;
    font: normal normal normal 22px/1 FontAwesome;
}

.howtoorderarea {
    /*background: rgba(0, 0, 0, 0.86) url(../images/healthcare-banner-1.jpg) no-repeat fixed center center / cover;*/
    background:#1b2c56;
    color:#fff;
}
.howtoorderarea .howtoorder .block-title h2 { color:#fff;}
.howtoorder .order-steps{ /*padding:2em 0px;*/}
.howtoorder .order-steps .content_wrapeer i {
    font-size: 3.6em;
    /*margin-bottom: 16px;*/
    /*border: 2px solid #fff;*/
    /*border-radius: 50%;*/
    line-height: 2.4em;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    /*background: #e7f3fe;*/
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.howtoorder .order-steps .content_wrapeer:hover i {
    /*border: 2px solid #e7f3fe;*/
    background: #1b2c56;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.howtoorder .order-steps .content_wrapeer h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}
.populardrugarea, .aboutinfoarea {
    background: #f8f8f8;
}

ul.drugsLinks {
    display: table;
    margin: 1em 0px;
    padding: 16px 0;
}
ul.drugsLinks li {
    background: #1b2c56;
    list-style: none !important;
    width: 22%;
    border-radius: 24px;
    text-align: center;
    float: left;
    /* min-height: 90px; */
    margin: 10px 10px 20px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid rgb(233, 233, 233);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
   /* box-shadow: 0px 4px 6px 0px #1b2c56;*/
}
/*ul.drugsLinks li:nth-child(even) {background: #1b2c56;}
ul.drugsLinks li:nth-child(odd) {background: #e7f3fe;}*/
/*ul.drugsLinks li:nth-child(5n) {
    border-right: none;
}*/
.drugsLinks li h4 {
   margin:0px;
}

ul.drugsLinks li a {
    padding: 15px 18px;
    display: block;
    color:#fff;
    font-size: 17px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
ul.drugsLinks li:hover {
    background: #e7f3fe;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
/*ul.drugsLinks li:nth-child(even):hover{background: #e7f3fe; }
ul.drugsLinks li:nth-child(odd):hover {background: #1b2c56;}*/

ul.drugsLinks li:hover a {color:#fff !important;}
.aboutinfo .infoblock h3 {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 14px;
}
.aboutinfo .infoblock h3 i {
    color: #000;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

/*--------------------------------------------------------------
Content Divider Css Style
----------------------------------------------------------------*/

.contact-divider {
    background-color: #1b2c56;
    padding: 2em 0 2em 0;
}

.contact-divider .contact-item {
}

.contact-divider .contact-item h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 14px;
    margin-top: 0;
    text-transform: uppercase;
}

.contact-divider .contact-item h5 {
    color: #e7f3fe;
    letter-spacing: 0.9px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.contact-divider .contact-item p {
    font-size: 15px;
    text-transform: capitalize;
    color: #989898;
}

.contact-divider .contact-btn-item {
    text-align: right;
}

.contact-divider .contact-btn-item h3 {
    color: #fff;
    font-size: 32px;
    letter-spacing: 0.9px;
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase;
}

.contact-divider .contact-btn-item .contact-btn.style-1 {
    background-color: #e7f3fe;
    border-radius: 50px;
    color: #fff;
    margin-bottom: 18px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 18px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.contact-divider .contact-btn-item .contact-btn.style-1:hover {
    background-color: #fff;
    color: #e41a22;
}

.particles-contact {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.contact-divider .particles-bg:before {
    background-color: rgba(9, 20, 38, 0.5);
    position: relative;
    z-index: -1;
}

.particles-contact #particles-js {
    background-color: transparent;
}


.reviewsarea {
    background: #fdfdfd;
}
.testimonial{
    margin: 0 15px;
    padding:2em 0px;
    overflow: hidden;
}
.testimonial .description{
    position: relative;
    line-height: 26px;
    padding: 30px 20px;
    border: 1px solid #e7f3fe;
    border-left: 3px solid #1b2c56;
}
.testimonial .description:after{
    content: "";
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-bottom: 1px solid #e7f3fe;
    border-left: 1px solid #e7f3fe;
    position: absolute;
    bottom: -11px;
    left: 65px;
    transform: skewY(-45deg);
}


.testimonial .testimonial-prof{
    text-transform: capitalize;
    margin: 30px;
}
.testimonial .testimonial-prof h4{
    color: #000;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.testimonial .testimonial-prof small{
    display: block;
    font-size: 14px;
    color: #ccc;
}

.testimonial .testimonial-prof .rating{
    padding: 0;
    margin: 0;
    list-style: none;
}
.testimonial .testimonial-prof .rating li{
    display: inline-block;
    color: #ffc207;
}

#testimonial-slider .owl-dots {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

#testimonial-slider .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 8px;
}

#testimonial-slider .owl-dots .owl-dot.active {
}

#testimonial-slider .owl-dots .owl-dot span {
    background-color: #989898;
    border-radius: 20px;
    display: inline-block;
    height: 7px;
    position: relative;
    width: 5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

#testimonial-slider .owl-dots .owl-dot.active span {
    background-color: #1b2c56;
    height: 12px;
}

section.client-section {
    background: #F7F7F8;
}

#client_carousel.owl-carousel .owl-nav .owl-prev {
    font-size: 42px;
    color: #e7f3fe;
    left: -50px;
    position: absolute;
    top: 42px;
    opacity: 0;
}
#client_carousel.owl-carousel .owl-nav .owl-next {
    font-size: 42px;
    color:#e7f3fe;
    right: -50px;
    position: absolute;
    top: 42px;
    opacity: 0;
}
#client_carousel:hover.owl-carousel .owl-nav .owl-prev {
    opacity: 1;
    left: -22px;
}
#client_carousel:hover.owl-carousel .owl-nav .owl-next {
    opacity: 1;
    right: -22px;
}

.top-strip{background:#fafafa;padding:30px 0;font-size:20px}.footer-call i:before{color:#324c73;font-size:26px;text-align:right;margin-right:15px;vertical-align:middle}.footer-call .media-left{padding-right:0}.open-time,.question{font-size:20px;font-weight:500;line-height:28px;letter-spacing:1px}.open-time i.media-left:before,.question i:before{width:auto;display:table-cell!important;font-size:26px}.icon-bordered{width:50px;height:50px;line-height:50px;border:3px solid #7DC855;font-size:30px;margin-right:15px;text-align:center;color:#082C46}.top-strip h3{line-height:32px;font-weight:400;margin:0;color:#c5c5c5}@media (max-width:991px){.top-strip .media-body{width:100%;text-align:left;} }

/*--------------------------------------------------------------
Footer Css Style
----------------------------------------------------------------*/

.footer-item h6 {
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 18px;
    text-transform: uppercase;
}



.footer-item h6 span {
    color: #e7f3fe;
}

.footer-item .subscribe-style-two .form-control.input-subscribe {
    font-family: "Oswald",sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 52px;
    letter-spacing: 0.9px;
    text-transform: capitalize;
    padding-bottom:10px;
}

.footer-item *::-moz-placeholder {
    color: #c9c9c9 !important;
}

.footer-item *::-webkit-input-placeholder {
    color: #c9c9c9 !important;
}
.footer-item *::-moz-placeholder {
    color: #c9c9c9 !important;
}
.footer-item *::-ms-input-placeholder {
    color: #c9c9c9 !important;
}

.footer-item .subscribe-style-two .btn-subscribe {
    font-family: "Oswald",sans-serif;
    height: 52px;
}

/*--------------------------------------------------------------
Footer Copy Right  Css Style
----------------------------------------------------------------*/

.footer-copy-right {
    border-top: 1px solid #101c2f;
}

.footer-copy-right p {
    color: #a2a2a2;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.9px;
        margin-bottom: 0px;
}

.footer-copy-right a  {
    color: #a2a2a2 /*#e7f3fe*/;
}

/* footer style responsive */
@media only screen and (min-width: 334px) and (max-width: 767px) {
    .footer-widget-one{
        padding-bottom: 80px;
    }
    /*.footer-item{
        text-align: center;
    }*/
    .border-style-3:after{
        top: -10px !important;
        left: 0px !important;
    }
    .footer-widget-one p { width:100%; }

}

/*======= ****========****=======
    Footer Style ( All Footer Style )
/*======= ****========****=======*/

footer {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-item {
  position: relative;
  margin-bottom: 30px;
}
.footer-logo {
  width: 180px;
  margin-bottom: 26px;
}
.footer-logo-2 {
  width: 250px;
  text-align: center;
}
.footer-widget-one p {
  font-weight: 400;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
  text-transform: capitalize;
  color:#9c9c9c;
  width: 90%;
}
.footer-widget-one .address li {
  margin-bottom: 10px;
  font-size: 15px;
}
.footer-widget-one .address li i {
  margin-right: 8px;
  font-size: 18px;
  color: #e7f3fe;
}
footer ul.social-icon{
    border-bottom:none;
}
.social-icon li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.social-icon li:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icon li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icon.bg-f2 li {
  background: #f2f2f2;
}
.social-icon.bg-f2 li a {
  color: #e7f3fe;
}
.social-icon.bg-f2 li:hover {
  background: #e7f3fe;
}
.social-icon.bg-f2 li:hover a {
  color: #FFF;
}
.social-icon.bg-theme li {
  background: #e7f3fe;
}
.social-icon.bg-theme li a {
  color: #fff;
}
.social-icon.bg-theme li:hover {
  background: #4d4d4d;
}
.social-icon.bg-theme li:hover a {
  color: #fff;
}
.social-icon.bg-black li {
  background: #4d4d4d;
}
.social-icon.bg-black li a {
  color: #fff;
}
.social-icon.bg-black li:hover {
  background: #e7f3fe;
}
.social-icon.bg-black li:hover a {
  color: #fff;
}
.social-icon.bg-transparent li {
  background: transparent;
}
.social-icon.bg-transparent li a {
  color: #333;
}
.social-icon.bg-transparent li:hover {
  background: transparent;
}
.social-icon.bg-transparent li:hover a {
  color: #e7f3fe;
}
.social-icon.rounded li {
  border-radius: 50%;
}
.social-icon.round li {
  border-radius: 7px;
}
.social-icon.bordered li {
  border: 1px solid;
}
.social-icon.bordered li:hover {
  background: #e7f3fe;
  border-color: #e7f3fe;
}
.social-icon.bordered li:hover a {
  color: #fff;
}
.social-icon.bordered-theme li {
  border: none;
}
.social-icon.bordered-theme li a {
  color: #e7f3fe;
}
.social-icon.bordered-theme li:hover {
  background: #e7f3fe;
  border-color: #e7f3fe;
}
.social-icon.bordered-theme li:hover a {
  color: #fff !important;
}

.footer-list li {
    margin-bottom: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    list-style:none;
}

.footer-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer-list li a {
    color: #989898;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-left: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-list li a:hover {
    color: #000;
}

.footer-list.border-deshed li {
  border-bottom: 1px dashed #e7f3fe;
}
.footer-list.color-icon li i {
  color: #e7f3fe;
}

.footer-list li:hover {
  padding-left: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-title {
  margin-bottom: 30px;
}


.footer-title h4 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.8px;
    padding-bottom: 12px;
    text-transform: uppercase;
    margin-top: 0px;
}

.footer-title h4 span {
    color: #e7f3fe;
}

.border-style-1,
.border-style-2,
.border-style-3 {
    position: relative;
}

.border-style-1:after{
    top: 0;
    content: "";
    height: 3px;
    left: 2px;
    margin: auto;
    position: absolute;
    width: 40px;
    background: #e7f3fe;
}

.border-style-2:after{
    top: 0;
    content: "";
    height: 3px;
    left: 2px;
    margin: auto;
    position: absolute;
    width: 50px;
    background: #e7f3fe;
}

.border-style-3:after {
  background: #e7f3fe none repeat scroll 0 0;
  border-radius: 0 50px 0 0;
  content: "";
  height: 3px;
  left: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 40px;
}

.footer-item .subscribe-style-one,
.footer-item .subscribe-style-two,
.footer-item .subscribe-style-three {
  margin-bottom: 30px;
}

.footer-item form .form-control {
  height: 45px;
  margin-bottom: 0;
}
.footer-item .contact-textarea .form-control {
  height: 85px;
  margin-bottom: 15px;
}
.footer-btn {
    font-size: 13px;
    color: #fff;
    background: #4d4d4d;
}
.footer-btn:hover {
    color: #fff;
    background: #e7f3fe;
}

.footer-btn-1 {
    font-size: 13px;
    color: #fff;
    background: #e7f3fe;
}
.footer-btn-1:hover {
    color: #fff;
    background: #4d4d4d;
}
.footer-item .footer-feature i {
  font-size: 30px;
  margin-bottom: 15px;
}
.footer-copy-right .container {
  /*padding-top: 30px;
  padding-bottom: 30px;*/
  padding: 13px 0px;
}

.bg-footer-1 {
    color: #fff;
}

.bg-footer-1 a:hover {
    color: #e7f3fe;
}
.bg-footer-1,
.bg-footer-1 h4,
.bg-footer-1 .footer-title h4, 
.bg-footer-1 h5,
.bg-footer-1 .footer-item h6, 
.bg-footer-1 .footer-item .newsletter-text,
.bg-footer-1 .footer-item .social-icon.bordered li i,
.bg-footer-1 .social-icon.bordered li i,
.bg-footer-1 .footer-item .social-icon.bg-black li,
.bg-footer-1 a {
    color: #fff;
}

.bg-footer-1 hr {
    background: #eee;
}
.bg-footer-1 .footer-item form .form-control {
    background: transparent;
    border-color: #777;
}
.bg-footer-1 .footer-item form .form-control:focus {
    border-color: #e7f3fe;
}

.footer-list.footer-contact li {
  margin-bottom: 10px;
}

.footer-list.footer-contact li:last-child {
    margin-bottom: 24px;
}

.ftrtop {
    padding: 50px 0px 10px;
    background: #091426 !important;
}

.ftrtop .ftr-accept img { width:100%;}
.footer-list.footer-contact li{ display:flex;}
.footer-list.footer-contact li a, .footer-list.footer-contact li {
    color: #989898;
    font-weight: 600;
}
.footer-list.footer-contact li a i, .footer-list.footer-contact li i{
    color: #e7f3fe;
    margin-right:10px;
    margin-top: 4px
}
.ftrbottom {
    border: 1px solid #101c2f;
    background: #091426 !important;
    padding-top: 14px;
    color: #a2a2a2;
}
.ftrbottom a{color: #a2a2a2; }


/*** Category Page ***/
.category-wrapCvr {
    padding: 30px 0px;
}
.page-banner img {
    width: 100%;
}

.breadcrumb_cvr {
    background: #e7f3fe;
    margin-bottom:12px;
}
.breadcrumb_cvr .breadcrumb {  background: #e7f3fe; margin-bottom:0px;}
.breadcrumb_cvr .breadcrumb li a{ color:#fff; }
.breadcrumb_cvr .breadcrumb li a:hover{ color:#101c2f !important; }

/*** Left sidebar***/
.left-sidebar .sidebarblock {
    border: 1px solid #1b2c56;
    margin-bottom: 20px;
}
.left-sidebar .sidebarblock .blocktitle {
    border-bottom: 1px solid #1b2c56;
    /* padding: 10px; */
    background: #1b2c56;
}
.left-sidebar .sidebarblock .blocktitle h3 {
    margin: 0px;
    padding: 10px;
    color: #fff;
}

.left-sidebar .sidebarblock ul.popular-products {
    list-style: none;
    margin: 0px;
}
.left-sidebar .sidebarblock ul.popular-products li {
    padding: 8px 12px;
    border-bottom: 1px solid #fafafa;
}
.left-sidebar .sidebarblock ul.popular-products li:hover { background: #e7f3fe; }
.left-sidebar .sidebarblock ul.popular-products li:hover a{ color: #fff !important; }
.left-sidebar .sidebarblock ul.popular-products li:hover::before{ color: #1b2c56 !important; }
.left-sidebar .sidebarblock ul.popular-products li:last-child{ border:none;}
.left-sidebar .sidebarblock ul.popular-products li::before{ content:'\f101'; font: normal normal normal 14px/1 FontAwesome; color:#e7f3fe; margin-right:8px;}
.left-sidebar .sidebarblock ul.popular-products li a {
    padding: 8px 0;
    font-size: 17px;
}
.left-sidebar .sidebarblock .sidebar-img { padding:16px 8px;}
.left-sidebar .sidebarblock .sidebar-img img { width:100%; }

.content-wrap .page-title h1 {
    margin-top: 2px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f4f4f4;
}

.product-block {
    /*border: 1px solid #e7f3fe;*/
}
.product-image {
   overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
    background: white;
    border: 1px solid #e7f3fe;
}
.add-to-cartLink {
    left: calc(50% - 64px);
    opacity: 0;
    position: absolute;
    top: 44%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}
.add-to-cartLink a.btn.btn-default.btn-info {
    background-color: rgb(164, 199, 57);
    border: 1px solid #444;
    border-radius: 50px;
    box-shadow: 0px 0px 0px 900px rgba(255, 255, 255, 0.9);
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6;
    transition: all 0.6s;
}
.product-image img {
    width: auto;
}
.product-name {
   
}
.product-name h2 {
    margin: 0px;
}
.product-name h2 a{
    padding: 12px 10px;
    background: #e7f3fe;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-block:hover .add-to-cartLink { opacity:1; }
.product-block .add-to-cartLink a:hover{ background: #1b2c56 !important; color:#fff !important; }
.product-block:hover .product-image {
    border: 1px solid #1b2c56;
}
.product-block:hover .product-name h2 a{
   background: #1b2c56;
    color: #fff !important;
   -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*** Product Page ***/
.product-wrap .product-bioinfoList {
    list-style: none;
    padding: 16px 0px;
}
.product-wrap .product-bioinfoList li {
    font-size: 18px;
    line-height: 36px;
}
.product-wrap .product-bioinfoList li strong{color: #1b2c56;}

.product-img {
    text-align: center;
    border: 1px solid #e7f3fe;
    margin-bottom: 16px;
    background: #fafafa;
}
.product-wrap .product-info h2 {
    font-size: 18px;
    color: #1b2c56;
    text-transform: capitalize;
    font-weight:bold;
}
.product-wrap .product-info h3 {
    font-size: 16px;
    color: #1b2c56;
    text-transform: capitalize;
    font-weight:bold;
}
.product-optionsCvr h3 {
    font-size: 22px;
    font-weight: bold;
}

.product-optionsCvr .product-qty {
    width: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
    margin-bottom: 16px;
    text-align: center;
}

.product-optionsCvr .addtocartbtn {
    margin: 0 20px;
    padding: 10px 30px;
}


/*** Brand Page ***/
.brand-alphabates-lists {
    margin: 16px 0;
    padding: 10px 0 16px;
    border-bottom: 1px solid #f4f4f4;
}
.brand-alphabates-text {
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    float: left;
    /* margin-right: 2px; */
    background: #e7f3fe;
    padding: 10px 9px;
    color: #fff;
    margin: 0;
}
.brand-alphabates-lists ul.alphabates-Links {
    list-style: none;
    display: table;
    border: 1px solid #e7f3fe;
    width: auto;
}
.brand-alphabates-lists .alphabates-Links li {
    float: left;
    /* margin: 5px 0px; */
}
.brand-alphabates-lists .alphabates-Links li a {
    font-size: 20px;
    font-weight: bold;
    padding: 4px 8px;
    display: inline-block;
    border-radius: 0px;
    line-height: 27px;
}
.alphabates-Links li a:hover {
    background: #e7f3fe;
    color: #1b2c56 !important;
}
.product-lists {
    margin-bottom: 16px;
    padding: 10px 0px;
}
.product-lists h4 {
    padding: 7px 14px;
    background: #1b2c56;
    display: inline-block;
    color: #fff;
    /* position: relative; */
}
.product-lists h4::after {
    border-bottom: 2px solid #1b2c56;
    content: "";
    position: absolute;
    width: 93%;
    z-index: -1;
    margin-top: 13px;
}

/*
custom-css =============
*/

.input-lg{
    font-size: 14px !important;
}
.question_answer {
    width: 100%;
    float: right;
    padding:0px;
    margin:30px 0px 0px;
}

.question_answer ol {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    word-wrap: break-word;
    zoom: 1;
    /*color: #848484;*/
    font-size: 16px;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-weight: 300;
    letter-spacing: normal;
    orphans: 2;
    text-align: start;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    widows: 2;
    word-spacing: 0px;
    -webkit-text-stroke-width: 0px;
    background-color: rgb(255, 255, 255);
    text-decoration-style: initial;
    text-decoration-color: initial;
    line-height:24px;
}

.question_answer ol li {
    word-break: break-word;
    word-wrap: break-word;
    /*color: #848484;*/
    font-size: 16px;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-weight: 400;
    letter-spacing: normal;
    text-align: start;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    word-spacing: 0px;
    -webkit-text-stroke-width: 0px;
    margin:0px 0px 30px;
}

.question_answer ol li ul {
    padding: 5px 0px 5px 28px;
    margin: 0px;
    outline: none;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    word-wrap: break-word;
    list-style: none;
    /*color: #848484;*/
    font-size: 15px;
    display: block;
}

.question_answer ol li ul li {
    padding: 0px;
    margin: 0px;
    outline: none;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    word-wrap: break-word;
    list-style: none;
    font-weight: normal;
    font-weight: 300;
}


#contact_us {
    padding: 2px;
}
#contact_us .contact_details {
    background: #f9f9f9;
    box-shadow: 1px 1px 4px #aaa;
    padding: 15px 0px;
}
#contact_us .contact_wrapper {
    width: 100%;
    max-width: 95%;
    padding: 0 20px;
    margin: 0 auto;
}
#contact_us .contact_details .detail_box .icon_container {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    background: #1b2c56;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
#contact_us .contact_details .detail_box .details {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    margin-top: 10px;
}

#contact_us .contact_details .detail_box .details span {
    display: block;
    color: #1b2c56;
    font-size: 16px;
    margin-left: 10px;
}
#contact_us .contact_details .detail_box .details p {
    font-size: 13px;
    margin-left: 10px;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 14px;
}
.input-group .input-group-addon {
    font-size: 14px;
    height: 30px;
}
/* Fix some bootstrap issues */

span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}
.nav-tabs {
    margin-bottom: 15px;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

.main_div_class{
    margin:30px 0px 40px;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-style: normal;
    color: #01163a;
}
.content .about_us p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 7px;
    text-align: justify;
}
.container .content .about_us p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 7px;
    text-align: justify;
}
.container .content .order_way h4 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1;
}
.container .content .order_way ul li {
    width: 50%;
    display: inline-block;
    margin-bottom: 20px;
}
#order_show .container {
    width:100% !important;
    padding:0px !important;
}
#order_show .container .notice {
    padding: 0 20px;
    /*border: 1px solid #d93d3d;
    background: #f5dada;*/
}
.align_center {
    text-align: center;
}
#order_show .container .notice h4 {
    font-size: 18px;
    color: #d93d3d;
}
#order_show .container .notice h4 span {
    font-size: 14px;
}
#order_show .container .notice h4.page_notice_title {
    color: #444444;
    font-size: 16px;
    background: #FFFF00;
    display: inline-block;
    padding: 3px;
}
#order_show .container .notice h5.page_notice_title {
    color: #444444;
    font-size: 16px;
    background: #FFFF00;
    display: inline-block;
    padding: 3px;
}
h5.page_notice_title {
    color: #444444;
    font-size: 16px;
    background: #FFFF00;
    display: inline-block;
    padding: 3px;
}

/*
custom-css =============
*/

/* buttons */
.form-control{
    height: 42px!important;
}
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 10px 14px;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 14px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 14px;
}
.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8 !important;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb) !important;
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #1f90bb !important;
    background-position: 0 -15px;
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
/*.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}*/

/*#content .btn-lg {
    font-size: 18px;
    height: 46px;
    line-height: 45px;
    padding: 0px 15px;
    text-shadow: none;
    background: #0f75bc;
    border: none;
    width: auto;
    color: #fff;
}


#content .btn-lg:hover {
    background:#222222;
    color:#fff;
}*/

ul.home-list-box{ width:100%; padding: 20px; box-sizing: border-box; background: #f8f8f8; margin-top:20px; display: table;  }
ul.home-list-box li{ list-style: none; display: block; }

#content .btn-lg .fa{
    font-size: 16px;
}

#cart_checkout{
    display: inline-block;
}

.btn-primary {
    background-image: linear-gradient(to bottom, #e7f3fe, #e7f3fe) !important;
    background-repeat: repeat-x;
    border-color: #e7f3fe #e7f3fe #e7f3fe !important;
}
    


.btn-primary, input[type="submit"].btn-primary, a.btn-primary  {
    display: inline-block;
    width: auto;
    font-size: 18px;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: normal;
    background-color: #e7f3fe !important;
    text-align: center;
    text-transform: capitalize;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    padding:8px 18px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-primary:hover, input[type="submit"].btn-primary:hover, a.btn-primary:hover {
    color: #e7f3fe !important;
    background: #1b2c56 !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

ol{
    /*list-style-type: none !important;*/
}
ul {
    list-style-type: none !important;
}
ul.thumbnails{
    list-style-type: none !important;
}

/* product list ===========================================*/
.fa {
    font-size: 14px;
}
.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
}
.product-thumb .image {
    text-align: center;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0 0 0;
}
.product-grid .product-thumb .image {
    float: none;
}
 @media (min-width: 767px) {
.product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
}
}
.product-thumb h4 {
    font-weight: bold;
    font-size: 14px;
}
.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
 @media (max-width: 1200px) {
.product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
}
}
 @media (max-width: 767px) {
.product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
}
.product-grid .product-thumb .caption {
    min-height: 0;
}
}
.product-thumb .rating {
    padding-bottom: 10px;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    color: #444;
}
.product-thumb .price-new {
    font-weight: 600;
}
.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 14px;
    display: block;
}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}
 @media (max-width: 768px) {
.product-list .product-thumb .button-group {
    border-left: none;
}
}
.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
 @media (max-width: 1200px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%;
}
}
 @media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%;
}
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}
 @media (min-width: 1200px) {
#content .col-lg-2:nth-child(6n+1),  #content .col-lg-3:nth-child(4n+1),  #content .col-lg-4:nth-child(3n+1),  #content .col-lg-6:nth-child(2n+1) {
    clear: left;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
#content .col-md-2:nth-child(6n+1),  #content .col-md-3:nth-child(4n+1),  #content .col-md-4:nth-child(3n+1),  #content .col-md-6:nth-child(2n+1) {
    clear: left;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
#content .col-sm-2:nth-child(6n+1),  #content .col-sm-3:nth-child(4n+1),  #content .col-sm-4:nth-child(3n+1),  #content .col-sm-6:nth-child(2n+1) {
    clear: left;
}
}

/*========flip box=============*/
.flip-card {
  background-color: transparent;
  perspective: 1000px;
  display: inline-block;
  margin-bottom: 20px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
  border: 1px solid #ddd;
}
.flip-card:hover .flip-card-inner {
  transform: rotateX(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-front {
  /*background-color: #1b2c56;*/
  color: black;
  padding-top: 10px;
}
.flip-card-front h4{
  margin: 0px;
}
.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateX(180deg);
  vertical-align: middle;
}
.flip-card-back span {
    border:  2px solid #FFF;
    display: flex;
    justify-content: center;
    margin: 35px;
    padding: 10px;
}
.flip-card-back span a{
    color: white;
}
.flip-card-back span a:hover{
    color: white!important;
}
.imgcls { width:100%;}
/*=====================*/
.white {
    color: #FFF!important;
    text-align: left!important;
}
.underline {
    text-decoration: underline;
    font-size: 14px;
}

/*.breadcrumb {
    background: #e7f3fe;
    margin-bottom:12px;
}
.breadcrumb .breadcrumb {  background: #e7f3fe; margin-bottom:0px;}
.breadcrumb .breadcrumb li a{ color:#fff; }
.breadcrumb .breadcrumb li a:hover{ color:#101c2f !important; }
*/



/*** Cart CSS ***/
.box-cart .cart .open ul.dropdown-menu.pull-right {
   width: 100%    margin-top: 5px;
}
.box-cart .cart .open ul.dropdown-menu.pull-right li .table-striped{ 
    margin-bottom:0px;
}
.box-cart .cart .open ul.dropdown-menu.pull-right li .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #1B2C56;  color: #fff !important;
}
.box-cart .cart .open ul.dropdown-menu.pull-right li .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #1B2C56;  color: #fff !important;
}
.box-cart .cart .open ul.dropdown-menu.pull-right li .table-striped>tbody>tr a { 
    padding:0px;
    color: #fff !important;
}
.box-cart .cart .open ul.dropdown-menu.pull-right li .table-striped>tbody>tr td .btn-danger{
 color: #fff;    
 background-color: #c9302c;    
 border-color: #ac2925; 
 padding:3px 5px;
}
.box-cart .cart .btn-group.open .dropdown-toggle { 
    box-shadow:none;
}
/* AUTO COMPLETE SEARCH  */
.product-search-area {
	display: none;
	position: absolute;
	overflow: auto;
	background:#F1F1F1;
	border: 2px solid #d2d6de;
	padding: 20px;
	font-size: 11px;
	z-index: 999;
	width: 100%;
	left:0;
}
.result-search-autocomplete {
	display: none;
	position: absolute;
	z-index: 1000;
	background-color: #FFF;
	border: 1px solid #ddd;
	max-height:468px;
	width: 100%;
	left:0;
}
.result-search-autocomplete h4 {
	  display: block;
	  width: 72%;
	  line-height: 1.3em;
	  color: #333;
	  font-size: 14px;
	  font-weight: 700;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
}
.result-search-autocomplete h5 {
	font-size: 14px;
    margin-top: 8px;
    color: red;
}
.result-search-autocomplete h5 i {
	color: #999;
	font-style: normal;
	font-size: 11px;
	text-decoration: line-through;
}
.result-search-autocomplete h6 {
	text-transform: uppercase;
  	font-size: 9px;
  	font-weight: 700;
  	color: #0876e6;
  	display: block;
  	margin-top: 8px;
  	text-align: right;
}
.result-search-autocomplete ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.result-search-autocomplete-image {
	height: 50px;
	padding-left: 15px;
}
.result-search-autocomplete > ul {
	max-height:468px;
	overflow: hidden;
	/*overflow: scroll;
	overflow-x:none;*/
}
.result-search-autocomplete > ul >li >a {
	position: relative;
  	display: block;
  	overflow: hidden;
  	padding: 6px;
  	text-decoration: none;
}
.result-search-autocomplete > ul >li {
	display: block;
  	background: #fff;
  	overflow: hidden;
  	list-style: none;
  	border-bottom: 1px dotted #ccc;
  	float: none;
}
.result-search-autocomplete > ul >li > a:hover button {
	color: #FFF;
}
.tagdattruoc {
  background: #3498db;
  border: 1px solid #0679c6;
  font-size: 11px;
  color: #fff;
  border-radius: 0px;
  /*margin-top: 18px;*/
}
.tagdattruoc :hover {
	color: #FFF;
}
@media (max-width: 767px) {
	.result-button {
		width: 30%;
		float: left;
	}
	.row-result-search-autocomplete-image
	{
		width: 30%;
		float: left;
	}
	.result-info
	{
		width: 40%;
		float: left;
	}
}
table.dataTable .sorting_1 {
  text-align: left;
}
/* AUTO COMPLETE SEARCH  */

.btnSubmit {
    background-color: #696969;
    padding: 5px 30px;
    border: #696969 1px solid;
    border-radius: 4px;
    color: #FFFFFF;
    margin-top: 10px;
}
.bgColor {
    max-width: 440px;
    height: 150px;
    background-color: #fff4be;
    border-radius: 4px;
}
#targetLayer {
    display: inline-block;
    width: 325px;
    text-align: left;
    line-height: 150px;
    font-weight: bold;
    color: #C0C0C0;
    background-color: #F0E8E0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
#uploadFormLayer {
    float: left;
    padding: 20px;
}