/** Shopify CDN: Minification failed

Line 2561:0 Unexpected "#54b93b65_1639669869"

**/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

.cart-drawer__item-discount{
  font-weight: bold;
}

.c-30{
  background-color: #f0d283;
    padding: 5px 10px;
    font-size: 12px;
    color: #000;
}

.c-15{
      position: absolute;
    top: 45px;
    right: 0;
    left: 0;
    width: 80%;
    font-size: 10px;
    text-align: right;
    margin: 0 auto;
    z-index:99;
}

/* Default CSS Start */
.flex {display: flex}
.custom-col-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
.custom-col-2 {
  flex: 0 0 50%;
  max-width: 50%;
}
.custom-col-3 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.custom-col-4 {
  flex: 0 0 25%;
  max-width: 25%;
}
.custom-col-6 {
  flex: 0 0 16.66%;
  max-width: 16.66%;
}
/* Default CSS End */

/* Newsletter popup css */
.popup_wrapper {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  height: 100%;
  opacity: 0;
  position: fixed;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999999;
}
.newsletter_popup_inner {
  background: #fff;
  align-items: center;
  border-radius: 0;
  bottom: 0;
  box-shadow: 0 0 7px 1px #222222;
  color: #ffffff;
  display: flex;
  height: 400px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 800px;
  z-index: 9999999; 
}
.subscribe_area {
  padding: 40px 150px;
  text-align: center;
  width: 100%;
}
.subscribe_area > h2, .subscribe-content > h2 {
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}
.subscribe_area > p, .subscribe-content > p {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
  line-height: 25px;
}
.subscribe-form-group {
  text-align: center;
  margin-bottom: 0;
}
.subscribe-form-input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: 40px;
  margin: 0 auto;
  padding: 5px 10px;
  max-width: 300px;
}
.subscribe-form-input:focus{
  box-shadow:none;
  border:1px solid #dddddd;
}
.popup_off {
  border-radius: 0;
  color: #000000;
  cursor: pointer;
  display: block;
  font-size: 25px;
  opacity: 1;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 15px;
  line-height: 25px;
  height: 30px;
  width: 30px;
  text-align: center;
  z-index: 99;
}
.newsletter-btn {
  background: #000000 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  margin-top: 25px;
  padding: 5px 25px;
}
.newsletter-btn:hover {
  background: #666666 none repeat scroll 0 0;
  color: #ffffff;
}
.subscribe-form-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666666;
}
.subscribe-form-input::-moz-placeholder { /* Firefox 19+ */
  color: #666666;
}
.subscribe-form-input:-ms-input-placeholder { /* IE 10+ */
  color: #666666;
}
.subscribe-form-input:placeholder { /* Firefox 18- */
  color: #666666;
}
.newsletter_popup_inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  content: "";
  opacity: .6;
  height: 100%;
}
.subscribe_area {
  z-index: 9;
}
.subscribe-content {
  float: left;
  padding: 0px 50px;
  width: 60%;
}
.subscribe-image {
  float: left;
  width: 40%;
}
.subscribe_area.area-2 {
  padding: 0;
  display: flex;
  align-items: center;
}
.form-group.subscribe-form-group p {
  color: #000;
  margin: 20px 0 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .newsletter_popup_inner {
    width: 720px;
    height: 360px;
  }
  .subscribe-content {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .newsletter_popup_inner {
    min-height: 300px;
    width: 300px;
  }
  .subscribe_area {
    padding: 20px;
    width: 100%;
  }  	
  .subscribe_area > h2, .subscribe-content > h2 {
    font-size: 20px;
  }
  .subscribe-image {
    display: none;
  }
  .subscribe-content {
    padding: 30px;
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .newsletter_popup_inner {
    width: 400px;
  }
}
/* End Newsletter popup css */
/* Subscribe form success */
.form-message--success{
  color: #56ad6a !important;
  background-color: #ecfef0;
  padding: 5px;
  text-align: center;
  margin-bottom: 0;
}
button.success-form-close-btn {
  text-align: right;
  float: right;
  margin-right: 20px;
  padding: 0 5px;
  display: inline-block;
}
/* End subscribe form success */
.productModal .selector-wrapper > label {
  width: 15%;
}
.productModal .single-option-selector {
  border-radius: 0;
  height: 35px;
  padding: 7px;
  width: 50%;
}
.productModal .selector-wrapper {
  margin-bottom: 15px;
  margin-top: 15px;
}
.productModal .variants_selects {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.productModal .wrapper.input-content > label {
  float: left;
  margin-bottom: 0;
  margin-right: 15px;
  margin-top: 5px;
}
.productModal .wrapper.input-content {
  margin-top: 20px;
  padding: 0;
}
.productModal .cart-plus-minus {
  margin-right: 20px;
  margin-top: 5px;
}
.productModal .modal-product .product-images {
  width: 45%;
}
.productModal .modal-product .product-info {
  width: 55%;
}
.productModal .stock2 {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.productModal button.close {
  opacity: 1;
}
.productModal button.close > span {
  font-size: 14px;
}
.productModal button.close:hover span{
  background: #ff7f00 none repeat scroll 0 0;
  border-color: #ff7f00;
  color: #fff;
}
.productModal .s-price-box .amount {
  color: #a6a6a6;
  font-size: 15px;
  text-decoration: line-through;
  font-weight: normal;
}
.productModal .selector-wrapper > label{
  display: none;
}
.productModal .selector-wrapper > label[for=product-select-qv-option-0], .productModal .selector-wrapper > label[for=product-select-qv-option-1],
.productModal .selector-wrapper > label[for=product-select-qv-option-2], .productModal .selector-wrapper > label[for=product-select-qv-option-3]
{
  display: inline-block;
}
.disabled-add-to-cart {
  cursor: not-allowed;
}
#quickViewModal .modal-dialog {
  width: 950px;
  color: #000;
}
#quickViewModal .modal-content {
  border-radius: 0;
}
#quickViewModal .modal-body {
  padding: 20px;
  display: flex;
}
#quickViewModal .qwick-view-left, #quickViewModal .qwick-view-right {
  width: 45%;
}
#quickViewModal .qwick-view-left {
  margin-right: 20px;
}
.qwick-view-content .price > span.new,
.qwick-view-content .price > span.old.main {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #00ade5;
  font-size: 26px;
  margin-right: 10px;
}
.price span.old.main.amount.price-box__old {
  text-decoration: line-through;
  color: #c2c2c2;
  font-size: 16px;
}
.variants_selects .selector-wrapper select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #dcdcdc;
  box-shadow: none;
  color: #828282;
  font-size: 14px;
  height: 43px;
  padding-left: 20px;
  position: relative;
  width: 100%;
  border-radius: 0;
  background: rgba(0, 0, 0, 0) url(//doradusjewels.com/cdn/shop/t/2/assets/4.png?v=134248252323221259431631572476) no-repeat scroll right 20px center;
}
/* Quick View End */
.slider-area {
  z-index: 1;
}
.product-img > span.sticker_sale {
  left: auto;
  right: 20px;
}
.cart_empty_title {
  display: none;
}
.mini_cart .cart-img {
  display: inline-block;
  float: left;
  width: 35%;
  margin-right: 17px;
}
.mini_cart .single-product-cart {
  border-bottom: 1px solid #f6f6f6;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.mini_cart .cart-delete {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 16px;
}
.mini_cart {
  display: inline-block;
}
.mini_cart .single-product-cart {
  padding-bottom: 20px;
}
.mini_cart .cart-title {
  margin: 19px 19px 0 15px;
}
.currency {
  z-index: 999;
  position: relative;
}
li.currency__item {
  display: block;
  width: 100%;
}
.currency ul li a {
  font-weight: normal;
  padding-left: 12px;
}
.currency button {
  font-weight: bold;
  font-size: 16px;
  border: 1px solid #efefef;
  padding: 6px 6px 6px 12px;
  border-radius: 3px;
}
.currency ul li::after {
  display: none;
}
.dropdown-toggle::after {
  margin-left: 50px;
}
.dropdown-menu {
  border-color: #efefef;
  min-width: 113px;
  width: 113px;
}
.currency {
  padding-left: 88px;
}
.product-content-4 h5, .product-content-5 h5, .product-content-6 h5, .product-content-7 > h5, .product-content-electro2 > h5, 
.product-content-hanicraft > h5, .product-list-info > span {
  display: inline-block;
}
.product-content a, .product-fruit-content a, .product-content-2 a, .product-content-6 a, .product-content-5 > h4, .product-content-7 > h4,
.qwick-view-content h3, .product-content-electro2 > h3 a, .single-popular-product > h3 a, .product-content-hanicraft > h4 a, .trandy-product-content > h4,
.smart-watch-content > h4, .funiture-product-content > h4 a, .special-food-content > h4 a, .special-food-content > h4 a, .product-list-info > h4,
.product-details-content > h3, .product-content-4 > h4 a {
  text-transform: capitalize
    ;
}
/* Ajax Cart Icon Start */
.cart-item.add-item .pe-7s-check,
.cart-item.add-item .ti-check {
  display: inline-block;
}
.cart-item.loading .pe-7s-cart, .cart-item.loading.add-item .pe-7s-check, .cart-item.add-item .pe-7s-cart,
.cart-item.loading .ti-shopping-cart, .cart-item.loading.add-item .ti-check, .cart-item.add-item .ti-shopping-cart,
.cart-item.loading .pe-7s-like, .cart-item.add-item .pe-7s-like,
.cart-item.loading .ti-heart, .cart-item.add-item .ti-heart {
  display: none;
}
.cart-item .pe-7s-settings, .cart-item .pe-7s-check,
.cart-item .ti-settings, .cart-item .ti-check {
  display: none;
}
.cart-item.loading .pe-7s-settings,
.cart-item.loading .ti-settings {
  display: inline-block;
}
/* Ajax Cart Icon End */

