/*---------------------------------*/
/* WOOCOMMERCE */
/*---------------------------------*/

.woocommerce-ordering{
  display:none;
}

.woocommerce-message{
    margin: 0 0 20px 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.08);
    color: var(--text-color);
}
.woocommerce-message a{
    float: right;
    padding: 10px;
    margin-top: -8px;
}

#breadcrumb {
  list-style: none;
  width: 100%;
  font-size: 0.7em;
  text-transform: uppercase;
  box-sizing: border-box;
}
#breadcrumb .icon {
  font-size: 14px;
}
#breadcrumb li {
  float: left;
  line-height: 34px;
  color: var(--primary-back-color);
}
#breadcrumb li a {
  color: var(--text-color);
  display: block;
  text-decoration: none;
  position: relative;
  height: 34px;
  line-height: 34px;
  padding: 0 10px 0 0px;
  text-align: center;
  /* margin-right: 23px; */
}

#breadcrumb li:first-child a {
  /* padding-left: 15px; */
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 0;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:after {
  content: ">";
  padding-left: 10px;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: var(--text-color);
}
#breadcrumb li a:hover {color: var(--primary-back-color);}
#breadcrumb li a:hover:before {
  border-color: #797979;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #797979;
}

#breadcrumb li a:active:before {
  border-color: #7ab97c;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #7ab97c;
}

/*global*/
.liproduct{
    position: relative;
    list-style: none;
    height: 100%;
}
.hrefproduct{
    text-decoration: none;
}
#primaryimgsinglewoo,
.woocommerce-product-gallery__image--placeholder{
  position:relative;
}

.woocommerce-product-gallery__image--placeholder img{
  object-fit:cover;
  width:100%;
  height:100%;
}

.placeholdercategimg{
    object-fit: cover;
}

/*price*/
.onsale.master{
    position: absolute;
    background: #ffa500;
    padding: 10px;
    color: #4d4d4d;
    margin: 0 20px;
    font-variant: small-caps;
    font-weight: bold;
    border-right: 8px solid #e6e6e6;
    border-bottom: 8px solid #e6e6e6;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.46);
}

span.onsale{
    position: absolute;
    top: 5px;
    left: 5px;
    background-image: url(../images/icons/star.svg);
    background-position: center;
    background-size: 75%;
    background-repeat: no-repeat;
    width: 34px !important;
    height: 34px;
    background-color: var(--back-color);
    border-radius: 50%;
    border: 1px solid var(--back-color);
    z-index: 1;
}

span.price{
    position: absolute;
    top: 0;
    left: 19px;
    width: 74px !important;
    text-align: right;
    padding: 4px 7px;
    background: #ffffff;
    margin: 5px 0;
    color: var(--text-color);
    font-weight: bold;
    font-size: 14px;
    /* border-left: 7px solid #ff5722; */
}

/*title*/
.titleproduct{
    text-align: center;
    font-size: 17px;
    color: var(--title-color)!important;
    /* background: var(--secondary-text-color); */
    padding: 10px;
    box-sizing: border-box;
    text-transform: uppercase;
    margin: 0 !important;
    transition:.2s all ease;
}

.liproduct:hover .titleproduct{
    /* color: var(--primary-text-color); */
    /* background: var(--primary-back-color); */
}
.titlesinglewoo{
    background-color: transparent !important;
    color: var(--title-color) !important;
    min-height: inherit !important;
    line-height: 1.3;
    padding: 20px 10px;
    margin: 0;
    margin-left: -5px;
}


/*single content*/
#sliderproductsinglewoo img{object-fit:cover;width: calc(100% - 10px);margin: 5px;box-sizing: border-box;height: 100%;}
#sliderproductsinglewoo

.ui-tabs .ui-tabs-panel img{
  max-width: 100%;
  height: auto;
  object-fit:contain;
}

