/*==================== Product detail page====================*/



.selector-wrapper.product-form__item {
  width: 100%;
  display: block;
  flex: initial;
  padding-right: 14px;
}
.single-option-selector {
  max-width: 228px;
}



.products-image {
/*     display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex; */
    padding-top:24px;
}

button#AddToCart-product-template {
    padding: 0px 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left:0px;
    width: 69%;
    font-family:$futurabt-m;
} 

.products-buttons .product-form__item {
    
}

.product-single__title {
  margin-bottom: 15px;
  font-size: 33px;
  color: #000000;
  letter-spacing: 0;
  text-transform: capitalize; 
  font-weight:500	
  line-height: 40px; 
}

.template-product .product-single__price {
  font-size: 32px;
  color: #0FCFD8;
  font-weight: 500;
}

.product-form__item label {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom:2px;
}

button.product-form__cart-submit { 
  font-family: 'FuturaBT-Medium';
  color: #fff;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 14px

}

.product-recommendations .btn_box {
    bottom: -57px;
}

.rte.product-single__description {
  font-size: 13px;
  color: #000;
}

.rte.product-single__description p{
  margin-bottom: 0px;
}

.products-description p {
    font-size: 13px;
    color: #5A5A5A;
    padding-bottom: 12px;
    line-height: 22px;
}

.product-single__description .tab_title_hr {
    margin-top: 0px;
    margin-bottom: 10px;
}


.products-description li {
    color: #5A5A5A;    
}

.products-description ul{
  list-style-type: disc !important;

}

.product-single__info-wrapper input, textarea, select {
  background-color: transparent!important;
  color: #333!important;;
  border: 1px solid #E1E1E1!important;;
}


.social-sharing .icon {
  width: 13px!important;
  height: 13px!important;
  fill: #000!important;;
}

.rte.product-single__description {
    padding-top: 7px;
    margin-bottom: 5px;
}
 .tab_title {
   font-size: 14px;
   color: #000000;
   letter-spacing: 0;
   text-transform: uppercase;
   font-weight: 600;
   margin-bottom: 0;
   padding: 10px 24px;
   position: relative;
  }

  .tab_title:before {
    content: '';
    display:none;
    border-bottom: 3px solid #000;
    width: 148px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  .tab_title_hr{margin-top:0;}

}

.template-product .m_b_40 {
  margin-bottom: 40px;
}


.template-product .product-single {
  margin-top: 5px;}


/* button#AddToCart-product-template {
    padding: 8px;
} */



.template-product .product-form__item {

  margin-bottom: 25px;
}


.template-product .is-active .product-single__thumbnail:after {
    border: 1px solid #A1A1A1;
}

.template-product .main-content {
    margin-bottom: 10px;
}

.social-sharing {
    margin-top: -10px !important;
}

/* .social-sharing .medium-up--text-left{
    width: 7%;
}
 */
span.social-sharing__title {
  font-weight: 400;
  color: #000;
  font-size: 13px;
}

.product-recommendations .section-block__title {
  font-size: 27px;
  letter-spacing: 0;
  text-transform: capitalize;
}


.product-recommendations .product-card__name {
    font-weight: 500;
    color: #333333;
    white-space: normal;
    font-family: 'FuturaBT-Book';
    font-size:16px;
}


li#ProductSaleTag-product-template .product-tag {
    text-align: center;
}

.product-single__price.product-single__price--compare {
    color: #FF4040;
}

.product-form__item.product-form__item--quantity {
    max-width: 122px;
}

hr.hr_product {
/*     border: 1px solid #F3F3F3; */
    margin-top:0px;
}

hr.tab_title_hr {
    border: 1px solid #F3F3F3;
}


/* ============== SWATCH CSS  ============= */

.color-swatch {
  display: none !important; 
}

.size_label-2 .swatch {
  display: none;
}
.swatch .header{
  display: none; 
}






.size_label-2 label {
    margin-bottom: 6px;
}

.swatch { 
  margin:5px 0; 
}
.swatch .header {
  margin: 0.5em 0;
  font-size:13px;
  font-weight:700;
  color:#333333;
}
.swatch input { 
  display:none;
}
.swatch label {
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:100px;
  float:left;
  min-width:30px !important; 
  height:30px !important;
  margin:0;
  border:#BEBEBE 1px solid;
  font-size:13px;
  text-align:center;
  line-height:30px;
  white-space:nowrap;
  text-transform:uppercase;
  font-weight:normal;
}
.swatch-element label { padding:0 10px; }
.color.swatch-element label { padding:0; }

