/* From custom.css: row 1318 - 1814 */

/* ========== Products List START */

.products-list-content-wrap > .page-section:first-child {
    margin-top:  -45px;
}

.products-list-content-wrap > .page-section:first-child + .products-list-container {
    padding-top: 45px;
}

.grid-container {
	overflow: visible;
}

.product-title {
	margin-bottom: 0;
	font-size: 16px;
}

.product-title h3 {
	font-size: 16px;
}

.product .product-desc {
    padding-bottom: 0;
}

.product-image img:not(.certified-badge) {
  max-width: 100%;
  
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.product-content:hover .product-image img:not(.certified-badge) {
  -moz-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.product-page-title-list-heading {
    margin-bottom: 50px;
}

.product-page-title-list-heading .sort-by {
    margin-top: -7px;
}

@media (max-width: 479px) { /* Responsive XXS */
    .postcontent .shop.product-3 {margin: 0 0 -10px 0;}
}

@media (min-width: 480px) and (max-width: 767px) { /* Responsive XS Only */
    .postcontent .shop.product-3 {margin: 0 -12px -12px 0;}
}

@media (max-width: 767px) {
    .product-page-title-list-heading .sort-by {
        margin-top: 10px;
    }
}

@media (min-width: 992px) {

    .product-content:hover {
        padding: 9px;
        border: 1px solid #fff;
        background-color: #fff;
        /*box-shadow: 0px 0px 7px #999999;*/
        margin: -10px;
    }

}

@media (max-width: 991px) {

    .product:not(.product-2):not(.product-3) .product-title h3 {
        font-size: 14px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .product:not(.product-2):not(.product-3) .product-title h3 {
        font-size: 14px;
    }

}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .product-image > a {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

/* ========== Product List END */


/* ========== Product Navigation Left END */

#nav-left-categories li {
    list-style-type: none;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.8;
    font-size: 13.5px;
}

#nav-left-categories ul li ul li {
    margin-left: 20px;
}

#nav-left-categories a {
    font-weight: 400;
    color: #999999;
}

#nav-left-categories li.active > a {
    font-weight: normal; /* EDIT - previous value: 600 - To prevent simulated bold on mobile/safari */
    color: #777777;
}

#nav-left-categories li > a span {
	position: absolute;
	top: 1px;
	left: auto;
	right: 0;
	font-size: 11px;
    font-weight: normal; /* EDIT - previous value: 600 - To prevent simulated bold on mobile/safari */
    letter-spacing: 1px;
	/*width: 22px;*/
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #cccccc;
	/*background-color: #ffffff;
	border-radius: 50%;*/
}

#nav-left-categories li.active.last > a span { 
    background-color: #fff;
    color: #777777;
}

#nav-left-categories a:hover,
#nav-left-categories a:hover span {
    color: #b99862;
}

#nav-left-categories li.active > a:hover,
#nav-left-categories li.active > a:hover span {
    color: #b99862;
}

#nav-left-categories ul:not(.selected) {
    display: none;
}

/* Side Bar */

.sidebar-widgets-wrap {
    margin-top: 4px;
}

.sidebar-widgets-wrap .widget {
    margin-top: 0;
	padding-top: 0;
	border-top: none;
}


.sidebar-widgets-wrap .widget > h4, .sidebar-widgets-wrap .widget > h1, .sidebar-widgets-wrap .widget > h2 { 
    letter-spacing: 0px; 
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
    font-size: 18px;
}

.sidebar-widgets-wrap .widget h5 { 
    font-size: 14px;
    letter-spacing: 1px; 
    margin-bottom: 5px;
    cursor: pointer;
}

.sidebar-widgets-wrap .widget h5 i { 
    float: right;
    color: #777777;
}

.sidebar-widgets-wrap .widget h4 i { 
    float: right;
    color: #cccccc;
    cursor: pointer;
    display: none;
}

.sidebar-widgets-wrap .widget label {
    text-transform: none;
    font-family: 'DIN W01 Regular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 13.5px;
    letter-spacing: 0.5px;
    color: #777777;
    margin-left: 1px;
}

