/*
	Theme Name: ShopIsle Pro Child
	description: ShopIsle Pro child theme
	Template: shop-isle-pro
	Version: 1.0.0
*/

body.home { padding-top: 250px; }

.header-search { position: relative !important; }
.header-search-input { width: 220px !important; top: -6px !important; right: 0 !important; }
.shop_isle_header_title { display: table-row !important; width: 100%; }
.shop-isle-header-title-inner { float: none; }
.navbar-custom .header-container { position: relative; }
.navbar-custom .navbar-cart { display: inline-block !important; position: absolute !important; top: 85px !important; right:0; }

.navbar-custom .navbar-nav .sub-menu { background-color: transparent !important; }
.navbar-custom .nav li > a { color: rgba(255, 255, 255, 0.7) !important; }
.navbar-toggle { display: block; border-color: #333; }
.navbar-custom .navbar-toggle .icon-bar { background-color: #333; }

.module, .module-small { padding: 0 0 70px; }
.page-header-module:before { background-color: rgba(255, 255, 255, .6); }
.page-header-module.module, .main > .module:first-child { padding: 30px 0; }

.home .wp-block-image { border-top: 2px solid #000; border-bottom: 2px solid #000; }

ul.products li.product:hover img:nth-child(2) { opacity: 0; }
.prod-img-wrap { display: flex; aspect-ratio: 1 / 0.965; }

.onsale.out-of-stock { display: none; }
.product_cat-rings .zoomImg, .product_cat-necklaces .zoomImg, img.zoomImg { background-color: #fff; }

.press > div { display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.press .grid { display: flex; margin-bottom: 20px; margin-left: 30px; width: calc(100% / 4 - 30px); justify-content: center; align-items: flex-start; }
.press-grid .grid-child { margin: 0 0 40px; width: 100%; min-height: 370px; background-color: #fff; overflow: hidden; transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1); }
.press-grid .grid-child:hover { box-shadow: 0 50px 70px -25px rgba(0, 0, 0, 0.3); z-index: 1; }
.grid-child .press-image { height: 420px; background-repeat: no-repeat; background-position: center top; background-size: cover; }
.grid-child .description { padding: 10px; }
.grid-child .description p { margin: 0; font-size: 12px; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; }

.pswp__bg { background-color: #fff; }
.pswp__caption { display: none; }

/* media queries */
/* Extra Small Devices, Phones */
@media only screen and (min-width : 576px) {
	body.home { padding-top: 200px; }
	a.custom-logo-link img { max-width: 350px; }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	body.home { padding-top: 145px; }
	.shop_isle_header_title { display: table-cell !important; width: auto; }
	.shop-isle-header-title-inner { float: left; }
	.navbar-custom .navbar-nav .sub-menu { background-color: #fff !important; }
	.navbar-right .sub-menu { left: 0; }
	.navbar-custom .navbar-cart { display: table-cell !important; top: 2px !important; }
	.navbar-custom .nav li > a { color: #000 !important; }
	.navbar-toggle { display: none; }
	.home .wp-block-image { border: 0 none; }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}

@media only screen and (max-width: 768px) {
	.navbar-custom li.has_children > .dropdownmenu:before, .navbar-custom li.has_children.this-open > .dropdownmenu:before { color: #fff; }
	.navbar-custom li.has_children.this-open > ul { padding-left: 1em; }
}