.mb-5{
  margin-bottom: 50px;
}


h1.section-title-heading {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 18px 20px;
}
.summery_content {
    width: 100%;
    padding: 0px 20px;
    float: left;
    background-color: #fff;
    margin-bottom: 30px;
}
.summery
{
    margin: 0px;
    padding: 23px 0px;
}
.on-top{
  margin-top: 0 !important;
}
.product_heading
{
  width: 100%;
  float: left;
  margin-bottom: 0px;
  margin-top: 5px;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 20px;
}
.product_content_title
{
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-size: 16px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.showing_product
{
    display: inline-block;
    margin-left: 10px;
    color: #878787;
    font-size: 12px;
    vertical-align: top;
}









input#img_upload {
    margin-top: 16%;
}

.profile-image{
  padding-top: 10px;
}

.green-text {
  color: #abd07e !important;
}
.green-text:hover {
  background-color: #abd07e !important;
  color: #fff !important;
}
.blue-text {
  color: #3498db !important;
}
.blue-text:hover {
  background-color: #3498db !important;
  color: #fff !important;
}
.red-text {
  color: #ff6c6c !important; }
.red-text:hover {
  background-color: #ff6c6c !important;
  color: #fff !important;
}
.orange-text {
  color: #f39c12 !important;
}
.orange-text:hover {
  background-color: #f39c12 !important;
  color: #fff !important;
}
.dark-green-text {
  color: #12cca7 !important;
}
.dark-green-text:hover {
  background-color: #12cca7 !important;
  color: #fff !important;
}
.inline {
  display: inline-block;
  vertical-align: top;
}
ul {
  list-style: none;
}
a {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
body {
  font-size: 13px;
  color: #4c4c4c !important;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  /* font-family: 'Open Sans', sans-serif; */
  background-color: #f3f3f3;
}

.cnt-home {background-color: #f3f3f3;}

ul {
  margin: 0;
  padding: 0;
}
a {
  outline: none!important;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
img[src="assets/images/blank.gif"] {
  background: url("../images/ajax.gif") no-repeat scroll center center #ffffff;
}

.btn-upper {
  text-transform: uppercase;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-10 {
  margin-top: 10px;
}

/*===================================================================================*/
/*  Buttons
/*===================================================================================*/

.btn-uppercase {
  text-transform: uppercase;
}
.btn-default {
  background: #cbc9c9;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn-primary {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background: #f37216;
  color: #fff;
  border: none;
  font-size: 13px;
  line-height: 22px;
  border-radius:0;
  padding: 6px 14px;
  font-family: 'Montserrat', sans-serif;
  border-radius:2px;
}
.btn-black {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background: #3a3a3a;
  color: #fff;
  border: none;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  padding: 3px 22px;
}
.btn-primary:hover,
.btn-black:hover,
.btn-black:focus,
.btn-primary:focus {
  color: #fff;
}


/*===================================================================================*/
/*  Layout
/*===================================================================================*/
.center-block {
  float: none;
}
.inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
.inner-md {
  padding-top: 100px;
  padding-bottom: 100px;
}
.inner-sm {
  padding-top: 80px;
  padding-bottom: 80px;
}
.inner-xs {
  padding-top: 40px;
  padding-bottom: 40px;
}
.inner-vs {
  padding-top: 30px;
  padding-bottom: 30px;
}
.inner-top {
  padding-top: 120px;
}
.inner-top-md {
  padding-top: 100px;
}
.inner-top-sm {
  padding-top: 80px;
}
.inner-top-xs {
  padding-top: 40px;
}
.inner-top-vs {
  padding-top: 30px;
}
.inner-bottom {
  padding-bottom: 120px;
}
.inner-bottom-md {
  padding-bottom: 100px;
}
.inner-bottom-sm {
  padding-bottom: 80px;
}
.inner-bottom-xs {
  padding-bottom: 40px;
}
.inner-bottom-vs {
  padding-bottom: 60px;
}
.inner-left {
  padding-left: 75px;
}
.inner-left-md {
  padding-left: 60px;
}
.inner-left-sm {
  padding-left: 45px;
}
.inner-left-xs {
  padding-left: 30px;
}
.inner-right {
  padding-right: 75px;
}
.inner-right-md {
  padding-right: 60px;
}
.inner-right-sm {
  padding-right: 45px;
}
.inner-right-xs {
  padding-right: 30px;
}
.inner-right-vs {
  padding-right: 10px;
}
.outer {
  margin-top: 120px;
  margin-bottom: 120px;
}
.outer-md {
  margin-top: 100px;
  margin-bottom: 100px;
}
.outer-sm {
  margin-top: 80px;
  margin-bottom: 80px;
}
.outer-xs {
  margin-top: 40px;
  margin-bottom: 40px;
}
.outer-top {
  margin-top: 120px;
}
.outer-top-md {
  margin-top: 100px;
}
.outer-top-sm {
  margin-top: 80px;
}

/*.outer-top-xs {
  margin-top: 20px;
}*/

.mar-boot{
    margin-bottom: 20px;
}

.outer-top-ss {
  margin-top: 20px;
}

.outer-top-n {
  margin-top: 0px!important;
}

.outer-top-vs {
  margin-top: 30px;
}
.outer-top-small {
  margin-top: 50px;
}
.outer-bottom {
  margin-bottom: 120px;
}
.outer-bottom-md {
  margin-bottom: 100px;
}
.outer-bottom-sm {
  margin-bottom: 80px;
}
.outer-bottom-vs {
  margin-bottom: 60px;
}
.outer-bottom-xs {
  margin-bottom: 30px;
}
.outer-bottom-small {
  margin-bottom: 30px;
}
.outer-top-bd {
  margin-top: 50px;
}
.inner-bottom-30 {
  padding-bottom: 30px;
}
.inner-bottom-20 {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .inner-md {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .inner-sm {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .inner-xs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inner-top {
    padding-top: 80px;
  }
  .inner-top-md {
    padding-top: 65px;
  }
  .inner-top-sm {
    padding-top: 50px;
  }
  .inner-top-xs {
    padding-top: 40px;
  }
  .inner-bottom {
    padding-bottom: 80px;
  }
  .inner-bottom-md {
    padding-bottom: 65px;
  }
  .inner-bottom-sm {
    padding-bottom: 50px;
  }
  .inner-bottom-xs {
    padding-bottom: 40px;
  }
}



.recharge-bx{
  width: 100%;
  display: inline-block;
  border: solid 1px #d8d8d8;
  padding: 5%;
  text-align: center;
  background: #fff;
  position: relative;
  transition: 0.3s all ease-in-out;
  -webkit- transition: 0.3s all ease-in-out;
  margin: 0px;
  min-height: 170px;
}

.recharge-bx h4{
  color: #0a1002;
  text-decoration: none;
     font-size: 18px;
    font-weight: 600;
}


.recharge-bx:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
      height: 100px;
    width: 100%;
    background: url(../img/pg.png) no-repeat;
    z-index: 1;
    background-size: 100% 100%;
}

.recharge-bx img{
  margin:0px auto;
  padding: 15px 0px;
}


.recharge-bx:hover{
  transition: 0.3s all ease-in-out;
  -webkit- transition: 0.3s all ease-in-out;
   border: solid 1px rgb(255, 166, 0);
   box-shadow: 0 7px 17px 0 rgba(23,84,116,0.18);
}




.p-0{
  padding: 0px;
}

.pb-30{
  padding-bottom: 30px;
}




























.section-title {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0px;
    background-color: #321258;
    padding-left: 7px;
    padding-top: 11px;
    color: #fff !important;
}

.featured-product .section-title {
        margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 10px 20px;
}

.best-deal {
  background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);

}

.best-deal .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
  border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 18px 20px;
}

.best-deal .best-seller {padding:21px; padding-top:0px;}
.best-deal .best-seller .col2 {padding-left:0px}

.home-owl-carousel .owl-controls,
.blog-slider .owl-controls,
.brand-slider .owl-controls {
  margin-top: 0px;
}
/*carousel control button*/
.sidebar-widget .custom-carousel .owl-controls {right:0px}

.custom-carousel .owl-controls {
  position: absolute;
  right: 20px;
  top: -32px;
  width: 100%;
  display: block;
}
.custom-carousel .owl-controls .owl-prev {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -18px;
  right: 27px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f37216;
}
.custom-carousel .owl-controls .owl-prev:before {
  color: #fff;
  content: "\f104";
  font-family: fontawesome;
  font-size: 13px;
  left: 7px;
  position: absolute;
  top: 2px;
}
.custom-carousel .owl-controls .owl-next {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -18px;
  right: 0px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f37216;
}

.custom-carousel .owl-controls .owl-prev:hover, .custom-carousel .owl-controls .owl-next:hover, .custom-carousel .owl-controls .owl-prev:focus, .custom-carousel .owl-controls .owl-next:focus {
    background: #321258 !important;
}

.custom-carousel .owl-controls .owl-next:before {
  content: "\f105";
  font-family: fontawesome;
  color: #fff;
  font-size: 13px;
  left: 7px;
  position: absolute;
  top: 2px;
}
.logo-slider .owl-controls .owl-prev,
.logo-slider .owl-controls .owl-next {
  top: -57px;
  display:none
}
.featured-product {
  margin-bottom:30px;
      background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);

}

.featured-product1 {
  margin-bottom:30px;
  margin-top: 20px;

}

.featured-product .cart-btn {display:none}

.featured-product .products {
    margin-left: 0px;
    margin-right: 18px;
    padding-bottom: 15px;
}

.featured-product .home-owl-carousel {padding-left: 20px;}

.new-arriavls{
  margin-bottom: 19px;
      background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);

}

.new-arriavls .products {
    margin-left: 0px;
    margin-right: 18px;
    padding-bottom: 15px;
}

.new-arriavls .home-owl-carousel {padding-left: 20px;}

.new-arriavls .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 18px 20px;
}

.new-arriavls .cart-btn {display:none}

.latest-blog {
  margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);

}

.latest-blog .btn-primary {margin:3px}

.latest-blog .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 18px 20px;
}

.latest-blog .blog-slider {padding-left: 20px; padding-bottom:25px;}
.latest-blog .blog-post {margin-right:25px}
.latest-blog .blog-post img {width:100%}

.logo-slider-inner {
  margin-top: 10px;
  margin-bottom: 20px;
}
.special-product .product:first-child {
  margin-bottom: 20px;
}

.special-product .product .image img {width:100%}
.special-product .product .col {padding-right:0px}
.special-product .product .btn-primary {background:none; padding:0px; color:#157ed2; text-decoration:underline; margin-top:5px;}

.special-product .product:last-child {
  margin-top: 20px;
}
.best-product .product:first-child {
  margin-bottom: 20px;
}
#owl-main .owl-controls .owl-buttons .icon {
  position: relative;
  top: 8px;
  color: #fff !important;
}
.config-options ul > li > a {
  display: block;
}
.read-more-bottom {
  margin-bottom: 10px;
}
.unicase-form-control {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #eee;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  padding: 10px 12px;
}
.unicase-form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #d8d8d8;
}
.animate-dropdown .open > .dropdown-menu,
.animate-dropdown .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration: 200ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 200ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 200ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
.seller-product .products {
  margin-bottom: 35px;
}

.product-slider .products {margin-left:0px; margin-right:18px; padding-bottom:15px}

.product-info {
    padding: 0 10px;
    height:130px;
}
.product-slider .products .cart-btn {display:none}
.category-product .products .cart-btn {display: none;}

