
body {
   font-family: "Lato", sans-serif;
   line-height: 18px;
   font-size: 14px;
   color: #333;
}
h1, h2, h3, h4, h5, h6{
   font-family: "Montserrat", sans-serif;
}
.h1, h1{
  font-size: 1.8rem;
}
.h2, h2{
  font-size: 1.4rem;
}
p{
  line-height: 21px;
}
/*----------------------------------------
               Base
----------------------------------------*/
a,
a:hover{
   text-decoration: none;
   color: inherit;
}

/*----------------------------------------
               Navigation
----------------------------------------*/
.site-header .top-header {
   background-color: #D0BAB9;
   padding: 10px;
   font-size: 14px;
   color: #836072;
   text-align: center;
   font-family: 'Roboto', sans-serif;
}

.site-header .navbar {
   margin-top: 30px;
   font-family: "Montserrat", sans-serif;
}

.site-header.fixed .navbar {
   margin-top: 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 9999;
   background: #fff;
   border-bottom: 1px solid #e2e2e2;
}

.menu-wrapper, .setting-button {
   margin-top: -60px;
}

.site-header.fixed .menu-wrapper, .site-header.fixed .setting-button {
   margin-top: 0;
}


.navbar-nav li a{
   color: #333;
   display: block;
   font-size: 14px;
   height: 60px;
   line-height: 60px;
   text-transform: uppercase;
   font-weight: bold;
   padding: 0 20px;
}
.navbar-nav li a .arrow{
   margin-left : 10px;
}
.navbar-nav li .sub{
   position: absolute;
   background : #fff;
   z-index: 9999;
   box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .2);
   -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .2);
   -ms-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .2);
   -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .2);
   -o-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .2);
   padding: 20px;
   display: none;
}
.navbar-nav>li:hover .sub {
   display: block;
}

.navbar-nav li .sub ul{
   list-style: none;
   padding : 0;
}
.navbar-nav li .sub figure{
   display: block;
   height: 110px;
}
.navbar-nav li .sub ul li a{
   height: auto;
   line-height: 1.5rem;
   color: #999;
   text-transform: capitalize;
   font-weight: normal;
}
.navbar-nav li .sub ul li a:hover {
   color: #000;
}
.site-header.fixed .navbar-brand img {
   width: 200px;
}

@media (max-width : 1225px) and (min-width:768px){
   .navbar-nav li a {
      padding: 0 6px;
   }
   .navbar-nav li:last-child a {
      margin-right : 10px;
   }
}
@media (max-width: 1095px) and (min-width:991px) {
   .navbar-brand img{
      width: 200px;
   }
}
@media (max-width: 991px){
   .menu-wrapper, .setting-button {
      margin-top: 0;
   }
}
@media (max-width: 991px) and (min-width:768px) {
   .navbar-brand img {
      width: 150px;
   }
   .navbar-nav li a{
      font-size : 12px;
      height: 23px;
      line-height: 22px;
   }
}

@media (max-width: 768px) {
   .navbar-nav{
      margin-bottom: 30px;
   }
   .navbar-brand img {
      width: 140px!important;
   }
   .navbar-nav li .sub{
      position: unset;
      box-shadow : none;
      padding: 0;
      margin-top: 30px;
   }
   .navbar-nav li a {
      height: 35px;
   }
   .search-input{
      top: 59px!important;
      right: -66px!important;
   }
}



/*----------------------------------------
               Top right
----------------------------------------*/
.search-header{
   position: relative;
   font-size: 20px;
   text-align: right;
   margin-right: 20px;
}
.search-button{
   cursor: pointer;
   margin-top: -40px;
}
.site-header.fixed .search-button {
   margin-top: 0;
}
.search-input{
   position: absolute;
   right: 0;
   top: 10px;
}
.search-input input{
   padding: 5px 10px;
   border : none;
   border-bottom : 1px solid #999;
}
.search-input button{
   position: absolute;
   right: 0;
   top: 7px;
   background : none;
   border : none;
}
.search-header.active .search-input{
   display: block;
}
.search-header.active #close{
   display : block;
}
.search-header.active #magnifier {
   display: none;
}
.search-header #close{
   display: none;
}
.search-header.active .search-input{
   display: block;
}
.search-header .search-input {
   display: none;
}


.shopping_cart{
   position: relative;
   margin-right: 20px;
   margin-top: -70px;
}

.site-header.fixed .shopping_cart {
   margin-top: -10px;
}

