
.hidden {
  display: none; }

.fullwidth {
  width: 100%; }

.limit100 {
  max-width: 100%; }

.box {
  position: relative;
  display: block; }

.div {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%; }

img.responsive {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

img.scaledown {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down; }

img.contain {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain; }

.bold {
  font-weight: bold; }

.clearfix {
  clear: both; }

.clearfix::before {
  content: " ";
  display: table; }

.clearfix::after {
  content: " ";
  display: block;
  clear: both; }

.space {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  clear: both; }

.space10 {
  height: 10px; }

.space20 {
  height: 20px; }

.space30 {
  height: 30px; }

.space40 {
  height: 40px; }

.space50 {
  height: 50px; }

.space60 {
  height: 60px; }

.pd0 {
  padding: 0; }

.pd10 {
  padding: 10px; }

.pd20 {
  padding: 20px; }

.pd30 {
  padding: 30px; }

.pd40 {
  padding: 40px; }

.pd50 {
  padding: 40px; }

.pdt10 {
  padding-top: 10px; }

.pdt20 {
  padding-top: 20px; }

.pdt30 {
  padding-top: 30px; }

.pdt40 {
  padding-top: 40px; }

.pdt50 {
  padding-top: 50px; }

.pdbt10 {
  padding-bottom: 10px; }

.pdbt20 {
  padding-bottom: 20px; }

.pdbt30 {
  padding-bottom: 30px; }

.pdbt40 {
  padding-bottom: 40px; }

.pdbt50 {
  padding-bottom: 50px; }

.pdtb10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.pdtb20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.pdtb30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.pdtb40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.pdtb50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.mg0 {
  margin: 0; }

.mgt10 {
  margin-top: 10px; }

.mgt20 {
  margin-top: 20px; }

.mgt30 {
  margin-top: 30px; }

.mgt40 {
  margin-top: 40px; }

.mgt50 {
  margin-top: 50px; }

.mgt100 {
  margin-top: 100px; }

.mgbt10 {
  margin-bottom: 10px !important; }

.mgbt20 {
  margin-bottom: 20px !important; }

.mgbt30 {
  margin-bottom: 30px !important; }

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

.mgbt45 {
  margin-bottom: 45px !important; }

.mgbt50 {
  margin-bottom: 50px !important; }

::-moz-selection {
  color: teal;
  background: #ccc; }

::selection {
  color: teal;
  background: #ccc; }

.clear {
  clear: both; }

.bg-white {
  background: #fff; }

.white {
  color: #fff; }

.red {
  color: red; }

.uppercase {
  text-transform: uppercase; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.center {
  display: block;
  text-align: -webkit-center; }

.box-effect {
  position: relative;
  display: block;
  overflow: hidden; }

.box-effect::before {
  position: absolute;
  top: 0;
  left: -84%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg); }

.box-effect:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s; }

@-ms-keyframes shine {
  100% {
    left: 125%; } }
@-moz-keyframes shine {
  100% {
    left: 125%; } }
@-webkit-keyframes shine {
  100% {
    left: 125%; } }

.footer {
  background-color: #333;
  background-image: url('../images/map.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  color: #666;
}

.tophead.bgcl {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #333;
  color: #666;
  font-size: 13px;
}

.mainhead {
  margin-top: 15px;
  box-shadow: 0 3px 5px 0 #b9b9b9;
}

._w-container {
  max-width: 1140px;
}

.link {
  font-family: 'Fontawesome webfont', sans-serif;
}

.phone {
  float: right;
}

.text-span {
  font-family: 'Fontawesome webfont', sans-serif;
}

.logo {
  padding-top: 15px;
}

.openingtimesmainmenu {
  display: inline-block;
  float: left;
}

.openingtimesmainmenu.tb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.openingtimesmainmenu.tb20.lr10 {
  padding-right: 10px;
  padding-left: 10px;
}

.wpht {
  display: inline-block;
  float: right;
}

.iconclock {
  display: inline-block;
  float: left;
  font-size: 48px;
}

.texttiem {
  display: inline-block;
  float: left;
}

.link-2 {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #666;
  line-height: 0.9;
}

.paragraph {
  display: block;
  margin-bottom: 0px;
  color: #666;
}

.heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #666;
}

.button {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  float: right;
  border-radius: 3px;
  background-color: #7f6aa5;
}

.line-head {
  height: 1px;
  margin-top: 20px;
  background-color: #d7d7d7;
}

.navbar {
  margin-top: 20px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block {
  font-family: 'Fontawesome webfont', sans-serif;
  color: #666;
  font-size: 30px;
}

.brand {
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  border-right: 1px solid #ddd;
}

.nav-link-2 {
  color: #666;
}

.nav-link-2:hover {
  color: #444;
}

.nav-link-3 {
  color: #666;
}

.nav-link-3:hover {
  color: #444;
}

.nav-link-4 {
  color: #666;
}

.nav-link-4:hover {
  color: #444;
}

.nav-link-5 {
  color: #666;
}

.nav-link-5:hover {
  color: #444;
}

.nav-link-6 {
  color: #666;
}

.nav-link-6:hover {
  color: #444;
}

.nav-link-7 {
  color: #666;
}

.nav-link-7:hover {
  color: #444;
}

.unordered-list {
  padding: 20px;
  float: right;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #666;
  font-size: 24px;
}

.nav-menu {
  float: left;
}

.list-item {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
  float: left;
}

.list-item-2 {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
  float: left;
}

.list-item-3 {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
  float: left;
}

.list-item-4 {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
  float: left;
}

.icon {
  margin-top: 46.5px;
    margin-right: 0px;
    width: 100%;
    text-align: CENTER;
    padding-right: 0px;
}

.menu-item {
  padding-right: 20px;
  color: #666;
}

.menu-item:hover {
  color: #444;
}

.dropdown-list {
  display: none;
  padding-top: 10px;
  background-color: transparent;
}

.dropdown-link {
  border-bottom: 1px solid #ddd;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.dropdown-link:hover {
  border-bottom: 1px solid #999;
  background-color: #444;
}

.dropdown-link-2 {
  border-bottom: 1px solid #ddd;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-link-2:hover {
  background-color: #444;
}

.dropdown-link-3 {
  background-color: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-link-3:hover {
  background-color: #444;
}

.slider {
  height: auto;
}

.heading-2 {
  margin-bottom: 35px;
  font-family: 'Svn segoe print', sans-serif;
  color: #444;
  font-weight: 700;
}

.line {
  height: 1px;
  background-color: #d7d7d7;
}

.linemidle {
  width: 30%;
  height: 1px;
  background-color: #7f6aa5;
}

.div-block-2 {
  display: inline-block;
  width: 330px;
  margin-right: 5px;
  float: left;
}

.div-block-4 {
  display: inline-block;
  width: 214px;
  margin-left: 5px;
  float: left;
}

.paragraph-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #666;
}

.paragraph-3 {
  margin-top: 20px;
  color: #666;
}

.panel-no-style {
  margin-top: 65px;
}

.div-block-5 {
  display: block;
  margin-top: 65px;
  margin-bottom: 30px;
  text-align: center;
}

.heading-3 {
  display: block;
  font-family: 'Svn segoe print', sans-serif;
}

.link-3 {
  font-family: Montserrat, sans-serif;
  color: #666;
  font-size: 18px;
  font-weight: 700;
}

.figure.imglistsb {
  display: inline-block;
  margin-right: 15px;
  float: left;
}

.figure.top20 {
  margin-top: 20px;
}

.heading-4 {
  color: #444;
}

.paragraph-4 {
  color: #666;
}

.heading-5 {
  margin-top: 0px;
  color: #666;
}

.paragraph-5 {
  color: #666;
}

.heading-6 {
  display: block;
  font-family: 'Svn segoe print', sans-serif;
}

.titlepricesv {
  margin-top: 65px;
  margin-bottom: 30px;
  text-align: center;
}

.iteamprice {
  padding: 10px;
  background-image: url('../images/bgprice_03.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.iteamprice.mackup {
  background-image: url('../images/BgPrice2_03.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.iteamprice.haircuts {
  background-image: url('../images/BgiteamPrice-3_03.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-6 {
  height: 100%;
  padding: 50px 20px;
  background-color: #fff;
}

.heading-7 {
  display: inline-block;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
}

.titleofprice {
  text-align: center;
}

.list-item-5 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.unordered-list-2 {
  overflow: auto;
  height: 200px;
  margin-top: 20px;
  padding-right: 16px;
  padding-left: 16px;
}

.linebox {
  display: inline-block;
  width: 30%;
  height: 1px;
  background-color: #ddd;
}

.tabs-menu {
  display: block;
  margin-top: 65px;
  margin-bottom: 30px;
  text-align: right;
}

.tab-link {
  border: 3px solid #d7d7d7;
  background-color: #fff;
  color: #888;
  font-weight: 700;
}

.tab-link.w--current {
  border-color: #333;
  background-color: transparent;
  color: #333;
}

.tab-link-2 {
  border: 3px solid #d7d7d7;
  background-color: transparent;
  color: #666;
  font-size: 18px;
}

.tab-link-2.w--current {
  border-color: #333;
  border-right-style: solid;
  border-right-width: 3px;
  background-color: transparent;
  color: #333;
  font-weight: 700;
}

.tab-link-3 {
  border: 3px solid #d7d7d7;
  background-color: transparent;
  color: #888;
}

.tab-link-3.w--current {
  border-color: #333;
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  background-color: transparent;
  color: #333;
}

.text-block-3 {
  font-size: 18px;
}

.div-block-7 {
  display: inline-block;
  width: 50%;
  float: left;
  border: 1px solid #fff;
}

.div-block-8 {
  display: inline-block;
  width: 50%;
  float: left;
}

.div-block-9 {
  display: inline-block;
  width: 50%;
  float: left;
}

.div-block-10 {
  display: inline-block;
  width: 50%;
  float: left;
}

.div-block-11 {
  display: inline-block;
  overflow: hidden;
  width: 50%;
  float: left;
  border: 1px solid #fff;
}

.unordered-list-3 {
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  padding-left: 0px;
  float: left;
  border-right: 1px solid #ddd;
  font-size: 18px;
  text-align: center;
}

.paragraph-6 {
  display: block;
  color: #444;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.list-item-6 {
  color: #888;
}

.list-item-7 {
  color: #888;
}

.div-block-13 {
  padding: 20px 10px;
}

.button-2 {
  width: 100%;
  border-radius: 3px;
  background-color: #333;
  font-size: 18px;
  text-align: center;
}

.div-block-14 {
  display: inline-block;
  width: 50%;
}

.heading-8 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #666;
}

.div-block-15 {
  position: relative;
}

.galery {
  position: absolute;
  top: 70px;
  display: inline-block;
  width: 200px;
  height: auto;
}

.text-span-2 {
  display: inline-block;
}

.text-span-3 {
  display: inline-block;
}

.viewmore {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.button-3 {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 3px;
  background-color: #e1e1e1;
  color: #888;
}

.custummer {
  padding-top: 29px;
  padding-bottom: 29px;
}

.heading-9 {
  display: block;
  font-family: 'Svn segoe print', sans-serif;
}

.titleblog {
  margin-top: 65px;
  margin-bottom: 30px;
  text-align: center;
}

.titlecustummer {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.heading-10 {
  display: block;
  font-family: 'Svn segoe print', sans-serif;
}

.boxcustummer {
  margin-bottom: 20px;
  padding: 15px;
  border: 5px solid #e1e1e1;
}

.imgavata {
  display: inline-block;
  overflow: hidden;
  margin-right: 20px;
  float: left;
  border-radius: 50%;
}

.text-span-4 {
  font-family: 'Fontawesome webfont', sans-serif;
  color: #666;
}

.text-span-5 {
  font-family: 'Fontawesome webfont', sans-serif;
  color: #666;
}

.text-span-6 {
  color: #888;
}

.paragraph-7 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.heading-11 {
  text-transform: uppercase;
}

.paragraph-8 {
  font-size: 13px;
}

.paragraph-9 {
  font-size: 13px;
}

.heading-12 {
  text-transform: uppercase;
}

.map {
  height: 200px;
}

.mainfooter {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-16 {
  height: 40px;
  background-color: #222;
  text-align: center;
}

.text-block-4 {
  display: inline-block;
  line-height: 40px;
}

.text-block-5 {
  font-size: 18px;
}

.iconkeo {
  display: inline-block;
  width: 173px;
  height: 20px;
  background-image: url('../images/iconkeo_03.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/slider0-1920x600.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.heading-13 {
  display: block;
  font-family: 'Svn segoe print', sans-serif;
}

.div-block-17 {
  text-align: center;
}

.block-quote {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 13px;
  line-height: 18px;
  font-style: italic;
}

.paragraph-10 {
  text-align: left;
}

.paragraph-11 {
  text-align: left;
}

.ourteam {
  margin-top: 65px;
  text-align: center;
}

.heading-14 {
  font-family: 'Svn segoe print', sans-serif;
}

.boxteam {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.connectsocial {
  position: absolute;
  bottom: 0px;
  display: none;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  background-color: hsla(315, 2%, 49%, .8);
  color: #fff;
}

.heading-15 {
  margin-bottom: 0px;
}

.div-block-18 {
  display: inline-block;
  float: left;
}

.unordered-list-4 {
  display: inline-block;
  margin-bottom: 0px;
  padding: 20px;
  float: right;
  font-family: 'Fontawesome webfont', sans-serif;
}

.list-item-8 {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 24px;
}

.list-item-9 {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 24px;
}

.image-6 {
  width: 100%;
}

.row-2.top65 {
  margin-top: 65px;
}

.contactus11 {
  height: 300px;
  background-image: url('../images/about-us_02.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.heading-16 {
  font-family: 'Great Vibes', cursive;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.button-4 {
  border-radius: 3px;
  background-color: #333;
}

.div-block-19 {
  padding-top: 68px;
  padding-bottom: 68px;
  text-align: center;
}

.contentboxnews {
  padding: 15px;
}

.heading-17 {
  margin-top: 0px;
  color: #444;
  font-size: 30px;
  line-height: 30px;
}

.paragraph-12 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #666;
}

.link-4 {
  color: #444;
    font-size: 15px;
    font-family: 'Svn segoe print', sans-serif;
}

.text-span-7 {
  font-weight: 700;
}

.text-span-8 {
  color: #666;
}

.text-span-9 {
  color: #666;
}

.boxnews {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.div-block-21 {
  margin-right: -10px;
  margin-left: -10px;
}

.div-block-22 {
  background-color: #fbfbfb;
}

.categories {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f9f9f9;
}

.heading-18 {
  margin-top: 40px;
  font-family: 'Svn segoe print', sans-serif;
  text-align: center;
}

.heading-19 {
  font-family: 'Svn segoe print', sans-serif;
}

.div-block-23 {
  margin-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #666;
}

.titlecategory {
  text-align: center;
}

.unordered-list-5 {
  margin-top: 30px;
  font-weight: 700;
  text-align: center;
}

.list-item-10 {
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}

.list-item-10:hover {
  color: #7f6aa5;
  font-size: 15px;
}

.latestnew {
  margin-top: 20px;
  padding: 25px 11px;
  background-color: #f9f9f9;
}

.titlelistnewssb {
  text-align: center;
}

.heading-20 {
  font-family: 'Svn segoe print', sans-serif;
}

.heading-21 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #444;
}

.listnewssb2 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.bannerads.top20 {
  margin-top: 20px;
}

.linenews {
  height: 1px;
  margin-top: 30px;
  background-color: #666;
}

.paragraph-13 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-6 {
  font-size: 13px;
  font-style: italic;
  text-align: center;
}

.paragraph-14 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-5 {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 30px;
  font-style: italic;
  font-weight: 700;
}

.comentsocial.top30 {
  height: auto;
  margin-top: 30px;
  margin-bottom: 65px;
}

.image-7 {
  width: 100%;
  float: none;
}

.newsletter {
  padding: 20px 15px;
  background-color: #f9f9f9;
}

.newsletter.top20 {
  margin-top: 20px;
}

.text-span-10 {
  font-family: 'Great Vibes', cursive;
}

.text-field {
  border-color: transparent transparent #444;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  background-color: transparent;
}

.mackhv {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  background-color: rgba(85, 85, 85, .5);
  text-align: center;
}

.submit-button {
  border-radius: 3px;
  background-color: #7f6aa5;
}

.list-item-20 {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  border: 1px solid #a350aa;
  background-color: #f0f0f0;
  color: #a350aa;
}

.list-item-21 {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  border: 1px solid transparent;
  background-color: #f0f0f0;
  color: #444;
}

.list-item-22 {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  border: 1px solid transparent;
  background-color: #f0f0f0;
  color: #444;
}

.list-item-23 {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  border: 1px solid transparent;
  background-color: #f0f0f0;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #444;
}

.unordered-list-8 {
  margin: 20px -5px 30px;
}

.imgdetail {
  display: block;
  height: 400px;
  background-color: #fbfbfb;
    overflow: hidden;
}

.infoprddetail {
  margin-right: 10px;
  margin-left: 10px;
}

.heading-23 {
  display: inline-block;
  margin-top: 0px;
  float: left;
}

.heading-24 {
  display: inline-block;
  margin-top: 0px;
  float: left;
      color: #333;
}

.paragraph-16 {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #666;
  font-weight: 700;
}

.paragraph-17 {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #666;
  font-weight: 700;
}

.paragraph-18 {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #666;
  font-weight: 700;
}

.paragraph-19 {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #666;
  font-weight: 700;
}

.paragraph-20 {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #666;
  font-weight: 700;
}

.div-block-25 {
  margin-right: 10px;
}

.slider-3 {
  width: 60%;
  height: 100px;
  float: left;
}

.slide-4 {
  width: 33.33%;
}

.icon-2 {
  font-size: 18px;
}

.icon-3 {
  font-size: 18px;
}

.div-block-26 {
  margin-bottom: 10px;
  border-bottom: 1px solid #666;
}

.button-5 {
  border-radius: 3px;
  background-color: #7f6aa5;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.unordered-list-9 {
  padding: 10px;
  background-color: #fbfbfb;
}

.infoproduct {
  margin-top: 30px;
    background: #f9f9f9;
    padding: 10px;
}

.heading-25 {
  margin-top: 40px;
  font-weight: 400;
}

.paragraph-21 {
  font-weight: 600;
}

.text-block-7 {
  font-size: 13px;
  font-style: italic;
  text-align: center;
}

.paragraph-22 {
  margin-top: 20px;
}

.top30 {
  height: 419px;
  margin-top: 30px;
}

.top30.bottom30 {
  margin-bottom: 30px;
}

.slide-5 {
  width: 25%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
  background-color: #f9f9f9;
}

.boxproduct {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #fbfbfb;
}

.div-block-28 {
  padding-top: 29px;
  padding-bottom: 29px;
  float: right;
}

.heading-26 {
  color: red;
  text-align: center;
}

.heading-27 ,.heading-27 a{
  color: #444;
  text-align: center;
}

.contentboxprd {
  padding: 10px 20px;
}

.icon-4 {
  color: #444;
}

.icon-5 {
  color: #444;
}

.mask {
  background-color: #fff;
}

.boxproductlist {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #fbfbfb;
}

.contentboxlist {
  padding-right: 20px;
  padding-left: 20px;
}

.heading-28 {
  font-size: 15px;
  text-align: center;
}

.wpprice {
  margin-top: 10px;
}

.paragraph-23 {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  text-decoration: line-through;
}

.list-item-24 {
  display: inline-block;
}

.list-item-25 {
  display: inline-block;
  color: #666;
}

.list-item-26 {
  display: inline-block;
}

.paragraph-24 {
  margin-bottom: 0px;
  color: #f26c4f;
}

.unordered-list-10 {
  display: inline-block;
}

.div-block-29 {
  width: 20px;
  height: 20px;
  float: right;
  border-radius: 50%;
  background-color: #b7b7b7;
}

.text-block-8 {
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 13px;
  text-align: center;
}

.row-3.pdam {
  margin-right: -10px;
  margin-left: -10px;
}

.row-3.pdam.bottom20 {
  margin-bottom: 20px;
}

.titlemanwoman {
  text-align: center;
}

.boxman {
  width: 50%;
  margin-bottom: 56px;
  float: left;
  text-align: center;
}

.boxwomant {
  width: 50%;
  margin-bottom: 56px;
  float: right;
  text-align: center;
}

.div-block-30 {
  margin-top: 65px;
}

.heading-29 {
  font-family: 'Svn segoe print', sans-serif;
  font-size: 60px;
}

.heading-30 {
  margin-top: 45px;
  font-family: 'Svn segoe print', sans-serif;
}

.div-block-31 {
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-32 {
  padding-right: 10px;
  padding-left: 10px;
}

.mgam {
  margin-left: -10px;
}

.row-4.mgam {
  margin-right: -10px;
  margin-left: -10px;
}

.row-4.mgam.mgbottom20 {
  margin-bottom: 20px;
}

.wpimgprd {
  position: relative;
}

.heading-31 {
  font-size: 18px;
  text-align: center;
}

.pricelistprd {
  padding-top: 15px;
  padding-bottom: 15px;
}

.list-item-27 {
  display: inline-block;
  margin-right: 10px;
  text-decoration: line-through;
}

.list-item-28 {
  display: inline-block;
  color: #f26c4f;
}

.unordered-list-11 {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 18px;
}

.div-block-33 {
  display: inline-block;
  width: 20px;
  height: 20px;
  float: right;
  border-radius: 50%;
  background-color: #b7b7b7;
}

.text-block-9 {
  font-family: 'Fontawesome webfont', sans-serif;
  text-align: center;
}

.row-5.mgam {
  margin-right: -10px;
  margin-bottom: 20px;
  margin-left: -10px;
}

.link-6 {
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 24px;
}

.link-6.iconviewprdlist {
  display: inline-block;
  height: 100%;
  padding-top: 149px;
  padding-bottom: 149px;
  color: #fff;
  line-height: 100%;
}

.div-block-34 {
  display: inline-block;
  height: 100%;
  line-height: 100%;
}

.saleprdlist {
  position: absolute;
  top: 0px;
  right: 20px;
  width: 50px;
  height: 60px;
  background-color: #f27054;
}

.heading-32 {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  text-align: center;
}

.div-block-35 {
  display: inline-block;
}

.price-list.top40 {
  margin-top: 40px;
}

.price-list.top40.bottom40 {
  margin-bottom: 40px;
}

.service {
  display: inline-block;
}

.for-him {
  display: inline-block;
}

.for-her {
  display: inline-block;
}

.for-children {
  display: inline-block;
}

.heading-33 {
  display: inline-block;
}

.text-span-11 {
  font-family: 'Fontawesome webfont', sans-serif;
}

.text-span-12 {
  font-family: 'Fontawesome webfont', sans-serif;
}

.text-span-13 {
  font-family: 'Fontawesome webfont', sans-serif;
}

.text-span-14 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-span-15 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-span-16 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-block-10 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  text-align: center;
}

.text-block-10.bdfoher {
  background-color: #f8f8f8;
}

.text-block-11 {
  font-size: 16px;
}

.text-block-12 {
  padding: 10px;
  background-color: #f8f8f8;
  font-size: 16px;
}

.list-item-29 {
  border: 1px solid transparent;
}

.list-item-29:hover {
  border: 1px solid #a350aa;
  color: #a350aa;
}

.list-item-30 {
  border-bottom: 1px solid #d7d7d7;
}

.enuy ul li.list-item-30.toplistprice {
  background-color: #f8f8f8;
  list-style: none !important;
}

.column-6 {
  text-align: center;
}

.column-7 {
  text-align: center;
}

.column-8 {
  text-align: center;
}

.unordered-list-12 {
  border: 1px solid #d7d7d7;
}

.column-9 {
  padding-right: 19px;
  padding-left: 19px;
}

.facbook {
  cursor: pointer;
}

.facbook:hover {
  color: #a350aa;
}

.twitter {
  cursor: pointer;
}

.twitter:hover {
  color: #a350aa;
}

.youtube {
  cursor: pointer;
}

.youtube:hover {
  color: #a350aa;
}

.hub {
  cursor: pointer;
}

.hub:hover {
  color: #a350aa;
}

.image-9 {
  width: 100%;
}

@media (max-width: 1199px) {  
  .brand {
    padding-right: 10px;
  }
  .navbar {
    font-size: 15px;
  }
  .w-nav-link {
    padding: 20px 10px;
  }
}
@media (max-width: 991px) {
  .div-block-11 {
    height: auto;
  }
  .image-8 {
    width: 100%;
  }
  .image-9 {
    width: 100%;
  }
  .image-10 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .slide {
    background-size: 960px;
  }
  .slider {
    height: auto;
  }
}

@media (max-width: 479px) {
  .openingtimes {
    text-align: center;
  }
  .phone {
    width: 100%;
    text-align: center;
  }
  .button {
    display: none;
  }
  .unordered-list {
    float: none;
  }
  .nav-menu {
    background-color: #e9e9e9;
  }
  .icon {
    margin-top: 18px;
    margin-right: 20px;
  }
  .slide {
    background-image: none;
  }
  .div-block-2 {
    width: 100%;
  }
  .div-block-4 {
    display: none;
  }
  .panel-no-style {
    margin-top: 0px;
  }
  .buttonsv {
    margin-bottom: 10px;
  }
  .boxsevic {
    margin-bottom: 20px;
  }
  .div-block-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .galery {
    display: none;
  }
  .ourteam {
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .row-2.top65 {
    margin-top: 35px;
  }
  .div-block-19 {
    margin-top: 10px;
  }
  .boxnews {
    width: 100%;
  }
  .heading-18 {
    font-size: 24px;
  }
  .imgdetail {
    height: auto;
  }
  .div-block-25 {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .slider-3 {
    width: 100%;
    float: none;
  }
  .button-5 {
    width: 100%;
    text-align: center;
  }
  .slide-5 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .boxproduct {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .div-block-28 {
    width: 100%;
    float: none;
  }
  .boxman {
    width: 100%;
  }
  .boxwomant {
    width: 100%;
  }
  .div-block-30 {
    margin-top: 35px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-31 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .row-5.mgam {
    margin-top: 20px;
  }
  .text-block-12 {
    text-align: center;
  }
  .column-9 {
    text-align: center;
  }
  .icon-6 {
    font-size: 24px;
  }
  .icon-7 {
    font-size: 24px;
  }
  .slide-nav {
    bottom: -10px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 12px;
  }
  .image-12 {
    width: 100%;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Svn segoe print';
  src: url('../fonts/SVN-Segoe-Print.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Utm swashes';
  src: url('../fonts/UTM-Swashes.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-ExtraBold.otf') format('opentype'), url('../fonts/MontserratAlternates-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.otf') format('opentype'), url('../fonts/Montserrat-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
.social a{
  color: #666;
}
a{
  text-decoration: none;
}
.nav-menu ul{
  padding-left: 0px;
}
.nav-menu > li > a{
  color: #666;
}

.nav-menu > li:hover > a{
  color: #444;
}

.dropdown-link a{
  color: #fff;
}
.fix-video-in iframe{
  width: 100% !important;
  height: 313px !important;
}
.he177{
  height: 177px;
  object-fit: cover;
  width: 100%;
}
.he71{
  height: 71px;
  object-fit: cover;
  width: 100px;
}
.heading-4 a{
  color: #666;
}
.heading-5 a{
    color: #666;
}
.w-25{
  width: 25%;
}
.he374{
  height: 374px;
  object-fit: cover;
  width: 100%;
}
.heading-17 a{
    margin-top: 0px;
    color: #444;
    font-size: 30px;
    line-height: 30px;
}
.paragraph-12{
  height: 80px;
  overflow: hidden;
}
.enci-pagination a, .enci-pagination strong{
  display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    padding: 5px 10px;
    border: 1px solid transparent;
    background-color: #f0f0f0;
    color: #444;
}

.enci-pagination strong{
    border: 1px solid #a350aa;
    background-color: #f0f0f0;
    color: #a350aa;
}
.lis-dm a{
  color: #333;
}
.heading-21 a{
      color: #444;
}
.f20{
  font-size: 20px !important;
}
.matt15{
  margin-top: 15px;
}
.matb15{
  margin-bottom: 15px;
}
.list-item-10 a{
  color: #333;
}
.he272{
  width: 100%;
  height: 272px;
  object-fit: cover;
}
.matb20{
  margin-bottom: 20px;
}

.he324{
  width: 100%;
  height: 324px;
  object-fit: cover;
}
.heading-29 a{
  color: #333;
}
.heading-31 a{
  color: #333;
}
.he277{
  height: 277px;
  width: 100%;
  object-fit: cover;
}
.clb{
  clear: both;
}
input#email {
    border: 1px solid;
}
.text-field-2 {
    width: 49%;
    margin-right: 5px;
    float: left;
    border-radius: 3px;
}
.text-field-3 {
    width: 49%;
    margin-left: 5px;
    float: right;
    border-radius: 3px;
}
.text-field-4 {
    border-radius: 3px;
}
textarea.w-input, textarea.w-select {
    height: auto;
}
.textarea {
    border-radius: 3px;
}
input.w-button {
    -webkit-appearance: button;
}
.submit-button-2 {
    width: 100%;
    border-radius: 3px;
    background-color: #666;
}
.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #666666;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    outline: none;
}
.submit-button-2 {
    width: 100%;
    border-radius: 3px;
    background-color: #666;
}
.submit-button-2:hover {
    background-color: #333;
}
.fomcontact {
    text-align: center;
}
.getin {
    text-align: center;
}
.iconlocation {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Fontawesome webfont', sans-serif;
    font-size: 24px;
}

.socialcontact {
    margin-top: 19px;
    font-family: 'Fontawesome webfont', sans-serif;
    color: #666;
    font-size: 24px;
}
.list-item-31 {
    display: inline-block;
    padding: 10px;
}
.list-item-32 {
    display: inline-block;
    padding: 10px;
}
.list-item-33 {
    display: inline-block;
    padding: 10px;
}
.list-item-34 {
    display: inline-block;
    padding: 10px;
}
.iconcloccontact {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Fontawesome webfont', sans-serif;
    font-size: 24px;
}
.map-contact iframe{
  width: 100% !important;
  height: 350px !important;
}
.heading-2 a{
    margin-bottom: 35px;
    font-family: 'Svn segoe print', sans-serif;
    color: #444;
    font-weight: 700;
}
.w100{width: 100%; object-fit: cover;}
.he150gt{
  height: 150px !important;
  object-fit: cover;
}

.he150gt img{
  height: 150px !important;
  object-fit: cover;
  width: 100%;
}
.more-a{
  color: #444;
  font-family: 'Svn segoe print', sans-serif;
}
