html {
  font-size: 62.5%;
}

body {
  font-family: 'Barlow', sans-serif;
  color: #666666;
  background-color: #fff;
}

a:hover {
  color: #b3051b;
}

/*--------------------- 2.Headers -------------------- */


.header .container,
  .header .container-fluid {
  position: relative;
  display: flex;
  align-items: center;
}

.header-left,
.header-center,
.header-right {
  display: flex;
  align-items: center;
}

.header-right {
  margin-left: auto;
}

.header-center {
  margin-left: auto;
  margin-right: auto;
}

.logo {
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
}

.logo img {
  display: block;
  max-width: 200px;
}

.btn-search {
  background: #b3051b;
}

.top-menu {
  text-transform: uppercase;
  letter-spacing: -.01em;
  margin: 0;
}

.top-menu > li {
  position: relative;
}

.top-menu > li > a {
  display: none;
}

.top-menu ul {
  display: flex;
  align-items: center;
}

.top-menu li + li {
  margin-left: 3rem;
}

.top-menu a {
  display: inline-flex;
  align-items: center;
}

.top-menu i {
  font-size: 1.5rem;
  margin-right: .8rem;
  line-height: 1;
}

.top-menu i.icon-heart-o {
  margin-top: -.2rem;
}

.top-menu span {
  color: #b3051b;
  margin-left: .3rem;
}

.header-dropdown {
  position: relative;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.header-dropdown + .header-dropdown {
  margin-left: 2.9rem;
}

.header-dropdown > a,
  .header-dropdown > span {
  position: relative;
  display: inline-flex;
  padding-top: .2rem;
  padding-bottom: .2rem;
  padding-right: 2.2rem;
  align-items: center;
  text-transform: uppercase;
}

.header-dropdown > a::after,
    .header-dropdown > span::after {
  content: '\f110';
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: -.7rem;
}

.header-dropdown a:hover, .header-dropdown a:focus {
  text-decoration: none;
}

.header-menu {
  position: absolute;
  left: -1.5rem;
  top: 100%;
  z-index: 20;
  padding-top: .6rem;
  padding-bottom: .6rem;
  min-width: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  box-shadow: 2px 5px 8px rgba(51, 51, 51, 0.05), -2px 5px 8px rgba(51, 51, 51, 0.05);
  transition: all .25s;
  margin-top: 1px;
}

.header-dropdown:first-child .header-menu {
  left: 0;
}

.header-menu:before {
  content: '';
  display: block;
  width: 100%;
  height: .1rem;
  position: absolute;
  top: -1px;
  left: 0;
}

.header-dropdown:hover > .header-menu, .header-dropdown:focus > .header-menu {
  visibility: visible;
  opacity: 1;
}

.header-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-menu ul li {
  margin: 0;
}

.header-menu ul a {
  padding: .3rem 1.5rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.header-menu a {
  color: inherit;
}

.header-menu a:hover, .header-menu a:focus {
  color: #b3051b;
}

.header-right .header-menu,
.header-right .header-dropdown:first-child .header-menu {
  left: auto;
  right: 0;
}

.header-right .top-menu + .header-dropdown {
  margin-left: 2.5rem;
}

.header-middle .menu > li > a {
  letter-spacing: .01em;
}

.header-middle .menu.sf-arrows > li > .sf-with-ul {
  padding-right: 1.5rem;
}

.cart-dropdown,
.compare-dropdown {
  display: flex;
  align-self: stretch;
  align-items: center;
}

.cart-dropdown .dropdown-toggle,
  .compare-dropdown .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  line-height: 1;
  color: #333;
}

.cart-dropdown .dropdown-toggle::after,
    .compare-dropdown .dropdown-toggle::after {
  display: none;
}

.cart-dropdown .dropdown-menu,
  .compare-dropdown .dropdown-menu {
  display: block;
  width: 300px;
  z-index: 100;
  font-size: 1.3rem;
  z-index: 1001;
  border: none;
  margin: 1px 0 0;
  padding: 2.2rem 3rem 2.5rem;
  border-radius: 0;
  border: none;
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all .25s;
}

.cart-dropdown .dropdown-menu:before,
    .compare-dropdown .dropdown-menu:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 1px;
}

.cart-dropdown .dropdown-menu.dropdown-menu-right,
    .compare-dropdown .dropdown-menu.dropdown-menu-right {
  right: -1px;
}

.cart-dropdown .btn-remove,
  .compare-dropdown .btn-remove {
  position: absolute;
  top: 50%;
  right: -.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  color: #cccccc;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  margin-top: -1.2rem;
}

.cart-dropdown .btn-remove:hover, .cart-dropdown .btn-remove:focus,
    .compare-dropdown .btn-remove:hover,
    .compare-dropdown .btn-remove:focus {
  color: #333333;
}

.cart-dropdown:hover .dropdown-toggle, .cart-dropdown.show .dropdown-toggle,
  .compare-dropdown:hover .dropdown-toggle,
  .compare-dropdown.show .dropdown-toggle {
  color: #b3051b;
}

.cart-dropdown:hover .dropdown-menu, .cart-dropdown.show .dropdown-menu,
  .compare-dropdown:hover .dropdown-menu,
  .compare-dropdown.show .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.compare-dropdown {
  padding-left: 2.5rem;
}

.compare-dropdown .dropdown-toggle {
  font-size: 2.6rem;
}

.compare-products {
  list-style: none;
  padding: 0;
  margin: 0;
}

.compare-product {
  position: relative;
  padding: .5rem 0;
  margin: 0;
  box-shadow: none !important;
}

.compare-product:hover {
  box-shadow: none;
}

.compare-product-title {
  color: #666666;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.35;
  margin: 0;
  letter-spacing: -.01em;
}

.compare-product-title a {
  color: inherit;
}

.compare-product-title a:hover, .compare-product-title a:focus {
  color: #b3051b;
}

.compare-actions {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.compare-actions .action-link {
  font-size: 1.3rem;
  color: #666666;
}

.compare-actions .action-link:hover, .compare-actions .action-link:focus {
  color: #b3051b;
  text-decoration: underline;
}

.compare-actions .btn {
  font-size: 1.3rem;
  min-width: 110px;
  margin-left: auto;
  padding-top: .65rem;
  padding-bottom: .65rem;
}

.cart-dropdown .dropdown-toggle {
  font-size: 3.2rem;
}

.cart-dropdown .dropdown-toggle i {
  display: inline-block;
  margin-top: -3px;
}

.cart-dropdown .cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  margin-left: .2rem;
  margin-top: .1rem;
  color: #fff;
  background-color: #b3051b;
}

.cart-dropdown .dropdown-cart-products {
  margin-top: -1rem;
}

.cart-dropdown .product {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 1.6rem 2.4rem 1.6rem 0;
  box-shadow: none;
  margin: 0 !important;
  border: none;
  border-bottom: 1px solid #ebebeb;
  box-shadow: none !important;
}

.cart-dropdown .product-image-container {
  position: relative;
  max-width: 60px;
  margin: 0;
  margin-left: auto;
}

.cart-dropdown .product-title {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #666;
  text-align: left;
  margin-bottom: .4rem;
  width: 100%;
  margin-left: 0;
}

.cart-dropdown .product-title a {
  color: inherit;
}
a:hover{
  color: #b3051b;
}
.cart-dropdown .product-title a:hover, .cart-dropdown .product-title a:focus   , .product-title a:hover{
  color: #b3051b;
}

.cart-dropdown .product-cart-details {
  font-weight: 400;
  max-width: 150px;
  font-size: 1.3rem;
  color: #999999;
  text-align: left;
}

.dropdown-cart-total {
  padding: 1rem 0 .5rem;
  display: flex;
  align-items: flex-end;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 1.1rem;
}

.dropdown-cart-total .cart-total-price {
  font-size: 1.5rem;
  margin-left: auto;
}

.dropdown-cart-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 .5rem;
}

.dropdown-cart-action .btn {
  font-size: 1.3rem;
  min-width: 110px;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.wishlist-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 2.6rem;
  line-height: 1;
  margin-left: 2.4rem;
}

.wishlist-link i {
  display: inline-block;
  margin-top: -2px;
}

.wishlist-link .wishlist-count {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  margin-left: .7rem;
  margin-top: .1rem;
  color: #fff;
  background-color: #b3051b;
}

.wishlist-link:hover, .wishlist-link:focus {
  color: #b3051b;
}

/* Header Search */
.search-toggle {
  position: relative;
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  min-width: 2.5rem;
  padding: .3rem .2rem;
  font-weight: 400;
  color: #333;
  text-align: center;
  z-index: 11;
}

.search-toggle:hover, .search-toggle:focus, .search-toggle.active {
  color: #b3051b;
  outline: none !important;
}

.header-search {
  position: relative;
  margin: 0;
  font-size: 0;
  line-height: 1;
  padding: 0;
  border: none;
}

.header-search .header-search-wrapper {
  position: absolute;
  right: -1.4rem;
  top: 50%;
  margin-top: -20px;
  display: none;
  align-items: stretch;
  overflow: visible;
  width: 100%;
  min-width: 270px;
  background-color: #fff;
  border: .1rem solid #ebebeb;
  border-radius: 0;
  z-index: 10;
}

.header-search .header-search-wrapper.show {
  display: flex;
}

.header-search .search-wrapper-wide {
  width: 505px;
}

.header-search form {
  margin: 0;
}

.header-search .select-custom {
  flex: 0 0 200px;
  max-width: 200px;
  padding-right: 0;
  margin: 0;
  align-self: center;
}

.header-search .select-custom:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: .1rem;
  height: 2.6rem;
  margin-top: -1.3rem;
  background-color: #ebebeb;
}

.header-search .select-custom::after {
  right: 2rem;
  color: #999;
  font-size: 1.2rem;
}

