/** Shopify CDN: Minification failed

Line 1153:0 All "@import" rules must come first

**/
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
body{
font-family: 'Rajdhani', sans-serif;
  font-size:16px;
  font-weight:normal;
  color:#3f3f3f;
  font-weight: 500;
}
.custom-x-tabs {
    padding: 30px 0;
}
ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
}
ul.tabs li.current {
    background: transparent;
    color: #c271ff;
    border-bottom: 2px solid #c271ff;
}
ul.tabs li {
    background: none;
    color: #222;
    display: block;
    padding: 10px 15px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid transparent;
    font-size: 19px;
}
.tab-content {
    display: none;
    background: #fff;
    padding: 0;
}

.tab-content.current {
    display: inherit;
}
.disable-currency .doubly-wrapper {
    display: none !important;
}
.template-product main#MainContent {
    padding-bottom: 0;
}
.template-index .site-header {
    border: 0;
}
div#ProductSection-related-products {
    padding-top: 40px;
}
.social-sharing .btn:before{
display:none;

}
.top-navigation .doubly-wrapper {
    top: 0%;
    margin: 0px;
    position: relative;
    padding-top: 7px;
    right: 0;
    border-left: 1px solid #f0efef;
    padding-bottom: 7px;
}
.product-single__description h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

p{
 font-weight: 500;
}
h2, label.h2{
font-size:32px;
color:#1a1a1a;
text-transform:uppercase;
font-weight:700;
letter-spacing:inherit;
font-family: 'Rajdhani', sans-serif;
  
}
button:focus,a:focus, input:focus, select:focus, textarea:focus{
outline:0 !important;
box-shadow:none;
}
a, a:hover{
text-decoration:none;
transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6, p, a, button, input, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, body .btn, .cart th{
font-family: 'Rajdhani', sans-serif;
}
.cart th{
font-weight:600;}
body .page-width {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}
.btn, .sca-qv-button {
    padding: 10px 18px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 11px 15px;
    background-color: #1a1a1a;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    white-space: normal;
    font-size: 18px;
    border-radius: 3px;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    text-transform: inherit;
  font-family: 'Rajdhani', sans-serif !important;
}
.btn:before, .sca-qv-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #c271ff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn:hover:before, .btn:focus:before, .btn:active:before, .sca-qv-button:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.btn:hover, .btn:focus, .btn:active {
    color: white;
  border-color:#c271ff;
}

.btn:hover, .btn:focus, a, a:hover,  a:focus, button:hover {
    opacity: 1 !important;
}
a:hover, .btn:hover{
  outline:0 !important;
  transition: .5s ease;
 
}

/*header css */
.site-header__topbar {
    padding: 0px 0;
    background: #fff;
    border-bottom:1px solid #f0efef;
}
.top-navigation li {
    list-style: none;
    border-right: 1px solid #f0efef;
    display: inline-block;
    padding: 5px 28px 5px 0px;
}
.site-nav > li > a {
    padding: 3px 23px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
.site-nav > li > a:hover, .site-nav .site-nav--active a{
   color:#c271ff;
}
.site-nav li > a:hover:after, .site-nav .site-nav--active a:after {
    max-width: 70%;
}
 /*.site-nav > li > a:before {
    /* top: 0; 
    display: block;
    height: 3px;
    width: 0%;
    content: "";
    background-color:#c271ff;
    bottom: 0;
    right: 20px;
} */
.site-nav {
    text-align: right;
    display: inline-block;
    border-right: 2px solid #f0efef;
    padding-right: 20px;
}
.site-nav > li > a:before, .site-nav > li > a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.top-navigation li > a:hover, .site-footer li  a:hover{
	color:#c271ff;
}

.site-nav li > a:hover:before {
    opacity: 1;
    width: 43%;
}
#AccessibleNav .icon-right {
    display: inline-block;
}
#AccessibleNav .icon-right a.site-header__account, #AccessibleNav .icon-right a.site-header__cart {
    position: inherit;
    padding: 0px 10px;
}
.site-nav {
    text-align: right;
    display: inline-block;
}
nav#AccessibleNav {
    text-align: right;
}
.content-x {
    padding-top: 0px;
}
.mainsliderclass .slideshow__title {
    letter-spacing: 2px;
    color: #101010;
    font-size: 55px;
    font-weight: bold;
    margin-bottom: 0;
}
.mainsliderclass span.mega-subtitle.slideshow__subtitle {
    max-width: 100%;
    font-size: 20px;
    color: #1c1c1c;
    line-height: 28px;
    padding: 20px 0 10px;
}
.slick-slide img {
    display: inline-block;
}
.sub-image-sec {
    text-align: right;
}
.mainsliderclass a.btn {
    padding:10px 30px;
    text-transform: uppercase;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.mainsliderclass .slideshow__text-content {
    text-align: left;
    display: flex;
    align-items: center;
}
.slideshow__overlay::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3d4246;
    opacity: 0.01;
    z-index: 3;
}
.site-header__cart-count {
    background-color: #c271ff;
}
.site-header__cart-count {
    background-color: #c271ff;
    top: -4px !important;
    left: 21px !important;
}
#Collection a.grid-view-item__link {
    text-align: center;
}
a.site-header__cart {
    position: relative !important;
}
div#Collection {
    padding-bottom: 55px;
}
.mainsliderclass .slideshow .slick-dots {
    bottom: inherit;
    text-align: center;
    left: inherit;
    transform: translateX(-50%);
    right: 3%;
    top: 45%;
}
.slick-slider .slick-dots li {
    margin-left: 0 !important;
    display: block;
    margin: 0;
    margin-top: 10px;
}
.slick-slider .slick-dots li button::before {
    text-indent: -9999px;
    background-color: #000;
    border-radius: 0;
    width: 10px;
    height: 10px;
    opacity: 1;
    transition: all 0.2s;
}
.slick-slider .slick-dots li.slick-active button::before {
    opacity: 1;
    background-color: #c271ff;
}
.mainsliderclass h2.new-clr {
    color: #c271ff;
}
#instafeed a.col-md-3.col-sm-4 {
    width: 20%;
    float: left;
    line-height: 0;
    border-right: 2px solid #fff;
}
a.hoverinsta {
    position: relative;
}
div#instafeed {
    padding-top: 15px;
}
.hoverinsta span {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: auto;
    transform: translate(0%, 0%);
    color: #fff;
    font-size: 23px;
    background: rgba(0, 0, 0, 0.6);
    /* display: table; */
}

