body {
  background: #333333;
}

.header-container, .columns-container {
  

}
i, cite, em, var, address, dfn {
    font-style: italic;
}

#header {

}
#header #nav-row {
  background: #333333;
}
#header #nav-row .shop-phone {
  color: #777;
}
#header #nav-row .shop-phone i, #header #nav-row .shop-phone strong {
  color: #00A651;
}
#header #currencies-block-top, #header #languages-block-top, #header #nav-row .header_user_info {
  border-color: #515151;
}
#header .header_user_info_1 a:hover, #header #header_user_info .current:hover{
	 background: #00A651;
	 
}

#header #currencies-block-top ul li.selected, #header #currencies-block-top ul li.selected a, #header #currencies-block-top ul li a:hover, #header #languages-bloc ul li.selected, #header #languages-block-top ul li.selected a, #header #languages-block-top ul li a:hover, #header #nav-row .header_user_info ul li.selected, #header #nav-row .header_user_info ul li.selected a, #header #nav-row .header_user_info ul li a:hover, #header #header_user_info ul li a:hover, #header #header_user_info ul li.selected {
  background: #00A651;
}
#header #currencies-block-top div.current, #header #languages-block-top div.current, #header #nav-row .header_user_info a {
  color: white;
}
#header #currencies-block-top div.current:hover, #header #currencies-block-top div.current.active, #header #languages-block-top div.current:hover, #header #languages-block-top div.current.active, #header #nav-row .header_user_info a:hover, #header #nav-row .header_user_info a.active {
  background: #00A651;
  color: white;
}
#header #currencies-block-top div.current strong, #header #languages-block-top div.current strong {
  color: white;
}
#header #currencies-block-top div.current:after, #header #languages-block-top div.current:after {
  color: white;
}
#header #currencies-block-top div.current:hover strong, #header #currencies-block-top div.current:hover:after, #header #currencies-block-top div.current.active strong, #header #currencies-block-top div.current.active:after, #header #languages-block-top div.current:hover strong, #header #languages-block-top div.current:hover:after, #header #languages-block-top div.current.active strong, #header #languages-block-top div.current.active:after, #header #header_user_info .current:after {
  color: white;
}
#header #contact-link {
  border-color: #515151;
}
#header #contact-link a {
  color: white;
}
#header #contact-link a:hover, #header #contact-link a.active {
  background: #00A651;
  color: white;
}

#header #search_block_top .btn.button-search {
  background: #00A651;
  text-shadow: 0 1px #018c45;
  border-radius: 0px 20px 20px 0px;
-moz-border-radius: 0px 20px 20px 0px;
-webkit-border-radius: 0px 20px 20px 0px;
border: 0px solid #000000;
padding: 6px 12px;
}
#header #search_block_top .btn.button-search:hover {
  color: white;
  background: #333333;
  text-shadow: 0 1px  #333;
}
#header #search_block_top #search_query_top {
  color: #686666;
    border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	display: inline;
	padding: 0 13px;
	height: 37px;
	line-height: 1.42857;
	background: #fbfbfb;
	margin-right: 1px;
}


#header #header_user #shopping_cart a {
  background: #00A651;
  color: white;
  text-shadow: 0 1px #018C45;
}
#header #header_user #shopping_cart a:after {
  color: white;
}
#header #header_user #shopping_cart a:hover {
  color: white;
  text-shadow: 0 1px  #333;
  background: #333333;
}


#header .sf-menu {
  /*background: #f6f6f6;
  border-bottom: 3px solid #e9e9e9;*/
}
#header .sf-menu > li {
  /*border-right: 1px solid #d6d4d4;*/
}
#header .sf-menu > li > a {
  /*border-bottom: 3px solid #e9e9e9;*/
}

