/*!
Theme Name: Glass World (2023)
Theme URI: https://www.icontext.com/
Author: iContext Internet Services Inc.
Author URI: https://www.icontext.com/
Description: Theme for Glass World (2023)
Version: 3.2
*/


#post-2906 h1.entry-title, #post-3141 h1.entry-title, #post-3154 h1.entry-title{
	display:none;
}

#post-2906 .wpb_text_column h1.entry-title, #post-3141 .wpb_text_column h1.entry-title, #post-3154 .wpb_text_column h1.entry-title{
	display:initial;
}




/*------------------------------
# STRUCTURE
------------------------------*/
.home #main {
    margin-top: 0;
}

.edit-link{
    display:none;
}

#main {
    margin-bottom: 3rem
}


/*------------------------------
# HEADER
------------------------------*/
#header-utility-nav{
    background:#000;
    padding: 10px 0;
}


#header-utility-nav ul.list-inline li {
    padding: 0 8px;
}

#header-utility-nav a{
    color:#fff;
    color:rgba(255, 255, 255, 1); /* #cb2127 58, 56, 55, 1 */
}

#header-utility-nav .line-vertical{
    border-right: 1px solid #fff; /* #bebebe */
    padding: 4px 0;
}

.navbar-brand img {
    height: 70px;
    margin: 20px 0;
}


/*------------------------------
# MAIN NAV
------------------------------*/
:root{
    --bs-light-rgb: 255,255,255;
}

#navbar > ul > li {
    padding: 0 20px;
}

#header.navbar-light .navbar-nav .nav-link {
    display: inline-block;
    font-family: 'Century Gothic Paneuropean', sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    background-color: transparent;
    padding: 0.7rem 0.9rem 0.5rem 0.9rem;
    line-height:1;
}

#header.navbar-light .navbar-nav .nav-search .nav-link{
    background-color:transparent;
    margin-top: -8px;
}

.nav-search a{
    font-size: 0 !important;
    width: 0;

}

.nav-search a::after {
    font-size: 32px;
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900;
    content: '\f002';
    color: #000;
}

#header .fa-bars {
    color: #fff;
    opacity: 1;
    padding: 4px;
    font-size: 26px;
}

.dropdown-item.active, .dropdown-item:active{
    background-color:#000;
    background-image: none;
}




.dropdown-menu {
    --bs-dropdown-font-size: 1.15rem;
    --bs-dropdown-border-radius: 0;
    --bs-dropdown-padding-y: 0;
}
.dropdown-item {
    min-width: 300px;
    padding: .5rem 1rem;
    white-space: normal;
}

.menu-sub-item a {
    padding-left: 1.75rem;
}




/*------------------------------
# ANIMATED NAV TOGGLER
------------------------------*/
/* https://github.com/haydn5/animated-navigation-safari-fix */
.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
    position: relative;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}

/* state when navbar is collapsed */
.navbar-toggler.collapsed .top-bar {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    position: absolute;
    top: 10px;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    position: absolute;
    top: 20px;
    transform: rotate(0deg);
}

/* state when navigation is clicked */
.navbar-toggler .top-bar {
    top: inherit;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    top: inherit;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    top: inherit;
    transform: rotate(-135deg);
}

/* colour of 3 lines */
.navbar-toggler.collapsed .toggler-icon {
    /* background: linear-gradient( 263deg, rgba(252,74,74,1) 0%, rgba(0,212,255,1) 100% ); */
    background:#000;
}

/* length of 3 lines for animation */
.navbar-toggler.collapsed:hover .top-bar{
    width:78%;
}

.navbar-toggler.collapsed:hover .middle-bar{
    width:65%;
}

.navbar-toggler.collapsed:hover .bottom-bar{
    width:86%;
}


/*------------------------------
# SEARCH FORM
------------------------------*/
.search-form-wrapper {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding: 30px 15px;
    z-index: 200;
	background: #eee;
}

.search-form-wrapper.open {
    display: block;
}

.search-form-wrapper form{
	max-width: 700px;
    margin: 0 auto;
}

.search-form-wrapper input[type="text"]{
    border-radius: 0px;
}


/*------------------------------
# CAROUSEL
------------------------------*/
#carousel-slider .carousel-item {
    height: 640px;
    background: no-repeat 0 scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* dark gradient shadow over image */