.seller-product .products .product .product-info .name {
  font-size: 18px;
  margin-top: 5px !important;
}
a {
  color: #12cca7;
}
.show-theme-options:hover,
.show-theme-options:focus {
  background: #12cca7;
}
.btn-primary:hover,
.btn-black:hover,
.btn-primary:focus,
.btn-black:focus {
  background: #12cca7;
}
.top-bar .cnt-account ul > li a:hover,
.top-bar .cnt-account ul > li a:focus {
  color: #12cca7;
}
.top-bar .cnt-block ul li a .caret {
  color: #12cca7;
}
.top-bar .cnt-block ul li .dropdown-menu li a:hover,
.top-bar .cnt-block ul li .dropdown-menu li a:focus {
  color: #12cca7;
}
.main-header .top-search-holder .contact-row .icon {
  color: #12cca7;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket .total-price {
  color: #12cca7;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a:hover,
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a:focus {
  color: #12cca7;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
  color: #12cca7;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a:hover,
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a:focus {
  color: #12cca7;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-total .price {
  color: #12cca7;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:hover,
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:focus {
  color: #12cca7;
}
.header-style-1 .header-nav {
  background: #12cca7;
}
.cnt-home .header-style-1 .header-nav .navbar .navbar-nav > li.active {
  background: #0b816a;
}
.cnt-home .header-style-1 .header-nav .navbar .navbar-nav > li > a:hover,
.cnt-home .header-style-1 .header-nav .navbar .navbar-nav > li > a:focus {
  background: #0b816a;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active,
.cnt-homepage .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active {
  background: #12cca7;
}
.cnt-home .header-style-1.header-style-3 .header-nav .navbar .navbar-nav > li.active {
  background: #12cca7;
}
.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover,
.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:focus {
  background: #12cca7 !important;
}
.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.open {
  background: #12cca7;
}
.sidebar .side-menu nav .nav > li a:hover,
.sidebar .side-menu nav .nav > li a:focus {
  color: #12cca7;
}
.sidebar .side-menu nav .nav > li a:hover:after,
.sidebar .side-menu nav .nav > li a:focus:after {
  color: #12cca7;
}
.info-box .info-box-heading.green {
  color: #12cca7;
}
.scroll-tabs .nav-tab-line li a:hover,
.scroll-tabs .nav-tab-line li a:focus {
  color: #12cca7;
}
.product .product-info .name a:hover,
.product .product-info .name a:focus {
  color: #12cca7;
}
.product .product-info .product-price .price {
  color: #12cca7;
}
/*.product .cart .action ul li.lnk a:hover,
.product .cart .action ul li.lnk a:focus {
  color: #12cca7;
}*/
.product .cart .action ul li.add-cart-button .btn-primary:hover,
.product .cart .action ul li.add-cart-button .btn-primary:focus {
  background: #12cca7;
}
.product .cart .action ul li.add-cart-button .btn-primary.icon:hover,
.product .cart .action ul li.add-cart-button .btn-primary.icon:focus {
  background: #0b816a;
}
.tag.sale {
  background: #abd07e;
}
.copyright-bar .copyright a {
  color: #12cca7;
}
.blog-slider-container .blog-slider .blog-post-info .name a:hover,
.blog-slider-container .blog-slider .blog-post-info .name a:focus {
  color: #12cca7;
}
.footer .links-social .social-icons a:hover,
.footer .links-social .social-icons a:focus,
.footer .links-social .social-icons a.active {
  background: #12cca7;
}
.latest-tweet .re-twitter .comment a {
  color: #12cca7;
}
.latest-tweet .re-twitter .comment .icon .fa-stack-2x {
  color: #12cca7;
}
.footer .contact-information .media .icon .fa-stack-2x {
  color: #12cca7;
}
.footer .contact-information .media .media-body a:hover,
.footer .contact-information .media .media-body a:focus {
  color: #12cca7;
}
.footer .footer-bottom .module-body ul li a:hover,
.footer .footer-bottom .module-body ul li a:focus {
  color: #12cca7;
}
.product-tag .item.active,
.product-tag .item:hover,
.product-tag .item:focus {
  background: #12cca7;
}
.hot-deals .product-info .product-price .price {
  color: #12cca7;
}
.hot-deals .product-info .name a:hover,
.hot-deals .product-info .name a:focus {
  color: #12cca7;
}
.custom-carousel .owl-controls .owl-prev:hover,
.custom-carousel .owl-controls .owl-next:hover,
.custom-carousel .owl-controls .owl-prev:focus,
.custom-carousel .owl-controls .owl-next:focus {
  background: #0b816a;
}
.yamm .dropdown-menu .title:hover,
.yamm .dropdown-menu .title:focus {
  color: #12cca7;
}
.yamm .dropdown-menu li a:hover,
.yamm .dropdown-menu li a:focus {
  color: #12cca7;
}
.breadcrumb ul li.active {
  color: #0b816a;
}
.breadcrumb ul a:hover,
.breadcrumb ul a:focus {
  color: #0b816a;
}
.filters-container .nav-tabs.nav-tab-box li.active a .icon {
  color: #12cca7;
}
.filters-container .pagination-container ul li.active a {
  color: #12cca7;
}
.filters-container .pagination-container ul li.prev:hover,
.filters-container .pagination-container ul li.next:hover,
.filters-container .pagination-container ul li.prev:focus,
.filters-container .pagination-container ul li.next:focus {
  background: #12cca7;
}
.filters-container .pagination-container ul li a:hover,
.filters-container .pagination-container ul li a:focus {
  color: #12cca7;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:hover,
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:focus {
  color: #12cca7;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:hover,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:focus,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:after {
  color: #12cca7;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
  border: 5px solid #12cca7;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a:hover,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a:focus {
  color: #12cca7;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .compare-report span {
  color: #12cca7;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page.active span {
  background: #12cca7;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page:hover span {
  background: #12cca7;
}
.single-product .gallery-holder .gallery-thumbs .owl-item .item:hover {
  border: 1px solid #12cca7;
}
.single-product .product-info .rating-reviews .reviews .lnk:hover,
.single-product .product-info .rating-reviews .reviews .lnk:focus {
  color: #12cca7;
}
.single-product .product-info .price-container .price-box .price {
  color: #12cca7;
}
.single-product .product-info .quantity-container .cart-quantity .arrows .arrow:hover,
.single-product .product-info .quantity-container .cart-quantity .arrows .arrow:focus {
  color: #12cca7;
}
.single-product .product-info .product-social-link .social-icons ul li a:hover,
.single-product .product-info .product-social-link .social-icons ul li a:focus {
  background: #12cca7;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:hover,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:focus {
  background: #12cca7;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:hover:after,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:focus:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #12cca7;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a {
  background: #12cca7;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #12cca7;
}
.cart .action .add-cart-button .btn.btn-primary.icon:hover,
.cart .action .add-cart-button .btn.btn-primary.icon:focus {
  background: #12cca7;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date span {
  color: #12cca7;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .author span {
  color: #12cca7;
}
#owl-main:hover .owl-prev:hover,
#owl-main:hover .owl-next:hover {
  background: #0b816a;
}
#owl-main .owl-controls .owl-pagination .owl-page:active span,
#owl-main .owl-controls .owl-pagination .owl-page:hover span {
  background: #12cca7;
}
.cart .action ul .lnk .add-to-cart:hover,
.cart .action ul .lnk .add-to-cart:focus {
  color: #12cca7 !important;
}
.cart .action .add-to-cart:hover,
.cart .action .add-to-cart:focus {
  color: #12cca7 !important;
}
.homepage-container .product .tag.hot {
  background: #12cca7;
}
.homepage-container .product .product-info .name a:hover,
.homepage-container .product .product-info .name a:focus {
  color: #12cca7;
}
.homepage-container .btn-primary:hover,
.homepage-container .btn-primary:focus {
  background: #12cca7;
  border: 2px solid #12cca7;
}

.category-list {
    background-color: #f3f3f3;
    /*box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);*/
    /* padding: 20px; */
}
.col-sm-6.col-md-3.wow.fadeInUp.animated {
    padding: 10px;
}
.col-md-12.col-xs-12.wow.fadeInUp.animated {
    margin-bottom: 25px;
    padding: 0px;
}
/*.category-product .cart .action ul li .add-to-cart:hover,
.category-product .cart .action ul li .add-to-cart:focus {
  background: #12cca7;
}*/
.furniture-container .product .btn-primary:hover,
.furniture-container .product .btn-primary:focus {
  background: #12cca7;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover,
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:focus {
  background: #12cca7;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.open {
  background: #12cca7;
}
#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page.active span {
  background: #12cca7 !important;
}
#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span:hover,
#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span:focus {
  background: #12cca7 !important;
}
.cnt-homepage .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle.max-slider-handle {
  background: #12cca7;
}
.blog-page .blog-post h1 a:hover,
.blog-page .blog-post h1 a:focus {
  color: #12cca7;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:focus {
  color: #0b816a;
}
.blog-page .blog-post .social-media a:hover,
.blog-page .blog-post .social-media a:focus {
  background-color: #12cca7;
}
.blog-page .sidebar .sidebar-module-container .search-area .search-button:after {
  color: #0b816a;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a:focus {
  color: #12cca7;
}
.blog-page .blog-post-author-details .author-social-network button .twitter-icon {
  background-color: #12cca7;
}
.blog-page .blog-review .review-action a,
.blog-page .blog-review .review-action a:hover,
.blog-page .blog-review .review-action a:focus {
  color: #12cca7;
}
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:hover,
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:focus {
  color: #12cca7;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title > a:not(.collapsed) span {
  background-color: #12cca7;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:hover,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:focus {
  color: #12cca7;
}
.checkout-box .checkout-progress-sidebar .panel-body ul li a:hover,
.checkout-box .checkout-progress-sidebar .panel-body ul li a:focus {
  color: #12cca7;
}
.contact-page .contact-info .contact-i {
  background-color: #12cca7;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:hover,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:focus {
  color: #12cca7;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
  color: #0b816a;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:hover,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:focus {
  color: #12cca7;
}
.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
  color: #0b816a;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:hover,
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:focus {
  color: #12cca7;
}
.logo-color {
  fill: #12cca7;
}
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:hover,
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:focus {
  color: #12cca7;
}
.cnt-homepage .single-product .product-info-block .txt.txt-qty {
  color: #12cca7;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail {
  border-bottom: none;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li {
  margin-right: 10px;
  padding: 0;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:hover,
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:focus {
  background: #12cca7;
  border: 2px solid #12cca7;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li.active a {
  background: #12cca7;
  border: 2px solid #12cca7;
}
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover,
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
  color: #12cca7;
}
.yamm .dropdown-menu {
  border-top-color: #12cca7;
}
.product-comparison .compare-table tr td .product-price .price {
  color: #12cca7;
}
.product-comparison .compare-table tr td .in-stock {
  color: #12cca7;
}
.body-content .my-wishlist-page .my-wishlist table tbody .product-name a:hover,
.body-content .my-wishlist-page .my-wishlist table tbody .product-name a:focus {
  color: #12cca7;
}
.product-comparison .compare-table tr td .product-price .price {
  color: #12cca7;
}
.product-comparison .compare-table tr td .in-stock {
  color: #12cca7;
}
.body-content .x-page .x-text h1 {
  color: #12cca7;
}
.body-content .x-page .x-text a {
  color: #12cca7;
}
.sign-in-page .register-form .forgot-password,
.sign-in-page .register-form .forgot-password:hover,
.sign-in-page .register-form .forgot-password:focus {
  color: #12cca7;
}
.body-content .my-wishlist-page .my-wishlist table tbody .price {
  color: #12cca7;
}
.terms-conditions-page .contact-form {
  color: #12cca7;
}

.top-bar {
  padding:0px;
  font-size: 12px;
  background: rgb(50, 18, 88);
}
.top-bar .cnt-account {
  float: right;
  padding: 6px 0px;
}
.top-bar .cnt-account ul {
  margin: 0px;
}
.top-bar .cnt-account ul > li {
  display: inline-block;
  line-height: 12px;
  padding:3px 12px 3px 7px;


}

.top-bar .cnt-block1{
  float: left;
}
.top-bar .cnt-account ul > li:last-child {
  border:none;
  padding-right:0px

}
.top-bar .cnt-account ul > li a {color: #fff;padding: 0px;font-weight: 400;-webkit-transition: all 0.2s linear 0s;-moz-transition: all 0.2s linear 0s;-o-transition: all 0.2s linear 0s;transition: all 0.2s linear 0s;}
.top-bar .cnt-account ul > li a .icon {
  display: block;
  float: left;
  padding-right: 6px;
  font-size: 11px;
}
.top-bar .cnt-account ul > li a:hover,
.top-bar .cnt-account ul > li a:focus {
  text-decoration: none;
}

.cnt-block1 ul > li a {
    color: #000;
    padding: 0px;
    font-weight: 400;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.cnt-block1 ul > li{
  padding-top: 7px;
}
.top-bar .cnt-block {
  float: right;
}
.top-bar .cnt-block .list-inline {
  margin: 0px;
}
.top-bar .cnt-block .list-inline > li {
  display: inline-block;
  margin-right:10px;
  padding:0px;
}
.top-bar .cnt-block .list-inline > li > a {
  padding: 7px 0px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  color: #888;
  display: inline-block;
}
.top-bar .cnt-block .list-inline > li > a .value {
  color: rgba(255,255,255,0.8);
  margin: 2px 4px 2px 7px;
}
.top-bar .cnt-block .list-inline > li > a:hover,
.top-bar .cnt-block .list-inline > li > a:focus {
  text-decoration: none;
  color: #888888;
}
.top-bar .cnt-block .list-inline > li .dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e1e1e1;
  top: 125%;
  left: 5px;
}

.top-bar .dropdown-menu>li>a {
  padding:3px 10px;
  font-size:13px
}

.top-bar .cnt-block .list-inline > li .dropdown-menu li a:hover,
.top-bar .cnt-block .list-inline > li .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
}


/*===================================================================================*/
/* Header
/*===================================================================================*/
header{background:#fff;}

.main-header {
    padding: 5px 0px 0px 0px;
    border-top: 2px solid #321258;
}

.main-header .top-search-holder .contact-row {
  line-height: 20px;
  color: #9b9b9b;
}
.main-header .top-search-holder .contact-row .phone {
  margin: 0 23px 0 0;
  border-right: 1px solid #E2E2E2;
  padding-right: 35px;
}
.main-header .top-search-holder .contact-row .icon {
  font-size: 18px;
  line-height: 23px;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.main-header .top-search-holder .search-area {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin:22px 0 0;
  background:#fff;
  border-radius:2px;
}
.main-header .top-search-holder .search-area .search-field {
  border: medium none;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  padding: 13px;
  width: 67%;
  background: #f6f6f6;
}
.main-header .top-search-holder .search-area .categories-filter {
  border-right: 1px solid #E0E0E0;
  text-transform: capitalize;
  display: inline-block;
  line-height: 44px;
  background: #f6f6f6;
  border-radius:3px 0px 0px 3px
}
.main-header .top-search-holder .search-area .categories-filter a {
  padding: 0 10px;
  color: #666;
  font-size: 13px;
}
.main-header .top-search-holder .search-area .categories-filter a .caret {
  margin-left: 15px;
  color: #a0a0a0;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e1e1e1;
  padding: 12px 17px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li {
  margin-bottom: 10px;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a {
  padding: 0px;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:hover,
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li.menu-header {
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
}
.main-header .top-search-holder .search-area .search-button {
  border-radius: 0px 3px 3px 0px;
  display: inline-block;
  float: right;
  margin: 0px;
  padding: 12px 19px 12px;
  text-align: center;
    background-color: #f37216;
    border: 1px solid #f37216;
}
.main-header .top-search-holder .search-area .search-button:after {
  color: #fff;
  content: "\f002";
  font-family: fontawesome;
  font-size: 16px;
  line-height: 9px;
  vertical-align: middle;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default {
  background: #404040;
}
.top-cart-row {
  padding-top:22px;
  padding-left:0px
}
.top-cart-row .dropdown-cart {
  float: right;
  margin-top: -33px;
}

.top-cart-row .dropdown-cart img {width:100%}

.top-cart-row .dropdown-cart .lnk-cart {
  padding: 0px;
      background: #f37216;
      border-radius: 50%;
    width: 38px;
    height: 38px;
    font-size: 16px;
  display: inline-block;
  color: #fff;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner {
  position: relative;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket {
    padding: 12px 12px 13px 15px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    float: left;
    letter-spacing: 0.5px;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
      float: left;
    margin-top: 8px;
    width: 18px;
    margin-left: 8px;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  height: 24px;
  position: absolute;
  left: 28px;
  top: 0px;
  width: 24px;
 background: #321258;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 19px;
    border: solid 2px #fff;
}
.top-cart-row .dropdown-cart .dropdown-menu {
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: right;
  left: auto;
  min-width: 0;
  padding: 24px 22px;
  right: 0;
  width: 230px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a {
  color: #666666;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
  font-weight: 700;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action {
  padding: 0;
  position: relative;
  font-size: 15px;
  right: 8px;
  top: 8px;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a {
  color: #898989;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-total .text {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #666666;
  margin-right: 10px;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-total .price {
  font-weight: 700;
}
.header-style-1 .header-nav .navbar-default {
  border: medium none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  margin: 0;
  min-height:auto;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse {
  padding: 0;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.active > a {
  color: #fff;
}
.navbar-nav {float:none}

.special-menu {float:right}
.special-menu a {color:#ffdd35!important; border:none!important; padding-right:0px!important}
.special-menu a:hover{ background:none!important; color:#fff!important}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  padding: 11px 15px;
  text-transform: capitalize;
  -webkit-transitio: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  font-weight:normal;
  letter-spacing:0.5px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label {
  position: absolute;
  text-transform: uppercase;
  top: -10px;
  display: inline;
  padding: 1px 7px;
  color: #fff;
  font-size: 9px;
  font-family: 'Open Sans', sans-serif;
  right: 23px;
  line-height: normal;
  letter-spacing:1px;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label:after {
  border-width: 6px 7px 0 6px;
  right: 18px;
  top: 90%;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transitio: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0;
  z-index: 100;

}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label:before {
  right: 18px;
  top: 90%;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu {
  background: #f1c40f;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu:after {
  border-color: #f1c40f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu:before {
  border-color: #f1c40f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu {
  background: #ff7878;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu:after {
  border-color: #ff7878 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu:before {
  border-color: #ff7878 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-style-2 {
  /*margin-bottom:10px;*/
}
.header-style-2 .header-nav {
  background: rgba(0, 0, 0, 0) !important;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a {
  color: #555;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a:hover,
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a:focus {
  color: #fff;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li.open > a {
  color: #fff;
}
.header-style-3 .header-nav {
  background: #202020 !important;
  border: medium none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
  color: #fff;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover,
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:focus {
  color: #fff;
}
.header-style-3 .header-nav .yamm .dropdown-menu {
  top: 62px;
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .dropdown-menu {
  left:auto;
  top: 100% ;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border:none;
  padding:0px
}

.yamm .dropdown-menu .custom-banner a {padding:0px}
.yamm .dropdown-menu .banner-image { margin-bottom:-20px}

.navbar-nav .open a{
    float: none;
  background:#fff!important;
  color:#888!important;
  border-radius:3px 3px 0px 0px;
}

.yamm .dropdown-menu .yamm-content {
  padding: 21px 8px;
    width: 50%
}

.yamm .dropdown-menu .yamm-content .col-menu {min-width:150px}

.yamm .dropdown-menu .yamm-content .links li a {
  padding: 4px 0px;
  font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.2px;
  font-size:13px;
  color:#565656;

}


.yamm .dropdown-menu h2 {
  font-size: 14px;
  color: #555;
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
  font-weight:bold
}
.yamm .dropdown-menu li {
  line-height:normal;
  padding: 0px 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.yamm .dropdown-menu li a {
  color: #3D3D3D;
  line-height: normal;
  text-transform: none ;
  display: block;
  padding: 8px 16px;
}
.yamm .dropdown-menu li a:hover,
.yamm .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
  margin-left: 0px;
}
.yamm .dropdown-menu .text {
  font-size: 13px;
  line-height: 20px;
  position: relative;
  bottom: 0px;
  top: 73px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active > a,
.cnt-homepage .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active > a {
  color: #fff;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default {
  background: #404040;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default .nav-bg-class {
  border: none;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a {
  color: #fff;
}
.cnt-homepage .header-style-2 .header-nav .navbar-default {
  background: #fff;
}
.cnt-homepage .header-style-2 .header-nav .navbar-default .nav-bg-class {
  -moz-box-shadow: 0 0 0 3px #F6F6F6 inset;
  -webkit-box-shadow: 0 0 0 3px #F6F6F6 inset;
  box-shadow: 0 0 0 3px #F6F6F6 inset;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li {
  border-bottom: 1px solid #E0E0E0;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li:last-child {
  border-bottom: none;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li > a {
  line-height: 26px;
  padding: 0px;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li > a:hover,
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li > a:focus {
  margin-left: 0px;
}


/*===================================================================================*/
/*  Side menu
/*===================================================================================*/

.sidebar .side-menu {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}

.sidebar .custom-carousel .owl-controls .owl-prev  {top: -20px;}
.sidebar .custom-carousel .owl-controls .owl-next  {top: -20px;}

.sidebar .side-menu .head {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 12px 17px;
  text-transform: uppercase;
  background-color: #10692c;
    border: 1px solid #f3f3f3;
  font-weight:700;
  letter-spacing: 0.5px;
  border-bottom:1px #f3f3f3 solid
}
.sidebar .side-menu .head .icon {
  margin-right: 5px;
}
.sidebar .side-menu nav .nav > li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
   -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eaeaea;

}

.sidebar .side-menu nav .nav > li:last-child {border-bottom:none}

.sidebar .side-menu nav .nav > li > a {
  padding: 13px 15px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  letter-spacing:0.2px
}
.sidebar .side-menu nav .nav > li > a:after {
  color: #bababa;
  content: "\f105";
  float: right;
  font-size: 12px;
  height: 20px;
  line-height: 18px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 10px;
  font-family: FontAwesome;
}
.sidebar .side-menu nav .nav > li > a .icon {
  font-size: 16px;
  margin-right: 12px;
}
.sidebar .side-menu nav .nav > li > a:hover,
.sidebar .side-menu nav .nav > li > a:focus {
  background: #fff;

}
.sidebar .side-menu nav .nav > li > a:hover .icon,
.sidebar .side-menu nav .nav > li > a:focus .icon {
  color: #666666;
}
.sidebar .side-menu nav .nav > li > .mega-menu {
  padding: 3px 0;
  top: 0 !important;
  left: 100%;
  margin: 0;
  min-width: 330%;
  /*338%;*/
  position: absolute;
  top: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  overflow:hidden
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content {
  padding: 10px 20px;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > li {

  padding:3px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > li:last-child {
  border-bottom: none;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > li > a {
  line-height: 26px;
  padding: 0px;
  font-size:13px;
  font-family: 'Open Sans', sans-serif;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content .dropdown-banner-holder {
  position: absolute;
  right: -16px;
  top: -8px;
}
.sidebar .side-menu2 nav .nav li a {
  padding: 14.3px 15px;
}
.sidebar .sidebar-module-container .sidebar-widget .widget-header {
  padding: 10px 0px 5px 0px;
}
.sidebar .sidebar-module-container .sidebar-widget .widget-header .widget-title {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  font-weight:bold
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle {
  clear: both;
  display: block;
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 13px;
  line-height: 28px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:after {
  content:"\f068";
  float: right;
  font-family: fontawesome;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed {
  color: #666666;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed:after {
  color: #636363;
  content: "\f067";
  font-family: fontawesome;
  font-weight:normal
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner {
  margin: 0px 0 20px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul {
  padding-left: 15px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li {
  line-height: 27px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a {
  color: #666666;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a:before {
  content: "\f105";
  font-family: fontawesome;
  font-size: 14px;
  line-height: 15px;
  margin: 0 5px 0 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a:hover:before {
  margin: 0 8px 0 0;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder {
  padding: 0 0 20px;
  position: relative;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-top:0px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider.slider-horizontal {
  height: 20px;
  width: 100% !important;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track {
  background-color: #f1f1f1;
  background-repeat: repeat-x;
  cursor: pointer;
  position: absolute;
  width: 94% !important;
  height: 6px;
  left: 0;
  margin-top: -5px;
  top: 50%;
  width: 100%;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-selection {
  bottom: 0;
  height: 100%;
  top: 0;
  background-repeat: repeat-x;
  box-sizing: border-box;
  position: absolute;
  background: #c3c3c3;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
  background-color: #FFFFFF;
  background-repeat: repeat-x;
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  border-radius: 400px;
  height: 20px;
  margin-left: -3px !important;
  opacity: 1;
  position: absolute;
  top: -3px;
  width: 20px;
  margin-top: -5px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .tooltip {
  margin-top: -36px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .min-max {
  font-size: 15px;
  font-weight: 700;
  color: #fe5252;
  margin-top: 15px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li {
  clear: both;
  display: block;
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 28px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a {
  color: #666666;
  display: inline-block;
      padding-left: 5px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .compare-report {
  margin-top: 20px;
  margin-bottom: 30px;
}
.sidebar .sidebar-widget .advertisement .item {
  background-position: center 55%;
  background-size: cover;
  padding-bottom:60px

}
.sidebar .sidebar-widget .advertisement .item .caption {
  color: #636363;
  left: 12%;
  letter-spacing: -3px;
  position: absolute;
  top: 11%;
  z-index: 100;
  display: table-cell;
}
.sidebar .sidebar-widget .advertisement .item .caption .big-text {
  font-size: 60px;
  line-height: 125px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-shadow: 1px 1px 3px #cfcfcf;
}
.sidebar .sidebar-widget .advertisement .item .caption .big-text .big {
  font-size: 120px;
  color: #ff7878;
  display: block;
  text-shadow: 1px 1px 3px #cfcfcf;
}
.sidebar .sidebar-widget .advertisement .item .caption .excerpt {
  font-size: 24px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #e6e6e6;
  text-shadow: 1px 1px 3px #cfcfcf;
}
.sidebar .sidebar-widget .advertisement .owl-controls {
  bottom: 10px;
  position: absolute;
  text-align: center;
  top: auto;
  width: 100%;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination {
  display: inline-block;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page {
  display: inline-block;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  background: #ddd;
  border: none;
  border-radius: 2px;
  margin: 0 2px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.sidebar-widget { background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
  padding:20px;}

.related-product .tag {
  font-size: 15px;
  font-weight: 700;
  height: 50px;
  line-height: 45px;
  left: 15px;
  text-align: center;
  top: 3.5%;
  width: 50px;
  position: absolute;
}

/*===================================================================================*/
/*  Slider
/*===================================================================================*/
#owl-main {
  text-align: center;
  cursor: default;
  height: 368px;
}
#owl-main .owl-controls {
  display: inline-block;
  position: relative;
  margin-top: 40px;
}
/*.panel-group .panel .owl-controls {
  margin-top: 25px;
}
.panel-group.blank .panel .owl-controls {
  margin-top: 40px;
}*/
#owl-main .owl-pagination {
  position: relative;
  line-height: 30px;
}
#owl-main .owl-buttons {
  display: block;
}
#owl-main .owl-prev{
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 50px;
  font-size: 21px;
  background-color: #f37216;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;

}

#owl-main .owl-next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 50px;
  font-size: 21px;
  background-color: #f37216;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;

}



#owl-main .owl-prev {
  left: 20px;
  /* -35px;*/
}
#owl-main .owl-next {
  right: 20px;
}
#owl-main:hover .owl-prev {
  left: 0px;
  opacity: 0.5;
}
#owl-main:hover .owl-next {
  right: 0px;
  opacity: 0.5;
}
#owl-main:hover .owl-prev:hover,
#owl-main:hover .owl-next:hover {
  opacity: 1;
}
#owl-main .owl-outer-nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15%;
  width: 130%;
  height: 100%;
  z-index: 0;
}
#owl-main .owl-outer-nav .owl-wrapper-outer,
#owl-main .owl-outer-nav .owl-pagination,
#owl-main .owl-outer-nav .owl-prev,
#owl-main .owl-outer-nav .owl-next {
  z-index: 1;
}
#owl-main .owl-outer-nav .owl-controls {
  position: static;
}
#owl-main .owl-outer-nav .owl-prev {
  left: -65px;
}
#owl-main .owl-outer-nav .owl-next {
  right: -65px;
}
#owl-main .owl-outer-nav:hover .owl-prev {
  left: -80px;
}
#owl-main .owl-outer-nav:hover .owl-next {
  right: -80px;
}
#owl-main .owl-ui-md .owl-pagination {
  line-height: 45px;
}
#owl-main .owl-ui-md .owl-prev,
#owl-main .owl-ui-md .owl-next {
  width: 45px;
  height: 45px;
  font-size: 45px;
}
#owl-main .owl-ui-md .owl-prev {
  left: -55px;
}
#owl-main .owl-ui-md .owl-next {
  right: -55px;
}
#owl-main .owl-ui-md:hover .owl-prev {
  left: -60px;
}
#owl-main .owl-ui-md:hover .owl-next {
  right: -60px;
}
#owl-main .owl-outer-nav.owl-ui-md:after {
  left: -18%;
  width: 136%;
}
#owl-main .owl-outer-nav.owl-ui-md .owl-prev {
  left: -85px;
}
#owl-main .owl-outer-nav.owl-ui-md .owl-next {
  right: -85px;
}
#owl-main .owl-outer-nav.owl-ui-md:hover .owl-prev {
  left: -100px;
}
#owl-main .owl-outer-nav.owl-ui-md:hover .owl-next {
  right: -100px;
}
#owl-main .owl-ui-lg .owl-pagination {
  line-height: 60px;
}
#owl-main .owl-ui-lg .owl-prev,
#owl-main .owl-ui-lg .owl-next {
  width: 60px;
  height: 60px;
  font-size: 42px;
}
#owl-main .owl-ui-lg .owl-prev {
  left: -75px;
}
#owl-main .owl-ui-lg .owl-next {
  right: -75px;
}
#owl-main .owl-ui-lg:hover .owl-prev {
  left: -80px;
}
#owl-main .owl-ui-lg:hover .owl-next {
  right: -80px;
}
#owl-main .owl-outer-nav.owl-ui-lg:after {
  left: -22%;
  width: 144%;
}
#owl-main .owl-outer-nav.owl-ui-lg .owl-prev {
  left: -105px;
}
.owl-outer-nav.owl-ui-lg .owl-next {
  right: -105px;
}
#owl-main .owl-outer-nav.owl-ui-lg:hover .owl-prev {
  left: -120px;
}
#owl-main .owl-outer-nav.owl-ui-lg:hover .owl-next {
  right: -120px;
}
#owl-main .owl-inner-nav .owl-controls {
  position: static;
}
#owl-main .owl-inner-nav .owl-prev {
  left: 45px;
}
#owl-main .owl-inner-nav .owl-next {
  right: 45px;
}
#owl-main .owl-inner-nav:hover .owl-prev {
  left: 30px;
}
#owl-main .owl-inner-nav:hover .owl-next {
  right: 30px;
}
#owl-main .owl-outer-nav .owl-prev,
#owl-main .owl-outer-nav .owl-next,
#owl-main .owl-inner-nav .owl-prev,
#owl-main .owl-inner-nav .owl-next {
  bottom: 70px;
}
#owl-main .owl-outer-nav.owl-ui-md .owl-prev,
#owl-main .owl-outer-nav.owl-ui-md .owl-next,
#owl-main .owl-inner-nav.owl-ui-md .owl-prev,
#owl-main .owl-inner-nav.owl-ui-md .owl-next {
  bottom: 85px;
}
#owl-main .owl-outer-nav.owl-ui-lg .owl-prev,
#owl-main .owl-outer-nav.owl-ui-lg .owl-next,
#owl-main .owl-inner-nav.owl-ui-lg .owl-prev,
#owl-main .owl-inner-nav.owl-ui-lg .owl-next {
  bottom: 100px;
}
#owl-main .owl-inner-pagination .owl-pagination,
#owl-main .owl-inner-pagination .owl-prev,
#owl-main .owl-inner-pagination .owl-next {
  margin-top: -40px;
  top: -60px;
}
#owl-main .owl-inner-pagination.owl-ui-md .owl-pagination,
#owl-main .owl-inner-pagination.owl-ui-md .owl-prev,
#owl-main .owl-inner-pagination.owl-ui-md .owl-next {
  margin-top: -50px;
  top: -65px;
}
#owl-main .owl-inner-pagination.owl-ui-lg .owl-pagination,
#owl-main .owl-inner-pagination.owl-ui-lg .owl-prev,
#owl-main .owl-inner-pagination.owl-ui-lg .owl-next {
  margin-top: -60px;
  top: -75px;
}
#owl-main .owl-inner-pagination.owl-outer-nav .owl-prev,
#owl-main .owl-inner-pagination.owl-outer-nav .owl-next,
#owl-main .owl-inner-pagination.owl-inner-nav .owl-prev,
#owl-main .owl-inner-pagination.owl-inner-nav .owl-next {
  margin: auto;
  top: 0;
  bottom: 43px;
}
#owl-main .owl-inner-pagination .owl-pagination {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
}
#owl-main .owl-inner-pagination:hover .owl-pagination {
  opacity: 1;
}
#owl-main .owl-inner-pagination.owl-inner-nav .owl-pagination,
.owl-inner-pagination.owl-outer-nav .owl-pagination {
  top: -45px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md .owl-pagination {
  top: -50px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg .owl-pagination {
  top: -60px;
}
.owl-inner-pagination.owl-inner-nav:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav:hover .owl-pagination {
  top: -60px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md:hover .owl-pagination {
  top: -65px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg:hover .owl-pagination {
  top: -75px;
}
#owl-main.height-md .item {
  height: 457px;
}
#owl-main.height-lg .item {
  height: 675px;
}
#owl-main .container {
  display: table;
  height: inherit;
}
#owl-main .caption {
  display: table-cell;
}
#owl-main .caption.vertical-center {
  vertical-align: middle;
  padding-bottom: 3vh;
}
#owl-main .caption.vertical-top {
  vertical-align: top;
  padding-top: 8vh;
}
#owl-main .caption.vertical-bottom {
  vertical-align: bottom;
  padding-bottom: 14vh;
}
#owl-main .caption.text-center {
  padding-left: 10%;
  padding-right: 10%;
}
#owl-main .caption.text-left {
  padding-right: 20%;
}
#owl-main .caption.text-right {
  padding-left: 20%;
}
#owl-main .owl-controls {
  display: block;
  position: static;
  margin-top: -47px;

}
#owl-main .owl-pagination {
  background: #FFF;
  line-height: inherit;
  position: relative;
  bottom: -40px;
  padding: 10px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#owl-main:hover .owl-pagination {
  bottom: -15px;
  opacity: 1;
   display:none
}
#owl-main .owl-prev,
#owl-main .owl-next {
  bottom: 0;
}
#owl-main .owl-controls .owl-page {
  display: inline-block;
}
#owl-main .owl-pagination .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  background: #d3d3d3;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#owl-main .owl-item-gap .item {
  margin: 0 15px;
}
#owl-main .owl-item-gap-sm .item {
  margin: 0 10px;
}
#owl-main .owl-item.loading {
  min-height: inherit;
  background: none;
}
#owl-main .item {
  background-color: #FFFFFF;
  background-position: center 55%;
  background-size: cover;
  height: 370px;
}
#owl-main .item .caption {
  color: #636363;
  left: 50px;
  position: absolute;
  top: 24%;
  z-index: 100;
  padding-right: 8%;
}
#owl-main .item .caption .slider-header {
 font-family: 'Montserrat', sans-serif;
 font-size:26px;
 font-weight:bold;
 text-transform:uppercase;
 color: #FFA600;
}

