@font-face {
  font-family: 'Ageone serif';
  src: url('../fonts/Ageoneserif.eot');
  src: url('../fonts/Ageoneserif.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Ageoneserif.woff2') format('woff2'),
    url('../fonts/Ageoneserif.woff') format('woff'),
    url('../fonts/Ageoneserif.ttf') format('truetype'),
    url('../fonts/Ageoneserif.svg#Ageoneserif') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/*bootstrap*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xs-6ths,
.col-sm-6ths,
.col-md-6ths,
.col-lg-6ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
      width: 20%;
      float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
      width: 20%;
      float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
      width: 20%;
      float: left;
  }
}

.col-xs-6ths {
  width: 14.2%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-6ths {
      width: 14.2%;
      float: left;
  }
}

@media (min-width: 992px) {
  .col-md-6ths {
      width: 14.2%;
      float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-6ths {
      width: 14.2%;
      float: left;
  }
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){
  border-top-right-radius:15px;
      border-bottom-right-radius: 15px;
}
body {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: 400;
  color: #E9E7DF;
  background: #38383E;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

::selection {
	background: #C0B8A8;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #C0B8A8; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #C0B8A8; /* Safari */
	color: #FFF;
	text-shadow: none;
}

*:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #E3E7DF;
  font-family: 'Century Gothic', sans-serif;
  line-height: 1;
  /* text-transform: uppercase; */
}

h2 {
  text-align: center;
  position: relative;
  padding: 0 0 20px 0;
  margin: 0 0 30px 0;
  background: url(../image/h2_bottom.png) no-repeat center bottom;
  /* display:inline-block; */
}

h2:after {
  /* content:'';
    position:absolute;
    left:0; right:0;
    top:100%;
    margin:10px auto;
    width:10%;
    height:1px;
    background:#d7d8da; */
}

hr {
  border-top: 2px solid #d2d3d4;
}

/* default font size */
.fa {
  font-size: 14px;
}

/* Override the bootstrap defaults */
@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}

h1 {
  font-size: clamp(20px, 3vw, 30px);
  text-transform: uppercase;
  font-weight: bold;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

a {
  color: #E9E7DF;
  cursor: pointer;
}

a:focus,
a:active,
a:hover {
  text-decoration: none;
  color: #C0B8A8;
}

legend {
  font-size:30px;
  padding: 0px;
  color: #E9E7DF;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: none;
}

label {
  font-size: 14px;
  font-weight: normal;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 15px;
  border-radius: 15px;
  box-shadow: none;
  border: solid 1px #E9E7DF;
  background:#E9E7DF;
  color:#38383E;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 12px;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}

img {
  max-width: 100%;
  height: auto;
}

.home-collection .box-collection img {
	width: 100%;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}

.flip {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}

.full-width {
  margin-left: calc(-100vw / 2 + 1170px / 2);
  margin-right: calc(-100vw / 2 + 1170px / 2);
}

/* tooltip */
.tooltip.top .tooltip-arrow {
  border-top-color: #26252a;
}

.tooltip.top-left .tooltip-arrow {
  border-top-color: #26252a;
}

.tooltip.top-right .tooltip-arrow {
  border-top-color: #26252a;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #26252a;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #26252a;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #26252a;
}

.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #26252a;
}

.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #26252a;
}

.tooltip-inner {
  background: #26252a;
}

.alert {
  text-align: center;
  font-size: 13px;
  margin: 0;
  border-radius: 0;
  border: none;
  position: fixed;
  width:100%;
  z-index:9999;
  left:0;
  top:0;
}

.alert a {
	color: #38383E;
}

/* transition */
.owl-nav>div, .banner-2 img, .banner-1 img,
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a.btn, input[type='submit'], .button {
  -webkit-transition: ease-in-out all .3s;
  -moz-transition: ease-in-out all .3s;
  transition: ease-in-out all .3s;
}

#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover {
  color: #fff !important;
  background: #C0B8A8 !important;
  border: solid 1px #C0B8A8;
}

#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a.btn, input[type='submit'], .button {
  border: 1px none #E9E7DF;
  border-radius: 15px;
  background: #E9E7DF;
  padding: 0 10px ;
  text-transform: uppercase;
  font-size: 18px;
  color: #38383E !important;
  line-height: 36px;
  height: 36px;
  display: inline-block;
  font-weight: 600;
}

#button-voucher,
#button-coupon {
  height: 34px;
  margin-left: 10px;
  line-height: 32px;
  border-radius: 15px;
}

#button-search+h2 {
  display: none;
}

#button-search {
  margin: 15px 0;
}

.btn.btn-info {
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0 !important;
  vertical-align: middle;
  text-align: center;
}

.btn.btn-info i {
  line-height: 25px;
}

.btn-danger {
  color: #fff;
  background: #f00 !important;
  border: solid 1px #f00 !important;
}

.btn.btn-info i {
  line-height: 25px;
}

#modal-agree {
  z-index: 1000000;
}

.wrapper {
  padding: 0 3.9%;
  position: relative;
}

.home header {
  /* background: #fcfcfc; */
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

header {
  padding: 0 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;

  /* background: #fcfcfc; */
}

.main-menu {
  text-align: center;
  /*margin-top: 30px;*/
}
.main-menu.fix-header{
    margin-top: 0px;
}

.fix-header #top {
  top: 37px;
}


/* setting */
.setting {
  position: relative;
}

.setting>button {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}

.setting>button i {
  /* background: url('../image/bg-settings.png') no-repeat center; */
  cursor: pointer;
  font-size: 28px;
  /* width: 20px; */
  /* height: 14px; */
  color: #C0B8A8;
  display: inline-block;
  vertical-align: middle;
}

.setting>button:hover i {
  color: #fff;
}


/* language */
.language {
  position: relative;
}

.language>button {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}

.language>button i {
  /* background: url('../image/bg-settings.png') no-repeat center; */
  cursor: pointer;
  font-size: 28px;
  /* width: 20px; */
  /* height: 14px; */
  color: #C0B8A8;
  display: inline-block;
  vertical-align: middle;
}

.language>button:hover i {
  color: #fff;
}


#top {
  border-radius: 0;
  padding: 20px;
  margin: 0;
  right: 0;
  left: auto;
  top: 43px;
  background: rgba(56,56,63,0.9);
  border: solid 1px #b8b3a4;
  box-shadow: none;
  min-width: 220px;
  animation: fadeIn 0.5s linear alternate;
  -webkit-animation: fadeIn 0.5s linear alternate;
  -moz-animation: fadeIn 0.5s linear alternate;
}

#language {
  border-radius: 0;
  padding: 20px;
  margin: 0;
  right: auto;
  left: 0;
  top: 43px;
  background: rgba(56,56,63,0.9);
  border: solid 1px #b8b3a4;
  box-shadow: none;
  min-width: 220px;
  animation: fadeIn 0.5s linear alternate;
  -webkit-animation: fadeIn 0.5s linear alternate;
  -moz-animation: fadeIn 0.5s linear alternate;
}

#form-language ul li,
#form-currency ul li {
  display: block;
}

#form-language ul button,
#form-currency ul button {
  text-align: left;
  padding: 0;
  border: none;
  margin: 0;
  color: #888;
}

.item-selected,
#form-language ul button:hover,
#form-currency ul button:hover {
  /* color: #26252a !important */
}

#top-links ul,
#form-language ul,
#form-currency ul {
  list-style: none;
  padding-left: 0px;
}

#top>.container>ul>li {
  display: inline-block;
}

#top>.container>ul {
  margin: 0;
}

#top .text-ex {
  color: #E9E7DF;
  /* font-family: 'Ageone serif', sans-serif; */
  display: block;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 22px;
  /* border-bottom: 1px solid rgba(255,255,255,.1); */
  padding-bottom: 5px;
  margin-bottom: 10px;
}

#top>.container>ul:first-child {
  padding: 12px 0;
}

#top>.container>ul:first-child>li {
  padding: 0;
}

#top>.container>ul:first-child>li>span:not(.text-ex) {
  color: #26252a;
}

#top>.container>ul:last-child {}

#top.text-ex {
  padding: 12px 0px;
  margin-right: 5px;
  font-size: 13px;
}

.top-links {
  margin: 0;
}

.top-links>li:not(:last-child) {
  margin-bottom: 20px;
}

#top-links a,
#top .btn-link {
  padding: 0 !important;
  border: none;
  box-shadow: none;
  color: #6b6b6b;
  /* font-size: 12px;	 */
  line-height: 30px;
}

#top>li {
  padding: 0 20px;
  position: relative;
}

#top-links a,
#top.dropdown-menu a,
#top.dropdown-menu button {
  padding: 5px 0;
  display: block;
}

#top-links a, .sellang {
  color: #E9E7DF;
  text-transform: uppercase;
  font-size: 18px;
}

#top-links a:hover,
#top.dropdown-menu a:hover,
#top.dropdown-menu button:hover,
#top.dropdown-menu .item-selected,
.sellang:hover {
  color: #C0B8A8;
  text-decoration: none;
}

.block-right {}

.logo-container {
  /* margin: 3px 0 0; */
}
#logo{
  position: relative;
  left:-8px;
  z-index:99;
}
#logo a {
  display: inline-block;
}

#logo img {
  height: 130px;
}

header .block-right{
  margin-top: 70px;
}
.block-right>div:not(:first-child) {
  margin-right: 25px;
}
header .block-right a:hover i{
  color:#fff;
}
@media (max-width: 991.99px) {
  header{
    padding: 0;
  }
  #logo{
    left: 0;
    text-align: left;
    float: left;

  }
  #logo img{
    height: 80px !important;
    width: auto !important;
  }
  header .block-right{
    margin-top: 100px;
  }
}

@media (max-width: 636.99px) {
  header .block-right{
    margin-top: 0;
  }	
}

@media (max-width: 991.99px) {
	#logo {
		left: -10px;
	}
}

/* search */
.search-container {
  float: right;
  position: relative;
  z-index: 113;
}

#search h1 {
  font-size: 48px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  margin: 0 0 70px 0;
}

.fix-header .search-content {
  top: 41px;
}

.search-content {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  background: #fff;
  border: solid 1px #d8d9db;
  display: none;
  animation: fadeIn 0.5s linear alternate;
  -webkit-animation: fadeIn 0.5s linear alternate;
  -moz-animation: fadeIn 0.5s linear alternate;
  padding: 0 20px;
}

.search-container .container {
  position: relative;
  height: 100%;
}