#shortdesc{
    padding: 16px 0px;
    margin: 0px 10px;
    line-height: 120%;
    font-style: italic;
    color: #777;
    letter-spacing: -0.02em;
    font-size: 105%;
    border-bottom: 1px dashed #c1c1c1;
}
#pricesinglewoo{
    padding: 0px 10px;
    /* margin: 1em 1em 1em auto; */
}
#pricesinglewoo del span{
    color: #EA2027;
    font-size: 90%;
}
#pricesinglewoo ins{
  text-decoration:none;
}
#pricesinglewoo > ins span,
#pricesinglewoo > span{
    color: var(--back-color);
    font-weight: bold;
    font-size: 110%;
}

#btformsinglewoo .button{
  text-transform: uppercase;
  font-size: 100%;
  white-space: initial;
  background-color: transparent;
  border: 1px solid #dadada;
  font-family: var(--font-title);
  text-align: left;
  margin: 16px 0px;
  letter-spacing: -0.03em;
  color: var(--text-color);
  background-image: url(../images/icons/info.svg);
  border-radius: 5px;
  font-size: 0.9em;
  padding: 15px;
  background-size: 38px;
  background-repeat: no-repeat;
  background-position: 5px center;
  transition: all 0.3s ease-in-out;
  float: none;
  /* width: 100%; */
  text-align: left;
  display: inline-block;
  /* font-family: var(--font-emphase); */
  color: var(--back-color);
  text-align: center;
  background: var(--tertiary-back-color);
  text-transform: uppercase;
}

/*Tabs*/
#tabssinglewoo{
    padding-top: 30px;
    /* margin: 0 auto; */
    width: 100%;
    padding: 0;
}
.wc-tabs{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0!important;
}
.wc-tabs li{
  background: #ececec;transition: all 0.4s;
  list-style: none;
}
.wc-tabs li.active,
.wc-tabs li:hover {
  background: #fff0;
}

.wc-tabs li a {
  text-decoration: none!important;
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  font-size: 90%;
  padding: 1em 1.4em;
  display: flex;
  transition: 0.2s all ease;
  background: #fff0 !important;
}
.wc-tabs li.active a,
.wc-tabs li:hover a {
    color: var(--back-color);
}
.woocommerce-Tabs-panel {
    background: var(--back-color);
    border: 1px solid #ececec;
    padding: 1em 1.4em;
    margin-top: 2px;
    line-height: 140%;
    font-size: 90%;
}
.woocommerce-Tabs-panel p{
    margin-bottom: 10px;
}

#tab-additional_information{display: none;}
#tab-description h2,
#tab-additional_information h2{
    color: var(--text-color);
    padding-bottom: 5px;
    border-bottom: 1px solid var(--text-color);
    margin-bottom: 10px;
}

#tab-additional_information .shop_attributes{
    width: 100%;
}
#tab-additional_information .shop_attributes th {
  background: var(--title-color);
  color: var(--primary-text-color);
}
#tab-additional_information .shop_attributes td{
    background: var(back-color);
    color: var(--text-color);
}
#tab-additional_information .shop_attributes th,
#tab-additional_information .shop_attributes td{
    padding: 5px 10px;
    border-bottom: 1px solid #fff;
}

#tab-additional_information .shop_attributes p{
  margin: 0 !important;
}

/* ------------- */
/* NOTIFICATION  */
/* ------------- */
.woocommerce-error{
    background: #f1e1e0;
    margin: 0 30px;
    padding: 20px;
}
.woocommerce-error li{
    padding: 4px 0 4px 0;
    list-style: square;
    list-style-position: inside;
    color: #cc2e2e;
}
.woocommerce-error li strong{
    color: #f00;
}

/*----------------------------- ************ -----------------------------*/

#gallerysinglewoo
{
  padding: 15px;
  margin: 0 auto;
}

.nohome.product #content .wrappercontent
{
  padding-top: 60px;
}

#h1.titlesinglewoo::before
{
}

#btformsinglewoo .button:hover
{
  background-color: var(--primary-back-color);
}