#owl-main .item .caption .big-text {
  font-size: 64px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  padding: 0px 25px;
  background: #bbbbbb;
  color: #fff;
  font-weight:700;
  letter-spacing:-1px
}
#owl-main .item .caption .big-text .highlight {
  color: #84c225;
}
#owl-main .item .caption .excerpt,
#owl-main .item .caption .small {
  font-size: 14px;
  /*line-height: 50px;*/
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  padding-left: 23px;
  background: rgba(0, 0, 0, 0);
  color: #fff;
}
#owl-main .item .caption .excerpt span,
#owl-main .item .caption .small span {
  background: none repeat scroll 0 0 #bbbbbb;
  -moz-box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbbbbb;
  -webkit-box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbbbbb;
  box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbbbbb;
  line-height: 336%;
  padding: 5px 0;
  display: inline;
}
#owl-main .item .caption .button-holder {
  margin: 20px 0 0;
}
#owl-main .item .caption.bg-color {
  padding-right: 3%;
}
#owl-main .item .caption.bg-color .big-text {
  background: rgba(0, 0, 0, 0);
  padding: 0px;
  color: #321258;
}
#owl-main .item .caption.bg-color .excerpt,
#owl-main .item .caption.bg-color .small {
  background: rgba(0, 0, 0, 0);
  padding: 0px;
  color: #000;
  margin-top: 0px;
}
#owl-main .item .caption.bg-color .excerpt span,
#owl-main .item .caption.bg-color .small span {
  background: rgba(0, 0, 0, 0);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  line-height: 24px;
}
#owl-main .full-width-slider {
  margin-bottom: 30px;
}
#owl-main .full-width-slider .item {
  background-color: #FFFFFF;
  background-position: center 55%;
  background-size: cover;
  height: 449px;
}
#owl-main .full-width-slider .item .caption {
  position: absolute;
  top: 11%;
  z-index: 100;
}
#owl-main .full-width-slider .item .caption .big-text {
  font-size: 119px;
  line-height: 80px;
  font-family: 'PacificoRegular';
  color: #fff;
  background: rgba(0, 0, 0, 0);
  padding: 0px;
  text-transform: none;
}
#owl-main .full-width-slider .item .caption .excerpt {
  font-size: 60px;
  line-height: 80px;
  margin-top: 15px;
  font-family: 'LatoBold';
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  padding: 0px;
}
#owl-main .full-width-slider .item .caption .button-holder {
  margin: 31px 0 0;
}
.cnt-homepage .homepage-slider2 {
  height: 449px;
}
.cnt-homepage .homepage-slider2 #owl-main .item .caption {
  top: 24%;
  padding-right: 10%;
  right: 0px;
  left: 0px;
}
.cnt-homepage .homepage-slider2 #owl-main .owl-controls {
  margin-top: -89px;
  text-align: center !important;
}
.cnt-homepage .breadcrumb ul {
  text-align: left;
}
.cnt-homepage .cart .action .left {
  margin-left: 10px;
  padding: 2px 10px;
}
.cnt-homepage .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
  height: 15px;
  width: 15px;
  top: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #e4e4e4;
}
.homepage-slider3 {
  height: 368px;
}
.homepage-slider3 #owl-main .item {
  height: 368px;
}
.homepage-slider3 #owl-main .item .caption {
  padding-left: 10%;
  padding-right: 44%;
}
.homepage-slider3 #owl-main .item .caption .small {
  font-size: 15px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 2px 2px #c3c3c3;
  color: #fff ;
  padding-left: 0px;
}
.homepage-slider3 #owl-main .item .caption .big-text {
  font-size: 45px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 2px 2px #c3c3c3;
  color: #000;
}
.homepage-slider3 #owl-main .item .caption .excerpt {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  text-transform: none;
}
.homepage-slider3 #owl-main .owl-controls {
  margin-top: -79px;
}
.home-page-slider4 {
  position: relative;
}
.home-page-slider4 .customNavigation {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15px;
}
.home-page-slider4 .customNavigation .controls {
  position: relative;
}
.home-page-slider4 .owl-controls {
  bottom: 20px;
  position: absolute;
  text-align: center;
  top: auto;
  width: 100%;
}
.home-page-slider4 .owl-controls .owl-buttons {
  display: none !important;
}
.home-page-slider4 .owl-controls .owl-pagination .owl-page {
  display: inline-block;
}
.home-page-slider4 .owl-controls .owl-pagination .owl-page span {
  background: none repeat scroll 0 0 #e6e6e6;
  border: medium none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 12px;
  margin: 0 5px;
  -webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
  width: 12px;
  -moz-box-shadow: 1px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 1px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 1px 3px rgba(0, 0, 0, 0.1) inset;
}
.home-page-slider4 .owl-prev,
.home-page-slider4 .owl-next {
  position: absolute;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
}
.home-page-slider4 .owl-prev {
  left: 20px;
}
.home-page-slider4 .owl-next {
  right: 20px;
}
.home-page-slider4:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.home-page-slider4:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.home-page-slider4:hover .owl-prev:hover,
.home-page-slider4:hover .owl-next:hover {
  opacity: 1;
}
.home-page-slider4 #owl-main .owl-pagination {
  background: rgba(0, 0, 0, 0);
  -webkit-border-radius: 3px;
  -moz-border-radiu: 3px;
  border-radius: 3px;
  display: inline-block;
  line-height: inherit;
  margin: auto;
  opacity: 1;
  padding: 10px;
  position: relative;
  -webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
  bottom: none;
  bottom: 0px;
}
.cnt-homepage .homepage-container .btn-primary {
  padding: 2px 17px;
  -webkit-border-radius: 0px;
  -moz-border-radiu: 0px;
  border-radius: 0px;
}
.cnt-homepage .homepage-container #owl-main .owl-prev,
.cnt-homepage .homep2474
age-container #owl-main .owl-next {
  top: 25%;
}

.info-boxes-inner {
  background-color: #84c225;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}


.info-boxes {


}
.info-boxes .info-box {
  padding:24px 25px;
  text-align:center
}
.info-boxes .info-box .icon {
  font-size: 35px;
}
.info-boxes .info-box .info-box-heading {
  font-size: 14px;
  line-height:21px;
  text-transform: uppercase;
  font-family:'Montserrat', sans-serif;
  margin-top: 0px;
  font-weight:bold;
  margin-bottom:0px;
  letter-spacing:1px
}
.info-boxes .info-box .info-box-heading.orange {
  color: #ffb847;
}
.info-boxes .info-box .info-box-heading.red {
  color: #ff7878;
}
.info-boxes .info-box .text {
  color:rgba(255,255,255,0.8);
  font-weight: normal;
  font-size: 13px;
  margin: 0px;
  letter-spacing:0.5px;
  font-family:'Open Sans', sans-serif

}

/*===================================================================================*/
/*  Home Tabs
/*===================================================================================*/

.scroll-tabs {
  margin-bottom: 30px;
  /*background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);*/

}
.scroll-tabs .more-info-tab {

    padding-bottom: 10px;
    padding: 10px 20px;
    background: #321258;
}
.scroll-tabs .more-info-tab .new-product-title {
  margin-bottom: 0px;
  margin-top: 5px;
  font-size:16px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight:bold
}
.scroll-tabs .nav-tab-line {
  border-bottom: none;
  margin-top: 4px;
  margin-right: 55px;
}
.scroll-tabs .nav-tab-line li.active a {
  border: none;
}
.scroll-tabs .nav-tab-line li a {
   font-weight: 500;
  color: #666666;
  font-size: 13px;
  border: medium none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 10px !important;
  position: relative;
  font-family:'Open Sans', sans-serif
}
.scroll-tabs .nav-tab-line li a:hover,
.scroll-tabs .nav-tab-line li a:focus {
  background: rgba(0, 0, 0, 0);
}

.tab-content {padding-left:5px}

.product {
  position: relative;
  background: #f3f3f3;
}
.product .product-image img {width:100%}

.product .product-image .tag {
  position: absolute;
}
.product .product-info .name {
    margin-top: 0px;
    margin-bottom: 6px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    min-height: 6px;
}
.product-info.text-left {
    background: #fff;
    /* margin: 0px; */
    /* padding-top: 0px; */
}
.product .product-info .name a {
  color: #555;
}
.product .product-info .star-rating .color {
  color: #ffb400;
}
.product .product-info .product-price .price {
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  margin-right: 8px;
}
.product .product-info .product-price .price-before-discount {
  text-decoration: line-through;
  color: #d3d3d3;
  font-weight: 400;
  line-height: 30px;
  font-size: 12px;
}
.product .cart {
  margin-top: 5px;
  opacity: 0;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  width: 100%;
  z-index: 666;
  left: 50%;
  position:absolute;
   top:0;
    margin-left:-55px

}
.product .cart .action ul li {
  float: left;
}
.product .cart .action ul li.add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #f37216;
  color:#fff !important;
  height: 33px;
}

.product .cart .action ul li.lnk.wishlist:hover{
  background: #84c225;
}
.product .cart .action ul li.lnk {
  margin: 10px 0px;
      background: #84c225;
    margin: 0px;
    padding: 7px 2px;
  border-left:1px solid hsla(0,0%,100%,.2);
  border-radius:0px 3px 3px 0px
}
.product .cart .action ul li.lnk a {
  padding: 0 10px;
  color: #fff;

}
.product .cart .action ul li.lnk.wishlist {
  background:#321258;
  margin:0px;
  border-radius:0px


}
.tag {
  font-size: 10px;
  font-weight: 700;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-transform: uppercase;
  top: 2.5%;
  z-index: 100;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  right: 10px;
  /*11px;*/
  text-align: center;
}
.tag span {
  position: relative;
  z-index: 100;
}
.tag.new {
  background: #f37216;
}
.tag.hot {
  background: #84c225;
}
.product:hover .cart {
  opacity: 1;
  top:45%
}
.best-seller .product .product-info .name,
.special-offer .product .product-info .name {
  margin-top: 4px;
}
.cart {
  margin-top: 5px;
  opacity: 1;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
  z-index: 666;
  left: 0px;


}
.cart .action {
  float: left;
  margin-left: 15px;
}
.cart .action .add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #321258;
  color:#fff;
}