.search-container i:hover {
  color: #4e5d46 !important
}

.search-container i.pe-7s-close {
  opacity: .8
}

.search-container>i {
  width: 15px;
}

.search-container i {
  color: #38383E;
  font-size: 26px;
  cursor: pointer;
}

#search {
  border: solid 1px #E9E7DF;
  background: #E9E7DF;
  border-radius: 15px;
}

#search input {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 4px 40px 4px 15px;
  background: none;
  color: #38383E;
  width: 100%;
  height: 30px;
  line-height: 30px;
  /* border-bottom: 1px solid rgba(255,255,255,.1); */
}

#search input::-webkit-input-placeholder {
  color: #bababa;
}

#search input::-moz-placeholder {
  color: #bababa;
}

#search input:-ms-input-placeholder {
  color: #bababa;
}

#search input:-moz-placeholder {
  color: #bababa;
}

#subscribe .btn:hover {
  color: #26252a !important;
}

#search button:hover i,
#search i:hover {
  color: #26252a;
}

#search button i {
  color: #26252a;
}

#search button {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0 5px 0 0;
  background: none !important;
  z-index: 2;
  float: right;
  margin-top: -28px;
  position: relative;
  color: #26252a;
}

#search>button.expand-search2 {
  opacity: 1;
  z-index: 4;
}

#search.expand-search>i:hover {
  color: #26252a;
}

#search.expand-search>i {
  color: #fff
}

#search.expand-search>input {
  max-width: 250px;
  padding: 0 0 0 20px;
  background: #222;
  margin-top: -10px;
  color: #fff;
}

/* newsletter popup */
.b-close {
  display: block;
}

.newletter-popup {
  background: #fff;
  top: 50% !important;
  left: 50% !important;
  position: fixed !important;
  padding: 50px;
  text-align: center;
  display: none;
  width: 60%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#boxes .newletter-title h2 {
  font-size: 36px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 0 0 20px;
}

#boxes .box-content label {
  font-weight: 400;
}

#boxes #frm_subscribe .required {
  color: #f00;
  padding-right: 5px;
}

#boxes #frm_subscribe a {
  cursor: pointer;
}

#boxes #frm_subscribe #subscribe_pemail {
  background: #EBEBEB none repeat scroll 0% 0%;
  border: medium none;
  height: 40px;
  width: 50%;
  margin: 20px 0;
  padding: 0 15px;
}

#boxes .box-content .subscribe-bottom {
  margin-top: 20px;
}

#boxes .box-content .subscribe-bottom label {
  margin: 0;
}

#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again {
  display: inline-block;
  margin: 0;
}

#boxes #frm_subscribe #notification {
  color: #f00;
}

#boxes #frm_subscribe #notification .success {
  color: #67D7BB;
}

#popup2 {
  position: absolute;
  right: 0;
  top: -25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #222;
  cursor: pointer;
  padding: 0 10px;
  color: #fff;
}

/* newsllter */
.newletter-subscribe-container {}

#dialog-normal .newletter-title h6 {
  color: #707070;
  line-height: 24px;
  font-size: 12px;
  margin: 0;
  text-transform: capitalize;
}

#dialog-normal .des-testimonial {
  margin: 0 0 25px 0;
}

#dialog-normal .newletter-title h3 {
  font-size: 30px;
  color: #26252a;
  line-height: 24px;
  margin: 0 0 20px 0;
  text-transform: capitalize;
}

#dialog-normal {
  /* text-align: center; */
}

#dialog-normal .newleter-content {
  vertical-align: middle;
  position: relative;
}

#frm_subscribe-normal {
  float: left;
  width: 100%;
}

#subscribe_email {
  background: transparent;
  border: 1px solid #e0e0e0;
  color: #b9b9b9;
  display: block;
  padding: 0 20px;
  height: 50px;
  width: 100%;
  float: left;
  margin: 0;
}

#subscribe_email::-webkit-input-placeholder {
  color: #b9b9b9;
}

#subscribe_email::-moz-placeholder {
  color: #b9b9b9;
}

#subscribe_email:-ms-input-placeholder {
  color: #b9b9b9;
}

#subscribe_email:-moz-placeholder {
  color: #b9b9b9;
}

#subscribe .btn {
  background: #26252a !important;
  color: #fff !important;
  margin-top: 20px
}

#subscribe .btn:hover {
  background: none !important;
  color: #26252a !important
}

#notification-normal {
  clear: both;
  font-size: 13px;
}

#notification-normal div {
  color: #26252a;
  padding-top: 20px;
}

#notification-normal div.warning {
  color: #f00;
}

/* blog */
#blog_home {}

#blog_home .row_items {
  background: #fff;
}

#blog_home .articles-inner {}

#blog_home .articles-image {
  text-align: center;
}

#blog_home .articles-inner {
  overflow: hidden;
}

#blog_home .row_items .articles-inner:hover .articles-image .readmore,
#blog_home .row_items .articles-inner:hover .articles-image::before {
  opacity: 1;
}

#blog_home .row_items .articles-inner .articles-image {
  position: relative;
}

#blog_home .articles-date {
  float: right;
}

#blog_home .articles-name::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #d1d1d1;
  content: "";
  width: 44px;
  height: 1px;
}

.articles-name {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
}

#blog_home .articles-date .author {
  color: #26252a;
  padding-left: 15px;
}

.aritcles-content-b1 {
  padding: 50px 30px;
}

.articles-name+span {
  color: #26252a;
}

.articles-intro {
  line-height: 24px;
  letter-spacing: .025em;
  padding: 25px 0 0;
}

.aritcles-content-b2 {
  border-top: 1px solid #eaeaea;
  padding: 30px
}

.articles-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .15);
  opacity: 0;
}

.readmore a {
  color: #26252a;
  font-size: 14px;
  padding-bottom: 5px;
  font-weight: 500;
  border-bottom: 2px solid rgba(226, 226, 226, .8);
  display: inline-block;
}

#cart {
  float: right;
  width: auto;
}

.top-wishlist {
  position: relative;
  line-height: 1;
}

#wishlist-total {
  display: inline-block;
}

#wishlist-total span,
#cart-total {
  font-weight: 800;
  background: none;
  color: #fff;
  font-size: 10px;
  text-transform: capitalize;
  line-height: 17px;
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  text-align: center;
  background: #C0B8A8;
  bottom: 0px;
  right: -8px;
}

#cart-total .total-price {
  font-weight: 400;
  font-size: 14px;
  display: block;
  text-align: left;
}

#cart>button {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  width: auto;
  float: right;
}

#cart>button>i {
  font-size: 26px;
  color: #C0B8A8;
  float: left;
  line-height: 1;
}
#cart>button:hover>i {
  color: #fff;
}
#cart .dropdown-menu .text-empty {
  margin: 0;
  padding: 10px 0;
}

.fix-header #cart .dropdown-menu {
  top: 30px;
}

#cart .dropdown-menu {
  border: none;
  box-shadow: none;
  min-width: 355px;
  margin: 0;
  padding: 10px 30px 30px;
  top: 43px;
  border-radius: 0;
  background: rgba(56,56,63,0.9);
  border: solid 1px #b8b3a4;
  animation: fadeIn 0.5s linear alternate;
  -webkit-animation: fadeIn 0.5s linear alternate;
  -moz-animation: fadeIn 0.5s linear alternate;
}

@media (max-width: 1400px) {
  #cart .dropdown-menu {
    min-width: 300px;
    padding: 0px 20px 20px 20px;
  }

}
#cart .dropdown-menu h3 {
  text-transform: uppercase;
}
#cart-total .item-cart {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background: #26252a;
  border: 2px solid #fff;
  color: #fff;
  top: -8px;
  left: 32px;
  border-radius: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400 !important;
}

#cart .cart-empty {
  padding: 20px 0 0;
}

#cart .dropdown-menu .cart-button {
  margin: 0;
  padding-top: 20px;
  padding-left:0px;
  padding-right: 0px;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

#cart .dropdown-menu>li:first-child .table>tbody>tr>td {
  padding-top: 20px;
}

#cart .table>tbody>tr>td {
  border: none;
  padding: 0;
}

#cart .cart-close button:hover {
  color: #cc0000;
}

#cart .cart-close button {
  background: none;
  color: #bababa;
  border: none;
  font-size: 18px;
  line-height: 1;
}

#cart .cart-quantity {
  color: #E9E7DF;
  font-size: 12px;
  margin: 5px 0 8px 0 !important;
}

#cart .cart-name:hover {
  color: #E9E7DF;
}

#cart .cart-name {
  color: #E9E7DF;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

#cart .cart-price {
  font-size: 16px;
  color: #E9E7DF;
}

#cart .cart-button {}

@media (max-width: 1400px) {}

#cart p.cart-button a:last-child {
  margin: 0;
}

#cart .cart-button a,
#cart .cart-button a.btn.btn-primary,
#cart .cart-button a.btn.btn-default {
  /* border: 1px solid #4e5d46;
	background: #4e5d46;
	color: #fff; */
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 20px !important;
  /* display: block !important; */
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

#cart p.cart-button a:hover {
  background: #333333;
}

#cart p.cart-button a:hover i {
  color: #26252a;
}

#cart p.cart-button a i {
  padding-left: 5px;
  font-size: 15px;
  color: #fff;
}

#cart .dropdown-menu .info-item>a {
  /* color: #ffffff; */
  font-size: 16px;
}

#cart .dropdown-menu .info-item {
  padding-left: 10px;
  padding-bottom: 10px;
}

#cart .dropdown-menu .has-scroll {
  max-height: 300px;
  overflow: auto
}

#cart .dropdown-menu tr td strong {
  color: #000;
}

#cart .dropdown-menu tr td:first-child {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

#cart .dropdown-menu tr td:last-child {
  font-size: 16px;
  color: #fff;
}

/*#cart .dropdown-menu tr:last-child td {
  font-size: 18px;
  color: #fff;
}*/

.unvisible {
  display: none;
}

.fix-header {
  top: 0;
  position: fixed !important;
  background: rgba(56, 56, 62, 0.9);
  right: 0;
  left: 0;
  z-index: 1050;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .05);
  padding: 5px 3.9% 0;
}

.fix-header.fix-header-act {
  background: rgba(255, 255, 255, 1);
}

.top-wishlist i,
.top-email i,
.top-phone i {
  font-size: 26px;
  color: #C0B8A8;
}