.shopping_cart a{
   padding: 2px 0 0;
   display: block;
   font: normal 14px "Lato", sans-serif;
   color: #999;
   overflow: hidden;
   text-align: right;
}
.shopping_cart a:after{
   content: "\e035";
   font-family: 'simple-line-icons';
   display: inline-block;
   font-size: 25px;
   line-height: 30px;
   color: #333;
   padding: 5px 15px 0 0;
   vertical-align: middle;
}
.shopping_cart .cart-quantity{
   display: block;
   position: absolute;
   bottom: -8px;
   right: 0;
   background: #cc0000;
   width: 20px;
   height: 20px;
   padding-top: 3px;
   font: bold 10px "Montserrat", sans-serif;
   text-align: center;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   color: #fff;
}
.setting-button{
   font-size : 25px;
   position: relative;
}
.setting-button:hover .setting-content{
   display: block;
}
.setting-button .setting-content{
   display: none;
   width: 290px;
   font-size: 14px;
   position: absolute;
   right: 0;
   background-color: #fff;
   padding: 25px;
   -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .2);
   -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .2);
   box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .2);
   z-index: 9;
   font-weight: 700;
   text-transform: uppercase;
   color: #999;
}
.setting-button .setting-content ul{
   list-style: none;
   padding: 0;
}
.setting-button .setting-content ul li{
   display: inline-block;
   margin-right: 10px;
}
.setting-button .setting-content .link_item{
   margin-bottom: 10px;
}
.setting-button .setting-content .link_item:hover a{
   color: #000;
}
.setting-content .icons{
   margin-right: 10px;
}

.setting-content .language-box,
.setting-content .currency-box{
   border-bottom: 1px solid #e5e5e5;
   margin-bottom: 20px;
}
.setting-content .currency-box a{
   color: #fff;
   background: #000;
   padding: 5px 10px;
}

@media (max-width: 991px) {
   .shopping_cart {
      margin-top: -10px;
   }
   .search-button {
      margin-top: 0;
   }
   .search-input {
      top: 30px;
   }
}
/*----------------------------------------
               Main
----------------------------------------*/
.main-wrapper{
    margin-top: 40px;
}

/*----------------------------------------
               List-items
----------------------------------------*/
.list-items figure img{
   width: 100%;
   height: 100%;
   object-fit : cover;
}
.list-items .post .cat{
   margin-top: 20px;
   margin-bottom: 20px;
}
.list-items .post .cat .icon-list{
   margin-right : 10px;
}
.list-items .post h2{
   font-size : 23px;
   font-weight: 600;
}
.list-items .post .entry-content{
   margin-top : 20px;
}



/*----------------------------------------
               Footer
----------------------------------------*/
.site-footer{
   margin-top: 60px;
   border-top : 1px solid #e2e2e2;
   padding-top: 40px;
}
.site-footer h4{
   font-size: 16px;
   font-weight: bold;
   text-transform: uppercase;
   color: #000;
   margin: 0 0 20px;
}
.site-footer ul{
   list-style: none;
   padding: 0;
}
.site-footer .block-info i{
   font-size: 25px;
}
.site-footer .social-footer ul,
.site-footer .social-footer li{
   display: inline-block;
}
.site-footer .social-footer li:first-child{
   margin-left: 10px;
}
.site-footer .social-footer li{
   margin-right: 15px;
}
.site-footer .newsletter-footer span{
   display: none;
}
.site-footer .newsletter-footer form{
   position: relative;
}
.site-footer .newsletter-footer .newsletter-input{
   height: 45px;
   font-size : 13px;
   background: #3c3c3c;
   border-color: #515151;
   color: #fff;
   padding: 10px 43px 10px 12px;
   display: inline-block;
   float: left;
}
.site-footer .newsletter-footer button{
   width: 30px;
   height: 30px;
   position: absolute;
   right: 13px;
   top: 7px;
   background: #908f8f;
   border-radius: 50%;
   padding: 3px 11px;
}

.site-footer .bottom-footer{
   font-family: "Lato", sans-serif;
   font-size: 14px;

}

.site-footer .copyright{
   font-family: "Lato", sans-serif;
   font-size: 14px;
   padding-bottom: 30px;
}

#back-top{
   cursor: pointer;
   position: fixed;
   bottom: 30px;
   right: 30px;
   width: 30px;
   height: 30px;
   text-align: center;
   font-size: 23px;
   background: #3c3c3c;
   color: #fff;
   padding-top: 2px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.menu-title {
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0;
    color:#000;
}
.menu-title b {
   color: #000;
   text-transform: uppercase;
}
.m-auto{
   margin:auto!important;
}

/* [START] Custom Header and Footer */
.page-width {
  margin: 0 auto;
  max-width: 1500px;
  width: 96%;
}