/* Ajax Wishlist Button */

.wishlist-action a {
  display: inline-block;
}
.action-wishlist .loading-wishlist, .action-wishlist .remove-wishlist, a.go-to-wishlist{
  display: none;
}
.action-wishlist.loading-wishlist .loading-wishlist{
  display: inline-block;
}
.action-wishlist.loading-wishlist .add-wishlist, .action-wishlist.adding-wishlist .remove-wishlist, .action-wishlist.adding-wishlist + a.go-to-wishlist{
  display: none;
}
.action-wishlist.active .add-wishlist{
  display: none;
}
.action-wishlist.active .remove-wishlist, .action-wishlist.active + a.go-to-wishlist{
  display: inline-block;
}
.action-wishlist.loading-wishlist .loading-wishlist{
  display: inline-block;
}
.action-wishlist.active.adding-wishlist .remove-wishlist, .action-wishlist.active.adding-wishlist + a.go-to-wishlist{
  display: inline-block;
}
.action-wishlist.loading-wishlist.adding-wishlist .remove-wishlist, .action-wishlist.loading-wishlist.adding-wishlist + a.go-to-wishlist{
  display: none;
}
/* End Wishlist Button */
/* Wishlist Page */


.wishlist-btn.active .pe-7s-like {
  color: #ff5c33;
  font-weight: bold;
}
.product-action-2 a.wishlist-style-2.flex.wishlist-btn.active {
  background-color: #f44344;
  color: #f1f1f1;
}
div#instafeed > a {
  display: inline-block;
  padding: 8px;
  width: 20%;
}
.footer-widget .subscribe-form {
  border: none;
  color: #ddd;
  background: transparent;
  margin: 28px 0 40px;
  width: auto;
  padding: 0 40px 0 0;
}
input, textarea, select {
  border-radius: 0;
}
.footer-widget-title-6 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
}
.fruits-footer .food-widget-content ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
/* Flicker Feed Start */
#flicker_images img {
  height: 100px;
  width: 135px;
  padding: 3px;
  margin: 0;
  overflow: hidden;
  float: left;
}
#flicker_images .photo {float:left; position:relative;}
#flicker_images .photo:first-child img {
  width: 100%;
  height: auto;
  float: none;
}
#flicker_images .photo:first-child {
  display: block;
  float: none;
}
/* Flicker Feed End */
.cart_empty_title.cart-dropdown {
  padding: 25px;
}
.cart_empty_title.cart-dropdown > h5 {
  margin: 0;
}
.logo {
  z-index: 9999;
  position: relative;
}
/* Mega Menu Start */
.menu-hover {
  z-index: 999;
}
.menu-hover ul li .single-dropdown a, .shop-menu .category-dropdown-style ul a {
  color: #383838;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: inherit;
  margin: 0;
  padding: 0 0 12px;
  text-align: inherit;
}
.main-menu ul li::before {
  background-color: #efefef;
  bottom: 0;
  content: "";
  height: 1px;
  left: -50px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 225px;
}
/* Mega Menu End */
footer, .shopify-section {clear: both;}
.category-common3::before, .category-common4::before {height: 90%;}

/* Ratting Icon Start */
i.spr-icon {
  opacity: 1 !important;
  padding: 0 3px 0 0;
}
i.spr-icon.spr-icon-star {
  color: #000000 !important;
}
.spr-badge-caption-none .spr-badge-caption {
  display: none;
}
/* Ratting Icon End */
.fruit-price.book_price > span {
  color: #383838;
}
.fruit-price.book_price > span.old {
  color: #9e9e9e;
}
.fruit-price.book_price {
  margin-top: 8px;
}
.section-title > h2 {text-transform: unset;}
.container .product-wrapper.mb-65 .product-action a {
  font-size: 22px;
  height: 43px;
  line-height: 49px;
  width: 43px;
}
.best-selling-right .product-content-6,
.product-content-electro2 {
  position: unset;
}
.best-selling-left .product-content-5 {
  position: unset; 
  transform: unset;
  padding: 30px 0;
}
/* Quick View Start */
#exampleModal .selector-wrapper label {
  margin-bottom: 12px;
}
#exampleModal .price {
  margin-top: 0;
}
#exampleModal .price span.new > span.money,
#exampleModal .price span.old.main > span.money {
  color: #050035;
} 
#exampleModal .price span.old.main,
#exampleModal .price span.old.main > span.money {
  text-decoration: unset;
}
#exampleModal .price span.old.main.amount.price-box__old, #exampleModal .price span.old.main.amount.price-box__old > span.money {
  text-decoration: line-through;
  color: #707070;
}