#menu {
  margin-bottom: 0;
}

#menu .dropdown:hover .dropdown-menu {
  display: block;
  /* margin-top: 0; //remove the gap so it doesn't close */
}

#menu .nav a {
  text-transform: uppercase;
  color: #C0B8A8;
  font-size: 20px;
  font-weight: bold;
  display: block;
}
#menu .nav a:first-child{
  padding-left: 0;
}
#menu .navbar-nav {
  /* margin: 7.5px -15px; */
  margin: 0;
  padding: 0;
}
#menu .nav>li>a{
  margin-right: 50px;
}

@media (min-width: 768px) {
    #menu .nav>li:last-child>a{
    margin-right: 0;
  }
}
#menu .nav>li>a:focus,
#menu .nav>li>a:hover {
  background: none !important;
  color: #fff;
}

/*dropdown*/
#menu .dropdown-menu {
  min-width: 300px;
  padding: 20px 15px;
  margin: 0 0 0;
  font-size: 18px;
  background: rgba(56,56,63,0.9);
  border: solid 1px #b8b3a4;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* display: block; */
}

#menu .dropdown-menu li {
  margin: 6px 0;
}

#menu .dropdown-menu li.parent a {
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
}

#menu .dropdown-menu a.title {
  font-weight: bold;
  color: #C0B8A8;
}
#menu .dropdown-menu a {
  font-weight: 300;
  color: #C0B8A8;
  font-size: 16px;
}

#menu .dropdown-menu a:hover {
  color: #fff;
}

#menu #mn-brand ul a{
  text-transform: lowercase;
}
.menu-large {
  position: static !important;
}
.megamenu{
  padding: 20px 0px;
  width:100%;
}
.megamenu> li > ul {
  padding: 0;
  margin: 0;
}
.megamenu> li > ul > li {
  list-style: none;
}
.megamenu> li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}
.megamenu .title{
  margin-bottom: 20px;
}
.megamenu ul.two-column li{
  /*float: left;
  width: 50%;*/
  width: 100%;
}



.navbar-default {
  color: #fff;
  background-color: #ccc6c6;
  border-color: #aca1a2;
}

.navbar-default .navbar-nav>li>a {
  color: #000;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-default .navbar-brand {
  color: #fff;
}


.megamenu {
  padding: 20px 0px;
  top:40px;
  width: 100%;
}

.megamenu>li>ul {
  padding: 0;
  margin: 0;
}

.megamenu>li>ul>li {
  list-style: none;
}

.megamenu>li>ul>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}

.megamenu>li ul>li>a:hover,
.megamenu>li ul>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.megamenu.disabled>a,
.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
  color: #999999;
}

.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

@media (max-width: 992px) {
  #menu .navbar-nav {
    background: rgba(56,56,63,0.9);
    border: solid 1px #b8b3a4;  
  }

  .theme-white #menu .navbar-nav {
    background: #fff;
    border: solid 1px #b8b3a4;  
  }

  #menu .dropdown-menu{
    width: 100%;
    min-width: 100%;
    position: relative;
  }
  .menu-large {
    position: relative !important;
  }
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }

  .megamenu>li {
    margin-bottom: 30px;
  }

  .megamenu>li:last-child {
    margin-bottom: 0;
  }

  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
  #menu .nav .menu-large a.title{
    margin: 10px 0 0 0;
  }
  #menu .nav .menu-large ul{
    margin: 0 0 15px 0;
  }
  #menu .dropdown:hover .dropdown-menu {
    top:100%;
  }
}
@media (max-width: 768px) {
  .megamenu{
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .megamenu> li {
    margin-bottom: 30px;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;

  }
  .navbar-nav .open .dropdown-menu .dropdown-header{
	color:#fff;
  }
}


/* cms block */
.about-static-f ul {
  padding: 0;
  margin: 0;
}

.about-static-f ul li i {
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}

.about-static-f ul li {
  color: #26252a;
  line-height: 1;
  padding: 7px 0 !important;
  list-style: none;
}

.about-static-f h4 {
  font-weight: bold;
  color: #e3e1d9;
  text-transform: capitalize;
  margin: 0;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  line-height: normal;
}

.about-static-f h4 span {
  font-weight: normal;
}

.about-static-f p {
  line-height: 24px;
  /* margin: 35px 0 25px; */
}

.social-footer {
  float: right;
}

.social-footer ul {
  margin: 0;
}

.social-footer li:last-child {
  padding-right: 0;
}

.social-footer li {
  display: inline-block;
  padding: 0 15px;
}

.social-footer i:hover {
  color: #26252a
}

.social-footer i {
  color: #a2a2a2;
  font-size: 18px;
  vertical-align: middle;
}

.static-policy .text-content p {
  color: #929292;
  line-height: 24px;
  letter-spacing: .025em;
  margin: 0;
  padding: 0;
}

.static-policy .text-content h2 {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin: 25px 0;
}

.static-policy .col {}

.static-policy {
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 100px;
  padding-bottom: 95px;
  border-bottom: 1px solid #ebebeb;
}

.banner-2 {
  position: relative;
}

.banner-2 .text-content a:hover {
  color: #26252a;
  border-color: #26252a;
}

.banner-2 .text-content a {
  border: 1px solid #fff;
  color: #fff;
  font-size: 125%;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  padding: 14px 25px;
  display: inline-block;
  margin-top: 30px;
}

.banner-2 .text-content h2 {
  font-size: 300%;
  line-height: 1.1;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
}

.banner-2 .text-content p {
  font-size: 187.5%;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
}

.banner-2 .text-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.banner-1 .row2 {
  margin-bottom: 100px;
}

.banner-1 .row:not(:last-child) {
  margin-bottom: 30px;
}

.banner-1 .col-img {
  text-align: center;
}

.banner-1 .col-img,
.banner-1 .row>div {
  overflow: hidden;
  position: relative;
}

.banner-1 .row>div:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.banner-1 .text-content {
  color: #808080;
  text-transform: capitalize;
  font-style: italic;
  position: absolute;
  top: 40px;
  left: 45px;
}

.banner-1 .text-content a {
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
  font-style: normal;
}

.static-about h4 span {
  color: #707070;
  font-weight: 400;
}

.static-about h4 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

.static-about p {
  letter-spacing: .025em;
  line-height: 30px;
  margin: 0 0 50px 0
}

.static-about h1 {
  font-size: 30px;
  text-transform: capitalize;
  margin: 0 0 40px 0;
  font-weight: 500;
}

.static-about img {
  margin-bottom: 35px
}

.static-about h3 {
  font-size: 12px;
  color: #929292;
  text-transform: capitalize;
  margin: 0 0 5px 0;
}

.static-about {
  text-align: center;
  padding: 100px 16%;
}

/* owl carousel */
.owl-carousel .owl-nav>.owl-next,
.owl-carousel .owl-nav>.owl-prev {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  width: 50px;
  height: 50px;
  background: none;
  text-align: center;
  border-radius: 0;
  opacity: 1;
  /* border: 1px solid #26252a; */
  color: #d8d9db;
  padding: 0;
}

.owl-style2 .owl-carousel .owl-nav>.owl-next,
.owl-style2 .owl-carousel .owl-nav>.owl-prev {
  width: 30px;
  height: 30px;
  margin: -15px 0 0 0;
}

.owl-style2 .owl-nav>.owl-prev {
  left: -25px;
}

.owl-style2 .owl-nav>div.owl-next {
  right: -25px;
}

.owl-carousel:hover .owl-nav>.owl-next,
.owl-carousel:hover .owl-nav>.owl-prev {
  opacity: 1;
}

.owl-nav>.owl-prev {
  left: -35px;
}

.owl-nav>div.owl-next {
  right: -35px;
}

.owl-theme .owl-nav>.owl-next:hover,
.owl-theme .owl-nav>.owl-prev:hover {
  border-color: none;
  background: none;
  color: #4e5d46;
}

.owl-style2 .owl-nav>div i {
  line-height: 28px;
}

.owl-nav>div i {
  font-size: 24px;
  line-height: 48px;
}

.owl-carousel:hover .owl-nav>div {
  opacity: 1;
}

.tt_tabsproduct_module {
  margin-bottom: 95px;
}

.module-title2 .module-title h2::before,
.module-title2 .module-title h2::after {
  display: none;
}

.module-title h2::after {
  right: -110px;
}

.module-title h2::before {
  left: -110px;
}

.module-title h2::after,
.module-title h2::before {
  position: absolute;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background: #26252a;
  width: 80px;
  content: ""
}

.module-title2 .module-title {
  text-align: left;
}

.module-title2 h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.module-title h2 {
  font-size: 28px;
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.module-title .module-description {
  margin: 0;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 20px;
  font-family: 'Libre Baskerville', serif;
}

.module-title {
  /* text-align: center; */
  margin: 0 0 40px 0;
}

/* banner-ourbrands */
body:not(.common-home) .banner-ourbrands {
  margin-top: 100px;
}

body[class^="product-product"] .banner-ourbrands {
  margin-top: 45px;
}

.banner-ourbrands {
  padding: 65px 0;
  border-top: 1px solid #ebebeb;
}

.banner-ourbrands .owl-carousel .owl-item img {
  display: inline-block;
}

.banner-ourbrands .owl-carousel .owl-item:hover img {
  opacity: .9;
}

.banner-ourbrands .owl-carousel .owl-item {
  padding: 0;
  text-align: center;
}

.banner-ourbrands .module-title {
  display: none;
}

.banner-ourbrands .owl-item.active {
  position: relative;
}

/* footer */
#back-top:hover {
  background: #C0B8A8;
  color:#FFF;
}

#back-top {
  position: fixed;
  bottom: 150px;
  right: 30px;
  text-align: center;
  cursor: pointer;
  color: #38383E;
  border-radius: 50%;
  text-transform: uppercase;
  background: #E9E7DF;
  z-index: 999;
  line-height: 50px;
  height: 50px;
  width: 50px;
  padding: 0;
}

#back-top i {
  line-height: 50px;
  font-size: 32px !important;
}

#whatsapp {
  position: fixed;
  bottom: 65px;
  right: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 999;
  line-height: 50px;
  height: 50px;
  width: 50px;
  padding: 0;
}


/*
@media(max-width: 1400px) {
  .container-fix>.container {
    width: 70%;
  }
} */

#back-top i {
  font-size: 12px;
}

footer {
  /*background: #38383E;
  color: #e3e1d9;
  padding: 40px 0;*/
}

