/* 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:150px;width:150px;margin-top:-75px;margin-left:-75px}.object{width:20px;height:20px;background-color:#c29958;float:left;margin-right:20px;margin-top:65px;-moz-border-radius:50%;-webkit-border-radius:50% 50% 50% 50%;border-radius:50%}#object_one{-webkit-animation:object_one 1.5s infinite;animation:object_one 1.5s infinite}#object_two{-webkit-animation:object_two 1.5s infinite;animation:object_two 1.5s infinite;-webkit-animation-delay:.25s;animation-delay:.25s}#object_three{-webkit-animation:object_three 1.5s infinite;animation:object_three 1.5s infinite;-webkit-animation-delay:.5s;animation-delay:.5s}@-webkit-keyframes object_one{75%{-webkit-transform:scale(0)}}@keyframes object_one{75%{transform:scale(0);-webkit-transform:scale(0)}}@-webkit-keyframes object_two{75%{-webkit-transform:scale(0)}}@keyframes object_two{75%{transform:scale(0);-webkit-transform:scale(0)}}@-webkit-keyframes object_three{75%{-webkit-transform:scale(0)}}@keyframes object_three{75%{transform:scale(0);-webkit-transform:scale(0)}}
/* Newsletter PopUp */
/* Top Bar Noticfication */

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

.notification-entry p a.notification-button {
  background-color: #fff;
  border: 1px solid #ffffff;
  color: #000000;
}
.notification-entry p a.notification-button:hover {
  background-color: #9b3e38;
  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(214, 177, 120, 0);
}
/* Typography */



@font-face {
  font-family: "Crimson Text";
  font-weight: 400;
  font-style: normal;
  src: url("//tibetanecho.com/cdn/fonts/crimson_text/crimsontext_n4.a9a5f5ab47c6f5346e7cd274511a5d08c59fb906.woff2") format("woff2"),
       url("//tibetanecho.com/cdn/fonts/crimson_text/crimsontext_n4.e89f2f0678223181d995b90850b6894b928b2f96.woff") format("woff");
}

@font-face {
  font-family: "Faculty Glyphic";
  font-weight: 400;
  font-style: normal;
  src: url("//tibetanecho.com/cdn/fonts/faculty_glyphic/facultyglyphic_n4.0bec38fedbe8c0caab0776ef98e40d327853fa87.woff2") format("woff2"),
       url("//tibetanecho.com/cdn/fonts/faculty_glyphic/facultyglyphic_n4.bfbcd4e0025ab9d2c33ac9303423ef8a074384ba.woff") format("woff");
}

@font-face {
  font-family: "Crimson Text";
  font-weight: 400;
  font-style: normal;
  src: url("//tibetanecho.com/cdn/fonts/crimson_text/crimsontext_n4.a9a5f5ab47c6f5346e7cd274511a5d08c59fb906.woff2") format("woff2"),
       url("//tibetanecho.com/cdn/fonts/crimson_text/crimsontext_n4.e89f2f0678223181d995b90850b6894b928b2f96.woff") format("woff");
}


