
.text-warning {
    color: #fe6022 !important;
}
.btn {
    display: inline-block;
    font-weight: 600;
    color: #63696f;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 12px 20px;
    font-size: 0.9375rem;
    border-radius: 4px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.bg-success {
    background-color: #32b618 !important;
}
.btn-outline-warning {
    color: #fe6022;
    border-color: #fe6022;
}
/*--------------------------------------
/*   [ 02. Template default CSS ] 
----------------------------------------*/
/*------------------------ 
/* Common Style
 ------------------------*/
/*-----------------------
# selection colors
-------------------------*/
*::-moz-selection {
  background: #2b46a8;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #2b46a8;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #2b46a8;
  color: #fff;
  text-shadow: none;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
  outline: 0;
}

a {
  text-decoration: none;
  color: #32383e;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: none;
  color: #fe6022;
}

img {
  max-width: 100%;
}

:focus {
  outline: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p:last-child {
  margin-bottom: 0;
}

.high-light {
  color: #636363;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .high-light {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .ml-n2 {
    margin-left: -20px;
  }
}

@media screen and (min-width: 992px) {
  .mr-n2 {
    margin-right: -20px;
  }
}

.fw-semi-bold {
  font-weight: 600;
}

.font-size18 {
  font-size: 18px;
}

.section-py {
  padding: 40px 0px !important;
}

@media screen and (min-width: 1200px) {
  .section-py {
    padding: 50px 0px !important;
  }
}

.section-pt {
  padding-top: 40px;
}

@media screen and (min-width: 1200px) {
  .section-pt {
    padding-top: 50px;
  }
}

.section-pb {
  padding-bottom: 40px;
}

@media screen and (min-width: 1200px) {
  .section-pb {
    padding-bottom: 50px;
  }
}

.section-mt {
  margin-top: 40px;
}

@media screen and (min-width: 1200px) {
  .section-mt {
    margin-top: 50px;
  }
}

.pagination-hr {
  display: inline-block;
  height: 1px;
  background: #2b46a8;
  width: 60px;
  position: relative;
  top: -6px;
}

label {
  margin-bottom: 10px;
}

.success {
  color: #2b46a8;
}

.error {
  color: red;
}

.zoom-in {
  overflow: hidden;
  display: block;
}

.zoom-in img {
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.zoom-in:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.swiper-button-next,
.swiper-button-prev {
  width: inherit;
  height: 15px;
  margin-top: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  color: #a9a9a9;
  font-size: 18px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #fe6022;
}

.swiper-navination-arrows {
  position: relative;
}

.swiper-navination-arrows .swiper-button-next,
.swiper-navination-arrows .swiper-button-prev {
  top: -45px;
  z-index: 1;
}

.swiper-navination-arrows .swiper-button-next {
  left: auto;
  right: 0;
}

.swiper-navination-arrows .swiper-button-prev {
  left: auto;
  right: 20px;
  border-right: 1px solid #a9a9a9;
  padding-right: 10px;
}

.swiper-pagination {
  z-index: 1;
}

@media screen and (min-width: 1400px) {
  .custom-col-20 {
    width: 20%;
  }
}

@media screen and (min-width: 1400px) {
  .custom-col-80 {
    width: 80%;
  }
}

.fw-500 {
  font-weight: 500;
}

#scrollUp {
  right: 50px;
  bottom: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 25px;
  background: #32383e;
  text-align: center;
}

.container.wrapper {
  max-width: 1170px;
}

.bg-light2 {
  background: #f5f5f5;
}

.page-item .page-link {
  font-weight: 400;
  font-size: 14px;
  border-radius: 4px;
}

/* hover-animation */
.hover-animation a::before {
  position: absolute;
  top: 0;
  left: 50%;
  right: 51%;
  bottom: 0;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.hover-animation a::after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 50%;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.hover-animation:hover a::before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.9s linear;
  -o-transition: all 0.9s linear;
  transition: all 0.9s linear;
}

.hover-animation:hover a::after {
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.9s linear;
  -o-transition: all 0.9s linear;
  transition: all 0.9s linear;
}

.bread-crumb-title {
  color: #32383e;
  position: relative;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  .bread-crumb-title {
    font-size: 20px;
  }
}

.map iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

.input-group-text .form-select {
  height: inherit;
  max-width: 150px;
}

.trash {
  font-size: 18px;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 1;
}

/*--------------------------------------
/*   [ 03. header CSS ] 
----------------------------------------*/
/*header */
.header-top {
  padding: 15px 0px;
}

@media screen and (max-width: 991px) {
  .header-top {
    text-align: left;
  }
}

.header-top p {
  color: #fff;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .header-top p {
    color: #32383e;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 992px) {
  .header-top p + p {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #fff;
  }
}

@media screen and (max-width: 991px) {
  .header-top p + p {
    margin-top: 5px;
  }
}

@media screen and (min-width: 992px) {
  .header-top p {
    display: inline-block;
  }
}

.header-top.bg-white p {
  color: #32383e;
}

.header-top-link {
  color: inherit;
}

.header-top-link:hover {
  color: inherit;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .header-top-link {
    color: #32383e;
  }
  .header-top-link:hover {
    color: #fe6022;
  }
}

.top-nav-item {
  color: #fff;
}

.top-nav-item + .top-nav-item {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 991px) {
  .top-nav-item + .top-nav-item {
    padding-left: 0px;
    border-left: 0px;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .top-nav-item:last-child {
    margin-top: 0px;
  }
}

.top-nav-item:last-child .dropdown-menu {
  left: auto;
  right: 0 !important;
}

@media screen and (max-width: 575px) {
  .top-nav-item {
    margin-top: 0px;
  }
}

.top-nav-link {
  color: #fff;
}

.top-nav-link:hover {
  color: #fe6022;
}

@media screen and (max-width: 991px) {
  .top-nav-link {
    color: #32383e;
  }
  .top-nav-link:hover {
    color: #fe6022;
  }
}

.top-nav-link i {
  margin-left: 3px;
}

.bg-white .top-nav-link {
  color: #32383e;
}

.bg-white .top-nav-link:hover {
  color: #fe6022;
}

.bg-white .top-nav-item {
  color: #32383e;
}

.bg-light2 .top-nav-link {
  color: #32383e;
}

.bg-light2 .top-nav-link:hover {
  color: #fe6022;
}

.bg-light2 .top-nav-item {
  color: #32383e;
}

@media screen and (min-width: 992px) {
  .bg-light2 .top-nav-item + .top-nav-item {
    border-left: 1px solid #32383e;
  }
}

.header-section {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 3px 11.16px 0.84px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 11.16px 0.84px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 992px) {
  .header-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  .header-section .col-lg-3 {
    width: 20%;
  }
}

@media screen and (min-width: 1800px) {
  .header-section .col-lg-3 {
    width: 16%;
  }
}

@media screen and (min-width: 992px) {
  .header-section .col-lg-4 {
    width: 35%;
  }
}

@media screen and (min-width: 1800px) {
  .header-section .col-lg-4 {
    width: 40%;
  }
}

@media screen and (min-width: 992px) {
  .header-section .col-lg-5 {
    width: 45%;
  }
}

@media screen and (min-width: 1800px) {
  .header-section .col-lg-5 {
    width: 44%;
  }
}

.header-section2 {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 992px) {
  .header-section2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.is-sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 15px 0px;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: fadeInDown 0.5s ease-in-out;
          animation: fadeInDown 0.5s ease-in-out;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 3px 11.16px 0.84px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 11.16px 0.84px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 992px) {
  #active-sticky2.is-sticky {
    position: static;
  }
}

/* Main Menu */
.main-menu-item {
  position: relative;
}

.main-menu-item:hover > a, .main-menu-item.active > a {
  color: #fe6022;
}

.main-menu-item + .main-menu-item {
  margin-left: 30px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-item + .main-menu-item {
    margin-left: 20px;
  }
}

.main-menu-link {
  font-weight: 500;
  line-height: 1.733;
  font-size: 14px;
  text-transform: uppercase;
}

.bg-primary-2 .main-menu-link {
  color: #fff;
}

.cart-action {
  position: relative;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  background: #fe6022;
  border-radius: 50%;
}

@media screen and (min-width: 992px) {
  .cart-action {
    margin-left: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .cart-action {
    margin-left: 30px;
  }
}

.cart-action .badge {
  position: absolute;
  top: 10px;
  right: 7px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  font-weight: 400;
  padding: 0px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

.cart-action2 {
  position: relative;
  color: #32383e;
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .cart-action2 {
    width: 47px;
    height: 47px;
    line-height: 47px;
    font-size: 22px;
  }
}

.cart-action2:hover {
  color: #fe6022;
  border-color: #fe6022;
}

.cart-action2 .badge {
  position: absolute;
  top: 10px;
  right: 7px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  font-weight: 400;
  padding: 0px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

.block-cart-btn-wrapp {
  position: relative;
  display: inline-block;
}

.block-cart-btn-wrapp:hover .checkout-cart {
  top: 60px;
  opacity: 1;
  visibility: visible;
}

.dropdown-menu {
  top: 50px !important;
  right: 15px !important;
  left: auto !important;
  min-width: 130px;
  overflow: hidden;
  padding: 3px 15px 8px;
  background: #fff;
  z-index: 3;
  -webkit-transform: translateZ(0) !important;
          transform: translateZ(0) !important;
  margin: 0;
  border: 0;
  border-top: 2px solid #fe6022;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  -webkit-box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.dropdown-menu li + li .dropdown-item {
  border-top: 1px solid #eee;
}

.dropdown-menu.show {
  top: 35px !important;
  opacity: 1;
  visibility: visible;
}

.dropdown-item {
  padding: 0.35rem 0rem;
  line-height: 1.384;
  font-size: 13px;
}

.dropdown-item:hover {
  background: transparent;
  color: #fe6022;
}

.dropdown-item:focus {
  color: #32383e;
  background-color: transparent;
}

/*------------------*
# mega-menu
*------------------*/
.mega-menu {
  text-align: left;
  margin: 0px 7px;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  background: #fff;
  padding: 30px 15px;
  -webkit-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
  -webkit-box-shadow: 0px 3px 11.16px 0.84px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 11.16px 0.84px rgba(0, 0, 0, 0.1);
}

.main-menu li:hover > .mega-menu {
  top: 65px;
  opacity: 1;
  visibility: visible;
}

.main-menu li a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mega-menu > li {
  margin: 0;
}

.mega-menu li ul li {
  margin: 0;
}

.mega-menu li > ul li:last-child a {
  padding-bottom: 0;
}

.mega-menu li > ul li > a:hover {
  padding-left: 5px;
}

.mega-menu li ul li.mega-menu-title {
  margin-bottom: 20px;
}

.mega-menu li ul li.mega-menu-title a {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 !important;
}

.mega-menu li ul li.mega-menu-title a:hover {
  color: #fe6022;
}

.mega-menu li a {
  display: inline-block;
  text-align: left;
  padding-bottom: 10px;
  text-transform: capitalize;
}

@media screen and (max-width: 991px) {
  .header-top2 {
    padding: 15px 0px;
  }
}

@media screen and (max-width: 991px) {
  .header-top2 {
    padding-bottom: 15px;
  }
}

.header-top2.is-sticky {
  padding: 0px 0px;
}

/*------------------------------------- 
 # Offcanvas Humbergar Menu Style Start
 -------------------------------------*/
.toggle {
  margin-left: 30px;
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .toggle {
    display: none;
    outline: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .toggle.toggle4 {
    margin-left: 22px;
  }
}

.toggle span {
  position: relative;
  display: block;
  overflow: hidden;
  width: 30px;
  height: 2px;
}

.toggle span + span {
  margin-top: 8px;
}

.toggle span::after,
.toggle span::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
          flex: 1 0 100%;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #32383e;
}

.toggle span.icon-bottom::before,
.toggle span.icon-top::before {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.toggle span.icon-bottom::after,
.toggle span.icon-top::after {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
          transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.toggle span.icon-middle::before {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.toggle span.icon-middle::after {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
          transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.toggle:hover span::after,
.toggle:hover span::before {
  background-color: #2b46a8;
}

.toggle:hover span.icon-bottom::before,
.toggle:hover span.icon-top::before {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
          transform: scaleX(0) translateZ(0);
}

.toggle:hover span.icon-bottom::after,
.toggle:hover span.icon-top::after {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.toggle:hover span.icon-middle::before {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
          transform: scaleX(0) translateZ(0);
}

.toggle:hover span.icon-middle::after {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

/*------------------------------------- 
 # Offcanvas Humbergar Menu Style ENd
 -------------------------------------*/
.offcanvas-modal.modal.fade .modal-dialog {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.offcanvas-modal.modal.show .modal-dialog {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.offcanvas-dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  margin: 0;
}

@media screen and (min-width: 576px) {
  .offcanvas-dialog {
    width: 400px;
  }
}

.offcanvas-dialog .modal-content {
  height: 100%;
  border-radius: 0;
  border: 0;
}

.offcanvas-header {
  border-bottom: 1px solid #cccccc;
}

.offcanvas-menu {
  position: relative;
  z-index: 1;
  overflow-y: scroll;
}

.offcanvas-menu::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #fff;
}

.offcanvas-menu ul ul {
  display: none;
}

.offcanvas-menu > ul > li > ul li {
  border-bottom: 0px;
}

.offcanvas-menu > ul > li > ul li a {
  padding-left: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #63696f;
}

.offcanvas-menu li.active > ul {
  display: block;
}

.offcanvas-menu li a {
  display: block;
  text-transform: capitalize;
  color: #181c51;
  padding: 10px 0px;
  position: relative;
  font-size: 15px;
}

.offcanvas-menu li a:hover {
  color: #fe6022;
}

.offcanvas-menu a:not(:only-child):after {
  content: "\f2c7";
  font-family: "Ionicons";
  position: absolute;
  right: 15px;
  top: 15px;
}

.offcanvas-menu .active > a:not(:only-child):after {
  content: "\f2f4";
}

.toggle2 span::after,
.toggle2 span::before {
  background-color: #fff;
}

.toggle2:hover span::after,
.toggle2:hover span::before {
  background-color: #fe6022;
}

/******************************** 
# Offcanvas Menu Style End
********************************/
.offcanvas-social {
  margin-top: 30px;
  margin-bottom: 10px;
}

.offcanvas-social li {
  display: inline-block;
  margin: 0 10px 10px 0;
  line-height: 40px;
  padding: 0;
}

.offcanvas-social li a {
  display: inline-block;
  color: #fff;
  background: #2b46a8;
  font-size: 15px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  border-radius: 100%;
}

.offcanvas-social li a:hover {
  background: #fe6022;
  color: #fff;
}

.offcanvas-modal .modal-content {
  padding: 0px 15px;
}

@media screen and (min-width: 576px) {
  .offcanvas-modal .modal-content {
    padding: 0px 30px;
  }
}

.offcanvas-modal .offcanvas-form {
  margin: 20px 0px;
}

/*--------------------------------------
/*   [ 04. hero Slider CSS ] 
----------------------------------------*/
.hero-section {
  margin-top: 30px;
  padding-bottom: 50px;
}

@media screen and (min-width: 1200px) {
  .hero-section .col-xl-3 {
    width: 22%;
  }
}

@media screen and (min-width: 1800px) {
  .hero-section .col-xl-3 {
    width: 16%;
  }
}

@media screen and (min-width: 1200px) {
  .hero-section .col-xl-3:last-child {
    width: 100%;
  }
}

@media screen and (min-width: 1800px) {
  .hero-section .col-xl-3:last-child {
    width: 22%;
  }
}

@media screen and (min-width: 1200px) {
  .hero-section .col-xl-6 {
    width: 78%;
  }
}

@media screen and (min-width: 1800px) {
  .hero-section .col-xl-6 {
    width: 62%;
  }
}

@media screen and (min-width: 1800px) {
  .hero-section .mr-0 {
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1799px) {
  .hero-section .custom-padding {
    padding-top: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .hero-section .custom-padding {
    padding-top: 50px;
  }
}

.hero-slider .hero-slide-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 500px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider .hero-slide-item {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .hero-slider .hero-slide-item {
    height: 400px;
  }
}

.hero-slider .hero-slide-item.swiper-slide-active .title.delay1 {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation: fadeInLeft 0.8s ease-in-out;
          animation: fadeInLeft 0.8s ease-in-out;
}

.hero-slider .hero-slide-item.swiper-slide-active .title.delay2 {
  -webkit-animation: fadeInLeft 1.2s ease-in-out;
          animation: fadeInLeft 1.2s ease-in-out;
}

.hero-slider .hero-slide-item.swiper-slide-active .text {
  -webkit-animation: fadeInLeft 1.5s ease-in-out;
          animation: fadeInLeft 1.5s ease-in-out;
}

.hero-slider .hero-slide-item.swiper-slide-active .price {
  -webkit-animation: fadeInLeft 1.8s ease-in-out;
          animation: fadeInLeft 1.8s ease-in-out;
}

.hero-slider .hero-slide-item.swiper-slide-active .btn {
  -webkit-animation: fadeInLeft 2s ease-in-out;
          animation: fadeInLeft 2s ease-in-out;
}

.hero-slide-content {
  padding-left: 15px;
}

@media screen and (min-width: 992px) {
  .hero-slide-content {
    padding-left: 50px;
  }
}

.hero-slide-content .title {
  font-size: 45px;
  line-height: 1;
  color: #32383e;
  font-weight: 600;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .hero-slide-content .title {
    font-size: 35px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 480px) {
  .hero-slide-content .title {
    font-size: 30px;
  }
}

.hero-slide-content .text {
  color: #666;
  font-size: 20px;
  line-height: 1.2;
  margin: 20px 0 30px;
  text-transform: capitalize;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .hero-slide-content .text {
    line-height: 1.3;
    margin: 20px 0 20px;
  }
}

.hero-slide-content .price {
  color: #fe6022;
  font-size: 32px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .hero-slide-content .price {
    font-size: 22px;
  }
}

.slide-bg1 {
  background-image: url("../images/slider//slide1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
}

.slide-bg2 {
  background-image: url("../images/slider//slide2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
}

.slide-bg3 {
  background-image: url("../images/slider//slide3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
}

.slide-bg4 {
  background-image: url("../images/slider//slide4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
}

.slide-bg5 {
  background-image: url("../images/slider//slide5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
}

.slide-bg6 {
  background-image: url("../images/slider//slide6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
}

.slide-bg7 {
  background-image: url("../images/slider//slide7.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
}

.slide-bg8 {
  background-image: url("../images/slider//slide8.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
}

.slide-bg9 {
  background-image: url("../images/slider//slide9.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
}

.slide-bg10 {
  background-image: url("../images/slider//slide10.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
}

.slide-bg11 {
  background-image: url("../images/slider//slide11.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
}

.slide-bg12 {
  background-image: url("../images/slider//slide12.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
}

.custom-flex-column {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1800px) {
  .custom-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 575px) {
  .custom-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 1200px) {
  .negative-margin {
    margin-top: 100px;
  }
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
  width: 45px;
  height: 45px;
  line-height: 42px;
  color: #a3a3a3;
  background: #fff;
  text-align: center;
  border: 1px solid;
  border-color: #e8e8e8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.hero-slider .swiper-button-next:hover,
.hero-slider .swiper-button-prev:hover {
  background: #fe6022;
  color: #fff;
  border-color: #fe6022;
}

.hero-slider .swiper-button-next {
  right: 20px;
}

.hero-slider .swiper-button-prev {
  left: 20px;
}

.hero-slider:hover .swiper-button-next,
.hero-slider:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.hero-slider:hover .swiper-button-next {
  right: 30px;
}

.hero-slider:hover .swiper-button-prev {
  left: 30px;
}

.hero-slider .swiper-button-next::after,
.hero-slider .swiper-button-prev::after {
  display: none;
}

.hero-slider .swiper-pagination-bullet {
  margin: 0 5px;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  background: #fff;
  opacity: 1;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active, .hero-slider .swiper-pagination-bullet.swiper-pagination-bullet:hover {
  background: #fe6022;
  border-color: #fe6022;
}

.hero-slider .swiper-pagination {
  bottom: 20px;
  left: 0;
  width: 100%;
}

/*--------------------------------------
/*   [ 05. Component CSS ] 
----------------------------------------*/
/*--------------------------------------
/*   [ 05.1 Component button CSS ] 
----------------------------------------*/
button {
  outline: dotted 0px !important;
}

button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary {
  border-color: #2b46a8;
  background-color: #2b46a8;
  color: #fff;
}

.btn-hover-primary:hover {
  border-color: #2b46a8;
  background-color: #2b46a8;
  color: #fff;
}

.btn-primary-2 {
  border-color: #223b97;
  background-color: #223b97;
  color: #fff;
}

.btn-hover-primary-2:hover {
  border-color: #223b97;
  background-color: #223b97;
  color: #fff;
}

.btn-secondary {
  border-color: #fe6022;
  background-color: #fe6022;
  color: #181c51;
  background: transparent;
  border-color: transparent;
  text-decoration: underline;
}

.btn-hover-secondary:hover {
  border-color: #fe6022;
  background-color: #fe6022;
  color: #fff;
  background: #fe6022;
  border-color: #fe6022;
}

.btn-success {
  border-color: #32b618;
  background-color: #32b618;
  color: #fff;
}

.btn-hover-success:hover {
  border-color: #32b618;
  background-color: #32b618;
  color: #fff;
}

.btn-info {
  border-color: #0dcaf0;
  background-color: #0dcaf0;
  color: #fff;
}

.btn-hover-info:hover {
  border-color: #0dcaf0;
  background-color: #0dcaf0;
  color: #fff;
}

.btn-warning {
  border-color: #fe6022;
  background-color: #fe6022;
  color: #fff;
}

.btn-hover-warning:hover {
  border-color: #fe6022;
  background-color: #fe6022;
  color: #fff;
  background: #fe6022;
  border-color: #fe6022;
}

.btn-danger {
  border-color: #dc3545;
  background-color: #dc3545;
  color: #fff;
}

.btn-hover-danger:hover {
  border-color: #dc3545;
  background-color: #dc3545;
  color: #fff;
}

.btn-light {
  border-color: #f8f8f8;
  background-color: #f8f8f8;
  color: #fff;
}

.btn-hover-light:hover {
  border-color: #f8f8f8;
  background-color: #f8f8f8;
  color: #32383e;
}

.btn-dark {
  border-color: #32383e;
  background-color: #32383e;
  color: #fff;
}

.btn-hover-dark:hover {
  border-color: #32383e;
  background-color: #32383e;
  color: #fff;
  background: #32383e;
  border-color: #32383e;
}

.btn-search {
  background: #fe6022;
  height: 100%;
  display: inline-block;
  line-height: 1;
  text-transform: capitalize;
  padding: 0 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #fe6022;
  border-radius: 0 4px 4px 0;
}

/*--------------------------------------
/*   [ 05.2 Component form CSS ] 
----------------------------------------*/
.form-control:focus {
  color: #63696f;
  background-color: #fff;
  border-color: #95a3d4;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

.form-control::placeholder {
  color: #a6a6a6;
  opacity: 1;
}

textarea.form-control {
  max-height: 270px;
}

@media screen and (max-width: 767px) {
  textarea.form-control {
    max-height: 170px;
  }
}

.input-group-text {
  background-color: #fff;
  border: 0;
}

.form-select {
  color: #32383e;
  font-size: 14px;
  font-weight: 500;
  background-image: url("../images/option_search.png");
  background-size: inherit;
  border-radius: 0;
  border: 0;
}

.form-select:focus {
  border-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input-group {
  border-radius: 4px;
}

.input-group > :not(:first-child):not(.dropdown-menu) {
  margin-left: 0px !important;
}

/*--------------------------------------
/*   [ 05.3 Component title CSS ] 
----------------------------------------*/
.title-section {
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.title-section .title {
  color: #32383e;
  position: relative;
  text-transform: capitalize;
  font-size: 24px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0;
}

.title-section .title::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  height: 2px;
  bottom: -23px;
  background: #fe6022;
}

.title-section .sub-title {
  color: #a9a9a9;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2.777;
  margin-bottom: 0.125rem;
  font-size: 18px;
}

.sub-section-title .title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
}

/*--------------------------------------
/*   [ 05.4 Component card CSS ] 
----------------------------------------*/
.flash-sales-carousel .swiper-container {
  margin: -15px;
  padding: 15px;
}

.categories-carousel .swiper-container {
  margin: -15px;
  padding: 15px;
}

.categories-carousel2 .swiper-container {
  margin: -15px;
  padding: 15px;
}

.sales-card {
  padding: 15px;
}

.sales-card .thumb {
  max-width: 210px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sales-card .thumb {
    max-width: 185px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1550px) {
  .sales-card .thumb {
    max-width: 120px;
  }
}

.sales-card-content {
  position: relative;
}

.sales-card-category {
  font-size: 12px;
  color: #a9a9a9;
  font-weight: 400;
  line-height: 1.833;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.sales-card-title {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #32383e;
  margin-bottom: 15px;
}

.old-price {
  font-size: 26px;
  color: #999999;
  font-weight: 400;
  text-decoration: line-through;
  display: inline-block;
  padding-right: 5px;
}

.sales-card-price {
  font-size: 18px;
  font-weight: 500;
}

.sales-card .countdown-wrap {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sales-card:hover {
  -webkit-box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.08);
}

.sales-card:hover .countdown-wrap {
  opacity: 0;
  visibility: hidden;
}

.sales-card:hover .action-links-wrapp {
  opacity: 1;
  visibility: visible;
}

.sales-card .action-links-wrapp {
  position: absolute;
  left: 0;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .flash-sales-carousel .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flash-sales-carousel .media::after {
  right: 0;
}

.categories-card {
  background: #fff;
  padding: 30px;
  border-radius: 4px;
}

.categories {
  position: relative;
}

.categories ul {
  position: relative;
  z-index: 2;
}

.categories img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.categories img.img-controll {
  max-width: 115px;
  bottom: -10px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .categories img {
    right: -15px;
    max-width: 140px;
  }
}

.categories-title {
  font-size: 18px;
  color: #32383e;
  display: block;
  font-weight: 500;
  line-height: 1.222;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding-bottom: 10px;
}

.categories-link {
  display: inline-block;
  font-size: 14px;
  color: #63696f;
  line-height: 2;
}

.categories-link.view-all {
  color: #32383e;
}

.categories-link.view-all::before {
  content: "+";
  margin-right: 5px;
}

.categories-link.view-all:hover {
  color: #fe6022;
}

/*--------------------------------------
/*   [ 05.6 Component brand CSS ] 
----------------------------------------*/
/*--------------------------------------
/*  Brand Css Start
----------------------------------------*/
.brand-carousel {
  padding: 30px 0;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}

.brand-carousel2 {
  padding: 30px 0;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}

.single-brand {
  text-align: center;
}

.single-brand .thumb {
  display: block;
}

.single-brand .thumb img {
  opacity: 0.3;
}

.single-brand .thumb:hover img {
  opacity: 1;
}

/*--------------------------------------
/*  Brand Css ENd
----------------------------------------*/
/*--------------------------------------
/*   [ 05.10 Component testimonial CSS ] 
----------------------------------------*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section {
    margin-bottom: 70px;
  }
}

.happy-customer {
  margin-bottom: 2.15rem;
  font-weight: 400;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .happy-customer {
    font-size: 20px;
  }
}

.testimonial-text {
  font-size: 18px;
}

.quote {
  color: #151515;
  font-size: 50px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.avater-profile {
  margin-right: 1.25rem;
}

.avater-profile img {
  border: 50%;
}

.avater-info p {
  color: #636363;
  margin-bottom: 0;
  line-height: 1;
  font-size: 18px;
}

.avater-info span {
  color: #636363;
  font-weight: 300;
  font-size: 15px;
}

.testimonial-carousel .swiper-button-prev,
.testimonial-carousel .swiper-button-next {
  top: auto;
  margin-top: 0;
  bottom: -80px;
  color: #2b46a8;
  text-transform: capitalize;
  text-decoration: underline;
}

.testimonial-carousel .swiper-button-prev {
  width: auto;
  left: 0;
}

.testimonial-carousel .swiper-button-next {
  width: 80px;
  left: 60px;
}

.testimonial-carousel .swiper-button-next::after,
.testimonial-carousel .swiper-button-prev::after {
  display: none;
}

/*--------------------------------------



/*************************************
    check-box style CSS 
*************************************/
.widget-check-box input[type="checkbox"] {
  display: none;
}

.widget-check-box input[type="checkbox"] + label {
  position: relative;
  padding-top: 3px;
  padding-left: 30px;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #32383e;
  font-size: 14px;
  line-height: 22px;
}

.widget-check-box input[type="checkbox"] + label:hover {
  color: #fe6022;
}

.widget-check-box input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #dadada;
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 1;
}

.widget-check-box input[type="checkbox"] + label:hover:before {
  border-color: #dadada;
}

.widget-check-box.color-grey input[type="checkbox"] + label:before {
  background-color: #32383e;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.widget-check-box.color-grey input[type="checkbox"]:checked + label:before {
  background-color: transparent;
}

.widget-check-box.color-white input[type="checkbox"] + label:before {
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.widget-check-box.color-black input[type="checkbox"] + label:before {
  background-color: #32383e;
  border: 1px solid #32383e;
}

.widget-check-box.color-camel input[type="checkbox"] + label:before {
  background-color: #c19a6b;
  border: 1px solid #c19a6b;
}

.widget-check-box.color-camel input[type="checkbox"]:checked + label:before {
  background-color: transparent;
}

.widget-check-box input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -1px;
  left: 5px;
  border-color: #fe6022;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.widget-check-box.color-black input[type="checkbox"]:checked + label:before {
  background: 0 0;
}

/* radio check box style */
.widget-check-box input[type="radio"]:checked,
.widget-check-box input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.widget-check-box input[type="radio"]:checked + label,
.widget-check-box input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

.widget-check-box input[type="radio"]:checked + label:before,
.widget-check-box input[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ebebeb;
  border-radius: 100%;
  background: #fff;
}

.widget-check-box input[type="radio"]:checked + label:after,
.widget-check-box input[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #fe6022;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
}

.widget-check-box input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.widget-check-box input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.widget-check-box input[type="radio"] + label:hover {
  color: #fe6022;
}

.widget-inner {
  margin-bottom: 30px;
}

/* check-box style CSS End */
/*--------------------------------------
/*   [ 05.20 Component blog details CSS ] 
----------------------------------------*/
.blog-details-content p {
  line-height: 2.1;
}

.blog-details-content p:last-child {
  margin-bottom: 0;
}

.blog-details-thumb {
  margin-bottom: 25px;
}

.blog-details-meta {
  text-transform: uppercase;
  line-height: 1.333;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-meta {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-meta {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-details-meta {
    font-size: 0.8rem;
  }
}

.blog-details-title {
  font-weight: 500;
  color: #32383e;
  line-height: 1.142;
  margin-bottom: 20px;
  font-size: 2.4rem;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .blog-details-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-details-title {
    font-size: 1rem;
  }
}

.blog-details-list P {
  color: #32383e;
  margin-bottom: 10px;
}

.blog-details-list P:last-child {
  margin-bottom: 0;
}

.blog-details-list I {
  margin-right: 10px;
  display: inline-block;
}

.blog-qutation {
  position: relative;
  background: #f8f8f8;
  padding: 30px;
  margin: 50px 0px;
  border-bottom: 5px solid #fe6022;
}

@media screen and (max-width: 991px) {
  .blog-qutation {
    padding: 20px;
  }
}

.blog-qutation P {
  color: #32383e;
  line-height: 1.777;
  font-size: 18px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .blog-qutation P {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .blog-details-grid .col {
    min-width: 100%;
  }
}

.blog-details-grid img {
  border-radius: 4px;
}

@media screen and (min-width: 1500px) {
  .blog-details-grid img {
    margin-left: 64px;
  }
}

.social-tags {
  padding-top: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 1px solid #2b46a8;
}

.social-tags p {
  color: #32383e;
  margin-bottom: 0;
}

.social-tags i {
  margin-right: 10px;
}

.social-links li + li {
  margin-left: 10px;
}

.social-links li.share {
  font-size: 18px;
  color: #181c51;
}

.social-links li a {
  color: #32383e;
  font-size: 18px;
}

.social-links li a:hover {
  color: #fe6022;
}

.social-links li a i {
  margin: 0;
}

.blog-comments {
  margin-bottom: 50px;
}

.blog-comment-title {
  font-weight: 500;
  line-height: 1.9166;
  margin-bottom: 10px;
  color: #32383e;
  font-size: 18px;
}

.authors {
  margin-bottom: -50px;
}

.author-list {
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 50px;
}

.author-list:nth-child(even) {
  background-color: #f8f8f8;
}

@media screen and (min-width: 1500px) {
  .author-list:nth-child(even) {
    margin-left: 130px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1499px) {
  .author-list:nth-child(even) {
    margin-left: 110px;
  }
}

@media screen and (max-width: 575px) {
  .author-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.author-profile {
  margin-right: 30px;
  border-radius: 50%;
}

@media screen and (max-width: 575px) {
  .author-profile {
    margin-bottom: 20px;
  }
}

.author-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.author-title {
  font-weight: 500;
  color: #32383e;
  font-size: 18px;
  margin-bottom: 14px;
}

.author-meta {
  color: #fe6022;
  line-height: 1;
  font-size: 14px;
}

.replay {
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  color: #32383e;
  line-height: 1 !important;
}

.blog-pt-55 {
  padding-top: 50px;
}

/*--------------------------------------

/*   [ 06 Component sub menu CSS ] 
----------------------------------------*/
.sub-menu {
  text-align: left;
  position: absolute;
  z-index: 9999;
  top: 80px;
  left: 0;
  width: 230px;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  border-top: 2px solid #fe6022;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}

.sub-menu .sub-menu {
  left: 100%;
  opacity: 0;
  visibility: hidden;
}

.sub-menu.blog-sub-menu {
  left: auto;
  right: 0;
}

.sub-menu.blog-sub-menu .sub-menu {
  left: auto;
  right: 100%;
  top: 0 !important;
}

.sub-menu li {
  position: relative;
}

.sub-menu li + li {
  margin-left: 0px !important;
}

.sub-menu .sub-menu-link {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.375;
  display: block;
  padding: 8px 20px;
}

.main-menu li:hover > .sub-menu {
  top: 50px;
  visibility: visible;
  opacity: 1;
}

/*   [ 06.1 Component verticle menu CSS ] 
----------------------------------------*/
/*------------------*
# vertical-menu
*------------------*/
.vertical-menu {
  position: relative;
  z-index: 2;
}

.vertical-menu .menu-btn {
  width: 100%;
  font-weight: 500;
  background: #2b46a8;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.333;
  padding: 18px 20px;
}

.vertical-menu .menu-btn span {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
  vertical-align: -3px;
}

.vertical-menu.vertical-menu2 {
  width: 240px;
  padding: 15px 0px;
}

.vertical-menu.vertical-menu2 .menu-btn {
  padding: 0px;
  background: #223b97;
}

.vertical-menu.vertical-menu3 {
  margin-left: 30px;
  width: 190px;
  padding: 0px;
}

.vertical-menu.vertical-menu3 .menu-btn {
  padding: 0px;
  background: transparent;
  color: #32383e;
}

.vertical-menu.vertical-menu3 .menu-btn::after {
  display: inline-block;
  font-family: "Linearicons-Free";
  font-size: 18px;
  color: #32383e;
  line-height: 24px;
  position: absolute;
  top: -2px;
  right: 15%;
}

.vertical-menu .vmenu-content {
  width: 100%;
  background: #fff;
  border: 1px solid #e9e9e9;
  position: absolute;
  top: 100%;
  left: 0;
}

.vertical-menu .vmenu-content.display-block {
  min-width: inherit;
}

.vertical-menu .vmenu-content li {
  display: block;
  position: relative;
}

.vertical-menu .vmenu-content li a {
  position: relative;
  display: block;
  overflow: hidden;
  text-transform: capitalize;
  color: #32383e;
  padding-left: 20px;
  line-height: 2.642;
  font-size: 14px;
  font-weight: 400;
}

.vertical-menu .vmenu-content li a:hover {
  color: #fe6022 !important;
}

.vertical-menu .vmenu-content li a i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.vertical-menu .vmenu-content li a strong {
  line-height: 2.916;
  font-weight: 500;
  color: #32383e;
}

.vertical-menu .vmenu-content li a strong:hover {
  color: #fe6022;
}

.vertical-menu .vmenu-content li .verticale-mega-menu,
.vertical-menu .vmenu-content li .verticale-sub-menu {
  position: absolute;
  z-index: 99;
  text-align: left;
  top: 0;
  left: 100%;
  background: #fff;
  padding: 20px;
  width: 440px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #e9e9e9;
  border-bottom: 2px solid #fe6022;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.vertical-menu .vmenu-content li .verticale-mega-menu li {
  width: 50%;
}

.vertical-menu .vmenu-content li .verticale-mega-menu li a {
  padding-left: 0px;
  color: #63696f;
}

.vertical-menu .vmenu-content li .verticale-mega-menu li ul li {
  width: 100%;
}

.vertical-menu .vmenu-content li .verticale-mega-menu li ul li a {
  padding-left: 0px;
}

.vertical-menu .vmenu-content li .verticale-sub-menu {
  padding: 10px 0px;
  width: 240px;
}

.vertical-menu .vmenu-content li .verticale-sub-menu li {
  width: 100%;
  padding: 0;
  position: relative;
  display: block;
}

.vertical-menu .vmenu-content li .verticale-sub-menu li a {
  position: relative;
  display: block;
  overflow: hidden;
  text-transform: capitalize;
  color: #32383e;
  padding-left: 20px;
  line-height: 2.642;
  font-size: 14px;
  font-weight: 400;
}

.vertical-menu .vmenu-content li .verticale-sub-menu li a:hover {
  color: #fe6022;
}

.vertical-menu .vmenu-content li:hover .verticale-mega-menu,
.vertical-menu .vmenu-content li:hover .verticale-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.vertical-menu .vmenu-content li.expand a {
  padding-left: 45px;
  font-weight: fontweight(bold);
}

.vertical-menu .vmenu-content li.expand a i {
  right: auto;
  left: 20px;
}

/*------------------*
# vertical-menu END
*------------------*/
.vmenu-content2 {
  display: none;
}

/*   [ 06.2 Component allctry menu CSS ] 
----------------------------------------*/
/*******************************
    hero-side-category style 
 *******************************/
@media screen and (max-width: 991px) {
  #ctry-sticky.ctry-sticky {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #input-sticky.input-sticky {
    display: none;
  }
}

.hero-side-category {
  width: 100%;
  position: relative;
}

.hero-side-category .more-btn {
  width: 100%;
  font-weight: 500;
  background: #2b46a8;
  color: #fff;
  font-size: 15px;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.333;
  padding: 18px 20px;
  border-radius: 4px;
}

.hero-side-category .more-btn span {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
  vertical-align: -3px;
}

.hero-side-category .more-btn.more-btn2 {
  background: #32383e;
}

.hero-side-category .category-menu {
  background-color: #fff;
  width: 100%;
  left: 0;
  top: 110%;
  border: 1px solid #ebebeb;
  position: absolute;
  display: none;
  z-index: 2;
  height: 500px;
  overflow-x: auto;
  border-radius: 5px;
}

.hero-side-category .category-menu li a {
  display: block;
  padding: 10px 25px;
  line-height: 30px;
  font-size: 14px;
  color: #32383e;
  position: relative;
  border-bottom: 1px solid #ebebeb;
}

.hero-side-category .category-menu li a:hover {
  color: #fe6022;
}

.hero-side-category .category-menu li a i {
  position: absolute;
  right: 30px;
}

.hero-side-category .category-menu li .category-mega-menu {
  display: none;
}

.hero-side-category .category-menu li .category-mega-menu a {
  padding: 10px 25px 10px 35px;
  line-height: 30px;
  font-size: 14px;
  color: #63696f;
  position: relative;
  margin: 0;
  text-transform: inherit;
}

.hero-side-category .category-menu li .category-mega-menu a:hover {
  color: #fe6022;
}

/***********************************
    hero-side-category style  END
 ***********************************/
/*   [ 07 Component footer CSS ] 
----------------------------------------*/
.adress li + li {
  margin-top: 5px;
}

.adress li a {
  color: #63696f;
  font-size: 14px;
  line-height: 1.714;
}

.phone-call {
  color: #fe6022;
  font-size: 24px;
}

.footer-widget .title {
  font-size: 18px;
  line-height: 1.666;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.footer-widget p {
  margin-bottom: 30px;
}

.footer-logo {
  display: inline-block;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-menu li .footer-link {
  color: #63696f;
  font-size: 14px;
}

.footer-menu li .footer-link:hover {
  color: #fe6022;
  padding-left: 5px;
}

.copy-right-section {
  padding: 20px 0px;
}

.copyright-info p {
  font-size: 13px;
}

.copyright-info p a {
  color: #fe6022;
}

.copyright-info p a:hover {
  text-decoration: underline;
  color: #32383e;
}

/*   [ 08 Component mini-cart CSS ] 
----------------------------------------*/
.checkout-cart {
  top: 80px;
  position: absolute;
  right: 0;
  background: #fff;
  width: 355px;
  opacity: 0;
  visibility: hidden;
  border-top: 2px solid #fe6022;
  -webkit-box-shadow: 0px 2px 7.44px 0.56px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 7.44px 0.56px rgba(0, 0, 0, 0.1);
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  z-index: 99;
}

@media screen and (max-width: 575px) {
  .checkout-cart {
    width: 300px;
  }
}

@media screen and (max-width: 380px) {
  .checkout-cart {
    right: -70px;
  }
}

.checkout-scroll {
  max-height: 268px;
  overflow-y: auto;
}

.checkout-cart-list {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.checkout-img {
  margin: 0 20px 0 0;
  position: relative;
}

.product-image {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product-quantity {
  position: absolute;
  top: 5px;
  left: 5px;
  min-width: 25px;
  padding: 0;
  text-align: center;
  background: #fe6022;
  color: #fff;
  font-size: 14px;
  line-height: 1.785;
  display: inline-block;
  border-radius: 50%;
}

.checkout-block {
  text-align: left;
  position: relative;
  padding: 0 20px 0 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-name {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.428;
}

.product-price {
  display: block;
  margin: 10px 0 0;
  font-weight: 600;
  line-height: 1.666;
  font-size: 18px;
  color: #32383e;
}

.remove-cart {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 3px;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #fe6022;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.166;
}

.remove-cart:hover {
  color: #fff;
}

.product-size {
  font-weight: 400;
  font-size: 16px;
  margin: 5px 0 0;
}

.checkout-sub-total {
  padding: 20px 20px;
  margin-bottom: 20px;
}

.checkout-sub-total .list-group-item {
  text-transform: capitalize;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 0px;
}

.checkout-sub-total .list-group-item span {
  font-weight: 500;
  color: #32383e;
  line-height: 1.923;
}

.checkout-action {
  padding: 0px 20px 20px;
}

/*   [ 09 Component products CSS ] 
----------------------------------------*/
/*--------------------------------------
/*  1 product card
----------------------------------------*/
.product-carousel1 .swiper-container {
  margin: -15px;
  padding: 15px;
}

.product-carousel6 .swiper-container {
  margin: -15px;
  padding: 15px;
}

.product-carousel3 .swiper-container {
  margin: -15px;
  padding: 15px;
}

.product-card {
  position: relative;
  padding: 15px;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.product-card:hover {
  -webkit-box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.08);
}

.product-card .thumb {
  display: block;
  position: relative;
}

.product-card:hover .actions {
  opacity: 1;
  visibility: visible;
}

.product-card:hover .product-btn {
  opacity: 1;
  visibility: visible;
}

.product-card:hover .price {
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
}

.product-card::after {
  content: "";
  position: absolute;
  right: 0px;
  height: 85%;
  width: 1px;
  background: #f1f1f1;
  top: 15px;
}

.onsales-badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: absolute;
  z-index: 1;
  cursor: auto;
  pointer-events: unset;
  top: calc(100% - 70px);
  left: 0px;
}

.onsales-badges .badge {
  text-align: center;
  line-height: 16px;
  text-transform: uppercase;
}

.onsales-badges .badge + .badge {
  margin-top: 5px;
}

.product-card-list {
  position: relative;
}

.product-card-list .onsales-badges {
  top: 10px;
}

.product-content {
  position: relative;
}

.product-category {
  font-size: 12px;
  color: #a9a9a9;
  font-weight: 400;
  line-height: 1.833;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.product-category:hover {
  color: #32383e;
}

.product-title {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.428;
  color: #32383e;
  margin-bottom: 15px;
}

.price {
  position: absolute;
  bottom: 10px;
  font-weight: 500;
  line-height: 1.666;
  font-size: 18px;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.price-list {
  display: block;
  padding-bottom: 20px;
  font-weight: 500;
  line-height: 1.666;
  font-size: 18px;
}

.regular-price {
  color: #32383e;
}

.old-price {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #999;
}

.onsale-price {
  color: #fe6022;
}

.product-btn {
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.product-btn-lg {
  text-transform: uppercase;
}

.reference {
  margin-top: 10px;
}

.open-comment-form {
  margin-bottom: 10px;
  display: inline-block;
}

.actions {
  position: absolute;
  top: 20px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.actions.actions2 {
  position: static;
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.actions.actions2 .action-item {
  margin-top: 0;
  margin-left: 10px;
}

.action-item + .action-item {
  margin-top: 5px;
}

.action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 40px;
  width: 40px;
  background: #f2f2f2;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 100%;
}

.action:hover {
  background: #2b46a8;
  color: #fff;
}

.actions-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.actions-list .action-item-list + .action-item-list {
  margin-top: 0px;
  margin-left: 5px;
}

/*--------------------------------------
  /*  2 service card
  ----------------------------------------*/
.product-carousel2 .swiper-container {
  margin: -15px;
  padding: 15px;
}

.product-tab-links .nav-item {
  margin-right: 15px;
}

@media screen and (max-width: 575px) {
  .product-tab-links .nav-item {
    margin-top: 15px;
  }
}

.product-tab-links .nav-item:last-child {
  margin-right: 0px;
}

.product-tab-links .nav-link {
  font-size: 14px;
  color: #a9a9a9;
  line-height: 30px;
  font-weight: 600;
  padding: 0 15px;
  background: #fff;
  text-transform: capitalize;
  border-radius: 20px;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .product-tab-links .nav-link {
    font-size: 12px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 575px) {
  .product-tab-links .nav-link {
    font-size: 12px;
    padding: 0 7px;
  }
}

.product-tab-links .nav-link.active, .product-tab-links .nav-link:hover {
  background: #fe6022;
  color: #fff;
}

.product-tab-links2 .nav-item {
  margin-right: 60px;
}

@media screen and (max-width: 575px) {
  .product-tab-links2 .nav-item {
    margin-right: 10px;
  }
}

@media screen and (max-width: 340px) {
  .product-tab-links2 .nav-item {
    margin-right: 3px;
  }
}

.product-tab-links2 .nav-item:last-child {
  margin-right: 0px;
}

.product-tab-links2 .nav-link {
  position: relative;
  font-size: 24px;
  color: #a9a9a9;
  line-height: 1.3;
  text-transform: capitalize;
  font-weight: 500;
  padding: 0;
  background: transparent;
  background: #fff;
  text-transform: capitalize;
  border-radius: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .product-tab-links2 .nav-link {
    font-size: 20px;
  }
}

.product-tab-links2 .nav-link.active {
  background: transparent;
}

.product-tab-links2 .nav-link::after {
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  background: #fe6022;
  bottom: -22px;
  opacity: 0;
  width: 0;
  content: "";
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .product-tab-links2 .nav-link {
    font-size: 15px;
    padding: 0 10px;
  }
}

@media screen and (min-width: 360px) and (max-width: 767px) {
  .product-tab-links2 .nav-link {
    font-size: 15px;
  }
}

@media screen and (max-width: 359px) {
  .product-tab-links2 .nav-link {
    font-size: 12px;
    padding: 0 7px;
  }
}

.product-tab-links2 .nav-link.active, .product-tab-links2 .nav-link:hover {
  color: #32383e;
}

.product-tab-links2 .nav-item .nav-link:hover::after, .product-tab-links2 .nav-item .nav-link.active::after {
  width: 100%;
  opacity: 1;
}

.product-card-large {
  border-right: 1px solid #f1f1f1;
}

.product-card-large:hover {
  border-color: #fff;
}

.product-card-large .thumb {
  display: block;
}

.price-lg {
    font-weight: bold;
    line-height: 1.666;
    font-size: 36px;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.product-list-carousel .swiper-container {
  margin: -15px;
  padding: 15px;
}

.product-list-carousel2 .swiper-container {
  margin: -15px;
  padding: 15px;
}

.product-carousel7 .swiper-container {
  margin: -15px;
  padding: 15px;
}

.media {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.media .thumb {
  margin-right: 20px;
}

.media::after {
  content: "";
  position: absolute;
  right: -5px;
  height: 85%;
  width: 1px;
  background: #f1f1f1;
  top: 15px;
}

.media.media-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.media.media-2 span {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .media.media-2 span {
    font-size: 24px;
  }
}

.media.media-2::after {
  display: none;
}

.media.media-2 .title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .media.media-2 .title {
    font-size: 13px;
  }
}

.media.media-2 p {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 992px) {
  .tab-links-padding {
    padding-right: 10%;
  }
}

.single-product-tab {
  background: #f3f3f3;
}

.single-product-tab .nav-item .nav-link {
  line-height: 1.388;
  font-weight: 600;
  color: #32383e;
  padding: 15px 30px;
  font-size: 18px;
  border: 0;
}

@media screen and (max-width: 575px) {
  .single-product-tab .nav-item .nav-link {
    padding: 30px 10px;
    font-size: 15px;
  }
}

@media screen and (max-width: 359px) {
  .single-product-tab .nav-item .nav-link {
    padding: 15px 10px;
    font-size: 15px;
  }
}

.single-product-tab .nav-item .nav-link.active {
  background-color: transparent;
  border: 0;
  color: #ababab;
}

.single-product-tab .nav-item .nav-link:hover {
  background-color: transparent;
  border: 0;
  color: #ababab;
}

/************************
   single-product start
 ************************/
.single-product-head .title {
  font-weight: fontweight(semi-bold);
  font-size: 30px;
}

.single-product-head .star-content .star-on {
  margin: 0 1px 0 0;
  color: #fe6022;
  font-weight: fontweight(regular);
  font-size: 18px;
}

.single-product-head .star-content a {
  font-size: 15px;
  font-weight: fontweight(regular);
}

.single-product-head .star-content a span {
  margin-right: 6px;
}

.single-product-desc {
  background: #fff;
  padding: 30px;
  border: 1px solid #ebebeb;
}

.single-product-desc ul {
  font-size: 15px;
  line-height: 24px;
  text-align: left;
}

.studio-thumb img {
  border: 1px solid #ebebeb;
}

.studio-thumb h3, .studio-thumb .h3 {
  text-transform: capitalize;
  color: #32383e;
  line-height: 24px;
  font-size: 0.9375rem;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.studio-thumb h6, .studio-thumb .h6 {
  font-size: 1rem;
  color: #32383e;
}

.studio-thumb h6 small, .studio-thumb .h6 small, .studio-thumb h6 .small, .studio-thumb .h6 .small {
  font-size: 14px;
  color: #63696f;
}

.product-features ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.product-features ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 40%;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
  padding: 0.625rem;
  margin-right: 0.625rem;
  min-height: 2.5rem;
  word-break: normal;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}

.grade-content .grade {
  text-transform: capitalize;
  font-size: 14px;
  margin-right: 10px;
}

.grade-content .star-on {
  color: #fe6022;
  font-size: 18px;
}

.grade-content .title {
  text-transform: capitalize;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.grade-content .sub-title {
  color: #32383e;
  margin-bottom: 10px;
  line-height: 18px;
  font-size: 14px;
  padding-top: 9px;
  margin-bottom: 10px;
}

.grade-content p {
  line-height: 18px;
  font-size: 14px;
}

.group-img img {
  max-width: 80px;
}

.product-grouped .title {
  margin-bottom: 0.8rem;
  color: #32383e;
  font-size: 15px;
  text-transform: capitalize;
}

.product-grouped span {
  font-size: 14px;
  color: #63696f;
  line-height: 1;
}

.product-anotherinfo-wrapper ul li {
  color: #888;
  font-size: 14px;
  list-style: outside none none;
  margin: 0 0 13px;
}

.product-anotherinfo-wrapper ul li span {
  color: #32383e;
  display: inline-block;
  font-weight: 500;
  margin: 0 26px 0 0;
  min-width: 85px;
}

.single-review .review-top-wrap .review-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.single-review .review-top-wrap .review-left .review-name {
  margin-right: 25px;
}

.single-review .review-top-wrap .review-left .review-name h4, .single-review .review-top-wrap .review-left .review-name .h4 {
  font-size: 16px;
  font-weight: 600;
}

.single-review .review-top-wrap .review-left .rating-product {
  line-height: 1;
}

.rating-product {
  margin-bottom: 6px;
}

.rating-product i {
  overflow: hidden;
  font-size: 16px;
  color: #fdd835;
}

.single-review .review-top-wrap .review-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.review-left a {
  color: #565656;
  margin-left: auto;
}

.single-review .review-bottom p {
  margin: 0;
  max-width: 93%;
}

.ratting-form-wrapper .ratting-form form .star-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 6px 0 20px;
}

.ratting-form-wrapper h3, .ratting-form-wrapper .h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.ratting-form-wrapper .ratting-form form .star-box span {
  margin: 0 15px 0 0;
}

.rating-form-style {
  margin-bottom: 10px;
}

.ratting-form-wrapper .ratting-form form .rating-form-style input,
.ratting-form-wrapper .ratting-form form .rating-form-style textarea {
  padding: 2px 10px 2px 20px;
  background: transparent;
  border: 1px solid #e6e6e6;
  color: #333;
}

.rating-form-style input {
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  color: #253237;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}

.rating-form-style {
  margin-bottom: 10px;
}

.ratting-form-wrapper .ratting-form form .rating-form-style textarea {
  height: 180px;
  padding: 20px 10px 2px 20px;
  margin-bottom: 20px;
  width: 100%;
  outline: none;
}

.rating-form-style input[type="submit"] {
  padding: 0 55px !important;
  line-height: 48px;
  height: 48px;
  width: auto;
  font-size: 15px;
  font-weight: 600;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
  background: #32383e !important;
  color: #fff !important;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.rating-form-style input[type="submit"]:hover {
  background: #fe6022 !important;
}

/************************
   single-product End
 ************************/
.review-name h4, .review-name .h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.single-form input,
.single-form textarea {
  padding: 2px 10px 2px 20px;
  background: transparent;
  border: 1px solid #e6e6e6;
  color: #333;
}

.single-form input {
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  color: #32383e;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}

.single-form textarea {
  height: 180px;
  padding: 20px 10px 2px 20px;
  margin-bottom: 20px;
  width: 100%;
  outline: none;
}

.single-form input[type="submit"]:hover {
  background: #32383e !important;
  color: #fff !important;
}

.single-blog .blog-post-content-inner {
  padding: 30px 0 0;
}

.comment-area .single-review.child-review {
  margin-bottom: 70px;
}

.single-review .review-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  -webkit-flex: 0 0 90px;
          flex: 0 0 90px;
  margin: 0 15px 0 0;
}

.single-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  .single-review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single-review .review-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  -webkit-flex: 0 0 90px;
          flex: 0 0 90px;
  margin: 0 15px 0 0;
}

@media screen and (max-width: 767px) {
  .single-review .review-img {
    margin-bottom: 30px;
  }
}

.single-review img {
  max-width: 120px;
}

.single-form label {
  margin-bottom: 15px;
}

/*   [ 10 Component modal CSS ] 
----------------------------------------*/
.modal.fade {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.modal.fade.show {
  display: block !important;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#quickview .modal-dialog {
  width: calc(100% - 30px);
  max-width: 64rem;
}

#quickview .single-img {
  text-align: center;
}

#quickview .title {
  font-size: 24px;
  text-transform: capitalize;
  margin: 0px 0 17px 0;
  font-weight: 400;
  color: #32383e;
}

.modal-quantity {
  color: #32383e;
  font-size: 16px;
  margin-bottom: 0.375rem;
}

.add-to-wishlist {
  font-size: 12px;
  color: #63696f;
}

#addtowishlist .modal-dialog {
  width: 360px;
}

.wishlist-modal {
  padding: 0px 0px 50px;
}

#add-to-cart .modal-dialog {
  max-width: 1140px;
}

#add-to-cart .modal-title {
  font-weight: 600;
  color: #fff;
  font-size: 1.125rem;
}

#add-to-cart .ion-android-done {
  color: #fff;
  font-size: 24px;
}

#add-to-cart .product-name {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  color: #32383e;
}

#add-to-cart .btn-close {
  right: 20px;
  color: #fff !important;
  background: none;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  padding: 0px;
}

.quntity-list li {
  font-size: 14px;
  font-weight: 600;
  color: #32383e;
  margin-bottom: 1rem;
}

.cart-content .title {
  font-weight: 400;
  color: #32383e;
}

.cart-content p {
  color: #32383e;
}

.cart-content p span {
  font-weight: 600;
  color: #32383e;
}

/*   [ 11 Component verticle slider CSS ] 
----------------------------------------*/
.vertical-slider_wrap {
  position: relative;
}

@media screen and (min-width: 768px) {
  .vertical-slider_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .vertical-slider_wrap .pd-vertical_slider {
    margin-left: 20px;
  }
  .vertical-slider_wrap .vertical-slider_nav {
    -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
    max-width: 70%;
  }
  .vertical-slider_wrap .vertical-slider_nav .swiper-wrapper {
    height: 100%;
  }
  .vertical-slider_wrap .vertical-slider_nav .swiper-wrapper .swiper-slide {
    height: 100% !important;
  }
  .vertical-slider_wrap.vt-right_side {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

@media screen and (max-width: 575px) {
  .vertical-slider_wrap .vertical-slider_nav {
    padding-top: 30px;
  }
}

.vertical-slider_wrap2 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .vertical-slider_wrap2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .vertical-slider_wrap2 .pd-vertical_slider {
    margin-left: 20px;
  }
  .vertical-slider_wrap2 .vertical-slider_nav2 {
    -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
    max-width: 70%;
  }
  .vertical-slider_wrap2 .vertical-slider_nav2 .swiper-wrapper {
    height: 100%;
  }
  .vertical-slider_wrap2 .vertical-slider_nav2 .swiper-wrapper .swiper-slide {
    height: 100% !important;
  }
  .vertical-slider_wrap2.vt-right_side {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

@media screen and (max-width: 575px) {
  .vertical-slider_wrap2 .vertical-slider_nav2 {
    padding-top: 30px;
  }
}

.vertical-slider_nav .swiper-slide {
  text-align: center;
  border: 1px solid #f0f0f0;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

@media screen and (min-width: 768px) {
  .vertical-slider_nav .swiper-slide + .swiper-slide {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .vertical-slider_nav .swiper-slide + .swiper-slide {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .vertical-slider_nav .swiper-slide {
    margin-right: 10px;
  }
}

.vertical-slider_nav .swiper-slide:last-child {
  margin-right: 0;
}

.vertical-slider_nav .swiper-slide.swiper-slide-thumb-active, .vertical-slider_nav .swiper-slide:hover {
  border-color: #fe6022;
}

.vertical-slider_nav2 .swiper-slide {
  text-align: center;
  border: 1px solid #f0f0f0;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

@media screen and (min-width: 768px) {
  .vertical-slider_nav2 .swiper-slide + .swiper-slide {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .vertical-slider_nav2 .swiper-slide + .swiper-slide {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .vertical-slider_nav2 .swiper-slide {
    margin-right: 10px;
  }
}

.vertical-slider_nav2 .swiper-slide:last-child {
  margin-right: 0;
}

.vertical-slider_nav2 .swiper-slide.swiper-slide-thumb-active, .vertical-slider_nav2 .swiper-slide:hover {
  border-color: #fe6022;
}

.swiper-navination-vertical .swiper-button-prev {
  left: 47px;
  top: -10px;
  color: #32383e;
}

.swiper-navination-vertical .swiper-button-prev:hover {
  color: #fe6022;
}

.swiper-navination-vertical .swiper-button-next {
  right: auto;
  left: 47px;
  top: auto;
  bottom: -30px;
  color: #32383e;
}

.swiper-navination-vertical .swiper-button-next:hover {
  color: #fe6022;
}

.swiper-navination-vertical2 .swiper-button-prev {
  left: 47px;
  top: -10px;
  color: #32383e;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .swiper-navination-vertical2 .swiper-button-prev {
    left: 34px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-navination-vertical2 .swiper-button-prev {
    left: 78px;
  }
}

.swiper-navination-vertical2 .swiper-button-prev:hover {
  color: #fe6022;
}

.swiper-navination-vertical2 .swiper-button-next {
  right: auto;
  left: 47px;
  top: auto;
  bottom: -30px;
  color: #32383e;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .swiper-navination-vertical2 .swiper-button-next {
    left: 34px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-navination-vertical2 .swiper-button-next {
    left: 78px;
  }
}

.swiper-navination-vertical2 .swiper-button-next:hover {
  color: #fe6022;
}

.pd-vertical_slider2 .single-img {
  text-align: center;
}

/*   [ 12 Component count CSS ] 
----------------------------------------*/
.product-count.style input {
  color: #1d1d1d;
  background-color: #fff;
  height: 40px;
  padding: 10px 30px 10px 10px;
  width: 70px;
  border: 1px solid #ebebeb;
  display: block;
  text-align: center;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

.product-count.style .count-btn {
  background-color: transparent;
  border: 0;
  border-left: 1px solid #ebebeb;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  text-align: center;
  color: #1d1d1d;
  font-size: 10px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-count.style .increment {
  border-bottom: 1px solid #ebebeb;
}

/*   [ 13 Component coundown CSS ] 
----------------------------------------*/
.style1 .countdown.item-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.style1 .countdown__item {
  width: 50px;
  text-align: center;
  border: 1px solid #fe6022;
  padding: 10px 5px;
  margin-right: 5px;
  border-radius: 4px;
}

.style1 .countdown__time {
  font-weight: 500;
  color: #32383e;
  font-size: 18px;
  line-height: 1;
}

.style1 .countdown__text {
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}

.style2 {
  position: absolute;
  bottom: 45%;
  left: 20px;
  right: 20px;
  background: rgba(245, 245, 245, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.style2 .countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px;
}

.style2 .countdown__item {
  width: 50px;
  text-align: left;
  padding: 0px 5px;
  position: relative;
}

.style2 .countdown__item::after {
  content: "";
  position: absolute;
  right: 3px;
  display: block;
  top: 0;
  height: 100%;
  background: #fff;
  width: 1px;
}

.style2 .countdown__item:last-child::after {
  display: none;
}

.style2 .countdown__time {
  font-weight: 500;
  color: #fe6022;
  font-size: 18px;
  line-height: 1;
}

.style2 .countdown__text {
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}

.product-card-hover-style:hover .style2 {
  opacity: 1;
  visibility: visible;
}

.product-card-hover-style:hover .onsales-badges {
  opacity: 0;
  visibility: hidden;
}

/*   [ 14 Component hot tags CSS ] 
----------------------------------------*/
.tags_block {
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .tags_block {
    display: none !important;
  }
}

.hot-tags {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #32383e;
  text-transform: capitalize;
}

.tags-menu .tag-link {
  font-size: 14px;
  font-weight: 400;
  padding: 0 10px;
  line-height: 1;
  border-right: 1px solid #acafb1;
  color: #63696f;
  display: inline-block;
}

.tags-menu .tag-link:hover {
  color: #fe6022;
}

.tags-menu .tag-link:last-child {
  border-right: none;
}

/*   [ 15 Component bread crumb CSS ] 
----------------------------------------*/
/* breadcrumb-section */
.breadcrumb-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.breadcrumb-item {
  text-transform: capitalize;
  line-height: 1;
  padding: 0px !important;
}

.breadcrumb-item.active {
  color: #32383e;
}

@media screen and (max-width: 450px) {
  .breadcrumb-item {
    margin: 5px 0px;
  }
}

.breadcrumb-item a {
  display: inline-block;
  position: relative;
  color: #63696f !important;
  line-height: 1;
}

.breadcrumb-item + .breadcrumb-item::before {

  color: #63696f !important;
  margin: 0 10px;

  font-family: "Ionicons";
  padding: 0px !important;
  position: relative;
  top: 2px;
  font-size: 14px;
}

/* breadcrumb End */
/*   [ 16 Component about us CSS ] 
----------------------------------------*/
/*------------------*
# About Us Page
*------------------*/
.about-content .title {
  font-weight: 500;
  color: #32383e;
  text-transform: capitalize;
  font-size: 30px;
  max-width: 900px;
  margin: 0 auto 20px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .about-content .title {
    font-size: 25px;
  }
}

.about-info .title {
  font-size: 34px;
  font-weight: 500;
  color: #32383e;
}

.single-service .title {
  font-size: 20px;
  font-weight: 500;
  color: #32383e;
}

.service-section .single-blog img {
  width: 100%;
}

/* *******************
     about us page End
   **********************/
/*   [ 16 Component static media CSS ] 
----------------------------------------*/
/******************************** 
     static media Css
  ********************************/
.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.static-media .title {
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #fff;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .static-media .title {
    font-size: 15px;
  }
}

.static-media .text {
  color: #fff;
}

/******************************** 
       static media Css End
    ********************************/
/*   [ 17 Component whish list CSS ] 
----------------------------------------*/
/*------------------*
# Whishlist Page
*------------------*/
@media (max-width: 991px) {
  .whish-list-section .table {
    min-width: 1030px;
  }
}

.whish-list-section .title {
  color: #32383e;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #ebebeb;
}

.whish-list-section .table .thead-light th {
  background-color: #2b46a8;
  border-color: transparent;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}

.whish-list-section .table td,
.whish-list-section .table th {
  vertical-align: middle;
}

.whish-list-section img {
  max-width: 150px;
}

.whish-title {
  font-size: 15px;
}

.whish-list-price {
  color: #32383e;
  font-size: 15px;
}

/* ***************
    whishlist End
   ******************/
/*   [ 18 Component check out CSS ] 
----------------------------------------*/
/*------------------*
# Check out Page
*------------------*/
.billing-info-wrap .billing-info input,
.billing-info-wrap .billing-select input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #666;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
  outline: none;
  height: 45px;
}

.billing-info-wrap .checkout-account-toggle input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #666;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  margin: 0 0 20px;
  width: 100%;
  height: 45px;
  outline: none;
}

.billing-info-wrap .additional-info-wrap .additional-info textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #333;
  font-size: 14px;
  height: 138px;
  padding: 17px 20px;
  width: 100%;
  outline: none;
}

.billing-info-wrap .title {
  text-transform: capitalize;
  margin-bottom: 30px;
  color: #32383e;
  font-size: 24px;
  font-weight: 500;
}

.your-order-area .title {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.billing-info {
  margin-bottom: 20px;
}

.billing-info label {
  font-size: 14px;
  margin-bottom: 10px;
}

.form-select {
  height: 45px;
  border-radius: 0px;
  outline: 0;
  color: #565656;
}

.form-select:focus {
  border-color: #e6e6e6;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.open-toggle,
.open-toggle2 {
  display: none;
}

.your-order-area .your-order-wrap {
  padding: 38px 45px 44px;
  background: #f6f6f6;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul li {
  font-size: 24px;
  text-transform: capitalize;
  color: #111;
  font-weight: 500;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul li {
  font-size: 15px;
  font-weight: 500;
  list-style: outside none none;
  color: #32383e;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle {
  border-bottom: 1px solid #dee0e4;
  border-top: 1px solid #dee0e4;
  margin: 29px 0;
  padding: 19px 0 18px;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li.your-order-shipping {
  font-size: 15px;
  color: #32383e;
  font-weight: 500;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 0 0 10px;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.billing-info-wrap .billing-info input,
.billing-info-wrap .billing-select input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #666;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
  outline: none;
  height: 45px;
}

.billing-info-wrap .nice-select {
  width: 100%;
  margin-bottom: 20px;
}

.billing-info-wrap .nice-select .list {
  width: 100%;
}

.billing-info-wrap .nice-select:active,
.billing-info-wrap .nice-select.open,
.billing-info-wrap .nice-select:focus {
  border-color: #ebebeb;
}

.billing-info-wrap .billing-info input.billing-address,
.billing-info-wrap .billing-select input.billing-address {
  margin-bottom: 10px;
}

.billing-info-wrap .checkout-account label {
  color: #666;
  font-weight: 400;
  margin: 0 0 0 12px;
}

.billing-info-wrap .checkout-account input {
  border: 1px solid #e6e6e6;
  display: inline-block;
  float: left;
  height: 12px;
  width: 12px;
  margin-top: 7px;
  cursor: pointer;
}

.billing-info-wrap .checkout-account-toggle input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #666;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  margin: 0 0 20px;
  width: 100%;
  height: 45px;
  outline: none;
}

.billing-info-wrap .additional-info-wrap h4, .billing-info-wrap .additional-info-wrap .h4 {
  font-size: 16px;
  color: #32383e;
  margin: 0 0 10px;
  font-weight: 500;
}

.billing-info-wrap .additional-info-wrap .additional-info textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #333;
  font-size: 14px;
  height: 138px;
  padding: 17px 20px;
  width: 100%;
  outline: none;
}

.additional-info-wrap {
  margin: 30px 0;
}

.your-order-area .your-order-wrap {
  padding: 38px 45px 44px;
  background: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .your-order-area .your-order-wrap {
    padding: 15px;
  }
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul li {
  font-size: 15px;
  font-weight: 500;
  list-style: outside none none;
  color: #32383e;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle {
  border-bottom: 1px solid #dee0e4;
  border-top: 1px solid #dee0e4;
  margin: 29px 0;
  padding: 19px 0 18px;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 0 0 10px;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li.your-order-shipping {
  font-size: 15px;
  color: #32383e;
  font-weight: 500;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total {
  border-bottom: 1px solid #dee0e4;
  border-top: 1px solid #dee0e4;
  margin: 18px 0 33px;
  padding: 17px 0 19px;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li.order-total {
  font-weight: 500;
  color: #32383e;
  font-size: 15px;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li {
  font-weight: 600;
  color: #fe6022;
  font-size: 16px;
  list-style: outside none none;
}

.your-order-area .payment-accordion:last-child {
  margin: 0 0 0;
}

.your-order-area .payment-accordion {
  margin: 0 0 16px;
}

.your-order-area .payment-accordion {
  margin: 0 0 16px;
}

.your-order-area .payment-accordion h4 a, .your-order-area .payment-accordion .h4 a {
  color: #32383e;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}

.your-order-area .payment-accordion .panel-body {
  padding: 5px 0 0 0;
}

.your-order-area .payment-accordion .panel-body p {
  padding: 0 0 0 10px;
}

.Place-order {
  margin-top: 25px;
}

.open-toggle,
.open-toggle2 {
  display: none;
}

.single-my-account h3.panel-title, .single-my-account .panel-title.h3 {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ebebeb;
  color: #32383e;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  line-height: 2;
}

.single-my-account h3.panel-title span, .single-my-account .panel-title.h3 span {
  color: #32383e;
  font-size: 14px;
  left: 20px;
  position: absolute;
  top: 16px;
}

.single-my-account h3.panel-title a, .single-my-account .panel-title.h3 a {
  color: #32383e;
  display: block;
  padding: 16px 55px;
  position: relative;
}

.single-my-account h3.panel-title a:hover, .single-my-account .panel-title.h3 a:hover {
  color: #fe6022;
}

.single-my-account h3.panel-title a:hover::before, .single-my-account .panel-title.h3 a:hover::before {
  color: #fe6022;
}

.single-my-account h3.panel-title a::before, .single-my-account .panel-title.h3 a::before {
  color: #000;
  content: "\f3d0";
  display: inline-block;
  font-family: "Ionicons";
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -14px;
}

.single-my-account .myaccount-info-wrapper {
  padding: 30px 20px;
  background-color: #fff;
}

.single-my-account .myaccount-info-wrapper .account-info-wrapper {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 28px;
  padding-bottom: 30px;
}

.single-my-account .myaccount-info-wrapper .account-info-wrapper h4, .single-my-account .myaccount-info-wrapper .account-info-wrapper .h4 {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  color: #32383e;
  font-weight: 700;
}

.single-my-account .myaccount-info-wrapper .account-info-wrapper h5, .single-my-account .myaccount-info-wrapper .account-info-wrapper .h5 {
  font-size: 14px;
  letter-spacing: 0.2px;
  margin-top: 7px;
  font-weight: 600;
  color: #32383e;
}

.single-my-account .myaccount-info-wrapper .billing-info {
  margin-bottom: 20px;
}

.single-my-account .myaccount-info-wrapper .billing-info label {
  color: #666;
  font-size: 14px;
  text-transform: capitalize;
}

.single-my-account .myaccount-info-wrapper .billing-info input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  color: #666;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  outline: none;
}

.single-my-account .myaccount-info-wrapper .billing-back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a {
  color: #32383e;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a:hover {
  color: #fe6022;
}

.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a i {
  font-size: 15px;
  color: #fe6022;
}

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info {
  padding: 30px 20px;
}

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info p {
  color: #666;
  font-size: 14px;
  margin: 0;
  text-transform: capitalize;
}

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a.edit {
  background-color: #0090f0;
  font-weight: 700;
}

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a.edit:hover {
  background-color: #fe6022;
}

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a:hover {
  background-color: #fe6022;
}

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a {
  background-color: #f32013;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin: 0 2px;
  padding: 12px 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.single-my-account {
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
}

.single-my-account:last-child {
  margin: 0;
}

.single-my-account .myaccount-info-wrapper .entries-wrapper {
  border: 1px solid #eaeaea;
  position: relative;
}

.single-my-account .myaccount-info-wrapper .entries-wrapper::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  background-color: #eaeaea;
}

.login-register-wrapper .login-register-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 40px;
}

.login-register-wrapper .login-register-tab-list a {
  position: relative;
}

.login-register-wrapper .login-register-tab-list a:last-child:before {
  display: none;
}

.login-register-wrapper .login-register-tab-list a::before {
  background-color: #000;
  bottom: 5px;
  content: "";
  height: 18px;
  margin: 0 auto;
  position: absolute;
  right: -2px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 1px;
}

.login-register-wrapper .login-register-tab-list a.active h4, .login-register-wrapper .login-register-tab-list a.active .h4 {
  color: #fe6022;
}

.login-register-wrapper .login-register-tab-list a h4, .login-register-wrapper .login-register-tab-list a .h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #32383e;
}

.login-register-wrapper .login-form-container {
  background: transparent none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 80px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .login-register-wrapper .login-form-container {
    padding: 30px;
  }
}

.login-register-wrapper .login-form-container .login-register-form form input {
  background-color: transparent;
  border: 1px solid #ebebeb;
  color: #666;
  font-size: 14px;
  height: 45px;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 100%;
  outline: none;
}

.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn {
  padding: 10px 0 19px;
}

.login-register-wrapper .login-form-container .login-register-form form input[type="checkbox"] {
  height: 15px;
  margin: 0;
  position: relative;
  top: 1px;
  width: 17px;
}

.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn label {
  color: #32383e;
  font-size: 15px;
  font-weight: 400;
}

.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a.flote-none {
  float: none !important;
}

.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a {
  color: #32383e;
  float: right;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 480px) {
  .login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a {
    float: none;
  }
}

.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a:hover {
  color: #fe6022;
}

.contact-map #mapid {
  height: 560px;
}

.custom-row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.custom-row-2 div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.contact-info-wrap {
  background-color: #f3f3f3;
  padding: 120px 70px 116px 90px;
}

.contact-info-wrap .single-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 40px;
}

.contact-info-wrap .single-contact-info .contact-icon {
  margin-right: 20px;
}

.contact-info-wrap .single-contact-info .contact-icon i {
  font-size: 20px;
  color: #32383e;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #252525;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact-info-wrap .single-contact-info .contact-info-dec p {
  line-height: 1;
  color: #32383e;
  margin: 0 0 9px;
}

.contact-info-wrap .single-contact-info .contact-info-dec p a {
  color: #32383e;
}

.contact-info-wrap .single-contact-info .contact-info-dec p a:hover {
  color: #fe6022;
}

.contact-info-wrap .single-contact-info:hover .contact-icon i {
  background-color: #fe6022;
  color: #fff;
  border-color: #fe6022;
}

.contact-social h3, .contact-social .h3 {
  font-weight: 700;
  color: #32383e;
  font-size: 24px;
  margin: 0 0 17px;
  line-height: 1;
}

.contact-social ul li a {
  color: #666;
}

.contact-social .social-info li a {
  margin-right: 15px;
}

.contact-form {
  background-color: #f3f3f3;
  padding: 35px;
}

@media screen and (max-width: 767px) {
  .contact-form {
    padding: 15px;
  }
}

.contact-form .contact-title h2, .contact-form .contact-title .h2 {
  font-size: 24px;
  font-weight: 700;
  color: #32383e;
  line-height: 1;
  margin-bottom: 36px;
  margin-left: -10px;
}

.contact-form .contact-form-style input,
.contact-form .contact-form-style textarea {
  background: transparent;
  border: 1px solid #c1c1c1;
  height: 40px;
  padding: 2px 14px;
  margin-bottom: 30px;
  color: #000;
  width: 100%;
  outline: none;
}

.contact-form p {
  color: #333;
}

.contact-form .contact-form-style textarea {
  padding: 20px 14px;
  margin-bottom: 0;
  height: 200px;
}

.contact-map {
  margin-bottom: 60px;
}

.contact-form .contact-form-style button {
  border: none;
  background-color: #fe6022;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding: 15px 52px;
  margin-top: 33px;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

.contact-form .contact-form-style button:hover {
  background-color: #32383e;
  color: #fff;
}

.coupon-title {
  text-transform: capitalize;
  margin: 20px 0px 15px;
  font-size: 24px;
  font-weight: 500;
}

.check-out-btn {
  padding: 14px 30px;
}

/*   [ 19 Component compare CSS ] 
----------------------------------------*/
/*------------------*
# Compare Page
*------------------*/
@media (max-width: 991px) {
  .compare-section .table {
    min-width: 800px;
  }
}

.compare-section img {
  max-width: 150px;
}

.compare-section .title {
  font-weight: 500;
  font-size: 24px;
  border-bottom: 1px solid #ebebeb;
}

.compare-section .sub-title {
  font-size: 15px;
  padding: 20px 0;
}

.compare-section .table .thead-light th {
  background-color: #fff;
  border-color: #ebebeb;
}

.compare-section .table td,
.compare-section .table th {
  vertical-align: middle;
  border: 1px solid #ebebeb;
  padding: 15px;
  font-size: 15px;
  color: #32383e;
  font-weight: 600;
}

.compare-section .table th {
  text-transform: capitalize;
}

.compare-section .table td {
  text-transform: capitalize;
}

.compare-section .table td p {
  text-transform: initial;
}

/* ***************
    compare End
   ******************/
/*   [ 20 Component myaccount CSS ] 
----------------------------------------*/
/*------------------*
# Account Page
*------------------*/
.my-account .title {
  border-bottom: 1px solid #ebebeb;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 24px;
}

.register .title {
  border-bottom: 1px solid #ebebeb;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 24px;
}

.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}

.myaccount-tab-menu a {
  border: 1px solid #ebebeb;
  border-bottom: 0;
  color: #32383e;
  font-weight: 500;
  display: block;
  padding: 15px 15px 13px;
  line-height: 30px;
  font-size: 15px;
  text-transform: uppercase;
}

.myaccount-tab-menu a:last-child {
  border-bottom: 1px solid #ebebeb;
}

.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
  background-color: #2b46a8;
  color: #fff;
}

.myaccount-tab-menu a i {
  font-size: 14px;
  text-align: center;
  width: 25px;
}

.myaccount-content {
  background-color: #fff;
  font-size: 14px;
  border: 1px solid #ebebeb;
  padding: 30px;
}

@media only screen and (max-width: 575px) {
  .myaccount-content {
    padding: 20px 15px;
  }
}

.myaccount-content h3, .myaccount-content .h3 {
  border-bottom: 1px solid #ebebeb;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.myaccount-content .welcome a {
  color: #32383e;
}

.myaccount-content .welcome a:hover {
  color: #fe6022;
}

.myaccount-content .welcome strong {
  font-weight: 600;
}

.myaccount-content a.edit-address-btn {
  border-color: #333;
}

.myaccount-content a.edit-address-btn i {
  padding-right: 5px;
}

.myaccount-content a.edit-address-btn:hover {
  color: #fe6022;
}

.myaccount-table {
  white-space: nowrap;
  font-size: 15px;
}

.myaccount-table table th,
.myaccount-table .table th {
  padding: 10px;
  font-weight: 600;
}

.myaccount-table table td,
.myaccount-table .table td {
  padding: 20px 10px;
  vertical-align: middle;
}

.myaccount-table table td a:hover,
.myaccount-table .table td a:hover {
  color: #fff;
}

.saved-message {
  font-weight: 600;
  font-size: 13px;
  padding: 20px;
}

.account-details-form h4, .account-details-form .h4 {
  text-transform: capitalize;
  margin: 0;
  color: #32383e;
  font-weight: 500;
  font-size: 18px;
}

.table .thead-light th {
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.account-details-form input[type="text"],
.account-details-form input[type="email"],
.account-details-form input[type="url"],
.account-details-form input[type="password"],
.account-details-form input[type="search"],
.account-details-form input[type="number"],
.account-details-form input[type="tel"] {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ebebeb;
  font-size: 14px;
  color: #63696f;
  padding: 0.8rem 1.6rem;
  height: 38px;
  line-height: 1.25;
  border-radius: 0px;
}

/* ***************
    my-account End
   ******************/
/*   [ The End ] 
----------------------------------------*/
/*--------------------------------------
/*   [ 16. shop page CSS ] 
----------------------------------------*/
/*------------------*
# Shop Pages
*------------------*/
.tab-content .tab-pane.active .grid-view .product-card {
  -webkit-animation: zoomIn 0.5s ease;
          animation: zoomIn 0.5s ease;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.tab-content .tab-pane.active .grid-view-list .col-12 {
  -webkit-animation: fadeInRight 0.5s ease;
          animation: fadeInRight 0.5s ease;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.nav-tabs {
  border-bottom: 0px;
}

.grid-nav-wraper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.shop-grid-nav .nav .nav-item {
  line-height: 1;
}

.shop-grid-nav .nav .nav-item + .nav-item {
  margin-left: 15px;
}

.total-products {
  margin-left: 50px;
  line-height: 20px;
  font-size: 14px;
  padding: 5px;
  color: #32383e;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .total-products {
    margin-left: 30px;
  }
}

@media screen and (max-width: 991px) {
  .total-products {
    margin-left: 20px;
  }
}

.shop-grid-nav .nav .nav-link {
  width: 45px;
  height: 45px;
  color: #aaa;
  padding: 0;
  text-align: center;
  background: #fff;
  font-size: 24px;
  line-height: 45px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}

.shop-grid-nav .nav .nav-link.active,
.shop-grid-nav .nav .nav-link:hover {
  color: #fff;
  background: #fe6022;
  border: 1px solid #fe6022;
}

.shop-grid-button select {
  width: 100%;
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 2px 15px;
  line-height: 24px;
  font-size: 14px;
  color: #63696f;
  text-align: left;
}

.product-option {
  position: relative;
}

.product-option select {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 2px 15px;
  line-height: 24px;
  font-size: 14px;
  color: #63696f;
  text-align: left;
  text-transform: uppercase;
  width: 70px;
  height: 40px;
}

.product-option select:focus {
  border-color: #e5e5e5;
}

.product-option .chevron-arrow-down {
  position: absolute;
  right: 15px;
  font-size: 20px;
}

.shop-grid-menu {
  background: #fff;
  width: calc(100% - 145px);
  border: 1px solid #ebebeb;
}

.shop-grid-menu .dropdown-item {
  line-height: 24px;
  font-size: 14px;
  padding: 3px 15px;
  color: #32383e;
}

.shop-grid-menu .dropdown-item:hover {
  background: #fe6022;
  color: #fff;
}

.sort-by {
  min-width: 70px;
  line-height: 20px;
  font-size: 14px;
  padding: 5px;
  margin-left: 50px;
}

@media screen and (max-width: 991px) {
  .sort-by {
    margin-left: 0px;
  }
}

.shop-grid-button {
  position: relative;
}

.shop-grid-button .form-select:focus {
  border-color: #e5e5e5;
}

.shop-grid-button .chevron-arrow-down {
  position: absolute;
  right: 20px;
  font-size: 20px;
}

@media screen and (min-width: 1200px) {
  .shop-grid-5 .col-xl-2 {
    width: 20%;
  }
}

.blog-ctry-menu li a {
  position: relative;
  font-weight: normal;
  color: #63696f;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 36px;
  display: block;
}

.blog-ctry-menu li a:hover {
  color: #fe6022;
}

.blog-ctry-menu li a::before {
  content: "\f2c7";
  position: absolute;
  display: inline-block;
  font-family: "Ionicons";
  right: 0;
}

.blog-ctry-menu li.active a::before {
  content: "\f462";
}

.blog-ctry-menu li ul.category-sub-menu {
  display: none;
}

.blog-ctry-menu li ul.category-sub-menu li a {
  font-size: 12px;
  line-height: 30px;
  margin: 0;
  padding: 0 10px;
  display: block;
  color: #333333;
}

.blog-ctry-menu li ul.category-sub-menu li a:hover {
  color: #fe6022;
}

.blog-ctry-menu li ul.category-sub-menu li a::before {
  content: "";
}

.blog-ctry-menu2 li a {
  color: #32383e;
}

.Showing {
  color: #32383e;
}