.sf-menu{
	background:#00A651;
	border-bottom: 3px solid #018c45;
}
.sf-menu > li{
	border-right-color:#00c761;
}
.sf-menu > li > a{
	border-bottom: 3px solid #018c45;
	font: 14px/16px "Open Sans","Oswald", sans-serif;	
	font-weight:bold;
	padding: 12px 15px;
	
}
.sf-menu > li > ul > li > a{
	/*font: 600 12px/14px "Open Sans", sans-serif;*/
	font:14px/14px "Oswald", sans-serif;
}
.sf-menu > li > ul > li > a:hover, .sf-menu li li li a:hover{
	color:	#00A651;
}
.sf-menu li li li a{
	font: 600 11px/13px "Open Sans", sans-serif;
	padding-bottom: 5px; 
	padding-top: 2px;
}
.sf-menu li> ul> li {
	
}
.sf-menu li> ul> li> ul{
	padding: 0px 0px 18px 8px;
}
@media (min-width: 992px) {
	.sf-menu > li > ul{
		top:42px;	
		-moz-column-count: 6;
		-moz-column-gap: 0px;
		-webkit-column-count: 6;
		-webkit-column-gap: 0px;
		column-count: 6;
		column-gap: 0px;
		width: 100%;
		
	}
	.sf-menu > li > ul > li{
		display: inline-block;
		margin-bottom: 0px;
		padding-top:12px;
		width: 100%;
		float:none;
		margin:0px 10px;
	}
}
@media (max-width: 991px) {
	.sf-menu > li > ul{
		top:42px;	
		-moz-column-count: 3;
		-moz-column-gap: 0px;
		-webkit-column-count: 3;
		-webkit-column-gap: 0px;
		column-count: 3;
		column-gap: 0px;
		width: 100%;
	}
	.sf-menu > li > ul > li{
		display: inline-block;
		margin-bottom: 0px;
		padding-top:12px;
		width: 100%;
		float:none;
		margin:0px 10px;
	}
	
	
	
}
@media (max-width: 767px){
	.cat-title{
		background:#00A651;
		border-bottom: 3px solid #018c45;
		color:#FFF;
	}
	.cat-title:hover{
		background:#018c45;
	}
	.cat-title:after{
		
	}
	.sf-menu > li span{
		color:#FFF;
	}
	.sf-menu > li > ul > li{
		display: inline-block;
		margin-bottom: 0px;
		padding-top:12px;
		width: 100%;
		float:none;
	}
}
.sf-menu > li > ul > li > ul > li{
		border-bottom:1px dotted #ddd;
	}
	.sf-menu > li > ul > li > ul > li:last-child{
		border-bottom:0px;
	}
	
	.sf-menu > li > ul > li > ul > li:before{
		
	}
	.sf-menu > li > ul > li > ul > li a:before{
		content:"";
		padding:0px;
	}


#header .sf-menu > li.sfHover > a, #header .sf-menu > li > a:hover, #header .sf-menu > li.sfHoverForce > a {
  color: #fff;
  background: #018c45;
  border-bottom-color: #018c45;
}
.sf-menu > li > a:before{
	background:#A6CE39;
}

#home-page-tabs {
  background: none;
}

#home-page-tabs > li.active a, #home-page-tabs > li a:hover {
  /*background: #00A651;*/
  background: none;
  color: #00A651;
  

}

.alert-info {
	background-color: #00A651;
	border-color: #5F862F;
	color: white;
	font-weight: bold;
}
.new-label {
  background: #00A651;
}
.sale-label {
  background: #f13340;
}
.new-label:before, .new-label:after {
  border-color: #00A651  transparent   transparent transparent;
}
.sale-label:before, .sale-label:after {
  border-color: #AD2B34  transparent   transparent transparent;
}

ul.product_list.grid > li .product-container {
  background: white;
}
ul.product_list.grid > li .product-container .product-image-container {
  background: white;
}
ul.product_list.grid > li .product-container .product-image-container .product_img_link {
  background: white;
}
ul.product_list.grid > li .product-container .product-image-container .product_img_link img {
  background: white;
}

.price.product-price {
  color: #00A651;
}

.price-percent-reduction {
  background: #00A651;
  border-color: #00A651;
}