.hoverinsta:hover span {
    display: block;
}
.hoverinsta span .fa {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 30px;
    transform: translate(0%, 45%);
}
span.mega-subtitle2.slideshow__subtitle {
    font-size: 22px;
    color: #3f3f3f;
    font-weight: 600;
    margin-bottom: 26px;
}
.main-collection-custom {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
      background: #eff0f2;
  border:1px solid #eff0f2;
}
.main-collection-custom .medium-up--one-half {
    padding: 0 15px;
}
.main-collection-custom .medium-up--one-half .inner-col {

    padding: 0 15px;
    height: 100%;
    position: absolute;
    top: 0;
    vertical-align: middle;
}
.return-link-wrapper {
    margin: 30px 0;
    text-align: left !important;
}
.return-link-wrapper .btn--secondary {
    background-color: transparent;
    color: #101010;
    border-bottom: 0;
    font-weight: 600;
    padding-bottom: 5px;
}
.return-link-wrapper .btn--secondary:before{
display:none;
border:0;
}
.col-sec-main .custom-padding {
    padding-right: 0 !important;
}
.col-sec-main .custom-padding-2 {
    padding-left: 0 !important;
}
.col-sec-main .col-img-sec {
    line-height: 0;
}
.col-sec-main h3.main-coltitle {
    font-size: 25px;
    font-weight: bold;
    word-wrap: break-word;
    color:#1a1a1a;
}
.whyus-sec {
    background: #eff0f2;
    text-align: center;
}
.newproduct-sec h2, #ProductSection-related-products h2 {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0;
    text-align:center;
}
#ProductSection-related-products .grid-view-item {
    margin-bottom: 0;
    padding: 0 15px;
}
.title-sec-col p {
    font-weight: bold;
    color: #9e9e9e;
    font-size: 14px;
    margin-bottom: 10px;
}
.inner-col a.linkcol {
    font-size: 16px;
    letter-spacing: 0.7px;
    color: #c271ff;
    font-weight: bold;
    text-transform: uppercase;
}
div#shopify-section-slideshow {
    padding-bottom: 0;
}
.packsechome {
    padding: 0;
}
.main-collection-custom .medium-up--one-half .inner-col.section-3 {
    padding-left: 0;
}
.col-sec-main .title-sec-col {
    transform: translateY(100%);
}
.hero {
    background-size: cover;
    height: auto !important;
    background-position: left !important;
    padding: 0 !important;
}
.hero__inner {
    padding: 0;
  padding-top:55px;
}
.hero__overlay::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3d4246;
    opacity: 0;
    z-index: 1;
}

.sub-image-section {
    text-align: right;
    line-height: 0;
}

.package-inner-content:after {
    position: absolute;
    background: #d6d7d9;
    width: 60px;
    height: 1px;
    content: "";
    left: -20px;
    top: 9px;
}
.package-inner-content {
    transform: translateY(100%);
    padding-left: 60px;
    position: relative;
}
.packsechome h2.heading-package {
    font-size: 36px;
}
.packsechome p {
    font-size: 18px;
}

