html{
  padding-bottom: 0px !important;
}
.banner-slideshow-slides
{
  cursor: pointer;
}

.shopify-policy__container
{
  max-width: 100% !important;
}

.close_icon {
    position: fixed;
    top: 5px;
    right: 10px;
    border: 1px solid #000;
    line-height: 30px;
    border-radius: 50%;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
}
.soldout_btn {
    margin: 10px  0;
}

.soldout_btn .btn {
    font-size: 16px;
    letter-spacing: 2px;
}
 

div#notify-me-wrapper .styled-submit {
    display: block !important;
    width: 100%;
    margin-left: 0px !important;
}

#notify-me-wrapper .styled-input {
    display: block;
    width: 100%  !important;
    margin-top: 10px;
}
div#sold-out {
    border-radius: 5px;
    padding: 30px 40px;
}

.modal-title {
    margin-bottom: 20px;
}
.sold-out form#contact_form {
    display: block !important;
}

.sold-out {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    background: #fff;
    z-index: 99999;
    transform: translate(-50%,-50%);
    max-width: 430px;
    border: 1px solid #000;
} 
.overlay-sold {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #00000040;
    top: 0;
    left: 0;
    z-index: 9999;
}  
.overlay-sold {
    display: none;
}
button#BIS_trigger {
    background: #72a5bd;
    padding: 10px;
    border: none;
    color: #fff;
}
.product-name {
    margin-bottom: 30px;
}  
.btn1 {
  background: #72a5bd;
  display: block;
  padding: 10px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size:25px;
}
.sold-out {
    display: none;
}
.accent-text {
    background: #b79354;
    text-align: center;
    color: #fff;
padding:10px;
    animation: blinker 2s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/* ================================================================================== */
.rows-ws .title-bar:after {content: " :";}
.rows-ws .title-bar {
    text-transform: uppercase;
}
.jdgm-paginate__first-page, .jdgm-paginate__last-page, .jdgm-paginate__prev-page, .jdgm-paginate__next-page {
    font-family: 'JudgemeIcons' !important;
}

.internal-div {
    position: relative;
}
.make_image img {
    max-width: auto;
}
.badge {
    height: auto !important;
    border-radius: unset !important;
    padding: 12px !important;
    top: 0 !important;
    right: 0 !important;
  background: red !important;
    width: auto !important;
}
.badge_badge_sale {
    padding: 05px 10px;
    background:red;
    display: inline-block;
    width: auto !important;
    height: unset !important;
    color:#fff;
}
.product-single__prices {
    display: flex;
}

.product-single__prices .spf-product-card__price-wrapper {
    margin: unset;
}

.ActualPrice {
    color: #b2945d !important;
    font-size: 23px !important;
    font-family: 'Lato', sans-serif 
!important;
    font-weight: 600 !important;
}
.grid-product__on-sale {
    font-weight: bold;
}
.product-single__prices  span.price-review {
    font-size: 13px !important;
    font-family: 'Lato', sans-serif !important;
    color: #1e1e1e !important;
}
.compare_price_msrp {
    position: relative;
    width: 100%;
}
.compare_price {
    padding: 0 12px;
}
span.price-review {
    position: absolute;
    width: 100%;
    display: block;
    bottom: 4px;
    left: 10px;
}
.compare_price span {
    font-size: 23px;
  font-family: 'Lato', sans-serif !important;
   font-weight: 600 !important;
}
.gf-search-item-product-vendor,.gf-search-item-product-price {
    display: none;
}
.soldout-pro {
    position: relative;
}

span.soldoutags {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    background: #777777;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
}
.CLIP-DALEO h2 {
    text-align: justify;
}
.CLIP-DALEO {
    text-align: justify;
}
span.two-tags {
    font-size: 15px;
}
/*  Global css  */

.onlymobile {
    display: none;
}     
body {
    font-family: 'Josefin Sans', sans-serif !important;
}
.site-nav{
font-family: 'Josefin Sans', sans-serif !important;
}
a,span,ul,li,p{
font-family: 'Josefin Sans', sans-serif !important;
}
.mobile-header {
    display: none;
}
.about-text p {
    line-height: 40px;
}
.single-option-selector {
    display: none;
}


.titless a br {
    display: none;
}
.container-search .ui-autocomplete-input::placeholder {
    color: #000;
}
.container-search .ui-autocomplete-input {
    color: #000;
}
.link__container {
    padding: 0;
    margin-bottom: 0;
    min-width: 100%;
    width: auto;
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    height: auto !important;
}

/* 
   Swatches Styles
*/



.swatch { 
  margin:1em 0; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
  display:none;
}
.swatch label {
  /* Rounded corners */
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  /* To give width and height */
  float:left;
  /* Color swatches contain no text so they need to have a width. */
  min-width:90px; 
  height:90px;
  /* No extra spacing between them */
  margin:0;
  /* The border when the button is not selected */
  border:#ccc 1px solid;
  /* Background color */
  background-color:#ddd;
  /* Styling text */
  font-size:13px;
  text-align:center;
  line-height:90px;
  white-space:nowrap;
  text-transform:uppercase;
}
.swatch-element label { padding:0 10px; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  border-color:transparent;
} 
.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin:0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:-3px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
     -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
       -o-transform:translateY(0px);
          transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}