.header-search .form-control {
  flex: 1 1 auto;
  padding: .9rem 5rem .9rem 2.3rem;
  width: 100%;
  margin: 0;
  height: 38px;
  font-size: 1.5rem;
  line-height: 20px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.header-search select {
  width: 100%;
  border: none;
  line-height: 38px;
  height: 38px;
  color: #777;
  padding: .1rem 4rem .1rem 2rem;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.header-search select:focus {
  outline: none !important;
}

.header-search option {
  font-size: 1.3rem;
  padding: .1rem .3rem;
}

.header-search .btn {
  border: 0;
  border-radius: 0;
  cursor: pointer;
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1rem;
}

.header-search .btn i {
  margin: 0 !important;
}

.header-search-extended {
  margin-right: 19rem;
  width: 100%;
  max-width: 570px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.header-search-extended .form-control,
  .header-search-extended select {
  font-weight: 300;
}

.header-search-extended .form-control {
  height: 44px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-right: 2.4rem;
}

.header-search-extended select {
  line-height: 44px;
  height: 44px;
}

.header-search-extended .btn {
  flex: 0 0 60px;
  max-width: 60px;
  height: 46px;
}

.header-search-visible .search-toggle {
  display: none;
}

.header-search-visible .header-search-wrapper {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
  display: flex;
}

.mobile-menu-toggler {
  border: none;
  background: transparent;
  color: #666666;
  padding: .2rem .25rem;
  font-size: 2.8rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 0rem;
  margin-right: 1rem;
}

.wishlist a .wishlist-count {
  background-color: #b3051b;
}

.header-bottom .mobile-menu-toggler {
  margin-top: .55rem;
  margin-bottom: .55rem;
  margin-left: -.4rem;
}

.disabled-hidden {
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0 !important;
  overflow: hidden;
}

.header-intro-clearance .header-middle .header-left {
  flex: 0 0 calc((100% + 20px) / 4);
  max-width: calc((100% + 20px) / 4);
  margin: 0;
}

.header-intro-clearance .header-bottom .header-left {
  flex: 230px;
  max-width: 230px;
  margin: 0;
  margin-right: 25px;
}

.header-intro-clearance .header-middle .header-center {
  flex: 0 0 calc((100% + 20px) / 2 - 20px);
  max-width: calc((100% + 20px) / 2 - 20px);
  margin: 0;
}

.header-intro-clearance .header-bottom .header-center {
  flex: 0 0 calc(100% - 275px);
  max-width: calc(100% - 275px);
  margin: 0;
}

.header-intro-clearance .header-middle .header-right,
.header-intro-clearance .header-bottom .header-right {
  margin-left: auto;
}

.header-intro-clearance .header-bottom .menu > li > a {
  font-size: 1.5rem;
  letter-spacing: -.01em;
  text-transform: none;
}

.header-intro-clearance .header-bottom .menu > li > a::before {
  top: 0;
}

.header-intro-clearance .header-bottom .menu.sf-arrows > li > .sf-with-ul::after {
  right: 1.3rem;
}

.header-intro-clearance .header-bottom .header-left {
  align-self: stretch;
}

.header-intro-clearance .header-bottom .header-right p {
  padding-right: .5rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -.01em;
}

.header-intro-clearance .header-bottom .header-right .highlight {
  color: #333;
}

.header-intro-clearance .header-bottom .header-right i {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: -.01em;
  margin-right: 1.5rem;
}

.header-intro-clearance .header-bottom .container::before {
  position: absolute;
  content: '';
  left: 23rem;
  height: 1.5rem;
  width: .1rem;
  top: 50%;
  background-color: #ccc;
  transform: translateY(-50%);
}

.header-intro-clearance .header-middle .header-right p {
  font-size: 1.1rem;
}

.header-intro-clearance .top-menu {
  text-transform: none;
}

.header-intro-clearance .header-dropdown > a,
.header-intro-clearance .header-dropdown > span {
  padding-right: 1.8rem;
  text-transform: none;
}

.header-intro-clearance .header-dropdown > a:after,
  .header-intro-clearance .header-dropdown > span:after {
  font-size: 1rem;
  margin-top: -.6rem;
}

.header-intro-clearance .dropdown.category-dropdown {
  width: 275px;
  max-width: 95%;
}

.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle {
  color: #333;
  text-transform: none;
  padding-left: 5.5rem;
  min-width: 100%;
}

.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle i {
  font-size: 1rem;
  position: absolute;
  right: 1.5rem;
}

.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle::before {
  height: 0;
}

.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle::after {
  font-weight: 400;
  position: absolute;
  margin-left: 0;
  left: 1.5rem;
}

.header-intro-clearance .header-menu ul {
  display: block;
}

.header-intro-clearance .top-menu:not(.top-link-menu) .header-menu li + li {
  margin-left: 0;
}

.header-intro-clearance .account,
.header-intro-clearance .wishlist,
.header-intro-clearance .compare-dropdown,
.header-intro-clearance .cart-dropdown {
  display: flex;
  align-self: stretch;
  align-items: initial;
}

.header-intro-clearance .account > a,
  .header-intro-clearance .wishlist > a,
  .header-intro-clearance .compare-dropdown > a,
  .header-intro-clearance .cart-dropdown > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header-intro-clearance div.icon {
  position: relative;
  height: 3.2rem;
}

.header-intro-clearance .account a {
  font-size: 3rem;
  color: #333;
  line-height: 1;
}

.header-intro-clearance .wishlist a {
  font-size: 2.8rem;
  color: #333;
  line-height: 1;
}

.header-intro-clearance .cart-dropdown .cart-count,
.header-intro-clearance .wishlist .wishlist-count {
  min-width: 1.6rem;
  height: 1.6rem;
}

.header-intro-clearance .wishlist .wishlist-count {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}

.header-intro-clearance .wishlist .wishlist-count {
  position: absolute;
  top: 0;
  right: -.5rem;
}

.header-intro-clearance .cart-dropdown .cart-count {
  position: absolute;
  top: 0;
  right: -.3rem;
}

.header-intro-clearance .cart-dropdown, .header-intro-clearance .wishlist, .header-intro-clearance .account {
  margin-left: 3rem;
}

.header-intro-clearance .cart-dropdown .dropdown-toggle, .header-intro-clearance .wishlist .dropdown-toggle, .header-intro-clearance .account .dropdown-toggle {
  color: #333;
}



/*--------------------- 2.1.Menu -------------------- */
.main-nav {
  margin-left: 2rem;
  display: none;
}

/* Menu Structure */
.menu,
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu {
  display: flex;
  align-items: center;
}

.menu li {
  position: relative;
}

.menu li:hover > ul,
    .menu li:hover > .megamenu, .menu li.show > ul,
    .menu li.show > .megamenu {
  display: block;
}

.menu .megamenu-container {
  position: static;
}

.menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 1002;
}

.menu ul ul {
  top: -1.6rem;
  left: 100%;
}

.menu .megamenu {
  display: none;
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  top: 100%;
  z-index: 1002;
}

.menu .megamenu.megamenu-sm {
  left: 0;
  right: auto;
  width: 456px;
}

.menu .megamenu.megamenu-md {
  left: -10rem;
  right: auto;
  width: 694px;
}

.menu .megamenu > ul,
    .menu .megamenu div > ul {
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  box-shadow: none;
  margin-top: 0;
  padding: 0;
  min-width: 0;
}

.menu ul,
  .menu .megamenu {
  margin-top: 1px;
}

.menu ul:before,
    .menu .megamenu:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  height: 1px;
  left: 0;
  right: 0;
}

.menu ul ul,
    .menu .megamenu ul {
  margin-top: 0;
}

.menu a:not(.btn) {
  display: block;
  position: relative;
  text-decoration: none;
}

.menu a:not(.btn):focus {
  outline: none !important;
}

.megamenu .dropdown-item{
  padding: 6px 8px !important;
}
.megamenu h5{
  font-size: 16px;
}

/* Menu Style */
.menu {
  line-height: 1.5;
}

.menu li > a {
  color: #999999;
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.menu li > a span:not(.tip) {
  position: relative;
}

.menu > li > a {
  color: #333;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: -.01em;
  padding: 3.95rem 3rem;
  text-transform: uppercase;
}

.menu > li + li {
  margin-left: 0;
}

.menu.sf-arrows .sf-with-ul {
  position: relative;
}

.menu.sf-arrows ul .sf-with-ul {
  padding-right: 4rem;
}

.menu.sf-arrows ul .sf-with-ul:after {
  content: '\f112';
  right: 3rem;
}

.menu .megamenu,
  .menu ul {
  background-color: #fff;
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
}

.menu ul {
  min-width: 218px;
  padding: 1.6rem 0 2rem;
}

.menu .megamenu .banner > a {
  display: block;
  padding: 0;
  margin: 0;
}

.menu .megamenu li a {
  padding-right: 0;
  padding-left: 0;
}

.menu .megamenu .btn {
  min-width: 210px;
  text-transform: uppercase;
}

.menu .banner {
  margin: 0;
  max-width: 218px;
  float: right;
  height: 100%;
}

.menu .menu-col {
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 2.2rem;
  padding-bottom: 2rem;
}

.menu .menu-title {
  color: #333;
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: .6rem;
}

.menu .megamenu-action {
  padding-bottom: 2rem;
}

.menu ul + .menu-title {
  margin-top: 1.5rem;
}

.menu .banner-content {
  padding-top: 0;
}

.menu .banner-content.banner-content-bottom {
  left: 2.4rem;
  bottom: 2.4rem;
}

.menu .banner-content.banner-content-top {
  left: 2rem;
  top: 2.4rem;
  transform: translateY(0);
  -ms-transform: translateY(0);
}

.menu .banner-title {
  margin: 0;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0;
}

.menu .banner-title span {
  font-size: 2.4rem;
}

.menu .banner-content-top .banner-title span {
  line-height: 1.05;
  font-size: 3.1rem;
}

/* Menu Hover Style */
.menu li:hover > a,
.menu li.show > a,
.menu li.active > a {
  color: #b3051b;
}

.demo-item a:hover, .demo-item a:focus {
  color: #b3051b;
}

.demo-item a:hover .demo-bg, .demo-item a:focus .demo-bg {
  box-shadow: 3px 10px 16px rgba(51, 51, 51, 0.05), -3px 10px 16px rgba(51, 51, 51, 0.05);
  background-position: center bottom;
  transition: background-position 2s linear, box-shadow .3s;
}

.demo-bg {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-color: #f4f4f4;
  border: .1rem solid #ebebeb;
  margin-bottom: 1.2rem;
  padding-top: 80.95%;
  background-position: center top;
  transition: background-position .6s linear, box-shadow .3s;
}

.demo-title {
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: .01em;
}

/* Label - Tip */
.tip {
  color: #fff;
  display: block;
  position: absolute;
  left: 100%;
  bottom: 1.1rem;
  text-align: center;
  font-weight: 400;
  font-size: .8rem;
  line-height: 1;
  letter-spacing: 0;
  padding: .3rem .1rem .1rem;
  min-width: 23px;
  z-index: 1;
  border-radius: 0;
  margin-left: .5rem;
  text-transform: uppercase;
  background-color: #b3051b;
}

.tip.tip-new {
  background-color: #a6c76c;
}

.tip.tip-hot {
  background-color: #ef837b;
}

/* Header Bottom  - Menu position in header-bottom */
.header-bottom .main-nav {
  margin-left: 0;
}

.header-bottom .menu .megamenu.megamenu-md {
  left: 0;
}

.header-bottom .menu > li > a {
  padding: 15px 25px;
}

.header-bottom .menu > li > a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: .1rem;
  background-color: #b3051b;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform .3s ease;
}

.header-bottom .menu li:hover > a:before,
.header-bottom .menu li.show > a:before,
.header-bottom .menu li.active > a:before {
  transform-origin: left center;
  transform: scale(1, 1);
}

.header-bottom .menu.sf-arrows > li > .sf-with-ul::after {
  right: 1rem;
}


/*--------------------- 2.2.Vertical Menu -------------------- */
/* Vertical Menu */
.side-nav {
  position: relative;
  margin: 0;
}

.sidenav-title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  padding: 1.45rem 3rem;
  color: #fff;
  background-color: #333;
  text-transform: uppercase;
}

.category-dropdown {
  display: flex;
  align-self: stretch;
  align-items: center;
}

.category-dropdown .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  color: #333333;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  text-transform: uppercase;
  padding: 1rem 1.9rem 1rem 2rem;
  min-width: 270px;
  transition: background .4s,  color .1s;
}

.category-dropdown .dropdown-toggle:after {
  background: url("../images/menu.png");
  border: none;
  width: 17px;
  height: 13px;
  font-size: 2.3rem;
  line-height: 1;
  margin-left: 6.7rem;
}

.category-dropdown .dropdown-toggle:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #b3051b;
  transition: all .35s;
}

.category-dropdown .dropdown-toggle:hover, .category-dropdown .dropdown-toggle:focus {
  color: #fff;
  background-color: #b3051b;
  outline: none !important;
}

.category-dropdown:not(.is-on):hover .dropdown-menu {
  display: block;
}

.category-dropdown:not(.is-on):hover .dropdown-toggle {
  color: #fff !important;
  background-color: #b3051b;
}

.category-dropdown:not(.is-on):hover .dropdown-toggle:after {
  background: url("../images/menu2.png");
  border: none;
  width: 17px;
  height: 13px;
}

.category-dropdown.show .dropdown-toggle {
  color: #fff;
  background-color: #b3051b;
}

.category-dropdown.show .dropdown-toggle:after {
  content: '\f191';
}

.category-dropdown .dropdown-menu {
  left: 0;
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.category-dropdown .dropdown-item {
  color: #666;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  border: .1rem solid #ebebeb;
  border-top: none;
  padding: .9rem 1.9rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-dropdown .dropdown-item.dropdown-item-lead {
  color: #333;
  font-weight: 500;
  background-color: #f9f9f9;
}

.category-dropdown .dropdown-item:hover, .category-dropdown .dropdown-item:focus {
  color: #b3051b;
  background-color: #fff;
  outline: none !important;
}

.category-dropdown .dropdown-item:hover.dropdown-item-lead, .category-dropdown .dropdown-item:focus.dropdown-item-lead {
  background-color: #f9f9f9;
}

.menu-vertical,
.menu-vertical ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-vertical {
  display: flex;
  align-items: center;
  position: static;
  line-height: 1.5;
  flex-direction: column;
}

.menu-vertical li {
  position: relative;
}

.menu-vertical li:hover > ul,
    .menu-vertical li:hover > .megamenu, .menu-vertical li.show > ul,
    .menu-vertical li.show > .megamenu {
  display: block;
}

.menu-vertical a:not(.btn) {
  display: block;
  position: relative;
  text-decoration: none;
}

.menu-vertical a:not(.btn):focus {
  outline: none !important;
}

.menu-vertical .megamenu-container {
  position: static;
}

.menu-vertical ul {
  min-width: 218px;
  padding: 1.6rem 0 2rem;
}

.menu-vertical ul,
  .menu-vertical .megamenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1002;
  margin-top: 0;
  background-color: #fff;
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
}

.menu-vertical ul:before,
    .menu-vertical .megamenu:before {
  display: none;
}

.menu-vertical .megamenu {
  width: 713px;
}

.menu-vertical .megamenu.megamenu-sm {
  width: 456px;
}

.menu-vertical .megamenu.megamenu-md {
  width: 694px;
}

.menu-vertical .megamenu > ul,
    .menu-vertical .megamenu div > ul {
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  box-shadow: none;
  margin-top: 0;
  padding: 0;
  min-width: 0;
}

.menu-vertical .banner {
  margin: 0;
  max-width: 280px;
  float: right;
  border-radius: 0;
}

.menu-vertical .banner img {
  border-radius: 0;
}

.menu-vertical .menu-banners {
  margin-top: 2.4rem;
}

.menu-vertical .menu-banners .banner {
  float: none;
  max-width: 100%;
}

.menu-vertical.sf-arrows > li > .sf-with-ul {
  padding-right: 3rem;
}

.menu-vertical.sf-arrows .sf-with-ul {
  position: relative;
}

.menu-vertical.sf-arrows .sf-with-ul::after {
  display: block;
  content: '\f112';
  position: absolute;
  right: 1.8rem;
  top: 50%;
  line-height: 1;
  font-size: 1.2rem;
  margin-top: -.6rem;
}

.menu-vertical li > a {
  color: #666;
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 0;
  padding-top: .6rem;
  padding-bottom: .6rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.menu-vertical li > a span:not(.tip) {
  position: relative;
}

.menu-vertical li > a strong {
  font-weight: 600;
}

.menu-vertical > li {
  width: 100%;
}

.menu-vertical > li > a {
  display: block;
  color: #666;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  border: .1rem solid #ebebeb;
  border-top: none;
  padding: .9rem 1.9rem;
  width: 100%;
}

.menu-vertical > li.item-lead > a {
  color: #333;
  font-weight: 500;
  background-color: #f9f9f9;
}

.menu-vertical > li + li {
  margin-left: 0;
}

.menu-vertical .menu-title {
  color: #333;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: -.01em;
  text-transform: capitalize;
  padding-bottom: 1rem;
  border-bottom: .1rem solid #eeeeee;
  margin-bottom: .7rem;
}

.menu-vertical ul + .menu-title {
  margin-top: 1.2rem;
}

.menu-vertical i {
  display: inline-block;
  color: #ccc;
  min-width: 3.4rem;
}

.menu-vertical .menu-col {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.menu-vertical .menu-col li > a {
  padding-left: 0;
  padding-right: 0;
}

.menu-vertical li:hover > a,
  .menu-vertical li.show > a,
  .menu-vertical li.active > a {
  color: #b3051b;
}

.menu-vertical > li:hover > a,
  .menu-vertical > li.show > a,
  .menu-vertical > li.active > a {
  color: #b3051b;
}

.menu-brands.menu-col {
  padding-top: 2rem;
  margin-top: 0 !important;
  border-top: .1rem solid #ebebeb;
}

.menu-brands .brand {
  display: flex !important;
}

.menu-brands .col,
.menu-brands [class*=col-] {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*--------------------- 2.3.Sticky Header -------------------- */
/* Sticky Header */
@keyframes fixedHeader {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/*--------------------- 2.4.Mobiel Menu -------------------- */
/* Mobile Menu */
.mobile-menu-container {
  position: fixed;
  left: -280px;
  top: 0;
  bottom: 0;
  z-index: 1001;
  background-color: #333;
  width: 100%;
  max-width: 280px;
  overflow-y: scroll;
  box-shadow: 0.1rem 0 0.6rem 0 rgba(51, 51, 51, 0.5);
  will-change: transform;
  visibility: hidden;
  font-size: 1.2rem;
  line-height: 1.5;
  transition: all 0.4s ease;
}

.mmenu-active .mobile-menu-container {
  visibility: visible;
  transform: translateX(280px);
}

.mobile-menu-container .social-icons {
  justify-content: center;
  margin-bottom: 0;
}

.mobile-menu-container .social-icon {
  width: 3rem;
  height: 3rem;
  font-size: 1.2rem;
  background-color: transparent;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.45);
  border-color: rgba(255, 255, 255, 0.45);
}

.mobile-menu-container .social-icon + .social-icon {
  margin-left: .8rem;
}

.mobile-menu-container .social-icon:hover, .mobile-menu-container .social-icon:focus {
  background-color: transparent;
}

.mobile-menu-wrapper {
  position: relative;
  padding: 1.5rem 0;
}

.mobile-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0rem;
  right: 1rem;
  padding: 0;
  z-index: 9;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  transition: color .35s;
}

.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #b3051b;
}

.mobile-menu-overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(25, 25, 25, 0.25);
  z-index: 1000;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.mmenu-active .mobile-menu-overlay {
  visibility: visible;
  opacity: 1;
}

.mobile-nav {
  padding: 0;
  margin: 0 0 2.5rem;
}

.mobile-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-menu > li > a {
  text-transform: uppercase;
}

.mobile-menu li {
  display: block;
  position: relative;
}

.mobile-menu li a {
  position: relative;
  display: block;
  padding: 1rem 4.5rem 1rem 2rem;
  color: #fff;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.08);
}

.mobile-menu li a:hover, .mobile-menu li a:focus {
  color: #b3051b;
  text-decoration: none;
  outline: none !important;
}

.mobile-menu li.open > a, .mobile-menu li.active > a {
  color: #b3051b;
}

.mobile-menu li ul {
  margin: 0;
  padding: .7rem 0 .9rem;
  display: none;
  margin-bottom: 0;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.08);
}

.mobile-menu li ul li a {
  padding-top: .6rem;
  padding-bottom: .6rem;
  padding-left: 3.5rem;
  border-bottom: none;
}

.mobile-menu li ul li a:not(:hover):not(:focus) {
  color: rgba(255, 255, 255, 0.8);
}

.mobile-menu li ul li:last-child ul {
  border-bottom: none;
  padding-bottom: 0;
}

.mobile-menu li ul ul {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.08);
}

