/*
	Theme Name: Snowdogs V1.1a
	Theme URI: http://www.cornerstonedm.co.uk
	Description: Snowdogs
	Version: 1.11a
	Author: The Cornerstone Team
	Author URI: www.cornerstonedm.co.uk
	Tags: Snowdogs, HTML, CSS, Wordpress site

*/
/*------------------------------------*\
    Colours
\*------------------------------------*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
@font-face {
  font-family: MontserratUltraLight;
  src: url('/wp-content/themes/snowdogs/css/font/Montserrat-UltraLight.woff');
}

@font-face {
  font-family: MontserratLight;
  src: url('/wp-content/themes/snowdogs/css/font/Montserrat-Light.woff');
}

.login-form-wrapper .mailchimp-register-wrap {
  display: none;
}

.home-cta-site-center {
  /*width: 1525px;*/
}

.no-decoration {
  text-decoration: none;
}

.no-margin {
  margin: 0px !important;
}

.no-margin-left {
  margin-left: 0px !important;
}

.no-margin-right {
  margin-right: 0px !important;
}

.no-margin-top {
  margin-top: 0px !important;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}


body {
  font-family: 'MontserratLight', sans-serif;
  font-weight: 300;
  color: #888888;
  /*font-size: 22px;*/
  font-size: 15px;
  line-height: 1.7;
}

h1,
h2,
h3 {
  color: #444444;
  font-family: "MontserratLight", sans-serif;
}

h1 {
  font-size: 30px;
  font-weight: 900;
}

h2 {}

.home .content-section {
  font-size: 22px;
  padding: 0px !important;
  border: none !important;
}

.inner-wia-section .links-container {
  background: #5b283e;
  padding: 20px 0px;
  padding-bottom: 10px;
}

.links-container {
  text-align: center;
  font-size: 12px;
}

.links-container a {
  color: white !important;
  text-decoration: underline;
}

.links-container a:first-child {
  margin-right: 40px;
}

.links-container a:last-child {
  margin-left: 40px;
}

.wia-logo-img img {
  /*display: inline;*/
  float: none;
  margin: 0px auto;
  /*margin-bottom: -35px;*/
  margin-bottom: -46px;
}

.header-right-content {
  text-align: right;
  float: right;
  position: relative;
}

.socials-wrapper a i {
  margin-right: 5px;
  background: #e5e5e5;
  border-radius: 400px;
  padding: 10px;
  font-size: 18px;
  color: #8e8c8c;
}

.socials-wrapper a i:hover {
  background: #6cbdd8;
  color: white;
}

.header-section {
  margin-top: 20px;
}

.navigation-outer-wrapper {
  background: #3d3d3d;
  /*padding: 10px 0px;*/
}

.ubermenu-target {
  color: white !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-family: 'MontserratLight', sans-serif !important;
  padding: 30px 28px !important;
}

.ubermenu-target:hover {
  background: #6cbdd8 !important;
}

.logo-wrapper img {
  /* margin-bottom: -23px;
  margin-left: -20px;
  z-index: 99999;
  position: relative;*/
  /*margin-bottom: -33px;
  margin-left: -40px;
  z-index: 99999;
  position: relative;*/
  margin-bottom: -32px;
  margin-left: -30px;
  z-index: 99999;
  position: relative;
}

.lnk-facebook i {
  padding: 10px 14px !important;
}

.slider-overlay {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
}

.slider-content h3 {
  font-size: 72px;
  font-family: 'MontserratUltraLight', sans-serif;
  margin: 0px;
  line-height: 1;
  color: white;
  margin-bottom: 20px;
}

.slider-content {
  max-width: 30%;
  color: white;
}

.slider-content p {
  font-family: 'MontserratLight', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
}

.slider-link a {
  color: white;
  text-decoration: none;
  background: #6cbdd8;
  border-radius: 20px;
  padding: 10px 20px;
  display: inline-block;
  font-family: 'MontserratLight', sans-serif;
  font-size: 11px;
  margin-top: 20px;
  text-transform: uppercase;
}

.slider-link a:hover {
  background: white;
  color: #6cbdd8;
}

.page-slide-feed .owl-controls {
  width: 100%;
  position: absolute;
  top: 40%;
}

.page-slide-feed .owl-prev,
.page-slide-feed .owl-next {
  display: inline-block;
}

.page-slide-feed .owl-prev i,
.page-slide-feed .owl-next i {
  font-size: 20px;
  background: #59677f;
  color: white;
  padding: 15px 20px;
  border-radius: 400px;
  font-weight: 900;
}

.page-slide-feed .owl-prev i:hover,
.page-slide-feed .owl-next i:hover {
  background: #6cbdd8;
}

.page-slide-feed .owl-prev {
  float: left;
  margin-left: 15%;
}

.page-slide-feed .owl-next {
  float: right;
  margin-right: 15%;
}

.cta-img-wrapper a img {
  width: 100%;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home-cta-section {
  margin-top: 80px;
}

.home-cta-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
  background: #585959;
  bottom: 0;
  opacity: 0.3;
}

.home-cta-overlay:hover {
  /*  background: #6cbdd8;
  opacity: 0.4;*/
}

.custom-cta-margin {
  position: relative;
}

.home-cta-text {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  top: 40%;
  /* padding: 0px 20px; */
  z-index: 99;
  max-width: 66%;
}

.home-cta-text a {
  color: white;
  font-size: 25px;
  margin: 0px;
  font-family: 'MontserratLight', sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
}

.indv-cta-wrapper:hover>.home-cta-overlay:hover {
  /*  background: #6cbdd8;
  opacity: 0.4;*/
}

.indv-cta-wrapper:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.indv-cta-wrapper {
  overflow: hidden;
}