#carousel-slider .carousel-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 25%;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.4)),color-stop(50%,rgba(0,0,0,0)),to(transparent));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.4),rgba(0,0,0,0) 50%,transparent);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.4) 0,rgba(0,0,0,0) 50%,transparent 100%);
    background-image: linear-gradient(90deg,rgba(0,0,0,.4) 0,rgba(0,0,0,0) 50%,transparent);
}

.carousel-inner{
    /* overflow: visible; */
    z-index: 100;
}

.carousel-control-next, .carousel-control-prev{
    z-index: 300;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    height: 6rem;
    width: 6rem;
}

.carousel-caption{
    bottom:initial;
    top: 25%;
    transform: translateY(-50%);
    /* 
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    */
    /* text-align:initial; */
}

.carousel-caption h2{
    width: 60%;
    color:#004fa3;
    font-family: 'Century Gothic Paneuropean', sans-serif;    
    font-size: 4rem;
    line-height: 1;
    margin-bottom:10px;
}

.carousel-caption p{
    color:#fff;
    font-family: 'Century Gothic Paneuropean', sans-serif;
    font-size: 24px;
    line-height: 1.4;
}

.carousel-indicators{
    z-index: 200;
}


/*------------------------------
# LINKS
------------------------------*/
a{
    color:#cb2127;
    color:rgba(203, 33, 39, 1); /* #cb2127 */
}

a:hover{
    color:#c01f25;    
    color:rgba(192, 31, 37, 1); /* #b72627 */
}

#main a:not(.btn, .no-decoration, h4.vc_tta-panel-title a, #section-cta h3 a, #section-tools h3 a), #colophon a {
    text-decoration:underline;
}


/*------------------------------
# BODY / TYPOGRAPHY
------------------------------*/
body {
    color: #333;
    font-family: 'Century Gothic Paneuropean', sans-serif;
    font-size:18px; /* 1.1rem */
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Century Gothic Paneuropean', sans-serif;
	/* text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); */
}

h1{
    text-transform:uppercase;
}

h1.entry-title{
    margin-bottom: 30px;
    margin-top: 30px
}

.page-contact-us h1.entry-title, .page-inspiration h1.entry-title, .page-careers h1.entry-title, .page-payment h1.entry-title{
    display:none;
}

h2{
    margin: 20px 0;
    font-size: 2.5rem;

}

.search-results h2{
    font-size: 1.75rem;
}

.hero {
    font-size: 22px;
}

#breadcrumbs{
    margin-top:15px;
}

#breadcrumbs span span{
    margin-left:10px;
}

#breadcrumbs span span:first-child{
    margin-left:0;
}


/*------------------------------
# BUTTONS
------------------------------*/
.btn, .gform_button, .gform_next_button, .gform_previous_button, .gpnf-add-entry, input[type="submit"] {
    background-image:none;
    background-color:#000; /* #A5A29F */
    background-color: rgba(0, 0, 0, .9); /* #A5A29F */
	color: #fff;
	border-radius:0;
    text-decoration: none;
    text-transform:uppercase;
    border: 0;
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: 1rem;
    line-height: initial;
}

.btn:hover, .gform_button:hover, .gform_next_button:hover, .gform_previous_button:hover, .gpnf-add-entry:hover, input[type="submit"]:hover {
    background-color:#000;
    background-color: rgba(0, 0, 0, 1); /* 155, 153, 150, 1 #9b9996 */
    color: #fff;
}

.btn-reverse{
    background-color: transparent;
    border: 1px solid #fff;
}

.button.is-checked{
    background:#000;
    color:#fff;
}


/*------------------------------
# SECTIONS
------------------------------*/
#section-designers{
    padding:90px 0;
    background:#DFDEDA;
}

#section-cta{
    /* padding:90px 0; */
    margin:90px 0;
}

#section-cta .vc_row{
    /* margin-bottom:45px; */
}

.tax-product_category .home #section-cta .vc_column-inner{
    box-shadow: none;
}

#section-about{
    /* padding: 0px 0 90px; */
}

#section-about .wpb_text_column .wpb_wrapper{
    padding-left:30px;
    padding-right:30px;    
}


#section-about-production .vc_row{
    margin-bottom:60px;
}

#section-about-production h2{
    margin-bottom:60px;    
}



#section-tools{
    margin:90px 0;    
}