.mobile-menu li ul ul li a {
  padding-left: 5rem;
}

.mobile-menu > li > a {
  text-transform: uppercase;
}

.mobile-menu span:not(.mmenu-btn):not(.tip) {
  position: relative;
}

.mmenu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1rem;
  top: 50%;
  z-index: 10;
  width: 3rem;
  height: 3rem;
  font-size: 1.2rem;
  color: #fff;
  margin-top: -1.5rem;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  transition: color 0.35s;
}

.mmenu-btn::after {
  content: '\f110';
  display: inline-block;
}

.mmenu-btn:hover, .mmenu-btn:focus {
  color: #b3051b;
}

.open > a > .mmenu-btn::after {
  content: '\e802';
}

.mobile-search {
  margin: 1rem 0 1.5rem;
  padding: 0 2rem;
  display: flex;
  align-items: center;
}

.mobile-search .form-control {
  height: 36px;
  margin-bottom: 0;
  -webkit-appearance: none;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: .8rem 1.5rem;
  max-width: calc(100% - 36px);
  background-color: #333;
  border-color: rgba(255, 255, 255, 0.1);
  border-right-width: 0;
  border-radius: 0;
}

.mobile-search .form-control::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.mobile-search .form-control:focus {
  color: #fff;
  border-color: #b3051b;
  background-color: #333;
}

.mobile-search .btn {
  height: 36px;
}

.mobile-menu-container .tab-content {
  padding: 0;
  margin: 0 0 2.5rem;
  border: none;
}

.mobile-menu-container .tab-content .mobile-nav,
  .mobile-menu-container .tab-content .mobile-cats-nav {
  margin-bottom: 0;
}

.mobile-menu-container .tab-pane {
  padding: 0;
}

.nav.nav-pills-mobile {
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
  margin: 0 0 .2rem;
}

.nav.nav-pills-mobile .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0 0 -.1rem;
}

.nav.nav-pills-mobile .nav-link {
  color: #fff;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.5;
  text-transform: uppercase;
  border-bottom: .2rem solid transparent;
  background: none;
  padding: .8rem 2rem;
  transition: all .35s ease;
}

.nav.nav-pills-mobile .nav-link.active, .nav.nav-pills-mobile .nav-link:hover, .nav.nav-pills-mobile .nav-link:focus {
  color: #b3051b;
  border-bottom-color: #b3051b;
}

.mobile-cats-nav .mobile-menu > li > a {
  text-transform: capitalize;
}

.mobile-cats-menu li a {
  position: relative;
  display: block;
  padding: 1rem 4.5rem 1rem 2rem;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.08);
}

.mobile-cats-menu li a.mobile-cats-lead {
  font-weight: 500;
  color: #fff;
}

.mobile-cats-menu li a:hover, .mobile-cats-menu li a:focus {
  color: #b3051b;
  text-decoration: none;
  outline: none !important;
}

/* Mobile Menu Light */
.mobile-menu-light {
  background-color: #fff;
}

.mobile-menu-light .mobile-menu-close:not(:hover):not(:focus) {
  color: #666;
}

.mobile-menu-light .social-icon {
  color: #999;
  border-color: #999;
}

.mobile-menu-light .mobile-menu li a {
  border-bottom-color: #efefef;
}

.mobile-menu-light .mobile-menu li a:not(:hover):not(:focus) {
  color: #666;
}

.mobile-menu-light .mobile-menu li.open > a, .mobile-menu-light .mobile-menu li.active > a {
  color: #b3051b;
}

.mobile-menu-light .mobile-menu li ul {
  border-bottom-color: #efefef;
}

.mobile-menu-light .mobile-menu li ul li a:not(:hover):not(:focus) {
  color: #666;
}

.mobile-menu-light .mobile-menu li ul ul {
  border-top-color: #efefef;
}

.mobile-menu-light .mmenu-btn:not(:hover):not(:focus) {
  color: #666;
}

.mobile-menu-light .mobile-search .form-control {
  color: #666;
  background-color: #fff;
  border-color: #e5e5e5;
}

.mobile-menu-light .mobile-search .form-control::placeholder {
  color: #666;
}

.mobile-menu-light .mobile-search .form-control:focus {
  color: #666;
  border-color: #b3051b;
  background-color: #fff;
}

.mobile-menu-light .nav.nav-pills-mobile {
  border-bottom-color: #efefef;
}

.mobile-menu-light .nav.nav-pills-mobile .nav-link:not(:hover):not(:focus):not(.active) {
  color: #333;
}

.mobile-menu-light .mobile-cats-menu li a {
  border-bottom-color: #efefef;
}

.mobile-menu-light .mobile-cats-menu li a:not(:hover):not(:focus) {
  color: #666;
}

.mobile-menu-light .mobile-cats-menu li a:not(:hover):not(:focus).mobile-cats-lead {
  color: #333;
}

.btn-outline-primary-2 {
  color: #a6c76c;
  background-color: transparent;
  background-image: none;
  border-color: #a6c76c;
  box-shadow: none;
  border-radius: 0;
}

.btn-primary {
  color: #fff;
  background-color: #a6c76c;
  border-color: #a6c76c;
  box-shadow: none;
  border-radius: 0;
}

.bor-ex {
  border-bottom: .1rem solid #f4f4f4;
}

/*Banner css*/
.banner_info {
  max-width: 50%;
  position: absolute;
  top: 25%;
  left: 25%;
  width: 100%;
}

.banner_section {
  position: relative;
}

.banner_info h1 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}

.banner_info h2 {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
}

a , a:hover {
  text-decoration: none;
}

.banner_info a.banner_btn {
  width: 200px;
  height: 50px;
  display: block;
  margin: 0 auto;
  background: #000000;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 50px;
  margin-top: 40px;
}

.banner_info a.banner_btn:hover {
  color: #fff;
  background: #b3051b;
}

.banner_slider .owl-nav , .banner_slider .owl-dots {
  display: none;
}

/*----cate----------*/
.category-section {
  padding: 60px 0;
  background: #f7f6f6;
}

.cate-sec {
  background: #fff;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 2px 0px 24px 0px rgba(50, 50, 50, 0.05);
-moz-box-shadow:    2px 0px 24px 0px rgba(50, 50, 50, 0.05);
box-shadow:         2px 0px 24px 0px rgba(50, 50, 50, 0.05);
}

.cate-sec:hover {
  opacity: 0.8;
}

.icon-sec {
  width: 75px !important;
  height: 75px;
  margin: 0 auto;
}

.cate-sec h6 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
}

.cate-sec .cat-c {
  font-size: 14px;
  color: #545454;
}

.category-section .owl-carousel .owl-nav.disabled {
  display: block;
}

.category-section .owl-nav {
  top: 68px !important;
  position: absolute;
  width: 100%;
}

.owl-nav , #offer_slider .owl-nav {
  position: absolute;
  width: 100%;
}

#new_product_slider .owl-nav {
  top: 30% !important;
  position: absolute;
  width: 100%;
  display: block;
}
#new_product_slider .owl-dots {
  display: none;
}

.category-section .owl-nav .owl-prev , #offer_slider .owl-nav .owl-prev  , #new_product_slider .owl-nav .owl-prev {
  background: url(../images/prev.png) no-repeat !important;
  font-size: 0 !important;
  position: absolute;
  width: 19px;
  height: 32px;
  padding: 0 !important;
  margin: 0 !important;
  left: -25px;
}

.category-section .owl-nav .owl-next , #offer_slider .owl-nav .owl-next , #new_product_slider .owl-nav .owl-next {
  background: url(../images/next.png) no-repeat !important;
  font-size: 0 !important;
  position: absolute;
  width: 19px;
  height: 32px;
  padding: 0 !important;
  margin: 0 !important;
  right: -25px;
}

.category-section .owl-nav .owl-prev:hover , #offer_slider .owl-nav.disabled .owl-prev:hover , #new_product_slider .owl-nav.disabled .owl-prev:hover {
  background: url(../images/prev_hover.png) no-repeat !important;
  width: 19px;
  height: 32px;
}

.category-section .owl-nav .owl-next:hover , #offer_slider .owl-nav.disabled .owl-next:hover , #new_product_slider .owl-nav.disabled .owl-next:hover {
  background: url(../images/next_hover.png) no-repeat !important;
  width: 19px;
  height: 32px;
}

/*--features-*/
.feature-cate {
  padding: 60px 0;
}

.common-headings h2 {
  color: #000;
  font-size: 36px;
  font-weight: bold;
}

.common-headings p {
  color: #545454;
  font-size: 24px;
}

.extra-fea {
  margin-top: 30px;
}

#offer_slider.owl-carousel .owl-nav {
  display: block;
  position: absolute;
  top: 36%;
  width: 100%;
}

