/** Shopify CDN: Minification failed

Line 171:16 Expected ":"
Line 1688:25 Expected identifier but found whitespace

**/
@font-face { 
  font-family: 'Futura Std Book';
  src: url('FuturaStd-Book.eot');
  src: url('FuturaStd-Book.eot?#iefix') format('embedded-opentype'),
    url('FuturaStd-Book.woff2') format('woff2'),
    url('FuturaStd-Book.woff') format('woff'),
    url('FuturaStd-Book.ttf') format('truetype'),
    url('FuturaStd-Book.svg#FuturaStd-Book') format('svg');
  font-weight: normal;
  font-style: normal;
} 

@font-face {
  font-family: 'CAC Pinafore';
  src: url('CACPinafore.eot');
  src: url('CACPinafore.eot?#iefix') format('embedded-opentype'),
    url('CACPinafore.woff2') format('woff2'),
    url('CACPinafore.woff') format('woff'),
    url('CACPinafore.ttf') format('truetype'),
    url('CACPinafore.svg#CACPinafore') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'VNF-Semilla';
  src: url('VNF-Semilla.eot');
  src: url('VNF-Semilla.eot?#iefix') format('embedded-opentype'),
    url('VNF-Semilla.woff2') format('woff2'),
    url('VNF-Semilla.woff') format('woff'),
    url('VNF-Semilla.ttf') format('truetype'),
    url('VNF-Semilla.svg#VNF-Semilla') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad Pro Regular';
  src: url('MyriadPro-Regular.eot');
  src: url('MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('MyriadPro-Regular.woff2') format('woff2'),
    url('MyriadPro-Regular.woff') format('woff'),
    url('MyriadPro-Regular.ttf') format('truetype'),
    url('MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad Pro BoldCond';
  src: url('MyriadPro-BoldCond.eot');
  src: url('MyriadPro-BoldCond.eot?#iefix') format('embedded-opentype'),
    url('MyriadPro-BoldCond.woff2') format('woff2'),
    url('MyriadPro-BoldCond.woff') format('woff'),
    url('MyriadPro-BoldCond.ttf') format('truetype'),
    url('MyriadPro-BoldCond.svg#MyriadPro-BoldCond') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Futura Std Heavy';
  src: url('FuturaStd-Heavy.eot');
  src: url('FuturaStd-Heavy.eot?#iefix') format('embedded-opentype'),
    url('FuturaStd-Heavy.woff2') format('woff2'),
    url('FuturaStd-Heavy.woff') format('woff'),
    url('FuturaStd-Heavy.ttf') format('truetype'),
    url('FuturaStd-Heavy.svg#FuturaStd-Heavy') format('svg');
  font-weight: 900;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*, *:focus{ 
  outline:none; 
} 

html,body {

  height:100%;
  min-height:100%;

}
body {
  font-size: 16px;
  line-height: 30px;
  color: #3a3a3c;
  font-family: 'Libre Baskerville', serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  max-width:1920px;
}
h1,h2,h3,h4,h5 {

  font-family: 'Libre Baskerville', serif;
  font-weight:700;
  letter-spacing:1.6px;
  color:#000;

}
.page-container {
  clear:both;
}
input:focus, button:focus, a, a:hover, a:focus {
  outline: none;
}

ul {
  list-style: none;
}
img {
  max-width: 100%;
  vertical-align:middle;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
button {
  border: none;
}
.common-transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
p {
  color: #3a3a3c;
  font-weight:400;
  line-height: 32px;
  font-family: 'Libre Baskerville', serif;
  font-size: 18px;

}
.sec-space-both {
  padding: 50px 0px;
}
.sec-space-top {
  padding-top: 50px;
}
.sec-space-bottom {
  padding-bottom: 50px;
}
.page-width {
  max-width:1600px;
  margin: 0 auto;
  padding: 0px 15px;
}
.page-width:after {
  content: "";
  display: block;
  clear: both;
}
.page-width-small {
  max-width:1200px;
  margin: 0 auto;
  padding: 0px 15px;
}
.page-width-small:after {
  content: "";zz
  display: block;
  clear: both;
}

.main-content {

  padding:0px;
}

/*Mobile Menu Icon css Start*/

.m-menu-btn {
  cursor: pointer;
  display: none;
  height: 25px;
  width: 20px;
  position: relative;
  float: right;
  margin-top:35px;
}
.m-menu-btn span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #d55e9b;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.m-menu-btn span:nth-child(1) {
  top: 0px;
}
.m-menu-btn span:nth-child(2), .m-menu-btn span:nth-child(3) {
  top: 8px;
}
.m-menu-btn span:nth-child(4) {
  top: 16px;
}
.m-menu-btn.m-menu-btn-ext span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%;
}
.m-menu-btn.m-menu-btn-ext span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-menu-btn.m-menu-btn-ext span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-menu-btn.m-menu-btn-ext span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/*Mobile Menu Icon css End */

/*---------------------- Search Popup Starts ---------------------------- */
.serch-popup {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 50px 0;
  background-color:#d55e9b;
  border: 1px solid #dedede;
  z-index: 8888;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transition: transform 0.3s ease 0s;
  -webkit-transition: transform 0.3s ease 0s;
  -ms-transition: transform 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.search-active .serch-popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
.serch-popup .search-toggle {
  position: absolute;
  right: 5%;
  top: 5%;
  font-size: 30px;
  color: #000;
  cursor: pointer;
}
.search-responsive {
  position: relative;
  width: 60%;
  margin: auto;
}
.search-responsive input {
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid #dedede;
  padding: 10px;
  width: 100%;
}
.search-responsive > .submit {
  background: transparent;
  border: none;
  position: absolute;
  right: 10px;
  top: -2px;
}
.search-responsive .submit {
  font-size: 26px;
}
/*---------------------- Search Popup Ends ---------------------------- */
.header-section {

  position:relative;

}

.header-top {

  background-color:#d55e9b;
  padding:5px 0px;

}
.info-colum {

  float:right;
}

.info-colum li {

  display:inline-block;
  vertical-align:middle;
  margin:0px 8px;
  line-height:18px;

}
.cart-item a span {

  color:#fff;
  font-size:16px;
  font-family: 'Futura Std Book';

}
.main-header {

  height:93px;
  position:relative;

}
.inner-page-header .main-header {

  border-bottom:1px solid #e9e9e9;

}

.main-header .logo {
  position: absolute;
  left: 50%;
  top: 4px;
  padding: 0px;
  z-index:1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.inner-page-header .main-header .logo {

  width:90px;


}
.menu-left {

  float:left;

}
.menu-right {

  float:right;

}

.menu ul li {
  display: inline-block;
  margin: 0px 25px;
  position: relative;
  line-height:93px;
}
.menu ul li a {

  font-size:16px;
  text-transform:uppercase;
  color:#615a56;

}
.menu ul li a:hover, .menu ul li a:focus, .menu ul li.active a {

  color:#d55e9b;

}
.menu ul li:first-child {

  margin-left:0px;

}
.menu ul li:last-child {

  margin-right:0px;

}
.menu-dropdown.mega-menu-dropdown.style-1.top-level-drop {
  display: none;
}
.menu-dropdown.mega-menu-dropdown.style-1.top-level-drop ul {

  margin:0px;

}
.menu-dropdown.mega-menu-dropdown.style-1.top-level-drop ul li {

  line-height: 30px;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 0px;
  display:inline;
}
.menu-dropdown.mega-menu-dropdown.style-1.top-level-drop ul li:last-child {

  border:none;

}
.menu-dropdown.mega-menu-dropdown.style-1.top-level-drop ul li a {
  color: #615a56;
  font-size: 15px;
  padding: 8px 20px;
  display: block;
  margin:0px;
  font-family: 'Libre Baskerville', serif;
  font-weight:400;
}
.menu-dropdown.mega-menu-dropdown.style-1.top-level-drop ul li a:hover {

  color:#e365a6;

}
.submenu-dropdown {

  display:none;
  position:absolute;
  right:15px;
  top:0;

}

.topbarr-text {

  font-size:18px;
  color:#fff;
  font-family: 'Libre Baskerville', serif;

}
.banner-section .slick-slide {
  position: relative;
}

.banner-text {
  position: absolute;
  width:100%;
  padding:0px 15px;
  left: 50%;
  top: 55%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.banner-text h1 {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.004);
  font-family: 'Myriad Pro Regular';
  color:#fff;
  font-weight:400;
  margin-bottom:16%;
  font-size:60px; 
}
.banner-section .slide-btn {

  font-family: 'Libre Baskerville', serif;
  color:#fff;
  font-size:20px;
  position:relative;
  padding-bottom:5px;
  background-color:#08080885;
  padding:10px;

}
.banner-section .slide-btn:before{display:none;}
.banner-section .slide-btn:before {

  content:"";
  position:absolute;
  left:0;
  bottom:0;
  background-color:#fff;
  height:2px;
  width:98%;


}
.banner-text .slide-btn:hover {

  color:#d55e9b;
}
.main-banner-slider .slick-dots {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 40px;
}
.main-banner-slider .slick-dots li button {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 5px;
  border: 2px solid transparent;
}
.main-banner-slider .slick-dots li.slick-active button {
  border: 2px solid #d55e9b;
}
.main-banner-slider .slick-dots li button::before {
  width: 10px;
  height: 10px;
  opacity: 1;
  color: #fff;
  background: #fff;
  border-radius: 100%;
}
.main-banner-slider .slick-dots li {

  width:14px;
  height:14px;
  margin:0px 5px;
}
.read-our-story-wrp {

  max-width:1170px;
  margin:0 auto;

}
.our-story-content-box {

  max-width: 530px;
  padding-top:5%;

}
.our-story-content-box b {

  font-size:20px;
  font-family: 'Libre Baskerville', serif;
  margin-bottom:20px;
  font-weight:700;
  display:block;
}
.our-story-content-box p {

  font-size:16px;
  font-family: 'Libre Baskerville', serif;
  margin-bottom:20px;
  font-weight:400;
}
.our-story-btn {

  color:#e365a6;
  font-family: 'Libre Baskerville', serif;
  font-size:20px;

}
.block-grid {

  padding:0px;

}
.block-img > img {

  width:100%;

}
.odd-img {
  position: relative;
  left: 50%;
}
.odd-content {
  position: relative;
  right: 50%;
  padding-left:30px;
}
.block-content h3 {
  font-size: 40px;
  font-family: 'VNF-Semilla';
  margin: 15px 0px;
  letter-spacing:0px;
  color:#231f20;
}

.block-content {

  padding-top:24%;
}

.block-content span {

  text-transform:uppercase;
  font-size:20px;
  color:#231f20;
  display:block;
  font-family: 'Libre Baskerville', serif;
  letter-spacing:10px;
}
.block-content .collection-btn {

  color:#e365a6;
  font-family: 'Libre Baskerville', serif;
  font-size:20px;

}
.gallery-slider .slick-prev::before, .product-slider .slick-next::before {
  font-family: 'custome-icon';
  font-size: 20px;
  line-height: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gallery-slider .slick-prev::before {
  content: "\e8c0";
}
.gallery-slider .slick-next::before {
  content: "\e8c3";
}
.gallery-slider .slick-next {
  right: -11px;
}
.gallery-slider .slick-prev {
  left: -11px;
}
.gallery-section h2 {

  font-size:36px;
  font-family: 'Libre Baskerville', serif;
  font-weight:700;
  color:#615a56;
  text-transform:inherit;
  letter-spacing:0px;
  margin-bottom:30px;


}
.gallery-row {

  padding:20px 0px;

}
.gallery-slider figure {

  margin:0px;
  padding:0px 10px;
  text-align:center;

}
.gallery-block figure {
  margin: 0px 0px 30px 0px;
  padding: 0px;
  text-align: center;
}
.gallery-slider .slick-slide img {

  display:inline-block;
}
.gallery-section .gallery-btn {

  border:1px solid #e365a6;
  color:#e365a6;
  font-size:18px;
  font-family: 'Libre Baskerville', serif;
  font-weight:400;
  padding:10px 20px;
  display:inline-block;
  margin-top:40px;
  border-radius: 3px;
  -webkit-border-radius: 3px;

}
.gallery-section .gallery-btn:hover {
  background-color:#e365a6;
  color:#fff;
}



/* Product detail Start */ 
.product-content-grid  { text-align:left; } 
.shop-slider {
  position: relative;
  text-align: center;
  float: right;
  width:80%;
  height: 100%;
  border:1px solid transparent;
  margin-bottom:25px;
}  
.shop-slider img { max-width:100%;  width:100%; }
.shop-slider .slick-slide { 
  height:550px; 
  display:table;  
  vertical-align: middle;
  padding:0px 20px;
} 
.product-single__photo-wrapper { 
  display: table-cell; 
  vertical-align: middle; 
} 
.product-details {   
  margin-top:50px;
  margin-bottom:40px;
  font-style:normal;
} 
.product-details .slick-slide { 
  outline: none;
  text-align: center;
} 
.product-details .slick-slide img { 
  display: inline-block;
}
.shop-slider-nav { 
  float: left; 
  text-align: center; 
  width:20%;
  padding-right:0;
}  
.shop-slider-nav .thumb { 
  display:inline-block; 
  overflow:hidden;
}
.shop-slider-nav .thumb-in { 
  border:1px solid transparent;  
  width:140px;
  height:140px; 
  cursor: pointer;
  text-align: center;
  margin:9px auto;
  padding:0; 
  outline: none; 
  overflow: hidden; 
  position: relative;    
  vertical-align: middle; 
  display: table-cell;  
  background:#fff; 
} 
.shop-slider-nav .slick-current.slick-active .thumb-in {
  border:1px solid #e15ca1;  
} 
.shop-slider .slick-list.draggable {
  padding:0px 0;
  text-align: center;
} 
.shop-slider-nav .thumb img {  
  display:table-cell; 
  vertical-align:middle;
  margin:0 auto;
} 
.quantity-box { 
  display:inline-block; 
  width:100%; 
  float:left; 
  margin-top:15px; 
} 
.quantity-box label { 
  padding-right:20px; 
} 
.product-form form .quantity {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 20px;
}
.product-form form .quantity .btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: medium none;
  border-radius: 0;
  color: #00294a;
  font-size: 14px;
  height: 52px;
  line-height: 45px;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 34px;
  border: 1px solid #e5e5e5;
  float: left;
  background-color: #e7e9ec;
} 
.product-form form .quantity input {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  border-color: #e5e5e5 transparent;
  border-radius: 0;
  height:52px; 
  margin:0; 
  padding:5px; 
  text-align: center; 
  width: 60px; 
  float: left; 
  border-width: 1px 0;
  color: #00294a;
}   
.product-details .product-title {  
  font-size:36px; 
  line-height:normal;  
  color:#615a56;  
  margin-bottom:0; 
  padding-bottom:0; 
  letter-spacing:0; 
  font-family: 'Libre Baskerville', serif; 
  font-weight:700;
  text-transform:inherit;
} 
.product-details .product-price {
  margin:0px 0px;  
}
.product-details .product-price h2 { margin:0; padding:0;  } 
.product-details .product-price .price__regular { margin-top:0;  } 
.product-details .price--on-sale .price-item--regular { 
  font-size:20px; 
  color:#888888;  
} 
.product-details .product-price .price-item { font-weight:700; } 
.prod-description p {  
  line-height:27px; 
  margin-bottom:20px;
} 
.product-content-grid .spr-badge-starrating .spr-icon { 
  font-size:15px; 
  margin:0 5px 0 0; 
  color:#d5c40a; 
} 
.product-content-grid span.spr-badge-caption { 
  color:#000; 
  font-family: 'Nunito', sans-serif; 
  font-weight:600; 
  font-size:15px; 
  letter-spacing: 2px; 
  text-transform:uppercase; 
} 
.hr-border { display:inline-block; width:100%;  
  border-bottom: 1px solid #ececec; border-top:0;
  margin:10px 0; 
}
.product-details .product-price del { padding-left:5px; 
  font-size: 27px; 
  color: #6b6b6b;
  font-weight:400;
}
.product-details .product-price ins {
  font-size: 40px;
  color: #000000;
  font-weight: 500; 
  text-decoration: none;
}
.product-details .stock-text {
  font-size: 16px;
  color: #008031;
}
.product-details .product-form {
  margin: 0px 0px;
  padding-top:5px;
  width:100%;
}
.product-details .form-group { width:100%; } 
.product-details .product-form label { 
  font-size:24px; 
  color:#615a56;  
  font-family: 'Libre Baskerville', serif; 
  font-weight:700; 
  text-transform:capitalize; 
  margin:15px 0; 
  display:inline-block; 
  position:relative !important;  
  height:auto;
  vertical-align:middle;
  text-align:center;
  text-transform:uppercase; 

} 
.product-form form .form-group { margin-bottom:30px; 
  display: inline-block;
  vertical-align: middle;
}
.product-details .compare-btn {
  color: #1e73be;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #1e73be;
  padding: 10px 25px;
  margin: 15px 0px;
  display: inline-block;
  letter-spacing: 1px;
}
.product-details .compare-btn:hover {
  background-color: #1e73be;
  color: #fff;
}
.pro-text {
  color: #1d1d1d; 
  font-weight: 400; line-height:34px; 
  font-size: 15px;
  margin: 25px 0px 40px 0px;
}
.pro-social-icon h4 { font-size:16px; color:#000;  
  font-weight:900; text-transform:uppercase; display:inline-block; 
} 
.pro-social-icon .social-icons { display:inline-block; }  
.pro-social-icon { 
  display:none; 
  width:100%; text-align:center;
  padding: 15px 0px;
}
.pro-social-icon li { 
  display: inline-block; 
  vertical-align: middle; 
  margin:0 2px; 
}
.pro-social-icon li a { font-size:24px; 
  display: block;
  width: 35px; 
  background-color: transparent;
  text-align: center;
  color: #000;
}
.pro-social-icon li a:hover {
  background-color: transparent;
  color: #062b33; 
} 
.about-product-description h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  text-transform: none;
}
.about-product-description p {
  font-size: 17px;
  color: #fff;
}   
.quantity-select { 
  width:80px;
  display:inline-block; 
  position: relative; 
  vertical-align: middle; 
  border-radius:4px; 
  margin:0 0; 
  border:1px solid #e1e1e1; 
  padding:0;
}
.quantity-select button { display:none;
  -moz-appearance: none; 
  -webkit-appearance: none; 
  appearance: none; 
  background-color:#f0f0f0; 
  border:medium none;  
  border-radius: 0; 
  color:#000; 
  font-size:13px; 
  width:46px; 
  height:48px; 
  line-height:normal; 
  padding:0; 
  position:relative; 
  text-align:center; 
  vertical-align:middle; 
  float:left;    
  margin:0;
} 
.quantity-select button.plus-icon { float:right;} 
.quantity-select button:hover, .quantity-select button:focus { 
  background-color:#0bb5ff !important; 
  color:#fff !important; 
} 
.minus-icon { 
  color:#000; 
}
.plus-icon { 
  color:#000;  
}
.quantity-select input { 

  border-radius:4px;
  width:80px;
  height:53px; 
  min-height:inherit; 
  margin:0;
  padding:0 5px;
  text-align: center; 
  font-family: 'Libre Baskerville', serif; 
  font-weight:400;
  font-size:21px;
  color:#666666; 
  background:#fff!important; 
  border:0;
}

.cart-btn {
  background-color: #b61317;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  padding: 13px 30px;
  vertical-align: middle;
  display: inline-block;
  min-width: 223px;
  border: none;
  letter-spacing: 1.5px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
}  
.cart__qty{
  text-align:right;
}
.quantity-select label { 
  float: left;
  margin-top: 13px;
  margin-right: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px; 
} 
.boxs { vertical-align:middle; } 
.new-prod-price  { display:inline-block; padding:25px 0 25px 0; } 
.new-prod-price .price dd { 
  color:#e15ca1; 
  font-size:32px; 
  line-height:normal; 
  font-family: 'Libre Baskerville', serif; 
  font-weight:700; 
  letter-spacing:0;
} 
span.price-item__label { display:none; }
.followus-inbox { display:inline-block; margin-left:185px; }
.product-btns-sec { 
  display:inline-block; 
  text-align:left;
  width:100%; 
  margin-bottom:0;
  margin-top:40px; 
} 
.product-btns-sec .shop-addto { 
  border:0; 
  vertical-align:top; 
  display:inline-block; 
  background-color:#e15ca1; 
  font-size:22px; 
  font-weight:500; 
  text-transform:uppercase; 
  text-align:center; 
  padding:0px 10px;
  color:#fff;
  margin:2px 5px 2px 0px; 
  max-width:300px; 
  width:100%; 
  height:70px; 
  line-height:normal; 
  border-radius:4px; 
  letter-spacing:1px; 
  font-family: 'Libre Baskerville', serif; 
  font-weight:700; 
} 
.shop-addto:hover { background:#615a56; color:#fff; } 
.shop-addto i { 
  display:none; 
  font-size:25px; 
  padding-right:15px; 
  position:relative; 
  top:1px; 
  color:#bfb184; 
} 
.payment-button { display:inline-block; width:49%; } 
.payment-button .shopify-payment-button__button  { 
  border:0; 
  vertical-align:top; 
  display:inline-block; 
  background-color:#0b0b0b; 
  font-size:15px; 
  font-weight:500; 
  text-transform:uppercase; 
  text-align:center; 
  padding:0px 10px;
  color:#fff;
  margin:2px 0px 2px 5px !important; 
  width:100%; 
  height:50px;
  line-height:normal;
  border-radius:4px;
  letter-spacing:2px;
  font-family: 'Nunito', sans-serif; 
  font-weight:700;
}  
.payment-button .shopify-payment-button__button:hover { background:#0bb5ff !important; color:#fff; }
.formgroup {
  width: 100%;
  display: inline-block;
} 
.items { 
  display:inline-block; 
  width:100%; 
  padding:15px 0; 
  font-size:15px; 
  color:#000000; 
  text-transform:uppercase; 
  font-family: 'Nunito', sans-serif; 
  font-weight:700;
  letter-spacing:2px;
} 
.items span { display:inline-block; } 
.new-select { width:100%; flex:inherit; margin-bottom:15px; padding:0; } 
.new-select select { 
  max-width:268px; 
  width:100%; 
  display:inline-block; 
  vertical-align:middle; 
  font-family: 'Poppins', sans-serif; 
  font-weight:400; 
} 
.new-variant-box { width:100%; } 

/* related-slider */ 
.related-slider .product-item { padding:0 25px; } 
.related-slider .product-item .product-item-img { margin:0; }
.related-slider .slick-prev, .related-slider .slick-next { 
  width:50px; 
  height:50px;  
  top:36%; 
  border-radius:100%;
  border:2px solid #fff;
  background-color: rgba(0, 0, 0, 0.349);
  color:#fff;
  box-shadow:0px 0px 11px #cecbcb;
  z-index:999;
} 
.related-slider .slick-prev:before, .related-slider .slick-next:before { 
  color:#fff; 
  font-size:20px; 
} 
.related-slider .slick-prev { left:0; }
.related-slider .slick-next { right:0; }
.related-slider .slick-prev:before { 
  content: "\e8c0";
  font-family: 'custome-icon'; 
} 
.related-slider .slick-next:before { 
  content: "\e8c3";
  font-family: 'custome-icon'; 
} 
.related-sec .sec-heading h2 { 
  padding-bottom:20px; 
  font-size:36px;
  color:#615a56;
  font-family: 'Libre Baskerville', serif; 
  font-weight:700;
} 
.related-sec .product-inner a { 
  position:relative; display:block; transition:0.3s; -webkit-transition:0.3s;
} 
.related-sec .product-inner a:hover:before { 
  opacity:1;
  transition:0.3s; -webkit-transition:0.3s;
}
.related-sec .product-inner a:before { 
  content:"";
  width:92%; 
  height:92%;
  position:absolute;
  left:0; right:0;
  top:15px; 
  border:2px dashed #fff; 
  z-index:2; 
  margin:0 auto;
  opacity:0;
}

.item-detail-section { display:inline-block; width:100%; }  
.item-detail-section ul.resp-tabs-list { 
  width:100%; 
  background:transparent;
  padding-left:0;
  float:left;
  margin-bottom:0px;
} 
.item-detail-section .resp-tabs-list li {  
  text-align:center;
  background:transparent !important; 
  border:1px solid transparent !important;
  border-color:transparent !important;
  font-size:24px; 
  color:#615a56;
  text-transform:inherit;
  font-family: 'Libre Baskerville', serif; 
  font-weight:700;
  padding:0px 0px 15px 0px !important; 
  margin:0px 40px 0 0; 
  letter-spacing:0;
  position:relative;
} 
.item-detail-section .resp-tabs-list li:before {  
  position:absolute;
  width:1px;
  height:15px;
  background:#979797;
  content:'';
  left:-23px; 
  top:5px;
}
.item-detail-section .resp-tabs-list li:first-child:before { display:none; }
.item-detail-section .resp-tabs-list li.resp-tab-active { 
  background:transparent !important; 
  border:1px solid transparent !important;
  border-bottom:1px solid #e15ca1 !important;
  font-weight:700; 
  color:#000; 
} 
.item-detail-section .resp-tab-content { 
  border: 1px solid transparent; 
  border-top-color: #d6d6d6; 
  padding:30px 0px 40px 0px; 
} 
.item-detail-section .resp-tab-content p {  
  font-size:16px;
  color:#615a56;
  font-family: 'Libre Baskerville', serif;
  font-weight:500;
  line-height:30px;
  letter-spacing:0.5px;
  margin-bottom:25px;
} 
.common-btn.prod-btn {
  border: 0;
  vertical-align: top;
  background-color: #000000;
  font-size:14px;
  font-family: 'SF Pro Display Medium';
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding:0px 10px;
  color:#fff;
  margin:0px 0 0 0;
  max-width: 200px;
  width: 100%;
  height:50px;
  line-height: normal;
  border-radius:0px; 
  letter-spacing: 1px;
} 
.common-btn.prod-btn:hover {  
  background:#fde022; 
  color:#000; 
} 
.new-back { margin:0; } 
.prod-social { width:100%; padding-top:40px; text-align:center; }  
.prod-social ul.social-media li { display:inline-block; margin:0 10px; } 
.prod-social ul.social-media li a { 
  border: 1px solid #000; 
  color:#000; 
  width:33px; 
  height:33px; 
  border-radius:50%;
  padding:5px 5px;
  font-size:20px;
} 
.prod-social ul.social-media li a:hover { 
  border:1px solid #0bb5ff; 
  color:#fff; 
  background:#0bb5ff; 
} 
.shop-slider-nav .slick-prev, .shop-slider-nav .slick-next { 
  width:31px; 
  height:27px;  
  z-index: 999;
  position:absolute;
  color:#000;  
  background-color:rgb(240, 240, 243);
  z-index:999;
}
.shop-slider-nav .slick-prev {
  content: 'url';
  background-repeat: no-repeat;
  left:0px;
  right:0;
  margin: 0 auto;
  top:0;
}
.shop-slider-nav .slick-next {
  content: '';
  background-repeat: no-repeat;
  right:0px;
  left:0px;
  margin: 0 auto;
  bottom:0;
  top:inherit;
}
.shop-slider-nav .slick-prev:before {
  content: '\e8c5'; 
  font-family: 'custome-icon';
  color:#000; 
}
.shop-slider-nav .slick-next:before {
  content: '\e8c4'; 
  font-family: 'custome-icon';
  color:#000;
} 

/* Product End */


/* footer */ 
.footer-bg { 
  background:#d55e9b url(footer-logo.png) no-repeat center center ; 
  position:relative;  
} 
.site-footer-block-item.contact-us-item {
  width:26%; 
}
.site-footer-block-item.general-link-item {
  width:20%;
}
.site-footer-block-item h4 {
  color:#fff;
  font-size:18px;
  text-transform:uppercase;
  letter-spacing:1px;
  font-family: 'Libre Baskerville', serif;
  font-weight:700;
  line-height:26px;
} 
.site-footer-block-item ul { margin-bottom:15px; }
.site-footer-block-item ul li a, .site-footer-block-item ul a {
  font-size:14px;
  color:#f2cee1;
  letter-spacing:0.5px;
  font-family: 'Libre Baskerville', serif; 
  font-weight:400;
  text-transform:inherit;
} 
.site-footer-block-item ul li span {
  font-size:15px;
  color:#676767;
  font-weight:400;
  font-family: 'Libre Baskerville', serif; 
  text-transform:capitalize;
}

.site-footer-block-item ul li a:hover, .site-footer-block-item ul a:hover {
  color:#000;
}
.site-footer-block-item.contact-us-item ul li  { 
  margin-bottom:15px;
}
.site-footer-block-item.contact-us-item ul li a {
  letter-spacing:0px;
  text-transform:lowercase;
} 
.site-footer-block-item.contact-us-item ul li p {  
  font-size:14px;
  color:#f2cee1;
  letter-spacing:0.5px;
  font-family: 'Libre Baskerville', serif; 
  font-weight:400;
  text-transform:inherit;
  line-height:30px;
}

.copyright-text p {
  font-size:14px; 
  color:#f2cee1; 
  letter-spacing:1px;
  font-family: 'Libre Baskerville', serif; 
  font-weight:400;
} 

.social-link {
  margin:45px 0 0 0;
}
.social-link {
  display:inline-block;
  vertical-align:middle;
}
.social-link li {
  display:inline-block;
  vertical-align:middle;
  margin-right:10px;
} 
.social-link li a {
  color:#fff;
  font-size:34px; 
}
.social-link li a:hover {
  color:#000;
}
.footer-section {  
  border-top:1px solid #e18db8;
  padding-top:55px;
} 
.footer-section .toggle-arrow {
  font-family: 'custome-icon';
  font-size: 18px;
  position: absolute;
  right:0;
  top:-3px;
  display:none;
  cursor:pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
} 
.copyright-grid { 
  margin-top:30px; 
  padding-top:20px; 
  padding-bottom:20px; 
  border-top:1px solid #e188b5; 
} 
.newsletter-form {
  margin: 50px auto 0;
  max-width: 50rem;
}
.newsletter-section {
  text-align:center;
  padding-bottom:50px;
}
.newsletter-section h2 { 
  font-size:45px; 
  color:#fff; 
  text-transform:inherit; 
  font-family: 'Myriad Pro Regular'; 
  font-weight:400; 
  padding-top:15px; 
  letter-spacing:0; 
} 
.newsletter-section p {
  font-size:21px;
  color:#6b6b6b;
}
.newsletter-form input {
  background:transparent;
  padding:15px 20px;
  border-radius:4px;
  border:2px solid #fff;
  margin-right:20px;
  min-width:490px;
  margin-bottom:0px;
  height:61px;
  font-family: 'Libre Baskerville', serif;  
  font-weight:400;
  font-size:14px;
  color:#fff;
  opacity: 1;
}
.newsletter-form input:focus { border:2px solid #fff; }
.newsletter-form input::placeholder { 
  color:#fff; opacity:1;
}
.newsletter-form input:-ms-input-placeholder {
  color:#fff; opacity:1;
}
.newsletter-form input::-ms-input-placeholder { 
  color:#fff; opacity:1; 
}
.newsletter-form button  { 
  width:225px;
  height:61px;
  border-radius:4px;
  background:#fff;
  color:#d55e9b;
  font-size:18px;
  font-family: 'Libre Baskerville', serif; 
  font-weight:700;
  text-transform:uppercase;
} 
.newsletter-form button:hover { color:#000; }  

/*Blog Page css Start */
.blog-section {
  padding-bottom:115px;
} 
.blog-left { padding-right:20px }
.Blog_Detail { padding-right:20px }

.blog-left h2 { 
  font-size:24px; 
  color:#615a56; 
  font-family: 'Libre Baskerville', serif; 
  font-weight:700;
  text-transform:inherit;
  margin-bottom:30px;
}  
.blog-left h3 { 
  font-size:16px; 
  color:#615a56; 
  font-family: 'Libre Baskerville', serif; 
  font-weight:400;
  text-transform:inherit;
  letter-spacing:0;
  border-bottom:1px solid #d5d5d5;
  margin-bottom:10px;
  padding-bottom:15px;
} 

.blog-left h3 a {  
  font-family: 'Libre Baskerville', serif; 
  font-weight:400;
} 
.blog-left h3 a:hover {
  color:#e15ca1;
} 

.blog_Box_1 { position:relative; padding-left:42px; margin-bottom:30px; } 
.blog_Box_1:before {
  position:absolute;
  left:0;
  top:-8px;
  font-family: 'custome-icon';
  content: '\e89d';
  width:25px;
  height:25px;
  color:#d45e9b;
  font-size:20px;
}
.content span.date-box { display:none ; } 

.add-space {
  margin-top:60px;
}
.article-listing {
  padding: 0px;
  display: table;
  background-color: #f7f7f7;
}
.article__list-image-wrapper {
  margin-bottom: 0;
}

.entry-media {
  width:40%;
  height:335px;
  float:left;
}
.entry-media img {
  max-width:100%;
  height:335px;
  object-fit: cover;
}

.entry-content-wrapper {
  float:left;
  display:table;
  height:335px;
  padding:10px 35px;
  width:calc(100% - 40%);
  width:-webkit-calc(100% - 40%);
  width:-moz-calc(100% - 40%);
  width:-ms-calc(100% - 40%);
}
.content-wrapper-inner {
  display:table-cell;
  vertical-align:middle;
}
.entry-content-wrapper .article__title {
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #13172a;
  margin-bottom: 25px;
}
.entry-content-wrapper .in-detail p {
  font-size:16px;
  line-height:25px;
  color:#4a4a4a;
  font-family: 'Poppins', sans-serif;
  font-weight:400;
  margin-bottom:25px;
}
.entry-content-wrapper .entry-read-more {
  background-color: #13172a;
  font-size:14px;
  text-transform:uppercase;
  color:#fff;
  padding:10px 25px;
  font-weight:400;
  font-family: 'Poppins', sans-serif;
  display:block;
  letter-spacing:1px;
  margin-bottom:25px;
}

.entry-meta span {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #808080;
}
.wrapper-sidebar {
  margin-top:0px;
}
.wrapper-sidebar:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog-sidebar .title {
  border-bottom: 2px solid #2b7dc0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'PT Serif Bold';
  line-height:25px;
  color:#2b7dc0;
  margin-bottom:15px;
  padding-bottom:10px;
}
.blog-sidebar .nav > li {
  font-family: 'PT Serif Regular';
  border-bottom: 1px solid #e7e7e7;
  padding-top:0;
  font-size: 15px;
  line-height:40px;
}
.blog-sidebar .nav > li label { 
  font-weight:400;
  font-family: 'PT Serif Regular';
  color:#2d2d2d;
}
.latest-post .img {
  display: inline-block;
  vertical-align: top;
  width: 130px;
}
.latest-post .content {
  padding-left: 15px;
  display: inline-block;
  width: calc(100% - 135px);
  vertical-align: top;
}
.latest-post {
  display: inline-block;
  width: 100%;
  padding: 10px 0 20px;
  margin-bottom: 10px;
}
.latest-post .post-title {
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: inherit;
  font-family: 'PT Serif Regular';
  color: #13172a;
  line-height: 18px;
}
.blog-meta li {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  color: #828282;
  line-height: 15px;
}
.blog-sidebar .check > a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding-left: 25px;
  color:#13172a;
  line-height:normal;
}
.blog-sidebar .check > a: {
  color:#000;
}
.blog-sidebar .check > a::before {
  content: "\e86c";
  font-family: "custome-icon";
  position: absolute;
  left: 0;
  top:6px;
  color:#000;
  font-size: 12px;
  line-height: 1;
}
.pagination-custom {
  background-color:#f3f3f3;
  padding:15px 20px;
  text-align:right;
  margin-bottom: 30px;
}
.pagination-custom li {
  display:inline-block;
}
.pagination-custom li a, .pagination-custom li span {
  font-size:14px;
  font-family: 'PT Serif Regular';
  font-weight:400;
  color:#545454;
  padding:5px 10px;
  display:block;
}
.pagination-custom li.active span {
  background-color: #ffffff;
  color: #1d2341;
  padding: 5px 15px;
}

.blog_List ul { display:none; } 
.blog_List p { 
  font-size: 16px;
  color: #615a56;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  text-transform: inherit;
  letter-spacing: 0;
}

.Recent_des { 
  display:inline-block;
  position: relative;
  width: 100%;
  margin-bottom:15px;
  border:0;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom:20px;
}
.Recent_des_left {
  float: left;
  margin-right:0;
  padding-right:20px;
  height:115px;
}
.Recent_img_right {
  line-height: 25px;
  float:left;
}
.Recent_img_right span {
  font-family: 'Libre Baskerville', serif; 
  font-size:14px;
  color: #615a56;
  display: inline-block;
  line-height:24px;
} 
.Recent_img_right p {
  font-family: 'Libre Baskerville', serif; 
  font-weight:700;
  font-size:19px;
  color:#615a56;
  width:100%; 
  margin-bottom:8px;
  line-height:normal;
}
.Recent_img_right p a {
  font-family: 'Libre Baskerville', serif;
  color:#615a56;
}
.Recent_img_right p a:hover {
  color:#d55e9b; 
}
.excerpt-content { 
  font-family: 'Libre Baskerville', serif; 
  font-weight:400;
  font-size:14px;
  color:#615a56;
}

.Popular_product .resp-tab-content {
  padding:2px 0px 0 0;
  border:0;
}

.Popular_product .resp-tabs-container {
  background: transparent;
  margin-top:20px;
  width:100%;
  float:left;
}
.Popular_product .resp-tabs-list li {
  background: transparent !important;
  font-family: 'Libre Baskerville', serif; 
  font-size:19px;
  font-weight: initial;
  padding:0px 0px 13px 0px;
  margin-right:24px;
  color:#615a56;
  display:inline-block;
  line-height:25px;
  text-transform:capitalize;
  margin-bottom: -2px;
}
.Popular_product .resp-tabs-list li:last-child {
  margin-right:0;
}

.Popular_product li.resp-tab-item.hor_1.resp-tab-active { 
  border:0 !important; 
  border-bottom:2px solid #e365a6 !important; 
  color: #615a56; 
  font-family: 'Libre Baskerville', serif; 
  padding:0px 0px 8px 0px !important; 
  font-weight:700; 
} 
.Popular_product ul.resp-tabs-list { 
  border-bottom: 1px solid #e7e7e7; 
  /*   display: inline-block; */ 
  float:left; 
  width:100%; 
} 
.Categories_menu_list {
  padding: 30px 0px;
}
.Categories_menu_list h5 {
  color: #00badd;
  font-family: 'pt_serifbold';
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 10px;
  border-bottom: 2px solid #00badd;
  margin-bottom: 20px;
}
.Categories_menu_list ul li {
  font-family: 'pt_serifregular';
  font-size: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
}
.Categories_menu_list ul li:last-child {
  border:none;
}
.Categories_menu_list ul li a {
  color:#acacac;
}
.Categories_menu_list i {
  margin-right: 20px;
  color:#acacac;
}

.Recent_des.content {
  padding-left: 15px;
  display: inline-block;
  width: calc(100% - 135px);
  vertical-align: top;
}
.Recent_des_left img {
  display: inline-block;
  vertical-align: top;
  width:auto;
  height:115px;
  overflow:hidden;
  object-fit:cover;
  -webkit-object-fit:cover;
}
.container ol li {
  display: inline-block;
  color:#2b7dc0;
}
/*------------Blog Page css End--------------*/

/*------- best-seller start ------------- */


.best-seller .product-inner a:before { display:none;  }
.best-seller .sec-heading h2 {
  padding-top:30px; 
  padding-bottom:20px;
  font-size:18px;
  color: #615a56;
  font-family: 'Libre Baskerville', serif;
  font-weight:400;
  letter-spacing:3px;
} 

/*------------gallery-slider--------------*/

.gallery-slider .slick-prev, .gallery-slider .slick-next { 
  width:50px; 
  height:50px;  
  top:50%; 
  border-radius:100%;
  border:2px solid #fff;
  background-color: rgba(0, 0, 0, 0.349);
  color:#fff;
  box-shadow:0px 0px 11px #cecbcb;
  z-index:999;
} 
.gallery-slider .slick-prev:before, .gallery-slider .slick-next:before { 
  color:#fff; 
  font-size:20px; 
} 
.gallery-slider .slick-prev { left:0; }
.gallery-slider .slick-next { right:0; }
.gallery-slider .slick-prev:before { 
  content: "\e8c0";
  font-family: 'custome-icon'; 
} 
.gallery-slider .slick-next:before { 
  content: "\e8c3";
  font-family: 'custome-icon'; 
}  
.return-link { color:#fff; }


/*---------------Contact page start Css-------------*/

.e-news-para p {
  font-family:'Libre Baskerville', serif;
  font-size: 24px;
  line-height: 41px;
  letter-spacing: 0.8px;
  font-weight: 700;
  color: #615a56;
  margin-bottom: 20px;
}
.e-news-contener .form-control {
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  color: #afaeae;
  border-radius: 0px;
  border: 1px solid #e5e5e5 !important;
  padding: 18px 18px;
  font-size: 15px;
  line-height:20px;
  letter-spacing: 0px;
  margin-bottom: 30px;
}
.contact-form.form-vertical textarea{
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  color: #afaeae;
  border-radius: 0px;
  border: 1px solid #dbdbdb !important;
  padding: 18px 18px;
  font-size:15px; 
}
.contact-form .common-btn {
  font-family: 'Libre Baskerville', serif;
  background-color: #e365a6;
  font-size: 18px;
  text-transform: capitalize;
  padding: 20px 60px;
  border: none;
  color: #ffff;
  display:inline-block;
  height: 61px;
  border-radius: 4px;

}
/*---------------Contact page End Css-------------*/

/*---------------Gallery Detail Page start CSS-------------------*/

.gallery-row {
  padding: 20px 0px;
}

.gallery-sub-text h2{

  font-family: 'Libre Baskerville', serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0px;
  color: #615a56;
  margin-bottom: -2px;
}
/*---------------Gallery Detail Page End css ----------------*/

/*-----------------About us Page  start css----------------*/

.about-content-box b {
  font-family: 'Libre Baskerville', serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
  line-height: 36px;
  letter-spacing: 0.8px;
  color: #615a56;
  margin-bottom: 15px;
}
.about-content-box span {
  font-size: 16px;
  font-family: 'Libre Baskerville', serif;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.8px;
  display: block;
  margin-bottom: 20px;
  color: #615a56;
}
.about-content-box p {
  font-family: 'Futura Std Book';
  font-size: 16px;
  line-height: 30px;
  display: block;
  letter-spacing: 0.8px;
  margin-bottom: 25px;
  color: #615a56;

}
.about-vaness-box h2 {
  font-family: 'Libre Baskerville', serif;
  font-size: 36px;
  line-height: 75px;
  font-weight: 700;
  color: #615a56;
  letter-spacing: 0px;
  text-transform: capitalize;
}
.about-vaness-box p {
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  display: block;
  letter-spacing: 0.8px;
  line-height: 30px;
  color: #615a56;
  margin-bottom: 20px;
}
.about-vaness-box {
  border-top: 1px solid;
  color: #e5e5e5;
}

/*-----------------About us Page  End css----------------*/

/*--------------Faq Page CSS start--------------------*/

.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
}
.accordion-container .content-entry {
  border: 1px solid #e5e5e5;
  padding: 18px 20px;
  margin: 10px 0px;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
}
.accordion-container .content-entry.open {

  border-color:#e365a6;

}
.accordion-container .article-title {
  display: block;
  position: relative;
  margin: 0;
  font-size: 20px;
  color: #000000;
  cursor: pointer;
  font-family: 'Libre Baskerville', serif;
  border: none;
  font-weight: 700;
  padding-right: 35px;
  line-height: 36px;
  letter-spacing: 0.8px;
  color: #615a56;
}
.accordion-container .accordion-content p {
  font-family:'Libre Baskerville', serif;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  padding:0px 60px 20px 0px;
  line-height:30px;
  letter-spacing: 0.8px;
  color: #615a56;
}
.accordion-container .accordion-content p a {
  color: #f40d11;
  text-decoration: underline;
}
.accordion-container .content-entry i {
  position: absolute;
  top: 0px;
  right: 0px;
  font-style: normal;
  font-size: 16px;
  color: #d2d2d2;
  font-family: 'custome-icon';
}

.accordion-container .content-entry i::before {
  content: "\e8c8";
  font-family: 'custome-icon';
}
.accordion-container .content-entry.open i::before {
  content: "\e8c7";
  font-family: 'custome-icon';
  color: #e986b9;

}
.accordion-content {
  display: none;
  position: relative;
}

.accordion-container .content-entry.open .accordion-content {
  display: block;
}

/*--------------Faq Page CSS End--------------------*/


/*---======= SHRADDHA CSS STARTS ========---*/
.btn, .shopify-payment-button .shopify-payment-button__button--unbranded {
  background-color: #d55e9b;
}
.btn:not([disabled]):hover, .shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover, .btn:focus, .shopify-payment-button .shopify-payment-button__button--unbranded:focus {
  background-color: #cc5090;
  color: #fff;
}
input:focus, textarea:focus, select:focus {
  border-color: #d55e9b;
}

.site-breadcumb {
  padding: 25px 0 25px 0px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  font-weight: 300;
  font-size: 16px;
}
.site-breadcumb h3 {
  font-size: 12px;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  color: #e15ca1;
  margin: 20px 0px 0px 0px;
}
.site-breadcumb ol li a {
  color: #8b8b8b;
  font-size: 12px;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  text-transform:uppercase;
}
.site-breadcumb .site-color {
  font-size: 12px;
  color: #e15ca1;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  text-transform:uppercase;
}
.site-breadcumb ol li a:hover {
  color: #e15ca1;
}

/* PRODUCT LISTING PAGE CSS STARTS */

.main_down {
  display: inline-block;
  width: 33.33%;
}
.down_rt {
  display: inline-block;
}
.down_rt label {
  display: inline-block;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  margin-right: 5px;
  font-size: 14px;
  color: #615a56;
  text-transform: uppercase;
}
select#sort-by {
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  font-size: 14px;
  color: #615a56;
  text-transform: uppercase;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  padding: 11px 28px 11px 10px;
}
select#paginateBy {
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  font-size: 14px;
  color: #615a56;
  text-transform: uppercase;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  padding: 10px 28px 11px 10px;
}
.page {
  display: inline-block;
  width: 33.33%;
}
.shop-page-pagenation {
  font-size: 14px;
  color: #615a56;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
}
.pull-right {
  float: right;
}
.sort-num {
  display: inline-block;
}
.changeview.change-view {
  display: inline-block;
}
.change-view button.active, .change-view button:hover, .change-view button:focus {
  color: #424c59;
  background-color: #f0f0f0;
}

.change-view button {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: 1px solid #e5e5e5;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #ffffff;
  font-size: 25px;
  color: #424c59;
}
.all-product .multiple-items-inner .grid__item.product-item {
  padding-left: 0px;
}
.product-inner img {
  width:100%;
}
.products-text {
  text-align: center;
  margin: 20px 0px;
}
.price {
  display:block;
}
.title {
  text-align: center;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0px;
}
.title h1 {
  font-family: 'Libre Baskerville', serif;
  font-weight:700;
  font-size:36px;
  color:#615a56;
  margin: 0px;
}
.shop-topbar {
  margin: 25px 0px;
}
.prod-title {

}
.prod-title a {
  color:#615a56;
  font-size:18px;
  font-family: 'Libre Baskerville', serif;
  font-weight:400;
}
.price .price__regular {
  color: #69727b;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-size:18px;
}
.price .price-item {
  font-weight: 400;
}
.products-text .add-to-cart-btn {
  background:transparent;
  color:#d55e9b;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
}
.products-text .add-to-cart-btn:hover {
  color:#000;
}
.product-item-img img {
  object-fit: cover;
  height:350px;
}
.product-item-img {
  width: 100%;
  display: table;
  position: relative;
  max-height:350px;
  margin:0px;
}
.product-item-img > a {
  display: table-cell;
  vertical-align: middle;
}
.list-view-item__image {
  max-height: 95px;
  max-width: 68px;
}
.all-product .list-view-item__link {
  border-bottom: 1px solid #e8e9eb;
  padding-bottom: 22px;
  margin-bottom: 22px;
}

/* PRODUCT LISTING PAGE CSS ENDS */

/* LOCATION PAGE CSS STARTS */

.location {

}
.location-inner {
  text-align: center;
  border: 1px solid #e5e5e5;
}
.location-inner img {
  width:100%;
}
.location-inner h2 {
  font-size:20px;
  color:#615a56;
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  text-transform:capitalize;
  margin: 20px 0px 40px 0px;
}
.location-inner p {
  color:#615a56;
  font-size:15px;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  line-height:28px;
}
.location-inner a {
  color:#615a56;
  font-size:16px;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  margin: 15px 0px;
  display: inline-block;
}
.location-inner .loc-time span {
  color:#615a56;
  font-size:16px;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  display:block;
}
.location-inner .loc-map {
  margin-top: 40px;
}
.loc-info {
  padding:20px;
}
.delivery {
  text-align: center;
}
.delivery h2 {
  color:#615a56;
  font-size:36px;
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  text-transform:capitalize;
  margin-bottom: 45px;
}
.delivery-inner {

}
.delivery-inner h5 {
  font-size: 20px;
  color: #d55e9b;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  letter-spacing: 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.delivery-inner p {
  font-size:16px;
  color:#615a56;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  margin-bottom: 40px;
}
.loc-map iframe {
  width: 100%;
}

/* LOCATION PAGE CSS ENDS */


/* MENU PAGE CSS STARTS */

.menu-new {

}
.add-menu {
  border: 1px solid #e8eef6;
  border-radius: 3px;
  display:table;
  width:100%;
}
.add-menu h1 {
  color:#615a56;
  font-size:30px;
  font-family: 'Libre Baskerville', serif;
  font-weight:700;
  text-align:center;
  background-color:#fdedf4;
  margin: 0px;
  padding: 15px;
  display: table-caption;
}
.menu-sec-top {
  margin-bottom: 50px;
}

.menu-new .add-menu li {
  width:33.33%;
  display:table-cell;
  vertical-align: top;
  border-right: 1px solid #e8eef6;
}
.menu-new .add-menu li:last-child {
  border-right:none;
}

.title.sidebar-title {
  border: none;
  font-size: 24px;
  color: #615a56;
  text-align: left;
  font-family: 'Libre Baskerville', serif;
  font-weight:700;
  text-transform: capitalize;
  background-color:transparent;
  margin: 30px 0px 10px 0px;
  padding: 0px 30px;
  display: block;
} 
.menu-sec-top .inner-content ul.nav {
  padding-bottom:20px;
}
.inner-content ul.nav li {
  display:block;
  font-size:16px;
  color:#615a56;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  line-height:34px;
  margin: 0px;
  width: 100%;
  padding: 0px 30px;
  border-right: none;
}

.menu-sec-bottom .title.sidebar-title {
  margin:0px;
  background-color:#fdedf4;
  padding: 15px 30px;
  font-size:24px;
}
.menu-sec-bottom .inner-content ul.nav li {
  border-bottom: 1px solid #e8eef6;
  padding: 10px 30px;
}
.inner-content ul.nav li label.check {
  margin: 0px;
}

/* MENU PAGE CSS ENDS */


/* popup css starts */

.sign-up-modal-wrp {
  background-image: url(popup-bg.png);
  max-width: 640px;
  overflow: hidden;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.content-sign-up .popup-modal-dismiss {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #b1b1b3;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
}
.desc-content h2 {
  font-family: 'CAC Pinafore';
  font-size: 103px;
  color:#615a56;
  font-weight: 400;
  margin: 20px 0px;
  text-transform:capitalize;
}
.desc-content span {
  font-size: 30px;
  color: #615a56;
  text-transform: uppercase;
  background-color: rgba(227,101,166,0.5);
  padding: 10px 50px;
  display: inline-block;
}
.desc-content p {
  font-family: 'Futura Std Book';
  font-weight: 300;
  color: #615a56;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
}
.mail-bx {
  position:relative;
  margin: 30px 0px;
}
.mail-bx input[type="email"] {
  width: 100%;
  border: 1px solid #e365a6;
  font-family: 'Futura Std Book';
  font-weight: 500;
  padding: 15px;
  font-size: 14px;
  background-color:transparent;
}
.mail-bx .common-btn {
  position: absolute;
  top: 0px;
  right: 0;
  padding: 8px 30px;
  height: 100%;
  border: 1px solid #e365a6;
  font-size: 18px;
  color: #fff;
  background-color: #e365a6;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  text-transform: uppercase;
  font-family: 'Futura Std Heavy';
  letter-spacing:1px;
}
.content-sign-up {
  padding: 50px;
}
.sub-check label {
  color: #767676;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 21px;
  display: table-cell;
}
.sub-check input#submit-check {
  display: table-cell;
}
.sub-check {
  text-align: left;
  display: table;
  position: relative;
  width:100%;
}
.sub-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}




.collection-grid-item {
  margin-bottom: 60px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
  display: none;
}
.content-sign-up img {
  width:auto;
}

/* popup css ends */



/*---======= SHRADDHA CSS ENDS ========---*/

.products .grid__item{display:block;}