#cta-contact .vc_column-inner{
    background-image: url(/wp-content/uploads/2023/12/cta-contact-800x800-1.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}


#cta-payment .vc_column-inner{
    background-image: url(/wp-content/uploads/2023/12/cta-payment-800x800-1.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

#cta-careers .vc_column-inner{
    background-image: url(/wp-content/uploads/2023/12/cta-careers-800x800-1.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}



#section-tools .vc_row{
    margin-bottom:45px;
}

.home #section-tools .vc_col-sm-4{
    height:400px;
    /* padding: 0 15px; */
}

.home #section-tools .vc_col-sm-4:before{
    background: rgba(0,0,0,0.3);
}

/**/
#section-tools .vc_column-inner .wpb_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}



.home #section-tools .wpb_content_element{
    margin-bottom: 0;
}



.home #section-tools h3{
    color:#fff;
}

.home #section-tools .vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner{
 
}


/* dark gradient shadow over image */
.home #section-tools .wpb_animate_when_almost_visible .vc_column-inner{
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
}



#section-footer-cta{
    background:#f0f0f0;
    padding:30px 0;
}

.page-id-187 #main{
    margin-bottom:0;
}

#section-contact{
    height: 600px;
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url('/wp-content/uploads/2019/06/Glassworld-Showroom-Carsten-Arnold-Photography-1-copy-edited.jpg');
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom:90px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

#section-inspiration{
    height: 600px;
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url('/wp-content/uploads/2026/03/mirror-beveled-dining-room.jpg');
    background-repeat:no-repeat;
    background-position: center center;    
    background-size: cover;
    margin-bottom:90px;    
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

#section-careers{
    height: 600px;
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url('/wp-content/uploads/2019/06/careers-at-glassworld.jpg');    
    background-repeat:no-repeat;
    background-position: center center;    
    background-size: cover;
    margin-bottom:90px;    
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

#section-payment{
    height: 600px;
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url('/wp-content/uploads/2019/07/payment-bg.jpg');    
    background-repeat:no-repeat;
    background-position: center center;    
    background-size: cover;
    margin-bottom:90px;    
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


/*------------------------------
# PRODUCT CTAS
------------------------------*/
#section-cta #cta-accessibility .vc_column-inner{
    background-image: url(/wp-content/uploads/2025/05/cta-accessibility-800x800-1.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}



#section-cta #cta-bathtubs .vc_column-inner{
    background-image: url(/wp-content/uploads/2023/12/cta-bathtubs-800x800-1.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

#section-cta #cta-shower-doors .vc_column-inner{
    background-image: url(/wp-content/uploads/2023/12/cta-shower-doors-800x800-1.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

#section-cta #cta-closets .vc_column-inner{
    background-image: url(/wp-content/uploads/2023/12/cta-closets-400x400-1.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

#section-cta #cta-medicine-cabinets .vc_column-inner{
    background-image: url(/wp-content/uploads/2023/12/cta-medicine-cabinets-400x400-1.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

#section-cta #cta-kitchens .vc_column-inner{
    background-image: url(/wp-content/uploads/2023/12/cta-kitchens-800x800-1.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

#section-cta #cta-mirrors .vc_column-inner{
    background-image: url(/wp-content/uploads/2023/12/cta-mirrors-800x800-1.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

#section-cta #cta-back-painted-glass .vc_column-inner{
    background-image: url(/wp-content/uploads/2019/07/backpainted-glass-backsplash.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

#section-cta #cta-shower-stalls .vc_column-inner{
    background-image: url(/wp-content/uploads/2026/03/shower-stall-ss4836ss.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

#section-cta #cta-shower-bases .vc_column-inner{
    background-image: url(/wp-content/uploads/2019/07/SB36DT.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

#section-cta #cta-vanities .vc_column-inner{
    background-image: url(/wp-content/uploads/2025/05/cta-vanities-600x600-1.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

#section-cta .vc_col-sm-4{
    height:400px;
    /* padding: 0 15px; */
}

#section-cta .vc_col-sm-4:before{
    background: rgba(0,0,0,0.3);
}

/**/
#section-cta .vc_column-inner .wpb_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}

#section-cta .wpb_content_element{
    margin-bottom: 0;
}

#section-cta h3{
    color:#fff;
}

#section-cta a, #section-cta a:hover, #section-tools a, #section-tools a:hover{
    color:#fff;
    text-decoration:none;
}

/* dark gradient shadow over image */
#section-cta .vc_column-inner{
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
}


/*------------------------------
# CATEGORIES
------------------------------*/
#cat-grid .col-lg-12{
    margin-bottom:60px;
}

.post-item-thumbnail-container{
    height: 350px;
    overflow: hidden;
}

.post-item-desc-container{
    height: 350px;
}

.post-item-thumbnail-image{
    width: 100%;
    height: 350px;
    object-fit: cover;
    transform: scale(1);
    transition: 0.4s all;
}

.post-item-thumbnail-image:hover{
    transition: 0.4s all;
    transform: scale(1.2);
  }

#nav-filter .nav-link{
    color:initial;
    text-decoration:none !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background:#000 !important;
    color:#fff !important;
}


/*------------------------------
# PRODUCTS
------------------------------*/
.single-product h3{
    margin-bottom: 1rem;
}

/*
.single-product #section-product ul{
    list-style-type:none;
    padding-left: 0;
}
*/

.single-product #section-product li{
    margin-bottom:10px;
}

#main .single-product img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.product-dimensions-sizes ul{
    list-style-type:none;
    padding-left:0;
}