.new-pro-border {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.product-details {
  border-right: 1px solid #dcdcdc;
  padding: 20px 15px;
}

.product-item {
  cursor: pointer;
}

.product-item:hover .pi-pic::before {
  content: "";
  background: linear-gradient(to right, rgb(0 0 0 / 0.20) 0%, #0000005c 100%);
  z-index: 9;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

.product-item:hover .pi-pic .icon {
  top: 15px;
  opacity: 1;
}

.product-item:hover .pi-pic ul {
  bottom: 20px;
}

.product-item .pi-pic {
  overflow: hidden;
  position: relative;
}

.product-item .pi-pic img {
  width: auto !important;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  left: 0;
  right: 0;
}

.product-item .pi-pic .sale {
  color: #ffffff;
  font-size: 10px;
  background: #76BC42;
  position: absolute;
  left: 0;
  top: 20px;
  padding: 5px 10px;
  text-transform: uppercase;
}

.product-item .pi-pic .sale.pp-sale {
  background: #e7ab3c;
}

.product-item .pi-pic .icon {
  font-size: 20px;
  color: #252525;
  position: absolute;
  right: 21px;
  top: -15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.product-item .pi-pic ul {
  position: absolute;
  left: 0;
  bottom: -115px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  width: 100%;
  padding-left: 0;
  z-index: 10;
}

.product-item .pi-pic ul li {
  list-style: none;
  display: inline-block;
  background: #ffffff;
  width: 45px;
  height: 45px;
  margin: 1px;
  border-radius: 50%;
}

.product-item .pi-pic {
  width: 100%;
  height: 272px;
  background: rgba(204, 204, 204, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-item .pi-pic ul li a {
	font-size: 16px;
	font-weight: 700;
	color: #252525;
	display: flex;
	/* padding: 16px 18px 12px 19px; */
	text-align: center;
	line-height: 45px;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.product-item .pi-pic ul li a i {
  color: #000;
}

.product-item .pi-text {
  text-align: center;
  padding-top: 26px;
}

.product-item .pi-text .catagory-name {
  font-size: 10px;
  color: #b2b2b2;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.product-item .pi-text a {
  display: block;
}

.product-item .pi-text a h5 {
  color: #252525;
}

.product-item .pi-text .product-price {
  color: #e7ab3c;
  font-size: 20px;
  font-weight: 700;
}

.product-item .pi-text .product-price span {
  font-size: 14px;
  font-weight: 400;
  color: #b2b2b2;
  text-decoration: line-through;
}

.product-item .pi-pic ul li:hover {
  background: #b3051b;
  color: #fff;
}

.product-item .pi-pic ul li:hover a i {
  color: #fff;
}

.trending-product-title {
  padding-top: 20px;
  text-align: center;
}

.trending-product-title a {
  text-align: center;
  color: #383633;
  font-size: 17px;
}

.trending-product-title a p.cat-item {
  color: #75797b;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.trending-product-price {
  text-align: center;
  color: #000000;
  font-size: 19px;
  font-weight: bold;
  margin-top: 1px;
  margin-bottom: 10px;
}

.border-top-0 {
  border-top: 0;
}

.new-products {
  padding: 30px 0;
}

.best-deal {
  padding: 40px 0 0 0;
}

.new-pro-border .col-lg-3.col-md-4.col-sm-6.col-6:last-child .product-details {
  border: 0;
}
/*--Arrow--*/
#offer_slider .owl-nav.disabled {
  display: block!important;
  position: absolute;
  top: 45%;
  width: 100%;
  margin: 0;
  height: 0;
}


/*--Product Box--*/
.offer-image {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.offer_hover {
  display: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.offer-image:hover .offer_hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

span.offer_title {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 28px;
  background: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 1%,rgba(0,0,0,0.5) 100%);
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
}

.offer_btn {
  width: 50%;
  height: 39px;
  line-height: 39px;
  background: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 1%,rgba(0,0,0,0.5) 100%);
  display: block;
  margin: 20% auto 0;
  top: 40%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
}

.offer_wish {
  float: right;
  background: #ffffff;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 20px 20px 0 0;
}

.offer_wish i {
  color: #cccccc;
  font-size: 17px;
  text-align: center;
}

.offer_btn:hover, .offer_wish:hover, span.offer_title:hover {
  color: #fff;
  background: #b3051b;
}

.offer_wish:hover i {
  color: #fff;
}

.offer_title a {
  color: #fff;
}

.offer_title a:hover {
  color: #fff;
}
/*--Footer css--*/
footer {
  background: #efefef;
  padding: 50px 0 0 0;
}

footer h3 {
  font-size: 20px;
  color: #000;
  padding: 0 0 20px 0;
  margin: 0;
}

.footer-quick-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
  color: #333;
}

.footer-quick-links li {
  padding: 1px 0;
}

.footer-quick-links li a {
  font-size: 14px;
  color: #333;
}

.footer-quick-links li a:hover {
  color: #b3051b;
}

.popular_categories li a:hover {
  color: #b3051b;
}

footer span {
  color: #e6e6e6;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}

.footer-section-two {
  border-left: 1px solid #484848;
  border-right: 1px solid #484848;
  padding-left: 25px;
  padding-right: 25px;
}

.border_left {
  border-left: 1px solid #484848;
  padding-left: 20px;
  min-height: 194px;
}

.location-info {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 14px;
  color: #333;
}

.location-info li {
  padding: 4px 0;
}

.location-info li a {
  font-size: 14px;
  color: #333;
}

.location-info li a:hover {
  color: #b3051b;
}

.email-box {
  background: #fff;
  height: 46px;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 20px;
}

.email-box input {
  float: left;
  width: 78%;
  border: 0;
  height: 46px;
  line-height: 46px;
  color: #687073;
  font-size: 14px;
  border-radius: 4px 0 0 4px;
  padding: 0 15px;
}

.email-box button {
  float: right;
  width: 20%;
  border: 0;
  cursor: pointer;
  background: #fe8324;
  border-radius: 0 4px 4px 0;
  height: 46px;
  line-height: 0;
}

.social-link a {
  display: inline-block;
  margin-right: 5px;
}

.socials-payment li {
  float: left;
  margin: 5px 5px 0 0;
  min-height: 34px;
}

ul.socials-payment {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.popular_categories {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.popular_categories li {
  padding: 1px 0;
}

.popular_categories a {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 14px;
  color: #333;
}

footer h3.pt-4 {
  padding-bottom: 12px;
}

.copyright-info {
  color: #fff;
  font-size: 14px;
  background: #000000;
  padding: 15px 0;
  margin-top: 25px;
}

/*--Category dropdown--*/
.category-dropdown .dropdown-menu {
  width: 1199px;
}

ul.menu-vertical.sf-arrows {
  flex-direction: unset;
  display: block;
}

.menu_link {
  padding: 15px;
}

.menu_link h4 a {
  color: #b3051b;
}

.menu_link a {
  color: #333;
  font-size: 14px;
  display: block;
}

.mobile-cats-nav .menu_link {
  border-bottom: 1px solid #eee;
}

.menu_link a:hover {
  color: #b3051b;
}

.menu-vertical.sf-arrows .w-25 {
  float: left;
  border-right: 1px solid #dcdcdc;
}

ul.mobile-cats-menu {
  padding-left: 0;
}

.header {
  box-shadow: 2px 0px 8px 3px rgba(196, 196, 196, 0.3);
}

.search-bred {
  padding: 20px 0;
}

.breadcrumb {
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}

.breadcrumb-item a {
  color: #575757;
  font-weight: normal;
  font-size: 18px;
}

.breadcrumb-item {
  line-height: 18px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0rem;
  line-height: 18px;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 18px;
  padding-left: 18px;
  color: transparent;
  background: url(../images/bred.png) no-repeat top center;
  content: ".";
}

.breadcrumb-item.active a , .breadcrumb-item:hover a {
  color: #b3051b;
}

/*------search result--------------*/

.mobile-list {
  float: left;
  width: 100%;
  cursor: pointer;
  background: #b3051b;
  text-align: center;
  color: #fff;
  padding: 7px;
  display: none;
}

.mobile-list p {
  margin-bottom: 0;
}

ul {
  padding: 0;
}

.search-filter h3 {
  font-size: 18px;
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
  margin-bottom: 0;
  width: 100px;
  height: 40px;
  line-height: 37px;
}

.search-filter h3.hed-fil {
  font-size: 18px;
  border: 1px solid #1c1c1c;
  text-align: center;
  color: #1c1c1c;
  margin-bottom: 0;
  width: 100px;
  height: 40px;
  line-height: 37px;
}

.search-filter h3 i {
  font-size: 20px;
}

.search-filter h3 img {
  padding-right: 10px;
  vertical-align: baseline;
}

.list-category-sec {
  padding-top: 20px;
}

.search-form {
  padding-right: 18px;
  position: relative;
}

.search-form input {
  width: 100%;
  height: 45px;
  font-size: 16px;
  border: none;
  padding: 0 19px;
  background: #faf9f7;
  color: #706d6e;
  border: 1px solid #8a92a3;
  border-radius: 4px;
}

.search-form button {
  position: absolute;
  height: 100%;
  right: 18px;
  padding-right: 10px;
  top: 0;
  font-size: 16px;
  color: #a2a2a2;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.list-category-sec h3 {
  color: #000;
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 500;
  border: 0;
  width: auto;
  height: auto;
  line-height: 24px;
  border-bottom: 1px solid #dce0e5;
  margin: 0px;
}

.diiferent-sec {
  width: 100%;
  margin-top: 15px;
  padding-right: 18px;
}

.diiferent-sec .search-form button {
  right: 0;
  font-size: 22px;
  color: #c8c8c8;
}

.dropdown-list {
  height: 45px;
  border: 1px solid #8a92a3;
  width: 100%;
  border-radius: 4px;
  padding: 0 19px;
  background: url(../images/arrow-down.png) no-repeat right 8px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 16px;
  color: #706d6e;
  font-weight: 400;
}

select:focus {
  outline: none !important;
}

.category-ul {
  width: 100%;
  margin-top: 5px;
}

.list_checkBox {
  display: block;
  position: relative;
  padding-left: 31px;
  margin-bottom: 17px;
  cursor: pointer;
  font-size: 15px;
  margin-right: 0;
  line-height: 13px;
  color: #474644;
}

ul {
  list-style: none;
}

.list_checkBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.list_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 2px solid #b5b5b5;
  border-radius: 2px;
}

.list_checkBox .list_checkmark::after {
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list_checkBox input:checked~.list_checkmark::after {
  display: block;
}

.list_checkBox input:checked~.list_checkmark {
  background-color: #b3051b;
  border: none;
}

.list_checkBox input:checked~.list_checkmark::after {
  display: block;
}

.list_checkBox .list_checkmark::after {
  left: 5.5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list_checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.see-all {
  font-size: 13px;
  color: #1c1c1c;
  padding: 5px 8px 0 0;
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
}

.color-area .list_checkBox .list_checkmark {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.color-area .list_checkBox.c-white .list_checkmark {
  background: #fff;
  border: 1px solid #e7e5e5;
}

.color-area .list_checkBox {
  line-height: 25px;
}

.color-area .list_checkBox.c-white input:checked~.list_checkmark {
  background-color: #fff;
  border: 1px solid #e7e5e5;
}

.color-area .list_checkBox .list_checkmark::after {
  left: 9.5px;
  top: 5px;
}

.list_checkBox.c-white .list_checkmark::after {
  border-color: #b3051b;
}

.color-area .list_checkBox.c-red .list_checkmark {
  background: #f62a1b;
  border: 1px solid #f62a1b;
}

.color-area .list_checkBox.c-red input:checked~.list_checkmark,
.color-area .list_checkBox.c-blue input:checked~.list_checkmark,
.color-area .list_checkBox.c-black input:checked~.list_checkmark {
  border-color: #fff;
}

.color-area .list_checkBox.c-blue .list_checkmark {
  background: #2457fe;
  border: 1px solid #2457fe;
}

.color-area .list_checkBox.c-black .list_checkmark {
  background: #000;
  border: 1px solid #000;
}

.starRate_chec li {
  float: left;
  margin: 0px 1px !important;
  width: auto !important;
}

.rattings-area .category-ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.starRate_chec li img {
  float: left;
}

.starRate_chec li:last-child {
  margin-left: 8px !important;
  font-size: 14px;
  color: #474644;
}

.slider_rnge {
  float: left;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 18px;
  padding-left: 12px;
  padding-right: 18px;
}

.slider_rnge .ui-state-default,
.slider_rnge .ui-widget-content .ui-state-default,
.slider_rnge .ui-widget-header .ui-state-default {
  border-radius: 50% !important;
  height: 13px !important;
  top: -4px !important;
  width: 13px !important;
}


/*.slider_rnge .ui-widget-header {

    background: #000 !important;

}*/

.slider_rnge .ui-slider-horizontal {
  background: #000 none repeat scroll 0 0 !important;
  border: medium none !important;
  height: 5px !important;
  margin: 0;
}

#amount {
  border: none !important;
  margin-top: 10px;
  color: #333333;
  font-weight: 600;
  font-size: 16px;
  margin-left: -7px;
}

.slider_rnge .ui-state-default,
.slider_rnge .ui-widget-content .ui-state-default,
.slider_rnge .ui-widget-header .ui-state-default {
  background: #b3051b !important;
}

.ui-slider .ui-slider-range:last-child {
  background: #b3051b !important;
}

.range-text {
  padding-left: 10px;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
}

.right-search {
  float: right;
  width: 72.5%;
  padding-top: 30px;
}

.slider_rnge .ui-slider-horizontal {
  background: #000 none repeat scroll 0 0 !important;
  border: medium none !important;
  height: 5px !important;
  margin: 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

a:focus,
 :focus {
  outline: none !important;
}

.filter-btn {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 7px 17px;
  background: #fe8324;
  border-radius: 3px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  margin: 16px 0px 15px 6px;
}

.search_product_item {
  border-top: 1px solid #dcdcdc;
}

.wid-25 {
  width: 25%;
  float: left;
}

.top-total {
  float: left;
  width: 100%;
  border-top: 1px solid #e2e1e1;
  padding: 10px 0;
}

.top-total h5 {
  font-size: 20px;
  color: #000;
  width: auto;
  margin: 0;
  float: left;
  line-height: 37px;
}

.sort-filter {
  float: right;
  width: auto;
}

.sort-filter p {
  float: left;
  width: auto;
  color: #030303;
  font-weight: 500;
  font-size: 13px !important;
  margin-right: 13px !important;
  text-transform: uppercase;
  line-height: 37px !important;
  margin-bottom: 0;
}

.sort-select {
  height: 38px;
  width: 185px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  padding: 5px 15px 5px 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("../images/drp1.png") no-repeat right 10px center;
  cursor: pointer;
  border: 1px solid #cccbcb;
  border-radius: 0px;
}

.sort-select option {
  color: #5a5a5a;
  font-size: 15px;
  font-weight: 400;
}

.new-pro-border .col-lg-3.col-md-3.col-sm-6.col-6:last-child .product-details {
  border: 0;
}

.all-products .wid-25:nth-child(1) .product-details , .all-products .wid-25:nth-child(5) .product-details , .all-products .wid-25:nth-child(9) .product-details  , .all-products .wid-25:nth-child(13) .product-details {
  border-left: 1px solid #ccc;
}

.all-products {
  border-bottom: 1px solid #ccc;
}

.pagination {
  padding: 25px 0;
  font-size: 1.4rem;
}

.page-item:not(:last-child) {
  margin-right: .5rem;
}

.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 4rem;
  padding: 0 .3rem;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
  color: #222222d1 !important;
  background-color: transparent;
  border: .1rem solid transparent;
  transition: border .3s;
}

.page-link-next, .page-link-prev {
  min-width: 8rem;
  padding: 1.2rem;
  text-transform: uppercase;
}

.disabled>.page-link {
  color: #ccc !important;
  border: 0;
}

:hover>.page-link, .active>.page-link {
  border-color: #dadada !important;
  background: transparent !important;
  color: #222 !important;
}

.page-link-prev i {
  margin-right: .5rem;
}

.page-link-next, .page-link-prev {
  min-width: 8rem;
  padding: 1.2rem;
  text-transform: uppercase;
}

.page-item-dots {
  white-space: nowrap;
}

.page-item-dots::before {
  content: '...';
  margin-top: -.9em;
  margin-right: .5rem;
  display: inline-block;
  vertical-align: middle;
}

.search-list {
  padding: 20px 0 30px 0;
}

.product-details.search_product_item .product-item .pi-pic {
  height: 233px;
}

.see-all:hover {
  color: #b3051b;
  text-decoration: underline;
}

/*End*/




















ul.navbar-nav a:not(.btn) {
  display: block;
  position: relative;
  text-decoration: none;
}

ul.navbar-nav li:hover > a:before, ul.navbar-nav li.show > a:before, ul.navbar-nav li.active > a:before {
  transform-origin: left center;
  transform: scale(1, 1);
}

ul.navbar-nav > li > a::before {
  top: 0;
}

ul.navbar-nav > li > a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: .1rem;
  background-color: #b3051b;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform .3s ease;
}

.menu_area .navbar-nav li.active > a {
  color: #b3051b!important;
}

.alctg {
  font-size: 15px;
  line-height: 0;
  min-width: 108px;
}

.menu_area {
  min-height: 40px;
}

/*.navbar-collapse {
  padding-left: 220px;
}
*/
.alctg {
  position: absolute;
  left: 0;
  top: 0;
  list-style-type: none;
}

.navbar-toggler-icon img {
  width: 30px;
}

#blog-landing {
  box-shadow: 0px 2px 8px 2px rgba(0,0,0,0.1);
}

.white-panel {
  position: absolute;
  background: #fff;
  border-left: 1px solid #e9e9e9;
  ;
}

.custom-notification {
  position: fixed;
  right: 18px;
  top: 12px;
  background: #fff;
  width: 330px;
  height: 100px;
  box-shadow: 1px 2px 4px 0px #bfbfbf;
  cursor: pointer;
}

.noti-cross {
  position: absolute;
  right: 8px;
  top: 5px;
  cursor: pointer;
}

.noti-img {
  float: left;
  width: 20%;
  flex-direction: row;
  align-items: center;
  padding: 22px 5px;
}

.noti-img img {
  width: 100%;
}

.noti-area {
  float: left;
  width: 80%;
  padding: 9px 5px;
}

.noti-title {
  font-weight: 600;
}

.noti-desc {
  display: block;
  display: -webkit-box;
  max-width: 200px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*=================menu start=============*/
.menu_area {
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
  /*box-shadow: 1px 2px 4px rgba(45, 44, 44, 0.2);*/
  ;
}

.menu_area .navbar {
  margin-bottom: 0px !important;
  min-height: 0px !important;
  background: none !important;
  border: none !important;
  width: 100%;
  padding: 0;
}

.menu_area .navbar-nav li a {
  color: #1f1f1f !important;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 25px;
  text-transform: capitalize;
  display: inline-block;
}

a#m1 {
  color: #1f1f1f;
  display: block;
  padding: 20px 0;
  position: relative;
}

a#m1:after {
  position: absolute;
  content: '';
  left: 20rem;
  height: 1.5rem;
  width: .1rem;
  top: 50%;
  background-color: #ccc;
  transform: translateY(-50%);
}

a#m1 span {
  color: #333;
  text-transform: none;
  padding-left: 1.5rem;
  font-weight: 500;
  font-size: 1.5rem;
}

a#m1:hover {
  color: #b3051b;
}

.menu_area .navbar-nav li a:hover, .menu_area .navbar-nav li a:focus, .menu_area .navbar-nav li a.active {
  color: #b3051b !important;
}

.menu_area .navbar-nav li a i {
  font-size: 17px;
} 
/*.menu_area .navbar-nav li:first-child a {
  padding: 6px 4px 6px 0px;
}*/ 
/*#m1{
  background: #f29302 !important;
  }*/ 
.menu_area .make_arrow {
  /*float: right !important;*/
  font-size: 17px !important;
  margin: 2px 0 0 5px !important;
}

.cnt {
  position: relative;
  width: 100%;
  height: auto !important;
}

.menu-expend {
  position: absolute;
  z-index: 9999;
  border-top: none;
  left: 0;
  top: 50px;
  width: 100%;
}

.cnt ul {
  width: 100% !important;
  /*float:left;
  padding-top:6px;
  height:auto !important;*/
  ;
}

.cnt ul li {
  width: 24% !important;
}

.cnt ul li ul li {
  width: 100% !important;
}

.white-panel {
  padding: 0px 0px 2px 16px !important;
  float: left;
}

.white-panel .title {
  font-size: 15px;
  font-weight: 500;
  color: #b3051b;
  float: left;
  width: 100%;
  margin-top: 7px;
}

.white-panel .title:hover, .white-panel .title:focus {
  color: #b3051b;
}

.cnt ul li ul {
  width: 100% !important;
}

.cnt ul li ul li a {
  color: #323434;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
  display: block;
  text-transform: capitalize;
} 
/*.cnt ul li ul li:first-child{
  float:left;
  margin-top:6px;
  }*/ 
.cnt ul li ul li a:hover, .cnt ul li ul li a:focus {
  color: #b3051b;
}

.nwsubmnu {
  display: inline-block;
  width: 100% !important;
  float: left;
  background: #fff;
}
/*.blog-landin_graw{
  background:#f9f9f9 !important;
  }*/ 

 
.menu_area .navbar-inverse .navbar-nav > .open > a,.menu_area .navbar-inverse .navbar-nav > .open > a:focus,.menu_area .navbar-inverse .navbar-nav > .open > a:hover {
  background: #f29302 !important;
}

.menu_area .open_mmnu {
  width: 240px;
  padding-top: 0px !important;
}

.menu_area .open_mmnu li {
  width: 100%;
}

.menu_area .open_mmnu li:first-child {
  padding-top: 5px;
}

.menu_area .open_mmnu li a {
  color: #737474 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  display: block !important;
  padding: 4px 13px;
  text-transform: capitalize;
}

.menu_area .open_mmnu li a:hover,.menu_area .open_mmnu li a:focus {
  color: #f29302 !important;
  background: none !important;
}

.blog-landin {
  border-right: 1px solid #e2e2e2;
  padding-top: 0px !important;
}

.last-landing {
  border-right: none !important;
} 
/*#m1 span{
  display:none;
  }*/ 
  
      
/*megamenu end*/

/*=================menu end=============*/

.container.p-0.bor-ex {
  display: inherit;
}

.header-intro-clearance .header-middle .header-left {
  max-width: 100%;
}

.header-right {
  float: right;
  margin: 11px 0;
}

.header-middle .header-center {
  display: block!important;
}

.header-search {
  display: block!important;
}

.header-search-visible .header-search-wrapper {
  display: block!important;
}

.header-search-visible .header-search-wrapper:before {
  display: none!important;
}

.search-section .form-control {
  border-radius: 0;
}

.search-section button.btn.btn-success {
  border-radius: 0;
  width: 60px;
  background: #b3051b;
  border-color: #b3051b;
  font-size: 19px;
}

.search-section input {
  height: 44px;
}

.search-section {
  padding: 15px 0;
}

.form-control:focus, .btn-success:focus {
  box-shadow: unset;
}

.btn-success:not(:disabled):not(.disabled):active {
  background: #b3051b;
  border-color: #b3051b;
}

.form-control:focus {
  border-color: #ced4da;
}

.next-search {
  border: .1rem solid #ebebeb !important;
  color: #495057;
  font-weight: 400;
  padding-left: 15px;
  font-size: 1.5rem;
  line-height: 20px;
}

.ser-img img {
  vertical-align: initial;
}

.btn:hover {
  color: #212529;
  text-decoration: none;
  border-color: #1c1c1c;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1c1c1c;
  border-color: #1c1c1c;
}

.trending-product-title a:hover , .product-item:hover .trending-product-title a , .cate-sec:hover a h6 {
  color: #b3051b;
}

span.ui-slider-handle.ui-state-default.ui-corner-all:focus {
  border: 1px solid #b3051b!important;
}




.pro-descriptipn .pro-heading h1 {
  font-size: 27px;
  font-weight: 500;
  color: #292929;
  line-height: 32px;
  margin-bottom: 0;
}

.sku-tag {
  font-size: 14px;
  color: #b3051b;
  border: 1px solid #b3051b;
  border-radius: 1px;
  width: 128px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin-top: 15px;
}

.cloth-sec {
  font-size: 18px;
  color: #a2a2a2;
  margin-top: 10px;
  margin-bottom: 5px;
}

.price-tag {
  font-size: 25px;
  font-weight: 500;
  color: #b3051b;
  margin-bottom: 15px;
}

.product-select-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-select-section label , .color-sec h6 {
  display: inline-block;
  width: 67px;
  font-weight: 400;
  font-size: 15px;
  color: #030303;
  margin-bottom: 0;
}

.sort-select-new {
  height: 37px;
  width: 188px;
  font-size: 14px;
  font-weight: 400;
  color: #8e8d8d;
  padding: 5px 15px 5px 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../images/drop-new.png) no-repeat right 0px center;
  cursor: pointer;
  border: 1px solid #cccbcb;
  border-radius: 0px;
}

.size-guide {
  font-size: 14px;
  color: #706f6f;
  margin-left: 15px;
}

.size-guide img {
  margin-right: 5px;
}

.color-sec {
  margin-top: 10px;
}

.color-sec h6 {
  margin-bottom: 10px;
  display: block;
}

.product-quantity {
  display: block;
}

.product-quantity input {
  margin: 0;
  padding: 0.75rem 0;
  text-align: center;
  border-top: 1px solid grey;
  border-left: 1px solid grey;
  border-bottom: 1px solid grey;
  border-right: 0;
}

.quantity-selectors-container {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

.quantity-selectors {
  margin: 0;
  padding: 0;
}

.quantity-selectors button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  border-radius: 0;
  border: 1px solid grey;
  background-color: #fff;
  color: grey;
}

.quantity-selectors button:first-child {
  border-right: 0;
}

.quantity-selectors button:hover {
  cursor: pointer;
}

.quantity-selectors button[disabled="disabled"] {
  cursor: not-allowed;
}

.quantity-selectors button[disabled="disabled"] span {
  opacity: 0.5;
}

button.decrement-quantity, button.increment-quantity {
  float: left;
  width: 30px;
  height: 39px;
  font-size: 16px;
}

.product-quantity input {
  float: left;
  width: 45px;
  height: 39px;
  font-size: 16px;
}

.btn-green-theme {
  background: #b3051b;
  color: #fff;
  font-size: 17px;
  border-radius: 2px;
  height: 39px;
  width: 149px;
  margin-left: 30px;
}

.btn-green-theme:hover {
  background: #1c1c1c;
  border: 0;
  color: #fff;
}

.btn-green-theme i {
  margin-right: 5px;
}

.dtails-socials {
  margin-top: 30px;
}

.share-btn p {
  margin: 0;
  font-size: 16px;
  color: #6c6c6c;
  padding-right: 10px;
  line-height: 35px;
}

ul.share-list.float-left li {
  margin-right: 2px;
}

.share-frn {
  margin-left: 30px;
}

.gray-back-btn {
  height: 35px;
  width: 115px;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  color: #6f6f6f;
  border: 1px solid #bababa;
  border-radius: 2px;
}

.gray-back-btn:hover {
  background: #b3051b;
  color: #fff;
}

.pro-descriptipn {
  margin-top: 15px;
}

.item-description {
  border: 1px solid #e2e2e2;
  padding: 30px;
}

.item-description h2 {
  color: #292929;
  font-size: 20px;
  margin-bottom: 10px;
}

.item-description p {
  color: #838689;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

.mart-25 {
  margin-top: 25px;
}

.product-section {
  padding: 20px 0;
}

.new-modal-header .modal-header {
  background: #b3051b;
}

.modal-body {
  font-size: 16px;
}

.new-modal-header .modal-header .modal-title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  line-height: 20px;
}

.new-modal-header .modal-header .close {
  color: #fff;
  opacity: 1;
  padding: 10px 15px;
}

.wid-60 {
  width: 60%;
  float: left;
}

.wid-40 {
  width: 40%;
  float: left;
}

.new-modal-header .table-size thead tr {
  background-color: #f0f0f0;
  color: #212121;
}

.new-modal-header .table-size .table-bordered th, .new-modal-header .table-size .table-bordered td {
  border: 0;
}

.new-modal-header .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(0 0 0 / 0.02);
}

.new-modal-header .table-size .table-bordered td {
  font-size: 14px;
}

.guide-info {
  padding: 10px 15px;
  border-left: 1px solid #eeeeee;
  margin-left: 10px;
}

.guide-info h6 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.guide-info p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-bottom: 8px;
}

/*-------product details end-------------------------*/


/*---------------------login------------------------*/
.login-section {
  padding: 40px 0 60px 0;
  text-align: center;
}

.main-center-div {
  width: 540px;
  margin: auto;
}

.top-border-div {
  width: 100%;
  border: 1px solid #efefef;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
-moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.07);
box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}