html, body, input, textarea, button, select{
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Faculty Glyphic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
p{
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
}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
====================================================================== */.form-control:focus {
  border-color: #e3dccb;
}
::-moz-selection {
  background: #e3dccb;
}
::selection {
  background: #e3dccb;
}
.slick-arrow-style button.slick-arrow:hover {
  color: #e3dccb;
}
.slick-arrow-style_hero button.slick-arrow:hover {
  color: #e3dccb;
}
.slick-append button:hover {
  color: #e3dccb;
}
.slick-dot-style ul.slick-dots li.slick-active button {
  border-color: #e3dccb;
  background-color: #e3dccb;
}
/* ----scroll to top css start ----*/
.scroll-top {
  background-color: #e3dccb;
}
.header-top-settings ul li .dropdown-list li a:hover {
  color: #e3dccb;
}
.header-configure-area ul li a .notification {
  background-color: #e3dccb;
}
.header-configure-area ul li a:hover {
  color: #e3dccb;
}
.header-configure-area ul li.user-hover .dropdown-list li a:hover {
  color: #e3dccb;
}
.header-search-box:hover .header-search-btn {
  color: #e3dccb;
}
.header-social-link a:hover {
  color: #e3dccb;
}
.main-menu ul li:hover>a,
.main-menu ul li.active>a {
  color: #e3dccb;
}
.main-menu ul li ul.dropdown li a:before {
  background-color: #e3dccb;
}
.main-menu ul li ul.dropdown li:hover>a {
  color: #e3dccb;
}
.main-menu ul li ul.megamenu li.mega-title span:after {
  background-color: #e3dccb;
}
.main-menu ul li ul.megamenu li:hover>a {
  color: #e3dccb;
}
.btn-text:hover {
  color: #e3dccb;
}
.btn-text:hover:before {
  background-color: #e3dccb;
}
.btn-cart:hover {
  background-color: #e3dccb;
}
.btn-cart2 {
  background-color: #e3dccb;
}
.btn-sqr {
  background-color: #e3dccb;
}
.mobile-main-header .mobile-menu-toggler .mini-cart-wrap a:hover {
  color: #e3dccb;
}
.mobile-main-header .mobile-menu-toggler .mini-cart-wrap .notification {
  background-color: #e3dccb;
}
.mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span {
  background-color: #e3dccb;
}
.mobile-menu li>a:hover {
  color: #e3dccb;
}
.off-canvas-contact-widget li a:hover {
  color: #e3dccb;
}
.off-canvas-social-widget a:hover {
  color: #e3dccb;
}
.off-canvas-wrapper .btn-close-off-canvas {
  background-color: #e3dccb !important;
}
.search-box-offcanvas form .search-btn:hover {
  color: #e3dccb;
}
.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle:hover {
  color: #e3dccb;
}
.minicart-inner .minicart-close {
  background-color: #e3dccb;
}
.minicart-content .product-name a:hover {
  color: #e3dccb;
}
.minicart-content .cart-price {
  color: #e3dccb;
}
.minicart-remove:hover {
  color: #e3dccb;
}
.minicart-pricing-box li span strong {
  color: #e3dccb;
}
.minicart-button a:hover {
  background-color: #e3dccb;
}
.btn-hero {
  background-color: #e3dccb;
}
.policy-icon {
  color: #e3dccb;
}
.banner-content_style2 .banner-text3 a:hover {
  color: #e3dccb;
}
.custom-checkbox label a:hover,
.custom-checkbox .custom-control-label a:hover,
.custom-radio label a:hover,
.custom-radio .custom-control-label a:hover {
  color: #e3dccb;
}
.custom-checkbox input:checked~.custom-control-label:before,
.custom-checkbox input:checked label:before,
.custom-checkbox .custom-control-input:checked~.custom-control-label:before,
.custom-checkbox .custom-control-input:checked label:before,
.custom-radio input:checked~.custom-control-label:before,
.custom-radio input:checked label:before,
.custom-radio .custom-control-input:checked~.custom-control-label:before,
.custom-radio .custom-control-input:checked label:before {
  background-color: #e3dccb;
  border-color: #e3dccb;
}
.twitter-feed-content p a {
  color: #e3dccb;
}
.hot-deals-item {
  border: 1px solid #e3dccb;
}
.progress-bar {
  background-color: #e3dccb!important;
}
.product-sold span,
.product-available span {
  color: #e3dccb;
}
.product-caption .product-name a:hover {
  color: #e3dccb;
}
.manufacturer-name a:hover {
  color: #e3dccb;
}
.color-categories li:hover {
  border-color: #e3dccb;
}
.button-group a:hover {
  color: #e3dccb;
}
.product-label {
  background: #e3dccb;
}
.price-regular {
  color: #e3dccb;
}
.product-content-list .product-name a:hover {
  color: #e3dccb;
}
.group-item-desc .group-product-name a:hover {
  color: #e3dccb;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item a:hover {
  color: #e3dccb;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item.active {
  color: #e3dccb;
}
.price-range-wrap .price-range.ui-widget-content .ui-slider-range {
  background-color: #e3dccb;
}
.price-range-wrap .price-range.ui-widget-content .ui-slider-handle:before {
  background-color: #e3dccb;
}
.price-range-wrap .range-slider button.filter-btn:hover {
  background-color: #e3dccb;
}
.categories-list li:hover {
  color: #e3dccb;
}
.shop-categories li:hover a {
  color: #e3dccb;
}
.paginatoin-area .pagination-box li a:hover {
  border-color: #e3dccb;
  background-color: #e3dccb;
}
.paginatoin-area .pagination-box li.active a {
  background-color: #e3dccb;
}
.blog-title a:hover {
  color: #e3dccb;
}
.blog-meta p a {
  color: #e3dccb;
}
.blog-list-inner .blog-post-item .blog-content .blog-read-more:hover {
  color: #e3dccb;
}
.blog-sidebar .search-btn:hover {
  background-color: #e3dccb;
  border-color: #e3dccb;
}
.blog-sidebar .blog-archive li a:hover {
  color: #e3dccb;
}
.blog-sidebar .blog-tags li a:hover {
  background-color: #e3dccb;
  border-color: #e3dccb;
}
.recent-post-item .recent-post-description h6 a:hover {
  color: #e3dccb;
}
blockquote {
  border-left: 5px solid #e3dccb;
}
.blog-post-item .tag-line a:hover {
  color: #e3dccb;
}
.comment-section ul li .comment-body .reply-btn a:hover {
  border-color: #e3dccb;
  background-color: #e3dccb;
}
.single-choose-item:hover i {
  color: #e3dccb;
}
.team-member .team-thumb .team-social a:hover {
  background-color: #e3dccb;
  border-color: #e3dccb;
}
.team-member .team-content p {
  color: #e3dccb;
}
.top-bar-left .product-view-mode a:hover {
  color: #e3dccb;
}
.top-bar-left .product-view-mode a.active {
  color: #e3dccb;
}
.nice-select.open {
  border-color: #e3dccb;
}
.product-details-des .customer-rev a:hover {
  color: #e3dccb;
}
.product-details-des .useful-links a:hover {
  color: #e3dccb;
}
.product-details-des .share-icon a:hover {
  color: #e3dccb;
}
.product-details-des .group-product-table td a:hover {
  color: #e3dccb;
}
.product-review-info .nav.review-tab li a {
  border: 1px solid #e3dccb;
  background-color: #e3dccb;
}
.product-review-info .tab-content .review-description .tab-des h3 {
  color: #e3dccb;
}
.checkoutaccordion h6 {
  border-top: 3px solid #e3dccb;
}
.checkoutaccordion h6 span {
  color: #e3dccb;
}
.forget-pwd {
  color: #e3dccb;
}
.single-input-item input:active,
.single-input-item input:focus,
.single-input-item textarea:active,
.single-input-item textarea:focus {
  border-color: #e3dccb;
}
.cart-table .table thead {
  background-color: #e3dccb;
}
.cart-table .table thead tr th {
  border-color: #e3dccb;
}
.cart-table .table tbody tr td a:hover {
  color: #e3dccb;
}
.cart-update-option .apply-coupon-wrapper form input:focus,
.cart-update-option .apply-coupon-wrapper form input:active {
  border-color: #e3dccb;
}
.cart-calculator-wrapper .cart-calculate-items .table tr td.total-amount {
  color: #e3dccb;
}
.compare-table .table tbody tr td.product-image-title .category {
  color: #e3dccb;
}
.compare-table .table tbody tr td.product-image-title .title:hover {
  color: #e3dccb;
}
.compare-table .table tbody tr td.pro-ratting i {
  color: #e3dccb;
}
.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
  background-color: #e3dccb;
  border-color: #e3dccb;
}
.myaccount-content .welcome a:hover {
  color: #e3dccb;
}
.myaccount-content .welcome strong {
  color: #e3dccb;
}
.saved-message {
  border-top: 3px solid #e3dccb;
}
.login-reg-form-wrap .login-reg-form-meta a {
  color: #e3dccb;
}
.contact-block li a:hover {
  color: #e3dccb;
}
.info-list li a:hover {
  color: #e3dccb;
}
.social-link a:hover {
  background-color: #e3dccb;
  border-color: #e3dccb;
}
.newsletter-inner .news-btn {
  color: #e3dccb;
}
.copyright-text p a {
  color: #e3dccb;
}
.custom-control-label:hover {
  color: #e3dccb;
}
.theme-default-button{
  background-color: #e3dccb;
}
.shopify-payment-button .shopify-payment-button__button:hover {
  background: #e3dccb;
}
.swatch-element.color input:checked + label {
  border: 3px solid #e3dccb;
}
.spr-button-primary{
  background-color: #e3dccb;
}
.spr-icon {
  color: #e3dccb;
}
.cart-table table tbody tr td.pro-title a:hover, .cart-table table tbody tr td.pro-remove a:hover {
  color: #e3dccb;
}
.section-title a:hover {
  color: #e3dccb;
}
.collection-item h6 a:hover {
  color: #e3dccb;
}
a{
  color: #e3dccb;
}
a:hover{
  color: #e3dccb;
}
span.price-box__new, span.main, .featured-product-price span {
  color: #e3dccb;
}
.button-group a.is-active{
  color: #e3dccb;
}
span.remove-wishlist {
  color: #e3dccb;
}
.shopify-payment-button .shopify-payment-button__button:hover {
  background: #e3dccb !important;
}
.swatch-element input:checked + label {
  color: #e3dccb;
}
.ratings {
  color: #e3dccb;
}
.offcanvas-navigation ul li.menu-item-has-children .menu-expand:hover {
    color: #e3dccb;
}
.blog-sidebar .blog-tags li.active a{
  background-color: #e3dccb;
  border-color: #e3dccb;
}
.blog-category li.active > a {
  color: #e3dccb;
}
.slider-item-content .btn-text:hover {
  color: #e3dccb;
}
.slider-item-content .btn-text:hover:before {
  background-color: #e3dccb;
}
.product-variant-inventory .variant-inventory {
  color: #e3dccb;
}
.product-variant-inventory .variant-inventory {
  color: #e3dccb;
}
a.product-single__thumbnail.active {
  border: 1px solid #e3dccb;
}
.product-details-des .product-countdown .single-countdown, .featured-product-content .product-countdown .single-countdown {
  background-color: #e3dccb;
}
.quick-view-rating.rating i {
  color: #e3dccb;
}
.product-details-des .product-nav ul li a {
  background: #e3dccb;
}
.instagram-area .sub-title a{
  color: #e3dccb;
}
.pro-nav.pro-nav-media .slick-current.slick-active a{
  border: 1px solid #e3dccb;
}/* Product Grid/List */

/* End Product Grid/List */.theme-default-button{
  color: #fff;
  background-color: #e3dccb;
}
.theme-default-button:hover{
  color: #fff;
  background-color: #222222;
}.off-canvas-wrapper .off-canvas-overlay, .minicart-inner .offcanvas-overlay{
  cursor: url("//tibetanecho.com/cdn/shop/t/6/assets/cancel.png?v=6849663045423944821766046782"), auto;
}
.product-label.discount {
  background-color: #222;
  color: #fff;
}