.social-share{
    text-align:left;
    padding:30px 0;
    font-size:28px;
    color:#a6a6a6;
}

.social-share li{
    margin:0 8px;
}

.social-share a{
    color:#a6a6a6;
    color: rgba(166, 166, 166, 1);
}

.social-share a:hover{
    color: #cb2127;
    color: rgba(203, 33, 39, 1);
}

.single-product .entry-content .small{
    margin-top: 90px;
}


/*------------------------------
# VERTICAL GALLERY
------------------------------*/
.wpb_gallery_slides .wpb_image_grid_ul{
    position: relative;
    height: initial;
}

.isotope-item{
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
    float: none !important;
    text-align: center !important;
    margin:0 !important;
    line-height: 1;
    /* max-height: 95px; */
    height: auto;
}

.wpb_image_grid .wpb_image_grid_ul a{
    display: inline-block !important;
}




/*------------------------------
# TABLES
------------------------------*/
table.table-data{
    /* width: 100%; */
    border-collapse: collapse;
    margin:0;
}

table.table-data tr{
    border-bottom: 0px solid #ccc;
}

table.table-data.td-thirds td{
    width:33%;
}

table.table-data.td-halfs td{
    width:50%;
}

table.table-data tr:nth-child(even) {
    /* background-color: #f5f5f5; */
}

table.table-data th{
    /* background:#e5e5e5; */    
    text-align:left;
    padding:10px 0;
}

table.table-data td{
    padding:10px 0;
}


/*------------------------------
# FOOTER
------------------------------*/
#footer-widgets {
    background: #000000;
    padding: 30px 0;
}

#footer-widgets h2, #footer-widgets h3, #footer-widgets p, #footer-widgets a {
    color: #fff;
}

#colophon .nav-link, #colophon .menu-item a[aria-current=page] {
    color:rgba(183, 38, 39, .85)
}

#colophon .nav-link:hover, #colophon .menu-item a[aria-current=page]:hover{
    color:rgba(183, 38, 39, 1); /* #b72627 */
}

#footer-widgets h3.widget-title{
    font-size: 22px;
}

#footer-widgets h3{
    font-size: 1.25rem;
}

#footer ul.list-inline li {
    padding: 0 10px;
}

#footer .fab, #footer .fas{
    font-size:34px;
    color:#fff;      
}

#footer-widgets .align-items-center{
    justify-content: center;
}

#footer-widgets .navbar-brand img {
    height: 80px;
}


/*------------------------------
# ACCORDIONS
------------------------------*/
h4.vc_tta-panel-title a{
    font-size: 1rem;
    font-weight:bold;
}

.vc_tta.vc_general {
    font-size: initial !important;
}

.album-filter.view-all{
    background: #000 !important;
    color: #fff !important;
}

.nav-pills{
    margin-bottom: 30px;
}