#exampleModal .selector-wrapper {
  margin-bottom: 30px;
}
/* Quick View End */
.subscribe-form-3 .mc-form .clear, .subscribe-form-3 .mc-form .clear:hover {
  background: rgb(56, 56, 56) url(//doradusjewels.com/cdn/shop/t/2/assets/14.png?v=43419141094516132501631572475) no-repeat scroll right 15px center;
}
.testimonials-area h3.section-title-44 {
  color: #ffffff;
  font-family: "Roboto Slab", serif;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 61px;
  position: relative;
  z-index: 99;
}
.smart-watch-content {position: relative;}
.shop-selector {margin-left: 0;}
.smart-watch-product-wrapper {background: #F7F8FA;}
.cursor_pointer {cursor: pointer;}
.sidebar-categories li a {text-transform: capitalize;}
.product-color ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-color ul li {
  position: relative;
  text-indent: unset;
}
.product-color ul li.active::before {
  content: "\e64c";
  position: absolute;
  font-family: 'themify';
  color: #fff;
  font-size: 12px;
  left: -1px;
  right: 0;
  text-align: center;
  top: 1px;
  z-index: 99999;
}
.product-color ul li.white.active::before,
.product-color ul li.yellow.active::before{color: #000;}
.sidebar-widget ul li.active a {color: #050035;}
.select-option-part select {background: rgba(0, 0, 0, 0) url(//doradusjewels.com/cdn/shop/t/2/assets/4.png?v=134248252323221259431631572476) no-repeat scroll right 20px center;}
.select-option-part .selector-wrapper {
  margin-bottom: 35px;
}

/* CSS for Swatch- Start */
.swatch-element > input, .wrapper_none .selector-wrapper {
  display: none;
}
.swatch .header {
  color: #707070;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 19px;
}
.swatch-element label {
  color: #828282;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  margin-right: 20px;
}
.swatch-element.color > label {
  position: relative;
  border: 1px solid #fff;
  outline: 1px solid transparent;
  border-radius: 50%;
  display: block;
  float: left;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  padding: 1px;
  transition: all 0.3s ease 0s;
}
.swatch-element.color input:checked + label::before {
  content: "\e64c";
  position: absolute;
  font-family: 'themify';
  color: #fff;
  font-size: 12px;
  left: -1px;
  right: 0;
  text-align: center;
  top: 1px;
  z-index: 99999;
}
.swatch-element input:checked + label {
  color: #050035;
}
/* CSS for Swatch- End */
.quickview-btn-cart > a {
  width: 150px;
  text-align: center;
}
.cart-plus-minus {
  overflow: unset;
  padding: 12px 5px 8px 5px;
  display: flex;
}
.quickview-btn-cart > a {
  padding: 0;
  line-height: 50px;
}
.cart-main-area table, .cart-main-area table * {
  border: none;
  text-align: center;
}
.table-content table td input {
  width: 100%;
}
.cart-main-area .js-qty, .cart-main-area  .ajaxcart__qty {
  max-width: 80px;
  margin: 0 auto;
}
.cart-main-area textarea {width: 70%;}


/* Review App Start */
.cart-main-area textarea, .spr-form-input-text, .spr-form-input-textarea,
.spr-form-contact-email .spr-form-label+.spr-form-input {
  background: transparent;
  border: 1px solid #ddd;
}
.spr-form-input-text:focus, .spr-form-label+.spr-form-input:focus, .spr-form-input-textarea:focus,
.spr-form-contact-email .spr-form-label+.spr-form-input:focus {
  border: 1px solid #050035;
}
.spr-header-title, .spr-form-contact-name, .spr-form-contact-email, .spr-form-contact-location, .spr-form-review-rating, .spr-form-review-title, 
.spr-form-review-body, .spr-form-title {
  text-align: left;
}
span.spr-summary-caption {
  float: left;
}
.spr-form-input.spr-starrating .spr-icon.spr-icon-star-hover,
.spr-form-input.spr-starrating .spr-icon.spr-icon-star {
  color: #050035;
}
.spr-form-input.spr-starrating .spr-icon.spr-icon-star.spr-icon-star-empty {
  color: #000000;
}
.spr-form-input.spr-starrating a.spr-icon {
  font-size: 100%;
  opacity: 1;
  margin-right: 6px;
}
.spr-button.spr-button-primary {
  background-color: #333;
  border: none;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  height: 42px;
  letter-spacing: 1px;
  line-height: 42px;
  padding: 0 25px;
  transition: all 0.3s ease-in-out 0s;
  width: inherit;
}
.spr-button.spr-button-primary:hover, .spr-button.spr-button-primary:focus {
  background-color: #050035;
  border: none;
  color: #fff;
}
span.spr-starrating.spr-summary-starrating {
  float: left;
}
.spr-reviews {
  text-align: left;
}
.product-description-review i.spr-icon {
  font-size: 100%;
}
.product-description-review .spr-review-content-body {margin: 0 !important;}
/* Review App End */
.theme-bg-2 {
  z-index: 9999999;
  position: relative;
}
.login .button-box .default-btn, .login-form-container input {
  border-radius: 0;
}
.wishlist-grid .product-furit-action a.list-btn-wishlist.wishlist-style-2.action--wishlist.tile-actions--btn.wishlist-btn {
  line-height: 32px;
}
.wishlist-section .product-fruit-wrapper.wishlist-tile-container {
  width: 22%;
  float: left;
  margin: 0px 10px 40px;
}
.ezone_search_page .categories-search-wrapper {
  display: inline-block;
}
.product-list-info.search_page > h4 {margin-bottom: 15px;}
.hanicraft-action a::before {height: 46px;}
.product-action.grid_fashion {
  padding: 0;
}
.new-top-img > a {
  display: block;
  width: 160px;
}
.copyright > p {
  margin: 6px 0 0;
}
.header-cart-2 {
  margin-right: 44px;
}
.header-cart {
  margin-right: 26px;
}
li.curr.currency.ml-0 {
  padding-left: 70px;
  margin-right: 10px;
}
.category-menu-list > ul > li > a i:first-child {
  right: auto !important;
  left: -5px !important;
}
.category-menu-list > ul > li {
  padding-left: 37px !important;
}
.menu-style-3 nav > ul > li {
  margin: 0 35px !important;
}
.wrapper-padding-5 .container-fluid {
  padding: 0 150px 0 197px;
}
.footer-widget .subscribe-form-5 .mc-form .clear {
  right: 67px;
}
.container-fluid .footer-widget .subscribe-form-5 .mc-form .clear {
  right: 82px;
}
.feadback-area {
  margin-top: -100px;
}
.shop-selector select {
  padding: 0px 15px;
}
.change-view {
  padding: 0px 8px;
}
.change-view {
  padding-right: 0;
}
.related-product-active.rel_prod_grid_1 .product-wrapper {
  margin-bottom: 95px;
}
.related-product-active.rel_prod_grid_2 .product-fruit-wrapper.grid_product {
  margin-bottom: 50px;
}
.related-product-active.rel_prod_grid_4 .product-wrapper {
  margin-bottom: 50px;
}
.related-product-active.rel_prod_grid_5 .product-wrapper {
  margin-bottom: 55px;
}
.related-product-active.rel_prod_grid_6 .owl-item {
  margin-bottom: 90px;
}
.related-product-active.rel_prod_grid_7 .product-wrapper {
  margin-bottom: 98px;
}
.related-product-active.rel_prod_grid_8 .product-wrapper {
  margin-bottom: 95px;
}
.related-product-active.rel_prod_grid_9 .smart-watch-product-wrapper {
  margin-bottom: 100px;
}
.related-product-active.rel_prod_grid_10 .trandy-product-wrapper.grid_product {
  margin-bottom: 45px;
}
blockquote {
  margin: 30px 0 30px;
  padding: 15px 30px 0;
}
p.form-messege {
  margin-bottom: 0;
}
.single-contact-info:last-child {
  margin-bottom: 0;
}
.button-box.customer_login {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.button-box.customer_login .login-toggle-btn {
  margin-top: 25px;
}
.customer_address_btn.section-header__right.cart-page-total, .section-header__left.cart-heading.customer_address_title {
  padding-top: 0;
}
.section-header__left.cart-heading.customer_address_title {
  display: block;
}
.cart-page-total.customer_address_btn > a {
  margin-top: 0;
  height: 49px;
}
.cart-page-total.customer_address_btn > a.btn:focus {
  box-shadow: none;
}
.customer_address input, .customer_address select {
  background: transparent;
  border: 1px solid #ddd;
}
.customer_address select {
  background: rgba(0, 0, 0, 0) url(//doradusjewels.com/cdn/shop/t/2/assets/4.png?v=134248252323221259431631572476) no-repeat scroll right 20px center;
}
.grid.beyadob_grid {
  height: auto !important;
}
.beyadob {
  display: flex;
}
.beyadob .inline {
  margin-top: 10px;
}
/* Category Mobile Menu Start */
.sidebarmenu-style {
  box-shadow: 0 0 15px 0.08px rgba(0, 0, 0, 0.15);
  padding: 40px 20px;
}
.menu > ul > li > a {
  color: #666666;
  font-weight: bold;
  font-size: 14px;
  padding-left: 18px;
  padding-bottom: 10px;
  display: inline-block;
}
.menu > ul > li {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
.menu > ul > li > a > i {
  color: #383838;
  font-size: 30px;
  position: absolute;
  right: 0;
  top: -5px;
}
.menu > ul > li > a i:first-child {
  right: auto !important;
  left: 4px !important;
}
li.cr-dropdown > ul > li > a {
  padding: 10px 30px;
  display: block;
}
li.cr-sub-dropdown {
  position: relative;
}
li.cr-dropdown > ul > li i {
  font-size: 23px;
  top: 3px;
  right: 3px;
  position: absolute;
}
li.cr-sub-dropdown ul li a {
  padding: 10px 0px 10px 45px;
  display: block;
}
.mega-banner-img.cat_mobile_img {
  padding-left: 0px;
  padding-right: 0px;
}
li.cr-dropdown > ul > li.cat_mobile_img > a {
  padding: 0;
}
.category-heading-2 .sidebarmenu-wrapper ul li a, .category-heading-2 .sidebarmenu-wrapper ul li i {
  color: #fff;
}
/* Category Mobile Menu End */
.category-heading > h3 {
  padding: 16px 50px 15px;
}
.category-heading-2 > h3 {
  text-align: left;
  margin-left: 5px;
}
.category-heading-2 > h3 i {
  right: -38px;
}
.header-cart.cart_other_page {
  margin-top: 30px;
}
.top-rated-rating .spr-badge-starrating .spr-icon {
  font-size: 82%;
}
/* List Style Inside Start */
.tab-content ul, .tab-content ol,
.tab-content ul li, .tab-content ol li,
.single_product ul, .single_product ol,
.single_product ul li, .single_product ol li,
#exampleModal ul, #exampleModal ul li, #exampleModal li,
#exampleModal ol {
  list-style: inside;
}

/* List Style Inside End */

/* Create Page and custom tab */
.create-page h1, .create-page h2, .create-page h3, .create-page h4, .create-page h5, .create-page h6, .create-page img, .pro__tab__content__inner h1, .pro__tab__content__inner h2, .pro__tab__content__inner h3, .pro__tab__content__inner h4, .pro__tab__content__inner h5, .pro__tab__content__inner h6, .pro__tab__content__inner img {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 17px;
  text-transform: capitalize;
}
.create-page p{
  margin-bottom: 15px;
  color: #666666;
  font-size: 14px;
  line-height: 27px;
}
.create-page ul {
  padding-left: 15px;
  margin-bottom: 15px;
  list-style: inside;
}
.create-page ul li {
  color: #666666;
  font-size: 14px;
  line-height: 27px;
  list-style: inside !important;
  padding-left: 15px;
}
.create-page p:last-child {
  margin-bottom: 0;
}
/* End Create Page */
a.btn-hover.contact-btn.limited-btn:hover {
  color: #fff;
}
.sidebar-top-rated:last-child, .sidebar-widget:last-child {
  margin-bottom: 0;
}
.sidebar-title {
  margin-bottom: 20px;
}
.blog-tags-style li {
  margin: 10px 5px 0px 0;
}
.ezone_menu_sticker .menu-style-2 ul li a span {
  background-color: #f44336;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  left: 30px;
  line-height: 1;
  padding: 4px 6px;
  position: absolute;
  top: 18px;
}
.ezone_header_fashion .category-menu-dropdown.shop-menu.header_fashion_cat {
  width: 870px;
}
.ezone_header_fashion .category-menu-dropdown.shop-menu.header_fashion_cat > div {
  display: inline-block;
  width: 24%;
}
.ezone_header_fashion .mega-banner-img.header_fashion_mega_img {
  padding: 0;
}
.ezone_header_fashion .category-menu-dropdown.shop-menu {
  padding-bottom: 0;
}
.trandy-rating-5 i {
  color: #000;
}
.single_product .cart-item .pe-7s-settings, .single_product .cart-item .pe-7s-check {
  font-size: 18px;
  float: left;
  line-height: 50px;
  margin-left: 10px;
  margin-right: -12px;
}
.top-rated-img > a {
  display: inline-block;
  width: 110px;
}
.top-rated-img img {
  width: 100%;
}
.top-rated-text > span {
  font-weight: 400;
  display: block;
  margin-bottom: 6px;
}
.top-rated-text > h4 {
  font-weight: 400;
  line-height: 21px;
}
.electro-slider-btn {
  border-radius: 6px;
}
.details-9.overlay_img {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.qwick-view-left {
  min-width: 400px;
}
.description-review-text .tab-pane p {
  text-align: left;
  width: 100%;
}
.tab-content ul, .tab-content ol, .tab-content ul li, .tab-content ol li, .single_product ul, .single_product ol, .single_product ul li, .single_product ol li, #exampleModal ul, #exampleModal ul li, #exampleModal li, #exampleModal ol {
  text-align: left;
}
.cart-page-total.empty-cart-page {
  padding-top: 0px;
}
.blog-meta ul li {
  text-transform: capitalize;
}
.button-box.customer_login .login-toggle-btn.pass_reset_btn {
  margin: 0;
  padding: 0;
}
.cart-page-total {
  padding-top: 80px;
}
.wishlist-section .customer-login.fix.account-page {
  width: 100%;
  float: left;
}
.offer-img::before {
  display: none;
}
.tab1_slide.product-dec-slider .owl-nav > div {
  text-align: center;
}
.handicraft-banner-wrapper {
    margin: 0;
}
.brand-logo-area-2::after,.brand-logo-area-2::before {
    display: none;
}
.slider-content-5 p {
    width: 100%;
}
.footer-services-content > h3 {
    color: #383838;
}
.footer-services-content > p {
    color: #3e3e3e;
}
.footer-services-icon i {
    color: #686868;
}
.footer-newsletter > p {
    color: #666;
}
.footer-contact > p {
    color: #666;
}
.footer-menu li a:hover {
    color: #050035;
}
.newsletter-content > h2 {
    color: #383838;
}
.swatch-element.color.white.available label {
    border: 1px solid #ddd;
}
.footer-widget-content-4 li:hover a {
    padding-left: 0;
}
.single-testimonial-4 img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.product-tab-list a h4 {
    font-size: 17px;
}
.slider-content-5 h2 {
    color: #444;
    font-size: 46px;
}
.slider-content-5 p {
    color: #383838;
    font-size: 17px;
}
.cart-dropdown {
    border-radius: 0;
}
#mobile-menu-active {
    display: none;
}
.section-title-2 > h4 span {
    color: #c09578;
}

.section-title > h2::before {
    top: 25px;
}
.section-title > h2::after {
    top: 25px;
}
.section-title-4 > h2::after {
    top: 18px;
}
.section-title-4 > h2::before {
    top: 18px;
}
.story-details.pl-50 {
    margin-top: 80px;
}
.footer-services-content {
    width: 60%;
}
.subscribe-form-group p input {
    height: 10px;
}
.mini_cart {
    width: 100%;
}

.shopify-payment-button .shopify-payment-button__button,.shopify-payment-button .shopify-payment-button__more-options {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #c09578;
    display: inline-block;
    line-height: 1;
        padding: 18px 20px 18px;
    z-index: 99;
  transition: all 0.3s ease-in-out;
}
.shopify-payment-button .shopify-payment-button__button:hover,.shopify-payment-button .shopify-payment-button__more-options:hover {
    border: none;
  background-color: #050035;
}
.shopify-payment-button .shopify-payment-button__more-options {
    margin: 0;
}
.product-details-content .pro-details-quality .shopify-payment-button {
    margin: 0 25px 0 10px;
}
.Payment_button {
    overflow: hidden;
    margin-top: 20px;
}
.Payment_button button {
    float: left;
    width: 48%;
}
.Payment_button button.shopify-payment-button__button {
    margin-right: 10px;
}
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
    background-color: #050035!important;
}
.shopify-payment-button__button {
    border-radius: 0px!important;
}







.instagram-activation .instagram_gallery {
  margin-left: -15px;
  margin-right: -15px;
}
.instagram-activation .instagram_gallery a {
  display: inline-block;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
#instafeed-header .instagram_gallery{
  display: flex;
  flex-wrap: wrap;
  margin: 32px -7px 30px;
}
#instafeed-header .instagram_gallery a{
  margin: 0 7px 15px;
  position: relative;
}
#instafeed-header a {
  float: left;
  margin: 0 7px 15px;
  position: relative;
  width: 21%;
}
#instafeed-header a::before {
  background: #ff4136 none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
}
#instafeed-header a::after {
  color: #ffffff;
  content: "\e73d";
  font-family: themify;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: all 0.5s ease 0s;
  transform: translate(-50%, -50%);
}
#instafeed-header a:hover::before {
  opacity: 0.7;
}
#instafeed-header a:hover::after {
  opacity: 1;
}

