/* Theme Responsive CSS */
/* Large screen desktop */
@media (min-width: 1400px){
  .container {
      max-width: 1140px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px){
}

@media (min-width: 1170px) and (max-width: 1299px){
  .header-search-box {
    width: 185px;
  }
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
  .main-menu ul li a {
    padding: 37px 10px;
  }
  .sticky.is-sticky .main-menu li a {
    padding: 20px 10px;
  }
  #section-header .theme-logo img {
    max-width: 100% !important;
  }
  .header-search-box {
    max-width: 185px;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .cart-total {
    margin-top: 30px;
  }
  #moda-compare .modal-dialog {
    max-width: 80%;
  }
  .featured-product-iamge {
    padding-right: 0;
  }
  .featured-product-content {
    padding-left: 0;
  }
  .about-content {
    text-align: left;
  }
  #section-header .theme-logo img {
    max-width: 100% !important;
  }
  .wishlist-icon-mobile {
    margin-right: 10px;
  }
}

/* Small and large mobile :320px. */
@media (max-width: 767px) {
  .cart-total {
    margin-top: 30px;
  }
  .cart-buttons .theme-default-button{
    padding: 8px 20px;
  }
  .search-item-image {
    width: 100%;
  }
  .search-item-content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  #moda-compare .modal-dialog {
    max-width: 90%;
  }
  .featured-product-content{
    margin-top: 30px;
  }
  .featured-product-iamge {
    padding-right: 0;
  }
  .featured-product-content {
    padding-left: 0;
  }
  .button-group a {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 34px;
    margin-bottom: 5px;
  }
  .button-group {
    right: 5px;
    top: 5px;
  }
  .product-item:hover .cart-hover, .product-list-item:hover .cart-hover {
    bottom: 5px;
    opacity: 1;
  }
  .btn-cart {
    padding: 7px 15px;
  }
  .product-caption .product-name {
    font-size: 14px;
  }
  ul.grid-color-swatch.grid-image-swatch li label {
    height: 20px;
    width: 20px;
    line-height: 20px;
  }
  a.product-single__thumbnail.active {
    border: 0px solid #000;
  }
  
  /* Policy Pages */
  .shopify-policy__container {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  
  .hot-deals-item .price-box {
    font-size: 16px;
  }
  .product-item .product-countdown .single-countdown {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .product-countdown .single-countdown__time {
    font-size: 14px;
  }
  .policy-content h6 {
    font-size: 14px;
  }
  .single-choose-item {
    padding: 0px;
  }
  .cart-mobile-device{
    display: block;
    visibility: visible;
  }
  .cart-desktop-device{
    display: none;
    visibility: hidden;
  }
  .banner-content_style2 {
    left: 20px;
    bottom: 20px;
  }
  .breadcrumb-wrap .breadcrumb .breadcrumb-item:before {
    margin: 0 3px;
  }
  .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0;
  }
  .about-content {
    text-align: left;
  }
  .breadcrumbs-title {
    margin-bottom: 10px;
  }
  .scroll-top {
    display: block;
  }
  .product-details-des {
    margin-top: 30px;
  }
  .slick-current.slick-active a.product-single__thumbnail{
    border: 1px solid #000;
    display: inline-block;
  }
  .product-label:nth-child(1) {
    top: 5px;
  }
  .product-label {
    left: 5px;
    padding: 3px 5px;
    min-width: 35px;
  }
  .product-label:nth-child(2) {
    top: 28px;
  }
  .remove-wishlist .pe-7s-close {
    font-size: 27px;
    line-height: 33px;
  }
  #section-header .theme-logo img {
    max-width: 100% !important;
  }
  .wishlist-icon-mobile {
    margin-right: 10px;
  }
  .scroll-top {
    height: 40px;
    width: 40px;
  }
  .scroll-top i {
    line-height: 40px;
    font-size: 23px;
  }
  .slide-image-all-device.sid-none{
  	display: none;
  }
  .slide-image-mobile-device{
    display: block;
  }
  .shop-product-wrap.row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .shop-product-wrap [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  
/*   .button-group a{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .cart-hover{
    bottom: 5px;
    opacity: 1;
    visibility: visible;
  } */
  #ask-question .contact-title {
    padding-bottom: 30px;
    padding-top: 10px;
  }
  .product-details-des .useful-links {
    flex-direction: column;
  }
  .product-details-des .useful-links a {
    margin-bottom: 10px;
  }
  .comment-section ul li{
  	display: flex;
  }
  .product-details-des .product-name {
    font-size: 17px;
  }
  .pro-nav.slick-dot-style.slick-dot-style-2 ul.slick-dots {
    bottom: 0;
    top: 5px;
  }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Small Mobile :320px. */