footer a {
  color: #e3e1d9;
  font-size: 14px;
  text-transform: uppercase;
}

footer a:hover {
  color: #f6f6f6;
}

footer h5 {
  color: #e3e1d9;
  text-transform: uppercase;
  /* font-family: 'Century Gothic'; */
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 600;
}

footer ul li {
  margin: 0 0 18px 0;
}

body:not(.common-home) .top-footer {
  margin-top: 100px;
}

.title-footer {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 30px 0;
}

.bottom-footer {
  padding: 30px 0;
  border-top: 1px solid #dddddd
}

.middle-footer ul li a:hover {
  color: #26252a;
}

.middle-footer ul li a {
  color: #808080;
}

.middle-footer ul li {
  padding: 3px 0;
}

.middle-footer {
  padding: 100px 0;
  border-top: 1px solid #dddddd;
}

.logo-footer {
  float: left;
}

.copyright-text a {
  color: #26252a;
}

.copyright-text {
  margin: 0;
  color: #929292;
  line-height: 22px;
  float: left;
}

/* breadcrumbs */
.breadcrumbs .breadcrumb {
  margin: 0
}

.breadcrumb {
  padding: 16px 0;
  margin: 0 0 20px 0;
  background: none;
  border-bottom: none 2px #d2d3d4;
  border-radius: 0;
}

.breadcrumb a:hover,
.breadcrumb li:last-child a {
  color: #E9E7DF;
}

.breadcrumb>li+li::before,
.breadcrumb a {
  /*text-transform: capitalize;*/
  font-size: 14px;
  color: #E9E7DF;
}

.breadcrumb>li+li:before {
  font-family: 'FontAwesome';
  content: '\f105';
  padding: 0 10px;
}

.common-home .breadcrumbs {
  display: none;
}

.breadcrumbs h1,
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 700;
  color: #26252a;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.breadcrumbs {
  background: #f5f5f5;
  padding: 70px 0;
  text-align: center;
  margin-bottom: 100px;
}

/*column-left*/
#column-left .panel {
  border-radius: 0;
  border: solid 1px #f8f8f8;
}

#column-left .panel-default>.panel-heading {
  background: #fff;
  border: none;
  padding-bottom: 4px;
  text-transform: uppercase;
  font-weight: bold;
}

#column-left .panel-default>.panel-body {
  padding-top: 4px;
}

/* category */
#product-category .description {
  padding: 20px 0px 0 0;
  font-size: 14px;
}

#product-category .category_thumb {
  margin-left: calc(-100vw / 2 + 1170px / 2);
  margin-right: calc(-100vw / 2 + 1170px / 2);
  height: 810px;
  background: url('../images/placeholder.jpg') no-repeat center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#product-category .category {
  margin: 80px -15px 0 -15px;
}

#product-category .category .category-box {
  margin: 0 0 50px 0;
}

#product-category .category .category-box img {}

#product-category .category .category-box h3 {
  text-align: left;
  margin:
}

#price_min {
  width: 70px;
  float: left;
  margin-right: 10px;
  box-shadow: none;
  border-radius: 15px;
  border: solid 1px #E9E7DF;
}

#price_max {
  width: 70px;
  float: left;
  margin-right: 10px;
  box-shadow: none;
  border-radius: 15px;
  border: solid 1px #E9E7DF;
}

#btnFilterPrice {
  border-radius: 25px;
  background: #E9E7DF;
  border:solid 1px #E9E7DF;
}

#btnFilterPrice:hover {
  background: #d8d9db;
}

.filterdash {
  float: left;
  margin-right: 10px;
  line-height: 34px;
}

#btnFilterPriceClear,
.clear{
  float: right;
  text-transform: capitalize;
  font-weight: 300;
  text-decoration: underline;
}

.category-info .img-thumbnail {
  border: none;
  border-radius: 0;
  padding: 0;
}

.custom-products .product-list:last-child .product-thumb {
  border: none;
}

.custom-products .product-list .product-thumb:hover {
  box-shadow: none;
}

.custom-products .product-list .product-thumb {
  float: left;
  width: 100%;
  margin: 0 -15px;
}

.custom-products .product-layout {
  min-height: 370px;
}

.custom-products {
  margin: 0 -15px;
  display: flex;
  flex-flow: row wrap;
}

.product-thumb .image {
  border: solid 2px #dfe1e3;
  background: #fff;
  padding: 4px;
}

@media (min-width: 992px) {

  .custom-products .two-items:nth-child(2n+1),
  .custom-products .three-items:nth-child(3n+1),
  .custom-products .four-items:nth-child(4n+1),
  .custom-products .five-items:nth-child(5n+1) {
    clear: both;
  }
}

.layer-category .toolbar {}

.toolbar {
  float: left;
  width: 100%;
  margin: 20px 0 0;
}

.toolbar3 .btn-group {
  background: #fff;
}

.toolbar3 {
  padding: 0;
}

.toolbar1 {
  padding: 0;
}

.toolbar2,
.toolbar1 {
  padding-left: 0;
  background: #fff;
}

.toolbar .input-group {
  width: 100%;
}

#input-sort,
#input-limit {
  border: none;
  padding: 0;
  border-radius: 0px;
  box-shadow: none;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  color: #808080;
  text-align: center;
  width: 100%;
  border-radius: 25px;
  background: #f2f2f2;
  border: solid 1px #f2f2f2;
}

#input-sort option {
  background: #fff;
}

#list-view:hover,
#list-view.selected,
#grid-view:hover,
#grid-view.selected {
  color: #26252a !important;
}

#list-view {
  margin-right: 10px;
}

#list-view,
#grid-view {
  border: none;
  border-radius: 0px;
  color: #808080;
  padding: 0;
  background: none;
  line-height: 1;
  box-shadow: none;
}

#list-view i,
#grid-view i {
  line-height: 1;
  font-size: 28px;
}

.pagination {
  margin: 0;
}

.pagination>li.active>span, .pagination>.active>a,
.pagination>.active>a:focus, .pagination>.active>a:hover,
.pagination>.active>span, .pagination>.active>span:focus,
.pagination>.active>span:hover, .pagination>li>a:focus,
.pagination>li>a:hover, .pagination>li>span:focus,
.pagination>li>span:hover {
  background: #26252a !important;
  border-color: #26252a !important;
  color: #fff !important;
}

.pagination>li>a, .pagination>li>span {
  border: none;
  border-radius: 0 !important;
  background: none !important;
  color: #808080 !important;
  font-size: 14px;
  padding: 0 10px;
  margin: 0 5px;
  text-align: center;
  line-height: 38px;
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7e7;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
  /* padding-left: 0; */
}

.pagination {
  line-height: 1;
}

.pagination>li {
  display: inline-block;
  vertical-align: middle;
}

.toolbar4 {
  margin: 0;
  margin-top: 90px;
  clear: both;
  float: left;
  width: 100%;
}

.toolbar4 .col-sm-6 {
  padding: 0;
  line-height: 1;
}

.toolbar4 .text-right {
  margin-top: 10px;
  width: auto;
  float: right;
}

/* product detail */
h1.category-title span {
  font-size: 18px
}

h1.category-title span:first-child {
  font-size: 32px;
}

.quickview-container+.zoomContainer {
  /* z-index: 10001; */
}

.zoomContainer .zoomWindowContainer .zoomWindow {
  margin-left: 15px;
}

.block-1 {
  margin-bottom: 30px;
}

.block-1 .thumbnails-additional .thumbnail {
  opacity: .5;
  margin: 0;
}

.block-1 .thumbnails-additional .current-additional {
  opacity: 1;
}

.block-1 .thumbnail {
  padding: 0;
  border-radius: 0;
  border: none;
  border: solid 1px #d8d9db;
}

.block-1 .thumbnail:hover {
  border: solid 1px #4e5d46;
}

.block-2 .product-name::first-word {
  color: #f00 !important;
  display: block;
}

.block-2 .product-name {
  margin: 0 0 20px 0;
  font-size: 26px;
  color: #26252a;
  text-transform: uppercase;
  line-height: normal;
  /* float: left; */
  font-family: 'Century Gothic';
}

.block-2 .product-name span {
  /* border: solid 1px #f00; */
  margin-top: -10px;
  vertical-align: top;
}

.block-2 .product-name img {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

.block-2 .product-name+p {
  margin: 10px 0 0;
}

.block-2 .product-name+p a {
  text-transform: capitalize;
}

.block-2 .ratings .rating-box {
  width: 67px;
  display: inline-block;
}

.block-2 .price {
  margin: 30px 0;
  font-size: 24px;
  color: #4e5d46;
  font-weight: bold;
}

.block-2 .ratings {
  margin: 25px 0 25px;
  float: none;
  width: auto;
  display: block;
}

.block-2 .list-unstyled {
  color: #26252a;
  clear: both;
}

.block-2 .price-product {
  font-size: 18px;
  color: #aaaaaa;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 30px;
}

.block-2 .ex-text {
  color: #26252a;
  margin-left: 5px;
}

.block-2 .short-des {
  margin: 25px 0 30px;
  color: #898989;
  line-height: 24px;
  letter-spacing: .025em;
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
}

#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
  display: block;
  height: 48px;
  border: none;
  box-shadow: none;
  text-align: center;
  width: 20px;
  font-size: 14px;
  border-radius: 0px;
  border: none;
  background: none;
  padding: 0;
  color: #26252a;
  float: left;
}

#minus2, #plus2,
#minus, #plus {
  border: 1px solid #e5e5e5;
}

#minus2:hover, #plus2:hover,
#minus:hover, #plus:hover {
  color: #26252a
}

#plus, #plus2 {
  /* border-bottom: none; */
}

.product-qty {
  display: block;
  clear: both;
}

#input-quantity2,
#input-quantity {
  width: 50px;
  height: 24px;
  border: 1px none #6a6a6e;
  font-size: 15px;
  color: #38383E;
  float: left;
  margin: 10px 0;
  border-radius: 15px;
  background: #E9E7DF;
  /* padding: 10px 0; */
}

label[for='input-quantity'] {
  float: left;
  margin: 10px 20px 10px 0;
  font-size: 18px;
  line-height: 24px;
}

#button-cart2 i,
#button-cart i,
#btnNotify {
  font-size: 20px;
  margin-right: 12px;
  vertical-align: middle;
  /* display: none; */
}