.link-icon {
  height: 20px;
  pointer-events: none;
  vertical-align: top;
  width: 20px;
  display: none;
}
.top-bar {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  text-transform: none;
  color: #777;
  letter-spacing: 0em;

  border-bottom: 1px solid #eee;
  color: #8a8a8a;
  font-size: 13px;
}
.top-bar .top-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-bar .top-links>li {
  display: inline-block;
}
.top-bar .top-links>li>a,
.top-bar .top-links>li>.dropdown {
  color: #8a8a8a;
  font-size: 13px;
  display: block;
  padding: 8px;
  margin-left: 30px;
}
.top-bar .dropdown:hover>.dropdown-menu {
  transform: translate3d(-127px, 31px, 0px);
}
.top-bar .dropdown:hover>.dropdown-menu {
  min-width: 200px;
}
.dropdown:hover>.dropdown-menu {
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  will-change: transform;
}
.top-bar .dropdown>.dropdown-menu>a {
  display: block;
  padding: 8px 20px;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  margin: -1px 0 0;
  transition: all .2s ease-in-out;
  font-size: 13px;
  color: #4e4e4e;
  border: 1px solid #f2f2f2;
}
.top-bar .dropdown>.dropdown-menu>a:hover {
  background-color: #313537;
  border-color: #313537;
  color: #fff;
}
.dropdown>.dropdown-menu {
  padding: 0;
  border-radius: 0;
  background: #fff;
  border: none;
  box-shadow: 1px 1px 3px 0 rgba(0,0,0,.08), inset 0 1px 1px 0 rgba(255,255,255,.95);
}

.logo-center {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.logo-center .logo-img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}

#search-widget {
  max-width: 300px;
  position: relative;
  height: 40px;
  float: right;
  width: 100%;
}
#search-widget input[type="text"] {
  width: 100%;
  max-width: 488px;
  line-height: 20px;
  padding: 9px 20px;
  border-radius: 20px;
  margin: 0;
  border: 1px solid #f2f2f2;
  float: right;
  color: inherit;
  font-size: 14px;
  font-family: Roboto,Arial;
  letter-spacing: .025em;
}
#search-widget input[type="text"]:focus {
  outline: none;
}
#search-widget svg {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 11px;
  right: 30px;
}
#search-widget button {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
}

#menu-burger-mobile {
  display: block;
  width: 20px;
  height: 20px;
  float: right;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
}
.menu-text-mobile {
  float: left;
  font-family: "Archivo Narrow";
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .22em;
  color: inherit;
  text-transform: uppercase;
}
#menu-burger-mobile,
.menu-text-mobile {
  display: none;
}
.menu {
  margin-bottom: 30px;
}
.menu .dropdown>.dropdown-menu {
  display: block;
  opacity: 0;
  transform: translate(0,42px);
  -webkit-transform: translate(0,42px);
  -ms-transform: translate(0,42px);
  transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
  visibility: hidden;
  z-index: 1;
}
.menu .dropdown:hover>.dropdown-menu {
  /* top: 42px;
  left: 0; */
  min-width: 318px;
  padding: 30px 20px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 1px 1px 3px 0 rgba(0,0,0,.08), inset 0 1px 1px 0 rgba(255,255,255,.95);

  z-index: 1000;
  opacity: 1;
  transform: translate(0,42px);
  -webkit-transform: translate(0,42px);
  -ms-transform: translate(0,42px);
  visibility: visible;
  transition: opacity 0.3s linear;
  transition-delay: 0.3s;
}

