/*
Theme Name: Divi Plus Travel Agency
Theme URI: https://diviextended.com/product/divi-plus/
Description: Divi Plus plugin based ready-to-use Divi child theme designed for Travel Agency.
Author: Divi Extended
Author URI: https://diviextended.com/
Template: Divi
Version: 1.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

.gmdf-wrap {
	position: relative;
	z-index: 10;
}

.gmdf-wrap .gmdf {
	position: fixed;
	bottom:0;
	right: 0;
	width: 180px;
	padding: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}


.gmdf-wrap .gmdf a {
	text-decoration: none;
}

.gmdf-wrap:hover .gmdf {
	width:300px;
}

.gmdf-wrap .gmdf #rect {
	position: relative;
	cursor: pointer;
	padding: 15px 15px;
	text-transform: uppercase;
	text-align: center;
	font: 400 1em 'Oswald', sans-serif;
    text-shadow: -1px 1px 0px rgba(0,0,0,0.3);
	background: #222;
	color: #fff;
	border:1px solid rgba(0,0,0,0.15);
	border-top:none;
	box-shadow: -2px 2px 10px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.gmdf-wrap .gmdf #rect:hover {
	z-index: +99;
	background: #fff;
	color: rgba(0,0,0,0.9);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	text-shadow:none;
}


.gmdf-wrap .gmdf #rect .contents {
	text-shadow:none;
	margin-left: 20px;
	padding: 0;
	font: 300 1em/1.2em 'Oswald', sans-serif;
	letter-spacing: 0;
	text-transform: none;
	text-align: justify;
	color: rgba(0,0,0,0.8);
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.gmdf-wrap .gmdf #rect:hover .contents {
	width: 210px;
	padding: 10px 0;
	height: 45px;
	opacity: 1;
}

.gmdf-wrap .gmdf #rect .fa {
font-size:18px;
}

.wpcf7 input {
	width:80%;
	padding:15px;
}

.wpcf7 textarea {
	width:80%;
}

.wpcf7 label {
	font-style:italic;
	font-weight:bold;
}

.wpcf7-submit {
	background-color: #F6981E;
	color:#fff;
	font-family: "Open Sans",Arial,sans-serif;
	font-size:16px;
	font-weight: 600;
	border:none !important;
	display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.wpcf7-submit:hover, .wpcf7-submit:focus, .wpcf7-submit:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}


/* POP UP */

#pum-159{
	z-index: 1000;
}

/* HEADER */

#main-header{
	z-index: 100;
}
.footer-button {
	background:#f6981e;
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
	border-radius:8px;
	padding:10px;
	border:none;
}

footer h2 {
	color:#fff;
}


footer li {
	list-style-type:none;
}

#footer-widgets .footer-widget li:before {
   display:none !important;
}
#footer-bottom {
	color:#fff !important;
	font-weight:600;
	font-size:16px;
}


@media (max-width: 720px) {
.gmdf-wrap {display:none;}
.grecaptcha-badge {display: none;}

}

.woocommerce ul.products li.product .button {
  display: block;
  margin-top: 1em;
  width: 100%;
  text-align: center;
}


.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img, .woocommerce-product-gallery__image {
    border:1px solid #ddd;
}
.woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img {
    max-height:400px !important;
	width:auto !important;
	margin:0 auto !important;
}

.product-wrap {
	display:flex;
}

	.product-wrap .product-image {
		flex-shrink: 0;
		width: 45%;
		margin-right: 30px;
	}

		.product-wrap .product-image img {
			width:100%;
		}

		.product-wrap .product-image .attachment-woocommerce_thumbnail {
			border:solid 1px #ccc;
			border-radius:5px;
			overflow:hidden;
		}

		.product-gallery-imgs {
			display:flex;
		}

			.product-gallery-imgs .gallery-img-wrap {
				display: flex;
				justify-content: center;
				align-items: center;
				width: 100px;
				height: 100px;
				border-radius: 5px;
				overflow: hidden;
				cursor:pointer;
			}

				.product-gallery-imgs .gallery-img-wrap img {
					cursor:pointer;
				}

.product-wrap .product .price {
	font-size: 26px;
    line-height: 1.5em;
    margin-bottom: 30px;
}