.button.ajax_add_to_cart_button {
  border-color: #00A651;
}
.button.ajax_add_to_cart_button span {
  filter: none;
  /*background: linear-gradient(to bottom, #6FB828 0%, #5F8E2F 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
  background: rgb(0,199,97); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,199,97,1) 0%, rgba(1,140,69,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,199,97,1)), color-stop(100%,rgba(1,140,69,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,199,97,1) 0%,rgba(1,140,69,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,199,97,1) 0%,rgba(1,140,69,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,199,97,1) 0%,rgba(1,140,69,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,199,97,1) 0%,rgba(1,140,69,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c761', endColorstr='#018c45',GradientType=0 ); /* IE6-9 */

  border: 1px solid #00c761;
}
.button.ajax_add_to_cart_button:hover {
  border-color: #333333;
}
.button.ajax_add_to_cart_button:hover span {
  /*background: #333333;*/
  background: rgb(1,140,69); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(1,140,69,1) 1%, rgba(0,199,97,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(1,140,69,1)), color-stop(100%,rgba(0,199,97,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(1,140,69,1) 1%,rgba(0,199,97,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(1,140,69,1) 1%,rgba(0,199,97,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(1,140,69,1) 1%,rgba(0,199,97,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(1,140,69,1) 1%,rgba(0,199,97,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018c45', endColorstr='#00c761',GradientType=0 ); /* IE6-9 */

  border-color: #00c761;
}

.box-info-product .exclusive {
	/*
    padding: 0;
    border-top: 1px solid #5F8C2F;
    border-right: 1px solid #5F862F;
    border-left: 1px solid #5F862F;
    border-bottom: 1px solid #4F762F;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: block;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6FB828), color-stop(100%, #5F8E2F));
    background-image: -webkit-linear-gradient(#6FB828, #5F8E2F);
    background-image: -moz-linear-gradient(#6FB828, #5F8E2F);
    background-image: -o-linear-gradient(#6FB828, #5F8E2F);
    background-image: linear-gradient(#6FB828, #5F8E2F);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6FB828', endColorstr='#5F8E2F',GradientType=0 );
*/	
	background: rgb(0,199,97); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,199,97,1) 0%, rgba(1,140,69,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,199,97,1)), color-stop(100%,rgba(1,140,69,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,199,97,1) 0%,rgba(1,140,69,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,199,97,1) 0%,rgba(1,140,69,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,199,97,1) 0%,rgba(1,140,69,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,199,97,1) 0%,rgba(1,140,69,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c761', endColorstr='#018c45',GradientType=0 ); /* IE6-9 */

  border: 1px solid #00c761;
   padding: 0;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: block;
}
    .box-info-product .exclusive:before {
      font-family: "FontAwesome";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      color: white;
      font-size: 25px;
      line-height: 47px;
      text-shadow: 0 1px #018C45;
      content: "\f07a";
      z-index: 2;
      width: 51px;
      text-align: center;
      border: 1px solid #00c761;	
      -webkit-border-radius: 5px 0 0 5px;
      -moz-border-radius: 5px 0 0 5px;
      -ms-border-radius: 5px 0 0 5px;
      -o-border-radius: 5px 0 0 5px;
      border-radius: 5px 0 0 5px; }
      @media (max-width: 991px) {
        .box-info-product .exclusive:before {
          display: none; } }
    .box-info-product .exclusive.added:before {
      content: "\f00c"; }
    .box-info-product .exclusive.added.disabled:before, .box-info-product .exclusive.disabled:before {
      content: "\f110";
      animation: 2s linear 0s normal none infinite spin;
      -webkit-animation: 2s linear 0s normal none infinite spin;
      -moz-animation: 2s linear 0s normal none infinite spin;
      border: none; }
    .box-info-product .exclusive:after {
      /*background: url(../img/border-1.gif) repeat-y 0 0;*/
	  background: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 51px;
      content: "";
      width: 1px;
      z-index: 2; }
      @media (max-width: 991px) {
        .box-info-product .exclusive:after {
          display: none; } }
    .box-info-product .exclusive span {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      font-weight: 700;
      font-size: 20px;
      line-height: 22px;
     	border: 1px solid #00c761;
      text-shadow: 0 1px #018C45;
      padding: 12px 36px 14px 60px;
      color: white;
      display: block !important;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 1199px) {
        .box-info-product .exclusive span {
          padding: 12px 22px 14px 55px;
          font-size: 14px; } }
      @media (max-width: 991px) {
        .box-info-product .exclusive span {
          padding: 8px 12px 10px;
          text-align: left; } }
      .box-info-product .exclusive:hover {
		  /*
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5F8E2F), color-stop(100%, #6FB828));
      background-image: -webkit-linear-gradient(#5F8E2F, #6FB828);
      background-image: -moz-linear-gradient(#5F8E2F, #6FB828);
      background-image: -o-linear-gradient(#5F8E2F, #6FB828);
      background-image: linear-gradient(#5F8E2F, #6FB828);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5F8E2F', endColorstr='#6FB828',GradientType=0 );
	  */
	  background: rgb(1,140,69); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(1,140,69,1) 1%, rgba(0,199,97,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(1,140,69,1)), color-stop(100%,rgba(0,199,97,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(1,140,69,1) 1%,rgba(0,199,97,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(1,140,69,1) 1%,rgba(0,199,97,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(1,140,69,1) 1%,rgba(0,199,97,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(1,140,69,1) 1%,rgba(0,199,97,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018c45', endColorstr='#00c761',GradientType=0 ); /* IE6-9 */
		
		  border-color: #00c761;
      background-position: 0 0;
}

/*call for price */
.box-info-product .callforprice {
	
	background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #ad0303 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#ad0303)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#ad0303 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#ad0303 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#ad0303 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#ad0303 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#ad0303',GradientType=0 ); /* IE6-9 */


  border: 1px solid #ff3019;
   padding: 0;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: block;
}
    .box-info-product .callforprice:before {
      font-family: "FontAwesome";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      color: white;
      font-size: 25px;
      line-height: 47px;
      text-shadow: 0 1px #018C45;
      content: "\f095";
      z-index: 2;
      width: 51px;
      text-align: center;
      border: 1px solid #ff3019;	
      -webkit-border-radius: 5px 0 0 5px;
      -moz-border-radius: 5px 0 0 5px;
      -ms-border-radius: 5px 0 0 5px;
      -o-border-radius: 5px 0 0 5px;
      border-radius: 5px 0 0 5px; }
      @media (max-width: 991px) {
        .box-info-product .callforprice:before {
          display: none; } }
    .box-info-product .callforprice.added:before {
      content: "\f00c"; }
    .box-info-product .callforprice.added.disabled:before, .box-info-product .callforprice.disabled:before {
      content: "\f110";
      animation: 2s linear 0s normal none infinite spin;
      -webkit-animation: 2s linear 0s normal none infinite spin;
      -moz-animation: 2s linear 0s normal none infinite spin;
      border: none; }
    .box-info-product .callforprice:after {
      /*background: url(../img/border-1.gif) repeat-y 0 0;*/
	  background: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 51px;
      content: "";
      width: 1px;
      z-index: 2; }
      @media (max-width: 991px) {
        .box-info-product .callforprice:after {
          display: none; } }
    .box-info-product .callforprice span {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      font-weight: 700;
      font-size: 20px;
      line-height: 22px;
     	border: 1px solid #ff3019;
      text-shadow: 0 1px #018C45;
      padding: 12px 36px 14px 60px;
      color: white;
      display: block !important;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 1199px) {
        .box-info-product .callforprice span {
          padding: 12px 22px 14px 55px;
          font-size: 14px; } }
      @media (max-width: 991px) {
        .box-info-product .callforprice span {
          padding: 8px 12px 10px;
          text-align: left; } }
      .box-info-product .callforprice:hover {
	
	 background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #ad0303 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#ad0303)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#ad0303 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#ad0303 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#ad0303 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#ad0303 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#ad0303',GradientType=0 ); /* IE6-9 */

		
		  border-color: #ff3019;
      background-position: 0 0;
}

#cmsinfo_block em {
  background: #00A651;
  text-shadow: 0 1px #018C45;
}

#facebook_block, #cmsinfo_block {
  background: #e8e8e8;
}

#cmsinfo_block, #cmsinfo_block > div + div {
  border-color: #d0d0d0;
}

.footer-container #footer #social_block {
  background: #3f3f3f;
}

.footer-container {
  background: #3f3f3f;
}
@media (min-width: 768px) {
  .footer-container {
	  
    background: url(../img/change/footer-bg.png) repeat-x, url(../img/change/darkdenim3.png) repeat !important;
	
	
  }
}
header .nav {
	background: url(../img/change/darkdenim3.png) repeat !important;
	border-bottom-color:#00A651;
}
.footer-container #footer #social_block ul li a:hover {
  color: #00A651;
}

#footer #newsletter_block_left .form-group .form-control {
  background: #3f3f3f;
}

#footer #newsletter_block_left h4, .footer-container #footer #social_block h4 {
  color: white;
}

.footer-container #footer h4, .footer-container #footer h4 a {
  color: #00A651;
}

.footer-container #footer .bottom-footer {
  color: #00A651;
}
.footer-container #footer .bottom-footer a {
  color: #00A651;
}
.footer-container #footer .bottom-footer a:hover {
  color: white;
}

/*--*/
/*
.idTabs {
list-style-type:none;
margin-top:20px;
}
 
ul.idTabs li {
float:left;
margin-right:-1px;
}
 
.idTabs a {
color:#555454;
text-transform:uppercase;
font-family:"Open Sans",sans-serif;
font-weight:600;
font-size:18px;
line-height:60px;
position:relative;
border:1px solid #d6d4d4;
background:#fbfbfb;
margin:0 0 20px;
padding:14px 20px 17px;
}
 
#more_info_sheets .product_desc .block_description {
float:left;
margin-left:10px;
width:420px;
}
 
#more_info_sheets .product_desc .clear_product_desc {
clear:both;
height:0;
line-height:0;
}
 
.idTabs .selected {
color:#fff;
background: #00A651;
border-bottom-color: #000000;
}
*/

#more_info_block {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
}
#more_info_block ul#more_info_tabs {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