.packsechome a {
    font-size: 18px;
    letter-spacing: 0.7px;
    color: #c271ff;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
}
.grid {
    margin-left: 0;
}
.slideshow .slick-prev, .slideshow .slick-next, .slick-prev, .slick-next {
    top: 0;
    height: 100%;
    margin-top: 0;
    width: 30px;
    height: 30px;
    top: -55px !important;
    z-index: 999;
    background: transparent;
    padding: 5px;
    right: 0;
    bottom: inherit;
    left: inherit;
    border-radius: 4px;
    border: 1px solid #9d9d9d;
    color: #9d9d9d;
}
.template-product main#MainContent {
    padding-top: 55px;
}
.thumbnailslider button.slick-prev, .thumbnailslider button.slick-next {
    border: 0;
    top: 40% !important;
    color: #000 !important;
}
.thumbnailslider button.slick-prev:hover:before, .thumbnailslider button.slick-next:hover:before{
    color: #000;
}
div#ProductSection-related-products button.slick-prev, div#ProductSection-related-products button.slick-next {
    top: -88px !important;
}
button.slick-prev {
    left: 0;
}
.featuredsection {
    position: relative;
}
.slideshow .slick-prev:hover, .slideshow .slick-next:hover{
	background: #000 !important;
  	
}
.slideshow .slick-prev:hover:before, .slideshow .slick-next:hover:before, .slick-prev:hover:before, .slick-next:hover:before{
color:#fff;
}
button.slick-prev, button.slick-prev {
    margin-right: 52px;
}
.slick-next:before {
    font-family: FontAwesome;
    content: "\f105";
    font-style: normal;
    font-weight: normal;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    box-sizing: border-box;
    opacity: 1;
    position: relative;
    top: -1px;
    color: #9d9d9d;
}
.slick-prev:before {
    font-family: FontAwesome !important;
    content: "\f104" !important;
    font-style: normal;
    font-weight: normal;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    box-sizing: border-box;
    color:#9d9d9d;
    opacity: 1;
    position: relative;
    top: -1px;
}
.newarrivalssection .slick-prev:hover, .newarrivalssection .slick-next:hover, div#ProductSection-related-products .slick-prev:hover,  div#ProductSection-related-products .slick-next:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
.product-single__thumbnail-image {
    max-width: 100%;
    display: block;
    border: 1px solid #f2f2f2;
}
.product-single__thumbnail.active-thumb {
    border-color: transparent;
}
#ProductSection-related-products .slick-slide img {
    display: inline-block;
    padding: 0 8px;
}
.product-single__thumbnail-image {
    max-width: 100%;
    display: block;
    border: 1px solid #f2f2f2;
}
.main-section-products {
    border: 1px solid #f8f8f8;
    border-radius: 4px;
    margin-bottom: 25px;
    background: #f8f8f8;
    overflow: hidden;
}
.top-navigation li span {
    color: #c271ff;
    font-weight: bold;
}
.pro-img-sec.sca-qv-image img {
    border-radius: 3px;
}
.pro-img-sec {
    text-align: center;
    padding-top: 5px;
  position:relative;
  overflow:hidden;
}
.main-section-products:hover img {
    transform: scale(1.02);
    transition: .5s ease;
}
.title-sec {
    text-align: center;
    padding: 15px;
}
.title-sec h1.product-single__title {
    font-size: 18px;
    font-weight: 600;
    color: #232222;
}
.product-price__price {
    font-weight: 700;
    color: #c271ff;
    font-size: 19px;
    padding-top: 6px;
}
.grid-view-item__meta {
    margin-top: 0;
}
.hover-sec button {
    width: 100%;
    border-radius: 0;
    margin-top: 7px;
    padding: 9px 10px;
}
.title-sec h1.product-single__title {
    font-size: 18px;
    font-weight: 600;
    color: #232222;
}
.newslider .grid__item {
    padding: 0 15px;
}
.testimonial-box {
    background: #fff;
    text-align: center;
    padding: 90px 20px 30px 20px;
    border: 1px solid #ececec;
    position: relative;
    min-height: 380px;
}
.testimonial-box .author-img-sec img {
    margin: 10px 0 0;
}
.testimonial-box .img-bx {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    background: #fff;
    top: -60px;
    border-radius: 50%;
    border: 6px solid #eff0f2;
    width: 120px;
    height: 120px;
}
.img-bx img {
    transform: translateY(37%);
    /* position: absolute; */
}
.custom-content {
    padding-top: 40px;
}
.testimonial-box h5 {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: bold;
}
.testimonial-box a {
    font-size: 18px;
    letter-spacing: 0.7px;
    color: #c271ff;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
}
.faq-panel .accordion_head {
    font-size: 20px;
    font-weight: bold;
    background: #eff0f2;
    padding: 14px 20px;
    text-transform: uppercase;
    color: #1a1a1a;
    position: relative;
    cursor: pointer;
}
.faq-panel .accordion_body {
    padding: 30px;
    border: 1px solid #eff0f2;
      margin-bottom: 10px;
}
.faq-panel {
    width: 70%;
    margin: 0px auto;
}
.faq-panel .accordion_head span {
    position: absolute;
    right: 10px;
    background: #383838;
    height: 100%;
    top: 0;
    width: 80px;
    right: 0;
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding-top: 7px;
}
.maintitle h2 {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 40px;
}
#shopify-section-1512733631119 .grid__item {
    padding: 0;
}
.main_insta h2 {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 10px;
}
div#shopify-section-1512726440805 {
    padding-top: 0;
}
.main_insta .section-header.text-center {
    margin-bottom: 30px;
}
.newsletter-section {
    margin: 0 !important;
    padding: 0;
}
div#shopify-section-1512726440805 {
    padding: 0;
}
.newsletter-section-inner{
  padding: 55px 0;
}
.newsletter-section-inner .grid__item {
    padding: 0 15px;
}
.newsletter-section .password__input-group {
    max-width: 500px;
    margin: 0 auto 0;
    padding-top: 22px;
    text-align: right;
}
.site-footer {
    background: url(/cdn/shop/files/footer-bg.png?1280536…);
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 30px;
    background-attachment: fixed;
    background-position: center;
    color: #fff;
}
.newsletter-section-inner label.h2 {
    margin-bottom: 10px;
}
h3.storytitle {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 25px;
}
.site-footer p.substorytitle {
    color: #8c8a8a;
    font-weight: 500;
}
.site-footer a {
    color: #8c8a8a;
    font-weight: 500;
}
.site-footer__copyright-content {
    padding-right: 0;
    color: #8c8a8a;
    font-size: 16px;
    font-weight: 500;
}
.payment-icons p.textpayment {
    display: inline-block;
    margin: 0;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}