@media only screen and (max-width: 479px) {
  .login-form-container {
    padding: 30px 20px;
  }
  .form-action-button .theme-default-button + .theme-default-button, 
  .cart-buttons .theme-default-button + .theme-default-button{
    margin-left: 0;
    margin-top: 20px;
  }
  .form-action-button .theme-default-button,
  .cart-buttons .theme-default-button,
  .guest-form-container .theme-default-button{
    float: left;
    width: 100%;
  }
  .for-mobile-device{
    display: block;
  }
  .for-desktop-device{
  	display: none;
  }
  .popup-image {
    margin-right: 13px;
  }
  .ajax-popup .modal-content-text p {
    font-size: 13px;
    margin-bottom: 0;
  }
  .ajax-popup .modal-content-text h6 {
    font-size: 14px;
  }
  .ajax-popup .modal-content-text i {
    margin-right: 7px;
  }
  .ajax-popup .modal-button {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .content-text p {
    margin-bottom: 0;
  }
  .minicart-inner .minicart-inner-content {
    max-width: 320px;
  }
  .minicart-inner .minicart-close {
    right: 320px;
  }
}

/* Skin and Color CSS */#preloader_active{background-color:#ffffff;height:100%;width:100%;position:fixed;z-index:999999;margin-top:0;top:0}#loading-center{width:100%;height:100%;position:relative}#loading-center-absolute{position:absolute;left:50%;top:50%;height:200px;width:200px;margin-top:-100px;margin-left:-100px}#object{width:80px;height:80px;background-color:#c29958;-webkit-animation:animate 1s infinite ease-in-out;animation:animate 1s infinite ease-in-out;margin-right:auto;margin-left:auto;margin-top:60px}@-webkit-keyframes animate{0%{-webkit-transform:perspective(160px)}50%{-webkit-transform:perspective(160px) rotateY(-180deg)}100%{-webkit-transform:perspective(160px) rotateY(-180deg) rotateX(-180deg)}}@keyframes animate{0%{transform:perspective(160px) rotateX(0) rotateY(0);-webkit-transform:perspective(160px) rotateX(0) rotateY(0)}50%{transform:perspective(160px) rotateX(-180deg) rotateY(0);-webkit-transform:perspective(160px) rotateX(-180deg) rotateY(0)}100%{transform:perspective(160px) rotateX(-180deg) rotateY(-180deg);-webkit-transform:perspective(160px) rotateX(-180deg) rotateY(-180deg)}}
.image-loading-center #loading-center-absolute{
  height: auto;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  transform: translate(-50%, -50%);
}
/* Newsletter PopUp */
/* Top Bar Noticfication */

