/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/


.single-product .ea-bootstrap a {
    color: #ff8787 !important;
}

.single-product .ui-datepicker .ui-datepicker-current-day {
    background-color: #ff8787 !important;
}


.single-product .ea-bootstrap .btn-primary {
    background: #ff8787 !important;
    text-transform:uppercase !important;
    border-color: #ff8787 !important;
    font-weight:bold !important;
}

.single-product .ea-bootstrap.bootstrap .col-md-6 {
    padding-left: 0 !important;
}

.single-product .ea-bootstrap.bootstrap .step.final.col-md-6 {
    padding-right: 0;
    padding-left: 20px !important;
}

.single-product .ea-bootstrap .step.final.col-md-6 .form-group * {
    text-align: left !important;
}

.single-product .ea-bootstrap.ea-bootstrap .selected-time, .ea-bootstrap.ea-bootstrap .selected-time:hover {
    color: #fff !important;
}

.single-product .ui-datepicker .ui-datepicker-current-day a {
    color: #fff !important;
}

.add-links-wrap {
    display: none;
}

.woocommerce-billing-fields__field-wrapper .form-row-first {
    width: 100%;
    margin-right: 0 !important;
}

.single-product .product_title {
    color: #ff8787 !important;
}

.footer-left .logo img {
filter: brightness(0) invert(1);
}


#mini-cart .cart-subtotal, #mini-cart .minicart-icon:before {
    font-size: 25px;
}


/*Woo products caoursel heck the over link*/


.eael-woo-product-carousel-container .icons-wrap.box-style li a {
    height: 100%;
    width: 100%;
    background: transparent;
}


.eael-woo-product-carousel-container li.view-details {
    width: 100%;
    height: 100%;
    display:block;
}
 

.eael-woo-product-carousel-container.preset-1 .eael-product-carousel:hover .icons-wrap.box-style {
    height: 100%;
    bottom: 0;
}

.eael-woo-product-carousel-container .icons-wrap.box-style li a:hover {
    background: transparent;
}

.star-rating span:before {
    color: #fbd200 !important;
}

.ea-bootstrap {
    max-width: 100% !important;
}

.ea-bootstrap * {
    font-family: Josefin Sans,sans-serif;
}

.ui-datepicker .ui-datepicker-calendar td {
    padding: 15px !important;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 20px !important;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    padding: 15px !important;
}

.ea-bootstrap .ui-datepicker .no-slots, .ea-bootstrap .ui-datepicker .no-slots:hover {
    background-color: lightgray;
    /* color: #fff !important; */
}

.ea-bootstrap .ui-datepicker .no-slots a, .ea-bootstrap .ui-datepicker .no-slots:hover {
    color: #fbf9f9 !important;
}

.ea-bootstrap .ui-datepicker .no-slots, .ea-bootstrap .ui-datepicker .no-slots:hover {
    background-color: lightgrey !important;
}

.payment_box.payment_method_stripe {
    padding: 30px 30px;
    background: #f1f1f1;
    border: 1px solid #ddd;
    margin-top: 20px;
}

ul.grid h3.woocommerce-loop-product__title {
    color: #ff8787 !important;
    font-size: 16px !important;
}
ul.grid h3.woocommerce-loop-product__title:hover {
    color: #444 !important;
}


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

    #cc-window.cc-type-categories .cc-btn {
        min-width:25% !important;
    }
    div#cc-window {
        padding: 10px 40px;
    }
    .cc-compliance.cc-highlight .cc-btn {
        padding: 5px !important;
    }
}


#epilare-notice {
    padding: 40px !important;
    border: 1px solid #ffcfcf !important;
    margin-bottom:20px !important;
}

#epilare-notice p {
    /*color: #ff8787 !important;*/
    margin-bottom: 5px !important;  
    letter-spacing: -1px;

}

a.epilare-notice {
    color: red;
    text-decoration: underline;
    font-size:17px;
}