.payment-icons .list--inline {
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-left: 20px;
}
ul.list--inline.site-footer__social-icons.social-icons {
    margin-top: 20px;
    margin-bottom: 40px;
}
.grid.grid--no-gutters.bottom-footer {
    border-top: 1px solid #383838;
    padding-top: 30px;
}
.site-footer .medium-up--one-quarter, .site-footer .medium-up--one-half {
    padding: 0 15px;
}
.payment-icons p.textpayment {
    display: inline-block;
    margin: 0;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}
.inner-col a.linkcol:hover, .packsechome a:hover, .testimonial-box a:hover {
    color: #000;
    padding-left: 5px;
}
.faq-panel .accordion_head span:hover {
    background: #c271ff;
    transition: .5s ease;
}
.social-icons li {
    margin-right: 10px;
}
.testimonial-box:hover {
    box-shadow: 0 3px 0px #c271ff !important;
    cursor: pointer;
    transition: .5s ease;
}
.testimonial-box:hover .img-bx {
    /* transform: rotate(360deg); */
    transition: .5s ease;
    border-color: #ffffff;
}
#customer_login, #create_customer, #RecoverPasswordForm {
    border: 1px solid #eee;
    box-shadow: 0 0 1px #cccccc;
    margin: 0px auto 0;
    max-width: 100%;
    padding: 34px;
    width: 500px;
    max-width: 100%;
    background: #eff0f2;
    border-radius: 4px;
    margin-top: 55px;
}
#customer_login label, #create_customer label, #RecoverPasswordForm  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}

#customer_login > input, #create_customer > input,  #RecoverPasswordForm  > input {
  margin-bottom: 15px;
}
#customer_login .btn, #create_customer .btn, #RecoverPasswordForm  .btn {
  padding: 10px 18px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 11px 15px;
    background-color: #1f1f1f;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    white-space: normal;
    font-size: 18px;
    border-radius: 3px;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    text-transform: inherit;
  font-family: 'Rajdhani', sans-serif !important;
  width:100%;
}

#customer_login .btn:before, #create_customer .btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #c271ff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
header .grid--no-gutters .grid__item {
    padding-left: 11px;
}

#customer_login .btn:hover, #create_customer .btn:hover, #RecoverPasswordForm  .btn:hover{
    color: white;
    border-color: #c271ff;
    background: #c271ff;
    transition:  0.5s ease;
}


#customer_login a, #create_customer a, #RecoverPasswordForm  a {
  color: #666666;
  display: block;
  padding-bottom: 12px;
  font-weight: 500;
}
#customer_login > h1, #create_customer > h1, #RecoverPasswordForm  h1 {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 30px;
  padding-bottom: 20px;
  font-size: 26px;
    color: #121212;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: inherit;
    font-family: 'Roboto Condensed', sans-serif;
}
.product-single .grid__item.product-single__photos {
    border-right: 1px solid #f6f6f6;
    padding-right: 30px;
}
.product-single h1.product-single__title {
    font-size: 32px;
    padding-bottom: 22px;
    border-bottom: 2px solid #f6f6f6;
    margin: 0 0 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1a1a1a;
}
.product-single__vendor {
    color: #646464;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 5px 0 10px;
}
.product-form__input {
    display: block;
    width: 100%;
    border: 2px solid #ebebeb;
    height: 48px;
}
.social-sharing .btn {
    background: #f2f2f2;
    color: #101010 !important;
  border:0 !important;
}
.return-link-wrapper .btn--secondary {
    background-color: transparent;
    color: #101010;
    border:0 !important;
    font-weight: 600;
    padding-bottom: 5px;
}
.cart__remove {
    border: 0;
    border-radius: 0;
    padding: inherit;
    background: transparent;
    color: #c271ff !important;
    font-size: 14px;
}
.cart__remove:before {
display:none;
}
.product-single__description p {
    margin-bottom: 10px;
}
.social-sharing .btn:hover {
    color: #fff;
}
.main-content {
    padding-top: 55px;
    padding-bottom: 55px;
}
body.template-index main#MainContent {
    padding-bottom: 0;
    padding-top: 55px;
}
button#AddToCart-product-template {
    width: 100%;
}
#shopify-section-collection-template .main-section-products .grid-view-item__image-wrapper {
    margin-top: 4px !important;
}
#shopify-section-collection-template .main-section-products {
    padding-bottom: 20px;
}
#SearchDrawer.search-bar {
    border-bottom: 1px solid #000;
    padding: 0 27.5px;
    background: #101010;
}
.search-bar__form-wrapper {
    width: 100%;
}
.search-bar__input {
    border: 1px solid transparent;
    background: #222;
}
#SearchDrawer.search-bar .btn--link {
    color: #fff;
}
#SearchDrawer.search-bar .search-bar__input {
    border: 1px solid transparent;
    background: #222;
    color: #fff;
}
#SearchDrawer.search-bar .search-bar__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:  #fff;
}
#SearchDrawer.search-bar .search-bar__input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
#SearchDrawer.search-bar .search-bar__input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#SearchDrawer.search-bar .search-bar__input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
form.cart {
    padding: 0 15px;
}
.template-collection section.coltitle {
    padding: 50px 0;
    background: #fafafa;
    margin-bottom: 0;
}
section.coltitle {
    padding: 50px 0;
    background: #fafafa;
    margin-bottom: 0;
}
#shopify-section-collection-template .section-header.text-center {
    margin: 0;
}
.section-header.text-center {
    margin: 0;
}
.page-width.search-page {
    padding-top: 55px;
    text-align: center;
}
.coltitle .section-header h1 {
    margin: 0;
}
.template-collection main#MainContent {
    padding-top: 0;
}
.template-list-collections main#MainContent {
    padding-top: 0;
    margin-bottom: 0;
}
main#MainContent {
    padding-top: 0;
    margin-bottom: 0;
}
.pagination {
    padding-bottom: 55px;
}
.page-width.col-list-pg {
    padding-top: 40px;
}
@import url('https://fonts.googleapis.com/css?family=Fugaz+One');