#more_info_block ul#more_info_tabs li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #e7ecea;
}

#more_info_block ul#more_info_tabs a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}

#more_info_block ul#more_info_tabs a:before{
	content: "\f086";
font-family: "FontAwesome";
display: inline-block;
font-size: 1.25em;
line-height: 2.5;

padding-right: 15px;
}

#more_info_block ul#more_info_tabs a#more_info_tab_data_sheet:before{
	content: "\f1b2";
}
#more_info_block ul#more_info_tabs a#more_info_tab_more_info:before{
	content: "\f05a";
}


#more_info_block {
	background: #fff;
}

#more_info_block ul#more_info_tabs a {
	padding: 0.25em 0 0.5em;
	border-left: 1px solid #ffffff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

#more_info_block ul#more_info_tabs li:last-child a {
	border-right: 1px solid #e7ecea;
}

#more_info_block ul#more_info_tabs li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: #2CC185;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translate3d(0,150%,0);
	transform: translate3d(0,150%,0);
}

#more_info_block ul#more_info_tabs li a.selected::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#more_info_block ul#more_info_tabs a span {
	font-weight: 700;
}
/*
#more_info_block {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
}
#more_info_block ul#more_info_tabs {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

#more_info_block ul#more_info_tabs li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	
}

#more_info_block ul#more_info_tabs a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}


#more_info_block ul#more_info_tabs a {
	overflow: visible;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

#more_info_block ul#more_info_tabs a span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1em;
}

#more_info_block ul#more_info_tabs li a.selected:after, 
#more_info_block ul#more_info_tabs li a.selected:before {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: '';
	pointer-events: none;
}

#more_info_block ul#more_info_tabs li a.selected:after {
	margin-left: -10px;
	border-width: 10px;
	border-top-color: #e7ecea;
}

#more_info_block ul#more_info_tabs li a.selected:before {
	margin-left: -11px;
	border-width: 11px;
	border-top-color: rgba(0,0,0,0.2);
}

@media screen and (max-width: 58em) {
	#more_info_block ul#more_info_tabs {
		font-size: 0.6em;
	}
}
*/


