body {
  margin: 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,1+34,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 34%, rgba(0, 0, 0, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 34%, rgba(0, 0, 0, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 34%, rgba(0, 0, 0, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}

table, div {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #333333;
  text-decoration: underline;
}

img {
  border: none;
}

p {
  margin: 10px 0;
}

h1, h2, h3, h4 {
  margin: 0px;
}


/*Heading*/

h1 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
}

h2 {
  font-size: 20px;
  font-weight: bold;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h4 {
  font-size: 14px;
  font-weight: bold;
}

.img_left {
  float: left;
  margin-right: 15px;
}

.img_right {
  float: right;
  margin-left: 15px;
}

.ul {
  margin: 0;
  padding-left: 0;
  margin-left: 20px;
}

.ul li {
  list-style-image: url(../images/li.jpg);
}

li {
  list-style: none;
}

#wrapper {
  width: 100%;
  background-image: url(../images/footer.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.container {
  width: 992px;
  margin: 0 auto;
}

#main {
  width: 992px;
  margin: 0 auto;
}

#header {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 140px;
  background-color: #000;
}

#top {
  width: 992px;
  position: relative;
  display: inline-block;
}

#logo {
  width: 218px;
  float: left;
  margin: 13px 0 0 15px;
}

#top_text {
  width: 289px;
  float: left;
  margin: 35px 0 0 50px;
}

#top_link {
  width: 460px;
  float: right;
}

.see-location {
  text-align: center;
  width: 250px;
  margin-top: 35px;
  float: left;
}

.see-location a {
  background: url('../images/map-icon.png') no-repeat;
  background-position: left 20px center;
  width: 100%;
  text-align: center;
  font-weight: 600;
  background-color: #fdc52b;
  padding: 6px 12px;
  color: #000;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-left: 45px;
  position: relative;
  bottom: 6px;
  left: 6px;
}

.see-location a:hover {
  text-decoration: none;
}

.see-location h4 {
  color: #8dc643;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
}

.social-links {
  margin-top: 15px;
  float: right;
  clear: both;
  position: absolute;
  top: 0;
  right: 0;
}

.contact-header {
  position: absolute;
  float: right;
  text-align: center;
  color: #fff;
  right: 0;
  width: 150px;
}

.contact-header img {
  float: left;
}

#social_media {
  width: 200px;
  float: right;
  text-align: right;
  margin: 5px 117px 0 0;
  max-height: 30px;
  overflow: hidden;
}

#call {
  width: 200px;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  float: right;
  text-align: right;
  margin: 5px 117px 40px 0;
}

#see_location {
  width: 200px;
  float: right;
  margin: 5px 38px 0 0;
}

.call {
  font-size: 16px;
}

#navi {
  width: 992px;
}

#banner {
  width: 994px;
  padding: 15px 17px;
  background-color: #FFF;
  border-left: 1px solid #d1d4d5;
  border-right: 1px solid #d1d4d5;
}

.slick-slide img {
  width: 100%;
}

#content {
  width: 958px;
  padding: 0px 17px 10px;
  background-color: #FFF;
  border-left: 1px solid #d1d4d5;
  border-right: 1px solid #d1d4d5;
  position: relative;
  display: inline-block;
}

#left {
  width: 680px;
  float: left;
  text-align: left;
}

#box_content {
  position: relative;
  display: inline-block;
}

.box {
  padding: 10px;
  color: #fff;
  width: 200px;
  height: 300px;
  line-height: 9px;
  text-align: center;
  float: left;
  margin-right: 5px;
}

.box img {
  width: 100%;
  height: auto;
}

.box-title {
  color: #fff;
  line-height: 21px;
  font-size: 21px;
  padding-bottom: 10px;
  text-transform: uppercase;
  background: url('../images/box-underline.jpg') no-repeat;
  background-position: bottom center;
}

.box-col1 {
  background-color: #f7a53e;
}

.box-col2 {
  background-color: #8abe48;
}

.box-col3 {
  background-color: #912f8d;
}

.textwidget {
  width: 254px;
  float: right;
  overflow: hidden;
}

.textwidget img {
  width: 100%;
}

.box1 {
  width: 220px;
  float: left;
  line-height: 9px;
}

.box_text {
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  font-size: 15px;
}

.read_more {
  background-image: url(../images/learn_more.jpg);
  background-repeat: no-repeat;
  height: 22px;
  text-align: right;
  padding: 0 20px 20px;
}