.same-cls:hover .item__title, .same-cls:hover .url-cls {
    color: #000 !important;
}
  .for-desktop {
    columns: 2 233px;
    column-gap: 0rem;
}

.Equal-height img {
    height: 460px;
    object-fit: cover;
}
.collection-list {
     padding: 50px 0 ;
}
  
/*   .collection-list-grid__image-wrapper img {
    width: auto;
} */
  .collection-grid-item__title {
    margin: 10px 0;
}
  .same-cls {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}
.collection-list-grid__image-item {
    margin: 0 !important;
}
  .details-grp {
    width: 100%;
    position: absolute; 
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* .thirdsdiv {
    margin-top: 50px;
} */
.desktop-image {
   
    object-fit: cover;
    width: 100%;
    height: 100%;
/*     min-height: 500px; */

}
  .mobile-image {
    display: none;
}
  .collectiongrid-item__title {
    text-align: right;
    display: block;
}
/* .border-bottom::after {
  content: "";
  max-width: 100px;
  background: #b79354;
  display: block;
  height: 3px;
  margin: 30px auto 0px auto;
} */

.collectionitem__title {
    padding-left: 30px;
}
/* .new {
    color: #b69659;
} */



/* ========================================= */
.border-bottom {
    text-align: center;
}

.btn_text {
    text-align: center;
}

.color-btn {
    padding: 10px 20px;
    display: inline-block;
}
.rich-text p {
    text-align: center;
    font-size: 1.5em;
}
/* ========================================= */
.data-sections .grid__item {
    padding-left: 0px;
}
.instapic {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}
  .instapic:before {
    content: "SHOP IT";
    display: -webkit-box;
    color:#fff;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    /* padding: 20px; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
       letter-spacing: 4px;
    font-weight: 700;
    font-style: normal;
    -webkit-transition: 0.2s ease-in-out background;
    transition: 0.2s ease-in-out background;
    background-color: transparent;
}

.instapic:after {
    content: "\f16d";
    display: block;
    width: 100%; 
    font-family:FontAwesome;
    position: absolute;
    top: 40%;
    left: 50%;
    color: #fff;
    text-align: center;
    font-size: 30px;
    z-index: 9999;
    opacity: 0;
    transform: translate(-50%,-50%);
}
.instapic:hover::after {
    opacity: 1;
} 
.instapic:hover::before {
    visibility: visible;
    background-color: rgba(0,0,0,0.6);
}


/* =========================================== */
.hover-set {
    position: relative;
/*     margin-bottom: 20px; */
    overflow: hidden;
}
.collection_list {
    margin-bottom: 0 !important;
}
.hover-set .grid-link__image-centered::after {
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    display: block;
}

.contact-uspage .image-section {
    border-bottom: 100px solid #fff;
}
.hover-set:hover .grid-link__image-centered::after {
   
    top: 0;
}
.grid-link__image img {
    width: 100%;
}
.grid-link__title {
    font-size:16px;
    text-transform: uppercase;
}
.same-heights {
    height: unset !important;
}
.Banner-cls .wrapper-no {
    max-width: 100%;
    margin: 0 auto;
}
.make_image {
    padding-bottom: 25px;
}

/*  ========================================*/
 .button-common{
        padding: 10px 30px;
    margin-top: 15px;
    max-width: 350px;
    margin: 10px auto 10px;
    display: block;
    text-align: center;
  }
  .btn-data {
    width: 100%;
    float: left;
}
  .banner-div img {
    width: 100%;
}


/* =============================================== */


.product-div .grid-link__title {
    text-align: center;
}

.product-div .grid-link__meta {
    text-align: center;
    font-size: 20px;
    color: #b69659;
}
.seller {
    margin: 160px 0 0;
}
.mainproductdiv {
    background: white;
    padding: 2em;
}

.product-div .grid__item {
    padding-left: 0px;
}

.rapper-image img {
    padding: 10px;
}
.seller .row{
display: flex;
    align-items: center;
}

.post-data {
    text-align: center;
}

.post-data .btn-class {
    font-size: 16px;
    text-transform: uppercase;
    background: #b69659;
    font-weight: normal;
    padding: 10px 40px;
}
.mainproductdiv i.fa.fa-angle-left {
    display: none;
}

.mainproductdiv i.fa.fa-angle-left {
    display: none;
}

.product-div .slick-next {
    top: 50% !important;
    right: -50px !important;
}

.product-div .slick-next i {
    color: #000 !important;
}
.Banner-cls {
    margin-top: 100px;
}
.footer-icons-icons .iconslogo {
    border: none;
    display: flex;
    align-items: center;
}

.footer-icons-icons .iconslogo img {
    padding: 10px;
    margin-top: 0px;
}
.footer-icons-icons {
    border-bottom:15px solid #d1d1d1;
}

.main-content:after {
    padding-top: 0px;
}


/* ========================================= */
.heading-bar {
    text-align: center;
    color: #fff;
}

form#contact_form {
  display:flex;
        align-items: center;
    max-width: 400px;
    margin: 0 auto;
}

input#Email {
    margin: 0;
    padding: 13px;
}

.contact-form input#subscribe {
    border-radius: unset !important;
}
.site-footer {
    background: #aaaaaa !important;
}