@media only screen and (max-width: 1300px) and (min-width: 1025px)  {

    #instafeed a.col-md-3.col-sm-4 {
    width: 25%;
}

  .collection-grid .grid__item {
    padding-left: 22px;
}
 .all-products-section  .grid {
    margin-left: 0;
}
  
}

@media(max-width:1200px){
   .backmain-sec .feature-row__image-wrapper {
    position: relative;
    bottom: 0;
    top: 0;
}
  .social-icons li {
    margin-right: 2px;
}
  button#AddToCart-product-template {
    padding: 11px 18px;
}
  .all-products-section  .grid {
    margin-left: 0;
}
  .all-products-section  .grid .grid__item {
    padding: 0 15px;
}
  section.backmain-sec {
    background-position: center center;
}
  #ProductSection-related-products .grid .grid__item {
    margin-left: 0;
    padding-left: 0;
}
  .template-product .slick-prev {
    left: 0;
}.template-product .slick-next {
    right: 0px;
}
}

@media only screen and (max-width: 1024px) and (min-width: 991px)  {

  .all-collection-section .collection-grid-item__title {
    transform: translateX(3%);
}
  .col-sec-main h3.main-coltitle {
    font-size: 21px;
}

  .featuredsection .text-center {
    clear: both;
}
  .featured-products .medium-up--one-quarter {
    width: 25%;
    padding: 0 10px;
}
  .product-template__container .grid {
    margin-left: 0;
}

  .template-collection section.coltitle {
    padding: 23px 0;
}
.collection-grid .grid__item {
    padding-left: 22px;
}
  .slideshow__text-content h2.h1.mega-title {
}
    .feature-row__text h2 {
    font-size: 26px;
}
  .backmain-sec .feature-row__image-wrapper {
    position: relative;
    bottom: 0;
    top: 0;
}
    .site-nav a {
    padding: 3px 11px;
    font-size: 16px;
}
  header .grid--no-gutters .grid__item {
    padding-left: 0;
}
  .main-section-products img {
    min-height: inherit;
}
}

@media only screen and (max-width: 990px) and (min-width: 768px)  {

  .all-products-section .grid .grid__item {
    padding: 0 15px;
    width: 33%;
}
    div#ProductSection-related-products button.slick-prev, div#ProductSection-related-products button.slick-next {
    top: -49px !important;
}
  
  .content-x {
    padding-top: 0;
}
  .login-navigation li a {
    padding: 9px 8px;
    font-size: 13px;
}
  .main-section-products img {
    min-height: inherit;
}
  .main-section-products img {
    min-height: inherit;
}
  .featured-products .medium-up--one-quarter {
    padding: 0 10px;
}
   .template-collection section.coltitle {
    padding: 23px 0;
}
  .site-nav a {
    padding:12px 10px;
    font-size: 16px;
}
  .all-collection-section .collection-grid-item__title {
    margin-bottom: 3px;
    font-size: 21px;
    top: 63%;
    transform: translateX(0);
}
  header .grid--no-gutters .grid__item {
    padding-left: 0;
}
  .social-icons li {
    margin-right: 0;
}
  .featuredsection .text-center {
    clear: both;
}
  #instafeed a.col-md-3.col-sm-4 {
    width: 25%;
}
.site-nav > li > a {
    padding: 3px 7px;
    font-size: 17px;
}
.backmain-sec .feature-row__image-wrapper {
    position: inherit;
    bottom: 0;
    top: 0;
}
.slideshow__text-content h2.h1.mega-title, .mainsliderclass h2.new-clr {
    font-size: 32px;
}
  .package-inner-content {
    transform: translateY(38%);
}
  .col-sec-main .grid__item {
    width: 100%;
    margin-bottom: 30px;
}
  .main-collection-custom .custom-padding {
    margin-bottom: 0;
    text-align: right;
}
  .main-collection-custom .custom-padding-2 {
    margin-bottom: 0;
    text-align: left;
}
.slideshow .slick-prev, .slideshow .slick-next, .slick-prev, .slick-next {
    right: 0;
    top: -51px !important;
}
  #instafeed a.col-md-3.col-sm-4 {
    width: 25%;
}
  .btn, .feature-row__text a.btn {
    padding: 8px 19px;
    font-size: 15px;
}
  h2, .product-single  h1.product-single__title, .newsletter-section-inner label.h2 {
    font-size: 26px;
}
  .slideshow__text-content .slideshow__subtitle {
    line-height: 21px;
    font-size: 16px;
}

  .collection-title p, .all-collection-section .collection-grid-item__title  span {
    font-size: 15px;
}
.collection-grid .grid__item {
    padding-left: 10px;
    margin-bottom: 10px;
}
  
  .collection-sec-home h3.collection-title-in {
    font-size: 18px;
}
  .collection-sec-home .collection-title {
    right: 20px;
}
h3.storytitle {
    font-size: 16px;
    margin-bottom: 15px;
}
  .site-footer__linklist-item {
    display: block;
    padding: 0 0px 0 0;
}
.site-footer a, .site-footer p, .site-footer__copyright-content, .payment-icons p.textpayment {
    font-size: 14px;
}
  .newsletter-section h2 {
    margin-bottom: 3px;
}
  .newsletter-section hr {
    margin: 6px auto 22px;
    border: 0;
    width: 30px;
}
  .newprosec .medium-up--one-quarter {
    width: 33%;
}
  .title-sec h1.product-single__title {
    font-size: 16px;
}
  .feature-row__text h2 {
    font-size: 26px;
}
  .backmain-sec .feature-row__image-wrapper {
    position: relative;
    bottom: 0;
    top: 0;
}
  a.social-icons__link {
    width: 34px;
    height: 34px;
    text-align: center;
    padding: 7px;
    border-radius: 50%;
}
}