/*------------------------------
# HELPER UTILITIES
------------------------------*/
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.list-inline, .list-unstyled {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.list-inline li {
    display: inline-block;
}

.responsive-container {
    position: relative;
    padding-bottom: 56.25%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.page-template-template-photo-gallery #main{
    margin-top: 0;
}


.wpb_image_grid .wpb_image_grid_ul img {
    max-height: 90px;
    width: auto;
}  


.gallery-photo {
  position: relative;
  margin: 5px;
  float: left;
  width: 320px;
  animation: showUp 0.5s;
  transition-duration: 0.4s all;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  margin-bottom: 20px;
  overflow: hidden;
}

/*
.gallery-photo:hover {
  transition: 0.4s all;
  box-shadow: 0 0 8px 0 #0e916c;
  img {
    transition: 0.4s all;
    transform: scale(1.1);
  }
}
*/

.gallery-photo img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.4s all;
  transform: scale(1);
}

@keyframes showUp {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.desc {
  padding: 10px 0 0 0;
  text-align: center;
  background: #ffffff;
  color: #244b6b;
  height: 50px;
  font-weight: 400;
}


/*
.modal-body img {
  object-fit: contain !important;
  width: 100%;
  height: auto;
}
*/

.modal-body button{
    z-index: 1000 !important;
}

.card-container {
  width: 290px;
  height: 290px;
  overflow: hidden;
}
.card-img {
  object-fit: cover;
  height: 290px;
  transform: scale(1);
}
.card-img:hover {
  transition: 0.4s all;
  transform: scale(1.2);
}

#preloader {
  overflow: hidden;
  background-color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.classy-load {
  -webkit-animation: 2000ms linear 0s normal none infinite running classy-load;
  animation: 2000ms linear 0s normal none infinite running classy-load;
  background: transparent none repeat scroll 0 0;
  border-color: #dddddd #dddddd #111111;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  height: 40px;
  left: calc(50% - 20px);
  position: relative;
  top: calc(50% - 20px);
  width: 40px;
  z-index: 9;
}
@-webkit-keyframes classy-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes classy-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.filter-bw{
    /* https://isotropic.co/tool/hex-color-to-css-filter/ */
    filter: invert(0%) sepia(1%) saturate(3%) hue-rotate(7deg) brightness(99%) contrast(100%);
}

.loading-container {
  display: none;
  &.active {
    display: block;
  }
}

.nav-pills {
  display: flex;
  flex-direction: column;
}

.panel-heading:before {
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: 900;
  content: "\f054";
  float: right;
  transition: all 0.5s;
}

/**/
.collapsed:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}


.view-all {
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration:none !important;
}

.products-list {
  .showMoreContainer {
    display: flex;
    width: 100%;
  }
  .loading-icon {
    opacity: 0;
    display: none;
  }
  .loading-icon--show {
    opacity: 1;
    display: block;
    margin-bottom: 30px;
  }
  #showMoreProducts {
    margin: 0 auto;
    display: inline-block;
  }
}


/*------------------------------
# MEDIA QUERIES
------------------------------*/
@media (max-width: 767px) {
    
    .single-product .entry-content .small{
        margin-top: 30px;
        text-align: center;
    }
    
    .single-product .entry-content span{
        display:none;
    }
    
    .social-share{
        text-align:center;
    }
    
	#footer-logo section{
		margin:0 auto;
	}
	
    #footer .col-md-6, #footer .col-md-3 {
        text-align: center;
    }
    #colophon .col-md-6 .justify-content-end {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

}



@media (max-width: 1399px) {
    nav#header{
        /* padding-bottom:30px; */
    }
    
    li.nav-search{
        margin-top: 10px;
        padding: 0 10px !important;
    }
    
    .navbar.header-active {
        padding-bottom:30px;
        background-color: rgba(0,0,0,.03) !important;
    }

    .carousel-caption .container{
        width:90%;
    }
    
    .carousel-caption h2{
        width: 100%;
        font-size: 3rem;
    }
    
    .gallery-photo{
        margin:10px auto;
    }
    
    .wpb_image_grid_ul{
        margin:0 auto;
    }
    
    .isotope-item{
        float: left !important;
        margin-right: 5px !important;
        margin-left: 5px !important;
    }
    

    
}





@media (min-width: 1400px){
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-custom .dropdown-menu {
        position: absolute;
		min-width: 330px;
    }
    .navbar-expand-custom .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-custom > .container {
        flex-wrap: nowrap;
    }
    .navbar-expand-custom .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
    .d-custom-none{
        display: none !important;
    }
    

    
    
    
}