#right {
  width: 260px;
  float: right;
}

.read_more_icon {
  float: right;
  margin-left: 6px;
}

#twitter_bg {
  background-image: url(../images/twtter_bg.jpg);
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  margin: 15px;
  0 0;
  padding: 6px 0 6px 0px;
  width: 667px;
}

.twitter_text {
  width: 156px;
  margin-right: 15px;
  margin-top: -13px;
  border-right: 1px solid #999;
  float: left;
  padding-right: 8px;
  line-height: 15px;
  min-height: 93px;
}

.twitter_text1 {
  width: 156px;
  ;
  float: left;
  line-height: 15px;
  min-height: 93px;
}

#footer {
  width: 958px;
  padding: 20px 17px 0;
  background-color: #f9fce5;
  border-left: 1px solid #d1d4d5;
  border-right: 1px solid #d1d4d5;
  position: relative;
  display: inline-block;
  border-top: 3px solid #bcc41c;
  background-image: url(../images/footer_bg.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
  margin-top: -6px;
}

#links {
  width: 150px;
  float: left;
  border-right: 1px solid #d7d8d3;
  margin-right: 15px;
}

#footer_text {
  width: 480px;
  float: left;
  border-right: 1px solid #d7d8d3;
  margin-right: 15px;
  padding-right: 5px;
}

#footer_logo {
  width: 100px;
  float: left;
  border-right: 1px solid #d7d8d3;
  margin-right: 15px;
}

#addres {
  width: 175px;
  float: left;
}

#copy {
  width: 958px;
  text-align: center;
  margin-top: 10px;
}

.welcome {
  font-size: 16px;
  text-transform: uppercase;
  color: #00529c;
  font-weight: bold;
}

.green {
  color: #82910d;
  line-height: 22px;
}

.brown {
  color: #d07008;
}

.green1 {
  color: #8fa00c;
}

.green1 a {
  color: #8fa00c;
}

.green1 a:hover {
  color: #8fa00c;
}

.white {
  color: #FFF;
}

.blue {
  font-size: 15px;
  color: #00529c;
  font-weight: bold;
  text-transform: uppercase;
}

.blue a {
  color: #00529c !important;
}

.black {
  color: #333;
}

.black a {
  color: gray !important;
  background-color: transparent !important;
  padding: 0 !important;
  line-height: 18px !important;
  background-image: none !important;
}

black a:hover {
  color: #00529c !important;
}

.red {
  color: #C30;
}

.red a {
  color: #C30;
}

.red a:hover {
  color: #C30;
}

#wall {
  background-color: #e0d1ac;
  float: right;
  width: 163px;
  padding: 20px 0 5px 5px;
  font-size: 11px;
}

#trim {
  background-color: #f9f8ea;
  float: right;
  width: 163px;
  padding: 20px 0 5px 5px;
  font-size: 11px;
}

#accent {
  background-color: #46373a;
  float: right;
  width: 163px;
  padding: 20px 0 5px 5px;
  color: #FFF;
  font-size: 11px;
}


/*Dropdown Menu*/

.navi_text {
  font-size: 12px;
  line-height: 29px;
  width: 180px;
  float: left;
}

.navi_text ul {
  margin: 0px;
  padding-left: 0px;
  margin-left: 0px;
  list-style: none;
}

.navi_text li {
  border-bottom: 1px dotted #CCCCCC;
  background-image: url(../images/navi_bg.jpg);
  background-repeat: repeat-x;
  margin: 1px 0;
}

.navi_text li a {
  display: block;
  text-decoration: none;
  padding-left: 05px;
}

.navi_text li a:hover {
  color: #0050a0;
  display: block;
  text-decoration: none;
  padding-left: 05px;
  background-image: url(../images/navi_bg_o.jpg);
  background-repeat: repeat-x;
}

.navi_text_active {
  color: #0050a0;
  background-color: #02a046;
  display: block;
  text-decoration: none;
  padding-left: 05px;
}

#pro {
  width: 794px;
  float: right;
  border: 1px solid #dfdfdf;
  margin: 1px 4px 0 0;
}

.pro_category {
  width: 184px;
  padding: 0 4px;
  height: auto;
  float: left;
  border: 1px solid #dfdfdf;
  text-align: center;
  margin: 2px 2px 2px 0;
  height: 445px;
}