@media(max-width:990px){
.grid {
    margin-left: 0;
}
  .featuredsection .text-center {
    clear: both;
}
  .slick-prev {
    left: 0;
}
  .loginpage-section .grid__item, .register-page-section .grid__item {
    padding-left: 0;
}
  .about-pg .grid__item {
    padding: 0 15px;
}
  .section-header {
    margin-bottom: 0;
}
   .template-collection section.coltitle {
    padding: 23px 0;
}
  .coltitle .section-header h1 {
    margin: 0;
    font-size: 26px;
}
  .all-products-section .medium-up--one-quarter {
    padding: 0 15px;
}
 .all-products-section  .grid-view-item__image-wrapper .grid-view-item__image {
    position: absolute;
    top: 0;
    left: 0;
}
}
@media(max-width:990px){
.site-header__icons-wrapper {
    text-align: right;
}
    .site-header {
    padding: 0 15px;
}
  .site-header__logo {
    text-align: left;
    padding-left: 0;
}
  .site-header__icons-wrapper {
    text-align: right;
    margin: 0;
    padding-top: 0;
}
   .all-products-section .grid .grid__item {
    padding: 0 15px;
    width: 33%;
}
  button#AddToCart-product-template-new {
    border: 0;
    width: auto;
    padding: 13px 38px;
}
  .faq-panel {
    width: 100%;
} 

}
@media(max-width:767px){
  .col-sec-main .grid__item {
    width: 100%;
    margin-bottom: 0px;
}
  div#ProductSection-related-products button.slick-prev, div#ProductSection-related-products button.slick-next {
    top: 45% !important;
}
  
  .site-header {
    padding: 0 15px;
}
  .main-collection-custom .custom-padding {
    margin-bottom: 0;
    text-align: right;
}
  .col-sec-main .grid__item {
    width: 100%;
}
  .main-collection-custom .custom-padding-2 {
    margin-bottom: 0;
    text-align: left;
}
  .site-nav > li > a {
    padding: 3px 3px;
}
}