.cart .action.lnk {
  margin: 10px 0px;
}
.cart .action.lnk a {
  padding: 0 10px;
  color: #dadada;
}
.cart .action.lnk.wishlist {
  border-right: 1px solid #dadada;
}
.product-micro .product-image .image a .zoom-overlay:before {
  color: #FFFFFF;
  content: "\f00e";
  font-family: fontawesome;
  left: 45%;
  position: relative;
  right: 40%;
}
.product-micro .product-image .image a .zoom-overlay {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
  z-index: 99;
}
.product-micro .product-image .image a .zoom-overlay:hover,
.product-micro .product-image .image a .zoom-overlay:focus {
  opacity: 1;
}
.cnt-home .product-micro .tag-micro {
  width: 30px;
  height: 30px;
  font-size: 11px;
  line-height: 29px;
  top: 5.5%;
}
.cnt-home .product-micro .product-info .name {
  font-size: 13px;
  margin-top: 0px !important;
}
.cnt-home .product-micro .product-info .product-price .price {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
.cnt-home .product-micro .product-info .action .lnk.btn.btn-primary {
  font-size: 12px;
  line-height: 1.7;
}
.copyright-bar {
  background: #030006;
  padding: 15px 0px;
}
.copyright-bar .copyright {
  color: #5d5c5c;
  line-height: 28px;
}
.copyright-bar .payment-methods {
  text-align: right;
}
.copyright-bar .payment-methods ul li {
  display: inline-block;
  margin-right: 15px;
}
.copyright-bar .payment-methods ul li:last-child {
  margin-right: 0px;
  float: left;
  color: #fff;
  padding-top: 10px;
}
.copyright-bar .no-padding {
  padding: 0px;
}
.wide-banner {
  overflow: hidden;
}
.wide-banner .image img {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wide-banner:hover img {

}
.cnt-strip {
  position: relative;
}
.cnt-strip .strip {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 8px 30px 5px 30px;
  right:10px;
}
.cnt-strip .strip h1 {
  font-size: 36px;
  color: #ff4c4c;
  margin: 0;
  text-transform: uppercase;
  font-family:'Montserrat', sans-serif;
  font-weight:bold
}
.cnt-strip .strip h2 {
  font-size: 36px;
  color: #84c225;
  margin: 0;
  text-transform: uppercase;
  font-family:'Montserrat', sans-serif;
  font-weight:bold
}
.cnt-strip .strip h2 .shopping-needs {
  font-family:'Montserrat', sans-serif;
  color: #fff;
  font-weight:normal;
  font-size:22px
}
.cnt-strip .strip h3 {
  font-size: 30px;
  color: #434343;
  margin: 0;
  text-transform: uppercase;
  font-family:'Montserrat', sans-serif;
}
.cnt-strip .strip h4 {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
  font-family:'Montserrat', sans-serif;
}
.cnt-strip .strip.strip-text {
  width: 80%;
}
.cnt-strip .strip .red {
  color: #ff7878;
}
.cnt-strip .strip .black {
  color: #434343;
}
.cnt-strip .strip .green {
  color: #83c038;
}
.cnt-strip .strip .white {
  color: #fff;
}
.cnt-strip .strip .normal-shopping-needs {
  font-size: 35px;
  font-family: 'Open Sans', sans-serif;
}
.cnt-strip .new-label {
  background: url("../images/label.png") no-repeat scroll right top;
  height: 72px;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 72px;
  z-index: 999;
}
.cnt-strip .new-label .text {
  color: #fff;
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  left: -13px;
  position: absolute;
  text-align: center;
  top: 14px;
  -ms-transform: rotate(-43deg);
  letter-spacing:1px;
  /* IE 9 */
  -webkit-transform: rotate(-43deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-43deg);
  width: 100%;
}
.wide-banners {
  overflow:hidden

}
.wide-banners.homepage-banner {
  margin-top: 30px;
}
.wide-banners.homepage-banner h4 {
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
}
.wide-banners.homepage-banner h3 {
  font-size: 35px;
  font-family: 'Open Sans', sans-serif;
}
.new-banner {
  margin-top: 30px;
}
.new-banner .cnt-strip .strip {
  width: auto;
  padding: 0px;
  right: 23px;
}
.new-banner .cnt-strip .strip h3 {
  background: #707070;
  padding: 13px 23px 13px 16px;
  line-height: 24px;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
}
.new-banner .cnt-strip .strip h5 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  padding-right: 21px;
  text-transform: uppercase;
}
.new-banner .cnt-strip .strip h5 span {
  background: none repeat scroll 0 0 #707070;
  -moz-box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
  -webkit-box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
  box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
  padding: 0.6em 0;
}
.new-banner.no-margin {
  margin-top: -10px;
}
.megamenu-banner {
  margin-top: 30px !important;
}
.megamenu-banner h3 {
  font-size: 30px;
  font-family: 'BebasNeueRegular';
}
.megamenu-banner h2 {
  font-size: 40px;
  font-family: 'BebasNeueBold';
}
.wide-banner-4 .cnt-strip .strip h1 {
  font-size: 50px;
  font-family: 'Open Sans', sans-serif;
}
.wide-banner-4 .cnt-strip .strip h2 {
  font-size: 40px;
  font-family: 'Open Sans', sans-serif;
}
.wide-banner-4 .cnt-strip .strip h3 {
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
}
.wide-banner-4 .cnt-strip .strip h4 {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}
.wide-banner-4 .cnt-strip .strip p {
  font-size: 23px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0px;
}
.blog-slider-container .blog-slider .blog-post-info .name {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight:bold
}
.blog-slider-container .blog-slider .blog-post-info .name a {
  color: #555;
}
.blog-slider-container .blog-slider .blog-post-info .info {
  color: #9c9c9c;
  font-size: 13px;
  margin-bottom:8px;
  overflow:hidden;
  display:block
}
.blog-slider-container .blog-slider .blog-post-info .text {
  color: #434343;
  font-size: 13px;
}
.footer .links-social {
  border-top: 1px solid #e5e5e5;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  margin-bottom: 70px;
}

.social {
  overflow: hidden
}
.social a {
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
    border-radius: 3px;
}
.social a:hover {
  color: #fff;
}
.social .fb a:before {
  content: "\f09a";
  font-family: FontAwesome;
}
.social .fb a {
  font-size: 16px;
  display: inline-block!important;
  text-align: center;
  padding: 0;
  background: #3C5B9B !important;
}
.social .tw a:before {
  content: "\f099";
  font-family: FontAwesome;
}
.social .tw a {
  font-size: 16px;
  display: inline-block!important;
  text-align: center;
  padding: 0;
  background: #359BED !important;
}
.social .googleplus a:before {
  content: "\f0d5";
  font-family: FontAwesome;
}
.social .googleplus a {
  font-size: 16px;
  display: inline-block!important;
  text-align: center;
  padding: 0;
  background: #E33729!important;
}
.social .rss a:before {
  content: "\f09e";
  font-family: FontAwesome;
}
.social .rss a {
  content: "\f09e";
  font-family: FontAwesome;
  font-size: 16px;
  display: inline-block!important;
  text-align: center;
  padding: 0;
  background: #FD9F13 !important;
}
.social .pintrest a:before {
  content: "\f0d3";
  font-family: FontAwesome;
}
.social .pintrest a {
  content: "\f0d3";
  font-family: FontAwesome;
  font-size: 16px;
  display: inline-block!important;
  text-align: center;
  padding: 0;
  background: #cb2027 !important;
}
.social .linkedin a:before {
  content: "\f0e1";
  font-family: FontAwesome;
}
.social .linkedin a {
  content: "\f0e1";
  font-family: FontAwesome;
  font-size: 16px;
  display: inline-block!important;
  text-align: center;
  padding: 0;
  background: #027ba5 !important;
}
.social .youtube a:before {
  content: "\f167";
  font-family: FontAwesome;
}
.social .youtube a {
  font-size: 16px;
  display: inline-block!important;
  text-align: center;
  padding: 0;
  background: #F03434 !important;
}
.social h4 {
  margin: 25px 0 0px 0px;
}
.social ul {
  margin: 0;
  list-style: none;
}
.social ul li {
  margin-right: 7px;
}
.social ul li {
  border-bottom: none;
}
.social a {
  transition: background 400ms ease-in-out;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
}

.footer .links-social .contact-info .footer-logo {
  margin-top: 10px;
}
.footer .links-social .contact-info .about-us {
  margin-bottom: 20px;
}
.footer .links-social .contact-info .social-icons a {
  color: #888888;
  font-size: 16px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 2em;
  height: 2em;
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
}
.footer .links-social .contact-info .social-icons a:hover,
.footer .links-social .contact-info .social-icons a:focus,
.footer .links-social .contact-info .social-icons a.active {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
}
.footer .links-social .contact-info .social-icons a .icon {
  line-height: 2em;
}
.footer .module-heading {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: #555555;
}
.footer .contact-timing .table tbody tr {
  border-bottom: 1px solid #e1e1e1;
}
.footer .contact-timing .table tbody tr td {
  border-top: none;
  font-size: 12px;
  line-height: 36px;
  padding: 0px !important;
}
.footer .contact-timing .contact-number {
  font-family: 'Open Sans', sans-serif;
}
.footer .contact-information .media .media-body a {
  color: #666666;
}
.footer .footer-bottom {
  background: #0a0015;
  padding-top: 30px;
  padding-bottom:30px;
}

.footer .module-title {
  font-size:14px;
  font-weight:bold;
  letter-spacing:0.5px;
  margin-bottom:15px
  }

.footer .footer-bottom .module-heading {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: #f6f6f6;
}
.footer .footer-bottom .module-body ul li {

}

.toggle-footer {color:#f6f6f6}
.toggle-footer a {margin-left:0px!important}
.toggle-footer a:before {display:none}
.toggle-footer i{background:#f37216; border-radius:50%;}

.footer .footer-bottom .module-body ul li:last-child{border:none}

.footer .footer-bottom .module-body ul li a {
  font-size: 13px;
  line-height: 30px;
  color: #f6f6f6;
  position: relative;
  margin-left: 23px;
  display: inline-block;
}
.footer .footer-bottom .module-body ul li a:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  margin-left: -22px;
  font-size: 12px;
}
.product-tag .item {
  background-color: #f5f5f5;
  color: #666666;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
  padding: 6px 12px;
}
.product-tag .item.active,
.product-tag .item:hover,
.product-tag .item:focus {
  color: #fff;
}
.newsletter .sidebar-widget-body input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #eaeaea;
  background: #fafafa;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size:13px
}

.hot-deals .custom-carousel .owl-controls .owl-next {
  top:-20px
}
.hot-deals .custom-carousel .owl-controls .owl-prev {
  top:-20px
}
.hot-deals .hot-deal-wrapper {
  position: relative;
}
.hot-deals .hot-deal-wrapper .image img{
  width: 100%;
}

.hot-deals .hot-deal-wrapper .sale-offer-tag {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  height: 50px;
  text-transform: uppercase;
  top: 4%;
  right: 10px;
  width: 50px;
  z-index: 100;
  background: #f37216;
  position: absolute;
  text-align: center;
}
.hot-deals .hot-deal-wrapper .sale-offer-tag span {
  position: relative;
  z-index: 100;
  top: 10px;
}
.hot-deals .hot-deal-wrapper .timing-wrapper {
  bottom: 20px;
  position: absolute;
  left: 15px;
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper {
  display: table;
  text-align: center;
  margin-right: 4px;
  float: left;
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box {
  background-color: #fff;
  color: #333;
  display: table-cell;
  height: 44px;
  vertical-align: middle;
  width: 45px;
  line-height: 15px;

}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box .key {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-family:'Open Sans', sans-serif
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box .value {
  display: block;
  font-size: 9px;
  font-weight: 500;
  letter-spacing:0.5px
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper:last-child {
  margin-right: 0px;
}
.hot-deals .product-info .name {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.hot-deals .product-info .name a {
  color: #555;
}
.hot-deals .product-info .product-price .price {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  margin-right: 8px;
}
.hot-deals .product-info .product-price .price-before-discount {
  text-decoration: line-through;
  color: #d3d3d3;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
}
.hot-deals .cart {
  margin-top: 5px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  z-index: 666;
  left: 0px;
}
.hot-deals .cart .action {
  float: left;
}
.hot-deals .cart .action .add-cart-button a {
  background: none repeat scroll 0 0 #a8a8a8;
  border: medium none;
  color: #FFFFFF;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  padding: 0px;
}
.hot-deals .cart .action .add-cart-button a .icon {
  background: none repeat scroll 0 0 #575757;
  color: #FFFFFF;
  height: 100%;
  left: 0;
  font-size: 13px;
  padding: 11px 0 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 35px;
}
.hot-deals .cart .action .add-cart-button a span {
  display: block;
  margin-left: 35px;
  overflow: hidden;
  padding: 8px 13px;
}
.hot-deals .cart .action .add-cart-button a:hover,
.hot-deals .cart .action .add-cart-button a:focus {
  background: #c6c6c6;
}
.breadcrumb {
  background: rgba(0, 0, 0, 0);
  padding: 0;
}
.breadcrumb ul {

  margin: auto;
  padding:8px 0 0px;
  text-align: left;
}
.breadcrumb ul li:after {
  color: #666666;
  content: "/";
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 12px;
  line-height: 24px;
  margin-left: 9px;
  margin-right: -4px;
  padding: 0px;
}
.breadcrumb ul li:last-child:after {
  content: "";
}
.breadcrumb ul li a {
  color: #666666;
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
}
.category-carousel {
  text-align: center;
  cursor: default;
}
.category-carousel .item {
  position: relative;
  margin-bottom:30px;
}
.category-carousel .item .caption {
  color: #636363;
  left: 12%;
  letter-spacing: -3px;
  position: absolute;
  top: 10%;
  z-index: 100;
  display: table-cell;
}
.category-carousel .item .caption .big-text {
  font-size: 100px;
  line-height: 145px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: #fdd922;
}
.category-carousel .item .caption .excerpt {
  font-size:36px;
  letter-spacing:normal;
  color: #fff;
}
.category-carousel .item .caption .excerpt-normal {
  font-size:14px;
  letter-spacing:normal;
  color: #fff;
  letter-spacing:0.5px
}


.category-carousel .item .owl-controls {
  display: inline-block;
  position: relative;
  margin-top: 40px;
}
.category-carousel .item .owl-controls .owl-prev,
.category-carousel .item .owl-controls .owl-next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  font-size: 21px;
  color: #FFF;
  background-color: #d3d3d3;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
}
.category-carousel .item .owl-controls .owl-prev {
  left: -35px;
}
.category-carousel .item .owl-controls .owl-next {
  right: -35px;
}
.category-carousel .item:hover .owl-prev {
  left: -40px;
  opacity: .25;
}
.category-carousel .item:hover .owl-next {
  right: -40px;
  opacity: .25;
}
.category-carousel .item:hover .owl-prev:hover,
.category-carousel .item:hover .owl-next:hover {
  opacity: 1;
}
.filters-container {
  padding: 15px 20px;
   background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
  padding-bottom:0px
}
.filters-container .nav-tabs.nav-tab-box {
  border: medium none;
  margin-top: 3px;
}
.filters-container .nav-tabs.nav-tab-box li {
  margin-right: 5px;
  padding: 0;
}
.filters-container .nav-tabs.nav-tab-box li a {
  background: none repeat scroll 0 0 #FFFFFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #666666;
  font-family: 'Open Sans', sans-serif, sans-serif;
  line-height: 18px;
  border: none !important;
  padding: 0px;
}
.filters-container .nav-tabs.nav-tab-box li a .icon {
  margin-right: 5px;
  color: #aaa;
}
.filters-container .lbl-cnt {
  color: #666666;
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 12px;
  line-height: 24px;
}
.filters-container .lbl-cnt .lbl {
  color: #666666;
  display: inline-block;
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 12px;
  line-height: 28px;
  margin-right: 10px;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .btn {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 4px 12px;
  background: #fff;
  font-size: 13px;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .btn .caret {
  margin-left: 13px;
  margin-top: -2px;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e1e1e1;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:hover,
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
}
.filters-container .pagination-container {
  margin-top: 4px;
  margin-bottom:20px;
}
.filters-container .pagination-container ul {
  margin: 0px;
}
.filters-container .pagination-container ul li.prev,
.filters-container .pagination-container ul li.next {
  background: none repeat scroll 0 0 #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.filters-container .pagination-container ul li.prev a,
.filters-container .pagination-container ul li.next a,
.filters-container .pagination-container ul li.prev a:hover,
.filters-container .pagination-container ul li.next a:hover,
.filters-container .pagination-container ul li.prev a:focus,
.filters-container .pagination-container ul li.next a:focus {
  color: #fff;
}
.filters-container .pagination-container ul li a {
  color: #666666;
  display: inline-block;
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 13px;
  line-height: 20px;
  padding: 0 3px;
}
.filters-container .pagination-container ul li.active a {

}
.search-result-container .category-product {

}
.search-result-container .category-product .product {
  margin-bottom: 0px;
}
.search-result-container .category-product .product .product-image .tag {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 10px;
    right: 14px;
    letter-spacing: 0.5px;
}
.category_heading.pro_list_header {
    padding-bottom: 0px;
    padding-top: 10px;
}


.search-result-container .category-product-inner .product-list.product {
  position: relative;
  margin-bottom: 30px;
}
.search-result-container .category-product-inner .product-list.product .product-info {
  padding:0px;
}
.search-result-container .category-product-inner .product-list.product .product-info .cart {
    margin-top: 20px;
    top: auto;
    bottom: 0px;
    opacity: 1;
    left: 0;
    position: relative;
  margin-left:0px
}

.search-result-container .category-product-inner .product-list.product .product-info .cart-btn {
    display: block;
    margin-right: 5px;
}

.search-result-container .category-product-inner .product-list.product .tag {
  position: absolute;
  right: 12px;
  top: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 10px;
    right: 14px;
    letter-spacing: 0.5px;
}
.product-list.product .product-info .name {
  font-size: 18px;
}
.product-list.product .product-info .description {
  line-height: 20px;
}

.nav-tabs {
    margin-top: 30px;
}

/*===================================================================================*/
/*  Product Detail
/*===================================================================================*/

.detail-block {
 background-color: #fff;
 box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
 padding: 20px;
 overflow:hidden

}

.single-product .product-info-block .name {margin-top:0px; font-weight:bold; letter-spacing:-1px}

.single-product .single-product-gallery {padding-bottom:30px}

.single-product .favorite-button .btn-primary {background:#ddd}

.single-product .gallery-holder #owl-single-product .single-product-gallery-item {
  border: 1px solid #e5e5e5;
}
.single-product .gallery-holder .gallery-thumbs {
  margin: 15px 0 0;
  position: relative;
  text-align: left;

}
.single-product .gallery-holder .gallery-thumbs .owl-item .item {
  margin-right: 10px;
  border: 1px solid #e5e5e5;
}

.single-product .product-info .rating-reviews .reviews .lnk {
  color: #aaaaaa;
}
.single-product .product-info .stock-container .stock-box .label {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
  color: #666666;
  padding: 0px;
  font-weight: normal;

}

.single-product .product-info .stock-container .stock-box p {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  color: #666666;
  padding: 0px;
  font-weight: normal;

}
.single-product .product-info .stock-container .stock-box h4 {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  color: #666666;
  padding: 0px;
  font-weight: normal;

}
.single-product .product-info .stock-container .stock-box .value {
  font-size: 15px;
  color: #f37216;
}
.single-product .product-info .description-container {
  line-height: 20px;
  color: #666666;
}
.single-product .product-info .price-container {
  border-bottom: 1px solid #F2F2F2;
  border-top: 1px solid #F2F2F2;
  margin-bottom: 0;
}
.single-product .product-info .price-container .price-box .price {
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
}
.single-product .product-info .price-container .price-box .price-strike {
  color: #aaa;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  text-decoration: line-through;
}
.single-product .product-info .quantity-container {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 0px;
}
.single-product .product-info .quantity-container .label {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 35px;
  text-transform: uppercase;
  color: #666666;
  padding: 0px;
  font-weight: normal;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input {
  display: inline-block;
  height: 35px;
  position: relative;
  width: 70px;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 100%;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow {
  box-sizing: border-box;
  display: block;
  text-align: center;
  width: 40px;
  cursor: pointer;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon {
  position: relative;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
  top: 5px;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
  top: -7px;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input input {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  font-size: 15px;
  height: 35px;
  left: 0;
  padding: 0 20px 0 18px;
  position: absolute;
  top: 0;
  width: 70px;
  z-index: 1;
}
.single-product .product-info .product-social-link .social-label {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  text-transform: uppercase;
}
.single-product .product-info .product-social-link .social-icons {
  display: inline-block;
}
.single-product .product-info .product-social-link .social-icons ul li a {
  color: #888888;
  font-size: 16px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  padding: 5px 6px;
}
.single-product .product-info .product-social-link .social-icons ul li a:hover,
.single-product .product-info .product-social-link .social-icons ul li a:focus {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
}
.single-product .product-tabs {
  margin-top: 30px;
   background-color: #fff;
 box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
 padding: 0px;
 overflow:hidden;
 margin-bottom:30px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li {
  float: none !important;

}
.single-product .nav-tabs {border:none}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a {
  border: none;
  color: #555;
  display: block;
  padding: 12px 13px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
  text-transform: uppercase;
  position: relative;
  font-weight:bold;
  letter-spacing:1px;
  background: #f8f8f8;
  border: 1px #fff solid;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:hover,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:focus {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:hover:before,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:focus:before {
  border-color: rgba(0, 0, 0, 0) #e0e0e0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  right: -10px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:hover:after,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:focus:after {
  border-style: solid;
  border-width: 7.5px 1px 7.5px 10px;
  content: "";
  height: 0;
  position: absolute;
  top: 20px;
  width: 0;
  right: -8px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li.active > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li.active > a:before {
  border-color: rgba(0, 0, 0, 0) #e0e0e0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  right: -10px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li.active > a:after {
  border-style: solid;
  border-width: 7.5px 1px 7.5px 10px;
  content: "";
  height: 0;
  position: absolute;
  top: 20px;
  width: 0;
  right: -8px;
}
.single-product .product-tabs .tab-content {
 padding-left:0px
}
.single-product .product-tabs .tab-content .tab-pane {
  padding: 24px;
}
.single-product .product-tabs .tab-content .tab-pane .text {
  line-height: 20px;
}

.single-product #owl-single-product-thumbnails .owl-controls {
  position: absolute;
  text-align: center;
  top: auto;
  width: 100%;
  margin-top: 20px;
}
.single-product #owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page {
  display: inline-block;
}
.single-product #owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span {
  background: none repeat scroll 0 0 #ddd;
  border: medium none;
  border-radius: 3px;
  display: block;
  height: 10px;
  margin: 0 2px;
  -webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
  width: 10px;
  cursor: pointer;
}
.single-product .sidebar .sidebar-module-container .sidebar-widget .section-title {
  margin-top: 0px;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder {
  background-color: #FFFFFF;
  height: 100%;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 50;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder.left {
  left: 0px;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder.right {
  right: 0;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn {
  left: 0;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:after {
  content: "\f104";
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn {
  right: 0px;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:after {
  content: "\f105";
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn {
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  height: 100%;
  position: absolute;
  vertical-align: top;
  width: 90%;
  z-index: 100;
  border: 1px solid #e5e5e5;
  color: #dadada;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:after,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:after {
  bottom: 0;
  font-family: fontawesome;
  font-size: 30px;
  height: 30px;
  left: 0;
  line-height: 30px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:hover,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:hover,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:focus,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:focus {
  background: #dadada;
  color: #fff;
}
.cnt-homepage .single-product .single-product-gallery .owl-item .single-product-gallery-item > a > img {
  display: block;
  width: 100%;
}
.cnt-homepage .single-product .single-product-gallery .owl-item .single-product-gallery-thumbs.gallery-thumbs .owl-item {
  margin-left: 10px;
}
.cnt-homepage .single-product .product-info-block label,
.cnt-homepage .single-product .product-info-block .label {
  font-size: 13px;
  font-weight: normal;
  line-height: 30px;
  color: #434343 !important;
}
.cnt-homepage .single-product .product-info-block .label {
  padding: 0px;
}
.cnt-homepage .single-product .product-info-block .cart {
  width: auto;
  left: 0;
  margin-top: -8px;
  padding: 0px;
}
.cnt-homepage .single-product .product-info-block .cart .action .left {
  padding: 2px 8px;
  margin-left: 5px;
}
.cnt-homepage .single-product .product-info-block .form-control .selectpicker {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f1f1f1;
  background: #fff;
  color: #b0b0b0;
}
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #f1f1f1;
}
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:hover,
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:focus {
  background: rgba(0, 0, 0, 0);
}
.cnt-homepage .single-product .product-info-block .txt.txt-qty {
  font-size: 15px;
  line-height: 18px;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 30px;
  padding: 5px 10px;
  text-align: center;
  width: 60px;
}
.cnt-homepage .single-product .product-info-block .stock-container .stock-box .label {
  color: #434343;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  padding: 0;
  text-transform: none;
}
.cnt-homepage .single-product .product-info-block .stock-container .stock-box .value {
  font-size: 13px;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li {
  margin-right: 10px;
  padding: 0;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a {
  border: 2px solid #e1e1e1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 4px;
  padding-top: 4px;
  text-transform: uppercase;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:hover,
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:focus {
  color: #fff;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li.active a {
  color: #fff;
}
.cnt-homepage .single-product .product-tabs .tab-content {
  border: none;
}
.cnt-homepage .single-product .product-tabs .tab-content .tab-pane {
  padding: 0px;
}
.cnt-homepage .single-product .product-tabs .tab-content .tab-pane .product-tab .text {
  font-size: 13px;
  line-height: 22px;
}
.single-product .second-gallery-thumb.gallery-thumbs {
  padding: 0 40px;
}
.single-product .second-gallery-thumb.gallery-thumbs #owl-single-product2-thumbnails .owl-wrapper-outer {
  margin-left: 5px;
}
.product-tabs .tab-content .tab-pane .product-reviews .title {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 10px;
  font-family: 'Open Sans', sans-serif;

}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif, sans-serif;
  text-transform: none;
  background:#f8f8f8;
  padding:20px
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title {
  margin-bottom: 5px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .summary {
  color: #666666;
  font-size: 14px;
  font-weight: normal;
  margin-right: 10px;
  font-style:italic

}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date {
  font-size: 12px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date span {
  margin-left: 5px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .text {
  line-height: 18px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .author span {
  margin-left: 5px;
}
.product-tabs .tab-content .tab-pane .product-add-review .title {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 10px;
  font-family: 'Open Sans', sans-serif;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-table .table thead th {
    font-weight: normal;
    border-bottom-width: 1px;
    text-align: center;
    vertical-align: middle;
    background: #f8f8f8;
  border:none
}
.product-tabs .tab-content .tab-pane .product-add-review .review-table .table tbody tr td {
  text-align: center;
  vertical-align: middle;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-table .table tbody tr td input {
  float: none;
  margin: auto;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-form label {
  font-weight: normal;
  font-size: 13px;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-form label .astk {
  color: #FF0000;
  font-size: 12px;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-form .txt {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-tabs .tab-content .tab-pane .product-tag .title {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 20px;
  font-family: 'Open Sans', sans-serif;
}
.product-tabs .tab-content .tab-pane .product-tag .form-group label {
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  margin-right: 10px;
}
.product-tabs .tab-content .tab-pane .product-tag .form-group .txt {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-tabs .tab-content .tab-pane .product-tag .form-group .text {
  margin-left: 90px;
}
.furniture-container .product {
  position: relative;
}
.furniture-container .product .btn-primary {
  font-size: 15px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  background: #cbc9c9;
  text-transform: uppercase;
  border: none;
  color: #fff;
}
.furniture-container .product .btn-primary:hover,
.furniture-container .product .btn-primary:focus {
  border: none;
}
.furniture-container .best-seller .product .product-info .name,
.furniture-container .special-offer .product .product-info .name {
  margin-top: 4px;
}
.furniture-container .cart {
  margin-top: 5px;
  opacity: 1;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
  z-index: 666;
  left: 0px;
}
.furniture-container .cart .action {
  float: left;
}
.furniture-container .cart .action .add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #575757 ;
}
.furniture-container .cart .action.lnk {
  margin: 10px 0px;
}
.furniture-container .cart .action.lnk a {
  padding: 0 10px;
  color: #dadada;
}
.furniture-container .cart .action.lnk.wishlist {
  border-right: 1px solid #dadada;
}
.homepage-container .product {
  position: relative;
}
.homepage-container .product .product-image .tag {
  font-size: 15px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  text-transform: uppercase;
  top: 2.5%;
  z-index: 100;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  right: 25px;
  /*11px;*/
  text-align: center;
  position: absolute;
}
.homepage-container .product .product-image .tag span {
  position: relative;
  z-index: 100;
  line-height: 48px;
}
.homepage-container .product .product-image .tag.new {
  background: #46aad7;
}
.homepage-container .product .product-image .tag.hot {
  background: #ff7878;
}
.homepage-container .product .product-info .name {
  font-size: 18px !important;
  font-family: 'Open Sans', sans-serif;
}
.homepage-container .product .product-info .name a {
  color: #555;
}
.homepage-container .product .product-info .star-rating .color {
  color: #ffb400;
}
.homepage-container .product .product-info .product-price .price {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  margin-right: 8px;
}
.homepage-container .product .product-info .product-price .price-before-discount {
  text-decoration: line-through;
  color: #d3d3d3;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
}
.homepage-container .product .cart {
  margin-top: 5px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
  z-index: 666;
  left: 0px;
  opacity: 1;
}
.homepage-container .product .cart .action {
  float: left;
}
.homepage-container .product .cart .action .add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #575757 ;
}
.homepage-container .product .cart .action.lnk {
  margin: 10px 0px;
}
.homepage-container .product .cart .action.lnk a {
  padding: 0 10px;
  color: #dadada;
}
.homepage-container .product .cart .action.lnk.wishlist {
  border-right: 1px solid #dadada;
}
.homepage-container .featured-product .products .product:first-child {
  margin-bottom: 30px;
}
.homepage-container .blog-slider-container .blog-slider .blog-post-info .name {
  font-size: 18px;
}
.homepage-container .btn-primary {
  font-size: 15px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  background: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  border: 2px solid #f2f2f2;
  color: #747474;
}
.homepage-container .btn-primary:hover,
.homepage-container .btn-primary:focus {
  color: #fff;
}
.homepage-container .best-seller .product .product-info .name,
.homepage-container .special-offer .product .product-info .name {
  margin-top: 4px;
}
.homepage-container .cart {
  margin-top: 5px;
  opacity: 1;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
  z-index: 666;
  left: 0px;
}
.homepage-container .cart .action .add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #575757 ;
}
.wrapper .box {
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
.wrapper .box .wrapper-inner {
  background: none repeat scroll 0 0 #FFFFFF;
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag {
  font-size: 15px;
  font-weight: 700;
  line-height: 55px;
  width: 55px;
  height: 55px;
  text-transform: uppercase;
  top: 2.5%;
  z-index: 100;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  right: 25px;
  /*11px;*/
  text-align: center;
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag span {
  position: relative;
  z-index: 100;
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.new {
  background: #46aad7;
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.sale {
  background: #989898;
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.hot {
  background: #ff7878;
}
/*===================================================================================*/
/*  Responsive Layout
/*===================================================================================*/

@media (min-width: 320px) and (max-width: 480px) {
.top-bar .cnt-block {float:none}
.top-cart-row .dropdown-cart .lnk-cart {display:block;}
.top-cart-row {padding-left:0px}
.top-cart-row .dropdown-cart {
    float: none;
}
#owl-main .item .caption .big-text {font-size:24px; line-height: normal}
#owl-main .item .caption {left:0px}
#owl-main {height:100%}
#owl-main .item {height:150px}
#owl-main .item .caption .button-holder {margin:0px}
#hero .btn-primary {padding:5px 10px; font-size:12px; line-height:normal; margin-top:8px}

}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .navbar-toggle {float:left; border:none}
  .navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
  .navbar-collapse {box-shadow:none; border:none; padding-right: 15px; padding-left: 15px;}
  .header-style-1 .header-nav .navbar-default .navbar-collapse {padding-right: 15px; padding-left: 15px;}
  .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {border:none}
  .mega-menu img {width:100%}
  .yamm .dropdown-menu .yamm-content .col-menu {margin-bottom:15px}


  .top-bar .header-top-inner {
    text-align: center;
  }
  .top-bar .header-top-inner .cnt-account {
    clear: both;
    display: inline-block;
    float: none;
    margin: auto;
    text-align: center;
  }
  .top-bar .header-top-inner .cnt-account li {
    margin-bottom: 8px;
    padding: 0 4px;
  }
  .top-bar .header-top-inner .cnt-block .list-inline li {
    margin:0px 0;
  }
  .main-header .logo-holder {
    text-align: center;
    margin-bottom: 20px;
  }
  .main-header .top-search-holder .contact-row {
    margin-bottom: 20px;
    text-align: center;
  }
  .main-header .top-search-holder .contact-row .phone,
  .main-header .top-search-holder .contact-row .contact {
    margin: 0 0 5px;
    padding-right: 0px;
    border-right: none;
    display: block;
  }
  .main-header .top-search-holder .search-area .categories-filter {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
  .main-header .top-search-holder .search-area .search-button {
    padding: 7px 10px;
  }
  .main-header .top-search-holder .search-area{
        margin: 11px 0 0px;
  }

  .sidebar .side-menu nav .nav > li > .mega-menu {
    left: 0px;
    min-width: 100%;
    top: 100%!important;
  }
  .logo-slider-inner .item {
    text-align: center;
  }
  .filters-container .filter-tabs,
  .filters-container .lbl-cnt,
  .filters-container .pagination-container {
    margin-bottom: 10px;
  }
  .homepage-container .wide-banners .wide-banner {
    margin-bottom: 10px;
  }
  .cnt-homepage .wrapper .box {
    padding: 0 10px;
  }
  #owl-main .item .caption {
    padding: 0 22px;
  }
  .wide-banners .wide-banner:first-child {
    margin-bottom: 10px;
  }
  .product .product-image .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .header-nav .yamm .dropdown-menu {
    background: #fff;
  }
  .body-content .sidebar {
    margin-bottom: 30px;
  }
  .filters-container .no-padding {
    padding: 0px;
  }
  .search-result-container .category-product-inner .product-list.product .product-info {
    padding: 0px;
  }
  .search-result-container .category-product-inner .product-list.product .product-info .cart {
    margin-bottom: 20px;
  }
  .single-product .gallery-holder {
    margin-bottom: 30px;
  }
  .single-product .product-info-block {
    clear: both;
  }
  .yamm .dropdown-menu.pages {
    padding: 10px 37px;
  }
  .hot-deal-wrapper .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .seller-product .products .product .product-info .name {
    font-size: 15px;
    margin-top: 0px !important;
  }
  .cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a {
    font-size: 16px;
  }
  .cnt-homepage .header-nav .yamm .navbar-header {
    border: 1px solid #f1f1f1;
  }
  .info-boxes .info-box {
    margin-bottom: 10px;
  }
  .cnt-homepage .single-product .product-info-block .cart {
    margin-top: 10px;
    padding: 0 15px;
  }
  .product-comparison .compare-table tr td .product .product-image .image img {
    width: auto;
  }

.hot-deals .products {margin-right:15px}

.copyright-bar .payment-methods {text-align:left; margin-top:10px}
.single-product  .home-banner {display:none}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .top-bar .cnt-account ul > li {
        padding: 3px 5px 3px 5px;
  }
  .sidebar .side-menu nav .nav > li > .mega-menu {
    min-width: 100%;
    left: 0px;
  top:100%!important
  }
  .logo-slider-inner .item {
    text-align: center;
  }
  .filters-container .filter-tabs,
  .filters-container .lbl-cnt,
  .filters-container .pagination-container {
    margin-bottom: 10px;
  }
  .filters-container .pagination-container {
    float: left;
  }
  .homepage-container .wide-banners .wide-banner {
    margin-bottom: 10px;
  }
  .cnt-homepage .wrapper .box {
    padding: 0 15px;
  }
  .cnt-homepage .container {
    width: 100%;
  }
  /*.body-content .sidebar {
    margin-bottom: 30px;
  }*/
  .product .product-image .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .blog-slider .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .owl-item {
    padding: 10px;
  }
  #owl-main .owl-item {
    padding: 0px;
  }
  .wide-banners .wide-banner:first-child {
    margin-bottom: 10px;
  }
  .filters-container .no-padding {
    padding: 0px;
  }
  .search-result-container .category-product-inner .product-list.product .product-info {
    padding: 0px;
  }
  .hot-deal-wrapper .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .main-header .logo-holder {
    text-align: center;
    margin: 5px 0;
  }
  .main-header .contact-row {
    text-align: center;
  }
  .special-menu {display:none!important}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .main-header .top-search-holder .search-area .control-group {
    position: relative;
  }
  .main-header .top-search-holder .search-area .control-group .search-button {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .category-carousel .item {
    height: auto;
  }
  .filters-container .nav-tabs.nav-tab-box li {
    margin-right: 3px;
  }
  .filters-container .lbl-cnt .lbl {
    margin-right: -1px;
  }
  .cnt-homepage .single-product .product-info-block .cart {
    clear: both;
    margin-top: 20px;
  }
  .shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
    font-size: 16px !important;
  }
  .shopping-cart .cart-shopping-total table thead tr th .cart-sub-total,
  .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
    font-size: 16px !important;
  }
  .wrapper .box .wrapper-inner .container {
    width: auto !important;
  }

    .special-menu {display:none!important}
  .home-banner img {width:100%}
}
/* Large devices (large desktops, 1200px and up) */

.blog-page .blog-post {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
}

.blog-page .blog-post h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight:bold;

}
.blog-page .blog-post h1 a {
  color: #555;
}

.blog-page .tab-content .blog-post {padding:0px 0px 25px 0px!important; box-shadow:none!important}

.blog-page .blog-post span {
  padding-right: 20px;
  color: #aaa;
  font-size: 13px;
}
.blog-page .blog-post p {
  padding-top: 16px;
  font-size: 13px;
  color: #666666;
  margin-bottom: 0px;
}
.blog-page .blog-post a {
  margin-top: 20px;
}
.blog-page .blog-post .blog-pagination .pagination {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.blog-page .blog-post .social-media {
  margin-top: 20px;
  margin-bottom: 30px;
}
.blog-page .blog-post .social-media span {
  font-size: 13px;
   color: #434343;
}
.blog-page .blog-post .social-media a {
  font-size: 18px;
  margin: 0px 10px 0px 0px;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #888888;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;

}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a {
  color: #555;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post span {
  padding-right: 10px;
  color: #aaa;
  font-size: 12px;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post p {
  padding-top: 10px;
  font-size: 13px;
  color: #666666;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs {
  border-bottom: none;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li {
  text-transform: uppercase;
  color: #666666;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  border: none;
  letter-spacing:1px
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li:first-child > a {
  padding-right: 10px;
  border-right: 1px solid #d4d4d4;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li:last-child > a {
  padding-left: 10px;
  letter-spacing:0.5px
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav > li > a {
  padding: 0px;
  color: #666666;
}
.blog-page .sidebar .sidebar-module-container .search-area .search-button:after {
  content: "\f002";
  font-family: fontawesome;
  font-size: 13px;
  position: absolute;
  top: 14px;
  right: 30px;
  background-color: #fff;
  padding-left: 10px;
}
.blog-page .sidebar .sidebar-module-container .search-area input {
  font-size: 12px;
  color: #9e9e9e;
  padding: 14px;
  border: 1px solid #e1e1e1;
  width: 100%;
  position: relative;
}
.blog-page .blog-pagination {
  border-top: 1px solid #ececec;
}
.blog-page .blog-pagination .pagination > li:first-child > a {
  margin-right: 10px;
}
.blog-page .blog-pagination .pagination > li:last-child > a {
  margin-left: 2px;
}
.blog-page .side-bar-blog .widget .categories .side-bar-title h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #555;
  padding-bottom: 8px;
  border-bottom: 1px solid #e3e3e3;
  margin: 0px;
}
.blog-page .blog-post-author-details {
  padding: 40px 0px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
}

.blog-review {
   background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;}

.blog-write-comment {
   background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;}

.blog-page .blog-post-author-details .author-social-network {
  display: inline-block;
}
.blog-page .blog-post-author-details .author-social-network button {
  background-color: #fff;
  border: 1px solid #e3e3e3;
}
.blog-page .blog-post-author-details .author-social-network button .twitter-icon {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  height: 26px;
  width: 26px;
  text-align: center;
  display: inline-block;
  margin: 6px;
  line-height: 26px;
}
.blog-page .blog-post-author-details .author-social-network > span {
  font-size: 13px;
  color: #434343;
  text-transform: uppercase;
  margin-right: 16px;
}
.blog-page .blog-post-author-details .author-social-network .caret {
  color: #e3e3e3;
}
.blog-page .blog-post-author-details .btn-group.open .dropdown-toggle {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blog-page .blog-post-author-details img {
  float: left;
}
.blog-page .blog-post-author-details .author-job {
  display: block;
  padding: 0px;
  color: #aaa;
  font-size: 12px;
}
.blog-page .blog-post-author-details h4 {
  display: inline-block;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #555;
  margin: 0px;
}
.blog-page .blog-post-author-details p {
  font-size: 13px;
  color: #666666;
  padding: 16px 0px 0px 0px;
  text-align: justify;
}
.blog-page .blog-review .title-review-comments {
  font-size: 16px;
  color: #555;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 40px;

}
.blog-page .blog-review p {
  font-size: 13px;
  color: #666666;

}
.blog-page .blog-review .review-action {
  font-size: 12px;
  color: #666666;
}
.blog-page .blog-review .post-load-more {
  text-align: center;
  padding-bottom: 10px;
}
.blog-page .blog-post .author:before,
.blog-page .blog-post .review:before,
.blog-page .blog-post .date-time:before {
  color: #666666;
  font-size: 13px;
  padding-right: 4px;
  font-family: FontAwesome;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .author:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .review:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .date-time:before {
  color: #666666;
  font-size: 13px;
  padding-right: 4px;
  ont-family: FontAwesome;
}
.blog-page .blog-post .author:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .author:before {
  content: "\f007";
}
.blog-page .blog-post .review:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .review:before {
  content: "\f086";
}
.blog-page .blog-post .date-time:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .date-time:before {
  content: "\f073";
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:focus {
  background-color: #fff;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav > li > a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav > li > a:focus {
  background-color: #fff;
}
.blog-page .blog-post .social-media a:hover,
.blog-page .blog-post .social-media a:focus {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
}
.blog-page .blog-post .social-media i,
.blog-page .blog-post-author-details .author-social-network button a i {
  padding-top: 6px;
}
.blog-page .blog-review h4,
.blog-page .blog-write-comment h4,
.contact-page .contact-title h4 {
  font-size: 14px;
  color: #555;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
}
.blog-page .blog-review .review-action a:hover,
.blog-page .blog-review .review-action a:focus {
  text-decoration: underline;
}
.blog-page .blog-review .blog-comments,
.blog-page .blog-review .blog-sub-comments {
  border-bottom: 1px solid #e3e3e3;
}
.blog-page .blog-post-author-details .author-social-network .dropdown-menu {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a .icon {
  margin-right: 5px;
}
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:hover,
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:focus {
  background: rgba(0, 0, 0, 0);
}

/*===================================================================================*/
/* Checkout
/*===================================================================================*/
.checkout-box .checkout-steps .panel-default    {
  background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group .info-title {
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 13px;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login .forgot-password {
  padding-top: 14px;
  display: inline-block;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a {
  font-size: 13px;
  color: #666666;
  text-decoration: underline;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login button {
  margin-top: 15px;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title {
  margin: 0px !important;
  font-size: 13px;
  font-weight: bold;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a {
  color: #555;
  text-transform: uppercase;
  display: block;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a span {
  background-color: #84c225;
  color: #fff !important;
  display: inline-block;
  margin-right: 10px;
  padding: 15px 20px;
  border-right: solid 5px #fff;
}
.checkout-box .checkout-steps .checkout-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #434343;
  margin-right: 12px;
}
.checkout-box .checkout-steps .panel-body {
  padding: 20px;
  border:none
}

.panel-group .panel-heading+.panel-collapse>.panel-body {border:none}

.checkout-box .checkout-steps .guest-login form .radio-checkout-unicase .guest-check {
  margin-bottom: 6px;
}
.checkout-box .checkout-steps .guest-login ul .save-time-reg {
  padding-bottom: 4px;
}
.checkout-box .panel-group .panel {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
      background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
  border:none
}
.checkout-box .checkout-progress-sidebar .panel-body ul li a {
  color: #666666;
}
.checkout-box .checkout-progress-sidebar .panel .panel-heading {
  padding: 27px 30px;
  border-bottom: 1px solid #ddd;
}
.checkout-box .checkout-progress-sidebar .panel .panel-heading h4 {
      margin: 0px;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 14px;
    margin-bottom: 10px;
}
.checkout-box .checkout-steps .checkout-step-01 .guest-login form .radio input[type="radio"],
.checkout-box .checkout-steps form .radio-inline input[type="radio"],
.checkout-box .checkout-steps form .checkbox input[type="checkbox"],
.checkout-box .checkout-steps form .checkbox-inline input[type="checkbox"] {
  margin-left: 0px;
}
.checkout-box .checkout-steps .panel .panel-heading,
.checkout-box .checkout-progress-sidebar .panel .panel-heading {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  padding:0px;
  border:none
}
.checkout-box .checkout-steps .guest-login .title-tag-line,
.checkout-box .checkout-steps .already-registered-login .title-tag-line {
  margin-bottom: 15px;
  font-size: 13px;
}
.checkout-box .checkout-steps .guest-login form .radio-checkout-unicase,
.checkout-box .checkout-steps .guest-login ul {
  padding-left: 10px;
  font-size: 13px;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:hover,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:focus,
.checkout-box .checkout-progress-sidebar .panel-body ul li a:hover {
  background-color: rgba(0, 0, 0, 0);
}

.checkout-progress-sidebar .nav>li>a {padding: 10px 0px;}
.checkout-progress-sidebar .nav>li>a:hover, .nav>li>a:focus {background:none}

/*===================================================================================*/
/*  Contact Us
/*===================================================================================*/

.contact-page {
   background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
  overflow:hidden}

.contact-page .contact-map iframe {
  height: 400px;
  width: 100%;
}
.contact-page .contact-info {
  font-size: 13px;
  color: #666;
}
.contact-page .contact-info .contact-i {
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  margin-right: 16px;
  float: left;
}
.contact-page .contact-info .contact-i i {
  padding-top: 8px;
  font-size: 14px;
}
.contact-page .contact-info .contact-span {
  display: block;
}
.contact-page .contact-title h4 {
  margin-bottom: 30px;
}
.contact-page .contact-info .address,
.contact-page .contact-info .phone-no {
  margin-bottom: 10px;
}


/*===================================================================================*/
/*  Shopping Cart
/*===================================================================================*/

.shopping-cart {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px 0px;
  overflow:hidden
}

.shopping-cart .shopping-cart-table {
  margin-bottom: 50px;
}
.shopping-cart .shopping-cart-table table {
  margin-bottom: 0px !important;
}
.shopping-cart .shopping-cart-table table tbody tr td {
  vertical-align: middle;
}

.shopping-cart .cart-image img {
 width:150px
}

.cart-shopping-total {background:#f8f8f8; float: right; margin-top: -150px;}

.shopping-cart .shopping-cart-table table tbody tr .romove-item a {
  font-size: 18px;
  color: #f40b0b;
}
.shopping-cart .shopping-cart-table table tbody tr .romove-item a:hover,
.shopping-cart .shopping-cart-table table tbody tr .romove-item a:focus {
  /* color: #ff000 !important; */
}
.shopping-cart .shopping-cart-table table tbody tr .cart-image .entry-thumbnail {
  display: block;
  text-align: center;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info {
  vertical-align: middle !important;
      text-align: center;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;

}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
  color: #555;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .reviews {
  font-size: 11px;
  color: #aaa;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info {
  margin-top: 10px;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 12px;
  text-transform: lowercase;
  margin-left: 14px;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a {
  color: #666666;
  text-decoration: underline;
}
.shopping-cart .shopping-cart-table .table > thead > tr > th {
  text-align: center;
  padding: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
      border: solid 1px #3f5c12;
          background: #84c225;
}
.shopping-cart .shopping-cart-table .shopping-cart-btn span {
  padding: 20px 0px;
  display: block;
}
.shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #555;
  margin-bottom: 2px;
  margin-top: 0px;
  display: block;
}
.shopping-cart .estimate-ship-tax table thead tr th p {
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 13px;
  color: #666666;
  font-weight: normal;
  margin-bottom: 0px;
}
.shopping-cart .estimate-ship-tax table thead tr > th {
  padding: 24px 10px 20px 10px;
}
.shopping-cart .estimate-ship-tax table tbody tr > td {
  padding: 24px 10px !important;
}
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .selectpicker {
  background: #fff;
  color: #999;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee;
}
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover,
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
  background: rgba(0, 0, 0, 0);
}
.shopping-cart .cart-shopping-total table thead tr th {
  background-color: #fafafa;
  text-align: right;
  padding: 24px 50px;

}
.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
  color: #555;
  margin-bottom: 7px;
}
.shopping-cart .cart-shopping-total table tbody tr td {
  padding: 24px 50px;
}
.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
  float: right !important;
  margin-bottom: 8px;
}
.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn span {
  display: block;
  font-weight: normal;
  color: #666666;
}
.shopping-cart .shopping-cart-table table tbody tr .romove-item,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-quantity {
  text-align: center;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total span,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #555;
  text-transform: uppercase;
}
.shopping-cart .estimate-ship-tax table tbody tr td .form-group label,
.shopping-cart .estimate-ship-tax table tbody tr td .form-group input,
.blog-page .blog-write-comment .form-group label,
.blog-page .blog-write-comment .form-group input,
.contact-page .contact-form form label,
.contact-page .contact-form form input {
  font-size: 13px;
  font-weight: normal;
  color: #999;
}
.shopping-cart .estimate-ship-tax table tbody tr td .form-group label span,
.blog-page .blog-write-comment label span,
.contact-page .contact-form form label span,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group label span {
  color: red;
}
.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total,
.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.shopping-cart-table table tbody tr td .quant-input {
  display: inline-block;
  height: 35px;
  position: relative;
  width: 70px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 40px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
  top: 5px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
  top: -7px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon {
  position: relative;
}
.shopping-cart-table table tbody tr td .quant-input input {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  font-size: 15px;
  height: 35px;
  left: 0;
  padding: 0 20px 0 18px;
  position: absolute;
  top: 0;
  width: 70px;
  z-index: 1;
}

.checkout-btn { background:#84c225; color:#fff; padding: 10px 18px;}


.product-comparison .page-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 40px;
}

.product-comparison img  {width:150px!important}

.product-comparison .compare-table tr th {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  padding: 18px 25px;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
}
.product-comparison .compare-table tr td {
  padding: 18px 30px;
  border: 1px solid #e5e5e5;
}
.product-comparison .compare-table tr td .product {
  margin-bottom: 15px;
  margin-top: 40px;
}
.product-comparison .compare-table tr td .product .product-image .image a {
  display: block;
  text-align: left;
}
.product-comparison .compare-table tr td .product-price .price {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  margin-right: 8px;
}
.product-comparison .compare-table tr td .product-price .price-before-discount {
  color: #D3D3D3;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: line-through;
}
.product-comparison .compare-table tr td .text {
  font-size: 14px;
  line-height: 22px;
}
.product-comparison .compare-table tr td .in-stock {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0px;
}
.product-comparison .compare-table tr td .remove-icon {
  color: #666666;
}
.product-comparison .compare-table tr td .remove-icon:hover,
.product-comparison .compare-table tr td .remove-icon:focus {
  color: #ff6666;
}
.body-content .x-page .x-text h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 200px;
  font-weight:bold
}
.body-content .x-page .x-text p {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
}
.body-content .x-page .x-text .le-button {
  border-radius: 0 3px 3px 0;
  margin: 0 0 0 -5px;
  padding: 19px 23px 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 10px;
  border: medium none;
  color: #333;
  background:#fdd922
}
.body-content .x-page .x-text form input {
  border: 1px solid #e0e0e0;
  border-radius: 3px 0 0 3px;
  color: #3d3d3d;
  padding: 13px;
  font-size: 15px;
  width: 40%;
}
.body-content .x-page .x-text a {
  font-size: 15px;
}
.body-content .x-page .x-text a i {
  padding-right: 2px;
}

/*===================================================================================*/
/*  Terms and Condition/track orders/
/*===================================================================================*/

.terms-conditions-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    overflow: hidden;
}

.body-content .terms-conditions-page .terms-conditions h2,
.body-content .faq-page h2,
.body-content .track-order-page h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #555;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.body-content .terms-conditions-page .terms-conditions h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
    font-weight: bold;
}
.body-content .terms-conditions-page .terms-conditions ol {
  padding-left: 22px;
}
.body-content .terms-conditions-page .terms-conditions ol li {
  font-style: normal;
  font-size: 13px;
  color: #666;
  padding-bottom: 20px;
}
.body-content .terms-conditions-page .terms-conditions p {
  font-size: 15px;
}
.body-content .terms-conditions-page .terms-conditions h2,
.body-content .terms-conditions-page .terms-conditions span,
.body-content .track-order-page span {
  text-align: left;
}

.track-order-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    overflow: hidden;
}

.product-comparison {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    overflow: hidden;
}

.faq-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    overflow: hidden;
}

.faq-page .panel-group .panel {padding:0px; box-shadow:none}


.body-content .terms-conditions-page .terms-conditions span,
.body-content .faq-page .title-tag,
.body-content .track-order-page span {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #666;
}
.body-content .faq-page .title-tag {
  text-align: left;
  padding-bottom: 30px;
}
.body-content .track-order-page .register-form label {
  font-weight: 400;
  font-size: 14px;
}
.body-content .track-order-page .register-form .form-group {
  margin-bottom: 25px;
}


/*===================================================================================*/
/*  Wishlist
/*===================================================================================*/

.my-wishlist-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    overflow: hidden;
}

.heading-title {
  text-align: left!important;
    text-transform: none!important;
    padding: 0px 0px 15px 0px!important;
    font-weight: bold!important;
    font-size: 22px!important;
    border-bottom: 1px #e5e5e5 solid!important;}

.body-content .my-wishlist-page .my-wishlist table > thead > tr > th {
  text-align: center;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border: none;
  font-weight: 400;
}

.body-content .my-wishlist-page img {width:100%}
.body-content .my-wishlist-page .my-wishlist table tbody tr:nth-child(even) {
  border-top: 1px solid #ddd;
}
.body-content .my-wishlist-page .my-wishlist table tbody .product-name {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 6px;
}
.body-content .my-wishlist-page .my-wishlist table tbody .product-name a {
  color: #434343;
}
.body-content .my-wishlist-page .my-wishlist table tbody .rating span {
  font-size: 11px;
  color: #aaa;
  padding-left: 10px;
}
.body-content .my-wishlist-page .my-wishlist table tbody .rating .rate {
  color: #ffb400;
}
.body-content .my-wishlist-page .my-wishlist table tbody .rating .non-rate {
  color: #dcdcdc;
}
.body-content .my-wishlist-page .my-wishlist table tbody .price {
  font-size: 16px;
  padding-top: 4px;
  font-weight: bold;
}
.body-content .my-wishlist-page .my-wishlist table tbody .price span {
  font-size: 15px;
  color: #ddd;
  text-decoration: line-through;
  padding-left: 10px;
}
.body-content .my-wishlist-page .my-wishlist table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
  border: none;
  padding: 30px;
}
.body-content .my-wishlist-page .my-wishlist table tbody .close-btn a,
.body-content .my-wishlist-page .my-wishlist table tbody .close-btn a:hover {
  color: #ff7878;
  font-size: 15px;
}

/*===================================================================================*/
/*  Signup and login
/*===================================================================================*/

.sign-in-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    overflow: hidden;
}

.body-content .sign-in-page .sign-in h4,
.body-content .sign-in-page .create-new-account h4 {
  font-size:18px;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 14px;
  border-bottom: 1px solid #ddd;

}
.body-content .sign-in-page .sign-in p,
.body-content .sign-in-page .create-new-account p {
  font-size: 15px;
  color: #666;
}
.body-content .sign-in-page .sign-in .social-sign-in a,
.body-content .sign-in-page .sign-in .social-sign-in a:hover,
.body-content .sign-in-page .sign-in .social-sign-in a:focus {
  border-radius: 3px;
  padding: 14px 30px;
  font-size: 15px;
  display: inline-block;
  color: #fff;
  text-align: center;
}
.body-content .sign-in-page .sign-in .social-sign-in a i {
  padding-right: 6px;
}
.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in {
  background-color: #3d5c98;
  margin-right: 10px;
}
.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in:hover,
.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in:focus {
  background-color: #153470;
}
.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in {
  background-color: #22aadf;
}
.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in:hover,
.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in:focus {
  background-color: #0084B9;
}
.body-content .sign-in-page .create-new-account > span {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 14px;
  text-transform: uppercase;
  display: inline-block;
}
.body-content .sign-in-page .create-new-account .checkbox label {
  margin-bottom: 10px;
  font-size: 16px;
}
.body-content .sign-in-page form .form-group span {
  color: red;
}
.body-content .sign-in-page .register-form label {
  font-size: 14px;
  font-weight: 400;
}
.body-content .sign-in-page .register-form .form-group {
  margin-bottom: 25px;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -5px;

}
.tooltip-inner {
font-family: 'Open Sans', sans-serif;
border-radius:2px;
min-width:70px;
z-index:10000


}

/*===================================================================================*/
/*  Testimonials
/*===================================================================================*/

.avatar  {margin-top:10px; text-align:center; overflow:hidden; margin-bottom:10px}
.avatar img  {border-radius:0px; margin-bottom:10px; width:auto; display:inline-block; width:110px }
.testimonials {color:#333;font-size:13px; margin-bottom:15px; letter-spacing:0.5px; text-align:center}
.clients_author {font-size:14px; font-weight:bold; color:#333;  letter-spacing:0.5px; display:block; text-align:center}
.clients_author span{font-size:13px; font-weight:normal; color:#999; display:block;}
.testimonials-section .bx-wrapper .bx-pager {padding-top: 30px;}
.testimonials-section .bx-wrapper {margin: 0 0 50px;}
.testimonials-section em {font-size:30px; font-style:normal; vertical-align:top; display:inline-block; line-height:5px; margin-top:15px;     font-family: Arial, Helvetica, sans-serif;}

/*===================================================================================*/
/*  LHS banners
/*===================================================================================*/

.home-banner {
    margin-top: 30px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
  }

  .logo-img {
    width: 80px;
    padding-bottom: 6px;
}

  .cat-bx{
    width: 100%;
  }

  .img{
    width: 100%;
    height: 100%;
  }


 .banner-box2 a {
    position: relative;
    display: block;
}

.banner-box2 a:before {
    background-color:rgba(0, 0, 0, 0.1);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s ease-in 0s;
    transition: all .5s ease-in 0s;
    width: 0;
}

.banner-box2 a:after {
    background-color:rgba(0, 0, 0, 0.1);
    bottom: 0;
    content: "";
    height: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    -webkit-transition: all .5s ease-in 0s;
    transition: all .5s ease-in 0s;
    width: 0;
}

.banner-box2 a:hover:before, .banner-box2 a:hover:after {
    height: 100%;
    width: 100%;
}
.fcatagori{
  position: absolute;
  top: 20%;
  left: 8%;
  color:#fff;
  z-index: 9999;

}

.fcatagori span{
  color:#84c225;
  font-weight: 800;
}

.img{
  width: 100%;
  height: 100%;
}

.fc{
  text-align: center;
}
.fc h6:hover{
  color: #84c225;

}


.control-group{
  background: #f6f6f6;
}

.service-footer {
    border: 1px solid #e5e5e5;
    margin-bottom: 27px;
    padding: 0 15px;
    position: relative;
    background: #fff;
}


.service-footer::before {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 33.33%;
    position: absolute;
    top: 0;
    width: 1px;
}




.service-icon {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100px;
        margin-top: 20px;
}

.wobble-horizontal {
    display: inline-block;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.service-info {
    display: inline-block;
    max-width: 220px;
    padding-right: 15px;
    padding-top: 15px;
    vertical-align: top;
}


.service-info .title14 {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 18px;
}

.service-info > p {
    color: #555;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.service-info ul li {
    margin-bottom: 5px;
}

.service-info ul li a {
    color: #999;
    display: block;
    padding-left: 23px;
    position: relative;
}

.service-info ul li a::before {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0;
        color: red;
}


.item-service-footer {
    /*margin: 0 -15px;*/
    padding: 30px 0;

}

.bod-ri{
  border-right: 1px solid #e5e5e5;
}

#social-icon{
  width: 100%;
}

#social-icon .link1{
  margin: 0px;
  padding: 0px;
}


#social-icon .link1 li{
  list-style: none;
  display: inline-block;
  padding: 5px;
}

#social-icon .link1 li a {
    color: #898989;
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #898989;
    padding: 6px;
    line-height: inherit;
    margin-left: 0;
}

#social-icon .link1 li a:hover{
      border: solid 1px #f37216;
    background: #f37216;
  color: #fff;
}

#social-icon .link1 li a::before {
    content: "";
    font-family: inherit;
    position: inherit;
    margin-left: 0;
}


#text-al{
  float:right;
}

#text-al ul li a:hover{
  color:#84c225 !important;
}


#ch-bx{
  margin: 2px 2px 0 0 !important;

}


.styled-checkbox {
  position: absolute;
  opacity: 0;
  }

  .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background:#f6f6f6;
    border: solid 1px #84c225;
}
.styled-checkbox:checked + label:before {
    background: #84c225;
}

.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 14px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



.product-tabs .tab-content .tab-pane .product-tag .title {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 20px;
    font-family: 'Open Sans', sans-serif;
}

.sp-bx {
    margin-top: 20px;
}

.sp-bx h4 {
    padding: 18px 0 9px;
    text-transform: capitalize;
    font-size: 16px;
    color: #212121;
    text-align: left;
    border-bottom: dotted 1px #b2b2b2;
    width: 100%;
    display: inline-block;
}


.sp-bx p {
    width: 40%;
    color: #b2b2b2;
    font-size: 13px;
    line-height: 22px;
    float: left;
}

.sp-bx h5 {
    font-size: 13px;
    line-height: 22px;
    color: #000;
    padding-top: 2px;
        width: 60%;
    float: left;
}

.adddet ul li a{
  font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
    color: #666666;
    padding: 0px;
    font-weight: normal;
    padding-left: 10px;
}


.shopping-cart-table table tbody tr:nth-child(1){
  background: #f6f6f6;
}

.shopping-cart-table table thead th
{
    /* background: #ffa600g; */
    color: #fff;
  }



  .table-bordered {
    border:none !important;
}

.checkout-wrapper .cart_summery thead tr th {
    text-align: center;
    vertical-align: middle;
    background-color: #84c225;
    color: #fff;
    border-right: 1px solid #fff;
    border-bottom: 0;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}



#cart_summary tbody tr td {
    padding: 10px;
}
.checkout-wrapper .cart_summery tbody tr td {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
}

.cimg {
    width: 75px;
}

.cart-steps {
    display: table;
    margin: 15px 0 30px 0;
    width: 100%;
    background-color: #84c225;
    border-bottom: solid 1px #666;
    overflow: hidden;
}

.cart-step.current {
    background-color: #ffa600;
    color: #ffffff;
}



.cart-step {
    display: table-cell;
    font-size: 17px;
    font-weight: bold;
    padding-left: 60px;
    position: relative;
    background-color: #f2f2f2;
    padding-right: 20px;
    height: 40px;
    vertical-align: middle;

}

.cart-step li{
  border: solid 1px #fff;
}

.mar-lft{
  margin-left: 20px;
}

.btn-main{
  color:#fff !important;
  background: #f37216 !important;
  border: none !important;
}

.btn-main:hover{
  color:#fff !important;
  background: #ffa600 !important;
}
.ch-cont{
  width:100%;
  background: #fff;
  padding: 20px;
}

.deleteItem{
  color: red !important;
}

.checkout-wrapper .shipping-address .form-group .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    height: auto;
    padding: 10px 15px;
    box-shadow: none;
}

.checkout-wrapper .shipping-address .form-group {
    overflow: hidden;
    margin-bottom: 20px;
}

.checkout-wrapper .shipping-address .form-group .address-type {
    color: #549a12;
    font-size: 16px;
}

.checkout-wrapper .shipping-address .form-group .radio-inline {
    line-height: 1;
    font-size: 16px;
}

.checkout-wrapper .shipping-address .form-group .radio-inline input {
    margin-top: 1px;
}

.checkout-wrapper .pricebox {
    overflow: hidden;
    padding: 20px;
    background-color: #f3f3f3;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}

.checkout-wrapper .pricebox h3 {
    color: #fff;
    background-color: #84c225;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 30px;
    padding: 15px 20px;
    font-size: 18px;
}
.checkout-wrapper .pricebox ul li {
    padding: 15px;
    font-size: 16px;
}
.checkout-wrapper .pricebox ul li span {
    display: inline-block;
    float: right;
}
.checkout-wrapper .pricebox ul li.total-price {
    border-top: 1px dashed #9a9a9a;
    border-bottom: 1px dashed #9a9a9a;
    margin-top: 15px;
    font-weight: 600;
    font-size: 16px;
    color: #84c225;
}

.checkout-wrapper .pricebox ul li span {
    display: inline-block;
    float: right;
}

.btn-down{
  margin-top: 20px;
}

.checkout-wrapper .payment-title {
    border-bottom: solid 1px #84c225;
  }
.checkout-wrapper .payment-title h3{
    padding: 15px;
    line-height: 1;
    font-size: 18px;
    background-color: #84c225;
    color: #fff;
    width: 30%;
}

.checkout-wrapper .shipping-address .form-group .radio-inline {
    line-height: 1;
    font-size: 16px;
}
.checkout-wrapper .payment-radio {
    display: block;
    margin: 0 !important;
    text-align: center;
    line-height: 27px !important;
    padding-left: 0;
}

.shipping-address .styled-checkbox:checked + label:after{
  top:9px;
}

.shipping-address{
  margin-top: 30px;
}
.payment-title{
  height: 49px;
}

#btn-left {
    margin-left: 15px;
}



.my-account-wrapper .myaccount-sidebar {
  padding: 20px 25px;
  overflow: hidden;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
  background: #fff;
  margin-top: 0px;
  /* height: 1267px; */
}

.my-account-wrapper .myaccount-sidebar .profile-content {
  margin: -20px -20px 30px -20px;
  padding: 20px 20px;
  background: #84c225;
  border-bottom: solid 2px #ffa600;
  width: 115%;
}

.my-account-wrapper .myaccount-sidebar .profile-content .profile-image {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
    border: 2px solid #ddd;
}

.my-account-wrapper .myaccount-sidebar .profile-content .my-name {
    text-align: center;
    margin: 0;
    color: #fff;
}

.my-account-wrapper .myaccount-sidebar ul {
    padding: 0;
    margin: 0;
}

.my-account-wrapper .myaccount-sidebar ul li a {
    padding: 7px 10px 12px 20px;
    font-family: 'Raleway', sans-serif;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    position: relative;
    border-bottom: 1px dotted #cecece;
}

.my-account-wrapper .myaccount-widget {
    padding: 0px 30px 0px 30px;
    overflow: hidden;
    border: solid 1px #f3f3f3;
    margin-top: 40px;
}
.my-account-wrapper .myaccount-widget .title {
    color: #333;
    border-bottom: 1px dashed #d2d2d2;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 22px;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
.my-account-wrapper .myaccount-widget .title:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 4px;
    width: 100px;
    background-color: #321258;
    content: "";
}

.my-account-wrapper .myaccount-widget .form-container form .form-group .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    height: auto;
    padding: 8px 15px;
    resize: none;
}

.my-account-wrapper .myaccount-widget .form-container form button {
    padding: 10px 45px;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #47820d;
    color: #fff;
    border: 1px solid #47820d;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 15px;
    margin-right: 15px;
}

.my-account-wrapper .myaccount-sidebar ul li a:before {
    position: absolute;
    left: 0;
    top: 10px;
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
}

.my-account-wrapper .myaccount-sidebar ul li a:before {
    position: absolute;
    left: 0;
    top: 10px;
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
}

.my-account-wrapper .myaccount-sidebar ul li a:hover{
  background: #f6f6f6;
}

.as{
  background: #ffa600;
  padding: 10px;
  color:#fff;
      font-size: 16px;
}

.my-account-wrapper .myaccount-widget .myorder-content {
    background-color: #f6f6f6;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.my-account-wrapper .myaccount-widget .myorder-content .head {
    padding: 15px;
}
.my-account-wrapper .myaccount-widget .myorder-content .head h5 {
    font-size: 16px;
    font-weight: 600;
    color: #84c225;
    display: inline-block;
}

.my-account-wrapper .myaccount-widget .myorder-content .head h5 span {
    display: inline-block;
    float: right;
    color:#10692c;
}

.my-account-wrapper .myaccount-widget .myorder-content .body {
    padding: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
        background: #fff;
}

.my-account-wrapper .myaccount-widget .myorder-content .body ul li {
    padding: 5px 0;
}

.my-account-wrapper .myaccount-widget .myorder-content .body ul li div {
    display: inline-block;
    margin-left: 25px;
}

.price {
    font-size: 15px;
    color: #000;
    white-space: nowrap;
    line-height: 1.3;
    margin-bottom: 0;
    color: #321258;
    font-weight: 600;
}

.qty {
    font-size: 1.6rem;
    color: #000;
    line-height: 1.3;
    margin-bottom: 0;
    background: #fff;
    border: solid 1px #000;
    padding: 3px 8px;
}

.my-account-wrapper .myaccount-widget .myorder-content .body .status {
    font-size: 10px;
    text-align: left;
}
.my-account-wrapper .myaccount-widget .myorder-content .body .status span{
    font-size: 13px;
}

.my-account-wrapper .myaccount-widget .myorder-content .head h5 span:hover{
  color:#84c225;

}


.my-account-wrapper .myaccount-widget .myorder-content .foot h5 {
    font-size: 14px;
    font-weight: 600;
    color: #84c225;
    padding-left: 15px;
}

.my-account-wrapper .myaccount-widget .myorder-content .body small {
    color: #84c225;
}

.bx-right {
    float: right;
}

#but-cl {
    background: #549a12;
    border: none;
    outline: none;
}

.mar {
    margin-top: 80px;
}

.del {
    font-size: 18px;
    color: red;
    text-align: right;
}

.btn-col{
  background: #84c225 !important;
  border: none;
    outline: none;
}

.btn-col:hover{
  background: #84c225 !important;
}

.adm p{
  color:grey;
  font-size: 16px;
}

.adm input{
  display: inline-block;
  height: 18px;
  width: 18px;
}
.cal{
  display: inline-block;
  padding-left: 10px;
}

.add-ad{
  width: 100%;
      border: 1px solid #ccc;
      padding: 10px;
      display: inline-block;
}

.add-ad ul li a{
  background:#ccc;
  border-radius: 5px;
  color: #000;
  font-size: 14px;
  padding: 5px 10px;

}

.add-ad ul li{
  list-style: none;
  display: inline-block;
  margin-top: 20px;
}

.add-ad h4{
  font-size: 30px;
  margin-top: 20px;
}
.add-ad h5{
  font-size: 18px;
  margin-top: 20px;
}

.add-ad p{
  color: #000;
  font-size: 16px;
}


.edit-btn ul{
  text-align: right;
}

.edit-btn ul li a{
  color: #fff;
}


.del-btn{
  background: red !important;
}

.edt-btn{
  background: #84c225 !important;
}


.about-bx h4,.about-bx1 h4{
  color:#84c225;
  font-size: 24px;
  font-weight: 600;
}

.about-bx p, .about-bx1 p{
  color:#000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 100;

}

.about-bx1{
  text-align: right;
}

.bg-white{
  padding: 20px 10px;
}

.bg-grey{
  padding: 20px 10px;
  background: #f6f6f6;
}


.before{
  position: absolute;
    left: 0;
    top: 10px;
    content: "\f046";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
}

.ab-imgbx{
  width: 100%;
}




.about-bx ul li a{
  color:#000;
  font-size: 14px;
  line-height: 28px;
padding-left: 10px;
    display: inline-block;
}

.map{
  width:100%;
  display: inline-block;
  border: none;
}

.cont-bx h4{
  color:#84c225;
  font-size: 24px;
  font-weight: 600;
  margin-top: 50px;
}


.cont-bx p{
  color:#000;
  font-size: 14px;
  margin-top: 20px;
}

.cont-bx p i{
  color:#fff;
  width: 30px;
  background: #321258;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding: 9px;
}

.cont-bx1{
  border-left:solid 1px #10692c;
}

.tc-titel{

    color: #333 !important;
    border-bottom: 1px dashed #d2d2d2 !important;
    padding-bottom: 10px !important;
    margin-bottom: 30px !important;
    font-size: 22px !important;
    position: relative !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600 !important;
}


.tc-titel:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 4px;
    width: 100px;
    background-color: #321258;
    content: "";
}


.tc-titel1{

    color: #333 !important;
    border-bottom: 1px dashed #d2d2d2 !important;
    padding-bottom: 10px !important;
    margin-bottom: 30px !important;
    font-size: 22px !important;
    position: relative !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600 !important;
}


.tc-titel1:before {
    position: absolute;
    bottom: -2px;
    right: 0;
    height: 4px;
    width: 100px;
    background-color: #321258;
    content: "";
}






/************color**********/

.product_attribute {
    padding: 15px 0 15px 0;
}

.product_attribute label {
    font-weight: 500;
    margin-right: 20px;
        font-size: 18px;
}


.radio {
    display: inline-block;
    line-height: 18px;
    cursor: pointer;
    margin: 0;
    color: #686868;
    font-size: 14px;
    font-weight: 400;
}

#color_wanted input {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.radio input:checked + .outer .inner1 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


/*radio-css*/
.radio {display: inline-block;line-height: 18px;cursor: pointer;margin: 0;color: #686868;font-size: 14px;font-weight: 400;}
.radio:hover .inner1 {-webkit-transform: scale(0.5);-ms-transform: scale(0.5);transform: scale(0.5);opacity: .5;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.radio input {width: 1px;height: 1px;opacity: 0;margin: 0;}
.radio input:checked + .outer1 .inner1{-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);opacity: 1;}
.radio input:checked + .outer1 { border: 2px solid #0099cb; }
.radio input:focus + .outer1 .inner1 {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);opacity: 1;background-color: #0099cb;}
.radio .outer1 {width: 22px;height: 22px;display: block;float: left;margin-right: 4px;border: 2px solid #686868; background-color: #fff;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.radio .inner1 {width: 14px;height: 14px;-webkit-transform: scale(0);-ms-transform: scale(0);transform: scale(0);display: block;margin: 2px; background-color: #0099cb;opacity: 0;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
/*radio-css*/
.red_border{border-color: red !important;}
.black_border{border-color: black !important;}






.fa-stack{
  margin-left: 2px !important;
}


.cl-si{
    border-bottom: 1px solid #F2F2F2;
}

.fm-bx{
  width:40%;
}




#rgt-cnt1{
  display: none;
}


.rotate{
  -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
}

#dis{
  display: inline-block;
}



a.add-to-cart .fa {

    font-size: 18px;
    color: #fff;
}

input[type=radio], input[type=checkbox]{
  width: 23px;
  height: 23px;
  vertical-align: middle;
   margin: 4px -1px;
}


.fixed {
  position: fixed;
  top: 0;
  left:0;

  z-index: 9999;

  width: 100%;
  background: #fff;

}

.replus{
  opacity: 0;
}


#plus{
  display: none;
}
#plus1{
  display: none;
}

.odr{
  width: 100% !important;
}

.mar-top{
  margin-top: 30px;
}

.commonTextGrey {
    font-size: 12px;
    color: #bbb;
    margin-bottom: 8px;
    text-align: center;
    margin-top: 30px;
    width: 100%;
    border-top:solid 1px #f3f3f3;
    padding-top: 20px;
}

.gmLogin {
    background-color: #dd4330;
    color: #fff;
    padding: 0 25px;
    cursor: pointer;
    text-align: center;
}

#login_form{

}

.fbLogin {
    background-color: #3856a0;
    color: #fff;
    padding: 0 24px;
    cursor: pointer;
    text-align: center;
}

.fbLogin, .gmLogin, .continueBtn {
    font-size: 12px;
    text-transform: capitalize;
    line-height: 40px;
}

.gmLogin,.fbLogin{
  font-size: 16px;
}
.optionsRadios2{
  border:solid 1px black !important;
}

.zoomWindowContainer div{
  margin-left: 0px !important;
  border:solid 1px black;
}

#owl-single-product1{
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;
}

.tum-img{
  position: absolute;
  top: 0
  left:0;
}



#slide1{
  position: absolute;
  top: 0;
  left: 0;
}


.zoomWrapper{
  width: 100%;
  height: 360px;
}


.ubislider .ubislider-inner li{
  width: 100px !important;
  height: 100px;
}

#imageSlider img{
  width: 100%;
  height: 100%;
}




/*******************new***********/

.login_box_holder {
    box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.1);
    padding: 35px;
    border-radius: 10px;
}

#res {
    background: #fff;
    padding: 20px;
}

.res-head {
    color: #404040;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.regis-inbx {
    width: 49.5%;
    padding: 10px;
    border: #e8e8e8 solid 1px;
    margin-top: 20px;
    height: 45px;
    border-radius: 6px;
    color: #000;
    font-weight: 600;
}

.res-btn1 {
    width: 100%;
    color: #fff;
    border: none;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    height: 50px;
    border-radius: 6px;
}

.res-btn1:hover {
    background-image: linear-gradient(#2d9ef7, #115677);
}


.sel-rig {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}

.res-btn{
  margin-top: 5px;
}

.sell-p {
    width: 100%;
    background: #ffa600;
    color: #fff;
    font-size: 18px;
    padding: 5px 20px;
}

.grid-wrap {
    overflow: hidden;
    border-radius: 4px;
    padding: 15px;
}
.grid-wrap {
    background-color: #2196f3;
}

.nav-tabs {
    border-bottom: 0 !important;
}

.grid-wrap p {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.grid-wrap p span {
    font-size: 24px;
    font-weight: 600;
}

.dg-color-2 {
    background-color: #4caf50;
}
.dg-color-3 {
    background-color: #ff9800;
}

.dg-color-4 {
    background-color: #ff5722;
}

.sb-mar {
    margin-top: 30px !important;
    float: left;

}
#sp-list{
  width: 100%;

}

#sp-list thead tr th {
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    border: #b0b0b0 1px solid;
}
#sp-list thead tr {
    background: #84c225;
}

#sp-list tbody tr td {
    color: #000;
    font-size: 16px;
    text-align: center;
    padding: 10px 10px;
    border: #ddd 1px solid;
}

#sp-list tbody tr td h5 {
    font-size: 14px;
    line-height: 20px;
}

#sp-list tbody tr:nth-child(2), #sp-list tbody tr:nth-child(4) {
    background: #f9f9f9;
}

.seller-view {
  background: #ffa600;
  color: #fff;
  padding: 7px 10px;
  border-radius: 7px;
  margin-right: 5px;
  display: inline-block;
}

.seller-view:hover{
  background:#84c225;
  color:#fff;
}

#bp-cont {
    border: solid 1px #ddd;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
}

.bp-head {
    background: #84c225;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
}

#bp-ac {
    padding: 0 10px;
}
#bp-mar {
    margin-top: 15px;
}
#bp-ac label {
    font-size: 14px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
    padding: 8px 10px;
}

#bp-ac .bp-bx {
    width: 100%;
    padding: 10px;
    border: #b0b0b0 solid 1px;
}

.save-btn .btn-default {
    color: #ffffff;
    background-color: #ffa600;
    border: none;
    float: right;
    padding: 10px 20px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.save-btn .btn-default:hover{
   background:#84c225;

}
.table_action_wrapper {
  display: flex;
  margin: 0 auto;
}


/* .content-wrapper{
  margin-bottom: 40px;
} */

#review {
    border: solid 1px #ddd;
    display: inline-block;
    width: 100%;
    padding: 20px 10px;
    background: #fff;
}

#review .review-left {
    text-align: center;
}

#review .review-left p {
    color: #000;
    font-size: 14px;
}

#review .review-left p span {
    font-size: 30px;
}

#review .review-left p i {
    color: #FF9800;
}

#review .review-left p {
    font-size: 14px;
}

#review-right p {
    font-size: 16px;
    margin-top: 10px;
}

.sca p {
    color: #000;
    font-size: 14px;
}

.btn-yes {
    background: #84c225;
    padding: 5px 20px;
    color: #fff;
    border: none;
}

.btn-no {
    background-color: #ee4234;
    padding: 5px 20px;
    color: #fff;
    border: none;
}

#sca-mar {
    margin-top: 20px;
}

#spl-mar {
    margin-top: 25px;
    width: 100%;
}

.sap-bx {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
}

.sap-bx .nav-tabs {
    text-align: center;
}

.sap-bx .nav-tabs>li.active {
    border-radius: 0px !important;
}
.sap-bx .nav-tabs>li {
    float: none !important;
    display: inline-block;
}

.sap-bx .nav-tabs>li.active>a, .sap-bx .nav-tabs>li.active>a:hover, .sap-bx .nav-tabs>li.active>a:focus {
    font-size: 16px;
    background: #84c225;
    color: #fff;
}
.sap-bx .nav-tabs>li>a {
    font-size: 16px;
}


.sap-bx .nav-tabs>li.active>a, .sap-bx .nav-tabs>li.active>a:hover, .sap-bx .nav-tabs>li.active>a:focus {
    font-size: 16px;
    background: #84c225;
    color: #fff;
}

.nav-tabs>li>a:hover {
    background: #321258;
    color: #fff;
}

#bp-ac label {
    font-size: 14px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
    padding: 8px 2px;
}
#bp-ac .bp-bx {
    width: 100%;
    padding: 10px;
    border: #b0b0b0 solid 1px;
}

#font-sz {
    font-size: 7px;
    color: red;
}