.mobile-header {display: none!important;}
.menu .top-menu {
  position: relative;
  list-style: none;
  margin: 0 0 2px;
  padding: 0;
  text-align: center;
  border-bottom: 4px solid #333;
}
.menu .top-menu::after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: -7px;
  left: 0;
  border-bottom: 1px solid #b0b0b0;
}
.menu .top-menu>li {
  display: inline-block;
}
.menu .top-menu>li>a,
.menu .top-menu>li>.dropdown {
  color: #8a8a8a;
  display: block;
  padding: 15px 40px;
  font-size: 14px;
  font-family: 'Archivo Narrow';
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.menu .top-menu>li:first-child>a,
.menu .top-menu>li:first-child>.dropdown {
  padding-left: 0;
}
.menu .top-menu>li .dropdown-menu a {
  font-size: 13px;
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  text-transform: none;
  color: #606060;
  letter-spacing: .04em;
  padding: 0;
  margin-bottom: 15px;
}
.menu .top-menu>li .dropdown-menu>a:last-child {
  margin-bottom: 0;
}
.menu .top-menu>li .dropdown-menu a.item-header {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 0;
  letter-spacing: .1em;
}
.menu .top-menu .dropdown-item:focus,
.menu .top-menu .dropdown-item:hover {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-fullwidth {
  position: static;
}

.footer-style {
  font-size: 13px;
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  text-transform: none;
  color: #666;
  letter-spacing: .06em;
}
.footer-style .newsletter-input {
  max-width: 100%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #646464;
  color: #444;
  font-size: 18px;
  letter-spacing: .08em;
  margin-bottom: 20px;
  height: 42px;
  line-height: 16px;
  padding: 10px 50px 10px 20px;
  text-overflow: ellipsis;
  outline: none;
}
.footer-style .newsletter-input:focus{
  box-shadow: none;
}
.footer-style .submit-widget-newsletter {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
  height: 20px;
  border: none;
  background: none;
  padding: 0;
  color: #777;
  cursor: pointer;
}
.footer-style h4 {
  font-size: 14px;
  font-family: 'Archivo Narrow';
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  text-transform: uppercase;
  color: #666;
  letter-spacing: .15em;
  margin: 0 0 25px;
}
.footer-style .footer-links {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.footer-style .footer-links li:not(:last-child) {
  margin-bottom: 12px;
}
.footer-style .icon-footer {
  display: inline-block;
  fill: currentColor;
  height: 20px;
  pointer-events: none;
  vertical-align: top;
  width: 20px;
  margin-right: 10px;
}
.footer-subscribe {
  padding-top: 50px;
  padding-bottom: 90px;
}

.contact-form-widget .form-group {
  margin-bottom: 15px;
}
.contact-form-widget .icon-true {
  color: #666;
}
.relative {
  position: relative;
}
.contact-form-widget .input-icon {
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  width: .875em;
  height: .875em;
  z-index: 4;
}
.contact-form-widget .input-icon {
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  left: 17px;
}
.contact-form-widget .form-group.textarea-area .input-icon {
  top: 14px;
}
.contact-form-widget .form-control {
  background-clip: padding-box;
  background-color: #fefefe;
  background-image: none;
  border-radius: 0;
  border: 1px solid #d1d1d1;
  color: #5f5f5f;
  display: block;
  font-size: .938em;
  line-height: 1.25rem;
  margin: 0;
  padding: .938rem 1.25rem;
  width: 100%;
  letter-spacing: .03em;
}
.contact-form-widget .form-group input,
.contact-form-widget .form-group textarea {
  background: none;
  border-color: rgba(0,0,0,.1);
  color: inherit;
  text-indent: 0;
  padding: 8px 15px 8px 36px;
  margin: 0;
  font-family: 'Roboto';
}
.contact-form-widget .form-group textarea {
  height: 75px;
}
.contact-form-widget .form-group textarea {
  width: 100%;
  height: 100px;
  border: 1px solid rgba(0,0,0,.15);
  color: #5f5f5f;
  font-size: .938em;
  line-height: 1.25rem;
  margin: 0;
  letter-spacing: .03em;
}
.contact-form-widget .submitMessage {
  font-size: 12px;
  font-family: 'Archivo Narrow';
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .1em;
  border: 2px solid #313537;
  background-color: #313537;
  transition: all 0.2s ease-in-out;
  margin: 0;
  border-radius: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 2px solid transparent;
  padding: .5rem 1rem;
}
.contact-form-widget .submitMessage:hover {
  background-color: transparent;
  color: #444;
  border-color: #313537;
}

.socialnetworks {
  padding-bottom: 40px;
}
.socialnetworks ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.socialnetworks li a .svgic {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
}
.socialnetworks li {
  margin: 10px 4px 10px 4px;
  padding: 0;
  width: 36px;
  height: 36px;
  border: none;
}
.socialnetworks li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  border: 1px solid rgba(255,255,255,.08);
}
.socialnetworks li a:hover {
  color: #fff;
  fill: #fff;
}
.socialnetworks li.facebook a:hover {
  background-color: #3b5a9a;
  border-color: #3b5a9a;
}
.socialnetworks li.twitter a:hover {
  background-color: #1aa9e1;
  border-color: #1aa9e1;
}
.socialnetworks li.rss a:hover {
  background-color: #f26522;
  border-color: #f26522;
}
.socialnetworks li.pinterest a:hover {
  background-color: #cc2127;
  border-color: #cc2127;
}
.socialnetworks li.instagram a:hover {
  background-color: #7c4a3a;
  border-color: #7c4a3a;
}

.footer-copy {
  padding-bottom: 40px;
}
.footer-copy .address {
  display: block;
  color: #333333;
  font-family: Lato, sans-serif;
  font-size: 14px;
  text-align: -webkit-center;
  background-color: #ffffff;
}

.signin-width {
  width: 350px;
}
.top-bar .dropdown:hover>.dropdown-menu.signin-width {
  transform: translate3d(-267px, 31px, 0px);
}
.customer-form {
  display: none;
}
.customer-form.active {
  display: block;
}
.customer-form-container.indent {
  padding: 30px;
}
.customer-form-container .title-wrap {
  justify-content: center;
  margin-bottom: 25px;
}
.flex-container {
  display: flex;
}
.customer-form-container  h4 {
  margin: 0 5px;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Archivo Narrow';
  line-height: 28px;
  cursor: pointer;
}
.customer-form-container  .title-wrap .active span {
  border-bottom: 2px solid #444;
  color: #444;
}
.customer-form-container  .title-wrap span {
  padding: 0 10px 0 10px;
}
.customer-form-container .customer-form>div {
  margin-bottom: 15px;
}
.customer-form-container .forgot-password {
  display: flex;
}
.customer-form-container .icon-true .form-control {
  padding-left: 2.75rem;
}
.customer-form-container .form-control {
  background-clip: padding-box;
  background-color: #fefefe;
  background-image: none;
  border-radius: 0;
  border: 1px solid #d1d1d1;
  color: #5f5f5f;
  display: block;
  font-size: .938em;
  line-height: 1.25rem;
  margin: 0;
  padding: .938rem 1.25rem;
  width: 100%;
  letter-spacing: .03em;
}
.customer-form-container .focus-border {
  margin: 0;
  display: block;
}
.customer-form-container .form-control:focus {
  color: #acaaa6;
  background-color: #fff;
  outline: none;
  box-shadow: none;
}
.form-control~.focus-border:before,
.form-control~.focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #bbb;
  transition: 0.4s;
}
.form-control~.focus-border:after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
.form-control~.focus-border i:before,
.form-control~.focus-border i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #bbb;
  transition: 0.5s;
}
.form-control~.focus-border i:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.form-control:focus~.focus-border:before,
.form-control:focus~.focus-border:after {
  width: 100%;
  transition: 0.4s;
}
.form-control:focus~.focus-border:before,
.form-control:focus~.focus-border:after {
  width: 100%;
  transition: 0.4s;
}
.form-control:focus~.focus-border i:before,
.form-control:focus~.focus-border i:after {
  height: 100%;
  transition: 0.5s;
}
.form-control:focus~.focus-border i:before,
.form-control:focus~.focus-border i:after {
  height: 100%;
  transition: 0.5s;
}
.customer-form-container .svgic.input-icon {
  width: 14px;
  height: 14px;
}
.customer-form-container .svgic {
  display: inline-block;
  fill: currentColor;
  height: 20px;
  pointer-events: none;
  vertical-align: top;
  width: 20px;
}
.customer-form-container .input-icon {
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  width: .875em;
  height: .875em;
  z-index: 4;
}
.customer-form-container .form-button {
  font-size: 12px;
  font-family: 'Archivo Narrow';
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .1em;
  background-color: #313537;
  border-color: #313537;
  padding: 1em 2em;
  cursor: pointer;
}
.customer-form-container .form-button:hover {
  border-color: #313537;
  background-color: transparent;
  color: #444;
}