@media(max-width:749px){
  .template-index main#MainContent {
    padding-top: 0;
}
  .mainsliderclass h2.new-clr{
  margin-bottom:10px;}
  .main-collection-custom .medium-up--one-half .inner-col.section-3 {
    padding-left: 0;
    float: right;
    right: 0;
}
  .col-sec-main .title-sec-col {
    transform: translateY(50%);
    background: #fff;
    padding: 30px;
}
  .col-sec-main .custom-padding {
    padding-right: 0 !important;
}
  .main-collection-custom .custom-padding {
    margin-bottom: 0;
    text-align: right;
}
  .col-sec-main .grid__item {
    width: 100%;
}
  .main-collection-custom .custom-padding-2 {
    margin-bottom: 0;
    text-align: left;
}
  .col-sec-main .custom-padding-2 {
    padding-left: 0 !important;
}
  .site-header__cart-count {
    background-color: #c271ff;
    top: 23% !important;
    left: 16px !important;
}

  .hero__inner .grid__item {
    width: 100%;
    text-align: center;
}
  .sub-image-section {
    margin-top: 30px;
    text-align: center;
}
  .package-inner-content {
    transform: inherit;
    padding-left:0;
}
  .main-collection-custom {
    display: block;
  }
  .custom-content .custom__item {
    flex: inherit;
    width: 50%;
}
  .faq-panel {
    width: 100%;
    margin: 0px auto;
}
  .newsletter-section-inner {
    text-align: center;
}
  .logo-image-sec img {
    margin-bottom: 10px;
    width: 188px;
}
  .contact-page .grid__item {
    padding-left: 0;
}
  .map-section__overlay {
    top: 30%;
}
  header.site-header {
    padding: 0 10px;
}
  
  .logoin, .register, .address .grid__item {
    padding-left: 0;
}
  .site-header__logo {
    margin: 15px 0;
}
 button#AddToCart-product-template-new {
    border: 0;
    width: auto;
    padding: 13px 38px;
}
  .slick-next {
    right: 0px;
}
    .title-sec {
    padding-left: 0;
    padding-top: 0;
    text-align: center;
}

  .featured-products .small--one-half {
    width: 50%;
    padding: 0 10px;
}
.mobile-nav__dropdown .mobile-nav__sublist-header {
    font-family: inherit;
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
    padding: 12px;
}

  .logo-bar__item {
    border-right: 0;
    text-align:center;
}
  .logo-bar__item {
    display: inline-block;
    vertical-align: middle;
    max-width: 160px;
    margin: 0 auto;
    padding: 0 10px 0 0;
    /* margin-right: 49px; */
}
  .product-desc-sec {
    padding-left: 0;
}
  .newsletter-section .input-group__btn .btn {
    height: 44px;
}
  .logo-main h1.h2.site-header__logo {
    margin: 14px 0;
}
  section.logo-main {
    padding: 0;
}
  .mainsliderclass span.mega-subtitle.slideshow__subtitle {
    padding-top: 0;
    font-size:16px;
    width:100%;
}
.content-x {
    text-align: center;
    padding-top: 0px;
}
  .logo-image-sec img {
    margin-bottom: 0 !important;
    display: inline-block;
}
.collection-grid .grid__item {
    padding-left: 5px;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
}


  .product-single .grid__item {
    padding-left: 0;
}
  .product-single .grid__item.product-single__photos {
    border-right: 0;
    padding-right: 0;
}
  .product-single__thumbnail {
    margin: 0 auto;
    width: 100%;
}
  .thumbnails-slider--active .product-single__thumbnails-item {
    padding: 5px 0;
    width: 100%;
}
  .thumbnails-wrapper button {
    display: none !important;
}
header .grid--no-gutters .grid__item {
    padding-left: 0;
    padding-right: 0;
}
  .all-collection-section .collection-grid-item__title {
    top: 60%;
    transform: translateX(0);
}
  #contact_form .grid--half-gutters>.grid__item {
    padding-left: 0;
}
  .all-products-section .grid .grid__item {
    padding: 0 15px;
    width: 50%;
}
  h2, .product-single  h1.product-single__title, .packsechome h2.heading-package {
    font-size: 24px;
}
  .collection-grid .grid__item img{
    width:100%;
  }
 .collection-grid  .grid__item.medium-up--one-half {
    width: 100%;
}
  .collection-grid  .grid__item.medium-up--one-half img{
  width:100%;
  }
  .collection-sec-home h3.collection-title-in, .all-collection-section .collection-grid-item__title {
    font-size: 20px;
}
  .collection-title p, .all-collection-section .collection-grid-item__title  span {
    font-size: 16px;
}
.uperfooter .medium-up--one-quarter {
    padding: 20px 0;
}
h3.storytitle {
    font-size: 16px;
    margin-bottom: 10px;
}
  .site-footer a, .site-footer p, .site-footer__copyright-content, .payment-icons p.textpayment {
    font-size: 14px;
}
  .newsletter-section h2 {
    margin-bottom: 3px;
}
  .newsletter-section hr {
    margin: 6px auto 22px;
    border: 0;
    width: 30px;
}
  .payment-icons {
    text-align: center;
    margin-top: 10px;
}
  .newsletter-section .input-group__field {
    height: 45px;
}
  .site-footer {
    padding: 30px 0 30px;
}
  .sub-image-sec {
    text-align: right;
    display: none;
}
  .slideshow__text-content h2.h1.mega-title, .mainsliderclass h2.new-clr {
    font-size: 24px;
    text-shadow: none;
}
span.mega-subtitle2.slideshow__subtitle {
    font-size: 17px;
    color: #3f3f3f;
    font-weight: 600;
    margin-bottom: 15px;
    width: 100%;
    padding: 0;
}
  .feature-row__text h2 {
    font-size: 24px;
  }
  .slideshow__text-content .slideshow__subtitle {
    display: block;
    /* color: #fff; */
    max-width: 100%;
    width: 100%;
    padding: 22px 0;
    font-weight: 600;
    line-height: 25px;
    width: 80%;
}
  #instafeed a.col-md-3.col-sm-4 {
    width: 50%;
}
  .slideshow__image {
    background-position: 78% 76% !important;
}
  section.backmain-sec {
    background-position: center right;
}
  .btn, .feature-row__text a.btn {
    padding: 8px 14px;
    font-size: 15px;
}
  .backmain-sec .feature-row__image-wrapper {
    position: relative;
    bottom: 0;
    top: 0;
    margin: 0 18px 20px;
}

  .featured-row__subtext p {
    line-height: 26px;
    padding: 10px 0;
}
    #FeatureRowImageWrapper-1510211244653 {
    margin: 0 0 20px;
}

    .mobile-nav {
}
  .mobile-nav__link, .mobile-nav__sublist-link {
    display: block;
    width: 100%;
    padding: 11px 30px;
    font-size: 16px;
    font-weight: 500;
}
  .grid-view-item__title {
    font-size: 16px;
}
  .all-products-section .title-sec {
    padding-left: 15px;
    padding-top: 0;
}
  .mainsliderclass a.btn {
    padding: 10px 22px;
    text-transform: uppercase;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}section.coltitle {
    padding: 40px 0;
    margin-bottom: 40px;
}
  .slideshow .slick-prev, .slideshow .slick-next, .slick-prev, .slick-next {
    top: -47px !important;
}.faq-panel .accordion_head {
    font-size: 16px;
}
}