.page-title {
  font-family: 'MontserratLight', sans-serif;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

.page-title:after {
  content: '^^^^^^^^';
  font-weight: 100;
  font-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: 'MontserratUltraLight', sans-serif;
}

.reg-title {
  position: relative;
  padding-bottom: 10px;
  font-size: 20px;
}

.reg-title:after {
  content: '^^^^^^^^';
  font-weight: 100;
  font-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: 'MontserratUltraLight', sans-serif;
}

.main-content-area {
  text-align: center;
  margin-top: 80px;
}

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

.featured-products-wrapper {
  border: 2px solid #f0f0f0;
  padding: 10px;
}

.featured-prod-content h3 {
  font-size: 15px;
  color: #888888;
  font-family: 'MontserratLight', sans-serif;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.prod-price {
  font-size: 15px;
  font-family: 'MontserratLight', sans-serif;
  color: #444444;
  margin-top: 0px;
}

.indv-featured-product {
  text-align: center;
}

.prod-link a {
  text-decoration: none;
  color: #444444;
  font-size: 12px;
  border: 1px solid #444444;
  padding: 10px 20px;
  border-radius: 20px;
  text-transform: uppercase;
}

.prod-link a:hover {
  background: #444444;
  color: white;
}

.prod-link {
  margin-bottom: 40px;
  margin-top: 20px;
}

.home-figurines-section .page-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
}

.instagram-section .page-title {
  text-align: center;
  margin-bottom: 80px;
  font-size: 30px;
}

.home-figurines-section {
  margin-top: 10px;
}

.home-figurines-section {
  background-image: url('/wp-content/uploads/2016/08/figurines_bg.jpg');
  background-size: cover;
  display: none;
}

.home-figurines-wallpaper {
  background-image: url('/wp-content/uploads/2016/08/figurines_bg.jpg');
  background-size: cover;
  height: 300px;
}

.view-full-collection a {
  display: block;
  text-align: center;
  background: #f5f5f5;
  text-decoration: none;
  padding: 20px 0px;
  text-transform: uppercase;
  color: #444444;
}

.view-full-collection a:hover {
  background: #444444;
  color: white;
}

.collectors-section {
  /*background-image: url('/wp-content/uploads/2016/08/collectors_bg_15.png');*/
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}

.woocommerce .collectors-section {
  margin-top: 0px;
}

.collectors-left h3 {
  font-size: 30px;
  font-family: 'MontserratLight', sans-serif;
  color: white;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

.collectors-left h3:after {
  content: '^^^^^^^^';
  font-weight: 100;
  font-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: 'MontserratUltraLight', sans-serif;
}

.collectors-left p {
  font-size: 15px;
  color: white;
  line-height: 1.3;
}

.collectors-left a {
  text-decoration: none;
  color: #444444;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  background: white;
  border: none;
  margin-top: 15px;
  display: inline-block;
}

.collectors-left a:hover {
  color: white;
  background: #444444;
}

.collectors-right {
  margin-top: -25px;
  position: relative;
  z-index: 9999 !important;
}

.collectors-left {
  padding-top: 40px;
}

.featured-news-content h3 {
  font-family: 'MontserratLight', sans-serif;
  font-size: 15px;
  min-height: 53px;
}

.news-date {
  font-size: 12px;
  color: #aaaaaa;
  font-family: 'MontserratLight', sans-serif;
}

.featured-news-content {
  border: 1px solid #f1f1f1;
  padding: 15px;
  background: white;
}

.news-link {
  border: 1px solid #f1f1f1;
  padding: 15px;
  border-top: none;
  background: white;
}

.news-link .read-more {
  text-decoration: none;
  color: #444444;
  font-size: 12px;
  border: 1px solid #444444;
  padding: 10px 20px;
  border-radius: 20px;
  background: #f2f2f2;
  border: none;
}

.news-link .read-more:hover {
  background: #444444;
  color: white;
}

.more-news-link {
  margin-top: 20px;
}

.more-news-link a {
  display: block;
  text-align: center;
  background: #f5f5f5;
  text-decoration: none;
  padding: 20px 0px;
  text-transform: uppercase;
  color: #444444;
}

.more-news-link a:hover {
  background: #444444;
  color: white;
}

.news-section .page-title {
  text-align: center;
  margin-bottom: 80px;
  font-size: 30px;
}

.news-section {
  background-image: url('/wp-content/uploads/2016/08/news_bg_02.jpg');
  background-size: cover;
  padding-bottom: 100px;
}

.dot-irecommendthis {
  font-size: 12px !important;
  color: #444444 !important;
}

.trail-right-content h3 {
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.trail-content-wrap {
  font-size: 14px;
}

.trail-right-content {
  padding-left: 30px;
}

.trail-link a {
  text-decoration: none;
  color: #444444;
  font-size: 12px;
  border: 1px solid #444444;
  padding: 10px 20px;
  border-radius: 20px;
  background: #f2f2f2;
  border: none;
}

.trail-link a:hover {
  background: #444444;
  color: white;
}

.trails-section .page-title {
  text-align: center;
  margin-bottom: 80px;
  font-size: 30px;
}

.trail-link {
  margin-top: 20px;
}

.featured-products-wrapper {
  border: 2px solid #f0f0f0;
  padding: 10px;
  background: white;
}

.charities-section {
  background-image: url('/wp-content/uploads/2016/08/charity_bg.png');
  background-color: #6cbdd8;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
  padding-bottom: 40px;
  padding-top: 20px;
}

.charity-content {
  padding: 40px 0px;
  color: white;
  font-size: 15px;
  margin-top: 40px;
}

.charity-content h3 {
  font-size: 30px;
  font-family: 'MontserratLight', sans-serif;
  color: white;
  margin-top: 0px;
  margin-bottom: 10px;
}

.charity-logos img {
  margin-right: 10px;
}

.bottom-footer-section {
  background-image: url('/wp-content/themes/snowdogs/img/footer/footer_bg_blue.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -40px;
}

.bottom-inner-footer {
  margin-top: 100px;
  margin-bottom: 60px;
}

.footer-link-title {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.links-section li {
  list-style: none;
}

.links-section ul {
  margin: 0px;
}

.links-section li a {
  text-decoration: none;
  color: white;
  font-size: 13px;
  margin-bottom: 15px;
  display: inline-block;
}

.links-section li a:hover {
  color: #6cbdd8;
}

.footer-text-area {
  font-size: 11px;
  color: white;
  border-top: 2px solid #182b4b;
  margin-top: 50px;
  padding-top: 20px;
}

.copyright-text {
  color: #6cbdd8;
}

.trails-section {
  margin-bottom: 100px;
}

.search-cart-section {
  margin-top: 30px;
}

.search-cart-section .search-form,
.search-cart-section .cart-hover {
  display: inline-block;
}

.cart-hover {
  margin-left: 20px;
  cursor: pointer;
}

.cart-wrapper {
  background: #f5f5f5;
  padding: 10px 30px;
  border-radius: 20px;
  font-size: 13px;
}

.cart-wrapper a {
  text-decoration: none;
  color: #666666;
  margin-left: 20px;
}

.search-input {
  border: none;
  background: none;
  padding: 13px 0px;
}

.search-submit {
  background: none;
  box-shadow: none;
  border: none;
  margin-top: 8px;
}

.search-form {
  background: #f5f5f5;
  padding: 0px 30px;
  border-radius: 20px;
  font-size: 13px;
}

.cart-hover-show {
  background: #ffffff;
  position: absolute;
  z-index: 99999999;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  right: 0;
  padding: 20px 40px;
  margin-top: 10px;
}

.cart-ctas a {
  text-decoration: none;
  color: #444444;
  font-size: 11px;
  border: 2px solid #e8e8e8;
  padding: 10px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  display: inline-block;
}

.cart-ctas a:hover {
  background: #6cbdd8;
  color: white;
  border: 2px solid #6cbdd8;
}

.cart-hover-show p {
  font-size: 13px;
  float: left;
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: block;
  width: 100%;
  text-align: left;
}

.close-cart {
  cursor: pointer;
}

.close-cart:hover {
  color: #6cbdd8;
}

.hover-cart-count a {
  color: #333333;
}

.slider-container {
  position: relative;
}

.customNavigation .prev i,
.customNavigation .next i {
  font-size: 20px;
  /*background: #59677f;*/
  background: #6eabbf;
  color: white;
  padding: 15px 20px;
  border-radius: 400px;
  font-weight: 900;
  cursor: pointer;
}

.customNavigation .prev i:hover,
.customNavigation .next i:hover {
  background: #6cbdd8;
}

.customNavigation {
  /*  position: absolute;
  top: 50%;
  z-index: 99999;
  left: 0;
  right: 0;*/
  position: absolute;
  bottom: 4%;
  z-index: 99999;
  left: 0;
  right: 0;
  /*margin-bottom: 20px;*/
  text-align: center;
  max-width: 40%;
  margin: 0px auto;
}

.customNavigation .prev {
  /*float: left;*/
  margin-left: -6%;
}

.customNavigation .next {
  /*float: right;*/
  margin-right: -6%;
}

.twitter-full-wrapper {
  padding-right: 60px;
}

.shiftnav-wrap {
  padding-top: 0px !important;
}

#shiftnav-toggle-main {
  display: none;
}

.mobile-show-nav {
  display: none;
}

.header-section {
  position: relative;
}

.mobile-show-account {
  display: none;
}

.woocommerce-result-count {
  display: none;
}

.orderby {
  display: none;
}

ul.products h3 {
  color: #888888 !important;
  font-size: 15px !important;
}

ul.products .price {
  color: #444444 !important;
  font-size: 15px !important;
}

ul.products .product {
  text-align: center;
}

.view-product-btn {
  text-decoration: none !important;
  color: #444444 !important;
  font-size: 12px;
  border: 1px solid #444444 !important;
  padding: 10px 20px !important;
  border-radius: 20px !important;
  text-transform: uppercase !important;
  background: white !important;
  float: none;
  margin-top: 20px;
  display: inline-block;
}

.view-product-btn:hover {
  background: #444444 !important;
  color: white !important;
}

.other-page-slider .slider-content {
  max-width: 40%;
}

.other-page-slider h3 {
  color: #6cbdd8;
}

.other-page-slider p {
  color: #3d3d3d;
}

.woocommerce .page-title {
  text-align: center;
  margin-top: 40px;
}

.woocommerce .customNavigation .prev i,
.woocommerce .customNavigation .next i {
  background: #d0d1d3;
}

.woocommerce .customNavigation .prev i:hover,
.woocommerce .customNavigation .next i:hover {
  background: #6cbdd8;
}

.other-page-slider .slider-overlay {
  top: 25%;
}

.woocommerce .charities-section {
  margin-top: -50px;
  z-index: 999999999999 !important;
  position: relative;
}

.filter-options a {
  text-decoration: none;
  font-size: 14px;
  color: #666666;
  margin-right: 10px;
  display: inline-block;
}

.filter-options a span {
  background: #aaaaaa;
  padding: 5px 7px;
  border-radius: 400px;
  color: white;
  margin-right: 5px;
}

.filter-options a:hover {
  color: #6cbdd8;
}

.inline-section {
  display: inline-block;
}

.filter-cat {
  margin-right: 30px;
  font-family: 'montserrat', sans-serif;
  font-weight: 300;
  color: #444444;
}

.sorting-wrapper {
  margin: 50px 0px;
}

.outer-bg-wrapper {
  background-image: url('/wp-content/uploads/2016/08/figurines_bg.jpg');
  background-size: cover;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right 200px;
  padding-bottom: 100px;
}

ul.products {
  background: white !important;
  padding: 10px !important;
  border: 2px solid #f1f1f1 !important;
  padding: 10px !important;
}

.content-section {
  background: white !important;
  padding: 10px !important;
  border: 2px solid #f1f1f1 !important;
}

.right-page-cta {
  padding-right: 40px;
}

.left-page-section {
  padding: 0px 40px;
}

.left-page-section h2 {
  margin-top: 0px;
  position: relative;
  padding-bottom: 10px;
  font-size: 30px;
}

.left-page-section h2:after {
  content: '^^^^^^^^';
  font-weight: 100;
  font-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: 'MontserratUltraLight', sans-serif;
}

.left-page-section,
.right-page-cta {
  margin-top: 40px;
}

.about-us .page-title,
.page-template-artist-page .page-title,
.page-template-trails-page .page-title,
.page-template-default .page-title,
.page-template-news-page .page-title {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.page-template-register-page .page-title {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 30px;
}

.indv-page-cta {
  margin-bottom: 40px;
  position: relative;
}

.page-cta-overlay {
  position: absolute;
  top: 0;
  padding: 0px 30px;
}

.page-cta-overlay h3 {
  font-size: 18px;
}

.indv-artist-wrapper {
  background: white !important;
  padding: 10px !important;
  border: 2px solid #f1f1f1 !important;
  margin-bottom: 40px;
}

.right-artist-content h3 {
  margin-top: 0px;
  font-size: 30px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.right-artist-content h3:after {
  content: '^^^^^^^^';
  font-weight: 100;
  font-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: 'MontserratUltraLight', sans-serif;
}

.artist-excerpt {
  font-size: 14px;
}

.view-more-artist a {
  text-decoration: none !important;
  color: #444444 !important;
  font-size: 12px;
  border: 1px solid #444444 !important;
  padding: 10px 20px !important;
  border-radius: 20px !important;
  text-transform: uppercase !important;
  background: white !important;
  float: none;
  margin-top: 20px;
  display: inline-block;
}

.view-more-artist a:hover {
  background: #444444 !important;
  color: white !important;
}

.left-artist-image {
  padding: 0px 35px;
}

.right-artist-content {
  padding-left: 10px;
  padding-right: 20px;
}

.artist-inner-wrapper {
  padding: 40px 0px;
}

.pagination {
  text-align: center;
  margin: 40px 0px;
}

.pagination a {
  color: #444444;
}

.pagination a:hover {
  color: #6cbdd8;
}

.entry-summary h1 {
  display: none;
}

div.summary {
  width: 100% !important;
  font-size: 14px;
}

div.entry-summary p.price {
  display: none !important;
}

.quantity-select {
  display: block;
  width: 100%;
  color: black;
  margin-bottom: 10px;
}

div.quantity {
  display: block !important;
  float: none !important;
}

.single_add_to_cart_button {
  text-decoration: none !important;
  color: #ffffff !important;
  font-size: 12px;
  border: 1px solid #444444 !important;
  padding: 10px 20px !important;
  border-radius: 20px !important;
  text-transform: uppercase !important;
  background: #444444 !important;
  float: none;
  margin-top: 20px;
  display: inline-block;
  margin-top: 20px !important;
  font-size: 10px !important;
}

.single_add_to_cart_button:hover {
  background: #ffffff !important;
  color: #444444 !important;
}

.single-product-title {
  color: #888888;
  font-size: 41px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: 'MontserratUltraLight', sans-serif;
}

.indv-product-price {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 41px;
  color: #333333;
  line-height: 1;
  font-family: 'MontserratUltraLight', sans-serif;
}

.single-product-right-content {
  font-size: 14px;
}

.single-product-right-content p {
  margin-top: 0px;
}

.indv-product-gallery-image img {
  width: auto !important;
  display: block;
  margin: 0px auto;
  float: none;
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none
}

.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

.page-slide-feed .owl-dots {
  display: none !important;
}

.product-tab-section {
  background: white !important;
  border: 2px solid #f1f1f1 !important;
  /*padding: 10px !important;*/
}

.r-tabs .r-tabs-nav .r-tabs-tab {
  border: none !important;
  display: block !important;
  padding: 2px 10px;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
  width: 100%;
  padding: 8px 0px;
  text-align: center;
  font-size: 14px;
  font-family: 'MontserratUltraLight', sans-serif !important;
  font-weight: normal !important;
}

.r-tabs .r-tabs-nav {
  border: none;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #FFFFFF;
  background: #3c3c3c;
}

div.entry-summary div.product_meta {
  display: none !important;
}

.r-tabs .r-tabs-panel {
  margin-bottom: 0px;
  border: none;
  border-left: 2px solid #f1f1f1 !important;
  font-size: 13px;
}

.r-tabs .r-tabs-nav {
  margin-top: 10px;
}

.single-product-section-wrap {
  margin-top: 60px;
}

.product-tab-section {
  margin: 40px 0px;
}

.woocommerce ul.products li.product a img {
  background: #f5f5f5 !important;
}

.product-gallery-outer {
  padding: 0px 40px;
}

.single-figurines-section .page-title {
  font-size: 30px;
}

.other-products-wrapper {
  background: white !important;
  border: 2px solid #f1f1f1 !important;
  padding: 10px !important;
}

.featured-product-image img {
  background: #f5f5f5;
}

.featured-product-image img:is([sizes="auto" i], [sizes^="auto," i]) {
  contain-intrinsic-size: 273px 180px;
}

.featured-product-image img:hover {
  background: #e5e5e5;
}

.other-product-image img {
  background: #f5f5f5;
}

.other-product-image img:hover {
  background: #e5e5e5;
}

.indv-other-product {
  text-align: center;
}

.other-prod-content h3 {
  color: #888888;
  margin-bottom: 10px;
}

.single-figurines-section {
  /*margin-bottom: 100px;*/
  margin-top: 100px;
}

.single-figurines-section {
  background-image: url('/wp-content/uploads/2016/08/figurines_bg.jpg');
  background-size: cover;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right 100px;
  /*padding-bottom: 100px;*/
  padding-bottom: 130px;
}

.search-results a {
  color: #444444;
}

.addtoany_share_save .a2a_count {
  display: none !important;
}

.addtoany_share_save {
  display: inline-block !important;
  height: auto !important;
  vertical-align: middle !important;
  background: none !important;
  padding: 3px 20px !important;
  background: #fe6d4c !important;
  color: white !important;
  text-decoration: none;
}

.addtoany_share_save:before {
  font-family: FontAwesome;
  content: "\f0fe";
  margin-right: 10px;
  text-decoration: none;
}

.addtoany_list a {
  font-size: 12px !important;
}

input[name="coupon_code"] {
  width: auto !important;
}

.woocommerce-cart .cart_item a {
  text-decoration: none;
  color: #444444;
}

.wc-proceed-to-checkout a {
  text-decoration: none !important;
  color: #444444 !important;
  font-size: 12px;
  border: 1px solid #444444 !important;
  padding: 10px 20px !important;
  border-radius: 20px !important;
  text-transform: uppercase !important;
  background: white !important;
  float: none;
  margin-top: 20px;
  display: inline-block;
}

input[name="woocommerce_checkout_place_order"] {
  text-decoration: none !important;
  color: #444444 !important;
  font-size: 12px;
  border: 1px solid #444444 !important;
  padding: 10px 20px !important;
  border-radius: 20px !important;
  text-transform: uppercase !important;
  background: white !important;
  float: none;
  margin-top: 20px;
  display: inline-block;
}

.wc-proceed-to-checkout a:hover,
input[name="woocommerce_checkout_place_order"]:hover {
  background: #444444 !important;
  color: white !important;
}

.page-template-register-page .content-section {
  border: none !important;
  padding: 0px !important;
  text-align: center;
  font-size: 22px;
}

.register-steps-outer-wrapper {
  background: #f1f3f4;
  padding: 80px 0px;
  padding-bottom: 100px;
  margin-bottom: -40px;
}

.page-template-register-page .charities-section {
  margin-top: 0px;
}

.register-content h3 {
  position: relative;
  font-size: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.register-content h3:after {
  content: '^^^^^^^^';
  font-weight: 100;
  font-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: 'MontserratUltraLight', sans-serif;
}

.right-steps-content h3 {
  margin-top: 0px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.left-steps-number {
  background: #6cbdd8;
  padding: 10px 25px;
  border-radius: 400px;
  display: inline-block;
  font-size: 30px;
  color: white;
}

.right-steps-content {
  padding-left: 10px;
}

.indv-register-steps {
  margin-bottom: 20px;
}

.register-thumb-wrapper {
  padding-left: 30px;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item>.shiftnav-target {
  background: #6cbdd8 !important;
}

.ubermenu-current-menu-item .ubermenu-target {
  background: #6cbdd8 !important;
}

.artists-main-wrapper {
  clear: both;
  float: left;
  font-size: 0;
  width: 100%;
}

.indv-artist-cs {
  margin-bottom: 50px;
}

.artist-title-cs a {
  font-size: 18px;
  /* margin-top: 20px; */
  display: block;
  text-decoration: none;
  color: #444444;
  background: #10beda;
  color: white;
  text-align: center;
  padding: 10px 0px;
  margin-top: -2px;
  position: relative;
  z-index: 99;
}

.artist-cs-link a {
  text-decoration: none !important;
  color: #444444 !important;
  font-size: 12px;
  border: 1px solid #444444 !important;
  padding: 10px 20px !important;
  border-radius: 20px !important;
  text-transform: uppercase !important;
  background: white !important;
  float: none;
  margin-top: 20px;
  display: inline-block;
}

.artist-cs-link a:hover {
  background: #444444 !important;
  color: white !important;
}

.center-block-artists {
  background: #f1f3f4;
  padding: 40px 0px;
  margin-bottom: 40px;
}

.intro-competition {
  padding: 0px 100px;
}

.intro-competition h3 {
  text-align: center;
  position: relative;
  font-family: 'MontserratLight', sans-serif;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  font-size: 30px;
}

.intro-competition h3:after {
  content: '^^^^^^^^';
  font-weight: 100;
  font-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: 'MontserratUltraLight', sans-serif;
}

.intro-content {
  color: #444444;
  font-family: "MontserratLight", sans-serif;
  font-size: 20px;
  text-align: center;
  font-weight: 900;
}

.step-description h3 {
  margin: 0px;
}

.left-competition-section {
  margin-right: 50px;
}

.right-competition-section {
  margin-left: 50px;
}

.step-wrapper {
  color: white;
  background: #10beda;
  display: inline-block;
  padding: 20px 30px;
  border-radius: 100px;
  font-size: 20px;
}

.step-description p {
  margin: 0px;
}

.indv-left-step {
  margin-bottom: 30px;
}

.competition-columns {
  margin: 30px 0px;
}

.page-template-artist-competition-page .outer-bg-wrapper {
  padding-bottom: 10px;
}

.news-slide-content {
  font-size: 15px;
}

.news-slide-image img {
  width: 100%;
}

.indv-div-full {
  margin-bottom: 80px;
}

#ubermenu-main-6-header-menu {
  float: right;
}

.charity-slide .owl-stage {
  margin: 0px auto !important;
}

.left-content-wrap-full {
  margin-right: 200px;
}

button#catapultCookie {
  color: #464646 !important;
}

.ctcc-left-side {
  color: white !important;
}

.delete-account-wrapper a {
  background: #6cbdd8;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 100px;
  display: inline-block;
  font-size: 14px;
  color: white;
  margin-bottom: 10px;
  margin-top: 10px;
}

.woocommerce-MyAccount-content #respond input#submit,
.woocommerce-MyAccount-content a.button,
.woocommerce-MyAccount-content button.button,
.woocommerce-MyAccount-content input.button {
  background: #6cbdd8 !important;
  padding: 10px 20px !important;
  text-decoration: none !important;
  border-radius: 100px !important;
  display: inline-block !important;
  font-size: 14px !important;
  color: white !important;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

.delete-account-wrapper {
  padding-top: 50px;
  margin-top: 50px;
}

.page-id-134 tr:nth-child(odd) {
  background: #f0f3f3;
  color: #555555;
}

.page-id-134 tr:nth-child(even) {
  background: #cde1e6;
  color: #555555;
}

.page-id-134 td {
  padding: 20px;
}

#cookie-law-info-bar a {
  color: #000000;
}

#cookie-law-info-again {
  display: none !important;
}

.logged-in .mc-woo-checkout {
  display: none !important;
}

.cards-wrapper tr,
.cards-wrapper tr td,
.cards-wrapper th {
  border: none !important;
}

#cookie-notice .cn-button {
  float: none !important;
  background: #6bbdd9;
  border-radius: 40px;
}

#cookie-notice {
  /*display: none;*/
}

.header-cookie-wrapper {
  display: block;
  position: relative !important;
}

#cookie-notice {
  background-color: #e9efef !important;
  color: #888888 !important;
  font-size: 15px !important;
}

.privacy-link-top {
  color: #888888 !important;
}

/*firefox dependent css*/

@-moz-document url-prefix() {}

@media screen and (min-width:1026px) and (max-width:1550px) {
  .page-slide-feed .slider-image-wrapper img {
    min-width: 1600px;
  }

  .customNavigation {
    top: 80%;
    text-align: center;
  }

  .customNavigation .prev {
    float: none;
    margin-left: 0%;
  }

  .customNavigation .next {
    float: none;
    margin-right: 0%;
  }
}

@media (min-width: 1550px) {
  .home-cta-site-center {
    margin: 0 auto;
    width: 1525px;
  }
}

@media (max-width: 1550px) {
  .home-cta-site-center {
    margin: 0 auto;
    width: 1160px;
  }
}

@media (max-width: 1200px) {
  .home-cta-site-center {
    width: 95%;
  }
}

@media (min-width: 1025px) {

  .rows-outer-wrapper .inner-div-selector:nth-child(3n+1)>.indv-div-full {
    margin-right: 20px;
  }

  .rows-outer-wrapper .inner-div-selector:nth-child(3n+2)>.indv-div-full {
    margin-right: 10px;
    margin-left: 10px;
  }

  .rows-outer-wrapper .inner-div-selector:nth-child(3n+3)>.indv-div-full {
    margin-left: 20px;
  }


  .artists-main-wrapper .artist-cs-selector:nth-child(4n+1)>.indv-artist-cs {
    margin-right: 30px;
  }

  .artists-main-wrapper .artist-cs-selector:nth-child(4n+2)>.indv-artist-cs {
    margin-left: 15px;
    margin-right: 15px;
  }

  .artists-main-wrapper .artist-cs-selector:nth-child(4n+3)>.indv-artist-cs {
    margin-left: 15px;
    margin-right: 15px;
  }

  .artists-main-wrapper .artist-cs-selector:nth-child(4n+4)>.indv-artist-cs {
    margin-left: 30px;
  }


  .featured-trail-wrapper .featured-trail-margin:nth-child(4n+1)>.indv-featured-trail {
    margin-right: 20px;
  }

  .featured-trail-wrapper .featured-trail-margin:nth-child(4n+2)>.indv-featured-trail {
    margin-left: 20px;
  }

  .featured-products-wrapper .featured-prod-margin:nth-child(4n+1)>.indv-featured-product {
    margin-right: 17px;
  }

  .featured-products-wrapper .featured-prod-margin:nth-child(4n+2)>.indv-featured-product {
    margin-left: 5.5px;
    margin-right: 11.5px;
  }

  .featured-products-wrapper .featured-prod-margin:nth-child(4n+3)>.indv-featured-product {
    margin-left: 11.5px;
    margin-right: 5.5px;
  }

  .featured-products-wrapper .featured-prod-margin:nth-child(4n+4)>.indv-featured-product {
    margin-left: 17px;
  }

  .other-products-wrapper .other-prod-margin:nth-child(4n+1)>.indv-other-product {
    margin-right: 17px;
  }

  .other-products-wrapper .other-prod-margin:nth-child(4n+2)>.indv-other-product {
    margin-left: 5.5px;
    margin-right: 11.5px;
  }

  .other-products-wrapper .other-prod-margin:nth-child(4n+3)>.indv-other-product {
    margin-left: 11.5px;
    margin-right: 5.5px;
  }

  .other-products-wrapper .other-prod-margin:nth-child(4n+4)>.indv-other-product {
    margin-left: 17px;
  }


  .featured-news-wrapper .featured-news-margin:nth-child(4n+1)>.indv-featured-news {
    margin-right: 17px;
  }

  .featured-news-wrapper .featured-news-margin:nth-child(4n+2)>.indv-featured-news {
    margin-left: 5.5px;
    margin-right: 11.5px;
  }

  .featured-news-wrapper .featured-news-margin:nth-child(4n+3)>.indv-featured-news {
    margin-left: 11.5px;
    margin-right: 5.5px;
  }

  .featured-news-wrapper .featured-news-margin:nth-child(4n+4)>.indv-featured-news {
    margin-left: 17px;
  }

  .home-cta-site-center .col:nth-child(4n+1)>.indv-cta-wrapper {
    margin-right: 9px;
    margin-left: 9px;
  }

  .home-cta-site-center .col:nth-child(4n+2)>.indv-cta-wrapper {
    margin-left: 9px;
    margin-right: 9px;
  }

  .home-cta-site-center .col:nth-child(4n+3)>.indv-cta-wrapper {
    margin-left: 9px;
    margin-right: 9px;
  }

  .home-cta-site-center .col:nth-child(4n+4)>.indv-cta-wrapper {
    margin-left: 9px;
    margin-right: 9px;
  }
}

.acf-field-57c96e37e6e7c {
  display: none;
}

.success-post {
  color: green;
  margin-left: 10px;
}

.error-post {
  color: red;
  margin-left: 10px;
}

.edit-fig {
  text-decoration: none;
  color: white;
  padding: 5px 30px;
  background: green;
  display: inline-block;
}

.edit-fig:hover {
  color: green;
  background: white;
  outline: 1px solid green;
}

.edit-fig i {
  margin-right: 10px;
}

.delete-fig {
  text-decoration: none;
  color: white;
  padding: 5px 10px;
  background: red;
  display: inline-block;
}

.produ-title a {
  text-decoration: none;
  color: #888887;
  font-weight: 600;
}

.indv-collection {
  background: #f3f3f3;
  margin-bottom: 40px;
  padding: 20px;
}

.product-desc-margin {
  margin-top: 20px;
}

.indv-desc-product {
  margin: 0px 20px;
  margin-top: 20px;
}

.center-title {
  text-align: center;
  margin: 40px 0px;
}

.reg-figurine a {
  text-decoration: none;
  color: white;
  background: #6cbdd8;
  padding: 5px 30px;
  display: inline-block;
  margin: 20px 0px;
  text-transform: uppercase;
  margin-top: 0px;
  border-radius: 20px;
}

.reg-figurine a:hover {
  background: #5babc5;
}

.reg-figurine {
  text-align: center;
}

.acf-form-submit input {
  text-decoration: none;
  color: white;
  background: #6cbdd8;
  padding: 5px 30px;
  display: inline-block;
  margin: 20px 0px;
  text-transform: uppercase;
  margin-top: 0px;
  border: none;
  margin-left: 10px;
  border-radius: 20px;
}

.collectors-page-others {
  margin-top: 0px;
}

.collectors-page-others .page-title {
  text-align: center;
}

.register-form-wrapper {
  background: #fafafa;
  padding: 30px 60px;
}

.login-form-wrapper {
  background: #ffffff;
  padding: 30px 60px;
}

.register-columns {
  background: #ffffff;
  margin-top: 40px;
  border: 2px solid #ececec;
}

.um-center {
  text-align: left !important
}

.um-form-field {
  border: none !important;
}

.view-reg-fig {
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  background: #6cbdd8 !important;
}

.view-reg-fig:hover {
  background: #5babc5 !important;
}

.um-center input[type="submit"] {
  text-decoration: none;
  color: #ffffff !important;
  font-size: 12px !important;
  padding: 10px 20px !important;
  border-radius: 20px !important;
  text-transform: uppercase !important;
  background: #6cbdd8 !important;
  width: auto !important;
  min-width: 1px !important;
  border: none !important;
  font-size: 16px !important;
}

.um-center input[type="submit"]:hover {
  background: #5babc5 !important;

}

.woocommerce-MyAccount-navigation li {
  list-style: none;
}

.woocommerce-MyAccount-navigation li a {
  text-decoration: none;
  background: #6cbdd8 !important;
  color: white;
  padding: 10px 40px;
  display: inline-block;
  width: 40%;
  text-align: center;
  margin-bottom: 10px;
}

.um-password .um-center {
  text-align: center !important;
}

.um-password input[type="text"] {
  text-align: center !important;
}

.close-shift-menu {
  color: inherit;
  padding: 25px;
  margin: 0;
  position: absolute;
  right: 0;
  margin: 0px;
  font-size: 20px;
  cursor: pointer;
}

.page-template-preorder-figurines .content-section {
  margin: 40px 0px;
  padding: 40px !important;
}

.page-template-preorder-figurines .page-title {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.woocommerce-message {
  border-top-color: #6cbdd8;
}

.woocommerce-message:before {
  content: "\e015";
  color: #6cbdd8;
}

.woocommerce-message a {
  color: white !important;
  text-decoration: none !important;
  background: #6cbdd8 !important;
  border-radius: 20px !important;
  padding: 10px 20px !important;
  display: inline-block;
  font-family: 'MontserratLight', sans-serif !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
}

.woocommerce-message a:hover {
  background: white !important;
  color: #6cbdd8 !important;
}

.woocommerce input.button {
  color: white !important;
  text-decoration: none !important;
  background: #6cbdd8 !important;
  border-radius: 20px !important;
  padding: 10px 20px !important;
  display: inline-block;
  font-family: 'MontserratLight', sans-serif !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  border: none !important;
}

.page-template-artist-page .content-section {
  border: 2px solid #f1f1f1 !important;
  margin-bottom: 40px;
  padding: 60px 40px !important;
}

.page-template-trails-page .content-section {
  border: 2px solid #f1f1f1 !important;
  margin-bottom: 40px;
  padding: 60px 40px !important;
  text-align: center;
}

.contact-us .content-section {
  padding: 60px 40px !important;
  text-align: center;
}

.contact-us .content-section h1 {
  margin-top: 0px;
}

.reset-link-wrapper {
  background: #ffffff;
  border: 2px solid #ececec;
  border-top: 0px;
  text-align: center;
  font-style: italic;
}

.reset-link-wrapper p {
  font-size: 14px;
  margin: 25px 0px;
}

.page-template-register-page .outer-bg-wrapper {
  background-position: right 300px;
}

.um-page-password-reset .charities-section {
  margin-top: -20px;
}

.page-template-collectors-landing .charities-section {
  margin-top: -50px;
}

.page-template-collectors-page .content-section-main {
  border: 2px solid #f1f1f1 !important;
  background: white;
  margin-bottom: 40px;
  padding: 60px 40px !important;
  text-align: center;
}

/*.indv-charity-logo{
  margin-left: 20px;
}*/
.indv-charity-logo-left {
  margin-right: 20px;
  display: block;
}

.indv-charity-logo-right {
  margin-left: 10px;
  display: block;
}

.customNavigationInsta .prev i,
.customNavigationInsta .next i {
  font-size: 20px;
  /*background: #59677f;*/
  /*background: #6eabbf;*/
  background: #b7b7b5;
  color: white;
  padding: 15px 20px;
  border-radius: 400px;
  font-weight: 900;
  cursor: pointer;

  display: none;
}

.customNavigationInsta .prev i:hover,
.customNavigationInsta .next i:hover {
  background: #6cbdd8;
  display: none;
}

.customNavigationInsta {
  display: none;

  /*  position: absolute;
  top: 50%;
  z-index: 99999;
  left: 0;
  right: 0;*/

  /*  position: absolute;
  bottom: 0;
  z-index: 99999;
  left: 0;
  right: 0;
  margin-bottom: 20px;
  text-align: center;
	*/
}

.customNavigationInsta .prev {
  /*float: left;*/
  margin-left: -6%;
  display: none;
}

.customNavigationInsta .next {
  /*float: right;*/
  margin-right: -6%;
  display: none;
}

.insta-feed-wrapper {
  position: relative;
}

label[for="rememberme"] {
  margin-top: 40px !important;
  display: block !important;
}

.showlogin,
.showcoupon,
.lost_password a {
  color: #6cbdd8 !important;
}

.side-bar-categories {
  background: white !important;
  padding: 30px !important;
  border: 2px solid #f1f1f1 !important;
  margin-bottom: 40px;
  margin-left: 20px;
}

.indv-cat-wrapper a {
  color: #6cbdd8;
}

.indv-cat-wrapper a:hover {
  color: #888888;
}

.side-bar-categories h3 {
  margin-top: 0px;
}

.page-template-collectors-landing .content-section {
  /*padding: 40px 60px !important;*/
  text-align: center;
}

.page-template-collectors-landing .inner-content-wrapper {
  padding: 40px 60px !important;
}

.inner-content-wrapper {
  margin-bottom: 40px;
}

.inner-content-wrapper ul li {
  list-style: none;
}

.page-template-collectors-landing .center-title {
  margin-top: 100px;
  margin-bottom: 50px;
}

.page-template-collectors-landing .outer-bg-wrapper {
  background-position: right 100px;
}

.indv-charity-logo-right img {
  /*margin-top: -18px;*/
  margin-top: -43px;
}

.entry-summary .stock {
  display: none !important;
}

.woocommerce div.product form.cart div.quantity {
  margin-top: 20px !important;
}

.pre-order-text {
  font-weight: 900;
  background: #6cbdd8;
  color: white !important;
  padding: 10px;
}

.pre-order-text p {
  margin: 0px;
  line-height: 1;
}

#mailchimp_woocommerce_newsletter {
  display: none !important;
}

label[for=mailchimp_woocommerce_newsletter] {
  display: none !important;
}

ins {
  text-decoration: none !important;
}

.old-price {
  color: #888888;
  font-size: 25px;
}

.hafan-logo img {
  float: none;
  margin: 0px auto;
  display: block;
}

.page-template-artist-competition-page h1 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.page-template-artist-competition-page .content-section {
  border: 2px solid #f1f1f1 !important;
  margin-bottom: 40px;
  padding: 60px 40px !important;
}

.snow-button,
.snow-submit-button {
  color: white;
  text-decoration: none;
  background: #6cbdd8;
  border-radius: 20px;
  padding: 10px 20px;
  display: inline-block;
  font-family: 'MontserratLight', sans-serif;
  font-size: 11px;
  margin-top: 20px;
  text-transform: uppercase;
  cursor: pointer;
}

.artist-submission-form-wrapper input[type="submit"] {
  color: white;
  text-decoration: none;
  background: #6cbdd8;
  border-radius: 20px;
  padding: 10px 40px;
  display: inline-block;
  font-family: 'MontserratLight', sans-serif;
  font-size: 11px;
  margin-top: 10px;
  text-transform: uppercase;
  border: none;
}

.artist-submission-form-wrapper input[type="text"],
.artist-submission-form-wrapper input[type="email"] {
  min-width: 50%;
  padding: 8px 0px;
  margin-bottom: 10px;
}

.snow-button:hover,
.snow-submit-button:hover,
.artist-submission-form-wrapper input[type="submit"]:hover {
  background: #444444 !important;
  color: white !important;
}

.categories-filter a {
  background: #6cbdd8;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 100px;
  display: inline-block;
  font-size: 14px;
  color: white;
  margin-bottom: 10px;
}

.categories-filter a:hover {
  background: #2b7790;
}

.news-slide-category a:hover {
  background: #2b7790;
}

.categories-filter {
  text-align: center;
  margin-bottom: 80px;
}

.rows-outer-wrapper {
  margin-top: 20px;
  clear: both;
  float: left;
  font-size: 0;
  width: 100%;
}

.news-slide-date p {
  margin-bottom: 0px;
  color: #adadad;
  font-size: 15px;
}

.news-slide-category a {
  display: inline-block;
  background: #6cbdd8;
  color: white;
  font-size: 10px;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 20px;
  margin-top: 20px;
  font-weight: 500;
  margin: 0px 1px;
  margin-bottom: 10px;
}

.news-slide-title a {
  font-size: 22px;
  color: #6cbdd8;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  margin: 10px 0px;
}

.news-slide-content a {
  color: #6cbdd8;
  font-size: 16px;
  text-decoration: none;
}

.under-news-wrap {
  background: white;
  padding: 40px 30px;
  /*border: 1px solid #e5e5e5;*/
  min-height: 270px;
}

.indv-news-slide {
  border: 1px solid #e5e5e5;
}

.ubermenu .ubermenu-item.ubermenu-item-46>.ubermenu-target {
  color: white !important;
}

.ubermenu .ubermenu-item.ubermenu-item-46:hover>.ubermenu-target {
  color: white !important;
}

.post-type-archive-product .ubermenu .ubermenu-item.ubermenu-item-46>.ubermenu-target {
  color: white !important;
}

.view-product-btn {
  text-decoration: none !important;
  color: #444444 !important;
  font-size: 11px;
  border: 1px solid #444444 !important;
  padding: 8px 19px !important;
  border-radius: 20px !important;
  text-transform: uppercase !important;
  background: white !important;
  float: none;
  margin-top: 20px;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}

.indv-artist-image-wrap img {
  width: auto !important;
  float: none;
  margin: 0px auto;
  display: block;
}

.artist-main-title h3 {
  font-family: 'MontserratLight', sans-serif;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  margin-top: 0px;
  font-size: 30px;
}

.artist-main-title h3:after {
  content: '^^^^^^^^';
  font-weight: 100;
  font-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: 'MontserratUltraLight', sans-serif;
}

.artist-featured-cols {
  margin: 50px 50px;
  padding: 0px 100px;
}

.artist-full-content {
  margin-left: 40px;
}

.artist-featured-content {
  margin: 50px 0px;
  margin-bottom: 20px;
}

.single-product .single-figurines-section {
  margin-top: 0px;
  background-position: right -10px;
  padding-bottom: 80px;
  position: relative;
}

.single-product .single-figurines-section:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
  width: 100%;
  height: 4em;
}

.artist-wrapper {
  margin: 60px 0px;
  margin-bottom: 100px;
}

.blue-btn-cs {
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  background: #6fbdd6;
  border: none;
  margin-top: 15px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 50px;
}

.page-title-charity h1 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.page-template-charity-page .content-section {
  padding: 60px 200px !important;
  text-align: center;
}

.page-template-charity-page .content-section h3 {
  font-size: 30px;
  color: #6cbdd8;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.left-charity-intro h3 {
  font-size: 30px;
  color: #6cbdd8;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 10px;
}

.left-stats p {
  text-align: right;
  font-size: 50px;
  margin: 0px;
  margin-right: 30px;
}

.charity-stats {
  max-width: 70%;
  margin: 0px auto;
}

.left-charity-col {
  text-align: center;
  margin-right: 70px;
}

.charities-slide-wrapper {
  background-image: url(/wp-content/uploads/2016/08/charity_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
  padding: 60px 0px;
  padding-bottom: 200px;
  margin-bottom: -100px;
}

.indv-charity-wrap-cs img {
  width: auto !important;
}

.page-template-charity-page .charities-section {
  display: none;
}

.charity-intro-content {
  text-align: center;
  color: white;
  margin: 40px 0px;
}

.charity-intro-content h3 {
  font-size: 30px;
  text-transform: uppercase;
  color: white;
}

.inner-charity-cols {
  margin-bottom: 40px;
}

.charity-content-reg a {
  text-decoration: none;
  color: white;
}

.charity-img-cs img {
  float: none;
  display: block;
  margin: 0px auto;
}

.charity-content-reg {
  text-align: center;
}

.charity-content-reg a {
  color: white;
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
  margin-top: 10px;
}

.page-template-trails-page .content-section h3 {
  font-size: 30px;
  color: #6cbdd8;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.page-template-trails-page .content-section {
  padding: 60px 200px !important;
}

/*responsive*/

@media (max-width: 1025px) {

  iframe {
    width: 100% !important;
  }

  .page-template-trails-page .content-section {
    padding: 20px 20px !important;
  }

  .page-template-charity-page .content-section {
    padding: 40px !important;
    text-align: center;
  }

  .right-charity-col {
    text-align: center;
  }

  .left-charity-image img {
    float: none;
    margin: 0px auto;
    display: block;
  }

  .left-stats p {
    text-align: center;
    margin-right: 0px;
  }

  .charity-stats {
    max-width: 100%;
    margin: 0px auto;
  }

  .left-charity-col {
    text-align: center;
    margin-right: 0px;
  }

  .artist-featured-cols {
    margin: 50px 10px;
    padding: 10px;
  }

  .artist-wrapper {
    margin: 20px 0px;
    margin-bottom: 100px;
  }

  .artist-full-content {
    margin-left: 0px;
    text-align: center;
  }

  .view-product-btn {
    display: block;
    margin-top: 10px;
  }

  .rows-outer-wrapper .inner-div-selector:nth-child(2n+1)>.indv-div-full {
    margin-right: 20px;
  }

  .rows-outer-wrapper .inner-div-selector:nth-child(2n+2)>.indv-div-full {
    margin-left: 20px;
  }



  .intro-competition {
    padding: 0px 0px;
  }

  .right-competition-section {
    margin-left: 0px;
    text-align: center;
  }

  .left-competition-section {
    margin-right: 50px;
    text-align: center;
    margin-right: 0px;
  }

  .step-wrapper {
    margin-bottom: 30px;
  }

  .indv-artist-cs {
    text-align: center;
  }

  .artists-main-wrapper .artist-cs-selector:nth-child(2n+1)>.indv-artist-cs {
    margin-right: 30px;
  }

  .artists-main-wrapper .artist-cs-selector:nth-child(2n+2)>.indv-artist-cs {
    margin-left: 30px;
  }

  .page-template-collectors-landing .center-title {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .side-bar-categories {
    margin-left: 0px;
  }

  .um-center {
    text-align: center !important;
  }

  .register-form-wrapper,
  .login-form-wrapper {
    padding: 30px 20px;
    text-align: center;
  }

  .indv-desc-product {
    margin-left: 0px;
    margin-right: 0px;
  }

  .indv-collection img {
    display: block;
    float: none;
    margin: 0px auto;
  }

  .single .page-title {
    text-align: center;
  }

  .register-thumb-wrapper,
  .right-steps-content {
    padding-left: 0px;
  }

  .register-thumb-wrapper img {
    display: block;
    float: none;
    margin: 0px auto;
  }

  .register-steps-outer-wrapper {
    text-align: center;
  }

  .left-steps-number {
    margin-bottom: 10px;
  }

  .content-thumb img {
    display: block;
    float: none;
    margin: 0px auto;
  }

  .charity-logos {
    margin-top: 20px;
  }

  .single-figurines-section {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .single-product-section-wrap {
    text-align: center;
  }

  .single_add_to_cart_button {
    float: none !important;
  }

  .left-artist-image img {
    display: block;
    float: none;
    margin: 0px auto;
    margin-bottom: 20px;
  }

  .left-artist-image,
  .right-artist-content {
    padding: 0px;
  }

  .indv-artist-wrapper {
    text-align: center;
  }

  .about-us .page-title,
  .page-template-artist-page .page-title,
  .page-template-trails-page .page-title,
  .page-template-default .page-title,
  .page-template-news-page .page-title,
  .page-template-register-page .page-title {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .left-page-section {
    padding: 0px;
  }

  .right-page-cta {
    padding-right: 0px;
  }

  .content-section {
    text-align: center;
  }

  .outer-bg-wrapper {
    background-position: right 300px;
  }

  .sorting-wrapper {
    text-align: center;
  }

  .other-page-slider .slider-content {
    max-width: 80%;
  }

  .other-page-slider .slider-overlay {
    top: 15%;
  }

  .twitter-full-wrapper {
    padding-right: 0px;
  }

  .bottom-inner-footer {
    margin-top: 150px;
  }

  .footer-wrapper {
    text-align: center;
  }

  .featured-trail-wrapper .featured-trail-margin:nth-child(4n+1)>.indv-featured-trail {
    margin-right: 20px;
  }

  .featured-trail-wrapper .featured-trail-margin:nth-child(4n+2)>.indv-featured-trail {
    margin-left: 20px;
  }

  .other-products-wrapper .other-prod-margin:nth-child(4n+1)>.indv-other-product {
    margin-right: 20px;
  }

  .other-products-wrapper .other-prod-margin:nth-child(4n+2)>.indv-other-product {
    margin-left: 20px;
  }

  .other-products-wrapper .other-prod-margin:nth-child(4n+3)>.indv-other-product {
    margin-right: 20px;
  }

  .other-products-wrapper .other-prod-margin:nth-child(4n+4)>.indv-other-product {
    margin-left: 20px;
  }

  .collectors-section,
  .trails-section,
  .charity-content {
    text-align: center;
  }

  .charity-logos img {
    float: none;
  }

  .trail-right-content {
    padding-left: 0px;
  }

  .trail-map img {
    display: block;
    margin: 0px auto;
    float: none;
    margin-bottom: 20px;
  }

  .news-section {
    padding-bottom: 40px;
  }

  .indv-featured-news {
    margin-bottom: 20px;
  }

  .collectors-right {
    margin-top: 0px;
  }

  .home-cta-site-center .col:nth-child(2n+1)>.indv-cta-wrapper {
    margin-right: 15px;
  }

  .home-cta-site-center .col:nth-child(2n+2)>.indv-cta-wrapper {
    margin-left: 15px;
  }

  .featured-products-wrapper .featured-prod-margin:nth-child(2n+1)>.indv-featured-product {
    margin-right: 15px;
  }

  .featured-products-wrapper .featured-prod-margin:nth-child(2n+2)>.indv-featured-product {
    margin-left: 15px;
  }

  .featured-news-wrapper .featured-news-margin:nth-child(2n+1)>.indv-featured-news {
    margin-right: 15px;
  }

  .featured-news-wrapper .featured-news-margin:nth-child(2n+2)>.indv-featured-news {
    margin-left: 15px;
  }

  .indv-cta-wrapper {
    margin-bottom: 30px;
  }

  .mobile-show-nav {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 20px;
    font-size: 50px;
    color: #182b4b;
  }

  .navigation-outer-wrapper {
    display: none;
  }

  .page-slide-feed .slider-image-wrapper img {
    min-width: 1600px;
  }

  .customNavigation {
    top: 80%;
    text-align: center;
  }

  .customNavigation .prev {
    float: none;
    margin-left: 0%;
  }

  .customNavigation .next {
    float: none;
    margin-right: 0%;
  }

  .slider-content {
    max-width: 80%;
  }

  .header-right-content {
    text-align: center;
    float: none;
    position: relative;
    margin-bottom: 20px;
  }

  .logo-wrapper img {
    margin-bottom: 10px;
    margin-left: 0px;
    display: block;
    float: none;
    margin: 0px auto;
  }

  .logo-wrapper {
    margin-bottom: 10px;
  }

  .close-cart {
    float: right;
  }

  .cart-hover-show {
    background: #ffffff;
    position: absolute;
    z-index: 99999999;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    right: 0;
    padding: 20px 40px;
    margin-top: 10px;
    left: 0;
    width: 80%;
    right: 0;
    text-align: center;
    margin: 0px auto;
    margin-top: 10px;
  }

  .other-product-image img {
    display: block;
    float: none;
    margin: 0px auto;
  }

  .indv-sorting {
    margin-right: 0px !important;
  }
}

@media (max-width: 981px) {
  .full-tab-responsive {
    width: 100% !important
  }

  .r-tabs .r-tabs-panel {
    border: none !important;
  }
}

@media (max-width: 768px) {
  .cart .payment-methods {
    width: 100% !important;
    float: none !important;
  }
}



@media (max-width: 480px) {
  .under-news-wrap {
    min-height: 10px;
    text-align: center;
  }

  .categories-filter a {
    font-size: 12px;
  }

  .indv-div-full {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 20px;
  }

  .indv-artist-cs {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .indv-charity-logo-right img {
    margin-top: 10px;
  }

  .page-template-collectors-landing .inner-content-wrapper {
    padding: 20px !important;
  }

  .side-bar-categories {
    display: none;
  }

  .indv-charity-logo-left {
    margin-bottom: 30px;
  }

  .sorting-wrapper {
    display: none;
  }

  .page-cta-overlay {
    top: 20%;
  }

  .page-cta-overlay h3 {
    font-size: 40px;
  }

  .page-cta-image img {
    width: 100%;
  }

  .other-page-slider .slider-content {
    max-width: 100%;
  }

  .filter-options a {
    text-align: left;
    display: block;
    margin-bottom: 15px;
  }

  .filter-cat {
    margin: 0px;
    margin-bottom: 20px;
  }

  .indv-sorting {
    margin-right: 0px !important;
  }

  .featured-products-wrapper .featured-prod-margin:nth-child(4n+3)>.indv-featured-product {
    display: none;
  }

  .featured-products-wrapper .featured-prod-margin:nth-child(4n+4)>.indv-featured-product {
    display: none;
  }

  .featured-news-wrapper .featured-news-margin:nth-child(4n+1)>.indv-featured-news {
    display: none;
  }

  .featured-news-wrapper .featured-news-margin:nth-child(4n+2)>.indv-featured-news {
    display: none;
  }

  .indv-featured-trail {
    margin-bottom: 40px;
  }

  .indv-cta-wrapper,
  .indv-featured-product,
  .indv-featured-news,
  .indv-featured-trail {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .slider-content {
    max-width: 100%;
  }

  .wia-top-section {
    display: none;
  }

  .header-right-content {
    display: none;
  }

  .logo-wrapper img {
    margin-bottom: -32px;
    max-width: 70%;
  }

  .page-slide-feed .slider-image-wrapper img {
    min-width: 1800px;
  }

  .active .slider-image-wrapper>img {
    margin-left: -500px;
  }

  .main-content-area,
  .home-figurines-section {
    margin-top: 0px;
  }

  .news-link .read-more {
    float: right;
  }

  .mobile-show-nav {
    font-size: 40px;
  }

  .mobile-show-account {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 20px;
    font-size: 40px;
    color: #182b4b;
  }

  .mobile-show-account a {
    color: #182b4b;
  }

  .mobile-show-account,
  .mobile-show-nav {
    top: 20%;
  }

  .slider-overlay {
    top: 10%;
  }

  .trails-section {
    margin-bottom: 0px;
  }

  .page-template-charity-page .content-section {
    padding: 20px !important;
  }

  /*mobile cart changes*/
  body.shiftnav-disable-shift-body {
    padding-top: 0 !important;
  }

  .mobile-show-nav {
    font-size: 44px;
    top: 13%;
  }

  .mobile-show-account {
    margin-left: 11px;
    font-size: 36px;
  }

  .mobile-cart-icon {
    margin-left: 10px;
    position: relative;
  }

  .mobile-cart-icon .count-cart-mobile {
    position: absolute;
    top: -5px;
    font-size: 13px;
    background: #6685b8;
    padding: 7px;
    border-radius: 100%;
    color: white;
    line-height: 1;
    right: -16px;
  }
}

@media (max-width: 460px) {
  .slider-content h3 {
    font-size: 60px;
  }

  .logo-wrapper img {
    max-width: 42%;
  }
}

@media (max-width: 400px) {
  .logo-wrapper img {
    max-width: 33%;
  }

  .logo-wrapper {
    margin-bottom: -8px !important;
  }
}

/*------------------------------------*\
    Shopify integration code. Copied directly from the Elmers site.
    Colours have been changed to match snowdog, and some extra styling added to
    provide a snowdog look and feel.
\*------------------------------------*/

/* ========== BEGIN CUSTOM STYLES FOR SNOWDOGS ========== */
.cart-link {
  color: #888;
}

.cart-link i.fa {
  margin-right: 5px;
}

.page-title {
  margin: 100px auto;
  text-align: center;
}

.product-loop-with-content {
  border: 2px solid #f1f1f1;
  background-color: #fff;
  padding: 20px;
  color: #888888;
}

.products-pagination-links a {
  color: #277994;
  text-decoration: none;
  padding: 5px;
}

.row-product-image img {
  max-width: 300px !important;
  width: 100%;
}

.tbl-cart a,
.indv-rel-product a {
  text-decoration: none;
  color: #444;
}

.indv-wia-product {
  margin: 40px 10px;
}

.products-pagination-links {
  font-size: 1.2em;
}

/* ========== END CUSTOM STYLES FOR SNOWDOGS ========== */

.wia-products-loop-wrapper {
  clear: both;
  float: left;
  font-size: 0;
  width: 100%;
}

.wia-product-title a {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #444444;
}

.wia-product-price a {
  display: inline-block;
  text-align: center;
  color: #444;
  margin: 5px 0px;
  text-decoration: none;
  font-size: 16px;
}

.under-wia-product-image {
  text-align: center;
}

.wia-product-image {
  position: relative;
  border: 1px solid #f1f1f1;
}

.sale-tag {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.8125rem;
  line-height: 1;
  padding: 10px 20px;
  background: #c9cfdf;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 99;
  color: #2d3636 !important;
}

.products-lp-sale-price {
  text-decoration: line-through !important;
  color: #c50606 !important;
  margin-right: 8px !important;
}

.wia-product-button a {
  background: #6cbcd8;
  display: inline-block;
  color: white;
  font-size: 16px;
  padding: 10px 30px;
  margin-top: 10px;
}

.inner-wia-products-filter a {
  background: #6cbcd8;
  display: inline-block;
  color: white;
  font-size: 14px;
  padding: 10px 30px;
  margin-bottom: 10px;
}

.inner-wia-products-filter {
  margin-bottom: 50px;
  text-align: center;
}

.products-pagination-links {
  margin-top: 40px;
  margin-bottom: 70px;
  text-align: center;
}

.products-pagination-links .current {
  /*background: #2b2b2b !important;*/
}

.single-wia-product-slider-main {
  margin-bottom: 10px;
}

.single-wia-product-full-content {
  margin-top: 50px;
  margin-bottom: 100px;
}

.single-wia-product-content {
  margin-left: 60px;
}

.single-wia-product-slider-thumbnails .slick-track {
  /*transform: none !important; */
}

.single-wia-product-slider-thumbnails img {
  cursor: pointer;
  padding: 2px;
}

.single-wia-product-price p {
  margin: 5px 0px;
  font-size: 25px;
  font-weight: 600;
}

.single-wia-product-price .single-wia-product-sale-price {
  text-decoration: line-through;
  color: #c50606;
}

.single-wia-product-cart-form {
  margin-top: 20px;
}

.inner-single-wia-product-cart-form input {
  font-size: 17px !important;
  width: 100%;
  padding: 7.5px;
  border: none;
}

.inner-single-wia-product-cart-form button {
  background: #6cbcd8;
  display: inline-block;
  color: white;
  font-size: 16px;
  padding: 9px 30px;
  margin-left: 20px;
}

.page-template-single-shopify-product-page .ui-spinner {
  border-radius: 0px !important;
}

/*.page-template-single-shopify-product-page .ui-spinner-up{
    background-image: url(/wp-content/themes/Wildinart/img/shopify/up_arrow.png) !important;
    background-position: center !important;
    padding: 10px !important;
    background-repeat: no-repeat !important;
    cursor: pointer !important;
    padding-right: 20px !important;
}
.page-template-single-shopify-product-page .ui-spinner-down{
   background-image: url(/wp-content/themes/Wildinart/img/shopify/down_arrow.png) !important;
    background-position: center !important;
    padding: 10px !important;
    background-repeat: no-repeat !important;
    cursor: pointer !important;
    padding-right: 20px !important;
}*/
.social-icons {
  position: relative;
  bottom: 0;
}

.login-search {
  position: relative;
  bottom: none;
  right: none;
}

.shopify-cart-icon {
  font-size: 40px;
  color: #723959;
  display: inline-block;
  margin-right: 20px;
}

.socials-wrapper .shopify-cart-icon:hover i {
  background-color: #4a2765 !important;
}

.shopify-cart-count p {
  margin: 0px;
  position: absolute;
  background: #ffffff;
  color: black;
  display: inline-block;
  float: none;
  border-radius: 100%;
  padding: 2px 2px;
  min-width: 24px;
  text-align: center;
  font-size: 15px;
  left: 25px;
  top: 3px;
  border: 1px solid #6cbcd8;
}

.shopify-cart-count p a {
  color: #6cbcd8;
  text-decoration: none;
}

.shopify-cart-section {
  position: relative;
}

.login-search-cart {
  float: right;
  width: 100%;
  margin-top: 30px;
}

.cart-item-image {
  max-width: 100px;
}

.tbl-cart th {
  padding: 20px 10px !important;
}

.tbl-cart td {
  font-size: 15px;
  padding: 20px 10px !important;
}

.cart-submission-message {
  background: #6cbcd8;
  display: block;
  font-size: 16px;
  color: white;
  padding: 10px 30px;
  margin-top: 20px;
  text-align: center;
}

.loading-gif img {
  max-width: 20px;
  float: none;
  margin-left: 10px;
}

.inner-single-wia-product-cart-form .loading-button {
  background: #277994;
  cursor: not-allowed;
}

.tbl-cart tr:nth-child(odd) {
  background: #dedede;
}

.tbl-cart tr:nth-child(even) {
  background: #ececec;
}

.tbl-cart-header {
  background: #dedede !important;
  padding: 5px 0px !important;
  font-size: 16px !important;
}

.inner-cart-actions-wrapper {
  text-align: right;
  margin-top: 20px;
}

.cart-action-button {
  text-decoration: none;
  background: #6cbcd8;
  display: inline-block;
  float: none;
  color: white;
  font-size: 16px;
  padding: 10px 30px;
  margin-left: 10px;
}

#btnEmpty {
  background: #943e44;
}

.loading-checkout {
  background: #378873;
}

#btnCheckout {
  background: #378873;
}

.ui-button-icon-only .ui-icon {
  margin-left: 0px !important;
}

.hidden-update-quantity a {
  margin: 5px;
  font-size: 14px;
}

.page-template-shopify-cart-page .ui-spinner {
  margin-bottom: 5px !important;
  background: none !important;
}

.row-product-quantity {
  min-width: 150px;
}

.spinner {
  border: none !important;
  padding-left: 8px !important;
}

.default-page-overlay {
  position: fixed;
  background: #a0a0a0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999;
  opacity: 0.5;
}

.default-page-loader {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9999999;
}

.default-page-loader img {
  float: none;
}

.no-records {
  font-size: 16px;
}

.page-template-single-shopify-product-page .inner-wia-products-filter {
  margin-top: 10px;
  margin-bottom: 20px;
}

.single-wia-product-title h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1;
}

.other-sp-products-title {
  font-size: 35px;
  margin-top: 100px;
  margin-bottom: 30px;
  line-height: 1;
}

.indv-rel-product {
  margin: 0px 10px;
  position: relative;
}

.other-sp-products {
  margin: 0px -10px;
}

.rel-product-image {
  display: block;
  border: 1px solid #f1f1f1;
}

.rel-product-image img {
  float: none;
  margin: 0px auto;
  display: block;
}

.rel-product-title {
  font-size: 18px;
  display: block;
  margin-top: 10px;
  font-weight: 600;
}

.rel-product-price {
  margin-top: 10px;
  font-weight: 500;
}

.sp-rel-sale-price {
  text-decoration: line-through;
  color: #c50606;
}

.other-sp-products .owl-controls .owl-buttons div {
  font-size: 20px !important;
  border-radius: 0px !important;
  background: #6cbcd8 !important;
}

.slick-prev,
.slick-next {
  background: #6cbcd8 !important;
}

.sp-images-container {
  position: relative;
}

.prev-sp {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #6cbcd8;
  cursor: pointer;
  font-size: 30px;
  padding: 5px 10px;
  color: white;
  line-height: 1;
  margin-left: -20px;
  opacity: 0.3;
}

.next-sp {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #6cbcd8;
  cursor: pointer;
  font-size: 30px;
  padding: 5px 10px;
  color: white;
  line-height: 1;
  margin-right: -20px;
  opacity: 0.3;
}

.prev-sp:hover,
.next-sp:hover {
  opacity: 1;
}

.page-id-2657 table tr {
  border-top: 1px solid #c9cfdf;
}

.page-id-2657 table th,
.page-id-2657 table td,
.page-id-2657 table .order-table th,
.order-table .page-id-2657 table th {
  min-height: 41px;
  padding: 10px 14px 8px;
  border-right: 1px solid #c9cfdf;
  font-size: 14px !important;
}

.page-id-2657 table {
  border-left: 1px solid #c9cfdf;
  border-bottom: 1px solid #c9cfdf;
  width: 100% !important;
}

.page-template-shopify-page,
.page-template-single-shopify-product-page,
.page-template-shopify-cart-page {
  background: url('/wp-content/themes/Wildinart/img/backgrounds/wild-in-art-green-background.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}

.cart-header {
  display: inline-block;
}

/* tablet responsive*/

@media (max-width: 1025px) {

  .single-wia-product-content {
    margin-left: 0px;
    margin-top: 30px;
  }

  .tbl-cart-header {
    display: none;
  }

  .page-numbers {
    font-size: 16px;
  }

  .inner-wia-products-filter a {
    font-size: 14px;
    padding: 10px 15px;
  }

  .shop-content-intro {
    text-align: center;
  }

  .wia-products-loop-wrapper .display-inline:nth-child(2n+1)>.indv-wia-product {
    margin-right: 20px;
  }

  .wia-products-loop-wrapper .display-inline:nth-child(2n+2)>.indv-wia-product {
    margin-left: 20px;
  }


  iframe {
    width: 100% !important;
  }

  .featured-news-content {
    height: 170px;
  }

  .optional-image {
    display: none;
  }

  .slider-content {
    width: auto;
    /* padding-right: 320px; */
  }

  .news-cat-wrapper {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    bottom: 40px;
  }

  .news-cat {
    position: relative;
    text-align: center;
    margin: auto;
    bottom: 0;
  }

  .slider-overlay {
    position: absolute;
    margin: 50px auto;
    left: auto;
    right: auto;
    text-align: center;
    height: 260px;
  }

  .collectors-left button {
    text-align: center;
    margin: auto;
    display: block;
    float: none;
    margin-top: 30px;
  }

  .inner-wia-section {
    margin-bottom: 30px;
  }

  /*.slider-overlay .site-center, .slider-image-wrapper img {
    height: 547px;
  }*/
  .optional-tag {
    right: -6px;
  }

  .artist-main-image-wrapper {
    display: none;
  }

  .woocommerce div.product div.summary {
    float: none !important;
  }

  .cards-wrapper {
    margin: auto;
    text-align: center;
    width: 43%;
  }

  .collectors-left {
    padding-top: 0;
  }

  .charity .content-area {
    padding: 60px 60px 0;
  }

  .page-template-news-page .outer-bg-wrapper {
    background-position: bottom;
    background-attachment: inherit;
  }

  .collectors-columns-section {
    margin-bottom: 50px;
  }

  .trail-map img {
    width: 80%;
  }

  .news-section .page-title {
    margin-top: 50px;
  }

  .trails-section .page-title {
    margin-top: 50px;
  }

  .indv-featured-trail {
    margin-bottom: 50px;
  }

  .collectors-section {
    margin-top: 0px;
  }

  .home-cta-text {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    padding: 0px 20px;
    z-index: 99;
    max-width: 66%;
    transform: translateY(-50%);
  }

  .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #FFF;
    background: #3c3c3c;
  }

  .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #484848;
  }

  .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    background: #f1f1f1;
    color: #666;
  }

  .product-tab-section::after {
    width: 90vw;
  }

  .side-bar-categories {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .left-content-wrap-full {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }

  .content-thumb {
    margin-bottom: 40px;
  }

  .acf-form-submit input {
    text-align: center;
    margin: 0 auto !important;
    float: none;
  }

  .collectors-columns {
    padding-bottom: 60px;
  }

  .collectors-left {
    padding-top: 50px;
    text-align: center;
  }

  .collectors-right img {
    margin-bottom: 70px;
  }

  .login-form-wrapper {
    border-top: 1px solid #efefef;
    background-color: #fafafa;
  }

  .reset-link-wrapper {
    background-color: #fff;
    text-align: center;
  }

  .left-charity-image {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .charity .outer-bg-wrapper {
    background-size: 138%;
    padding-bottom: 50px;
  }

  .archive .outer-bg-wrapper {
    background-size: 138%;
    padding-bottom: 50px;
  }

  .header-section {
    margin-bottom: 20px;
  }

  .page-title {
    text-align: center;
    padding-bottom: 50px;
  }

  .left-charity-image img {
    width: 55%;
  }

  .page-template-charity-page .content-section {
    margin-bottom: 50px;
  }

  .indv-page-cta {
    margin-bottom: 40px;
    margin: 10px;
  }

  .main-content-area {
    margin-top: 28%;
  }

  .home-cta-section {
    position: relative;
  }

  .home-cta-section {
    background-image: none;
  }

  .customNavigationInsta-site-center {
    width: 55%;
  }

  .partnership-column-header {
    padding: 2% 0 0 0;
    width: 69%;
    text-align: center;
    margin: auto;
  }

  .footer-text-before .width-3of12:last-of-type {
    text-align: center;
  }

  .cta-2:after {
    display: none;
    /* background-image: url(/wp-content/themes/elmers-parade/img/backgrounds/cta-2-after.png); */
    left: 35px;
    bottom: -45px;
  }

  .cta-2:before {
    /* background-image: url(/wp-content/themes/elmers-parade/img/backgrounds/cta-2-after.png); */
    left: 0;
    bottom: 0;
    top: -85px;
    right: 0;
    margin: 0 auto;
  }

  .cta-1:before {
    top: -79px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .cta-3:before,
  .cta-4:after {
    display: none;
  }

  .home-cta-section:after {
    /* background-image: url(/wp-content/themes/elmers-parade/img/backgrounds/home-cta-bg-top.png); */
    position: absolute;
    bottom: -199px;
    right: 0;
    left: 0;
    content: '';
    height: 373px;
    /* width: 552px; */
    margin: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 9999;
  }

  .page-template-trails-page .content-section {
    padding: 20px 20px !important;
  }

  .page-template-charity-page .content-section {
    padding: 40px 0 0 !important;
    text-align: center;
    margin-bottom: 60px;
  }

  .right-charity-col {
    text-align: center;
  }

  .right-stats {
    text-align: center;
    margin: auto;
  }

  .left-charity-image img {
    float: none;
    margin: 0px auto;
    display: block;
  }

  .left-stats p {
    text-align: center;
    margin-right: 0px;
  }

  .charity-stats {
    max-width: 100%;
    margin: 0px auto;
  }

  .left-charity-col {
    text-align: center;
    margin-right: 0px;
  }

  .artist-featured-cols {
    margin: 50px 10px;
    padding: 10px;
  }

  .artist-wrapper {
    margin: 20px 0px;
    margin-bottom: 100px;
  }

  .artist-full-content {
    margin-left: 0px;
    text-align: center;
  }

  .view-product-btn {
    display: block;
    margin-top: 10px;
  }

  .rows-outer-wrapper .inner-div-selector:nth-child(2n+1)>.indv-div-full {
    margin-right: 20px;
  }

  .rows-outer-wrapper .inner-div-selector:nth-child(2n+2)>.indv-div-full {
    margin-left: 20px;
  }



  .intro-competition {
    padding: 0px 0px;
  }

  .right-competition-section {
    margin-left: 0px;
    text-align: center;
  }

  .left-competition-section {
    margin-right: 50px;
    text-align: center;
    margin-right: 0px;
  }

  .step-wrapper {
    margin-bottom: 30px;
  }

  .indv-artist-cs {
    text-align: center;
  }

  .artists-main-wrapper .artist-cs-selector:nth-child(2n+1)>.indv-artist-cs {
    margin-right: 30px;
  }

  .artists-main-wrapper .artist-cs-selector:nth-child(2n+2)>.indv-artist-cs {
    margin-left: 30px;
  }

  .page-template-collectors-landing .center-title {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .side-bar-categories {
    margin-left: 0px;
  }

  .um-center {
    text-align: center !important;
  }

  .register-form-wrapper,
  .login-form-wrapper {
    padding: 30px 20px;
    text-align: center;
  }

  .indv-desc-product {
    margin-left: 0px;
    margin-right: 0px;
  }

  .indv-collection img {
    display: block;
    float: none;
    margin: 0px auto;
  }

  .single .page-title {
    text-align: center;
  }

  .register-thumb-wrapper,
  .right-steps-content {
    padding-left: 0px;
  }

  .register-thumb-wrapper img {
    display: block;
    float: none;
    margin: 0px auto;
  }

  .register-steps-outer-wrapper {
    text-align: center;
  }

  .left-steps-number {
    margin-bottom: 10px;
  }

  .content-thumb img {
    display: block;
    float: none;
    margin: 0px auto;
  }

  .charity-logos {
    margin-top: 20px;
  }

  .single-figurines-section {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .single-product-section-wrap {
    text-align: center;
  }

  .single_add_to_cart_button {
    float: none !important;
  }

  .left-artist-image img {
    display: block;
    float: none;
    margin: 0px auto;
    margin-bottom: 20px;
  }

  .left-artist-image,
  .right-artist-content {
    padding: 0px;
  }

  .indv-artist-wrapper {
    text-align: center;
  }

  .about-us .page-title,
  .page-template-artist-page .page-title,
  .page-template-trails-page .page-title,
  .page-template-default .page-title,
  .page-template-news-page .page-title {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .left-page-section {
    padding: 0px;
  }

  .right-page-cta {
    padding-right: 0px;
  }

  .content-section {
    text-align: center;
    padding: 30px !important;
  }

  .sorting-wrapper {
    text-align: center;
  }

  .other-page-slider .slider-content {
    max-width: 80%;
  }

  .other-page-slider .slider-overlay {
    top: 50%;
  }

  .twitter-full-wrapper {
    padding-right: 0px;
  }

  .bottom-inner-footer {
    margin-top: 100px;
  }

  .footer-wrapper {
    text-align: center;
  }

  .featured-trail-wrapper .featured-trail-margin:nth-child(4n+1)>.indv-featured-trail {
    margin-right: 20px;
  }

  .featured-trail-wrapper .featured-trail-margin:nth-child(4n+2)>.indv-featured-trail {
    margin-left: 20px;
  }

  .other-products-wrapper .other-prod-margin:nth-child(4n+1)>.indv-other-product {
    margin-right: 20px;
  }

  .other-products-wrapper .other-prod-margin:nth-child(4n+2)>.indv-other-product {
    margin-left: 20px;
  }

  .other-products-wrapper .other-prod-margin:nth-child(4n+3)>.indv-other-product {
    margin-right: 20px;
  }

  .other-products-wrapper .other-prod-margin:nth-child(4n+4)>.indv-other-product {
    margin-left: 20px;
  }

  .collectors-section,
  .trails-section,
  .charity-content {
    text-align: center;
  }

  .charity-logos img {
    float: none;
    /*width: 250px;*/
    /*height: 250px;*/
  }

  .trail-right-content {
    padding-top: 30px;
  }

  .trail-map img {
    display: block;
    margin: 0px auto;
    float: none;
    margin-bottom: 20px;
  }

  .news-section {
    padding-bottom: 40px;
  }

  .indv-featured-news {
    margin-bottom: 20px;
  }

  .collectors-right {
    position: relative;
    z-index: 99999999999 !important;
    top: 68px;
    bottom: 0;
    text-align: center;
    margin: auto;
    width: 100%;
  }

  .collectors-right img {
    height: auto;
    width: 68%;
    text-align: center;
    margin: auto;
    float: none;
  }

  .home-cta-site-center .col:nth-child(2n+1)>.indv-cta-wrapper {
    margin-right: 15px;
  }

  .home-cta-site-center .col:nth-child(2n+2)>.indv-cta-wrapper {
    margin-left: 15px;
  }

  .featured-products-wrapper .featured-prod-margin:nth-child(2n+1)>.indv-featured-product {
    margin-right: 15px;
  }

  .featured-products-wrapper .featured-prod-margin:nth-child(2n+2)>.indv-featured-product {
    margin-left: 15px;
  }

  .featured-news-wrapper .featured-news-margin:nth-child(2n+1)>.indv-featured-news {
    margin-right: 15px;
  }

  .featured-news-wrapper .featured-news-margin:nth-child(2n+2)>.indv-featured-news {
    margin-left: 15px;
  }

  .indv-cta-wrapper {
    margin-bottom: 30px;
  }

  .mobile-show-nav {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 20px;
    font-size: 50px;
    color: #182b4b;
  }

  .navigation-outer-wrapper {
    display: none;
  }

  /*.page-slide-feed .slider-image-wrapper img{
    min-width: 1600px;
  }*/
  .customNavigation {
    top: 81%;
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
  }

  .customNavigation .prev {
    float: none;
    margin-left: 0%;
  }

  .inner-custom-nav {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    float: none;
  }

  .slider-link a {
    float: left;
    margin-left: 0;
    text-align: center;
    margin: auto;
  }

  .customNavigation .next {
    float: none;
    margin-right: 0%;
  }

  .slider-content {
    max-width: 98%;
    margin: 0 auto;
    text-align: left;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-content p {
    margin-top: 13px;
  }

  /*.optional-image {
    bottom: -4em;
    position: relative;
    right: -4em;
    position: absolute;
    width: 439px;
  }*/
  .slider-link {
    float: none;
    text-align: center;
    margin: auto;
    display: block;
  }

  .header-right-content {
    text-align: center;
    float: none;
    position: relative;
    margin-bottom: 20px;
  }

  .logo-wrapper img {
    margin-bottom: 10px;
    margin-left: 0px;
    display: block;
    float: none;
    margin: 0px auto;
  }

  .logo-wrapper {
    margin-bottom: 10px;
  }

  .close-cart {
    float: right;
  }

  .cart-hover-show {
    background: #ffffff;
    position: absolute;
    z-index: 99999999;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    right: 0;
    padding: 20px 40px;
    margin-top: 10px;
    left: 0;
    width: 80%;
    right: 0;
    text-align: center;
    margin: 0px auto;
    margin-top: 10px;
  }

  .other-product-image img {
    display: block;
    float: none;
    margin: 0px auto;
  }

  .indv-sorting {
    margin-right: 0px !important;
  }

  .error404 .outer-bg-wrapper,
  .search .outer-bg-wrapper {
    background-position: 0 645px;
  }

  .single-product .outer-bg-wrapper {
    background-size: 200%;
    background-position: center bottom;
  }
}

@media (max-width: 460px) {
  .header-section {
    margin-bottom: -20px;
  }

  .logo-wrapper {
    margin-bottom: -20px;
  }

  .shiftnav .shiftnav-menu-title {
    font-size: 25px;
  }
}

@media (max-width: 600px) {
  .row-product-image:before {
    content: "Product Image";
    float: left;
  }

  .row-product-name:before {
    content: "Product Name";
    float: left;
  }

  .row-product-quantity:before {
    content: "Quantity";
    float: left;
  }

  .row-product-price:before {
    content: "Unit Price";
    float: left;
  }

  .row-product-total-price:before {
    content: "Total Price";
    float: left;
  }

  .row-product-remove:before {
    content: "Remove";
    float: left;
  }

  .cart-item-image {
    float: none;
  }

  .tbl-cart td {
    display: block !important;
    text-align: right !important;
  }

  .tbl-cart td {
    font-size: 14px;
  }

  .row-product-quantity {
    min-width: 1px !important;
  }

  .page-template-shopify-cart-page .ui-spinner {
    width: 60px;
  }
}

@media (max-width: 480px) {
  .tbl-cart td {
    font-size: 12px;
  }

  .inner-single-wia-product-cart-form button {
    margin-left: 0px;
    margin-top: 20px;
  }

  .indv-wia-product {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

/*Fixing wordpress update images issue */
img:is([sizes="auto" i], [sizes^="auto," i]) {
  contain-intrinsic-size: 360px 240px;
}