@charset "UTF-8";
/* CSS Document */
/*@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
@import url(bootstrap-social.less);*/
@import url('https://fonts.googleapis.com/css?family=Prompt:100,200,300,400&display=swap&subset=thai');
@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,500;1,700&display=swap');

a:link {
text-decoration: none;
}

@media only screen and (max-width: 767px) {
  #slide-navbar-collapse {
    position: fixed;
    top: 0;
    left: 15px;
    z-index: 99;
    width: 280px;
    height: 100%;
    background-color: #ddd;
    overflow: auto;
  }
  .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 49;
  }
}
.highlight-wrapper{
  background-color: #fff;
  box-shadow: 0 50px 50px rgba(0, 4, 12, .05), 0 4px 15px rgba(0, 0, 0, .05), 0 0 5px rgba(0, 4, 12, .05);
  padding: 24px
}
.main-promotion .media:hover {
  transform: scale(1.07);
  transition: all .3s cubic-bezier(.6,.2,.1,1)
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
/*section{
  padding: 2rem 0;
}*/
.main-promotion .img-border-black{
  box-shadow: 0 50px 50px rgb(0 4 12 / 5%), 0 4px 15px rgb(0 0 0 / 5%), 0 0 5px rgb(0 4 12 / 5%);
}
.btn-consult{
    background-color: #f5be44;
    color: #fff;
    border-radius: 10px;
    padding: 5px 15px;
    margin: 10px 10px;
    font-size: 22px;
    box-shadow: 0 50px 50px rgba(0, 4, 12, .05), 0 4px 15px rgba(0, 0, 0, .05), 0 0 5px rgba(0, 4, 12, .05);
}

._bdtrrd-4px {
    border-top-right-radius: 4px!important;
}
._bdtlrd-4px {
    border-top-left-radius: 4px!important;
}
._bdrd-4px {
    border-radius: 4px!important;
}
  .-animated-underline:before {
    background: #f56d6d;
    left: 0;
    z-index: 1;
    transition: all .5s cubic-bezier(.6, .2, .1, 1)
  }
  .-animated-underline:after,
  .-animated-underline:before {
    position: absolute;
    content: "";
    bottom: -12px;
    height: 4px;
    width: 0
  }
  .-animated-underline:after {
    background: #30c1b8;
    left: 80%;
    z-index: 3;
    transition: all .7s cubic-bezier(.6, .2, .1, 1)
  }


  .-animated-underline.-show-line:before {
    background: #30c1b8;
    width: 100%;
    left: 0
  }
  .-animated-underline.-show-line:after {
    background: #f5be44;
    width: 20%;
    right: 0
  }
}
@media (max-width: 767px) {
  .-animated-underline.-show-line:before {
    background: #30c1b8;
    width: 80%;
    left: calc(50% - 75px)
  }
  .-animated-underline.-show-line:after {
    background: #f5be44;
    width: 20%;
    left: calc(50% - 75px)
  }

}

.-animated-underline {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    color: #000000;
    line-height: 125%;
    z-index: 0;

}




.content-wrapper{
    transition: .2s cubic-bezier(.6,.2,.1,1);
}
._pd-16px-md {
    padding: 16px!important;
}
._h-100pct {
    height: 100%!important;
}
._fdrt-cl {
    flex-direction: column!important;
}
._dp-f {
   display: flex!important;
}
.has-background-white {
    background-color: #fff!important;
}
._pd-16px-md {
    padding: 16px!important;
}
._pdbt-32px, ._pdv-32px {
    padding-bottom: 32px!important;
}


.main-blog .media,.main-review .media{

    margin-bottom: 12px;
    overflow: inherit;
    padding: 0px;
    position: relative;
    transition: all 0.5s ease 0s;
    font-size: 16px;
}

.main-blog h4.title,.main-review h4.title{
  font-size: 18px;
  font-weight: bolder;
  content: #000000;
  /*font-weight: 300;*/
}
.main-promotion .box-btn-booking{
  position: relative;
  bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.main-promotion a.btn-booking{
    background-color: #f5be44;
    background-image: none;
    /*border-color: currentcolor currentcolor #cccccc;*/
    border:1px solid #f5be44;
    border-style: none none solid;
    border-width: 0 0 3px;
    color: #fff;
    transition: background-color 0.2s ease 0s;
    border-radius: 10px;
    padding: 5px 15px;
    margin: 10px 0px;
    font-size: 18px;
}
.main-promotion .box-promotion{
  border-radius: 8px;
  box-shadow: 0 50px 50px rgba(0, 4, 12, .05), 0 4px 15px rgba(0, 0, 0, .05), 0 0 5px rgba(0, 4, 12, .05);
}

/*Tab*/
/* Tabs panel */
.tabbable-panel {
  padding: 0px;
}

/* Default mode */

.nav-tabs {
    display: flex;
    /*justify-content: center;*/
    flex-direction: row;
}

.tabbable-line > .nav-tabs {
  border: none;
  margin-bottom: 15px;
}

.nav-tabs {
    text-align: left;
}

.tabbable-line > .nav-tabs > li {
   margin: 2px;

}
.tabbable-line > .nav-tabs > li > a[data-c-2] {
  border: 1px solid #444444 !important;
  margin-right: 0;
  color: #000000;
  background-color: #ffffff;
  border-radius: 14px;
  padding: 10px;
}
.tabbable-line > .nav-tabs > li > a[data-c-1] {
  border: 1px solid #e7a108;
  margin-right: 0;
  color: #000000;
  background-color: #ffffff;
  border-radius: 14px;
  padding: 10px;
}
.tabbable-line > .nav-tabs > li > a[data-c-0] {
  border: 1px solid #f5be44;
  margin-right: 0;
  color: #000000;
  background-color: #ffffff;
  border-radius: 14px;
  padding: 10px;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  /*border-bottom: 4px solid #fbcdcf;*/
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a[data-c-2] {
  border: 1px solid #444444 !important;
  background-color: #444444;
  color: #ffffff;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a[data-c-1] {
  border: 1px solid #f5be44;
  background-color: #f5be44;
  color: #ffffff;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a[data-c-0] {
  border: 1px solid #30c1b8;
  background-color: #30c1b8;
  color: #ffffff;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {

  /*border-bottom: 4px solid #f3565d;*/
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a[data-c-2] {
  border: 1px solid #444444 !important;
  background-color: #444444;
  color: #ffffff;
}
.tabbable-line > .nav-tabs > li.active > a[data-c-1] {
  border: 1px solid #f5be44;
  background-color: #f5be44;
  color: #ffffff;
}
.tabbable-line > .nav-tabs > li.active > a[data-c-0] {
  border: 1px solid #30c1b8;
  background-color: #30c1b8;
  color: #ffffff;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
/*[S] section main-clinic*/
.main-clinic {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 70px 0px;
}

.main-clinic .about {
  background: #f5be44;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(245, 190, 68, 0.85)), to(rgba(252, 189, 48, 0.85)));
  background: -o-linear-gradient(left, rgba(245, 190, 68, 0.85) 1%, rgba(252, 189, 48, 0.85) 100%);
  background: linear-gradient(to right, rgba(245, 190, 68, 0.85) 1%, rgba(252, 189, 48, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5be44", endColorstr="#fcbd30", GradientType=1);
  color: #FFF;
  padding: 2rem 5rem 5rem;
  padding-right: calc(5rem + 5rem);
}
@media only screen and (min-width: 767px){


.main-clinic .about .title {
      font-size: 2rem;
  }
}
.main-clinic .about .title {
  font-size: 3rem;
}
.main-clinic .video {
  width: 100%;
  position: relative;
  margin-left: -5rem;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 767px){
    .main-clinic .video {
        /*margin-left: -2rem;*/
        margin-top: 4rem;
    }
}

.main-clinic .video img, .main-clinic .video .embed-responsive iframe, .main-clinic .video embed, .main-clinic .video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    /* left: 0; */
}

.main-clinic figure {
  margin: 0;
}
.main-clinic .thumb {
  /*padding: 0 0 20px;*/
}
.main-clinic .thumb img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
    .main-clinic {
        padding: 0px;
    }
    .main-clinic .about {
        padding: 0rem;
    }
    .main-clinic .video {
        margin-left: 0rem;
    }
}

/* [S] Service*/
#services .items-0 {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #f5be44 #f5be44 #f5be44 #f5be44;
  border-image: none;
  border-radius: 8px;
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  padding: 10px;
  height: auto;
}

#services .items-1 {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #30c1b8 #30c1b8 #30c1b8 #30c1b8;
  border-image: none;
  border-radius: 8px;
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  padding: 10px;
  height: auto;
}

/*#services .items:last-child {
  border: 1px solid #e5e5e5;
}*/

.services .box-0{
    padding: 20px;
    border: 2px solid #f5be44;
    border-radius: 8px;
    margin-bottom: 30px;
}
.services .box-1{
    padding: 20px;
    border: 2px solid #30c1b8;
    border-radius: 8px;
    margin-bottom: 30px;
}
.services .nav-pills > li {

    text-align: center;
    margin: 0px 10px;
    display:inline-flex !important;
    float:none !important;
}
.services .nav{
  text-align: center;
  padding-bottom: 20px;
}
.services .nav > li > a{
    padding: 8px 20px;
        color: #000;
    background-color: #ffffff;
    border: 1px solid #30c1b8;
    border-radius: 12px;
}
.services .nav-pills>li.active>a, .services .nav-pills>li.active>a:focus, .services .nav-pills>li.active>a:hover{
    color: #000;
    background-color: #ffffff;
    border: 1px solid #f5be44;
    border-radius: 12px;
}
#services .media{
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    /*height: 375px;*/
    margin-bottom: 12px;
    overflow: inherit;
    padding: 8px;
    position: relative;
    transition: all 0.5s ease 0s;
}

#services .media:hover{
    border: 1px solid #30c1b8;
    /*box-shadow: 0 1px 3px rgba(255, 190, 0, 0.4);*/
}
#products ul {

    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;

}
#products ol, #products ul {

    list-style: outside none none;

}
.product-price .price_list > li {
    border-bottom: 1px dotted #dddddd;
    float: left;
    width: 100%;
}
.product-price .price_list .product_label {
    line-height: 35px;
}
.product-price .price_list .product_label {
    font-size: 14px;
    font-weight: bold;
}
.product-price .price_list .product_label {
    line-height: 45px;
}