.banner_full_content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.banner_full_content h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
}
.banner_full_content a {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 3px;
  padding: 0 30px;
  margin-top: 30px;
  background: #999999;
}
.banner_full_content a:hover {
  background: #000000;
  color: #fff;
}
.section-title-4 p {
    margin-bottom: 25px;
    margin-top: 10px;
    font-size: 15px;
}
.wishlist_exists .row.wishlist-grid--empty-list {
  display: none;
}
.product-sku {
    margin-bottom: 8px;
}
.details-price {
    margin-bottom: 7px;
}
.product-variant-inventory {
    margin-bottom: 5px;
}
.product_timing h5 {
    font-size: 18px;
    margin-bottom: 15px;
}
.product_timing .product_coundown {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.product_timing .product_coundown span {
    text-align: center;
    padding: 6px 20px;
    border: 1px solid #ddd;
    margin-right: 10px;
}
.product_timing .product_coundown span p {
    margin: 0;
}
.product_timing.product-list {
    margin-top: 20px;
}
.product_timing.product-grid {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease 0s;
}
.product_timing.product-grid .product_coundown {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_timing.product-grid .product_coundown span {
    padding: 4px 15px;
    margin: 0 5px;
}
.product-wrapper:hover .product_timing.product-grid {
    opacity: 0;
    visibility: hidden;
}
.single_banner {
 position:relative;
   overflow: hidden;
}
.banner-animation::before {
 background:rgba(255,255,255,.3);
 bottom:0;
 content:"";
 left:50%;
 position:absolute;
 right:50%;
 top:0;
 opacity:1;
 width:0;
 z-index: 2;
}
.banner-animation::after {
 background:rgba(255,255,255,.6);
 bottom:50%;
 content:"";
 left:0;
 position:absolute;
 right:0;
 top:50%;
 opacity:1;
 width:0;
 z-index: 2;
}
.banner-animation:hover::before {
 left:0;
 right:0;
 opacity:0;
 width:auto;
 transition:all .9s linear
}
.banner-animation:hover::after {
 top:0;
 bottom:0;
 opacity:0;
 width:auto;
 transition:all .9s linear
}

/*HEADER*/

@media (min-width: 1200px) and (max-width: 1920px) {
  .logo-2.ptb-50 {
  	width: 167px !important;
  }
  .logo-2.ptb-50 img {
  	max-width: unset !important;
  }
  .slider-height-5 {
    /* min-height: 550px; */
    min-height: 400px !important;
  }
}
.header-bottom-wrapper {
  height: 100px;
}
.handicraft-search .search-toggle {
  margin: 0px;
}
.handicraft-search {
  justify-items: center;
  display: flex;
}

.header-cart-4 > a {
  padding: 0px;
  /*height: 50px !important;*/
}
.header-cart-4 {
  justify-items: center;
  display: flex;
}

.logo-2 {
  display: flex;
  align-items: center;
}
.pe-7s-shopbag::before {
  position: absolute;
  top: 32%;
}
.notification-btn-close {
  display: none;
}
.notification-wrapper {
  justify-content: center;
}
.notification-pera-graph > p {
  font-size: 16px;
}
.menu-style-2 nav > ul > li > a {
  font-size: 20px !important;
}
/*PRINCIPAL SLIDER*/
.handicraft-slider-btn.btn-hover.animated:hover {
	border: 0px !important;
}

/*shop by category*/

.image__16322841502d5f9b95 {
  height: 550px;
  object-position: top !important;
}
@media (min-width: 576px) {
  .dg-col-sm-5__16322841502d5f9b95 {
    width: 50% !important;
  }
}
@media (min-width: 1400px) {
  .dg-container__16322841502d5f9b95 {
    max-width: 100% !important;
  }
}

.dg-container__16322841502d5f9b95 {
  padding-right: 0px !important;
  padding-left: 0px !important; 
}

.line__16322841502d5f9b95 {
  transform: rotate(90deg);
  position: absolute;
  left: 25%;
}

.about-section__16322841502d5f9b95 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.title__16322841502d5f9b95 {
    font-weight: lighter !important;
}

/*HEADER*/
#section-header-bottom {
 border-color: #aaa;
 border-style: solid;
 border-width: 0px 0px 1px 0px;
}


/*instagram home*/
@media (min-width: 992px) {
#section-16322856571719550b .col-lg-3 {
    flex: 0 0 20%;
    padding: 0px;
  }
}