.woocommerce ul.products li.product .quick-view-wrap {
						display: flex;
						text-align: center;
					}

						.woocommerce ul.products li.product .product-quick-view {
							flex:1;
							color: #fff;
							background: #999;
							border-color: #999;
							border-radius: 3px 3px 0 0;
						}
						.woocommerce ul.products li.product .product-quick-view:hover,
						.woocommerce ul.products li.product .product-quick-view:focus {
							color:#fff !important;
							background:#666 !important;
							border-color:#666 !important;
						}


ul.products li.product-category .image-wrap {
			display: flex;
			align-items: center;
			justify-content:center;
			height: 50vh;
			margin-bottom: 20px;
		}

			ul.products li.product-category .image-wrap img {
				object-fit:contain;
				height:100% !important;
				margin-bottom: 0 !important;
			}

		.woocommerce ul.products {
			display:flex;
			flex-wrap:wrap;
			margin: 0 -0.75%;
		}
		.woocommerce ul.products::before,
		.woocommerce ul.products::after {
			content:none !important;
		}

			.woocommerce ul.products li.product {  
				display: flex;
				justify-content: space-between;
				align-items: center;
				flex-direction:column;
				height: auto;
				min-height: 50vh;
				width: 22.83% !important;
				margin: 0 0.75% !important;
				margin-bottom: 60px !important;
				padding: 20px;
				background: #fff;
				border: 1px solid #d9d9d9;
				border-radius: 5px;
				box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 20%);
			}
			.woocommerce ul.products li.product.product-category {
				justify-content:center;
			}

			.woocommerce-page ul.products li.product:nth-child(4n) {
				margin-right:0.75% !important;
			}

				.woocommerce ul.products li.product a.link {
					display: flex;
					flex-direction: column;
					justify-content: space-between;
					height: 100%;
					text-align: center;
				}

				.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
					display:block;
				}

					.woocommerce ul.products li.product .et_shop_image {
						display: flex;
						align-items: center;
						justify-content: center;
						height: 250px;
						margin-bottom:30px;
					}

						.woocommerce ul.products li.product .et_shop_image img {
							object-fit:contain;
							height:100%;
							margin-bottom:0 !important;
						}

					

					.woocommerce ul.products li.product .price {
						color: #666 !important;
					}

						.woocommerce ul.products mark.count{
							display: none !important;
						}

				.woocommerce ul.products li.product .product-actions {
					width:100%;
					margin-top:20px;
				}

					.woocommerce ul.products li.product .quick-view-wrap {
						display: flex;
						text-align: center;
					}

						.woocommerce ul.products li.product .product-quick-view {
							flex:1;
							color: #fff;
							background: #999;
							border-color: #999;
							border-radius: 3px 3px 0 0;
						}
						.woocommerce ul.products li.product .product-quick-view:hover,
						.woocommerce ul.products li.product .product-quick-view:focus {
							color:#fff !important;
							background:#666 !important;
							border-color:#666 !important;
						}

				.woocommerce ul.products li.product .cart {
					display:flex;
					flex-wrap: wrap;
				}

					.woocommerce ul.products li.product .cart .quantity {
						width:auto;
					}

						.woocommerce ul.products li.product .cart .quantity input {
							color:#000;
							font-size:14px;
						}

					.woocommerce ul.products li.product .cart .button {
						flex: 1;
						margin-top: 0;
						color:#fff;
						background:#901818;
						border-color:#901818;
						border-radius: 0 0 3px 0;
					}
					.woocommerce ul.products li.product .cart .button:hover,
					.woocommerce ul.products li.product .cart .button:focus {
						color:#fff !important;
						border-color:#901818 !important;
					}

					.woocommerce ul.products li.product .cart .button.adding-to-cart::after {
						content:"\f110";
						font-family:"FontAwesome" !important;
					}
					.woocommerce ul.products li.product .cart .button.adding-to-cart.added::after {
						content:"\35";
						font-family:"ETmodules" !important;
					}

					.woocommerce ul.products li.product .cart .added_to_cart {
						width: 100%;
						padding-top: 0;
						padding: 10px 20px;
						color: #901818;
						font-weight: 600;
						text-align: center;
						background: transparent;
					}

li.product a.button:hover{
	background: #2f9195;
	color: #fff;
}

.main-footer a{
	color: #40edff !important;
}