.product-price .price_list .product_control.normal_with_special_price_label {
    height: 45px;
    line-height: 45px;
}

.product-price .price_list .product_control {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 0;
    position: relative;
    text-align: left;
    line-height: 45px;
    width: 73.3333%;
}
.product-info .order-box {
    margin-left: 18.6667%;
    padding: 10px 0px;
}
.product-info img{
    border: 1px solid #eee;
    margin: 15px 0px;
}

.product-info .btn-color-primary-outline , #shopping-cart .btn-color-primary-outline {
    background-color: #ffffff;
    background-image: none;
    /*border-color: currentcolor currentcolor #000000;*/
    border:1px solid #f5be44;
    /*border-style: none none solid;
    border-width: 0 0 3px;*/
    color: #000000;
    transition: background-color 0.2s ease 0s;
    border-radius: 0;
    width: 100%;
    padding: 8px 0px;
    margin: 10px 0px;
}


.product-info .btn-color-primary , #shopping-cart .btn-color-primary {
    background-color: #f5be44;
    background-image: none;
    /*border-color: currentcolor currentcolor #cccccc;*/
    border:1px solid #f5be44;
    border-style: none none solid;
    border-width: 0 0 3px;
    color: #fff;
    transition: background-color 0.2s ease 0s;
    border-radius: 0;
    width: 100%;
    padding: 0px 0px;
    margin: 10px 0px;
}
.product-info .btn-color-primary:hover, .product-info .btn-color-primary:focus, .product-info .btn-color-primary:active ,
#shopping-cart .btn-color-primary:hover, #shopping-cart .btn-color-primary:focus, #shopping-cart .btn-color-primary:active  {
    background-color: #f5be44;
    border-color: currentcolor currentcolor #30c1b8;
    border-style: solid none;
    border-width: 0 0 3px;
    color: #ffffff;
}

.product-info .btn-color-danger , #shopping-cart .btn-color-danger {
    background-color: #d9534f;
    background-image: none;
    border-color: currentcolor currentcolor #30c1b8;
    border-style: none none solid;
    border-width: 0 0 3px;
    color: #fff;
    transition: background-color 0.2s ease 0s;
    border-radius: 0;
}
.product-info .btn-color-danger:hover, .product-info .btn-color-danger:focus, .product-info .btn-color-danger:active ,
#shopping-cart .btn-color-danger:hover, #shopping-cart .btn-color-danger:focus, #shopping-cart .btn-color-danger:active  {
    background-color: #977B4B;
    border-color: currentcolor currentcolor #30c1b8;
    border-style: solid none;
    border-width: 0 0 3px;
    color: #ffffff;
}
.product-price .price_list .product_label {

    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    width: 16.6667%;

}
.product-info .product-price {
    color: #333333;
    padding-left: 20px;
}
.product-price .price_list .product_label {
    line-height: 60px;
    margin: 0;
    min-height: 60px;
    padding: 0;
}

.product-price .price_list .product_control {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 0;
    position: relative;
    text-align: left;
    line-height: 60px;
    width: 73.3333%;
}
.product-price .price_list .product_control.detail {
    padding: 15px 10px;
    line-height: 20px;
}
.product-price .price_list .product_control>ul{
    list-style: outside !important;
    margin-left: 15px !important;
}
.product-price .price_list .product_control>ul li{
    padding-bottom: 8px;
}
.product-price .price_list .product_control ul{

    line-height: 16px;
    padding-top: 0px;
    padding-bottom: 15px;
}
.product-price .price_list .product_control.options > p {
    line-height: 45px;
    margin: 0;
    padding: 0;
}
.product-price .price_list .product_control.options {
    min-height: 45px;
}
.product-price .price_list .product_control.options {
    border-left: 1px solid #dddddd;
}
.product-price .price_list .product_control.normal_with_special_price_label {
    height: 60px;
    line-height: 60px;
}
.product-price .price_list .product_control.normal_with_theme_label {
    padding-top: 10px;
    height: auto;
    line-height: unset;
}
.line {
    border-bottom: 4px solid #f5be44;
    margin: 20px 0px 30px 0px;
    display: inline-block;
}
.owl-carousel{
    padding: 20px;
}
section.services{
    background-color: #ffffff;
}

/* [E] Service*/

.pre-icons {
    background-color: #ffffff;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px 0;
    position: relative;
}
.pre-icons .pre-icons-list {
    list-style: outside none none;
    padding-left: 0;
    text-align: center;
}
.pre-icons .pre-icons-list::after {
    clear: both;
}
.pre-icons .pre-icons-item {
    padding-top: 31px;
    padding-bottom: 10px;
}
.pre-icons .pre-icons-img-wrapper {
    height: 59px;
    margin-bottom: 16px;
    font-size: 50px;
}
.pre-icons .img-brand-guarantee {
    position: relative;
    top: -2px;
}
.pre-icons .pre-icons-title {
    color: #444;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 9px;
    text-transform: uppercase;
}
.pre-icons .pre-icons-des {
    color: #666;
    font-size: 14px;
}
.pre-icons-list .fa,.pre-icons-list .fas{
    color: #30c1b8;
}

.yamm-content a:hover{
    color: #cccccc;
}
#bfloading{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
}
#bfloading .bfloadingbox{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 300px;
    height: 50px;
    text-align: center;
    color: #F97A64;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: auto;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #f5be44;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
.bf_message{
    color: #f5be44;
    font-weight: bold;
    font-size: 24px;
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
/*ol, ul {
    list-style: outside none none;
    padding-left: 15px;
}*/
.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
  border-radius: 4px 25px 25px 4px;
}
.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 14px;
}
.padding-left-top-bottom{
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
}
.padding-left-top{
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-right: 0px;
}
.padding-left{
    padding-left: 5px;
    padding-right: 0px;
}
.padding-left-right{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
}
.bg-menu{
    background-color: #ffffff;
    color: #000000;
}
.swiper-slide img {
  margin-right:4px !important;
}
.swiper-slide:last-child img {
  margin-right:0px !important;
}
.product-price ol,.product-price ul {
    list-style: outside none none;
    padding-left: 15px;
}

/*.container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}*/

.btn-success{
    color: #fff;
    background-color: #f5be44;
    border-color: #f5be44;
}
.btn-success:hover{
    color: #fff;
    background-color: #f5be44;
    border-color: #f5be44;
}


.form-group.required .control-label::after {
    color: red;
    content: "*";
}
#topbar {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+10,444444+51,cccccc+90 */
    background: #30c1b8; /* Old browsers */
    background: -moz-linear-gradient(left,  #30c1b8 10%, #f5be44 51%, #30c1b8 90%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #30c1b8 10%,#f5be44 51%,#30c1b8 90%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #30c1b8 10%,#f5be44 51%,#30c1b8 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30c1b8', endColorstr='#30c1b8',GradientType=1 ); /* IE6-9 */

    color: #fff;
    height: 5px;
}
.navbar-fixed-top .navbar-collapse {
    max-height: auto;
}
.navbar{
	margin-bottom: 0px;
	border-radius: 0px !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
}
.pic-box img {
    transition: transform 0.4s ease 0s;
}
.pic-box:hover img {
    transform: scale(1.1);
}
.bg_main{
	background-color: #ffffff;
}
.bg_home{
	background-image:url(../images/bghome.jpg) ;
	background-size: 100%;
	}
