body {
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

img {
    width: 100%;
}

h2 {
    margin: 0px;
    padding: 0px;
}

#wrapper {
    width: 100%;
    background: #013c74 url(https://santorini-privatetour.com/media-assets/dark-FOTO-1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.wrapper_container {
    width: 940px;
    margin: 0 auto;
    background: #fff;
}

.header_logo img {
    width: 100%;
    height: auto;
}

.body_container {
    padding: 0px 20px;
    display: block;
    position: relative;
    height: auto;
    overflow: auto;
}

.menu_links {
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding-bottom: 12px;
}

.ul_style {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.ul_style .li_style {
    display: inline-block;
    margin-right: 10px;
}

.ul_style .li_style .active {
    padding: 12px 12px;
    color: #fff;
    background: #b43c3c;
    text-decoration: none;
    border-radius: 5px 5px 0px 0px;
}

.ul_style .li_style a {
    padding: 12px 12px;
    text-decoration: none;
    color: #b43c3c;
}

.ul_style .li_style a:hover {
    color: #fff;
    background: #c76d6d;
    border-radius: 5px 5px 0px 0px;
}

.product_img_s {
    width: 210px;
    display: inline-block;
    vertical-align: top;
}

.product_content_s {
    width: 400px;
    display: inline-block;
    margin-left: 20px;
}

.protuct_s .product_related .related_item h2 a {
    text-decoration: none;
    color: #b43c3c;
    font-size: 21px;
    margin-top: 20px;
    display: block;
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 75px;
  max-height: 75px; 
  line-height: 25px; 

}

.protuct_s h2 a {
    text-decoration: none;
    color: #b43c3c;
    font-size: 21px;
    margin-top: 20px;
    display: block;
}

.protuct_s h2 a:hover {
    color: #c76d6d;
}

.product_options {
    display: inline-block;
    width: 260px;
    vertical-align: top;
   
}
.chosen_options{
    padding: 5px 0px;
}
.product_curency_s {
    display: block;
    font-size: 13px;
    margin: 4px 0px;
    color: #000;
    font-weight: bold;
    
}

.product_price_s {
    display: block;
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 600;
}

.btn_s {
    padding: 10px 24px;
    background: #b43c3c;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.protuct_s {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #cbd1c9;
}

.product_full_s {
    width: 64%;
    display: inline-block;
    vertical-align: top;
}

.product_duration_s {
    display: block;
}

.product_code_s {
    display: block;
    margin-bottom: 20px;
}

.full_produсt_details .product_price_s {
    margin-bottom: 10px;
}

.product_full_s .slick-slide img {
    height: 385px;
    width: 580px;
    object-fit: cover;
}

.slider-nav img {
    width: 145px!important;
    height: 80px!important;
    object-fit: cover;
}

.slider-nav .slick-slide {
    width: 145px!important;
}

.small_title_s {
    font-weight: bold;
    display: block;
    margin-top: 20px;
}

.full_produсt_details p {
    font-size: 14px;
    line-height: 1.68;
    margin: 0 0 9px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.list_style li {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 14px;
}

ul.list_style {
    margin: 0px;
    padding: 0 0 0 20px;
}

.product_related {
    margin-top: 30px;
    background-color: #f4f6f4;
    padding: 0px 20px 20px 20px;
    width: 95%;
}

.related_title_style {
    line-height: 27px;
    font-size: 18px;
    background: #b43c3c;
    padding: 10px 20px;
    color: #fff;
    margin: 0px -20px;
    display: block;
    margin-bottom: 30px;
}

.related_item {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    margin-right: 13px;
}

.related_item span {
    display: block;
}

.realated_duration {
    margin-top: 20px;
}

.related_item .btn_s {
    display: block;
    margin-top: 15px!important;
    padding: 12px 0px;
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.last_related {
    margin-right: 0px;
}

.related_item img {
    height: 170px;
}

.carusel_containet {
    position: relative;
}

.product_full_s .prev {
    width: 30px;
    height: 80px;
    top: 40px;
    background: #b43c3c;
    border: none;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: +1;
    color: #fff;
    font-size: 20px;
}

.product_full_s .prev:hover {
    background: #b43c3ccc;
}

.product_full_s .next:hover {
    background: #b43c3ccc;
}

.product_full_s .next {
    width: 30px;
    height: 80px;
    top: 40px;
    background: #b43c3c;
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 20px;
}

.full_produсt_details {
    margin-top: 20px;
}

h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
}

.product_full_right {
    display: inline-block;
    width: 35%; 
    margin-top: 25px;
    
}
.inside_calendar{
    padding: 10px;
}

.inside_calendar h4{
margin-top: 0px;
}

.product_full_right  .product_right_inside{
width: 86%;
float: right;
-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);

}
.product_full_right h3{
    line-height: 27px;
    font-size: 18px;
    background: #b43c3c;
    padding: 10px 20px;
    color: #fff;
  
    display: block;
    
    margin-top: 0px;
}

.inside_options {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
}
.inside_select {
    display: inline-block;
   
}

.ui-datepicker{
    width: 19em !important;
}
.inside_abult {
    display: block;
    font-size: 13px;
    font-weight: bold;
}
.inside_price{
    font-size: 11px;
}

.inside_select select{
    padding-left: 20px !important;
}

.inside_calendar .inside_picker{
    margin-top: 20px;
}
select{
    padding: 4px 0 4px 4px;
    height: 35px;
    outline: none !important;
    box-sizing: border-box;
    background: #fff;
    color: #222;
    border: 1px solid #cccccc;
}
.inside_picker h4{
    margin-bottom: 10px;
}
.after_calendar_option h4{
    margin-top: 20px;
    margin-bottom: 15px;
}
.after_calendar_option select{
    width: 100%;
}
.total_price .product_curency_s{
    width: 49%;
    display: inline-block;
    color: #000;
    font-weight: 600;
}
.total_price .product_price_s{
    width: 49%;
    display: inline-block;
    font-size: 18px;
    text-align: right;
    font-weight: 600;
}
.total_price {
    margin-top: 15px;
}
.link_div_s {
    text-align: center;
    padding: 15px 0px;
    background: #b43c3c;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}
.link_div_s:hover {
    
    background: #c76d6d;
   
}
.information_block {
    margin-top: 10px;
}
.datepicker_inline{
    width: 100%;
}
.datepicker_inline .ui-datepicker-inline{
width: 100%;
}