.pro_category_last {
  width: 118px;
  padding: 0 5px;
  height: 445px;
  float: left;
  border: 1px solid #dfdfdf;
  text-align: center;
  margin: 2px 0;
}

.link {
  width: 160px !important;
  background-image: url(../images/navi_bg.jpg)!important;
  background-repeat: repeat-x;
  margin: 1px 0!important;
}

.link a {
  width: 170px !important;
  line-height: 16px !important;
  background-image: url(../images/navi_bg.jpg)!important;
  text-decoration: none !important;
  padding-left: 10px !important;
  display: block !important;
  background-color: transparent !important;
  color: gray !important;
}

.link a:hover {
  width: 170px !important;
  color: #0050a0 !important;
  background-color: #ff9e2c !important;
  display: block !important;
  text-decoration: none !important;
  padding-left: 10px !important;
  background-image: url(../images/navi_bg_o.jpg) !important;
  background-repeat: repeat-x!important;
  text-decoration: none !important;
}


/*Aboutus*/

.bradecum {
  color: #006699;
  line-height: 25px;
}

.bradecum a {
  color: #999999;
}

.bradecum a:hover {
  color: #999999;
}

.red {
  color: #e5322d;
  text-transform: uppercase;
}

.red a {
  color: #e5322d;
  text-transform: uppercase;
}

.red a:hover {
  color: #e5322d;
  text-transform: uppercase;
}

#contact {
  background-color: #f9fce5;
  width: 340px;
  padding: 3px 10px;
  border: 1px solid #d3d8b2;
  height: 420px;
}

#free_delivery {
  background-image: url(../images/free_delivery_bg.jpg);
  background-repeat: no-repeat;
  height: 60px;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 0;
  padding-left: 92px;
  padding-right: 36px;
  padding-top: 25px;
  position: relative;
  top: 30px;
  width: 570px;
}

#qanda {
  /*background-color:#e5f2fc; width:340px; padding:3px 10px; border:1px solid #b2c7d8; height:420px;*/
  background-color: #E5F2FC;
  border: 1px solid #B2C7D8;
  display: inline-block;
  padding: 3px 10px;
  position: relative;
  width: 658px;
}

#qanda .textarea {
  border: 1px solid #B2C7D8;
  padding: 3px;
  width: 322px;
  height: 105px
}

#qanda .left {
  float: left;
  padding-top: 26px;
  width: 310px;
}

#qanda .right {
  float: right;
  width: 330px;
}

#qanda .right .submit {
  margin-left: 5px;
}

#decorating_studio_red {
  /*background-image:url(../images/decorating_studio_red_bg.jpg);*/
  background-repeat: no-repeat;
  height: auto;
  padding: 7px 30px 7px 17px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  background-color: #CB1311;
  -moz-border-radius: 8px;
}

#decorating_studio_red a {
  color: #FFF;
}

#left_in {
  width: 660px;
  float: left;
  text-align: justify;
}


/*Wood Stain */

.wood_stain_ban {
  width: 653px;
  border: 1px solid #a7a7a7;
  position: relative;
  display: inline-block;
  margin-top: 10px;
  text-align: left;
  padding: 2px 5px 2px 2px;
}

#how_to_ban {
  width: 652px;
  border: 1px solid #8fc5d8;
  position: relative;
  display: inline-block;
  margin-top: 10px;
  text-align: left;
  padding: 4px;
}

.how_to_text {
  float: right;
  width: 150px;
  background-color: #eaeaea;
  width: 182px;
  height: 213px;
  padding-left: 10px;
}

.how_to_img {
  width: 207px;
  float: left;
  margin: 15px 19px 0 0;
}

.how_to_img1 {
  width: 207px;
  float: left;
  margin: 15px 0 0;
}

.blue1 {
  color: #3aa3c8;
  font-weight: bold;
}

#next_pre {
  text-align: center;
  padding: 5px 0;
}

.position {
  position: relative;
  display: inline-block;
}

.red1 {
  color: #d30f14;
  font-weight: bold;
}


/*feedback*/

label {
  width: 110px;
  float: left;
}

label.error {
  float: none;
  color: red;
  padding-left: .5em;
  vertical-align: top;
}

.submit {
  margin-left: 130px;
}

em {
  font-weight: bold;
  padding-right: 1em;
  vertical-align: top;
}

.p {
  display: inline-block;
  margin: 10px 0 0;
}

.input, select {
  width: 190px;
  border: 1px solid #d3d8b2;
  padding: 3px;
}