.site-footer .h4 {
    color: #fff !important;
}
.site-footer__links a {
      font-size: 18px !important;
  color:#fff !important
}
.form-vertical p {
    font-size: 15px !important;
}
.newsletter-data p {
    font-size: 18px;
    color: #fff;
    padding-top: 30px;
}


.letsstop {
    font-size: 16px;
    color: #fff;
}


.social-icons li a {
    display: flex;
    align-items: center;
    padding: 10px 13px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
  width: 45px;
    height: 45px;
    justify-content: center;
}
.social-icons {
    margin-top: 30px;
}

.social-icons li:not(:first-child) {
    margin-left: 1em;
}
.align-center {
    display: flex;
    align-items: center;
}

.logo-div {
    text-align: center;
}

.logo-div img {
    filter: invert(1);
}
.copyrightdiv {
    text-align: right;
}

.site-footer__links {
    font-size: 26px !important;
    color: #fff;
}
.site-footer .h4, .site-footer h3 {
    margin-bottom: 30px;
}
.newsletter-data hr {
    border-color: white;
    margin-top: 50px;
}
input#subscribe {
    background: #b6954f;
}
button#subscribe {
    background: #d1d1d1;
    border: none;
    border-radius: unset;
    width: 100px;
}
.instagram-cls {
    padding: 35px 0;
}

i.fa.fa-user {
    font-size: 23px !important;
}

.product-single__thumbnails .slick-slide.slick-current.slick-active img {
    border: 1px solid #b2945d;
}
.grid-ful {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
}

.cart .btn {
    margin-bottom: 0;
    background: #b79354;
    color: #fff;
    text-transform: uppercase;
    line-height: 35px;
    font-size: 18px;
    font-family: unset;
}
a:focus {
    outline: none !important;
}
/*=========================== */
.button_and_quantity {
    display: flex;
    align-items: center;
}

.quantys {
    display: flex;
    align-items: center;
}

.quantys input {
    width: 35px !important;
    height: 50px !important;
    border-top: 2px solid grey !important;
    border-bottom: 2px solid grey !important;
    border-left: 1px solid grey !important;
    border-right: 1px solid grey !important;
    margin: 0 -3px;
    padding: 0 !important;
    background: #fff;
    font-weight: bold;
    text-align: center;
}

input.qtyminus,input.qtyplus {
    font-size: 28px;
}
.btnquantys {
    flex: 0 0 75%;
    padding: 0 0px 0 10px;
}

.btnquantys button {
    width: 100%;
}
.product-description {
    
/*     border-bottom: 1px solid gray; */
    padding: 10px 0;
    margin: 10px 0;
}

.rte ul, .rte ol {margin-left: 10px;}

.product-single__prices span {
/*     color: #000 !important; */
/*     font-weight: normal; */
/*     font-family: 'Josefin Sans', sans-serif !important; */
}


span.price-review {
    vertical-align: -webkit-baseline-middle;
}
.product-single__title {
    font-weight: normal;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 25px;
    color: #000;
}

.swatch.clearfix {
    border-top: 1px solid gray;
    padding: 15px 0;
}

.swatch .swatch-element {
    margin-bottom: 0px;
}

.btnquantys button {
    font-size: 25px;
    border: 1px solid #000;
    border-radius: unset;
    text-transform: uppercase;
}
.swatch input:checked + label {
    border: 2px solid #b79354;
}

.swatch-element label {
    background: whitesmoke;
    box-shadow: none !important;
        width: max-content;
    margin: 2px 0;
    font-weight: bold !important;
    border: 1px solid #000;
}
.slider-vertical .slick-prev, .slider-vertical .slick-next {
    width: 0;
    height: 0;
    border-style: solid;
    margin: 10px;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}

.slick-arrow .fa {}

ul#ProductThumbs .slick-arrow button {
    position: absolute;
    top: 0;
}

.product-single__thumbnails .slick-prev:before, .slick-next:before {
    content: "" !important;
}

.product-single__thumbnails .slick-prev {
    position: absolute;
    top: -58px;
    left: 50% !important;
}

.product-single__thumbnails .slick-prev i {
    transform: rotate(90deg);
    font-size: 60px;
}

.product-single__thumbnails .slick-next {
    position: absolute;
    bottom: 0px !important;
    left: 50% !important;
    top: unset;
}

.product-single__thumbnails .slick-next i {
    font-size: 60px;
    transform: rotate(90deg);
}

.product-single__thumbnails {margin-top: 30px;}
.products-icons-icons .footer-icons-icons {
    border-bottom: none;
}
.images_store {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0;
}

.images_store img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.images_store div {
    padding: 0 20px;
}
.shipping-icons {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

i.fa.fa-plane {
    transform: rotate(315deg);
    font-size: 20px;
}

.shipping-icons p {
    text-transform: uppercase;
    font-weight: bold;
    color: grey;
    margin-bottom: 0px;
}

.shipping-bar {
    border-right: 2px solid grey;
}
.also-like .h4 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 30px;
    font-size: 26px;
    color: #b79354;
    border-bottom: 1px solid #b79354;
}

.product-recommendations .grid-link__title {
    text-align: center;
}

.product-recommendations .grid-link__meta {
    text-align: center;
    font-size: 16px;
    color: #b79354;
}

.product-recommendations .grid-link__title::after {content: "";}