.toggleDropdown-on-mobile {
  display: none;
}
/* Responsive */
@media (max-width: 768px) {
  .top-menu .dropdown p {
    display: none!important;
  }
  .toggleDropdown-on-mobile {
    display: block;
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 500;
  }
  .footer-style {
    padding: 0 15px;
  }
  .page-width {
    max-width: 580px;
    width: 100%;
    padding: 0;
  }

  .link-text {
    display: none;
  }
  .link-icon {
    display: inline-block;
  }
  #menu-burger-mobile,
  .menu-text-mobile {
    display: block;
  }
  .top-bar {
    padding: 48px 20px;
    position: relative;
  }
  .top-bar .col-logo {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .top-bar .logo-img {
    max-width: 150px;
  }
  .top-bar .top-links>li>a,
  .top-bar .top-links>li>.dropdown {
    margin-left: 22px;
    padding: 0;
  }
  .menu {
    padding: 15px 20px;
    background: #222;
    color: #fff;
  }
  .mobile-header {
    display: block!important;
    padding: 0 20px 20px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
  }
  .mobile-header .mh-title {
    font-size: 18px;
    font-family: 'Roboto';
    background: none;
    border-color: rgba(0,0,0,0.2);
    color: #6e6e6e;
    text-transform: uppercase;
    display: block;
    float: left;
    font-weight: bold;
  }
  .mobile-header .close-menu {
    display: block;
    width: 20px;
    height: 20px;
    float: right;
  }
  .menu .top-menu {
    position: fixed;
    left: -100%;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
    max-width: 100%;
    width: 100%;
    z-index: 1000;
    background: #efefef;
    transition: left 0.5s ease 0s;
    padding: 40px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* background-color: rgba(0,0,0,0.5); */
  }
  .menu .top-menu.show {
    left: 0;
  }
  .menu .top-menu>li {
    display: block;
    overflow: hidden;
  }
  .menu .top-menu::after {
    display: none;
  }
  .menu .top-menu>li:first-child>a,
  .menu .top-menu>li:first-child>.dropdown {
    padding-left: 40px;
    border-width:1px 1px 1px 1px;
  }
  .menu .top-menu>li>a,
  .menu .top-menu>li>.dropdown {
    text-align: left;
    font-size: 18px;
    border-style: solid;
    border-color:rgba(0,0,0,0.2);
    border-width:0 1px 1px 1px;
    color: #333;
    text-transform: capitalize;
    font-weight: bold;
    font-family: 'Roboto';
  }
  .menu .top-menu>li>.dropdown {
    padding: 0!important;
  }
  .menu .top-menu>li>a,
  .menu .top-menu>li>.dropdown>a{
    padding: 15px 20px;
    display: block;
  }
  .menu .dropdown>.dropdown-menu {
    display: none;
  }
  .menu .dropdown>.dropdown-menu.show {
    display: block;
    position: relative!important;
    transform: translate3d(0, 0, 0px)!important;
    top: auto!important;
    left: auto!important;
    background: transparent!important;
    box-shadow: none!important;
    border: none!important;
    padding: 20px 30px 40px!important;
    border-bottom:1px solid rgba(0,0,0,0.2);
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: visible!important;
    opacity: 1 !important;
  }
  .menu .top-menu>li .dropdown-menu a.item-header,
  .menu .top-menu>li .dropdown-menu a {
    padding: 10px 0;
    font-size: 95%;
    margin: 0;
  }
  .top-menu>li>.dropdown {
    position: relative;
  }
  .top-menu>li>.dropdown::after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 12px;
  }
  .top-menu>li>.dropdown.show::after {
    content: "\f077";
  }
}
@media (max-width: 339px) {
  .top-bar .logo-img {
    max-width: 110px;
  }
  .top-bar .top-links>li>a,
  .top-bar .top-links>li>.dropdown {
    margin-left: 15px;
  }
}
@media (max-width: 1400px) and (min-width: 1024px) {
  .logo-center .logo-img {
    max-width: 300px;
  }
}
/* [END] Custom Header and Footer */