#button-cart2,
#button-cart,
#btnNotify {
  /* margin: 0 20px 30px 0; */
  float: left;
  height: 36px;
  width: 70%;
  border-radius: 0px;
  padding: 0 30px;
  border: 1px solid #E9E7DF !important;
  color: #38383E !important;
  background: #E9E7DF !important;
  font-size: 16px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 10px 0 0;
  border-radius: 15px;
}

#button-cart::before,
#button-cart2::before,
#btnNotify::before {
  /* font: normal normal normal 16px/1 FontAwesome;
  content: "\f07a";
  margin-right: 10px; */
}

#button-cart:hover,
#button-cart2:hover,
#btnNotify:hover {
  background: #8c6a4d !important;
  color: #fff !important;
}

.block-2 #button-wishlist {
  border-radius: 0;
  padding: 0;
  float: left;
  height: 36px;
  color: #E9E7DF;
  background: none !important;
  font-size: 30px;
  line-height: 36px;
  border:none !important;
  box-shadow: none;
}

.block-2 #button-wishlist::before {
  font: normal normal normal 30px/1 FontAwesome;
  content: "\f08a";
}

.block-2 #button-wishlist.active::before {
  font: normal normal normal 30px/1 FontAwesome;
  content: "\f004";
}

.block-2 #button-wishlist:hover {
  background: none;
}

.block-2 #button-wishlist:hover::before {
  font: normal normal normal 30px/1 FontAwesome;
  content: "\f004";
  color: #C0B8A8;
}

.btn-actions button {
  margin-bottom: 20px;
}

.btn-actions button:not(:last-child) {
  margin-right: 15px;
}

.btn-actions {
  /* border: 2px solid #ebebeb; */
  float: left;
  /* padding: 12px 0; */
  /* text-align: center; */
  /* height: 54px; */
  /* margin: 0 0 30px 0; */
}

.block-2 .btn-compare span,
.block-2 .btn-wishlist span {
  display: none;
}

.block-2 .btn-compare:hover i,
.block-2 .btn-wishlist:hover i {
  /* color: #fff; */
}

.block-2 .btn-compare i,
.block-2 .btn-wishlist i {
  font-size: 17px;
  line-height: 46px;
  vertical-align: top;
}

.block-2 .btn-compare,
.block-2 .btn-wishlist {
  width: 48px;
  height: 48px;
  border: 1px solid #e5e5e5;
  padding: 0;
  background: none;
  color: #808080;
}

.block-2 .btn-compare:hover,
.block-2 .btn-wishlist:hover {
  background: #26252a;
  color: #fff;
  border-color: #26252a;
}

.product_variants h3 {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin: 40px 0 20px 0;
}

.product_variants ul {
  list-style: none;
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0 -20px 0 0;
}

.product_variants ul li {
  padding: 0;
  margin: 0;
  float: left;
  margin-right: 20px;
}

#product2,
#product {
  clear: both;
  margin-top: 40px;
}

#product2 .has-option,
#product .has-option {
  max-height: 300px;
  overflow: auto;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
  margin: 30px 0
}

#product+div {
  margin: 20px 0;
  clear: both;
}

.quantity-box {
  width: 120px;
  float: left;
  margin: 0 20px 30px 0;
}

.block-3 {
  margin: 40px 0 0;
}

.block-3 .panel {
  border-radius: 0;
  box-shadow: none;
}

.block-3 .panel .panel-heading {
  /* border-bottom: solid 1px #d8d9db; */
}

.block-3.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: none !important;
}

.block-3 .panel .panel-heading h4 a {
  display: block;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.block-3 .panel .panel-heading a i {
  float: right;
}

.block-3 .panel h6 {
  margin: 20px 0 4px 0;
}

/* #tab-review .form-horizontal .form-group{ */
/* margin-right: 0; */
/* margin-left: 0; */
/* } */
#tab-review #review {
  max-height: 300px;
  overflow: auto;
}

.block-3 .tab-content .tab-pane {
  margin-bottom: 40px;
}

.block-3 .tab-content .tab-pane:not(#tab-review) {
  max-height: 500px;
  overflow: auto;
  padding: 0;
}

.block-3 .nav-tabs {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  border: none;
  margin: 0 0 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.block-3 .nav-tabs li:hover a,
.block-3 .nav-tabs li.active a {
  color: #26252a;
  border: none;
  background: none;
}

.block-3 .nav-tabs li.active::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  margin-left: -25px;
  content: "";
  background: #26252a;
}

.block-3 .nav-tabs li.active {
  position: relative;
}

.block-3 .nav-tabs li a {
  color: #808080;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.block-3 .nav-tabs li {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0 30px 20px;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 0 !important;
}

.bootstrap-datetimepicker-widget td span:hover {
  background: none !important;
}

.bootstrap-datetimepicker-widget td span {
  height: 40px !important;
  line-height: 40px !important;
  margin: 0px !important;
}

.alert.alert-success {
  text-align: center;
  font-size: 14px;
  margin: 0;
}

.alert-grey {
  font-size: 13px;
  margin: 0;
  border-radius: 0;
  border: none;
  text-align: left;
  font-size: 14px;
  margin: 10px 0 0 0;
  background: none;
  color:#555;
  font-weight: 500
}


#account-login .well {
  background: none;
  box-shadow: none;
  padding:0;
  /* padding: 30px 60px 60px 60px; */
}

#account-login form,
.login-form-content form {
  margin-top: 60px;
}

#account-login .form-group .control-label,
.login-form-content .form-group .control-label,
#checkout-checkout .form-group .control-label {
  font-size: 23px;
  color: #E9E7DF;
  line-height: 34px;
}

#account-login .forgot,
.login-form-content .forgot,
#checkout-checkout .forgot {
  margin: 0 0 30px 0;
  display: block;
}

#account-login .forgot a,
.login-form-content .forgot a,
#checkout-checkout .forgot a {
  text-decoration: none;
  font-size: 11px;
}

#account-login .signup p,
.login-form-content .signup p,
#checkout-checkout .signup p {
  margin: 0 0 4px 0;
}

#account-login .signup p a,
.login-form-content .signup p a,
#checkout-checkout checkout-checkout .signup p a{
  font-size: 14px;
  text-decoration: none;
}

.information-contact form .required {
  margin-bottom: 20px;
}

.bootstrap-datetimepicker-widget a[data-action] {
  border: none;
  height: auto;
}

.custom-products .per-sale,
.custom-products .price-tax,
.custom-products .product-grid .product-des {
  display: none;
}

#blog_home {
  background: #f7f7f7;
  padding: 100px 0;
}

.tt_product_module {
  margin-bottom: 100px;
}

.related-products {
  /* padding-top: 100px;
	border-top: 1px solid rgba(0,0,0,.07); */
  clear: both;
}


.category-module li a.active,
.category-module li a:hover {
  color: #26252a
}

.category-module li {
  padding: 8px 0;
}

.category-module li a {
  text-transform: capitalize;
  color: #808080;
  font-size: 15px;
}

.category-module ul {
  margin: 0;
}

.category-module .list-child {
  padding-left: 30px;
}

.category-module {
  margin-bottom: 100px;
}

.category-module h3 {
  color: #26252a;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  padding: 0px;
  margin: 0 0 30px 0;
  line-height: 24px;
}

.banner-slider {
  padding: 50px 0;
}

.linkpage a:hover {
  background: none;
  color: #26252a;
}

.linkpage a {
  font-size: 14px;
  font-weight: 600;
  background: #26252a;
  color: #fff;
  padding: 15px 30px;
  display: inline-block;
  border: 1px solid #26252a;
  text-transform: uppercase;
}

.linkpage {
  margin: 70px 0 0;
}

/* responsive */
@media (max-width: 991.99px) {
  /*.container-fix>.container {
    width: 100%;
    clear: both;
    padding: 0;
  }*/

  .aritcles-content-b1 {
    padding: 20px;
  }

  #cart .dropdown-menu {
    top: 45px;
  }

  #top,
 #language .dropdown-menu {
    top: 45px;
  }

  header {
    /* padding: 15px 0 0 */
  }

  .breadcrumbs h1, .breadcrumbs h2 {
    font-size: 30px;
    margin: 0 0 15px 0;
  }

  .zoomContainer,
  .b-modal,
  .newletter-popup {
    display: none !important;
  }

  .banner-2 .text-content {
    width: 80%;
    font-size: 80%;
  }

  .wrapper {
    padding: 0 2%;
  }

  .product-list .product-des {
    margin: 20px 0;
  }
}

@media (max-width: 991.99px) {
  .navbar-toggle{
    margin-right: 0;
  }
  .custom-products .product-grid:nth-child(2n+1) {
    clear: both;
  }

  .main-menu {
    width: 100% !important;
    padding: 0;
    position: absolute;
    top:25px;
    right:0px;
    z-index: 20;
  }
    #menu .nav>li>a{
      /*margin-right: 30px;*/
    }
    .navbar-toggle:hover,
    .navbar-toggle:active,
    .navbar-toggle:focus{
      color:#fff;
    }

  .navbar-toggle i{
    font-size: 30px;
  }

.navbar-collapse{
  width: 100%;
  /*background: rgba(56,56,63,0.9);*/
    /*border: solid 1px #b8b3a4;*/
}
.navbar-nav{
  width: 100%;
}
  .banner-1 .text-content {
    left: 30px;
    right: 30px;
    top: 10px;
  }
}

@media (max-width: 767.99px) {
  .wrapper {
    padding: 0;
  }

  header {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /*.main-menu {
	  position: absolute;
	  top: 0;
    z-index: 20;
  }*/

  .owl-nav>div.owl-prev {
    left: 0;
  }

  .owl-nav>div.owl-next {
    right: 0;
  }
}

@media (max-width: 767.99px) {
  .banner-1 .row>div:hover img {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }

  .banner-1 .text-content {
    text-align: center;
  }

  .banner-1 .row>div:not(:last-child) {
    margin-bottom: 30px;
  }

  .middle-footer .row>div:not(:last-child) {
    margin-bottom: 40px;
  }

  .social-footer {
    text-align: center;
    float: none;
  }

  .copyright-text {
    text-align: center;
    float: none;
    margin-bottom: 20px;
  }

  input[name^="quantity["] {
    min-width: 40px;
    padding: 0;
    text-align: center;
  }

  .block-3 .nav-tabs {
    width: 100%;
  }

  .owl-nav {
    display: none;
  }
}

@media (max-width: 640px) {
  .container-fix>.container {
    clear: both;
  }

  .logo-container {
    /* width: 100%; */
    padding: 0;
    text-align: center;
  }
}

@media (max-width:639px) and (min-width:561px) {
  .product-list .caption {
    width: 55%;
  }

  .product-list .image {
    width: 45%;
  }
}

@media (max-width: 560px) {
  .module-title h2::after, .module-title h2::before {
    display: none;
  }

  .banner-2 .text-content {
    width: 80%;
  }

  .static-policy>div:not(:last-child) {
    margin-bottom: 20px;
  }

  .static-policy>div {
    width: 100%;
  }

  #blog_home .row_items .articles-inner:not(:last-child) {
    margin-bottom: 40px;
  }

  #blog_home .articles-inner {
    width: 100% !important;
    padding: 0 15px;
  }

  #blog_home .row_items .articles-inner:last-child .articles-image,
  #blog_home .row_items .articles-inner:first-child .articles-image {
    margin: 0;
  }

  .custom-products .product-list .product-thumb {
    margin: 0;
  }
}