small.limited-offer-label {
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 20px;
    background: #ff8787db;
    color: #ffff;
    padding: 1px 9px;
    letter-spacing: 2px;
    float: right;
    font-weight: bold;
    line-height: 17px;
    margin: 0 !important;
    width: auto !important;
}

p#nota-informativa {
    padding: 50px;
    background: #ddd;
    color: #777;
    text-shadow: 0px 0px 1px #9b9b9b;
}

.step.calendar .busy {
    background-color: #ddd !important;
}

.step.calendar .busy a {
    color: #c1bdbd !important;
}

.location {
    color: #ff9898 !important;
    margin-bottom: 10px;
    font-weight: bold;
}


@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.blob {
    background: green;
    border-radius: 50% !important;
    margin: 0px;
    margin-right: 13px;
    margin-top: 1px;
    height: 20px;
    width: 20px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse-green 2s infinite;
    display: table-header-group;
    float: left;
}

.blob.green {

  background: rgb(48 255 0);
  box-shadow: 0 0 0 0 rgb(84 255 0);
  animation: pulse-green 2s infinite;

}

@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}

a.locuri-libere {
    line-height: 45px;
        font-size: 16px;

}

a.nav-link.locuri-libere {
    border-radius: 10px;
    background-color:#444;

}

a.nav-link.locuri-libere.active {
    text-decoration:underline;

}

a.nav-link.locuri-libere:hover {
    background-color:#666 !important;
}

#menu-top-navigation .porto-link-register {
    display: none;
}




.step.calendar .date {
    font-size: 18px;
}

.single-product .ea-bootstrap .step.final.col-md-6 .form-group .control-label {
    padding-top: 0;
    font-size: 18px;
}

h3#booking-overview-header,.step.final h3  {
    border-bottom: 1px solid #ddd;
    line-height: 38px;
}

div#booking-overview table tr {
    line-height: 34px;
}

div#booking-overview table tr td {
    padding-left: 0 !important;
	font-size:18px;
}

div#booking-overview small,.step.final small {
    color: #ff8787;
    font-style: italic;
    display: block;
    margin-bottom: 20px;
}



.ea-actions-group {
    margin-top:20px;
}

.ea-actions-group .ea-submit{
    width:100%;
    margin-left:0 !important;
}

.ea-actions-group .ea-cancel {
        width:100%;
}

.ea-actions-group .ea-cancel,.ea-actions-group .ea-submit {
    padding: 8px 10px 5px 10px;
    font-size: 18px !important;
    text-align:
    center !important;
    /* margin: 0 !important; */
}

.single-product .ea-bootstrap .step.final.col-md-6 .form-group input,.single-product .ea-bootstrap .step.final.col-md-6 .form-group textarea {
    font-size: 18px;
    color: #ff8787;
}

.single-product .ea-bootstrap .btn-primary:hover {
    background-color: #444444 !important;
    border-color: #ddd !important;
}

@media(max-width:991px) {
.single-product .ea-bootstrap.bootstrap .col-md-6 {
    padding:0 !important;
}
    .single-product .ea-bootstrap.bootstrap .step.final.col-md-6 {
        padding:0 !important;
    }
    .ui-datepicker .ui-datepicker-calendar td {
    padding: 15px 8px !important;
    }
}

.location {
    font-size: 20px !important;
    margin: 15px 0;
}

.single-product .product_meta {margin: 0;}


.doar-plata-cu-cardul  {
    background: #ff9898;
    padding:20px;

}

.doar-plata-cu-cardul p.aceasta-oferta {
    color: #fff !important;
    font-size: 26px !important;
    line-height: 31px !important;
    font-weight: bold;
    margin:0;
}

.doar-plata-cu-cardul p.small {
    margin: 0 !important;
    padding-top: 0;
    font-size: 15px !important;
    color: #fafafa;
    margin-top: 6px !important;
}

#side-nav-panel .accordion-menu li.menu-item > a, #side-nav-panel .menu-custom-block a {
    font-size: 23px;
    line-height: 35px;
    font-weight: bold;
}