/* [START] Floating Icon Button */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  transition: opacity .15s linear;
  opacity: 0;
  z-index: -999;
}
.modal-backdrop.show {
  opacity: .5;
  z-index: 1040;
}
.modal-form {
  max-width: 600px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
  padding: 2rem 1.5rem 1.5rem;
  opacity: 0;
  transition: opacity .15s linear;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -ms-transform: translate(-50%,-60%);
  -webkit-transform: translate(-50%,-60%);
  -moz-transform: translate(-50%,-60%);
  -o-transform: translate(-50%,-60%);
  transform: translate(-50%,-60%);
  z-index: -999;

}
.modal-form h4 {
  font-size: 14px;
  font-family: 'Archivo Narrow';
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  text-transform: uppercase;
  color: #666666;
  letter-spacing: 0.15em;
  margin: 0 0 25px;
}
.modal-form.show {
  opacity: 1;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 1080;
}
.modal-close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  outline: none;
}

.columns {
  display: flex;
  flex-direction: row;
  margin: 0 -.7rem 1.2rem;
}
.columns .column {
  height: 100%;
  width: 100%;
  padding:0 .7rem;
}


/* Form Style */
.contact-form-style .form-group {
  margin-bottom: 15px;
}
.contact-form-style .icon-true {
  color: #666;
}
.relative {
  position: relative;
}
.contact-form-style .input-icon {
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  width: .875em;
  height: .875em;
  z-index: 4;
}
.contact-form-style .input-icon {
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  left: 17px;
}
.contact-form-style .form-group.textarea-area .input-icon {
  top: 14px;
}
.contact-form-style textarea {
  max-width: 100%;
  min-width: 100%;
}
.contact-form-style .form-control {
  background-clip: padding-box;
  background-color: #fefefe;
  background-image: none;
  border-radius: 0;
  border: 1px solid #d1d1d1;
  color: #5f5f5f;
  display: block;
  font-size: .938em;
  line-height: 1.25rem;
  margin: 0;
  padding: .938rem 1.25rem;
  width: 100%;
  letter-spacing: .03em;
}
.contact-form-style button {
  font-size: 12px;
  font-family: 'Archivo Narrow';
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .1em;
  border: 2px solid #313537;
  background-color: #313537;
  transition: all 0.2s ease-in-out;
  margin: 0;
  border-radius: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 2px solid transparent;
  padding: .5rem 1rem;
}
.contact-form-style button:hover {
  background-color: transparent;
  color: #444;
  border-color: #313537;
}
.contact-form-style .form-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
  color: #2d2e33;
  font-family: 'Roboto';
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.contact-form-style .form-group select,
.contact-form-style .form-group input,
.contact-form-style .form-group textarea {
  background: none;
  border-color: rgba(0,0,0,.1);
  color: inherit;
  text-indent: 0;
  padding: 8px 12px;
  margin: 0;
  font-family: 'Roboto';
  box-sizing: border-box;
}
.contact-form-style h4 {
  font-size: 18px;
  font-family: 'Archivo Narrow';
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  text-transform: uppercase;
  color: #444444;
  letter-spacing: 0.1em;
}
.contact-form-style .form-group select {
  padding: 9px 12px 10px;
  height: auto!important;
}
.contact-form-style .form-group textarea {
  height: 75px;
}
.contact-form-style .form-group textarea {
  width: 100%;
  height: 100px;
  border: 1px solid rgba(0,0,0,.15);
  color: #5f5f5f;
  font-size: .938em;
  line-height: 1.25rem;
  margin: 0;
  letter-spacing: .03em;
}
.contact-form-style .submitMessage {
  font-size: 12px;
  font-family: 'Archivo Narrow';
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .1em;
  border: 2px solid #313537;
  background-color: #313537;
  transition: all 0.2s ease-in-out;
  margin: 0;
  border-radius: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 2px solid transparent;
  padding: .5rem 1rem;
}
.contact-form-style .submitMessage:hover {
  background-color: transparent;
  color: #444;
  border-color: #313537;
}
.text-number {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  margin-top: 20px;
}
.text-center {
  text-align: center;
}

