/*fonts*/
@font-face { font-family: 'sofia_prolight'; src: url('../fonts/sofia_pro_light-webfont.woff2') format('woff2'),  url('../fonts/sofia_pro_light-webfont.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'sofia_proregular'; src: url('../fonts/sofia_pro_regular-webfont.woff2') format('woff2'),  url('../fonts/sofia_pro_regular-webfont.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'sofia_proultralight'; src: url('../fonts/sofia_pro_ultralight-webfont.woff2') format('woff2'),  url('../fonts/sofia_pro_ultralight-webfont.woff') format('woff'); font-weight: normal; font-style: normal; }

/* =CSS Reset
========================================================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp,
strike,tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height:1; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
ol { list-style:decimal; margin:0; padding:0 0 0 20px; margin:0 0 15px; }
ol li { margin:0; padding:0; }
ul { list-style:disc; margin:0; padding:0 0 0 20px; margin:0 0 15px; }
ul li { margin:0; padding:0; }

/* =Deafult Tag & General Classes
========================================================================================*/
html, body { -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%; }
body { color: #4c4c4c; font-family: 'sofia_prolight', Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; line-height: 1.42857143; font-size:16px; }
img { vertical-align:top; border:0; }
a, input[type="button"], input[type="submit"], button { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
a { color:#59b8ff; text-decoration:none;}
a:hover { text-decoration:none; color:#9b8579; }
body * { box-sizing:border-box; -webkit-box-sizing:border-box; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	a:active{ background-color:transparent;}
}
strong { font-weight:bold; }
p { margin:0 0 10px 0; color:#717174; }
h1,h2, h3, h4, h5, h6 { line-height:100%; margin-bottom:10px; color:#4c4c4c; }
h1 { font-size:40px; }
h2 { font-size:32px; }
h3 { font-size:26px; }
h4 { font-size:24px; }
h5 { font-size:22px; }

.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
.cf { zoom:1; }
.nodisplay { display:none; }
.nodisplay_strict { display:none !important; }
.alignleft { float:left; }
.alignright { float:right; }
:focus { outline:none; }
.text_cont p { padding:0 0 10px 0; }
.nopad p, p.nopad { padding:0; }

/* =Form Style
========================================================================================*/
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; -webkit-appearance: none; -webkit-border-radius:0;  border-radius:0;  }
button, input { line-height: normal; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea, select{ background:#fff; padding:0 30px 0 10px; height:40px; line-height:20px; color:#666666; font-size:15px; border:0px; border:solid 1px #cccccc; width:100%; }

textarea { width:100%; height:80px; overflow:auto; resize:none; padding:10px; }
select { background: #fff url(../images/select-arrow.svg) no-repeat calc(100% - 10px) center; background-size: 14px 8px; }

input::-moz-focus-inner, button::-moz-focus-inner {border: 0; padding: 0; }

input[type="button"], input[type="submit"], button { background:#a9003f; height:41px; color:#fff; line-height:1; border:0;  cursor:pointer; width:auto; overflow:visible; padding:0 20px; vertical-align:middle; text-decoration:none; font-size:15px; text-transform:uppercase; letter-spacing:1px; }
input[type="button"]:hover, input[type="submit"]:hover, button:hover { background:#4c4c4c; color:#fff; }

input[type="checkbox"], 
input[type="radio"] { margin:0 8px 0 ; vertical-align:middle; }

/* =Layout Width
========================================================================================*/
#wrapper { }
.container { margin:0 auto; max-width:1340px;  padding:0 15px; }
.page-header { box-shadow: 0 0 10px 0 rgba(23,23,23,0.25); }

/* =Common-Page (common classes for all pages)
========================================================================================*/
.header-content-main { display: table; width: 100%; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; position: relative; }
.header-content-main > div { display: table-cell; vertical-align: middle; }
.header-content-main > div.menu-right { width: calc(100% - 290px); text-align: right; box-sizing: border-box; }
.header-content-main > div.logo-main { width: 290px; }
.header-bottom { padding:20px 0; }

.header-top { padding:6px 0 7px 0; }
.header-top-left { float:left; }
.phone-email { padding:0; margin:0; list-style:none; }
.phone-email li { display:inline-block; vertical-align:top; margin:0 19px 0 0; padding:0 21px 0 0; background:url(../images/top-devider.png) right center no-repeat; } 
.phone-email li a { color:#fff; position:relative; font-size:15px; }
.phone-email li:last-child { padding:0; margin:0; background:none; }
.phone-email li.header-call a { padding-left:26px; }
.phone-email li.header-call a:before { content:""; width:15px; height:15px; position:absolute; left:0; top:4px; background:url(../images/phone.svg) 0 0 no-repeat; background-size:15px; }
.phone-email li.header-mail a { padding-left:28px;  }
.phone-email li.header-mail a:before { content:""; width:18px; height:14px; position:absolute; left:0; top:4px; background:url(../images/mail.svg) 0 0 no-repeat; background-size:18px 14px; }

.header-top-right { float:right; }
.right-link-list { padding:0; margin:0; list-style:none; }
.right-link-list li { display:inline-block; vertical-align:top; margin:0 19px 0 0; padding:0 21px 0 0; margin:0 19px 0 0; padding:0 21px 0 0; background:url(../images/top-devider.png) right center no-repeat; } 
.right-link-list li:last-child { margin-right:0; padding-right:0; background:none; }
.right-link-list li a { color:#fff; position:relative; font-size:15px; }

.right-link-list li.myaccount a { padding-left:27px; }
.right-link-list li.myaccount a:before { content:""; width:16px; height:18px; position:absolute; left:0; top:2px; background:url(../images/user.svg) 0 0 no-repeat; background-size:16px 18px; }
.right-link-list li.favourites a { padding-left:29px; }
.right-link-list li.favourites a:before { content:""; width:18px; height:16px; position:absolute; left:0; top:4px; background:url(../images/heart.svg) 0 0 no-repeat; background-size:18px 16px; }
.right-link-list li.mycart a { padding-left:30px; }
.right-link-list li.mycart a:before { content:""; width:22px; height:18px; position:absolute; left:0; top:2px; background:url(../images/supermarket.svg) 0 0 no-repeat; background-size:22px 18px; }

.right-link-list li.mysearch a { padding-left:30px; }
.right-link-list li.mysearch a:before { content:""; width:22px; height:18px; position:absolute; left:0; top:2px; background:url(../images/header-search.svg) 0 0 no-repeat; background-size:22px 18px; }


/*menu css*/
#mainmenu { }
#mainmenu ul { padding:0; margin:0; list-style:none; }
#mainmenu ul li { display:inline-block; vertical-align:top; margin-right:29px; }
#mainmenu ul li:last-child { margin-right:0; }
#mainmenu ul li a { position:relative; color:#4c4c4c; text-transform:uppercase; font-size:16px; font-family: 'sofia_prolight'; padding-bottom:9px; }
#mainmenu ul li a:hover,
#mainmenu ul li.active a { color:#a9003f; }
#mainmenu ul li a:before { content:""; width:0px; height:3px; position:absolute; left:0; bottom:0; background:#a9003f;     -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
#mainmenu ul li a:hover:before,
#mainmenu ul li.active a:before { width:100%; }
/*menu css end*/


/*footer*/
#footer { background:#4c4c4c; }
.footer-top { padding:58px 0; border-bottom:1px solid #444444; }
.footer-top-col { font-size:0; }
.footer-top-col > div { width:25%; display:inline-block; vertical-align:top; }

.footer-top-col div.f-col h3 { font-size:18px; color:#fff; text-transform:uppercase; margin:0 0 25px; }
.footer-top-col div.f-col ul { padding:0; margin:0; list-style:none; } 
.footer-top-col div.f-col ul li { margin:0 0 10px; }
.footer-top-col div.f-col ul li:last-child { margin:0; }
.footer-top-col div.f-col ul li a { font-size:15px; color:#fff; }
.footer-top-col div.f-col ul li a:hover { color:#ccc; }

.footer-top-col div.f-col .brand-logo .logo-box { margin:0 0 18px; }
.footer-top-col div.f-col .brand-logo .logo-box:last-child { margin:0; }

.newsletter-col .field-box { margin:0 0 10px; }
.newsletter-col input { width:100%; height:40px; background:#fff; color:#666666; font-size:15px; padding:0 10px; border:0; }
.newsletter-col button { width:100%; height:40px; border:2px solid #fff; font-size:15px; text-transform:uppercase; letter-spacing:1px; }
.newsletter-col button:hover { background-color:#fff; color:#4c4c4c; }
.newsletter-col span.has-error.error-message { position:relative; top:-10px; }

.footer-top-col .footer-logo { margin-bottom:32px; }
.footer-top-col .footer-logo img { max-width:100%; }
.f-phone-mail p { font-size:15px; color:#fff; margin-bottom:28px; }
.f-phone-mail p.email { margin:0; }
.f-phone-mail p a { display:inline-block; padding:0 0 0 26px; color:#fff; position:relative; }
.f-phone-mail p a:hover { color:#ccc; }
.f-phone-mail p.call a:before { content:""; width:15px; height:15px; position:absolute; left:0; top:4px; background:url(../images/phone.svg) 0 0 no-repeat; background-size:15px; }
.f-phone-mail p.email a:before { content:""; width:18px; height:14px; position:absolute; left:0; top:4px; background:url(../images/mail.svg) 0 0 no-repeat; background-size:18px 14px; }

.footer-bottom { padding:20px 0; }
.footer-bottom .social-media { float:right; }
.footer-bottom .social-media ul { padding:0; margin:0; list-style:none; }
.footer-bottom .social-media ul li { display:inline-block; vertical-align:top; margin-right:18px; }
.footer-bottom .social-media ul li a { display:inline-block; }
.footer-bottom .social-media ul li a svg path { fill:#fff; }
.footer-bottom .social-media ul li:last-child { margin:0; }

.copyright { float:left; }
.copyright p { margin:0; font-size:15px; color:#fff; }
.copyright p a { color:#fff; } 
.copyright p a:hover { text-decoration:underline; }

.scrollToTop { position: fixed; right: 10px; bottom: 60px; z-index: 9; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; display: none; width: 40px; height: 40px; line-height: 45px; text-align: center; color: #ffffff; box-shadow: 0 0 20px 0 rgba(0,0,0, 0.3); border:2px solid transparent; }
.scrollToTop:hover { background-color:#4c4c4c; border:2px solid #fff; }
.scrollToTop:after { content: ''; background: url(../images/go-top.svg) no-repeat; background-size: contain; width: 20px; height: 20px; display: inline-block; }


.footer-bottom.inner { padding:10px 0; }
.footer-bottom.inner .copyright { margin-top:22px; } 
.footer-bottom.inner .brand { float:right; }
.footer-bottom.inner .brand ul { margin:0; padding:0; list-style:none; }
.footer-bottom.inner .brand ul li { display:inline-block; vertical-align:middle; margin:0 0 0 10px; }
.footer-bottom.inner .brand ul li:first-child { margin:0; } 

@media (min-width:1024px){
.footer-top-col div.f-col.first { width:35%; }
.footer-top-col div.f-col.two {  width:25%; }
.footer-top-col div.f-col.three { width:15%; }
.footer-top-col div.f-col.four { width:25%; }	
}

@media (min-width:1300px){
.footer-top-col div.f-col.first { max-width:570px; width:100%; }
.footer-top-col div.f-col.two { max-width:258px; width:100%; }
.footer-top-col div.f-col.three { max-width:142px; width:100%; }
.footer-top-col div.f-col.four { max-width:340px; width:100%; }	 
}

@media (max-width:1023px){
.footer-top { padding:25px 0; }
.footer-top-col div.f-col.first { width:50%; }
.footer-top-col div.f-col.two {  width:30%; }
.footer-top-col div.f-col.three { width:20%; }
.footer-top-col div.f-col.four { width:100%; margin-top:30px;}	
}

@media (max-width:767px){
.footer-top { padding:25px 0; }
.footer-top-col div.f-col.first { width:100%; margin-bottom:30px; }
.footer-top-col div.f-col.two {  width:70%; }
.footer-top-col div.f-col.three { width:30%; }
.footer-top-col div.f-col.four { width:100%; margin-top:30px;}	

.footer-bottom { padding:10px 0; } 
.copyright { float:none; text-align:center; margin:0 0 15px; }
.footer-bottom .social-media { float:none; text-align:center; }
.scrollToTop { bottom:20px; }

.footer-bottom.inner .copyright { margin-top:0; }
.footer-bottom.inner .brand { float:none; text-align:center; }
}


/*mobile menu*/
.mobile-icon { display:none; }
.mobile-icon > span { width:35px; height:35px; border:2px solid #4c4c4c; background-color:#fff; display:inline-block; vertical-align:top; cursor:pointer; } 
.mobile-icon > span.menu-icon { background-image:url(../images/menu.svg); background-position:center center; background-repeat:no-repeat; background-size:20px; }

.logo-close { display:none; }
.bottom-links { display:none; }

@media (max-width:1023px){
.mobile-icon { display:block; }
.header-top { display:none; }
.phone-email li { display:block; margin:0 0 15px; background:none; }
.right-link-list li { display:block; margin:0 0 15px; background:none; }


.mobile-menu { position:fixed; left:-100%; top:0; width:300px; height:100%; overflow-x:hidden; overflow-y:auto; z-index:10; text-align:left; -ms-transition: all 0.7s ease; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; transition: all 0.7s ease; opacity:0; visibility:hidden; background:#fff; }

.logo-close { display:block; padding:15px 10px; } 
.logo-close span { display:inline-block }
.logo-close span.close-menu { width:20px; height:20px; display:inline-block; vertical-align:top; background-image:url(../images/close.svg); background-position:0 0; background-size:20px; margin:7px 15px 0 10px;}
.logo-close .logo-img img { max-width:200px; }

.bottom-links { display:block; padding:20px 15px 30px; }
.bottom-links a { color:#4c4c4c !important; padding-left:29px !important; }

.right-link-list li.myaccount a:before { background:url(../images/mobile-icon/user.svg) 0 0 no-repeat; background-size: 16px 18px;
}
.right-link-list li.favourites a:before { background:url(../images/mobile-icon/heart.svg) 0 0 no-repeat; background-size: 18px 16px; }
.right-link-list li.mycart a:before { background:url(../images/mobile-icon/supermarket.svg) 0 0 no-repeat; background-size: 22px 18px; left: -3px; }
.phone-email li.header-call a:before {background:url(../images/mobile-icon/phone.svg) 0 0 no-repeat; background-size: 15px; }
.phone-email li.header-mail a:before { background:url(../images/mobile-icon/mail.svg) 0 0 no-repeat; background-size: 18px 14px; }

.show-menu body { overflow:hidden; }
.show-menu .mobile-menu { left:0; opacity:1; visibility:visible; }


#mainmenu ul li { display:block; padding:0; margin:0; } 
#mainmenu ul li:last-child { margin:0; }
#mainmenu ul li a { display:block; padding:10px 15px; }
#mainmenu ul li a:before { display:none; }

.overlay-bg { position: fixed; top: 0; right: -100%; bottom: 0; width: 100%; z-index: 6; background: rgba(0,0,0,0.9); content: ""; display: block; -ms-transition: all 0.7s ease; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; transition: all 0.7s ease; -moz-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0); }

.show-menu .overlay-bg { right: 0; -moz-transform: translateX(300px); -ms-transform: translateX(300px); -webkit-transform: translateX(300px); transform: translateX(300px); }
}

/* =Home-Page (only homepage used classes)
========================================================================================*/
/*slider*/
.home-banner { position:relative; min-height:450px; }
.home-banner .owl-carousel .owl-item .item { overflow:hidden; }
.home-banner .owl-carousel .owl-item img { width:auto; min-width:100%; position:relative; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); max-width:inherit; }

.home-banner .owl-dots { position:absolute; left:0; bottom:23px; width:100%; text-align:center; }
.home-banner .owl-dots .owl-dot { width:15px; height:15px; border:2px solid transparent; border-radius:100%; -webkit-border-radius:100%; position:relative; margin:0 3px; }
.home-banner .owl-dots .owl-dot span { width:9px; height:9px; border:2px solid #fff; position:absolute; left:50%; top:50%; margin-left:-4.5px; margin-top:-4.5px; border-radius:100px; }
.home-banner .owl-dots .owl-dot:hover span,
.home-banner .owl-dots .owl-dot.active span { background-color:#fff; }
.home-banner .owl-dots .owl-dot:hover,
.home-banner .owl-dots .owl-dot.active { border:2px solid #fff; }
/*slider end*/

.search-main { position:absolute; width:100%; left:0; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); z-index:2; }
.search-main .search-contain h3 { font-size:35px; color:#fff; text-transform:uppercase; margin:0 0 22px; }
.search-main .search-contain h4 { color:#fff; text-transform:uppercase; margin:0 0 20px; font-size:25px; }
.search-field-box { padding:0 260px 0 0; position:relative; }
.search-field-box .action-btn { position:absolute; right:0; bottom:0; width:260px; }
.search-field-box .action-btn button { width:100%; height:40px; text-transform:uppercase; letter-spacing:1px; font-size:15px; }
.search-field-box .action-btn button:hover { background:#4c4c4c; color:#ffffff; }
.search-field-box .field-box { font-size:0; }
.search-field-box .field-box > div { display:inline-block; vertical-align:top; width:50%; padding-right:10px; }
.search-field-box .field-box input { color:#666666; font-size:15px; width:100%; border:0; height:40px; background:#fff url(../images/search.svg)  no-repeat calc(100% - 10px) center; padding:0 30px 0 10px; }
.search-field-box .field-box select { color:#666666; font-size:15px; width:100%; border:0; height:40px; background:#fff url(../images/select-arrow.svg)  no-repeat calc(100% - 10px) center; background-size:14px 8px; padding:0 30px 0 10px; }
.search-field-box .field-box label { font-size:15px; color:#fff; margin:0 0 6px; }

.search-field-box .field-box div.Destination { position:relative; }
#search_location_section { position:absolute; left:0; top:100%; z-index:1; width:100%; background:#fff; }
#search_location_section ul { padding:0; height: 350px; overflow: auto; box-shadow: 0 0.5rem 1rem 0 rgba(0,11,38,0.24); list-style:none; }
#search_location_section ul li { padding:7px 10px 7px 42px; margin:0; position:relative; border:0 !important; list-style:none; }
#search_location_section ul li:hover { background-color:#f1eeee; }
#search_location_section ul li:before { content:""; width:12px; height:16px; position:absolute; left:19px; top:50%; margin-top:-8px; background:url(../images/pin.svg) 0 0 no-repeat; background-size:12px 16px; }
#search_location_section ul li strong { font-size:14px; display:block; padding:0; margin:0; color:#4c4c4c; font-family: 'sofia_prolight';}
#search_location_section ul li span.span_item  { display:block; padding:0; margin:0; font-size:14px; color:#949494; font-family: 'sofia_prolight'; }

#search_location_section ul .ui-state-active { border:0 !important; background:none !important; color:#949494 !important; }

.search-result-field .result-field-box div.result-field { position:relative; }
#search_location_listing { position:absolute; left:0; top:100%; z-index:1; width:100%; background:#fff; }
#search_location_listing ul { padding:0; height: 250px; overflow: auto; box-shadow: 0 0.5rem 1rem 0 rgba(0,11,38,0.24); list-style:none; }
#search_location_listing ul li { padding:7px 10px 7px 42px; margin:0; position:relative; border:0 !important; list-style:none; }
#search_location_listing ul li:hover { background-color:#f1eeee; }
#search_location_listing ul li:before { content:""; width:12px; height:16px; position:absolute; left:19px; top:50%; margin-top:-8px; background:url(../images/pin.svg) 0 0 no-repeat; background-size:12px 16px; }
#search_location_listing ul li strong { font-size:14px; display:block; padding:0; margin:0; color:#4c4c4c; font-family: 'sofia_prolight';}
#search_location_listing ul li div.ui-menu-item-wrapper { display:none !important; } 
#search_location_listing ul li span.span_item  { display:block; padding:0; margin:0; font-size:14px; color:#949494; font-family: 'sofia_prolight'; }

#search_location_listing ul .ui-state-active { border:0 !important; background:none !important; color:#949494 !important; }

/*grid css*/
.main-title { background:#fff; padding:55px 0; }
.main-title h3 { text-transform:uppercase; color:#4c4c4c; font-size:35px; margin:0 0 10px; }
.main-title p { font-size:16px; color:#4c4c4c; }

.grid-details { background:#f3f3f3; padding:60px 0; }
.grid-box-main { margin:0 -15px; font-size:0; }
.grid-box-main .product-grid { display:inline-block; vertical-align:top; width:25%; padding:0 15px; margin:0 0 30px; }
.pagination-main .btn-action { text-align:center; padding:0; }
.pagination-main .btn-action button { width:100%; max-width:300px; }

.product-grid .product-item { background:#fff; position:relative; }
.product-grid .product-item .product-img a { position:relative; display:block; }
.product-grid .product-item .product-img .main-img { overflow:hidden; min-height:187px; }
.product-grid .product-item .product-img .main-img img { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; max-width:100%; }
.product-grid .product-item:hover .product-img .main-img img { transform:scale(1.1); -webkit-transform:scale(1.1); }
.product-grid .product-item span.discount-label { position:absolute; left:-10px; top:10px; min-width:94px; padding:0 20px; text-align:center; font-size:15px; color:#fff; font-family: 'sofia_prolight'; height:30px; line-height:28px; display:inline-block; z-index:1; }
.product-grid .product-item span.discount-label:before { content:""; width:10px; height:8px; background:url(../images/corner.png) 0 0 no-repeat; position:absolute; left:0; bottom:-8px; }
.product-item .product-info { padding:16px 20px; }
.product-item .product-info span.destination-name { font-size:15px; color:#666666; display:block; margin-bottom:8px; }
.product-item .product-info h4.destination-location { font-size:18px; color:#4c4c4c; line-height:normal; height:50px; overflow:hidden; margin:0 0 15px; text-transform:none !important; }
.product-item .product-info h4.destination-location a { font-size:18px; color:#4c4c4c; line-height:normal; font-family: 'sofia_prolight'; }
.product-item .product-info .rating-block { margin:0 0 14px; }
.product-item .product-info .rating-block span { display:inline-block; vertical-align:top; line-height:22px !important; }
.product-item .product-info .rating-block span.rating-img { margin-right:8px; }
.product-item .product-info .rating-block span.total-review { font-size:13px; line-height:15px; }
.product-item .product-info .price span { display:inline-block; vertical-align:middle; margin-right:6px; }
.product-item .product-info .price span.from { font-size:15px; color:#666666; }
.product-item .product-info .price span.old-price { font-size:13px; color:#666666; }
.product-item .product-info .price span.new-price { font-size:17px; color:#4c4c4c; font-weight:bold; margin:0; }
.product-item .product-info .add-favorites { position:absolute; right:15px; top:14px; z-index:1; opacity:0; }
.product-item .product-info .add-favorites a { width:18px; height:16px; display:inline-block; background:url(../images/heart.svg) 0 0 no-repeat; background-size:18px 16px; } 
.product-item .product-info .add-favorites a:hover { background:url(../images/heart-hover.svg) 0 0 no-repeat; background-size:18px 16px; }
.product-item:hover .product-info .add-favorites { opacity:1; } 

.product-item .product-info .remove-favorites { position:absolute; right:15px; top:14px; z-index:1; opacity:0; }
.product-item .product-info .remove-favorites a { width:32px; height:32px; display:inline-block; background:rgba(0,0,0,0.7) url(../images/close-btn.svg) center center no-repeat; background-size:12px; border-radius:100px; -webkit-border-radius:100px; } 
.no-touch .product-item .product-info .remove-favorites a:hover { background-color:#f00; }
.no-touch .product-item:hover .product-info .remove-favorites { opacity:1; } 
.touch .product-item .product-info .remove-favorites { opacity:1; }

.pagination-main .pagination { -webkit-justify-content: center; justify-content: center; margin:0; }
.pagination-main .pagination .page-item { margin-right:9px; }
.pagination-main .pagination .page-item:last-child { margin:0; }
.pagination-main .pagination .page-item a.page-link { width:50px; height:50px; display:inline-block; text-align: center; line-height: 50px; padding: 0; border:0; border-radius:100px; -webkit-border-radius:100px; font-size:15px; color:#4c4c4c; } 
.pagination-main .pagination .page-item a.page-link:hover { background-color:#a9003f; color:#fff; }

.pagination-main .pagination .page-item.prev a { background-image:url(../images/prev.svg); background-position:center center; background-repeat:no-repeat; background-size:7px 10px; }
.pagination-main .pagination .page-item.prev a:hover { background-image:url(../images/prev-hover.svg); background-position:center center; background-repeat:no-repeat; background-size:7px 10px; }
.pagination-main .pagination .page-item.next a { background-image:url(../images/next.svg); background-position:center center; background-repeat:no-repeat; background-size:7px 10px; }
.pagination-main .pagination .page-item.next a:hover { background-image:url(../images/next-hover.svg); background-position:center center; background-repeat:no-repeat; background-size:7px 10px; }

.page-item.active .page-link { background-color: #a9003f; border-color: #a9003f; color:#fff !important; }
/*grid css end */


/*search Result*/
.search-result-main { background:#f3f3f3; padding:60px 0; }
.search-result-main .page-title h1 { font-size:35px; color:#4c4c4c; margin:0 0 20px; text-transform:uppercase; }
.change-search { float:right; }
.change-search a { display:inline-block; padding:0 0 0 24px; position:relative; font-size:18px; color:#4c4c4c; }
.change-search a:before { content:""; width:16px; height:16px; background:url(../images/search.svg) 0 0 no-repeat; position:absolute; left:0; top:50%; margin-top:-8px; }
.change-search a:hover { color:#a9013f; }

.search-result-main .sidebar-left { float:left; width:26%; border:1px solid #dddddd; background:#fff; }
.search-result-main .col-right { float:left; width:74%; padding:0 0 0 30px; }
.title-result { padding:26px 20px; border-bottom:1px solid #dddddd; }
.title-result h3 { font-size:25px; color:#4c4c4c; margin:0 0 10px; text-transform:uppercase; }
.title-result h4{ color:#666666; font-size:16px; margin:0;}

.search-result-field { padding:18px 20px; }
.search-result-field input { color:#666666; font-size:15px; width:100%; border:0; height:40px; background:#fff; padding:0 35px 0 10px; border:1px solid #dddddd; }
.search-result-field input.search { background:#fff url(../images/search.svg)  no-repeat calc(100% - 10px) center; }
.search-result-field input.date { background:#fff url(../images/calendar.svg)  no-repeat calc(100% - 10px) center; background-size:18px; }
.search-result-field select { color:#666666; font-size:15px; width:100%; border:0; height:40px; background:#fff url(../images/select-arrow.svg)  no-repeat calc(100% - 10px) center; background-size:14px 8px; padding:0 30px 0 10px; border:1px solid #dddddd; }
.search-result-field label { color:#4c4c4c; font-size:15px; margin:0 0 10px; }
.search-result-field .result-field-box { margin:0 0 14px; }
.search-result-field .action-btn { margin-top:20px; }
.search-result-field .action-btn .search-reset { float:right; padding:0 0 8px; display:inline-block; }
.no-touch .search-result-field .action-btn .search-reset:hover { color:#4c4c4c; }
.search-result-field .action-btn button { width:100%; height:41px; text-transform:uppercase; font-size:15px; letter-spacing:1px; }
.no-touch .search-result-field .action-btn button:hover { background:#4c4c4c; color:#fff; }

.sort-main { border:1px solid #dddddd; padding:15px 20px; background:#fff; margin:0 0 23px;} 
.sort-main .sort-left { float:left; }
.sort-main .sort-left h5 { font-size:18px; color:#4c4c4c; display:inline-block; vertical-align:top; margin:0; line-height:40px; } 
.sort-main .selct-box { display:inline-block; vertical-align:top; width:170px; margin-left:10px; }
.sort-main .selct-box select { color:#666666; font-size:15px; width:100%; border:0; height:40px; background:#fff url(../images/select-arrow.svg)  no-repeat calc(100% - 10px) center; background-size:14px 8px; padding:0 30px 0 10px; border:1px solid #dddddd; }

.list-grid { float:right; padding-top:9px; }
.list-grid a { display:inline-block; vertical-align:top; margin:0 0 0 15px; width:23px; height:23px; }
.list-grid a.list-view { background-image:url(../images/bars.svg); background-position:0 center; background-repeat:no-repeat; background-size:23px; margin:0; }
.no-touch .list-grid a.list-view:hover,
.list-grid a.list-view.active { background-image:url(../images/bars-hover.svg); background-position:0 center; background-repeat:no-repeat; background-size:23px; }
.list-grid a.gird-view { background-image:url(../images/interface.svg); background-position:0 0; background-repeat:no-repeat; background-size:22px; }
.no-touch .list-grid a.gird-view:hover,
.list-grid a.gird-view.active { background-image:url(../images/interface-hover.svg); background-position:0 0; background-repeat:no-repeat; background-size:22px; }


/*result grid*/
.list-grid-box { display: table; width: 100%; background:#fff; margin:0 0 30px; }
.list-grid-box .list-img,
.list-grid-box .list-content-box{ display: table-cell; vertical-align: middle; }
.list-grid-box .list-img { width: 36.3%; vertical-align: top; }
.list-grid-box .list-img img { max-width:100%; width:100%; }
.list-grid-box .list-img a { display:block; position:relative; }
.list-grid-box .list-content-box{ width: 63.7%; padding: 15px 20px; vertical-align: middle; }
.list-grid-box .left-content { float: left; width: 70%; padding-right: 20px; }
.list-grid-box .right-content { overflow: hidden; padding: 10px 0px 10px 20px; border-left:1px solid #dddddd; min-height:178px; position:relative; }

.list-grid-box .list-img { position:relative; }
.list-grid-box .list-img .add-favorites { position:absolute; right:15px; top:14px; z-index:1; opacity:0; }
.list-grid-box .list-img .add-favorites a { width:18px; height:16px; display:inline-block; background:url(../images/heart.svg) 0 0 no-repeat; background-size:18px 16px; } 
.list-grid-box .list-img .add-favorites a:hover { background:url(../images/heart-hover.svg) 0 0 no-repeat; background-size:18px 16px; }
.list-grid-box:hover .list-img .add-favorites { opacity:1; } 

.list-grid-box .list-img span.discount-label { position:absolute; left:-10px; top:10px; min-width:94px; padding:0 20px; text-align:center; font-size:15px; color:#fff; font-family: 'sofia_prolight'; height:30px; line-height:28px; display:inline-block; z-index:1; }
.list-grid-box .list-img span.discount-label:before { content:""; width:10px; height:8px; background:url(../images/corner.png) 0 0 no-repeat; position:absolute; left:0; bottom:-8px; }

.list-content-box h4 { margin:0 0 18px; text-transform:none !important; }
.list-content-box h4 a { font-size:18px; color:#4c4c4c; text-transform:none !important; }
.list-content-box .rating-block { margin:0 0 14px; }
.list-content-box .rating-block span { display:inline-block; vertical-align:top; }
.list-content-box .rating-block span.rating-img { margin-right:8px; }
.list-content-box .rating-block span.total-review { font-size:14px; line-height:26px; }

.list-content-box .time-availability p { position:relative; padding:0 0 0 30px; margin:0 0 15px; color:#4c4c4c; font-size:16px; line-height:15px; }
.list-content-box .time-availability p.time:before { content: ""; width: 16px; height: 16px; position: absolute; left: 0; top: 0; background: url(../images/clock.svg) 0 0 no-repeat; background-size:16px; }
.list-content-box .time-availability p.availability:before { content:""; width: 18px; height: 18px; position: absolute; left: 0; top: 0; background: url(../images/calendar.svg) 0 0 no-repeat; background-size: 18px; }

.list-content-box .list-description p { text-align:left; font-size:16px; line-height:22px; margin:0; color:#666666; }
.list-content-box .list-description p a { font-size:16px; color:#a9003f; }
.no-touch .list-content-box .list-description p a:hover { color:#4c4c4c; }

.price-main-wrap span.from { font-size:18px; color:#666666; margin-right:15px; }
.price-main-wrap .old-price { font-size:18px; color:#666666; font-family: 'sofia_prolight'; }
.price-main-wrap .new-price { font-size:30px; color:#4c4c4c; display:block; padding-top:5px; }
.view-more { position:absolute; left:0; bottom:0; padding:0 20px; }
.view-more a { display:inline-block; width:134px; height:41px; line-height:40px; text-align:center; color:#fff; text-transform:uppercase; font-size:15px; }
.no-touch .view-more a:hover { background:#4c4c4c; color:#fff; }


span.show-search { display:inline-block; width:134px; height:41px; line-height:40px; text-align:center; color:#fff; text-transform:uppercase; font-size:15px; background:#4c4c4c; margin:0 0 15px; display:none; }
.no-touch span.show-search:hover { background:#4c4c4c; color:#fff; }

.search-result-main .grid-box-main { margin:0 -8px; }
.search-result-main .grid-box-main .product-grid { width:33.3%; padding:0 8px; }
/*search Result end*/

/*product detail*/
.product-detail-main { padding:32px 0; background:#f3f3f3; }
.add-favourites { float:right; }
.add-favourites a { display:inline-block; padding:0 0 0 27px; position:relative; font-size:18px; color:#4c4c4c; }
.add-favourites a:before { content:""; width:18px; height:16px; background:url(../images/heart-hover.svg) 0 0 no-repeat; position:absolute; left:0; top:57%; margin-top:-8px; }
.add-favourites a:hover { color:#a9013f; }
.product-detail-main .page-title h1 { font-size:35px; color:#4c4c4c; text-transform:uppercase; margin-bottom:15px; max-width:800px; }
.booking_error_message { margin:0 0 10px; } 

.empty-stars:before { font-size:14pt !important; color:#fff; }
.empty-stars:before { -webkit-text-stroke: 1px #a9003f !important; }
.full-stars:before { font-size:14pt !important; color:#a9003f; -webkit-text-stroke: 1px #a9003f !important; }

.product-detail-main .rating-block { margin:0 0 22px; }
.product-detail-main .rating-block span { display:inline-block; }
.product-detail-main .rating-block .ratings { margin-right:8px; }
.product-detail-main .rating-block span.total-review { font-size:13px; line-height:22px; }

.startrate_box { position: relative; vertical-align: top; display: inline-block; color: #e4e4e4; overflow: hidden; margin-right:5px }

.product-detail-main .col-main { margin:0 0 30px; }
.product-detail-main .col-main .content-left { width:61%; float:left; }
.product-detail-main .col-main .sidebar-right { width:39%; float:right; padding:0 0 0 70px; } 
.detail-slider { position:relative; }

.detail-slider span.discount-label { position:absolute; left:-10px; top:10px; min-width:94px; padding:0 20px; text-align:center; font-size:15px; color:#fff; height:30px; line-height:28px; display:inline-block; z-index:1; }
.detail-slider span.discount-label:before { content:""; width:10px; height:8px; background:url(../images/corner.png) 0 0 no-repeat; position:absolute; left:0; bottom:-8px; }

.detail-slider .add-favorites { position:absolute; right:15px; top:14px; z-index:1; }
.detail-slider .add-favorites a { width:18px; height:16px; display:inline-block; background:url(../images/heart.svg) 0 0 no-repeat; background-size:18px 16px; } 
.detail-slider .add-favorites a:hover { background:url(../images/heart-hover.svg) 0 0 no-repeat; background-size:18px 16px; }
.detail-slider a.zoom-icon { width:32px; height:32px; display:inline-block; background:url(../images/interface-zoom.svg) 0 0 no-repeat; background-size:32px 32px; position:absolute; right:20px; bottom:20px; z-index:1; }
.no-touch .detail-slider a.zoom-icon:hover { background:url(../images/interface-zoom-hover.svg) 0 0 no-repeat; background-size:32px 32px; }

.detail-slider .owl-nav { position: absolute; top: 50%; padding: 0 30px; z-index: 2; width: 100%; margin-top:-11px; }
.detail-slider .owl-next, 
.detail-slider .owl-prev { width: 13px; height: 22px; }
.detail-slider .owl-prev { background-image:url(../images/arrow-prev.svg) !important; background-position:0 0 !important; background-repeat:no-repeat !important; background-size:13px 22px !important; }
.no-touch .detail-slider .owl-prev:hover { background-image:url(../images/arrow-prev-hover.svg) !important; }
.detail-slider .owl-next { background-image:url(../images/arrow-next.svg) !important; background-position:0 0 !important; background-repeat:no-repeat !important; background-size:13px 22px !important; }
.no-touch .detail-slider .owl-next:hover { background-image:url(../images/arrow-next-hover.svg) !important; }
.detail-slider .owl-next { float: right; }
.detail-slider .owl-next span, 
.detail-slider .owl-prev span { display: none !important; }
.detail-slider .owl-next:focus, 
.detail-slider .owl-prev:focus { outline:none !important; }

/*
.product-detail-main .add-favourites a { padding-right:0; } 
.product-detail-main .add-favourites a:before { display:none; }
*/

#lg-action a#lg-prev:before, #lg-action a#lg-next:after,
#lg-action a.cl-thumb:after { top:3px; }

/*teb css */
ul.tabs { background:#ececec; margin: 0; padding: 0; float: left; list-style: none; height: 65px; width: 100%; font-size:0; }
ul.tabs li { display:inline-block; vertical-align:top; margin:0 21px; cursor: pointer; padding:0; overflow: hidden; position: relative; }
.tab_last { }
ul.tabs li:before { content:""; position:absolute; width:0px; height:4px; background-color:#a9003f; left:0; bottom:5px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; opacity:0; visibility:visible; } 
ul.tabs li:hover:before,
ul.tabs li.active:before { width:100%; opacity:1; visibility:visible; } 

ul.tabs li span { display:inline-block; vertical-align:top; font-size:18px; color:#666666; position:relative; line-height:65px; padding-left:0 !important; }
ul.tabs li span:before { content:""; position:absolute; left:0; top:50%; background-position:0 0; background-repeat:no-repeat; background-size:100%; transform:translateY(-50%); -webkit-transform:translateY(-50%); display:none !important; } 
ul.tabs li.active span,
.no-touch ul.tabs li:hover span { color:#4c4c4c; }

span.tour-details { padding-left:32px; }
span.itinerary { padding-left:36px; }
span.expect { padding-left:38px;}
span.map { padding-left:36px; } 
span.reviews { padding-left:41px; }

span.tour-details:before { width:21px; height:29px; background-image:url(../images/tour-detail-icon.svg); }
span.itinerary:before { width:27px; height:26px; background-image:url(../images/itinerary-icon.svg); }
span.expect:before { width:29px; height:23px; background-image:url(../images/expect-icon.svg); }
span.map:before { width:27px; height:27px; background-image:url(../images/map-icon.svg); }
span.reviews:before { width:30px; height:27px; background-image:url(../images/review-icon.svg); }

.no-touch ul.tabs li:hover span.tour-details:before,
ul.tabs li.active span.tour-details:before { width:21px; height:29px; background-image:url(../images/tour-detail-icon-hover.svg); }
.no-touch ul.tabs li:hover span.itinerary:before,
ul.tabs li.active span.itinerary:before { width:27px; height:26px; background-image:url(../images/itinerary-icon-hover.svg); }
.no-touch ul.tabs li:hover span.expect:before,
ul.tabs li.active span.expect:before { width:29px; height:23px; background-image:url(../images/expect-icon-hover.svg); }
.no-touch ul.tabs li:hover span.map:before,
ul.tabs li.active span.map:before { width:27px; height:27px; background-image:url(../images/map-icon-hover.svg); }
.no-touch ul.tabs li:hover span.reviews:before,
ul.tabs li.active span.reviews:before { width:30px; height:27px; background-image:url(../images/review-icon-hover.svg); }

.tab_container { border-top: none; clear: both; float: left; width: 100%; overflow: auto; }
.tab_content { padding: 30px 0; display: none; border-bottom:1px solid #cccccc; }
.tab_drawer_heading { display: none; }

.tab_drawer_heading span:before { content:""; position:absolute; left:0; top:0; background-position:0 0; background-repeat:no-repeat; background-size:100%; } 
.tab_drawer_heading span { display:inline-block; vertical-align:top; font-size:18px; color:#666666; position:relative; padding:0 0 0 32px; line-height:30px; }

h4.content-title { margin-bottom:30px; }
h4.content-title span:before { content:""; position:absolute; left:0; top:0; background-position:0 0; background-repeat:no-repeat; background-size:100%; display:none !important; } 
h4.content-title span { display:inline-block; vertical-align:top; font-size:18px; color:#4c4c4c; position:relative; padding:0; font-weight:500; }

.tab_content p { color:#4c4c4c; font-size:16px; line-height:22px; margin:0 0 22px; }
.tab_content p:last-child { margin-bottom:0; }

.tab_content ul { margin:0 0 30px; }
.tab_content ul li { position:relative; padding:0; font-size:16px; margin:0 0 10px; }
.tab_content ul li:before { content:""; position:absolute; left:0; top:0; background-position:0 0; background-repeat:no-repeat; background-size:100%; }
.tab_content ul.bullet-list li:before { width:8px; height:8px; margin-top:-4px; background-color:#4c4c4c; top:50%; }
.tab_content ul.true-list li:before { width:13px; height:11px; background-image:url(../images/true-list.svg); top:7px; }
.tab_content ul.false-list li:before { width:11px; height:11px; background-image:url(../images/false-list.svg); top:7px; }
.tab_content .map-main img { max-width:100%; }
.tab_content h3 { font-size:25px; color:#4c4c4c; }

.tab_content .review-list li { padding:0; min-height:134px; margin-bottom:15px; }
.tab_content .review-list li:last-child { margin:0; }
.customer-review-box { position:relative; }
.customer-review-box:before, .customer-review-box:after { content:""; display:table; }
.customer-review-box:after { clear:both; }
.customer-review-box { zoom:1; }

.customer-review-box .review-img { width:90px; float:left;  }
.customer-review-box .review-content { width: calc(100% - 120px); float:right; }
.customer-review-box .review-img .img-box { margin:0 0 5px; }
.customer-review-box .review-img span { color:#a9003f; display:block; text-align:center; }

.customer-review-box .rating-block { margin:0 0 15px; }
.customer-review-box .rating-block .startrate_box,
.customer-review-box .rating-block .review-date { display:inline-block; }
.customer-review-box .rating-block span.review-date { font-size:13px; line-height:22px; }

.no-touch .departure-time { padding-left:70px; }
.no-touch .additional-information { padding-left:70px; }

@media (max-width:1300px){
	ul.tabs li span { font-size:14px; }
	ul.tabs li { margin:0 10px; }
	.product-detail-main .col-main .sidebar-right { padding: 0 0 0 30px; }
	.tab_content p,
	.tab_content ul li { font-size:14px; }
}

@media (max-width:1023px){
	.product-detail-main .col-main .content-left { float:none; width:100%; margin-bottom:30px; }
	.product-detail-main .col-main .sidebar-right { float:none; width:100%; padding:0; }
}

@media (max-width:767px){
.tabs { display: none; }
.tab_drawer_heading { border-bottom:1px solid #ccc; background:#ececec; color: #fff; margin: 0; padding: 8px 10px; display: block; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; position:relative; }
.d_active { }
.tab_content { border:0; }
.tab_drawer_heading span { padding-left:39px; }


.tab_drawer_heading:before { content:""; position:absolute; width:0px; height:2px; background-color:#a9003f; left:0; bottom:0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; opacity:0; visibility:visible; } 
.d_active:before { width:100%; opacity:1; visibility:visible; } 

h4.content-title { display:none; }
.tab_content { padding:20px 0; }
.tab_drawer_heading span:before { top:3px; }

}

/*teb css end*/

.related_tours > h3 { font-size:25px; text-transform:uppercase; margin:0 0 25px; color:#4c4c4c; }

.ask-question { background:#fff; padding:25px 30px 30px 30px; margin:0 0 30px; }
.ask-question h3 { font-size:25px; text-transform:uppercase; margin:0 0 11px; color:#4c4c4c; }
.ask-question .detail-field-box { margin:0 0 14px; }
.ask-question .detail-field-box label { display:block; padding-bottom:5px; color:#4c4c4c; }
.ask-question .detail-field-box input { width:100%; height:40px; border:1px solid #cccccc; padding:0 10px; }
.ask-question .detail-field-box textarea { height:130px; padding:13px 10px; }
.sidebar-right .action-btn button { width:100%; height:41px; letter-spacing:1px; text-transform:uppercase; color:#fff; text-align:center; }
.no-touch .sidebar-right .action-btn button:hover { background:#4c4c4c; color:#fff; }
.ask-question .choice { margin-bottom:20px; } 

.from-section { background:#fff; padding:25px 30px 30px 30px; margin:0 0 30px; }
.from-section .price-main { border-bottom:1px solid #dddddd; padding-bottom:11px; margin:0 0 15px; }
.from-section .price-main span.from { display:block; color:#666666; font-size:18px; }
.from-section .price-main span.price { font-size:35px; color:#4c4c4c; }

.from-section input.date { background:#fff url(../images/calendar.svg)  no-repeat calc(100% - 10px) center; background-size:18px; width:100%;}
.from-section select { color:#666666; font-size:15px; width:100%; border:0; height:40px; background:#fff url(../images/select-arrow.svg)  no-repeat calc(100% - 10px) center; background-size:14px 8px; padding:0 30px 0 10px; border:1px solid #dddddd; }
.from-section label { color:#4c4c4c; font-size:15px; margin:0 0 10px; }
.from-section .detail-field-box { margin:0 0 14px; }
 
.choice { position: relative; }
.choice input[type="checkbox"] { margin: 0; padding: 0; opacity: 0; position: absolute; top: 0; left: 0; }
.choice input[type="checkbox"] + label { font-size: 15px; color: #4c4c4c; position: relative; padding-left: 22px; display: inline-block; line-height: 1.2; vertical-align: top; cursor: pointer; }
.choice input[type="checkbox"] + label:after { width: 17px; height: 17px; display: block; content: ""; position: absolute; top: 2px; left: 0; border: solid 1px #cccccc; background: #fff; cursor: pointer; box-sizing: border-box; }
.choice input[type="checkbox"] + label:before { width: 15px; height: 15px; display: block; content: ""; position: absolute; top: 3px; left: 1px; background: #fff url(../images/check-mark.svg) no-repeat center center; background-size: 12px; z-index: 1; opacity: 0; visibility: hidden; }
.choice input[type="checkbox"]:checked + label:before { opacity: 1; visibility: visible; }
.choice input[type="checkbox"]:checked + label:after { border-color: #4c4c4c; }

.choice { position: relative; }
.choice input[type="radio"] { position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; }
.choice input[type="radio"] + label { font-size: 15px; line-height: 1; font-weight: normal; color: #4c4c4c; position: relative; padding-left: 25px; cursor: pointer; }
.choice input[type="radio"] + label:after { position: absolute; top: 0; left: 0; width: 15px; height: 15px; box-sizing: border-box; border-radius: 50%; border: solid 1px #4c4c4c; display: block; content: ""; background: #fff; }
.choice input[type="radio"] + label:before { position: absolute; top: 3px; left: 3px; background: #4c4c4c; border-radius: 50%; display: block; content: ""; width: 9px; height: 9px; z-index: 1; opacity: 0; visibility: hidden; }
.choice input[type="radio"]:checked + label:before { opacity: 1; visibility: visible; }
.choice input[type="radio"]:checked + label:after { border-color: #4c4c4c; }

.why-book { background:#4c4c4c; padding:25px 30px; }
.why-book h3 { text-transform:uppercase; color:#fff; font-size:25px; margin:0 0 40px; }
.book-lines p { padding:0 0 0 39px; color:#fff; margin:0 0 35px 0; position:relative; font-size:16px; line-height:normal; }
.book-lines p:before { content:""; position:absolute; left:0; top:0; background-repeat:no-repeat; background-position:0 0; }
.book-lines p.price:before { width:25px; height:25px; background-image:url(../images/price-icon.svg); background-size:25px; left:3px; }
.book-lines p.plant:before { width:26px; height:21px; background-image:url(../images/plant-tree-icon.svg); background-size:26px 22px; }
.book-lines p.proud:before { width:18px; height:23px; background-image:url(../images/certified-icon.svg); background-size:18px 24px; left:5px;  }
.book-lines p.option { margin-bottom:16px; }
.book-lines p.option:before { width:25px; height:25px; background-image:url(../images/interest-free-icon.svg); background-size:25px; left:4px; top:2px; }

.trip-description { margin:36px 0; }
.trip-description .trip-list { padding:0; margin:0; list-style:none; }
.trip-description .trip-list li { position:relative; padding-left:30px; font-size:16px; color:#4c4c4c; display:inline-block; vertical-align:top; width:50%; margin-right:-4px; margin-bottom:18px; }
.trip-description .trip-list li:before { content:""; position:absolute; left:0; top:2px; background-repeat:no-repeat; background-position:0 0; } 
.trip-description .trip-list li.hours:before { width:16px; height:16px; background-image: url(../images/clock.svg); background-size:16px;}
.trip-description .trip-list li.availability:before { width:18px; height:18px; background-image: url(../images/calendar.svg); background-size:18px; }
.trip-description .trip-list li.takeoff:before { width:22px; height:18px; background-image:url(../images/transport.svg); background-size:22px 18px; }
.trip-description .trip-list li.land:before { width:22px; height:20px; background-image: url(../images/transport2.svg); background-size:22px 20px; }
.trip-description .trip-list li.minage:before { width:16px; height:18px; background-image: url(../images/user-trip.svg); background-size:16px 18px; }
.trip-description .trip-list li.max-people:before { width:22px; height:18px; background-image: url(../images/men.svg); background-size:22px 18px; }

.trip-description .trip-list li.departure:before { width:22px; height:22px; background-image: url(../images/dclock.svg); background-size:22px 22px; }
.trip-description .trip-list li.days_of_operation:before { width:22px; height:22px; background-image: url(../images/dcalendar.svg); background-size:100%; }
.trip-description .trip-list li.pickup:before { width:22px; height:22px; background-image: url(../images/pointer.svg); background-size:100%; }
.trip-description .trip-list li.guidance_methods:before { width:22px; height:22px; background-image: url(../images/conversation.svg); background-size:100%; }
.trip-description .trip-list li.booking_confirmation:before { width:22px; height:22px; background-image: url(../images/confirm.svg); background-size:100%; }
.trip-description .trip-list li.voucher_type:before { width:22px; height:22px; background-image: url(../images/print.svg); background-size:100%; }
.trip-description .trip-list li.special_services:before { width:22px; height:22px; background-image: url(../images/escaltor.svg); background-size:100%; }
.trip-description .trip-list li.cancellation:before { width:22px; height:22px; background-image: url(../images/cancel.svg); background-size:100%; }
.trip-description .trip-list li.company:before { width:22px; height:22px; background-image: url(../images/company.svg); background-size:100%; }
.trip-description .trip-list li.service_type:before { width:22px; height:22px; background-image: url(../images/consulting.svg); background-size:100%; }


/*popup*/
.detail-popup { display:none; }
.modal-dialog { max-width:650px; }
#confirmdetail .modal-dialog { max-width:1000px; }
.no-touch #confirmdetail .modal-dialog { top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); margin-top:0; }
.detail-popup .modal-body { padding:25px 30px 30px; }
.detail-popup .modal-header { border-radius:0 !important; position:relative; background:#4c4c4c; padding:11px 30px; color:#fff; border:0 !important; }
.detail-popup .modal-content { border-radius:0 !important; }
.detail-popup .modal-header h5 { color:#fff; text-transform:uppercase; font-size:25px; }
.detail-popup .modal-header .close { width:50px; height:50px; background:url(../images/close-popup.svg) 0 0 no-repeat; background-size:100%; position:absolute; top:-15px; right:-21px; margin:0; padding:0; opacity:1; border:0 !important;}
.detail-popup .modal-header .close span { display:none; } 
button:focus { outline:none; }

.trip-detail { margin:0 0 20px;}
.trip-detail p { margin:0; color:#4c4c4c; font-size:16px; line-height:25px; }
.age-price-main { background:#f5f5f5; padding:15px 0; margin:0 0 25px; overflow-x:auto; overflow-y:hidden;  }

.age-price-main > table { display:table; width:100%; }
.age-price-main > table tr { display:table-row; }
.age-price-main > table tr td { display:table-cell; vertical-align:top; /*width:33.3%;*/ margin-right:-3px; text-align:center; position:relative; padding:0 8px; min-width:160px; }

.age-price-main > table tr td:before { content:""; position:absolute; left:0; top:50%; height:44px; margin-top:-22px; background:#cecece; width:1px; }
.age-price-main > table tr td:first-child:before { display:none; }

.age-price-main .adult td { font-size:16px; }
.age-price-main .price td { font-size:16px; color:#4c4c4c; }

.select-amout { margin:0 -30px 30px; }
.select-amout > div { display:inline-block; vertical-align:top; width:33.3%; margin-right:-4px; padding:0 30px; margin-bottom: 20px; }
.select-amout label { font-size:15px; color:#4c4c4c; padding-bottom:5px; /*height: 70px;*/ }
.select-amout select {  color:#666666; font-size:15px; width:100%; border:0; height:40px; background:#fff url(../images/select-arrow.svg)  no-repeat calc(100% - 10px) center; background-size:14px 8px; padding:0 30px 0 10px; border:1px solid #dddddd; }

h3.select-amout-title { font-size:20px; padding:0 0 10px; border-bottom:1px solid #dddddd; text-transform:uppercase; }
.action-btn .cancel-btn { height:41px; border:2px solid #a9003f; background:#fff; width:160px; color:#a9003f; font-size:15px; text-transform:uppercase; float:left; }
.no-touch .action-btn .cancel-btn:hover { background:#4c4c4c; border:2px solid #4c4c4c; color:#fff; }

.action-btn .book-btn { height:41px; width:160px; color:#fff; font-size:15px; text-transform:uppercase; float:right; }
.no-touch .action-btn .book-btn:hover { background:#4c4c4c; color:#fff; } 
/*popup end*/
/*product detail end*/

/*shopping cart*/
#main { background-color:#f3f3f3; }	
.breadcrumb { padding:8px 0; border-bottom:1px solid #dddddd; background-color:transparent; }
.breadcrumb a { color:#666666; }
.breadcrumb-item+.breadcrumb-item::before { color:#666666; }
.breadcrumb-item.active { color:#a9003f; }

.cart-main .page-title { color:#4c4c4c; font-size:35px; text-transform:uppercase; margin:0 0 20px;}
.cart-main .cart-table { margin:0 0 30px; }
.cart-main .cart-table table { background:#fff; width:100%; }
.cart-main .cart-table table tr td { padding:20px; vertical-align:middle; }
.cart-main .cart-table table tr td.cart-image a { display:block; max-width:352px; }
.cart-main .cart-table table tr td.cart-image a img { max-width:100%; width:100%; }
.cart-main .cart-table table tr td.action-btn a.edit { width:45px; height:42px; display:block; vertical-align:top; background-image:url(../images/cart-edit.svg); background-position:0 0; background-size:45px 42px; background-repeat:no-repeat; margin:0 auto 24px; }
.cart-main .cart-table table tr td.action-btn a.delete { width:45px; height:41px; display:block; vertical-align:top; background-image:url(../images/close-popup.svg); background-position:0 0; background-size:41px 41px; background-repeat:no-repeat; margin:0 auto; }

.cart-table .trip-info h3 a { color:#4c4c4c; font-size:25px; }
.cart-table .cart-trip-detail { margin:0 0 10px; }
.cart-table .cart-trip-detail p { font-size:16px; color:#4c4c4c; line-height:25px; margin:0; }
.cart-table .cart-price span { font-size:30px; color:#4c4c4c; }
.cart-table table tr td .all-info { border-right:1px solid #dddddd; padding-right:15px; }
.cart-main .cart-table table tr td.cart-image { vertical-align:top;  }

.discount-main { margin:0 0 20px; }
.discount-main a.continue-btn { width:100%; height:41px; line-height:38px; padding:0; font-size:15px; text-transform:uppercase; letter-spacing:1px; display:inline-block; text-align:center; color:#fff; max-width:220px; float:left; margin-top:21px; }
.no-touch .discount-main a.continue-btn:hover { background:#4c4c4c; color:#fff; }

.promotion { background:#fff; padding:20px; float:right; width:100%; max-width:909px; }
.promotion  h4 { display:inline-block; vertical-align:top; margin-right:5px; font-size:25px; color:#4c4c4c; line-height:40px; margin:0; } 
.promotion .input-filed { position:relative; padding-right:150px; display:inline-block; vertical-align:top; width:100%; max-width:490px; }
.promotion .input-filed input { width:100%; max-width:343px; } 
.promotion button { width:100%; height:41px; line-height:38px; padding:0; font-size:15px; text-transform:uppercase; letter-spacing:1px; display:inline-block; text-align:center; color:#fff; max-width:140px; position:absolute; right:0; top:0; }
.no-touch .promotion button:hover { background:#4c4c4c; color:#fff; }

.subtotal-main { background:#fff; padding:30px; margin:0 0 30px; }
.subtotal-main .subtotal-box { float:right; width:100%; max-width:410px; }
.subtotal-main .subtotal-box button { width:100%; height:40px; line-height:38px; padding:0; font-size:15px; text-transform:uppercase; letter-spacing:1px; margin-top:14px; }
.subtotal-main .subtotal-box button a { color:#fff; }
.subtotal-main .subtotal-box button:hover { background:#4c4c4c; color:#fff; }
.subtoal-price span { font-size:20px; display:inline-block; vertical-align:top; margin:0 0px 0 0; }
.total-price span { font-size:35px; display:inline-block; vertical-align:top; margin:0 0px 0 0; }
.subtoal-price p { margin:0; color:#4c4c4c; }
.total-price p { color:#4c4c4c; margin:0; } 

.cartadoptions_boxs { margin:20px 0 0; }
.cartadoptions_boxs .addons_title p span { display:block; font-size:18px; font-weight:bold; }
.cartadoptions_boxs .addon_form { margin:0 0 10px; }
.addon_form .field.choice { display:inline-block; width:250px; margin-right:-4px; vertical-align:top; margin-top:10px; }
.addon_form .noof_people { display:inline-block !important; margin-right:-4px; vertical-align:top; }
.addon_form .noof_people .ui-selectmenu-button  { padding: 0 30px 0 10px; height: 40px; line-height: 20px; color: #666666; font-size: 15px; border: 0px; border: solid 1px #cccccc; width: 80px !important; background: #fff url(../images/select-arrow.svg) no-repeat calc(100% - 10px) center; background-size: 14px 8px; border-radius:0 !important; display:inline-block; }
#noof_people-menu { background-color: white; border: 1px solid #aaa; border-radius:0; max-height:150px; padding:0; margin:0; list-style:none; width:100px; overflow:auto; }
#noof_people-menu li { padding:5px 15px; cursor:pointer; }
#noof_people-menu li:hover { background:#ededed;  }
#noof_people-menu .ui-menu-item-wrapper { border:0 !important; background:none; }
.noof_people .button_update { margin:0 0 0 10px; vertical-align: top; height: 40px; }
.noof_people label { padding:0 5px 0 0; }
.noof_people .ui-selectmenu-text { padding:0 !important; line-height:40px !important; }
.noof_people select { width:70px; }
	
.addon_form .noof_people .select2.select2-container { width:130px !important; }
.lunch_dinner { display:inline-block; }

.cartprod_boxs { position:relative !important;  padding:15px 0 15px 45px !important; }
.cartprod_boxs h2 { font-size:20px; margin:0 5px 0 0; font-weight:bold; display:inline-block; line-height:50px; }
.cartprod_boxs .codes_div.codes_promo { display:inline-block; vertical-align:top; }
.cartprod_boxs .edit_delete a { width: 34px; height: 34px; display: block; vertical-align: top; background-image: url(../images/close-popup.svg); background-position: 0 0; background-size: 34px 34px; background-repeat: no-repeat; margin: 0 auto; }
.cartprod_boxs .edit_delete { display:inline-block; position:absolute; top:50%; margin-top:-17px; left:0; }
 

@media (min-width:1300px){
.cart-table table tr td.trip-info { min-width:790px; padding-left:0; }
.cart-table table tr td.action-btn { min-width:128px; padding-left:0; }
}
/*shopping cart*/

/*checkout*/
.checkout-main { overflow:hidden; }
.checkout-main .page-title { color:#4c4c4c; font-size:35px; text-transform:uppercase; margin:0 0 25px; }

.login-main { position:relative; margin:0 -35px 30px; }
.login-main > div { padding:0 35px; float:left; width:50%; }
.login-main .content-box { background:#fff; padding:27px 20px; position:relative; }
.login-main .content-box h4 { text-transform:uppercase; color:#4c4c4c; font-size:25px; }

.login-main .or { position:absolute; left:50%; top:50%; width:50px; text-align:center; font-size:16px; text-transform:uppercase; margin-left:-25px; background:url(../images/or-devider.png) 0 center no-repeat; margin-top:-11px; }

.login-main .login-facebook { width:227px; height:40px; display:inline-block; background:#3b5998 url(../images/facebook.svg) 14px 11px no-repeat; background-size:10px 18px; color:#fff; text-transform:uppercase; padding:0 14px 0 32px; line-height:38px; margin:0 0 10px; }
.login-main .login-facebook:hover { background-color:#4c4c4c; }

.login-main .facebook-login .right-btn {  position:absolute; right:20px; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); width:227px; }

.login-main a.login-google { width:227px; height:40px; display:inline-block; background:#ea4335 url(../images/google.svg) 20px 11px no-repeat; background-size:18px; color:#fff; text-transform:uppercase; padding:0 14px 0 46px; line-height:38px; }
.no-touch .login-main a.login-google:hover { background-color:#4c4c4c; }

.login-main a.login { width:86px; height:41px; line-height:40px; text-align:center; line-height:38px; position:absolute; right:20px; top:50%; margin-top:-20px; color:#fff; display:inline-block; text-transform:uppercase; }
.no-touch .login-main a.login:hover { background-color:#4c4c4c; }

.login-main .travelcation-login p { margin:0; font-size:16px; color:#4c4c4c; }
.login-main .travelcation-login p a { color:#a9003f; text-decoration:underline; }
.login-main .travelcation-login p a:hover { color:#4c4c4c; text-decoration:none; }
.login-main .facebook-login span { color:#4c4c4c; font-size:16px; display:block; }

.login-main .facebook-login .content-box { padding-right:248px; }
.login-main .travelcation-login .content-box { padding-right:116px; }

.checkout-main .colmain .sidebar-left { float:left; width:33.7%; }
.checkout-main .colmain .content-right { float:left; width:66.3%; padding-left:30px; }

.contact-details-main { background: #e0e0e0; padding: 25px 30px 30px 30px; margin: 0 0 30px; }
.contact-details-main h3 { font-size: 25px; margin: 0 0 11px; color: #4c4c4c; }
.contact-details-main input { color:#666666; font-size:15px; width:100%; border:0; height:40px; background:#fff; padding:0 30px 0 10px; border:1px solid #cccccc; }
.contact-details-main select { color:#666666; font-size:15px; width:100%; border:0; height:40px; background:#fff url(../images/select-arrow.svg)  no-repeat calc(100% - 10px) center; background-size:14px 8px; padding:0 30px 0 10px; border:1px solid #cccccc; }
.contact-details-main label { color:#4c4c4c; font-size:15px; margin:0 0 5px; }
.contact-details-main .contact-field-box { margin:0 0 14px; }
.contact-details-main .contact-field-box .field { position:relative; }
.contact-details-main .contact-field-box .field .select_loader { position:absolute; right:35px; top:5px; }
.fleld-box-main .contact-field-box:last-child { margin:0; }
.fleld-box-main { margin-bottom:54px; }
.contact-detail .fleld-box-main:last-child { margin:0; }

.pay-safe { background: #4c4c4c; padding: 25px 30px; position:relative; }
.pay-safe:before { content:""; position:absolute; right:21px; top:30px; background:url(../images/safe-icon.svg) 0 0 no-repeat; width:78px; height:89px; background-size:100%; }
.pay-safe h3 { color:#fff; font-size:25px; margin:0 0 26px; }
.safe-list { padding:0; margin:0; list-style:none; width:100%; max-width:290px; }
.safe-list li { padding:0 0 0 25px; color:#fff; margin:0 0 35px 0; position:relative; font-size:16px; line-height:28px; list-style:none; }
.safe-list li:before { content:""; position:absolute; left:0; top:10px; width:13px; height:11px; background:url(../images/true-list-white.svg) 0 0 no-repeat; background-size:100%; }

.checkout-main { padding-bottom:60px; }

.right-info-main { padding:25px 30px; background:#fff; margin:0 0 30px; }
.title-price { padding:0 0 15px; margin:0 0 15px; border-bottom:1px solid #dddddd; }
.title-price h3 { float:left; font-size:25px; color:#4c4c4c; margin:0; line-height:35px; width:70%; }
.title-price .price { float:right; font-size:25px; color:#4c4c4c; display:inline-block; vertical-align:top; width:30%; text-align:right; }
.right-info-main.submit-booking { margin:0; }

.date-day { margin:0 0 10px; }
.date-day p { font-size:16px; color:#4c4c4c; margin:0 0 4px; }


.field-col > div { display:inline-block; vertical-align:top; margin-right:-4px; }
.field-col .input-col { width:100%; margin-bottom:14px;}
.field-col.cf .input-col { width:100%; margin-bottom:14px; }
.field-col.cf .date-col { width:39%; padding-left:20px; margin-bottom:14px; }

.checkout-main .top-field { margin:0 -10px; font-size: 0; }
.checkout-main .top-field .field-col { width:50%; display: inline-block; vertical-align: top; padding:0 10px; }
.checkout-main .top-field .field-col label.require { /*min-height: 42px;*/ }


.right-info-main textarea { height:100px; padding:10px; font-size:15px; color:#666666; }
.right-info-main input[type="text"],
.right-info-main input[type="email"] { color:#666666; font-size:15px; width:100%; border:0; height:40px; background:#fff; padding:0 30px 0 10px; border:1px solid #cccccc; }
.right-info-main select { color:#666666; font-size:15px; width:100%; border:0; height:40px; background:#fff url(../images/select-arrow.svg)  no-repeat calc(100% - 10px) center; background-size:14px 8px; padding:0 30px 0 10px; border:1px solid #cccccc; }
.right-info-main input.date { background: #fff url(../images/calendar.svg) no-repeat calc(100% - 10px) center; background-size: 18px; width: 100%; }

.right-info-main.credit-card label,
.right-info-main.traveller label { color: #4c4c4c; font-size: 15px; margin: 0 0 5px; }

.right-info-main.checkout-total .total-price span { padding:0; }
.right-info-main > h3 { font-size:25px; color:#4c4c4c; margin:0 0 10px; }

.right-info-main.credit-card .two-col { margin:0 -10px; }
.right-info-main.credit-card .field.two { margin:0 -10px; }
.right-info-main.credit-card .two-col .input-col { margin-bottom:14px; width:50%; padding:0 10px; float:left; display: block; }
.right-info-main.credit-card .field.two .field { width:50%; padding:0 10px; float:left; }
.right-info-main.credit-card .img-col { padding-top:27px; }
.right-info-main.credit-card .img-col > div { float:left; width:33.3%; }
.right-info-main.credit-card .img-col > div a { line-height:40px; color:#a9003f; }
.no-touch .right-info-main.credit-card .img-col > div a:hover { color:#4c4c4c; }
.ssl, .ssp { padding-top:5px; text-align:right; }
.ssl img { width:109px; height:30px; }
.ssp img { width:106px; height:30px; }


.right-info-main.submit-booking .submit-booking { padding:20px 0 0 26px; }
.right-info-main.submit-booking .submit-booking button { height:40px; text-transform:uppercase; letter-spacing:1px; line-height:38px; width:256px; font-size:15px; padding:0;}
.no-touch .right-info-main.submit-booking .submit-booking button:hover { background:#4c4c4c; }
.right-info-main.submit-booking .field.choice { margin-bottom:6px; }
.right-info-main.submit-booking .choice input[type="checkbox"] + label { padding-left:26px; line-height:22px; }
.right-info-main.submit-booking .choice a { color:#a9003f; text-decoration:underline; font-size:15px; }
.no-touch .right-info-main.submit-booking .choice a:hover { color:#4c4c4c; }

#loadingImg { margin:5px !important; float:none !important; }

.right-info-main.payment > h3 { margin-bottom:15px; }
.right-info-main.payment .creditcard { margin:0 0 15px; }
.right-info-main.payment .field.choice { margin:0 0 15px; }
.right-info-main.payment .payment-img { padding:0 0 0 26px; }
.right-info-main.payment .apple-pay { padding:0 0 0 26px; }
.right-info-main.payment .apple-pay img { width:52px; height:33px; }

.no-margin { margin:0 !important; }

.phone-col { margin: 0 -5px; }
.phone-col > .country_select { float:left; width:40%; padding:0 5px; }
.phone-col > div.number_insert { float:left; width:60%; padding:0 5px; }

.checkout-main .floating_50per { width:100%; float:none; padding:0; margin:0 0 14px; }

.cvvlink_help { position:relative; }
.whatisCVV { cursor:pointer; }
.ShowCvvEx { position:absolute; bottom:100%; left:0; z-index:1; display:none; }
/*checkout end*/

/*login page*/
.log-main { padding-bottom:60px; }
.log-main .page-title { color: #4c4c4c; font-size: 35px; text-transform: uppercase; margin: 0 0 25px; text-align:center; }
.login-content-main { display:table; width:100%; }
.login-content-main > div { width:50%; display:table-cell; vertical-align:top; padding:0 10px; }

.right-content-box .right-content { padding:25px 30px; background:#e0e0e0; }
.left-content-box .left-content { padding:25px 30px; background:#ffffff; }
.field-box { margin: 0 0 14px; }
.field-box label  { color: #4c4c4c; font-size: 15px; margin: 0 0 5px; }
.log-main .left-content h3,
.log-main .right-content h3 { font-size:25px; text-transform:uppercase; color:#4c4c4c; margin:0 0 12px;}
.log-main .or { width:50px; text-align:center; font-size:16px; text-transform:uppercase; background:url(../images/or-devider.png) 0 center no-repeat; display:table; margin:0 auto; padding:14px 0; }
.right-content-box .right-content a { color:#4c4c4c; text-decoration:underline; }
.no-touch .right-content-box .right-content a:hover { color:#4c4c4c; text-decoration:none; }

.log-main .btn-action .login-facebook { width: 260px; height: 40px; display: inline-block; background: #3b5998 url(../images/facebook.svg) 14px 11px no-repeat; background-size: 10px 18px; color: #fff; text-transform: uppercase; padding: 0 14px 0 34px; line-height: 39px; float: left; }
.no-touch .log-main .btn-action .login-facebook:hover { background-color:#4c4c4c; }

.log-main .btn-action .login-google { width:260px; height:40px; display:inline-block; background:#ea4335 url(../images/google.svg) 20px 11px no-repeat; background-size:18px; color:#fff; text-transform:uppercase; padding:0 14px 0 49px; line-height:39px; float:right; }
.no-touch .log-main .btn-action .login-google:hover { background-color:#4c4c4c; }

.log-main .action-btn {/*margin-top:20px;*/ }
.log-main .action-btn button { margin-right:4px; } 
.log-main .action-btn .forgot-password { float:right; color:#a9003f; line-height:40px; padding: 0; background: none; padding: 0; font-weight: normal; text-transform: none; letter-spacing: 0; }
.no-touch .log-main .action-btn .forgot-password:hover { color:#4c4c4c; }
.login-content-main p { font-size:15px; color:#4c4c4c; margin:0 0 15px; }
.log-main .login-content-main { max-width:1230px; margin:0 auto; }

div.has-error.error-message,
span.has-error.error-message { margin-top: 2px; line-height: 1; padding: 3px 6px 4px; text-align: left; display: inline-block; font-size: 12px; background: #e02b27; color: #fff; position: relative; top: 100%; left: 0; width: auto; }

/*login page end*/


/*contact us*/
.contact-main { padding-bottom:60px; }
.contact-main .page-title { color: #4c4c4c; font-size: 35px; text-transform: uppercase; margin: 0 0 25px; }
.contact-content-main { display:table; width:100%; }
.contact-content-main > div { display:table-cell; vertical-align:top; }
.contact-content-main > div.left-content-box { width:33.6%;  background:#e0e0e0; }
.contact-content-main > div.right-content-box { width:66.4%; padding:0 0 0 30px; }
.no-touch .contact-content-main .left-content-box .left-content { position:static; } 

.contact-content-main .right-content-box .right-content { padding:25px 30px; background:#fff; }
.contact-content-main .left-content-box .left-content { padding:25px 30px; background:#e0e0e0; }
.contact-content-main .left-content h3,
.contact-content-main .right-content h3 { font-size:25px; text-transform:uppercase; color:#4c4c4c; margin:0 0 12px; }

.contact-content-main .right-content .col-two { margin:0 -10px; }
.contact-content-main .right-content .col-two .field-box { width:50%; float:left; padding:0 10px; }
.contact-content-main .right-content textarea { height:105px; }

.contact-content-main p { font-size:15px; color:#4c4c4c; margin:0 0 7px; }

.contact-info { padding:0; margin:0 0 50px; list-style:none; }
.contact-info li { margin:0 0 20px; } 
.contact-info li a { color:#fff; position:relative; font-size:15px; }
.contact-info li.contact-call a { padding-left:26px; color:4c4c4c; font-size:15px; }
.contact-info li.contact-call a:before { content:""; width:15px; height:15px; position:absolute; left:0; top:4px; background:url(../images/cphone.svg) 0 0 no-repeat; background-size:15px; }
.contact-info li.contact-mail a { padding-left:28px; color:4c4c4c; font-size:15px;}
.contact-info li.contact-mail a:before { content:""; width:18px; height:14px; position:absolute; left:0; top:4px; background:url(../images/cmail.svg) 0 0 no-repeat; background-size:18px 14px; }

.contact-logo { text-align:center; }
/*contact us end*/

/*dashboard css*/
.dashbord-main { padding:0 0 60px; }
.dashbord-main .page-title { color: #4c4c4c; font-size: 35px; text-transform: uppercase; margin: 0 0 25px; }
.dashboard-content-main .dashboard-sidebar { width:26%; float:left; }
.dashboard-content-main .dashboard-right { width:74%; padding:0 0 0 30px; float:right; }

.dmenu-trigger { display:none; }
.dashbord-list { padding:0; margin:0; list-style:none; }
.dashbord-list li { margin:0 0 2px; list-style:none; }
.dashbord-list li:last-child { margin:0; }
.dashbord-list li a { display:block; padding:12px 10px 13px 64px; background:#ececec; font-size:18px; color:#4c4c4c; position:relative; }
.no-touch .dashbord-list li a:hover,
.dashbord-list li.active a { background:#a9003f; color:#fff; }
.dashbord-list li a:before { content:""; position:absolute; left:0; top:0; background-repeat:no-repeat; background-size:100%; }

.dashbord-list li.icon-dashboard a:before { width:24px; height:24px; top:13px; left:20px; background-image:url(../images/dashboard.svg); }
.dashbord-list li.icon-dashboard a:hover:before,
.dashbord-list li.icon-dashboard.active a:before { background-image:url(../images/dashboard-hover.svg); }

.dashbord-list li.icon-edit a:before { width:24px; height:24px; top:12px; left:20px; background-image:url(../images/edit.svg); }
.dashbord-list li.icon-edit a:hover:before,
.dashbord-list li.icon-edit.active a:before { background-image:url(../images/edit-hover.svg); }

.dashbord-list li.icon-manage a:before { width:24px; height:24px; top:13px; left:20px; background-image:url(../images/document.svg); }
.dashbord-list li.icon-manage a:hover:before,
.dashbord-list li.icon-manage.active a:before { background-image:url(../images/document-hover.svg); }

.dashbord-list li.icon-favourites a:before { width:26px; height:26px; top:13px; left:19px; background-image:url(../images/heart-dashboard.svg); }
.dashbord-list li.icon-favourites a:hover:before,
.dashbord-list li.icon-favourites.active a:before { background-image:url(../images/heart-dashboard-hover.svg); }

.dashbord-list li.icon-review a:before { width:26px; height:26px; top:13px; left:19px; background-image:url(../images/star.svg); }
.dashbord-list li.icon-review a:hover:before,
.dashbord-list li.icon-review.active a:before { background-image:url(../images/star-hover.svg); }

.dashbord-list li.icon-logout a:before { width:28px; height:28px; top:11px; left:18px; background-image:url(../images/logout.svg); }
.dashbord-list li.icon-logout a:hover:before,
.dashbord-list li.icon-logout.active a:before { background-image:url(../images/logout-hover.svg); }

.white-bg { padding:25px 30px; background:#fff; }
.dashboard-content .profile-detail { margin:0 0 30px; }
.dashboard-content .profile-detail h3,
.dashboard-content .billing-detail h3 { font-size:25px; color:#4c4c4c; margin:0 0 15px; }

table.info-table tr td { color:#4c4c4c; font-size:16px; padding:5px 0; }
table.info-table tr td a { color:#4c4c4c; word-break: break-word; }
table.info-table tr td.label { min-width:140px; text-transform: capitalize; }
.no-touch table.info-table tr td a:hover { color:#a9003f; }

.profile-field-box h3 { font-size:25px; color:#4c4c4c; margin:0 0 15px; }
.profile-field-box .two-col { margin:0 -10px; }
.profile-field-box .two-col .field-box { width:50%; padding:0 10px; float:left; }
.profile-field-box .action-btn { display:inline-block; vertical-align:top; }
.profile-field-box .action-btn button.save { margin:0 6px 0 0; min-width:94px; } 
.profile-field-box .action-btn button.reset { border:2px solid #a9003f; background:#fff; color:#a9003f; width:94px; }
.profile-field-box .action-btn button.reset:hover { background:#4c4c4c; border:2px solid #4c4c4c; color:#fff; }

.profile-field-box .two-col .field-box .field { position:relative; }
.profile-field-box .two-col .field-box .field .select_loader { position:absolute; right:35px; top:5px; }

.grid-box-main.favourites { margin:0 -7px; } 
.grid-box-main.favourites .product-grid { width:33.3%; padding:0 7px; }

.booking-main { background:#fff; padding:10px; }
.booking-info { overflow:auto; }
.booking-table { width:100%; border:1px solid #e1e1e1; } 
.booking-table tbody tr:nth-child(odd) { background:#f3f3f3; }
.booking-table tbody tr:nth-child(even) { background:#ffffff; }
.booking-table thead tr th { background:#4c4c4c; padding:10px; color:#fff; text-transform:uppercase; font-size:15px; vertical-align:middle; word-break: inherit; height:50px; white-space: nowrap; }
.booking-table tbody tr td { padding:4px 9px; height:50px; color:#4c4c4c; font-size:15px; vertical-align:middle; }
.booking-table tbody tr td span.plus { width:14px; height:14px; display:inline-block; background:url(../images/plus.svg) 0 0 no-repeat; background-size:100%; vertical-align:middle; text-indent:-999em; cursor:pointer; }
.booking-table tbody tr td span.minus { width:14px; height:14px; display:inline-block; background:url(../images/minus.svg) 0 center no-repeat; background-size:100%; vertical-align:middle; text-indent:-999em; cursor:pointer; }
.booking-table tbody tr td .action { width:74px; }
.booking-table tbody tr td .action .view { display:inline-block; width:28px; height:18px; vertical-align:middle; background:url(../images/deye.svg) 0 0 no-repeat; background-size:100%; text-indent:-999em; margin-right:15px; padding:0; background-color:transparent; }
.booking-table tbody tr td .action .print { display:inline-block; width:24px; height:24px; vertical-align:middle; background:url(../images/dprint.svg) 0 0 no-repeat; background-size:100%; text-indent:-999em; background-color:transparent; padding:0; }

.booking-table tbody tr td:nth-child(3) { width:210px; }

.booking-top { margin:0 0 10px; }
.booking-top .left-select { float:left; }
.booking-top .left-select .select-box { float:left; width:180px; }
.booking-top .left-select .select-box.first { margin:0 15px 0 0; }
.booking-top .left-select .select-box label  { color: #4c4c4c; font-size: 15px; margin: 0 0 5px; }
.booking-top a.export { width:166px; height:40px; text-align:center; line-height:39px; float:right; text-transform:uppercase; font-size:15px; color:#fff; letter-spacing:1px; margin:27px 0 0; } 
.no-touch .booking-top a.export:hover { background:#4c4c4c; color:#fff; }


/*
@media (max-width:767px){
table.booking-table, 
.booking-table thead, 
.booking-table tbody, 
.booking-table td, 
.booking-table tr { display: block; }
.booking-table thead { display:none; }
.booking-table tr { border: 1px solid #ccc; }
.booking-table tbody tr td { border: none; border-bottom: 1px solid #eee; position: relative; padding-left: 50%; height:auto; padding-top:8px; padding-bottom:8px; }
.booking-table tbody tr td:before { position: absolute; top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; font-size:15px; color:#4c4c4c;}


.booking-table td:nth-of-type(1):before { content: ""; }
.booking-table td:nth-of-type(2):before { content: "Order #"; }
.booking-table td:nth-of-type(3):before { content: "Activity Details"; }
.booking-table td:nth-of-type(4):before { content: "Travel/booking date"; }
.booking-table td:nth-of-type(5):before { content: "Sub Total"; }
.booking-table td:nth-of-type(6):before { content: "Promotion"; }
.booking-table td:nth-of-type(7):before { content: "Total"; }
.booking-table td:nth-of-type(8):before { content: "Actions"; }
}
*/

.select2-container--default .select2-selection--single { width: 100% !important; border: 0 !important; height: 40px !important; background-size: 14px 8px !important; padding: 0 30px 0 10px !important; border: 1px solid #dddddd !important; border-radius:0 !important; }
.select2-container .select2-selection--single .select2-selection__rendered { line-height:40px !important; padding:0 !important;  color: #666666 !important; font-size: 15px !important; }
.select2-selection__arrow { width:24px !important; height:38px !important; background: #fff url(../images/select-arrow.svg) no-repeat 0 center !important; }
.select2-selection__arrow b { display:none !important; }
.select2-container--open .select2-selection__arrow { background: #fff url(../images/select-arrow-open.svg) no-repeat 0 center !important; }
.select2-results__options { padding:0 !important; margin:0 !important; list-style:none !important; } 
.select2-results__options li { list-style:none !important; }
.phone-col { margin: 0 -5px; }
.phone-col > div.country-select { float:left; width:30%; padding:0 5px; }
img.img-flag { vertical-align:inherit !important; }
.phone-col > div.field { float:left; width:70%; padding:0 5px; }
tr.hidden td { display:table-cell !important; }


.ShowExpandDiv { width: 100%; display: block; float:none;margin:10px 0; background-color: #f9f9f9; min-width:800px; }
.ExpandLidiv { width: 100%; display: block; position: relative; padding:5px 0px; float:none; border-top: 1px solid #ececec;}
.ExpandLidiv > div { display:inline-block; vertical-align:top; padding:0 10px; width:20%; margin-right:-4px; }

.ExpandLidiv:before, .ExpandLidiv:after { content:""; display:table; }
.ExpandLidiv:after { clear:both; }
.ExpandLidiv { zoom:1; }
.ExpandLidiv .order_totalli{ text-align:right; }

#booking-view-order { padding-bottom:30px; }
.productlist_view { margin:30px 0; }
.floating_50per{ width:50%; float:left; position:relative; display:block; padding-right:20px; }
.floating_50per h1 { font-size:30px; margin:0; padding:0px 0 15px; }

.prod_pricetitle { padding-bottom: 1px; border-bottom: 1px solid #cecece; margin-bottom: 17px; }
.actionview_icons { width: auto; height: auto; float: right; display: block; text-align: right; padding-top: 1px; margin-right: 10px; }
.priceprod_order { float: right; font-weight:bold; padding-right: 26px; padding-top: 2px; }
.prod_pricetitle h2 { font-size:28px; padding-bottom: 16px; display: block; float: left; padding-right: 300px; margin-right: -300px; width: 100%; margin-bottom:0; }

.shopcart_totals{display:block;text-align:right;padding:27px 31px 30px 30px;background:#f5f5f5;margin-bottom:20px;}
.shopcart_totals p{color:#606060;margin:0 0 12px;font-size:16px;}
.shopcart_totals p span{ color:#606060;}
.shopcart_totals p.grand_totals{font-size:30px;padding-top:9px;margin-bottom:11px; }
.shopcart_totals p.grand_totals span{font-size:30px;letter-spacing:-0.5px;}

.orderdetails_box p{color:#333;margin:0px;padding-bottom:12px; }
.orderdetails_box p span{ font-weight:bold; color:#333;}
.orderdetails_box ul { padding:0; margin:0; }
.orderdetails_box ul li { list-style:none; }
.hide{ display: none; }

.orderdetails_wrap .shopcart_totals{padding:27px 29px 24px 30px;}
.orderdetails_wrap .shopcart_totals p{font-size:16px;color:#606060;margin-bottom:12px;}
.orderdetails_wrap .shopcart_totals p span{color:#333333;}
.orderdetails_wrap .shopcart_totals p.grand_totals{font-size:30px;margin-bottom:0px;color:#333333;padding-top:9px}

/*popup css*/
.button_forgotpassword { background: #000; color: #fff; text-align: center; font-weight: bold; padding: 10px 30px; border-radius: 3px; }
#overlay { position: fixed; height: 100%; width: 100%; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0.8); display: none; z-index:1; padding:0 15px; }
#popup { max-width: 500px; width: 100%; padding: 30px 20px; position: relative; background: #fff; margin:0 auto; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); }
#popup h2 { margin:0 0 15px; }
#close { position: absolute; top: -20px; right: -20px; cursor: pointer; color: #000; width:40px; height:40px; background:#f00 url(../images/close-btn.svg) center center no-repeat; background-size:17px; text-indent:-999em; }

.added-favourite a { background:url(../images/heart-hover.svg) 0 0 no-repeat !important; background-size:18px 16px !important; }
.datepicker { border-radius:0 !important; }

.button_loader { position: absolute; top: 5px; right: 10px; }
.button_loader img { width:30px; height:30px; }
.action-btn { position:relative; }
/*popup end*/

/*dashboard end*/

/*print voucher*/
.print-voucher { width: 100%; background: #ffffff; padding: 20px 19px; }
.cartprod_boxs{ display:block;margin-bottom:0px;padding:11px 0 21px;position:relative;border-bottom:1px solid #e3e3e3; }
.shopcart_prodbox .cartprod_boxs:last-child{ padding-bottom:11px;margin-bottom:20px; }
.cart_image{ width:245px;display:block;float:left;}
.cart_image img{ width:100%;display:block;}
.cartprod_info{ width:100%; float:left; padding:0 185px 0 265px; margin:0 -175px 0 -245px; }
.cartprod_info p{color:#4c4c4c; margin:0 0 11px; vertical-align:top; }
.cartprod_info p span { display:inline-block; vertical-align:top; font-weight:bold; }  
.shopcart_price { font-size:24px; color: #4c4c4c; padding-left: 20px; display: block; }
.shopcart_prodbox .tour-title a { color:#4c4c4c; }
.no-touch .shopcart_prodbox .tour-title a:hover { color:#a9003f; }

.voucher-title { margin:0 0 25px; position:relative; }
.voucher-title br { display:none; }
.voucher-title h3 { padding-right:50px; margin:0; } 

.voucher-title .actionview_icons { position:absolute; right:0; top:0; margin:0; }
.voucher-title .actionview_icons div { line-height:0; }
.voucher-title .actionview_icons a { width:32px; height:32px; background: #fff url(../images/print-voucher.svg) no-repeat 0 0; display:inline-block; background-size:100%; }
/*print voucher end*/

/*gift voucher*/
.giftvoucher_purchase { width: 100%; background: #FFF; border: 1px solid #eaeaea; padding: 20px 19px 30px; }
.giftvoucher_purchase .fielddiv_box { margin-bottom:14px; }
.giftvoucher_purchase .fielddiv_box label { color: #4c4c4c; font-size: 15px; margin: 0 0 5px; display:block; }

.giftvoucher_purchase .fielddiv_box .fielddiv { position:relative; }
.giftvoucher_purchase .fielddiv_box .fielddiv .select_loader { position:absolute; right:35px; top:5px; }

.giftvoucher_purchase > p{margin-bottom:13px;}
#giftvoucherpur{padding-bottom:10px;}
#giftvoucherpur h3, #giftvoucherpur .ui-accordion .ui-accordion-header{cursor:pointer;display:block;margin:10px 0 0;min-height:0;position:relative;padding:16px 40px 15px 73px; font-size:20px; border-radius:0px !important;background:#FFF;border:2px solid #dadada;color:#333; margin:0 0 15px; }
#giftvoucherpur .accordion_stepnumber{display:block;position:absolute;width:58px;left:0px;top:0px;bottom:0px;border-right:2px solid #dadada;text-align:center; font-size:18px; line-height:55px; font-weight:bold; background:#FFF;}
#giftvoucherpur .ui-accordion .ui-accordion-header .ui-accordion-header-icon{right:15px;margin-top:-8px;position:absolute;top:50%;left:inherit;background-position:-92px -96px;}
#giftvoucherpur .ui-accordion .ui-accordion-header:hover, #giftvoucherpur .ui-accordion .ui-accordion-header-active.ui-state-active{background:#f5f5f5;}
#giftvoucherpur .ui-accordion .ui-accordion-header:hover .ui-accordion-header-icon, #giftvoucherpur .ui-accordion .ui-accordion-header-active.ui-state-active .ui-accordion-header-icon{background-position:-92px -96px;}
#giftvoucherpur .ui-accordion .ui-accordion-content{border:0px solid #333;border-top:0 none;border-radius:0px;padding:19px 0px 30px;}
#giftvoucherpur .ui-accordion .ui-accordion-content ul{padding-bottom:5px;}
#giftvoucherpur .ui-accordion .ui-accordion-content ul li{padding:0 0 10px 15px;}
#giftvoucherpur .ui-accordion .ui-accordion-content ul li:after{top:6px;}
.giftv_info{padding-bottom:5px;}
.recipient_email{padding-bottom:12px;}
#giftvoucherpur .termdivbox{padding:6px 0 1px;display:block;float:left;width:170px;}
#giftvoucherpur .termdivbox:first-child{padding-right:0px}
#giftvoucherpur .termdivbox label{top:-1px;padding-bottom:0px;}
.giftvoucher_box{padding-top:0px;}
.giftvoucher_box img{width:100%;}
#giftvoucherpur .cms_wrap.paymentmethods_wrap { padding:10px 0px; }
#giftvoucherpur .payoption_show { margin:0 -15px; }

.billing_details .floating_50per,
.payoption_show .floating_50per { width:50% !important; display:inline-block !important; vertical-align:top !important; float:none !important; padding:0 15px !important; margin-right:-4px; }
.billing_details .fieldnormal.login_cancel,
.paymentmethods_wrap .fieldnormal.login_cancel { text-align:left; padding-top:15px;  }
.billing-inner-wrap .fieldnormal.login_cancel { padding-left:15px; }
.billing_details .fieldnormal.login_cancel .giftHover,
.paymentmethods_wrap .fieldnormal.login_cancel .giftHover { display:inline-block; margin-right:6px; }

.fielddiv.card_month,
.fielddiv.card_year { width:50%; display:inline-block; padding:0 15px; margin-right:-4px; }

.inner-wrap-main .floating_50per {  width:50% !important; display:inline-block !important; vertical-align:top !important; float:none !important; padding:0 15px !important; margin-right:-4px; }

.fielddiv_box .twobox,
.inner-wrap-main,
.billing-inner-wrap { margin:0 -15px; } 
.giftvoucher_success { max-width: 800px; margin: 40px auto; text-align: center; border: 1px solid #ccc; padding: 15px; }
.giftvoucher_success p { font-size: 22px; margin:0; }
/*end*/

.search-field-box .field-box div.Destination .search-field { position:relative; }
.search-field-box .field-box div.Destination .search-field .input_loader { position:absolute; right:35px; top:5px; }
.search-result-field .result-field-box div.result-field .input_loader { position:absolute; right:5px; top:5px; }

.review-main .container { padding:0; } 
.review-main .page-title { color: #4c4c4c; font-size: 35px; text-transform: uppercase; margin: 0 0 25px; }
.prodshort_review { border:1px solid #ededed; padding:20px; text-align:left; background:#fcfcfc; text-align:center; }
.prodshort_review .review-img { margin:0 0 25px;  }
.prodshort_review h2 { font-size:24px; }
.prodshort_review p span { font-weight:bold; }

.pro_review_box { padding-bottom:10px; border-bottom:1px solid #ccc; margin:0 0 15px; }
.pro_review_box h4 { margin:0 0 15px; }
.pro_review_box .pro_review_img { width:150px; float:left; }
.pro_review_box .pro_review_img img { max-width:100%; }
.pro_review_box .pro_review_info { display:inline-block; vertical-align:top; width:calc(100% - 170px); float:right; }

/*404*/
.error-page { background-color: #454545 !important; min-height: 100% !important; height: 100% !important; width: 100% !important;}
.error-page .container { position:relative; padding:50px 15px; }
.error-page .action-btn { padding:7px 20px; border:2px solid #fff; color:#fff; display:inline-block; margin:15px 0 0; } 
.no-touch .error-page .action-btn:hover { background:#fff; color:#000; }
/* ------------------ Number - 404--------------------*/
.number { position: relative; margin:0 auto 40px; text-align:center; }
.number .four { width: 230px; height: 292px; display: inline-block; background-image: url("../images/four.png"); background-repeat: no-repeat; background-size: 100%; z-index: 19; position: relative; }
.number .zero { width: 230px; height: 292px; display: inline-block; background-image: url("../images/zero.png"); background-repeat: no-repeat; background-size: 100%; background-position: 0px 20px; position: relative; z-index: 18; -moz-animation: 4s ease 0s normal none infinite zero; -moz-transform-origin: center top; -webkit-animation: zero 4s infinite ease-in-out; -webkit-transform-origin: top; -o-animation: 4s ease 0s normal none infinite zero; -o-transform-origin: center top; -o-animation: zero 4s infinite ease-in-out; -o-transform-origin: top; -ms-animation: 4s ease 0s normal none infinite zero; -ms-transform-origin: center top; -ms-animation: zero 4s infinite ease-in-out; -ms-transform-origin: top; animation: 4s ease 0s normal none infinite zero; transform-origin: center top; animation: zero 4s infinite ease-in-out; transform-origin: top; }
.number .zero .nail { width: 30px; height: 50px; top: 6px; left: 115px; background-image: url("../images/nail.png"); background-repeat: no-repeat; background-size: 100%; position: absolute; }
 @-moz-keyframes zero {  0% {
-moz-transform:rotate(-2deg)
}
 50% {
-moz-transform:rotate(2deg)
}
 100% {
-moz-transform:rotate(-2deg)
}
}
 @-webkit-keyframes zero {  0% {
-webkit-transform:rotate(-2deg)
}
 50% {
-webkit-transform:rotate(2deg)
}
 100% {
-webkit-transform:rotate(-2deg)
}
}
 @-o-keyframes zero {  0% {
-o-transform:rotate(-2deg)
}
 50% {
-o-transform:rotate(2deg)
}
 100% {
-o-transform:rotate(-2deg)
}
}
 @-ms-keyframes zero {  0% {
-ms-transform:rotate(-2deg)
}
 50% {
-ms-transform:rotate(2deg)
}
 100% {
-ms-transform:rotate(-2deg)
}
}
 @keyframes zero {  0% {
transform:rotate(-2deg)
}
 50% {
transform:rotate(2deg)
}
 100% {
transform:rotate(-2deg)
}
}
/* ------------------
    Info
--------------------*/
.info { position: relative; text-align:center; margin:0 auto;}
.info h2 { font-size: 50px;  color: #fff; }
.info p { font-size: 20px; color: #ffffff; }

 @media (max-width: 768px) {
.number { text-align: center; }
.number .four { width: 123px; height: 157px; }
.number .zero { width: 130px; height: 157px; }
.number .zero .nail { width: 18px; top: 12px; left: 64px; }
.info h2 { font-size: 30px; }
.info p { font-size: 16px; }
}
 @media (max-width: 440px) {
.number { text-align: center; }
.number .four { width: 80px; height: 103px; }
.number .zero { width: 85px; height: 112px; }
.number .zero .nail { width: 11px; top: 14px; left: 44px; }
}

/*404*/

/*font size*/
h1,h2,h3,h4,h5,h6 { font-family: 'sofia_prolight' !important; }
h1 { font-size:30px !important; text-transform:uppercase !important; font-weight:400 !important; }
h2 { font-size:23px !important; font-weight:100 !important; }
h3 { font-size:22px !important; text-transform:uppercase !important; font-weight:400 !important; }
h4 { font-size:18px !important; text-transform:uppercase !important; font-weight:500 !important; }
h5 { font-size:18px !important; font-weight:500 !important; }
p { font-size:15px !important; font-weight:100 !important; font-family: 'sofia_prolight' !important; }


/*responsive css*/
@media (max-width:1300px){
	.list-grid-box .list-img { vertical-align:top;}
	.list-grid-box .left-content { float:none; width:100%; padding:0; } 
	.list-grid-box .right-content { border:0; padding:15px 0 0; min-height:inherit; }
	.view-more { padding:15px 0 0; position:static; }
	
	.discount-main a.continue-btn { margin:0 0 30px; }
	.promotion { max-width:100%; }
	.promotion .input-filed input { max-width: 100%; }
	.promotion .input-filed { max-width:100%; }
	
	.contact-details-main,
	.pay-safe,
	.right-info-main { padding:15px; }
	.pay-safe:before { width:48px; }
	.login-main .facebook-login .content-box { padding:15px; }
	.login-main .travelcation-login .content-box { padding:15px; }
	.login-main .facebook-login .right-btn { position:static; margin:10px 0 0; transform:none !important; width:100%;}
	.login-main a.login { position:static; margin:10px 0 0; }
	.fleld-box-main { margin-bottom:34px; }
	.safe-list li { margin-bottom:20px; }
	.ssp img,
	.ssl img { width:90% !important; }
	
	.log-main .btn-action .login-facebook { float:none; margin:0 auto 15px; display:table; }
	.log-main .btn-action .login-google { float:none; margin:0 auto; display:table; }
}

@media (max-width:1023px){
	.search-field-box { padding:0 120px 0 0; }
	.search-field-box .action-btn { width:120px; }
	.search-main .search-contain h3 { font-size:25px; }
	.search-main .search-contain h4 { font-size:18px; }
	
	.main-title { padding:30px 0; }
	.main-title h3 { font-size:25px; }
	.main-title p { font-size:14px; margin:0; }
	.grid-details { padding:30px 0; } 
	.pagination-main .pagination .page-item a.page-link { width:35px; height:35px; line-height:33px; }
	
	.grid-box-main { margin:0 -8px; }
	.grid-box-main .product-grid { padding:0 8px; margin:0 0 16px; width:33.3%; }
	.product-item .product-info { padding:10px; }
	
	.search-result-main { padding:30px 0; }
	.search-result-main .page-title h1 { font-size:25px; }
	
	.search-result-main .col-right { width:100%; float:none; padding:0; }
	.search-result-main .sidebar-left { width:100% !important; float:none; margin-bottom:30px; display:none; }
	span.show-search { display:block; }
	
	.sort-main .sort-left h5 { font-size:16px; display:block; margin-bottom:15px; padding:0 100px 0 0; }
	.change-search { float:none; margin-bottom:15px; }
	
	.sort-main { position:relative; }
	.list-grid { position:absolute; top:20px; right:15px; }
	.sort-main .sort-left { float:none; margin:0 -5px; }
	.sort-main .selct-box { width:50%; margin:0 -4px 0 0; padding:0 5px; }
	
	.login-main .content-box h4 { font-size:20px; }
	.checkout-main .colmain .sidebar-left { width:100%; float:none; margin:0 0 30px; }
	.checkout-main .colmain .content-right { padding:0; float:none; width:100%; }
	
	.contact-content-main > div.left-content-box { width:100%; padding:0; margin:0 0 30px; }
	.contact-content-main > div.right-content-box { width:100%; padding:0; }
	.contact-content-main > div { display:block; }
	
	.dashboard-content-main .dashboard-sidebar { float:none; width:100%; margin:0 0 30px; }
	.dashboard-content-main .dashboard-right { float:none; width:100%; padding:0; }
	.dmenu-trigger { display:block; padding:10px; color:#fff; font-size:18px; background: #4c4c4c url(../images/arrow-white.svg) no-repeat calc(100% - 10px) center; background-size: 18px 12px; } 
	.sidebar-menu { display:none; width:100% !important; }
	
	.white-bg { padding:15px 10px; }
	.left-content-box .left-content { padding:15px 10px; }
	.right-content-box .right-content { padding:15px 10px; }
	
	.log-main .right-content-box .action-btn span { display: block; text-align: left; padding-top: 10px; }
	

}

@media (max-width:800px){
	.grid-box-main .product-grid {width:50%; }
	.product-grid .product-item .product-img .main-img img { width:100%; }
	
	.grid-box-main.favourites .product-grid { width:50%; }
	.search-result-main .grid-box-main .product-grid { width:50%; }
}

@media (max-width:767px){
	.header-bottom { padding:10px 0; } 
	.header-content-main > div.logo-main { width:auto; }
	.header-content-main > div.logo-main img { max-width:175px; }
	
	.product-item .product-info span.destination-name { font-size:13px; }
	.product-item .product-info h4.destination-location a { font-size:16px; }
	
	.product-detail-main .page-title h1 { font-size:25px; line-height:28px; }
	.add-favourites { float:none; margin-bottom:15px; }
	.trip-description .trip-list li { width:100%; display:block; }
	.detail-slider a.zoom-icon { width: 22px; height: 22px; background-size:22px; }
	
	.from-section { padding:15px; }
	.ask-question { padding:15px; } 
	.why-book { padding:15px; }
	
	.cart-main .page-title { font-size:25px; }
	.promotion h4 { font-size:18px; line-height:normal; margin:0 0 10px; }
	.cart-table .trip-info h3 a { font-size:18px; }
	.cart-table .cart-trip-detail p { font-size:14px; line-height:normal; }
	.cart-table table tr td .all-info { border:0; }
	.cart-table .cart-price span { font-size:20px; }
	.subtotal-main { padding:15px; }
	.total-price span { font-size:25px; }
	.subtoal-price span { font-size:18px; }
	.cart-main .cart-table table tr td { padding:10px; vertical-align:top;}
	.promotion { padding:15px; }
	
	.right-info-main.credit-card .two-col { margin:0; }
	.right-info-main.credit-card .two-col .input-col { width:100%; padding:0; }
	.right-info-main.credit-card .field.two { margin:0 -5px; }
	.right-info-main.credit-card .field.two .field { padding:0 5px; }
	
	.checkout-main .page-title { font-size:25px; margin:0 0 15px; }
	.login-main > div { width:100%; }
	.login-main > div.facebook-login { margin:0 0 30px; }
	.login-main .or { margin-top:0; top:54%; }
	
	.contact-main .page-title { font-size:25px; }
	.dashbord-main .page-title { font-size:25px; }
	.log-main .page-title { font-size:25px; }
	
	.profile-field-box .two-col { margin:0; }
	.profile-field-box .two-col .field-box { width: 100%; padding:0; }
	
	.contact-content-main .right-content-box .right-content { padding:15px 10px; }
	.contact-content-main .right-content .col-two { margin:0; }
	.contact-content-main .right-content .col-two .field-box { width: 100%; padding:0; }
	
	.login-content-main > div { display:block; width:100%; padding:0; }
	.login-content-main > div.left-content-box { margin:0 0 20px; }
	
	.floating_50per { width:100%; padding:0; margin:0 0 20px; } 
	.booking-main .page_title h1 { font-size:24px; }
	.prod_pricetitle h2 { padding:0 0 10px; margin-right:0; }
	.priceprod_order { float:left; padding-bottom:10px; }
	.orderdetails_wrap .shopcart_totals { padding:10px; }
	.shopcart_totals p.grand_totals span { font-size:22px; }
	.orderdetails_wrap .shopcart_totals p.grand_totals { font-size:22px; }
	
	.print-voucher .tour-title { font-size:24px; }
	.print-voucher .cart_image { display:none; }
	.print-voucher .shopcart_price { padding-left: 0px; float: right; line-height: 40px; }
	.print-voucher .cartprod_info { margin:0; padding: 0; float: none; }
	
	.title-price h3 { float:none; width:100%; margin:0 0 10px; }
	.title-price .price { float:none; width:100%; text-align:left; }
	
	.cartprod_boxs h2 { line-height:38px; }
	.noof_people label { display:block; }
	
	.inner-wrap-main .floating_50per { width:100% !important; display:block !important; }
	.inner-wrap-main .floating_50per.sendcoldiv_box { display:none !important; }
	.billing_details .floating_50per, .payoption_show .floating_50per { width:100% !important; display:block !important; margin:0; }
	#giftvoucherpur .accordion_stepnumber { line-height:46px; }
	#giftvoucherpur .ui-accordion .ui-accordion-content { padding: 0 0 15px; }
	.recipient_email { padding:0; }
	#giftvoucherpur h3, 
	#giftvoucherpur .ui-accordion .ui-accordion-header { padding-right:10px !important; font-size: 18px; }
	.giftvoucher_success p { font-size: 18px; }
	
	.review-main .page-title { font-size:25px; }
	
}

@media (max-width:639px){
	.footer-top-col .footer-logo { text-align:center; }
	.footer-top-col .footer-logo img { max-width:200px; }

	.search-field-box { padding:0; }
	.search-field-box .field-box > div { display:block; padding:0; margin-bottom:15px; width:100%; }
	.search-field-box .action-btn { position:static; width:100%; }
	.search-main .search-contain h3 { text-align:center; font-size:22px; }
	.search-main .search-contain h4 { text-align:center; font-size:14px; }
	
	.grid-box-main .product-grid { width:50%; }
	.grid-box-main.favourites .product-grid { width:50%; }
	
	.detail-popup .modal-header h5 { font-size:20px; }
	.select-amout { margin:0 0 30px; }
	.select-amout > div { width:100%; display:block; padding:0; }
	.detail-popup .modal-body { padding:10px; }
	
	.detail-popup .modal-header { padding:10px 40px 10px 10px; }
	.age-price-main { padding:0; }
	.age-price-main > div:before { display:none; }
	.age-price-main > div { width:100%; display:block; padding:10px 0; border-bottom:1px solid #ccc; }
	.detail-popup .modal-header .close { width:35px; height:35px; right:-5px; top:-5px; }
	
	.field-col.cf .input-col { width:100%; }
	.field-col.cf .date-col { padding:0; width:100%; }
	.pay-safe:before { width:38px; right:10px; }
	
	.checkout-main .top-field { margin:0; }
	.checkout-main .top-field .field-col { width:100%; padding:0; }
	.right-info-main.submit-booking .submit-booking { padding-left:0; }
	
	.booking-top .left-select .select-box.first { margin:0; }
	.booking-top .left-select { float:none; margin:0 -7px; }
	.booking-top .left-select .select-box { width:50%; padding:0 7px; }
	.booking-top a.export { float:none; margin:15px auto; display:table; } 
	
	.noof_people label { display:block; padding:0 0 5px; }
}

@media (max-width:479px){
	.list-grid-box .list-img img { width:100%; }
	.list-grid-box .list-img { display:block; text-align:center; width:100%; }
	.list-grid-box .list-content-box { width:100%; vertical-align:top; display:block; padding:15px 10px; }
	.list-content-box h4 a { font-size:20px; }
	
	.cart-main .cart-table table tr td { padding:10px; vertical-align:top; float:left; width:100%; }
	.cart-main .cart-table table tr td.action-btn a.edit { display:inline-block; vertical-align:top; margin-right:10px; width: 30px; height: 28px; background-size:100%; margin-bottom:0; }
	.cart-main .cart-table table tr td.action-btn a.delete { display:inline-block; vertical-align:top; width: 30px; height: 30px;background-size:100%; }
	
	.log-main .right-content-box .action-btn span { display:block; text-align:center; padding-top:10px; } 
	.log-main .action-btn .forgot-password { float:none; margin:10px auto 0; display:block;}
	.log-main .action-btn { text-align:center; }
	
	.grid-box-main { margin:0; }
	.grid-box-main .product-grid { padding:0; margin:0 0 20px; width:100%; }

	.grid-box-main.favourites { margin:0; }
	.grid-box-main.favourites .product-grid { padding:0; margin:0 0 20px; width:100%; }
	.product-grid .product-item .product-img .main-img img { width:100%; }
	
	.search-result-main .grid-box-main { margin:0; }
	.search-result-main .grid-box-main .product-grid { width:100%; }
	.product-item .product-info h4.destination-location { height:auto; }
	
	.cart-main .cart-table table tr td.cart-image { text-align:center; }
	
	.pro_review_box { text-align:center; } 
	.pro_review_box .pro_review_img { width:100%; float:none; margin:0 0 15px; }
	.pro_review_box .pro_review_info { width:100%; float:none; }
		
}

@media (max-width:374px){
		
		.sort-main { padding:15px 15px 5px; }
		.sort-main .sort-left { margin:0; }
		.sort-main .selct-box { width:100%; margin:0 0 15px; padding:0; }
		
		.login-main .content-box h4 { font-size:18px; }
		.login-main .travelcation-login p { font-size:14px; }
		
		.log-main .left-content h3, .log-main .right-content h3 { font-size:20px; 	}
}
/*responsive css end*/

.home-banner { background-color:#f3f3f3; }
button[disabled], html input[disabled] { opacity: 0.8 !important; }
#main { min-height:500px; }
.no-cart {height:100vh;}
.yes-cart .total-price span {font-size:28px;}


@media (min-width:1800px){
	#main { min-height:700px; }
}

@media (min-width:1400px){
.no-touch .page-error .page-header { background:#fff; }
.no-touch .page-error { padding-bottom:62px; background:#454545; }
.no-touch .page-error footer { position:fixed; bottom:0; width:100%; left:0; z-index:11; }
}

/* = Background color
========================================================================================*/
.bg-color { background-color:#a9003f; }


.elementor-invisible {
    visibility: visible !important;
}

.elementor-nav-menu--main .elementor-nav-menu ul { width:220px !important; }



.help-tip { position: relative; text-align: center; border-radius: 50%; width: 20px; height: 20px; cursor: default; display: inline-block; top: 4px; }
.help-tip p { display: none; text-align: left; background-color: #1E2021; padding: 10px; width: 250px; position: absolute; border-radius: 3px; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); top: -25px; left: 35px; font-size: 13px !important; line-height: 1.4 !important; margin-right: -15px; color: #fff !important; }
.help-tip p:before { right: 100%; top: 50%; border: solid transparent; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(0, 0, 0, 0); border-right-color: #000000; border-width: 10px; margin-top: -10px; }
.help-tip:hover p { display: block; transform-origin: 100% 0%; -webkit-animation: fadeIn 0.3s ease-in-out; animation: fadeIn 0.3s ease-in-out; }
 @-webkit-keyframes fadeIn { 0% {
 opacity:0;
 transform: scale(0.6);
}
 100% {
 opacity:100%;
 transform: scale(1);
}
}
 @keyframes fadeIn { 0% {
opacity:0;
}
 100% {
opacity:100%;
}
}

 .notavailableDays{ border: 1px solid #fff !important; border-radius: 0 !important; color: #fff !important; height: 30px !important; vertical-align: middle !important; }
 .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable { background-color: #303030 !important; } 
 .timeslot-select { margin: 0 0 15px; }
 .timeslot-select span { font-size: 16px; font-weight: bold; color: #000; display: block; margin: 0 5px 0 0; display: inline-block; }
 .timeslot-select select { width: 250px; }
 .detail-field.loading-loader { position: relative; } 
 .loading-loader:after { content: ''; position: absolute; top: 50%; right: 38px; z-index: 1111; background: url(../images/loader-field.svg) no-repeat; background-size: contain; width: 20px; height: 20px; display: block; margin-top: -10px; }