.product-recommendations .grid-link__title::after {
    color: #b79354;
    background: #b79354;
    content: "";
    max-width: 50px;
    height: 2px;
    display: block;
    margin: 0 auto;
}

.also-like {
    margin-bottom: 40px;
}
.products-icons-icons {
    border-top: 1px solid gray;
    margin-top: 30px;
    padding-top: 20px;
}
.product-single__thumbnails i {
    color: #000;
}
.wrapper-no {
    max-width: 1000px;
    margin: 0 auto;
}

/* ---------------------collection page------------ */

.spf-product-card.spf-product-card__template-3:hover .spf-product__info.hover {
    transform: unset !important;
}

#background-slideshow .slick-arrow i {
    font-size: 22px;
    color: #b79354;
}

.background-slideshow img {
    width: 60px !important;
    height: 60px !important;
    padding: 0 5px;
    object-fit: contain;
}

.background-slideshow .slick-slide img {
    border: 1px solid gray !important;
}


.background-slideshow .slick-prev {
    left: -5px !important;
}

.background-slideshow .slick-next {
    right: -6px !important;
}

div#background-slideshow {
    margin: 10px 0;
    text-align: center;
  	display: none;
}
/* .spf-product-card__price-wrapper {
    display: none;
} */
.spf-product-card.spf-product-card__template-3:hover {
    box-shadow: 0px 0px 5px #bd9393;
}
.range-price {
   color: #000;
    font-weight: 400;
    font-size: 16px;
}


.h4.spf-product-card__title {
    font-size: 20px;
    text-transform: uppercase;
}

.spf-product-card__vendor {
    display: none;
}

.gf-filter-contents {
    border: 1px solid #0000005e;
    padding: 10px;
}

.gf-block-title h3 {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    display: block !important;
}

.gf-block-title h3::after {
    float: right !important;
    content: "-" !important;
    font-weight: bold !important;
}

.is-collapsed h3::after {
    content: "+" !important;
}
.spf-product-card__title a {
    color: #000 !important;
    font-weight: 400;
    opacity: 1;
}

/* .spf-product-card__image-main {
    border: 2px solid #0000006e;
} */
.jdgm-star.jdgm--on {
    color: #0b5d9a;
}
div#shopify-section-collection-template {
    display: block;
    float: left;
    width: 100%;
}
.jdgm-star {
    font-family: 'JudgemeStar' !important;
}
.jdgm-star {
    color: #949494 !important;
}
.jdgm-prev-badge {
    display: block !important;
}
.icons-image img {
    max-width: 100%;
}
.product-recommendations .jdgm-widget.jdgm-widget {
    text-align: center;
}
/** fixed header ***/
.header-bar-new .fixed-header {
/*     position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    padding: 0px;
    box-shadow: 0px 0px 5px; */
}


.mainproductdiv input.btn-class {
    display: none;
}

/*** search bar css ***/

.style-search form {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.style-search form input {
    width: 0px !important;
}
input.input-group-field.ui-autocomplete-input.full {
    width: 100% !important;
}



/* contact page */

.contact-form form#contact_form {
    display: flex;
    flex-direction: column;
}

.wrapper1 {max-width: 1440px;margin: 0 auto;}

.contact-uspage {
    background: #b79354;
}

.wrapper1 {
    padding: 30px;
}

.contact-form .right {
    background: black;
    width: 100%;
    margin-top: 10px;
    font-size: 20px;
    text-transform: uppercase;
}

.page-contact {
    text-align: center;
}

.div-col h2,.div-col p {
    color: #fff;
}

.div-col p {
    font-size: 25px;
}

.div-col {
    margin-bottom: 0px;
    padding: 10px;
}

.div-col:not(:last-child)::after {content: "";display: block;background: #fff;height: 3px;max-width: 340px;margin: 0 auto;}

.div-col a {
    color: #fff;
    font-size: 35px;
    padding-bottom: 25px;
    display: inline-block;
}
.newform {
    border-right: 3px solid #fff;
}

.contact-uspage .row {
    margin: 0px;
}

.image-section img {
    width: 100%;
}
h2.heading-bottom {
    margin-bottom: 40px;
}
.contact-form form#contact_form input,.contact-form form#contact_form textarea {
    margin: 10px 0;
}
 .contact-uspage .row {
    display: flex;
    align-items: center;
}

.last-childdiv a {
    padding-bottom: 0px;
}

.last-childdiv {
    margin-bottom: 0px;
}

