@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Arimo|Merriweather:400,400italic|Open+Sans:400,400italic,600,600italic,700,700italic,300italic,300|Roboto:400,700,400italic,500,300italic,300|Lato:400,700|Libre+Baskerville);

@import url(../js/fancybox/source/jquery.fancybox.css);
@import url(../js/fancybox/source/helpers/jquery.fancybox-thumbs.css);
@import url(../js/arcticmodal/jquery.arcticmodal.css);
/*	
*/
@media (max-width: 479px) {
  .form-cart .cart-actions .action {
    display: block;
    float: none;
    width: 100%;
  }
}
#popup-newsletter .close {
  width: 16px;
  height: 16px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/icon/index1/close.png);
  opacity: 1;
  position: absolute;
  top: 12px;
  right: 14px;
}
#popup-newsletter .close span {
  display: none;
}
#popup-newsletter .modal-dialog {
  height: 100%;
  max-height: 355px;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Safari */
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  margin: 0 auto;
  height: 100%;
  padding: 15px;
}
#popup-newsletter .modal-content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color:  transparent ;
  height: 100%;
  border-radius: 0;
  border: none;
  padding: 0;
  color: #fff;
  padding-top: 48px;
  padding-bottom: 0;
  width: 100%;
  max-width: 100%;
}
#popup-newsletter .block-newletter {
  font-size: 14px;
  max-width: 375px;
}
#popup-newsletter .block-newletter .block-title {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 12px;
}
#popup-newsletter .block-newletter .text-des {
  margin-bottom: 30px;
}
#popup-newsletter .block-newletter .form-control {
  height: 40px;
  border: none;
  background-color: #dbdbdb;
  color: #888888;
  font-style: italic;
  font-size: 14px;
}
#popup-newsletter .block-newletter .form-control::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
#popup-newsletter .block-newletter .form-control:-ms-input-placeholder {
  color: #888888;
}
#popup-newsletter .block-newletter .form-control::-webkit-input-placeholder {
  color: #888888;
}
#popup-newsletter .block-newletter .btn-subcribe {
  height: 40px;
}
#popup-newsletter .block-social .block-title {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
#popup-newsletter .block-social .block-content {
  font-size: 18px;
}
#popup-newsletter .block-social .block-content a {
  margin-right: 13px;
  color: #fff;
}
#popup-newsletter .btn-checkbox {
  position: absolute;
  bottom: 6px;
  left: 20px;
}
#popup-newsletter .btn-checkbox label {
  cursor: pointer;
}
.cms-page {
  background-color: #fff;
}
.cms-page .site-main {
  background-color: #fff;
}
.cms-page.index-opt-1 {
  background-color: #fff;
}
.cms-page.index-opt-1 .header-content {
  background-color: #fff;
}
.cms-page.index-opt-1 .header-nav {
  background-color: #ebebeb;
}
