/*
1.PRODUCT :: Gallery
2.PRODUCT :: Zoom
3.PRODUCT :: Descripción
4.PRODUCT :: Buy md
5.PRODUCT :: No selling online
6.PRODUCT :: Zoom Mobile (js)
7.PRODUCT :: Campaigns
*/

/*------------------------------------
1.PRODUCT :: Gallery
------------------------------------*/
#gallery{
	padding: 17px;
	border: 1px solid #eee;
	margin-bottom: 15px;
	border-radius: 6px;
}

#gallery .content {
	padding-left: 45px;
	max-width: 320px;
  position: relative;
}

#gallery .content img,
#gallery .thumbnail .thumb img {
	width: 100%;
    height: auto;
    position: relative;
    display: block;
    z-index: 1;
}

#gallery .content img {
	cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

#gallery .content .zoom-img-wrap img {
	cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}

#gallery .content i.fa-search-plus {
	bottom: 15px;
    right: 5px;
    position: absolute;
    z-index: 99;
    font-size: 14px;
    color: #a1b1bc;
    display: block;
}

#gallery .thumbnail {
	position: absolute;
    top: 12px;
    left: 12px;
    width: 56px;
		z-index: 1
}

#gallery .thumbnail .thumb {
	margin-bottom: 10px;
	border: 1px solid #eceff2;
}

#gallery.dto, #carouselGallery.dto {
    padding: 7px 17px 17px;
    background: url('../images/home/block-dto.png') no-repeat;
    background-size: content;
    background-origin: border-box;
    background-color: white;
}

#gallery.dto h6.ukav, #carouselGallery h4.ukav{
  font-size: 18px;
  padding-bottom: 10px;
  padding-top: 3px;
  font-weight: 900;
}


/*------------------------------------
2.PRODUCT :: Zoom
------------------------------------*/
img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 99999999;
  -webkit-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  z-index: 420;
  background: rgba(0,0,0,0.75) !important;;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition:      opacity 300ms;
       -o-transition:      opacity 300ms;
          transition:      opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}

.zoom-img-wrap:after {
    content: "×";
    position: absolute;
    top: 1%;
    right: 2%;
    text-align: right;
    color: #000;
    z-index: 999;
    line-height: 1em;
    font-weight: 700;
    font-family: 'Lato', sans-serif !important;
    opacity: 0.5;
    font-size: 8px;
    cursor: pointer;
}

/*------------------------------------
3.PRODUCT :: Descripción
------------------------------------*/
#description {
	padding: 0 6% 0 2%;
}

#description a.link {
  padding-bottom: 20px;
	padding-top: 22px!important;
}

#description .text{font-size:15px;}

/*------------------------------------
4.PRODUCT :: Buy md
------------------------------------*/
#lit-product {
	border-bottom: 1px solid #eceff2;
}

#product-price {
	background: #fbfbfb;
  border-radius: 5px;
  padding: 20px 15px 15px;
}

#product-price .sticker {
  background-color: #fff6a1;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

#product-price p.total {
	line-height: 1.8em;
}

html[lang="fr"] #product-price p.total {width: 100%; text-align: center;}

#product-price p.total .regular-price,
#product-price p.total .discounted-price {
	color: #243749;
	font-size: 38px;
	font-weight: 700;
	margin-right: 2px;
}

#product-price p.total .discounted-price + .regular-price {
	font-size: 28px;
	color: #00b9ea;
	font-weight: 400;
	text-decoration:line-through;
}

#product-price div.cantidad {
	margin-top: 7px;
}

#product-price div.cupon-md {
	margin: 10px 0 0;
}

#product-price div.add-product {
	margin-top: 15px;
}
html[lang="en"] #product-price div.add-product {
	margin-top: 20px; margin-bottom: 30px;
}

#product-price div.card-md {
	margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eceff2;
}

html[lang="en"] #product-price div.card-md {
	margin-top: 15px;
  padding-bottom: 15px;
  /* border-bottom: 1px solid #eceff2; */
}

#product-price .card-md img {
  width: 23%;
  background: #ffffff;
  margin: 1%;
  height: auto;
  max-height: 35px;
  border: 1px solid #eceff2;
  border-radius: 4.25px;
  margin-top: 0;
}