/* Icon Buttons Layout */
.icon-buttons-layout {
  position: fixed;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 500;
}
.icon-buttons-layout ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.icon-buttons-layout li {
  display: block;
}
.icon-buttons-layout li:not(:last-child) {
  margin-bottom: 10px;
}
.icon-buttons-layout li a {
  display: flex;
  background-color: #313537;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  font-weight: 400;
}
.icon-buttons-layout li a svg {
  fill: #fff;
  width: 27px;
  height: 27px;
  max-width: 27px;
  max-height: 27px;
}
.icon-buttons-layout li a:hover {
  background-color: #fff;
  border-color: #313537;
  color: #444444;
}
.icon-buttons-layout li a:hover svg {
  fill: #444444;
}
.icon-buttons-layout li svg#icon-phone {
  fill: none;
  stroke: #fff;
}
.icon-buttons-layout li a:hover svg#icon-phone {
  fill: none;
  stroke: #444444;
}

#error-message {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

@media (max-width: 767px) {
  .icon-buttons-layout li a {
    width: 54px;
    height: 54px;
    line-height: 54px;
  }
  .icon-buttons-layout {
    top: auto;
    right: 0;
    left: 0;
    width: 100%;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    bottom: 0;
  }
  .icon-buttons-layout ul {
    background-color: #313537;
    display: flex;
    justify-content: space-evenly;
  }
  .icon-buttons-layout li:not(:last-child) {
    margin-bottom: 0;
  }

  .modal-form {
    max-width: 100%;
    padding: 1.5rem;
  }
}
/* [END] Floating Icon Button */

/* Header */
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?wfty6d');
    src:  url('../fonts/icomoon.eot?wfty6d#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?wfty6d') format('truetype'),
    url('../fonts/icomoon.woff?wfty6d') format('woff'),
    url('../fonts/icomoon.svg?wfty6d#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
    content: "\e906";
}
.icon-menu:before {
    content: "\e907";
}
.icon-facebook:before {
    content: "\e903";
}
.icon-instagram:before {
    content: "\e904";
}
.icon-pinterest:before {
    content: "\e905";
}
.icon-cart:before {
    content: "\e900";
}
.icon-loupe:before {
    content: "\e901";
}
.icon-user:before {
    content: "\e902";
}


#mast {
    background: #FFFFFF;
    transition: all ease-in 0.35s;
}
#mast #menu {
    display: none;
}
#mast.scrollUp {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
}
#mast .top-bar {
    background: #f7f7f7;
    text-align: center;
    padding: 5px 0;
}
#mast .top-bar p {
    margin: 0;
}
#mast .top-info .row {
    display: flex;
    align-items: center;
}
#mast .top-info p {
    margin: 0;
    font-size: 12px;
}
#mast .top-info .right-nav {
    text-align: right;
}
#mast .right-nav select {
    border: none;
}
#mast .right-nav i {
    font-size: 15px;
    display: inline-block;
    margin-right: 8px;
}
#mast .right-nav em {
    font-style: normal;
}
#mast .top-info .right-nav span:last-child {
    background: #000000;
}
#mast .top-info .right-nav span:last-child a {
    color: #FFFFFF;
}
#mast .top-info .right-nav span {
    display: inline-block;
    padding: 12px 10px;
}
#mast .bot-info {
    padding: 15px 0 10px;
    border-top: 1px solid #f7f7f7;
}
#mast .bot-info img {
    max-width: 120px;
    width: 100%;
    height: auto;
}
#mast .bot-info .col-md-10 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#mast .bot-info nav > ul {
    text-align: center;
    padding: 0;
    margin: 0;
}
#mast .bot-info ul {
    list-style: none;
    position: relative;
}
#mast .bot-info nav > ul > li {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding: 2px 10px 15px 10px;
}
#mast .bot-info nav > ul > li.wideSubMenu {
    position: static;
}
#mast .bot-info nav > ul > li.wideSubMenu > .popover {
    min-width: 570px;
}
#mast .bot-info nav > ul > li.wideSubMenu > div > ul > li {
    width: calc(100% / 3);
    float: left;
}
#mast .bot-info nav > ul > li.wideSubMenu > div > ul .collapse {
    display: inline-block;
}
#mast .bot-info nav > ul > li.wideSubMenu > div > ul .collapse a {
    font-weight: normal;
    text-transform: none;
    padding: 2px 15px;
}
#mast .popover {
    display: none;
}
#mast .search-cont {
    position: relative;
}
#mast .search-cont input {
    border: none;
    padding: 10px 15px;
    border-bottom: 1px solid #000000;
    outline: none;
}
#mast .search-cont button {
    border: none;
    background: none;
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 12px;
}
#mast .search-cont button span {
    display: none;
}
#foot {
    padding: 45px 0;
    background: #f7f7f7;
    margin-top: 30px;
}
#foot h2 {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}
#foot p {
    color: #7a7a7a;
}
#foot p strong {
    color: #000000;
}
#foot .collapse, #foot ul {
    display: inline-block;
    list-style: none;
    padding: 0;
}
#foot li {
    margin-bottom: .3125rem;
}
#foot li a {
    color: #7a7a7a;
    cursor: pointer;
    font-size: .875rem;
}
#foot .block-social li {
    float: left;
    margin: 0 2px 0 0;
}
#foot .block-social li a {
    color: #FFFFFF;
    background: #d5d5d5;
    padding: 6px 8px;
    font-size: 26px;
}
#foot .block-social li:hover a {
    background: #000000;
}
#mast .bot-info nav > ul > li .popover {
    box-shadow: 2px 1px 11px 2px rgb(0 0 0 / 10%);
    border: none;
    width: 100%;
    min-width: 210px;
    z-index: 18;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease,visibility .5s ease;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 0;
}
@media screen and (min-width: 641px) {
    #mast .bot-info nav > ul > li:hover .popover {
        opacity: 1;
        display: inline-block;
        visibility: visible;
    }
}
#mast .popover ul {
    padding: 6px 0;
    list-style: none;
}
#mast .popover ul li a {
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