.bg_port_head{
    /*background-image:url(../images/icon-flower-brown.png) ;*/
	width:auto; height:auto; 
	background-color: #ffffff;
    background-attachment: fixed;
    background-position: center;
    border-top:1px solid #e7e7e7; 
    border-bottom :1px solid #e7e7e7; 
    padding: 15px 0px;
	}
.bg_port_footer{
	width:auto; height:auto; 
	background-color: #343434;
    background-attachment: fixed;
    background-position: center;
    padding: 10px 0px;
}
#footer {
    background-image: url(../images/footer-bg-img.png);
    background-color: #30c1b8;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    color: #fff;
    padding-top: 30px;
}
.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
}
.owl-buttons .owl-prev {
    top: 70px !important;
}
.owl-buttons .owl-prev {
    cursor: pointer;
    left: -30px;
    opacity: 1;
    position: absolute;
    top: 185px;
    transition: opacity 0.3s ease-in-out 0s;
    width: 20px;
}
.owl-buttons .owl-next {
    top: 70px !important;
}
.owl-buttons .owl-next {
    cursor: pointer;
    opacity: 1;
    position: absolute;
    right: -10px;
    top: 185px;
    transition: opacity 0.3s ease-in-out 0s;
    width: 20px;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(48, 193, 184, 0.9)), to(rgba(15, 160, 151, 0.9)));
  background: -o-linear-gradient(left, rgba(48, 193, 184, 0.9) 1%, rgba(15, 160, 151, 0.9) 100%);
  background: linear-gradient(to right, rgba(48, 193, 184, 0.9) 1%, rgba(15, 160, 151, 0.9) 100%);
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.sidenav .navbar-nav{
  padding-top: 50px;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: -15px;
  right: 0px;
  font-size: 45px;
  padding-bottom: 30px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* put toggle bars on the left :: not using button */
#slide-nav .navbar-nav{
    margin: 12px 0 0 !important;
}
#slide-nav .navbar-toggle {
    cursor: pointer;
    position: absolute;
    line-height: 0;
    float: right;
    right: 0px;
    margin: 0;
    width: 30px;
    height: 40px;
    padding: 10px 0 0 0;
    border: 0;
    background: transparent;
    margin-right: 10px;
}
/* icon bar prettyup - optional */
#slide-nav .navbar-toggle > .icon-bar {
    width: 100%;
    display: block;
    height: 3px;
    margin: 5px 0 0 0;
}
#slide-nav .navbar-toggle.slide-active .icon-bar {
    background: orange
}
.navbar-header {
    position: relative
}
/* un fix the navbar when active so that all the menu items are accessible */
.navbar.navbar-fixed-top.slide-active {
    position: relative
}
.share-post {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    margin: 0px;
    padding: 0px;
}
.share-post ul {
    line-height: normal;
    list-style: outside none none;
    margin: 0;
    min-height: 25px;
    padding: 0;
}
.share-post ul li {
    float: left;
    padding: 0 5px 0 0;
    position: relative;
    top: 3px;
    width: auto;
}
.share-post ul li.share-fb{
    top:1px;
}

.social-bottom {
    display: inline-block;
    padding: 5px 5px 0px;
    margin-right: 0px;
    text-align: center;
}
.social-bottom .cosmenet-on-social {
    display: inline-block;
    vertical-align: top;
}
.social-bottom a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: inline-block;
    height: 28px;
    margin: 0 2px;
    transition: all 0.3s ease-in-out 0s;
    vertical-align: top;
    width: 28px;
}
.social-bottom a:hover {
    filter: grayscale(0);
}
.social-bottom a.icon_fb {
    background-image: url("../images/social/facebook_icon.png");
}
.social-bottom a.icon_tw {
    background-image: url("../images/social/twitter_icon.png");
}
.social-bottom a.icon_plus {
    background-image: url("../images/social/googleplus_icon.png");
}
.social-bottom a.icon_pin {
    background-image: url("../images/social/pinterest_icon.png");
}
.social-bottom a.icon_yt {
    background-image: url("../images/social/youtube_icon.png");
}
.social-bottom a.icon_ig {
    background-image: url("../images/social/Instagram_icon.png");
}
.social-bottom a.icon_line {
    background-image: url("../images/social/line_icon.png");
}
/* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */
.social-button{
	background: #e0e1e2 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0.285714rem;
	cursor: pointer;
	padding: 5px 10px;
	text-align: center;
	margin: 0 5px 10px 0;
	line-height: 22px;
	min-height: 22px;
	outline: 0 none;
	width: 100%;
	float: left;
}
.social-button.facebook{
	background-color: #3b5998;
	text-shadow:0 0 0 0 rgba(34, 36, 38, 0.15) inset;
	color: #ffffff;
	font-weight: bold;
}
.social-button.google{
	background-color: #dc4a38;
	text-shadow:0 0 0 0 rgba(34, 36, 38, 0.15) inset;
	color: #ffffff;
	font-weight: bold;
}


.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-prev {
  left: -2rem;
}

.owl-next {
  right: -2rem;
}

.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;
}
li .glyphicon, span.glyphicon{
    font-size: 44px;
}


.glyphicon{
	font-size: 24px;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    /*background: #d6d6d6 none repeat scroll 0 0;*/
    border-radius: 3px;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    /*background: #869791 none repeat scroll 0 0;*/
    color: #ac7824;;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
    cursor: default;
    opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    background: #d6d6d6 none repeat scroll 0 0;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 10px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791 none repeat scroll 0 0;
}
/*end add css*/

/*New*/


.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
	background-color: #f28571 !important;
    border-color: #f28571 !important;
    border-radius: 0px !important;
}
.pagination > li > a, .pagination > li > span{
	padding: 4px 8px !important;
    border-radius: 0px !important;
}

.list-temple [class^="icon-"]{
    background-color: #f5be44;
    color: #fff;
    display: inline-block;
    font-size: 12px !important;
    height: 20px;
    line-height: 20px;
    margin-right: 4px;
    padding-top: 2px;
    position: relative;
    text-align: center;
    top: 0.3px;
    vertical-align: bottom;
}

 #temple .img-block{
    display: inline-table;
    margin-bottom: 10px;
}
#temple .img-block > span{
    display: inline-table;
    line-height: 8px;
    vertical-align: middle;
}
#temple .img-block > span.text {
    padding-right: 10px;
    padding-left: 10px;
}

.footer .img-block{
    display: inline-table;
    margin-bottom: 10px;
}
.footer .img-block > span{
    display: inline-table;
    line-height: 8px;
    vertical-align: middle;
}
.footer .img-block > span.text {
    padding-right: 10px;
    padding-left: 10px;
}

.footer {
    /*background-color: #fff;*/
    color: #444;
    position: relative;
}
.footer .footer-title {
    font-size: 16px;
    margin-bottom: 14px;
}
.footer .menu > li{
    list-style: none;
}
.footer .menu > li > a {
    /*font-size: 12px;*/
    line-height: 22px;
}
.footer .menu > li > a:hover {
    color: #666;
}
.footer .img-block {
    display: table;
    margin-bottom: 10px;
}
.footer .img-block > span{
    display: table-cell;
    line-height: 1.5em;
    vertical-align: top;
}
.footer .img-block > span.text{
    padding-left: 10px;
}

.pre-footer {
    /*background-color: #fafafa;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 0;
    position: relative;*/
    padding-bottom: 50px;
}
.pre-footer .pre-footer-list {
    list-style: outside none none;
    padding-left: 0;
    text-align: center;
}
.pre-footer .pre-footer-list::after {
    clear: both;
}
.pre-footer .pre-footer-item {
    padding-top: 31px;
    padding-bottom: 10px;
}
.pre-footer .pre-footer-img-wrapper {
    height: 59px;
    margin-bottom: 16px;
    font-size: 50px;
}
.pre-footer .img-brand-guarantee {
    position: relative;
    top: -2px;
}
.pre-footer .pre-footer-title {
    color: #444;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 9px;
}
.pre-footer .pre-footer-des {
    color: #666;
    font-size: 14px;
}
.footer .copy-right-footer {
    /*border-top: 1px solid #ddd;*/
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
    /*background-color: #000000;*/
}

.lang-sm.lang-lbl, .lang-sm.lang-lbl-en, .lang-sm.lang-lbl-full{
    margin: 0 10px !important;
}

.carousel-control.right , .carousel-control.left{
    background-image: none !important;
}

.list-inline .items{
    padding: 10px 8px;
    border-left: 1px solid #e7e7e7; 
}

/*.fa{
    font-size: 16px;
}
*/
#search,#top-product .media ,#product .media{
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    /*height: 400px;*/
    margin-bottom: 12px;
    overflow: inherit;
    padding: 8px;
    position: relative;
    transition: all 0.5s ease 0s;
}