.main-image {
    padding: 0px;
    background-color: #f7f7f7;
    border: 1px solid #ededed;
    margin-bottom: 15px;
    float: left;
    margin-top: 15px;
}

#menu1 h4 {
    font-size: 19px;
    color: #84c225;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 14px;
    display: inline-block;
}

.tiny {
    font-size: 16px;
    color: #000;
}

.imageArea {
    background: #fff;
}


.imageUploadWidget input[type='file'] {
    cursor: pointer;
    font-size: 11px;
    margin-right: 2px;
    /* margin-left: 2px; */
    width: 100%;
    padding: 12px 2px;
    background: #cccccc;
}

#bp-ac .bp-bx1 {
    width: 80%;
    padding: 10px;
    border: #b0b0b0 solid 1px;
}

#sap-but {
    font-size: 18px;
}

#bp-ac .bp-bx2 {
    width: 60%;
    padding: 10px;
    border: #b0b0b0 solid 1px;
}

#bp-ac .bp-bx3 {
    width: 30%;
    border: #b0b0b0 solid 1px;
    float: right;
}


.save-btn {
    margin-top: 20px;
}


.sec-bx {
   /* border: solid 1px #cfcfcf;*/
    padding: 10px 10px;
    text-align: center;
    width: 100%;
    background: #fff;
}

