.cus-place-image{
	width: 100%;
  max-width: 600px;
  height: auto;
	display: block;
  margin-left: auto;
  margin-right: auto;
}
.cus-review{
  height:1000px;
  overflow:hidden;
}
.cus-review-text {
    height: 150px;
    overflow: hidden;
    text-align: justify;
}
.cus-review-content{
    background-color:#FAFAFA;
    margin:5px;
    border-radius: 5px;
    padding:10px;
  }
  .cus-review-rate{
    font-size: 14pt;
  }
  .cus-review-rate span{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight:bold;
  }
  .cus-review-star-full:before, .cus-review-star-empty:before, .cus-review-star-half:before{
    content: '★'
  }
  .cus-review-star-full{
    background: #ff9802;
  }
  .cus-review-star-half{
    background: linear-gradient(to left, #e4e4ed 50%, #ff9802 50%);
  }
  .cus-review-star-empty{
    background: #e4e4ed;
  }

.cus-gallery-content {
    height: 300px;
    margin-top: 8px;
}

.cus-gallery-item {
    display: block;
    float: left;
    position: relative;
}
.cus-gallery-item a {
  cursor: pointer;
    color: #1a0dab;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,.10);
}
.cus-gallery-item:first-child .cus-gallery-image {
    margin-left: 0;
}

.cus-gallery-image {
  margin: 2px 0 0 2px; 
    background: no-repeat center;
    background-size: cover;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.cus-show-image{
  display:none; 
    position: fixed; 
    top:0px; 
    left:0px; 
    bottom:0px; 
    right:0px; 
    background-color: rgba(0, 0, 0, .7);
}
.cus-image{
  -webkit-box-shadow: -7px -5px 32px 8px rgba(255,250,255,1);
  -moz-box-shadow: -7px -5px 32px 8px rgba(255,250,255,1);
  box-shadow: -7px -5px 32px 8px rgba(255,250,255,1);
}
.cus-image-close{
  background-color:red; 
    border-radius:50%; 
    height:40px; 
    width:40px; 
    text-align:center; 
    line-height:40px; 
    cursor:pointer;
    position:absolute;
    top:5px;
    right:5px;
   transition: transform .2s;
}
.cus-image-close:hover{
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}
.cus-image-close span{
  color:white; 
    font-weight:bold; 
    font-size:32px;
}
.cus-content-image{
  padding:20px; 
  text-align:center;
}
.cus-content-image img{
  max-width:100%;
}
@media screen and (max-width: 468px){
  .cus-gallery-content{
    height:90px !important;
  }
}
@media screen and (max-width: 768px){
  .cus-gallery-content{
    height:150px;
  }
}
@media screen and (min-width: 1170px){
  .cus-gallery-content{
    height:300px;
  }
}
.map-responsive{

    overflow:hidden;

    padding-bottom:56.25%;

    position:relative;

    height:0;

}

.map-responsive iframe{

    left:0;

    top:0;

    height:100%;

    width:100%;

    position:absolute;

}
.cus-rating{
line-height:28px;
}
.cus-rating span{
  height:28px; 
    width:28px;
    background-size: 28px 28px;
    vertical-align: top;
    margin-top: 3px;
    display: inline-block;
}
.cus-star-full{
  background-image: url(https://maps.gstatic.com/consumer/images/icons/2x/ic_star_rate_14.png);
}
.cus-star-half{

  background-image: url(https://maps.gstatic.com/consumer/images/icons/2x/ic_star_rate_half_14.png);
}
.cus-star-empty{

  background-image: url(https://maps.gstatic.com/consumer/images/icons/2x/ic_star_rate_empty_14.png);
}
.cus-product-google{
 line-height: 1.58;
    display: inline-block;
}
.cus-product-content{
 margin-top:8px;
    height:200px;
}
.cus-google-content{
 margin-top:8px;
    height:300px;
}
.cus-product-item, .cus-google-item{
 display: block;
    float: left;
    position: relative;
    height:100%;
    border: 1px solid #dfe1e5;
    border-radius: 8px;
    box-shadow: none;
    margin:3px;
    overflow:hidden;
}
.cus-product-item{
 width:150px;
}
.cus-google-item{
 width:233px;
}
.cus-product-image, .cus-google-image{
 margin: 2px 0 0 2px;
    background: no-repeat center;
    background-size: cover;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    
}
.cus-product-image{
 bottom: 50px;
}
.cus-google-image{
 bottom: 150px;
}
.cus-product-text, .cus-google-text{
 left: 0;
    position: absolute;
    right: 0;
    top: 0;
    text-align:center;
    color:gray;
}
.cus-product-text{
 top:150px !important;
}
.cus-google-text{
 top:150px !important;
}
.cus-menu-text{
    	width:100%;
      margin: 0 auto;
      height:1000px;
      overflow:hidden;
    }
    .cus-menu-text-group{
    	margin: 5px;
        font-weight:bold;
        text-align:center;
        background-color:#D1CACA;
        padding:5px;
    }
    .cus-menu-text-category{
    	font-weight:bold;
        background-color:#dedede;
        padding:5px;
        width: 50%;
        margin-top:5px;
    }
    .cus-menu-text-item{
    	background-color:#f2efe7;
        margin-top:5px;
        padding:5px;
        border-radius: 5px;
        
    }
    .cus-menu-text-item div:nth-child(1) {
        display:  flex;
        justify-content: space-between;
        align-items: center;
    }
    .cus-menu-text-price{
        font-style: italic;
      	float:right;
    }
    .cus-menu-text-name{
    	font-weight:bold;
    }
.tmawsc_header_content {
  margin: 20px 0;
}

td.tmaws-table__td-thumb img {
  width: 100px;
}

table.tmaws-table th, table.tmaws-table td {
  padding: 10px;
}

.tmaws-button{ 
  border-color: #9c7e31 #90742d #786025!important;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.4);
  background: #f0c14b;
  background: linear-gradient(180deg,#f7dfa5,#f0c14b) repeat scroll 0 0 transparent;
  color: #111!important;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding: 10px;
  padding-left: 30px;
}

.tmaws-button::before{
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: 9px;
  background-image: url(../../../plugins/tmaws_campaign/css/icon-cart-black.svg);
}
 
.tmawsc_product_table {
  margin: 20px 0;
}

.tmawsc_beforeList {
  margin: 20px 0;
}

.tmawsc_product {
  margin: 20px 0;
}

.tmawsc_productimage {
  text-align: center;
  padding: 20px;
  display: block;
  margin: 20px 0;
}

.tmawsc_productimage a.amazonbuybutton {
  display: inline-block;
}

.tmawsc_productfeatures p strong, .tmawsc_additional p strong, .tmawsc_product_description p strong, .tmawsc_product_ratings p strong {
  font-size: 20px;
}

table.tmawsc_technicaltable {
  width: 100%;
}

table.tmawsc_technicaltable td, table.tmawsc_technicaltable th {
  padding: 10px;
  border: 1px solid #eee;
}

table.tmawsc_technicaltable {
  margin: 20px 0;
}

a.tmaws-button {
  margin: 20px 0;
  display: inline-block;
}

.tmawsc_product {
  border-bottom: 2px solid #ddd;
}

.tmawsc_afterList {
  margin: 20px 0;
}

.tmawsc_buy_guide {
  margin: 20px 0;
}

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

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

.tmawsc_amazon_content h2 {
  text-transform: capitalize;
}

.featured-image {
  text-align: center;
}
.entry-header, .site-content {
    word-wrap: break-word;
}
.tmaws-table__td-title{
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
a {
    text-decoration: underline;
}
/* GeneratePress Site CSS */ #site-navigation {
		border-top: 1px solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.1);
}

button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited {
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], textarea, select {
	text-transform: uppercase;
	font-size: 13px;
}

.mc4wp-form-fields input[type="email"] {
	margin-bottom: 10px;
	width: 100%;
}

.entry-meta {
	font-weight: 300;
	font-size: 13px;
}

.main-navigation:not(.toggled) li.menu-social > a,
.main-navigation:not(.toggled) li.search-item > a{
	padding: 0 10px;
}

.post-image img {
	transition: opacity 500ms;
}

.post-image img:hover {
	opacity: 0.9;
}

.no-sidebar .entry-content {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.page.no-sidebar .entry-title {
	text-align: center;
}

.top-bar .lsi-social-icons a,
.top-bar .lsi-social-icons a:focus,
.top-bar .lsi-social-icons a:active,
.top-bar .lsi-social-icons a:hover {
    background: transparent !important;
}

.top-bar .lsi-social-icons li {
	margin-bottom: 0 !important;
} /* End GeneratePress Site CSS */