.gui-table {
  border: 0;
  overflow: auto;
}
.gui a.gui-button-large, .gui a.gui-button-small, .gui-block, .gui-block.gui-closed .gui-block-title, .gui-block-option, .gui-block-option img.gui-border, .gui-block-option-block, .gui-block-title span, .gui-image, .gui-input, .gui-text, .gui-messages ul, .messages ul, .gui-number, .gui-popover, .gui-popover-bg, .gui-popover-content, .gui-popover-title a, .gui-select, .gui-table {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.gui .gui-table a.gui-button-small {

}
.gui a.gui-button-large, .gui a.gui-button-small {

}
.gui a.gui-button-large, .gui a.gui-button-small{

}
.gui a.gui-button-small {
  position: relative;
  text-transform: lowercase;
  border-radius: 5px;
  line-height: 1;
  font-family: 'axiformaextrabold';
  display: inline-flex;
  align-items: center;
  font-size:0.85em;
  height:32px;
}
.gui a.gui-button-large.gui-button-action {
	background: #00e600;
	border-radius: 5px;
	border: 0;
	font-size: 1.6em;
	text-transform: lowercase;
	text-align: center;
	font-family: 'axiformaextrabold';
	font-weight: normal;
	color: #000;
	padding: 6px 40px 6px 12px;
  position:relative;
}
.gui a.gui-button-large.gui-button-action::after {
	content: "";
	background: url('arrow-circle-right.svg');
	position: absolute;
	right: 12px;
	width: 25px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center;
	top: 15px;
}
.gui a.gui-button-large.gui-button-action:active, .gui a.gui-button-small.gui-button-action:active {
	background: #00e600;
	border-color: inherit;
}

.gui-button-small:hover {
  color: #efefef;
}
.gui-buttons.gui-border {
  border-top: 0;
}
.gui-input, .gui-text {
  border: 0;
}
.gui-input input, .gui-text textarea {
  height: 32px;
  background-color: #efefef;
  font-size: 12px;
    color: #9b9b9b;
}
.gui-select select {
  height: 32px;
  background: #efefef;
  color: #9b9b9b;
  font-size: 12px;
  
}
#gui-form-shipping .gui-radio label {
  font-weight: normal;
  color: #9b9b9b;
  font-size: 13px;
}
.gui-form .gui-field .gui-description span {
  color: #4a4a4a;
  font-weight: bold;
  font-size: 12px;
}


/* blocks */
.gui-block-title {
  padding: 8px 15px 13px 15px;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
  background: transparent;
}
.gui ul.gui-products li, .gui-block-productlist li {
  border-bottom: 0;
  padding: 15px 0;
}
.gui ul.gui-products li .gui-products-title a {
  color: #363636;
  font-weight: bold;
  font-size: 12px;
}
.gui-products-info a {
  color: #fc9430;
  font-style: italic;
  font-size: 12px;
}
.gui ul.gui-products li .gui-products-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}
.gui ul.gui-products li .gui-products-price {
  margin-right: 45px;
}
.gui ul.gui-products li .gui-products-option, .gui-block-productlist li .gui-block-productlist-option {
  margin-top: -1px;
}
/* cart */
.gui-block {
  border: 0;
}
.gui-table a {
  font-size: 90%;
  color: #363636;
}
.gui-cart .gui-page-title {
  margin-top: 30px;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}
.gui-table tbody tr:last-child td {
  border-color: #efefef;
}
.gui-table tbody tr td {
  border-top: 1px solid #efefef;
}
.gui-table thead tr th {
  color: #363636;
  background-color: #efefef;
  font-weight: normal;
  border: 0;
}
.gui a.gui-action {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: transparent;
  position: relative;
}
.gui-action.gui-action-delete::before {
  content: "\f00d";
  position: absolute;
  left: 0;
  color: #9b9b9b;
  top: 0;
  font-family: FontAwesome;
  font-size: 12px;
  text-indent:0!important;
}
.gui-number {
  position: relative;
  height: 28px;
  border: 0;
  background: #efefef;
}
.gui-number .gui-value input {
  color: #9b9b9b;
  font-size: 12px;
}
.gui-number .gui-handle {
  border-left: 0;
}
#gui-form-cart tbody tr:last-child {
  background: #f7f7f7;
  line-height: 50px;
}
.gui-table tbody tr:last-child td {
  padding: 0 15px;
}
.gui-table tbody tr td {
  padding: 30px 0px 30px 15px;
  border-top: 1px solid #Efefef;
}
.gui-table tbody tr:last-child td:last-child {
  text-align: right;
}

/* blog */
.gui-blog-article h2, .gui-blog-article h1,.gui-blog-article h3, .gui-blog-article h4 {
	margin: 10px 0;
}
.gui-blog-article ul {
	list-style-type: disc;
	padding-left: 10px;
	margin: 5px;
}
.gui-block-linklist {
	list-style-type: disc;
}
.gui-blog-article-comments span {
  width: auto;
  height: auto;
  background: transparent;
  margin-top: 0;
  color: #9b9b9b;
}
.gui-blog-article-comments {
  border: 0 !important;
}
.gui-blog-article-content {
  color: #262626;
}
.gui-blog-article-more a {
  color: #ff6300;
  font-size: 14px;
  display: block;
  text-align: right;
}

.gui-blog-social {
  float: left;
  width: 50%;
}
.gui-blog-article-more {
  width: 50%;
  float: right;
}
.gui-blog-article {
  border-bottom: 1px solid #efefef;
}
.gui-blog-article footer {
  background-color: transparent;
  width: 100%;
  clear: both;
  padding-bottom: 10px;
}
.t-blog .gui-block-title strong {
  float: left;
  color: #363636;
  font-size: 18px;
  font-weight: bol;
}
.t-blog .gui-block-title {
  padding: 0;
  border-bottom: 0;
  padding-left: 0;
}
.t-blog .gui-block-linklist li {
  border-bottom: 0;
}
.t-blog .gui-block-linklist li a {
  color: #262626;
  padding: 0px;
  font-size: 12px;
  line-height: 24px;
}
.t-blog .gui-block-linklist li a:hover{
  font-weight:700;
}

.t-blog .gui-col2-right .gui-col2-right-col1 {
  float: left;
  width: 73%;
}
.t-blog .gui-col2-right-col1 {
  border-right: 1px solid #efefef;
  padding-right: 25px;
}