.textarea {
  width: 330px;
  border: 1px solid #d3d8b2;
  padding: 3px;
}

.input1, .select1 {
  width: 190px;
  border: 1px solid #b2c7d8;
  padding: 3px;
}

.textarea1 {
  width: 330px;
  border: 1px solid #b2c7d8;
  padding: 3px;
}


/*paint_calculator*/

#paint_calculator_form {
  position: relative;
  display: inline-block;
  width: 660px;
  margin-bottom: 15px;
}

#paint_calculator_left {
  width: 280px;
  float: left;
  border: 1px solid #CCC;
  padding: 10px 20px 0;
  height: 270px;
}

#paint_calculator_right {
  width: 280px;
  float: right;
  border: 1px solid #CCC;
  padding: 10px 20px 0;
  height: 270px;
}


/*paints*/

.paints {
  border-top: 1px solid #CCC;
  padding-top: 10px;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

.pro_title {
  background-image: url(../images/pro_title_bg.jpg);
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 0 7px 6px;
}

.available_title {
  background-image: url(../images/blue_title_bg.jpg);
  background-repeat: no-repeat;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFF;
  margin-left: 1px;
  padding: 12px 0 12px 8px;
}

.product {
  width: 150px;
  float: left;
  margin: 15px 19px 0 0;
  text-align: center;
}

.product1 {
  width: 150px;
  float: left;
  margin: 15px 19px 0 0;
  text-align: center;
  clear: both;
}

.pro_info {
  position: relative;
  display: inline-block;
}

#rating_1810_text {
  visibility: hidden;
}

.blog-date {
  background: url(../images/date-bg.jpg) no-repeat;
  width: 31px;
  height: 63px;
  float: left;
  margin-right: 15px;
  color: #FFF;
  padding: 10px;
  text-align: center;
}

.date {
  font-size: 16px;
  font-weight: bold;
}

.blog-title {
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
}

.blog-box {
  border-bottom: 1px solid #CCC;
  padding-top: 10px;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

.read {
  background: url(../images/read-bg.jpg) no-repeat;
  text-align: center;
  position: absolute;
  width: 32px;
  height: 24px;
  font-size: 14px;
  font-weight: bold;
  right: -35px;
  color: #FFF;
  top: 0;
}

.read a, .read a:hover {
  color: #fff;
  text-decoration: none;
}

#big-video {
  background: url(../images/big-video-bg.jpg) no-repeat;
  padding: 3px 10px 34px 11px;
  width: 639px;
  height: 392px;
  margin: 10px 0;
  position: relative;
}

.sm-video {
  float: left;
  margin: 0 20px 20px 0;
  background: url(../images/sm-video-bg.jpg) no-repeat;
  padding: 0 10px 9px;
  float: left;
  position: relative;
  height: 249px;
}

.sm-video-last {
  margin-right: 0px;
}

.video-text {
  bottom: 15px;
  color: #400B13;
  left: 16px;
  max-height: 18px;
  overflow: hidden;
  position: absolute;
  text-transform: uppercase;
  width: 300px;
}

.paginate {
  clear: both;
  text-align: center;
}

.paginate a {
  color: #666;
}

.paginate a:hover {
  color: #333;
  text-decoration: none;
}

.red_text {
  color: #AB3D2F;
}

#right li {
  list-style: none;
}

.paints {
  border-top: 1px solid #CCCCCC;
  display: inline-block;
  margin-bottom: 22px;
  padding-top: 10px;
  width: 100%;
}

.red1 {
  color: #D30F14;
  font-weight: bold;
}

.available {
  background-image: url(../images/availablie_center.jpg);
  background-repeat: repeat-y;
  float: right;
  margin-left: 15px;
  width: 179px;
  display: none;
}

.available_title {
  background-image: url(../images/blue_title_bg.jpg);
  background-repeat: no-repeat;
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  margin-left: 1px;
  padding: 12px 0 12px 8px;
  text-transform: uppercase;
}

.fb_ltr {
  width: 90px !important;
}

#social_media .fb_ltr {
  width: 90px !important;
}

.product img, .product1 img {
  max-width: 110px;
  max-height: 110px;
}

#rating_1857_text {
  visibility: hidden;
}

.wpsc_select_product_rating {
  width: auto;
  padding: 0px;
  border: -2px none;
  margin-left: 80px !important;
}