.swatch input:checked + label {
  border-color: transparent;
  border: 2px solid #02B7CE;
  box-shadow: 0px 0px 6px 4px #ccccccbd;
} 
.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  margin:0px 10px 10px 0;
  position:relative;
}
.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-transform: capitalize
  text-align:center;
  background:#00749d;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:-33px;
  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;
  text-align: center;
}
.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 #00749d 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;
}

/*================== breadcrumb ========================*/



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

h1.section-header__title {   
    font-weight: 600;
    font-size: 24px;
}

/*====================== COLLECTION LOST ========================  */
.collection-text .collection-button:hover {
    color: #000;
}
.collection_list {
    padding-top: 45px;
    padding-bottom: 64px; 
}
.collection_list .grid__item {  
  padding-left: 26px;}
.collection_list .grid{  
  margin-left: -26px;}

/*===========  FEATURE PRODUCTS =============*/
.collection-card_header h2 {
    font-size: 20px;
    padding-bottom:10px;
}

.collection-text h4 {
    font-size: 42px;
    line-height: 45px;
    font-weight: 800;
}

.collection-text .rte-setting p {
    font-family: 'Merriweather', serif;
    font-style: italic;
}

.collection-text .rte-setting p {
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-size: 18px;
    color: #000;
}

.collection-text .collection-button {
    font-size: 14px;
    color: #fff;
    background: #E4381F;
    border-radius: 3px;
    padding: 11px 96px;
    font-weight: 600;
}
.collection-brand li {
    display: inline-block;
    margin-bottom: 35px;
    padding: 0px 3px;
}
.collection-brand {
    padding-bottom: 40px;
    margin:0px 20px;
}

.collection-brand a {
     color: #000;
    font-size: 14px;
    
}

ul.ultab li {
    list-style: none;
    /* background: green; */
    /* float: left; */
    padding: 10px 0;
    DISPLAY: inline-block;
    width: 100%;
    max-width: 120px;
    border: 1px solid #D4D4D4;
    margin: 0px 2px;
    border-radius: 4px;
    margin-bottom: 10px;
}

html.js.svg.supports.csstransforms.csstransforms3d.csstransitions.gr__67jvq7hi3d35pjc6-27866300553_shopifypreview_com {
    padding-bottom: 0 !important;
}

.logo-footer {
    padding-bottom: 15px;
    margin-top: -10px;
}

.logo-footer img {width:80%;}
.btn_box .button-wrapper {
    display: inline-block;
}
.btn_box .button-wrapper span.qick-view-btn {
    display: inline-block;
    padding: 9px 22px;
    border: 1px solid #D2D2D2;
    font-size: 14px;
    border-radius: 3px;
    font-family: 'Merriweather Sans', sans-serif;
    color: #E4381F;
}

.btn_box {
    padding: 0px 12px;
    padding-bottom: 20px;
}

.btn_box .button-wrapper {
    display: inline-block;
    width: 49%;    
}
.button-wrapper .product-form__cart-submit {
    background: #000;
    color: #fff;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 14px;
    padding: 9px 20px;
    text-transform: capitalize;
}

.products-width .grid__item {
    padding-left: 36px;
}
.products-width .grid{
    margin-left: -36px;
}

.btn_box {
    display: none;
}

.product-card:hover .btn_box {
    display: block;
}

.btn_box {
padding: 0px 12px;
padding-bottom: 20px;
position: absolute;
bottom: -51px;
left: 0;
background-color: #fff;
box-shadow: 0px 2px 4px #0000000F;
width: 100%;
}


.products-width {
    padding-bottom: 12px;
}

.product-card {  
position: relative;
}

.section-block--paddingss {
    padding-top: 20px;
} 
.drawer__inner svg {
    padding-top: 4px;
}
.breadcrumb a {
    color: #000;
}
.site-header__search-cart-wrapper svg {
    width: 33px;
    height: 27px;
}
.template-collection .section-header__title {
    font-size: 29px;
    font-weight: 500;
}
.template-collection .section-header {
    margin-bottom: 30px;
}
.product-recommendations .product-card {
    margin-bottom: 70px;
}
.product-recommendations .product-card__name {
    min-height: 38px;
} 
.rte ul{
    margin: 0 0 12px 16px !important;
}

.related_slick_slider .slick-slide {
    padding: 0px 20px;
}

.section-header__item {
    padding-bottom: 8px;
}

.template-collection .main-content{padding-bottom: 40px;}
/*=========================  PRODUTS PAGE =======================  */
.photos__item--thumbs .product-single__thumbnail-item{
    display: inline-block;

}

.template-page .content-block {
    width: 80%;
    margin: 0 auto;
}

.template-search .grid__item {
    margin-bottom: 75px;
}