.div-col.last-childdiv {
    margin-bottom: 0px;
}
.itemtitle {font-weight: normal;font-family: 'Josefin Sans', sans-serif !important;font-size: 25px;color: #000;}

h1.product-single__title {display: none;}
span.spf-product__label.spf-product__label-sale {
    opacity: 0;
}
.spf-product-card:hover .spf-product-card__image-secondary {
    opacity: 1;
}
.site-nav__link {
    font-weight: normal;
}

.site-nav__link:hover {
    color: #b79354 !important;
/*     font-weight: bold; */
}

.div-block-container .search-bar {
    margin: 32px auto;
    width: 100%;
}

.section-header.section-header--large {
    text-align: center;
}

.overlayclas {
    height: 100%;
    width: 100%;
    background: #00000040;
    position: fixed;
    top: 0;
    z-index: 9;
}
.breadcrumb span br {
    display: none;
}

/************************ Product Page Css ******************************/
.product-single .product-single__prices, .product-single .product-single__prices span, .price #product-quickview-price, #product-quickview-oldprice .price-old
{
  color: #b69659;
}
/* 
.spf-product-card__price-wrapper .spf-product-card__saleprice,.spf-product-card__price-wrapper {
    display: inline-block;
    
} */
/* Product Price */
.spf-product-card__price-wrapper{
  display:flex;
  align-items: center;
}
.spf-product-card__price-wrapper,span.spf-product-card__oldprice,span.spf-product-card__saleprice{
   color: #b69659 !important;
}
/* Product Old Price */
span.spf-product-card__oldprice{
   display: inline-block;
   order:2;
     
}

/* Product Sale Price */
span.spf-product-card__saleprice{
    order:1;
}
.range-price {
    display: none;
}
span.price-old {
    text-decoration: line-through;
}
#quick-view-modal p.price {
    display: flex;
    align-items: center;
}
span#product-quickview-price {
    order: 2;
}
.internal-div {
    text-align: center;
}
.spf-product-card__price.money {
    display: block;
    width: 100%;
    color: #b79354;
}
.titless a {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}
.price-area span, .price-area small {
    font-size: 16px;
    color: #b79354;
    text-align: center;
}
.internal-div:hover {
    box-shadow: 0px 0px 5px #bd9393;
}

.internal-div{
height:100%;
}
.internal-div .grid__item {
    padding: 0;
}
.margin-bottom {
    margin-bottom: 10px !important;
}







/* --------------------------------------------cart ---------------------------------------- */

.mini_cart {
   max-width: 450px;
    background: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    border: 1px solid;
    width: 100%;
  transition: 1s all;
    transform: translate(0px);
    
} 
.extras{
 transition: 1s all;
    transform: translate(460px);
}

.mini_cart .cart__row img {
    width: 100px !important;
    max-width: 100% !important;
    position: relative !important;
}

.mini_cart .cart__image-wrapper > div {
    padding: 0 !important;
}

.fulll_widths .cart__product-title {
    display: block;
}

.grid__item.two-thirds.fulll_widths {
    position: relative;
}


.same_color.quant_div {
    position: relative;
    max-width: 200px;
    top: -30px;
    width: 100%;
    margin-right: 10px;
    margin-left: auto;
}
.cart_data .grid__item {
    padding-left: 0px;
}

.cart_data .grid {
    margin-left: 0px;
}

.edit_div a {
    display: none;
}

.miniremove_item {
    display: block !important;
}
span.udpate_clas {
  display: none !important;
}

.cart-header {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
    padding: 8px 16px;
    height: 41px;
}

.cart-header h3 {
    margin: 0;
    font-size: 18px;
}

.cart-header .close-cart-img {border: navajowhite;background: transparent;}

.cart_data .cart__row {
    margin: 0;
    padding: 0;
}
.mini_cart .cart_data:nth-child(2) {
    display: none;
}
.miniremove_item {
    color: red;
    font-size: 12px;
    text-transform: uppercase;
}

.fulll_widths .cart__product-title {
    margin: 0;
    padding: 0;
}

.fulll_widths .cart__product-title br {
    display: none;
}
.miniremove_item {
    color: red;
    font-size: 12px;
    text-transform: uppercase;
}

.fulll_widths .cart__product-title {
    margin: 0;
    padding: 0;
}

.fulll_widths .cart__product-title br {
    display: none;
}

.fulll_widths {
    padding: 20px 0;
}

a.checkout_class {
    display: block;
    text-align: center;
    background: #b79354;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
}

.secondary {
    display: none;
}
.cart-overlays {
    height: 100%;
    width: 100%;
    background: #00000060;
    position: fixed;
    top: 0;
    z-index: 0;
}
p.cart--empty-message {
    text-align: center;
}
span.cart-count {
    font-size: 12px;
    position: relative;
    top: -4px;
    right: 8px;
    vertical-align: super;
}

span.cart-count::before {content: "(";}

span.cart-count::after {
    content: ")";
}
.checkout_class {
    margin: 10px;
}
.plus-minus-update {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    text-align: center;
}
.cart__quantity-selector {
    height: 40px;
}

.plus-minus-update span {
    display: block;
    background: #000;
    color: #fff;
}

/***************************** Collection Page *****************************/