@media(min-width: 481px) {
  #subscribe .btn i {
    display: none;
  }
}

@media (max-width: 480px) {
  .custom-products .product-layout.product-grid {
    width: 100%;
  }

  .banner-2 .text-content {
    font-size: 50%;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    background: #26252a;
    width: 100%;
    padding: 20px;
  }

  .block-3 .nav-tabs li.active::before {
    display: none;
  }

  .block-right {
    width: 100%;
    padding-top: 55px;
    margin-top: 20px;
  }
  .block-right button:hover,
  .block-right a:hover{
    color:#fff;
  }
  .search-containers {
    width: 100%;
    margin: -80px 0 0 0 !important;
  }

  .search-container {
    width: 100%;
  }

  .search-container>i {
    display: none;
  }

  .search-content {
    display: block;
    position: static;
    width: 100%;
  }

  .product-list .caption,
  .product-list .image {
    width: 100%;
  }

  #subscribe .btn span {
    display: none;
  }

  #subscribe .btn {
    padding: 0 20px;
  }

  #subscribe_email {
    padding: 0 70px 0 20px;
  }

  #cart {
    position: static;
  }

  .block-right {
    position: relative;
  }

  #cart .dropdown-menu {
    min-width: 280px;
  }

  #input-sort, #input-limit {
    text-align: right;
  }
}

@media(max-width: 360px) {
  .product-list .action-links2 button {
    margin-bottom: 10px;
  }

  .toolbar2 {
    clear: both;
    padding-right: 0;
  }

  .toolbar1 {
    margin-bottom: 20px;
  }
}

#modal-shipping {
  z-index: 9999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  min-height: 300px;
}

.bootstrap-datetimepicker-widget {
  z-index: 10000 !important;
}



.d-flex{
  display: flex;
}
.align-self-center{
  align-self: center;
}
/*masonry*/
.grid {
  margin: 30px -15px;
  overflow: hidden;
}

.grid-item {
  width: 280px;
  float: left;
  display: inline;
  margin-left: 15px;
  margin-right: 15px;
}

.grid-item--width2 {
  width: 520px;
}

.grid-item--width2 img {
  height: 653px;
  width: 100%
}
.mt-5 {
  margin-top: 5rem;
}

.mt-10px {
  margin-top: 15px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-30{
  margin-top: 30px;
}
.mt-40{
  margin-top: 40px;
}
.mt-80{
  margin-top: 80px;
}
.pl-50{
  padding-left: 50px;

}
.pr-50{
  padding-right:  50px;

}
.mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .pl-xs-15{
    padding-left: 15px;
  }
  .pr-xs-15{
    padding-right:15px;
  }
  .mb-100 {
    margin-bottom:5rem;
  }
}
.ft-icon {
  background: #f6f6f6;
  padding: 0;
}

.ft-icon .p-2 {
  padding: 2rem;
  border-width: 1px;
  border-left-style: solid;
  border-image:
    linear-gradient(to bottom,
      #ccc,
      rgba(0, 0, 0, 0)) 1 100%;
}

.ft-icon .p-2:first-child {
  border-left-style: none;
}

.ft-icon h3 {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
}

.ft-icon h3 span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}


.home-brand .d-flex{
  margin-bottom: 4px;
}
.home-brand .btn-primary{
  display: block;
  margin-top: 40px;
  padding: 15px 0;
  height: auto;
  border-radius: 35px;
}

@media (max-width: 767px) {
  #common-home .banner-7{
    height:100vh ;
  }
  .home-brand .d-flex{
    display: block;
    margin-bottom:20px;
  }
  .home-brand .col-md-7,
  .home-brand .col-md-5{
    display: block;
    width: 100%;
    float: none;
  }
  .home-brand .btn-primary{
    margin-top: 10px;
    padding:  0;
    height: auto;
    border-radius: 15px;
  }

}

.home_about {}

.home_about p {
  margin: 0 60px;
  font-size: 18px;
  line-height: 24px;
}

.home_about .row {
  margin-bottom: 50px;
}


/*home collection*/
.home-collection {}

.home-collection h4 {
  font-size: 24px;
  text-align: center;
  padding: 15px 0;
}

/*home bottom box */
.home-box-bottom {
  padding: 0 15px;
}

.home-box-bottom .btn {
  font-family: 'Ageone serif', sans-serif;
  margin: 0 auto;
  width: 50%;
  padding: 0;
  text-align: center;
  margin: 60px 0;
  line-height: 50px;
  height: 45px;
  font-size: 20px;
  font-weight: normal;
  overflow: hidden;
  text-transform: capitalize;
}

.box-signup {
  /* background: #4e5d46;
  color: #d8d9db; */
  background: #fff;
  color: #4e5d46;
  padding: 50px;
  margin-right: 0;
  text-align: center;
}

.box-signup h3 {
  color: #4e5d46;
  font-size: 32px;
}

.box-signup p {
  font-size: 24px;
  font-weight: 100;
  margin: 0 0 30px 0;
}

.box-voucher {
  margin-left: 0;
  background: #d8d9db;
  color: #4e5d46;
  padding: 50px;
  text-align: center;
}

.box-voucher h3 {
  font-size: 32px;
}

.box-voucher p {
  font-size: 21px;
  font-weight: 100;
  margin: 0 0 30px 0;
}

.box-voucher p.f-xxl {
  font-size: 50px;
  margin: 0 0 30px 0;
}

.box-voucher p.f-xl {
  font-size: 40px;
  margin: 0 0 30px 0;
}

.btn.btn-primary {
  color: #38383E !important;
  background: #E9E7DF !important;
}

.btn.btn-primary:hover {
  color: #fff !important;
  background: #C0B8A8 !important;
  border: none 1px #C0B8A8 !important;
}

.btn.btn-secondary {
  color: #fff !important;
  background: #C0B8A8 !important;
}
.btn.btn-large {
  font-size: 30px;
  text-transform: uppercase;
  padding: 15px 130px;
  height: auto;
  border-radius: 35px;
}


@media (max-width: 767px) {
  .btn.btn-large {
    padding: 0px 15px ;
    border-radius: 35px;
    display: block;
  }


  .macos .btn.btn-large {
    padding: 15px 15px 5px;
    border-radius: 35px;
    display: block;
    /* line-height: 40px; */
  }
}

/*information*/
.page_about,
.page_brand,
.page_faq,
.page_information {
  padding-top: 60px;
}
.page_brand .header,
.page_faq .header,
.page_information .header {
  background: #f3f3f3;
  padding: 80px 0;
  margin: 0 auto;
  text-align: center;
}

.page_brand .header .col-md-12,
.page_faq .header .col-md-12,
.page_information .header .col-md-12  {
  padding: 0 !important;
}

.page_brand .header img {
  margin: 100px 0;
}

.page_brand .header img.logo {
  margin: 0;
}

.page_about p,
.page_brand p,
.page_faq p,
.page_faq li,
.page_information p,
.page_information li{
  font-size: 18px;
  line-height: 24px;
}

.page_about .col-md-12 {
  text-align: center;
}

.page_about h1{
  text-align: center;
  color: #E9E7DF;
  font-size:30px;
  margin:0 0 30px 0;
}
.page_about p{
  margin:0 0 30px 0;
}

.page_brand .col-md-12 {
  /* padding: 60px 150px; */
  /* text-align: center; */
}

/* .page_about .col-md-12 h1,
.page_about .col-md-12 p,
.page_about .col-md-12 img, */
.page_brand .col-md-12 h1,
.page_brand .col-md-12 img,
.page_brand .col-md-12 p {
  /* margin-bottom: 60px; */
}

.page_about .col-md-12 h1,
.page_brand .col-md-12 h1,
.page_faq .col-md-12 h1
.page_information .col-md-12 h1 {
  font-size: 30px;
}
.page_faq a,
.page_information a{
  text-decoration: underline;
}
.page_faq ol,
.page_information ol{
  margin: 0 0 20px 20px;
  padding: 0;
}
.page_faq ol li,
.page_information ol li{
  margin: 0 0 4px 0px;
}
/*
.page_about .strength {
	height: 150px;
	background-color: #e1e1e1;
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 20px;
	padding-left: 20%;
	font-size: 18px;
	text-align: right;
}
 */

.page_about .whys{
  margin-top: 40px;
}
.page_about .whys h3{
  font-size: 30px;
  font-weight: bold;
}
.page_about .whys .row{
  display: flex;
  margin-bottom: 46px;
}
.page_about .whys .row .col-md-6{
  align-self: center
}

.page_about .event-image a img{
  margin: 0 10px 0px;
}
@media (max-width: 991.99px) {
  .page_about .whys .row{
    display:block;
  }
	.page_about .strength {
		font-size: 14px;
		/*height: 100px;
		padding-left: 35%;*/
	}

  .page_about .whys .row.reverse{
    flex-direction: column-reverse;
  }

  .page_about .btn-large{
    font-size:24px;
  }

  .page_about .event-image a img{
    margin: 0 0 10px;
    width: 100%;
    max-width: 100%;
  }
}

.page_about .strengths .col-md-6 {
	margin-bottom: 30px;
}

