/** Shopify CDN: Minification failed

Line 133:15 Unexpected ".3rd-level-open"

**/
.tab_product_pannel .rte.row.tab-content ul li a {
    pointer-events: all;
}
.desktop_v .card-body ul li{
  list-style: disc;
  padding: 5px 0;
}
.not-available{
  pointer-events: none;
}
li.mega-dropdown__item.grid__item li a {
  margin: 0.25em 0;
  color: rgba(58, 62, 62, 0.7);
  font-size: 12.25px;
  color: rgba(58, 62, 62, 0.7);
  white-space: normal;
  padding: 0;
  font-family: 'sofia-pro';
}
.sublink-item-style {
  padding: 0;
}
.font_sofia{
  font-family: sofia-pro, sans-serif;
}

.footer-block .nav .nav__item {
    font-size: 14px;
}
.con-space{
padding-left:0;
}

.page-footer .page-width {
  max-width: 100%;
}
.page-footer__blocks {
  padding-top: 0;
}
.footer-block .rte {
  text-align: right;
}
.footer-block .rte p {
  margin:0;
}

ul.social-links__list li {
  background-color: #fff;
  padding: 15px 10px 10px 10px;
  border-radius: 20px 20px 0 0;
}
.page-footer__blocks.grid .footer-block:nth-child(2) {
  padding-right: 0;
}
.page-footer__blocks .subscribe-form__submit {
  margin-top: 25px;
  background-color: #D1ABA6;
  border-color: #D1ABA6;
}
.page-footer__end {
  display: none;
}
.page-footer__inner {
  padding: 0;
}
.svg-instagram {
  fill: #d2aca7;
}
.svg-twitter {
  fill: #dadada;
}
.svg-youtube {
  fill: #224240;
}
.svg-pinterest {
  fill: #d2aca7;
}
.footer-block .nav li:nth-child(-n+2) a {
  font-weight: 900!important;
}
label.subscribe-form__label {
  color: #bcbcbc !important;
}
.copyright-text {
  text-align: right;
  padding-bottom: 10px;
}
.footer-block img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top right;
}
/**header*/
.burger-icon:hover {
  border: none;
}
button#burger-icon {
  background-color: transparent;
  border: 0;
  vertical-align: middle;
}
.site-nav .site-nav__item:first-child > a {
  /* font-size: 1px; */
  font-weight: 900 !IMPORTANT;
}

.sidebar {
  background-color: #eee;
  top: 0%;
  height: 100%;
  width: 22%;
  padding: 20px;
  background-color: #ffffff;
  color: #000000;
  z-index: 999;
  /* overflow: scroll; */
  margin-left: 0;
/*   padding-left: 20px; */
  display: none;
}
.active{
  display: block;
}
.main-active ~ .mobile-site-nav__menu {
  display: block;
}
.main-active ~ .3rd-level-open {
  display: block;
}
.main-active {
  font-weight: 900;
  color: #C6AA91;
}
.main-active:hover {
    color: #C6AA91;
}
.active-sub-menu{
  font-weight: 900;
  color: #C6AA91;
}
.active-sub-menu:hover{
  font-weight: 900;
  color: #C6AA91;
}
.mobile-site-nav__item2 {
    display: inline-block;
    width: 100%;
}
/* .sidebar-open-icon {
  display: none;
} */
.sidebar .nav {
  margin-top: 0;
  margin: 0;
}
.sidebar .mobile-site-nav__link {
  padding-left: 15px;
}
.sub-menu-open li a {
  padding: 8px;
}
/* .btn-sp{
  visibility: hidden;
} */
.discount_show{
  color: #bf1212;
  font-weight: 500;
  letter-spacing: 2px;
}


/*  product tab pannel */
.product_details_and_media {
    display: flex;
    gap: 50px;
    justify-content: center;
	padding: 25px 0;
}

.product_details_section {
    width: 50%;
}

.product_img {
    width: 50%;
}

.product_box h5 {
    cursor: pointer;
}