#more_info_sheets {
	padding: 1em;
}
#more_info_sheets .product_desc .block_description {
float:left;
margin-left:10px;
width:420px;
}
 
#more_info_sheets .product_desc .clear_product_desc {
clear:both;
height:0;
line-height:0;
}


.btnreadmore{
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal !important;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	
	padding: 2px 10px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 3px;
	
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btnreadmore:hover{
	background-color:#ED9C28;
	color: #ffffff;
}

.btntumbreview{	 
	color: #222;
	background: none;
	border: none;
	box-shadow: none;
	text-shadow: none;
	padding:0px;
	margin-right:10px;
	float:left;	
	position: relative;
        
}
.isbtn:hover{
	text-decoration:underline;
	color:#2CC185;
}
.ulinforeview{
	position:relative;	
}
.ulinforeview li{
	float:left;	
	position: relative;
	margin-left:10px;
}


.block .title_block, .block h4{
	border-top-color:#00A651;
	color:#00A651;
}
.block .title_block a, .block h4 a{
	color:#00A651;
}

.shopping_cart > a:first-child  {
	background:none;
	color:#000000;
	text-shadow:none;
	padding:0px;
	-webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
	  border-radius: 50px;
	-moz-border-radius:50px;
	-webkit-border-radius: 50px;
	border: 0px solid #000000;
}

.shopping_cart > a:first-child b{
	color:#000000;
	text-transform:uppercase;
	font:14px/22px "Open Sans", sans-serif;
	font-weight:bold;
}
.shopping_cart > a:first-child:before{
	content: "\f07a";
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 16px;
	line-height: 23px;
	color: white;	
	background: #00A651;	
	padding: 5px 10px;
	border-radius: 50px;
	-moz-border-radius:50px;
	-webkit-border-radius: 50px;
	border:2px solid #00A651;
	-webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
}
#header .shopping_cart > a:first-child:after{
	color:#00A651;
	padding: 8px 0 0 0;
	margin-right:20px;
}
.shopping_cart > a:first-child > span.ajax_cart_quantity{
	display:none;	
}
.shopping_cart > a:first-child > span.ajax_cart_product_txt{
	display:none;	
}
.shopping_cart > a:first-child > span.ajax_cart_total{
	display:inline-block !important;	
	font:14px/20px "Open Sans", sans-serif;
	font-weight:bold;
}
.shopping_cart > a:first-child:hover{
	background:#00A651;
	
}
#header .shopping_cart > a:first-child:hover:after, .shopping_cart > a:first-child:hover b, .shopping_cart > a:first-child:hover > span.ajax_cart_total {
	color:#FFF;
}
#header .shopping_cart > a:first-child:hover:after{
	padding: 8px 0 0 0;
}
.shopping_cart > a:first-child:hover:before{
	color:#00A651;
	background:#FFF;
	
}

#header .cart_block{
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	top:auto;
}



/* menu top depth li <*/

	#block_top_menu ul li li li ul {display:none!important;}

#subcategories ul li .subcategory-name{
	font:600 14px/14px "Open Sans", sans-serif !important;
}