.login-from-area {
  text-align: left;
  padding: 40px;
}

.remmber-area .list_checkBox.agree {
  margin-left: 10px;
}

.list_checkBox.agree a {
  color: #1c1c1c;
  text-decoration: underline;
}

.list_checkBox.agree a:hover {
  color: #b3051b;
}

.login-from-area h2 {
  font-size: 30px;
  font-weight: 500;
  color: #b3051b;
  margin-bottom: 15px;
  line-height: 23px;
}

.login-from-area p {
  font-size: 16px;
  margin-bottom: 25px;
  color: #606060;
}

.login-from-area label {
  color: #1c1c1c;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 10px 0;
  display: block;
}

.login-type {
  width: 100%;
  float: left;
  border: 1px solid #ced3d5;
  height: 50px;
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 16px;
  color: #000;
  margin-bottom: 13px;
}

.remmber-area {
  display: inline-block;
  width: 100%;
  margin: 15px 0 22px 0;
}

.remmber-area .list_checkBox {
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 23px;
}

.forgot-passwords {
  color: #b3051b;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  float: right;
}

.forgot-passwords:hover {
  color: #1c1c1c;
}

.login-submit {
  width: 100%;
  text-align: center;
  background: #b3051b;
  border: none;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 4px;
  height: 46px;
}

.login-submit:hover {
  background: #1c1c1c;
}

.or-area {
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  margin: 25px 0;
  text-align: center;
}

.or-area span {
  color: #838383;
  font-size: 15px;
  font-weight: 500;
  padding: 2px 10px;
  background: #fff;
  position: relative;
  bottom: -11px;
  text-transform: uppercase;
}

.socials-btns {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.facebook-btn {
  background: #3c5a99;
  color: #fff;
  border: 1px solid #3c5a99;
}

.common-btns {
  float: left;
  width: 48%;
  height: 50px;
  margin-right: 4%;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  font-weight: 500;
}

.common-btns:hover {
  opacity: 0.8;
  color: #fff;
}

.common-btns img {
  margin-right: 5px;
}

.google-btn {
  border: 1px solid #dd4b39;
  background: #dd4b39;
  color: #fff;
  margin-right: 0px;
}

.login-socials-area {
  padding: 15px 0 0 0;
}

.bottom-account-div p {
  color: #565656;
  font-size: 18px;
  font-weight: 400;
  margin: 0px;
  line-height: 23px;
  text-align: center;
}

.bottom-account-div p a {
  color: #333333;
  font-weight: 500;
}

.bottom-account-div p a:hover {
  color: #b3051b;
}

.bottom-account-div {
  margin: 20px 0;
}
/*---------------------login end------------------------*/



/*---------------------cart------------*/
.table {
  margin-bottom: 3rem;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  text-align: center;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #eeeeee;
}

.table th, .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-bottom: 1px solid #eeeeee;
}

.table thead th {
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 600;
  padding: 10px 0;
}

.product-media a {
  display: block;
  border: 1px solid #ccc;
  padding: 4px;
  width: 100%;
}

.product-media a img {
  width: 100%;
}

.product-title a {
  color: #1c1c1c;
  font-size: 16px;
}

td.price-col, td.total-col , .quantitytotal-col {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 600;
}

.table-cart td {
  vertical-align: middle;
}