#top-product .media{
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    /*height: 375px;*/
    margin-bottom: 12px;
    overflow: inherit;
    padding: 8px;
    position: relative;
    transition: all 0.5s ease 0s;
}
#search:hover,#top-product .media:hover,#product .media:hover {
    border: 1px solid #d1a158;
    box-shadow: 0 1px 3px rgba(255, 190, 0, 0.4);
}

#top-product .media .shopcart ,#product .media .shopcart {
    visibility: hidden;
    width: 100%;
}
#top-product .media:hover .shopcart ,#product .media:hover .shopcart {
    visibility: visible;
    width: 100%;
}

#search .form-control + .glyphicon {
    position: absolute;
    right: 0;
    padding: 8px 27px;
}

.btn-search {
    color: #fff;
    background-color: #a61321;
    border-color: #a61321
}
.btn-search:hover,
.btn-search:focus{
    color: #fff;
    background-color: #bf1e2d;
    border-color: #bf1e2d
}
.form_submit .btn-lg{ font-size:14px; padding:8px 15px;}

.product-sale .sale{
    position: absolute;
    float: right;
    top:-45px;
    right: 3px;
    color: #ffffff;
    /*font-weight: bold;*/
    
}
.product-sale{
    position: absolute;
    float: right;
    top:0px;
    right: 0px;
    border-top: 57px solid #bf1e2d;
    border-right: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 57px solid transparent;
}

.product-bestsaller .bestsaller{
    position: relative;
    float: left;
    top:5px;
    left: 15px;
    color: #ffffff;
    /*font-weight: bold;*/
    
}
.product-bestsaller{
    position: absolute;
    float: left;
    top:0px;
    left: 0px;
    z-index: 1000;
}

.training:not(:first-of-type)
{
    margin-top: 10px;
}

.bg_port_head ul{
    margin-bottom : 0px !important;
}
.user .dropdown-menu{
    font-size: 12px !important;
}
.small, small{
    font-size: 100%;
}