/*bright section*/
/*#section-163252954630aa5ea0 h2::after {
  background-image: url(https://cdn.shopify.com/s/files/1/0600/0794/0293/files/shine.png?v=1632851752);
  height: 150px;
  width: 250px;
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -25px;
  z-index: -1 !important;
}*/
#section-163252954630aa5ea0 {
  justify-content: center;
  display: flex;
}
#section-163252954630aa5ea0 h2 {
  letter-spacing: 3px;
  justify-content: center;
  display: flex;
  text-transform: none !important;
}

/*shop by collection home*/
#shopify-section-16325349918ea64e97 .sh-item:nth-child(2):before {
  content: '';
  width: 5px;
  height: 140px;
  background-color: #eed4be;
  display: block;
  position: absolute;
  top: 40%;
}
#shopify-section-16325349918ea64e97 .sh-item:nth-child(2):after {
  content: '';
  width: 5px;
  height: 140px;
  background-color: #eed4be;
  display: block;
  position: absolute;
  top: 40%;
  right: 0px;
}
.template-index .sh-julia-grid-2 .sh-isotope .sh-isotope-items .sh-item .sh-image-text .sh-data {
  bottom: 0;
  top: unset;
  opacity: 1 !important;
}

.template-index .sh-julia-grid-2 .sh-isotope .sh-isotope-items .sh-item .sh-image-text .sh-data .sh-header .sh-title {
  text-align: center;
}
.template-index .sh-julia-grid-2 .sh-isotope .sh-isotope-items .sh-item .sh-image-text .sh-data {
  bottom: 0px !important;
  top: unset !important;
  opacity: 1 !important;
}
.template-index .sh-julia-grid-2 .sh-isotope .sh-isotope-items .sh-item .sh-image-text .sh-data .sh-header .sh-title {
  text-align: center;
}
#shopify-section-16325349918ea64e97 .sh-header {
  margin-bottom: 0px;
}
#shopify-section-16325349918ea64e97 h2 {
  text-align: center;
  font-weight: ;
  font-size: 50px;
  font-family: Montserrat;
}

