.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
}
ul.numberic-ul{
    list-style-type: decimal;
}

.image_absolute {
	background:url(../../images/uploads/page/TCM_paket-promo.jpg) no-repeat center left;
}


.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}
.modal-dialog{
	max-width:80%;
}
#loginModal ul li, #loginModal ol li{
    margin-bottom:15px;
}
#closebtn{
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #555;
    z-index:999;
    font-weight:600;
}
h4 a{
    font-size:15px;
    text-decoration:none;
}
.goldtitle{
    float: left;
    margin-bottom: 0;
    margin-top: 5px;
    color: #b68a45;
}
#st-1.st-has-labels .st-btn.st-remove-label{
    max-width:35px;
}
.maxw-300{
    max-width:320px;
}
#content .single-post ol{
	padding-left: 0px! important;
}

#content .product_detail .tab-container .tab-content ol{
    padding-left:30px! important;
}

#content .single-post ul li ol, #content .single-post ul li ul, #content .single-post ol li ol, #content .single-post ol li ul{
    padding-left:30px! important;
}

.desc-format table th{
    text-align:center;
}

#content .single-post .desc-format table ol, #content .single-post .desc-format table ul{
   padding-left: 20px ! important;
}

/*custom.css*/
.news_image {
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.11);
}
.product_price{
    font-size:16px;
    margin-bottom:10px;
}
a.news_enquiry_button img.enquiry-normal {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
}
a.news_enquiry_button img.enquiry-hover {
    display: none;
    margin-right: 5px;
    width: 20px;
}
a.news_enquiry_button:hover img.enquiry-hover {
    display: inline-block;
}
a.news_enquiry_button:hover img.enquiry-normal{
    display: none;
}
.news_container2 .news_grid2 .news_title, .news_container2 .news_title, .news_title {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 15px;
    min-height: 45px;
    text-align: left;
    overflow: hidden;
    text-decoration: none ! important;
    font-family: 'OpenSans-Bold', sans-serif;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
a.news_enquiry_button {
    color: #ac8c5e;
    display: block;
    font-size: 16px;
    font-family: 'OpenSans-Medium', sans-serif;
    text-align: center;
    border: 1px solid #ac8c5e;
    text-decoration: none ! important;
    padding: 8px 20px;
}
a.news_enquiry_button:hover {
    text-decoration: none ! important;
    background: #ac8c5e;
    color: #fff;
}
.news_container2 .news_grid2 .news_title a, .news_container2 .news_title a, .news_title a {
    color: #555;
}

.flexslider img{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
    border: 1px solid rgba(0, 0, 0, 0.11);
}
span.red{
   color:#ff0100; 
}
#currency{
    border: 1px solid #ced4da;
    border-radius: 5px;
	margin-left: 20px;
	padding: 5px 10px;
	font-size: 12px;
	min-width: 75px;
	height:30px;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px 14px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6,9 12,15 18,9'/%3E%3C/svg%3E");
}
.form-control{
    border-radius: 4px;
}
.flex-control-nav.flex-control-thumbs li img{
	display: block;
    width: 100% !important;
    height: auto !important;
}
.flex-control-nav.flex-control-thumbs li{
	display: block;
    width: 24.4% !important;
    height: auto !important;
    margin: 0 2px 2px 0;
    border: 1px solid #ddd;
    float: left;
}

.pricebox ins{
    padding-left: 15px;
    font-size: 16px;
    font-family: 'OpenSans-Bold', sans-serif;
    text-decoration: none;
}
.pricebox{
    font-size:20px;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled{
    display:block;
}
.owl-carousel .owl-nav .owl-prev{
    left:-30px;
    background: #fff;
    border: 1px solid #EC2227 ! important;
    color: #EC2227 ! important;
}
.owl-carousel .owl-nav .owl-next{
    right:-30px;
    background: #fff;
    border: 1px solid #EC2227 ! important;
    color: #EC2227 ! important;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #EC2227 !important;
    color: #fff ! important;
    border: 1px solid #EC2227 ! important;
    text-decoration: none;
}

.minus, .plus{
    width: 30px;
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ced4da;
    color: #555;
    transition: all .5s;
}

.minus:hover, .plus:hover{
    background-color: #ced4da;
    color:#fff;
}

#date, #date2 {
    font-size: 12px;
    height: 32px;
    padding-right: 38px;
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px 14px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6,9 12,15 18,9'/%3E%3C/svg%3E");
}

select.form-control:not([size]):not([multiple]){
    font-size:12px;
    height: 32px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px 14px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6,9 12,15 18,9'/%3E%3C/svg%3E");
}

.sale-flash {
    position: absolute;
    top: 0px;
    left: 0px;
    right: auto;
    padding: 6px 10px;
    background-color: #e92829;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    z-index: 5;
}
.pricebox del {
    color: #e92829;
    font-size:14px;
}
.price-value, #startLabel{
    font-size:18px! important;
}

@media (max-width:479px){
    .price-value{
        font-size:14px! important;
    }
}

.submitBtn:focus{
    font-size: 16px;
    display: inline-block;
    padding:8px 20px! important;
}


.news_container2 .news_image{
    aspect-ratio: 255 / 350;
}

/*end custom.css*/
@media screen and (max-width:1199px){
    .news_container2 .news_image {
        aspect-ratio: 475 / 335;
        width: 100%;
        height: 475px! important;
    }
}

@media screen and (max-width:991px){
   .modal{
       max-width:95%;
       max-height:95%;
       margin-top:auto;
       margin-bottom:auto;
       margin-left: auto;
       margin-right: auto;
   } 
   
    .news_container2 .news_image {
        aspect-ratio: 245 / 385;
        height: 385px ! important;
        margin-bottom:10px;
    }
}
@media (min-width: 768px){
   h1.font30{
	    font-size:30px;
	} 
}
@media screen and (max-width: 767px){
    
    .news_container2 .news_image {
        aspect-ratio: 275 / 385;
        
    }
    
    .container_absolute h2{
        text-align:center;
    }
    
    .product_detail .col_half{
        clear:both;
    }
    
    .package-title{
        margin-top:20px;
        min-height:0px;
    }
    
    .modal-content{
        max-width:100%;
        width:100%;
    }
    .pricebox, #thisProdPrice {
        font-size: 18px! important;
    }
}

@media (max-width:479px){
    
    .news_container2 .news_image {
        aspect-ratio: 190 / 270;
        height: 270px ! important;
    }
    
    .owl-carousel .owl-nav .owl-prev{
        left:-10px;
    }
    .owl-carousel .owl-nav .owl-next{
        right:-10px;
    }
    
    #date, #date2 {
    font-size: 16px;
    height: 40px;
        
    }
    
}