@font-face {
  font-family: 'DINCondensedC';
  src: url('../fonts/DINCondensedC.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/DINCondensedC.woff') format('woff'), 
  url('../fonts/DINCondensedC.ttf')  format('truetype'), 
  url('../fonts/DINCondensedC.svg#DINCondensedC') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
    font-family: 'si';
    src: url('../fonts/socicon.eot');
    src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon.woff') format('woff'),
         url('../fonts/socicon.ttf') format('truetype'),
         url('../fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(../fonts/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 17px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-right: 10px;
    color: #ffffff;
    background-color: none;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-twitter {
    background-color: #4da7de;
}
.soc-twitter:before {
    content:'\e040';
}
.soc-facebook {
    background-color: #3e5b98;
}
.soc-facebook:before {
    content:'\e041';
}
.soc-line {
    background-color: #00B901;
}
.soc-line:before {
    content:'\e09b';
}
.soc-youtube {
    background-color: #e02a20;
}
.soc-youtube:before {
    content:'\e051';
}
.not-found{
	border: 1px solid #ccc;
	padding: 50px;
    height: 200px
}

.mobile-search-box {
    font-family: Prompt,"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 0px;
    position: relative;
    left: 50%;
    width: 100%;
    padding: 30px;
    top: 20px;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.search-box {
    font-family: Prompt,"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 10px;
    left: 50%;
    width: 50%;
    padding: 30px;
    position: absolute;
    top: 285px;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.search-box p{
    padding: 10px 0;
}
/* enable absolute positioning */
.inner-addon {
  position: relative;
  color: #555;
}

/* style glyph */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align glyph */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

/*Search awesomplete*/
.awesomplete{
    display: inline;
    position: unset;
}
.cate-title{
    /*font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;*/
    font-family: Prompt,"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}
.title-box{
    border-bottom: 4px solid #f5be44;
    
}
.product-box-info .pro-title{
    font-family: Prompt,"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    color: #000000;
}
.blog-title{
    padding: 15px 0px;
    font-family: Prompt,"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    color: #000000;
}
.product-box-info .pro-sub-title{
    font-family: Prompt,"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 200;
    font-style: normal;
}
/*section .title{
    margin-top:50px;
    font-family: Prompt,"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
}
*/
.title-box .title{
    color: #001357;
    font-family: Prompt,"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
}
.icon-creditcard::before {
    content: url('../images/credit-card.png');
}
.icon-cash::before {
    content: url('../images/cash-on-delivery.png');
}
.icon-temple::before {
    content: url('../images/icon_temple.png');
}
.icon-phone::before {
    content: url('../images/icon-phone.png');
}
.icon-line::before {
    content: url('../images/icon-line.png');
}
.icon-shopping-cart::before {
    content: url('../images/icon-shopping-cart.png');
}
.icon-office::before {
    content: url('../images/icon-office.png');
}

.icon-popular::before {
    content: url('../images/icon_popular.png');
}
.icon-home::before {
    content: url('../images/icon_home.png');
}
.icon-dress::before {
    content: url('../images/icon_dress.png');
}
.icon-handbag::before {
    content: url('../images/icon_handbag.png');
}
.icon-beauty::before {
    content: url('../images/icon_beauty.png');
}
.icon-cosmetic::before {
    content: url('../images/icon-cosmetic.png');
}








icon_popular
.box-topbar-contact{
    color: #ffffff;
}
.box-topbar-contact hr{
    margin-top: 5px;
    margin-bottom: 5px; 
}
.title-box [class^="icon-"]{
    background-color: #f5be44;
    color: #fff;
    display: inline-block;
    font-size: 23px;
    height: 35px;
    line-height: 35px;
    margin-right: 4px;
    padding-top: 8px;
    position: relative;
    text-align: center;
    top: 0.3px;
    vertical-align: bottom;
    width: 40px;
}



#top-product a.btn-buynow,#product a.btn-buynow {
    margin: 15px auto;
}
.product-thumb .product-img{
    overflow: hidden;
}
.product-thumb .product-img img {
    filter: saturate(1);
    transition: all 0.4s ease 0s;
}
.product-thumb:hover .product-img img {
    filter: saturate(1);
    transform: scale(1.13);
}
.product-text{
    display: block;
    height: 100px;
    margin-bottom: 15px;
}
.product-text strong{
    font-weight: bold;
}
.product-box-info{
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    width: 100%;
}
.product-box-info .name{
    color: #444444;
    font-size: 12px;
    height: 40px;
    min-height: 40px;
    padding-top: 0;
}
.product-box-info .price{
    line-height: 1.3;
    display: block;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0 3px;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.product-info .price_tag {
    background-color: #ed1c24;
    color: white;
    height: 50px;
    padding: 0;
    right: 0;
    text-align: center;
    top: 0;
    width: 100px;
    z-index: 3;
}
.product-info .price_tag .price_no {
    display: inline-block;
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 2px;
    padding-right: 30px;
    position: relative;
}
.product-info .price_tag .price_no::after, .product-info .price_tag .price_no::before {
    font-family: Arial;
    font-weight: bold;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
}
.product-info .price_tag .price_no::after {
    content: "%";
    font-size: 32px;
    line-height: 32px;
    top: 4px;
}
.product-info .price_tag .price_no::before {
    content: "OFF";
    font-size: 11px;
    line-height: 11px;
    top: 33px;
}
.product-info .price_tag .percentage, .product-info .price_tag .off_text {
    display: none;
}
.product-name h1{
    float: left;
    margin: 0;
    min-height: 1px;
    position: relative
    color: #444;
    font-size: 24px !important;
    font-weight: bold;
    height: auto;
    line-height: 30px;
    padding: 7px 0;
}
.product-info .product-price {
    color: #333333;
    float: right;
    padding-left: 20px;
}
.product-price .price_list > li {
    border-bottom: 1px dotted #dddddd;
    float: left;
    width: 100%;
}

.product-price .price_list .prd_label .special {
    color: #e83a27;
}
.prd_control.price .special_price {
    color: #ed1c24;
    font-size: 20px !important;
}
.prd_control.price .special_price_unit {
    color: #ed1c24;
    font-weight: normal;
}
.prd_control.price .special_price_piece {
    color: #444444;
    font-weight: normal;
}
.current-price-date {
    color: #959595;
    font-weight: normal;
}
.current-price-date {
    color: rgb(90, 90, 90);
    display: block;
    font-style: normal;
    margin-bottom: 8px;
    margin-left: 5px;
    margin-top: 3px;
}
.product-price .price_list .prd_label {
    line-height: 45px;
}

.product-price .price_list .prd_label {
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    width: 26.6667%;
}

.product-price .price_list .prd_label {
    line-height: 35px;
    margin: 0;
    min-height: 35px;
    padding: 0;
}
.product-price .price_list .prd_control {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 0;
    position: relative;
    text-align: left;
    line-height: 45px;
    width: 73.3333%;
}
.product-price .price_list .prd_control.detail {
    padding: 15px 0px;
    line-height: 20px;
}
.product-price .price_list .prd_control ul{

    line-height: 16px;
    padding-top: 0px;
    padding-bottom: 15px;
}
.product-price .price_list .prd_control.options > p {
    line-height: 45px;
    margin: 0;
    padding: 0;
}
.product-price .price_list .prd_control.options {
    min-height: 45px;
}
.product-price .price_list .prd_control.options {
    border-left: 1px solid #dddddd;
}
.product-price .price_list .prd_control.normal_with_special_price_label {
    height: 45px;
    line-height: 45px;
}
.prd_control.price .normal_price_unit.special_price_unit {
    color: #959595;
}
.product-price .normal_price.discount::after {
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 45%;
    width: 100%;
}
.prd_control.price .normal_price_piece {
    color: #444444;
    font-weight: normal;
}
.price-normal.discount {
    color: #959595;
    font-size: 14px;
    font-weight: 400;
}
.prd_control.price .normal_price.discount {
    color: #959595;
    font-size: 14px;
}

.product-price .normal_price.discount {
    font-style: normal;
    position: relative;
    text-decoration: none;
}
.product-price .price_list .prd_control .box_status {
    height: 30px;
}
.product-price .price_list .prd_control [class^="box_"] {
    margin: 7px 10px 7px 0;
}
.product-price .price_list .prd_control .box_status {
    border: 0 none;
    line-height: 2.5;
}
.product-price .price_list .prd_control .box_amount {
    border-radius: 0;
    height: 29px;
    margin: 5px 0;
    padding: 3px 8px;
    width: 75px;
}
.product-price .price_list .prd_control [class^="box_"] {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.product-price .price_list .prd_control.options [type="number"] {
    background-color: #ffffff;
    cursor: default;
}
.product-info h2 , .product-detail h2, .product-terms h2, .product-relate h2{
    font-family: Prompt,"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
}
.product-info {
    margin-top: 0;
    padding-bottom: 15px;
}
.product-detail {
    background-color: #ffffff;
    border-top: 1px dotted #eeeeee;
    padding: 20px 20px 30px;
}
.btn-add-order, .go-checkout{
    border-radius: 0;
    color: white;
    font-family: Prompt,"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    height: 40px;
    padding: 0px 10px;
    
}
.go-buynow{
    border-radius: 0;
    color: white;
    font-size: 14px;
    height: 30px;
    padding: 0;
    width: 130px;
}
.items .go-call {
    border-radius: 0;
    font-size: 9px;
    height: 35px;
    left: 0px;
    line-height: 1.2345;
    padding: 2px;
    /*position: absolute;*/
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 100;
}
.btn-go-call {
    background-color: #001357;
    background-image: none;
    color: #fff;
    transition: background-color 0.2s ease 0s;
}

.items .go-line {
    border-radius: 0;
    font-size: 9px;
    height: 35px;
    left: 0px;
    line-height: 1.2345;
    padding: 5px;
    /*position: absolute;*/
    text-align: center;
    top: 35px;
    width: 40px;
    z-index: 100;
}
.btn-go-line {
    background-color: #04b625;
    background-image: none;
    color: #fff;
    transition: background-color 0.2s ease 0s;
}

.items .go-shopping-cart {
    border-radius: 0;
    font-size: 9px;
    height: 35px;
    left: 0px;
    line-height: 1.2345;
    padding: 5px;
    /*position: absolute;*/
    text-align: center;
    top: 35px;
    width: 40px;
    z-index: 100;
}
.btn-go-shopping-cart {
    background-color: #be7709;
    background-image: none;
    color: #fff;
    transition: background-color 0.2s ease 0s;
}

.go-buynow .fa-shopping-cart{
    font-size: 18px;
}
.add-to-cart .fa-shopping-cart , .go-checkout .fa-shopping-cart, .go-checkout .fa-paypal{
    font-size: 24px;
}
.box-cart{
    position: absolute;
    right: 10px;
    top: 5px;
}
.box-cart .dropdown-menu{
    border-radius: 0px;
}
.order-box {
    margin-left: 26.6667%;
    padding: 10px 0px;
}
.pre-footer-list .fa,.pre-footer-list .fab{
    color: #f5be44;
}
.btn-mrt{
    margin-top:15px;
}
.btn-more-detail {
    font-family: Prompt,"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-weight: 300;
    font-style: normal;
    background-color: #f5be44;
    border: 1px #444444 solid;
    border-radius: 0px;
    color: #fff;
}
.btn-more-detail:hover, .btn-more-detaily:focus, .btn-more-detail:active {
    background-color: #f5be44;
    border: 1px #444444 solid;
    color: #000;
}
.btn-color-primary span{
    margin-top: 5px;
    display: block;
}

.btn-color-primary {
    background-color: #000000;
    background-image: none;
    border-color: currentcolor currentcolor #4e4e4e;
    border-style: none none solid;
    border-width: 0 0 3px;
    color: #fff;
    transition: background-color 0.2s ease 0s;
}
.btn-color-primary:hover, .btn-color-primary:focus, .btn-color-primary:active {
    background-color: #f5be44;
    border-color: currentcolor currentcolor #4e4e4e;
    border-style: solid none;
    border-width: 0 0 3px;
    color: #ffffff;
}
.btn-color-primary span{
    margin-top: 10px;
    display: block;
}

.price-special {
    color: #ed1c24;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding-right: 6px;
    text-align: left;
    width: 50%;
}

.price-normal {
    display: block;
    text-align: left;
    width: 50%;
}
.discount {
    text-decoration: line-through;
}

.price-normal.only-price-normal {
    color: #444444;
    font-size: 12px;
    font-weight: bold;
}

.price_tag {
    padding: 0;
    right: 15px;
    top: 270px;
    width: 52px;
    background-color: rgba(237, 28, 36, 0.8);
    border: 1px solid #ed1c24;
    color: #ffffff;
}
.price_tag {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ff0006;
    color: #ff0006;
    display: block;
    font-size: 0;
    padding: 2px 2px 0;
    position: absolute;
    right: 5px;
    top: 6px;
}
.price_tag {
    background-color: rgba(237, 28, 36, 0.8);
    border: 1px solid #ed1c24;
    color: #ffffff;
}
.price_tag {
    padding: 0;
    right: 5px;
    top: 0px;
    width: 52px;
}
.price_tag .price_text {
    display: block;
    font-size: 10px;
    padding-left: 2px;
    text-align: left;
}

.price_tag .price_no {
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    padding: 0;
}
.price_tag .price_no {
    display: inline-block;
    margin-right: 2px;
}

.price_tag sup {
    display: inline-block;
    font-size: 17px;
    font-weight: normal;
    line-height: 1;
    margin-right: -17px;
    top: -9px;
}
.price_tag sub {
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    line-height: 1;
    top: 0;
}
.price_tag sup {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    margin-left: 0;
    top: -8px;
}
.price_tag sub {
    font-family: Arial;
    font-size: 7px;
    margin-left: 3px;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

.items .sale-off {
    background-color: transparent;
    background-image: url("../images/sale_tag.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #fff;
    height: 51px;
    line-height: 1.2345;
    padding-top: 5px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 100;
}
.items .sold-out {
    background-color: rgba(255, 255, 255, 0.5);
    height: 228px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 228px;
    z-index: 100;
}
.items .sold-out span {
    background-color: rgba(109, 110, 113, 0.7);
    color: #fff;
    display: block;
    font-size: 20px;
    height: 38px;
    line-height: 38px;
    margin-top: -15px;
    position: relative;
    text-align: center;
    top: 50%;
    width: 100%;
}

.btn-buynow {
    background-color: #001357;
    border-color: #001357;
    color: #fff;
    transition: all 0.35s ease 0s;
    overflow:visible;
}

.btn-buynow:hover, .btn-buynow:focus, .btn-buynow.focus, .btn-buynow:active, .btn-buynow.active, .open > .dropdown-toggle.btn-buynow {
    background-color: #f5be44;
    border-color: #d1a158;
    color: #001357;
}
/*pre, blockquote, form, figure, p, dl, ul, ol {
    margin-bottom: 1.3em;
}
*/
.quantity-num {
    border: 1px solid #cccccc;
    margin-right: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
}

.steps {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.steps .step {
    border-left: 2px solid #fff;
    padding-bottom: 7px;
    padding-top: 7px;
    text-align: center;
}

.step-bg-ok {
    background: rgba(0, 0, 0, 0) 
    linear-gradient(to bottom, #001357 0%, #011a73 100%) repeat scroll 0 0;
    color: #fff;
}
.step-bg-not-ok {
    background: rgba(0, 0, 0, 0) 
    linear-gradient(to bottom, #cccccc 0%, #e6e4e4 100%) repeat scroll 0 0;
    color: #424449;
}

#notificator {
    display: none;
    /*left: 50%;*/
/*    margin-left: -100px;*/
    padding: 10px 0px;
    /*position: fixed;*/
    text-align: center;
    top: 0px;
    width: 100%;
    z-index: 5000;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
}

.box-cart .fa-shopping-cart,.fa-sign-in ,.fa-credit-card-alt{
    font-size: 24px;
}
.back-to-shopping{
    font-size: 14px;
    font-family: Prompt,"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #959595;
}
.back-to-shopping:hover{
    color: #be7709;
    text-decoration: underline;
}

.sumOfItems {
    background-color: rgba(216, 8, 8, 0.9);
    border-radius: 50%;
    color: white;
    font-family: Prompt,"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: 111px;
    text-align: center;
    top: 2px;
    width: 17px;
}
.cart-name{
    padding: 0px 0 12px 25px;
}
.cart-name span{
    vertical-align: top;
}
.item-name {
    display: inline-block;
    padding: 0px 0 0 21px;
    min-width: calc(100% - 100px);
    width: calc(100% - 100px);
}
.item-size {
    display: inline-block;
    padding: 0px 0 0 21px;
    min-width: calc(100% - 100px);
    width: calc(100% - 100px);
}
.table-shopping-cart .price {
    color: #444;
}
.table-shopping-cart .price .special-price {
    color: #ed1c24;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
.table-shopping-cart .price .original-price {
    color: #959595;
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}
.table-shopping-cart .price .discount-rate {
    color: #959595;
    display: block;
    font-size: 13px;
}
.cart-sumTotal {
    color: #444;
    font-family: Prompt,"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding-right: 10px;
}
.basket-box {
    border: 1px solid #e7e7e7;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    height: 60px;
    margin-left: -32px;
    padding: 8px;
}
.cleaner {
    padding-right: 5px;
    padding-top: 5px;
}
.btn-blue-round {
    background: #f5be44 linear-gradient(to bottom, #f5be44, #f5be44) repeat scroll 0 0;
    border-radius: 0px;
    color: #fff !important;
    display: inline-block !important;
    font-family: Prompt,"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    padding: 4px 20px;
    text-decoration: none;
}
.btn-blue-round a:hover {
    background: #f5be44 linear-gradient(to bottom, #f5be44, #f5be44) repeat scroll 0 0;
    text-decoration: none;
}
#top-part ul.dropdown-cart {
    height: auto;
    max-height: 250px;
    overflow-x: hidden;
    width: 265px;
    border-radius: 0px;
}
#top-part .notcart{
    padding: 25px;
}
#top-part .notcart .fa{
    color: #f5be44;
}
#top-part ul.shop-dropdown a.dropdown-toggle {
    color: #333;
    font-size: 14px;
}
#top-part ul.shop-dropdown a.dropdown-toggle:hover {
    text-decoration: none;
}
#top-part ul.dropdown-cart li .item {
    display: block;
    margin: 3px 0;
    padding: 3px 10px;
    border-bottom: 1px solid #f1f1f1;
}
#top-part ul.dropdown-cart li .item:hover {
    background-color: #ffffff;
}
#top-part ul.dropdown-cart li .item::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
#top-part ul.dropdown-cart li .item-in {
    float: left;
}
#top-part ul.dropdown-cart li .item-in img {
    /*height: 50px;
    width: 50px;*/
}
#top-part ul.dropdown-cart li .item-in a.item-info span {
    /*display: block;*/
    font-size: 12px;
}
#top-part ul.dropdown-cart .go-checkout {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f5be44 0%, #f5be44 50%, #f5be44 51%, #f5be44 100%) repeat scroll 0 0;
    display: inline-block;
    margin-bottom: 7px;
    color: #ffffff !important;
    padding-top: 7px;
}
#top-part ul.dropdown-cart .item-x-absolute {
    position: absolute;
    right: 10px;
}
#top-part ul.dropdown-cart li .item-in .left-side {
    float: left;
    width: 50px;
}
#top-part ul.dropdown-cart li .item-in .right-side {
    border-bottom: 0px solid #f1f1f1;
    float: left;
    margin-left: 10px;
    width: 170px;
}
#top-part ul.dropdown-cart .item-info .prices span {
    color: #fe3a3a;
    display: inline;
}
#top-part ul.dropdown-cart .item-info .prices, #top-part ul.dropdown-cart .item-info .currency {
    color: #fe3a3a;
    display: block;
}
.dropdown-cart .shop-item {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #ffffff 47%, #ffffff 100%) repeat scroll 0 0;
}
.table-shopping-cart a.remove-product {
    color: #959595;
    text-decoration: none;
    font-size: 12px;
}
.table-shopping-cart a.remove-product:hover {
    color: #be7709;
    font-size: 12px;
}

