/* Cont Product */
.cont-product {
margin-top: 30px;
}
/* Product Page */
.bk-tour, .mobile-details { display: none; }
.product-container { background: #ffffff; margin-top: -100px; padding: 20px; position: relative; }
.prod_product_name_header { font-size: 30px; }
.calendar-parent { /*display: none;*/ width: 100%; height: 100%; position: absolute; margin-left: -20px; background: #ffffff; z-index: -10; }
.calendar-parent.on-top { z-index: 5; }
#calendar { opacity: 0; }
.calendar-parent.on-top #calendar { opacity: 1; }
.calendar-parent.on-top #calendar .fc-view-harness.fc-view-harness-active { margin-left: -15px; }
.calendar-parent.on-top #calendar .fc-button-group { position: absolute; left: 0; top: 10px; z-index: 2; }
.calendar-parent.on-top #calendar .fc-today-button { position: absolute; left: 80px; top: 8px; }
.calendar-parent.on-top #calendar .fc-toolbar-title { margin-left: 0 !important; }
.calendar-parent.on-top #calendar .close-button { background: transparent; border: 1px solid #fff; border-radius: 4px; padding: 8px; position: absolute; right: 20px; }
.calendar-parent.on-top #calendar thead tr { background: #000000; }
.calendar-parent.on-top #calendar thead tr a { color: #ffffff; font-weight: 500; }
.calendar-parent.on-top #calendar thead th { border-color: #000000; }
.calendar-parent.on-top #calendar.fc-theme-standard .fc-scrollgrid { border-top-color: #000000; }
.click-calendar { margin: 20px 0 10px; border: 1px solid #636363; display: inline-block; padding: 5px 15px; border-radius: 20px; background: #636363; color: #fff; cursor: pointer; display: none; }
.calendar-parent.on-top #calendar div.fc-scrollgrid::-webkit-scrollbar-track, .calendar-parent.on-top #calendar div.fc-scroller-liquid-absolute::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.2); }
.calendar-parent.on-top #calendar .fc-event-main div { font-size: 12px !important; font-family: 'Montserrat'; text-wrap: balance; font-weight: 500; }
#prod-page-reg { margin-top: 30px; }
.product-page .page-hero { background: #ebebeb; }
.product-page .page-hero img { opacity: 0; }
.product-page .page-hero.imgExist img { opacity: 1; min-width: 100%; }
.tabs button {
background: none;
border: none;
padding: 10px 20px;
cursor: pointer;
}
.tabs button.active {
font-weight: bold;
border-bottom: 2px solid #007bff;
}
/* Tabs */
.content .tab-navigation {
background: #F8F8F8;
display: flex; /* Arrange tabs horizontally */
width: calc(100% + 40px);
margin: -20px -20px 20px;
}
.content .tab {
padding: 40px 80px; /* Add some padding */
cursor: pointer; /* Indicate it's clickable */
border-bottom: 2px solid transparent; /* Initial border */
}
.content .tab.active {
background: #ffffff;
color: #1E2326;
border-bottom: 2px solid black; /* Active tab gets a solid border */
}
.content .tab-icon {
margin-right: 5px; /* Add space between icon and text */
}
/* Tabs end */
.content {
display: flex;
flex-wrap: wrap;
}
.left-section {
width: calc(100% - 400px);
position: relative;
flex: 2;
padding: 20px;
}
.right-section {
width: 400px;
flex: 1;
padding: 20px;
}
/* Left Section Styling */
.rating {
color: gold; /* Or use an image for star ratings */
}
.description {
margin-bottom: 20px;
}
.details {
margin-bottom: 20px;
}
.detail-item {
margin-bottom: 10px;
}
.label {
font-weight: bold;
}
.included-excluded {
display: flex;
}
.included-excluded .section {
flex: 1;
margin-right: 20px;
}
.included-excluded h3 {
margin-bottom: 10px;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.gallery-slide { position: relative; background: #ebebeb; height: 200px; font-size: 0px; padding: 10px; width: calc(100% / 4 - 8px); background-size: cover; display: flex; align-items: flex-end; justify-content: center; overflow: hidden; }
.gallery img {
/*width: calc(33.33% - 20px); Adjust as needed for spacing */
margin: 10px;
height: 100%; /* Adjust as needed */
object-fit: cover;
opacity: 0;
width: auto;
}
.gallery-video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover; /* Ensures the video covers the entire slide */
}
.modal-dialog { width: 1200px; max-width: 100%; }
.modal#videomodal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 1000;
}
.modal#videomodal .modal-content {
display: flex;
align-items: center;
justify-content: center;
margin: 50px auto;
max-width: 80%;
max-height: 80%;
background: white;
padding: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
position: relative;
}
.modal#videomodal .close-modal {
position: absolute;
top: 0px;
right: 10px;
cursor: pointer;
color: #000;
opacity: 0.4;
font-size: 24px;
}
.modal#videomodal video { max-height: 700px; width: 100%; margin: 0 auto; }
/* Right Section Styling */
.booking-box {
background-color: #EDEDED; /* EDEDED f9f9f9 */
border: 1px solid #ddd;
padding: 40px 20px;
text-align: center;
}
.price {
font-size: 24px;
margin-bottom: 10px;
display: flex;
align-items: baseline;
}
.price .amount { text-align: left; }
.price.mobile-price { display: none; }
.booking-box .price {
justify-content: center;
}
.per-person {
padding-left: 5px;
font-size: 14px;
color: #777;
}
.spots {
margin-bottom: 20px;
}
.book-button {
background-color: #007bff; /* Example button color */
color: white;
padding: 12px 20px;
border: none;
cursor: pointer;
font-size: 16px;
border-radius: 5px;
}
.signup-message {
font-size: 12px;
color: #777;
margin-top: 10px;
}
.calendar {
margin-top: 20px;
}
.calendar h3 {
margin-bottom: 10px;
}
.days, .dates {
display: flex;
}
.days span, .dates span {
flex: 1;
text-align: center;
padding: 5px;
}
.tour-confirmed {
background-color: #d4edda; /* Example success background color */
color: #155724; /* Example success text color */
padding: 10px;
margin-top: 20px;
border-radius: 5px;
}
.personalisename input[type="text"] { border-radius: 30px; text-align: center; }
.personalisename br { display: none; }
/* Product Page end */
/* video responsive css */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Right Sibebar */
.right-sidebar {
margin-bottom: 20px;
padding-bottom: 10px;
/*background-color: #f6f6f6;
border: 1px solid #e4e4e4;*/
}
.qty-field {
display: flex;
margin: 0 auto;
width: 130px;
align-items: center;
justify-content: center;
border: 1px solid #ccc;
border-radius: 20px;
overflow: hidden;
}
.qty-field input {
text-align: center;
width: 60px;
border: none;
margin-bottom: 0;
-moz-appearance: textfield;
}
.qty-field input::-webkit-outer-spin-button,
.qty-field input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.qty-minus,
.qty-plus {
background-color: #eee;
border: none;
padding: 5px 12px;
cursor: pointer;
}
#IES_StockNotificationLink {
float: left;
clear: both;
}
/* Select */
.cont-product input, .cont-product select {
display: block;
line-height: 1.42857143;
color: #8e8e8e;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.cont-product input {
font-size: 12px;
font-weight: 600;
height: 36px;
margin: 2px 0;
padding: 8px 12px;
}
.cont-product select {
padding: 8px 8px;
}
.cont-product input[type="radio"], input[type="checkbox"] {
height: 12px;
margin-right: 3px;
float: left;
}
.personalisename input[type="text"] { width: 200px; margin: 0 auto; }
.personalisetitle .prod_personalize_name, .custom-qty-text {
display: inline-block;
clear: both;
padding-top: 15px;
padding-bottom: 5px;
font-weight: 500;
color: #1E2326;
text-transform: uppercase;
}
.prod_personalize_checkbox .personalize .prod_personalize_description {
float: left;
}
.personalisename { display: flex; flex-direction: column; }
#product_page_pic center {display: none;}
.product_name { border-top: 1px solid transparent; text-align: center; }
.product_name a { padding: 0; }
.product_price { display: block; }
/* Big Image */
.big-image {
float: left;
width: 100%;
max-height: 450px;
padding: 2px 0;
height: 450px;
position: relative;
-webkit-transition: all 0.2s ease;
}
.big-image img {
max-width: 100%;
max-height: 400px;
margin: 0 auto;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
padding: 0 28px;
transition: all 0.2s ease;
height: auto;
}
.pp-space {
margin-top: 480px;
display: none;
}
#social_network {
display: inline-block;
margin: -10px 34% 10px;
}
#mobile-options {
padding-left: 0;
padding-bottom: 5px;
}
#mobile-options input, #mobile-options select {
min-height: 35px;
padding: 0 5px;
min-width: 140px;
max-width: 100%;
width: auto;
box-sizing: border-box;
align-items: center;
white-space: pre;
vertical-align: middle;
-webkit-rtl-ordering: logical;
background-color: white;
cursor: default;
border-width: 1px;
border-style: solid;
border-color: initial;
border-image: initial;
border-radius: 0px;
border-color: rgb(169, 169, 169);
}
#mobile-options input[type="radio"]{ min-width: 15px; }
.prod-description .optiongroup {
width: 100%;
margin-bottom: 6px;
border-bottom: 1px solid #ebebeb;
padding-bottom: 12px;
}
/* Image list */
.image-list {
margin: 0 auto;
/* margin-right: 6px; */
/* padding-left: 0; */
transition: all 0.2s ease;
display: inline-block;
/* Set our transitions up. */
/* -webkit-transition: max-height 0.8s; */
-moz-transition: max-height 0.8s;
/* transition: max-height 0.8s; */
width: 100%;
text-align: center;
white-space: nowrap;
overflow-y: hidden;
overflow-x: scroll;
}
.image-list li {
width:100px;
height: 100px !important;
/* float: left; */
display: inline-block;
cursor: pointer;
/* display: flex; */
align-items: center;
justify-content: center;
margin-bottom: 12px;
list-style-type: none;
border: 1px solid #ededed;
transition: all 0.2s ease;
position: relative;
overflow: hidden;
}
.image-list li:last-child {
margin-right:0px;
}
.image-list li img {
max-width: 100%;
max-height: 100px;
display: block;
margin: auto;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
position: absolute;
}
#imageLightbox .modal-body img { max-width: 100%; }
/* Similar Products */
.related-products {
width: 100%;
margin-top: 30px;
}
.section-title {
font-size: 13px;
margin-bottom: 10px;
letter-spacing: 2px;
font-weight: 700;
text-transform: uppercase;
text-align: left;
}
.related-product-list {
border-top: 1px solid #929292;
float: left;
margin-top: 5px;
margin-bottom: 15px;
padding-top: 15px;
padding-left: 0;
width: 100%;
}
.related-product-list li {
width: 120px;
float: left;
margin: 5px;
text-align: center;
list-style-type: none;
}
.related-product-list li div {
border: 1px solid #ededed;
}
.related-product-list li span {
margin: 5px 0 10px 0;
}
.related-product-list li img {
width: 100%;
}
.product-reviews {
width: 100%;
margin-top: 30px;
}
.product-reviews .reviews-text {
margin-top: 5px;
padding-top: 15px;
color: #929292;
text-align: center;
border-top: 1px solid #929292;
}
.product-reviews .reviews-text span {
color: #666666;
font-weight: 700;
}
.product-details {
margin-top: 22px;
padding-bottom: 22px
}
.product-details .prod-name {
font-size: 18px;
font-weight:500;
}
.product-details .prod-price {
font-size: 22px;
margin: 0px 0px 8px;
float: left;
clear: left;
}
.product-details .prod-instock {
float: left;
margin-top: 8px;
margin-bottom: 8px;
font-size: 12px;
color: #ff0000;
font-weight:700;
border-bottom: 2px solid #dedede;
}
.product-details .prod-description {
font-size: 13px;
line-height: 20px;
}
.product-details .prod-description p {
font-size: 14px;
line-height: 20px;
margin-bottom: 10px;
text-align:justify;
text-justify:initial;
}
.prod-description div {
margin-bottom: 1px;
}
.prod-description .label {
color: #000;
}
.product-details .prod-size {
font-size: 12px;
font-weight: 600;
width: 65%;
height:36px;
margin: 25px 0;
padding: 8px 12px;
}
.product-details .personalization-option-title {
float: left;
padding-top: 5px;
padding-bottom:5px;
font-weight: 600;
color: #000;
text-transform: uppercase;
}
.product-details .personalization-option-input {
width: 100%;
font-size: 12px;
margin-bottom: 30px;
}
.cart-and-list-buttons {
margin-top: 10px;
}
.btn { border-radius: 0; }
.btn-add-to-cart {
/*width: 100%;*/
/*margin-bottom: 15px;*/
/*padding: 9px 28px;*/
/*margin-right: 15px;*/
/*font-size:11px;*/
/*font-weight: 700;*/
/*text-transform: uppercase;*/
/*letter-spacing: 2px;*/
background-color: #A71E22; /* Example button color */
color: #ffffff;
padding: 12px 20px;
border: none;
cursor: pointer;
font-size: 16px;
font-weight: 500;
border-radius: 5px;
}
.btn-add-to-cart:hover { color: #ffffff; }
.btn-add-to-wish-list {
width: 100%;
padding: 9px 28px;
background-color: #ebebeb;
font-size: 11px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 2px;
}
.social-likes .share-title {
width: 100%;
float: left;
font-size: 11px;
margin-left: 4px;
margin-top: 20px;
letter-spacing: 2px;
font-weight: 700;
}
/* large_header_text */
.large_header_text {
text-align: center;
font-size: 24px;
margin-bottom: 48px;
}
.cross_sell_listing {
margin-top: 15px;
}
.cross_sell_listing table tbody tr td { border-right: 1px solid #ebebeb; margin-bottom: 2px; padding: 4px; display: inline-block; text-align: center; }
.cross_sell_listing table tbody tr td:nth-child(3n+3) { border-right: none; }
.cross_sell_listing table tbody tr td table tr td { border: none; }
.product_vert {
float: left;
width: 24%;
margin: 5px;
}
.product_vert:nth-child(2n+5){
clear:both;
}
.cross-sell {
border-bottom: 1px solid #ebebeb;
border-top: 1px solid #ebebeb;
padding-bottom: 32px;
}
img.crosssellimg {
width: auto;
margin: 0 auto;
display: block;
}
.image_styles {
border: none !important;
}
.prod_review_content {
margin-top: 40px;
margin-bottom: 40px;
}
.prod_review_content td h4 {
font-size: 24px;
}
#newsletter_body{
height: 32px !important;
width: 100% !important;
}
#newsletter_fielddv {
width: 85%;
}
.rating-icon-title {
font-weight: bold;
font-size: 14px;
}
.reviewer-name-date {
color: #555;
text-transform: uppercase;
font-size: 11px;
}
.helpful-vote {
font-size: 12px;
}
.review-body {
padding-top: 7px;
padding-bottom: 4px;
}
.prod_wholesale_price_message {
font-size: 15px;
}
.prod_strike_currency_type .bigger_price_show_class {
font-size: 14px;
}
.prod_correct_price .bigger_price_show_class {
font-size: 22px;
}
.bigger_price_show_class {
font-size: 24px !important;
color: #A71E22 !important;
}
#multi_cur_form {
display: none;
float: right;
margin: -15px 0 15px;
margin: -5px -5px -30px 0 !important;
padding-left: 20px;
font-size: 12px;
position: relative;
z-index: 10;
}
#multi_cur_form select {
display: inline;
background: #e5e5e5;
color: #464646;
font-weight: bold;
font-size: 10px;
letter-spacing: 1px;
border: none;
padding: 6px 3px;
margin-left: 8px;
}
/* Pricing styles */
.prod_on_sale {
font-size: 12px;
padding: 3px 6px;
background: #000;
color: #ffffff;
}
.prod_strike_currency_type, .prod_strike_appox {
text-decoration: line-through;
}
.prod_appox {
/*font-weight: bold;*/
margin-top: -5px;
display: block;
color: #1E2326;
font-size: 18px;
opacity: 0.9;
}
.prod_appox:before { content: "("; opacity: 0.7; }
.prod_appox:after { content: ")"; opacity: 0.7; }
.swiper-pic-slider {
padding-top: 50px;
display: none;
}
.swiper-slide {
height: 300px !important;
}
.swiper-slide center { display: none; }
.desktop-slider {
padding-top: 20px;
transition: all 0.2s ease;
}
.push-down { margin-top: 0; }
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
width: 80%;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-slide:nth-child(2n) {
width: 60%;
}
.swiper-slide:nth-child(3n) {
width: 40%;
}
.manufacturer_no { display: block; float: left; clear: both; font-weight: 500; }
/* bulk pricing */
.table-like { border: 1px solid #d3d3d3; width: 50%; float: left; text-align: center;}
.row-eq-height {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
}
#recurringChange .row { margin-bottom:0; }
#recurringChange .row .table-like { border-bottom: 0; }
#recurringChange .row:first-child .table-like { background: #d3d3d3; }
#recurringChange .row .table-like:first-child { border-right: 0; }
#recurringChange .row:last-child .table-like { border-bottom: 1px solid #d3d3d3; }
.bulk-quantity-box { margin-top: 15px; }
.bulk-quantity-box .prod_qty_to_order { font-size: 14px; }
/* Tabs panel */
.tabbable-panel {
border:1px solid #eee;
padding: 10px;
}
/* Default mode */
.tabbable-line > .nav-tabs {
border: none;
margin: 0px;
}
.tabbable-line > .nav-tabs > li {
margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
border: 0;
margin-right: 0;
color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
border-bottom: 2px solid #ddd;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
border: 0;
background: none !important;
color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
border-bottom: 2px solid #000;
position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
border: 0;
color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
color: #404040;
}
.tabbable-line > .tab-content {
margin-top: -3px;
border: 0;
border-top: 1px solid #eee;
padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
padding-bottom: 0;
}
span[style="font-weight: bold;"] { color: #1E2326; }
@media (min-width: 768px) {
.nav-justified {
max-height: 52px;
}
.nav-justified > li > a {
border-right: 1px solid #d5d5d5;
border-left: 1px solid #fff;
}
.nav-justified > li:first-child > a {
border-left: 0;
}
.nav-justified > li:last-child > a {
border-right: 0;
border-radius: 0 5px 5px 0;
}
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
.marketing {
padding-right: 0;
padding-left: 0;
}
#prod-mobile-only {
display: none;
}
#prod-page-reg { display: block; }
}
@media screen and (max-width: 768px) {
.big-image {
width: 100%;
margin: 0 auto;
}
.big-image img {
width: 100%;
max-width: 100%;
}
.image-list li {
clear: none;
margin: 0 10px 12px;
}
/*#prod-page-reg { position: fixed; bottom: 0; z-index: 9; left: 0; width:100%; display: block; }*/
/*#prod-page-reg .cart-and-list-buttons { margin-bottom: -2px !important; }*/
/*#prod-page-reg .cart-and-list-buttons .btn-add-to-cart {*/
/*border-radius: 0;*/
/*width: 100%;*/
/*height: 5rem;*/
/*margin-bottom: 0;*/
/*}*/
/*#prod-page-reg .cart-and-list-buttons .btn-add-to-wish-list {*/
/*display: none;*/
/*position: fixed;*/
/*right: 0;*/
/*bottom: 0;*/
/*margin: 0;*/
/*padding: 0 1rem;*/
/*border-radius: 0;*/
/*width: 20vw;*/
/*height: 4rem;*/
/*z-index: 10;*/
/*}*/
/*.qty-field input[type="text"] {*/
/*width: 40% !important;*/
/*}*/
.right-sidebar {
border-top: 1px solid #ebebeb;
margin-top: 20px;
}
.desktop-slider {
display: none;
}
.dtop-prod-title { display: none; }
.dtop-prod-price { display: none; }
.mobile-prod-price { padding-left: 0; }
/*.swiper-pic-slider {*/
/*padding-top: 20px;*/
/*display: block;*/
/*}*/
/*.swiper-slide img {*/
/*display: block;*/
/*width: auto;*/
/*max-width: 100%;*/
/*max-height: 100%;*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 50%;*/
/*margin-right: -50%;*/
/*transform: translate(-50%, -50%);*/
/*}*/
.product-page .page-hero.imgExist img { min-width: auto; min-height: 100%; }
.modal-dialog { width: calc(100% - 40px); }
#mobile-options {
margin-top: -20px;
padding-left: 0;
margin-bottom: 20px;
}
#mobile-options .optiongroup {
width: auto;
display: inline-block;
margin-right: 5px;
margin-bottom: 5px;
margin-top: 10px;
border-bottom: none;
}
#mobile-options input, #mobile-options select { min-width: auto; }
#social_network {
margin: 0;
padding: 20px;
}
.modal-dialog { margin: 50% 20px; }
.mobile-prod-title .prod_product_name_header {
font-size: 18px;
}
.bigger_price_show_class { font-size: 16px; }
.prod-description input[type="text"], .prod-description select, .prod-description textarea {
width: 100%;
}
textarea { max-width: 100%; }
.prod-description input[type="text"], .prod-description select {
height: 40px;
}
.product-details .prod-description {
display: block;
clear: both;
padding-top: 4px;
border-top: 1px solid #ebebeb;
margin-top: 4px;
}
.prod-description div.a-row.a-expander-container.a-expander-inline-container, .prod-description div.a-row.a-spacing-micro.singleton { width: auto !important; }
.cross_sell_listing table tbody tr td { width:100%; }
.share {
color: #555;
background-color: #dedede;
border-color: #dedede;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}
.product_vert {
width: 50%;
margin-bottom: 10px;
height: 280px;
margin-left: 0;
margin-right: 0;
padding: 0px;
}
.product_vert img.crosssellimg {
max-width: 85%;
}
.prodtopdescription { padding-top: 12px; }
}
@media screen and (max-width: 640px) {
.left-section { width: 100%; }
.right-section { width: 100%; display: none; }
.gallery { /*flex-wrap: nowrap;*/ overflow-x: scroll; }
.gallery-slide { width: calc(100% / 2 - 8px); }
.content .tab { padding: 15px 20px; }
.calendar-parent.on-top { overflow-x: scroll; }
.calendar-parent.on-top #calendar { min-width: 800px; min-height: 400px; }
.calendar-parent.on-top #calendar .fc-scrollgrid-sync-table { min-width: 800px; }
.calendar-parent.on-top #calendar .fc-view-harness.fc-view-harness-active { margin-left: 0; }
.calendar-parent.on-top #calendar .fc .fc-toolbar.fc-header-toolbar { margin-left: 0; }
.calendar-parent.on-top #calendar.fc .fc-toolbar.row { margin-left: 0; margin-right: 0; }
.calendar-parent.on-top #calendar .fc-col-header { min-width: 800px; }
.left-section-primary .prod_product_name_header { display: none; }
.bk-tour { /*display: inline-block;*/ position: absolute; width: 200px; padding: 15px 0; top: -52px; right: 0; background: #A71E22; color: #ffffff; text-align: center; }
.mobile-details { display: flex; flex-wrap: wrap; /*border-top: 1px solid #ebebeb;*/ border-bottom: 1px solid #ebebeb; padding: 0 0 30px; margin-bottom: 30px; }
.mobile-details .price { width: 100%; justify-content: center; }
.mobile-details .personalisegroup, .mobile-details .qtybox { width: 50%; }
.mobile-details .personalisegroup input { max-width: 100%; }
#prod-page-reg, .prod-page-reg { margin-top: 10px; width: 100%; }
#prod-page-reg .btn-add-to-cart, .prod-page-reg .btn-add-to-cart { width: 100%; }
#multi_cur_form { margin: -65px -5px -30px 0 !important; color: #ffffff; }
.modal-dialog { width: calc(100% - 40px); }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
#prod-page-reg { display: block; }
#prod-mobile-only { display: none; }
}