#menu {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}
#menu .icon-close, .js-sub {
        display: none;
    }
@media screen and (max-width: 640px) {
    #mast #blkTop {
        position: absolute;
        top: -52px;
        display: flex;
    }
    #mast nav {
        display: inline-block;
        position: fixed;
        left: -100%;
        bottom: 0;
        height: calc(100vh - 90px);
        width: 100vw;
        transition: all ease-in 0.25s;
        z-index: 10;
        background: #FFFFFF;
    }
    #mast nav.show {
        left: 0;
        padding: 15px;
    }
    #mast .bot-info nav > ul {
        display: inline-block;
        width: 100%;
    }
    #mast .bot-info nav > ul li {
        display: inline-block;
        width: 100%;
        padding: 10px 5px;
        border-bottom: 1px solid #f6f6f6;
        text-align: left;
    }
    #mast #menu {
        display: inline-block;
        margin: 0 10px 0 0;
        font-size: 1.25rem;
    }
    #menu.active .icon-menu {
        display: none;
    }
    #menu.active .icon-close {
        display: inline-block;
    }
    #mast .js-sub {
        display: inline-block;
        position: absolute;
        right: 5px;
        background: none;
        border: none;
        outline: none;
    }
    #mast .js-sub:after {
        content: '>';
        transform: rotate(90deg);
        font-family: monospace;
        transition: all ease-in 0.25s;
        font-size: 18px;
        display: inline-block;
    }
    #mast .js-sub.active:after {
        transform: rotate(270deg);
    }
    #mast .bot-info nav > ul > li .popover {
        position: static;
        visibility: visible;
        opacity: 1;
        width: 100%;
        box-shadow: none;
    }
    #mast .bot-info nav > ul > li .popover ul {
        width: 100%;
    }
    #mast .bot-info nav > ul > li .popover ul > li {
        border: none;
        padding: 3px 0;
    }
    #mast .bot-info nav > ul > li .popover ul > li a {
        padding-left: 0;
        padding-right: 0;
    }
    #mast .bot-info .col-md-10 {
        display: inline-block;
    }
    #mast .top-bar, #mast .top-info .col-md-6:first-child, #mast #lang, #mast .right-nav em {
        display: none;
        padding: 0;
    }
    #mast .top-info .right-nav span:last-child {
        background: none;
    }
    #mast .search-cont, #mast .search-cont input {
        width: 100%;
    }
    #foot {
        padding: 15px 0;
    }
    #foot .col-md-3 {
        padding: 15px;
    }
    #foot .collapse {
        display: none;
        width: 100%;
    }
    #foot .row + .row {
        display: none;
    }
    #foot .toggleCollapse {
        position: relative;
    }
    #foot .toggleCollapse:after {
        content: '>';
        position: absolute;
        right: 10px;
        transform: rotate(90deg);
        font-family: monospace;
        transition: all ease-in 0.25s;
        font-size: 18px;
    }
    #foot .toggleCollapse.active:after {
        transform: rotate(270deg);
    }
}
.list-items .col-lg-3 {
    z-index: 3;
}