.room-switcher li.nav-item {
   border: 1px solid #999 !important;
    margin-right: 10px;
    background: #999999 !important;
    padding:5px 10px;
    /*margin-right:20px;*/
    border-radius:10px;
}

ul.room-switcher a {
    margin-right: 10px;
}

.room-switcher li a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.room-switcher li a:active,.room-switcher li:active {
    color:#fff !important;
}

.room-switcher a li {
    color: #fff;
}

.room-switcher a:hover {
    text-decoration:none !important;
    border:none;
}



@media(max-width:991px) {
    .room-switcher li {
        width: 100%;
        margin-bottom: 5px;
    }
}

.dualcalendarcontainer b {
    font-size: 16px;
}

.woocommerce-info {
    background: #2196f3 !important;
    color: #fff !important;
    text-align: center !important;
}
.room-switcher li:hover,.room-switcher li:hover a {
    background: #747474 !important;
    /* color: #333; */
    text-decoration: revert;
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
.yt-loader {
    -webkit-animation-name: horizontalProgressBar;
    animation-name: horizontalProgressBar;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    background: #5dadf3;
    height: 3px;
    left: 0;
    top: 0;
    width: 0%;
    z-index: 9999;
    position:
    relative;
}
.yt-loader:after{
  display: block;
  position: absolute;
  content:
  '';
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: #999999 1px 0 6px 1px;
  opacity: 0.5;
}
@keyframes horizontalProgressBar
{
    0%   {width: 0%;}
    20%  {width: 10%;}
    30%  {width: 15%;}
    40%  {width: 18%;}
    50%  {width: 20%;}
    60%  {width: 22%;}
    100% {width: 100%;}
}

span.two-prices-product {
    color: #888;
    text-transform: uppercase;
}

span.two-prices-product b {
    color: #555;
}

span.two-prices-product.full {
    padding-top: 10px !important;
    display: block;
}
span.two-prices-product:first-child {
    margin-top: 5px;
    display: inline-block;
}




.tour1 {
	padding: 5px 10px;
    position: absolute;
    top: -10px;
    right: 10px;
    transform: scale(1);
    animation: pulse 5s infinite;
}

.tour2 {
    padding: 5px 10px;
    position: absolute;
    top: -40px;
    transform: scale(1);
	animation: pulse 5s infinite;
	display:none;
}

.tour3 {
    padding: 5px 10px;
    position: absolute;
    top: -40px;
    transform: scale(1);
	animation: pulse 5s infinite;
	display:none;
}

.tour4 {
    padding: 5px 10px;
    position: absolute;
    top: 50px;
    transform: scale(1);
	animation: pulse 5s infinite;
	display:none;
}

.tour1,.tour2,.tour3,.tour4 {
	background: #ffb6b6;
	    color: #fff;
	    font-weight: bold;
	
}

@keyframes pulse {
	-0% {
		transform: scale(1.0);
		box-shadow: 0 0 0 0 rgb(143 143 143 / 70%);
	}

	50% {
		transform: scale(1.1);
		box-shadow: 0 0 0 10px rgb(135 18 18 / 0%);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgb(255 0 0 / 0%);
	} 
}


p.price ins bdi {
    color: #ff9898;
    font-weight: 900;
	font-size:30px;
}


.ai-container {
    background: #ff8787;
    display: inline-block;
    color: #fff;
    padding: 3px 9px;
    border-radius: 10px;
    font-weight: 800;
    margin-top: 10px;
    font-size: 80%;
    vertical-align: bottom;
    text-transform: inherit;
}
.location-switcher.location * {
    color: #807c7c;
}

.location-switcher.location a  {
    text-decoration: underline;
}
@media(max-width:991px) {
    .ai-container {
        display:block !important;
        margin-left:0;
        margin-top:10px;
        padding: 5px 15px;
        letter-spacing: 1px;
    }
}

.product-summary-wrap .description {
    font-size: 16px;
}