.list-alpha{
  list-style: lower-alpha;
}
.list-roman{
  list-style:lower-roman;
}
@media (max-width:997px) {
  .page_brand .header {
    padding: 30px 0;
  }

  .page_brand .header .col-md-12 {
    padding: 30px 30px !important;
    text-align: center;
  }

  .page_brand .col-md-12 {
    padding: 30px 30px;
    text-align: center;
  }

  .page_brand .col-md-12 h1,
  .page_brand .col-md-12 img,
  .page_brand .col-md-12 p {
    margin-bottom: 30px;
  }

  .page_brand .col-md-12 h1 {
    font-size: 28px;
  }

  .page_brand .col-md-12 p {
    font-size: 14px;
  }
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  border: solid 1px #f2f2f2;
  border-radius: 0;
}

/* Customize the label (the container) */
.checkbox .container {
  /* border: solid 1px #f00; */
  display: block;
  position: relative;
  padding-left: 30px;
  /* margin-bottom: 12px; */
  cursor: pointer;
  /* font-size: 22px; */
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: solid 2px #E9E7DF;
  background: #E9E7DF;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
/* .checkbox .container:hover input ~ .checkmark {
  background-color: #ccc;
} */

/* When the checkbox is checked, add a blue background */
.checkbox .container input:checked ~ .checkmark {
  background-color: #C0B8A8;
  border: solid 1px #C0B8A8;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .container .checkmark:after {
  left: 7px;
  top: 5px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox .container span img{
  border-radius: 50%;
}
.thumbnail {
  border-radius: 0;
  border: solid 1px #d8d9db;
}

/*bootstrap overwrite*/
.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.well {
  border-radius: 0;
  box-shadow: none;
  border:none;
}

.well h1 {
  font-size: 34px;
  font-weight: 500;
}

input[type=checkbox],
input[type=radio] {
  border: solid 1px #d8d9db;
}

.img-thumbnail {
  border-radius: 0;
}

#account-signup p,
#account-register p {
  font-size: 15px;
}

#account-signup .control-label,
#account-register .control-label {
  text-align: left;
  margin-bottom: 15px;
  font-size: 20px;
  color: #E9E7DF;
  font-weight: bold;
}

#account-signup form,
#account-register form {
  margin-top: 40px;
}

#account-signup div.required .control-label:before,
#account-register div.required .control-label:before {
  content: "";
}

#account-signup div.required .control-label:after,
#account-register div.required .control-label:after {
  content: ' *';
  color: #E9E7DF;
  font-weight: bold;
}

#account-signup .address .form-control {
  margin-bottom: 10px;
}


#account-wishlist .product-name {
  font-size: 18px;
}

#account-wishlist .product-grid .price {
  font-size: 21px;
  margin-top: 20px;
}

#account-wishlist .btn-cart i {
  display: inline-block;
}

#account-wishlist .image {
  position: relative;
  margin-bottom: 30px;
}

#account-wishlist .image .btn-remove {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  text-align: center;
  background: none;
  /* background: #f00;
  color: #fff;*/
  border-radius: 50%;
  border: none;
  height: 30px;
  width: 30px;
  line-height: 20px;
  z-index: 9999;
}
#account-wishlist .image .btn-remove i{
  font-size: 20px;
}
/*shopping cart*/
.table-cart {
  margin: 20px 0 60px 0;
  padding: 0;
}

.table-cart>tbody>tr>td,
.table-cart>tbody>tr>th,
.table-cart>tfoot>tr>td,
.table-cart>tfoot>tr>th,
.table-cart>thead>tr>td,
.table-cart>thead>tr>th {
  border-top: none;
  border-bottom: none 1px #d8d9db;
  padding: 15px 12px 30px 12px;
}

.table-cart>tbody>tr>td img {
  width: 200px;
  height: 200px;
}

.table-cart>tbody>tr>td {
  position: relative;
}

.table-cart>tbody>tr>td.image {
  width: 200px;
  padding-left: 0;
}

.table-cart .name {
  font-size: 18px;
  margin: 0 0 20px 0;
  display: block;
}
.table-cart .input-quantity{
  width: 110px;
  border-radius: 15px !important;
  text-align: center;
}
.table-cart .btn-refresh,
.table-cart .btn-remove{
  width: 30px;
  height: 30px;
  color:#E9E7DF;
  background: none;
  border:none;
}
.table-cart .btn-refresh i,
.table-cart .btn-remove i{
  font-size: 30px;

}
.table-cart .price {
  position: absolute;
  bottom: 30px;
  font-weight: bold;
  font-size: 18px;
  color: #E9E7DF;
}
.table-cart .btn-remove{
  position: absolute;
  top: 20px;
  right: 10px;
}
.table-cart .btn-wishlist {
  position: absolute;
  bottom: 30px;
  right: 0;
  padding: 0;
  background: none;
  border: none;
  color: #E9E7DF;
}

.table-cart2 {
  margin: 20px 0 60px 0;
  padding: 0;
}

.table-cart2 .name {
  font-size: 18px;
  margin: 0 0 20px 0;
  display: block;
}
.table-cart2 .input-quantity{
  width: 110px;
  border-radius: 15px !important;
  text-align: center;
}
.table-cart2 .btn-refresh,
.table-cart2 .btn-remove{
  width: 30px;
  height: 30px;
  color:#E9E7DF;
  background: none;
  border:none;
}
.table-cart2 .btn-refresh i,
.table-cart2 .btn-remove i{
  font-size: 30px;

}
.table-cart2 .price {
  font-weight: bold;
  font-size: 18px;
  color: #E9E7DF;
  
}
.table-cart2 .btn-wishlist {
  border-radius: 0;
  padding: 0;
  float: left;
  height: 36px;
  color: #E9E7DF;
  background: none !important;
  font-size: 30px;
  line-height: 36px;
  border:none !important;
  box-shadow: none;
  margin-top: 10px;
}

.table-cart2 .btn-wishlist::before {
  font: normal normal normal 30px/1 FontAwesome;
  content: "\f08a";
}

.table-cart2 .btn-wishlist.active::before {
  font: normal normal normal 30px/1 FontAwesome;
  content: "\f004";
}

.table-cart2 .btn-wishlist:hover {
  background: none;
}

.table-cart2 .btn-wishlist:hover::before {
  font: normal normal normal 30px/1 FontAwesome;
  content: "\f004";
  color: #C0B8A8;
}

.table-cart2-row {
	display: flex; flex-direction: row; margin-bottom: 40px;
}

.table-cart2 .image img {
	max-width: clamp(150px, 20vw, 200px);
}

@media (max-width: 575.99px) {
	.table-cart2-row {
		flex-direction: column;
	}
	
	.table-cart2 .image img {
		max-width: 100%;
	}
}

.table-total {
  font-size: 30px;
  text-transform: uppercase;
  /* color: #4e5d46; */
}

.table-total>tbody>tr>td {
  border-top: none;
}

.btn.btn-default {
  border: solid 1px #E9E7DF;
  background: #E9E7DF;
  color: #fff;
}

#checkout-cart .panel-group{
  background: transparent;
}
#checkout-cart .panel-default {
  background-color: transparent !important;
  color:#E9E7DF;
  border:none !important;
  padding: 0;
}
#checkout-cart .panel-default .panel-heading{
  background-color: transparent !important;
  color:#E9E7DF;
    padding: 0;
    margin-bottom: 40px;
}
#checkout-cart .panel-default .panel-heading a{
  background-color: transparent !important;
  color:#E9E7DF !important;
  font-size: 30px;
  font-weight: bold;
}
#checkout-cart .panel-default .panel-heading a i{
  font-size: 20px;
}
#checkout-cart .panel-default>.panel-heading+.panel-collapse>.panel-body{
  border-top: none !important;
}
@media screen and (max-width: 767px) {
  .table-cart>tbody>tr>td.image {
    width: 80px;
    display: none;
  }

  .table-cart>tbody>tr>td.image img {
    width: 50px;
  }

  .table-responsive {
    border: solid 1px #d8d9db;
  }

  .table-cart .price {
    position: absolute;
    bottom: 30px;
    /* font-weight: bold;
    font-size: 21px;
    color:#4e5d46; */
  }

  #checkout-cart .btn {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

.list-account a {
  display: block;
  font-size: 21px;
  padding: 10px 0;
}

.list-account a:hover {
  color: #C0B8A8;
}

/*Account*/
.form-horizontal .control-label {
  font-size: 18px;
  font-weight: bold;
  text-align:left;
}

.table-order {
  border: none !important;
}

.table-order thead td {
  background: transparent;
  color: #e9e7df;
  font-size: 16px;
  text-transform: uppercase;
  border: none !important;
}
.table-order thead td,
.table-order tbody td,
.table-order tfoot td {
  border: none !important;
  /* border-bottom: none 1px #d8d9db !important; */
}

.table-order tbody td img {
  border: solid 1px #d8d9db;
}
#account-order .table-order thead td,
#account-order .table-order tbody td{
 border-bottom: solid 1px #ddd !important;
}
/*check out*/
.wizard .wizard-inner h1{
  float: left;
  line-height: 60px;
}
.wizard {
    margin: 20px auto;
    background:transparent;

}

.wizard .nav-tabs {
    position: relative;
    margin:0 auto 40px auto;
    margin-bottom: 0;
    border-bottom: none !important;
    float: right;
      width: auto;
}

.wizard .nav-tabs li{
  padding-left: 14px;
}
.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}
/* .wizard .nav-tabs > li{
    margin-left: 14px;
} */
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;


}

span.round-tab {
  width: 62px;
  height: 62px;
  line-height: 62px;
  display: inline-block;
  border-radius: 100px;
  background: #E9E7DF;
  color:#38383E;
  border: 2px none #e0e0e0;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
span.round-tab i{
    color:#fff;
}
.wizard li.active span.round-tab {
    background: #C0B8A8;
    color:#38383E;

    /* border: 2px solid #5bc0de; */

}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    /* border: 2px solid #333; */
}

.wizard .nav-tabs > li {
    width: 16.6%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

/* .wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
} */

.wizard .nav-tabs > li a {
    width: 62px;
    height: 62px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding: 0;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
#checkout-checkout .panel-title{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color:#E9E7DF;
  margin-bottom: 20px;
  text-transform: uppercase;
  /* display: none; */
  position: absolute;
  left:0;
  top:-50px;
}

#checkout-checkout .panel-body{
  border:none 1px #d8d9db;
  padding: 0;
}
#checkout-checkout .form-horizontal .checkbox, #checkout-checkout .form-horizontal .radio{
  padding-bottom: 20px;
}
#checkout-checkout .buttons {
  margin-top: 70px;
}
#checkout-checkout .buttons .btn{
  padding: 0 120px;
}
.panel-body h5{
  padding: 0;
  /* background: #4e5d46;
  color:#fff; */
  /* margin: -15px -15px 20px -15px; */
  font-family: 'Century Gothic';
  margin-bottom: 50px;
}