.checkbox-style-2-label {
    margin-top: 1px;
    margin-bottom: 1px;
}

.nav-left-filter-wrap {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
}

/* ========== Product Navigation Left END */


.bootstrap-select.sort-by > .dropdown-toggle {
    font-weight: normal; /* EDIT - To prevent simulated bold on mobile/safari */
    color: #777777;
    letter-spacing: 0.5px;
    margin-top: 7px;
}

.product-page-title h1,
.product-page-title h2 {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 30px;
}

.product-page-title h1 #products-count,
.product-page-title h2 #products-count {
    font-family: 'DIN W01 Light', Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #CCCCCC;
}

.product-page-title-sub {
    color: #005776;
    font-weight: normal; /* EDIT - To prevent simulated bold on mobile/safari */
}

.product-page-title-top {
    display: none;
}

/*
.product-page-title-list {
    xdisplay: none;
}
*/

.certified {
	position: absolute;
	z-index: 5;
    opacity: 0.6;
}

.product-list-image-icon {
    display: block;
    position: absolute;
    top: 12px; 
    right: 12px;
    width: auto !important;
    height: auto !important;
    text-align: right;
    z-index: 10;
    pointer-events: none;
}

.product-list-image-icon img {
    display: inline-block;
    width: auto !important;
    height: auto !important;
    margin-left: 7px;
}

.certified.iwf {
    top: 12px;
	right: 12px;
}

.certified.ipf {
    top: 12px;
	right: 11px;
}

.certified.ipc {
    top: 8px;
	right: 12px;
}

.filter-panel-mobile {
    /* border-bottom: 1px solid #eeeeee; */
    margin-bottom: 30px;
    color: #666666;
    background-color: #eeeeee;
    padding: 15px;
    display: none;
}

.filter-panel-mobile h4 {
    margin: 0;
    color: #666666;
}

#filter-panel-icon {
    float: right;
}

.content-wrap {
    padding: 45px 0 80px 0;
}

@media (max-width: 768px) {
    .content-wrap {
        padding: 30px 0 80px 0;
    }
}

@media (max-width: 991px) {
    .products-list-filter-panel { 
        display: none;
    }
    
    .products-list-filter-panel.active {
        display: block;
    }
    
    .filter-panel-mobile {
        display: block;
    }
}

/* Campaign Area */


#campaign-area.product-campaign-area {
    display: block;
    height: 500px;
    background-image: url(/assets/img/temp/elena.jpg);
    padding: 120px 0;
}

.product-campaign-area {
    display: none;
    border-bottom: none;
    height: 300px;
    background-image: url(/assets/img/temp/elena.jpg);
    padding: 120px 0;
}

#campaign-area {
	position: relative;
	padding: 50px 0;
	background-color: #F5F5F5;
}

#campaign-area .container { position: relative; }

#campaign-area h1 {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-weight: normal; /* EDIT - previous value: 600 - To prevent simulated bold on mobile/safari */
	color: #005776;
	font-size: 30px;
	text-transform: uppercase;
}

#campaign-area span {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #005776;
	font-size: 18px;
}



.campaign-slide {
    background-position: top center !important;
}

.campaign-slide h1 {
    line-height: 1.3;
}

.campaign-slide p {
    font-size: 16px;
    margin-bottom: 45px;
}

.campaign-slide > .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.campaign-slide.campaign-slide-strong-blue h1,
.campaign-slide.campaign-slide-strong-blue p {
    color: #005776;
}


@media (max-width: 767px) {
    .campaign-slide p {
        font-size: 14px;
    }
}

@media (max-width: 991px) {

    .campaign-slide {
        background-position: center left !important;
        background-size: auto !important;
    }

}



/* Loading Products */

.loading-products {
    display: none;
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.cube1, .cube2 {
  background-color: #005776;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}


/* Social Icons - Share
-----------------------------------------------------------------

.si-share.si-share-center div { 
    float: none;
    text-align: center;
}

.si-share.si-share-center div .social-icon { 
    display: inline-block;
    float: none;
    margin: 0 -3px;
    color: #005776;
    font-size: 14px;
}

*/