.product-grid-block .product_hover:hover {
/*     z-index: 9;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}
 .product_price {
    font-size: 18px;
}
.template-collection .div-block {
    margin-bottom: 30px;
}
.grid-uniform.grid-link__container div#Huratips-Loop
{
	display: flex;
	flex-wrap: wrap;
}
.product-grid-block .product_hover.grid-link
{
	text-align: center;
}
div#Huratips-Loop.display_mobile
{
  display:none;
}
/********************************* Header Css ***************************/
.searchbox-input
{
  position:absolute;
}
.focus-visible {
    position: inherit;
}

.header-header {
    max-width: 97%;
    margin: 0 auto;
}

.header-header.fixed-header .align-row 
{
 
  margin: 0 auto;
}
/*slider homepage  */
/* .owl-carousel .owl-item img {
    height: 100%;
    max-height: 600px;
} */

/********************************* Product Css ***************************/
.accordion_head1 {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid;
}


.accordion_head1 .plusminus {
    float: right;
    font-size: 25px;
}
.third-accordion {
    border-bottom: none;
}


.product__img-wrapper {
    position: relative;
}

.product__img-wrapper .hidden {
    position: absolute;
    top: 0;
}

a.product_hover.grid-link:hover .hidden {
    display: block !important;
}
/*********************** Header Css****************************/
.header-announce .slick-prev {
/*     left: 25% !important; */
}
.header-announce .slick-arrow i {
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-announce .slick-next {
/*     right: 25% !important; */
}
.mobile-slide {
    display: none;
}
.header-announce a {
    color: #fff;
}
.header-announce a:hover {
    color: #000;
}

/*****************************  New CSS - H 29/5/2020 ********************************/

.template-search .titless a {
    line-height: 1.4;
    font-weight: 700;
}
.template-search .titless a br {
    display: block;
}
.template-search .price-area span, .price-area small, .template-search .titless a:hover {
    color: #1a1a1a;
}

.CLIP-DALEO span.daleo-deal {
    font-size: 18px;
    color: #a4a4a4;
    font-weight: normal;
}
.searchbox-input {
    visibility: hidden;
}
.container-search .searchbox
{
     width:185px;
}
.container-search .searchbox-open
{
     width:185px;
}
.searchbox-open .searchbox-input {

    visibility: visible;
}
.free-shipping.desktop-div {
    margin-top: 10px;
}
.quantys {
    font-family: "Lato",Regular;
    font-weight: normal;
}

/******************************** Search Page CSS ***************************/
body#search-results h1.section-header--title {
    font-size: 50px;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif !important;
    text-transform: uppercase;
}
body#search-results div.snize div.snize-main-panel-dropdown {
    float: left;
}

body#search-results div.snize div.snize-main-panel-view-mode {
    float: none;
    display: inline-block;
}
body#search-results div.snize div.snize-main-panel-controls
{
  display:none;
}
body#search-results div.snize div.snize-main-panel
{
  border:0;
  margin-bottom: 10px;
}

body#search-results div.snize div.snize-main-panel-view-mode a.snize-view-mode-icon {
    width: 30px;
    height: 30px;
    background-size: 24px;
}
body#search-results div.snize div.snize-main-panel-dropdown a ,  body#search-results div.snize div.snize-search-results-header {
    font-size: 18px;
}
body#search-results div.snize div.snize-main-panel-dropdown ul.snize-main-panel-dropdown-content
{
      margin: -5px -100px 0px 0px;
}
body#search-results div.snize div.snize-header , body#search-results div.snize div.snize-search-results-header
{
  margin-top:0px;
}
.searchbox .searchbox-input {
    background: #fff;
    color: #000;
  border-color:#000;
}
.searchbox .searchbox-input::placeholder {
    color: #000;
}

.thirdsdiv {
    position: relative;
    top: 30px;
}

.make_image .item__title1 {
    line-height: 10px;
}
/*======================== Product Page =========================*/
div.Product-info_bar
{
	background-color: #27759a;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 30px;
}
div.Product-info_bar > h3
{
	margin:0;
  	color:#fff;
  	padding-top: 5px;
}
div.product-single__prices span.ActualPrice
{
	color: #000 !important;
	font-size: 28px !important;
}
div.product-single__hero div.product-single__policies
{
	display:none;
}
div.button_and_quantity > div.btnquantys
{
	padding: 0 10px 0 0px;
}
div.button_and_quantity > div.btnquantys > button.btn
{
	border: 1px solid #000;
  	background-color: #000;
}

div.button_and_quantity > div.btnquantys > button.btn:focus
{
  color: #fff !important;
      outline: unset;
    outline-offset: unset
}

div.button_and_quantity > div.btnquantys > button.btn:hover
{
	border: 1px solid #949494 !important;
  	background-color: #949494 !important;
}


div.product-single div.product-description ul li
{
  	margin-left:35px;
}
.section-header.section-header--breadcrumb {
    margin-bottom: 15px;
}
.header-bar-new {
    box-shadow: 0px 0px 5px;
  	position: relative;
    z-index: 9999;
  padding: 0px;
}
/*** blog page css *****/
.template-article .pd_left {
    padding-left: 0;
}
.right_side {
    display: flex;
    align-items: center;
}
.right_side img {
    margin-right: 20px;
}
/* Mobile search bar Css */
body > div.snize-ac-results.snize-ac-results-mobile
{
	background-color: #000000b5;
}
body > div.snize-ac-results.snize-ac-results-mobile li.snize-close-area
{
  	margin-top:0;
}
body > div.snize-ac-results.snize-ac-results-mobile li.snize-mobile-top-panel button.snize-close-button-arrow
{
	height: 20px;
	width: 20px;
	background-size: 20px;
	filter: brightness(0);
}
div.cart__note.note_show
{
  display:block;
}
.template-collection .main-content {
    margin-top: 0px;
}

.no-img .collection-details .tb-title-collection {
    display: block;
    margin-top: 30px;
}
/*  Swatches Image -- Code */
.color.swatch-element label {
  padding: 0;
  background-size: contain;
}

/* Hiding four messaging pay later. */
.htmls #four-widget-0 , #four-widget-1 ,#four-widget-2
{
  display:none !important;
}

/* Move the star reviews to the right side of the title and title on above image*/

