/** Shopify CDN: Minification failed

Line 10:1 Unexpected "/"

**/
/*
    /*font-family: 'Oswald', sans-serif;*/

    /*font-family: 'Titillium Web', sans-serif;*/
*/

body{
	/*font-family: 'Titillium Web', sans-serif;*/
  /*font-size: 16px !important;*/
}

/* h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	font-family: 'Oswald', sans-serif;
  --font-heading-family: {{ settings.type_header_font.family }};
  --font-heading-weight: {{ settings.type_header_font.weight | default: 400 }}; 
} */
/*input, select { font-size: 100% !important;}*/
/*html.BodyToggleOpen,*/
body.BodyToggleOpen{
  /*overflow: hidden;
  position: relative;*/
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
}

button{
	outline: none !important;
}

/*top bar starts*/
.art-cst-container{
	max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 750px){
  .art-ext-top-bar-main{
      background-color: #161718;
      padding: 10px 0px;
      position:fixed;
      top:0;
      width:100%;
      z-index:100;
  }
}
.art-ext-top-bar-main{
	background-color: #161718;
    padding: 10px 0px;
}
.art-ext-top-bar-left-img ul{
	display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.art-ext-top-bar-left-img ul li{
	margin-left: 21px;
}
.art-ext-top-bar-left-img ul li:first-child{
	margin-left: 0px;
} 
.art-ext-top-bar-left-img ul li img{
	height: 21px;
}
.art-ext-top-bar-left-img ul li a img{
	/*opacity: .8;*/
}
.art-ext-top-bar-left-img ul li a:hover img{
	opacity: 1;
}
.art-ext-top-bar-row{
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.art-ext-top-bar-row > div{
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.art-ext-top-bar-mid p{
	text-align: center;
  /*font-family: 'Oswald', sans-serif;*/
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 2px 0;
  letter-spacing: 1px;
}
.art-ext-top-bar-left-img img{
	display: block;
}

.art-ext-top-bar-right
{
  text-align: right;
}
.art-ext-top-bar-right .phone_link
{
  color: #fff;
  text-decoration: underline;
  margin-right: 5px;
}
.art-ext-top-bar-right .phone_link:hover
{
  color: #fff;
}
.art-ext-top-bar-right i
{
  color: #fff;
}
@media (max-width: 749px){
  .art-ext-top-bar-right
  {
    display: none;
  }
}
/*top bar ends*/
/*header starts*/
.ArtEntHeader.site-header{
	padding: 0;
  border: none;
  border-bottom: 1px solid #bdbdbd;
}
.template-index .ArtEntHeader.site-header{
	border-bottom: 0px solid #bdbdbd;
}
.art-cst-header-row{
  padding-top: 16px;
  padding-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.art-cst-header-row > div{
	-ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.art-cst-header-row-left > nav{
	padding: 0 !important;
  width: 100% !important;
}
.art-cst-header-row-left > nav > ul.site-nav{
	text-align: left;
}
.art-cst-header-row-left > nav > ul.site-nav > li{
	/*margin-left: 60px;*/
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.art-cst-header-row-left > nav > ul.site-nav > li:first-child{
	/*margin-left: 0px;*/
  padding-left: 0px;
}
.art-cst-header-row-left > nav > ul.site-nav > li:last-child{
	/*margin-left: 0px;*/
  /*padding-right: 20px;*/
}
.art-cst-header-row-left > nav > ul.site-nav > li > a{
	font-size: 16px;
  text-decoration: none;
  /*font-family: 'Oswald', sans-serif;*/
  color: rgba(0,0,0,0.4);
  padding: 0;
  font-weight: 500;
}
.art-cst-header-row-left > nav > ul.site-nav > li > a span{
	border: none;
  position: relative;
}
.art-cst-header-row-left > nav > ul.site-nav > li.site-nav--active > .mega_menu_block > a span,
.art-cst-header-row-left > nav > ul.site-nav > li.site-nav--active > a span{
	color: #DD403C;
  position: relative;
}
.art-cst-header-row-left > nav > ul.site-nav > li.site-nav--active > .mega_menu_block > a span:before,
.art-cst-header-row-left > nav > ul.site-nav > li.site-nav--active > a span:before{
	position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 4px;
  background: #DD403C;
  content: "";
}
.art-cst-header-row-left > nav > ul.site-nav > li > a:hover{
	color: rgba(0,0,0,1);
}
.art-cst-header-row-mid .site-header__logo{
	margin-bottom: 10px;
}
.art-cst-header-row-mid .site-header__logo-image img{
	max-width: 392px !important;
  margin: auto;
}
.art-cst-header-row-mid > .grid__item{
	padding-left: 0px;
}
.art-cst-header-row-right ul{
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.art-cst-header-row-right ul li{
	padding-left: 26px;
}
.art-cst-header-row-right ul li:first-child{
	padding-left: 0px;
}
.art-cst-header-row-right ul li > a{
	display: block;
}
.art-head-right-wishlist > a{
	position: relative;
}
.art-head-right-wishlist > a .topbadge{
	top: -6px;
    position: absolute;
    right: -12px;
    padding: 0px !important;
  width: 18px;
  height: 18px;
  line-height: 14px;
  font-family: 'Titillium Web', sans-serif !important;
  color: #FFFFFF !important;
  background-color: #DB3E3E !important;
  border: 2px solid #000;
}
.art-cst-header-row-right ul li .site-header__cart .site-header__cart-count{
	width: 18px;
  height: 18px;
  top: 3px;
  /* background-color: #000; */
  background-color: #EEF873;
  color: #000;
  border: 2px solid #000;
}
.art-cst-header-row-right ul li .site-header__cart .site-header__cart-count span{
	line-height: 18px;
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 12px;
  font-weight: 600;
}
.art-cst-header-row-right ul li.art-head-login-link{
	padding: 17px 0px 20px 17px;
  margin-left: 26px;
  border-left: 1px solid #BDBDBD;
}
.art-cst-header-row-right ul li.art-head-login-link a{
	font-size: 14px;
  color: #999;
  /*font-family: 'Oswald', sans-serif;*/
  font-weight: 500;
  line-height: 14px;
  padding-top: 0;
  padding-bottom: 0;
}
.art-cst-header-row-right ul li .site-header__search-toggle{
	outline: none !important;
}
.art-cst-header-row-right ul li i{
	font-size: 24px;
}
.art-cst-header-sec .art-cst-container{
	padding-left: 29px;
  padding-right: 29px;
}
/*header ends*/
/*home gallery starts*/
.template-index .main-content{
	padding-top: 0px;
}
.art-hm-gal-row{
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2px;
}
.art-hm-gal-row > div{
	-ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.art-hm-gal-right-bot{
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.art-hm-gal-right-bot > div{
	-ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.art-hm-gal-block{
  position: relative;
  padding: 3px;
}
.art-hm-gal-block .art-hm-gal-block-whole{
	position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.art-hm-gal-block img{
	display: block;
  width: 100%;
}
.art-hm-gal-block-cont{
	position: absolute;
  left: 0px;
  right: 0px;
  padding: 0 15px;
  top: 50%;
  transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  text-align: center;
}
.art-hm-gal-block-cont h3{
	font-size: 46px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
  text-shadow: 0 2px 70px rgba(47,47,47,0.45);
  margin: 0;
}
.yl-lined-dark-btn{
  color: #FFFFFF !important;
  text-decoration: none !important;
  /*font-family: 'Titillium Web', sans-serif;*/
  font-size: 18px;
  letter-spacing: 0;
  line-height: 18px;
  display: inline-block;
  padding: 15px 54px 14px;
  text-align: center;
  background-color: #161718;
  border: 1px solid rgba(238,248,115,.5);
  transition: all 0.25s ease-out;
}
.yl-lined-dark-btn:hover{
	border: 1px solid rgba(238,248,115,1);
}
.yl-lined-dark-btn:active{
    border: 1px solid rgba(238,248,115,1);
	background-color: #EEF873;
    color: #000 !important;
}
.blue-lined-dark-btn{
  color: #FFFFFF !important;
  text-decoration: none !important;
  /*font-family: 'Titillium Web', sans-serif;*/
  font-size: 18px;
  letter-spacing: 0;
  line-height: 18px;
  display: inline-block;
  padding: 15px 54px 14px;
  text-align: center;
  background-color: #000;
  border: 1px solid #4476C6;
  transition: all 0.25s ease-out;
}
.blue-lined-dark-btn:hover{
	background-color: #212121;
  	border: 1px solid #4476C6;
}
.blue-lined-dark-btn:active{
	background-color: #4476C6;
}
.art-hm-gal-block-cont .yl-lined-dark-btn{
	opacity: 0;
  visibility: hidden;
  margin-top: 0px;
  padding-top: 0;
  padding-bottom: 0;
  max-height: 0px;
  /* max-width: 200px; *//*FS Removed*/
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  text-align: center;
  min-width: 150px;/*FS Added*/
  width: fit-content;/*FS Added*/
}
.art-hm-gal-block:hover .art-hm-gal-block-cont .yl-lined-dark-btn{
	opacity: 1;
  visibility: visible;
  margin-top: 40px;
  transition: all 0.25s ease-out;
  max-height: 60px;
  line-height: 47px;
}
/*home gallery ends*/
/*banner below logo starts*/
.art-hm-bnr-blw-logo-row{
	
}
.art-hm-bnr-blw-logo-row:after{
	clear: both;
  display: table;
  content:"";
}
.art-hm-bnr-blw-logo-row .art-hm-bnr-blw-logo-block{
	width: 16.66%;
  padding: 0 3px;
  float: left;
}
.art-hm-bnr-blw-logo-box{
	height: 140px;
  width: 100%;
  display: -ms-flexbox;
    display: flex;
  -ms-flex-align: center;
    align-items: center;
  -ms-flex-pack: center;
    justify-content: center;
  background-color: #ededee;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  transition: all 0.25s ease-out;
}
.art-hm-bnr-blw-logo-box > a{
	position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.art-hm-bnr-blw-logo-box:hover{
	background-color: #eef873;
}
/*banner below logo ends*/
/*home about us starts*/
.art-hm-abt-us-main{
	padding-top: 75px;
  padding-bottom: 80px;
}
.art-hm-abt-us-inn{
	max-width: 1200px;
  margin: auto;
}
.art-hm-abt-us-row:after{
	clear: both;
  display: table;
  content:"";
}
.art-hm-abt-us-row .art-hm-abt-us-left{
	width: 58.33%;
  float: left;
  padding: 0 30px;
}
.art-hm-abt-us-row .art-hm-abt-us-right{
	width: 41.67%;
  float: left;
}
.art-hm-abt-us-left h3{
  color: #2D2D2D;
  font-family: Oswald;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
}
.art-hm-abt-us-left p{
  color: #2E2E2E;
  /*font-family: 'Titillium Web', sans-serif;*/
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  text-align: justify;
  margin: 30px 0 38px;
}
.black-lined-arrow-btn{
	color: #000 !important;
  text-decoration: none !important;
  /*font-family: 'Titillium Web', sans-serif;*/
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  padding: 9px 48px 9px 24px;
  text-align: center;
  border: 1px solid #000;
  transition: all 0.25s ease-out;
  position: relative;
}
.black-lined-arrow-btn:before{
  font-family: "Font Awesome 5 Pro";
  content:"\f178";
  position: absolute;
  right: 22px;
  top: 9px;
}
.black-lined-arrow-btn:hover{
	background: #000;
  color: #fff !important;
}
.art-hm-abt-us-btn{
	text-align: right;
}
.art-hm-abt-us-right ul{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: justify;
  	justify-content: space-between;
}
.art-hm-abt-us-right ul li{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  text-align: center;
  padding: 28px 5px 28px 75px;
}
.art-hm-abt-us-right ul li i{
	color: #1C1D1E;
  font-size: 36px;
  line-height: 36px;
}
.art-hm-abt-us-right ul li p {
  max-width: 95px;
  margin: 15px auto 0;
  color: #757575;
  /*font-family: 'Oswald', sans-serif;*/
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}
/*home about us ends*/
/*home faeture sec starts*/
.art-cst-sec-title{
	font-size: 36px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  margin: 0 0 12px 0;
  font-weight: 500;
  color: #000;
}
.blk-back-sml-btn{
  border: 1px solid rgba(238,248,115,.5);
  background-color: #000000;
	font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #fff !important;
    /*font-family: 'Titillium Web', sans-serif;*/
  display: inline-block;
  padding: 6px 40px;
  transition: all 0.25s ease-out;
  text-transform: uppercase;
}
.blk-back-sml-btn:hover{
	border: 1px solid rgba(238,248,115,1);
}
.blk-back-sml-btn:active{
    border: 1px solid rgba(238,248,115,1);
	background-color: #EEF873;
    color: #000 !important;
}
.featured_product_home_sec{
	padding: 42px 0px;
  background-color: #ededee;
}
.art-cst-slider-arrow .owl-nav{
	display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -25px;
}
.art-cst-slider-arrow .owl-nav .owl-prev{
	margin: 0;
  padding: 0;
  position: absolute;
  left: 20px;
  margin: 0 !important;
  padding: 0 !important;
}
.art-cst-slider-arrow .owl-nav .owl-prev i{
	width: 50px !important;
  height: 50px !important;
  background: #E0E0E0;
  display: -ms-flexbox !important;
    display: flex !important;
  -ms-flex-align: center !important;
    align-items: center !important;
  -ms-flex-pack: center !important;
    justify-content: center !important;
}
.art-cst-slider-arrow .owl-nav .owl-prev i:before{
	font-family: "Font Awesome 5 Pro" !important;
  content: "\f053" !important;
  font-size: 24px !important;
  color: #292929 !important;
  font-weight: 900;
}
.art-cst-slider-arrow .owl-nav .owl-next{
	margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  margin: 0 !important;
  padding: 0 !important;
}
.art-cst-slider-arrow .owl-nav .owl-next i{
	width: 50px !important;
  height: 50px !important;
  background: #E0E0E0;
  display: -ms-flexbox !important;
    display: flex !important;
  -ms-flex-align: center !important;
    align-items: center !important;
  -ms-flex-pack: center !important;
    justify-content: center !important;
}
.art-cst-slider-arrow .owl-nav .owl-next i:before{
	font-family: "Font Awesome 5 Pro" !important;
  content: "\f054" !important;
  font-size: 24px !important;
  color: #292929 !important;
  font-weight: 900;
}
.art-hm-feature-main .art-hm-feature-inn .product-card__image-wrapper.js > div{
	padding-top: 100% !important;
}
.art-hm-feature-main .art-hm-feature-inn .product-card__image-wrapper.js > div .art-hm-feature-img{
	/*position: static !important;*/
}
.art-hm-feature-main .art-hm-feature-inn .grid-view-item__image-wrapper .grid-view-item__image{
	position: relative;
  height: 100%;/*345px;*/
  /*width: 215px;*//*FS added*/
	object-fit: contain;
}
.featured_product_home_sec .custom_featuted_li{
	width: 100%;
  max-width: 338px;
  padding: 18px;
  margin: 18px auto;  
}
.featured_product_home_sec .custom_featuted_li .grid-view-item__image-wrapper{
	margin-bottom: 0px;
  max-width: 100% !important;
}
.featured_product_home_sec .custom_featuted_li:hover{
  background-color: #FFFFFF;
  box-shadow: 0 1px 8px rgba(0,0,0,0.19);
}
.featured_product_home_sec .owl-item > .item{
	padding-left: 8px;
  padding-right: 8px;
}
.art-hm-feature-img-lbl{
	position: absolute;
  top: 7px;
  left: 5px;
  background-color: #212121;
  color: #F7F7F7;
  /*font-family: 'Titillium Web', sans-serif;*/
  font-size: 12px;
  z-index: 1;
  line-height: 16px;
  padding: 6px 10px 6px 10px;
  margin: 0;
}
.art-hm-feature-inn .grid.owl-carousel{
	margin: 0 !important;
  padding-left: 90px;
  padding-right: 90px;
}
.art-hm-feature-cont h3{
  color: #000000; 
  font-family: Oswald;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 7px 0px;
  padding-top: 15px;
}
.art-hm-feature-cont .art-hm-feature-cont-auth {
  color: #666666;
  /*font-family: 'Titillium Web', sans-serif;*/
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.art-hm-feature-cont .price__regular{
	width: 100%;
  margin: 0;
}
.art-hm-feature-cont .price__regular .price-item--regular{
	color: #666666;
  /*font-family: 'Titillium Web', sans-serif;*/
  font-size: 16px;/* font-size: 12px; */
  line-height: 18px;
  text-align: center;
  font-weight: 400;
}
.art-hm-feature-cont-auth .price.price--listing .price__vendor--listing{
	margin: 6px 0px;
  color: #666666;
  /*font-family: 'Titillium Web', sans-serif;*/
  font-size: 16px;/* font-size: 14px; */
  line-height: 18px;
  text-align: center;
  font-weight: 400;
}
.art-hm-feature-inn .custom_featuted_li .grid-view-item{
	margin-bottom: 0;
}
.art-hm-feature-btn{
	margin-top: 20px;
}
.art-fea-pro-hover-icons{
	position: absolute;
  bottom: 7px;
  right: 5px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.art-fea-pro-hover-icons{
	position: absolute;
  bottom: 3px;
  right: 4px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-out;
}
.custom_featuted_li:hover .art-fea-pro-hover-icons{
	opacity: 1;
  visibility: visible;
}
.art-fea-pro-hover-icons ul{
	display: -ms-flexbox;
  display: flex;
}
.art-fea-pro-hover-icons ul li{
	margin-right: 5px;
}
.art-fea-pro-hover-icons ul a{
	background-color: #ECEFF1;
  font-size: 24px;
  border: none;
  text-decoration: none;
  color: #000;
  display: block;
  padding: 1px 15px;
}
.art-fea-pro-hover-icons ul a:hover{
	background-color: #FAB75F;/* background-color: #DD403C; */
  color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.19);
}
.art-fea-pro-hover-icons ul li .smartwishlist{
	background-color: #ECEFF1;
  font-size: 24px;
  border: none;
  text-decoration: none;
  color: #000;
  display: block;
  padding: 1px 15px;
}
.art-fea-pro-hover-icons ul li .smartwishlist span.fa{
	color: #000;
}
.art-fea-pro-hover-icons ul li .smartwishlist:hover{
	background-color: #FAB75F;/* background-color: #DD403C; */
  color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.19);
}
.art-fea-pro-hover-icons ul li .smartwishlist:hover span.fa{
	color: #fff;
}
/*home feature sec ends*/
/*ways to shop starts*/
.art-hm-wts-main{
	padding: 50px 0px;
}
.art-hm-wts-row:after{
	clear: both;
  display: table;
  content: "";
}
.art-hm-wts-row .art-hm-wts-left{
	width: 50%;
  float: left;
  /* padding: 2px; */
}
.art-hm-wts-row .art-hm-wts-left .art-hm-gal-block-cont{
    position: absolute;
    left: 0px;
    right: 0px;
    padding: 0 15px;
    bottom: 80px;
  top: auto;
    transform: translate(0,0);
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    text-align: center;
}
.art-hm-wts-row .art-hm-wts-right{
	width: 50%;
  float: left;
  /* padding: 2px; */
}
.art-hm-wts-right-row:after{
	clear: both;
  display: table;
  content: "";
}
.art-hm-wts-right-row{
	/* margin: -2px -3px 0 -3px; */
}
.art-hm-wts-right-row .art-hm-wts-right-block{
	width: 50%;
  float: left;
  /* padding: 1px; */
}
.art-hm-wts-main .art-hm-gal-block-cont h3{
  font-size: 36px;
  line-height: 36px;
  text-shadow: 0 1px 43px rgba(47,47,47,0.64);
}
/*ways to shop ends*/
/*shop by artist starts*/
.art-hm-sba-inn{
	padding: 0 15px;
}
.art-hm-sba-row{
	margin-top: 20px;
  margin-bottom: 20px;
}
.art-hm-sba-row:after{
	clear: both;
  display: table;
  content: "";
}
.art-hm-sba-row .art-hm-sba-block{
	width: 25%;
  float: left;
  padding: 0 3px;
}
.art-hm-sba-row .art-hm-sba-block-hero{
	width: 33%;
  float: left;
  padding: 0 3px;
}
.art-hm-sba-box{
	position: relative;
 }
.art-hm-sba-box > a{
	position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.art-hm-sba-box h3 {
  color: #FFFFFF;
  font-family: Oswald;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  text-shadow: 0 1px 43px rgba(47,47,47,0.31);
  text-transform: uppercase;
  margin : 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
.art-hm-sba-box img{
	display: block;
  width: 100%;
}
.art-hm-sba-btn{
	text-align: center;
}
/*shop by artist ends*/
/*shop by charctor starts*/
.art-sbchr-alphabet-sec{
	padding: 50px 0;
	text-align: center;
}
.art-sbchr-alphabet-sec ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.art-sbchr-alphabet-sec ul li{
	display: inline-block;
	padding: 0 10px;
}
.art-sbchr-alphabet-sec ul li a{
	position: relative;
	display: block;
	/*font-family: 'Oswald', sans-serif;*/
	color: #444;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
}
.art-sbchr-alphabet-sec ul li.active-chr a,
.art-sbchr-alphabet-sec ul li a:hover{
	color: #de3e39;
}
.art-sbchr-alphabet-sec ul li.active-chr a:before{
	position: absolute;
	left: -2px;
	bottom: -7px;
	right: -2px;
	height: 3px;
	background-color: #de3e39;
	content: "";
}
.art-sbchr-info-main{
	padding: 0 30px;
}
.art-sbchr-info-row{
	margin-left: -30px;
	margin-right: -30px;
}
.art-sbchr-info-row:after{
	clear: both;
	display: table;
	content:"";
}
.art-sbchr-info-block{
	width: 25%;
	padding: 0 30px;
	float: left;
}
.art-sbchr-info-block:nth-child(4n + 1){
	clear: left;
}
.art-sbchr-info-box{
	margin-bottom: 22px;
}
.art-sbchr-info-box > h3{
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
	border: 1px solid #bebebe;
	padding: 8px 10px 9px;
	background-color: #404040;
	text-align: center;
	margin: 0 0 17px 0;
}
.art-sbchr-info-box-active.art-sbchr-info-box > h3{
	background-color: #dd403c;
}
.art-sbchr-info-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.art-sbchr-info-list ul li{
	padding: 6px 7px 7px 58px;
	position: relative;
	display: block;
	min-height: 42px;
	border: 1px solid #bdbdbd;
	margin-bottom: 9px;
}
.art-sbchr-info-list ul li > a{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	z-index: 2;
}
.art-sbchr-info-list-img{
	width: 28px;
	height: 28px;
	background-color: #767676;
	overflow: hidden;
	position: absolute;
	left: 15px;
	top: 6px;
}
.art-sbchr-info-list-img img{
	width: 100%;
}
.art-sbchr-info-list ul li p{
	font-size: 18px;
	color: #212121;
	margin: 0;
}
.art-sbpc-feature-text-lbl{
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 1;
}
.art-sbpc-feature-text-lbl p{
	/*font-family: 'Oswald', sans-serif;*/
	margin: 0;
	font-size: 23px;
	line-height: 23px;
	font-weight: 500;
	color: #fff;
	padding: 10px 22px;
	background-color: #212121;
	text-transform: uppercase;
	display: inline-block;
}
.art-sbchr-top-sec .art-sbpc-img-text-con h3{
	font-size: 30px !important;
	line-height: 30px !important;
	bottom: 20px;
}
/*shop by charctor ends*/
/*latest news starts*/
.art-hm-latest-news-main{
	padding: 50px 0px;
}
.art-hm-latest-news-row{
	margin: 15px 0px;
  	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.art-hm-latest-news-row > div{
	-ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.art-hm-latest-news-right-bot{
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.art-hm-latest-news-right-bot > div{
	-ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.art-hm-latest-news-block{
	position: relative;
  padding: 3px;
}
.art-hm-latest-news-block img{
	width: 100%;
  display: block;
}
.art-hm-latest-news-cont{
	position: absolute;
  bottom: 0px;
  left: 40px;
  right: 40px;
  transition: all 0.25s ease-out;
}
.art-hm-latest-news-cont h3{
  color: #FFFFFF;
  font-family: Oswald;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin : 0 0 16px 0;
  text-shadow: 0 1px 51px rgba(47,47,47,0.65);
}
.art-hm-latest-news-cont p{
  color: #FFFFFF;
  font-family: "Titillium Web";
  font-size: 16px;
  line-height: 20px;
  text-shadow: 0 1px 43px rgba(47,47,47,0.31);
  margin: 0;
}
.art-hm-latest-news-cont .yl-lined-dark-btn{
	opacity: 0;
  visibility: hidden;
  margin-top: 0px;
  padding: 14px 45px 14px;
}
.art-hm-latest-news-block:hover .art-hm-latest-news-cont .yl-lined-dark-btn{
	opacity: 1;
  visibility: visible;
  margin-top: 30px;
  transition: all 0.25s ease-out;
  margin-bottom: 40px;
}
.art-hm-see-all-btn-sec{
	text-align: center;
}
/*latest news ends*/
/*footer starts*/
footer.ArtOfEntFooter{
	margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 25px;
  background-color: #EDEDEE;
  position: relative;/*FS added*/
}
footer.ArtOfEntFooter .site-footer__item p.h4{
	font-size: 18px;
  line-height: 20px;
  color: #1C1D1E;
  padding: 26px 0 30px;
  margin: 0px;
  font-weight: 500;
  /*font-family: 'Oswald', sans-serif;*/
}
footer.ArtOfEntFooter .site-footer__linklist .site-footer__linklist-item{
	padding: 0 0 12px 0; 
}
footer.ArtOfEntFooter .site-footer__linklist .site-footer__linklist-item a{
	color: #565656;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  border: none;
}
footer.ArtOfEntFooter .site-footer__content{
	-ms-flex-pack: justify;
  justify-content: space-between;
}
footer.ArtOfEntFooter .site-footer__content > .site-footer__item{
	-ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  margin-bottom: 22px;
}
footer.ArtOfEntFooter > .page-width{
	max-width: 1030px;
}
footer.ArtOfEntFooter .site-footer__content > .site-footer__item:first-child .site-footer__item-inner{
	width: 212px;
	background: #212121;
	padding: 23px;
  color: #fff;
}
footer.ArtOfEntFooter .site-footer__content > .site-footer__item:first-child .site-footer__item-inner p.h4{
	color: #fff;
  padding-top: 0px;
  padding-bottom: 21px;
}
.art-footer-social-inn{
	border: 1px solid #fff;
  padding: 15px 23px;
}
.art-footer-social-box{
	padding-bottom: 15px;
}
.art-footer-social-box:last-child{
	padding-bottom: 0px;
}
.art-footer-social-box a{
	color: #d9d9d9 !important;
  border: none !important;
  text-decoration: none !important;
  font-size: 14px;
}
.art-footer-social-box a i{
	color: #d9d9d9;
}
.art-footer-social-box a span{
	width: 18px;
  display: inline-block;
}
.AOE_copwrite_inner{
  padding-top: 16px;
	max-width: 920px;
  margin: auto;
  border-top: 1px solid #616161;
  padding-top: 20px;
  text-align: center;
}
.AOE_copwrite_inner *{
	font-size: 14px;
  line-height: 18px;
  color: #565656;
  border: none;
  text-decoration: none;
  /*font-family: 'Titillium Web', sans-serif;*/
}
footer.ArtOfEntFooter > .page-width .grid--footer-float-right .site-footer-item-tall{
	margin-bottom: 0px;
    height: auto;
}
/*footer ends*/
/*testimonial starts*/
.art-hm-testimonial-sec #stamped-reviews-widget[data-widget-type="carousel"]{
  max-width: 100%;
}
.art-hm-testimonial-sec{
	padding: 60px 40px 0px 40px;
}
.art-hm-testimonial-sec #stamped-reviews-widget{
	
}
.art-hm-testimonial-sec #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-title{
	display: none !important;
}
.art-hm-testimonial-sec #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-subtitle{
	display: none !important;
}
.art-hm-testimonial-sec #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll:before{
	display: none;
}
.art-hm-testimonial-sec #stamped-reviews-widget[data-widget-type="carousel"] .stamped-reviews-date{
	display: none;
}
.art-hm-testimonial-sec #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-rating{
	display: none;
}
.art-hm-testimonial-sec #stamped-reviews-widget[data-widget-type="carousel"] .stamped-ratings-wrapper {
  background-color: #FFFFFF;
  box-shadow: 0 1px 8px rgba(0,0,0,0.19);
  padding: 30px 40px 50px 50px;
  margin: 0 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.art-hm-testimonial-sec #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-image{
  -ms-flex-order: 1;
  order: 1;
	min-width: 70px;
  width: 70px;
  height: 70px;
  /*border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;*/
  overflow: hidden;
  border: none;
  margin: 0;
  border: none;
}
.art-hm-testimonial-sec #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-title{
	-ms-flex-order: 3;
  order: 3;
  min-width: 100%;
  width: 100%;
  padding: 15px 0 12px;
}
.art-hm-testimonial-sec #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-message{
	-ms-flex-order: 4;
  order: 4;
  min-width: 100%;
  width: 100%;
  margin: 0;
}
.art-hm-testimonial-sec #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-author{
	-ms-flex-order: 2;
  order: 2;
	min-width: calc(100% - 70px);
  width: calc(100% - 70px);
  /*font-family: 'Oswald', sans-serif;*/
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #1f1f1f;
  padding-left: 30px;   
  margin: 0;
}
.art-hm-testimonial-sec .stamped-reviews-title a{
  /*font-family: 'Oswald', sans-serif;*/
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  color: #1f1f1f;
}
.art-hm-testimonial-sec .stamped-reviews-message .stamped-reviews-message-block {
  color: #292929 !important;
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 14px !important;
  line-height: 18px !important;
  font-style: normal !important;
}
.art-hm-testimonial-sec #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block{
	height: auto !important;
  margin-top: 5px;
}
.art-hm-testimonial-sec #stamped-reviews-widget .stamped-carousel-button-left{
	width: 50px !important;
  height: 50px !important;
  background: #E0E0E0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  z-index: 1;
  display: -ms-flexbox !important;
    display: flex !important;
  -ms-flex-align: center !important;
    align-items: center !important;
  -ms-flex-pack: center !important;
    justify-content: center !important;
}
.art-hm-testimonial-sec #stamped-reviews-widget .stamped-carousel-button-left:before{
	font-family: "Font Awesome 5 Pro" !important;
  content: "\f053" !important;
  font-size: 24px !important;
  color: #292929 !important;
  font-weight: 900;
}
.art-hm-testimonial-sec #stamped-reviews-widget .stamped-carousel-button-right{
	width: 50px !important;
  height: 50px !important;
  background: #E0E0E0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  z-index: 1;
  display: -ms-flexbox !important;
    display: flex !important;
  -ms-flex-align: center !important;
    align-items: center !important;
  -ms-flex-pack: center !important;
    justify-content: center !important;
}
.art-hm-testimonial-sec #stamped-reviews-widget .stamped-carousel-button-right:before{
	font-family: "Font Awesome 5 Pro" !important;
  content: "\f054" !important;
  font-size: 24px !important;
  color: #292929 !important;
  font-weight: 900;
}
.art-hm-testimonial-sec .art-cst-sec-title{
	margin-bottom: 24px;
}
.art-hm-testimonial-sec #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll{
	margin-left: 50px;
  margin-right: 50px;
}
/*testimonial ends*/
/*about us page starts*/
main.main-content{
	padding-top: 0px;
}
.art-top-title-banner-inn{
	width: 100%;
  text-align:  center;
}
.art-top-title-banner-img{
	height: 249px;
  background-size: cover;
  background-position: 50% 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.art-top-title-banner-img:before{
	width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  content:"";
  background-color: rgba(0,0,0,0.4);
}
.art-top-title-banner-img h1{
	font-size: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  position: relative;
}
.art-inner-pg-menu-bar{
	padding: 0 15px;
}
.art-inner-pg-menu-bar > ul{
	max-width: 1170px;
  margin: 0 auto;
  padding: 23px 0 17px;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #F6F6F6;
}
.art-inner-pg-menu-bar > ul li a{
	font-size: 16px;
  line-height: 18px;
  color: #707070;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.art-inner-pg-menu-bar > ul li a:hover{
	color: #070707;
}
.art-inner-pg-menu-bar > ul li a:hover:before{
	background-color: #000;
  height: 4px;
  left: 0;
  right: 0;
  bottom: -6px;
  content:"";
  position: absolute;
}
.art-inner-pg-menu-bar > ul li.inn-link-active a{
	font-weight: 700;
  color: #070707 !important;
}
.art-inner-pg-menu-bar > ul li.inn-link-active a:before{
	background-color: #000;
  height: 4px;
  left: 0;
  right: 0;
  bottom: -6px;
  content:"";
  position: absolute;
}
.art-inn-abt-pg-cont-sec{
	margin-top: 45px;
}
.art-inn-pg-container{
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.art-inn-pg-cont-title{
	font-size: 36px;
  line-height: 36px;
  color: #000;
  text-align: center;
  margin: 0 0 30px 0;
  font-weight: 400;
}
.art-mb-50{
	margin-bottom: 50px !important;
}
.art-inn-pg-cont-2-row{
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.art-inn-pg-cont-2-row .art-inn-pg-cont-2-col{
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.art-inn-pg-container p{
	color: #6E6E6E;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 30px 0;
}
.art-abt-pg-comp-history{
	margin-top: 100px;
  margin-bottom: 40px;
}
/*about us page ends*/
/*about us quality starts*/
.art-our-qa-cont-box h3{
	font-size: 30px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
  margin: 0 0 35px 0;
}
.art-para-big-text{
	font-size: 26px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  /*font-family: 'Oswald', sans-serif;*/
}
.art-our-qa-col-row{
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 90px;
}
/*about us quality ends*/
/*shipping-price page starts*/
.art-top-title-desc-inn{
	max-width: 1200px;
  width: 100%;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.art-top-title-desc-sec .art-top-title-banner-inn{
	text-align: left;
}
.art-top-title-desc-sec .art-top-title-banner-img h1{
	font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 15px 0;
}
.art-top-title-desc-sec .art-top-title-banner-img p{
	font-size: 16px;
  line-height: 20px;
  color: #E1E0E0;
  margin: 0;
  max-width: 480px;
}
.art-ship-price-pg-cont-sec{
	padding: 28px 0px;
}
.art-ship-price-pg-cont-sec h3{
	font-size: 18px;
  font-weight: 500;
  color: #252525;
  margin: 0 0 15px 0;
}
.art-ship-price-pg-cont-sec p{
	font-size: 14px;
  line-height: 16px;
  margin-bottom: 50px;
}
.art-ship-price-info-inn{
	max-width: 586px;
  margin: 0 auto 50px;
}
.art-ship-price-info-inn h4{
	font-weight: 500;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background: #000;
  padding: 15px 0px;
  margin: 0;
}
.art-ship-price-info-row:after{
	clear: both;
  display: table;
  content:"";
}
.art-ship-price-info-row{
	position: relative;
}
.art-ship-price-info-row:before{
  /*content:"";
	position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #e1e1e1;*/
}
.art-ship-price-info-row .art-ship-price-info-block{
	width: 50%;
  float: left;
  text-align: center;
}
.art-ship-price-info-block p{
	margin: 0;
  color: #000;
  font-weight: 700;
  padding: 10px;
  font-size: 16px;
  line-height: 16px;
}
.art-ship-price-info-block ul li{
	display: block;
  font-size: 14px;
  padding: 10px;
  font-size: 16px;
  line-height: 16px;
  border-top: 1px solid #e1e1e1;
}
.art-ship-price-info-block ul li:nth-child(2n){
	background-color: #ececec;
}
.red-para-text-span{
	padding-bottom: 20px;
}
.art-ship-price-pg-cont-sec .red-para-text-span p{
  margin-bottom: 30px;
}
.red-para-text-span span{
	color: #ff0000;
  text-decoration: underline;
}
/*shipping price page ends*/
/*artist page starts*/
.art-artist-page-main{
	padding: 55px 0px 100px;
}
.art-cst-container-2{
	max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}
.art-artist-page-row:after{
	clear: both;
  display: table;
  content:"";
}
.art-artist-page-row .art-artist-page-left{
	width: 400px;
  float: left;
}
.art-artist-page-row .art-artist-page-right{
	width: calc(100% - 400px);
  float: left;
  padding-left: 50px;
}
.artist-left-img-block h3.artist-left-img-mob-title{
	font-size: 18px;
  line-height: 18px;
  margin: 0 0 10px 0;
  color: #000;
  letter-spacing: 2px;
  font-weight: 500;
}
.artist-left-img-block h3{
	color: #1d1d1d;
  font-weight: 500;
  font-size: 16px;
  margin: 20px 0;
}
.art-big-circle-list{
	margin: 0;
  padding: 0;
}
.art-big-circle-list li{
	position: relative;
  padding-left: 25px;
  font-size: 14px;
  line-height: 18px;
  color: #151515;
  margin-bottom: 20px;
}
.art-big-circle-list li:before{
	width: 11px;
  height: 11px;
  background: #7F9186;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  left: 0;
  top: 4px;
  content:"";
  position: absolute;
}
.artist-left-vid-block{
	margin-top: 40px;
  border-top: 1px solid #e0e0e0;
  padding-top: 40px;
}
.artist-left-vid-inn{
	padding-top: 56.25%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.artist-left-vid-inn.artist-left-vid-inn-icon:before{
	font-family: "Font Awesome 5 Pro";
  content:"\f144";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -34px;
  margin-top: -34px;
  font-size: 67px;
  color: #fff;
  font-weight: 300;
  z-index: 1;
  line-height: 67px;
  pointer-events: none;
}
.artist-left-vid-inn.artist-left-vid-inn-icon:after{
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #263238;
  opacity: .55;
}
.artist-left-vid-inn iframe, .artist-left-vid-inn img{
	position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.artist-left-vid-block h3{
	color: #1d1d1d;
  font-weight: 500;
  font-size: 16px;
  margin: 10px 0;
}
.artist-left-vid-block p{
  font-size: 14px;
  line-height: 18px;
  color: #151515;
  margin: 0px;
}
.art-artist-right-title{
	font-size: 30px;
  line-height: 30px;
  color: #262626;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 16px;
  margin: 0 0 26px 0;
  letter-spacing: 2px;
  font-weight: 600;
}
.art-artist-page-right-info p{
	font-size: 16px;
  line-height: 20px;
  margin: 0 0 20px 0;
}
.art-artist-page-right-sign{
	position: relative;
  text-align: right;
  margin-top: 30px;
}
.art-artist-page-right-sign:before{
	width: 100%;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background-color: #e0e0e0;
  position: absolute;
  content:"";
  height: 1px;
}
.art-artist-page-right-sign-img{
	padding-left: 30px;
  background-color: #fff;
  display: inline-block;
  position: relative;
}
/*artist page ends*/
/*carrers page starts*/
.art-careers-pg-cont-sec{
	padding: 35px 0px;
}
.art-careers-pg-cont-sec h3{
	font-size: 24px;
  line-height: 30px;
  color: #252525;
  font-weight: 500;
  margin: 0 0 40px 0 !important;
}
.art-careers-pg-cont-sec p{
	font-size: 14px;
  line-height: 18px;
  margin-bottom: 30px;
  color: #000;
}
.art-careers-pg-contact-info{
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.art-careers-pg-contact-det{
	margin-left: 20px;
}
.art-careers-pg-contact-det p{
	margin-bottom: 15px;
}
/*careers page ends*/
/*policy page starts*/
.art-return-pg-cont-sec{
	padding: 25px 0px 50px;
}
.black-back-left-title{
	padding: 13px 28px;
  font-size: 17px;
  line-height: 19px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 24px 0;
  background-color: #000;
}
.art-return-pg-cont-sec h4{
	font-size: 18px; 
  line-height: 20px;
  color: #000;
  margin: 0 0 20px 0;
  font-weight: 500;
}
.art-return-pg-cont-sec .art-inn-pg-container p{
	line-height: 20px;
}
.right-arw-blck-list li{
	display: block;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
.right-arw-blck-list li:before{
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
  content: "\f33b";
  color: #000;
  font-size: 13px;
  margin-right: 6px;
}
/*policy page ends*/
/*shop by artist starts*/
.art-shop-by-opt-pg-main{
	padding: 50px 0px;
}
.art-shop-by-opt-title{
	padding: 0 15px;
  text-align: center;
  margin-bottom: 35px;
}
.art-shop-by-opt-title h3{
	font-size: 30px;
  line-height: 36px;
  margin: 0;
  font-weight: 500;
}
.art-shop-by-opt-title p{
	font-size: 16px;
  line-height: 20px;
  margin: 12px auto 0;
  font-weight: 400;
  color: #282828;
  max-width: 540px;
  text-align: left;
}
.art-shop-by-artist-info{
  /* background: #FAFAFA; */
  background: #ededee;
  padding: 60px 0px;
}
.art-cst-container-3{
	padding: 0 15px;
  max-width: 1340px;
  margin: auto;
}
.art-shop-by-artist-info-row:after{
	content:"";
  clear: both;
  display: table;
}
.art-shop-by-artist-info-row .art-shop-by-artist-info-img{
	width: 170px;
  float: left;
}
.art-shop-by-artist-info-row .art-shop-by-artist-info-desc{
	width: calc(100% - 170px);
  float: left;
  padding-left: 40px;
}
.art-shop-by-artist-info-desc h3{
	font-size: 24px;
  line-height: 28px;
  color: #282828;
  margin: 0 0 15px 0;
}
.art-shop-by-artist-info-desc p{
	font-size: 16px;
  line-height: 20px;
  color: #282828;
  margin: 0;
}
.art-shop-by-artist-info-desc-btn{
	text-align: right;
  margin-top: 30px;
}
.art-shop-by-artist-info-desc-btn .yl-lined-dark-btn{
	font-weight: bold;
    padding: 15px 28px;
}
.art-shop-by-artist-list{
	padding-top: 35px;
}
.art-cst-sec-sml-title{
	font-size: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 12px 0;
  font-weight: 500;
  color: #000;
}
.art-shop-by-artist-list .art-hm-sba-row{
	margin-top: 40px;
  margin-bottom: 0px;
}
.art-shop-by-artist-list .art-hm-sba-row .art-hm-sba-block{
	padding: 0 2px 4px;
}
.art-shop-by-artist-list .art-hm-sba-box h3{
	font-size: 30px;
  line-height: 30px;
  text-transform: none;
}
.product_list_hr_block_sec{
	background-color: #fff !important;
}
/*shop by artist ends*/
/*blog list starts*/
.art-mas-grid {
  /*background: #EEE;
  max-width: 1188px;
  margin: auto;*/
}
.art-mas-grid:after {
  content: '';
  display: block;
  clear: both;
}
.art-mas-grid-item {
  width: 33.33%;
  float: left;
}
.art-blogs-list-top-bar{
	margin: 20px 30px;
  border-bottom: 1px solid #F6F6F6;
  padding: 5px 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.art-blogs-list-top-filter ul{
	margin: 0;
  padding: 0;
  list-style: none;
}
.art-blogs-list-top-filter ul li{
	display: inline-block;
  margin-left: 64px;
}
.art-blogs-list-top-filter ul li:first-child{
	margin-left: 0px;
}
.art-blogs-list-top-filter ul li a{
	font-size: 18px;
  color: #707070;
  line-height: 18px;
  position: relative;
  padding: 7px 13px 7px 0;
  display: block;
}
.art-blogs-list-top-filter ul li a:after{
	position: absolute;
    right: 0; 
    top: 8px;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 8px;
    color: #707070;
    transition: all 0.25s ease-out;
}
.art_main_tags_list .topic_dropdown{
	position: relative;
}
.art_main_tags_list .topic_dropdown .art_inner_dropdown{
	position: absolute;
  left: 0;
  top: 100%;
  padding: 0px;
  width: 150px;
  z-index: 2;
  background: #fff;
  display: none;
  border: 1px solid #eee;
  border-bottom: 0px solid #eee;
}
/*.art_main_tags_list .topic_dropdown.topic_dropdown_open .art_inner_dropdown{
	display: block;
}*/
.art_main_tags_list .topic_dropdown .art_inner_dropdown li{
	display: block;
  border-bottom: 1px solid #eee;
  margin: 0 !important;
}
.art_main_tags_list .topic_dropdown .art_inner_dropdown li a{
	font-size: 14px;
  text-decoration: none;
  padding: 5px 10px;
}
.art_main_tags_list .topic_dropdown .art_inner_dropdown li a:after{
	display: none !important;
}
.art-blogs-list-top-search input[type='text']{
	width: 320px;
    border: 1px solid #bdbdbd;
    min-height: 40px;
    padding-left: 25px;
  outline: none !important;
}
.art-blogs-list-top-search .search-bar__submit:after{
	font-family: "Font Awesome 5 Pro";
  content: "\f002";
  font-size: 16px;
}
.art-blogs-list-top-search .search-bar__submit .fal.fa-search{
	display: none;
}
.art-blogs-list-top-search .search-bar__submit svg{
	opacity: 0;
  position: absolute;
}
.art-blogs-list-with-sidebar{
	position: relative;
  padding: 0 30px;
}
.art-blogs-list-with-sidebar:before{
	width: 1px;
  height: 100%;
  top: 0;
  left: calc(100% - 350px);
  position:absolute;
  z-index: 1;
  background-color: #CCD7CD;
  content: "";
}
.art-blogs-list-with-sidebar:after{
	clear: both;
  display: table;
  content: "";
}
.art-blogs-list-with-sidebar .art-blogs-list-main-sec{
	width: calc(100% - 320px);
  float: left;
}
.art-blogs-list-with-sidebar .art-blogs-list-sidebar{
	width: 320px;
  float: left;
  padding-left: 20px;
}
.art-blog-list-box{
	padding: 0 26px 0 0;
  margin-bottom: 78px;
  position: relative;
}
.art-blog-list-box > a{
	position: absolute;
  left: 0; 
  right: 26px; 
  top: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.art-blogs-list-main-inn{
	/*margin: 0 -13px;*/
}
.art-blog-list-box-img{
	position: relative;
}
.art-blog-list-box-lbl{
	color: #fff;
    background: #000;
    display: inline-block;
    padding: 4px 13px;
    font-size: 15px;
    text-transform: uppercase;
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 1;
  pointer-events: none;
}
.art-blog-list-box-img img{
	display: block;
  width: 100%;
}
.art-blog-list-box h3{
	margin: 35px 0 0 0;
  color: #000;
  font-weight: 500;
  font-size: 18px;
}
.art-blog-list-box-auth{
	font-size: 14px;
  color: #999;
  margin: 13px 0px;
  line-height: 18px;  
}
.art-blog-list-box-desc{
	font-size: 16px;
  color: #666;
  margin: 0px;
  line-height: 30px;
}
.art-blogs-list-sidebar-block{
	margin-bottom: 35px;
}
.art-blogs-list-sidebar-block h3{
	font-size: 16px;
  color: #000;
  margin: 15px 0px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.art-blogs-list-sidebar-block p{
	font-size: 16px;
  line-height: 20px;
  color: #1E1E1E;
  margin: 0 0 25px 0px;
  font-weight: 600;
  letter-spacing: 1px;
}
.art-blogs-list-sidebar-block p a{
	letter-spacing: 2px;
  color: #1e1e1e;
}
.art-blogs-list-sidebar-block p span,
.art-blogs-list-sidebar-block p a span{
	font-size: 12px;
  color: #4B4B4B;
  display: block;
  letter-spacing: 1px;
  margin-top: 5px;
}
.art-blogs-sidebar-topic-list li{
	display: inline-block;
  padding-right: 8px;
  position: relative;
  margin-bottom: 10px;
}
.art-blogs-sidebar-topic-list li:after{
	width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  right: 2px;
  top: 8px;
  content:"";
}
.art-blogs-sidebar-topic-list li a{
	font-size: 14px;
  line-height: 18px;
  color: #181818;
  display: block;
}
/*blog list ends*/
/*single blog starts*/
.art-blog-single-page{
	padding: 40px 0px;
}
.art-blog-single-page-top{
	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
}
.art-blog-single-page-top-left h4{
	color: #383838;
  /*font-family: 'Titillium Web', sans-serif;*/
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 12px 0;
  font-weight: 600;
  letter-spacing: 1px;
}
.art-blog-single-page-top-left h3{
	color: #000;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 15px 0;
  font-weight: 500;
  letter-spacing: 1px;
}
.art-blog-single-page-top-left li{
	display: inline-block;
  border-left: 1px solid #BDBDBD;
  padding: 0px 0px 2px 8px;
  margin-left: 8px;
  vertical-align: middle;
}
.art-blog-single-page-top-left li:first-child{
	padding-left: 0px;
  margin-left: 0px;
  border-left: 0px solid #BDBDBD;
}
.art-blog-single-page-top-left li, .art-blog-single-page-top-left li a{
	color: #383838;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.art-blog-single-page-top-right ul li{
  display: inline-block;
  border-left: 1px solid #BDBDBD;
  padding: 0px 0px 2px 8px;
  margin-left: 8px;
  vertical-align: middle;
  line-height: 14px;
}
.art-blog-single-page-top-right li:first-child{
	padding-left: 0px;
  margin-left: 0px;
  border-left: 0px solid #BDBDBD;
}
.art-blog-single-page-top-right li a{
	color: #383838;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
.art-blog-single-page-top-right li.art-blog-next-link a{
	padding-right: 18px;
}
.art-blog-single-page-top-right li.art-blog-next-link a:before{
  font-family: "Font Awesome 5 Pro";
  content:"\f178";
  position: absolute;
  right: 0px;
  top: 5px; 
  font-size: 13px;
  color: #383838;
  font-weight: 300;
}
.art-blog-single-page-top-right li.art-blog-prev-link a{
	padding-left: 18px;
}
.art-blog-single-page-top-right li.art-blog-prev-link a:before{
  font-family: "Font Awesome 5 Pro";
  content:"\f177";
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 13px;
  color: #383838;
  font-weight: 300;
}
.art-blog-single-page-bot{
	padding-top: 26px;
}
.art-blog-single-page-bot p{
	font-size: 18px;
  line-height: 22px;
  color: #6e6e6e;
  margin-bottom: 30px;
}
.art-blog-single-page-bot img{
	margin-bottom: 30px;
}
.art-blog-single-page-bot img.lazyloaded{
	width: 100%;
}
.art-blog-single-page-bot h3{
	font-size: 24px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.art-blog-single-page-social{
	border-top: 1px solid #CCD7CD;
  padding-top: 15px;
} 
.art-blog-single-social-text li{
	display: inline-block;
  border-left: 1px solid #BDBDBD;
  padding: 0px 0px 2px 8px;
  margin-left: 8px;
  vertical-align: middle;
  line-height: 14px;
}
.art-blog-single-social-text li:first-child{
	padding-left: 0px;
  margin-left: 0px;
  border-left: 0px solid #BDBDBD;
}
.art-blog-single-social-text li a{
	color: #222;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.art-blog-single-social-icon{
	margin-top: 20px;
}
.art-blog-single-social-icon ul li{
	display: inline-block;
  
}
.art-blog-single-social-icon ul:after{
	clear:both;
  display: table;
  content:"";
}
.art-blog-single-social-icon h3{
	font-size: 24px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  margin: 0 10px 0 0;
}
.art-blog-single-social-icon a{
	display: block;
	padding: 0 8px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.art-blog-single-social-icon a i{
	line-height: 24px;
}
/*single blog ends*/
/*banner mobile links starts*/
.art-top-banner-mob-links-main{
	width: 100%;
  padding: 0 6px;
  position: relative;
  margin-top: 22px;
}
.art-top-banner-mob-links-main .art-mobile-linklist{
	max-width: 310px;
  margin: auto;
  position: relative;
}
.art-mobile-linklist h3{
	background-color: #fff;
  border: 1px solid #BDBDBD;
  padding: 14px 24px 14px 14px;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: #171717;
  /*font-family: 'Titillium Web', sans-serif;*/
  font-weight: 600;
  text-align: left;
  position: relative;
  cursor: pointer;
}
.art-mobile-linklist h3:after{
	font-family: "Font Awesome 5 Pro" !important;
    content: "\f0d7" !important;
    font-size: 18px !important;
    color: #292929 !important;
    font-weight: 900;
    position: absolute;
    right: 14px;
    top: 15px;
}
.art-mobile-linklist .art-mobile-list-block{
	position: absolute;
	background: #fff;
	width: 100%;
	text-align: left;
  z-index: 2;
  border: 1px solid #BDBDBD;
  border-top: 0px solid #BDBDBD;  
}
.art-mobile-linklist .art-mobile-list-block li a{
  padding: 8px 14px;
  font-size: 14px;
  line-height: 16px;
  color: #171717;
  /*font-family: 'Titillium Web', sans-serif;*/
  display: block;
}
/*banner mobile links ends*/
/*mega menu starts*/
.art-cst-header-row-left > nav > ul.site-nav{
	position: static;
  margin: 0;
}
.art-cst-header-row-left > nav > ul.site-nav > li:hover .art-cst-mm-menu-main{
	display: block;
}
.art-cst-header-row-left > nav > ul.site-nav > li:hover > .mega_menu_block > a{
	color: #000;
}
.art-cst-mm-menu-main{
	position: absolute;
  top: 90px;
  padding-top: 16px;
  left: 0px;
  right: 0px;
  z-index: 11;
  display: none;
}
.art-cst-mm-menu-inn{
  background-color: #FFFFFF;
  box-shadow: 0 44px 49px rgba(21,21,21,0.48);
  padding: 27px 33px 90px;
  border-top: 1px solid rgba(189,189,189,.98);
}
.art-cst-mm-menu-row:after{
	clear: both;
  display: table;
  content:"";
}
.art-cst-mm-menu-row .art-cst-mm-menu-left-links{
	float: left;
  width: calc(100% - 275px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
    align-items: flex-start;
}
.art-cst-mm-menu-row .art-cst-mm-menu-left-links .art-cst-mm-menu-left-block{
	-ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 15px;
}
.art-cst-mm-menu-row .art-cst-mm-menu-rt-sale{
	float: left;
  width: 275px;
  text-align: center;
}
.art-cst-mm-menu-block-box > h3{
	font-size: 24px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.art-cst-mm-menu-link-list{
	display: block;
  margin-bottom: 35px;
}
.art-cst-mm-menu-link-list > li{
	display: block;
}
.art-cst-mm-menu-link-list > li > a{
	color: #666;
  padding: 2px 7px;
  font-size: 16px;
  line-height: 18px;
  transition: all 0.25s ease-out;
}
.art-cst-mm-menu-link-list > li > a:hover{
	background-color: #000;
  color: #eef873;
}
.art-mm-menu-arrow-link{
	position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: #4476C6;
  font-weight: 700;
  padding: 2px 26px 2px 7px !important;
  letter-spacing: 1px;
}
.art-mm-menu-arrow-link:hover{
  color: #DB3E3E !important;
}
.art-mm-menu-arrow-link:before{
	font-family: "Font Awesome 5 Pro";
  content:"\f178";
  position: absolute;
  right: 0px;
  top: 5px;
  font-size: 16px;
  /* color: #000; */
  color: #1E3D8F;
  font-weight: 300;
}
.art-mm-menu-arrow-link:hover::before{
  color: #DB3E3E !important;
}
.art-cst-mm-menu-rt-sale-block{
	margin-bottom: 50px;
}
.art-mm-menu-bld-und-link{
	color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600; 
  transition: all 0.25s ease-out;
  display: inline-block;
  /* border-bottom: 1px solid #e0e0e0; */
}
.art-cst-mm-menu-bold-link-box
{
  padding-left: 15px;
}
.art-cst-header-row-left > nav > ul.site-nav .mega_menu_block > a{
	font-size: 16px;
  text-decoration: none;
  /*font-family: 'Oswald', sans-serif;*/
  color: rgba(0,0,0,0.4);
  padding: 0;
  font-weight: 500;
  padding-right: 15px;
  position: relative;
}
.art-cst-header-row-left > nav > ul.site-nav .mega_menu_block > a:hover{
	color: rgba(0,0,0,1);
}
.art-cst-header-row-left > nav > ul.site-nav .mega_menu_block > a > svg{
	width: 10px;
    position: absolute;
    right: 0;
    top: 4px;
}
/*mega menu ends*/
/*about us megamenu starts*/
.art-cst-mm-menu-abt-left{
	float: left;
  width: 30.85%;
  padding-left: 105px;
}
.art-cst-mm-menu-abt-right{
	float: right;
  width: 69.15%;
}
.art-cst-mm-menu-abt-menu-list > li{
	display: block;
  margin-bottom: 10px;
}
.art-cst-mm-menu-abt-menu-list > li > a{
	font-size: 16px;
  color: #666;
    display: inline-block;
  padding: 2px 7px;
  font-size: 16px;
  line-height: 18px;
  transition: all 0.25s ease-out;
}
.art-cst-mm-menu-abt-menu-list > li > a:hover{
	background-color: #000;
  color: #eef873;
}
.art-cst-mm-menu-abt-inn:after{
	clear: both;
  display: table;
  content:"";
}
.art-cst-mm-menu-abt-inn .art-cst-mm-menu-abt-block{
	width: 38.7%;
   float: left;
  padding: 0 12px;
  text-align: center;
}
.art-cst-mm-menu-abt-inn .art-cst-mm-menu-abt-block.art-cst-mm-menu-abt-block-2{
	width: 61.3%;
   float: left;
  padding: 0 12px;
}
.art-cst-mm-menu-abt-block-inn{
	display: /*inline-*/block;
}
.art-cst-mm-menu-abt-img img{
	display: block;
  margin: auto;	
}
.art-cst-mm-menu-main img{
	width: 100%;
}
.art-cst-mm-menu-abt-title{
	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  padding-top: 12px;
}
.art-cst-mm-menu-abt-title h3{
	font-size: 24px;
  color: #000;
  font-weight: 500;
  margin: 0 5px 0 0;   
}
.art-cst-mm-menu-abt-title-btn{
	padding: 5px 0px;	
}
.abt-title-btn-link{
	display: inline-block;
  background-color: #000;
  padding: 8px 35px;
  font-size: 16px;
  color: #fff !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mega-menu-2-open .art-cst-mm-menu-inn{
	padding-bottom: 30px;
}
/*about us megamenu ends*/

/*collection page starts*/
.art-cst-colc-top{
	padding: 40px 0px;
}
.art-cst-colc-top-row{
	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.art-cst-colc-top-row .art-cst-colc-top-left,
.art-cst-colc-top-row .art-cst-colc-top-right{
	-ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.art-cst-colc-top-row .art-cst-colc-top-left{
	padding-right: 20px;
}
.art-cst-colc-top-cont{
	max-width: 520px;
}
.art-cst-colc-top-cont p{
	font-size: 18px;
  color: #4e4e4e;
  line-height: 24px;
  margin: 25px 0 0;
}
.art-cst-colc-top-cont h3{
	font-size: 30px;
  color: #0e0e0e;
  line-height: 30px;
  margin: 10px 0 0;
  font-weight: 500;
}
.art-cst-colc-top-cont ul{
	margin: 0;
  padding: 0;
}
.art-cst-colc-top-cont ul li{
	display: inline-block;
  font-size: 18px;
  line-height: 22px;
  color: #676666;
  padding-left: 20px;
  position: relative;
}
.art-cst-colc-top-cont ul li:first-child{
	padding-left: 0px;
}
.art-cst-colc-top-cont ul li:before{
	content: "/";
  position: absolute;
  left: 5px;
  top: 2px;
  font-size: 20px;
  line-height: 20px;
  color: #676666;
}
.art-cst-colc-top-cont ul li:first-child:before{
	display: none;
}
.template-collection #Collection .custom_featuted_li, .custom_featuted_li{
  /*width: 100%;*/
  padding: 18px;
  margin: 18px 5px;
}
.template-collection #Collection{
	padding-bottom: 47px;
}
.template-collection #Collection .custom_featuted_li:hover, .custom_featuted_li:hover{
  background-color: #FFFFFF;
  box-shadow: 0 1px 8px rgba(0,0,0,0.19);
}
.template-collection #Collection .custom_featuted_li .art-hm-feature-img, .custom_featuted_li .art-hm-feature-img{
	border: 1px solid #F5F5F5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: #fff;
}
.template-collection #Collection .custom_featuted_li .art-hm-feature-cont h3, .art-hm-feature-img .art-hm-feature-cont h3{
	font-size: 19px;
  line-height: 25px;
  color: #000;
  text-align:center;
  letter-spacing: .75;
}
.template-collection .art-hm-feature-cont .price__regular .price-item--regular{
	font-size: 20px;
  line-height: 24px;
}
.template-collection .art-hm-feature-cont .price__vendor.price__vendor--listing dd{
	font-size: 20px;
	line-height: 24px;
  color: #666;
  text-transform: none;
}
.template-collection .art-hm-feature-cont-auth .price.price--listing .price__vendor--listing{
	margin-top: 0px;
}
.template-collection .art-fea-pro-hover-icons ul a{
	padding: 1px 24px;
  font-size: 34px;
}
.template-collection .art-fea-pro-hover-icons ul a:hover{
	background-color: #FAB75F;/* background-color: #000; */
}
.template-collection .art-fea-pro-hover-icons ul li .smartwishlist{
	padding: 1px 24px;
  font-size: 34px;
  
}
.template-collection .art-fea-pro-hover-icons ul li .smartwishlist:hover{
	background-color: #FAB75F;/* background-color: #000; */
}
.template-collection .art-hm-feature-cont .price--sold-out .price__badges.price__badges--listing{
	width: 100%;
}
.template-collection .art-hm-feature-cont .price--sold-out .price__badges.price__badges--listing .price__badge--sold-out{
	display: inline-block;
}
/*collection page ends*/
/*shop by product category starts*/
.art-shop-by-inr-page{
	padding: 40px 0px;
}
.art-shop-by-inr-page .art-inn-pg-cont-title{
	font-size: 30px;
  font-weight: 500;
}
.art-sbpc-img-text-con{
	position: relative;
}
.art-sbpc-img-text-con a{
	position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content:"";
  z-index: 2;
}
.art-sbpc-img-con-box img{
	display: block;
  margin: auto;
  width: 100%;
}
.art-sbpc-img-text-con h3{
  color: #FFFFFF;
  font-family: Oswald;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
  text-shadow: 0 1px 59px rgba(47,47,47,0.76);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  text-align: center;
  z-index: 1;
  margin: 0;
}
.art-sbpc-top-block-4-row .art-sbpc-img-text-con h3{
	font-size: 30px;
  line-height: 30px;
}
.art-sbpc-top-row{
	margin-left: -2px;
  margin-right: -2px;
}
.art-sbpc-top-row:after{
	clear: both;
  display: table;
  content:"";
}
.art-sbpc-top-row .art-sbpc-top-block{
	width: 50%;
  float: left;
  padding-left: 3px;
  padding-right: 3px;
}
.art-sbpc-top-row .art-sbpc-top-block.art-sbpc-top-block-left{
	width: 49.7%;
}
.art-sbpc-top-row .art-sbpc-top-block.art-sbpc-top-block-right{
	width: 50.3%;
}
.art-sbpc-top-sec-pop-brand .art-sbpc-top-row > .art-sbpc-top-block:nth-child(1){
	width: 49.85%;
}
.art-sbpc-top-sec-pop-brand .art-sbpc-top-row > .art-sbpc-top-block:nth-child(2){
	width: 50.15%;
}
.art-sbpc-top-block-4-row{
	margin-left: -2px;
  margin-right: -2px;
}
.art-sbpc-top-block-4-row:after{
	clear: both;
  display: table;
  content:"";
}
.art-sbpc-top-block-4-row .art-sbpc-top-block-4-col{
	width: 50%;
  float: left;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 6px;
}
.collection_list_blocks .featured_product_home_sec:nth-child(2n + 1){
	background-color: #fff;
}
/*shop by product category ends*/
/*newsletter starts*/
.footer_newsletter_klaviyo{
  background-color: #161718;
  padding: 20px 10px;
}
.footer_newsletter_klaviyo .inner_klaviyo_form{
  max-width: 790px;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.footer_newsletter_klaviyo form{
	padding: 0px !important;
}
.footer_newsletter_klaviyo form .dRXKmD:first-child{
	background-color: rgba(0,0,0,0) !important;
  padding: 0 26px 0 0 !important;
}
.footer_newsletter_klaviyo form .dRXKmD:first-child p strong{
	font-family: 'Oswald', sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #fff !important;
  text-transform: uppercase !important;
}
.footer_newsletter_klaviyo form .kgtZbf{
	-ms-flex-align: center !important;
  align-items: center !important;
}
.footer_newsletter_klaviyo form .dMHKxR:nth-child(2){
	-ms-flex: 0 0 393px;
  flex: 0 0 393px;
  max-width: 393px;
  padding: 0 !important;
}
.footer_newsletter_klaviyo form .dMHKxR:nth-child(2) input[type='email'] + div > .dqEOHo.dqEOHo{
	top: auto;
  bottom: 44px;
}
.footer_newsletter_klaviyo form .dMHKxR:nth-child(2) input[type='email'] + div > .dqEOHo.dqEOHo .hAkfYz.hAkfYz::before{
	border-color: rgb(208, 51, 31) transparent transparent;
  top: 33px;
}
.footer_newsletter_klaviyo form .dMHKxR:nth-child(2) input[type='email'] + div > .dqEOHo.dqEOHo .hAkfYz.hAkfYz::after{
	border-color: rgb(248, 236, 233) transparent transparent;
  top: 33px;
}
.footer_newsletter_klaviyo form .dMHKxR:nth-child(2) input[type='email'],.footer_newsletter_klaviyo .hs-form input[type='email']{
	width: 96% !important;
  height: 36px !important;
  padding: 0 15px !important;
  line-height: 34px !important;
  border: 1px solid #bdbdbd !important;
  font-family: 'Oswald', sans-serif !important;
  font-size: 14px !important;
  color: #bdbdbd !important;
  border-radius: 0px !important;
  background-color: rgba(0,0,0,0) !important;
}
.footer_newsletter_klaviyo form .dMHKxR .ql-container .ql-editor p{
	color: #fff !important;
}
.footer_newsletter_klaviyo form .dMHKxR:nth-child(2) input[type='email']::-webkit-input-placeholder,.footer_newsletter_klaviyo .hs-form input[type='email']::placeholder {
  font-size: 14px !important;
  color: #bdbdbd !important;
  opacity: 1 !important;
}
.footer_newsletter_klaviyo form .dMHKxR:nth-child(2) input[type='email']::-moz-placeholder,.footer_newsletter_klaviyo .hs-form input[type='email']::placeholder {
  font-size: 14px !important;
  color: #bdbdbd !important;
  opacity: 1 !important;
}
.footer_newsletter_klaviyo form .dMHKxR:nth-child(2) input[type='email']:-ms-input-placeholder,.footer_newsletter_klaviyo .hs-form input[type='email']::placeholder {
  font-size: 14px !important;
  color: #bdbdbd !important;
  opacity: 1 !important;
}
.footer_newsletter_klaviyo form .dMHKxR:nth-child(2) input[type='email']::-ms-input-placeholder,.footer_newsletter_klaviyo .hs-form input[type='email']::placeholder {
  font-size: 14px !important;
  color: #bdbdbd !important;
  opacity: 1 !important;
}
.footer_newsletter_klaviyo form .dMHKxR:nth-child(2) input[type='email']::placeholder,.footer_newsletter_klaviyo .hs-form input[type='email']::placeholder{
  font-size: 14px !important;
  color: #bdbdbd !important;
  opacity: 1 !important;
}
.footer_newsletter_klaviyo form .dMHKxR:nth-child(3) button,.footer_newsletter_klaviyo .hs-form .hs-button{
  color: #1C1D1E !important;
  /* font-family: 'Titillium Web', sans-serif !important; */
  font-family: 'Oswald', sans-serif !important;
  font-size: 14px !important;
  line-height: 36px !important;
  height:36px;
  padding: 0 !important;
  font-weight: 700 !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -khtml-border-radius: 0px !important;
  border-radius: 0px !important;
  background-color:#eff874;
  border: none;
  width: 100%;
}
.footer_newsletter_klaviyo form .dMHKxR:nth-child(3){
	-ms-flex: 0 0 144px;
  flex: 0 0 144px;
  max-width: 144px;
  padding: 0 !important;
}
.footer_newsletter_klaviyo form .kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-editor .ql-font-helvetica
{
  font-family: 'Oswald', sans-serif !important;
}
/*newsletter ends*/
/*product page starts*/
.template-product .product-single .product-single__meta h1.product-single__title{
	/*font-family: 'Oswald', sans-serif;*/
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 28px;
}
.art-sin-pro-bl-back-main{
	padding: 84px 20px;
  background-color: #4277c7;
  text-align: center;
}
.art-sin-pro-bl-back-img{
	margin-bottom: 30px;
}
.art-sin-pro-bl-back-main p{
	font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin: 0;
}
.art-sin-pro-rev-sec #stamped-main-widget .stamped-container .stamped-header{
	/*display: none !important;	*/
}
.art-sin-pro-rev-sec #stamped-main-widget .stamped-container .stamped-header .stamped-summary > .stamped-summary-ratings,
.art-sin-pro-rev-sec #stamped-main-widget .stamped-container .stamped-header .stamped-summary > .summary-overview{
	display: none !important;
}
.art-sin-pro-rev-sec #stamped-main-widget .stamped-container .stamped-header .stamped-summary > .stamped-summary-actions{
	float: none !important;
  display: block !important;
  text-align: center;
}
.art-sin-pro-rev-sec #stamped-main-widget .stamped-container .stamped-header .stamped-summary > .stamped-summary-actions .stamped-summary-actions-newreview{
    float: none;
    display: inline-block;
    margin: 0;
  outline: none;
}
.art-sin-pro-rev-sec #stamped-main-widget .stamped-container .stamped-content .new-review-form{
  margin-left: auto !important;
  margin-right: auto !important;
  border: 1px solid #bdbdbd;
  max-width: 913px;
  border: 1px solid #E0E0E0;
  background-color: #EDEDEE;
  padding: 40px 56px;
  margin-bottom: 10px !important;
  margin-top: 20px !important;
}
.art-sin-pro-rev-sec #stamped-main-widget .stamped-container .stamped-content .new-review-form input[type='email'],
.art-sin-pro-rev-sec #stamped-main-widget .stamped-container .stamped-content .new-review-form input[type='text']{
	height: 45px;
  border: 1px solid #bdbdbd;
  background: #fff;
  font-size: 14px;
  color: #8e8e8e;
  line-height: 45px;
  outline: none !important;
  border-radius: 0px !important;
  padding: 0 26px;
  margin-bottom: 10px !important;
}
.art-sin-pro-rev-sec #stamped-main-widget .stamped-container .stamped-content .new-review-form textarea{
	height: 149px;
  border: 1px solid #bdbdbd;
  background: #fff;
  font-size: 14px;
  color: #8e8e8e;
  line-height: 18px;
  outline: none !important;
  border-radius: 0px !important;
  padding: 15px 26px;
  margin-bottom: 10px !important;
}
.art-sin-pro-rev-sec #stamped-main-widget .stamped-container .stamped-content .new-review-form input[type='submit']{
	height: 45px;
  width: 100%;
  background: #000;
  color: #fff !important;
  text-align: center;
  font-size: 17px;
  line-height: 45px;
  outline: none !important;
  border-radius: 0px !important;
  padding: 0 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif !important;
}
.art-sin-pro-rev-sec #stamped-main-widget .stamped-container .stamped-content .new-review-form .stamped-form-contact-email, 
.art-sin-pro-rev-sec #stamped-main-widget .stamped-container .stamped-content .new-review-form .stamped-form-contact-location, 
.art-sin-pro-rev-sec #stamped-main-widget .stamped-container .stamped-content .new-review-form .stamped-form-contact-name{
	width: 50%;
  max-width: none;
}
.art-sin-pro-rev-sec #stamped-main-widget .stamped-container .stamped-content .new-review-form #reviewRating{
	width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
}
.art-sin-pro-rev-sec #stamped-main-widget .stamped-container .stamped-content .new-review-form .stamped-starrating a{
	color: #4a4a4a !important;
  outline: none !important;
}
.art-sin-pro-rev-sec .art_stamped-header-title{
	/*font-family: 'Oswald', sans-serif;*/
  font-size: 30px;
  color: #000;
  /*text-transform: uppercase;*/
  text-align: center;
  font-weight: 500;
}
.art-sin-pro-rev-sec .stamped-container .stamped-content .stamped-tab-container{
	display: none !important;
}
.art-sin-pro-rev-sec .stamped-container .stamped-content .stamped-reviews-filter{
	display: none !important;
}
.art-sin-pro-rev-sec{
	padding: 0 40px 90px !important;
}
.art-sin-pro-rev-sec .stamped-main-widget{
	margin: 0px !important;
  padding: 0px !important;
}
.art-sin-pro-rev-sec .stamped-container{
	max-width: 100% !important;
}
.art-sin-pro-rev-sec .stamped-reviews{
	padding-left: 90px !important;
  padding-right: 90px !important;
}
.art-sin-pro-rev-sec .stamped-reviews button.slick-prev{
	width: 50px !important;
  height: 50px !important;
  background: #E0E0E0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  z-index: 1;
  display: -ms-flexbox !important;
    display: flex !important;
  -ms-flex-align: center !important;
    align-items: center !important;
  -ms-flex-pack: center !important;
    justify-content: center !important;
}
.art-sin-pro-rev-sec .stamped-reviews button.slick-prev:before{
	font-family: "Font Awesome 5 Pro" !important;
  content: "\f053" !important;
  font-size: 24px !important;
  color: #292929 !important;
  font-weight: 900;
}
.art-sin-pro-rev-sec .stamped-reviews button.slick-next{
	width: 50px !important;
  height: 50px !important;
  background: #E0E0E0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  z-index: 1;
  display: -ms-flexbox !important;
    display: flex !important;
  -ms-flex-align: center !important;
    align-items: center !important;
  -ms-flex-pack: center !important;
    justify-content: center !important;
}
.art-sin-pro-rev-sec .stamped-reviews button.slick-next:before{
	font-family: "Font Awesome 5 Pro" !important;
  content: "\f054" !important;
  font-size: 24px !important;
  color: #292929 !important;
  font-weight: 900;
}
.art-sin-pro-rev-sec [data-widget-style=slider] .stamped-review{
	padding: 60px 45px !important;
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0,0,0,0.19);
}
.art-sin-pro-rev-sec .stamped-review .stamped-review-header .stamped-starratings{
	margin-bottom: 10px !important;
}
.art-sin-pro-rev-sec .stamped-review .stamped-review-header .stamped-starratings .stamped-fa{
	color: #4a4a4a !important;
  font-size: 12px !important;
  margin-right: 3px !important;
}
.art-sin-pro-rev-sec .stamped-review .stamped-review-header .created{
	font-size: 18px !important;
  color: #4a4a4a !important;
  line-height: 22px !important;
}
.art-sin-pro-rev-sec .stamped-review .stamped-review-header .author{
	/*font-family: 'Oswald', sans-serif;*/
  font-size: 24px;
  color: #1f1f1f;
  font-weight: 500;
  display: block;
  margin: 0 0 25px 0;
}
.art-sin-pro-rev-sec .stamped-review .stamped-review-header .review-location{
	display: none !important;
}
.art-sin-pro-rev-sec .stamped-review .stamped-review-body{
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.art-sin-pro-rev-sec .stamped-review .stamped-review-body > *{
	-ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  -ms-flex-order: 1;
  order: 1;
}
.art-sin-pro-rev-sec .stamped-review-content{
	margin: 0;
}
.art-sin-pro-rev-sec .stamped-review .stamped-review-body .stamped-review-header-title{
  font-family: 'Oswald', sans-serif !important;
  font-size: 24px !important;
  font-weight: 500 !important;
	color: #4476C6 !important;
  text-transform: uppercase !important;
  margin: 0 0 10px 0 !important; 
  min-height: auto;  
}
.art-sin-pro-rev-sec .stamped-review .stamped-review-body .stamped-review-content-body{
	font-size: 14px;
  color: #292929;
  min-height: auto;
    margin-bottom: 0;
  line-height: 18px;
}
.art-sin-pro-rev-sec .stamped-container{
	/*font-family: 'Titillium Web', sans-serif;*/
}
.art-sin-pro-rev-sec .stamped-container[data-widget-show-product-variant=true] .stamped-review-product{
	display: none !important;
}
.art-sin-pro-rev-sec [data-widget-style=slider] .stamped-review-footer{
	width: 100% !important;
  margin: 0 !important;
  position: static !important;
  -ms-flex-order: 0;
  order: 0;
  font-size: 16px;
    color: #292929;
    margin-bottom: 15px !important;
}
.art-sin-pro-rev-sec [data-widget-style=slider] .stamped-review-footer i:before{
	font-size: 18px !important;
}
.art-sin-pro-rev-sec [data-widget-style=slider] .stamped-review-footer a{
	outline: none !important;
}
.art-sin-pro-rev-sec [data-widget-style=slider] .stamped-review-footer .stamped-review-share{
	display: none !important;
}
.art_product_tabs_full_width{
	padding: 100px 0px;
}
.art_product_tabs_full_width ul.tabs{
	padding: 0 0 30px 0;
  margin: 0 0 34px 0;
  border-bottom: 1px solid #f5f5f5;
}
.art_product_tabs_full_width ul.tabs li{
	display: inline-block;
  margin-left: 80px
}
.art_product_tabs_full_width ul.tabs li a{
	font-size: 16px;
  line-height: 16px;
  color: #a0a0a0;
  text-transform: uppercase;
  position: relative;
  display: block;
  /*font-family: 'Oswald', sans-serif;*/
  font-weight: 400;
  letter-spacing: 2px;
}
.art_product_tabs_full_width ul.tabs li a:hover,
.art_product_tabs_full_width ul.tabs li a.active{
	color: #000;
}
.art_product_tabs_full_width ul.tabs li a.active{
	font-weight: 700;
}
.art_product_tabs_full_width ul.tabs li a.active:after{
	left: 0;
  right: 0;
  bottom: -15px;
  height: 4px;
  background-color: #212121;
  display: block;
  left: 0;
  right: 0;
  position: absolute;
  content:"";
}
.art_product_tabs_full_width .cgt-content #tab-2 .variant-spec_content{
	display: none;
}
.art_product_tabs_full_width .cgt-content #tab-2 .variant-spec_content.selected{
	display: block;
}
.art-pro-tab-abt-artist{
	padding: 0 88px;
}
.art-pro-tab-abt-artist-row{
	margin-bottom: 16px;
}
.art-pro-tab-abt-artist-row:after{
	clear: both;
  display: table;
  content:"";
}
.art-pro-tab-abt-artist-row{
	margin-bottom: 32px;
}
.art-pro-tab-abt-artist-row .art-pro-tab-abt-artist-img{
	width: 174px;
  float: left;
}
.art-pro-tab-abt-artist-row .art-pro-tab-abt-artist-cont{
	width: calc(100% - 174px);
  float: left;
  padding-left: 66px;
  padding-top: 20px;
}
.art-pro-tab-abt-artist-row .art-pro-tab-abt-artist-img p{
	text-align: center;
  margin: 5px 0;
  font-size: 14px;
  color: #2f2f2f;
  letter-spacing: 1px;
}
.art-pro-tab-abt-artist-row .art-pro-tab-abt-artist-img p span{
	font-size: 12px;
  color: #696868;
  display: block;
}
.art-pro-tab-abt-artist-row .art-pro-tab-abt-artist-cont p{
	font-size: 16px;
  line-height: 20px;
  color: #282828;
  margin: 0 0 30px 0;
}
.art-pro-tab-abt-artist-quote{
  padding-left: 172px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #686868;
}
.art-pro-tab-abt-artist-quote:before{
	content: "“";
  position: absolute;
  left: 120px;
  top: 0; 
  line-height: 64px;
  font-size: 72px;
  color: #222222;
  font-weight: 700;
  /*font-family: 'Oswald', sans-serif;*/
}
.art-pro-tab-desc-row:after{
	clear: both;
  display: table;
  content:"";
}
.art-pro-tab-desc-row .art-pro-tab-desc-cont{
	width: 100%;
  float: left;
}
.art-pro-tab-desc-row.art_enable_icons .art-pro-tab-desc-cont{
	width: 63%;
}
.art-pro-tab-desc-row .art-pro-tab-desc-cont p
,.art-pro-tab-desc-row .art-pro-tab-desc-cont ul{
	font-size: 16px;
  line-height: 24px;
  color: #686868;
}
.art-pro-tab-desc-row .art-pro-tab-desc-side{
	width: 37%;
  float: left;
  padding-left: 66px;
  display: none;
}
.art-pro-tab-desc-row.art_enable_icons .art-pro-tab-desc-side{
	display: block;
}
.art-pro-tab-desc-side-block:first-child{
	margin-top: 0px; 
}
.art-pro-tab-desc-side-block{
	padding-left: 86px;
  position: relative;
  min-height: 61px;
  margin-top: 30px; 
}
.art-pro-tab-desc-side-img{
	width: 61px;
  height: 61px;
  position: absolute;
  left: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center ;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  border-radius: 10px;
}
.art-pro-tab-desc-side-block p{
	font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
}
.art-pro-tab-desc-side-block p span{
	font-size: 14px;
  line-height: 18px;
  color: #686868;
  font-weight: 400;
  letter-spacing: 0px;
  display: block;
}
.art-cst-container-4{
	/*max-width: 1600px;*/
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
}
.art-sin-pro-recmnd-sec{
	text-align: center;
}
.art-sin-pro-recmnd-sec .art-cst-sec-title{
	font-size: 30px;
  line-height: 30px;
  margin-bottom: 17px;
}
.art-sin-pro-recmnd-sec .product-recommendations__inner > .section-header{
	margin-bottom: 0px;
}
.art-sin-pro-recmnd-sec .product-recommendations__inner .grid-view-item.product-card{
	margin-bottom: 0px;
}
.art-sin-pro-recmnd-sec .product-recommendations__inner{
	padding-left: 90px;
  padding-right: 90px;
}
.art-sin-pro-breadcrumbs{
	padding: 23px 0px 12px;
}
.art-sin-pro-breadcrumbs ul{
	margin: 0;
  padding: 0;
  list-style: none;
}
.art-sin-pro-breadcrumbs ul li{
	display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #666;
  margin-left: 10px;
  padding-left: 10px;
}
.art-sin-pro-breadcrumbs ul li:first-child{
	margin-left: 0px;
  padding-left: 0px;
}
.art-sin-pro-breadcrumbs ul li:first-child:before{
	display: none;
}
.art-sin-pro-breadcrumbs ul li:before{
	content: "/";
  position: absolute;
  font-size: 16px;
  line-height: 18px;
  color: #999;
  left: -5px;
  top: 1px;
}
.art-sin-pro-breadcrumbs ul li a{
	font-size: 14px;
  line-height: 18px;
  color: #999;
  display: block;
}
.art-sin-pro-breadcrumbs ul li a:hover{
	color: #666;
}
.art_price_vendor dl.price{
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.art_price_vendor dl.price .price__vendor{
	width: auto;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    flex-basis: auto;
}
.art_price_vendor dl.price .price__vendor dd{
	font-size: 18px;
  line-height: 18px;
  color: #000;  
  text-transform: none;
}
.art_price_vendor dl.price .price__vendor .vender_link
{
  color: #000;
}
.art_price_vendor dl.price .price__vendor .vender_link:hover
{
  /* text-decoration: underline; */
  border-bottom: 0.5px solid #000;
}
.art_price_vendor dl.price .price__pricing-group *{
  margin-right: 0px;
}

.art_price_vendor dl.price .price__pricing-group .price__badges{
  margin-left: 10px;
}

.art_price_vendor dl.price .price__pricing-group .price-item--regular{
	font-size: 18px;
  line-height: 18px;
  color: #000;  
  font-weight: 400;
}
.art_prd_box_details{
	-ms-flex-pack: justify !important;
    justify-content: space-between !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 11px;
  padding-bottom: 11px;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}
.art_prd_box_details_dvdr{
	width: 1px;
    height: 18px;
    background-color: #bdbdbd;
}
.art_prd_box_details .stamped-badge-starrating .stamped-fa{
	font-size: 12px;
  color: #555;
}
.art_prd_box_details .stamped-badge-starrating .stamped-fa:before{
	content: '\f005' !important;
  font-family: "Font Awesome 5 Pro" !important;
  font-size: 12px;
}
.art_prd_box_details .stamped-badge-caption{
	margin-left: 5px;
}
.art_prd_box_details .stamped-badge-caption:before{
	content: "(";
  margin-right: 2px;
}
.art_prd_box_details .stamped-badge-caption[data-reviews][data-label][data-version="2"]:after{
	content: ")" !important;
  margin-left: 2px;
}
.art_prd_box_details .stamped-badge-caption[data-reviews][data-label][data-version="2"]>span{
	display: none !important;
}
.art_prd_box_details .stamped-badge-starrating{
	vertical-align: top;
}
.art_act_controls{
	position: relative;
  padding: 0 80px;
  margin-left: -5px;
  margin-right: -5px;
}
.art_act_controls .art_quantity_control{
	position: absolute;
  left: 0;
  top: 0;
}
.art_act_controls .art_quantity_control .product-form__item{
	padding: 0px;
}
.art_act_controls .art_quantity_control label{
	display: none !important;
}
.art_act_controls .art_quantity_control input{
  height: 48px;
  width: 65px;
  border: 2px solid #E3E3E3;
  background-color: #fff;
  text-align: center;
  padding: 0px 0 0 15px;
  line-height: 44px;
  font-size: 14px;
  color: #999;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin: 0;
  outline: none !important;
}
.art_act_controls .art_act_buttons .product-form__item{
	padding: 0px;
}
.art_act_controls .art_act_buttons .product-form__item--no-variants{
	max-width: 100%;
}
.art_act_controls .product-form__cart-submit{
	margin: 0 !important;
  padding: 0 15px !important;
  background-color: #000 !important;
  height: 48px !important;
  width: 100% !important;
  font-size: 16px !important;
  color: #fff !important;
  font-family: 'Titillium Web', sans-serif !important;
  font-weight: 400 !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  outline: none !important;
}
.art_act_controls .art_wishlist_control{
	position: absolute;
  right: 0;
  top: 0;
}
.art_act_controls .art_wishlist_control .smartwishlist{
	height: 48px;
  width: 65px;
  display: block;
  border: 2px solid #E3E3E3;
  background-color: #fff;
  text-align: center;
  padding: 0px;
  line-height: 44px;
  font-size: 14px;
  color: #999 !important;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin: 0;
  outline: none !important;
}
.art_limt_edi_block{
	margin-top: 15px;
  padding: 20px;
  background-color: #F5F5F5;
}
.art_limt_edi_block p{
  /*font-size: 12px;*/
  font-size: 14px;
  line-height: 14px;
  color: #666;
  opacity: .72;
}
.template-product .product-single__meta .product-form--payment-button-no-variants{
	max-width: 100%;
}
.template-product .product-single .product-single__media-group{
	width: 59.4%;
}
.template-product .product-single .art_prd_right_block{
	width: 40.6%;
  padding-left: 68px;
}
.art_normal_prd_inner{
	margin-left: 0px !important;
}
.art_normal_prd_inner .product-single__media-group{
	padding-left: 0px !important;
}
.art_normal_prd_inner .swatch > .header{
	/*font-family: 'Oswald', sans-serif;*/
  font-size: 18px;
  display: block;
  line-height: 22px;
  letter-spacing: .75px;
  color: #000;
  margin: 0 0 15px 0;
}
.art_normal_prd_inner .swatch label{
	min-width: 106px;
  height: 35px;
  border: 1px solid #616161;
  background-color: #fff;
  border-radius: 0px;
  font-size: 16px;
  color: #000;
  letter-spacing: .75;
  opacity: .8;
  text-transform: uppercase;
}
.art_normal_prd_inner .swatch .swatch-element{
	margin-right: 20px;
}
.art_normal_prd_inner .swatch label:hover,
.art_normal_prd_inner .swatch input:checked + label{
	box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border: 1px solid #000;
  background-color: #000;
  border-radius: 0px;
  color: #fff;
  opacity: 1;
}
.art_normal_prd_inner .swatch.art_frame_swatch label{
	width: 49px !important;
  height: 49px !important;
  padding: 4px 1px 0px 1px !important;
  border: 1px solid #212121 !important;
  border-radius: 50% !important;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 4px;
}
.art_normal_prd_inner .swatch.art_frame_swatch label:hover
{
  background-color: #EEF873 !important;
  border: 4px solid #000 !important;
}
.art_normal_prd_inner .swatch.art_frame_swatch input:checked + label{
  background-color: #e0e0e0 !important;
  border: 4px solid #000 !important;
}
.art_normal_prd_inner .swatch .tooltip {
  background-color: #FFFFFF;
  box-shadow: 0 0 9px rgba(21,21,21,0.21);
  font-size: 12px;
  color: rgba(102,102,102,0.72);
  line-height: 14px;  
  padding: 8px;
  margin-bottom: 8px;
}
.art_normal_prd_inner .swatch .tooltip:after{
	opacity: 0;
}
.art_normal_prd_inner form.product-form{
	padding-top: 5px;
}
.art_normal_prd_inner .product-single__media-group .thumbnails-wrapper{
	position: relative;
  padding: 0 30px;
}
.art_normal_prd_inner .product-single__media-group .thumbnails-wrapper .art_desk_cust_slider > .slick-arrow,
.art_normal_prd_inner .product-single__media-group .thumbnails-wrapper > .btn--link{
	position: absolute;
  top: 50%;
  padding: 0px;
  transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  z-index: 1;
  cursor: pointer;
}

.art_normal_prd_inner .product-single__media-group .thumbnails-wrapper > .btn--link.thumbnails-slider__prev{
	left: 0px;
}
.art_normal_prd_inner .product-single__media-group .thumbnails-wrapper .art_desk_cust_slider > .slick-arrow.fa-arrow-left{
	left: -15px;
  font-size: 0px;
}
.art_normal_prd_inner .product-single__media-group .thumbnails-wrapper .art_desk_cust_slider > .slick-arrow.fa-arrow-left:before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f053" !important;
    font-size: 24px !important;
    color: #292929 !important;
    font-weight: 900;
}
.art_normal_prd_inner .product-single__media-group .thumbnails-wrapper > .btn--link.thumbnails-slider__next{
	right: 0px;
}
.art_normal_prd_inner .product-single__media-group .thumbnails-wrapper .art_desk_cust_slider > .slick-arrow.fa-arrow-right{
	right: -15px;
  font-size: 0px;
}
.art_normal_prd_inner .product-single__media-group .thumbnails-wrapper .art_desk_cust_slider > .slick-arrow.fa-arrow-right:before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f054" !important;
    font-size: 24px !important;
    color: #292929 !important;
    font-weight: 900;
}
.art_normal_prd_inner .product-single__media-group .thumbnails-wrapper .product-single__thumbnails{
	margin-top: 10px;
}
.art_normal_prd_inner .product-single__media-group .thumbnails-wrapper .product-single__thumbnail{
	border: none !important;
  outline: none !important;
}
/*product page ends*/
/*cart page starts*/
.template-cart .art-inner-pg-title{
	font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  margin: 75px 0px;
}
form.cart:after{
	clear: both;
  display: table;
  content:"";
}
form.cart .art_left_area{
	width: 60%;
  float: left;
}
form.cart .cart__footer{
	width: 40%;
  float: right;
}
.art_left_area > table thead{
	display: none;
}
.art_left_area .cart__image-wrapper{
	position: relative;
}
.art_left_area .cart__image-wrapper .cart__remove{
	position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;  
}
.art_left_area .cart__image-wrapper .cart__remove a{
	width: 27px;
  height: 27px;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  line-height: 25px;
  display: block;
  text-decoration: none !important;
  font-size: 17px;
  color: #898888 !important;
  text-align: center;
}
.art_left_area .art_prd_title .list-view-item__title .cart__product-title{
	font-family: 'Oswald', sans-serif !important;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  border: none;
}
.art_left_area .art_prd_title .list-view-item__title .cart__product-title:hover{
	text-decoration: underline;
}
.art_prd_sku_avl ul li{
	display: inline-block;
  font-size: 15px;
  color: #636363;
  line-height: 18px;
  padding-left: 11px;
  margin-left: 11px;
  border-left: 1px solid #bdbdbd;
}
.art_prd_sku_avl ul li:first-child{
  padding-left: 0px;
  margin-left: 0px;
  border: 0px solid #bdbdbd;
}
.art_left_area .cart__meta .cart__product-information{
	display: block;
}
.art_left_area .cart__meta .cart__product-information:after{
	clear: both;
  display: table;
  content:"";
}
.art_left_area .cart__meta .cart__product-information .cart__image-wrapper{
	width: 28%;
  float: left;
  padding-left: 52px;
  padding-right: 0px;
}
.art_left_area .cart__meta .cart__product-information .cart__image-wrapper .cart__image{
	max-height: none;
  width: 100%;
}
.art_left_area .cart__meta .cart__product-information .art_prd_title{
	width: 50%;
  float: left;
  padding-left: 32px;
  padding-right: 32px;
}
.art_left_area .art_prd_varient .option-cart-title{
	margin-left: 0px;
}
.art_left_area .art_prd_varient .edit-options{
	display: none;
}
.art_left_area .art_prd_price .cart__price{
	width: 100% !important;
  text-align: left !important;
}
.art_left_area .art_prd_price .cart__price dd{
	font-size: 17px !important;
  line-height: 20px !important;
  color: #000 !important;
}
.art_left_area .cart__meta .cart__product-information .art_quantity_box{
	width: 22%;
  float: left;
}
.art_quantity_box .cart__quantity-td{
	width: 100%;
}
.art_quantity_box .cart__quantity-td .cart__qty{
	position: relative;
}
.art_quantity_box .cart__quantity-td .cart__qty label{
	display: none;
}
.art_quantity_box .cart__quantity-td .cart__qty input{
	width: 100%;
  height: 43px;
  border: 1px solid #bdbdbd;
  text-align: center;
  padding: 0 30%;
  line-height: 43px;
  font-size: 20px;
  color: #606060;
  border-radius: 0px;
  outline: none !important;
}
.art_quantity_box .cart__quantity-td .cart__qty .art_qty_dec{
	position: absolute;	
  left: 0;
  top: 0;
  width: 30%;
  height: 43px;
  border: none !important;
  border-right: 1px solid #bdbdbd !important;
  text-decoration: none !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0px;
}
.art_quantity_box .cart__quantity-td .cart__qty .art_qty_dec:before{
	font-family: "Font Awesome 5 Pro";
  content: "\f068";
  font-size: 16px;
  color: #636363;
}
.art_quantity_box .cart__quantity-td .cart__qty .art_qty_inc{
	position: absolute;	
  right: 0;
  top: 0;
  width: 30%;
  height: 43px;
  border: none !important;
  border-left: 1px solid #bdbdbd !important;
  text-decoration: none !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0px;
}
.art_quantity_box .cart__quantity-td .cart__qty .art_qty_inc:before{
	font-family: "Font Awesome 5 Pro";
  content: "\f067";
  font-size: 16px;
  color: #636363;
}

.art_cart_count_det{
	margin-bottom: 34px;
}
.art_cart_count_det p{
	font-size: 16px;
  color: #404040;
  line-height: 24px;
  margin: 0;
}
.art_cart_count_det p span{
	font-weight: 700;
}
.art_con_btn a{
	display: inline-block;
  padding-left: 28px;
  background: url('arrow-left-cart.png') 0 50% no-repeat;
  font-size: 18px;
  color: #3e3e3e;  
}
.art_con_btn{
	margin: 10px;
}
.cart__footer_inn{
	max-width: 320px;
  float: right;	
  padding-left: 20px;
}
.cart__footer_inn > h3{
	color: #202020;
  font-weight: 600;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 20px;
}
.cart__footer_inn .cart-subtotal{
	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.cart__footer_inn .cart-subtotal span{
	padding: 0;
  min-width: auto;
}
.cart__footer_inn .cart-subtotal span.cart-subtotal__title{
	font-size: 16px;
  color: #040404;
  line-height: 16px;
}
.cart__footer_inn .cart-subtotal span.cart-subtotal__price{
	font-weight: 700;
}
.cart__footer_inn .cart__shipping{
	font-size: 16px;
  color: #040404;
  line-height: 16px;
  padding: 0;
  margin: 0px 0 24px;
}
.template-cart form.cart .art-sp-cart-drwr-shipping p{
	font-size: 16px;
  color: #040404;
  line-height: 16px;
  padding: 0;
  margin: 60px 0 20px;
}
.cart__footer_inn .cart__buttons-container .cart__submit-controls .cart__submit{
	width: 100%;
  background-color: #000 !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  height: 46px;
  padding: 13px;
  /*font-family: 'Titillium Web', sans-serif;*/
}
.art_cart_currency_info p{
	font-size: 12px;
  line-height: 14px;
  text-align: left;
  margin: 10px 0;
  color: #636363;
}
/*cart page ends*/
/*cart drawyer starts*/
.art-mob-header-right ul li.art_icon_cart_header,
.art-cst-header-row-right ul li.art_icon_cart_header{
	position: relative;
}
.art-mob-header-right ul li.art_icon_cart_header.art_icon_cart_header_open_mini a.site-header__cart,
.art-cst-header-row-right ul li.art_icon_cart_header.art_icon_cart_header_open_mini a.site-header__cart{
	box-shadow: 0 0 13px rgba(21,21,21,0.24);
}
.art-mob-header-right ul li.art_icon_cart_header.art_icon_cart_header_open_mini .art-sp-cart-drwr,
.art-cst-header-row-right ul li.art_icon_cart_header.art_icon_cart_header_open_mini .art-sp-cart-drwr{
	display: block !important;
}
.art-mob-header-right ul li.art_icon_cart_header.art_icon_cart_header_open_mini:before,
.art-cst-header-row-right ul li.art_icon_cart_header.art_icon_cart_header_open_mini:before{
	width: 49px;
  height: 13px;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  right: 0px;
  content:"";
  z-index: 23;
}
.art-sp-cart-drwr{
  background-color: #FFFFFF; 
  box-shadow: 0 0 13px rgba(21,21,21,0.24);
  position: absolute;
  right: 0;
  top: 100%;
  width: 440px;
  z-index: 22;
}
.art-sp-cart-drwr-head{
	padding: 24px 28px; 
  border-bottom: 1px solid #f5f5f5;
}
.art-sp-cart-drwr-head h3{
	font-size: 24px;
  line-height: 24px;
  color: #000;
  margin: 0 0 10px 0;
  font-weight: 500;
}
.art-sp-cart-drwr-head p{
	font-size: 16px;
  line-height: 20px;
  color: #000;
  margin: 0;
}
.art-sp-cart-drwr-head p span,
.art-sp-cart-drwr-head p a
{
	text-decoration: underline;
}
.art-sp-cart-drwr-body{
	padding: 24px 28px;
  border-bottom: 1px solid #f5f5f5;
  max-height: 150px;
  overflow-y: auto;
}
.art-sp-cart-drwr-row{
	position: relative;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #f5f5f5
}
.art-sp-cart-drwr-row:first-child{
  padding-top: 0px;
  margin-top: 0px;
  border-top: 0px solid #f5f5f5
}
.art-sp-cart-drwr-row:after{
	clear: both;
  display: table;
  content: "";
}
.art-sp-cart-drwr-row .art-sp-cart-drwr-img{
	width: 89px;
  float: left;
}
.art-sp-cart-drwr-row .art-sp-cart-drwr-info{
	width: calc(100% - 89px);
  float: left;
  padding: 0 0 0 14px;
  position: relative;
}
.art-sp-cart-drwr-row .art-sp-cart-drwr-info h3{
	font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #040404;
  margin-bottom: 5px;
}
.art-sp-cart-drwr-row .art-sp-cart-drwr-info .art-sp-cart-drwr-info-price{
	font-size: 14px;
  line-height: 18px;
  color: #000;
    float: right;
    padding-left: 10px;
}
.art-sp-cart-drwr-info > ul{
	display: block !important;
}
.art-sp-cart-drwr-info ul li{
	display: inline-block;
  font-size: 15px;
  color: #636363;
  line-height: 18px;
  padding-left: 11px;
  margin-left: 11px;
  border-left: 1px solid #bdbdbd;
}
.art-sp-cart-drwr-info ul li:first-child{
  padding-left: 0px;
  margin-left: 0px;
  border: 0px solid #bdbdbd;
}
.art-sp-cart-drwr-info-qty-rmv{
	margin-top: 15px;
  display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.art-sp-cart-drwr-info-qty {
  /*height: 35px;
  width: 49px;
  border: 1px solid #BDBDBD;
  text-align: center;
  line-height: 35px;*/
}
.art-sp-cart-drwr-info-qty input[type='number']{
	height: 35px;
  width: 49px;
  border: 1px solid #BDBDBD;
  text-align: center;
  outline: none !important;
  padding: 0 !important;
}
.art-sp-cart-drwr-info-qty input[type='number']::-webkit-inner-spin-button, 
.art-sp-cart-drwr-info-qty input[type='number']::-webkit-outer-spin-button {  
   opacity: 1;
}
.art-sp-cart-drwr-info-rmv a{
	font-size: 12px;
  color: #636363;
}
.art-sp-cart-drwr-foot{
	padding: 22px 28px;
}
.art-sp-cart-drwr-total p{
	font-size: 16px;
  line-height: 20px;
  color: #000;
  margin: 0 0 6px 0;
}
.art-sp-cart-drwr-total-saving p{
  font-size: 16px;
  line-height: 20px;
  color: red;
  margin: 0 0 6px 0;
}
.art-sp-cart-drwr-total p:after,.art-sp-cart-drwr-total-saving p:after{
	clear: both;
  display: table;
  content:"";
}
.art-sp-cart-drwr-total p span,.art-sp-cart-drwr-total-saving p span{
	float: right;
}
/*.art-sp-cart-drwr-shipping{
	margin: 0 0 12px 0;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}*/
.art-sp-cart-drwr-shipping p{
	font-size: 16px;
  line-height: 20px;
  color: #000;
  margin: 0 0 12px 0;
}
.art_cart_btns{
	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  margin-left: -5px;
  margin-right: -5px;
}
.art_cart_btns .art_view_cart_btn_main,
.art_cart_btns .art_checkout_btn_main{
	-ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px;
}
.art_view_cart_btn{
  display: block;
  text-align: center;
  height: 46px;
  border: 1px solid #000000;
  line-height: 44px;
  font-size: 16px;
  color: #000 !important;
  text-transform: uppercase;
  text-decoration: none !important;
}
.art_checkout_btn{
	display: block;
  text-align: center;
  height: 46px;
  border: 1px solid #000000;
  background-color: #000000;
  line-height: 44px;
  font-size: 16px;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none !important;
}
/*cart drawyer ends*/
/*contact page starts*/
.art-inp-contact-title{
	margin: 0 !important;
  padding: 25px 0 25px 0;
}
.art-inp-contact-title h1{
	color: #252525;
  font-weight: 500;
  margin: 0;
  text-align: left;
  font-size: 24px;
  line-height: 24px;
}
.art-contact-pg-store-box {
  max-width: 473px;
  background-color: #FFFFFF;
  box-shadow: 0 0 13px rgba(41,41,41,0.24);
}
.art-contact-pg-info{
	background-color: #f5f5f5;
  padding: 70px 0;
}
.art-contact-pg-store-head{
	padding: 33px 33px 27px 33px;
  border: 1px solid #E0E0E0;
}
.art-contact-pg-store-head h3{
	font-size: 30px;
  line-height: 30px;
  color: #222;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 15px 0;
}
.art-contact-pg-store-head p{
	font-size: 16px;
  line-height: 20px;
  color: #5b5b5b;
  font-weight: 400;
  margin: 0;
}
.art-contact-pg-store-body{
	padding: 0 20px 0 33px;
}
.art-contact-pg-store-row{
	padding: 27px 0px 27px 0px;
  border-top: 1px solid #e0e0e0;
}
.art-contact-pg-store-row:first-child{
  border-top: 0px solid #e0e0e0;
}
.art-contact-pg-map{
	position: relative;
}
.art-contact-pg-map div#storemapper #storemapper-right{
	width: 100%;
  position: relative;
  height: 740px;
  overflow: hidden;
}
.art-contact-pg-map div#storemapper #storemapper-left{
	position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 70px !important;
  bottom: 70px !important;
  max-width: 1170px !important;
  margin: 0 auto !important;
  overflow: visible !important;
  z-index: 1;
  width: 100%;
  height: auto !important;
}
.art-contact-pg-map div#storemapper #storemapper-left:before{
	width: 473px;
  position: absolute;
  content:"";
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  box-shadow: 0 0 13px rgba(41,41,41,0.24);
}
.art-contact-pg-map div#storemapper #storemapper-left #storemapper-form label[for=storemapper-zip]{
	display: block !important;
  font-family: 'Oswald', sans-serif !important;
  font-size: 30px !important;
  line-height: 30px !important;
  text-transform: uppercase !important;
  color: #222 !important;
  font-weight: 400 !important;
  margin: 0 0 10px 0;
}
.art-contact-pg-map div#storemapper #storemapper-left #storemapper-form label[for=storemapper-zip]::after {
    content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.";
    display: block;
    color: #5B5B5B;
    font-size: 16px;
    /*font-family: 'Titillium Web', sans-serif;*/
  line-height: 20px;
  text-transform: none;
  margin-top: 10px;
}
.art-contact-pg-map div#storemapper #storemapper-left #storemapper-form{
	padding: 33px 25px 27px 33px !important;
  border-bottom: 1px solid #e0e0e0 !important;
  width: 473px !important;
  box-shadow: none !important;
}
.art-contact-pg-map #storemapper #storemapper-form #storemapper-go{
	background-color: #000 !important;
	font-family: 'Titillium Web', sans-serif !important;
}
.art-contact-pg-map div#storemapper #storemapper-left #storemapper-list{
	padding: 33px 25px 0px 33px !important;
  width: 473px !important;
  box-shadow: none !important;
  background-color: #fff !important;
  max-height: 343px;
  overflow-y: auto !important;
}
.art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li{
	outline: none !important;
  border-top: 1px solid #e0e0e0 !important;
  padding: 27px 0 0 0 !important;
  margin: 27px 0 0 0 !important;
  outline: none !important;
  box-shadow: none !important;
  position: relative !important;
}
.art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li:first-child{
	border-top: 0px solid #e0e0e0 !important;
  padding-top: 0px !important;
  margin-top: 0px !important;
}
.art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li .storemapper-title{
	font-size: 18px;
  line-height: 24px;
  color: #0c0c0c;
  /*font-family: 'Titillium Web', sans-serif;*/
  font-weight: 400;
  padding-right: 62px;
}
.art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li > p{
	font-size: 18px !important;
  line-height: 24px !important;
  color: #585858 !important;	
  margin-top: 26px !important;
}
.art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li .storemapper-address{
	font-size: 18px !important;
  line-height: 24px !important;
  color: #585858 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li .storemapper-address svg{
	display: none !important;
}
.art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li .storemapper-phone{
	width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li .storemapper-phone a{
	font-size: 18px !important;
  line-height: 24px !important;
  color: #585858 !important;
}
.art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li .storemapper-phone a svg{
	display: none !important;
}
.art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li .storemapper-email{
	position: absolute;
    top: 3px;
    right: 0;
    padding: 0;
    margin: 0;
    width: 62px;
  
}
.art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li .storemapper-email a{
	font-size: 0px !important;
  width: 20px;
  height: 20px;
  display: block;
  text-decoration: none !important;
}
.art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li .storemapper-email a svg{
	display: none !important;
}
.art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li .storemapper-email a:before{
	content: "\f0e0" !important;
  font-family: "Font Awesome 5 Pro" !important;
    font-weight: 900 !important;
  font-size: 20px;
  line-height: 20px;
  color: #1e1e1e;
  margin-left: 1px;
}
.art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li .storemapper-email:before{
	content: "\f095" !important;
  font-family: "Font Awesome 5 Pro" !important;
    font-weight: 900 !important;
  font-size: 20px;
  line-height: 20px;
  color: #1e1e1e;
  position: absolute;
  right: 0;
}
.art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li .storemapper_btn-wrap .storemapper_directions a,
.art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li .storemapper_btn-wrap .storemapper-storelink{
	border-color: #000 !important;
    color: #000 !important;
  border-radius: 0px !important;
}
.art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li > div:after{
	clear: both;
  display: table;
  content: "";
}
.art-contact-pg-form{
  max-width: 913px;
  border: 1px solid #E0E0E0;
  background-color: #EDEDEE;
  margin: 28px auto;
  padding: 40px 56px;
}
.art-contact-pg-form-title{
  color: #222222;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.art-contact-pg-form form label{
	display: none;
}
.art-contact-pg-form form input[type='tel'],
.art-contact-pg-form form input[type='email'],
.art-contact-pg-form form input[type='text']{
	height: 45px;
  border: 1px solid #bdbdbd;
  background: #fff;
  font-size: 14px;
  color: #8e8e8e;
  line-height: 45px;
  outline: none !important;
  border-radius: 0px !important;
  padding: 0 26px;
  margin-bottom: 10px !important;
}
.art-contact-pg-form form textarea{
	height: 149px;
  border: 1px solid #bdbdbd;
  background: #fff;
  font-size: 14px;
  color: #8e8e8e;
  line-height: 18px;
  outline: none !important;
  border-radius: 0px !important;
  padding: 15px 26px;
  margin-bottom: 10px !important;
}
.art-contact-pg-form form input[type='submit']{
	height: 45px;
  width: 100%;
  background: #000;
  color: #fff !important;
  text-align: center;
  font-size: 17px;
  line-height: 45px;
  outline: none !important;
  border-radius: 0px !important;
  padding: 0 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif !important;
}
/*contact page ends*/
/*look book starts*/
.art_lookbook_data{
	padding: 50px 0px 30px;
}
.art_lookbook_data #modmedia-lookbooks ul li{
	margin-bottom: 50px;
}
/*look book ends*/
/*gift cards starts*/
.art_giftprd_upper_block{
	margin-left: 0px !important;
}
.art_giftprd_upper_block > .product-single__media-group{
	width: 59% !important;
  background-color: #e0e0e0;
  padding: 52px 60px;
}
.art_giftprd_upper_block > .product-single__media-group .product-single__media-wrapper{
	outline: none !important;
}
.art_giftprd_upper_block > .art_prd_right_block{
	width: 41% !important;
  padding-left: 68px !important;
}
.art_giftprd_upper_block .art_giftprd_tite_prtice{
	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.art_giftprd_upper_block > .art_prd_right_block form.product-form{
	padding-top: 20px;
}
.art_giftprd_var_drop .product-form__item{
	flex-basis: 100%;
    padding: 0px;
}
.art_giftprd_var_drop .product-form__item label{
	/*font-family: 'Oswald', sans-serif;*/
    font-size: 16px;
    font-weight: 400;
    color: #000;
  letter-spacing: 2px;
    line-height: 20px;
  margin-bottom: 12px;
}
.art_giftprd_var_drop .product-form__item select{
	border: 1px solid #bebebe;
  height: 40px;
  border-radius: 0px;
  min-height: auto;
}
.art_giftprd_upper_block > .art_prd_right_block .art_act_controls{
	border-top: 1px solid #f6f6f6;
  padding-top: 13px;
  margin-top: 45px;
  margin-left: 0px;
  margin-right: 0px;
}
.art_giftprd_upper_block .product-form__controls-group ~ .product-form__controls-group--submit{
	margin-top: 0px;
}
.art_giftprd_upper_block .art_act_controls .art_quantity_control,
.art_giftprd_upper_block .art_act_controls .art_wishlist_control{
	top: 13px;
}
.art_giftprd_upper_block .art_limt_edi_block p{
	text-align: center;
}
/*gift cards ends*/
/*registration page starts*/
.art_pro_reg_pg_main{
	max-width: 900px;
  margin: 0 auto;
  padding: 40px 8px;
}
.art_pro_reg_pg_main .art_prd_reg_top_content p{
	font-size: 18px;
  line-height: 22px;
  color: #000;
  margin: 0 0 60px 0;
  text-align: center;
}
.art_pro_reg_pg_main form label{
	font-size: 18px;
  line-height: 22px;
  color: #000;
  margin: 0 0 15px 0;
}
.art_pro_reg_pg_main form input[type='email'],
.art_pro_reg_pg_main form input[type='text']{
	height: 50px;
  border: 1px solid #e6e6e6 !important;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  outline: 0px solid #e6e6e6 !important;
  margin-bottom: 24px;
}
.art_pro_reg_pg_main form input[type='text']#ProductRegistration-date:focus{
	outline: 2px solid #000 !important;
}
.art_pro_reg_pg_main .art_address_form .art-contact-prdreg-form-title{
	font-family: 'Titillium Web', sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  margin: 2px 0 13px 0px;
  color: #1E1E27;
}
.art_pro_reg_pg_main form input[type='submit']{
	font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  height: 50px;
  background-color: #000 !important;
  border-radius: 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  /*font-family: 'Titillium Web', sans-serif;*/
  outline: none !important;
  border: none !important;
}
.art_bottom_fixed_scroll{
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  right: 12px;
  top: -15px;
  z-index: 1;
  position: absolute;
}
.art_bottom_fixed_scroll > a{
	height: 31px;
  width: 31px;
  display: block;
  font-size: 0px;
  display: -ms-flexbox;
    display: flex;
  -ms-flex-align: center;
    align-items: center;
  -ms-flex-pack: center;
    justify-content: center;
}
.art_bottom_fixed_scroll > a:after{
	content: "\f077";
    font-family: "Font Awesome 5 Pro";
  font-size: 8px;
  line-height: 8px;
}

 
/*responsive starts*/
@media (min-width: 1401px) and (max-width: 1520px){
  .art-cst-header-row-left > nav > ul.site-nav > li{
  	padding-right: 15px;
    padding-left:15px;
  }
}
@media (min-width: 1301px) and (max-width: 1400px){
  .art-cst-header-row-left > nav > ul.site-nav > li{
  	/*margin-left: 40px;*/
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1300px){
  .art-cst-header-row-left > nav > ul.site-nav > li{
  	/*margin-left: 20px;*/
    padding-left: 6px;
    padding-right: 6px;
  }
  .art-cst-header-row-right ul li{
  	padding-left: 20px;
  }
  .art-cst-header-row-right ul li.art-head-login-link{
  	margin-left: 20px;
  }
  .art-hm-gal-block-cont{
  	    padding: 0 10px;
  }
  .art-hm-gal-block-cont h3{
  	font-size: 35px;
    line-height: 44px;
  }
  .art-hm-wts-main .art-hm-gal-block-cont h3{
  	font-size: 24px;
    line-height: 28px;
  }
  .art-hm-latest-news-cont .yl-lined-dark-btn{
  	padding: 14px 30px 14px;
  }
  .art-hm-latest-news-cont{
  	left: 20px;
    right: 20px;
  }
  .art-hm-latest-news-block:hover .art-hm-latest-news-cont .yl-lined-dark-btn{
  	margin-top: 10px;
    margin-bottom: 20px;
  }
  .art-hm-latest-news-cont h3{
  	margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .art-inner-pg-menu-bar > ul li a{
  	font-size: 14px;
  }
  .art-cst-header-row-left > nav > ul.site-nav .mega_menu_block > a, 
  .art-cst-header-row-left > nav > ul.site-nav > li > a{
  	font-size: 15px;
  }
  .art-cst-mm-menu-block-box > h3{
  	font-size: 18px;
  }
}
@media (min-width: 750px) and (max-width: 991px){
  .art-mas-grid-item{
  	width: 50%;
  }
  .footer_newsletter_klaviyo form .dMHKxR:nth-child(2) input[type="email"]{
  	width: 307px !important;
  }
  .footer_newsletter_klaviyo form .dMHKxR:nth-child(2){
  	-ms-flex: 0 0 320px;
	flex: 0 0 320px;
	max-width: 320px;
  }
  .art-cst-mm-menu-block-box > h3{
  	font-size: 18px;
  }
  .art-cst-mm-menu-abt-left{
  	padding-left: 0px;
  }
  .art-cst-mm-menu-abt-right{
  	width: 73.15%;
  }
  .art-cst-mm-menu-abt-left{
  	width: 25.85%;
  }
  .abt-title-btn-link{
  	padding: 8px 15px;
  }
  .art-inner-pg-menu-bar > ul li a{
  	font-size: 12px;
  }
  .art-ext-top-bar-left-img ul li{
  	margin-left: 15px;
  }
  .art-cst-header-row-left > nav > ul.site-nav > li{
  	/*margin-left: 10px;*/
    padding-left: 4px;
    padding-right: 4px;
  }
  .art-cst-header-row > div{
  	-ms-flex: 0 0 37%;
	flex: 0 0 37%; 
	max-width: 37%;
  }
  .art-cst-header-row > div.art-cst-header-row-mid{
  	-ms-flex: 0 0 26%;
	flex: 0 0 26%;
	max-width: 26%;
  }
  .art-cst-header-row-left > nav > ul.site-nav .mega_menu_block > a,
  .art-cst-header-row-left > nav > ul.site-nav > li > a{
  	font-size: 12px;
  }
  .art-cst-mm-menu-main{
  	top: 75px;
  }
  .art-cst-header-row-left > nav > ul.site-nav .mega_menu_block > a > svg{
  	top: 0;
  }
  .art-cst-header-row-right ul li{
  	padding-left: 10px;
  }
  .art-cst-header-row-right ul li > a.site-header__cart{
  	padding-left: 5px;
    padding-right: 5px;
  }
  .art-cst-header-row-right ul li i{
  	font-size: 16px;
  }
  .art-cst-header-row-right ul li.art-head-login-link{
  	padding: 10px 0px 10px 10px;
	margin-left: 10px;
  }
  .art-cst-header-row-left > nav > ul.site-nav{
  	margin: 5px 0px;
  }
  .art-cst-header-row-right ul li.art-head-login-link a{
	padding-left: 0px;
  }
  .art-hm-gal-block-cont h3{
  	font-size: 32px;
    line-height: 36px;
  }
  .yl-lined-dark-btn{
  	padding: 10px 20px;
  }
  .art-hm-gal-block:hover .art-hm-gal-block-cont .yl-lined-dark-btn{
  	margin-top: 10px;
  }
  .art-hm-abt-us-right ul li{
  	padding-left: 20px;
    padding-right: 20px;
  }
  .art-hm-gal-block:hover .art-hm-gal-block-cont .yl-lined-dark-btn{
  	line-height: 36px;
  }
  .art-hm-wts-main .art-hm-gal-block-cont h3{
  	font-size: 24px;
    line-height: 28px;
  }
  .art-hm-wts-row .art-hm-wts-left .art-hm-gal-block-cont{
  	bottom: 40px;
  }
  .art-hm-sba-box h3{
  	font-size: 20px;
    line-height: 24px;
    bottom: 20px;
  }
  .art-hm-latest-news-row > div{
  	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
  }
}
@media (min-width: 750px){
  #SearchDrawer.drawer--top{
	min-height: 150px;
  }
  .art_bottom_fixed_scroll{
  	/* display: none; */  /*FS remove*/
  }
  .art_mob_price_title{
  	display: none;
  }
  .art_mob_tabs{
  	display: none !important;
  }
  .art-cst-header-row-right ul li.art_icon_cart_header:hover:before{
      width: 49px;
    height: 13px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    content:"";
    z-index: 23;
  }
  .art-cst-header-row-right ul li.art_icon_cart_header:hover a.site-header__cart{
      box-shadow: 0 0 13px rgba(21,21,21,0.24);
  }
  .art-cst-header-row-right ul li.art_icon_cart_header:hover .art-sp-cart-drwr{
      display: block !important;
  }
  .art-blogs-list-top-search .art_mob_search_icon{
  	display: none;
  }
  .art_main_tags_list .topic_dropdown:hover .art_inner_dropdown{
	display: block;
  }
  .art-cst-colc-top-img{
  	background: none !important;
  }
  .art-top-banner-mob-links-main{
  	display: none;
  }
  /*.artist-left-watch-now-link{
  	display: none !important;
  }*/
  .ArtEntHeader > .art-mob-header-sec{
  	display: none;
  }
  .artist-left-vid-block-mob{
  	display: none !important;
  }
  .artist-left-img-block h3.artist-left-img-mob-title{
  	display: none;
  }
  .art-whole-block-upr-link{
    /* display: none; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .art-cont-block-order-1{
  	-ms-flex-order: 1;
  	order: 1;	
  }
  .art-cont-block-order-2{ 
  	-ms-flex-order: 2;
  	order: 2;	
  }
}
@media (max-width: 749px){
  #tabcon-2 .variant-spec_content.selected {
    display: block;
  }
  #tabcon-2 .variant-spec_content {
      display: none;
  }
  /*registration starts*/
  .art_pro_reg_pg_main .art_prd_reg_top_content p{
  	font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .art_pro_reg_pg_main{
  	padding-top: 15px;
    padding-bottom: 15px;
  }
  .art_pro_reg_pg_main form label{
  	font-size: 14px;
    margin-bottom: 5px;
  }
  .art_pro_reg_pg_main form input[type='email'], 
  .art_pro_reg_pg_main form input[type='text']{
 	height: 34px; 
    font-size: 13px;
    margin-bottom: 15px;
  }
  .art_pro_reg_pg_main form input[type='submit']{
  	font-size: 14px;
    height: 36px;
  }
  /*registration ends*/
  /*product page starts*/
  .product-single__media-group .product-single__thumbnails-item{
  	flex: 0 0 33.33%;
  }
  .product-single__media-group .thumbnails-slider--active .product-single__thumbnails.slick-initialized{
  	max-width: 100%;
  }
  .art_normal_prd_inner .product-single__media-group .thumbnails-wrapper{
  	padding-left: 15px;
    padding-right: 15px;
  }
  .art_desk_tabs{
  	display: none !important;
  }
  .template-product .product-single .product-single__media-group{
  	width: 100%;
  }
  .template-product .product-single .art_prd_right_block{
  	padding-left: 0px;
    width: 100%;
  }
  .art_normal_prd_inner .swatch{
  	display: none !important;
  }
  .product-form__controls-group.art_prd_variants_default > .product-form__item{
  	display: block !important;
  }
  .art_normal_prd_inner .product-form__item label{
  	font-size: 13px;
    font-weight: 500;
    color: #000;
    letter-spacing: .75px;
    /*font-family: 'Oswald', sans-serif;*/
  }
  .art_act_controls{
  	margin-left: 0px;
    margin-right: 0px;
  }
  .art_normal_prd_inner .art_act_controls .product-form__controls-group--submit{
  	margin-top: 0px;
  }
  .art_normal_prd_inner .product-form__item select{
    min-height: 34px;
  	height: 34px;
    border: 1px solid #e0e0e0;
  }
  .inner_acc_content , 
  .cgt-desc .cgt-content > .tab{
  	display: none;
  }
  .art-pro-tab-desc-row.art_enable_icons .art-pro-tab-desc-cont{
      width: 100%;
  }
  .art-pro-tab-desc-row .art-pro-tab-desc-side{
      width: 100%;
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .art-sin-pro-rev-sec{
  	background-color: #f5f5f5;
    padding: 24px 22px !important;
    margin-top: 24px;
  }
  .art-sin-pro-rev-sec .stamped-reviews button.slick-prev{
  	left: -17px !important;
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important;
    background: none !important;
  }
  .art-sin-pro-rev-sec .stamped-reviews button.slick-prev:before{
  	font-size: 16px !important;
    position: absolute;
    left: 0;
    top: 0;
  }
  .art-sin-pro-rev-sec .stamped-reviews button.slick-next{
  	right: -17px !important;
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important;
    background: none !important;
  }
  .art-sin-pro-rev-sec .stamped-reviews button.slick-next:before{
  	font-size: 16px !important;
    position: absolute;
    left: 0;
    top: 0;
  }
  .art-sin-pro-rev-sec [data-widget-style=slider] .stamped-review{
  	padding: 38px 33px !important;
  }
  .art-sin-pro-rev-sec .stamped-review .stamped-review-header .stamped-starratings .stamped-fa:before{
  	font-size: 12px;
  }
  .art-sin-pro-rev-sec .stamped-review .stamped-review-header .created{
  	font-size: 12px !important;;
    line-height: 16px !important;
  }
  .art-sin-pro-rev-sec .stamped-review .stamped-review-header .author{
  	font-size: 16px;
    margin-bottom: 15px;
  }
  .art-sin-pro-rev-sec .stamped-rating-holder{
  	font-size: 12px;
  }
  .art-sin-pro-rev-sec [data-widget-style=slider] .stamped-review-footer i:before{
  	font-size: 14px;
  }
  .art-sin-pro-rev-sec .stamped-review .stamped-review-body .stamped-review-header-title{
  	font-size: 15px !important;
  }
  .art-sin-pro-rev-sec .stamped-review .stamped-review-body .stamped-review-content-body{
  	font-size: 11px;
  }
  .art-sin-pro-rev-sec [data-widget-style=slider] .stamped-review>.stamped-review-header {
  	min-height: 60px;
  }
  .art-sin-pro-rev-sec #stamped-main-widget .stamped-container .stamped-content .new-review-form{
  	padding: 20px 33px;
  }
  .art-sin-pro-rev-sec #stamped-main-widget .stamped-container .stamped-content .new-review-form .stamped-form-contact-email, 
  .art-sin-pro-rev-sec #stamped-main-widget .stamped-container .stamped-content .new-review-form .stamped-form-contact-location, 
  .art-sin-pro-rev-sec #stamped-main-widget .stamped-container .stamped-content .new-review-form .stamped-form-contact-name{
  	width: 100%;
  }
  .art-sin-pro-rev-sec .art_stamped-header-title{
  	font-size: 18px;
    line-height: 22px;
  }
  .art_product_tabs_full_width{
  	padding: 20px 0px;
  }
  .art_product_tabs_full_width ul.tabs.art_mob_tabs{
  	padding: 0;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .art_product_tabs_full_width ul.tabs.art_mob_tabs li{
  	margin: 0;
    display: block;
    width: 100%;
    border-top: 1px solid #e0e0e0;
  }
  .art_product_tabs_full_width ul.tabs.art_mob_tabs li a{
  	font-size: 12px;
    line-height: 14px;
    color: #222;
    padding: 15px 2px;
    display: block;
    width: 100%;
    position: relative;
  }
  .art_product_tabs_full_width ul.tabs.art_mob_tabs li a:after{
  	width: 7px;
    height: 7px;
    border-left: 1px solid #282828;
    border-bottom: 1px solid #282828;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    display: block;
    content: "";
    position: absolute;
    right: 4px;
    top: 15px;
  }
  .art_product_tabs_full_width ul.tabs.art_mob_tabs li.openAccorBtn a:after{
  	transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .art-pro-tab-abt-artist{
  	padding: 0;
  }
  .art-pro-tab-abt-artist-row .art-pro-tab-abt-artist-cont{
  	width: 100%;
    padding-left: 0px;
  }
  .art-pro-tab-abt-artist-quote:before{
  	line-height: 29px;
    left: 0px;
    top: 15px;
  }
  .art-pro-tab-abt-artist-quote{
  	padding-left: 40px;
    min-height: 30px;
    padding-bottom: 20px;
  }
  .art-pro-tab-abt-artist-row .art-pro-tab-abt-artist-cont p{
  	font-size: 14px;
    margin: 0 0 5px 0;
  }
  .art_mob_price_title{
  	margin-bottom: 10px;
  }
  .art_mob_price_title h1{
  	font-size: 16px;
    line-height: 20px;
    color: #000;
    margin: 0;
  }
  .art_mob_price_title .art_price_vendor dl.price .price__vendor dd{
  	font-size: 12px;
    line-height: 16px;
  }
  .art_prd_box_details .art_prd_sku p{
  	color: #999;
  }
  .art_mob_price_title .art_price_vendor dl.price .price__vendor{
  	margin: 0;
  } 
  .template-product .product-single.art_normal_prd_inner .product-single__meta h1.product-single__title{
  	display: none;
  }
  .template-product .product-single.art_normal_prd_inner .product-single__meta .product__price.art_price_vendor{
  	display: none;
  }
  .art-sin-pro-recmnd-sec .art-cst-sec-title{
  	font-size: 18px;
    line-height: 22px;
  }
  .art-sin-pro-recmnd-sec > .art-cst-container-4{
  	padding-left: 20px;
    padding-right: 20px;
  }
  .art-sin-pro-recmnd-sec .product-recommendations__inner{
  	padding-left: 0px;
    padding-right: 0px;
  }
  .art-sin-pro-recmnd-sec .product-recommendations__inner .grid--view-items{
  	margin: 0;
  }
  .art-sin-pro-recmnd-sec .product-recommendations__inner .custom_featuted_li{
  	padding: 0 18px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .art-sin-pro-recmnd-sec .product-recommendations__inner .grid__item{
  	padding-left: 0px;
  }
  /*product page ends*/
  /*gift certificate starts*/
  .template-product .product-single .product-single__meta h1.product-single__title{
  	font-size: 16px;
    line-height: 20px;
  }
  .art_price_vendor dl.price .price__pricing-group .price-item--regular{
  	font-size: 14px;
    line-height: 16px;
  }
  .template-product .main-content{
  	padding-top: 15px;
  }
  .template-product .main-content .art-sin-pro-breadcrumbs{
  	display: none;
  }
  .art_giftprd_upper_block > .product-single__media-group{
  	width: 100% !important;
    padding: 15px;
    margin-bottom: 15px;
  }
  .art_giftprd_upper_block > .art_prd_right_block {
    width: 100% !important;
    padding-left: 0px !important;
  }
  .art_giftprd_var_drop .product-form__item label{
  	font-size: 13px;
    line-height: 17px;
  }
  .art_giftprd_var_drop .product-form__item select{
  	height: 34px;
    font-size: 12px;
    padding-left: 15px;
    margin-bottom: 5px;
    letter-spacing: 0px;
  }
  .art_giftprd_upper_block > .art_prd_right_block .art_act_controls{
  	margin-top: 0px;
  }
  .art_act_controls{
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;	
    padding-left: 0px;
    padding-right: 0px;
  }
  .art_act_controls .art_quantity_control{
  	-ms-flex-order: 1;
  	order: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  	max-width: 50%;
    position: static;
    padding-right: 3px;
  }
  .art_act_controls .art_wishlist_control{
  	-ms-flex-order: 2;
  	order: 2;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  	max-width: 50%;
    position: static;
    padding-left: 3px;
  }
  .art_act_controls .product-form__controls-group--submit{
  	-ms-flex-order: 3;
  	order: 3;
    -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  }  
  .art_act_controls .art_quantity_control input{
  	height: 32px;
    width: 100%;
    border: 1px solid #e3e3e3;
    line-height: 32px;
    min-height: auto;
    max-width: none;
  }
  .art_act_controls .art_wishlist_control .smartwishlist{
  	height: 32px;
    width: 100%;
    border: 1px solid #e3e3e3;
    line-height: 32px;
    min-height: auto;
    max-width: none;
  }
  .art_act_controls .product-form__cart-submit{
  	font-size: 14px !important;
    height: 42px !important;
  }
  .art_limt_edi_block{
  	padding: 14px;
  }
  .art-sin-pro-rev-sec .stamped-reviews {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /*gift certificate ends*/
  /*shop by charctro starts*/
  #shopify-section-shop-by-character .art-shop-by-inr-page{
  	padding-top: 15px;
  }
  #shopify-section-shop-by-character .art-shop-by-inr-page{
  	padding-bottom: 0px;
  }
  #shopify-section-shop-by-character .art-sbchr-info-block:last-child .art-sbchr-info-box{
  	margin-bottom: 0px;
  }
  .art-sbchr-info-main{
  	padding: 0;
    margin-left: -5px;
    margin-right: -5px;
  }
  .art-sbchr-info-block{
  	width: 100%;
    padding: 0;
  }
  .art-sbchr-info-row{
  	margin-left: 0px;
    margin-right: 0px;
  }
  .art-sbchr-info-box > h3{
  	font-size: 20px;
    line-height: 21px;
    margin: 0 0 10px 0;
  }
  .art-sbchr-info-list{
  	padding: 0 10px;
  }
  .art-sbchr-info-list ul li{
  	margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 6px;
  }
  .art-sbchr-top-sec .art-sbpc-img-text-con h3{
  	font-size: 24px !important;
    line-height: 24px !important;
    bottom: auto !important;
    top: 50%;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
  }
  .art-sbpc-feature-text-lbl p{
  	font-size: 16px;
    line-height: 16px;
  }
  .art-sbchr-alphabet-sec{
  	padding: 25px 0px 0px;
  }
  .art-sbchr-alphabet-sec ul li a{
  	font-size: 20px;
    line-height: 20px;
  }
  .art-sbchr-alphabet-sec ul li {
    padding: 0 4px 27px;
  }
  /*shop by charctor ends*/
  /*contact page starts*/
  .art-inp-contact-title{
  	display: none;
  }
  .art-contact-pg-map div#storemapper #storemapper-left {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: 0px !important;
    bottom: 0px !important;
    -ms-flex-order: 1;
    order: 1;
  }
  .art-contact-pg-map div#storemapper #storemapper-right{
  	-ms-flex-order: 2;
    order: 2;
  }
  .art-contact-pg-map div#storemapper #storemapper-left #storemapper-form{
  	padding: 24px 10px !important;
    width: 100% !important;
  }
  .art-contact-pg-map div#storemapper #storemapper-left #storemapper-form label[for=storemapper-zip]{
  	font-size: 16px !important;
    line-height: 16px !important;
  }
  .art-contact-pg-map div#storemapper #storemapper-left #storemapper-form label[for=storemapper-zip]::after{
  	font-size: 12px;
    line-height: 16px;
  }
  .art-contact-pg-map div#storemapper #storemapper-left #storemapper-list{
  	padding: 24px 10px !important;
    width: 100% !important;
  }
  .art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li .storemapper-title{
  	color: #0c0c0c;
    /*font-family: 'Oswald', sans-serif;*/
    font-weight: 500;
  }
  .art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li .storemapper-address,
  .art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li > p,
  .art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li .storemapper-phone a{
  	font-size: 14px !important;
    line-height: 20px !important;
  }
  .art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li .storemapper-email:before,
  .art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li .storemapper-email a:before{
  	font-size: 16px;
    line-height: 16px;
  }
  .art-contact-pg-map div#storemapper #storemapper-right{
  	height: 310px;
  }
  .art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li .storemapper-email{
  	width: 45px;
  }
  .art-contact-pg-form{
  	padding: 0px;
    margin-left: -5px;
    margin-right: -5px;
    border: 1px solid rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
  }
  .art-contact-pg-form-title{
  	font-size: 16px;
    line-height: 16px;	
    margin-bottom: 15px;
  }
  .art-contact-pg-form form input[type='submit']{
  	font-size: 16px;
  }
  .art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li .storemapper_btn-wrap:after{
  	clear: both;
    display: table;
    content:"";
  }
  .art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li .storemapper_btn-wrap .storemapper_view{
  	float: right;
    padding: 0;
  }
  .art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li .storemapper_btn-wrap .storemapper-storelink{
  	margin: 0;
    position: relative;
    padding: 0 0 0 16px;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 400;
  }
  .art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li .storemapper_btn-wrap .storemapper-storelink:before{
  	font-family: "Font Awesome 5 Pro" !important;
    font-weight: 900;
    content: "\f3c5" !important;
    font-size: 16px !important;
    color: #1e1e1e !important;
    position: absolute;
    left: 0;
  }
  .art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li .storemapper_btn-wrap .storemapper_directions{
  	padding: 0;
  }
  .art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li .storemapper_btn-wrap .storemapper_directions a{
  	margin: 0;
    position: relative;
    padding: 0 0 0 22px;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 400;
  }
  .art-contact-pg-map div#storemapper #storemapper-left #storemapper-list > li .storemapper_btn-wrap .storemapper_directions a:before{
  	font-family: "Font Awesome 5 Pro" !important;
    font-weight: 900;
    content: "\f5a0" !important;
    font-size: 16px !important;
    color: #1e1e1e !important;
    position: absolute;
    left: 0;
  } 
  .art-contact-pg-form form textarea,
  .art-contact-pg-form form input[type='tel'], 
  .art-contact-pg-form form input[type='email'], 
  .art-contact-pg-form form input[type='text']{
  	padding-left: 10px;
    padding-right: 10px;
  }
  /*contact page ends*/
  .art_lookbook_data{
  	padding: 20px 0 0 0;
  }
  .art_lookbook_data #modmedia-lookbooks ul li{
  	margin-bottom: 20px;
  }
  /*cart drawyer starts*/
  .mini_cart_open,
  .art_icon_cart_mob_open{
  	overflow: hidden;
  }
  .art_cart_btns .art_view_cart_btn_main, 
  .art_cart_btns .art_checkout_btn_main{
  	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;	
  }
  .art_cart_btns .art_view_cart_btn_main .art_view_cart_btn,
  .art_cart_btns .art_checkout_btn_main .art_checkout_btn{
  	height: 36px;
    line-height: 34px;
    font-size: 12px;
    font-weight: 600;
  }
  .art_cart_btns .art_view_cart_btn_main{
  	/*display: none;*/
    margin-bottom: 5px;
  }
  .art-sp-cart-drwr-shipping p,
  .art-sp-cart-drwr-total p{
  	font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }  
  .template-cart form.cart .art-sp-cart-drwr-shipping p{
  	margin: 10px 0;
  }
  .art-sp-cart-drwr-foot{
  	padding: 15px;
  }
  .art-sp-cart-drwr-row .art-sp-cart-drwr-info h3{
  	font-size: 14px;
    line-height: 18px;
  }
  .art-sp-cart-drwr-row .art-sp-cart-drwr-info .art-sp-cart-drwr-info-price .price{
  	font-size: 12px;
    line-height: 14px;
  }
  .art-sp-cart-drwr-info > ul{
  	text-align: left !important;
  }
  .art-sp-cart-drwr-info-qty-rmv{
  	margin-top: 5px;
  }
  .art-sp-cart-drwr-info-qty input[type='number']{
  	width: 37px;
    height: 26px;
    font-size: 12px;
  }
  .art-sp-cart-drwr-info > ul li{
  	font-size: 12px;
    line-height: 12px;
  }
  .art-sp-cart-drwr-row .art-sp-cart-drwr-img{
  	width: 67px;
  }
  .art-sp-cart-drwr-row .art-sp-cart-drwr-info{
  	width: calc(100% - 67px)
  }
  .art-sp-cart-drwr-body{
  	padding: 20px 15px;
  }
  .art-sp-cart-drwr-head h3{
  	font-size: 18px;
    line-height: 18px;
  }
  .art-sp-cart-drwr-head p{
  	font-size: 14px;
    line-height: 18px;
  }
  .art-sp-cart-drwr-head{
  	padding: 15px;
  }
  .art-mob-header-right ul li.art_icon_cart_header{
  	padding-left: 0px;
    padding-right: 0px;
    border: none;
  }
  .art-mob-header-right ul > li > a{
  	padding-top: 6px;
    padding-bottom: 6px;
    display: block;
  }
  .art-mob-header-right ul li.art_icon_cart_header:after{
  	width: 1px;
    top: 6px;
    bottom: 6px;
    background-color: #e4e4e4;
    content:"";
    position: absolute;
    left: 0;
  }
  .art-mob-header-right ul li.art_icon_cart_header.art_icon_cart_header_open_mini:after{
  	display: none;
  }  
  .art-mob-header-right ul li.art_icon_cart_header > a.site-header__icon{
  	padding: 6px 13px;
  }
  .art-mob-header-right ul li.art_icon_cart_header.art_icon_cart_header_open_mini:before{
      width: 47px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    content:"";
    z-index: 23;
  }
  .art-mob-header-right ul li.art_icon_cart_header.art_icon_cart_header_open_mini .art-sp-cart-drwr{
      display: block !important;
  }
  .art-mob-header-right ul li.art_icon_cart_header.art_icon_cart_header_open_mini a.site-header__cart{
      box-shadow: 0 0 6px rgba(21,21,21,0.24);
  }
  .art-sp-cart-drwr{
  	width: 100vw;
    max-width: 440px;
    box-shadow: 0 0 6px rgba(21,21,21,0.24);
  }
  .art-mob-header-right .art-sp-cart-drwr{
  	text-align: left;
  }
  /*cart drawyer ends*/
  .art_main_tags_list .topic_dropdown.topic_dropdown_open .art_inner_dropdown{
	display: block;
  }
  .footer_newsletter_klaviyo form .kgtZbf{
  	-ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  }
  .footer_newsletter_klaviyo form .dRXKmD:first-child{
  	-ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
    padding: 0 0 15px 0 !important;
  }
  .footer_newsletter_klaviyo form .dMHKxR:nth-child(2){
  	-ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .footer_newsletter_klaviyo form .dMHKxR:nth-child(3){
  	-ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .footer_newsletter_klaviyo form .dMHKxR:nth-child(2) input[type="email"]{
  	width: 100% !important;
    margin: 0 0 5px 0 !important;
  }
  .footer_newsletter_klaviyo form .dRXKmD:first-child p strong{
  	letter-spacing: 2px;
  }
  .art-mob-header-right ul li .site-header__cart .site-header__cart-count{
  	width: 15px;
    height: 15px;
    min-width: 15px;
    background-color: #000; 
    padding: 0;
    top: 1px;
    right: 4px;
    pointer-events: none;
  }
  .art-mob-header-right ul li .site-header__cart .site-header__cart-count span{
  	font-size: 11px;
  }
  /*shop by product category starts*/
  .art-shop-by-inr-page{
  	padding: 25px 0px;
  }
  .art-shop-by-inr-page .art-inn-pg-cont-title{
  	font-size: 18px;
    line-height: 24px;
  }
  .art-sbpc-top-row{
  	margin-left: -5px;
    margin-right: -5px;
  }
  .art-sbpc-top-row .art-sbpc-top-block.art-sbpc-top-block-left{
  	width: 100%;
    margin-bottom: 4px;
    padding-left: 0;
    padding-right: 0px;
  }
  .art-sbpc-top-row .art-sbpc-top-block.art-sbpc-top-block-right{
  	width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .art-sbpc-top-block-4-row .art-sbpc-top-block-4-col{
  	margin-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px;
  }
  .art-sbpc-top-block-4-row .art-sbpc-img-text-con h3 {
    /* font-size: 18px; */
    font-size: 20px;
    line-height: 18px;
    text-shadow: 0 1px 27px rgba(47,47,47,0.53);
    bottom: 20px;
  }
  .art-sbpc-img-text-con h3{
  	font-size: 30px;
    line-height: 18px;
    text-shadow: 0 1px 27px rgba(47,47,47,0.53);
    bottom: 100px;
  }
  .art-sbpc-top-sec-pop-brand .art-sbpc-top-row > .art-sbpc-top-block:nth-child(1){
	width: 100%;
    margin-bottom: 4px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .art-sbpc-top-sec-pop-brand .art-sbpc-top-row > .art-sbpc-top-block:nth-child(2){
      width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  /*shop by product category ends*/
  /*collection page starts*/
  .template-collection #Collection .art-fea-pro-hover-icons{
  	display: none !important;
  }
  .template-collection #Collection .custom_featuted_li .art-hm-feature-cont h3{
  	font-size: 14px;
    line-height: 18px;
    padding: 0;
  }
  .template-collection #Collection .custom_featuted_li{
  	margin: 0 !important;
    box-shadow: none !important;
  }
  .template-collection .art-hm-feature-cont .price__vendor.price__vendor--listing dd{
  	font-size: 12px;
    line-height: 16px;
  }
  .template-collection .art-hm-feature-cont .price__regular .price-item--regular{
  	font-size: 16px;/* font-size: 12px; */
    line-height: 16px;
  }
  .template-collection #Collection .custom_featuted_li{
  	margin: 0 5px;
  }
  .template-collection #Collection .grid > div.small--one-half{
/*  	width: 100%;*/
  }
  .art-cst-colc-top{
  	padding: 0;
    margin: 0 -5px 15px;
  }
  .art-cst-colc-top-row{
  	display: block;
    position: relative;
  }
  .art-cst-colc-top-row .art-cst-colc-top-left,
  .art-cst-colc-top-row .art-cst-colc-top-right{
      -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .art-cst-colc-top-row .art-cst-colc-top-left{
      padding-right: 0px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    z-index: 1;
  }
  .art-cst-colc-top-cont{
      max-width: 100%;
  }
  .art-cst-colc-top-img{
  	padding-top: 68.75%;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
  }
  .art-cst-colc-top-img img{
  	display: none !important;
  }
  .art-cst-colc-top-cont h3{
    color: #FFFFFF;
    font-family: Oswald;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 18px;
    margin-bottom: 10px;
    text-shadow: 0 0 46px rgba(0,0,0,0.96);
  }
  .art-cst-colc-top-cont p{
    color: #E6E6E6;
    font-family: "Titillium Web";
    font-size: 14px;
    letter-spacing: .75px;
    line-height: 20px;
    text-shadow: 0 0 16px rgba(0,0,0,0.53);
    max-height: 80px;
    overflow: hidden;
    margin: 0;
  }
  .art-cst-colc-top-cont ul li{
  	font-size: 14px;
    line-height: 16px;
    color: #999;
  }
  .art-cst-colc-top-cont ul li:before{
  	font-size: 14px;
    line-height: 14px;
    color: #999;
  }
  /*collection page ends*/
  /*inner page submenu hide*/
  .art-inner-pg-menu-bar{
  	display: none;
  }
  /*inner page submenu hide*/
  /*mobile header starts*/
  .ArtEntHeader > .art-cst-header-sec{
  	display: none;
  }
  .art-mob-header-upr{
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .art-mob-header-upr > div{
  	-ms-flex: 0 0 33.333333%;
  	flex: 0 0 33.333333%;
  	max-width: 33.333333%;
  }
  .art-mob-header-menu-toggle a.art_toggle_mob.OpenToggle{
  	background: #ededee;
    box-shadow: 0 -2px 6px rgba(21,21,21,0.6);
    transition: all 0.25s ease-out;
  }
  .BodyToggleOpen .art-mob-header-menu-toggle:after{
  	width: 48px;
    height: 10px;
    background: #ededee;
    content:"";
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    pointer-events: none;
  }
  .art-mob-header-menu-toggle a{
  	font-size: 0px;
    padding: 15px 13px;
    position: relative;
    width: 48px;
    height: 37px;
    display: block;
    transition: all 0.25s ease-out;
  }
  .art-mob-header-menu-toggle a span{
  	width: 22px;
    height: 3px;
    border-radius: 2px;
    display: block;
    background: #000;
    margin-top: 1px;
  }
  .art-mob-header-menu-toggle a.OpenToggle span{
  	opacity: 0;
  }
  .art-mob-header-menu-toggle a:before{
  	width: 22px;
    height: 3px;
    border-radius: 2px;
    display: block;
    background: #000;
    position: absolute;
    top: 10px;
    left: 13px;
    content:"";
    transition: all 0.25s ease-out;
  }
  .art-mob-header-menu-toggle a.OpenToggle:before{
  	transform: rotate(45deg);
    margin-top: 6px;
    transition: all 0.25s ease-out;
  }
  .art-mob-header-menu-toggle a:after{
  	content:"";
    width: 22px;
    height: 3px;
    border-radius: 2px;
    display: block;
    background: #000;
    position: absolute;
    top: 22px;
    left: 13px;
    transition: all 0.25s ease-out;
  }
  .art-mob-header-menu-toggle a.OpenToggle:after{
  	transform: rotate(-45deg);
    transition: all 0.25s ease-out;
    margin-top: -6px;
  }
  .art-mob-header-upr .site-header__logo{
  	margin: 0;
    padding: 0;
    text-align: center;
  }
  .art-mob-header-upr .site-header__logo .site-header__logo-image-mob{
  	display: inline-block;
  }
  .art-mob-header-upr .site-header__logo img{
  	width: 30px;
  }
  .art-mob-header-right ul{
  	margin: 0;
    padding: 0px 0;
    list-style: none;
    text-align: right;
  }
  .art-mob-header-right ul li{
  	display: inline-block;
    padding: 0px 13px;
    border-left: 1px solid #e4e4e4;
  }
  .art-mob-header-right ul li:first-child{
  	border-left: 0px solid #e4e4e4;
  }
  .art-mob-header-right ul li a.site-header__icon{
  	padding: 0px;
  }
  .art-mob-header-right ul li i{
  	font-size: 19px;
    line-height: 19px;
  }
  .art-mob-header-lwr:after{
  	content:"";
    clear: both;
    display: table;
  }
  .art-mob-header-lwr .site-header__logo{
  	margin: 0;
    padding: 0;
    text-align: center;
  }
  .art-mob-header-lwr .site-header__logo .site-header__logo-image{
  	display: inline-block;
    margin-bottom: 14px;
  }
  .art-mob-header-lwr .site-header__logo .site-header__logo-image img{
  	width: 235px;
    display: block;
  }
  /*mobile header ends*/
  /*mobile menu starts*/
  .art-mob-menu-sec:before{
  	width: 48px;
    height: 5px;
    background: #ededee;
    content:"";
    display: block;
    position: absolute;
    left: 0;
    top: -5px;
  }
  .art-mob-menu-sec{
	background-color: #EDEDEE;
  	box-shadow: 0 1px 6px rgba(21,21,21,0.6);
    width: 100%;
    max-width: 100%;
    position: fixed;
    top:80px;
    bottom: 0;
    left: 0;
    z-index: 11;
  }
  .art-mob-menu-box{
  	max-height: calc(100vh - 315px);
    overflow: auto;
  }
  .art-mob-menu-list > li.art-mob-has-submenu > a:after{
  	font-family: "Font Awesome 5 Pro" !important;
    content: "\f107" !important;
    font-size: 22px !important;
    color: #292929 !important;
    font-weight: 300;
    position: absolute;
    right: 10px;
    top: 18px;
    line-height: 12px;
    transition: all 0.25s ease-out;
  }
  .art-mob-menu-list > li.art-mob-has-submenu.openSubMenuBtn > a:after{
  	transform: rotate(180deg);
    transition: all 0.25s ease-out;
  }
  .art-mob-menu-list > li > a{
  	font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'Oswald', sans-serif !important;
    color: #101010 !important;
    padding: 12px 20px 12px 10px;
    text-decoration: none !important;
  }
  .art-mob-menu-list > li > a span{
  	border: none !important;
  }
  .art-mob-submenu-list{
  	background: #fff;
  }
  .art-mob-submenu-list > li{
  	padding: 0 10px;
  }
  .art-mob-submenu-list > li > a{
  	font-size: 14px;
    line-height: 18px;
    color: #1C1D1E;
    opacity: .85;
    padding: 12px 12px 10px 12px;
    border-top: 1px solid #EAEAEA;
  }
  .art-mob-submenu-list > li:first-child > a{
  	border-top: 0px solid #EAEAEA;
  }
  .art-mob-menu-search-box{
  	padding: 0 3px;
  }
  .art-mob-menu-search-box input[type='text']{
  	border: none;
    background: #fff;
    font-size: 12px;
    color: #2a2a2a;
    padding: 9px 40px 9px 13px;
    min-height: 33px;
  }
  .art-mob-menu-search-box button svg{
  	width: 15px !important;
    height: 15px !important;
    fill: #5a5a5a;
  }
  .art-mob-menu-icon-box-list{
  	max-width: 190px;
    margin: auto ;
    padding: 48px 0 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
  	justify-content: space-between;
  }
  .mob-menu-icon-fav-wish{
  	position: relative;
  }
  .mob-menu-icon-fav-wish span.topbadge{
  	/*display: block !important;*/
    width: 12px !important;
    height: 12px !important;
    margin: 0 !important;
    line-height: 13px !important;
    font-weight: 400 !important;
    font-size: 8px !important;
    text-align: center;
    padding: 0 !important;
    position: absolute;
    left: 10px;
    top: 0;
  }
  .art-mob-menu-icon-box-list li a{
  	font-size: 14px;
    line-height: 16px;
    color: #000;
    opacity: .8;
    /*font-family: 'Oswald', sans-serif;*/
    font-weight: 500;
  }
  .art-mob-menu-icon-box-list li a span{
  	width: 32px;
    display: inline-block;
    font-size: 12px;
    color: #131313;
  }
  .art-mob-menu-icon-box-list li:last-child{
  	margin-top: 35px;
    -ms-flex: 0 0 100%;
  	flex: 0 0 100%;
  	max-width: 100%;
  }
  .art-mob-menu-icon-box-list li:last-child a{
  	text-align: center;
    display: block;
  }
  .art-mob-menu-icon-box-list li:last-child a span{
  	text-align: left;
  }
  /*mobile menu ends*/
  /*mobile footer starts*/
  footer.ArtOfEntFooter .site-footer__linklist{
  	display: none;
  }
  footer.ArtOfEntFooter .site-footer__content{
  	padding: 0px 2px;
  }
  footer.ArtOfEntFooter .site-footer__content > .site-footer__item{
  	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin: 0px;
  }
  footer.ArtOfEntFooter .site-footer__content > .site-footer__item .site-footer__item-inner{
  	width: 100%;
  }
  footer.ArtOfEntFooter{
  	padding-top: 24px;
    padding-bottom: 22px;
    position: relative;
  }
  footer.ArtOfEntFooter .site-footer__content > .site-footer__item:first-child .site-footer__item-inner{
  	width: 100%;
    background-color: #000;
    padding: 15px;
    text-align: center;
    margin-bottom: 5px;
  }
  footer.ArtOfEntFooter .site-footer__content > .site-footer__item:first-child .site-footer__item-inner p.h4{
  	font-size: 14px;
    color: #fff;
    text-align: center;
    padding-bottom: 12px;
    border: none;
    font-weight: 600;
  }
  footer.ArtOfEntFooter .site-footer__content > .site-footer__item:nth-child(2) .site-footer__item-inner p.h4{
  	border: none;
  }
  footer.ArtOfEntFooter .site-footer__content > .site-footer__item:first-child .site-footer__item-inner .site-footer__rte{
  	display: inline-block;
  }
  .art-footer-social-inn{
  	padding: 5px;
  }
  .art-footer-social-box{
  	display: inline-block;
    padding: 7px;
  }
  .art-footer-social-box a{
  	font-size: 0px;
    display: block;
  }
  .art-footer-social-box a span{
  	font-size: 19px;
    line-height: 19px;
  }
  footer.ArtOfEntFooter .site-footer__item p.h4{
  	font-size: 14px;
    padding: 10px 0;
    line-height: 14px;
    border-top: 1px solid #BDBDBD;
    width: 100%;
    display: block;
    font-weight: 600;
    position: relative;
  }
  footer.ArtOfEntFooter .site-footer__item p.h4:after{
  	position: absolute;
    right: 0;
    top: 9px;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 8px;
    color: #000;
    transition: all 0.25s ease-out;
  }
  footer.ArtOfEntFooter .site-footer__item p.h4.openAccorBtn:after{
  	content: "\f077";
    transition: all 0.25s ease-out;
  }
  footer.ArtOfEntFooter .site-footer__linklist .site-footer__linklist-item{
  	padding-bottom: 6px;
  }
  .AOE_copwrite_inner{
  	padding-top: 15px;
  }
  .AOE_copwrite_inner *{
  	font-size: 11px;
    line-height: 13px;
    color: #999!important;
  }
  /*mobile footer ends*/
  .art-ext-top-bar-row > div.art-ext-top-bar-left{
  	display: none;
  }
  .art-ext-top-bar-row > div{
  	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
  }
  .art-hm-gal-main > .art-cst-container{
  	padding-left: 0px;
    padding-right: 0px;
  }
  .art-hm-gal-row > div{
  	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
  }
  .art-hm-gal-block-cont h3{
  	font-size: 22px;/* font-size: 18px; */
    line-height: 22px;
  }
  .art-hm-gal-block-cont .yl-lined-dark-btn{
  	font-size: 17px;/* font-size: 12px; */
    margin-top: 20px !important;
    max-width: 127px;
    display: none;
  }
  .yl-lined-dark-btn{
  	border-width: 1px;
  }
  .art-hm-gal-block:hover .art-hm-gal-block-cont .yl-lined-dark-btn{
  	line-height: 30px;
    display: inline-block;
  }
  .art-hm-bnr-blw-logo-main > .art-cst-container{
  	padding-left: 0px;
    padding-right: 0px;
  }
  .art-hm-bnr-blw-logo-row .art-hm-bnr-blw-logo-block{
  	width: 50%;
    margin-top: 1.5px;
    margin-bottom: 1.5px;
    padding: 0 1.5px 0 0;
  }
  .art-hm-bnr-blw-logo-row .art-hm-bnr-blw-logo-block:nth-child(2n){
  	padding: 0 0px 0 1.5px;
  }
  .art-hm-bnr-blw-logo-row .art-hm-bnr-blw-logo-block img{
  	height: 38px;
  }
  .art-hm-bnr-blw-logo-box{
  	height: 50px;
  }
  .art-hm-abt-us-main{
  	padding: 37px 0px;
  }
  .art-hm-abt-us-row .art-hm-abt-us-left{
  	width: 100%;
    padding: 0 10px;
  }
  .art-hm-abt-us-left h3{
  	font-size: 18px;
    line-height: 22px;
    color: #2d2d2d;
    text-align: center;
  }
  .art-hm-abt-us-left p{
  	font-size: 16px;
    line-height: 20px;
    color: #2e2e2e;
    margin: 15px 0px 20px;
  }
  .black-lined-arrow-btn{
  	padding: 9px 47px 9px 20px;
    font-size: 14px;
    line-height: 16px;
  }
  .black-lined-arrow-btn:before{
  	top: 10px;
    font-size: 16px;
  }
  .art-hm-abt-us-btn{
  	text-align: center;
  }
  .art-hm-abt-us-row .art-hm-abt-us-right{
  	width: 100%;
    margin-top: 35px;
  }
  .art-hm-abt-us-right ul{
  	border-top: 1px solid #e0e0e0;
    position: relative;
  }
  .art-hm-abt-us-right ul:after{
  	width: 1px;
    height: 100%;
    content:"";
    background: #e0e0e0;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    position: absolute;
  }
  .art-hm-abt-us-right ul li{
  	padding: 10px;
    border-bottom: 1px solid #e0e0e0;
  }
  .art-hm-abt-us-right ul li i{
  	font-size: 22px;
    line-height: 22px;
  }
  .art-hm-abt-us-right ul li p{
  	font-size: 13px;
    line-height: 17px;
    color: #3b3b3b;
    margin: 0 auto;
    max-width: 75px;
  }
  .art-cst-sec-title{
  	font-size: 22px;
    line-height: 22px;
    color: #2d2d2d;
  }
  .art-hm-wts-row .art-hm-wts-left{
  	width: 100%;
    padding: 0 0 2px 0;
  }
  .art-hm-wts-row .art-hm-wts-right{
  	width: 100%;
    padding: 0px;
  }
  .art-hm-wts-main .art-hm-gal-block-cont h3{
  	font-size: 18px;
    line-height: 20px;
  }
  .art-hm-wts-row .art-hm-wts-left .art-hm-gal-block-cont{
  	bottom: 20px;
  }
  .art-hm-wts-row .art-hm-gal-block-cont .yl-lined-dark-btn{
  	display: none;
  }
  .art-hm-wts-row .art-hm-gal-block:hover .art-hm-gal-block-cont .yl-lined-dark-btn{
  	display: inline-block;
  }
  .art-hm-sba-main .art-cst-container{
  	padding: 0 2px;
  }
  .art-hm-sba-inn{
  	padding: 0px;
  }
  .art-hm-sba-row .art-hm-sba-block{
  	width: 50%;
    padding: 2px;
  }
  .art-hm-sba-box h3{
  	font-size: 18px;
    line-height: 20px;
    left: 0;
    right: 0;
    bottom: 15px;
    padding: 0 5px;
  }
  .art-hm-latest-news-row > div{
  	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .art-hm-latest-news-cont{
  	left: 24px;
    right: 24px;
  }
  .art-hm-latest-news-cont h3{
  	font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    text-shadow: 0 1px 59px rgba(47,47,47,0.53);
  }
  .art-hm-latest-news-cont .yl-lined-dark-btn{
  	display: none;
  }
  .art-hm-latest-news-cont p{
  	font-size: 12px;
    line-height: 14px;
    margin-bottom: 15px;
    text-shadow: 0 1px 21px rgba(47,47,47,0.65);
  }
  #shopify-section-shop-by-product-category .art-hm-feature-btn{
  	margin-top: 0px;
    margin-bottom: 20px;
  }
  .blk-back-sml-btn{
  	width: 100%;
    max-width: 137px;
    padding: 6px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    margin-left: auto;
    margin-right: auto;
  }
  .art-hm-latest-news-row{
  	margin-bottom: 10px;
  }
  .art-hm-latest-news-main{
  	padding-top: 20px;
  }
  .art-hm-wts-main{
  	padding: 40px 0px;
  }
  .art-whole-block-upr-link{
  	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .featured_product_home_sec{
  	padding: 30px 0px 10px;
    background-color: #fafafa;
  }
  .art-hm-feature-inn .grid.owl-carousel{
  	padding-left: 25px;
    padding-right: 25px;
  }
  .featured_product_home_sec .custom_featuted_li{
  	max-width: none;
    padding: 0px;
  }
  .art-cst-slider-arrow .owl-nav .owl-prev i{
  	width: 10px !important;
    height: 10px !important;
    background: none !important;
    font-size: 14px !important;
    line-height: 14px !important;
  }
  .art-cst-slider-arrow .owl-nav .owl-prev i:before{
  	font-size: 14px !important;
  }
  .art-cst-slider-arrow.owl-theme .owl-nav [class*=owl-]{
  	background: none !important;
  }
  .art-cst-slider-arrow .owl-nav{
  	top: 27%;
  }
  .art-cst-slider-arrow .owl-nav .owl-prev{
  	left: 0px;
  }
  .art-cst-slider-arrow .owl-nav .owl-next i{
  	width: 10px !important;
    height: 10px !important;
    background: none !important;
    font-size: 14px !important;
    line-height: 14px !important;
  }
  .art-cst-slider-arrow .owl-nav .owl-next i:before{
  	font-size: 14px !important;
  }
  .art-cst-slider-arrow .owl-nav .owl-next{
  	right: 0px;
  }
  .art-hm-feature-cont h3{
  	font-size: 14px;
    letter-spacing: 1px;
  }
  .art-hm-feature-cont .price__regular .price-item--regular{
  	font-size: 16px;/* font-size: 12px; */
    letter-spacing: 1px;
  }
  .art-hm-feature-inn .owl-theme .owl-dots{
  	display: none;
  }
  .featured_product_home_sec .custom_featuted_li:hover{
  	background: none;
    box-shadow: none;
  }
  .template-index .art-hm-feature-btn{
  	display: none;
  }
  .art-hm-testimonial-sec{
  	padding: 40px 20px 0px;
  }
  .art-hm-testimonial-sec #stamped-reviews-widget[data-widget-type="carousel"]{
  	width: 100% !important;
  }
  .art-hm-testimonial-sec #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll{
  	margin-left: 0px;
    margin-right: 0px;
  }
  .art-hm-testimonial-sec #stamped-reviews-widget[data-widget-type="carousel"] .stamped-ratings-wrapper{
  	margin: 0 5px;
    padding: 25px;
  }
  .art-hm-testimonial-sec #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-author{
  	margin-left: 0px !important;
    padding-left: 18px;
    font-size: 18px;
   	line-height: 22px;
  }
  .art-hm-testimonial-sec .stamped-reviews-title a{
  	font-size: 16px;
    line-height: 20px;
  }
  .art-hm-testimonial-sec #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-title{
  	padding: 0;
  }
  .art-hm-testimonial-sec #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-message{
  	margin-left: 0px !important;
    font-size: 12px;
    line-height: 14px;
  }
  .art-hm-testimonial-sec #stamped-reviews-widget .stamped-carousel-button-left{
	width: 10px !important;
    height: 10px !important;
    background: none;
    left: 5px;
  }
  .art-hm-testimonial-sec #stamped-reviews-widget .stamped-carousel-button-left:before{
    font-size: 14px !important;
     line-height: 14px !important;
  }
  .art-hm-testimonial-sec #stamped-reviews-widget .stamped-carousel-button-right{
      width: 10px !important;
    height: 10px !important;
    background: none;
    right: 5px;
  }
  .art-hm-testimonial-sec #stamped-reviews-widget .stamped-carousel-button-right:before{
    font-size: 14px !important;
    line-height: 14px !important;
  }
  .right-arw-blck-list li{
  	font-size: 13px;
    line-height: 20px;
  }
  /*about us page starts*/
  .art-top-title-banner-img{
  	height: 139px;
  }
  .art-top-title-desc-sec .art-top-title-banner-img h1{
	font-size: 18px;
    line-height: 18px;
  }
  .art-top-title-desc-sec .art-top-title-banner-img p{
      display: none
  }
  .art-top-title-desc-sec .art-top-title-banner-img h1{
  	text-align: center;
  }
  .art-top-title-banner-img h1{
  	font-size: 18px;
    line-height: 18px;
  }
  .art-inn-abt-pg-cont-sec{
  	margin-top: 22px;
  }
  .art-inn-pg-cont-title{
	font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .art-mb-50 {
    margin-bottom: 20px !important;
    letter-spacing: 1px;
  }
  .art-inn-pg-cont-2-row .art-inn-pg-cont-2-col{
  	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .art-inn-pg-container p{
  	font-size: 13px;
    line-height: 16px;
    margin-bottom: 15px;
  }
  .art-abt-pg-comp-history{
  	margin-top: 0px;
    margin-bottom: 15px;
  }
  /*about us page ends*/
  /*quality page starts*/
  .art-our-qa-cont-box h3{
  	font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 1px;
  }
  .art-para-big-text{
  	font-size: 16px;
    line-height: 16px;
  }
  .art-our-qa-col-row{
  	padding-bottom: 30px;
  }
  /*quality page ends*/
  /*price and shipping starts*/
  .art-ship-price-info-block ul li{
  	font-size: 13px;
  }
  .art-ship-price-info-block p{
  	margin: 0;
  }
  .art-ship-price-pg-cont-sec h3{
  	font-size: 14px;
    letter-spacing: 1px;
  }
  /*price and shipping ends*/
  /*artist page starts*/
  .art-artist-page-main{
  	padding: 15px 0px 25px;
  }
  .art-artist-page-row .art-artist-page-left{
  	width: 100%;
  }
  .art-artist-page-row .art-artist-page-right{
  	width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }
  .artist-left-img-block h3{
  	margin: 15px 0px;
  }
  .art-big-circle-list li{
  	font-size: 13px;
    line-height: 16px;
    margin-bottom: 15px;
    padding-left: 18px;
  }
  .art-big-circle-list li:before{
  	width: 8px;
    height: 8px;
    top: 5px;
  }
  .art-artist-right-title{
  	display: none;
  }
  .art-artist-page-right-info p{
  	font-size: 13px;
    line-height: 16px;
    color: #6e6e6e;
    margin-bottom: 15px;
  }
  .art-artist-page-right-sign-img{
  	padding-left: 10px;
  }
  .art-artist-page-right-sign-img img{
  	max-width: 120px;
  }  
  .artist-left-vid-block p{
  	display: none;
  }
  .artist-left-vid-block p.artist-left-watch-now-link{
  	display: block;
  }
  .artist-left-vid-block-desk{
  	display: none;
  }
  .artist-left-vid-block{
  	margin-top: 20px;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .artist-left-vid-block-mob .artist-left-vid-inn{
  	padding: 0;
    width: 50px;
    height: 50px;
    float: left;
  }
  .artist-left-vid-block.artist-left-vid-block-mob h3{
  	margin: 2px 0px;
    font-size: 14px;
    line-height: 16px;
    color: #1d1d1d;
  }
  .artist-left-vid-block-cont{
  	float:left;
    width: calc(100% - 50px);
    padding-left: 12px;
  }
  .artist-left-watch-now-link{
  	margin-top: 8px !important;
  }
  .artist-left-watch-now-link a{
  	font-size: 13px;
    color: #1d1d1d;
    text-decoration: underline;
  }
  .artist-left-vid-inn img{
  	height: auto;
    position: relative;
  }
  .artist-left-vid-inn.artist-left-vid-inn-icon:before{
	 margin-left: -11px;
    margin-top: -11px;
    font-size: 22px;
    line-height: 22px;
    pointer-events: none;
  }
  /*artist page ends*/
  /*shop by artist page starts*/
  .art-shop-by-opt-pg-main{
  	padding: 20px 0px 40px;
  }
  .art-shop-by-opt-title p{
  	font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin: 10px auto 0px auto;
  }
  .art-shop-by-artist-info{
  	border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0px;
    background-color: #fff;
  }
  .art-shop-by-artist-info-row .art-shop-by-artist-info-img{
  	width: 130px;/* width: 98px; */
  }
  .art-shop-by-artist-info-row .art-shop-by-artist-info-desc{
  	width: calc(100% - 130px);/* width: calc(100% - 98px); */
    padding-left: 20px;
  }
  .art-shop-by-artist-info-desc h3{
  	font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .art-shop-by-artist-info-desc p{
  	font-size: 12px;
    line-height: 15px;
  }
  .art-shop-by-opt-title h3{
  	font-size: 18px;
    line-height: 22px;
  }
  .art-shop-by-artist-info-desc-btn{
  	text-align: left;
  }
  .art-shop-by-artist-info-desc-btn .yl-lined-dark-btn{
  	padding: 2px 14px;
    font-size: 10px;
  }
  .art-shop-by-artist-info-desc-btn{
  	margin-top: 10px;
  }
  .art-cst-sec-sml-title{
  	font-size: 18px;
    line-height: 20px;    
  }
  .art-shop-by-artist-list{
  	padding-top: 30px;
  }
  .art-shop-by-artist-list .art-hm-sba-box h3{
  	font-size: 18px;
    line-height: 20px;
  }
  .art-shop-by-artist-list .art-hm-sba-row{
  	margin-top: 25px;
  }
  .art-cst-container-3{
  	padding: 0 5px;
  }
  /*shop by artist page ends*/
  /*blog listing starts*/
  .art-blogs-list-with-sidebar .art-blogs-list-main-sec{
  	width: 100%;
  }
  .art-blogs-list-with-sidebar .art-blogs-list-sidebar{
  	display: none;
  }
  .art-blogs-list-with-sidebar:before{
  	display: none;
  }
  .art-mas-grid-item{
  	width: 100%;
  }
  .art-blog-list-box{
  	padding: 0;
    margin-bottom: 38px;
  }
  .art-blogs-list-with-sidebar{
  	padding: 0;
  }
  .art-blog-list-box-img .article__grid-image-container {
    float: none;
    margin: 0;
  }
  .art-blog-list-box-lbl{
  	padding: 3px 10px;
    font-size: 12px;
    letter-spacing: .5px;
  }
  .art-blog-list-box h3{
  	font-size: 14px;
    letter-spacing: .75px;
    margin-top: 17px;
  }
  .art-blog-list-box-auth{
  	font-size: 12px;
    margin: 10px 0px;
  }
  .art-blog-list-box-desc{
  	font-size: 12px;
    line-height: 14px;
  }
  .art-blogs-list-top-bar{
  	margin: 0px;
  }
  .art-blogs-list-top-filter ul li a{
  	font-size: 13px;
  }
  .art-blogs-list-top-filter ul li{
  	margin-left: 30px;
  }
  .art_main_tags_list .topic_dropdown .art_inner_dropdown li a{
  	font-size: 13px;
  }
  .art-blogs-list-top-search{
  	position: relative;
  }
  .art-blogs-list-top-search .art-mob-menu-search-box{
  	position: absolute;
    top: 2px;
    right: 18px;
    display: none;
    border: 1px solid #ccc;
  }
  .art-blogs-list-top-search .art-mob-menu-search-box.art-mob-menu-search-box-open{
  	display: block;
  }
  .art-blogs-list-top-search .art-mob-menu-search-box input[type='text']{
  	width: 200px;
  }
  .art-blogs-list-top-search .art_mob_search_icon{
  	height: 40px;
    display: -ms-flexbox;
  	display: flex;
  	-ms-flex-align: center;
  	align-items: center;
  }
  .art-blogs-list-top-search .art_mob_search_icon .search_icon_mob,
  .art-blogs-list-top-search .art_mob_search_icon .close_icon_mob{
  	display: none;
  }
  .art-blogs-list-top-search .art_mob_search_icon .search_icon_mob.search-show{
  	display: block;
  }
  .art-blogs-list-top-search .art_mob_search_icon .close_icon_mob.close-show{
  	display: block;
  }
  .art-blogs-list-top-search .art_mob_search_icon i{
  	font-size: 14px;
  }
  /*blog listing ends*/
  /*single blog starts*/
  .art-blog-single-page-top-right{
  	display: none;
  }
  .art-blog-single-page-top-left h4{
  	display: none;
  }
  .art-blog-single-page-top-left h3{
  	font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .art-blog-single-page{
  	padding: 15px 0px;
  }
  .art-blog-single-page-top-left li, .art-blog-single-page-top-left li a{
  	font-size: 12px;
    line-height: 15px;
    color: #999;
  }
  .art-blog-single-page-bot img{
  	margin-bottom: 5px;
  }
  .art-blog-single-social-icon h3{
  	font-size: 14px;
    letter-spacing: 4px;
  }
  .art-blog-single-social-text li a{
  	font-size: 13px;
  }
  .art-blog-single-page-bot h3{
  	font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
  }
  .art-blog-single-page-bot{
  	padding-top: 12px;
  }
  /*single blog ends*/
  /*cart page starts*/
  .template-cart .art-inner-pg-title{
  	margin: 20px 0;
    font-size: 20px;
    line-height: 24px;
  }
  form.cart .art_left_area{
  	width: 100%;
  }
  form.cart .cart__footer{
  	width: 100%;
  }
  .art_cart_count_det{
  	margin-bottom: 0px;
  }
  .cart__footer_inn{
  	max-width: none;
    float: none;
    padding-left: 0px;
  }
  .art_con_btn{
  	text-align: center;
  }
  .art_left_area .cart__meta .cart__product-information .art_prd_title{
  	width: 72%;
    padding-left: 15px;
  }
  .art_quantity_box .cart__quantity-td{
  	display: block !important;
    max-width: 143px;
  }
  .art_left_area .cart__meta .cart__product-information .art_quantity_box{
  	width: 100%; 
    margin-left: 28%;
    padding-left: 15px;
  }
  .art_left_area .cart__meta .cart__product-information .art_prd_title .cart__qty.medium-up--hide{
  	display: none !important;
  }
  .art_left_area .cart__meta .cart__product-information .cart__image-wrapper{
  	padding-left: 0px;
    position: static;
  }
  .art_left_area .art_prd_title .list-view-item__title .cart__product-title{
  	font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
  .art_prd_sku_avl ul li{
  	font-size: 12px;
  }
  .art_prd_title ul.product-details{
  	margin-bottom: 10px;
    margin-top: 0px;
  }
  .template-cart .art_left_area .art_prd_price .cart__price dd{
  	font-size: 14px !important;
  }
  .template-cart .art_quantity_box .cart__quantity-td .cart__qty .art_qty_dec{
  	height: 30px;
  }
  .template-cart .art_quantity_box .cart__quantity-td .cart__qty input{
  	height: 30px;
    min-height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .template-cart .art_quantity_box .cart__quantity-td .cart__qty .art_qty_inc{
  	height: 30px;
  }
  .art_quantity_box .cart__quantity-td .cart__qty .art_qty_inc:before,
  .art_quantity_box .cart__quantity-td .cart__qty .art_qty_dec:before{
  	font-size: 12px;
  }
  .art_left_area .cart__meta .cart__product-information{
  	position: relative;
  }
  .art_left_area .cart__image-wrapper .cart__remove{
  	top: 15px;
    left: auto;
    right: 0;
  }
  .art_left_area .cart__image-wrapper .cart__remove a{
  	width: 18px;
    height: 18px;
    line-height: 16px;
    font-size: 11px;
  }
  form.cart .cart__footer{
  	padding-top: 0px;
  }
  .cart__footer_inn > h3{
  	margin-bottom: 10px;
  }
  .cart__footer_inn .cart__shipping{
  	margin-top: 10px;
    margin-bottom: 10px;
  }
  /*cart page ends*/
}
@media (max-width: 480px){
  /*collection page starts*/
  .template-collection #Collection .grid > .small--one-half{
  	width: 100%;
  }
  .template-collection #Collection .grid > .small--one-half:nth-child(2n + 1) .custom_featuted_li{
  	/*padding-right: 75px;*/
  }
  .template-collection #Collection .grid > .small--one-half:nth-child(2n) .custom_featuted_li{
  	/*padding-left: 75px;*/
  }
  /*collection page ends*/
}


.boost-pfs-filter-products .grid-view-item__image-wrapper > div{
  padding-top: 0 !important;
}

@media only screen and (min-width:992px) and (max-width:1024px){
  .template-collection #Collection .grid > div.medium-up--one-third{
  	width: 25%;
  }
  .template-collection .grid--uniform .medium-up--one-third:nth-child(4n+1){
    clear:both;
  }
  .template-collection .grid--uniform .medium-up--one-third:nth-child(3n+1){
    clear:unset;
  }
}
@media only screen and (min-width:768px) and (max-width:991px){
  .template-collection #Collection .grid > div.small--one-half{
  	width: 33.33%;
  }
  .template-collection .grid--uniform .medium-up--one-third:nth-child(3n+1){
    clear:both;
  }
  .template-collection .grid--uniform .medium-up--one-third:nth-child(4n+1){
    clear:unset;
  }
}
@media only screen and (min-width:601px) and (max-width:767px){
  .template-collection #Collection .grid > div.small--one-half{
  	width: 50%;
  }
    .template-collection .grid--uniform .medium-up--one-third:nth-child(3n+1){
    clear:unset;
  }
  .template-collection .grid--uniform .medium-up--one-third:nth-child(2n+1){
    clear:both;
  }
}
@media only screen and (min-width:601px) and (max-width:749px){
  #Collection .grid-view-item__image-wrapper img{
    max-height: 250px !important;
  }
}
@media only screen and (max-width:600px){
  .template-collection #Collection .grid > div.small--one-half{
  	width: 100%;
  }
}

