<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
background:#fff;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 1.814;
}

@font-face {
    font-family:"fz";
    src:url("../fonts/fz.eot");
    src:url("../fonts/fz.eot?#iefox") format('embedded-opentype'), url("../fonts/fz.woff") format('woff'), url("../fonts/fz.otf") format('truetype'), url("../fonts/fz.svg#Alien") format('svg')
}


a,
button {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a {
  color:#000;
  text-decoration: none;
}

a:hover {
    color: #f15656;
}
p:last-child {
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
}
img{max-width: 100%;}
.sp-zoom img{max-width:inherit;}
ul,
li {
  list-style: none;
}
.mobile{ display:none;}
.b-r-10,.b-r-10 img{border-radius: 10px;}
.mr-1{margin-right: 3px;}

@media screen and (max-width: 767px) {
  .mobile{ display:block;}
  .pc{ display:none;}

  .swiper-container .container{ padding:0px!important;}
  .container {
    max-width: 100%;
  }
  
.progress-section h2{font-size:16px; margin:20px 0px 6px 0px;
}
.about{ display: block;}
.progress-section .about:nth-child(2){display: block!important;
    flex-direction: row;
    flex-direction: row-reverse;
    flex-direction: column;
    flex-direction: column-reverse;}
.about_img{}
.about_title{}
	.ewm { }
	.ewm img{ width: 150px; margin: 0 auto; display: block;}

}
.d1-lg-block{    position: absolute;
    top: 55%;
    z-index: 99;
    width: 100%;}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;

  }
  .custom-px {
    padding-left: 2%;
    padding-right: 2%;
  }
  .classlist p{position: relative; width: 100%; border-radius: 0 0 10px 10px;background: rgb(0 0 0 / 70%);text-align: center;  line-height: 50px;  margin-top: -50px; z-index: 99; color:#ffffff; font-size:20px;text-transform:uppercase;}
}
@media screen and (min-width: 1440px) {
  .swiper21 {
    max-width: 94%;
  }
  .container {
    max-width: 1400px;
	padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
   .container1 {
      max-width: 1400px!important;
  	padding-right: 3rem !important;
      padding-left: 3rem !important;
    }
  .hero-slide-item .container-fluid{ padding: 0px!important;}
  .hero-slide-item .container-fluid img{ width:100% !important;}
}
@media screen and (min-width: 1500px) {
  .custom-px {
    padding-left: 5.4%;
    padding-right: 5.4%;
  }
}

.bg-dark {
  background-color: #1e2732 !important;
}
.bg-ash {  border-top: #dedad8 1px solid;}
.bg-light {
  background-color: #f15656 !important;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-n5 {
  margin-bottom: -40px !important;
}

.mb-5 {
  margin-bottom: 40px !important;
}

.mb-6 {
  margin-bottom: 80px !important;
}
.mt-2 {
  margin-top: 20px !important;
}
.mt-6 {
  margin-top: 50px !important;
}

.border-top {
  border-color: #eaeaea5e !important;
}

.border-bottom {
  border-color: #666 !important;
}

.map iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

 .section-title .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  margin-top: 30px;
  padding-bottom: 20px;
}

 .section-title .title1 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  color: #323232 !important;
  position: relative;
  padding-bottom: 0px;
}




.section-title.bestseller .title::before {
  margin-left: 0px;
  left: 0%;
}

.section-padding-top {
  padding-top: 30px;
}

@media screen and (min-width: 1200px) {
  .section-padding-top {
    padding-top: 30px;
  }
}

.section-padding-bottom {
  padding-bottom:60px;
}

@media screen and (min-width: 1200px) {
  .section-padding-bottom {
    padding-bottom:60px;
  }
}

.swiper-arrow {
  position: relative;
}

.swiper-arrow .swiper-button-next,
.swiper-arrow .swiper-button-prev {
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #9a9a9a;
  font-size: 30px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.06);
}

.swiper-arrow .swiper-button-next:hover,
.swiper-arrow .swiper-button-prev:hover {
  background: #225eca;
  color: #fff;
}

.swiper-arrow .swiper-button-next::after,
.swiper-arrow .swiper-button-prev::after {
  font-size: 25px;
}

.arrow-position-center .swiper-button-next {
  right: 0px;
}

@media screen and (min-width: 1200px) {
  .arrow-position-center .swiper-button-next {
    right: -51px;
  }
}

.arrow-position-center .swiper-button-prev {
  left: 0px;
}

@media screen and (min-width: 1200px) {
  .arrow-position-center .swiper-button-prev {
    left: -51px;
  }
}

.arrow-position-center:hover .swiper-button-next,
.arrow-position-center:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.arrow-position-center-fixed .swiper-button-next {
  right: 0px;
}

@media screen and (min-width: 1200px) {
  .arrow-position-center-fixed .swiper-button-next {
    right: 22%;
  }
}

.arrow-position-center-fixed .swiper-button-prev {
  left: 0px;
}

@media screen and (min-width: 1200px) {
  .arrow-position-center-fixed .swiper-button-prev {
    left: 22%;
  }
}

.arrow-position-center-fixed:hover .swiper-button-next,
.arrow-position-center-fixed:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.swiper-arrow.bestseller-arrow .swiper-button-next,
.swiper-arrow.bestseller-arrow .swiper-button-prev {
  position: static;
  margin-top: 40px;
  opacity: 1;
  visibility: visible;
  display: inline-block;
}

.swiper-arrow.bestseller-arrow .swiper-button-next {
  margin-left: 15px;
}

.modal.fade {
  display: block !important;
  opacity: 0;
  visibility: hidden;
}

.modal.fade.show {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

#scrollUp {
  background: #222;
  border: 2px solid #e7e7e7;
  border-radius: 100%;
  bottom: -38px;
  cursor: pointer;
  height: 50px;
  opacity: 0;
  position: fixed;
  right: 15px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  visibility: hidden;
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 25px;
  text-align: center;
  -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;
}

#scrollUp:hover {
  background: #225eca;
  border-color: #225eca;
}

#scrollUp.show {
  bottom: 1%;
  opacity: 1;
  visibility: visible;
}

#scrollUp1 {
  background: #222;
  border: 2px solid #e7e7e7;
  border-radius: 100%;
  bottom: -38px;
  cursor: pointer;
  height: 50px;
  opacity: 0;
  position: fixed;
  right: 15px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  visibility: hidden;
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 25px;
  text-align: center;
  -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;
}

#scrollUp1:hover {
  background: #225eca;
  border-color: #225eca;
}