/* table_data_stock */
.table-data-stock_wh {
  /*border-bottom: 1px solid #d6d4d4;*/
  border: 1px solid #d6d4d4;
  width: 100%;
  margin: 0 0 20px;
  background: white; }
  .table-data-stock_wh tr {
    border-top: 1px solid #d6d4d4; }
    .table-data-stock_wh tr.even {
      background: #fdfdfd; }
    .table-data-stock_wh tr td {
      padding: 10px 20px 11px; }
      .table-data-stock_wh tr td:first-child {
        border-right: 1px solid #d6d4d4;
        /*width: 30%;*/
        font-weight: 700;
        color: #333333; }
		
		
/*hidden avail*/
/*.cart_avail{
	visibility:hidden;
}*/

/*fancy box*/
.fancybox-wrap a{
	text-decoration:none;
}
.fancybox-wrap button{
	height:inherit;
}

/*tombol beli dan lebih waktu list mode*/
ul.product_list.list > li .right-block .right-block-content .button-container .btn{
	clear:both;
	float: initial;
}


/*iframe footer blockcontactinfos facebook like box*/
@media (min-width: 1078px) {
	.fbfooter{
		border:none;
		overflow:hidden;
		width:191px;
		height:500px;
	}
}
@media (max-width: 1077px) {
	.fbfooter{
		border:none;
		overflow:hidden;
		width:165px;
		height:500px;
	}
}
@media (max-width: 877px) {
	.fbfooter{
		border:none;
		overflow:hidden;
		width:150px;
		height:500px;
	}
}
/*
@media (min-width: 768px) and (max-width: 991px) {
	.fbfooter{
		border:none;
		overflow:hidden;
		width:165px;
		height:400px;
	}

}*/
@media (max-width: 767px) {
	.fbfooter{
		border:none;
		overflow:hidden;
		width:300px;
		height:400px;
	}

}


/*special price*/
.special-price{
	display:block;	
}
.old-price{
	font-size:12px;	
}

/*block search8*/
.ac_results li:hover, .ac_results li.ac_over {
	background: #dddddd;
	color: #018C45;
	cursor:pointer;
}


/*edit contact block */

#about-link, #home-link {
  float: left;
  }
  @media (max-width: 660px) {
   #home-link {
      display: none; } }
  @media (max-width: 600px) {
    #about-link, #home-link {
      display: none; } }
  @media (max-width: 479px) {
    #about-link {
      width: 25%;
      text-align: center;display: none; } }
  #about-link a, #home-link a {
    display: block;
    color: white;
    font-weight: normal;
    padding: 5px 10px 5px 10px;
    /*text-shadow: 1px 1px rgba(0, 0, 0, 0.2);*/
    cursor: pointer;
    line-height: 18px; }
    @media (max-width: 479px) {
      #about-link a, #home-link a {
        font-size: 11px;
        padding-left: 5px;
        padding-right: 5px; } }
    #about-link a:hover, #about-link a.active, #home-link a:hover, #home-link a.active {
      background: #2b2b2b; }
	  
#header #about-link, #header #home-link {
  border-color: #515151;
}
#header #about-link a, #header #home-link a {
  color: white;
}
#header #about-link a:hover, #header #about-link a.active, #header #home-link a:hover, #header #home-link a.active{
  background: #00A651;
  color: white;
}

/*edit color contact info footer*/
.icon-map-marker:before{
	color:yellow;
}
.icon-envelope-alt:before{
	color:cadetblue;
}
}


/*edit home tab*/
#home-page-tabs{
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
#home-page-tabs li{
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#home-page-tabs li a{
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}
#home-page-tabs li.active a {
	color: #74777b;
}

#home-page-tabs a:focus {
	outline: none;
}

#home-page-tabs li{
	margin: 0 0.5em;
	-webkit-flex: none;
	flex: none;
}
#home-page-tabs a{
	padding: 0 1.5em;
	color: #74777b;
	font-weight: 700;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

#home-page-tabs a:hover,
#home-page-tabs a:focus {
	color: #00A651;
}

#home-page-tabs li.active a{
	color: #fff;
}
#home-page-tabs a::after{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #d2d8d6;
	content: '';
	-webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
	transition: background-color 0.3s, transform 0.3s;
	-webkit-transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: translate3d(0,100%,0) translate3d(0,-3px,0);
	transform: translate3d(0,100%,0) translate3d(0,-3px,0);
}

#home-page-tabs li.active a::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#home-page-tabs a:hover::after,
#home-page-tabs a:focus::after,
#home-page-tabs li.active a::after {
	background: #00A651;
}

@media screen and (max-width: 58em) {
	#home-page-tabsl {
		display: block;
		box-shadow: none;
	}
	#home-page-tabs li {
		display: block;
		-webkit-flex: none;
		flex: none;
		
	}
}
@media screen and (max-width: 715px) {
	
	#home-page-tabs li {		
		width: 100%;
	}
}
#toTop{
	z-index: 99
}