.table.table-confirm>tbody>tr>td, .table.table-confirm>tbody>tr>th, .table.table-confirm>tfoot>tr>td, .table.table-confirm>tfoot>tr>th, .table.table-confirm>thead>tr>td, .table.table-confirm>thead>tr>th,
.table.table-fpx>tbody>tr>td, .table.table-fpx>tbody>tr>th, .table.table-fpx>tfoot>tr>td, .table.table-fpx>tfoot>tr>th, .table.table-fpx>thead>tr>td, .table.table-fpx>thead>tr>th{
  border:none !important;
}
#checkout-checkout .table.table-confirm tfoot {
    border-top:solid 1px #E9E7DF !important;
  border-bottom: solid 1px #E9E7DF !important;
}
#checkout-checkout .table-confirm thead td{
  font-weight: bold;
  text-transform: uppercase;

}
#checkout-checkout .table-confirm ,
#checkout-checkout .table-confirm a{
  color:#E9E7DF;
}
.bullet{
  position: absolute;
  /* height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  border:solid 2px rgba(255,255,255,0.8); */
}
.grid-item--width2 .bullet img{
  max-width:20px;
  max-height: 20px;
}
.lg-backdrop,.lg-outer{
  z-index: 9999 !important;
}

/*payment_method*/
#collapse-payment-method .radio{
  float: left;
  width: 30%;
  margin: 0 !important;
}

/*confirm*/

/*popover*/
.popover{
  border-radius: 0;
  box-shadow: none;
  max-width: 300px;
}
.popover-title{
  background: #fff;
  border-bottom: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size:12px;
  font-family: 'Century Gothic';
  font-weight: bold;
}
.popover-content{
  padding: 20px;
  font-size:12px;
}
.popover-content .link{
  float: right;
}
#account-dashboard .control-label,
#account-address .control-label{
  text-align: left;
}
#account-dashboard .control-label-2,
#account-address .control-label-2{
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  padding-top: 7px;
  margin-bottom: 0;
}


/*carousel*/
#carousel0 .owl-nav>div i{
  font-size: 48px !important;
}
#carousel0 .owl-nav>div.owl-prev{
  left: -48px;
}

#carousel0 .owl-nav>div.owl-next{
  right: -48px;
}

.infographic-container{
  width:100%;
  margin: 0 auto;
}


@media (min-width:240px) and (max-width: 768px){

  .infographic-container{
    width:100%;
    margin: 0 auto;
  }
}

/*contact*/
#form-contact{
    padding-top: 70px;
}
#form-contact .control-label{
  font-size: 18px;
}
#form-contact .buttons{
 padding-top: 48px;
}

/*form*/
div.required .control-label:before{
  color:#E9E7DF;
}
div.required.has-error .control-label:before{
  color:#a94442;
}
div.required.has-error .text-danger{
  margin-top: 10px;
  /* background: rgba(255,255,255,0.7);
  padding: 4px;
  border-radius: 4px; */
}

.well{
  background: transparent;
  /* border:solid 1px #E9E7DF; */
}
.divAddress{
  min-height: 210px;
}
/*theme white*/
body.theme-white{
  color: #38383E;
  background: #fff;
}
.theme-white .navbar-toggle:hover, .theme-white .navbar-toggle:active, .theme-white .navbar-toggle:focus{
  color:#38383E;
}
.theme-white h1, .theme-white h2, .theme-white h3, .theme-white h4, .theme-white h5, .theme-white h6,
.theme-white a, .theme-white .breadcrumb>li+li::before, .theme-white .breadcrumb a, .theme-white .breadcrumb a:hover, .theme-white .breadcrumb li:last-child a, .theme-white #checkout-checkout .panel-title{
  color:#38383E;
}
.theme-white .fix-header{
  background: rgba(255,255,255,0.9);
}
/*theme-white top*/
.theme-white  .setting>button:hover i{
  color:#38383E;
}
.theme-white #cart .dropdown-menu,
.theme-white #top {
  background: rgba(255,255,255,0.9);
  border:solid 1px #38383E;
  color:#38383E;
}
.theme-white #language {
  background: rgba(255,255,255,0.9);
  border:solid 1px #38383E;
  color:#38383E;
}
.theme-white #cart .dropdown-menu tr td,
.theme-white #cart .dropdown-menu tr td:first-child,
.theme-white #cart .cart-quantity,
.theme-white #cart .cart-price,
.theme-white  #top .text-ex,.theme-white #top-links a{
  color:#38383E;
}
.theme-white #cart>button:hover>i{
  color:#38383E;
}
/*theme white menu*/
.theme-white #menu .nav a{
  color:#38383E;
}
.theme-white #menu .nav a:hover{
  color:#C0B8A8;
}
.theme-white #menu .dropdown-menu{
  background: rgba(255,255,255,0.9);
  border:solid 1px #38383E;
}

.theme-white header .block-right a:hover i{
  color:#38383E;
}
.theme-white footer h4,
.theme-white footer h5,
.theme-white footer a{
  color:#E9E7DF;
}
.theme-white .product-grid .price{
  color:#38383E;
}
.theme-white .product-grid .price{
  color:#38383E;
}

.theme-white .product-layout:hover .product-name a{
	color: #38383E;
}
.theme-white .top-wishlist i, .theme-white .top-email i, .theme-white .top-phone i, .theme-white .top-language i, .theme-white #cart>button>i, .theme-white .setting>button i{
  color:#38383E;
}
.theme-white .top-wishlist a:hover i, .theme-white .top-email a:hover i, .theme-white .top-phone a:hover i, .theme-white .top-language a:hover i, .theme-white #cart>button:hover>i, .theme-white .setting>button:hover i, .theme-white .language>button:hover i{
  color:#C0B8A8 !important;
}

/*login popout*/
.theme-white .ajax-body-login > div{
  background: rgba(255,255,255,0.9);
  border: solid 1px #E9E7DF;
}

.theme-white #account-login .form-group .control-label, .theme-white .login-form-content .form-group .control-label, .theme-white #checkout-checkout .form-group .control-label{
  color:#38383E;
}
/* end theme white */


.owl-theme .owl-dots .owl-dot span{
  background: #E9E7DF;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #C0B8A8;

}


/*slideshow*/



#information-information .swiper-viewport{
  background: #38383E;
  padding: 0;
  border:none;
  box-shadow: none;
}
#information-information .swiper-pagination{
  bottom: 30px;
  z-index: 999;
}
#information-information .swiper-pagination-bullet{
  background: #E9E7DF;
  width: 20px;
  height: 20px;
}
#information-information .swiper-pagination-bullet-active{
  background: #C0B8A8;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: scale-down;
}

/*home*/

#common-home p{
  font-size: clamp(10px, 1.5vw, 18px);
}
.strength, .services{
  /*display: flex;*/
}
.strength .col-md-4, .services .col-md-4 {
  align-self: center;
  align-content: center;
  display: flex;
  /*margin: 0;
  padding: 0;*/
  height: 150px;
}
.strength .col-md-4 img, .services .col-md-4 img{
  float: left;
  width: 35%;
  align-self: center;
}
@media (max-width: 767px) {
	.strength .col-md-4 img, .services .col-md-4 img{
	  float: left;
	  width: 25%;
	  align-self: center;
	}
}

.strength .col-md-4 h4, .services .col-md-4 h4{
  float: right;
  width:65%;
  align-self: center;
  /* align-items: center; */
  text-align: left;
  padding:  0 0 0 10px;
  line-height: normal;
}


@media (max-width: 767px) {
  #common-home p{
    font-size: 14px;
  }

  .banner7{

    margin-bottom: 0px !important;
  }
  .nivoSlider img {
    height: 100% !important;
}
  .strength.mt-80, .services.mt-80{
    margin-top: 20px;
  }
  .strength.mt-30, .services.mt-30{
    margin-top: 0px;
  }
  .strength, .services{
    display:block;
  }
  .strength .col-md-3, .services .col-md-3{
    width: 100%;
    margin-bottom: 20px;

  }
  .strength .col-md-3 h4, .services .col-md-3 h4{
    font-size: 14px;
    line-height: normal;
  }
}

@media (max-width: 991.99px) {
  .theme-white .navbar-collapse{
    background: rgba(255,255,255,0.9);
    border:solid 1px #38383E;
   }
}

.navbar-collapse {
	padding: 0;
}

#gallery_01 .owl-item > img {
  aspect-ratio: 1 / 1;
  object-fit: scale-down;
}

header .fa {
  font-size: 24px !important;
}

@media (max-width: 575.99px) {
  header .fa {
    font-size: 22px !important;
  }
}


#modal-agree * {
  color: #333;
}

#modal-agree .page_information {
  padding-top: 0;
}

#modal-agree .container {
  width: auto;
}

@media (max-width: 991.99px) {
	#checkout-checkout .panel-title {
		position: relative;
	}
}

/*body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(0.84,0.84,0.84) !important;
	transform: scale3d(0.84,0.84,0.84) !important;
}*/

@media (min-width: 992px) {
	#menu .navbar-nav {
		display: flex;
		align-items: center;
		/*justify-content: space-between;*/
		width: 100%;
	}

	.navbar-nav:before, .navbar-nav:after {
		content: unset;
	}
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .navbar-toggle {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: unset;
    }
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
	display: none !important;
    }

    .navbar-collapse.collapse.in {
	display: block !important;
    }
}

@media (min-width: 992px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

@media (min-width: 768px) {
    .navbar-nav>li {
        float: unset;
    }
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 575.99px) {

  .block-right {
    width: 100%;
    padding-top: 55px;
    margin-top: 20px;
  }
  .block-right button:hover,
  .block-right a:hover{
    color:#fff;
  }
  .search-containers {
    width: 100%;
    margin: -80px 0 0 0 !important;
  }

  .search-container {
    width: 100%;
  }

  .search-container>i {
    display: none;
  }

  .search-content {
    display: block;
    position: static;
    width: 100%;
  }

  .main-menu {
    top: 25px;
  }
}

.expobanner {
	padding: 7px 0;
	text-align: center;
	background-color: #e9e6df;
	color: #3b3734;
	/*position: absolute;*/
	width: 100%;
	top: 0;
}

@media (max-width: 991.99px) {
    .home .main-menu {
         top: 23px;
    }
}