.table-shopping-cart thead{
    font-family: Prompt,"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 300;
    background-color: #f5be44;
    border: 2px solid #f5be44;
    color: #ffffff;
}
.table-shopping-cart tbody tr td{
    font-family: Prompt,"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 300;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px dotted #dddddd !important;
    /*padding: 22px 25px 8px 0;*/
}
.table-shopping-cart .table-cart-total tbody tr td{
    padding: 5px 10px 5px 10px !important;
}
.table-shopping-cart .table-cart-total tbody tr td.last{
    border-bottom: 0px dotted #dddddd !important;
    padding: 5px 10px 5px 10px !important;
}
.cart-title{
    margin: 40px 0 20px;
}
.cart-title .title {
        font-size: 22px;
    color: #32323F;
    line-height: 1px;
}
}
.cart-title .cart-quantity-title{
    font-size: 14px;
    color: #444;
    line-height: 1px;
}
.text-title{
    padding: 10px 0px;
    display: block; 
}
#blog .title  {
    color: #f5be44;
    font-size: 32px;
    padding: 10px 0;
    text-align: center;
    position: relative;
    top: 18px;
}

#blog .sub-title {
    color: #444;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
}

.blog .title  {
    font-size: 28px;
    padding: 10px 0;
    position: relative;
    top: 18px;
}
.blog .sub-title  {
    color: #444;
}

.blog_title {
    color: #30c1b8;
    font-size: 24px;
}
.blog_date {
    font-size: 16px;
}
.blog_box {
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #eee;
    float: left;
    margin: 0 24px 27px 0;
    padding: 0 15px 15px;
}
.sidebar {
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #eee;
    margin: 0 0px 27px 0;
    padding: 0 15px 15px;
}
.sidebar h3, .content h1 {
    margin: 0 1px;
}
.sidebar h1 {
    padding: 5px 0 0;
}
.paperclip {
    float: left;
    margin: -27px 0 -60px -30px;
    position: relative;
    vertical-align: middle;
    z-index: 0;
}

.home_ourproduct {
  background-color: #FFFFFF; 
}
.home_ourproduct_group .row {
  display: flex; 
}

.home_ourproduct_group .row .item {

  text-align: left;
  background: #FFFFFF;
  box-shadow: inset 1px -1px 0px 0px rgba(0, 0, 0, 0.1); }

.home_ourproduct_group .row .item:last-child {
  box-shadow: inset 1px -1px 0px 0px rgba(0, 0, 0, 0.1), inset -1px 1px 0px 0px rgba(0, 0, 0, 0.1) !important; }

.home_ourproduct_group .row .item:nth-child(4n+2) {
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }

.home_ourproduct_group .product_box a {
  color: #484848;
  text-decoration: none; }

.home_ourproduct_group .product_box {
  transition: all .4s ease; }