/*payment confirmation*/


#paymentconfirm .box {
  padding-bottom: 20px;
  line-height: 20px; }
#paymentconfirm p.required {
  color: #f13340;
  margin: 9px 0 16px 0; }
#paymentconfirm p.inline-infos {
  color: red; }
#paymentconfirm .form-group {
  margin-bottom: 4px; }
  #paymentconfirm .form-group .form-control {
    max-width: 271px; }
	#paymentconfirm .form-group .row  {
			margin-left: -5px;
  			margin-right: -5px;
	}
	#paymentconfirm .form-group .row .col-xs-4 {
    	  padding-left: 5px;
		  padding-right: 5px;
		  max-width: 94px; }
	#paymentconfirm .form-group .row .col-xs-4 .form-control {
    	max-width: 84px; }
		
		
    #paymentconfirm .form-group .form-control#adress_alias{
      margin-bottom: 20px; }
  @media (min-width: 1200px) {
    #paymentconfirm .form-group.phone-number {
      float: left;
      width: 270px;
      margin-right: 13px; } }
  @media (min-width: 1200px) {
    #paymentconfirm .form-group.phone-number + p {
      padding: 23px 0 0 0px;
      margin-bottom: 0; } }
#paymentconfirm .gender-line {
  margin-bottom: 4px;
  padding-top: 4px; }
  #paymentconfirm .gender-line > label{
    margin-right: 10px;
    margin-bottom: 0; }
  #paymentconfirm .gender-line .radio-inline label {
    font-weight: normal;
    color: #777777; }
	
	#paymentconfirm .form-group div.uploader input{
		opacity: 0;
		  filter: alpha(opacity=0);
		  -moz-opacity: 0;
		  border: none;
		  background: none;
		  position: absolute;
		  top: 0;
		  left: 0;
		  float: right;
		  cursor: default;
		  width: 100%;
		  height: 100%;
	}
.table tbody > tr > td.cart_quantity{
	padding:0px;
}
.totaltable{
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #d6d4d4;
	margin-bottom:20px;
	padding:10px;
	
}
.totaltable .table, .totaltable .table_block{	
	margin:0px;
}
.totaltable .table tbody > tr > td{
	border:0px;
	font-weight:bold;
	padding: 5px 8px 5px 18px;	
	
}
.totaltable .table tbody > tr.cart_total_price > td.total_price_container{	
	font-size:24px;
	color:#018C45;
}
.totaltable .table tbody > tr > td.hline{
	border-bottom: 1px solid #d6d4d4;
}
.totaltable .table tbody > tr > td.price-discount{	
	color:#EA6153;
}

.iconvoucher:before{
	content: "\f06b";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 24px;  
  color:#EA6153;
}

.stok-inden{
	font-weight:bold;
	color:#EA6153;	
}
#cart_summary tbody td.cart_unit .price span {
	display:block;	
}
.oquantity input[type=text]{
	width:64px;	
}

@media (max-width: 767px) {
  #order-detail-content #cart_summary table, #order-detail-content #cart_summary thead, #order-detail-content #cart_summary tbody, #order-detail-content #cart_summary th, #order-detail-content #cart_summary td, #order-detail-content #cart_summary tr {
    display: block; }
  #order-detail-content #cart_summary thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #order-detail-content #cart_summary tr {
    border-bottom: 1px solid #cccccc;
    overflow: hidden; }
  #order-detail-content #cart_summary td {
    border: none;
    position: relative;
    width: 100%;
    float: left;
    white-space: normal; }
    #order-detail-content #cart_summary td.cart_avail {
      clear: both; }
    #order-detail-content #cart_summary td.cart_quantity {
      clear: both;
      padding: 9px 8px 11px 18px; }
    #order-detail-content #cart_summary td.cart_delete {
      width: 100%;
      clear: both;
      text-align: right; }
      #order-detail-content #cart_summary td.cart_delete:before {
        display: inline-block;
        padding-right: 0.5em;
        position: relative;
        top: -3px; }
    #order-detail-content #cart_summary td div {
      display: inline; }
  #order-detail-content #cart_summary td:before {
    content: attr(data-title);
    display: block; }
  #order-detail-content #cart_summary tfoot td {
    float: none;
    width: 100%; }
    #order-detail-content #cart_summary tfoot td:before {
      display: inline; }
  #order-detail-content #cart_summary tfoot tr .text-right, #order-detail-content #cart_summary tfoot tr tbody td.cart_unit, #order-detail-content #cart_summary tbody tfoot tr td.cart_unit, #order-detail-content #cart_summary tfoot tr tbody td.cart_total, #order-detail-content #cart_summary tbody tfoot tr td.cart_total, #order-detail-content #cart_summary tfoot tr .price {
    display: block;
    float: left;
    width: 50%; } }
