:root {
  --primary-color: #f9a72f;
  --primary-color-old: #3474d4;
  --secondary-color-old: #555;
  --secondary-color: #d11e33;
}

.bg-theme {
  background-color: var(--primary-color);
}

.bg-theme2 {
  background-color: var(--secondary-color);
}

.color-theme {
  color: var(--primary-color);
}

.color-theme2 {
  color: var(--secondary-color);
}

/***** Header Top *****/
.header-top {
  background-color: var(--secondary-color);
  color: #fff;
}

.header-top-message span,
.header-top-lan-curr .dropdown .dropdown-toggle {
  color: #fff;
}

/***** End Header Top *****/

/***** Header Bottom *****/
.header_svg {
  fill: var(--primary-color);
}


.ec-header-bottons .ec-header-btn .ec-header-count {
  background-color: var(--secondary-color);
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {

  .header-search {
    width: 245px;
  }

}

@media only screen and (max-width: 1600px) and (min-width: 1201px) {

  .header-search {
    width: 380px;
  }

}





@media only screen and (max-width: 991px) {
.ec-nav-toolbar{
  height: 60px;
    padding: 5px;
    -webkit-box-shadow: 0 0 5px rgb(61 61 61 / 20%);
    box-shadow: 0 0 5px rgb(61 61 61 / 20%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 14;
    overflow-y: hidden;
}

.ec-nav-toolbar .ec-nav-panel {
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

  .ec-nav-toolbar .ec-nav-panel .ec-nav-panel-icons {
    width: 30px;
  }

  .ec-slide-item {
    height: 360px;
}
}





/*-----  Header Button Actions  -----*/
.header_svg {
  width: 20px;
  height: 20px;
  fill: #777;
}

.ec-side-toggle .header_svg {
  width: 22px;
  height: 22px;
}

.ec-header-wishlist .header_svg {
  width: 22px;
  height: 22px;
}

.ec-header-bottons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ec-header-bottons .ec-header-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #777777;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  padding: 0 20px 0 15px;
  border-left: 1px solid #eeeeee;
}

.ec-header-bottons .ec-header-btn .header-icon {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.ec-header-bottons .ec-header-btn .header-icon .header_svg,
.ec-header-bottons .ec-header-btn .header-icon .ec-btn-title,
.ec-header-bottons .ec-header-btn .header-icon .ec-header-count {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ec-header-bottons .ec-header-btn:hover {
  color: #e58487;
}

.ec-header-bottons .ec-header-btn:hover .ec-btn-title {
  color: #e58487;
}

.ec-header-bottons .ec-header-btn:hover .ec-header-count {
  color: #ffffff;
  background-color: #202020;
}

.ec-header-bottons .ec-header-btn:hover .header_svg {
  fill: #e58487;
}

.ec-header-bottons .ec-header-btn i {
  font-size: 24px;
  line-height: 1;
}

.ec-header-bottons .ec-header-btn .ec-header-count {
  height: 15px;
  min-width: 15px;
  padding: 0 2px;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: -6px;
  text-align: center;
  color: #777777;
  border-radius: 10px;
  background-color: #fff;
  bottom: 0;
  -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.5);
}

.ec-header-bottons .ec-header-btn.ec-side-toggle {
  padding-right: 0;
}

.ec-header-bottons .ec-header-btn.dropdown-toggle::after {
  display: none;
}

.ec-header-bottons .ec-btn-title {
  padding-left: 4px;
  font-size: 16px;
  text-transform: capitalize;
}

.ec-header-bottons .ec-header-user .dropdown-toggle {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ec-header-bottons .ec-header-user .dropdown-toggle .header_svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ec-header-bottons .ec-header-user .dropdown-toggle:hover .header_svg {
  fill: #e58487;
}

.ec-header-user .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
  background-color: transparent;
  padding: 0 11px;
  min-height: 50px;
  color: #777777;
}

.ec-header-user .dropdown-toggle:hover {
  color: #e58487;
}

.ec-header-user .dropdown-toggle::after {
  display: none;
}

.ec-header-user .dropdown-menu {
  margin: 0;
  top: 50px !important;
  left: auto !important;
  right: 0 !important;
  min-width: 130px;
  overflow: hidden;
  padding: 0 10px;
  background: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  border: 1px solid #d9d9d9;
}

.ec-header-user .dropdown-menu li {
  border-bottom: 1px solid #ebebeb;
}

.ec-header-user .dropdown-menu li:last-child {
  border: none;
}

.ec-header-user .dropdown-menu .dropdown-item {
  padding: 7px;
  color: #777;
  font-size: 14px;
  background: transparent;
  text-transform: uppercase;
}

.ec-header-user .dropdown-menu .dropdown-item:hover {
  color: #e58487;
}

.ec-header-bottons .ec-header-btn.ec-header-wishlist {
  margin-left: 0;
}

.bg-theme2.text-white .ec-main-menu ul li a{
  color: white;
}

.bg-theme2.text-white .header_svg,
.bg-theme2.text-white .ec-main-menu .ec-sidebar-toggle  .header_svg path
 {
  fill: white;
}



/***** End Header Bottom *****/

/***** Footer Bottom *****/
.footer-bottom {
  background-color: var(--primary-color);
  color: #fff;
}

.footer-bottom .ec-copy {
  color: #fff;
}

.footer-bottom .ec-copy .site-name {
  color: #fff;
  font-weight: 500;
}

.footer-bottom .ec-copy .site-name:hover {
  color: #fff;
}


/***** End Footer Bottom *****/


/***** Breadcrumb *****/
/* .ec-breadcrumb {
  padding: 15px 0;
  background-color: #f7f7f7;
  position: absolute;
  left: 50%;
  margin-top: 18%;
  min-width: 85%;
  transform: translate(-50%, 0);
} */

.breadcrumb-banner img {
  max-height: 350px;
  object-fit: cover;
  width: 100%;
  /* object-position: center; */
  object-position: bottom;
}

@media only screen and (max-width: 767px) {
  /* .section-space-mb {
    margin-bottom: 50px;
  } */

  .breadcrumb-banner img {
  max-height: 250px;
  }
}

.about-bg{
  background: url(../images/bg/bg.jpg);

    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}


.ec-cms-block{
  background-color: #00000040;
}

.ec-cms-block > div {
  padding: 25px;
}

.about-bg .ec-cms-block p{
  color: #fff;
}

.about-bg .ec-cms-block .ec-cms-block-title{
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: red;
}

@media only screen and (max-width: 575px) {

  .breadcrumb-banner img {
  max-height: 180px;
  }

  .header-logo img {
    width: 100%;
  }

  .ec-header-bottom{
    padding:10px 0;
  }

  .ec-slide-item{
    height: 250px;
  }

  .ec_breadcrumb_inner .col-md-6:nth-child(1){
    width: 50%;
  }

  .ec_breadcrumb_inner .col-md-6.col-sm-12:nth-child(2){
    width: 50%;
  }

  .ec-breadcrumb .ec-breadcrumb-title{
    text-align: left;
  }

  .ec-breadcrumb-list{
    text-align: right;
  }



}
/***** End Breadcrumb *****/

/***** Product *****/
.ec-price,
.ec-fs-price,
.cart-price,
.ec-cart-pro-price,
.amount-2,
.ec-cart-pro-subtotal,
.ec-quickview-price {
  display: none !important;
}

.ec-product-sup {
  margin-bottom: 10px;
  box-shadow: 0 0 1px #f5f5f5;
}

.ec-product-sup .ec-product-body .ec-title a{
  font-weight: 550;
}

.ec-product-sup .ec-product-image{
  padding: 2px;
    background: #ebebeb;
    aspect-ratio: 8/9;
    align-items: center;
    display: flex;
}

.ec-product-sup .ec-product-image .pic-2{
  height: auto;
  top: auto;
}

.ec-product-sup .ec-product-sale-label {
  color: #fff;
  background: var(--primary-color);
  font-size: 15px;
  text-transform: uppercase;
  width: 55px;
  height: auto;
  padding: 5px;
  line-height: 1;
  border-radius: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 600;
  font-style: normal;
}


/* .ec-product-sup:hover .hue-product {
  transition: 2s;
  filter: hue-rotate(45deg);
  /* transform: scale3d(1.1, 1.1, 1); */
} */

/***** End Product *****/

/***** Section *****/
.banner-block img {
  transition: transform 1s;
}

.banner-block img:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

/***** End Section *****/


/***** Section *****/
.category-sidebar .cat-sidebar .cat-sidebar-box .ec-sidebar-wrap {
  border: 0;
}

/***** Category sidebar *****/
.category-sidebar .cat-sidebar .cat-sidebar-box .ec-sidebar-wrap .ec-sb-block-content li .ec-sidebar-block-item {
  border-bottom: 1px solid #ededed;
}

.category-sidebar .cat-sidebar .cat-sidebar-box .ec-sidebar-wrap .ec-sb-block-content li ul {
  padding: 0 0 0 0;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li a.ml-0 {
  margin-left: 0 !important;
}

.category-sidebar .cat-sidebar .cat-sidebar-box .ec-sidebar-wrap .ec-sb-block-content li a .ec-sidebar-block-item:after {
  content: "\f105";
  font-size: 15px;
  line-height: 0.6;
  font-weight: 600;
}

.category-sidebar .cat-sidebar .cat-sidebar-box .ec-sidebar-wrap .ec-sb-block-content li ul li {
  padding: 5px 0;
  border-bottom: 1px solid #ededed;
}

.category-sidebar .cat-sidebar .cat-sidebar-box .ec-sidebar-wrap .ec-sb-block-content li ul li a::after {
  content: "\f105";
  color: var(--secondary-color);
  position: relative;
  font-family: "EcIcons";
}

/***** End Category sidebar *****/

.ec-flex.alite{
  justify-content: start;
}

.ec-main-menu .ec-sidebar-toggle.alite2 {
  width: 146px;
}

.ec-main-menu.alite3{
  justify-content: start;
}

.ec-main-menu.alite3 ul{
  justify-content: start;
}


.ec-main-menu ul{
  padding-left: 15px;
}

.row{
  margin-right: -5px;
    margin-left: -5px;
}

.row > *{
  padding-left: 5px;
  padding-right: 5px;
}