.box_title span {
    height: 3px;
    position: absolute;
    bottom: -8px;
    left: auto;
    width: 100%;
    background-color: #C6AA91;
}
.box_title {
    position: relative;
}
.custom_product_title ul li a{
    opacity: 60%;
}
.custom_product_title ul li .tab--active{
    opacity: 1;
}
.custom_product_title .tabs a {
    padding: 0 0 20px 0;
}
.product_img_mob{
    display:none;
}
.title_bar {
    padding-bottom: 30px;
}
.custom_product_title .tabs {
    border: none;
    justify-content: left;
    align-items: center;
}

.product_details_and_media a{
    pointer-events: none;
}
.var--id {
    display: none;
}
.show_current_varaint{
    display: block;
}
.custom_product_title .tabs li a {
    display: none;
}
.custom_product_title .tabs li .custom_tab {
    display: block;
    pointer-events: all;
}


/*header*/
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .page-footer__blocks .one-quarter {
      width: 100%;
      padding: 0 10%;      
  }
  .page-footer__blocks.grid .footer-block:first-child {
      padding: 0;
  }
}
@media only screen and (min-width : 768px){
  .mob-image {
      display: none;
  }
  .product-layout-grid {
    width: 100%;
  }
  .product-layout-grid__images {
    width: 54%;
  }
  .product-layout-grid__detail {
    width: 40.4%;
  }
}

@media only screen and (min-width: 992px){  
  
  .btn-sp {
    padding: 0 25px !important;
}
  div#shopify-section-footer {
    padding-top: 50px;
}
  .sidebar {
    display: block;
  }
  .collection-page-sidebar .main-content {
    width: 100%;
}
  .collection-page-sidebar{
    display: flex;
    justify-content: center;
  }
  .docked-header--dock .sticky-icon{
    display: flex !important;
    align-items: center;
  }
  .feather-search {
      margin-left: 12px !IMPORTANT;
  }
  .page-footer__blocks.grid .footer-block:first-child {
    grid-row: span 3;
    padding:0
  }
  .page-footer__blocks.grid .footer-block:last-child {
    grid-column: span 3;
  }
  .page-footer__blocks.grid {
    display: grid;
    grid-template-columns: repeat(4, 25%);
  }  
  .page-footer__blocks.grid .footer-block {
    grid-row: span 1;
    width: 100%;
    padding: 30px 50px 0px 50px;
  }
  .footer-block .nav {
    text-align: right;
  }
  .title-style{
    font-size: 30px;
    font-family: ITC Clearface Std;
  }
  .desktop_v .product_img {
    width: 100%;
  }
}


@media only screen and (min-width : 992px) and (max-width: 1380px){
  .sidebar{
    width: 32%;
  }
}

@media only screen and (max-width: 992px){
/* product-tab-pannel */
  .product_details_section, .product_img {
    width:100%;
  }
  .product_details_and_media{
    display: block;
  }
  .product_img {
    text-align: center;
  }
  .product_img_mob{
    display:block;
  }
  .product_img_desk{
    display:none;
  }
  .custom_product_title .tabs li {
    margin: 0 10px -1px;
  }
}


@media only screen and (max-width: 767px){
  .breadcrumbs {
    justify-content: center;
}
  .desktop-image {
      display: none;
  }
  .page-footer__blocks.grid {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-block.grid__item.small-down--one-whole.one-quarter:nth-child(3) {
      order: 4;
  }
  .footer-block.grid__item.small-down--one-whole.one-quarter:nth-child(4) {
      order: 5;
  }
  .footer-block.grid__item.small-down--one-whole.one-quarter:nth-child(5) {
      order: 3 !important;
  }
  .footer-block.grid__item.small-down--one-whole.one-quarter:nth-child(6) {
      order: 6;
  }
  .footer-block.grid__item.small-down--one-whole.one-quarter:nth-child(7) {
      order: 7;
  }
  .footer-block.grid__item.small-down--one-whole.one-quarter:nth-child(8) {
      order: 8;
  }
}

@media only screen and (max-width : 400px){
/*   product tab pannel */
  .custom_product_title .tabs li {
	font-size: 3.5vw;
  }
}