@media (max-width: 768px) {
  #order-detail-content #cart_summary tbody td .price {
    text-align: left; }
  #order-detail-content #cart_summary tbody td.cart_description {
    width: 300px; } 
	#cart_summary tbody td.cart_unit, #cart_summary tbody td.cart_total{
		 text-align: left;
	}
}
.tblstokproduct{
	margin:10px 0 12px 0;
}
.tblstokproduct tr td{
	padding:5px!important;
	font-size:12px;
	font-weight:bold;
}
.tblstokproduct tr td:first-child{
	width:20%;
}

.embed-containery{ position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-containery iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*syle link*/
.linkunderline {
	text-decoration: none;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	/*color: #0000EE;*/
	color: #2980B9;
	font-weight:bold;
}
.linkunderline:after, .linkunderline:before {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.linkunderline {
	overflow: hidden;
	display: inline-block;
	margin-bottom: -5px;
}
.blog-content .linkunderline {	
	margin-bottom: -7px;
}
.linkunderline:before {
	content: "";
	position: absolute;
	left: -100%;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #3498DB;
}
.linkunderline:hover:before {
	left: 0;
}
.linkunderline:hover:before {
	left: 0;
}
.linkunderline:hover{
	color: #3498DB;

}


/*visitor info*/
.section-visitor{
	
}
.div-visitor{
	margin-bottom:20px;	
	background-color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
}
.div-visitor h4{
	text-align:center;
}
.visitor td{
	padding: 2px 5px;
}

.newsstylelist{
	padding-left: 20px!important;
}
.newsstylelist li{
	margin-bottom:15px;
	padding-left: 5px;
}
.newsstylelist li img{
	margin:5px;	
}

.liststylealpha{
	list-style-type:lower-alpha !important;
}


.footer-container #footer a {
    color: #bbb !important;
}
.footer-container #footer a:hover {
        color: white !important; 
}
.footer-container #footer #block_contact_infos > div ul li {
    color: #bbb !important;
}
.footer-container #footer h4, .footer-container #footer h4 a, .footer-container #footer h4 a:hover {
    color: #00A651 !important;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9, .embed-responsive-4by3 {
    padding-bottom: 56.25% !important;
}
#cmsinfo_block > div {
    padding: 35px 29px 0 0 !important;
}

#cmsinfo_block > div + div {   
    padding: 35px 29px 0 0 !important;
	border-left: none;
	min-height: 250px;
}	
		

#cmsinfo_block {
  overflow: hidden;
  background: #f2f2f2;
  min-height: 250px;
  padding-right: 29px;
  padding-left: 29px; }
  @media (max-width: 991px) {
    
    #cmsinfo_block {
      min-height: 250px;
      padding-left: 13px;
      padding-right: 13px; } }
  @media (max-width: 767px) {
    
    #cmsinfo_block {
      width: 100%;
      min-height: 1px; } }	

.galphoto{
	margin-bottom:30px;
}
p.payment_module_kredivo a{
    background-color: #fbfbfb;
    display: block;
    border: 1px solid #d6d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 17px;
    line-height: 23px;
    color: #333333;
    font-weight: bold;
    padding: 33px 40px 34px 7px;
    letter-spacing: -1px;
    position: relative;
}

p.payment_module_kredivo a:hover {
    background-color: #f6f6f6;
}
p.payment_module_kredivo a:after {
  display: block;
  content: "\f054";
  position: absolute;
  right: 15px;
  margin-top: -11px;
  top: 50%;
  font-family: "FontAwesome";
  font-size: 25px;
  height: 22px;
  width: 14px;
  color: #777777; }
  
p.payment_module_kredivo a span {
    font-weight: bold;
    color: #777777;
}

.langmodif{
	float: right; position: relative;padding: 5px 10px 5px 10px;color:#ffffff; line-height: 18px;
}

.langselect{
	background: #484848;
}
.langnotselect{
	
}
.langnotselect a{
	color: white;
}
.langnotselect:hover{
	background: #00A651;
    color: white;
}
.langnotselect:hover a{
    color: white;
}



.messageUs {
    z-index: 1000000;
    display: block;
    width: 200px !important;
    height: 45px !important;
    bottom: 15px;
    position: fixed;
    right: 71px;
    margin: 0;
    padding: 2.5px 0;
    border: 0;
    background-color: #2fb844;
    box-shadow: rgba(0,0,0,.26) 0 0.2em 1em;
    -webkit-box-shadow: rgba(0,0,0,.26) 0 0.2em 1em;
    -moz-box-shadow: rgba(0,0,0,.26) 0 .2em 1em;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
}
a.link-convert-now{
	color:#ffffff;	
	border-radius: 6px;
}