#shopify-section-product-template .grid__item.post-large--two-fifths.product-title-container
{
  position: relative;
}

#shopify-section-product-template .grid__item.post-large--two-fifths.product-title-container .jdgm-widget.jdgm-widget
{
  text-align: right;
  padding: 0 30px;
/*   position: absolute;
  right:0;
  top: 13%; */
}
.reviews-only-for-desktop .jdgm-widget * {
    line-height: 0;
}
div.button_and_quantity > div.btnquantys:hover > button.btn
{
  background-color: #000;
  color: #fff;
}

.only-for-mobile-title, .reviews-only-for-mobile
{
  display: none;
}

.only-for-desktop-title, .reviews-only-for-desktop
{
  display: block;
}

.btnquantys.add-to-cart-fixed-mobile
{
  display:none;
}
.onlymobile_show{
   display:none;
}
.instagram_section1 {
    display: flex;
}
.grid-sec {
    width: 25%;
}

a.slides__btn.btn.onlymobile_show {
    display: none;
}
.shop-category .section-header__title {
    padding: 1em 0 1em;
}

/* New Homepage */

.main-page-slideshow .slides__title {
  line-height: 1.3;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.main-page-slideshow .slides__btn {
  letter-spacing: 2px;
}

.main-page-slideshow .flex-control-paging li a.flex-active,
.home-grid-collect .slick-dots .slick-active button{
  background: #afafaf;
}

.home-grid-collect .slick-dots .slick-active button{
  border: unset !important;
}

.home-grid-collect .slick-dots .slick-active button:before{
  color: #afafaf !important;
}

.main-page-slideshow .flex-control-paging li a,
.home-grid-collect .slick-dots button {
    background: #fff;
}

.main-page-slideshow .flex-control-nav li,
.home-grid-collect .slick-dots li{
  margin: 0 10px;
}

.home-collection-grid .Heading-title {
  font-size: 22px;
}

.footer-icons-icons.footer-icons-icons.icon_main_bottom{
  background: #fbfbfb;
}

.footer-icons-icons .iconslogo img {
  filter: brightness(0.99);
}  

.footer-icons-icons .row .col-lg-3 .iconslogo{
      justify-content: start;
    padding-left: 50px;
}

.footer-icons-icons .row .col-lg-3:first-child {
  justify-content: flex-start;
}

.footer-icons-icons .container-fluid{
  max-width: 1800px;
}

.footer-icons-icons.footer_main{
  padding-bottom: 80px;
}

.footer-icons-icons .row .col-lg-3:last-child {
  justify-content: flex-end;
}

.footer-icons-icons .heading_icons{
  white-space: nowrap;
}

.collectiongrid-item__title .url-cls{
  display: flex;
  align-items: center;
  padding: 10px 15px 10px 30px;
}

.collectiongrid-item__title .icon-chevron-right {
    width: 20px;
    height: 21px;
    padding-bottom: 2px;
    margin-left: 5px;
}

/* New Landing Page 9.22.22 */

.featured-on-section .logo {
  width: 181px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-on-section img {
  max-width: 100%;
}

.featured-on-section .logo_main {
  display: flex;
  justify-content: center !important;
}

.parent .details-grp .collectionitem__title .text-title sup{
  font-size: 8px;
}

.home-collection-grid {
  padding-bottom: 80px;   
}

@media screen and (max-width: 1440px) {
  .featured-on-section .logo {
    width: 140px;
  }
}

/*-- New Landing Page --*/

@media screen and (max-width: 1370px){

  .main-page-slideshow .flex-control-nav li {
    margin: 0 8px;
  }
  
  .footer-icons-icons.footer_main{
    padding-bottom: 60px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .main-page-slideshow .flex-control-nav li{
    margin: 0 6px;
  }

  .main-page-slideshow .slides__btn.onlymobile_show {
    text-transform: lowercase;
    font-weight: 300;
    letter-spacing: initial;
    padding: 3px !important;
    border-radius: 0;
    line-height: 1.4;
    height: initial;
 }

  .main-page-slideshow .slides__title{
    font-size: 22px;   
  }

  .main-page-slideshow .slides__title br {
    display: none;
  }

}


@media only screen and (max-width:1370px){
  .gallery_img {
    min-height: 408px !important;
}
}
@media only screen and (max-width:1024px){
 .gallery_img {
    min-height: 296px !important;
}
}
@media only screen and (max-width:768px)
{
  a.url-cls {
    padding: 0;
    padding-top: 6px;
        padding-right: 6px;

}
  .shop-category .section-header__title {
    padding: 0;
    margin: 0;
}
  .onlydesktop_show {
display:none;
  }
  .onlymobile_show{
   display:block;
}
  a.slides__btn.btn.onlydesktop_show {
    display: none;
}
  a.slides__btn.btn.onlymobile_show {
    display: block !important;
}
  .parent2 .wrapper {
    display: block !important;
}
.parent2 .detail_sec2 {
    padding: 10px;
}
.div3.detail_sec2 {
    padding-right: 10px !important;
}
  .div2.detail_sec2 {
    padding-left: 10px !important;
}
  .grid-sec {
    width: 100% !important;
}
  .instagram_section1 {
    display: block !important;
}
.header-bar-new {
    padding: 0px !important;
}

.header-announce a
{
  font-size: 12px !important;
}
  div#Huratips-Loop.display_desktop
  {
  	display:none !important;
  }
  div#Huratips-Loop.display_mobile
  {
  	display:block;
  }
/*   .snize-ac-results.snize-ac-results-mobile
  {
    display:none !important;
  } */
  
  .only-for-mobile-title, .reviews-only-for-mobile
  {
    display: block;
  }
  
  .only-for-desktop-title, .reviews-only-for-desktop
  {
    display: none;
  }
  
 .mobile-only-title-review-container
  {
    position:relative;
  }
  
  #shopify-section-product-template .mobile-only-title-review-container .reviews-only-for-mobile .jdgm-widget.jdgm-widget
  {
    text-align: right;
    padding: 0 10px;
    position: absolute;
    right:0;
    top: 53px%;
  }
  
  .mobile-only-title-review-container .only-for-mobile-title
  {
    font-size: 22px;
  }
  
  
/* Mobile banner slider   */
  .mobile-image-slider-only .slick-dots li button:before
  {
      transform: translate(-69%,-65%) !important;
      font-size: 12px !important;
  }
  
  
  .mobile-image-slider-only .slick-slide
  {
      padding: 10px 0px 0px 0px !important;
  }
  
 .mobile-image-slider-only .slick-dots li button
 {
   width: 12px !important;
   height: 12px !important;
 }
  
/* Fixed add to cart mobile button   */
  .btnquantys.add-to-cart-fixed-mobile
  {
    display:block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0;
    z-index: 9;
    margin: 0 auto;
    padding: 0px !important;
  }
  
  .product-single__image-wrapper.supports-js
  {
    display:none;
  }
} 

@media only screen and (max-width:516px)
{
  .parent {
    display: block !important;
}
  .detail_sec {
    padding: 0 !important;
}
  .parent .details-grp {
    background: none !important;
    display: block !important;
}
 .parent .details-grp .item__title1 {
    color: #fff;
}
  .parent .details-grp .url-cls {
    color: #fff;
}
 .parent .details-grp .collectionitem__title .text-title {
    max-width: 279px;
    display: block;
    margin: 0 auto;
    align-items: center;
    margin-right: 0;
    line-height: 30px;
    font-size: 20px;
   padding-right: 20px;
   text-align: right !important;
}

  .parent.details-grp.collection-list .slick-dots {
    bottom: 0;
    top: -45px;
}
  .parent2 .details-grp {
    background: none !important;
    display: block !important;
   position: unset !important;
    padding-top: 20px;

}
  .parent2 .collectiongrid-item__title {
    text-align: left;
}
  .parent2 .url-cls {
    padding: 0;
}
  .parent2 .text-title {
    text-align: left !important;
}
  .heading_mains {
    padding-bottom: 30px !important;
}
  div.display_mobile div.grid__item
  {
	padding: 0px 5px;
  }
  div.display_mobile div.grid__item .grid-link__title
  {
	font-size: 1.2rem;
  }
}

.header-announce {
    display:none;
}

.header-announce.slick-initialized.slick-slider {
    display: block;
}

@media only screen and (max-width:480px){
  .searchs {
    display: none !important;
}
  ul.header-bar__module.header-bar__module--list {
    justify-content: right !important;
}
  .slides-text-content-wrapper-left {
    width: 100% !important;
}
  a.slides__btn.btn {
    justify-content: end;
}
  h2.slides__title.slides__title--medium.h1 {
    text-align: end;
}
  a.slides__btn.btn {
    background: none;
    display: flex;
    align-items: center;
    height: 0;
    font-size: 20px;
    border: 1px solid #fff;
    width: 35%;
    margin: 0 auto;
    margin-right: 0;
}
  a.slides__btn.btn.onlymobile_show {
    padding: 0px !important;
}
 .slides__image {
/*     height: 490px !important; */
}
  .logo_main {
    width: 25% !important;
    padding: 0 !important;
}
  .logo img {
    width: 100%;
    max-width: 65px;
}
  .logo-fluid {
    padding: 0 !important;
    margin: 0;
}
.product-single .product-single__hero .slick-dots {
    bottom: -5px;
}
}

@media only screen and (min-width: 769px) and (max-width: 1640px) {
  .cart-icons ul.header-bar__module.header-bar__module--list li {
    line-height: 0px;
    padding: 0px 5px;
}

.cart-icons ul.header-bar__module.header-bar__module--list li span.cart-count {
    font-size: 12px;
    position: relative;
    top: -17px;
    right: -26px;
    vertical-align: super;
}


}

/* New css for 3 images section */
@media only screen and (min-width: 769px) and (max-width: 1440px) {
.div3.detail_sec2 img {
    height: 811px !important;
}

}

@media only screen and (min-width: 1441px) {
.div3.detail_sec2 img {
    height: 873px;
}
}
@media only screen and (min-width: 769px)  {


.gallery_img
{
  min-height: unset !important;
}

.detail_sec2 {
    padding: 0px 0px 30px 0px !important;
}

.div3.detail_sec2 {
    padding-left: 30px !important;
    padding-bottom: 0px !important;
}

.footer-icons-icons .row .col-lg-3 .iconslogo
  {
    margin: 25px 0px;
  }

}

@media only screen and (min-width: 1339px) and (max-width: 1495px) {
.nav-items 
{
  width: 103%;
}
}