/* Custom CSS Document */
.wbs-deals-price-group-alt{display:flex; display: -webkit-flex; }
.wbs-deals-dealh3-price-button.row {display: none;}
.wbs-deals-deal-price-button.row {display: none;}
 
/*header*/
.wbs-suscription-module {text-align: right;margin: 5px 0px 8px;color: var(--header_text);}
.wbs-suscription-module a {color: var(--header_text);}
.wbs-suscription-module form {margin-bottom: 0;}
.wbs-locations-display {white-space: nowrap;margin: 10px 0 0 40px; color: var(--header_text);}
.wbs-locations-display .fa-caret-down {color: var(--header_text);}
.wbs-locations-display h4 {margin: 0;font-size: 16px;line-height: 1;}
.wbs-locations-display h5 {margin: 0;font-size: 12px;font-weight: lighter;}
.wbs-module-search-style3-wrapper {background: #fff;border: 1px solid var(--line);margin-top: 6px;}
.wbs-module-search-style3 #wbs-search-input-id {border: 0;background: #fff;border-left: 1px dashed var(--line);box-shadow: none;font-size: 14px;
height: 30px;padding: 0 10px;}

/* - - - - - - -LIstado de ofertas - - - - - - - */
.wbs-deals-deal-wrapper {flex: 0 0 31.333%;max-width: 31.333%;} /* N=3 */
.wbs-deals-deal-image {height: 220px;} /* ejemplo: W=640, H=400, NW = 353, 258  ==> NH = (NW*H) / W  */

.wbs-dealh3-deal-wrapper{flex:0 0 23%; max-width: 23%;} /* N= 4  formula del ancho (100 - (2*n)) / n  ----- n es el numero por fila */
.wbs-deals-dealh3-image {height: 162px;} /* segun el ratio escogido de fotos y el ancho final */

.wbs-deals-dealh3-dto,.wbs-deals-deal-dto {display: none;}
.wbs-deals-wrapper:hover .wbs-deals-image-img {transform: scale(1.1);}
.wbs-deals-wrapper{box-shadow: none;transition: all 0.5s ease-out;}
.wbs-deals-wrapper:hover {box-shadow: 0 0 6px #999;}
.wbs-deals-deal-image, .wbs-deals-dealh3-image {overflow: hidden;}
.wbs-deals-dealh3-info,.wbs-deals-deal-info  {margin-top: 0;padding: 10px;}
.wbs-deals-wrapper h4 {font-weight: lighter;}
.wbs-deals-deal-hide-info {display: none;}
.wbs-deals-image-info-top {display: none;}
.wbs-deals-image-img {transition:transform .3s ease-out !important;}
.wbs-deals-image-img:hover {transform: scale(1.1);}
.wbs-deals-subtitle {background-color: rgba(40, 40, 40, 0.6);text-align: left;}

.wbs-deals-deal-link a::after, .wbs-deals-dealh3-link a::after {position: absolute;top: 0;right: 0;bottom: 0;
left: 0;z-index: 1;pointer-events: auto;content: "";background-color: rgba(0,0,0,0);}
.wbs-deal-top .wbs-deal-name {font-weight: normal;}
.wbs-deal-title-header {font-weight: normal;}
.card-header {font-weight: 500;}
.card-title {font-weight: 500;}
.wbs-cart-summary .text {font-weight: 500;}
.wbs-deal-price-timeleft {display: none;}
.wbs-deal-number-sold {display: none;}
.wbs-bycats-catname {font-weight: lighter;font-size: 25px;margin-bottom: 5px;}
.wbs-bycats-catname small a {font-weight: lighter;font-size: 80%;color: var(--orange);}
.wbs_deals_deal_title {margin: 0 0 20px;font-size: 25px;font-weight: lighter;}

.wbs-deals-button {display: none;}
.wbs-deals-price {color: var(--color);}
.wbs-cart-module {position: relative;margin-left: 0;font-size: 16px;margin-top: 8px;float: right;}
.wbs-deals-price-tag {font-size: 70%;color: var(--color3);}
.wbs-deals-value.muted {color: #999;text-decoration: line-through;}
.wbs-deals-dto {color: var(--orange);}
/* Detalle comercio */
@media (min-width:768px){
#wbs-root.wbs-company {display: flex; justify-content: space-between}
.wbs-company-header {margin-bottom: 20px;margin-right: 25px;flex: 0 0 30%;}
.wbs-company-tabs {flex: 0 0 65%;max-width: 65%;}
.wbs-company .wbs-deals-review {display: block;}
.wbs-sharing-bar-company .wbs-sharing-bar-deal-tag {display: block;margin-right: 0;}
#company-tabsTabs {margin-bottom: 30px;}
}
    
/* favorites */
.wbs-favorites-module {font-size: 16px;margin:0;margin-right: 10px;margin-top: 8px}
@media (max-width: 767px) {
.wbs-favorites-module {display: none}

}

/* Formulario de creación de ofertas */
.com-webemus-deal-shipping-company-id-t,.wbs-editdeal-company-tr,.wbs-editdeal-salesman-tr,.com-webemus-deal-shipping-company-id-tr,
.wbs-editdeal-commission-tr,.wbs-editdeal-pay-by-point-tr,.wbs-editdeal-use-discount-tr,.com-webemus-deal-cur-sold-qty-tr{display: none;}
.wbs-ajax-list-selector {display: flex;flex-direction: row-reverse;}
.wbs-ajax-list-selector > div {flex: 1;margin: 0 5px;}
#deal-paneContent #features-pane {display: none !important;}
 