/*shop by category*/
#shopify-section-163253696317fba8de .sh-item {
  position: unset !important;
}
#sh-julia-163253696317fba8de > div:nth-child(1) > div:nth-child(1) {
  height: auto !important;
  display: flex !important;
}
#idbb7b8868-9ef8-48a9-a815-944b33ad48fa {
  padding-top: 0px !important;
  height: 100% !important;
}
.template-index div.sh-data:nth-child(1) {
  height: 100% !important;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #eed4be;
}

#sh-julia-163253696317fba8de > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
  height: 100%;
}

.template-index div.sh-data:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  font-family: Montserrat !important;
  font-size: 40px !important;
  font-weight: 600 !important;
}
/*SLIDER PRINCIPAL*/
#block-1524134998207-0 > div:nth-child(1) > div:nth-child(1) {
  margin-top: 150px;
  margin-left: 250px;
}

#block-1524134998207-1 > div:nth-child(1) > div:nth-child(1) {
  text-align: right !important;
  margin-top: 120px;
  margin-right: 150px;
}
/*banner inferior home*/
#section-1609827639452662d7 {padding-top: 75px;
background-position: bottom !important;
}

#shopify-section-16321950003b96c10d a {
  position: absolute;
  width: 200px;
  right: 165px;
  text-align: center;
}

#shopify-section-1609827639452662d7 h2 {
  font-family: 'Alegreya Sans', sans-serif !important;
  font-style: italic !important;
  color: #5d3427;
  font-size: 35px !important;
}

/*footer*/
#shopify-section-footer-top {
  background-color: white !important;
}

#section-footer-top a, #section-footer-top p {
  font-family: Montserrat !important;
  color: black !important;
  font-size: 16px !important;
  font-weight:  !important;
  font-weight: 400;
}
#section-footer-top {
  background: #fff !important;
}
#block-1566970280509 .subscribe-form form {
 background: #d7b3a8 none repeat scroll 0 0 !important;
}
.subscribe-form form input.email {
 background:#d7b3a8 none repeat scroll 0 0 !important;
 color:#fff !important;
 font-size:18px !important;
 font-weight: 500;
}
.subscribe-form form input::placeholder {
 color:#fff !important;
 opacity:1
}
.footer-widget .subscribe-form .mc-form .clear {
    filter: brightness(100) !important;
  }

/*archive product*/

.custom-bc h2 {
  color: #b59185 !important;
  font-weight: bold;
}
.collection-footer {
  width: 100%;
}
.collection-description {
  font-size: 20px;
}
.template-collection .bc-orig {
  display: none;
}
.smk-sections-above-content {
  margin-bottom: 0px !important;
}
.hidden-breadcrumb {
  display: none;
}
.collection-description-banner {
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 600;
  color: black;
}


#section-header-bottom .handicraft-search .search-toggle i, #section-header-bottom .header-cart-4 > a > i {
  color: #d7b3a8 !important;
}

#section-header-bottom .header-cart-4 > a span {
  background-color: #d7b3a8 !important;
}

/*SINGLE PRODUCT*/
.template-product .bc-orig {
  display: none;
}

.review-container #review {
  max-width: 1200px;
  width: 100%;
}

.review-container {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  background-color: #d7b3a8;
    flex-wrap: wrap;
  padding: 40px 0px;
}
.review-title {
  width: 100%;
}

.review-title h2 {
  text-align: center;
  color: white;
}
#shopify-product-reviews span, #shopify-product-reviews p, #shopify-product-reviews h3, #shopify-product-reviews h2 {
  color: white !important;
}
i.spr-icon.spr-icon-star {
 color:#fff !important;
}
.product-single__thumbnail {
 /* border-color: #aaa !important;
  border-style: solid !important;
  border-width: 1px !important;*/
}
.swatch label {
  border-color: #aaa !important;
  border-style: solid !important;
  border-width: 1px !important;
  padding: 6px;
}

#AddToCartForm {
  border-color: #aaa !important;
  border-style: solid !important;
  border-width: 1px 0px 0px 0px;
}
.product-color-2 {
  margin-bottom: 0px;
}
.product-details-content .rating-number {
  display: none;
}
.single-content {
  font-family: ;
  border-color: #aaa;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  padding-top: 10px;
}
.single-content.desc > span:first-of-type {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
  color: black;
}
.desc.single-content p {
  font-family: Montserrat;
  color: black !important;
  font-weight: 500;
}
.spr-summary-actions-newreview {
  color: white;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  border: solid 1px #fff;
  border-radius: 6px;
  padding: 5px;
}
.single-notif span {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
}
/*ABOUT US PAGE*/
body#about-us .breadcrumb-area {
	display: none !important;
}


@media (min-width:900px) {
body#about-us .sh-grid {
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 90vh;
}
body#about-us div.sh-text-item:nth-child(1) {
  height: 45vh !important;
  max-height: unset !important;
}
body#about-us div.sh-text-item:nth-child(2) {
  height: 45vh !important;
  background-color: #b59185 !important;
}
body#about-us .sh-julia-grid-1 .sh-grid[data-columns][data-gap] .sh-text-item {
  width: 60% !important;
}
body#about-us .sh-julia-grid-1 .sh-grid[data-columns][data-gap] .sh-image-item {
  width: 40% !important;
  height: 90vw !important;
}
body#about-us .sh-julia-grid-1 .sh-grid[data-columns][data-gap] .sh-image-item .sh-media .sh-image {
  height: 100% !important;
  object-fit: cover;
}

body#about-us .sh-julia-grid-1 .sh-media {
  height: 100% !important;
}

body#about-us div.sh-text-item:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  color: #b59185;
  font-family: Montserrat;
  font-size: 52px;
  font-weight: 700;
}

body#about-us div.sh-text-item:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) {
  padding-left: 20px;
  font-family: Alegreya Sans;
  font-size: 38px;
  line-height: 1em;
  color: #000;
  font-size: ;
  font-style: italic;
}
body#about-us div.sh-text-item:nth-child(2) .sh-title {
  font-family: Alegreya Sans;
  color: #fff;
  font-size: 45px;
  text-transform: none;
  font-weight: 700;
  font-style: italic;
}
body#about-us div.sh-text-item:nth-child(2) .sh-content p {
  color: #fff;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 300;
}
body#about-us .sh-julia-grid-1 .sh-grid[data-columns][data-gap] .sh-text-item .sh-data .sh-footer .sh-button .sh-icon {
 font-size:0;
 display: none;
}

body#about-us .sh-julia-grid-1 .sh-grid[data-columns][data-gap] .sh-footer .sh-button .sh-text {
 font-family: Oswald;
 color: #fff;
 font-weight: 300;
 font-size: 32px;
 margin-bottom: 50px;
 margin-left: 30px;
}
body#about-us .sh-julia-grid-1 .sh-grid[data-columns][data-gap] .sh-footer .sh-button .sh-text:before {
  content: '';
  height: 135px;
  width: 310px;
  background: url(https://cdn.shopify.com/s/files/1/0600/0794/0293/files/bright-about_1.png?v=1633066857);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  left: 6px;
}
}

/*mobile grid 1 about us*/
@media (max-width:600px) {
	body#about-us div.sh-text-item:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  color: #b59185;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 26px;
}