.pro_category .blue a, .pro_category a {
  background: none !important;
}

.cus_img a:hover, .cus_img a {
  background-image: none !important;
}

#simpleimage-5 .simpleimage {
  margin-top: -5px;
}

.wpsc_product_rating {
  margin-top: -17px !important;
  position: relative;
  margin-left: 240px;
  visibility: hidden;
}

.widget_latest_tweets_widget {
  list-style: none;
}

.bg-grass {
  position: relative;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

.bg-grass img {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.slick-dots li button::before {
  font-size: 12px !important;
}


/* Jordan Edits */

.wpsc_default_product_list>* {
  display: inline-block;
  width: 17%;
  vertical-align: top;
}

.wpsc_product_price {
  display: none !important;
}

.wpsc_default_product_list .productcol {
  display: none
}

.wpsc_default_product_list .prodtitle {
  font-size: 12px;
  text-align: center;
}

.wpsc_default_product_list div.imagecol {
  overflow: hidden;
  width: 100% !important;
}

div#default_products_page_container .imagecol img {
  border: none;
  width: 100%;
  cursor: pointer;
}

div.single_product_display .imagecol img.product_image {
  border: none;
}

.single-product-title {
  text-align: center;
}

.single-red1 {
  text-align: right;
}


/* ==== PROMOTIONAL BANNER ==== */

@keyframes promotional-banner {
  from {
    padding-left: 100%;
    transform: translateX(0%);
  }
  to {
    padding-left: 0%;
    transform: translateX(-100%);
  }
}

.promotional-banner {
  display: inline-block;
  width: 100%;
  background-color: #D6252B;
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
  overflow: hidden;
}

.promotional-banner>.ticker-text {
  display: inline-block;
  font-family: Arial;
  font-size: 14px;
  padding-left: 100%;
  white-space: nowrap;
  animation: 20s infinite linear promotional-banner;
  color: white;
  margin: 0;
}

.promotional-banner>.ticker-text:hover {
  color: white;
  text-decoration: none;
}


/* ==== FEATURED PRODUCT ==== */

.home-featured-product {
  display: inline-block;
  position: relative;
  padding-top: 15px;
  width: 328px;
  height: 241px;
  vertical-align: top;
  background: black;
  background-image: -ms-linear-gradient(top, #F5F5F5 0%, #000000 100%);
  background-image: -moz-linear-gradient(top, #F5F5F5 0%, #000000 100%);
  background-image: -o-linear-gradient(top, #F5F5F5 0%, #000000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F5F5F5), color-stop(100, #000000));
  background-image: -webkit-linear-gradient(top, #F5F5F5 0%, #000000 100%);
  background-image: linear-gradient(to bottom, #F5F5F5 0%, #000000 100%);
}

.home-featured-product .splatter {
  background-image: url(../images/splatter-min.png);
  height: 160px;
  width: 163px;
  color: white;
  padding-top: 24px;
  padding-left: 23px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

.home-featured-product .splatter .title {
  font-size: 20px;
  line-height: 1;
}

.home-featured-product .featured-product {
  display: inline-block;
  position: relative;
  width: 43%;
  border-radius: 7px;
  height: 160px;
  box-sizing: border-box;
  background-color: white;
  border-radius: 9px;
  vertical-align: top;
  margin-left: 2%;
}

.home-featured-product .featured-product .product_image {
  max-width: 89%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-featured-product .banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 66px;
  padding-top: 26px;
  padding-left: 26px;
  color: white;
  font-size: 17px;
  background-image: url(../images/featured_product_banner-min.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}


/* === CUSTOM ORDERING === */

.custom-ordering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}


/* === INSTAGRAM GALLERY === */

.page-id-2011 h1 .welcome {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
}


/* === NAVIGATION === */

.media-pull-down-menu {
  min-height: 50px;
  border: 3px solid #bac011;
  width: 198px;
  margin-left: 18px;
  background-color: #FFF;
  -moz-border-radius: 10px;
  /* FF1+ */
  -webkit-border-radius: 10px;
  /* Saf3+, Chrome */
  border-radius: 10px;
  border-top-left-radius: 0px;
  padding: 10px 0;
  -moz-box-shadow: 0px 1px 10px #000;
  /* FF3.5+ */
  -webkit-box-shadow: 0px 1px 10px #000;
  /* Saf3.0+, Chrome */
  box-shadow: 0px 1px 10px #000;
  "

}