.template-search .product-card__name.text-left {
    min-height: 38px;
}
.template-search .main-content {
    margin-top: 10px;
    padding-bottom: 0px;
}
.template-search .input-group__field {
    border: 1px solid #ccc !important;
}



.template-search .main-content{padding-top:20px;}
.cart-title {
    color: #000;
}
.template-cart .page-width {
    padding-top: 15px;
}

.supports {
    padding-bottom: 0 !important;
}


/*============== COLLECTION =============  */
/* .featured-card__image {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 462px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
}
 */

.template-list-collections .featured-card__header {
/*     margin-bottom: 12px; */
}

.template-list-collections .main-content .grid__item {
    padding-left: 40px;
    margin-bottom:20px;
}

.template-list-collections .main-content .grid {
    margin-left: -40px;
}

.template-cart .update-cart {
    background: #000;
}

.site-header__logo img{width: 163px;}

.social-sharing .social-medi-width {
    width: 7%;
}
.hr_products{ border-top:1px solid #F3F3F3;}
.cart-table input { width: 100%; }
/*================= RESPONSIVE   =================  */


@media (max-width: 480px ){
  
.site-header__cart {
    position: relative;
    top: -7px;
}  
.gallery .galley_itemss {
  width: 50%;}  
  
 
.template-collection .main-content {
    margin-top: 0px;
}    
.site-header__link{padding: 0px 0px !important;}  
.page-width{ padding-left:20px !important; padding-right:20px !important;}    
.hero .slick-dots {
    margin: 0;
    bottom: 10px !important;
}  
  
.social-sharing {
    display: flex !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -sm-flex !important;
}  
.social-sharing .medium-up--one-tenth {
    width: 17%;
}  
  
/* .template-search .grid__item {
    padding-left: 10px !important;
}  
.template-search .grid {
  padding-left: 30px;}   */
  
.site-header__cart-indicator{
    right: -2px !important;
    bottom: 17px !important;

}  
  
.selector-wrapper.product-form__item{
   width: 100%;
   margin-right: 8px;
}
  
.template-page .content-block {
    width: 100%;
    margin: 0 auto;
} 
.product-form__item{padding:0px 0px !important; }  
.selector-wrapper.product-form__item{padding-right:0px;}  
.template-search .product-card{
  width: 290px;
  margin: 0 auto;
}  
.products-width .grid__item {
    margin-bottom: 30px !important;
}
  
.product-card__info{padding: 10px 16.5px !important;}  
  
  
.Image_with_text {
    margin-bottom: 20px !important;
}  
.template-collection .small--one-half {
    width: 100%;
}  
.collection .small--one-half{ width:100%;}  
.product-card {
    margin-top: 0px;
}
.products-width {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}  
.products-width .section-block {
    position: relative;
    background-color: #fff;
    width: 289px;
    margin: 0 auto;
} 
.featured-card__image {
    width: 100%;
}
.collection-brand {
    padding-bottom: 33px;
    margin: 0px 0px;
}
.image-content__text {
    padding: 16px !important;
} 

 
.site-header__logo img {
    width: 164px !important;
}  
.emphasized-title.emphasized-title--large {
  font-size: 37px !important;}  
.short_title_text {
    font-size: 53px !important;
} 
  
.site-footer .width-2{width:50%;
 float:left;                      
}
.site-footer .width-3{width:50%;                    
    display: inline-block; 
}
.site-footer .width-4 {
    margin-top: 40px;
}  
.flex-footer {
    display: -webkit-unset !important;
    display: unset !important;
  }
.collection_list .small--one-half {
    width: 100%;
    margin-bottom: 10px;
} 
.collection-card_header h2 {
    padding-bottom: 2px;}  
.site-footer__copyright .medium-up--text-right {
    margin-top: 7px;
}  
.collection_list {
    padding-top: 20px;
    padding-bottom: 26px;
}  
.section-header__item+.section-header__item {
    margin-top: 0px !important;
} 
  
.template-collection .product-card {
    margin-top: 0px;
} 
.btn_box {
    display: block;
    bottom: -59px !important;
    position: initial;
    box-shadow: none;
} 
.template-collection .collection_product.grid .grid__item {
    margin-bottom: 40px !important;
}  

.mobile-width-collection {
    width: 290px;
    margin: 0 auto;
}
.product-single__thumbnails.slick-initialized .slick-prev .icon, .product-single__thumbnails.slick-initialized .slick-next .icon {
    fill: #333;
    width: 30px;
    height: 30px;
    background: #ccc;
}  

.product-single__thumbnail img{width:76px !important; height:72px !important;}  
.product-recommendations .small--one-half {
  width: 100%;}
.product-single__thumbnails {
    margin: 0 0px 20px !important;
    text-align: center !important;
}  
.product-single__thumbnails {
    margin: 0 0px 20px;
    text-align: center !important;
}
.product-single__thumbnails.slick-initialized .slick-prev .icon, .product-single__thumbnails.slick-initialized .slick-next .icon {
    fill: #333;
    width: 30px;
    height: 30px;
    -moz-transform: rotate(-1deg) !important;
    -webkit-transform: rotate(-1deg) !important;
    -o-transform: rotate(-1deg) !important;
    -ms-transform: rotate(-1deg) !important;
    transform: rotate(-1deg) !important;
}  
.slick-prev {
    left: 14px !important;
    z-index: 99999;
}
  
.product-recommendations .slick-next {
  right: 14px;}
  
.product-form__item--quantity input#Quantity {
    width: 100%;
}  
.products-buttons .product-form__item--submit {
    width: 100%;
}

.products-buttons {
/*     display: flex;
    display: -webkit-flex;
    display: -moz-flex; */
}
button#AddToCart-product-template {
    padding: 0px 0px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    width: 100%;
    position: relative;
    top: 19px;
    margin-left: 0px;
}  
.selector-wrapper.product-form__item:last-child {
    margin-right: 0;
}  