.sec-bx h2 {
    color: #000 !important;
    font-size: 20px !important;
    font-weight: 600;
    margin: 5px;
}

.sec-bx p {
    color: #666 !important;
    font-size: 12px !important;
}


.pad-bot{
  padding-bottom: 30px;
}


.btn-bann{
  padding: 10px 36px !important;
}


.ser-slid .owl-nav {
    display: block;
    width: 100%;
    float: left;
}

.ser-slid .owl-nav div {
    background: #fff none repeat scroll 0 0;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    width: 40px;
    border-radius: 50%;
    opacity: 0;
}

.brands {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}


/* form starting stylings ------------------------------- */
.group            {
  position:relative;
  margin-bottom: 20px;
}
.feature-info input               {
  font-size: 18px;
  padding: 7px 10px 4px 5px;
  display:block;
  background: #fbfbfb;
  width: 100%;
  border:none;
  border-bottom: 1px solid #d0d0d0;
}
.feature-info input:focus{
  outline:none;
  border-bottom: 1px solid #fff;
}

/* LABEL ======================================= */
.feature-info label                {
  color:#999;
  font-size: 14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}

/* active state */


.feature-info input:focus ~ label, .feature-info input:valid ~ label  {
    top: -20px;
    font-size: 14px;
    color: #5264AE;
}