#scrollUp1.show {
  bottom: 8%;
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------
/*  [ 02 Header CSS ]
----------------------------------------*/
.header-topbar {
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-left{color:#fff;}
.header-right{float: right;color:#fff;}
.header-right a{float: right;color:#fff;}




input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}




select, input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
}

input[type="search"] {
  border-radius: 0;
  margin-top: 0;
}




.topbar-border-bottom {
  border-bottom: 1px solid #ebebeb;
}

.topbar-nav-info-item {
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 992px) {
  .topbar-nav-info-item + .topbar-nav-info-item {
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
  }
  .topbar-nav-info-item + .topbar-nav-info-item::before {
    content: "";
    width: 1px;
    height: 14px;
    background: #cbcbcb;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
  }
}

.topbar-nav-info-item span {
  display: inline-block;
  font-size: 18px;
  margin-right: 5px;
}

.topbar-nav-info-item a {
  color: inherit;
  text-decoration: inherit;
}

.topbar-nav-item {
  position: relative;
}

@media screen and (min-width: 992px) {
  .topbar-nav-item + .topbar-nav-item {
    padding-left: 20px;
    margin-left: 20px;
  }
  .topbar-nav-item + .topbar-nav-item::before {
    content: "";
    width: 1px;
    height: 14px;
    background: #cbcbcb;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
  }
}

@media screen and (max-width: 991px) {
	.header-right{padding: 0px  10px  0px  0px;}
  .classlist p{position: relative; width: 100%; border-radius: 0 0 10px 10px;background: rgb(0 0 0 / 70%);text-align: center;  line-height: 50px;  margin-top: -50px; z-index: 99; color:#ffffff; font-size:14px;text-transform:uppercase;}
  #owl-demo .item img {
      width: 100%;
      height: auto;
  }
  .topbar-nav-item {
    margin-top: 10px;
  }
}

.topbar-nav-link {
  font-size: 14px;
  text-decoration: none;
}

.topbar-nav-link::after {
  content: "\f123";
  font-family: Ionicons;
  font-size: 12px;
  color: #a6a6a6;
  padding-left: 8px;
}

.topbar-default .topbar-nav-link {
 }

.bg-dark .topbar-nav-link {
  color: #fff;
}

.bg-dark .topbar-nav-info-item {
  color: #fff;
}

.topbar-dropdown-menu {
  display: none;
  position: absolute;
  z-index: 5;
  top: 35px;
  min-width: 200px;
  background: #fff;
  padding: 15px 20px;
  text-transform: capitalize;
  border: 1px solid #e7e7e7;
}

.menu-position-right {
  right: 0;
}

@media screen and (min-width: 992px) {
  .menu-position-right {
    right: 0;
  }
}

.menu-position-left {
  left: 0;
}

.topbar-dropdown-item + .topbar-dropdown-item {
  border-top: 1px solid #e7e7e7;
  padding-top: 10px;
  margin-top: 10px;
}

.topbar-dropdown-nav-link {
  color: #707070;
  font-size: 14px;
  text-decoration: none;
}

.topbar-dropdown-nav-link:hover {
  color: #225eca;
}

svg {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.topbar-dropdown-menu.user {
  opacity: 0;
  visibility: hidden;
  display: block;
  top: 120%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.quick-link-item:hover .topbar-dropdown-menu.user {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-middle-default {
  transition: all .3s ease !important;
}
.navbar {
    transition: all .3s ease !important;
    box-shadow: 0 3px 3px rgba(0,0,0,.075);
}
.logo{text-align: center; margin: 20px 0;}
.logo img { height: 60px;}


.main-menu{ -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.main-menu-item {
  position: relative;
}

.main-menu-item + .main-menu-item {
  /* margin-left: 30px; */
}

.main-menu-item:hover .mega-menu,
.main-menu-item:hover .sub-menu {
  opacity: 1;
  -webkit-transform: perspective(600px) rotateX(0deg);
          transform: perspective(600px) rotateX(0deg);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0.2s ease;
  transition: transform 0.5s ease, opacity 0.2s ease;
  transition: transform 0.5s ease, opacity 0.2s ease, -webkit-transform 0.5s ease;
}


.main-menu-item .sub-menu li:hover .sub-menu-menu {
  opacity: 1;
  -webkit-transform: perspective(600px) rotateX(0deg);
  /* transform: perspective(600px) rotateX(0deg); */
  /* -webkit-transition: opacity 0.2s ease, -webkit-transform 0.5s ease; */
  /* transition: opacity 0.2s ease, -webkit-transform 0.5s ease; */
  -o-transition: transform 0.5s ease, opacity 0.2s ease;
  /* transition: transform 0.5s ease, opacity 0.2s ease; */
  /* transition: transform 0.5s ease, opacity 0.2s ease, -webkit-transform 0.5s ease; */
}

.main-menu-item .sub-menu li:hover .sub-menu-menu  li:hover .sub-menu-menu-1 {
  opacity: 1;
  -webkit-transform: perspective(600px) rotateX(0deg);
  /* transform: perspective(600px) rotateX(0deg); */
  /* -webkit-transition: opacity 0.2s ease, -webkit-transform 0.5s ease; */
  /* transition: opacity 0.2s ease, -webkit-transform 0.5s ease; */
  -o-transition: transform 0.5s ease, opacity 0.2s ease;
  /* transition: transform 0.5s ease, opacity 0.2s ease; */
  /* transition: transform 0.5s ease, opacity 0.2s ease, -webkit-transform 0.5s ease; */
}


.main-menu-link {
  color: rgb(40 40 40);
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  line-height: 55px;
}
.main-menu-link{padding:0 15px  }
.main-menu-link:hover, .main-menu-link.active {
  color: rgb(40 40 40);
}

.main-menu-link:not(.x)::after{
  content: "\f3d0";
  display: inline-block;
  font-family: ionicons;
  font-size: 14px;
  margin-left: 5px;
}

.header-bottom2 .main-menu-link {
  color: #fff;
}

.header-bottom2 .main-menu-link:hover, .header-bottom2 .main-menu-link.active {
  color: #225eca;
}

.sub-menu {
  background: #fff;
  border: 1px solid #e7e7e7;
  /* width: 240px; */
  /* padding: 20px 0; */
  text-align: left;
  position: absolute;
  /*top: 100%;
  left: 0;*/
  min-width: 180px;
  z-index: 11;
  opacity: 0;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0.6s ease;
  transition: transform 0.5s ease, opacity 0.6s ease;
  transition: transform 0.5s ease, opacity 0.6s ease, -webkit-transform 0.5s ease;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.sub-menu-menu,.sub-menu-menu-1{
  background: #fff;
  margin-left: 100%;
  /* top: 0; */
  margin-top: -33px;
  border: 1px solid #e7e7e7;
  left: 0;
  /* padding: 20px 0; */
  text-align: left;
  position: absolute;
  /*top: 100%;
  left: 0;*/
  z-index: 11;
  min-width: 180px;
  opacity: 0;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0.6s ease;
  transition: transform 0.5s ease, opacity 0.6s ease;
  transition: transform 0.5s ease, opacity 0.6s ease, -webkit-transform 0.5s ease;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.sub-menu-link {
  font-weight: 500;
  position: relative;
  /* color: #222; */
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  /* border-bottom: 1px solid #e7e7e7; */
  padding: 10px 20px 10px 10px;
  text-transform: capitalize;
}

.sub-menu-link &gt; a::after {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
.sub-menu-link:hover, .sub-menu-link.active {
   color: #f15656 !important; 
  background: #f6f6f6;
}
 
.mega-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #fff;
  min-width: 800px;
  width: 100%;
  padding: 20px 15px 5px 15px;
  border: 1px solid #e7e7e7;
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 11;
  opacity: 0;
  -webkit-transform: perspective(600px) rotateX(-90deg);
          transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0.6s ease;
  transition: transform 0.5s ease, opacity 0.6s ease;
  transition: transform 0.5s ease, opacity 0.6s ease, -webkit-transform 0.5s ease;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.mega-menu-item {
  width: 33.333%;
  font-weight: 500;
  color: #222;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
}

.sub-mega-menu {
  margin: 15px 0px;
  text-align: left;
}

.sub-mega-menu-link {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 1.4;
  padding: 10px 0;
}

.sub-mega-menu-link:hover {
  color: #225eca;
}

.quick-link-item {
  position: relative;
}

.quick-link-item + .quick-link-item {
  margin-left: 20px;
}

.quick-link-item:hover .mini-carts {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
}

.quick-link-link {
  color: #222;
  margin-right: 6%;
  font-size: 30px;
}

.quick-link-link:hover {
  color: #225eca;
}

.quick-link-link::after {
  font-family: "Ionicons";
  display: block;
  font-size: 30px;
  margin-right: 5px;
  line-height: 40px;
}

.quick-link-link.search::after {
  display: none;
}
.ion-person{font-size: 22px;padding-right:12px;}
.shopping-cart{    font-size: 22px;padding-right:12px;}
.shopping-cart .num{
    border-radius: 100%;
    position: absolute;
    background: #d9534f;
    color: #fff;
    right: 0px;
    height: 20px;
    line-height: 10px;
    font-size: 12px;
    padding: 5px;
    top: 0px;
}
 .col-md-25 {
        flex: 0 0 auto;
        width: 20%;
}
@media screen and (max-width: 575px) {
  .quick-link-link.search {
           display: block;
        position: relative;
        margin-top: 20px;
  }
    .col-md-2 {
        flex: 0 0 auto;
        width: 50%;
}

	 .col-md-3 {
        flex: 0 0 auto;
        width: 50%;
}
	.m-col-lg-3 {
        flex: 0 0 auto;
        width: 100%;
}
	.footer .title::after{width:100%!important;}
}

@media screen and (max-width: 575px) {
  .quick-link-link.wishlist-link {
    display: none;
  }
}

.quick-link-link.wishlist-link::after {
  content: "\f387";
}

.quick-link-link.shopping-cart::after {
  content: "\f110";
}

.quick-link-link.user::after {
  content: "\f213";
}

.quick-link-link .wishlist-count {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0px;
  bottom: 5px;
  background: #225eca;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
}

.header-bottom2 .quick-link-link {
  color: #fff;
}

.header-bottom2 .quick-link-link:hover {
  color: #225eca;
}

.header-bottom2 .logo,
.header-bottom2 .quick-links {
  opacity: 0;
  visibility: hidden;
}

.header-bottom2.is-sticky .logo,
.header-bottom2.is-sticky .quick-links {
  opacity: 1;
  visibility: visible;
}

.header-bottom2.header-middle-default {
  padding: 5px 0;
}

.header-serch-form {
  display: none;
  position: absolute;
  top: 100%;
  width: 330px;
  z-index: 5;
}

.header-serch-form form {
  position: relative;
}

.header-serch-form .form-control {
  padding: 0 55px 0 20px;
  color: #9a9a9a;
  font-size: 1em;
  height: 46px;
  line-height: 46px;
  border: 1px solid #e7e7e7;
  border-radius: 0;
}

.header-serch-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-serch-form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.header-serch-form .form-control:focus::-moz-placeholder {
  color: transparent;
}

.header-serch-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.header-serch-form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.header-serch-form .form-control:focus::placeholder {
  color: transparent;
}

.form-search-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 24px;
  border: 0;
  height: 100%;
  color: #fff;
  background: #2f2f2f;
  padding: 0px;
  width: 55px;
}

.header-serch-form-left {
  left: 0;
}

.header-serch-form-right {
  right: 0;
}


.sidebar {
  position: fixed;
  
  width: 300px;
  background-color: #fff;
}

#sidebar-main {
  top: 56px;
}

.sidebar.right {
  right: -300px;
}

.sidebar.left {
  left: -300px;
}

.sidebar a {
  text-decoration: none;
  display: block;
}

.sidebar .wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  /* overflow-y: auto; */
  -webkit-box-sizig: border-box
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar .sidebar-cart{color: #fff; text-align: center; font-size: 20px;}
.sidebar-cart-list{    overflow-y: auto;    height: 80%;}
.sidebar .sidebar-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
	 margin: 20px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ebebeb;
}

.sidebar .sidebar-list-thumb {
  position: relative;
}

.sidebar .sidebar-list-thumb {
    max-width: 30%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    margin-right: 15px;
  }
 

.sidebar .sidebar-list-thumb a img {
  width: 100%;
}
 .item-info {
    clear: both;
    display: inline-block;
    width: calc(100% - 32px - 80px);
}
.remove-item {
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 0;
    right: -10px;
    transition: opacity .3s;
    cursor: pointer;
    font-size: 12px;
    opacity: 0;
    width: 18px;
    line-height: 16px;
    height: 18px;
    border: #000 1px solid;
}
.sidebar .sidebar-list:hover .remove-item {
    opacity: 1;
}
	
.sidebar .sidebar-list-contet {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sidebar .sidebar-list-contet h1 {
  color: #555;
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 1.2em;
}

.sidebar .sidebar-list-contet p {
  color: #000;
  line-height: 1.8em;
	margin-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
}
sidebar .sidebar-cart-total{
	    border-bottom: 1px solid #ebebeb;
	
}
.sidebar .sidebar-cart-total h2{ font-size:18px;
}



.sidebar .sidebar-cart-bottom{
 
    position: absolute;
    bottom: 0px;
    width: 100%;
   
	
}
.sidebar .sidebar-cart-bottom .viewcart{   text-align: center; background: #f15656;color: #fff;
}

.cartamount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
    display: inline-flex;
}

 .cartamount&gt;input {
    width: 30px;
    height: 1.8em;
    line-height: 1.8em;
    background: #f4f5f6;
	 border:#f4f5f6 1px solid;
    color: #222;
    text-align: center;
    font-size: 15px;
	 font-weight: 600;
}


.sidebar nav {
  margin-bottom: 24px;
  position: relative;
}

.sidebar nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0px;
}

.sidebar nav ul li {
  padding: 15px 15px;
  border-bottom: #ffd1d1 1px solid;
}
.sidebar nav ul li:hover &gt; .submenu {
    opacity: 1;
    visibility: visible;
    /* top: 100%; */
}
.sidebar nav ul li .submenu {
    position: absolute;
    width: 280px;
    right: 300px;
    /* z-index: 9999; */
    /* top: 20px; */
    margin-top: -30px;
    background: #fde2e2;
    width: 200px;
    z-index: 99999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    border: #ffd1d1 1px solid;
}

.sidebar nav ul li .submenu  a {
padding:0px 20px;    display: block;
}


.sidebar nav ul li .submenu  li {border-bottom: #ffd1d1 1px solid;}



.sidebar a {
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}

.sidebar nav ul li.title {
  font-weight: bold;
}

.float-right {
  float: right;
}
.float-left {
  float: left;
}




.mini-carts {
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: 8;
  overflow-y: scroll;
  background: #fff;
  border: 1px solid #e7e7e7;
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  width: 300px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  max-height: 0px;
}
.shop-page-layout{min-height: 1200px;}
@media screen and (min-width: 576px) {
  .mini-carts {
    width: 350px;
  }
}

.mini-cart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

.mini-cart-item + .mini-cart-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e7e7e7;
}

.mini-cart-image {
  margin-right: 25px;
}

.mini-cart-image a {
  display: block;
}

.mini-cart-content {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mini-cart-title {
  display: block;
  color: #222;
  font-weight: 400;
  font-size: 1.0714em;
  margin-bottom: 5px;
}

.mini-cart-title:hover {
  color: #225eca;
}

.remove-mini-cart {
  font-weight: 400;
  background: transparent;
  color: #225eca;
  padding: 0px;
  border: 0px;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  right: 0;

  top: 0;
  z-index: 1;
}

.remove-mini-cart:hover {
  color: #222;
}

.mini-cart-quantity {
  display: block;
  color: #222;
}

.mini-cart-total {
  font-weight: 600;
  font-size: 1.2143em;
}

.mini-cart-sub-total {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  font-size: 1.2143em;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-transform: capitalize;
}

.mini-cart-sub-total-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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #222;
}

.header-two {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.offcanvas-start {
  width: 300px;
}

@media screen and (min-width: 576px) {
  .offcanvas-start {
    width: 350px;
  }
}

.offcanvas-btn {
  background: transparent;
  border: 0;
  padding: 0px;
	font-weight: 600;
  font-size: 14px;
}

.offcanvas-btn span {
  line-height: 1;
}

.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 &gt; ul &gt; li &gt; ul li {
  border-bottom: 0px;
}

.offcanvas-menu &gt; ul &gt; li &gt; ul li a {
  padding-left: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #222;
}

.offcanvas-menu li.active &gt; ul {
  display: block;
}

.offcanvas-menu li a {
  font-weight: 400;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  color: #222;
  padding: 10px 0px;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.offcanvas-menu li a:hover {
  color: #225eca;
}

.offcanvas-menu a:not(:only-child):after {
  content: "\f125";
  font-family: "Ionicons";
  position: absolute;
  right: 0px;
  top: 15px;
}

.offcanvas-menu .active &gt; a:not(:only-child):after {
  content: "\f123";
}

.offcanvas-menu.offcanvas-menu-sm {
  overflow-y: unset;
}

.offcanvas-menu.offcanvas-menu-sm a:not(:only-child):after {
  content: "\f3d3";
  top: 6px;
}

.offcanvas-menu.offcanvas-menu-sm .active &gt; a:not(:only-child):after {
  content: "\f3d0";
}
.offcanvas-menu.offcanvas-menu-sm ul{margin: 5px 10px}
.offcanvas-menu.offcanvas-menu-sm li a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.offcanvas-menu.offcanvas-menu-sm li a span {
  color: #707070;
}

.offcanvas-menu.offcanvas-menu-sm li a:hover {
  color: #225eca;
}

.offcanvas-form {
  position: relative;
  margin: 30px 0px;
}

.offcanvas-form .btn-search {
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 100%;
  font-size: 18px;
  line-height: 1;
  padding: 0;
  border: 0;
  color: #222;
}

.offcanvas-form .form-control {
  padding: 0 10px;
  color: #222;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  border: none;
      background: #f5f6f8;
      font-size: 14px;
      border-radius: 50px;
    }

.offcanvas-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.offcanvas-form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.offcanvas-form .form-control:focus::-moz-placeholder {
  color: transparent;
}

.offcanvas-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.offcanvas-form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.offcanvas-form .form-control:focus::placeholder {
  color: transparent;
}

.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0px 0px;
  background: white;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -webkit-animation: fadeInDown 0.5s ease-in-out;
          animation: fadeInDown 0.5s ease-in-out;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (min-width: 992px) {
  .is-sticky {
    background: rgba(255, 255, 255, 0.8);
  }
}
 

@media screen and (min-width: 992px) {
  .header-bottom2.is-sticky {
    background: rgba(0, 0, 0, 0.8) !important;
  }
}

/********************************
# Offcanvas Menu Style End
********************************/
.header-bottom.active-sticky {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-bottom.active-sticky.is-sticky {
  padding-top: 0px;
  padding-bottom: 0px;
}

.header-bottom .logo,
.header-bottom .quick-links {
  opacity: 0;
  visibility: hidden;
}

.header-bottom.is-sticky .logo,
.header-bottom.is-sticky .quick-links {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------
/*  [ 03 Widgets CSS ]
----------------------------------------*/
.sidebar-widget + .sidebar-widget {
  margin-top: 60px;
}

.widget-title {
  color: #222;
  font-weight: 600;
  background: #cee0f4;
  font-size: 18px;
  padding: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.price-filter {
  position: relative;
  margin-right: 15px;
}

#amount {
  font-weight: 600;
  border: 0;
  color: #222;
  font-size: 14px;
  margin-top: 15px;
}

#amount:focus-visible {
  outline: 0;
}

#slider-range .ui-widget-content {
  border: 1px solid #225eca;
}

#slider-range.ui-slider-horizontal {
  height: 6px;
  background: #dbdbdb;
  border-color: #dbdbdb;
}

#slider-range .ui-widget-header {
  background: #225eca;
}

#slider-range .ui-slider-handle {
  height: 15px;
  line-height: 15px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  margin: -8px 0 0;
  text-align: center;
  top: 50%;
  width: 15px;
  border-radius: 100%;
  border: 3px solid #222;
}

#slider-range .ui-slider-handle:hover {
  background: #225eca;
  border-color: #225eca;
}

.ui-slider-horizontal .ui-slider-handle {
  top: 0;
}

.colors li a {
  display: inline-block;
  font-size: 14px;
  color: #222;
  text-transform: capitalize;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.colors li a:hover {
  color: #225eca;
}

.tag-clouds a {
  font-weight: 400;
  display: inline-block;
  color: #222;
  font-size: 14px;
  padding: 7px 25px;
  margin: 0 10px 10px 0;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
}

.tag-clouds a:hover {
  background: #225eca;
  color: #fff;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.pagination li { margin: 2px;}
.pagination li a{ border:#e8e8e8 1px solid;    padding: 12px 15px;}
.pagination li span{ border:#f00 1px solid; color:#f00;    padding: 12px 15px;}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .social-links {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

@media screen and (max-width: 991px) {
  .social-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.social-links .social-link {
  display: block;
  font-size: 16px;
  line-height: 1;
}

.social-links .social-link + .social-link {
  margin-left: 15px;
}

@media screen and (max-width: 1199px) {
  .social-links .social-link + .social-link {
    margin-left: 15px;
  }
}

.social-links .social-link svg {width: 22px; height: 22px;}

.social-links .social-link:hover {
  color: #225eca;
}

.social-links-dark .social-link {
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-size: 20px;
  text-align: center;
}

/*--------------------------------------
/*  [ 04 Component CSS ]
----------------------------------------*/
/*--------------------------------------
/*  [ 4.1 actions CSS ]
----------------------------------------*/
.action {
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 44px;
  color: #9a9a9a;
  font-size: 25px;
  text-align: center;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.action:hover {
  background: #225eca;
}

.action:hover button {
  color: #fff;
}

.action button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  line-height: 1;
  background: transparent;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.actions-verticale .action {
  position: absolute;
  top: 20px;
  right: -100%;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
}

.actions-verticale .action:nth-child(1) {
  -webkit-transition: 0.5s ease-out 0s;
  -o-transition: 0.5s ease-out 0s;
  transition: 0.5s ease-out 0s;
}

.actions-verticale .action:nth-child(2) {
  top: 80px;
  -webkit-transition: 0.7s ease-out 0s;
  -o-transition: 0.7s ease-out 0s;
  transition: 0.7s ease-out 0s;
}

.actions-verticale .action:nth-child(3) {
  top: 140px;
  -webkit-transition: 0.9s ease-out 0s;
  -o-transition: 0.9s ease-out 0s;
  transition: 0.9s ease-out 0s;
}

.actions-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.actions-horizontal .action + .action {
  margin-left: 10px;
}

/*--------------------------------------
/*  [ 4.2 button CSS ]
----------------------------------------*/
.btn {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 25px;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-dark:hover {
  background-color: #f15656;
  border-color: #f15656;
}
.btn-outline-dark{background: #f15656; border:none; color: #fff; font-weight: normal; margin-top: 40px;}
.btn-outline-dark:hover {
  background-color: #f15656;
  border-color: #f15656;
}

.btn-light:hover {
  color: #f15656;
}

/*--------------------------------------
/*  [ 4.3 count CSS ]
----------------------------------------*/
.product-count.style input {
  color: #1d1d1d;
  background-color: #fff;
  height: 48px;
  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 input:focus {
  outline: none;
}

.product-count.style .count-btn {
  font-weight: 700;
  background-color: transparent;
  border: 0;
  border-left: 1px solid #ebebeb;
  display: block;
  width: 20px;
  height: 24px;
  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;
}

/*--------------------------------------
/*  [ 4.4 hero CSS ]
----------------------------------------*/
.hero-slider {
  position: relative;
}

.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;
}
.hero-slider .hero-slide-item a{width: 100%;display: block;}
.hero-slider .hero-slide-item img{/* position:absolute; *//* height: auto; */width: 100%;left: 0px;}
.hero-slider .hero-slide-item .slider-img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
	top: 0;
    left: 0;
    background: no-repeat top center / cover;
    transition: all 0.4s ease;
}


.hero-content{position: relative;
    top: 220px; color: #fff;
}
.hero-content h1{font-size:30px;}
.hero-slider .hero-slide-item.swiper-slide-active .title.delay1 {
  -webkit-animation: zoomInLeft 1s linear;
          animation: zoomInLeft 1s linear;
}

.hero-slider .hero-slide-item.swiper-slide-active .title.delay2 {
  -webkit-animation: zoomInLeft 1.3s linear;
          animation: zoomInLeft 1.3s linear;
}

.hero-slider .hero-slide-item.swiper-slide-active .text {
  -webkit-animation: zoomInLeft 1.6s linear;
          animation: zoomInLeft 1.6s linear;
}

.hero-slider .hero-slide-item.swiper-slide-active .btn {
  -webkit-animation: zoomInLeft 1.9s linear;
          animation: zoomInLeft 1.9s linear;
}
.hero-section .row&gt;*{padding: 0!important;}
.about__image img{width:100%!important;}
.about__timeline {
    position: relative;
    padding: 95px 80px 120px 60px;
    margin-bottom: 95px;
}
.about__timeline::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: -60px;
    bottom: 0;
    background-color: #f4f4f4;
    z-index: -1;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.pc{display: block;}
.mobile{display: none;}
@media screen and (min-width: 1200px) {
  .about__sticky{    position: sticky;
    top: 75px;
    padding: 95px 0 280px 0px;}

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
}
  .gallery .swiper-wrapper{ margin-left: 0rem !important;}


.swiper-wrapper{    /*margin-left: 3.5rem !important;*/}
  .mega-menu .swiper{  padding-bottom: 2rem !important;   text-align: center;}
  .mega-menu .swiper-wrapper{    margin-left: 0rem !important; }
  .mega-menu .swiper-wrapper img{width:100px!important; height: 100px!important; margin: 0 auto;}
  .mega-menu .swiper-wrapper a h1 {font-size: 14px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;}
.swiper-pagination1{z-index: 99999;
    position: absolute;
    text-align: center;
    bottom: 0px;}
    .mega-menu .swiper-wrapper a:hover{color: #f15656;}
.swiper-pagination-bullet-active{ border-radius: 10px; background: #f15656!important;}
  .slider-height1 {
    height: 500px;
  }
}

@media screen and (min-width: 1920px) {
  .slider-height1 {
    height: 680px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height1 {
    height: 525px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height1 {
    height: 450px;
  }
}
@media screen and (max-width: 992px) {
	.pc{display: none;}
	.mobile{display: block;}
	.logo img {
    height: 50px;
    max-width: none;
}
	.logo_name h1{font-size: 20px;font-weight: 600;margin: 0px;}
.logo_name span{font-size: 12px;text-transform: uppercase;}
	
.about-content{padding:0px!important;}
.about__timeline {
    position: relative;
    padding: 80px 20px;
}
.l-one-third,.about__sticky{display: none!important;}
	
.col-md-25 {
        flex: 0 0 auto;
        width: 50%;
}
	
}
@media screen and (max-width: 767px) {
	.hero-slider .hero-slide-item a{height: 220px; width: 100%; display: block;}
	.hero-content{top:90px;}
	.hero-content h1{font-size:20px;}
  .slider-height1 {
    min-height: 260px;
  }
  .swiper-wrapper{margin-left:0px!important;}
}

@media screen and (min-width: 1200px) {
  .slider-height2 {
    height: 573px;
  }
}

@media screen and (min-width: 1920px) {
  .slider-height2 {
    height: 905px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height2 {
    height: 525px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height2 {
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .slider-height2 {
    height: 400px;
  }
}

.hero-slide-content {
  padding-left: 15px;
}

@media screen and (min-width: 992px) {
  .hero-slide-content {
    padding-left: 50px;
  }
}

.hero-slide-content .title {
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  font-size: 60px;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .hero-slide-content .title {
    font-size: 45px;
    line-height: 1.3;
  }
}

@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: 35px;
  }
}

.hero-slide-content .text {
  background: #222;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding: 5px 15px;
  font-weight: 400;
  line-height: 1.3;
  font-size: 16px;
  border-radius: 5px;
}

@media screen and (max-width: 575px) {
  .hero-slide-content .text {
    font-size: 14px;
  }
}

.hero-slide-content .btn {
  margin-top: 40px;
}



.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
  width: 50px;
  height: 50px;
  line-height: 54px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  border-radius: 50%;
}

.hero-slider .swiper-button-next:hover,
.hero-slider .swiper-button-prev:hover {
  /* background: #225eca; */
  color: #225eca;
}

.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 #dedede;
  background: #dedede;
  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:hover {
  background: #225eca!important;
    border-color: #225eca;
}

.hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #225eca!important;
    border-radius: 10px;
    border-color: #225eca;
}
.hero-slider .swiper-pagination {
  bottom: 5px;
  left: 0;
  width: 100%;
}

/*--------------------------------------
/*  [ 4.5 banner CSS ]
----------------------------------------*/
.banner {
  position: relative;
}

.banner .label {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #fff;
  font-size: 1.2857em;
  padding: 10px 30px;
  font-weight: 500;
  z-index: 1;
  text-align: center;
  color: #222;
}

.thumb-nail {
  display: block;
  overflow: hidden;
}

.thumb-nail img {
  width: 100%;
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}

.thumb-nail:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.large-thumb-nail {
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .large-thumb-nail {
    display: inline-block;
  }
}

@media screen and (min-width: 1200px) {
  .large-thumb-nail {
    padding-left: 50px;
  }
}

.large-thumb-nail img {
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}

@media screen and (max-width: 991px) {
  .large-thumb-nail img {
    width: 100%;
  }
}

.large-thumb-nail:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.small-thumb-nail {
  display: inline-block;
  overflow: hidden;
}

.small-thumb-nail img {
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}

.small-thumb-nail:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.banner-content {
  position: absolute;
}

.banner-position-top-center {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  text-align: center;
}

.banner-position-top-left {
  top: 80px;
  left: 75px;
}

@media screen and (max-width: 575px) {
  .banner-position-top-left {
    top: 20px;
  }
}

.banner-position-bottom-left {
  bottom: 80px;
  left: 55px;
}

.banner-sub-title {
  font-size: 55px;
  font-weight: 300;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
}

@media screen and (max-width: 1499px) {
  .banner-sub-title {
    font-size: 35px;
  }
}

.banner-title {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .banner-title {
    font-size: 55px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-title {
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {
  .banner-title {
    font-size: 45px;
  }
}

@media screen and (max-width: 575px) {
  .banner-title {
    font-size: 35px;
  }
}

.home-style2 .banner-sub-title {
  font-size: 35px;
}

.large-banner-content {
  padding-top: 60px;
  margin-bottom: 60px;
}

.large-banner-content .btn {
  border-width: 2px;
}

@media screen and (min-width: 576px) {
  .large-banner-content .btn + .btn {
    margin-left: 10px;
  }
}

.large-banner-sub-title {
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  color: #222;
}

.large-banner-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #222;
}

.small-thumb-nail {
  position: absolute;
  top: 50%;
  right: 0;
  margin-bottom: 35px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 17px solid #fff;
  -webkit-box-shadow: 0 0 12.75px 2.25px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 12.75px 2.25px rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 1199px) {
  .small-thumb-nail {
    max-width: 250px;
  }
}

@media screen and (min-width: 1200px) {
  .large-banner-content-wrap {
    padding-left: 11%;
    padding-top: 150px;
  }
}

.large-banner-content-wrap p {
  font-size: 1.1429em;
  font-weight: 600;
  margin: 15px 0 35px;
  color: #9a9a9a;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.large-banner-content-wrap .btn {
  margin: 30px 0px;
}

@media screen and (min-width: 1200px) {
  .large-banner-content-wrap .btn {
    margin-top: 70px;
  }
}

.large-banner-content-wrap 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-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.large-banner-content-wrap ul li span {
  display: block;
  text-transform: uppercase;
  color: #222;
}

.banner-v3 {
  top: 50px;
  left: 65px;
  right: auto;
  text-align: left;
}

.banner-v3 .banner-sub-title {
  color: #222;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0px;
  display: block;
}

.banner-v3 .btn {
  padding: 0px;
}

.banner-v3 .btn.btn-light {
  color: #222;
  font-weight: 600;
  margin-top: 20px;
  background: transparent;
  border-color: transparent;
  text-decoration: underline;
}

.banner-v3 .btn.btn-light:hover {
  color: #225eca;
}

/*--------------------------------------
/*  [ 4.6 bread crumb CSS ]
----------------------------------------*/
/* breadcrumb-section */
.breadcrumb-section {
  margin-bottom: 60px;
  text-align: center;
  background-color: #f6f6f6;
  padding: 0px 0;
}

@media screen and (min-width: 1500px) {
  .breadcrumb-section {
    padding: 0;
  }
}

.breadcrumb-section.bread-crumb-padding {
  padding: 40px 0;
}

.breadcrumb-bg1 {
  background-image: url(../images/bread-crumb/1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.bread-crumb-title {
  font-weight: 700;
  font-size: 2.4286em;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 25px;
  color: #222;
}

.breadcrumb-item {
  text-transform: capitalize;
  line-height: 1;
  padding: 0px !important;
}

.breadcrumb-item.active {
  color: #225eca;
}

@media screen and (max-width: 450px) {
  .breadcrumb-item {
    margin: 5px 0px;
  }
}

.breadcrumb-item a {
  display: inline-block;
  position: relative;
  color: #222 !important;
  line-height: 1;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f3d3";
  color: #707070 !important;
  margin: 0 10px;
  content: "\f3d3";
  font-family: "Ionicons";
  padding: 0px !important;
  position: relative;
  top: 2px;
  font-size: 14px;
}

/* breadcrumb End */
/*--------------------------------------
/*  [ 4.7 brand carousel CSS ]
----------------------------------------*/
.brand-carousel {
  padding-top: 50px;
  padding-bottom: 50px;
}

.brand-carousel-item a {
  display: block;
  text-align: center;
}

.brand-carousel-item img {
  opacity: 1;
  -webkit-transition: ease-in-out 0.3s all;
  -o-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}

.brand-carousel-item:hover img {
  opacity: 1;
}

/*--------------------------------------
/*  [ 4.8 products CSS ]
----------------------------------------*/
.product-tab-nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.product-tab-nav .nav-link {
  color: #9a9a9a;
  font-weight: 600;
  padding: 0px 20px 20px;
  position: relative;
  font-size: 24px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .product-tab-nav .nav-link {
    font-size: 0px 20px 20px;
  }
}

@media screen and (max-width: 575px) {
  .product-tab-nav .nav-link {
    padding: 0px 10px 10px;
    font-size: 16px;
  }
}

.product-tab-nav .nav-link.active {
  background: transparent;
  color: #222;
}

.product-tab-nav .nav-link.active::after {
  content: "";
  width: 50px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
  background: #225eca;
}

.product-tab-nav .nav-link:hover {
  color: #222;
}

.product-list {
  margin-bottom: 40px;
}

.product-list:last-child {
  margin-bottom: 0;
}

.product-card {
  position: relative;
  overflow: hidden;
  margin: 5px;
  padding: 2%;
  text-align: left;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.product-card:hover .action {
  opacity: 1;
  visibility: visible;
}

.product-card:hover .product-btn {
  opacity: 1;
  top: 0;
}

.product-card:hover .product-price {
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
}

.product-group {
  position: relative;
  overflow: hidden;
}

.onsale {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 45px;
  width: 45px;
  line-height: 45px;
  position: absolute;
  left: 10px;
  text-align: center;
  top: 10px;
  z-index: 99;
  border-radius: 50%;
}

.product-thumb {
  display: block;
  overflow: hidden;
}

.product-thumb img {
  width: 100%;
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}

.product-thumb:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.product-content {
  padding-top: 10px; text-align: left;
}
.product-content p{margin: 0px;color: #f15656 !important;font-weight: 600;}
.product-content h1{line-height: 25px;overflow: hidden;margin-bottom: 0;}

.product-content .action:hover
 {
    background: #eb2d2d;color: #fff;
}
.product-content .action {
	position: absolute;
	bottom:0px; right:5px;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 44px;
    color: #9a9a9a;
    font-size: 25px;
    text-align: center;
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.06);
 
}


.product-title {
  display: block;
  color: #222;
  font-size: 14px;
  line-height: 1.5;
  /* margin-bottom: 10px; */
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .product-title {
    font-size: 14px;
  }
}

.product-title:hover {
  color: #225eca;
}

.product-price {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}

.new-price {
  color: #225eca;
}

.product-btn {
  color: #707070;
  background: transparent;
  border: 0;
  padding: 0;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  opacity: 0;
  position: absolute;
  top: 100%;
  z-index: 1;
  left: 0;
  line-height: 1;
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}

.product-btn:hover {
  color: #225eca;
}

.product-card-list .onsale {
  left: 25px;
}

.product-thumblist{
	padding: 0px 15px;
}
.product-thumb-list {
  position: relative;
	padding: 0px;
}

.product-thumb-list img {
  width: 100%;
}

.product-price-list {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 35px;
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}

.product-content-list {
  padding-top: 20px;
}

.product-content-list p {
  margin-bottom: 35px;
}

.product-category-links {
  margin-bottom: 15px;
}
.product-category-links li{    list-style: disc;}
.product-category-links a {
  color: #707070;
  line-height: 1.3;
  font-size: 0.9286em;
  text-transform: capitalize;
}

.product-category-links a:hover {
  color: #f15656;
}

/*--------------------------------------
/*  [ 4.9 decoration CSS ]
----------------------------------------*/
.decoration-thumb {
  display: block;
}

.decoration-content {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 1px;
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 1200px) {
  .decoration-content .btn {
    padding: 12px 35px;
  }
}

.decoration-title {
  color: #222;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 10px;
  text-transform: capitalize;
  font-size: 2em;
}

.swiper-slide-active .decoration-content {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------
/*  [ 4.10 categoris CSS ]
----------------------------------------*/
.categries-section {
  background-color: #f3f3f3;
}

.categories {
  position: relative;
}

.categories-title {
  font-weight: 500;
  color: #222;
  position: absolute;
  z-index: 1;
  left: 30px;
  bottom: 30px;
  font-size: 17px;
  text-transform: capitalize;
  margin: 0;
}

/*--------------------------------------
/*  [ 4.11 news letter CSS ]
----------------------------------------*/
.news-letter-sectoin .border-bottom {
  padding-top: 70px;
  padding-bottom: 70px;
}

.news-letter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .news-letter-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .news-letter-title {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .news-letter-title {
    text-align: center;
  }
}

.news-letter-title .title {
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}

.social-title {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .social-title {
    margin-top: 30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .social-title {
    text-align: right;
  }
}

@media screen and (max-width: 991px) {
  .social-title {
    text-align: center;
  }
}

.news-letter-form {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 1200px) {
  .news-letter-form {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .news-letter-form {
    margin-top: 30px;
  }
}

.news-letter-form .form-control {
  height: 45px;
  background: #fff;
  color: #b1b1b1;
  padding: 10px 120px 10px 20px;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  border: none;
  border-radius: 25px;
}

.news-letter-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}


.sign-up-btn {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  border: 0;
  padding: 0 20px;
  line-height: 45px;
  height: 45px;
  border-radius: 0 25px 25px 0;
  background: #225eca;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/*--------------------------------------
/*  [ 4.12 blogs CSS ]
----------------------------------------*/
.blog-thumb {
  display: block;
  overflow: hidden;
}

.blog-thumb img {
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}

.blog-thumb:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.blog-content {
  padding-top: 20px;
}

.blog-content p {
  margin-bottom: 10px;
  position: relative;
  text-indent: 40px;
}

.blog-content p::before {
  content: "";
  width: 34px;
  height: 2px;
  background: #dedede;
  position: absolute;
  left: 0;
  top: 12px;
}

.blog-title {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
}

.blog-title:hover {
  color: #225eca;
}

.blog-meta {
  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: 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;
}

.readmore {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: underline;
  line-height: 1.2;
  color: #222;
}

.readmore:hover {
  color: #225eca;
}

.posted-by {
  font-size: 12px;
  line-height: 1;
}

.blog-serch-form form {
  position: relative;
}

.blog-serch-form .form-control {
  padding: 0 55px 0 20px;
  color: #9a9a9a;
  font-size: 1em;
  height: 46px;
  line-height: 46px;
  border: 1px solid #e7e7e7;
  border-radius: 0;
}

.blog-serch-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}


.blog-grid-list {
  margin-bottom: 60px;
}

.widget-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget-content ul li a {
    color: #6a7695;
    line-height: 1.9;
}
.widget-content ul li a:hover{
    color: #5a49f8;
}



.post-category {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 5;
}

.post-category a {
  margin-left: 6px;
  margin-bottom: 6px;
  color: #fff;
  background: #222;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 7px;
}

.post-category a:hover {
  color: #fff;
  background: #225eca;
}

.blog-card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.blog-list-thumb {
  position: relative;
}

@media screen and (min-width: 768px) {
  .blog-list-thumb {
    max-width: 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    margin-right: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .blog-list-thumb {
    max-width: 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    margin-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .blog-list-thumb {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 25px;
  }
}

.blog-list-thumb a img {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .only-blog-list .blog-list-thumb {
    max-width: 35%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    margin-right: 25px;
  }
}

.blog-list-contet {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.blog-list-contet p {
  color: #555;
  line-height: 1.8em;
}

@media screen and (min-width: 768px) {
  .blog-list-contet p {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .blog-list-contet p {
    font-size: 18px;
  }
}

.blog-list-contet .btn {
  margin-top: 20px;
}

.post-meta {
  text-transform: uppercase;
  font-weight: 400;
  color: #707070;
  font-size: 14px;
}

.post-meta a {
  font-weight: 600;
  color: #222;
  font-size: 0.9285em;
}

.post-meta a:hover {
  color: #225eca;
}

.post-title {
  color: #222;
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 15px 0;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  .post-title {
    font-size: 20px;
  }
}

.post-title:hover {
  color: #225eca;
}

.post-title a {
  color: inherit;
}

.post-title a:hover {
  color: inherit;
}

.blog-grid {
  margin-bottom: 60px;
}

.blog-grid-thumb {
  position: relative;
  
}

.blog-grid-thumb &gt; a {
  display: block;
}

.blog-grid-thumb &gt; a img {
  width: 100%;
}
.blog-grid-contet{padding: 15px;background: #fff;}
.blog-grid-contet p {
  color: #555;
  line-height: 1.8em;
}

@media screen and (min-width: 768px) {
  .blog-grid-contet p {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .blog-grid-contet p {
    font-size: 18px;
  }
}

.blog-grid-contet .btn {
  margin-top: 35px;
}

/*--------------------------------------
/*  [ 4.13 blog details CSS ]
----------------------------------------*/
.blog-details-content p {
  line-height: 2.1;
  color: #707070;
}

.blog-details-content p:last-child {
  margin-bottom: 0;
}

.blog-details-thumb {
  margin-bottom: 25px;
}

.blog-details-meta {
  text-transform: uppercase;
  line-height: 1 !important;
  margin-bottom: 15px;
  font-size: 14px;
}

@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: #222;
  line-height: 1.142;
  margin-bottom: 15px;
  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: #222;
  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;
  margin: 30px 30px 30px 0px;
  padding: 1em 1.5em;
  border-left: 2px solid #225eca;
  color: #222;
}

.blog-qutation blockquote {
  margin: 0;
  color: #222;
  line-height: 1.777;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .blog-qutation blockquote {
    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 #225eca;
}

.social-tags p {
  color: #222;
  margin-bottom: 0;
}

.social-tags i {
  margin-right: 10px;
}

.social-links li + li {
  margin-left: 10px;
}

.social-links li.share {
  font-size: 18px;
  color: #222;
}

.social-links li a {
  color: #222;
  font-size: 18px;
}

.social-links li a:hover {
  color: #225eca;
}

.social-links li a i {
  margin: 0;
}

.blog-comments {
  margin-bottom: 50px;
}

.blog-comment-title {
  color: #222;
  font-weight: 600;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 35px;
}

.authors {
  margin-bottom: -50px;
}

.author-list {
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 50px;
}

.author-list:nth-child(even) {
  background-color: #f9f9f9;
}

@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 {
  color: #222;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
}

.author-meta {
  color: #225eca;
  line-height: 1;
  font-size: 14px;
}

.replay {
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  color: #222;
  line-height: 1 !important;
}

.replay a {
  color: #222;
}

.blog-pt-55 {
  padding-top: 50px;
}



.contact .title {
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  margin: 5px!important;
  width:calc(33% - 16px)!important;
  padding: 10px 0 10px 0px;
  min-height: 85px;
  /* align-items: center; */
  /* display: grid; */
  text-align: center;
 }
.contact .title a{
  position: relative;
  color: #000000;
 
}
.contact .title  svg{
  height: 40px;
  width: 40px;
  margin: 0 auto;
  }
.contact .title h2{font-size: 16px;font-weight: 600;margin-bottom: 0;line-height: 40px;}


.address{
  
  background: url("../images/icon/address.png") no-repeat;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
	background-size: contain;

}
.phone{
  
  background: url("../images/icon/tel.png") no-repeat;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
	background-size: contain;

}
.email{
  
background: url("../images/icon/email.png") no-repeat;
  
-webkit-transition: 0.3s ease;
  
background-size: contain;
  
-o-transition: 0.3s ease;
  
transition: 0.3s ease;
}





.my-address-list { 
 
}

.my-address-l {
  position: relative;

    max-width: 70%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
.my-address-r {
  position: relative;
    text-align: right;
    max-width: 30%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }


@media screen and (min-width: 1200px) {
  .my-address-l {
    max-width: 70%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}   
.my-address-list-contet {    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 30px;
    padding-top: 20px;
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.my-address-list-contet p {
  color: #555;
  line-height: 1.8em;
}

@media screen and (min-width: 768px) {
  .my-address-list-contet p {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .my-address-list-contet p {
    font-size: 18px;
  }
}

.my-address-list-contet .btn {
  margin-top: 20px;
}




/*--------------------------------------
/*  [ 4.14 footer CSS ]
----------------------------------------*/
.footer {
  padding-top: 50px;
}
.elementor-icon-list-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-menu-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    color:#fff;
    display: flex;
    margin-bottom: 10px;
    }
 .footer-menu-items a{
     -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    color:#fff;
    display: flex;
	
    }
 
.elementor-icon-list-icon i {
    font-size: 35px;
    height: 50px;
    text-align: center;
    width: 30px;
}



.footer-widget i{margin-right: 10px;}

.footer .title {
  font-weight: 600;
  position: relative;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.footer .title::after {
    content: "";
    display: block;
    width: 190px;
    position: absolute;
    left: 0;
    z-index: 99;
    height: 3px;
    margin: 0 auto;
    margin-top: 10px;
    background: #ffffff;
    margin-bottom: 50px;
}
.footer-widget p {
  margin-bottom: 25px;
  color: #fff;
}

.footer-widget p a {
  color: inherit;
}

.footer-widget p a:hover {
  color: #f29500;
}

.footer-brand {
  display: block;
  max-width: 140px;
  margin-bottom: 35px;
}

.need-help {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 10px;
}
 

.footer-menu-link {
  font-size: 14px;
	margin: 0 18px;
  line-height: 1.7142;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-menu-link:hover {
  color: #225eca;
}

.footer-payment {
  display: block;
  margin-top: 40px;
}

.cleverwa-container{
	position: fixed;
	bottom: 80px;
	right: 20px;
	z-index: 9999;
}


.cleverwa-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	line-height: 100%;
	cursor: pointer;
	transition: box-shadow 80ms ease-in-out,width .4s ease .2s;
}
.cleverwa-toggle .cleverwa-toggle-text{
	padding: 8px 8px 8px 12px;
    margin: 0 7px;
    background-color: #f5f7f9;
    font-size: 12px;
    border-radius: 5px;
    color: #000000;
    opacity: 0.8;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
}

.cleverwa-toggle .cleverwa-toggle-icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	padding: 12px;
	position: relative;
}
.cleverwa-toggle .cleverwa-toggle-icon svg {
	fill: white;
	width: 100%;
	height: 100%;
	-moz-user-select: none;
	position: relative;
	transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
}
.cleverwa-toggle-close{
	position: absolute;
	top: 50%;
    left: 50%;
    z-index: 1;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    -ms-transform: translate(-50%,-50%) scale(0) rotate(-360deg);
    transform: translate(-50%,-50%) scale(0) rotate(-360deg);
    -webkit-transform: translate(-50%,-50%) scale(0) rotate(-360deg);
    -moz-transform: translate(-50%,-50%) scale(0) rotate(-360deg);
}
.cleverwa-toggle-close:before{
	content: '';
    display: block;
    background: white;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%) rotate(45deg); 
}
.cleverwa-toggle-close:after{
	content: '';
    display: block;
    background: white;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%) rotate(-45deg); 
}
.cleverwa-container.cleverwa-show .cleverwa-toggle-close{
    -ms-transform: translate(-50%,-50%) scale(1) rotate(0deg);
    transform: translate(-50%,-50%) scale(1) rotate(0deg);
    -webkit-transform: translate(-50%,-50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%,-50%) scale(1) rotate(0deg);
}
.cleverwa-container.cleverwa-show .cleverwa-toggle-icon svg{
    -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
}
.cleverwa-container.cleverwa-show .cleverwa-toggle .cleverwa-toggle-text{
	-ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}
.cleverwa-mobile-close {
	display: none;
}

.cleverwa-box {
	position: absolute;
	bottom: 70px;
	right: 0;
	background: white;
	min-width: 320px;
	width: 100%;
	border-radius: 6px;
	box-shadow: 0 8px 25px -5px rgba(45, 62, 79, .15);
	visibility: hidden;
	opacity: 0;
	transform: translateY(50px) scale(0.9);
	background: white;
	transition: all .3s;
}
.cleverwa-box.cleverwa-js-ready {
	display: block;
}
.cleverwa-show .cleverwa-box {
	visibility: visible;
	opacity: 1;
	transform: translateY(0) scale(1);
}
.cleverwa-container .cleverwa-box:before,
.cleverwa-container .cleverwa-box:after {
	content: '';
	position: absolute;
	bottom: -7px;
	right: 22px;
	width: 13px;
	height: 13px;
	background: white;
	transform: rotate(45deg);
	z-index: -1;
	border: 1px solid #f5f5f5;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .02);
}
.cleverwa-container .cleverwa-box:before {
	box-shadow: none;
	background: white;
	transform: none;
	bottom: 0;
	width: 19px;
	right: 17px;
	border-color: white;
}
.cleverwa-box .cleverwa-description {
	padding: 15px 40px 15px 20px;
	border-radius: 6px 6px 0 0;
	display: flex;
	align-items: flex-start;
}
.cleverwa-icon{
	width: 110px;
	margin-top: 5px;
	margin-right: 15px;
}
.cleverwa-icon svg{
	fill: #fff;
	width: 100%;
	height: 100%;
}
.cleverwa-box .cleverwa-close {
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 7px;
	right: 7px;
	opacity: .5;
	visibility: hidden;
	transition: opacity .3s;
}
.cleverwa-box .cleverwa-description + .cleverwa-close {
	visibility: visible;
}
.cleverwa-box .cleverwa-close:hover {
	cursor: pointer;
	opacity: 1;
}
.cleverwa-box .cleverwa-close:before,
.cleverwa-box .cleverwa-close:after {
	content: '';
	display: block;
	background: white;
	width: 15px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.cleverwa-box .cleverwa-close:after {
	transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.cleverwa-box .cleverwa-people {
	overflow: auto;
	padding: 10px;
}
.cleverwa-box .cleverwa-account {
	padding: 10px;
	border-top: 1px solid #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}
.cleverwa-box .cleverwa-account:first-child {
	border-top: 0;
}
.cleverwa-box .cleverwa-account:hover {
	background: #f7f7f7;
	border-radius: 6px;
}
.cleverwa-box .cleverwa-account.cleverwa-offline:hover {
	background: inherit;
}
.cleverwa-box .cleverwa-account:not(.cleverwa-offline):hover + .cleverwa-account {
	border-color: transparent !important;
}

.cleverwa-box .cleverwa-face {
	float: left;
	width: 60px;
	height: 60px;
	position: relative;
}
.cleverwa-box .cleverwa-no-image .cleverwa-face {
	background: transparent url('../images/icon/logo-green-small.png') center center no-repeat;
	background-size: cover;
}
.cleverwa-box .cleverwa-face img {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50px;
	transform: translateY(-50%) translateX(-50%);
}
.cleverwa-box .cleverwa-offline .cleverwa-face {
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.cleverwa-box .cleverwa-no-image .cleverwa-face:after {
	content: none;
}
.cleverwa-box .cleverwa-info {
	float: left;
	width: calc(100% - 40px);
	padding-left: 10px;
	position: relative;
}
.cleverwa-box .cleverwa-info:after {
	content:url('../images/icon/logo-green-nobg.png');
	width: 30px;
	height: 30px;
	display: block;
	text-align: right;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.cleverwa-box .cleverwa-offline .cleverwa-info:after {
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.cleverwa-box .cleverwa-title,
.cleverwa-box .cleverwa-offline-text {
	font-size: 12px;
	line-height: 1.5em;
	opacity: .6;
	display: block;
}
.cleverwa-box .cleverwa-name {
	display: block;
	font-weight: bold;
}

/* GDPR consent confirmation */
.cleverwa-box .cleverwa-gdpr {
	overflow: auto;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px 10px 15px;
	color: inherit;
}
.cleverwa-box .cleverwa-gdpr p {
	margin: 1em 0;
}
.cleverwa-box .cleverwa-gdpr p:first-child {
	margin-top: 0;
}
.cleverwa-box .cleverwa-gdpr p:last-child {
	margin-bottom: 0;
}
.cleverwa-box .cleverwa-gdpr a {
	text-decoration: underline;
	color: inherit;
}
.cleverwa-box .cleverwa-gdpr .cleverwa-confirmation {
	display: flex;
	padding: 5px;
	margin: -5px;
	border-radius: 4px;
}
.cleverwa-box .cleverwa-gdpr .cleverwa-confirmation.cleverwa-blink {
	animation: 1s 1 alternate toast;
}
@keyframes toast {
	from {
		background: rgba(255, 0, 0, 1);
	}

	to {
		background: rgba(255, 255, 255, 0);
	}
}
.cleverwa-box .cleverwa-gdpr .cleverwa-confirmation input[type="checkbox"] {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

/* Left side */
.cleverwa-left-side{
	right: auto;
	left: 20px;
}
.cleverwa-left-side .cleverwa-toggle{
	flex-direction: row-reverse;
}
.cleverwa-left-side .cleverwa-toggle-icon svg{
    -ms-transform: scale(1) rotate(-90deg);
    transform: scale(1) rotate(-90deg);
    -webkit-transform: scale(1) rotate(-90deg);
    -moz-transform: scale(1) rotate(-90deg)
}
.cleverwa-left-side .cleverwa-box{
	right: auto;
	left: 0;
}
.cleverwa-container.cleverwa-left-side .cleverwa-box:before,
.cleverwa-container.cleverwa-left-side .cleverwa-box:after {
	right: auto;
	left: 22px;
}

.cleverwa-button {
	display: inline-flex;
	width: auto;
	align-items: center;
	justify-content: center;
	padding: 5px;
	border-radius: 6px;
	position: relative;
	transition: all .3s;
	text-decoration: none !important;
}
.cleverwa-button.cleverwa-offline {
	background: #a0a0a0;
}
.cleverwa-button.cleverwa-offline img {
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.cleverwa-round,
.cleverwa-round img {
	border-radius: 50px;
}
.cleverwa-button:hover {
	box-shadow: 0 8px 25px -5px rgba(45, 62, 79, .3);
	transform: translateY(-3px);
}
.cleverwa-button.cleverwa-offline:hover {
	box-shadow: none;
	transform: none;
}
.cleverwa-button .cleverwa-avatar {
	flex: 0 0 auto;
	width: 50px;
	height: 50px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.cleverwa-button svg {
	fill: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(calc(-50% + 4px));
}
.cleverwa-button .cleverwa-text {
	flex: 1 1 auto;
	padding: 0 20px 0 10px;
	display: block;
}
.cleverwa-button .cleverwa-profile,
.cleverwa-button .cleverwa-offline-text {
	font-size: 12px;
	line-height: 1.4em;
	display: block;
	opacity: .80;
}
.cleverwa-button .cleverwa-copy {
	font-weight: bold;
	display: block;
}
@media(max-width: 1024px){
	.cleverwa-toggle .cleverwa-toggle-text{
		display: none;
	}
	.cleverwa-toggle .cleverwa-toggle-icon{
		width: 40px;
		height: 40px;
	}
	.cleverwa-box{
		bottom: 50px;
	}
}
@media screen and (min-width : 783px) {

	.cleverwa-flag:after {
		content: 'desktop';
		display: none;
	}

	.cleverwa-hide-on-large-screen {
		display: none !important;
	}
	.cleverwa-round-toggle-on-desktop .cleverwa-toggle .cleverwa-text {
		display: none;
	}
	.cleverwa-round-toggle-on-desktop .cleverwa-toggle svg {
		margin: 0;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}
	.cleverwa-round-toggle-on-desktop .cleverwa-box {
		bottom: 100px;
	}

}

@media screen and (max-width : 782px) {

	.cleverwa-flag:after {
		content: 'mobile';
		display: none;
	}

	.cleverwa-hide-on-small-screen {
		display: none !important;
	}

	.cleverwa-round-toggle-on-mobile .cleverwa-toggle .cleverwa-text {
		display: none;
	}
	.cleverwa-round-toggle-on-mobile .cleverwa-toggle svg {
		margin: 0;
		width: 30px;
		height: 30px;
	}

}

.cleverwa-widget_title {
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 5px;
}

@media screen and (max-width : 414px) {
	.cleverwa-flag:after {
		content: 'small';
		display: none;
	}

	/* Mobile Center */
	.cleverwa-mobile-center .cleverwa-toggle {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
	.cleverwa-mobile-center  .cleverwa-box:before,
	.cleverwa-mobile-center  .cleverwa-box:after {
		left: auto !important;
		right: 50% !important;
		transform: translateX(50%) rotate(45deg) !important;
	}
	.cleverwa-mobile-center  .cleverwa-box:before {
		transform: translateX(50%) !important;
		right: 50% !important;
	}

	.cleverwa-box {
		width: 100% !important;
		max-width: calc(100% - 40px) !important;
	}
}

.cleverwa-container .cleverwa-toggle .cleverwa-toggle-icon,
			.cleverwa-container .cleverwa-mobile-close,
			.cleverwa-container .cleverwa-description,
			.cleverwa-container .cleverwa-description a {
				background-color: #0dc152;
				color: rgba(255, 255, 255, 1);
			}
			.cleverwa-container .cleverwa-description p {
				color: rgba(255, 255, 255, 1);
			}
			.cleverwa-container .cleverwa-toggle svg {
				fill: rgba(255, 255, 255, 1);
			}
			.cleverwa-container .cleverwa-box {
				background-color: rgba(255, 255, 255, 1);
			}


.credit-cards .icon {
  width: 40px;
  height: 30px;
  margin-right: 5px;
  display: inline-block; 

  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;

}
  .credit-cards .icon.visa {  background: url("../images/icon/visa.png") no-repeat;	background-size: contain;
 }
  .credit-cards .icon.mc {  background: url("../images/icon/mc.png") no-repeat;	background-size: contain;

}
.credit-cards{float: right;}
  .credit-cards .icon.amex {  background: url("../images/icon/amex.png") no-repeat;	background-size: contain;

 }
  .credit-cards .icon.discover { background: url("../images/icon/discover.png") no-repeat;	background-size: contain;
}
  .credit-cards .icon.paypal {
    width: 40px;
    height: 14px; }

.ssl .icon {
  width: 100px;
  height: 40px;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .ssl .icon {
      width: 84px;
      height: 33px; } }




.copy-right {
  margin-top: 50px;
  color: #fff;
}

.copy-right .border-top {
     padding-top: 20px;
    padding-bottom: 10px;
}

.copy-right p {
  font-size: 14px;
  color: #fff;
}

.copy-right p i {
  color: #225eca;
}

.copy-right p a {
  color: inherit;
}

.copy-right p a:hover {
  color: #225eca;
}

/*--------------------------------------
/*  [ 4.15 product modal CSS ]
----------------------------------------*/
.product-modal-gallery {
  margin-bottom: 30px;
}

.product-modal-gallery-item {
  text-align: center;
}

.product-modal-gallery-thumbs-item {
  text-align: center;
  padding: 5px;
}

.product-modal-gallery-thumbs-item.swiper-slide-thumb-active a {
  border-color: #225eca;
}

.product-modal-gallery-thumbs-item a {
  display: block;
  border: 1px solid transparent;
}

.product-modal-gallery-thumbs-item a:hover {
  border-color: #225eca;
}

.gallery {
  margin-bottom: 30px;
}

.gallery-item {
  text-align: center;
}

.gallery-thumbs-item {
  text-align: center;
  padding: 5px;
}

.gallery-thumbs-item.swiper-slide-thumb-active a {
  border-color: #225eca;
}

.gallery-thumbs-item a {
  display: block;
  border: 1px solid transparent;
}

.gallery-thumbs-item a:hover {
  border-color: #225eca;
}
 
.main-more input{padding:8px 20px;}

.i_message_inquiry .inquiry{padding:15px 10px;}

#onlineService .title{padding:10px 15px; background: #0087ce; color: #fff; font-size: 22px;}

.main-more button{line-height:44px;padding: 0px 40px;border-radius:5px;display: inline-block;font-size: 16px;color: #fff;font-weight:bold;font-family: Open Sans,fallback-normal,Arial,Sans-Serif;margin-right: 10px;background: #323232;color: #fff!important;border:none;}
.main-more:hover button {    background-color: #323232 !important;}
.pro_more a i{margin-right: 6px;}

.pop{display: none;
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  }
  .pop .popMain{width: 500px;min-height: 250px;background: #fff;position: absolute;left: 50%;top: 30%;margin-left: -300px;z-index: 9999999;}
  .popMiddle p{text-align: center;font-size: 26px;color: #666;padding: 80px 0;}
  .pop .popBottom{position: absolute;bottom: 0;left: 0;display: flex;width: 100%;/* height: 60px; */text-align: center;background: #be2230;}
  .pop .popBottom span{flex: 1;text-align: center;font-size: 18px;color: #fff;line-height: 60px;cursor: pointer;}
  .pop .popBottom span:first-of-type{ border-right: 1px solid #fff;}


  .flex {
      display: -ms-flexbox !important;
      display: flex !important;
  }

  .pop{display: none;
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  }
  .pop .popMain{width: 500px;min-height: 250px;background: #fff;position: absolute;left: 50%;top: 30%;margin-left: -300px;z-index: 9999999;}
  .popMiddle p{text-align: center;font-size: 26px;color: #666;padding: 80px 0;}
  .pop .popBottom{position: absolute;bottom: 0;left: 0;display: flex;width: 100%;/* height: 60px; */text-align: center;background: #be2230;}
  .pop .popBottom span{flex: 1;text-align: center;font-size: 18px;color: #fff;line-height: 60px;cursor: pointer;}
  .pop .popBottom span:first-of-type{ border-right: 1px solid #fff;}

  .tp img{ height:150px;}
  .select_card{ margin:80px 0;}
  

  .select_card .single_title h2 {
    text-transform: inherit;
    font-size: 26px;
  }

  .select_product_inner .table-responsive .table {
    margin-bottom: 0px;
    width: 100%;
  }

  .select_product_inner .table-responsive .table tbody tr td {
    padding-left: 0px;
    border-top: 1px solid #eeeeee;
    vertical-align: middle;
    padding-bottom: 35px;
    padding-top: 35px;
    padding-right: 0px;
    text-align: center;
  }

  .select_product_inner .table-responsive .table tbody tr:first-child td {
    border: none;
    padding-top: 0px;
  }


  .select_product_inner .table-responsive .table tbody tr:last-child td {
    padding-bottom: 0px;
  }

  .select_product_inner .table-responsive .table tbody tr .head {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #222;
  }

  .select_product_inner .table-responsive .table tbody tr .price {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #222;
    width: 150px;
    text-align: center;
  }

  .select_product_inner .table-responsive .table tbody tr .quantity {
    width: 150px;
    text-align: center;
  }

  .select_product_inner .table-responsive .table tbody tr .quantity input {
    width: 35px;
    border: none;
    text-align: center;
    padding: 0px;
    color: #797979;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
  }

  .select_product_inner .table-responsive .table tbody tr .quantity input.placeholder {
    color: #797979;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
  }

  .select_product_inner .table-responsive .table tbody tr .quantity input:-moz-placeholder {
    color: #797979;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
  }

  .select_product_inner .table-responsive .table tbody tr .quantity input::-moz-placeholder {
    color: #797979;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;

    font-weight: 500;
  }

  .select_product_inner .table-responsive .table tbody tr .quantity input::-webkit-input-placeholder {
    color: #797979;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
  }

  .select_product_inner .table-responsive .table tbody tr .quantity button {
    padding: 0px;
    background: transparent;
    border: none;
    color: #797979;
    cursor: pointer;
    -webkit-transition: all 600ms linear 0s;
    -o-transition: all 600ms linear 0s;
    transition: all 600ms linear 0s;
  }

  .select_product_inner .table-responsive .table tbody tr .quantity button:hover {
    color: #222;
  }

  .select_product_inner .table-responsive .table tbody tr .t_price {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #f82e56;
    width: 150px;
    text-align: center;
  }

  .select_product_inner .table-responsive .table tbody tr .icon {
    color: #cbcaca;
    font-size: 22px;
    padding-right: 15px;
    cursor: crosshair;
  }

  .select_product_inner .table-responsive .table tbody tr .cupon input {
    width: 180px;
    margin-right: -80px;
    background: #f8f8f8;
    border: 1px solid #e7e7e7;
    padding: 0px 15px;
    text-align: center;
    height: 44px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;




    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    color: #222;
  }

  .select_product_inner .table-responsive .table tbody tr .cupon input.placeholder {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    color: #222;
  }

  .select_product_inner .table-responsive .table tbody tr .cupon input:-moz-placeholder {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    color: #222;
  }

  .select_product_inner .table-responsive .table tbody tr .cupon input::-moz-placeholder {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    color: #222;
  }

  .select_product_inner .table-responsive .table tbody tr .cupon input::-webkit-input-placeholder {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;

    font-weight: normal;
    color: #222;
  }

  .select_product_inner .table-responsive .table tbody tr .up_cart {
    padding-right: 0px;
  }

  .select_product_inner .table-responsive .table tbody tr .up_cart a {
    display: inline-block;
    margin-left: -50px;
    font-size: 14px;
    color: #f82e56;
    font-family: "Montserrat", sans-serif;
  }


  .select_card .single_title {
      margin-bottom: 10px;
  }

.cart_total_inner .form-label{margin-top: 10px;}
.cart_total_inner .form-control {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  border-color: #e7e7e7;
  margin-bottom: 0px;
  border-radius: 0;
}
.cart_total_inner .focus {
    width: 350px;
    text-align: left;
    color: #df0505;
    font-size: 13px;
    position: relative;
    padding-left: 20px;
    float: left;
}
.cart_total_inner .focus span {
    height: 30px;
    line-height: 30px;
}

.cart_total_inner .btn{  width: 100%;
    border-radius: 5px;
	}  
.icon-tips {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAEN0lEQVRYR82YXWwUZRSGn3e7ulD8bSUGxYi4QKzdof7UxhuCNwJiCdBuAiZNjJELe6mJ3qhcqIneqDHRGI3xhqAwbTH1B4MxwWiMksjP7raG0HBhgGAiJYgQqe0cs1u37S473f1mUTtXm+x53/PMmfm+c74Rc/zSHOejLkBL0wCpBzBbBLEmsCbM/gSNEMRGOHvkuPYzXk8RnAENYnR5m5BtROoErg8FMLuE+BpjkDH7RIO5X11hnQCty+tAfIC42zURZoa0G9guP3O0Vn1NgLZhxbUkrn4L9HitxuFxFmDsZGysV4NHz1fzqwpom1rvIh77HLijmpnT/8YQAWs1kDkxm25WQEu3roeYD8x3Sl5zsJ0msDXqz2XCJKGAtrH1Tq7SYdA1NeeLFGinmVB7WCUrAlrnLY3Maz4IWhEpp7PIfuac2rUvc6FcWhkw7b0DPOWY5zeC4CWk80gvAkuc9GY71JftqQpom1YuJ27DkN+EXa7xDvnDB/IK29h2A/GJEaRmFwcwT342O1NzWQWt2+tHbHY0Pis/2zRTY93eD4gOR5+v5GcfDgW0dEsS4sfcTIvRwWb5uT2FCqZX3grBCGies9cE92kgc7CoK6mgdaeeQ3rV2bRAZQbKA2bBepCWRvIheEV+7vkQwCiPJRpGuMqG5WenWulUBW196kYaNRopndmHSDuwIECx6zB7F2lRJK+CSIvlHzlZ+FU0sXRLG8QPuZvaiPzssrIF8hFii7vXPwpjlfoy35YCdqUeIaZ8z3W7jIuMXVqmwaOnpm6229uJ2OpmNDM62CI/t6sccBsxvRfJ1OwE0qfyM72F9VI3oD0jP/t6KWC39yTi/UiAk6ID8jOFfa9uwMCeVn/2jbJ3sDC5fDYnAG1iq/qGPi4F3OzdSwM/zQlAbLX87DelgPltZj5nkKoOsSE3ceUe8QS3Fcev0k6STn0PejBiFa8UYE5+JlVkKG91zyK99r8Cmr2svuwLlQHrGhZmrOIurwvZGqRt7jc7fo/84cMVASe3iNRupLS78TTg9Iad+gJpnYPXl/IzJfGXz4NpL396y49cjgMrp/jj4lLtHbk0BZj29gJrawYcJ6U9mdzM+Mojf3fr2yhW6AqO1wGMPFS+y68CHqpZX+vIX3jM65IJFsz/Dun+mhPUFWi/wAVP/vFz5Tbhx87O5TeRSBxCWlxX7mriye837eVnkdBFMtOvcIBqsH2I26vlifj/XxD0FCeXSh5Vu4alkwuhcR/QFhEiTHaSYLxT/cOzzqBVAQvvZP4gn2h+E+mJCKu7EuAuGO+VP1x1gq8JcHrbaEliDdsRj4FizhU1jiHbVhwEatE7AU6Bbmi9mQSPgjZg5DtGIjyZ/Q7aSxAMcCY34PrFNRJgyUJaTZyFLUsgngRLYizAGAWNYhOnGR360RWq6kZdS+n/q5i6K/hvg/4NPX2LOLSlU28AAAAASUVORK5CYII=);
    width: 15px;
    height: 15px;
    background-size: 15px;
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 9px;
}
.cart_total_inner .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}


.cart_total_inner .form-control.massage-control {
  height: 150px;
  resize: none;
}

.cart_total_inner .contact-us-form .form-label {
  color: #707070;
}

.cart_total_inner.error {
  color: #225eca;
}

.cart_total_inner.success {
  color: #45ab49;
}



.accout_box{ background: #f8f8f8; border-radius: 10px;
      padding: 15px 20px;}
.accout_box a{ text-decoration: underline;}
  .cart_total_inner .cart_box {
      background: #f8f8f8;
	       width: calc(100% - 0px);
margin: 0 auto;
      padding: 20px;
      border: 1px solid #ebebeb;
  }
  .track_form .form-group:not(:last-child) {
      margin-bottom: 10px;
  }
  .track_form .form-group label {
      margin-bottom: 10px;
      color: #222;
      font-weight: bold;
      display: block;
  }
  .form-control {
      display: block;
      width: calc(100% - 0px);
      height: calc(2em + 0.7rem + 2px);
      padding: 0.375rem 0.75rem;
      font-size: 0.8rem;
      font-weight: 400;
      line-height: 3;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #2f2f2f;
      border-radius: 0.25rem;
      -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  }

  .track_form .form-group input {
      height: 60px;
      padding: 0px 25px;
      border: none;
      background: #fff;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 0px;
      font-size: 14px;
      color: #222;
      font-family: "Montserrat", sans-serif;
      font-weight: normal;
      -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.02);
      box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.02);
  }
  .track_form .form-group .submit_btn {
      width: 100%;
      padding: 0px;
      line-height: 68px;
      background: #323232;
      margin-top: 20px;
      font-weight: bold;
      border-radius: 8px;
      color: #fff;
  }

.check_card .single_title{ border-bottom: #ccc 1px solid; padding-bottom: 10px; padding-top: 10px;}
#Delivery,#Payment,#Delivery_show,.adddres,#Orderok{display: none;}

 
        #target {
            padding: 16px;
            overflow: auto;
            font-size: 16px;
            background-color: #f6f8fa;
            border-radius: 3px;
            margin: 0;
            position: relative;
        }
 
        #target:hover #copy-btn {
            opacity: 1;
        }
 
        #copy-btn {
            font-size: 14px;
            width: 24px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            border-radius: 3px;
            border: 1px solid #dce3e8;
            background: #f6f8fa;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            color: #8c92a4;
            opacity: 0;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }
 
        #copy-btn:hover {
            color: #000000;
        }


#Deliverydetails {
       align-items: center;
    display: flex;
    justify-content: space-between;
}
 #Deliverydetails .ny {
    margin-left: 10px;
    float: left;
    width: 90%;
}
.list-unstyled1 li{
    display: flex;
    justify-content: space-between;}


.list-unstyled1 div {font-size: 14px;font-weight: bold;line-height: 22px;margin: 0px; 
    display: flex;
    flex: 1;}
 .list-unstyled1 span{font-size: 14px;font-weight: bold;line-height: 22px;margin: 0px;  text-align: right;
    flex: 1;}

 #Deliverydetails  .tit{align-items: center;
    display: flex;
    justify-content: space-between;}

 #Deliverydetails  h2 {font-size: 14px;font-weight: bold;line-height: 22px;margin: 0px; 
    display: flex;
    flex: 1;}
 #Deliverydetails  .tit_r {font-size: 14px;font-weight: bold;line-height: 22px;margin: 0px; 
    flex: 0;}

.pay-type ul {
    display: flex;
    flex-direction: column;
    padding: 0 .1rem;
}
.pay-type ul span{margin-top:6px;}
.pay-type ul li {
    display: inline-block;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    color: #333333;
    padding: 20px 10px 10px 10px;
}
.pay-type ul li .tit{align-items: center;
    display: flex;
    justify-content: space-between;}

.pay-type ul li h2 {font-size: 14px;font-weight: bold;line-height: 22px;margin: 0px; 
    display: flex;
    flex: 1;}
.pay-type ul li .tit_r {font-size: 14px;font-weight: bold;line-height: 22px;margin: 0px; 
    flex: 0;}
.pay-type ul li span sup {
    display: inline-block;
    background: #ff6767;
    font-size: 15px;
    padding: .02rem .05rem;
    border-radius: .08rem .08rem .08rem 0;
    color: #FFFFFF;
    margin-left: .08rem;
}

.pay-type ul li .type {
    display: inline-block;
    align-items: center;
    height: 100%;
    width: 100%;
}

.pay-type ul li .type i {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/icon/icon-wxpay.png) center center no-repeat;
    background-size:contain;
}

.pay-type ul li i.check {
    display: inline-block;
    float: left;
    width: 22px;
    height: 22px;
    background: url(../images/icon/icon-checked.png) right center no-repeat;
    background-size:contain;
}

.pay-type ul li.active i.check {
    background-image: url(../images/icon/icon-checked-active.png);
}
.pay-type ul li .ny {margin-left: 10px;float: left;width: 90%;}


.pay-type ul li.active {
    border-color: #f15656;
    color: #f15656;
}
#payment_box{font-weight: 600;}
#payment_box span{text-decoration: underline;}
.pay_tip{ margin: 10px 0;}
.pay_t{}
.pay_t h2{ font-size: 14px;font-weight: 600;}
.pay_t p{ margin: 0px;}
.pay_c{}
.pay_c h2{font-size: 14px; text-align: center;font-weight: 600;}
.pay_c p{}
.modal-product-title {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #222;
  font-size: 22px;
  text-transform: capitalize;
}

.modal-product-title:hover {
  color: #225eca;
}

.modal-product-title a {
  color: inherit;
}

.modal-product-title a:hover {
  color: inherit;
}

.modal-product-sub-title {
  font-weight: 700;
  font-size: 14px;
  color: #222;
}
.progress-table {
	    border: 1px solid #ebebeb;
	    background: #fff;
	    margin: 2% 2% 4% 2%;
	    width: 96%;
	    padding: 0px;
}

.progress-table .table-head {
    display: flex;
    text-align: center;
    line-height: 30px;
}
.progress-table .table-row {
    /* padding: 15px 0; */
    border-top: 1px solid #ebebeb;
    display: flex;
    text-align: center;
}
.progress-table .table-row .serial, .progress-table .table-row .country, .progress-table .table-row .visit, .progress-table .table-row .percentage {
    display: flex;
    align-items: center;
}

.progress-table .item,.progress-table .size,.progress-table .price1	{border-right: 1px solid #ebebeb;padding: 8px;}
.progress-table .qty	{padding: 8px;}


 .price-block {
    position: relative;
    margin-bottom: 10px
}

 .price-box {
    display: block;
    margin: 0;
    position: relative;
    min-height: inherit
}
._spec-item.active {
	color: #fff;
	background: #f15656;
}
._spec-item.disabled {
	border: 1px solid #cacaca;
	color: #cacaca;
	cursor: not-allowed
}
.amount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
    display: table;
}
 .amount&gt;a {
    width: 50px;
    height: 30px;
    line-height: 30px;
    background: #f4f5f6;
    border:#f4f5f6 1px solid;
    color: #222;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    font-weight: 600;
}
 .amount&gt;input {
    width: 50px;
    height: 30px;
    line-height: 30px;
    background: #f4f5f6;
	 border:#f4f5f6 1px solid;
    color: #222;
    text-align: center;
    font-size: 15px;
	 font-weight: 600;
}

._amount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
    display: inline-flex;
}
._amount&gt;div.disabled {
    color: #333;
}

._amount&gt;div {
    width: 35px;
    height: 44px;
    line-height: 44px;
    background: #dddddd;
    color: #222;
    text-align: center;
    font-size: 20px;
}

 ._amount&gt;input {
    width: 50px;
    height: 44px;
    line-height: 44px;
    background: #ffffff;
    border: #dddddd 1px solid;
    color: #222;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    /* margin: 0 10px; */
    x;
}




 .grouped-items-table .price-box {
    border-bottom: 0 solid #ddd;
    margin: 0;
    padding: 0
}
.special-price .price-label {
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
    color: #666;
}
 .price-box .old-price {
    margin: 0;
    margin-top: 0;
    display: inline-block
}

 .special-price {
    display: inline-block;
    margin: 0;
    padding: 0
}

 .old-price .price {
    font-size: 18px;
    font-weight: normal;
    margin-left: 10px
}
.old-price .price-label {
    color: #777;
    display: none;
    white-space: nowrap;
}
.old-price .price {
    color: #ccc !important;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    margin-right: 5px;
    margin-left: 5px;
}

 .price {
    font-size: 28px;
    color: #212121;
    font-weight: 600
}



.custom-meta-inner {
    display: flex;
    font-weight: normal;
	font-size: 14px;
}
.custom-meta-inner&gt;* {
    margin-right: 30px;
}
.sku_wrapper {
    display: block;
}

.product-description-short {
  margin-bottom: 15px;
}
.product-info-list{    margin-left: 15px;}
.product-info-list li{list-style: disc; margin: 5px 0;font-size: 16px;}

.product-variants {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.product-variants-item + .product-variants-item {
  margin-left: 30px;
}

.product-variants-item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-variants-item .form-control {
  background-color: #fff;
  color: #222;
  border: 1px solid #ebebeb;
  font-size: 14px;
}

.product-variants &gt; .product-variants-item ul li {
  margin-right: 0.625rem;
}

.input-container {
  position: relative;
}

.product-variants &gt; .product-variants-item label {
  margin: 0;
}

.input-color {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1.25rem;
  width: 1.25rem;
}

.color,
.custom-checkbox input[type="checkbox"] + span.color {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  margin-top: 10px;
  -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);
  cursor: pointer;
  background-size: contain;
}

.input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
  border: 2px solid #232323;
}

.input-color:checked + span,
.input-radio:checked + span {
  background-color: #434a54;
}

.control-label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.form-control-select {
  width: auto;
  padding-right: 1.875rem;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0px;
  background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
  background-color: #f1f1f1;
}

.product-modal-dialog {
  max-width: 64rem;
}

.product-modal-dialog .modal-header {
  border-bottom: 0px;
}

.product-price-wrapp-lg {
  margin-bottom: 30px;
}

.product-regular-price-lg {
  font-weight: 600;
  line-height: 20px;
  color: #222;
  font-size: 22px;
  text-decoration: line-through;
  margin-right: 0.625rem;
}

.product-price-on-sale-lg {
  color: #225eca;
  font-size: 22px;
  line-height: 1.3;
}

.badge.badge-lg {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  margin-left: 0.625rem;
  padding: 0 10px 0 10px;
  background: #222;
  vertical-align: 4px;
  border-radius: 0;
  text-transform: capitalize;
}

.product-add-to-card-item {
  line-height: 30px;
  color: #222;
  font-size: 15px;
  margin-right: 15px;
}

.product-add-to-card-item:hover {
  color: #225eca;
}

.product-add-to-card-item:hover i {
  -webkit-animation: rotate 2s infinite;
          animation: rotate 2s infinite;
}

.product-add-to-card-item i {
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
}

.product-social-sharing {
  margin-top: 10px;
}

.product-social-sharing span {
  line-height: 30px;
  font-weight: 600;
  color: #222;
  font-size: 1.2em;
  margin: 0 0 15px;
  text-transform: uppercase;
  display: block;
}

.product-social-sharing ul {
  display: inline-block;
}

.product-social-sharing ul li {
  margin-right: 20px;
  display: inline-block;
}

.product-social-sharing ul li a {
  background: #fff;
  border: 1px solid;
  color: #9a9a9a;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  width: 40px;
  border-radius: 100%;
}

.product-social-sharing ul li a:hover {
  color: #225eca;
}

.modal.fade {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.modal.fade.show {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.compare-modal-dialog .modal-header {
  border-bottom: 0px;
}

.compare-modal-dialog .modal-body {
  text-align: center;
  padding: 0 44px 44px 44px;
}

.compare-modal-dialog .modal-body p i {
  margin-right: 10px;
  font-size: 20px;
}

.wishlist-modal-dialog .modal-header {
  border-bottom: 0px;
}

.wishlist-modal-dialog .modal-body {
  text-align: center;
  padding: 0 44px 44px 44px;
}

.modal-quantity {
  color: #222;
  font-size: 16px;
  margin-bottom: 0.375rem;
}

#addto-cart-modal .modal-header {
  padding: 15px;
  font-weight: 600;
  line-height: 1;
}

#addto-cart-modal .modal-dialog {
  max-width: 1140px;
}

#addto-cart-modal .modal-title {
  font-weight: 600;
  color: #fff;
  font-size: 1.125rem;
}

#addto-cart-modal .ion-android-done {
  color: #fff;
  font-size: 24px;
}

#addto-cart-modal .product-name {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  color: #222;
}

#addto-cart-modal .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: #222;
  margin-bottom: 10px;
}

.quick-link-item-content .title {
  font-weight: 400;
  color: #222;
}

.cart-content p {
  color: #222;
}

.cart-content p span {
  font-weight: 600;
  color: #222;
}

.cart-content-btn {
  margin-top: 25px;
}

.product-modal-gallery-thumbs .swiper-pagination-bullet {
  margin: 0 5px;
  width: 14px;
  height: 14px;
  border: 2px solid #225eca;
  background: transparent;
  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;
}

.product-modal-gallery-thumbs .swiper-pagination-bullet.swiper-pagination-bullet-active, .product-modal-gallery-thumbs .swiper-pagination-bullet.swiper-pagination-bullet:hover {
  background: #225eca;
  border-color: #225eca;
}

.product-modal-gallery-thumbs .swiper-pagination {
  margin-top: 30px;
  position: static;
}

.modal-header .btn-close,
.btn-close {
  border: 1px solid #e7e7e7;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0px !important;
  margin: 0 !important;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  line-height: 28px;
  opacity: 1;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 3px;
}

.modal-header .btn-close:hover,
.btn-close:hover {
  color: #225eca;
  border-color: #225eca;
}

.reviews {
  margin-bottom: 15px;
}

.reviews span {
  color: #f9d738;
}

/*--------------------------------------
/*  [ 4.16 pagination CSS ]
----------------------------------------*/
.page-item {
  margin: 0px 10px;
}

.page-item.active .page-link {
  color: #fff;
  background: #225eca;
  border-color: #225eca;
}

.page-link {
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
  color: #222;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  border-radius: 50% !important;
}

.page-link:focus {
  background-color: transparent;
}

.page-link:hover {
  color: #fff;
  background-color: #225eca;
  border-color: #225eca;
}

/*--------------------------------------
/*  [ 4.17 shop 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;
}

@media screen and (min-width: 1200px) {
  .grid-view-five-column .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
}

.grid-view-list .product-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 575px) {
  .grid-view-list .product-card {
    -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) {
  .grid-view-list .product-card .product-thumb-nail {
    text-align: center;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .grid-view-list .product-card .product-thumb-nail {
    max-width: 200px;
    -webkit-box-flex: 200px;
    -webkit-flex: 200px;
        -ms-flex: 200px;
            flex: 200px;
  }
}

@media screen and (max-width: 575px) {
  .grid-view-list .product-card .product-thumb-nail .product-image-hover-style {
    display: block;
    right: 0;
    margin: 0 auto;
  }
}

.grid-view-list .product-card .product-cart-btn-wrap {
  display: inline-block;
  position: static;
  -webkit-transform: translate(0, 0px);
      -ms-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}

.grid-view-list .product-card .product-cart-btn-wrap .add-to-cart-btn {
  padding: 15px 25px;
}

.grid-view-list .product-card p {
  margin: 30px 0px;
}

.grid-view-list .product-card::after {
  display: none;
}

.grid-view-list .product-card .product-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.nav-tabs {
  border-bottom: 0px;
}

.shop-grid-nav .nav .nav-item {
  line-height: 1;
}

.shop-grid-nav .nav .nav-item + .nav-item {
  margin-left: 15px;
}

.shop-grid-nav .nav .nav-item .nav-link {
  overflow: hidden;
  display: block;
  height: 45px;
  width: 45px;
  background: url("../images/logo/grid-list.png") no-repeat;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 100%;
}

.shop-grid-nav .nav .nav-item .nav-link.grid {
  background-position: 0 0;
}

.shop-grid-nav .nav .nav-item .nav-link.grid:hover, .shop-grid-nav .nav .nav-item .nav-link.grid.active {
  background-color: #225eca;
  background-position: 0 100%;
}

.shop-grid-nav .nav .nav-item .nav-link.list {
  background-position: 100% 0;
}

.shop-grid-nav .nav .nav-item .nav-link.list:hover, .shop-grid-nav .nav .nav-item .nav-link.list.active {
   background-position: 100% 100%;
}

.total-products {
  margin-left: 50px;
  line-height: 20px;
  padding: 5px;
}

@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;
  }
	
	
.contact .title {
  font-weight: 600;
	
  position: relative;
  position: relative;
  color: #000000;
  font-size: 14px;
  line-height: 1; width:calc(100% - 16px)!important;        display: grid; text-align: center;	
 }
	
	
}

.shop-grid-nav .nav .nav-link {
  color: #a5a8a9;
  padding: 0;
  text-align: center;
  background: #fff;
  font-size: 30px;
  line-height: 1;
  border: 0px;
  border-radius: 4px;
}

.shop-grid-nav .nav .nav-link.active,
.shop-grid-nav .nav .nav-link:hover {
  color: #45ab49;
}

.shop-grid-button select {
  cursor: pointer;
  border: 0;
  width: auto;
  padding: 2px 30px 2px 15px;
  line-height: 24px;
  font-size: 14px;
  color: #707070;
}

.shop-grid-button select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-option {
  position: relative;
}

.product-option select {
  border: 1px solid #ebebeb;
  padding: 2px 15px;
  line-height: 24px;
  font-size: 14px;
  color: #707070;
  text-align: left;
  text-transform: uppercase;
  width: 70px;
  height: 40px;
}

.product-option select:focus {
  border-color: #e5e5e5;
}

.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: #222;
}

.shop-grid-menu .dropdown-item:hover {
  background: #f9d738;
  color: #fff;
}

.sort-by {
  min-width: 70px;
  line-height: 20px;
  padding: 5px;
  margin-left: 50px;
}

@media screen and (max-width: 991px) {
  .sort-by {
    margin-left: 0px;
  }
}

@media screen and (min-width: 1200px) {
  .shop-grid-5 .col-xl-2 {
    width: 20%;
  }
}

.Showing {
  color: #222;
}

/*------------------*
    # Shop Pages End
    *------------------*/
/*--------------------------------------
/*  [ 4.18 single produt tab CSS ]
----------------------------------------*/
.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;
}

.single-product-tab .nav-item {
  margin: 0 30px;
}

@media screen and (max-width: 767px) {
  .single-product-tab .nav-item {
    margin: 0 20px;
  }
}

@media screen and (max-width: 575px) {
  .single-product-tab .nav-item {
    margin: 0 10px;
  }
}

.single-product-tab .nav-item .nav-link {
  line-height: 1.388;
  font-weight: 600;
  color: #222;
  padding: 0px 15px 30px;
  font-size: 18px;
  border: 0;
  border-bottom: 2px solid transparent;
}

@media screen and (max-width: 767px) {
  .single-product-tab .nav-item .nav-link {
    padding: 15px 10px;
    font-size: 15px;
  }
}

@media screen and (max-width: 575px) {
  .single-product-tab .nav-item .nav-link {
    padding: 15px 5px;
    font-size: 14px;
  }
}

.single-product-tab .nav-item .nav-link.active {
  background-color: transparent;
  /* border-color: #002567; */
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  color: #002567;
}
  
.single-product-head .title {
  font-size: 30px;
}

.single-product-head .star-content .star-on {
  margin: 0 1px 0 0;
  color: #f9d738;
  font-size: 18px;
}

.single-product-head .star-content a {
  font-size: 15px;
}

.single-product-head .star-content a span {
  margin-right: 6px;
}

.single-product-desc {
  background: #fff;
  padding: 30px;
	min-height: 400px;
  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 {
  text-transform: capitalize;
  color: #222;
  line-height: 24px;
  font-size: 0.9375rem;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.studio-thumb h6 {
  font-size: 1rem;
  color: #222;
}

.studio-thumb h6 small {
  font-size: 14px;
  color: #707070;
}

.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: #f9d738;
  font-size: 18px;
}

.grade-content .title {
  text-transform: capitalize;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.grade-content .sub-title {
  color: #222;
  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;
  margin-right: 15px;
}

.product-grouped .title {
  margin-bottom: 0.8rem;
  color: #222;
  font-size: 15px;
  text-transform: capitalize;
}

.product-grouped span {
  font-size: 14px;
  color: #707070;
  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: #222;
  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 {
  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 {
  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: #222 !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: #f9d738 !important;
}

/************************
    single-product End
  ************************/
.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: #222;
  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: #222 !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;
}

/*--------------------------------------
/*  [ 4.19 checkout 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 {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
  color: #222;
  font-size: 24px;
}

.your-order-area .title {
  font-weight: 600;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 30px;
  color: #222;
}

.billing-info {
  margin-bottom: 20px;
}

.billing-info label {
  color: #222;
  font-size: 14px;
  margin-bottom: 10px;
}

.form-label {
  color: #222;
}

.form-select {
  height: 45px;
  border-radius: 0px;
  outline: 0;
  color: #565656;
  padding: 0px;
}

.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 {
  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-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: #222;
  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 {
  font-size: 16px;
  color: #222;
  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-weight: 600;
  color: #222;
  font-size: 16px;
}

.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: 16px;
  color: #222;
  font-weight: 600;
}

.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: 600;
  color: #222;
  font-size: 16px;
}

.your-order-area
.your-order-wrap
.your-order-product-info
.your-order-total
ul
li {
  font-weight: 600;
  color: #225eca;
  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 {
  color: #222;
  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 {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ebebeb;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  line-height: 2;
}

.single-my-account h3.panel-title span {
  color: #222;
  font-size: 14px;
  left: 20px;
  position: absolute;
  top: 16px;
}

.single-my-account h3.panel-title a {
  color: #222;
  display: block;
  padding: 16px 55px;
  position: relative;
}

.single-my-account h3.panel-title a:hover {
  color: #225eca;
}

.single-my-account h3.panel-title a:hover::before {
  color: #225eca;
}

.single-my-account h3.panel-title 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 {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
}

.single-my-account .myaccount-info-wrapper .account-info-wrapper h5 {
  font-size: 14px;
  letter-spacing: 0.2px;
  margin-top: 7px;
  font-weight: 600;
  color: #222;
}

.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: #222;
  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: #225eca;
}

.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a i {
  font-size: 15px;
  color: #225eca;
}

.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: #225eca;
}

.single-my-account
.myaccount-info-wrapper
.entries-wrapper
.entries-edit-delete
a:hover {
  background-color: #225eca;
}

.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 {
  color: #225eca;
}

.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: #222;
}

.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: #222;
  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: #222;
  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: #225eca;
}

.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: #222;
  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: #222;
  margin: 0 0 9px;
}

.contact-info-wrap .single-contact-info .contact-info-dec p a {
  color: #222;
}

.contact-info-wrap .single-contact-info .contact-info-dec p a:hover {
  color: #225eca;
}

.contact-info-wrap .single-contact-info:hover .contact-icon i {
  background-color: #225eca;
  color: #fff;
  border-color: #225eca;
}

.contact-social h3 {
  font-weight: 700;
  color: #222;
  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 {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  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: #225eca;
  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: #222;
  color: #fff;
}

.coupon-title {
  color: #222;
  font-weight: 700;
  text-transform: capitalize;
  margin: 20px 0px 15px;
  font-size: 24px;
}

.check-out-btn {
  padding: 14px 30px;
}

.trash {
  color: #222;
}

/*--------------------------------------
/*  [ 4.20 my account CSS ]
----------------------------------------*/
/*------------------*
# Account Page
*------------------*/
.my-account .title {
  border-bottom: 1px solid #ebebeb;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #222;
}

.register .title {
  border-bottom: 1px solid #ebebeb;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #222;
}

.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: #222;
  font-weight: 600;
  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: #225eca;
  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 {
  border-bottom: 1px solid #ebebeb;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #222;
}

.myaccount-content .welcome a {
  color: #222;
}

.myaccount-content .welcome a:hover {
  color: #225eca;
}

.myaccount-content .welcome strong {
  font-weight: 600;
}

.myaccount-content a.edit-address-btn {
  borderColor: #333;
  color: #222;
}

.myaccount-content a.edit-address-btn i {
  padding-right: 5px;
}

.myaccount-content a.edit-address-btn:hover {
  color: #225eca;
}

.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,
.myaccount-table .table td a {
  color: #222;
}

.myaccount-table table td a:hover,
.myaccount-table .table td a:hover {
  color: #225eca;
}

.saved-message {
  font-weight: 600;
  font-size: 13px;
  padding: 20px;
}

.account-details-form h4 {
  text-transform: capitalize;
  margin: 0;
  color: #222;
  font-weight: 600;
  font-size: 18px;
}

.table .thead-light th {
  background-color: #e9ecef;
  borderColor: #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: #707070;
  padding: 0.8rem 1.6rem;
  height: 38px;
  line-height: 1.25;
  border-radius: 0px;
}

/* ***************
     my-account End
    ******************/
/*--------------------------------------
/*  [ 4.21 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;
  color: #222;
  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: #222;
  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
  ******************/
/*--------------------------------------
/*  [ 4.22 wishlist CSS ]
----------------------------------------*/
/*------------------*
# Whishlist Page
*------------------*/
@media (max-width: 991px) {
  .whish-list-section .table {
    min-width: 1030px;
  }
}

.whish-list-section .title {
  color: #222;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #ebebeb;
}

.whish-list-section .table .thead-light th {
  background-color: #225eca;
  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: #222;
  font-size: 15px;
}

.badge {
  padding: 8px 10px;
}

/* ***************
     whishlist End
    ******************/
/*--------------------------------------
/*  [ 4.23 contact CSS ]
----------------------------------------*/
.contact-title-section {
  margin-bottom: 35px;
}

.contact-title-section .title {
  font-weight: 600;
  color: #222;
  line-height: 1.4;
  font-size: 30px;
  margin-bottom: 0;
}

@media screen and (min-width: 1500px) {
  .contact-title-section .title {
    font-size: 35px;
  }
}

.address-list {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
  padding-bottom: 25px;
  color: #9a9a9a;
}

.address-list:last-child {
  border-bottom: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.address-list .title {
  font-weight: 600;
  color: #222;
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 20px;
}

.address-list .title span {
  color: #9a9a9a;
  font-size: 28px;
  margin-right: 10px;
}

.address-list .phone-number,
.address-list .mailto {
  color: #707070;
}

.address-list .phone-number:hover,
.address-list .mailto:hover {
  color: #225eca;
}

.contact-us-form .form-control {
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  border-color: #e7e7e7;
  margin-bottom: 20px;
  border-radius: 0;
}

.contact-us-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}


.contact-us-form .form-control.massage-control {
  height: 150px;
  resize: none;
}

.contact-us-form .form-label {
  color: #707070;
}

.form-message.error {
  color: #225eca;
}

.form-message.success {
  color: #45ab49;
}

/*--------------------------------------
/*  [ 4.24 about us CSS ]
----------------------------------------*/
/*------------------*
# About Us Page
*------------------*/
.about-content .title {
  font-weight: 600;
  color: #222;
  text-transform: capitalize;
  font-size: 35px;
  line-height: 1.4;
}

.about-content .sub-title {
  font-size: 1.4;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #222;
}

.about-info .title {
  font-size: 34px;
  font-weight: 500;
  color: #222;
}
 

.service-section .single-blog img {
  width: 100%;
}
.blog-section {
	    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  background-color: #cee0f4;
}

.progress-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #cee0f4;
}



.about{ display: block;}
.about .ry{ background: #e4edf6; padding: 12px;}
.about h1,.about h2{font-size: 20px;font-weight: 600;line-height: 26px; margin: 10px 0;}
/*.progress-section .about:nth-child(2){display: flex;
    flex-direction: row;
    flex-direction: row-reverse;
    flex-direction: column;
    flex-direction: column-reverse;}
.about:nth-child(2) h2{font-size:16px; margin:0px 0px 6px 0px;}
	.progress-section .about:nth-child(2) .about_img{ margin:20px 0px 0px 0px!important;}*/

.about_img{}
.about_title{}

@media screen and (min-width: 1200px) {
  #owl-demo .item img{width:100%; height:260px;}

  .progress-section {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}

.skills + .skills {
  margin-top: 30px;
}

.progress-title {
  color: #222;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: capitalize;
}

.skills-title {
  color: #222;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.progress-content p {
  margin-top: 20px;
}

.progress-bar {
  width: 0;
  background-color: #ff4545;
}

.progress {
  height: 6px;
}

.about-social {
  background: #fff;
  -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;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about-social .social-link {
  color: #222;
}

/* *******************
      about us page End
    **********************/
/*--------------------------------------
/*  [ 4.25 static info CSS ]
----------------------------------------*/
.static_info .box_info {
  position: relative;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.static_info .txt_info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 25px;
}

.static_info .txt_info .title {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

/*--------------------------------------
/*  [ 4.26 service CSS ]
----------------------------------------*/
.service {
  text-align: center;
}

.service-item {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .service-item {
    padding: 10px 20px;
  }
}

.service-icon {
  margin-bottom: 20px;
}

.service-title {
  font-weight: 700;
  color: #222;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.single-thumb {
  max-width: 200px;
  margin: 0 auto;
}

.single-service {
  position: relative;
}
.single-service .row&gt;*{padding: 0px; margin: 0px;}
.single-service .thumb img{width: 100%;}
.single-service .sub-title {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 14px;
}


.single-service .sub-desc {
	background: #f7f7f7;
	padding:80px 50px;
	display: flex;
    align-items: center;
	height: 100%;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 14px;
}


.service:hover .about-social {
  opacity: 1;
}

/*--------------------------------------
/*  [ 4.27 404 CSS ]
----------------------------------------*/
.error-section {
  text-align: center;
}

.error-section p {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  font-size: 1.1429em;
}

.error-title {
  font-weight: 600;
  line-height: 1.5;
  color: #222;
  font-size: 30px;
  text-transform: uppercase;
}

@media screen and (min-width: 1500px) {
  .error-title {
    font-size: 35px;
  }
}

.error-serch-form {
  max-width: 500px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.error-serch-form form {
  position: relative;
}

.error-serch-form .form-control {
  padding: 0 55px 0 20px;
  color: #9a9a9a;
  font-size: 1em;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e7e7e7;
  border-radius: 0;
}

.error-serch-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.error-serch-form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.error-serch-form .form-control:focus::-moz-placeholder {
  color: transparent;
}

.error-serch-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.error-serch-form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.error-serch-form .form-control:focus::placeholder {
  color: transparent;
}

/*--------------------------------------
/*  [ 4.28 policy CSS ]
----------------------------------------*/
.policy-list + .policy-list {
  margin-top: 60px;
}

.policy-title {
  font-size: 25px;
  color: #222;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 10px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  .policy-title {
    font-size: 35px;
  }
}

/*--------------------------------------
/*  [ 4.29 accordion CSS ]
----------------------------------------*/
.accourdion-section p {
  margin-bottom: 80px;
}

.accordion .accordion-body p {
  margin-bottom: 0;
}

.accoudion-title {
  color: #222;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 24px;
  text-transform: capitalize;
}

.accordion-button {
  border-radius: 0;
}

.accordion-button:hover {
  color: #225eca;
}

.accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #225eca;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-item {
  border-top: 1px solid #ebebeb !important;
  border-radius: 0 !important;
}

.accordion-item + .accordion-item {
  margin-top: 15px;
}


.form-cart-control {
    font-size: 14px;
    line-height: 36px;
    border-color: #e7e7e7;
    margin-bottom: 20px;
    border-radius: 0;
    resize: none;
	overflow: hidden;

}
.form-cart-control .form-control {
    min-height: 100px;
}
.form-cart-control  span{display: none;}
.form-cart-control .spa1{  background-color: #df3131;
    border: 1px solid hsla(0, 0%, 100%, .25);
    -webkit-font-smoothing: auto;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    padding: 2px 12px;
    position: absolute;
    margin-left: 5px;
    z-index: 1000;}</pre></body></html>