/*-----------------------------------------------------------------------------------

    Template Name: Latest -eCommerce Fashion Template
    Template URI: https://hastech.company/
    Description: This is html5 template
    Author: hastech
    Author URI: https://hastech.company/
    Version: 2

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1. Theme default CSS (body, link color, section etc)
    2. Header-area
    3. Slider-section
    4. Product-Area
    5. Discount-Product-Area
    6. Purchase-online-area
    7. Blog-area
    8. Footer-area
    9. Home page 2
    10. Shop-page
    11. Shop-Sidebar
    12. Single-Product
    13. Shopping-cart
    14. My Account
    15. Single-Blog
    16. 404
    17. Contact
  18. header area
  19.  mainmenu area

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1. Theme default CSS
/*----------------------------------------*/

/* Google Font */
/*@import url('https://fonts.googleapis.com/css?fa=Lato:100,300,400,700,900|Raleway:100,200,300,400,500,600,700,800,900');*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
html, body {height: 100%;font-size:16px;}
p,li,span{
    font-size:16px;
    line-height:24px;
}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid}
img {max-width:100%;height:auto;}
.img-mobile {max-width:75% !important;height:auto; float: right !important;}
.img-web
{
  /*max-width:55% !important;
  height:auto;
  float: right !important;
  padding-bottom: 12px !important;*/
  max-width: 71% !important;
  height: auto;
  float: right !important;
  padding-bottom: 12px !important;
}
.fix {overflow:hidden;line-height: 24px;}
.table, .table-cell {
  height: 100%;
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
body{
  overflow-x: hidden;
}
p {
  margin:0 0 15px;
}
h1, h2, h3, h4, h5, h6 {
  color: #434343;
  margin: 0 0 10px;
      font-weight: 600;
}
em
{
  font-family: 'Open Sans', sans-serif;  
  font-style:normal !important;
}
a{
  text-decoration:none;
  color: #434343;
}
a, *::before {
  transition: all 0.3s ease 0s;
  }
a:hover {
  color: #F19F4D;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:focus {
  text-decoration:none;
}
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
.clear{clear:both}
body {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  overflow-x: hidden !important;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* =========================================
  2. Header-area
========================================= */
.header {
  background: #fff none repeat scroll 0 0;
}
.header-area .container-fluid {
  padding: 0 40px;
}
.logo {
  padding: 38px 0;
}
.cart-icon {
  padding: 26px 0;
  display:block;
}
.logo, .cart-icon {
  transition: all 0.5s ease 0s;
}
.header-2 .logo {
  padding: 36px 0;
}
.header-2 .cart-icon {
  padding: 36px 0;
}
.sticky.header-2 .cart-icon {
  padding: 33px 0;
}
/* Mini-Cart */
.mini-cart ul li {
  display: inline-block;
  position: relative;
}
.cart-icon i {
  font-size: 25px;
  line-height: 25px;
}
.cart-icon > span {
  background: #F19F4D none repeat scroll 0 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  height: 18px;
  left: -8px;
  line-height: 15px;
  position: relative;
  text-align: center;
  top: -15px;
  width: 18px;
  z-index: 999;
}
.mini-cart-brief {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dddddd;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 150%;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 350px;
  z-index: -9;
}
.cart-items {
  border: 1px solid #f6f6f6;
  padding: 20px;
}
.cart-items p span {
  color: #F19F4D;
}
.all-cart-product {
  padding: 10px 0;
}
.single-cart {
  padding: 10px 30px 10px 20px;
  position: relative;
}
.cart-photo {
  float: left;
  width: 90px;
}
.cart-info {
  float: left;
  padding-left: 20px;
}
.cart-info h5 {
  font-size: 14px;
  text-transform: uppercase;
}
.cart-delete {
  position: absolute;
  right: 30px;
  top: 50px;
}
.cart-delete a i {
  font-size: 16px;
  line-height: 19px;
}
.cart-totals {
  border-bottom: 1px solid #f6f6f6;
  border-top: 1px solid #f6f6f6;
  padding: 20px 50px 20px 20px;
}
.cart-totals h5 {
  font-size: 14px;
  font-weight: 900;
  line-height: 14px;
  text-transform: uppercase;
}
.cart-bottom {
  padding: 20px 60px 30px;
}
.mini-cart ul li:hover .mini-cart-brief {
  opacity: 1;
  top: 83px;
  transition: all 0.5s ease 0s;
  visibility: visible;
  z-index: 99999999;
}
.img-width{
  width: 600px !important;
  height: 400px !important;
}
.mini-cart ul li:hover  .cart-icon {
  color: #F19F4D;
}
.heading-banner-title2   { 
    font-size: 32px !important; 
}
/* Main-Menu */
.menu-toggle {
  left: 25px;
  position: fixed;
  top: 42px;
  z-index: 99999999;
  transition: all 0.5s ease 0s;
}

.image-aside{
  height: 175px !important;
    width: 100% !important;
}
.menu-toggle-2 {
  top: 27px;
}
.main-menu {
  background: #fff none repeat scroll 0 0;
  height: 100%;
  left: -225px;
  padding-top: 162px;
  position: fixed;
  top: 0;
  width: 225px;
  z-index: 9999999;
}
.main-menu > nav {}
.main-menu > nav > ul {}
.main-menu > nav > ul > li {}
.main-menu > nav > ul > li > a {
  background: transparent none repeat scroll 0 0;
  color: #666;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 45px;
  padding: 0 0 0 70px;
  position:relative;
  text-transform: uppercase;
  z-index: 1;
}
.main-menu > nav > ul > li > a::before {
  background: #F19F4D none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.main-menu > nav > ul > li:hover > a {
  color: #fff;
}
.main-menu > nav > ul > li:hover > a::before {
  left: 0;
}
/* Sub-menu */
.main-menu ul li .sub-menu {
  background: #fff none repeat scroll 0 0;
  border-left: 1px solid #F19F4D;
  height: 100%;
  left: 300px;
  padding-top: 172px;
  padding-left: 70px;
  position: absolute;
  opacity:0;
  top: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 250px;
}
.main-menu ul li:hover .sub-menu {
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.main-menu ul li .sub-menu > ul > li a {
  color: #999;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
.main-menu ul li .sub-menu > ul > li:hover  a {
  color: #F19F4D;
}
.sub-menu ul li:last-child {
  padding-bottom: 100px;
}
/* Mega-menu */
.main-menu ul li .mega-menu {
  background: #fff none repeat scroll 0 0;
  border-left: 1px solid #F19F4D;
  height: 100%;
  left: 300px;
  padding-top: 172px;
  position: absolute;
  opacity:0;
  top: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 500px;
}
.main-menu ul li:hover .mega-menu {
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.half-width {
  float: left;
  padding-bottom: 35px;
  padding-left: 70px;
  width: 50%;
}
.menu-title {
  color: #666666;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.half-width > ul > li a {
  color: #999;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
.half-width > ul > li:hover  a {
  color: #F19F4D;
}
.mega-menu-img a {
  display: block;
}
/* NiceScroll */
.boxscroll {
  overflow: auto;
}
.main-menu #ascrail2000 {
  display: none !important;
}
.main-menu .nicescroll-rails.nicescroll-rails-vr {
  display: none !important;
}
/* Header Sticky */
.sticky {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 7px 5px -10px #555;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.sticky .top-logo {
  padding: 21px 0;
}
.sticky .mainmenu ul li a {
  padding: 15px 15px 16px;
}
.sticky .cart-icon {
  padding: 19px 0;
}
.sticky .restrain {
  top: 66px;
}
.sticky .mini-cart ul li:hover .mini-cart-brief {
  top: 66px;
}
/* -----------------------------------------
  3. Slider-section
----------------------------------------- */
/* Banner-area */
.banner-2 { margin-top: 50px;}
.single-banner {
  position: relative;
  transition: all 0.5s ease 0s;
}
.single-banner::before {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
}
.single-banner:hover::before{opacity:1;visibility:visible;}
.single-banner:hover .banner-title > a,.single-banner:hover .banner-title,.single-banner:hover .banner-brief p{color:#fff;}
.single-banner:hover {
  box-shadow: 1px 8px 15px rgba(0, 0, 0, 0.12);
}
.price {
  color: #434343;
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  right: 30px;
  top: 20px;
}
.single-banner:hover .price{color:#fff;}
.banner-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.banner-brief {
  bottom: 20px;
  left: 30px;
  position: absolute;
}
/* banner-1 */
.banner-1 .banner-brief p {line-height: 15px;}
.banner-1 .button-one {
  bottom: 20px;
  position: absolute;
  right: 30px;
}
/* banner-2 */

.slider-height {
    min-height: 767px;
}
.slider-height-2 {
    min-height: 792px;
}
.single-slider {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.bg-img {
  background-position: center center;
  background-size: cover;
}



/* Default Slider Animations */
.owl-item .slider-content * {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-item.active .slider-content * {}
.owl-item.active .slider-animated-1 h2.slider-title3 {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
.owl-item.active .slider-animated-1 h2.slider-title1 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
.owl-item.active .slider-animated-1 h3.slider-title3 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
.owl-item.active .slider-animated-1 p.slider-pro-brief {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
.owl-item.active .slider-animated-1 a.button-one {
    -webkit-animation-delay: 2.0s;
    animation-delay: 2.0s;
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

.slider-active.owl-carousel > .owl-nav div {
  color: #666;
  cursor: pointer;
  font-size: 20px;
  height: 53px;
  line-height: 53px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  z-index: 9;
}
.slider-active.owl-carousel > .owl-nav div::after {
  border-bottom: 26px solid transparent;
  border-left: 32px solid #f9f9f8;
  border-top: 26px solid transparent;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  z-index: -1;
}

.slider-active.owl-carousel > .owl-nav div.owl-next::after {
  transform: rotate(180deg);
}

.slider-active.owl-carousel > .owl-nav div.owl-next {
  left: auto;
  right: 0px;
    
}

.slider-active.owl-carousel > .owl-nav div.owl-next i {
  margin-left: 15px;
}
.slider-active.owl-carousel > .owl-nav div.owl-prev i {
  margin-left: -15px;
}

.slider-active.owl-carousel > .owl-nav div:hover::after {
  border-bottom: 26px solid transparent;
  border-left: 32px solid #F19F4D;
  border-top: 26px solid transparent;
}
.slider-active.owl-carousel > .owl-nav div:hover {
  color: #fff;
}

.slider-active .owl-dots {
  bottom: 20px;
  position: absolute;
  right: 30px;
}
.slider-active .owl-dots .owl-dot {
  background: #cccccc none repeat scroll 0 0;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  height: 8px;
  line-height: 8px;
  margin: 0 5px;
  position: relative;
  text-indent: -9999px;
  width: 8px;
  z-index: 999;
}
.slider-active .owl-dots .owl-dot.active {
  background: #F19F4D none repeat scroll 0 0;
} 
.banner-2 .banner-brief {
  bottom: auto;
  left: auto;
  padding-right: 30px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
}
.banner-2 .banner-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.banner-2 .banner-brief p { margin: 0 0 30px;}
/* Slider-area */
.slider-title2,
.slider-title3 {
  font-weight: 400;
}
.slider-title3 {
  font-size: 22px;
  line-height: 30px;
}
.slider-title1 {
  color: #222;
  font-size: 46px;
  font-weight: 700;
  margin: 15px 0;
}

.slider-title1-white {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 15px 0;
    line-height: 50px;
}

.slider-title1-new {
  /*color: #222;
  font-size: 33px;
  font-weight: 700;
  margin-top: 25px;
  text-transform: none !important;*/
  color: #222;
  font-size: 40px;
  font-weight: 700;
  margin-top: 25px;
}
.txt-white .slider-title1,.txt-white .slider-title3,.txt-white .slider-pro-brief {
  color: #fff;
}
.slider-title2 {
  font-size: 30px;
  line-height: 33px;
}
.slider-pro-brief {
  color: #464646;
  font-size: 16px;
  line-height: 25px;
}
.layer-1 {
  /*float: right;*/
  /*margin-right: 5%;*/
  width: 100%;
  text-align: center;
}
.customer-login {
  background: #fff none repeat scroll 0 0;
  padding: 40px;
}
/* -----------------------------------------
  4. Product-Area
----------------------------------------- */
.product-area {background: #F6F6F6;}
.product-slider .slick-list { padding: 10px 15px 20px;}
.single-product {
  padding-top: 15px;
  transition: all 0.5s ease 0s;
}
.product-img {
  overflow: hidden;
  position: relative;
}
.product-img img { 
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.product-action {
  background: #fff none repeat scroll 0 0;
  bottom: -40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  visibility:hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
  width: calc(100% - 40px);
}
.product-action a {
  color: #666666;
  float: left;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  position: relative;
  width: 25%;
}
.product-action a::before {
  background: #999 none repeat scroll 0 0;
  content: "";
  height: 16px;
  margin-top: -8px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
}
.product-action a:last-child::before {
  display:none;
}
.product-action a:hover {
  color: #F19F4D;
}
.product-info {
  padding: 20px 0;
}
.post-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
} 
.post-title3 {
   font-size: 11px !important; 
} 
.pro-price {
  color: #434343;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}
.pro-rating a {
  color: #434343;
  font-size: 15px;
  line-height: 28px;
}
.single-product:hover .product-action {
  bottom: 15px;
  visibility:visible;
  opacity: 1;
}
.single-product:not(body):hover {
  box-shadow: 1px 25px 54px rgba(0, 0, 0, 0.12);
}
.product-slider .single-product:hover {
  box-shadow: 1px 8px 15px rgba(0, 0, 0, 0.12);
}
/* -----------------------------------------
  5. Discount-Product-Area
----------------------------------------- */
.discount-product,.discount-img {position: relative;}
.discount-img-brief {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 33%;
  width: 100%;
}
.discount-info {
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  width: 40%;
}
.onsale-price {
    padding-top: 10px;
  font-weight: 700;
}
.discount-info h1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 15px;
}
/* -----------------------------------------
  6. Purchase-online-area
----------------------------------------- */
.tab-menu { margin-bottom: 23px;display: inline-block;}
.tab-menu li {
  display: block;
  margin: 0 15px;
  position: relative;
  float: left;
}
.tab-menu li a {
  color: #666;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 10px;
  padding-bottom: 12px;
}
.tab-menu li.active a { color: #F19F4D;}
.tab-menu li.active::before {
  background: #F19F4D none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 30px;
}
/* -----------------------------------------
  7. Blog-area
----------------------------------------- */
.blog-area {}
.single-blog { transition: all 0.5s ease 0s;border: 1px solid #00000038 !important;}
.post-year {
  padding-top: 25px;
}
.post-year1 {
    padding-top: 15px !important;
    padding-left: 15px !important;
}
.like-share {padding: 12px 0;}
.like-share a {
  color: #999;
  float: left;
  font-size: 12px;
  line-height: 14px;
  margin-right: 20px;
}

 
.bet_time {
    position:absolute;
    bottom:0;
    right:0;
}
.like-share a:hover { color: #434343;}
.like-share a:last-child { margin-right: 0;}
.like-share a i { padding: 0 8px 0 2px;}
.blog-photo { overflow: hidden;}
.single-blog:hover .blog-photo img { transform: scale(1.1);}
.blog-photo img {
  width: 100%;
  transition: all 0.5s ease 0s;
}

.ellipsis1{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*-webkit-line-clamp: 2;  */
  -webkit-line-clamp: 7;  
  -webkit-box-orient: vertical;
  margin-left: 10px !important;
  font-size: 16px;
  line-height: 24px;
}

.cat-width { 
  width: 100% !important;
  /*height: 65% !important;*/
  height: 142px !important;
  transition: all 0.5s ease 0s;
}
.blog-photo a { display: block;}

/* -----------------------------------------
  8. Footer-area
----------------------------------------- */
.footer-area {
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 120px 0 75px;
}

.footer-area1 {
  background: #181818 none repeat scroll 0 0 !important;
  padding: 30px 0 20px !important;
}
.footer-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 15px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.footer-title.title-border::before {
  background: #F19F4D none repeat scroll 0 0;
}
.footer-contact li {
  display: block;
  overflow: hidden;
  padding-bottom: 15px;
      font-size: 16px;
    line-height: 24px;
}
.footer-contact li:last-child { padding-bottom: 0;}
.footer-contact li span {
  float: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  width: 95px;
}
.footer-menu li a {
  color: #666666;
  line-height: 27px;
}
.footer-menu li a i { margin-right: 10px;}
.footer-menu li a:hover { color: #F19F4D;}
.footer-thumb {
  overflow: hidden;
  position: relative;
}
.footer-thumb > a {
  display: block;
  position: relative;
}
.footer-thumb > a::before {
  background: #F19F4D none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 100%;
  width: 100%;
}
.footer-thumb:hover a::before { top: 0;  }
.footer-thumb-info {
  height: 100%;
  left: 0;
  padding: 10px 15px;
  position: absolute;
  top: 100%;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}
.footer-thumb-info p {
  line-height: 15px;
  text-transform: capitalize;
}
.price-3 {
  font-size: 16px;
  line-height: 15px;
}
.footer-thumb-info p a, .price-3 { color: #fff;}
.footer-thumb:hover .footer-thumb-info {
  top: 0;
  visibility: visible;
}
.payment { line-height: 60px;padding: 0px 0 0 0;}
.copyright { line-height: 60px;padding: 20px 0 0 0;}
.payment a {
  display: inline-block;
  margin-left: 10px;
}
.payment a:first-child { margin-left: 0;}
.copyright-area { background: #eeeeee none repeat scroll 0 0;}
/* ====================================
  9. Home page 2
====================================== */
.body-bg {
  background: #f6f6f6 none repeat scroll 0 0;
}
.slider-style-2 .layer-1 {
  width: 50%;
}
.banner-3 .banner-title {
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
}
.main-bg{
  color:#030373;
}
 .img-cat2 {
    width: 100%;
    transition: all 0.5s ease 0s;
    height: 120px !important;
}

.text-width{
   width: 70%;
   color: #ffffff;
}
.banner-3 .banner-brief {
  bottom: auto;
  left: 5%;
  position: absolute;
  top: 28%;
  transform: translateY(-50%);
}
.product-style-2 .single-product {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 30px;
  padding: 15px 15px 25px;
}
.product-style-2 .product-action {
  background: #f6f6f6 none repeat scroll 0 0;
  margin-top: 15px;
  opacity: 1;
  position: inherit;
  visibility: visible;
  width: calc(100% - 0px);
}
.pro-price-2 {
  color: #434343;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 15px;
}
.product-style-2 .product-info { padding: 15px 0 0;}
/* Discount-2 */
.discount-2 .discount-product {
  background: #fff none repeat scroll 0 0;
  padding: 72px 20px;
  position: inherit;
}
.discount-2 .discount-info {
  float: none;
  width: 100%;
}
/* up-comming-product */
.up-comming-product {
  background: #fff none repeat scroll 0 0;
  padding: 20px;
}
.up-comming-img img { width: 100%;}
.up-comming-brief { padding: 20px 0 25px;}
.comming-pro-price {
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  margin: 0;
}
.cdown {
    display: inline-block;
    margin: auto 15px;
}
.time-count {
  border: 1px solid #F19F4D;
  border-radius: 50%;
  color: #222;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  line-height: 38px;
  width: 40px;
}
.cdown p {
  color: #8a8888;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin: 10px 0 0;
  text-transform: capitalize;
}
/* blog-2 */
.blog-2 .single-blog {
  background: #fff none repeat scroll 0 0;
  padding: 25px;
}

 .single-blog1 {
  background:   none repeat scroll 0 0; 
      padding: 0px !important;   
    border: 1px solid #00000038 !important;
}
.single-blog2 { 
    border: 1px solid #00000038 !important;
}
.blog-2 .blog-photo { position: relative;}
.blog-2 .like-share {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  bottom: -40px;
  position: absolute;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
}
.blog-2 .like-share a {
  color: #444;
  display: inline-block;
  float: none;
}
.blog-2 .like-share a:hover { color: #F19F4D;}
.blog-2 .post-meta {padding: 0 0 10px;}
.post-meta1 {padding: 0 0 0px !important;}
.blog-2 .single-blog:hover { box-shadow: 1px 25px 54px rgba(0, 0, 0, 0.12);}
.blog-2 .single-blog:hover .blog-photo img { transform: none;}
.blog-2 .single-blog:hover .like-share {
  bottom: 0;
  visibility: visible;
}
/* brand */
.brand-logo-area { margin-bottom: -50px;}
.brand {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.single-brand {
  height: 100px;
  line-height: 100px;
}
.single-brand a { display: inline-block;}
.single-brand a img { display: inline-block;}
/* footer-2 */
.footer-2 {
  background: #eeeeee none repeat scroll 0 0;
  padding-top: 130px;
}
body .footer-subscribe input{
  background-color: #f6f6f6 !important;
}
.footer-subscribe button {
  background: #f7f7f7 none repeat scroll 0 0;
  color: #666;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  padding: 0 25px;
  text-transform: uppercase;
}
.footer-subscribe button:hover {
  background: #F6F6F6 none repeat scroll 0 0;
  color: #F19F4D;
}
.copyright-2 {
  background: #f2f2f2 none repeat scroll 0 0;
}
.copyright-3 {
  background: #000000 none repeat scroll 0 0 !important;
}
.footer-area.footer-3 {
  background: #eeeeee none repeat scroll 0 0;
  padding: 80px 0;
}
/* ---------------------------------
  10. Shop-page
----------------------------------- */
.heading-banner-area {
  background: rgba(0, 0, 0, 0) url("img/bg/1.jpg") no-repeat scroll center center / cover ;
}
.heading-banner-title h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 0;
  /*padding: 134px 0 101px;*/
  padding:225px 0 170px;
  text-align: center;
  text-transform: uppercase;
}
.breadcumbs ul { overflow: hidden;}
.breadcumbs li {
  color: #eee;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 700;
  margin-left: 38px;
  position: relative;
  text-transform: uppercase;
}
.breadcumbs li:first-child { margin-left: 0px;}
.breadcumbs ul li a {
  color: #fff;
  display: block;
}
.breadcumbs ul li:hover a { color: #434343;}
.breadcumbs li::after {
  color: #fff;
  content: "/";
  left: -22px;
  position: absolute;
  top: 0;
}
.breadcumbs li:first-child::after { content: "";}
.overlay-bg { position: relative;}
.overlay-bg::before {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* Product-option */
.option-btn {
  margin-right: 20px;
  padding: 0;
  color: #999;
}
.option-btn.active, .option-btn:hover { color: #F19F4D;}
.dropdown-menu { border-radius: 0;}
.dropdown-width { width: 290px;}
/* ---------------------------------
  11. Shop-Sidebar
----------------------------------- */
/* Widget Search */

/* widget-categories */
.widget {
  background: #fff none repeat scroll 0 0;
  width: 100%;
  /*min-height: 160px;*/
}
.widget-categories {
  background: #fff none repeat scroll 0 0;
  width: 100%;
}
.widget-title h4 {
  border-bottom: 2px solid #f6f6f6;
  color: #666;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin-bottom: 0;
  padding: 0 30px;
  text-transform: uppercase;
}
ul.a {
  list-style-position: outside;
}
.widget-info { padding: 20px 30px;}
.widget-info1 { padding: 10px 20px;    min-height: 128px;}
.widget-info.product-cat {
  background: #fff none repeat scroll 0 0;
 /* height: 290px;*/
  padding: 15px 20px 20px 10px;
}
.widget-info.product-cat ul li{
    width:100%;
}
.product-cat .treeview { padding-left: 20px;}
.product-cat .treeview li span {
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 25px;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.product-cat .treeview li.collapsable span, .product-cat .treeview li span:hover {
  color: #F19F4D;
}
.product-cat .treeview li > ul > li > a {
  color: #999;
  display: block;
  font-size: 13px;
  line-height: 25px;
  text-transform: capitalize;
}
.product-cat .treeview li > ul > li > a {
  color: #999;
}
.product-cat .treeview li > a:hover,
.product-cat .treeview li > ul > li > a:hover {
  color: #F19F4D;
}
/* Widget Shop Filter */
.price_slider_amount { margin-bottom: 10px;}
.price_slider_amount > input {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  margin: 0 5px 0 0;
  padding: 0;
  width: auto;
}
.price_slider_amount > input#amount {
  margin-right: 0;
  width: 90px;
}
.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
  background: #dcdcdc none repeat scroll 0 0;
  border: medium none;
  height: 3px;
}
.ui-slider-range.ui-widget-header.ui-corner-all {
  background: #434343 none repeat scroll 0 0;
}
.ui-slider-handle.ui-state-default.ui-corner-all {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #434343;
  height: 12px;
  width: 12px;
}
/* Widget Color Filter */
.color-filter ul li  {
  color: #666 !important;
  float: left !important;
  font-size: 14px !important;
  line-height: 28px !important;
  width: 100% !important;
}
.color-filter ul li  a{
  color: #666 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  cursor: pointer !important;
  width: 100% !important;
}
.color-filter ul li  a:hover{
    color: #F19F4D !important;
}
.zmdi a{
  color: #666 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  width: 100% !important;
  cursor: pointer !important;
  font-family: 'Open Sans', sans-serif;
}
.zmdi a:hover{
  color: #F19F4D !important;
}
.color-filter ul li span.count { float: right;}
span.color {
  background: #ddd none repeat scroll 0 0;
  display: inline-block;
  height: 13px;
  margin-right: 20px;
  width: 13px;
}
.color-filter ul li.active  span.color,
.color-filter ul li:hover span.color {
  outline: 1px solid #D6B98C;
  outline-offset: 1px;
}
.color-filter ul li.active a,
.color-filter ul li.active span.count  { color: #F19F4D;}
span.color.color-1 { background: #ffa07a; }
span.color.color-2 { background: #E9967A; }
span.color.color-3 { background: #FE5858; }
span.color.color-4 { background: #00B2EE; }
span.color.color-5 { background: #00EEB3; }
span.color.color-6 { background: #8DC63F; }
span.color.color-7 { background: #C38B4B; }
span.color.color-8 { background: #ffa07a; }
span.color.color-9 { background: #FE5858; }
span.color.color-10 { background: #00B2EE; }
/* Widget Size Filter */
.size-filter li {
  float: left;
  margin: 8px 8px 0 0;
}
.size-filter ul li a {
  color: #434343 !important;
  display: block;
  font-weight: 700;
  height: 34px;
  line-height: 24px;
  text-align: center;  
  font-size:16px;
}
.size-filter ul li:last-child { margin-right: 0;}
.size-filter ul li.active a, .size-filter ul li a:hover {
  background: #F19F4D;
  color: #fff !important;
}
/* Widget-Banner */
.widget-banner .widget-info {
  padding: 15px;
}
.widget-banner-img a { display: block;}
/* widget-product */
.widget-product .widget-info {
  padding: 10px 15px;
}
.sidebar-product .product-img {
  float: left;
  width: 35%;
}
.sidebar-product .product-info {
  float: left;
  padding: 0 0 0 20px;
  width: 65%;
}
.sidebar-product .post-title, .sidebar-product .pro-price {
  font-size: 14px;
  line-height: 16px;
}
.sidebar-product .pro-price {
  color: #999;
}
.sidebar-product .single-product {
  margin-bottom: 5px;
  padding: 10px 15px;
}
/* product-option */
.product-option {
  background: #fff none repeat scroll 0 0;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}
.shop-tab > li {
  float: left;
  margin-right: 20px;
}
.shop-tab li a {
  color: #999;
  display: block;
  font-size: 20px;
}
.shop-tab li.active a { color: #F19F4D;}
/* ==== */
.shop-list .single-product {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 30px;
  padding: 15px;
}
.shop-list .product-img {
  float: left;
  width: 29.333%;
}
.shop-list .product-info {
  float: left;
  padding: 0 15px 0 30px;
  width: 69.667%;
}
.shop-list .product-action {
  float: left;
  margin: 0 0 0 20px;
  /* width: 230px; */
  width: 45%;
}
.shop-list .product-description  p {
  font-weight: 400;
  margin-bottom: 44px;
}
/* cart-plus-minus */
.cart-plus-minus {
    background: #F6F6F6 none repeat scroll 0 0;
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    width: 33%;
}
input.cart-plus-minus-box {
  background: #f6f6f6 none repeat scroll 0 0;
  float: left;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 33.33%;
}
.qtybutton {
  cursor: pointer;
  float: left;
  font-size: 20px;
  position: relative;
  width: 33.3333%;
}
.qtybutton:hover { color: #F19F4D;}
.dec.qtybutton::before, .inc.qtybutton::before {
    background: #999;
    content: "";
    height: 14px;
    position: absolute;
    right: 0;
    top: 15px;
    width: 1px;
}
.dec.qtybutton::before { right: 0;}
.inc.qtybutton::before { left: 0;}
/* Shop Pagination */
.pagination {
  background: #fff none repeat scroll 0 0;
  display: block;
  height: 50px;
  margin: 0;
  border-radius: 0;
  margin-bottom: 50px;
}
.pagination .screen-reader-text
{
  display: none;
}
.pagination ul { display: inline-block;}
.pagination ul li {
  display: block;
  float: left;
  padding: 10px 0;
}
.pagination ul li a {
  color: #666;
  display: block;
  line-height: 30px;
  padding: 0 6px;
}
.pagination ul li a i {
  display: block;
  font-size: 20px;
  line-height: 30px;
}
.pagination ul li.active a, .pagination ul li:hover a {
  color: #F19F4D;
}
/* ---------------------------------
  12. Single-Product
----------------------------------- */
.single-pro-area .single-product:hover {
  box-shadow: none;
}
.single-pro-color ul li {
  line-height: inherit;
  width: auto;
}
.single-pro-color span.color {
  margin-right: 10px;
}
.color-title {
  color: #434343;
  display: block;
  font-weight: 700;
  width: 55px;
}
.single-pro-size ul li a,
.single-pro-size ul li.active a,
.single-pro-size ul li a:hover {
  background: transparent none repeat scroll 0 0;
}
.single-pro-size ul li.active a, .single-pro-size ul li a:hover {
  color: #F19F4D;
}
.single-pro-size ul li { margin-right: 0;}
.single-pro-size ul li a {
  height: auto;
  line-height: inherit;
  margin-right: 15px;
  width: auto;
}
.single-pro-info .single-product {
  padding: 30px 15px 30px 30px;
}
.single-pro-info .single-big-photo {
  float: left;
  width: 45%;
}
.single-big-photo img { width: 100%;}
.single-pro-info .product-info {
  width: 55%;
}
.single-pro-info .product-description p {
  font-weight: 400;
  margin-bottom: 30px;
}
.single-sml-photo {
  margin-top: 38px;
}
.single-sml-photo .slick-list {
  margin: auto;
  width: calc(100% - 50px);
}
.single-sml-photo .slick-slide {
  padding: 0 10px;
  width: 70px;
}
.single-sml-photo img {
  cursor: pointer;
  width: 100%;
  margin:0 auto;
}
.single-sml-photo .slick-current img {
  border: 1px solid #D6B98C;
}
.single-pro-info .slick-arrow {
  background: #f6f6f6 none repeat scroll 0 0;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 25px;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 25px;
  z-index: 999;
  transition: all 0.3s ease 0s;
}
.single-pro-info .slick-arrow:hover {
  background: #F19F4D none repeat scroll 0 0;
  color: #fff;
}
.single-pro-info .slick-arrow.arrow-left {
  left: 0;
  right: auto;
}
.single-pro-info .slick-arrow.arrow-right {
  left: auto;
  right: 0;
}
.single-pro-info .slick-arrow i {
  left: 0;
  margin-top: -12px;
  position: absolute;
  right: 0;
  top: 50%;
}
/* lightbox */
.view-lightbox {position: relative;}
.view-full-screen {
  bottom: 0;
  color: #999;
  display: block;
  font-size: 20px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 25px;
  z-index: 9;
}
.view-full-screen::before {
  border-right: 50px solid #FCFBFB;
  border-top: 50px solid transparent;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  z-index: -1;
}
/* single-product no-sidebar */
.single-pro-info.no-sidebar .single-big-photo {
  width: 38%;
}
.single-pro-info.no-sidebar .product-info {
  width: 62%;
}
/* single-product-tab review */
.pro-tab-info {
  background: #fff none repeat scroll 0 0;
  padding: 40px 30px;
}
.single-pro-tab-menu ul li {
  margin-bottom: 5px;
}
.single-pro-tab-menu ul li a {
  background: #fff none repeat scroll 0 0;
  color: #666;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
}
.single-pro-tab-menu ul li.active a {
  background: #F19F4D none repeat scroll 0 0;
  color: #fff;
}
.tab-title {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.product-comments li {
  float: left;
}
.pro-reviewer {
  float: left;
  width: 90px;
}
.pro-reviewer-comment {
  margin-left: 90px;
  padding-left: 30px;
}

.pro-reviewer-comment1 {
  margin-left: 0px !important;
  padding-left: 0px !important;
}
.text-background{
  background-color: #000000 !important;
}
.comment-reply a {
  background: #f6f6f6 none repeat scroll 0 0;
  color: #999;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  margin-left: 2px;
  text-align: center;
  width: 50px;
}
.comment-reply a:hover {
  background: #F19F4D none repeat scroll 0 0;
  color: #fff;
}
.reply-date {
  color: #999;
  margin-bottom: 10px;
}
.tab-title.title-border::before {
  height: 3px;
}
.threaded-comments {
  padding-left: 20px;
}
.your-rating span a {
  color: #434343;
  font-size: 16px;
}
.separator {
  color: #ccc;
  margin: 0 15px;
}
/* ---------------------------------
  13. Shopping-cart
----------------------------------- */
.shop-cart-table {
  background: #fff none repeat scroll 0 0;
  padding: 40px;
}
.post-share-tag1 {
    padding: 13px 20px;
}
.table-content table {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  text-align: center;
  width: 100%;
}
.table-content table th {
  background: #f6f6f6 none repeat scroll 0 0;
  font-weight: 700;
  padding: 10px 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.table-content table td {
  border-top: medium none;
  padding: 20px 10px 0;
  vertical-align: middle;
}
/* product-thumbnail */
.table-content table td.product-thumbnail {
  padding-left: 0;
  width: 330px;
}
.product-thumbnail .product-img {
  float: left;
  position: inherit;
  width: 110px;
}
.product-thumbnail .product-info {
  float: left;
  padding: 24px 0 0 20px;
}
.product-thumbnail .post-title {
  font-size: 14px;
}
.product-thumbnail .product-info p {
  font-weight: 400;
  margin-bottom: 0;
}
.product-thumbnail .single-product {
  padding-top: 0;
}
.table-content table td.product-price {
  color: #999;
  font-size: 16px;
  font-weight: 900;
}
/* product-quantity */
.product-quantity .cart-plus-minus {
  float: none;
  height: 30px;
  line-height: 30px;
  margin: auto;
  width: 120px;
}
.product-quantity .dec.qtybutton {
  border-right: 5px solid #fff;
}
.product-quantity .inc.qtybutton {
  border-left: 5px solid #fff;
}
.product-quantity .cart-plus-minus-box {
  color: #666;
  font-size: 13px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
}
.product-quantity .dec.qtybutton::before, .product-quantity .inc.qtybutton::before {
  display: none;
}
/* product-subtotal */
.table-content table td.product-subtotal {
  font-size: 16px;
  font-weight: 900;
}
/* product-remove */
.product-remove i {
  background: #f6f6f6 none repeat scroll 0 0;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  transition: all 0.3s ease 0s;
}
.product-remove i:hover {
  background: #F19F4D none repeat scroll 0 0;
  color: #fff;
}
/* product-stock */
.table-content table td.product-stock {
  color: #999;
  font-weight: 900;
  text-transform: uppercase;
}
/* product-add-cart */
.table-content table td.product-add-cart a {
  font-size: 25px;
}
/* payment-details */
.payment-details table { width: 100%;}
.payment-details table th {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #666;
  font-weight: 900;
  padding: 10px 30px;
  text-transform: uppercase;
}
.payment-details table td{
  color: #999;
  font-weight: 700;
  padding: 7px 30px;
}
.payment-details table tr {
  border-bottom: 1px solid #E5E5E5;
}
.payment-details table tr:last-child {
  border-bottom: 0;
}
.payment-details table tr:last-child td {
  color: #434343;
  padding: 15px 30px 0;
}
/* cart-page-menu */
.cart-page-menu li {
  float: left;
  padding: 0 15px;
  width: 25%;
}
.cart-page-menu li a {
  background: #fff none repeat scroll 0 0;
  color: #999;
  display: block;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
}
.cart-page-menu li.active a {
  background: #F19F4D none repeat scroll 0 0;
  color: #fff;
}
/* custom-select */
.custom-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(246, 246, 246, 1) url("img/bg/angel-down.png") no-repeat scroll 97% center;
  border: medium none;
  color: #999;
  height: 40px;
  padding: 0 20px;
  text-transform: capitalize;
  width: 100%;
  outline: none;
}
.custom-select option { padding: 5px 20px;}
/* payment-method */
.payment-accordion h3 {
  /*background: #9b93a1 !important;*/
  background-color: darkslategrey !important;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
}
.payment-accordion-toggle::before {
  color: #ccc;
  content: "\f2f2";
  font-family: material-design-iconic-font;
  font-size: 25px;
  position: absolute;
  right: 30px;
  text-align: center;
}
.payment-accordion-toggle.active::before{
  content: "\f2f8";
}
.payment-content {
  display: none;
  padding: 0 30px;
}
.payment-content.default { display: block;}
.payment-content p { color: #999;}
.payment-content a img {
  border: 1px solid #e5e5e5;
  margin: 0 10px 10px 0;
  padding: 5px;
}

/* order-compleate */
.thank-recieve p {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 20px 0;
  text-align: center;
}
.order-info { padding: 20px 0;}
.single-order-info {
  float: left;
  width: 25%;
}
/* ---------------------------------
  14. My Account
----------------------------------- */
.my-account .panel {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
}
.my-account-menu a {
  background: #F19F4D;
  color: #fff;
  display: block;
  font-style: normal;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  text-transform: uppercase;
}
.my-account-menu a.collapsed { background: #434343;}
.my-account-menu-2 a { background: #434343;}
.my-account .panel-body { padding: 0;}
/* ---------------------------------
  15. Single-Blog
----------------------------------- */
.blog-details-area .single-blog {
  padding: 40px;
}
.blog-details-area .like-share {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  bottom: 0;
  padding-left: 20px;
  visibility: visible;
}
.post-date-2 {
  background: #fff none repeat scroll 0 0;
  height: 70px;
  left: 20px;
  line-height: inherit;
  padding: 12px 0 10px;
  position: absolute;
  top: 20px;
  width: 70px;
  text-align:center;
}
.post-date-2 span { display: block;}
.post-date-2 span:first-child {
  font-size: 30px;
  padding-bottom: 8px;
}
.post-title-2 {
  font-size: 22px;
  margin-bottom: 0;
  padding: 38px 0 25px;
}
.post-share-tag {
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 15px 20px;
}
.post-share span { margin-right: 20px;}
.post-share a {
  color: #999;
  margin-right: 15px;
}
.post-share a:hover { color: #F19F4D;}
.post-share a:last-child { margin-right: 0;}
.author-comments {
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 25px 20px;
}
.author-photo { width: 100px;}
.author-photo img { border-radius: 50%;}
.author-brief {
  margin-left: 100px;
  padding-left: 25px;
}
/* Widget-comments */
.single-recent-comments h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
/* ---------------------------------
  16. 404
----------------------------------- */
.error-content {
  border: 30px solid #fff;
  padding: 100px 0;
}
.error-content h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}
.error-form {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 450px;
}
.error-form input {
  background: #fff none repeat scroll 0 0;
  padding-right: 50px;
}
.error-form button {
  color: #999;
  font-size: 20px;
  font-weight: 700;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 50px;
}
.error-form button:hover { color: #F19F4D;}
.go-to-home {
  background: #fff none repeat scroll 0 0;
  color: #666;
  display: inline-block;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 35px;
  text-transform: uppercase;
}
/*about-us*/
.about-us { padding: 40px;}
.about-brief {
  margin-left: -200px;
  margin-top: 40px;
  min-height: 350px;
  padding: 40px 30px 30px 40px;
}
.single-member {
  padding: 30px 15px;
  transition: all 0.3s ease 0s;
}
.single-member:hover {
  box-shadow: 1px 25px 54px rgba(0, 0, 0, 0.12);
}
.single-member img { border-radius: 50%;}
.single-member h3 {
  color: #666;
  font-size: 18px;
}
.single-member h4 {
  color: #999;
  font-size: 13px;
}
.team-social li {
  display: inline-block;
  margin: 0 1px;
}
.team-social ul li a {
  color: #999;
  display: block;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.team-social ul li a:hover { color: #F19F4D;}
/* ---------------------------------
  17. Contact
----------------------------------- */
.contact-details ul li {
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
}
.contact-details ul li i {
  background: #ddd none repeat scroll 0 0;
  color: #999;
  float: left;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  margin-right: 20px;
  text-align: center;
  width: 35px;
}
.contact-details ul li span {
  display: block;
}
#bodyContent > p {
  margin-bottom: 0;
}
.thankyou  h2 {
  color: #666;
  font-size: 20px;
  line-height: 14px;
  padding: 30px 0;
}

/*-----------------------
  18. header area
-------------------------*/
.header-top {
  border-bottom: 1px solid #e1e1e1;
}
.welcome-mes p {
  color: #434343;
  font-size: 12px;
  line-height: 45px;
  margin-bottom: 0;
  text-align: left;
}
.header-right-menu .menu-primary-menu-container > ul > li{
  display:inline;
  position:relative;
  margin-left:18px;
}
.header-right-menu .menu-primary-menu-container ul li a{
  font-size:12px; 
  text-transform:uppercase;
  display:inline-block;
  line-height:45px;
  color:#fff !important;
}
.header-right-menu ul li i{margin-left:5px;color:#434343;}
.header-right-menu ul li ul {
  background-color: #fff;
  border-top: 2px solid #F19F4D;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50px;
  transition: all 0.4s ease 0s;
  visibility: hidden;
  width: 150px;
  z-index: 9999;
}
.header-right-menu ul li ul li a {
  color: #434343;
  display: block;
  font-size: 12px;
  line-height: 11px;
  padding: 10px 25px;
  text-align: left;
  text-transform: capitalize;
}
.header-right-menu ul li ul li a:hover {color: #F19F4D;}
.header-right-menu ul li:nth-child(2) ul li a{text-transform:uppercase;}
.header-right-menu ul li:hover ul{
  top:31px;
  visibility: visible;
  opacity:1;
}

/* ---------------------------------
  19.  mainmenu area
----------------------------------- */
.top-logo {
  padding: 10px 0;
}
.top-logo-lg {
  padding: 17px 0;
}
.mainmenu {
  float: left;
  width: 93%;
}
.mainmenu ul li{
  display: inline-block;
  position: relative;
}
.restrain {
  opacity: 0;
  z-index: -99;
  position: absolute;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
}
.expand:hover .restrain {
  opacity: 1;
  z-index: 9999;
  transform: scaleY(1);
}
.mainmenu ul li a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  /*line-height: 32px;*/
  line-height: 28px;
  padding: 24px 15px 27px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.mainmenu ul li a:hover, .restrain a:hover {color: #F19F4D !important;}
.mainmenu ul li .mega-menu {
  background: #3f3f3f none repeat scroll 0 0;
  padding: 30px;
  width: 755px;
}
.mainmenu ul li ul.sub-menu{
  width: 205px;
  background: #3f3f3f;
  padding: 10px 0 10px 0;
}
.mainmenu ul li ul.sub-menu li {
  margin-right: 0;
  width: 100%;
  text-align: left;
}
.mainmenu ul li ul.sub-menu li a {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  padding: 0px 20px;
  text-transform: none;
}
.mainmenu ul li .mega-menu span {
  float: left;
  width: 22%;
  margin-right: 20px;
  text-align: left;
}
.mainmenu ul li .mega-menu span a.mega-menu-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  color: #fff;
  line-height: 10px;
  border-bottom: 1px solid #575757;
}
.mainmenu ul li .mega-menu span a {
  font-size: 13px;
  font-weight: 400;
  padding: 7px 0;
  text-transform: capitalize;
  color: #fff;
  padding: 5px 0;
  line-height: 20px;
}
.mainmenu ul li .mega-menu span.block-last{
  margin-right: 0;
}
.mainmenu ul li a:after{
  content: "";
  /*border: 5px solid transparent;*/
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 5px;
  bottom: 15px;
}
.mainmenu ul li ul li a:after, .mainmenu ul li span a:after{display: none}
.mainmenu ul li:hover a:after{border-bottom-color: #F19F4D;}
.mainmenu ul li .mega-menu.megamenu3, .mainmenu ul li .mega-menu.megamenu4 {width: 500px;}
.mainmenu ul li .megamenu3 span,.mainmenu ul li .megamenu4 span{width: 47%}
.restrain.mega-menu.megamenu1 {left: -210px;}
.restrain.mega-menu.megamenu2 {left: -275px;}
.restrain.mega-menu.megamenu3 {left: -220px;}
.restrain.mega-menu.megamenu4 {left: -220px;}
.text-width{
  width: 70%;
  color: #ffffff;
}
.text-white{
  color: #ffffff !important;
}

.custom-logo-link img
{
  /*max-width: 71% !important;*/
  max-width: 100% !important;
  height: auto;
  float: right !important;
  padding-bottom: 12px !important;
}
.entry-title {
   display: none;
}
.zmdi-chevron-right:before
{
  margin-right: 5px; 
}
.comments-area {
    width: 100%;
    margin: 0;
    max-width: 100%;
}
#wpcomm .wpd-form-row .wpd-field
{
  background: #f6f6f6 none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  color: #999;
  height: 45px !important;
  margin-bottom: 5px;
  padding: 0 35px !important;
  transition: all 0.5s ease 0s;
  width: 100%;
  outline: none;
}
#wpcomm .wpd-form-row .wpdiscuz-item .wpd-field-icon{
  top: 18px !important;
}
#wpcomm .wpd-form-row .wpdiscuz-item .wc-captcha-input input[type="text"]{
  padding: 3px 12px !important;
}
#wpcomm .wpd-form-row .wpdiscuz-item .wc-captcha-label .wc_captcha_img{
  height: 43px !important;
}
#wpcomm .wpd-form-row .wpdiscuz-item .wc-captcha-label .wc_captcha_refresh_img img{
  padding: 14px 5px;
}
.submit-button.wpcf7-submit {
  background: #434343;
  border: none;
  padding: 8px 30px !important;
  height: auto !important;
  transition: all ease-in-out 0.3s;
}
.submit-button:hover, .submit-button.wpcf7-submit:hover{
  background: #F19F4D;
}
.mainmenu ul li a:visited,a:visited{color: #434343 !important;}
.button-one.style-3{
   color: #fff !important;
}
.button-one:visited
{
  color: #fff !important;
}
input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"] {
  background: transparent !important;
  border: 1px solid #cccccc !important;
  box-shadow: none !important;
  color: #999 !important;
  height: 40px !important;
  margin-bottom: 15px !important;
  padding: 0 20px !important;
  transition: all 0.5s ease 0s !important;
  width: 100% !important;
  outline: none !important;
}
.post-page-numbers.current{
      background: #F19F4D;
    padding: 5px 10px;
    color: #fff !important;
}
.post-page-numbers
{
      background: #666;
    color: #fff;
    padding: 5px 10px;
}
.post-page-numbers:visited{
  color: #fff !important;
}
.post-nav-links
{
  text-align: center;
  line-height: 45px;
}
/*mobile-menu-area*/
@media screen and (min-width: 786px)
{
  .mobile-menu-area
  {
    display: none;
  }
}
/*.widget-info ul li{
  width: 100%;
}*/
.menu-item-gtranslate
{
  display: inline-block !important;
  position: relative;
  padding: 0px 0px 20px;
  width: 120px;
}
.menu-item-gtranslate a
{
  line-height: 0;
  margin: 0;
  padding: 6px
}
#gtranslate_wrapper
{
  /*display: none !important;*/
  top: -7px;
  right: -15px;
}
.mainmenu ul li #gtranslate_wrapper
{
  display: block !important;
}
.tnp-subscription input.tnp-submit {
    background: #f7f7f7 none repeat scroll 0 0 !important;
    color: #666 !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    font-size: inherit !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}
.tnp-subscription input.tnp-submit:hover {
    background: #F19F4D none repeat scroll 0 0 !important;
    color:#fff !important;
}
.switcher a img
{
  width: auto !important;
}
.page-numbers
{
  background: #777;
  color: #fff !important;
  padding: 5px 10px;
}
.page-numbers.current
{
  background: #F19F4D none repeat scroll 0 0;
}
.page-numbers:visited{
  color: #fff !important;
}
.page-numbers svg
{
  height: 38px;
  padding-top: 25px;
  color: #fff;
}
.tnp-subscription label{
  padding: 5px 0 5px 0 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}
.navigation p
{
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
}
.about-section
{
  padding: 20px 20px 20px 20px;
  min-height: 246px;
}
.about-section .post-title
{
  margin-left: 0px !important;
  margin-bottom: 20px; 
}
.about-info:hover
{
  box-shadow: 3px 3px #ccc;
}
.switcher .selected a{
  padding: 0px 5px !important;
}
.header-banner-post
{
  max-height: 375px;
  overflow-y: scroll;
  width: 100%;
  overflow-x: hidden;
}
.header-post-inner
{
  margin-bottom: 12px;
  width: 100%;
  clear: both;
  height: 100%;
  overflow: hidden;
}
.header-post-inner h5
{
  font-weight: bold;
}
.header-img-width
{
    height: 60px;
    width: 100%;
}
.widget-search .widget-info { padding: 20px;}
.widget-search { position: relative;}
.widget-search input {
  background: #fff none repeat scroll 0 0 !important;
  height: 50px !important;
  margin-bottom: 0 !important;
  padding: 0 35px 0 20px !important;
  border: 1px solid !important;
}
input[type="text"].search_box {
  background: #fff none repeat scroll 0 0 !important;
  height: 50px !important;
  margin-bottom: 0 !important;
  padding: 0 35px 0 20px !important;
}
.widget-search button {
  color: #999;
  font-size: 20px;
  line-height: 50px;
  position: absolute;
  right: 20px;
  top: 0;
}
.widget-search button:hover { color: #F19F4D;}
.switcher .selected a{
  color: #434353 !important;
  border: none !important;
  line-height: 41px !important;
}
.switcher .selected,.switcher .selected a:hover{
  background: #3e3264 !important;
}
.switcher .option a {
    color: #000 !important;
    padding: 3px 5px !important;
    width: 100% !important;
    background: #3e3264 !important;
}
@media (max-width: 768px){
    #gtranslate_wrapper {
        display: block !important;
        position: relative !important;
        padding: 15px;
    }
    #gtranslate_wrapper .switcher,#gtranslate_wrapper .switcher .option
    {
        width:100% !important;
    }
    #gtranslate_wrapper .switcher .selected a
    {
        height: 35px !important;
        line-height: 35px !important;
    }
    .custom-logo-link img {
        max-width: 100% !important;
        height: auto;
        float: left !important;
        padding-bottom: 12px !important;
        margin-left: 18px;
        margin-top: 10px;
    }
    .page-container.container
    {
        padding:0px !important;
        width:100% !important;
         overflow-x: hidden;
    }
    .single-blog2{
        margin-bottom: 45px !important;
    }
    .post-share-tag
    {
        padding: 15px 12px !important;
    }
    .post-share-tag1{
        padding: 13px 11px 11px 10px !important;
    }
    .about-info .post-share-tag1{
        padding: 13px 20px !important;
    }
    .category_post_cls .post-share-tag {
        padding: 15px 20px !important;
    }
    .text-width {
        width: 100% !important;
    }
    .single-footer
    {
        margin-top: 30px;
    }
    .post-year {
        padding-left: 0 !important;
    }
    .widget
    {
        padding:0 15px !important; 
        background: none repeat scroll 0 0;
    }
    .wpcf7-form{
        margin-top: 30px;
    }
    .tp-parallax-wrap
    {
        left: 110px !important;
    }
    .rev_slider .tp-mask-wrap .tp-caption
    {
        font-size: 20px !important;
    }
    .rev-btn
    {
        font-size: 16px !important;
        padding: 11px 11px !important;
    }
    .home_about_india h2
    {
        font-size: 21px !important;
        margin-top: -24px !important;
    }
    .war_weapons_equipment h2
    {
        font-size: 15px !important;
        margin-top: -35px !important;
        line-height: 20px !important;
     
    }
    .war_weapons_equipment h3
    {
        font-size: 15px !important;
        line-height: 20px !important;
    }
    .education_and_healthcare h2
    {
        font-size: 15px !important;
        margin-top: -24px !important;
    }
    .switcher .option a {
      color: #000 !important;
      padding: 10px 5px !important;
      width: auto !important;
      background: none !important;
    }
    .switcher .selected a {
      border: 1px solid #CCCCCC !important;
      background: url(//engineers2.com/test/ideas4india/wp-content/plugins/gtranslate/arrow_down.png) 146px center no-repeat !important;
    }
    .layer-1
    {
        float: none !important;
        margin-left: 0 !important;
        width: 100% !important;
        text-align: center !important;
    }
}
.about-info p
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    /* margin-left: 10px !important; */
    font-size: 16px;
    line-height: 24px;
}
.blog-area{
    background-color:#F6F6F6;   
}
.rteindent1
{
        list-style: disc;
    padding-left: 23px;
}
.page-links
{
    text-align: center;
    margin: 20px 0 !important;
}
.recent_feature_post
{
    
}
.breadcumbs ul li a:visited
{
    color:#fff !important;
}
.download-thumb img
{
    width:110px;
}
footer
{
    margin-top: 50px;
}
.wpcf7-submit
{
    padding: 0 30px !important;
        margin-bottom: 15px;
}
.wpcf7-textarea
{
    padding: 20px 20px !important;
}
.wpcf7-textarea::placeholder {
  color: #999;
  opacity: 1; /* Firefox */
}

.wpcf7-textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #999;
}

.wpcf7-textarea::-ms-input-placeholder { /* Microsoft Edge */
 color: #999;
}
.single-blog2 .post-share-tag
{
    padding: 20px 20px !important;
}




/****************new css***************/
.payment-content
{
  padding:1px !important;
}
.header-right-menu ul li a
{
  font-size: 19px !important;
  padding-right: 29px !important;
}
.color-filter ul li
{
  font-family: sans-serif;
}
.zmdi
{
  padding: 5px !important;
}
.privt
{
  text-align: center;
  font-size: 23px;
  font-family: 600;
  color: #ffffff;
  padding: 12px;
  /*background-color: #9b93a1 !important; */
  /*background-color: #9b8fbe !important; */
  background-color: darkslategrey !important;
  margin: 10px 0;
}
.sidebarList
{
  border: 1px solid #000;
  padding: 15px 20px 28px;
  margin-top: 20px;
  background-color: #fff !important;
}
ul.share_social
{
  float: right;
  margin-top: -57px !important;
}
#search-box
{
  border: #3a2395 1px solid !important;
}
.frmSearch
{
  border: 1px solid #F0F0F0;
  background-color:#fff;
  margin: 2px 0px;
  padding:40px;
  z-index:100;
}
#country-list
{
  float:left;
  list-style:none;
  margin:0;
  padding:0;
  width:100%;
}
#country-list li
{
  padding: 10px;
  background:#fff;
  border-bottom:#F0F0F0 1px solid;
}
#country-list li:hover
{
  background:#fff;
}
#search-box
{
  border: #F0F0F0 1px solid;
  padding-left: 10px;
  font-family: bold;
  font-family: inherit;
  font-size: 18px;
  color: #0e0a61;
  margin-bottom: 10px !important;
}
.blog_search .input-field label
{
  font-size:13px;
  font-weight:300;
  color:#333;
  letter-spacing:1px;top:4px;
}
div.mask
{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.15);
}
div.wpcf7-response-output
{
    clear: both !important;
    margin-bottom: 30px !important;
    margin: 1em 1em 1em !important;
}
#menu-item-543 a::after,.menu-item-543 a::after {
    content: "z";
    right: 0;
    margin: 0;
    left: 0;
    position: relative;
    top: 0px;
    text-transform: initial;
}
.payment-content ul li a
{
  font-size: 13px !important;
}
body{
    overflow-x:hidden !important;
}
.mobile-menu-area
{
    clear:both !important;
}
.widget-info1 ul li i,.recent_feature_post li i
{
    margin-right: 5px;
}
.search_autocomplete
{
  float: left;
  list-style: none;
  margin-top: -3px;
  padding: 0;
  position: absolute;
  z-index: 101010;
  /*padding: 0px 15px;*/
  max-height: 200px;
  overflow-y: scroll;
  width: 94%;
}
.search_autocomplete li
{
  padding: 10px;
  background: #f0f0f0;
  border-bottom: #bbb9b9 1px solid;
  width: 100%;
  cursor: pointer;
}

/*header google translator start*/
.notranslate
{
  width: 100%;
  height: 48px;
}
.gtranslate_wrapper{
  border: 1px solid;
  padding: 12px;
  border-radius: 5px;
}
.gt_white_content{
	width: 340px !important;
}
.gt_white_content .gt_languages{
	display:block !important;
	max-height: inherit !important;
}
.switcher-popup
{
  border: 1px solid;
  padding: 12px;
  /* margin-top: 65px; */
  border-radius: 5px;
}
/**header google translator end**/

body { 
-webkit-user-select: none; 
-webkit-touch-callout: none; 
-moz-user-select: none; 
-ms-user-select: none; 
user-select: none;    
} 
@media (min-width: 1600px){
  .custom-logo-link img
  {
    max-width:70% !important;
    padding-bottom: 20px !important;
  }
}


/* GDPR Cookie starts */
a #cookie_action_close_header {
    border: 1px solid #fff!important;
    font-size: 20px!important;
}
a#cookie_action_close_header_reject {
    border: none!important;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head {
    text-align: initial!important;
    margin-bottom: 5px;
    margin-top: 0px;
    font-size: 20px!important;
    margin-left: 75px!important;
    color: #fff;
}
a#cookie_action_close_header {
    border: 1px solid #fff;
	position: absolute!important;
    margin-left: -88px;
}


.cli-style-v2 .cli-bar-btn_container .cookie_action_close_header_reject {
	border: none!important;
}
.cli-bar-btn_container #cookie_action_close_header_reject {
    border: none!important;
}
.cli-style-v2 .cli-bar-message {
    width: 70%;
    text-align: left;
    margin-right: 36px!important;
	color: #a9a9a9!important;
    font-size: 16px!important;
}
.cli-style-v2 .cli-plugin-main-link {
    font-weight: inherit;
    text-decoration: none!important;
	font-size:16px!important;
	color: #fff!important;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
    font-size: 20px;
}

@media (max-width:750px) {
	.cli-style-v2 .cli-plugin-main-link {
       position: absolute!important;
       top: 75px!important;
       right: 19px!important;
	}
	a#cookie_action_close_header {
    position: absolute!important;
    top: 12px!important;
    right: 40px!important;
    }
	.cli-bar-btn_container #cookie_action_close_header_reject {
	   position: absolute!important;
       top: 95px!important;
       right: 47px!important;
	}
	#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head {
		margin-left: 0px!important;
	}
}

.table-space tr th, .table-space tr td {padding:8px;}
.space-text {margin-left: 25px;}

.banner-brief{border-color: red;}

body.woocommerce .content-area .site-main{
  max-width: inherit;
}
body.single-product .summary .product_title{
  display: block;
}
body.single-product .summary p.price{
  position: static;
}
body.single-product img{
  height: auto !important;
}
.tags-filter ul{
  display: flex;
  gap: 10px;
}
.tags-filter ul li a{
  background: #434343;
  padding: 8px 14px;
  color: #ffffff;
}
p:empty{
  display: none;
}
.form-section{
  display: flex;
  gap: 30px;
}
.author-contact, .form-container{
  flex: 1;
}
.feature-btn{
  background: #434343;
  color: #ffffff;
  text-align: center;
  padding: 8px 10px;
  text-transform: uppercase;
}
.feature-btn:hover{
  background: #F19F4D;
  color: #ffffff;
}
#st-cmp-v2 .st-cmp-app .st-cmp-settings span{
  top:1px !important;
}
.woocommerce-breadcrumb{
  margin: 30px 0;
  font-weight: bold;
}
.woocommerce-cart .breadcumbs ul li a, .woocommerce-cart .breadcumbs ul li a:visited{
  color: #444444 !important;
}
.woocommerce-cart .breadcumbs li, .woocommerce-cart .breadcumbs li::after{
  color: #444444 !important;
}
.category-list a{
  color: #434343 !important;
}
.category-title a:hover{
  color: #F19F4D !important;
}
a.glink.gt-current-lang{
  font-weight: normal !important;
  background: #ffc;
}
@media (max-width: 767px){
  .container{
    width: auto !important;
    margin: 0;
  }
  .slider-title1-white{
    font-size: 26px !important;
  }
  .form-section{
    flex-direction: column;
  }
}