.valid-form{
    top: -20px;
    font-size: 14px;
    color: #5264AE;
}



/* BOTTOM BARS ================================= */
.feature-info .bar    {position:relative;display:block;width: 100%;}
.feature-info .bar:before, .bar:after     {
  content:'';
  height:2px;
  bottom:1px;
  position:absolute;
  background:#5264AE;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}
.feature-info .bar:before {
  left:50%;
}
.feature-info .bar:after {
  right:50%;
}

/* active state */
.feature-info input:focus ~ .bar:before, .feature-info input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.feature-info .highlight {
  position:absolute;
  height:60%;
  width:100px;
  top:25%;
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.feature-info input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}


.feature-info input[type=checkbox], .feature-info input[type=radio] {
 width: auto;
 float: left;
 margin-top: -1px;
 margin-right: 12px;
}

.feature-info form {
    border:2px solid #f37216;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fbfbfb;
}

.feature-info {
    float: left;
    width: 100%;
    padding: 30px 0px;
}

.shopping-cart .shopping-cart-table.price-table .table > thead > tr > th {
    text-align: center;
    padding: 7px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
       border: solid 1px #321258;
    background: #321258;
}


.shopping-cart .shopping-cart-table.price-table table > thead > tr > th, .shopping-cart .shopping-cart-table.price-table .table > tbody > tr > th, .shopping-cart .shopping-cart-table.price-table .table > tfoot > tr > th, .shopping-cart .shopping-cart-table.price-table .table > thead > tr > td, .shopping-cart .shopping-cart-table.price-table .table > tbody > tr > td, .shopping-cart .shopping-cart-table.price-table .table > tfoot > tr > td {
    vertical-align: middle;
    border: none;
    padding: 15px;
    font-size: 15px;
}

.price-table table.table.table-bordered {
    border: 1px solid #eaeaea !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.shopping-cart-table.price-table table tbody tr:nth-of-type(odd){
    background-color: #f9f9f9;
}

.map iframe{
  border: none !important;
}
.pp-bx img{
  float: left;
}

.pp-bx{
  width: 70%;
  margin-left: 15%;
  float: left;
  margin-top: 10px;
}

.pp-bx h4, .pp-bx span{

  padding-left: 20px;
}


.fbx{
  width: 100%;
  background: #f3f3f3;
  padding: 10px;
  display: inline-block;
}

.cd-form h4, .cd-form .cd-label {
    font-size: 14px;
}

.fbx .cd-label{
  font-size: 16px;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.fbx input{
      padding: 12px;
    border: 1px solid #cfd9db;
    background-color: #ffffff;
    border-radius: .25em;
    box-shadow: 0px 1px 1px #d6d6d6;
    width: 100%;

}

.fbutt{
  background: #84c225;
  color: #fff;
  font-size: 16px;
  border: none;
  padding: 10px 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.fbutt:hover{
  background: #ffa600;
}


.bf-imgbx{
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 20px;
}

.of li::before{
     content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    top: 0;
    left: 0;
    color: #ffa600;
    padding: 5px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: solid 1px #ffa600;
    margin-right: 20px;
    line-height: 27px;

}

.of li{
  list-style-type:none;
}


.about-bx1 ul li a {
    color: #000;
    font-size: 14px;
    line-height: 28px;
    padding-left: 10px;
    display: inline-block;

}

.about-bx ul li a i{
  color: #ffa600;
}

.my-account-wrapper .myaccount-sidebar ul li a.active{
  color:#84c225 ;
  font-weight: bold;
}

.terms{
  margin-top: 20px;
}

ul.terms li {
    list-style-type: disc;
}



.basket-item-count {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 18px;
    position: absolute;
    left: 29px;
    top: 1px;
    width: 18px;
    background: #47820d;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 19px;
    z-index: 99;
}

.basket i{
  color:#fff;
  width: 30px !important;
    height: 30px;
    position: absolute;
    left: 13px;
    top: 13px;
}
.singel_review .fa-star {
    color: #f6af06;
    font-size: 16px;
}
.singel_review{
  margin-top: 0px;
}


.q-bx{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    font-size: 15px;
    height: 35px;
    left: 0;
    padding: 0 0px 0 18px;

    top: 0;
    width: 70px;
    z-index: 1;
}

.mt-10{
  margin-top: 10px;
}


.feature-info select {
        padding: 7px 10px 4px 5px;
    display: block;
    background: #fbfbfb;
    width: 100%;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #d0d0d0;
}

.payment label{
  position: relative !important;
  pointer-events: auto !important;
  font-size: 16px;
  margin-right: 10px;
}


.payment input[type=file]{
  font-size: 14px;
  margin-top: 20px;
}

.form-control {
       padding: 10px;
    height: 45px;
    border: #b0b0b0 solid 1px;
    margin-top: 10px;
    border-radius: 0px;
}
.form-group{ margin: 0; }
.seller-register {
    text-align: center;
    margin-top: 30px;
}
.seller-register li {
    background: none !important;
    font-size: 16px;
    display: inline-block;
    float: none;
    width: 49%;
    border-radius: 5px;
    background: #f1f1f1 !important;
}

.seller-register>li.active a, .seller-register>li.active a, .seller-register>li.active a{
  background: #84c225;
  color: #fff;
}

.seller-register>li.active>a, .seller-register>li.active>a:hover, .seller-register>li.active>a:focus{
  background: #321258;
  color: #fff;
}

.mb-20{
  margin-bottom: 20px !important;
}

.example-image-link img{
  width: 100%;
  margin-bottom: 20px;
}


.stick {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    left: 0;
    margin: 0 auto !important;
    padding: 0;
    position: fixed !important;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    z-index: 9999999;
    -webkit-box-shadow: 0 1px 9px 1px rgba(255, 255, 255, 0.34);
    box-shadow: 0 1px 9px 1px rgba(255, 255, 255, 0.34);
}
/*new*/
.main-header .top-search-holder .search-area .categories-filter .abcd{
  max-height: 400px;
    overflow: auto;
}
.yamm .dropdown-menu .yamm-content .links li a{
  text-transform: capitalize;
}
/*.product .product-info .name a {
    text-transform: lowercase;
}*/
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed {
    text-transform: capitalize;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li{
  text-transform: capitalize;
}



.recharge-form{
  width: 100%;
  background: #fff;
  display: inline-block;
  padding: 20px;
  border:solid 5px rgba(0,0,0,0.4);
  margin-top: 10px;

}

.recharge-form-field .form-group label{

  font-size: 16px;

}

.recharge-form-field .form-group label sup{
  color:red;
}

.recharge-form-field .form-group .form-control{
  margin-top: 10px;
  height: auto;
}

.recharge-form-field .btn{
  background: #84c225;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  width: 60%;
  border:none;
  border-radius: 0px;
}

.recharge-form-field .btn1{
  background: #ffa600;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  width: 60%;
  border:none;
  border-radius: 0px;
}

.recharge-form h4{
  color: #fff;
  padding:10px 20px;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  background: #ffa600;
}

.recharge-form .icon-bx{
  padding: 13px;
  border:solid 2px rgba(0,0,0,0.4);
  width:75%;
}

.rech-details ul{
  margin:0px;
  padding: 0px;
}

.rech-details ul li{
  list-style: none;
  display: inline-block;
  line-height: 2;
  padding: 4% 2%;
}

.rech-details ul li a{
  color: #000;
  font-size: 15px;
}

.rech-details ul li a i{
  color: #84c225;
}

.histry-bx{
  background: #e6e6e6;
  width: 100%;
  display: inline-block;
  padding: 10px;
  margin:10px 0px;
}


.success-btn{
  padding: 10px 10px;
  color: #fff;
  font-size: 14px;
  background: #84c225 !important;
  text-align: center;
  margin-top: 18%;
}

.cancel-btn{
  padding: 10px 10px;
  color: #fff;
  font-size: 14px;
  background: red !important;
  text-align: center;
  margin-top: 18%;
}

.status-btn{
   padding: 10px 10px;
  color: #fff;
  font-size: 12px;
  background: blue !important;
  text-align: center;
  margin-top: 10%;
  border:none;
}

.margin-btn{
  margin-bottom: 30px;
}


.pending-btn{
    padding: 10px 10px;
    color: #fff;
    font-size: 12px;
    background: #00bdec !important;
    text-align: center;
    margin-top: 10%;
    border: none;
}

.history-list{
  max-height: 520px;
  overflow: auto;
}
.profile-ul{
  z-index: 9999;
  left: -30px !important;
  padding: 0px !important;
}

.profile-ul li{
  display: block !important;

}

.profile-ul li a{
  color: #000 !important;
   padding: 7px 5px !important ;
}

.profile-ul li:hover{
  background: rgb(255, 166, 0);

}

.profile-ul li:hover a{
  color: #fff !important;
  background: transparent !important;
}
.pro_name{
  display: inline-block;
  vertical-align: top;
}
.txt_pincode{
  padding: 5px 10px;
}
.ad-to-cart-block span{
  background-color:#f37216;
    padding: 5px;
    text-align: center;
    color: #fff;
}
.ad-to-cart-block {
    text-align: center;
   padding: 13px;
}
.ad-to-cart-block span:hover{
  background-color: #ff9800;
}
.product_price{
  text-align: center;
    display: inline-block;
    width: 100%;
}
h2.saider-bar-title {
    color: #321258;
    display: block;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px #ddd solid;
    margin-bottom: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    text-transform: uppercase;
}
.form-group label span {
    color:#84c226;
}
.col-main {
    font-size: 14px;
}
.size-select input[type=radio], input[type=checkbox] {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: 4px 0px;
}
.size-select .form-group {
    margin-bottom: 0px;
}

.could-not {
    background-color: #81e6fe;
    width: 60%;
    padding: 60px;
    display: inline-block;
    margin-bottom: 20px;
}
.could-not, .not-found {
    text-align: center;
    margin-top: 60px;
}
.could-not h2 {
    font-size: 80px;
    text-align: center;
    color: #a92727;
    font-weight: 600;
}
.could-not p {
    text-align: center;
    color: #333;
}

/*------------------------  mayank  ---------------------*/

.sidebar-widget.outer-bottom-small.wow.fadeInUp.mar-top.animated {
    padding-top: 0px;
}

.price-box span#mrp_p103 strike {
    color: #4e4d4b;
}
.singel_review {
    color: #f37216;
}
.price-box p.special-price {
    margin-bottom: 0px !important;
}
.product_price:focus{
  outline: 0;
}
.media-body p {
    margin-top: 9px;
    margin-bottom: 0px !important;
}
.more-info-tab h3.new-product-title.pull-left {
    color: #fff !important;
}
/*.nav-bg-class .dropdown-menu{
   width: 100%;
}*/









   .product-info.text-left.category_h {
    height: 60px;
    width: 100%;
    text-align: center;
    background: #f3f3f3;
    margin-top: 10px;
}
.product-info.text-left.category_h h3 a {
    color: rgb(102, 102, 102);
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}
.image.category_img a img {

    border-radius: 50%;
    border: 2px solid #978686;

}

.category_heading {

    width: 100%;
    text-align: center;
    padding-bottom: 15px;

}
.category_heading h2 {

    font-size: 32px;
    font-weight: 700;
    color: #f37216;
    padding-bottom: 5px;

}
.category_heading p {

    font-size: 14px;
    color: #000;

}

.product_sec {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding-bottom: 40px;
    /*background-image: url(../upload/mayank/pattern.jpg);
    background-size: cover;*/
}
.product_sec_box .product {
    background: #fff;
    margin-left: 15px;
}
.product_boxes {
    width: 100%;
    float: left;
}
.product_sec ul{
  width: 100%;
}
.product_sec ul li {
    display: inline-block;

}
.product_boxes h3 a {
    color: rgb(102, 102, 102) !important;
}
.viwe_all_btn {
    width: 100%;
    padding-top: 30px;
    text-align: center;
}

.viwe_all_btn a button {
    background: #321258;
    border: 1px solid #321258;
    padding: 8px 40px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    border-radius: 3px;
}
p.special-price {
    padding-bottom: 7px;
}
.footer_pay_img {
    width: 100%;
    text-align: right;
}
.image.pro_img {
    width: 210px;
    height: 230px;
}
.ubislider .ubislider-inner li img {
    width: 317px !important;
    height: 347px;
}
.ubislider {
    margin: 0 0;
    padding: 24px 0 20px;
    overflow: unset !important;
}
.ubislider .ubislider-inner li {
    overflow: unset !important;
}

.col-sm-12.col-md-6.product-info-block {
    float: right;
}
.app_google_logo a img {
    max-width: 150px;
}
.app_google_logo {
    margin-top: 10px;
}
a.p10 img {
    padding-bottom: 10px;
}
.body_banner_post {
    width: 100%;
    float: left;
    display: inline-block;
    padding-top: 60px;
    padding-bottom: 35px;
    /*background-image: url(../upload/mayank/pattern3.jpg);
    background-size: cover;*/
    background: #38131b;
}
.body_banner_post.top_banner {
    background: #f37216;
}
.body_sec_part {
    width: 100%;
    display: inline-block;
    padding-top: 15px;
}
.all_brands {
    width: 100%;
    display: inline-block;
    padding-top: 35px;
}
.brands {
    padding: 30px 0px 30px 30px;
}
.category_heading.brands_header {
    padding-top: 5px;
    padding-bottom: 0px;
}
.product-info h1 {
    font-size: 20px;
    line-height: 36px;
    padding: 0px;
    margin: 0px;
}

/*------------------- product zoom effect start here--------------------------*/


#default{
  text-align:center;
}
img#xzoom-default {
    width: 317px !important;
    height: 347px !important;
}

/*------------------- product zoom effect end here--------------------------*/
.rating-reviews.m-t-20 {
    margin: 0px;
}
.stock-box.pro_name {
    padding-top: 5px;
}
form.input-cnt {
   padding-top: 5px;
    margin: 0px;
}
.stock-container.info-container.m-t-10 {
    margin: 0px;
}
.col-sm-12.col-md-6.product-info-block {
    border-left: 1px solid #ddd;
}
.col-sm-6.col-md-4.availabilty {
    margin-right: 0px;
    padding-right: 0px;
}
.col-sm-6.col-md-8.instock {
   /*  margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px; */
}








/*--------------------- mega menu start here --------------------*/






div#pro_search {
    margin: 0px 0 0;
    padding: 0;
}
.mm-toggle-wrap {
    display: none;
}
.mm-toggle-wrap {
    color: white;
    line-height: 1;
    overflow: hidden;
}
.mm-toggle {
    cursor: pointer;
    font-size: 20px;
    display: none;
    padding: Categories;
    width: auto;
    float: left;
    background: gray;
    padding: 12px 14px 10px;
    font-weight: normal;
}
.mega-container {
    position: relative;
    z-index: 100;
}
.navleft-container {
    position: absolute;
    width: 100%;
}
.mega-menu-title {
    background-color: #f37216;
    color: #fff;
    cursor: pointer;
    height: 40px;
    margin-top: 0px;
}
.mega-menu-title h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 12px 15px 8px;
    position: relative;
    text-transform: capitalize;
    height: 40px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: -1px;
}
.mega-menu-title h3:after {
    content: "\f107";
    display: inline-block;
    background: #f37216;
    width: 50px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'FontAwesome';
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    font-weight: 900;
}
.mega-menu-category {
    border: none;
    border-top: 0;
    display: none;
}