body#about-us div.sh-text-item:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) {
  padding-left: 20px;
  font-family: Alegreya Sans;
  line-height: 1em;
  color: #000;
  font-size: ;
  font-style: italic;
  font-size: 20px;
}
body#about-us div.sh-text-item:nth-child(2) .sh-title {
  font-family: Alegreya Sans;
  color: #fff;
  text-transform: none;
  font-weight: 600;
  font-style: italic;
}
body#about-us div.sh-text-item:nth-child(2) .sh-content p {
  color: #fff;
  font-family: Montserrat;
  font-weight: 300;
}
body#about-us div.sh-text-item:nth-child(2) {
  background-color: #b59185 !important;
}
  body#about-us .sh-julia-grid-1 .sh-grid[data-columns][data-gap] .sh-text-item .sh-data .sh-footer .sh-button .sh-icon {
 font-size:0;
 display: none;
}

body#about-us .sh-julia-grid-1 .sh-grid[data-columns][data-gap] .sh-footer .sh-button .sh-text {
 font-family: Oswald;
 color: #fff;
 font-weight: 300;
 margin-bottom: 50px;
 margin-left: 30px;
  font-size: 30px;
}
body#about-us .sh-julia-grid-1 .sh-grid[data-columns][data-gap] .sh-footer .sh-button .sh-text:before {
  content: '';
  height: 100px;
  width: 230px;
  background: url(https://cdn.shopify.com/s/files/1/0600/0794/0293/files/bright-about_1.png?v=1633066857);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  left: 6px;
}
 body#about-us .sh-julia-grid-1 .sh-grid[data-columns][data-gap] .sh-text-item {
  padding: 30px;
}
body#about-us .sh-julia-grid-1 {
  margin-top: 0px;
}
body#about-us .sh-julia-grid-1 .sh-grid[data-columns][data-gap] .sh-text-item .sh-data .sh-footer .sh-button {
  margin-top: 0px !important;
}
  body#about-us .banner_full_content > h2:nth-child(1) {
  font-size: 26px !important;
}
body#about-us .page-area.ptb-100.create-page ul li {
  font-size: 14px !important;
}
body#about-us .page-area.ptb-100.create-page {
  padding: 40px 0px;
}

}

/*END mobile grid 1 about us*/

body#about-us .banner_full_content > h2:nth-child(1) {
 font-weight: 400;
 font-size: 40px;
}
body#about-us #shopify-section-full-width-banner span {
  font-weight: 800;
  background-image: url(https://cdn.shopify.com/s/files/1/0600/0794/0293/files/textura-doradus.jpg?v=1633067402);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body#about-us #shopify-section-full-width-banner span {
  font-weight: 800;
  background-image: url(https://cdn.shopify.com/s/files/1/0600/0794/0293/files/textura-doradus.jpg?v=1633067402);
  color: ;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

body#about-us .page-area.ptb-100.create-page ul li {
  list-style: none !important;
  color: #000;
  font-size: 24px;
  line-height: 1.6em;
  font-family: Montserrat;
}

body#about-us .page-area.ptb-100.create-page ul li::before {
  content: "\2022";
  color: #f1d681;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 40px;
}
body#about-us .banner_full_content > h2:nth-child(1) {
  font-weight: 400;
  font-size: 40px;
}
body#about-us #sh-julia-sh-julia-promo-2 .sh-content p {
  font-size: 20px;
  font-weight: 300;
  font-family: Montserrat;
  line-height: 1.9em;
}
/*CONTACT PAGE*/
#contact .breadcrumb-area {
	display: none !important;
}
.contact-area.ptb-100 {
  background-color: #e6ccb6;
  padding-top: 0px;
  padding-bottom: 0px;
}
#contact .container {
  margin-right: unset !important;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px !important;
  }
}
.col-lg-6.contact-right {
  background-image: url(https://cdn.shopify.com/s/files/1/0600/0794/0293/files/Photo15-2_1.jpg?v=1633117761);
  background-size: cover;
}
.col-lg-6.contact-left {
  padding: 50px;
}
.contact-title>h4 {
 display: none !important;
}
.contact-message label {
  display: none;
}
.contact-message input, .contact-message textarea {
  background-color: #e9d9cc !important;
  border: none !important;
  border-radius: 8px;
  font-family: Oswald;
  font-size: 20px;
  padding: 25px;
}
.contact-message button {
  background-color: #b59185 !important;
  border-radius: 8px;
  text-transform: none;
  font-family: Oswald;
  font-weight: 300;
  font-size: 20px;
  padding: 5px 40px;
}
#contact #sh-julia-sh-julia-promo-1 .sh-content p {
  font-family: Montserrat;
  font-size: 26px;
  line-height: 1.8em;
}

/*MEGA MENU*/
.category-menu-dropdown.shop-menu {
  width: 1200px !important;
  left: -320px !important;
}

.category-menu-dropdown {
  padding: 0px !important;
}

.category-common2 {
  width: 14.2% !important;
  margin-bottom: 0px !important;
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: 270px !important;
   padding-left:20px !important;
 padding-right:20px !important;
}

.category-dropdown-style.category-common2.mb-30:hover {
  background-color: #ceb49e;
}

.category-dropdown-style.category-common2.mb-30:hover a, .category-dropdown-style.category-common2.mb-30:hover h4 {
  color: #fff !important;
}

.category-dropdown-style.category-common2.mb-30 h4 {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  height: 60px;
}

.category-dropdown-style.category-common2.mb-30 a {
  font-family: Montserrat;
  font-size: 13px;
}

/*MOBILE - 2 */
@media (max-width:500px) {
#shopify-section-1524134998207 .owl-item .slider-height-5 {
  min-height: 100vw !important;
  background-position: right;
}
#shopify-section-1524134998207 .owl-item #block-1524134998207-1 {
  background-position: 89% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}
  #shopify-section-1524134998207 .owl-item #block-1524134998207-0 {
  background-position: 10% 0%;
  background-size: cover;
  background-repeat: no-repeat;
 
}
#section-163252954630aa5ea0 h2 {
  font-size: 20px !important;
}

#section-163252954630aa5ea0 h2::after {
  height: 100px;
  top: 5px;
}
/*grid products*/
  #shopify-section-1566974477524 .match_height > div {
  	width: 50%;
  }
  #shopify-section-1566974477524 .match_height > div h4 {
  	font-size: 14px;
    font-weight: 400;
  }
  /*shop by categories*/
  #shopify-section-163253696317fba8de .sh-isotope-items:nth-child(1) {
  	flex-wrap: wrap; 	
  }
  #shopify-section-163253696317fba8de .sh-isotope-items .sh-item:nth-child(2), #shopify-section-163253696317fba8de .sh-isotope-items .sh-item:nth-child(3)  {
  	width: 50% !important; 	
  }
  #shopify-section-163253696317fba8de .sh-isotope-items .sh-item:nth-child(1) {
  	height: 130px;
  }
  #shopify-section-163253696317fba8de .sh-isotope-items .sh-item:nth-child(1) .sh-title {
  	font-size: 24px !important;
  }
  #section-16321950003b96c10d {
  background-position: 83% center !important;
  height: 300px;
}
  #shopify-section-16321950003b96c10d a {
 width:50%;
 right:25%;
}
  /*ARCHIVO PRODUCT*/
#shopify-section-collection-template .pb-50 {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
#shopify-section-collection-template #section-collection-template {
    padding-top: 20px !important;
  }
 #shopify-section-collection-template .match_height > div {
  	width: 50%;
}
  .collection-description-banner {
  font-size: 18px;
}
  }

/*header mobile*/
@media (max-width:500px) {
  .handicraft-search .search-toggle {
    margin: 40px 0 40px -20px !important;
  }
  .logo-2.ptb-50 {
    width: 60% !important;
    padding: 0px !important;
  }
  #section-header-bottom .mean-container a.meanmenu-reveal {
  border: 1px solid #d7b3a8 !important;
  margin-top: 5px;
}