@media(max-width:490px){
  .all-collection-section .small--one-half {
    width: 100%;
    padding-left: 0;
}
  .main-collection-custom .medium-up--one-half .inner-col {
    padding: 0 15px;
    height: 100%;
    position: relative;
    top: 0;
    vertical-align: middle;
}
  .col-img-sec img {
    margin: 20px 0;
}
  .col-sec-main .title-sec-col {
    transform: inherit;
    background: transparent;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0;
}
  .col-sec-main .grid.grid--uniform > .grid__item {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 15px;
}
  .mainsliderclass span.mega-subtitle.slideshow__subtitle {
    display: none;
}

  .main-collection-custom .grid__item {
    margin-bottom: 0;
    text-align: center !important;
    padding: 0 !important;
    margin-bottom: 10px;
}
.faq-panel .accordion_head span {
    position: absolute;
    right: 10px;
    background: transparent !important;
    height: auto;
    top: 10px;
    width: auto;
    right: 10px;
    color: #000;
    text-align: center;
    font-size: 30px;
    padding-top: 0;
    float: right;
}
  .main-collection-custom .medium-up--one-half .inner-col.section-3 {
    padding-left: 0;
    float: right;
    right: 0;
    width: 100%;
    padding-bottom: 10px;
}
  .featured-products .small--one-half {
    width: 100%;
    padding: 0 10px;
}
  .template-list-collections .main-content .grid__item {
    width: 100%;
    padding: 0 10px;
}
    .custom-content .custom__item {
    flex: inherit;
    width: 100%;
}
  #Collection .grid__item {
    width: 100%;
}
  .main-content {
    padding-top: 20px;
    padding-bottom: 55px;
}
}

@media(max-width:390px){
.newprosec .small--one-half {
    width: 100%;
    padding-left: 0;
}
  .collection-grid .grid__item {
    width: 100%;
}
  .title-sec {
    padding-left: 0;
    padding-top: 0;
    text-align: center;
}
  .product-desc-sec {
    padding-left: 0;
}
  #instafeed a.col-md-3.col-sm-4 {
    width: 100%;
}
  
   .all-products-section .grid .grid__item {
    padding: 0 15px;
    width: 100%;
}
  .grid-view-item__title {
    font-size: 16px;
}
  .all-products-section .medium-up--one-quarter {
   width: 100%;
}
  .feature-row__item.feature-row__text {
    padding-left: 0;
}
  #FeatureRowImageWrapper-1510211244653 {
    max-width: 556px;
    margin: 0 0 20px;
}
  .collection-sec-home h3.collection-title-in  {
    font-size: 17px;
}
  .all-collection-section .collection-grid-item__title{
  font-size: 24px;
  }
  header .grid--no-gutters .grid__item {
    padding-left: 0;
}
  .site-header__menu, .site-header__search-toggle, .site-header__cart, .site-header__account {
    display: inline-block;
    vertical-align: middle;
    padding: 11px 4px;
    margin: 0;
}
  .collection-sec-home .collection-title {
    position: absolute;
    right: 13px;
    bottom: 14%;
    text-align: center;
}
  .collection-title p, .all-collection-section .collection-grid-item__title  span {
    font-size: 14px;
}

  .slideshow__image {
    background-position: 71% 76% !important;
}
  .contact0 .grid__item {
    padding-left: 0;
}
    .slideshow .slick-prev, .slideshow .slick-next, .slick-prev, .slick-next {
    top: 40% !important;
}

}

@media(max-width:350px){
  p.textpayment {
    margin-bottom: 10px !important;
}
h2 {
    font-size: 22px;
}
  section.coltitle {
    padding: 30px 0;
    margin-bottom: 40px;
}
 
button#AddToCart-product-template {
    width: 100%;
}
  .slideshow__text-content .slideshow__subtitle {
    width: 100%;
}
  .slideshow__text-content h2.h1.mega-title {
    font-size: 24px;
    text-shadow: none;
    line-height: 32px;
    padding-bottom: 25px;
    margin: 0;
}
  .product-single__meta .product-single__price {
    display: block;
    font-size: 1.11111em;
    margin-bottom: 10px;
}
  .all-products-section {
    padding: 40px 0 30px !important;
}
  .contact0 .grid__item {
    padding-left: 0;
}

p {
    font-weight: 500;
    font-size: 15px;
}
  .site-header .page-width {
    padding: 0;
}
  .title-sec {
    padding-left: 20px;
    padding-top: 0;
}
  .col-sec-main .col-img-sec {
    line-height: 0;
    padding: 10px;
}
  .inner-col.section-3 {
    padding: 0 8px !important;
}

}

@media(max-width:749){
.site-header__icons-wrapper {
    text-align: right;
}}