/**/
.four_banner_content.top_align{
  top: 80px;
}
.four_banner_content.top_center{
  top: 140px;
}
.four_banner_content.first_img.top_center{
  top: 240px;
}
.four_banner_content.bottom_align{
  top: unset;
    bottom: -10px;
  transform: translate(0,-20%);
  -moz-transform: translate(0,-20%);
  -webkit-transform: translate(0,-20%);
}
.four_banner_content.bottom_center{
   top: unset;
  bottom: 10px;
}
.four_banner_content.first_img.bottom_center{
   top: unset;
  bottom: 70px;
}

.inner_hero_banner h2{
	font-size: 60px;
}
.inner_hero_banner{
  position: absolute;
  width: 100%;
  top: 50%;
  left:50%;
  padding:0 30px;
  transform: translate(-50%,-50%);
}
.inner_hero_banner.top_align{
  top: 100px;
  /*transform: translateX(-50%);*/
}
.inner_hero_banner.bottom_align{
  top: unset;
  transform: translateX(-50%);
  bottom: 40px;
}
.four_banner_content .yl-lined-dark-btn{
  margin-top: 25px !important;
  border-width: 2px;
}

@media only screen and (min-width:750px){
  /*.four_banner_content.bottom_align .yl-lined-dark-btn{
    margin-top: 25px !important;
  }*/
}
@media only screen and (min-width:992px) and (max-width:1300px){
  .art-hm-gal-block:hover .art-hm-gal-block-cont.four_banner_content .yl-lined-dark-btn{
    margin-top: 20px;
  }
  .four_banner_content.top_align {
    top: 65px;
  }
  .four_banner_content.top_center{
    top: 100px;
  }
  .four_banner_content.first_img.top_center{
    top: 160px;
  }
  .four_banner_content.bottom_center {
    bottom: -10px;
  }
  .four_banner_content.first_img.bottom_center {
    bottom: 50px;
  }
}
@media only screen and (min-width:750px) and (max-width:991px){
  .art-hm-gal-block-cont.four_banner_content{
    padding: 0 1px;
  }
  .art-hm-gal-block-cont.four_banner_content h3{
    font-size: 28px;
    line-height: 28px;
  }
  .four_banner_content.bottom_center {
    bottom: 0px;
  }
  .four_banner_content.first_img.bottom_center {
    bottom: 50px;
  }
}
@media only screen and (max-width:991px){
  .four_banner_content.top_align {
    top: 52px;
  }
  .four_banner_content.top_center{
    top: 90px;
  }
  .four_banner_content.first_img.top_center{
    top: 120px;
  }
  .four_banner_content.bottom_align{
    transform: translate(0,-30%);
    -moz-transform: translate(0,-30%);
    -webkit-transform: translate(0,-30%);
  }
  .inner_hero_banner h2{
    font-size: 50px;
  }
}
@media only screen  and (max-width:749px){
  .inner_hero_banner{
    padding:0 10px;
  }
  .inner_hero_banner h2{
    font-size: 40px;
  }
  .four_banner_content.bottom_center {
    bottom: 15px;
}
   .four_banner_content.first_img.bottom_center {
    bottom: 50px;
  }
}
@media only screen and (max-width:767px){
  #shopify-section-collection-template .boost-pfs-filter-collection-description{
  	text-shadow: 0px 2px 5px #000000;
  }
  #shopify-section-collection-template .boost-pfs-filter-collection-description p{
    color:#fff;
  }
}