.product {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-media {
  width: 113px;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-title {
  width: calc(100% - 100px);
  margin-left: 13px;
}

.table-cart thead tr th:nth-child(1) {
  width: 350px;
}

.table-cart thead tr th:nth-child(2) {
  width: 150px;
}

.table-cart thead tr th:nth-child(3) {
  width: 175px;
}

.table-cart thead tr th:nth-child(4) {
  width: 100px;
}

.quantity-col .quantity-selectors {
  width: 105px;
  margin: 0 auto;
}

.btn-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  color: #8f8f8f;
  background-color: transparent;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  border: none;
  outline: none;
  transition: all .35s;
}

.summary {
  padding: 20px;
  border: .1rem solid #b3051b;
  background-color: #fafafa;
  min-height: 400px;
}

.summary-title {
  font-weight: 500;
  font-size: 18px;
  color: #1c1c1c;
  letter-spacing: 0;
  padding-bottom: 8px;
  border-bottom: .1rem solid #e4e4e4;
  margin-bottom: 2.1rem;
  text-align: left;
}

.summary.summary-cart .summary-title {
  margin-bottom: 0;
}

.table.table-summary {
  line-height: 1.43;
  color: #1c1c1c;
  border: none;
  margin-bottom: 0;
  text-align: left;
  font-size: 18px;
  margin-top: 15px;
  line-height: 18px;
}

.table.table-summary thead th, .table.table-summary .summary-subtotal td {
  color: #1c1c1c;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
}

.table.table-summary tbody td {
  padding: 11px 0;
  border-bottom: 0;
  border-top: 0;
}

.table.table-summary .summary-total td {
  font-weight: 500;
  font-size: 20px;
  color: #b3051b;
  padding: 15px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.summary-shipping {
  padding-bottom: 15px;
}

.marb-10 {
  margin-bottom: 15px;
}

.btn-processed {
  background: #b3051b;
  color: #fff;
  margin-top: 25px;
  height: 45px;
  border-radius: 1px;
  width: 100%;
  font-size: 20px;
  border-radius: 0;
  font-weight: 500;
  line-height: 36px;
}

.btn-processed:hover {
  background: #1c1c1c;
  color: #fff;
}

.btn-outline {
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  color: #b3051b;
  float: right;
  margin-top: 10px;
  padding: 0 30px;
  border: 1px solid #b3051b;
}

.btn-outline:hover {
  background: #b3051b;
  border: 1px solid #b3051b;
  border-radius: 0;
  color: #fff;
}

.cart-sec {
  padding: 20px 0 60px 0;
}

.W55_1 {
  display: none;
}

.summary-check {
  min-height: 325px;
}

.check-out-heading h2 {
  font-size: 24px;
  font-weight: 500;
  color: #b3051b;
  margin-bottom: 15px;
}

.input-section-check {
  border: 1px solid #eeeeee;
  padding: 25px;
}

.form-group {
  margin-bottom: 1rem;
}

.check-sec {
  padding: 20px 0 20px 0;
}

.input-section-check .form-group label {
  font-size: 16px;
  color: #1c1c1c;
  font-weight: 400;
  float: left;
  width: 100%;
  margin-bottom: 8px;
}

.input-section-check .form-group input, .input-section-check .form-group input[type="tel"], .input-section-check .form-group select {
  border: 1px solid #ced3d5;
  height: 49px;
  width: 100%;
  padding: 10px 15px;
  font-size: 15px;
  color: #333;
  border-radius: 2px;
  margin-bottom: 5px;
}

.check-personal {
  margin-bottom: 40px;
}

.input-section-check .form-group.fr_rdoo label {
  float: left;
  width: auto;
  margin-right: 20px;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.radio input {
  width: 1px;
  height: 1px;
  opacity: 0;
  display: none;
}

.radio .outer {
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  margin: 3px 10px 0 0;
  border: 1px solid #b3051b;
  border-radius: 50%;
  background-color: #fff;
}

.radio input:checked + .outer {
  border: 1px solid #b3051b;
}

.radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.radio .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 12px;
  height: 12px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 2px;
  border-radius: 50%;
  background-color: #b3051b;
  opacity: 0;
}

.new-text {
  font-size: 16px;
  color: #1c1c1c;
  float: left;
  margin-right: 20px;
}

.custom-hr {
  margin-top: 0;
  margin-bottom: 2rem;
  border-top: 1px solid #eeeeee;
}

.form-group select.select-cart {
  border: 1px solid #ced3d5;
  height: 49px;
  width: 100%;
  padding: 10px 15px;
  font-size: 15px;
  color: #333;
  border-radius: 2px;
  margin-bottom: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url(../images/train-arw.png) no-repeat right 20px center;
  cursor: pointer;
}

.form-group.phone-input span select {
  border: 1px solid #ced3d5;
  border-right: 0;
  height: 49px;
  width: 70px;
  padding: 10px 15px;
  font-size: 15px;
  color: #333;
  border-radius: 2px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url(../images/train-arw.png) no-repeat 48px 16px;
  cursor: pointer;
  position: absolute;
}

.form-group.phone-input span select {
  left: 15px;
}

.fr_ph {
  padding-left: 85px !important;
}

.optional-text {
  color: #838383;
}

.btn-sec {
  margin-bottom: 40px;
}

.btn-processed2 {
  background: #b3051b;
  width: 215px;
  color: #fff;
  height: 55px;
  float: right;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 45px;
  border-radius: 0;
}

.btn-processed2:hover {
  background: #1c1c1c;
  border: 1px solid #1c1c1c;
  color: #fff;
}

.billing-sec label.billing_checkBox {
  float: left;
  width: auto;
  margin-right: 20px;
  font-size: 20px;
  color: #333333;
  font-weight: 400;
  float: left;
  width: 100%;
  margin-bottom: 18px;
}

.billing_checkBox input {
  width: 1px;
  height: 1px;
  opacity: 0;
  display: none;
}

.billing_checkBox .contect_checkmark {
  width: 22px;
  height: 22px;
  display: block;
  float: left;
  margin: 3px 10px 0 0;
  border: 1px solid #b3051b;
  border-radius: 2px;
  background-color: #fff;
}

.billing_checkBox input:checked + .contect_checkmark {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #b3051b;
  border: none;
}

.billing_checkBox input:checked ~ .contect_checkmark .inner {
  display: block;
}

.billing_checkBox input:checked + .contect_checkmark .inner {
  opacity: 1;
}

.contect_checkmark .inner {
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 4px 7px;
  opacity: 0;
}

.bor-bottom {
  border-bottom: 1px solid #eeeeee;
}

.color-red {
  color: #f71d1d;
  font-size: 16px;
}


.coupon-details h2 {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 500;
  margin-top: 18px;
}
.search-section.new-apply-search{
  padding: 8px 0;
}

.search-section.new-apply-search button.btn.btn-success {
  width: 90px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.coupon-details {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1rem;
}

.address-dtls p {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}

.address-dtls p span {
  width: 150px;
  display: inline-block;
  border-right: 1px solid #eaf1d8;
  font-weight: 500;
  margin-right: 30px;
  padding: 7px 0;
}

.address-dtls {
  position: relative;
}

.address-dtls a {
  position: absolute;
  width: 37px;
  height: 37px;
  line-height: 37px;
  top: 0;
  text-align: center;
  right: 0;
  background: #b3051b;
}

.address-dtls a:hover {
  background: #1c1c1c;
}

.pay-me {
  color: #1c1c1c;
  font-size: 21px;
}

/*---------------------dashboard-------------------*/
.mobile_filter {
    float: left;
    width: 100%;
    min-height: 40px;
    cursor: pointer;
    background: #b3051b;
    text-align: center;
    color: #fff;
    padding: 7px;
    margin-bottom: 15px;
    display: none;
}
.mobile_filter i{
  font-size: 18px;
}
.mobile_filter p {
    float: none;
    color: #fff;
    font-size: 16px;
    width: auto !important;
    display: inline-block;
    margin-left: 5px !important;
    margin-bottom: 0px !important;
}
.for_fixed_menu {
    position: sticky;
    top: 74px;
}
.main-profile{
    width: 100%;
    margin-bottom: 60px;
}
.left-profle {
    float: left;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 1px rgba(78,18,138,0.1);
    background: #fff;
    min-height: 120px;
    width: 100%;
}
.top-sec {
    background: #b3051b;
    margin-bottom: 5px;
    padding: 25px 15px;
    text-align: center;
}
.pic_seller{
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #079fba;
    margin: 0px auto 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-sec h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}
.email-user{
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 400;
}
.seller-menu{
    padding: 10px 0;
    padding-bottom: 25px;
}
.log-menu{
    border-top: 1px solid #e3e8eb;
    padding: 10px 0;
}
.seller-menu ul li a , .log-menu ul li a {
    width: 100%;
    padding: 10px 20px;
    color: #1c1c1c;
    font-size: 15px;
    font-weight: 400;
    display: block;
}
.seller-menu ul li a.active , .log-menu ul li a.active , .seller-menu ul li a:hover , .log-menu ul li a:hover  {
    color: #b3051b;
}
.seller-menu ul li a span img {
    filter: brightness(0.5);
}
.seller-menu ul li a.active span img , .seller-menu ul li a:hover span img {
    filter: none;
}
.seller-menu ul li span , .log-menu ul li span {
    width: 37px;
    display: inline-block;
}
.edit-profile-body {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 30px;
    box-shadow: 0px 2px 4px 1px rgba(146, 101, 191, 0.1);
    min-height: 590px;
}
.pic_seller span img{
  width: 100%;
  border-radius: 50%;
}








.quantity-left-minus, .quantity-left-minus1, .quantity-left-minus2, .quantity-left-minus3 {
  width: 30px;
  height: 39px;
  color: gray;
}
.quantity-left-minus:hover, .quantity-left-minus1:hover, .quantity-left-minus2:hover, .quantity-left-minus3:hover {
  background: transparent;
  color: gray;
}
.quantity-left-minus:focus, .quantity-left-minus1:focus, .quantity-left-minus2:focus, .quantity-left-minus3:focus {
  background: transparent!important;
      border-color: gray;
    box-shadow: none!important;
color: gray;
}
.quantity-left-minus:active, .quantity-left-minus1:active, .quantity-left-minus2:active, .quantity-left-minus3:active {
  background: transparent!important;
  color: gray;
}
.quantity-right-plus, .quantity-right-plus1, .quantity-right-plus2, .quantity-right-plus3 {
  width: 30px;
  height: 39px;
  border-right: 1px solid grey!important;
  color: gray;
}
.quantity-right-plus:hover, .quantity-right-plus1:hover, .quantity-right-plus2:hover, .quantity-right-plus3:hover {
  background: transparent;
  color: gray;
}
.quantity-right-plus:active, .quantity-right-plus1:active, .quantity-right-plus2:active, .quantity-right-plus3:active {
  background: transparent!important;
  color: gray;
}
.quantity-right-plus:focus, .quantity-right-plus1:focus, .quantity-right-plus2:focus, .quantity-right-plus3:focus {
  background: transparent!important;
      border-color: gray;
    box-shadow: none!important;
    color: gray;
}
.w-25{
  float: left;
}
.dashboard-grid{
  background: #b3051b;
  border-radius: 5px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  padding: 15px 10px;
  min-height: 100px;
  justify-content: space-between;
}
.content-dash-grid p{
  color: #fff;
  font-size: 15px;
  margin-bottom: 0;
}
.content-dash-grid h6{
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}
.img-dash-grid{
  float: right;
}
.img-dash-grid img{
  width: 60px;
}
.dashboard-section{
  margin-bottom: 25px;
}
.dashboard-main{
  background: #fff;
  padding: 25px ;
  box-shadow: 0px 0px 4px 1px rgba(78,18,138,0.1);
  margin-bottom: 50px;
  min-height: 540px;
}
.dashboard-main .input-section-check{
  min-height: 260px;
} 
.check-out-heading.new-dash-heading h2{
  font-size: 21px;
}
.address-dtls.newdtls p{
  font-size: 16px;
}
.address-dtls.newdtls p span{
  padding: 2px 0;
  width: 125px;
}
.change-pass-btn{
  background: #b3051b;
  width: 195px;
  height: 45px;
  color: #ffffff;
  font-size: 18px;
  border-radius: 0;
  line-height: 35px;
  margin-top: 60px;
}
.change-pass-btn:hover{
  background: #1c1c1c;
  color: #fff;
}
.change-pass-btn img{
  vertical-align: text-top;
}


.after_login {
    float: left;
    width: auto;
    position: relative;
    padding: 0;
    line-height: 38px;
    margin-left: 20px;
}
.user_llk {
    color: #4c4c4c;
   
}
.after_login a span {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    background: #ffff;
    overflow: hidden;
    float: left;
    margin: 3px 8px 0 0;
    position: relative;
}
.after_login a span img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
   height: 100%;
    width: 100%;
}
.after_login a b {
    color: #b3051b;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-right: 8px;
}
.after_login a b strong {
    font-weight: 400;
}
.after_login a b i{
  color: #d4d4d4;
  margin-left: 5px;
}
.show01 {
    display: none;
    position: absolute;
    z-index: 99;
    background: #fff;
    top: 43px;
    right: 0;
    width: 240px;
    border-radius: 0;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.show01 ul li {
    padding: 0px !important;
}
.show01 ul li a {
    color: #7d7d7d;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 12px;
    display: block;
    line-height: 22px;
    text-transform: capitalize;
    width: 100%;
    border-left: 3px solid #fff;
}
.show01 ul li a:hover ,.show01 ul li a.active{
  color: #b3051b;
}
.form-group.phone-input span select {
    left: 15px;
    bottom: 10px;
}
.marb-20{
  margin-bottom: 20px;
}
.upload_box input {
    width: 40%;
    display: none !important;
    float: left;
}

[type="file"] + label.btn-2 {
    background-color: #b3051b;
    border-radius: 2px;
    overflow: hidden;
    padding: 12px 38px 8px 12px;
    cursor: pointer;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    float: left;
    margin-bottom: 0px !important;
    text-align: left;
    transition: all 0.3s;
    width: 100%;
    height: 49px;
}
[type="file"] + label.btn-2 {
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
}
[type="file"] + label.btn-2::before {
    content: ".";
    font-size: 100%;
    right: -2%;
    position: absolute;
    top: 30%;
    transition: all 0.3s;
    background: url(../images/upload-arrow.png);
    background-repeat: no-repeat;
    width: 40px;
}
[type="file"] + label.btn-2:hover {
    background: #000;
}
.uploaded_ppc{
  width: 100px;
  height: 100px;}
  .uploaded_ppc img{
  border-radius: 5px;
}
.address-book-btn{
  float: right;
  background: #b3051b;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
}
.address-book-btn img{
  margin-right: 8px;
}
.address-book-btn:hover{
  background:#000;
  color:#fff;
}
.booking-table {
    width: 100%;
}
.table .one_row1 {
    display: table-row;
}
.tab_head_sheet {
    background: #b3051b;
    border: medium none;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    
}
.cell1 {
    display: table-cell;
    padding: 10px 27px 10px 27px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    /* box-shadow: 0px 1px 1px #f3f2f2; */
    text-align: center;
}
.booking-table .table{
  border:1px solid #eeeeee;
}
.tab_head_sheet_1 {
    border: medium none;
    height: 50px;
    text-align: left;
    white-space: normal;
    overflow-wrap: break-word;
    color: #454545;
    
    text-align: center;
    padding: 0 15px;
    border-bottom: 1px solid #efefef;
}
.W55_1 {
    display: none;
}
.tab_head_sheet_1 p {
    color: #2a2f38;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    
}






.pagination_area {
float: right;
width: auto;
padding: 0;
margin-top: 30px;
}
.pagination_area ul {
border: 1px solid #e1e1e1;
border-radius: 3px;
margin: 0px;
display: inline-block;
background:#fff;
}
.pagination_area ul li {
float: left;
list-style: none;
display: block;
}
.pagination_area ul li a {
width: 36px;
height: 36px;
background: #fff;
text-align: center;
line-height: 36px;
color: #353535;
font-size: 14px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
display: inline-block;
border-right: 1px solid #d3d3d3;
}
.pagination_area ul li a:hover, .pagination_area ul li.active a {
color: #fff;
background: #b3051b;
text-decoration: none;
} 
.pagination_area ul li:first-child a, .pagination_area ul li:last-child a{
border:none;
background:none;
}
.pagination_area ul li:first-child a {
border-right: 1px solid #d3d3d3;
width: auto;
padding: 0 10px;
}
.pagination_area ul li:last-child a{
width: auto;
padding: 0 10px;
}
.pagination_area .fa {
font-size: 20px;
top: 2px;
position: relative;
color: #b3051b;
}
.pagination_area ul li:first-child a:hover, .pagination_area ul li:last-child a:hover{
color:#000;
}
.pagination_area ul li:first-child .fa{
margin-right: 8px;
}
.pagination_area ul li:last-child .fa{
margin-left: 8px;
}
.booking-table .pagination_area {
margin: 15px 0;
float: left;
}


.booking-table .table {
display: table;
margin-bottom: 0px !important;
max-width: 100%;
width: 100% !important;
box-shadow: 0px 1px 2px #dcdcdc;
}
.point-sec ul {
    width: 100%;
    float: left;
}
.point-sec ul li {
    width: auto;
    float: left;
    margin-right: 14px;
  }
.point-sec ul li p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    float: left;
}
.slas{
  font-size: 18px;
  line-height: 24px;
}

.removeFav{
  position: absolute;
    top: 11px;
    right: 20px;
    width: 24px;
    font-size: 29px;
    z-index: 10;
    color: #b3051b;}

.removeFav:hover , .product-item:hover .removeFav {
  color:#000;
}
.product-item.new-wishist-product .pi-pic{
  width: 100%;
  height: 315px;
}



.custom-tabel .table {
    display: table;
    margin-bottom: 0px !important;
    max-width: 100%;
    width: 100% !important;
    box-shadow: none;
}
.custom-tabel .table .one_row1 {
    display: table-row;
}
.custom-tabel .tab_head_sheet {
    background: #079fba;
    border: medium none;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    
}
.custom-tabel .cell1 {
    display: table-cell;
    padding: 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    text-align: left;
    border: 0;
    margin: 10px 0;
}

.custom-tabel .tab_head_sheet_1 p {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    
}
.custom-tabel .tab_head_sheet_1 p b {
    font-size: 11px;
    width: 100%;
    text-align: left;
    display: block;
    font-weight: 400;
}
.custom-tabel .W55_1 {
    display: none;
}
.custom-tabel .cell1.tab_head_sheet_1 img {
    padding: 3px;
}
.custom-tabel .custom-tabel {
    margin-top: 19px;
    border: 1px solid #eee;
}
.custom-tabel .add_ttrr h3 {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    margin: 6px 0 5px 0;
}
.custom-tabel .product-div {
    float: left;
    width: 100px;
}
.custom-tabel .product-div span {
    float: left;
    width: 93px;
    height: 93px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    margin: 10px 0;
    background: #fcfcfc;
}
.custom-tabel .product-div span img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
}
.custom-tabel .dtls-div {
    float: left;
    width: 72%;
    padding-top: 10px;
}
.dtls-div h5 {
    font-size: 14px;
    color: #1c1c1c;
    margin-bottom: 3px;
    font-weight: 500;
    border: 1px solid #d9e7b8;
    float: left;
    padding: 3px 12px;
}

.custom-tabel .dtls-div h4 {
    font-size: 17px;
    color: #0e7182;
    margin-bottom: 1px;
    font-weight: 500;
}
.custom-tabel .dtls-div h4 a {
    color: #1c1c1c;
    font-size: 15px;
    text-decoration: none;
}

.custom-tabel .dtls-div h4 a:hover {
    color: #b3051b;
    text-decoration: none !important;
}
.custom-tabel .color-size {
    float: left;
    width: 100%;
    margin: 2px 0 2px 0;
}
.custom-tabel .color-size span {
    color: #444141;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    
}

.p-relative {
    position: relative;
}
.two_button{
  float: right;
}
.two_button .btn{
  font-size: 15px;
  margin-left: 5px;
  margin-top: 0px;
}
.custom-tabel .table-responsivess {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    -webkit-overflow-scrolling: touch;
}
/*order-details*/
ul.order_summery {
  column-count: 2;
}
.order_summery_boder {
  border-right: 1px solid #eeeeee;
}
ul.star_rating li {
    list-style-type: none;
    display: inline-block;
}
.order_summery li{
  font-size: 16px;
  color: #1c1c1c;
  padding: 3px 0;
}
.new-media{
  width: 80px;
  height: 80px;
}
.input-section-check .form-group label.new-label{
  font-size: 14px;
  color: #999999;
}
.address-dtls.order-sum p{
  font-size: 15.5px;
}
.address-dtls.order-sum p span{
  width: 170px;
  border: 0;
  margin-right: 5px;
  font-weight: 500;
  padding: 3px 0;
}
.bor-right{
  border-right: 1px solid #eee;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}
.star-rating {
    line-height: 32px;
    font-size: 14px
}
.star-rating .fa-star {
    color: #ffb533;
}
.product-item .pi-pic.fp-img{
  height: 290px;
}





/*** OVERRIDES ***/

.cloudzoom-zoom-inside {
  cursor: zoom-in;
  z-index: 1;
}
.thumbelina {
  left: 0;
  right: 0;
  width: 70px;
  margin: 0 auto;
}
.thumbelina li img, .thumbelina li img:hover {
  border: none;
}
.thumbelina-but.vert {
  line-height: 28px;
}

/*** CUSTOM ***/

#thumbnails {
      position: relative;
    width: 19%;
    height: 488px;
    background-color: #fff;
    float: left;
    z-index: 2;
    padding-top: 12px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
#thumbnails a {
  width: 100%;
  display: inline-block;
  text-align: center;
}
/* Prevent FOUC */
#thumbnails ul {
  visibility: hidden;
}
#thumbnails ul.thumbelina {
  visibility: visible;
}
#product-image {
  width: 79%;
  position: relative;
  display: inline-block;
  line-height: 0;
  max-height: 515px;
  margin-bottom: 35px;
  margin-left: 1rem;
      border: 1px solid #dadada;
}
#product-image a{
  width: 100%;
  display: block;
}
#product-image a img{
  width: 100%;
}
.thumbelina-but i{
  line-height: 10px;
}
img.cloudzoom-gallery.cloudzoom-gallery-active{
  border:1px solid #b3051b;
}

@keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeout {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

.thumbelina {
    list-style:none;
    padding:0px;
    margin:0px;
    position:absolute;
    white-space:nowrap;
    width: 100%;
    font-size:0;    
    
    /* prevent annoying iPad cut/paste actions */
    -webkit-touch-callout: none; 
    -webkit-user-select: none;     
}


.thumbelina li {
   line-height: 0px;
   margin:0px;
}

/* Add a border to the thumbnails. */
.thumbelina li img {
     border:1px solid #ccc;
     width: 100%;
    height: 112px;
    margin-bottom: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

/* Hover effect for the images */
.thumbelina li img:hover {
     border:1px solid #aaa;
}

.thumbelina-but {
    position:absolute;
    background-color: #ccc;
    border:1px solid #aaa;
    z-index: 1;
    cursor:pointer;   
    
    /* Font related items for the symbols used on buttons */
    /* Obviously not needed if you're just using images */
    color:#888;
    text-align:center;
    vertical-align:middle;
    font-size:14px;
    font-weight: bold;
    font-family:monospace;
}

/* Hover style for active button */    
.thumbelina-but:hover {
    color:#fff;
}

/* Disabled style when button is not active due to extents being reached. */
/* You could do other things e.g. make buttons dissapear completely. */
.thumbelina-but.disabled,
.thumbelina-but.disabled:hover {
    background-color: #efefef;
    color: #ccc;
    cursor:default;
    box-shadow:none;
}

/* Horizontal buttons. */
.thumbelina-but.horiz {
    width: 20px;
    height: 119px;
    line-height: 119px;
    top:-1px;

}
/* Left edge button. */
.thumbelina-but.horiz.left {
    left:-22px;
    border-radius: 5px 0px 0px 5px;
}
/* Right edge button */
.thumbelina-but.horiz.right {
    right:-22px;
    border-radius: 0px 5px 5px 0px;
}

/* Vertical buttons. */  
.thumbelina-but.vert {
    left:-1px;
    height: 20px;
    line-height: 20px;
    width:93px
}

/* Top edge button. */
.thumbelina-but.vert.top {
    top: -10px;
    border-radius: 0;
    background: transparent;
    border: 0;
    width: 100%;
    font-size: 30px;
    color: #848484;

}

/* Bottom edge button. */
.thumbelina-but.vert.bottom {
    bottom: -30px;
    border-radius: 0;
    background: transparent;
    border: 0;
    width: 100%;
    font-size: 30px;
    color: #848484;

}


/*end*/

/*Prakash start*/



.sprt {
  float: right;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  box-shadow: 1px 0px 17px 0px rgba(125, 125, 125, 0.2);
  padding: 15px;
  margin-bottom: 25px;
}
.sprt h4 {
  width: 100%;
  float: left;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  line-height: 38px;
}
.sprt h4 img {
  max-width: 36px;
  float: left;
  margin-right: 10px;
}
.sprt ul {
  width: 100%;
  float: left;
}
.sprt ul li {
  width: 23.5%;
  float: left;
  margin: 0.7%;
}
.sprt ul li a {
  width: 100%;
  float: left;
  background: #f2f2f2;
  border-left: 2px solid #b3051b;
  color: #3f3f3f;
  font-family: 'Roboto', sans-serif;
  padding: 8px 12px;
  font-size: 16px;
}
.sprt ul li a:hover {
  border-left: 2px solid #333;
  color: #fff;
  transition: 0.2s;
  background: #b3051b;
  box-shadow: 1px 0px 17px 0px rgba(125, 125, 125, 0.2);
}


.accordion {
  width: 100%;
  /*max-width:1170px;*/
  /*margin:30px auto 50px;*/
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion .link {
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 15px;
  color: #000;
  font-size: 15px;
  /* border: 1px solid #e5e5e5; */
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(49, 49, 49, 0.2);
  text-transform: capitalize;
  font-weight: 500;
  border-left: 4px solid #b3051b;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 33px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 36px;
  height: 36px;
  background: #b3051b;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
   -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.accordion li{
  list-style-type:none;
  margin-bottom: 22px;
  }
.accordion li p{
  font-family: 'Roboto', sans-serif;
  font-size:15px;
  color:#474646;
  text-align: justify;
  font-weight: 400;
  margin-bottom:12px !important;
  width:100%;
  float:left;
  }



.accordion li.open .link {
  /*color: #d83625;*/
  /*border-left: 4px solid #d83625;*/
}

.accordion li.open i{ 
  color: #fff; 
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.submenu {
  display: none;
  font-size: 14px;
 /* border: 1px solid #e5e5e5;*/
padding: 10px 20px;
box-shadow: 0px 3px 5px 0px rgba(49, 49, 49, 0.2);
background:#fff;
overflow:hidden;
}

.submenu li { border-bottom: 1px solid #4b4a5e; }

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #ee633a;
  color: #ee633a;
}

.fa-chevron-down::before {
  content: "\f104";
  font-size:14px;
  /*color:#d83625;*/
}
.pm{
  margin-bottom:5px !important;
  }
.accordion li:last-child{
  margin-bottom: 0;
}

.contact-wrap {
  float: left;
  width: 100%;
  border-radius: 2px;
  box-shadow: 1px 2px 8px rgba(0,0,0,0.2);
  padding: 25px 25px;
  background: #fff;
  position: relative;
}
.ctus {
  color: #010101;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 15px;
}
.contact-form {
  text-align: left;
}
.contact-form input, .contact-form textarea {
  color: #8c8c8c;
  float: left;
  border: 1px solid #cccbcb;
  font-size: 15px;
  line-height: 32px;
  margin-bottom: 10px;
  padding: 10px 20px;
  width: 100%;
}
.contact-form .button {
  cursor: pointer;
  border: none;
}
.discover-btns {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background: #b3051b;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 2px;
  margin-top: 20px;
}
.discover-btns:hover{
  background: #000;
  color: #fff;
}
.contact-now .contact {
  margin-bottom: 10px;
  padding: 14px 0;
  padding-top: 14px;
}
.contact-icon {
  width: 60px;
  border-radius: 50%;
  float: left;
  height: 60px;
  text-align: center;
  padding: 2px;
  margin-right: 20px;
  background: #fff;
}
.contact i {
  font-size: 28px;
  line-height: 54px;
  color: #b3051b;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  width: 100%;
  height: 100%;
}
.information strong {
  color: #202020;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.information p {
  color: #626262;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.top-about {
  float: left;
  width: 100%;
  margin-bottom: 45px;
}
.about-image {
  float: left;
  width: 100%;
  height: 449px;
  background: #fbfbfb;
  overflow: hidden;
  position: relative;
  text-align: center;
  border:4px solid #b3051b;
}
.about-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
}
.about-detls {
  float: left;
  width: 100%;
}
.about-detls h3 {
  color: #000;
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 12px;
}
.about-detls p {
  color: #6f7071;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
}
.abou-contact {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.abou-contact h3 {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
}
.abou-contact ul {
  float: left;
  width: 100%;
  padding: 15px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(28, 27, 27, 0.22);
  min-height: 40px;
}
.abou-contact ul li {
  float: left;
  width: auto;
  margin-right: 15px;
  color: #4f5153;
  font-size: 15px;
  font-weight: normal;
  font-family: 'Noto Sans';
}
.abou-contact ul li:last-child {
  margin: 0px;
}
.abou-contact ul li img {
  width: 35px;
  margin-right: 10px;
}
.wedo-sec {
  width: 100%;
  float: left;
}
.whtwedoinfo {
  width: 100%;
  float: left;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 9px 0px rgba(49, 49, 49, 0.2);
  padding: 15px;
  margin-bottom: 12px;
}
.wedoicon {
  width: 100%;
  float: left;
  text-align: center;
  margin: 15px 0;
}
.whtwedoinfo h4 {
  width: 100%;
  float: left;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.whtwedoinfo p {
  width: 100%;
  float: left;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #616161;
  line-height: 26px;
}
.wedo-sec h3{
  color: #000;
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 12px;
}



.sprt1{
  float: right;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  box-shadow: 1px 0px 17px 0px rgba(125, 125, 125, 0.2);
  padding: 15px;
  margin-bottom: 25px;
}
.sprt1 h3 {
  width: 100%;
  float: left;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 7px;
  font-family: 'Roboto', sans-serif;
}
.sprt1 p {
  font-size: 14px;
  color: #474646;
  font-weight: 400;
  margin-bottom: 10px !important;
  width: 100%;
  float: left;
}
.sprt1 ul {
  padding-left: 15px;
  margin-top: 5px;
  float: left;
  width: 100%;
}
.sprt1 ul li{
   font-size: 14px;
  color: #474646;
  font-weight: 400;
  margin-bottom: 5px !important;
  width: 100%;
  float: left;
  list-style: disc;
}
.sprt1 h2 {
  width: 100%;
  float: left;
  color: #242424;
  font-size: 21px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 10px;
}












.megamenu-li {
  position: static;
}

.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
}








.section-padding {
  padding: 120px 0;
}
.section-subtitle {
  font-size: 15px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  color: #666;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 6px;
  margin-bottom: 5px;
}
.section-title {
  font-size: 45px;
  font-family: 'Gilda Display', serif;
  font-weight: 400;
  color: #222;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.25em;
}
.about p {
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #666;
  margin-bottom: 20px;
}
.reservations {
  display: flex;
  align-items: center;
}
.reservations .icon {
  position: relative;
  top: 3px;
}
.reservations .icon span {
  font-size: 35px;
  color: #b3051b;
}
.reservations .text {
  margin-left: 20px;
}
.reservations .text p {
  font-size: 15px;
  margin: 0;
}
.reservations .text a {
  font-size: 24px;
  color: #b3051b;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 1px;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mt-90 {
  margin-top: 65px !important;
}
.abtpic img{
  max-width: 100%;
}

.testimonials-box {
  position: relative;
  background: transparent;
  padding: 30px;
  margin-bottom: 90px;
  z-index: 2;
}
.testimonials-box .head-box h6 {
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 10px;
}
.testimonials-box .head-box h4 {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
.line {
  width: 60px;
  border-top: 1px solid rgba(255,255,255,0.2) !important;
  margin-bottom: 10px;
}
.testimonials .item .quote {
  position: absolute;
  right: 20px;
  top: 90px;
  width: 70px;
  margin: 0 auto 30px;
  opacity: .1;
}
.testimonials .item p {
  color: #fff;
  font-family: 'Barlow', sans-serif;
font-size: 15px;
font-weight: 400;
line-height: 1.75em;
margin-bottom: 20px;
}
.testimonials .item .info {
  text-align: left;
  margin: 30px 0 15px 0;
}
.testimonials .item .info .author-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
}
.testimonials .item .info .cont {
  margin-left: 85px;
}
.testimonials .item .info span {
  font-size: 12px;
  color: #fff;
  line-height: 1em;
}
.testimonials .item .info h6 {
  font-size: 15px;
  margin-bottom: 8pxpx;
  padding-top: 0px;
  font-weight: 400;
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.testimonials .item .info span {
  font-size: 12px;
  color: #fff;
  line-height: 1em;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-fixed {
  background-attachment: fixed;
}

.testimonials .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  border-radius: 50%;
  background: transparent !important;
  border: 1px solid #ADADAD;
}
.testimonials .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #febb02 !important;
  border: 1px solid #febb02 !important;
}


.testimonials{
  position: relative;
  margin-top: 20px;
}
.testimonials > div::before {
  background: #000;
  content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
opacity: 0.4;
}


.testimonials .item .info i {
  color: #222;
  font-size: 6px;
}
.star-rating {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 0.3em solid transparent;
  font-size: 8px;
}
.star-rating::before, .star-rating::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
.star-rating::after {
  transform: rotate(35deg);
}





.best-deal .owl-nav{
  display: none;
}


.video-wrapper {
  min-height: 500px;
  position: relative;
}
.video-wrapper > div::before {
  background: #000;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
 /* z-index: 1;*/
  opacity: 0.4;
}
/* video section */
.video-wrapper {
    min-height: 500px;
}
.video-wrapper .vid {
    position: relative;
    z-index: 8;
}
.video-wrapper .vid .vid-butn:hover .icon {
    color: #fff;
}
.video-wrapper .vid .vid-butn:hover .icon:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.video-wrapper .vid .vid-butn .icon {
    color: #febb02;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    font-size: 40px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: inline-block;
}
.video-wrapper .vid .vid-butn .icon:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border: 1px solid #eee;
    border-radius: 50%;
    z-index: -1;
}
.video-wrapper .vid .vid-butn .icon:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}


/* video gallery */
.video-gallery-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 15px;
    float: right;
}
.video-gallery-polygon {
    z-index: 2;
    padding-left: 5px;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 7px 6px 7px 8px;
    line-height: 0;
}
.video-gallery-polygon:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #febb02;
}

.video-wrapper span{
  color: #fff;
}








/*-----------------------------
** Contact Area Start
------------------------------*/
.contact {
  padding: 110px 0px 90px;
  position: relative;
}
.contact .info-box {
  background: #fff;
  margin-bottom: 30px;
  padding: 30px 30px 22px;
  position: relative;
  cursor: pointer;
  text-align: center;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
}
.contact .info-box .left {
  margin-bottom: 25px;
}
.contact .info-box .left .icon {
  font-size: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  display: inline-block;
  position: relative;
}
.contact .info-box .left .icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dashed #0250c5;
  animation: shapeani2 10s linear infinite;
}
@keyframes shapeani2 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.contact .info-box .left .icon i {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact .info-box .right {
  text-align: center;
}
.contact .info-box .right .content p {
  margin-bottom: 0px;
  font-size: 15px;
}

.contact .info-box:hover .left .icon::after {
  border: 1px dashed #d43f8d;
}
.contact .contact-form-wrapper {
  background: #fff;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
  padding: 40px 25px 40px;
  transition: 0.3s ease-in;
}
.contact .contact-form-wrapper .section-title {
  margin-bottom: 48px;
}
.contact .contact-form-wrapper #contact-form textarea {
  margin-bottom: 9px;
}
.contact .contact-form-wrapper #contact-form .mybtn1 {
  margin-top: 7px;
  background: rgba(212, 63, 141, 0.2);
  color: #000;
  transition: 0.3s;
}
.contact .contact-form-wrapper #contact-form .mybtn1:hover {
  color: #fff;
}
.contact .google_map_wrapper {
  padding: 0px !important;
}
.contact .google_map_wrapper iframe {
  width: 100% !important;
  height: 405px !important;
  margin: 0px;
  padding: 0px;
}
.input-field {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 3px;
  color: #555;
  margin-bottom: 20px;
  font-size: 15px;
}
.input-field.borderd {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.input-field.borderd:focus {
  border: 1px solid #d43f8d;
}
.contact .section-title .title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 13px;
  color: #242424;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
}
.contact .section-title p {
  max-width: 650px;
  font-size: 16px;
  line-height: 26px;
  color: #555;
  margin: 0 auto;
  text-align: center;
}
.input-field.textarea {
  min-height: 140px;
  padding: 15px 20px;
  resize: none;
  font-size: 15px;
}
.mybtn1 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  color: #fff;
  border: 0px;
  cursor: pointer;
  background: #b3051b;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.mybtn1:hover{
  background: #000;
}