.top-notification-bar {
  background: #e7c8b2;
  background: -moz-linear-gradient(left, #e7c8b2 0%, #e7c8b2 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #e7c8b2), color-stop(100%, #e7c8b2));
  background: -webkit-linear-gradient(left, #e7c8b2 0%, #e7c8b2 100%);
  background: -o-linear-gradient(left, #e7c8b2 0%, #e7c8b2 100%);
  background: -ms-linear-gradient(left, #e7c8b2 0%, #e7c8b2 100%);
  background: linear-gradient(to right, #e7c8b2 0%, #e7c8b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7c8b2', endColorstr='#e7c8b2', GradientType=1 );
    }

.notification-entry p a.notification-button {
  background-color: #c29958;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.notification-entry p a.notification-button:hover {
  background-color: #000000;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.notification-close-btn {
  background-color: ;
  border: 1px solid rgba(0,0,0,0);
  color: #000000;
}
.notification-close-btn:hover{
  background-color: rgba(0,0,0,0);
  border: 1px solid rgba(0,0,0,0);
  color: #000000;
}

.notification-entry p {
  color: #000000;
}
.top-notification-bar::before {
  background: rgba(0, 0, 0, 0);
}
/* Typography */



@font-face {
  font-family: Karla;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//www.ambablack.com.br/cdn/fonts/karla/karla_n4.40497e07df527e6a50e58fb17ef1950c72f3e32c.woff2?h1=YW1iYWJsYWNrLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=YW1iYWJsYWNrLmNvbS5icg&h3=YWNjb3VudC5hbWJhYmxhY2suY29tLmJy&hmac=8ce2cbe227a9658c6212b0ce830b514cd96e9ed6878d272540c8d3a54c64768b") format("woff2"),
       url("//www.ambablack.com.br/cdn/fonts/karla/karla_n4.e9f6f9de321061073c6bfe03c28976ba8ce6ee18.woff?h1=YW1iYWJsYWNrLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=YW1iYWJsYWNrLmNvbS5icg&h3=YWNjb3VudC5hbWJhYmxhY2suY29tLmJy&hmac=6e124f0c40d6813f99e032a2f482789398769b78df83858fff4d176eb1121236") format("woff");
}

@font-face {
  font-family: Karla;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("//www.ambablack.com.br/cdn/fonts/karla/karla_n7.4358a847d4875593d69cfc3f8cc0b44c17b3ed03.woff2?h1=YW1iYWJsYWNrLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=YW1iYWJsYWNrLmNvbS5icg&h3=YWNjb3VudC5hbWJhYmxhY2suY29tLmJy&hmac=c8dc668d8aed6047de95777fd9cfb4cf4709929c89de3ad230a3235cc32bef21") format("woff2"),
       url("//www.ambablack.com.br/cdn/fonts/karla/karla_n7.96e322f6d76ce794f25fa29e55d6997c3fb656b6.woff?h1=YW1iYWJsYWNrLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=YW1iYWJsYWNrLmNvbS5icg&h3=YWNjb3VudC5hbWJhYmxhY2suY29tLmJy&hmac=b383abb4e23fdd689d50ef9f1434ab3474c3358a36991aaf6d45b5ffb1b5922d") format("woff");
}

@font-face {
  font-family: Karla;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//www.ambablack.com.br/cdn/fonts/karla/karla_n4.40497e07df527e6a50e58fb17ef1950c72f3e32c.woff2?h1=YW1iYWJsYWNrLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=YW1iYWJsYWNrLmNvbS5icg&h3=YWNjb3VudC5hbWJhYmxhY2suY29tLmJy&hmac=8ce2cbe227a9658c6212b0ce830b514cd96e9ed6878d272540c8d3a54c64768b") format("woff2"),
       url("//www.ambablack.com.br/cdn/fonts/karla/karla_n4.e9f6f9de321061073c6bfe03c28976ba8ce6ee18.woff?h1=YW1iYWJsYWNrLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=YW1iYWJsYWNrLmNvbS5icg&h3=YWNjb3VudC5hbWJhYmxhY2suY29tLmJy&hmac=6e124f0c40d6813f99e032a2f482789398769b78df83858fff4d176eb1121236") format("woff");
}


html, body, input, textarea, button, select{
  font-family: Karla, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3, h4, h5, h6{
  font-family: Karla, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
p{
  font-family: Karla, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}h1{
  font-size: 40px;
}
h2{
  font-size: 32px;
}
h3{
  font-size: 28px;
}
h4{
  font-size: 24px;
}
h5{
  font-size: 20px;
}
h6{
  font-size: 16px;
}
p{
  font-size: 14px;
}

@media (max-width: 767px) {
  h1{
    font-size: 34px;
  }
  h2{
    font-size: 28px;
  }
  h3{
    font-size: 24px;
  }
  h4{
    font-size: 20px;
  }
  h5{
    font-size: 18px;
  }
  h6{
    font-size: 16px;
  }
  p{
    font-size: 14px;
  }
}/* End Typography */
/* Custom and Customer Page */
.theme-default-margin, .shopify-challenge__container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .theme-default-margin, .shopify-challenge__container{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.create-custom-page{
  padding-top: 100px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .create-custom-page{
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
/* End Custom Page */
/* QuickView */

/* End Quickview */

/* ======================================================================
Name: Your Theme Color CSS file
====================================================================== *//* Product Grid/List */

.product-thumb, .pro-large-img, .group-item-thumb {
  border: 1px solid #f3f3f3;
}

/* End Product Grid/List */.off-canvas-wrapper .off-canvas-overlay, .minicart-inner .offcanvas-overlay{
  cursor: url("//www.ambablack.com.br/cdn/shop/t/4/assets/cancel.png?v=6849663045423944821758235997"), auto;
}
.product-label.discount {
  background-color: #c29958;
  color: #fff;
}