.emphasized-title-wrapper {width: 92% !important; transform: translate(-2%, -50%) !important;}
.emphasized-subtitle {
    max-width: max-content !important;
    font-size: 14px !important;
    padding: 6px 26px !important;
    margin-top: 22px !important;
} 
.collection-text h4 {
    font-size: 30px;
    line-height: 33px;
    font-weight: 800;
    width: 91%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
} 
.image-width-padd {
    margin-bottom: 22px !important;
    padding-top:10px;
}  
.social-icons {
    padding-bottom: 11px !important;
} 
.logo-footer img {
    width: initial;
} 
.site-footer {
    text-align: center;
    padding-top: 40px;
}  
.logo-footer {
    padding-bottom: 8px;
}
.contact-form {
    width: 84%;
    margin: 0 auto;
}  
.site-footer__copyright{ padding: 12px 0 !important;}  
/* .product-single__title{ text-align: center !important; */
/*     padding: 0px 17px;
    font-size: 24px !important;    */
}  
.product-single__meta-list {
/*     text-align: center !important;         */
} 
.template-product .product-single__price {
  font-size: 20px;}  

.product-recommendations .product-card {
    margin: 0 auto;
    width: 290px;
}  
.product-single {
    margin-bottom: 20px !important;
}  
.product-recommendations .section-block__header {
    margin-top: 20px !important;
}  
.product-recommendations .slick-next.slick-arrow{  
     width: 36px !important;
}  
.product-recommendations .slick-prev.slick-arrow{
 width: 36px !important;
}  
.title_head {
    margin-bottom: 20px !important;
}  
.site-header__cart {
    position: relative;
    top: -0px;
}  
.gallery {
  margin-bottom: 20px !important;}  
  
.product-recommendations .slick-next {
  right: 14px !important;} 
.template-search .search-header .grid__item {
    margin-bottom: 20px;
}
 
  
.search-header {
    margin-bottom: 8px;
}  
  
.contact-form label {
    padding-bottom: 1px;
}
  
li.drawer__nav-item a{padding: 8px 11px;}  
.meganav__list {
    padding: 0px 0;
} 
.page-empty {
    padding: 12px 0;
    margin-bottom: 0px;
}
  
.cart-table{margin-bottom: 18px !important;}  

.product-recommendations {
    padding-bottom: 30px !important;
}  
  
}

@media (max-width: 360px ){
  
.hero-content__title-wrapper {
  padding: 30px 10px;}  

.related_slick_slider .slick-slide {
    padding: 0px 2px;
}
  
.product-recommendations .product-card {
/*     margin-bottom: 40px; */
    width: initial;
}
.button-wrapper .product-form__cart-submit {
    font-size: 12px !important;
    padding: 8px 20px;
}  
  
.btn_box .button-wrapper span.qick-view-btn {
    padding: 9px 22px;
    padding-top: 8px;
    font-size: 12px !important;
}  

}

@media (max-width: 320px ){
button#AddToCart-product-template{
   width: 84%;  
  }  
.products-width .grid__item {
    padding-left: 45px !important;
}
.emphasized-title.emphasized-title--large {
    font-size: 28px !important;
} 
.emphasized-subtitle{ margin-top: 2px !important;} 
.collection-text .collection-button{ padding: 11px 69px;}  
}  