.mega-menu-category .nav li {
    position: static !important;
}
.mega-menu-category > .nav > li > a {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 15px;
    color: #404040;
    background-color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
}
.wrap-popup {
    position: absolute;
    left: 100%;
    top: 40px;
    width: 700px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    z-index: 100;
    display: block;
}
.popup {
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    text-align: left;
    z-index: 3000;
    padding: 10px 20px;
    height: 100%;
    min-height: 560px;
    max-height: 560px;
    overflow: auto;
}
.popup ul {
    min-height: 160px;
}
.mega-menu-category ul {
    padding: 0px;
    margin: 0px;
    display: block;
}
.mega-menu-category .nav li {
    position: static !important;
}
.li-more {
    cursor: pointer;
    color: #f81243;
}
li.expand {
    cursor: pointer;
    color: #f81243;
}
.mega-menu-title:hover {
    background: #321258;
}
.mega-menu-title:hover h3:after {
    background: #321258;
}
.btn_toogle_menu {
    font-size: 22px;
    display: none;
    padding: 5px;
    cursor: pointer;
}
.download_icon_cnt {
    display: none;
}
li {
    position: relative;
    list-style: none;
}
a.booking-doctor-span-clas {
    background: #00795d;
    color: #fff;
    padding: 7px 15px;
    font-size: 14px;
}
.booking-doctor-span-clas i.fa.fa-user-md {
    font-size: 20px;
}
.mtmegamenu {
    width: 100%;
    position: relative;
    margin: auto 15px;
    font-family: 'Lato', sans-serif;
    padding: 0;
    display: table;
    float: right;
    margin-right: 0;
}
.mtmegamenu>ul {
    display: block;
    clear: both;
    margin: 0;
}
.mtmegamenu>ul {
    height: 28px;
    padding: 0;
    text-align: left;
}
.mtmegamenu>ul>li.demo_custom_link_cms {
    position: relative;
}
.mtmegamenu>ul>li {
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
    margin-right: 1px;
    background: none !important;
    padding: 0 11px;
    color: #0b0b0b;
}
.mtmegamenu .mt-root-item {
    float: left;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 0.5px;
    padding: 6px 0 12px;
}
.mtmegamenu .mt-root-item a {
    color: #000;
    font-weight: 700;
}
.mtmegamenu .mt-root-item a {
    color: #222;
}
.mtmegamenu a .title.title_font span {
    color: #212121;
}
.mtmegamenu .title_font span {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}
.mtmegamenu a .title.title_font span i.fa {
    font-size: 18px;
    padding-right: 5px;
    color: #00795d;
}
li.bookind-doctor-p-clas {
    margin-top: 2px;
}
li.bookind-doctor-p-clas {
    position: absolute;
    top: 5px;
}
.mtmegamenu>ul>li:last-child {
    background-color: #321258 !important;
    padding: 9px 15px;
    margin-top: 0px;
}
.mtmegamenu>ul>li:last-child {
    margin-right: 0;
}
.mtmegamenu>ul>li:last-child a {
    font-size: 13px;
    color: #fff;
}
.mtmegamenu>ul>li:last-child a i.fa {
    padding-right: 8px;
    font-size: 15px;
}
a {
    text-decoration: none !important;
}
.mega-menu-category > .nav > li > a:hover, .mega-menu-category > .nav > li > a:focus, .mega-menu-category > .nav > li.active > a {
    background-color: #eee;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    border-radius: 5px !important;
    border: 0 !important;
}
.mega-menu-category > .nav > li > a:after {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 19px;
    position: absolute;
    right: 15px;
}
div#sticky {
    background: #d9d5de;
}





/*---------------------- mega menu end here ---------------------*/






.icon_sec ul li {
    display: inline-block;
}
.icon_sec ul li a {
    background: #f37216;
    padding: 6px 11px;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
}
li.lock_ic a {
    padding: 6px 13px !important;
}
.icon_sec ul li {
    margin-left: 18px;
    margin-top: 10px;
}

a.font_b {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}



























a {
  color: #000;
}

/* header */

.header {
  background-color: #d9d5de0a;
  /*box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);*/
  position: fixed;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
    display: block;
    padding: 10px 20px;
    /* border-right: 1px solid #f4f4f4; */
    /* text-decoration: none; */
    background: #d9d5de;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 15px 0px;
  position: relative;
  user-select: none;
  margin-top: 5px;
  margin-right: 60px;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 20px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  /*.header li a {
    padding: 20px 30px;
  }*/
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}







/* ============== abhay start =============*/

/*==shamin-css start======*/
#target {padding:5px;
  /*display:none;*/
}
.Hide{display:none;}
.shw-btn {position: absolute;right: 35px;top: 17px;}
.sidebar-filter {position: relative;}
.shw-btn .Show, .shw-btn .Hide {background-color: transparent;border: 1px solid #f37216;}
.shw-btn i {color: #f37216;}
/*==shamin-css end======*/

#owl-main {display: inline-block !important;}
#owl-main .item {height: 437px;}
.header {position: relative;}
.header .menu {float: left;}
.mtmegamenu {width: auto;margin:0;}
.mtmegamenu > ul {display: inline-block;}
.fet-prdt.product_sec_box, .fet-prdt.product_boxes {margin-bottom: 20px;display: inline-block;width: 100%;}
.fet-prdt.product_sec_box .product {margin-left: 0;}
.fet-prdt .product .product-info .name, .pop-prdt .product .product-info .name {margin-top: 10px;font-weight: bold;text-transform: capitalize;min-height: 0;}
.fet-prdt .product_price, .pop-prdt .product_price {border: 1px solid #ddd;padding: 8px;color: #000;}
.fet-prdt .product-info, .pop-prdt .product-info {border-top: 1px solid #eee;display: inline-block;width: 100%;height: auto;}
.fet-prdt .product-info .name a, .pop-prdt .product-info .name a {width: 245px;-webkit-line-clamp: 1;-webkit-box-orient: vertical;display: -webkit-box;overflow: hidden;}
.fet-prdt .product-image {overflow: hidden;}
.fet-prdt .product .product-image img {/* min-height: 286px; */height: 100%;}
.fet-prdt .image, .pop-prdt .image {height: 281px;overflow: hidden;}
.category-list .image { height: 203px;}
.pop-prdt.product_sec_box .product {margin-left: 0;}
.pop-prdt {width: 100%;display: inline-block;margin-bottom: 20px;}
.ad-to-cart-block span {background-color: #321258;}
.tab-content {padding: 15px 0 0;}
.product_sec {padding-top: 30px;}
.tag {width: auto !important;height: auto !important;border-radius: 7px;line-height: 15px !important;font-size: 10px !important;letter-spacing: 0 !important;padding: 3px 7px;text-align: center;}
.product_price {border: 1px solid #d8d8d8;padding: 6px;}
.txt_pincode {border: 1px solid #d8d8d8;}
.fnt-17 {margin-left: -3px;border-radius: 0;margin-top: -3px;}
.btn-main {background: #321258 !important;}
.btn-primary {background: #321258;}
.sidebar-widget .owl-controls {top: -22px;}
.stok-info {margin: 10px 0;width: 100%;display: inline-block;}
.lt-stk-info {float: left;width: 30%;}
.rt-stk-info {float:left;width: 70%;color: #f37216;font-weight: bold;}
.stok-info ul {margin: 0;padding: 0;}
.stok-info ul li {list-style: none;margin-bottom: 5px;display: inline-block;width: 100%;}
.res-btn {display: inline-block;}
/* .category-list .fet-prdt .product .product-image img {min-height: 203px;} */
.category-list .fet-prdt .product-info .name a, .category-list .pop-prdt .product-info .name a {width: 173px;}
.app-dwn svg:not(:root) {font-size: 16px;}
.icon_sec ul li a {width: 35px;height: 35px;display: inline-block;padding: 0 !important;line-height: 35px;text-align: center;}
.ch-bazar ol {margin: 0;padding: 0;}
.ch-bazar ol li {list-style: decimal;margin-left: 30px;font-size: 15px;margin-bottom: 5px;}
.info-form-inn {margin: 0 auto; width: 70%;}
.feature-info {display: flex;}
.feature-info input {border-bottom: 1px solid #ffc296;}
.frm-sub {margin-top: 20px;}
.checked {display: inline-block;width: 100%;}
.frm-add {width :100%; display: inline-block;}
.frm-add img {width: 100%;}
.group input[type="file"] {margin-top: 0;}
.feature-info .payment {display: inline-block;float:none !important;}
ul.terms li {margin-bottom: 5px;}
.term-new {width: 100%;display: inline-block;}
.nw-mem-reg {background-color: #ebebeb;padding: 20px;border: 1px solid #ddd;margin-bottom: 20px;box-shadow: 0 2px 3px 0;}
.nw-mem-reg h5 {font-size: 16px;font-weight: bold;line-height: 20px;}
.nw-mem-reg p {margin: 0;margin-bottom: 5px;color: #f37216;font-size: 15px;}


/* ================================
============= New Design Theme Color start ===================
================================================================*/


.category_heading p {color: #f76800;}
.category_heading h2 {color: #37373b;}
.body_banner_post.top_banner {background: #37373b;}
.ad-to-cart-block span {background-color: #37373b;}
.tag.new {background: #7b7b7b;}
.viwe_all_btn a button {background: #37373b;border: 1px solid #37373b;}
.body_banner_post {background: #37373b;}
.footer .footer-bottom {
  background: #37373b;
  clear: both;
}
.copyright-bar {background: #4b4b4b;}
.fet-prdt.product_sec_box .product {border: 1px solid #e3e3e3;padding: 8px;border-radius: 8px;}
.pop-prdt.product_sec_box .product {border: 1px solid #e3e3e3;padding: 8px;border-radius: 8px;}
.cnt-home {background-color: transparent;}
.product {background-color: transparent;}
.product-info.text-left.category_h {background-color: transparent;}
.all_brands {background-color: #ddd;}
.featured-product {background-color: transparent;box-shadow: none;}
.seller-register > li.active > a {background: #37373b;}
.res-btn1 {
    background-image: linear-gradient(#2d9ef7, #115677);
}
.seller-register > li.active > a, .seller-register > li.active > a:hover, .seller-register > li.active > a:focus {
    background-image: linear-gradient(#ff1b36, #a21526);
}
.nav-tabs > li > a:hover {background-image: linear-gradient(#ff1b36, #a21526);}
.btn-primary {background: #37373b;}
#owl-main .item .caption.bg-color .big-text {color: #37373b;}

.category-list {background-color: transparent;}
.search-result-container .category-product .product {border: 1px solid #e3e3e3;padding: 8px;border-radius: 8px;}
.section-title {background-color: #37373b;}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a {background: #37373b !important;}
.cart .action .add-cart-button .btn.btn-primary.icon {background: #1d1d20;}
.btn-main {background: #37373b !important;}
.btn-primary:hover, .btn-black:hover, .btn-primary:focus, .btn-black:focus {background: #ff9b00 !important;}
.main-header {
    /*background-color: #d55000;*/

}
.seller-register li {background: #dfdfdf;}
.seller-register > li.active > a, .seller-register > li.active > a:hover, .seller-register > li.active > a:focus {
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
}

.nw-hed-log-sec {padding-top: 10px;}
.nw-hed-log-sec .icon_sec {text-align: right;}




/* ================================
============= New Design Theme Color end ===================
================================================================*/



/* ==========For file upload start============ */
.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 60px;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 60px;
  line-height: 40px;
  color: #999;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
}
.file-upload-wrapper:before {
  content: 'Upload';
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 60px;
  background: #f37216;
  color: #fff;
  font-weight: 700;
  z-index: 25;
  font-size: 16px;
  line-height: 60px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
}
.file-upload-wrapper:hover:before {
  background: #c50;
}
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 60px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
/* ==========For file upload end============ */

/* ==========For check box start============ */
.agree {
    width: 100%;
    display: block;
}
.agree label {
    float: left;
    padding: 0;
    width: auto;
    line-height: 11px;
    margin-top: 9px;
	position: relative;
	pointer-events: initial;
}
.agree label input {
    display: none;
}
.agree label input:checked + span {
    background: url('../images/mark-box.png');
}
.agree label span {
    float: left;
    width: 26px;
    height: 26px;
    background: url('../images/full-box.png');
    margin-right: 15px;
}
.agree label p {
    margin: 0;
    float: left;
	width: auto;
	line-height: 30px;
}

/* ==========For check box end============ */

/*=====For Radio Button start========*/

.radio, .radio__label, .radio__label:after, .radio__label:before {
	 box-sizing: border-box;
}
 .radio__container:nth-child(1) {
	 border-bottom: 1px dotted #dbdbdb;
}
 .radio__container .radio-inline {
	 display: inline-block;
	 margin-right: 10px;
}
 .radio__container .radio {
	 display: inline;
	 opacity: 0;
	 width: 0;
	 margin: 0;
	 overflow: hidden;
	 -webkit-appearance: none;
}
 .radio__container .radio__label {
	 display: inline-block;
	 height: 50px;
	 position: relative;
	 padding: 15px 10px 15px 28px;
	 cursor: pointer;
	 vertical-align: bottom;
	 color: rgba(0, 0, 0, .54);
	 font: 300 14px/20px Helvetica, Arial, sans-serif;
	 -webkit-transition: color 200ms ease;
	 transition: color 200ms ease;
}
 .radio__container .radio__label:before, .radio__container .radio__label:after {
	 position: absolute;
	 content: "";
	 border-radius: 50%;
	 -webkit-transition: border-color 200ms ease, -webkit-transform 200ms ease;
	 transition: border-color 200ms ease, -webkit-transform 200ms ease;
	 transition: transform 200ms ease, border-color 200ms ease;
	 transition: transform 200ms ease, border-color 200ms ease, -webkit-transform 200ms ease;
}
 .radio__container .radio__label:before {
	 left: 0;
	 top: 15px;
	 width: 20px;
	 height: 20px;
	 border: 2px solid #dbdbdb;
}
 .radio__container .radio__label:after {
	 top: 20px;
	 left: 5px;
	 width: 10px;
	 height: 10px;
	 -webkit-transform: scale(0);
	         transform: scale(0);
	 background-color: #a44500;
}
 .radio__container .radio__label:hover {
	 color: #3c91e6;
}
 .radio__container .radio__label:hover:before {
	 border-color: #fb872b;
}
 .radio__container .radio:checked + .radio__label {
	 color: rgba(0, 0, 0, .87);
}
 .radio__container .radio:checked + .radio__label:before {
	 border-color: #f37216;
}
 .radio__container .radio:checked + .radio__label:after {
	 -webkit-transform: scale(1);
	         transform: scale(1);
}
.radio-inline {padding-left: 0;}
.radio__container {text-align: left;}
.radio__container .radio-inline {margin-left: 0; margin-right: 0;}

.form-container{
  margin-top: 40px;
}


/*=====For Radio Button end========*/




/* ========== For Responsive =============*/

@media (min-width: 769px) and (max-width: 2000px) {
  .shw-btn {display: none;}
  #target {display: block;}
  .shw-btn {top: 30px;}

}


@media (min-width: 481px) and (max-width: 768px){
.icon_sec {width: auto;float: left;}
#cart_list {width: 35%;float: right;}
.icon_sec ul li {margin: 0;}
.top-cart-row .dropdown-cart {margin: 0;}
.top-search-holder {width: 60%;}
.top-cart-row {width: 23%;}
}

@media (min-width: 0px) and (max-width: 768px){
.res-pd-px {padding-left: 6px; padding-right: 6px;}
.fet-prdt.product_sec_box, .fet-prdt.product_boxes {margin-bottom: 14px;}
#target {display: none;}
.shw-btn {top: 30px;}


.mega-menu-title {height: 100% !important;}
.mega_menu_bar #pro_search{padding: 0 !important;}
.header {float: right;width: 75%;}
.header .menu-btn:checked ~ .menu {width: 100%;display: block;}
ul.menu li a{padding: 12px 0;border-bottom: 1px dashed #868686;font-size: 14px;text-align:right;padding-right: 15px;}
ul.menu li a:hover{padding-right: 10px;background-color: rgb(232, 232, 232);}
ul.menu li:last-child a { border-bottom: 0px solid #fff;}
.download_icon_cnt {float: left;}
.download_icon_cnt li a {padding: 11px;}
li.app_dwonload {padding: 11px !important;}
.app_dwonload a {padding: 0 !important;}
.download_icon_cnt {position: absolute;left: 20px;}
.header .menu-icon {margin-right: 18px;}
#owl-main .item {height: 250px;}
#owl-main {height: 252px;}
.wide-banner .image img {width: 100%;}
.dropdown {padding: 0 !important;}
.footer_pay_img img {width: 100%;}
/* .fet-prdt .product .product-image img, .pop-prdt .product .product-image img {min-height: 379px;} */
.category-list .image {height: 354px;}
.info-form-inn {width: 100%;}





}

@media (min-width: 401px) and (max-width: 490px){
/* .download_icon_cnt {z-index: 9;} */
.download_icon_cnt {width: 70%;z-index: 9;}
}
@media (min-width: 0px) and (max-width: 480px){
.fet-prdt .product-image {height: auto; }
.fet-prdt .product-info, .pop-prdt .product-info {height: 160px;}
.fet-prdt .product-info .name a, .pop-prdt .product-info .name a {width: 185px;}
.price-box {text-align: center;}
#owl-main .item {height: 156px;}
.tab-content {padding: 0;}
#owl-main {height: 158px;}
.header {width: 100%;}
.top-cart-row {padding-top: 0;}
.logo-img {padding: 0;margin-top: 6px;}
.top-cart-row {top: 14px !important;}
header .logo a img {width: 70% !important;}
.price {width: 100%;display: inline-block;}
.price-box .price {display: inline;}
.logo-holder .logo {margin-left: 0 !important;}
.logo {text-align: left !important;}
.product-info.text-left.category_h {padding: 0;}
.wrap-popup {left: 20%;top: 78px;}
.price-box {margin: 0;width: 100%;text-align: left;}
form.input-cnt {padding: 5px 15px;}
.single-product .label {font-size: 12px !important;}
.product-slider .owl-controls {top: -65px;}
.product-slider .owl-controls .owl-next, .product-slider .owl-controls .owl-prev {top: -30px !important;}
.category_heading h2 {font-size: 20px;}
/* .fet-prdt .product .product-image img, .pop-prdt .product .product-image img {min-height: 225px;} */
.product-info {height: auto !important;}
.price-box {min-height: 46px;}
.shw-btn {top: 20px;}
.category-list .image {height: 203px;}
.fet-prdt .image, .pop-prdt .image {height: 224px;overflow: hidden;}
.icon_sec ul li {margin-left: 7px;}
.fet-prdt.product_sec_box, .fet-prdt.product_boxes {margin-bottom: 10px;}
.nw-mem-reg h5 {font-size: 13px;font-weight: normal;}
.nw-mem-reg p {font-size: 12px;}





}



@media (min-width: 0px) and (max-width: 420px){
.download_icon_cnt {position: absolute;left: -108px;right: 0;top: -10px;}
.mega-menu-title {margin-top: 0 !important;}
.download_icon_cnt {width: 100%;}

}

@media (min-width: 0px) and (max-width: 414px){
/* .fet-prdt .product-info, .pop-prdt .product-info {height: 190px;} */
.ad-to-cart-block {padding: 0;margin-top: 10px;}
.fet-prdt .product-info .name a, .pop-prdt .product-info .name a {width: 122px;}
#owl-main .item {height: 133px;}
#owl-main {height: 118px;}
.mega-menu-title h3 {margin: 1px !important;}
.sidebar-widget.wow.fadeInUp.animated {display: block !important;}
/* .fet-prdt .product .product-image img, .pop-prdt .product .product-image img {min-height: 190px;} */
.fet-prdt .product-info, .pop-prdt .product-info {height: 170px !important;}
.category-list .fet-prdt .product-info .name a, .category-list .pop-prdt .product-info .name a {width: 150px;}
.fet-prdt .image, .pop-prdt .image {height: 188px;}
.icon_sec ul li {margin-left: 0px;}
}


@media (min-width: 0px) and (max-width: 375px){
/* .fet-prdt .product .product-image img, .pop-prdt .product .product-image img {min-height: 161px;} */
.fet-prdt .image, .pop-prdt .image {height: 169px;}
.top-cart-row {width: 100% !important;}
}

@media (min-width: 0px) and (max-width: 360px){
.fet-prdt .product .product-info .name, .pop-prdt .product .product-info .name {margin-top: 0;}
/* .pop-prdt, .fet-prdt {height: 312px;} */
.category-list .fet-prdt .product .product-image img {min-height: 160px;}
.category-list .fet-prdt .product-info .name a, .category-list .pop-prdt .product-info .name a {width: 130px;}
.download_icon_cnt {width: 125%;}
}

@media (min-width: 0px) and (max-width: 320px){
.fet-prdt .product-info, .pop-prdt .product-info {height: 170px !important;}
.fet-prdt .product-info .name a, .pop-prdt .product-info .name a {width: 100px;}
.ad-to-cart-block span {font-size: 10px;}
.product_sec_box .product {margin-bottom: 0;}
/* .fet-prdt .product .product-image img, .pop-prdt .product .product-image img {min-height: 115px;} */
.main-header .top-search-holder .search-area .search-field {width: 40%;}
.icon_sec ul li {margin-left: 0;}
#owl-main .item {height: 104px;}
.product-slider .owl-controls .owl-next, .product-slider .owl-controls .owl-prev {top: -55px !important;}
.viwe_all_btn a button {font-size: 15px;}
/* .category-list .fet-prdt .product .product-image img {min-height: 138px;} */
.category-list .fet-prdt .product-info .name a, .category-list .pop-prdt .product-info .name a {width: 110px;}
.category-list .image {height: 140px;}
.fet-prdt .image, .pop-prdt .image {height: 130px;}
.product_sec_box .product {margin-bottom: 0 !important;}
.top-cart-row {width: 43% !important;}







}

/* ============== abhay end =============*/


.slogan {
    max-width: 740px;
    width: 100%;
    margin: 15px auto 40px;
    display: table;
}

.slogan_rg {
    max-width: 500px;
    width: 100%;
    margin: 15px auto 0px;
    display: table;
}

.table_design {
  border-collapse: collapse;
  width: 100%;
}

.table_design td, th {
  border: 1px solid #dddddd !important;
  text-align: left;
  padding: 5px !important;
}

.table_design tr:nth-child(even) {
  background-color: #dddddd;
}

.dataTables_length select{
  height: 35px;
}

/* ====================================caegory css============================================= */

label.col-sm-2.category-label {
  font-size: 14px;
  font-weight: 500;
  padding: 20px 10px 0px;
  color: #424242;
}
.category-input {
  border-radius: 5px;
  background: #FFF;
  padding: 10px 15px;
  border: 1px solid #dddddd;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #4a4a4a;
}
.form-group.category-form {
  margin: 0 0 20px;
}
.category-input-img {
  padding: 15px 0 0;
}
.category-label.percentage-label {
  padding: 15px 0 0;
  font-size: 14px;
  font-weight: normal;
}
.percentage-pluse {
  font-size: 30px;
  font-weight: 700;
  color: black;
}