.home_ourproduct_group .product_box:hover {
  background-color: #F6F6F6; }

.product_box .home_ourproduct_thumb {
  overflow: hidden; }

.product_box .home_ourproduct_thumb img {
  transition: all .4s ease;
  -webkit-filter: saturate(1);
  filter: saturate(1); 
}

.product_box:hover .home_ourproduct_thumb img{
  -moz-transform: scale(1.13);
  -webkit-transform: scale(1.13);
  transform: scale(1.13);
  -webkit-filter: saturate(1);
  filter: saturate(1); }

.title_product {
  background-color: #001357 !important;
  box-shadow: none !important; }

.title_product h2,.title_product h3 {
  color: #FFFFFF;
  margin-top: 1px; 
}
.title_product p {
  color: #FFFFFF; 
}
.text-box {
    padding: 40px 0;
}
.home_ourproduct_detail {
  padding: 30px;
  min-height: 210px; }

.home_ourproduct_detail h1 {
  font-size: 18px;
  margin-bottom: 10px; }
.hr-left.red {
    max-width: 100% !important;
    border-bottom: #f10500 3px solid;
}
.product_info_icon {
  max-width: 46px;
  margin: 0 auto;
  margin-top: 5px; 
}
.hr.red {
  max-width: 50px;
  border-bottom: #f10500 3px solid;
  margin: 0 auto; 
}
.padding_10 {
    padding: 10px !important;
}
.padding_20 {
    padding: 20px !important;
}
.padding_30 {
    padding: 30px !important;
}

.box-border{
    margin : 40px 0px;
    border : 1px solid #cccccc;
}
.box-billing{
    border : 1px solid #cccccc;
    font-family: Prompt,"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 300;
    width: 100%;
    border-radius: 0px;
    /*margin-top: 15px;*/
}
.panel-default>.panel-heading{
    background-color: #ffffff;
}

.box-billing .title {
    border-bottom: 1px solid #dddddd;
    color: #33353d;
    font-size: 18px;
    padding: 15px 20px;
    margin-bottom: 15px;
    margin-top: 0px;
}
.box-billing .title h1 {
    color: #33353d;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    margin: 0px;
}
.box-payment{
    border : 1px solid #cccccc;
    font-family: Prompt,"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 300;
    width: 100%;
    margin-top: 15px;
    padding: 30px;
}

.box-search label{
    margin-top: 7px;
}

.btn-circle {
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 0px 0;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.flex_grid .item {
    float: left;
    position: relative;
    display: none;
    margin: 5px;
    box-sizing: content-box;
    overflow: hidden;
}
.flex_grid .item img {
    display: block;
    width: 100%;
    height: auto;
}

.item .thumb {
    width: 25%;
    cursor: pointer;
    float: left;
}
.item .thumb img {
    width: 100%;
    margin: 2px;
}
.item img {
    width: 100%;    
}

#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background:rgba(255,255,255,.8) !important;
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{

    border-top:1px solid #ffffff;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    /*width: 49%;*/
    width: 100%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc 
}
.btn-google{
    color: #fff;
    background-color:#c33a2b;
}
.btn-google:hover{
    color: #fff;
    background-color:#c33a2b;
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}

/*Gallery*/

.flex-images .item{float:left;position:relative;display:none;margin:5px;box-sizing:content-box;overflow:hidden}
.flex-images .item img{display:block;width:100%;height:auto}
.flex-images.credits .item{background:#f3f3f3}
.flex-images.credits .item>div{position:absolute;left:0;right:0;bottom:-15px;padding:10px 10px 8px;opacity:0;transition:.25s;background:linear-gradient(to top,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);font-size:14px;color:#fff}
.flex-images.credits .item:hover>div{position:absolute;left:0;right:0;bottom:0;opacity:1}
.flex-images.credits .item div a,.flex-images.credits .item div span{display:inline-block;color:#fff;padding:5px 7px;border-radius:2px;transition:.2s}
.flex-images.credits .item div a:hover{background:rgba(255,255,255,.2)}
.flex-images.credits .item div .counts{float:right;position:relative;top:4px;right:5px}
.flex-images.credits .item div em{font-style:normal;cursor:pointer}
.flex-images.credits .item div .icon{top:2px;margin-left:8px;transition:opacity .3s}
.flex-images.credits .item div em:hover .icon{opacity:.6}
.flex-images.credits .item .has_liked .icon_like,.flex-images.credits .item div em:hover .icon_like{background-position:-20px -200px}
.flex-images.credits .item .has_favorited .icon_favorite,.flex-images.credits .item div em:hover .icon_favorite{background-position:-70px -200px}
.flex-images.credits .item div em:hover .icon_comment{background-position:-220px -250px}
.flex-images.credits .has_liked .icon_like,.flex-images.credits .has_favorited .icon_favorite{opacity:1 !important}

/*Hero*/
#hero{position:relative;background-position:center;background-size:cover;margin:0 0 35px;text-align:center;transition:.8s;height: 450px;}
#hero.video>div:first-child{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}
#hero.video video{position:absolute;min-width:100%;min-height:100%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
#hero h1,#hero h1+h2{margin:auto;max-width:720px;padding:40px 15px 0;font:34px Helvetica,Arial,sans-serif;color:#fff;text-shadow:0 0 1px rgba(0,0,0,.6)}
#hero h1+h2{font-size:20px;padding:12px 15px 20px;line-height:1.4}
@media screen and (min-width:1024px){#hero h1{padding:56px 15px 0;font-size:44px}
}
#hero #bg_link{display:block;position:absolute;top:0;right:0;bottom:0;left:0}
#hero #top{padding:100px 20px 5px;background:linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%)}
#hero .bottom{position:relative;z-index:10;padding:12px 15px 12px;color:#fff;text-align:right;background:linear-gradient(to top,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%)}
#hero_nav a,#hero_nav span{color:#fff;opacity:.8;font-size:14px}
#hero_nav a:hover,#hero_nav span:hover{opacity:1}
#hero_nav{display:inline-block;position:relative;top:2px}
#hero_nav span{cursor:pointer;padding:0 5px;font-size:18px}
/*icon*/
.icon{position:relative;display:inline-block;padding:0;background-image:url(../images/sprites.png);background-repeat:no-repeat;cursor:pointer}
.icon_menu_loupe{background-position:-200px 0;width:17px;height:17px;top:2px}
.icon_download{background-position:0 -50px;width:15px;height:15px;top:2px}
.icon_award{background-position:-50px -50px;width:16px;height:14px;top:1px}
.icon_ec{background-position:-100px -50px;width:15px;height:16px;top:2px}
.icon_followers{background-position:-200px -50px;width:16px;height:14px;top:2px}
.icon_menu_dots{background-position:-50px -100px;width:18px;height:5px;top:-2px}
.icon_menu_bars{background-position:-100px -100px;width:20px;height:17px;top:3px}
.icon_comment_sm{background-position:-200px -100px;width:12px;height:11px}
.icon_favorite_sm{background-position:-200px -125px;width:13px;height:12px}
.icon_download_sm{background-position:-200px -150px;width:12px;height:11px}
.icon_menu_user{background-position:-50px -150px;width:15px;height:17px;left:1px;top:3px}
.icon_pinterest_fff{background-position:-100px -150px;width:12px;height:15px}
.icon_videos{background-position:-150px -150px;width:12px;height:13px}
.icon_view{background-position:-150px -175px;width:16px;height:12px}
.icon_view_sm{background-position:-200px -175px;width:14px;height:11px}
.icon_like{background-position:0 -200px;width:15px;height:14px}
.icon_like_filled{background-position:-20px -200px;width:15px;height:14px}
.icon_favorite{background-position:-50px -200px;width:15px;height:14px}
.icon_favorite_filled{background-position:-70px -200px;width:15px;height:14px}
.icon_flag{background-position:-100px -200px;width:13px;height:14px}
.icon_share{background-position:-150px -200px;width:15px;height:15px}
.icon_like_sm{background-position:-200px -200px;width:12px;height:12px}
.icon_facebook{background-position:0 -250px;width:7px;height:15px}
.icon_twitter{background-position:-50px -250px;width:18px;height:15px}
.icon_google_plus{background-position:-100px -250px;width:22px;height:15px}
.icon_edit{background-position:-150px -250px;width:14px;height:14px}
.icon_comment{background-position:-200px -250px;width:14px;height:13px}
.icon_comment_filled{background-position:-220px -250px;width:14px;height:13px}
.icon_facebook_fff{background-position:0 -300px;width:7px;height:15px}
.icon_twitter_fff{background-position:-50px -300px;width:18px;height:15px}
.icon_google_plus_fff{background-position:-100px -300px;width:22px;height:15px}
.icon_instagram_fff{background-position:0 -400px;width:15px;height:15px}
.icon_options{background-position:0 -350px;width:16px;height:16px}
.icon_external{background-position:-50px -350px;width:15px;height:15px;top:1px}
.icon_images{background-position:-150px -350px;width:14px;height:12px}
/*Search*/
.search_xl select.form-control{
    border: 0px;
    height: 47px;
    box-shadow:inset 0 0px 1px rgba(0,0,0,.075);
    border-radius: 0px;
}
.search_xl{position:relative;left:-5px;width:100%;max-width:700px;margin:auto;padding:0px 4px;background:#fff;border:1px solid rgba(0,0,0,.1);-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:0px;}
.search_xl .hide-xs{width:1%;position:relative;padding-left:15px;white-space:nowrap}
.search_xl table{width:100%;text-align:left}
.search_xl table td{padding:0;border:0}
.search_xl [type="text"]{width:100%;border:0;font:normal 14px arial,sans-serif;line-height:23px;margin:0;padding:12px 0 12px 15px}
.search_xl [type="submit"]{position:absolute;top:0px;right:-5px;width:68px;height:47px;border:0;padding:0;border-radius:0 0px 0px 0 !important;background:url(../images/sprites.png);background-color:#4e4e4e;background-position:22px -87px;background-repeat:no-repeat;transition:.2s}
.search_xl [type="submit"]:hover{opacity:.9}
@media screen and (max-width:381px){.search_xl [type="submit"]{margin-left:22px !important}
}
.search_xl .dd_box{border-left:1px solid #eee;padding:0 10px;line-height:45px;font-size:14px;cursor:pointer;margin:1px 0 1px 15px}
.search_xl .dd_box:hover{color:#333}
.search_xl .dd_box:hover .arrow{border-top-color:#333}
.search_xl .dd_box+div{left:auto !important;right:0;top:50px !important}

.hover_links a,.hover_opacity{opacity:1;transition:opacity .2s}
.hover_links a:hover,.hover_opacity:hover{opacity:.65}
.hover_links.inverted a,.hover_opacity.inverted{opacity:.75}
.hover_links.inverted a:hover,.hover_opacity.inverted:hover{opacity:1}

/*Login*/

.form-group.required .control-label:after {
  content:" *";
  color:red;
}
.list-group-item{
    border-radius: 0px !important;
}
/*.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
        background: #cccccc; 
    background: -moz-linear-gradient(left,  #cccccc 10%, #444444 51%, #cccccc 90%);
    background: -webkit-linear-gradient(left,  #cccccc 10%,#444444 51%,#cccccc 90%);  Chrome10-25,Safari5.1-6 
    background: linear-gradient(to right,  #cccccc 10%,#444444 51%,#cccccc 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=1 ); 

    color: #ffffff;
    border-color:#f5be44 !important;
}*/
.shared-divider {
    position: relative;
    margin: 50px 0 20px 0;
    border-top: 1px solid #DDD;
    text-align: center;
}

.shared-divider-label {
    margin-top: -12px;
}

.shared-divider-label span {
    padding: 0 10px;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: white;
}
.member-login-layouts{
    margin: 10px;
    padding-right:30px; 
    border-right: 1px dotted #ccc;
}
.member-login .login_head h1 {
    color: #001357;
    margin: 0;
    padding: 0;
}

.member-login .login_head h1 span{
    color: #ffbd00;
}

.member-login .login_head p {
    color: #666;
    margin: 0;
    padding-top: 10px;
}

/*Register*/
.member-register-layouts {
    margin: 10px;
    padding-right: 30px;
    border-right: 1px dotted #ccc;
}

.member-register .register_head hr{
    /*border-top : 1px dotted #ccc;*/
}

.member-forgot-layouts{
    margin: 10px;
    padding-right:30px; 
    height: 350px;
    border-right: 1px dotted #ccc;
}

.social-layouts{
    vertical-align: middle;
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.facebook_btn.btn-primary {
  color: #fff;
  background-color: #3a589e;
  border-color: #32529d;
}
.facebook_btn.btn-primary:hover,
.facebook_btn.btn-primary:focus,
.facebook_btn.btn-primary.focus,
.facebook_btn.btn-primary:active,
.facebook_btn.btn-primary.active{
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.facebook_btn.btn-default {
  color: #3a589e;
  background-color: #fff;
  border-color: #3a589e;
  min-width:200px;
   transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}
.facebook_btn.btn-default:hover,
.facebook_btn.btn-default:focus,
.facebook_btn.btn-default.focus,
.facebook_btn.btn-default:active,
.facebook_btn.btn-default.active{
  color: #FFF;
  background-color: #3a589e;
  border-color: #3a589e;
}

.facebook_btn.btn{height:40px; line-height:26px; position:relative; padding:6px 16px;margin: 10px;}
.facebook_btn.btn .fa-facebook{
    background-color: #3a589e;
    color:#FFF;
    font-size: 24px;
    height: 38px;
    padding-top:8px;
    width:40px;
    left: 0px;
    position: absolute;
    top:0px;
    text-align:center;  
}
.facebook_btn.btn span{ padding-left:36px; font-weight:bold;}


.google_plus_btn.btn-primary {
  color: #fff;
  background-color: #c33a2b;
  border-color: #c33a2b;
}
.google_plus_btn.btn-primary:hover,
.google_plus_btn.btn-primary:focus,
.google_plus_btn.btn-primary.focus,
.google_plus_btn.btn-primary:active,
.google_plus_btn.btn-primary.active{
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.google_plus_btn.btn-default {
  color: #c33a2b;
  background-color: #fff;
  border-color: #c33a2b;
  min-width:200px;
   transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}
.google_plus_btn.btn-default:hover,
.google_plus_btn.btn-default:focus,
.google_plus_btn.btn-default.focus,
.google_plus_btn.btn-default:active,
.google_plus_btn.btn-default.active{
  color: #FFF;
  background-color: #c33a2b;
  border-color: #c33a2b;
}

.google_plus_btn.btn{height:40px; line-height:26px; position:relative; padding:6px 16px;margin: 10px;}
.google_plus_btn.btn .fa-google-plus{
    background-color: #c33a2b;
    color:#FFF;
    font-size: 24px;
    height: 38px;
    padding-top:8px;
    width:40px;
    left: 0px;
    position: absolute;
    top:0px;
    text-align:center;  
}
.google_plus_btn.btn span{ padding-left:36px; font-weight:bold;}


.new_register .btn_regis{
    display:block;
    width:100px;
    height:100px;
    margin:0 auto;
    padding-top:10px;
    text-align:center;
    background:#e9e9e9;
    line-height:38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.new_register .btn_regis:hover{background:#ccc;}
.new_register .btn_regis span.text_01{color:#666; font-size: 16px;}
.new_register .btn_regis span.text_02{color:#f5be44; font-size: 30px;}

form .well{
    background-color: #ffffff !important;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
}
.title-label{
    background: #337ab7; 
    color: #ffffff;
    border: 1px solid #337ab7;
    padding: 10px;
    font-size: 14px;
}
.submit-label{
    color: #000000;
    background-color: #f3f4f5;
    border: 1px solid #e3e3e3;
    border-top-width:0px;
    padding: 1em;
    font-size: 14px;
    font-weight: bold;
    border-radius:0px;
}
#logo{
    max-width: 200px;
    padding: 15px;
}
#logo1{
    max-width: 120px;
    padding: 15px 0;
}


@media (max-width: 767px) {
    .head-title{
      margin-top:45px;
      text-align: center;
    }
    #top-product .media{
        height: auto;
    }
    .home_ourproduct_group .row {
      display: block; 
    }
	#slide-nav .navbar-nav{
        margin: 0 !important;
    }
    #logo{
        max-width: 150px;
    }
    .search-box {
        border-radius: 0;
        top: 161px;
        width: 100%;
    }
    .product-text{
        display: block;
        height: auto;
    }
    .navbar-brand{
        width: 100% !important;
        padding: 0px !important;
    }
    .product-info .product-price {
        padding-left: 0px;
    }
    .social-bottom {
        display: inline-block;
        padding: 5px 5px;
        margin-right: 0px;
        text-align: center;
    }
    #hero{
        height: 250px;
    }
    #hero #top{
        padding:20px 20px 5px;
    }
    .navbar-collapse{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .navbar-form{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #login-dp{
        background-color: inherit;
        color: #000000;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
    .member-register-layouts {
        border-right: 0px dotted #ccc;
    }
        .product-bestsaller .bestsaller{
        position: relative;
        float: left;
        top:5px;
        left: 5px;
        color: #ffffff;
        /*font-weight: bold;*/
        
    }
 
    .product-bestsaller{
        position: absolute;
        float: left;
        top:0px;
        left: 0px;
        z-index: 1000;
    }

    table#cart thead { display: none; }
    table#cart tbody td { display: block; padding: .6rem; min-width:320px;}
    /*table#cart tbody tr td:first-child { background: #333; color: #fff; }*/
    table#cart tbody td:before {
        content: attr(data-th); font-weight: bold;
        display: inline-block; float: left;
    }
    
    table#cart tfoot td{display:block; }
    table#cart tfoot td .btn{display:block;}


}
@media (max-width: 480px) {
    .head-title{
      text-align: center;
    }
    .head-title .title{
      font-size: 22px;
    }
    #product .media{
        height: auto;
    }
    #top-product .media{
        height: auto;
    }
	.home_ourproduct_group .row {
      display: block; 
    }
    #slide-nav .navbar-nav{
        margin:  0 !important;
    }
    #logo{
        max-width: 150px;
    }
    .search-box {
        border-radius: 0;
        top: 161px;
        width: 100%;
    }
    .product-text{
        display: block;
        height: auto;
    }
    .navbar-brand{
        width: 100% !important;
        padding: 0px !important;
    }
    .product-info .product-price {
        padding-left: 0px;
    }
    .social-bottom {
        display: inline-block;
        padding: 5px 5px;
        margin-right: 0px;
        text-align: center;
    }
    #hero{
        height: 250px;
    }
    #hero #top{
        padding:20px 20px 5px;
    }
    .navbar-collapse{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .navbar-form{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .member-register-layouts {
        border-right: 0px dotted #ccc;
    }

    .product-bestsaller .bestsaller{
        position: relative;
        float: left;
        top:5px;
        left: 5px;
        color: #ffffff;
        /*font-weight: bold;*/
        
    }
    .product-bestsaller .bestsaller img{
        width: 60%;
        
    }
    .product-bestsaller{
        position: absolute;
        float: left;
        top:0px;
        left: 0px;
        z-index: 1000;
    }
  
  
}