html[lang="en"] #product-price .card-md img {width: 32%; max-height: 44px;} /**/

#product-price .card-md img:first-child {
	margin-left: 0;
}

#product-price .card-md img:last-child {
	margin-right: 0;
}

#product-price .info-md {
	margin-top: 15px;
}

html[lang="en"] #product-price .info-md {
	margin-top: 20px;
}

#product-price .info-md i {
	margin-right: 8px;
}

#product-price .info-md p.txt {
	font-size: 13px;
  font-weight: 400;
  margin: 0;
}

html[lang="pt"] #product-price .info-md p.txt:first-child {display: none;}
html[lang="pt"] #product-price .info-md i {position: relative;top: 2px;}

#product-price .info-md p.txt i.fa-truck {
	-moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  font-size: 18px;
  margin-top: 2px;
  vertical-align: top;
}

#product-price .info-md p.txt i.icon-delivery {
	width: 22px;
  height: 24px;
  background: url('../images/icons/delivery-time.svg') center center no-repeat transparent; /*adjunto svg*/
  display: inline-block;
  position: relative;
  vertical-align: top;
  top: -2px;
  margin-right: 6px;
}

#product-price .info-md p.txt i.truck-delivery {
	width: 23px;
  height: 18.5px;
  background: url('../images/icons/truck-delivery.svg') center center no-repeat transparent; /*adjunto svg*/
  display: inline-block;
  position: relative;
  vertical-align: top;
  top: 3px;
  margin-right: 6px;
}

#product-price .box{
	background-color: #fff;
	border: 1px solid #eceff2;
	padding: 5px 8px!important;
	border-radius: 5px;
	font-size: 15px!important;
}

#product-price .box2{
	background-color: #ffe2b5;
	padding: 5px 8px!important;
	border-radius: 5px;
}


#product-price .del{
	font-size: 15px!important;
}

#product-price .ent{
	margin-top: 5px!important;
	font-size: 15px!important;
}

#product-price .box-nota{
	margin-left: 25px!important;
	font-size: 13px;
}

#product-price .box-nota2{
	font-size: 13px;
	margin-right:0px;
}


#product-price .box.del .box-nota{
margin-left: 30px!important;
}

#product-price .info-md p.txt i.fa-exclamation-circle {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    font-size: 18px;
    margin-top: 2px;
		margin-right: 0px;
		margin-left: 5px;
    vertical-align: top;
}

.size-icon{font-size: 18px;}

/*------------------------------------
5.PRODUCT :: No selling online
------------------------------------*/
#product-no-selling .pharmacy-md {
  border-radius: 5px;
  background: #00b9ea;
  padding: 20px 18px;
  box-shadow: 0px 2px 6px #cccccc;
  margin-top: calc(50% - 75px);
  display: block;
}

#product-no-selling .pharmacy-md:hover {
  cursor: pointer;
  opacity: 0.75;
}

#product-no-selling .pharmacy-md:active {
  opacity: 0.95;
}

#product-no-selling .pharmacy-md p.txt {
  padding-left: 70px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  background: url('../images/icons/farmacia.png') center left no-repeat transparent;
  line-height: 1.4em;
}

#product-no-selling p.info {
  text-align: center;
  color: #243749;
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
  padding: 0 18px;
  line-height: 1.2em;
}

/*------------------------------------
6.PRODUCT :: Zoom Mobile (js)
------------------------------------*/
body .mfp-bg {
  background: rgba(0,0,0,0.75) !important
}

body .mfp-image-holder .mfp-close {
  font-family: 'Lato', sans-serif !important;
  color: #000;
  opacity: 0.5;
  font-size: 20px;
  cursor: pointer;
  margin-top: 25px;
  font-weight: 700;
  padding-right: 10px;
  padding-top: 4px;
}

/*------------------------------------
7.PRODUCT :: Campaigns
------------------------------------*/
.sticker-del {
    background-color: #dbf0ff;
    padding: 10px;
    margin-bottom: 9px;
    border-radius: 5px;
}