#section-header-bottom .mean-container a.meanmenu-reveal span {
  background: #d7b3a8 !important;
}
.handicraft-search-cart {
    margin-right: 55px !important;
}
}

/*slider principal mobile*/
@media (max-width:500px) {
#block-1524134998207-1 .slider-content-5 {
  position: absolute;
  width: 92%;
  margin: 0px !important;
  bottom: 15px;
  display: flex;
  justify-content: center;
}
#block-1524134998207-0 .slider-content-5 {
  position: absolute;
  width: 92%;
  margin: 0px !important;
  bottom: 65px;
  display: flex;
  justify-content: left;
}  
  .span-1 {
  display: none;
}
}

/*aditional*/
#shipping-policy li {
	list-style: unset !important;
}

#shipping-policy .shopify-policy__title {
	visibility: hidden;
}

.breadcrumb-area.pt-50.breadcrumb-padding.pb-50.bc-orig {
  background-image: unset !important;
}
.breadcrumb-area.pt-50.breadcrumb-padding.pb-50.bc-orig h2 {
	color: #d7b3a8 !important;
}

.notification-pera-graph {
  width: 100%;
}

.notification-pera-graph p {
  display: flex;
  justify-content: space-between;
}
/*@media (min-width:1000px) {
#block-82960303-2106-487b-a291-d9ddf67f50d9 {
  background-position: left;
}
}*/

/*PIERCING GUIDE*/
#piercing-guide .breadcrumb-area {
	display: none !important;
}
.pguide-bc {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
.pguide-bc img {
  width: ;
  max-width: 500px;
}

#section-about-us .col-lg-6 {
  display: flex;
  align-items: center;
}
#section-about-us .col-lg-6 .story-details {
  margin-top: 0px !important;
  padding-left: 0px !important;
  height: 100%;
}
#section-about-us .col-lg-6 .story-details .story-details-top {
  margin-bottom: 0px !important;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  padding: 50px 0px;
}
#section-about-us .col-lg-6 .story-details .story-details-top p {
  font-size: 30px !important;
  font-family: Montserrat;
  font-weight: 300;
  color: #000;
  line-height: 1.2em;
}
#section-about-us .col-lg-6 .story-details .story-details-top p:nth-child(5) {
  color: #ac6c66 !important;
}

#section-about-us::after {
  content: '';
  width: 300px;
  height: 10px;
  position: absolute;
  background-color: #eed281;
  margin-top: 50px;
}
#section-about-us {
  display: flex;
  align-items: center;
}
#section-guide-banner .container, #section-foot-guide .container {
  margin-right: auto !important;
}
#section-guide-banner h2 {
  font-weight: 300;
}
#shopify-section-foot-guide {
  background-color: #e9d9cc;
}
/*archive mobile*/

@media (max-width:900px) {
  .hanicraft-action-position {
  	display: none !important;
  }
}

/*single product*/
/*Animación al pasar las miniaturas */
#ProductPhotoImg { animation-name: example; animation-duration: 2s; }
@keyframes example { from {opacity: 0.3;} to {opacity: 1;} }

/*Contenedor de la foto */
.ProductPhoto-2 {  height: 500px; width: 600px; text-align: center; }

/*Carrusel de miniaturas*/
.carousel-control {
    position: absolute;
    top: 30%;
    z-index: 5;
    display: inline-block;
    cursor:pointer;
}

.ProductPhoto-2 a img{ max-width: 580px; max-height: 580px; }

/*Puntos de miniaturas*/
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    cursor: pointer;
    margin: 0 4px;
}
.swiper-pagination-bullet-active { opacity: 1!important; }

.contenedorThumbs { margin-bottom: 50px; display:block; margin-top: 0px; }

.product-details-small a>img:hover { opacity: 1; }

.product-details-small a>img { width: 100%; opacity: 0.7; }

.contenedorMiniatutas { display:block; margin-top:20px; } 

.right-carrusel-btn { right:160px; }

.carousel-control img { opacity:0.3; }
.carousel-control img:hover{ opacity:1!important; }

@media (max-width: 767px) {
  .product-details-tab.product-details-tab2 {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 96% !important; 
  }
  .right-carrusel-btn { right: 20px!important; text-align:right!important}
  .carousel-control {top:40%!important; }  
  #ProductThumbs { width: 100%!important; }
    
  .ProductPhoto-2 a img { max-width: 100%; }
    
  .ProductPhoto-2 { height: 410px; width:100%; margin-top: 20px; } 
    
  .contenedorMiniatutas { display:none!important; } 
    
  .product-details-large { width: 100% !important; }
    
  #section-product-template { padding-top: 20px !important; }
    
  .product-dec-slider-2 .slick_nav_left { left: 40% !important; margin-left: -10px; }
    
  .product-dec-slider-2 .slick_nav { bottom: 5% !important; }
    
  .product-dec-slider-2 .slick_nav_right { right: 2% !important; }
}

/*action buttons archive*/
.hanicraft-action-position {
  display: none !important;
}

/*slider link to complete image*/
.link-slider {
  position: absolute;
  height: 100%;
  width: 100%;
}

/*notif bar*/
.announcment-bar {
background-color: white;
color: black;
position: sticky;
width: 100vw;
height: 30px;
text-align: ;
top: 0px;
 z-index: 9999;
}
.notification-section.notification-section-padding.notification-img.ptb-10 {
/*margin-top: 30px;*/
}
.announcment-bar span {
  font-size: 18px;
  width: 100%;
  text-align: center;
  display: block;
  font-weight: 500;
}

@media (max-width:500px) {
.announcment-bar span {
  /* font-size: 18px; */
  font-size: 16px;
}
.announcment-bar {
  /* height: 30px; */
  height: 30px;
}
  .header {
  /*margin-top: 30px !important;*/
}
}

.sh-julia-grid-2 .sh-isotope .sh-isotope-items .sh-item .sh-image-text .sh-media .sh-image {
 opacity:1 !important;
 
}


 /*notif*/
#54b93b65_1639669869 #appView .powrModal .popupPowrMarkContainer.cornerPositioning {
 left:0 !important;
 right: unset !important;
}


.content.noImageLayout.flex-column.js-content {
  width: 350px;
  height: 200px;
  padding: 12px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  background-color: white;
  z-index: 999;
  border: solid 1px;
}


/*custom product*/

.shop-product-content.tab-content .product-content-hanicraft span {
  visibility: hidden;
}
#section-1566974477524 .product-content-hanicraft span {
  visibility: hidden;
}


/*klarna advice on checkout button in cart*/

.cart-page-total:after {
  content: 'Pay with Klarna';
  display: block;
  margin-top: 10px;
  color: #000;
  font-size: 20px;
  border: solid 1px;
  padding: 5px;
  width: fit-content;
  font-weight: 500;
}

/*modal newsletter*/

.popup_off {
  order: 2;
}
.subscribe-image {
  order: 2;
}
.subscribe_area.area-2 {
  padding: 30px;
}
.newsletter_popup_inner {
  height: 450px !important;
  background-color: #f9e9ea;
}
.newsletter_popup_inner::before {
  background: unset !important;
}
.newsletter_popup_inner {
  box-shadow: 0 0 7px 1px #222222;
}
.newsletter_popup_inner::before {
  background: #000;
  opacity: .6;
}

.newsletter_text {
  font-family: 'Montserrat';
  font-size: 18px !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600 !important;
}

.newsletter_text span {
  font-size: 28px;
}
.newsletter_popup_inner .subscribe-form-input {
  border-color: #342c24;
}

.newsletter_popup_inner .subscribe-form-input::placeholder {
  color: #342c24 !important;
}
.newsletter-btn {
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .newsletter-btn {
  width: 300px;
}
}

@media (max-width: 1000px){

  .c-20 {
    font-size: 8px !important;
  }
}