.mybtn1 span {
  position: inherit;
  z-index: 9;
}
.contact .contact-form-wrapper #contact-form .mybtn1 {
  margin-top: 7px;
  background: rgba(212, 63, 141, 0.2);
  color: #000;
  transition: 0.3s;
}
.contact .contact-form-wrapper #contact-form .mybtn1:hover {
  color: #fff;
}
/*-----------------------------
** Contact Area End
------------------------------*/



.detalspic img{
  max-width: 100%;
}




.section-medium {
    padding: 55px 0px;
    background: #b3051b;
    position: relative;
}
.testimonial-four blockquote:hover::after, .section-arrow-primary-color.section-arrow--bottom-center:after {
    border-right-color: #b3051b;
}
.section-arrow-primary-color.section-arrow--bottom-center:after {
    background-color: #b3051b;
    border-right-color: #b3051b;
    border-bottom-color: #b3051b;
}
.section-arrow--bottom-center:after {
    z-index: 1;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    content: "";
    position: absolute;
    bottom: -14px;
    width: 30px;
    height: 30px;
    border-right: 1px solid #262626;
    border-bottom: 1px solid #262626;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #262626;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
    color: white !important;
}
.section-title {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0.45em;
    margin-bottom: 0.35em;
    color: #303133;
    font-family: Poppins;
    letter-spacing: -0.02em;
}
.section-sub-title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: Poppins;
}
.section-arrow-primary-color.section-arrow--bottom-center:after {
    border-bottom-color: #b3051b;
}
.section-arrow-primary-color.section-arrow--bottom-center:after{
    background-color: #b3051b;
}
.special-heading.line span:before, .special-heading.line span:after, .footer.footer-minimal, .t-bordered {
    border-top-color: #eaeaea;
}
.t-bordered {
    border-top: 1px solid #eaeaea;
}
.section-primary {
    padding: 75px 0px;
}



.testimonial-two {
    padding: 20px;
    border: 2px solid #b3051b;
    border-radius: 2px;
}


.testimonial-two blockquote p:before {
    font-family: 'Playfair Display';
    font-size: 54px;
    color: #b3051b;
    font-weight: 900;
    left: 10px;
    color: #FFF;
    content: "“";
    font-style: normal;
    line-height: 1;
    position: absolute;
    top: 5px;
    font-size: 45px;
}

.testimonial-two blockquote p:after {
    font-family: 'Playfair Display';
    font-size: 54px;
    color: #b3051b;
    content: "”";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
    bottom: -0.5em;
    right: 10px;
    font-weight: 900;
    transform: scaleY(-1);
    font-size: 45px;
    bottom: -5px;
}


.testimonial-two blockquote {
    padding: 15px 15px 15px 48px;
    position: relative;
}

.testimonial-two blockquote p:before,
.testimonial-two blockquote p:after {
    color: #b3051b;
    font-weight: 900;
}

.testimonial-two blockquote p {
    font-size: inherit;
    font-weight: inherit;
}

.testimonial-two .testimonial-author p {
    color: #999;
    margin: 0 0 0 25px;
    text-align: left;
}

.testimonial-two .testimonial-author strong {
    display: block;
    padding-top: 10px;
    margin-bottom: -2px;
    font-weight: 500;
    font-size: 14px;
    color: #444;
}

.testimonial-two .testimonial-author span {
    color: #666;
    display: block;
    font-size: 12px;
}

.testimonial-two .testimonial-author .testimonial-author-thumbnail {
    float: left;
    margin-right: 15px;
    width: auto;
}

.testimonial-two .testimonial-author img {
    max-width: 55px;
}

.testimonial-two .testimonial-author {
    margin-left: 12px;
    margin-bottom: 15px;
}


.testimonial-two .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
}

.testimonial-two .owl-theme .owl-dots {
    text-align: left;
    margin-left: 50px;
}

.testimonial-two .owl-carousel .owl-dots .owl-dot.active span, 
.testimonial-two .owl-carousel .owl-dots .owl-dot:hover span {
       border-color: #b3051b;
}

.testimonial-two .owl-carousel .owl-dots .owl-dot.active span:before, 
.testimonial-two .owl-carousel .owl-dots .owl-dot:hover span:before {
    background-color: #b3051b;
}




.testimonial-three .testimonial-image {
    float: left;
    margin: 0 20px 0 0;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    overflow: hidden;
}

.testimonial-three .testimonial-content {
    overflow: hidden;
}

.testimonial-three .testimonial-meta {
    position: relative;
    overflow: hidden;
    margin-left: 100px;
}


.testimonial-three .testimonial-name {
    display: block;
}


.testimonial-three .testimonial-three-col {
    padding-bottom: 35px;
}

.testimonial-three .testimonial-three-col {
    border-right-style: dashed;
    border-right-width: 1px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-right-color: #ddd;
    border-bottom-color: #ddd;
    padding: 25px;
}

.testimonial-three .testimonial-three-col:hover {
   background-color:#f7f7f7;
}

.alternate-color .testimonial-three .testimonial-three-col:hover {
   background-color:white;
}

.testimonial-three.testimonial-three--col-two .testimonial-three-col:nth-child(2n) {
    border-right: none;
}

.testimonial-three.testimonial-three--col-two .testimonial-three-col:nth-last-child(-n+2),
.testimonial-three.testimonial-three--col-two .testimonial-three-col:last-child {
    border-bottom: none;
}

.testimonial-three.testimonial-three--col-three .testimonial-three-col:nth-child(3n) {
    border-right: none;
}

.testimonial-three.testimonial-three--col-three .testimonial-three-col:nth-last-child(-n+3),
.testimonial-three.testimonial-three--col-three .testimonial-three-col:nth-last-child(-n+2),
.testimonial-three.testimonial-three--col-three .testimonial-three-col:last-child {
    border-bottom: none;
}



.testimonial-three .testimonial-image img{
  width: 100%;
  height: auto;
}
.testimonial-content p{
  font-size: 13px;
}

.gllrysec{
  padding: 20px 0 30px 0;
}

.gllrysec .img-fluid{
  margin-bottom: 15px;
}