.hs-error-msgs{
  color: red;
}
.hs_submit{
  max-width: 144px;
}
.inner_klaviyo_form h4{
  font-weight: bold;
  color: #fff;
  width: 30%;
  margin: 0;
}
.inner_klaviyo_form .hbspt-form{
  width: 80%;
}
.inner_klaviyo_form .hbspt-form .submitted-message p{
  color:#EEF873;
}
.inner_klaviyo_form form{
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position:relative;
  padding: 10px 0 !important;
}
.inner_klaviyo_form .hs-fieldtype-text{
  width: 70%;
  position: relative;
}
.hs_error_rollup{
  position: absolute;
  bottom: -20px;
}
.inner_klaviyo_form .hs-fieldtype-text label{
  display:none;
}
.inner_klaviyo_form .hs_submit{
  width: 30%;
}


@media only screen and (max-width:749px){
  .inner_klaviyo_form{
    flex-wrap: wrap;
    text-align: center;
  }
  .inner_klaviyo_form h4{
  	width: 100%;
  }  
  .inner_klaviyo_form .hbspt-form{
    width: 100%;
    margin-top: 14px;
  }
}

@media only screen and (max-width:350px){
  .art-hm-gal-block-cont{
  	padding: 0 5px;
  }
  .art-hm-gal-block-cont .yl-lined-dark-btn{
    min-width: 130px;
    font-size: 15px;
    padding-left: 6px;
    padding-right: 6px;
  }
}

.slide_show_hero_btn{
  opacity: 0;
  visibility: hidden;
  max-height: 0px;
  padding-top: 0;
  padding-bottom: 0;
  border: 2px solid rgba(238,248,115,.5);
  padding: 0 15px;
  min-width:150px;
}
.slide_show_hero_btn:hover{
	border-width: 2px;
}
.hero_inner_banner:hover .slide_show_hero_btn{
  opacity:1;
  visibility:visible;
  transition: all 0.25s ease-out;
  max-height:51px;
  line-height: 48px;
 
}

.inner_hero{
  padding-left: 3px;
  padding-right: 3px;
}
.product__price .price-item--sale{
  margin-right: 10px !important;
}

@media (min-width: 750px) and (max-width: 991px){
  .hero_inner_banner:hover .slide_show_hero_btn{
    max-height: 40px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 749px){
  .slide_show_hero_btn.yl-lined-dark-btn{
    margin-top:0;
  }
  .slide_show_hero_btn{
    font-size:17px; 
  }
  .hero_inner_banner:hover .slide_show_hero_btn{
    max-height: 34px;
    line-height: 32px;
  }
  .product__price .price-item--sale{
    margin-right: 6px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1300px){
  .art-cst-header-row-left > nav > ul.site-nav .mega_menu_block > a{
  	font-size:14px;
  }
  button .site-nav__label{
  	font-size:14px;
  }
  .art-cst-header-row-left > nav > ul.site-nav > li > a{
  	font-size:14px;
  }
}
@media (min-width: 1301px) and (max-width: 1400px){
  .art-cst-header-row-left > nav > ul.site-nav .mega_menu_block > a{
    font-size:15px;
  }
  button .site-nav__label{
    font-size:15px;
  }
  .art-cst-header-row-left > nav > ul.site-nav > li > a{
    font-size:15px;
  }
}
.copyright{
    text-align: center;
    font-size: .8rem;
}

.boost-sd__product-image {
  padding: .3em;
}

.section-template--16057706250440__6fb7f70f-bb10-4e7e-ba12-08da7621c10d-padding {
  display: flex;
  justify-content: center;
}

.hero-slide .hero-content .hero-title {
  margin-bottom: 3rem;
}

.hero-slide .hero-content {
  background-color: rgba(255, 255, 255, 0.80);
}

.contact .title {
  text-align: center;
}

/* Center product cards on collection pages */
.collection .featured-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.collection .featured-product a {
  width: 100%;
}