/* .main-col-inner {
	padding:100px 0px;
} */

.title-featured .title span {
	display:block;
}

.products {
	margin:-15px;
  display:flex;
  align-items:stretch;
  flex-wrap:wrap;
  justify-content:center;
}

.products .product {
	padding:15px;
}

.products .product .info {
	padding:15px;
  background:#f1f1f1;
  text-align:center;
}

.products .product .info .title {
	font-size:24px;
  /*font-weight:bold;*/
  text-transform:uppercase;
  /*letter-spacing: 0.1em;*/
}

.products .product .info .price {
	font-size:12px;
  margin-top:5px;
}

.products .product .info .price .price-old{
  text-decoration: line-through;
  color: #777;
}

.products .product .info .price .price-old:empty {
	display:none;
}

.products .product .info .price .price-new{
  font-size: 21px;
  font-family: balboa-condensed,sans-serif;
  font-weight: 400;
  font-style: normal;
}

.products .product .cart {
	display:flex;
  align-items:stretch;
  justify-content:space-between;
}

.products .product .cart .cart-btn {
	min-width:40px;
  max-width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#F6CA3F;
  color:#000;
  font-size:25px;
}

.products .product .cart .cart-btn i {
	margin:0;
}

.products .product .cart .select {
	flex-grow:10;
  background:#e6e6e6;
}

.products .product .cart .select select {
	height:40px;
  width:100%;
  opacity:0;
}

.products .product .cart .select .ui.selection.dropdown {
	min-width:0;
  width:100%;
  display: flex;
  align-items: center;
  justify-content:center;
  background:#e6e6e6;
  border:none;
}

.products .product .cart .select .ui.selection.dropdown>.dropdown.icon {
	position: unset;
  width: auto;
  height: auto;
  background: transparent;
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
  transform: translateY(0%);
  order:2;
  margin-left:10px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.products .product .cart .select .ui.selection.dropdown>.dropdown.icon:before {
  content: "\f0dc";
}

.products .product .cart .ui.dropdown>.text {
  display: block;
  -webkit-transition: none;
  transition: none;
  height: auto;
  line-height: normal;
  font-weight:bold;
}

.products .product .cart .ui.selection.dropdown .menu {
	text-align:center;
}

a.all-flags {
  margin-top:80px;
  text-transform:uppercase;
	display:flex;
  align-items:center;
  min-height:60px;
  justify-content:center;
  font-size:2.5em;
  background:#3B3B3B;
  color:#fff;
  padding:10px 20px;
}

a.all-flags.yellow {
	background:#F6CA3F;
  color:#3B3B3B;
  margin-top:0;
}

.general-content {
	column-count: 2;
  column-gap: 30px;
  margin-bottom:30px;
  font-size:.9em;
}

.breadcrumbs {
	font-size:12px;
  text-transform:uppercase;
  margin-bottom:20px;
  margin-top:0;
}

.breadcrumbs .divider {
	margin:0px 10px;
}

.breadcrumbs .back-link {
	min-width:50px;
  max-width:50px;
  height:50px;
  background:#e6e6e6;
  border-radius:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-right:15px;
}

#productpage .title-featured {
	margin-bottom:70px;
}

#productpage .product-image img,
#productpage .usp-image img,
#productpage .product-image,
#productpage .usp-image {
	width:100%;
}

#productpage .product-info {
	display:flex;
  justify-content:space-between;
  flex-direction:column;
  width:100%;
}

#productpage .product-cols {
	display:flex;
  align-items:stretch;
  flex-wrap:wrap;
  margin:-15px;
}

#productpage .product-cols .col {
	display:flex;
  align-items:stretch;
  padding:15px;
}

#productpage .product-info .title {
	font-size:1.8em;
  text-transform:uppercase;
}

#productpage .product-info  .top {
	display:flex;
  align-items:center;
  justify-content:space-between;
}

#productpage .product-info table {
	width:100%;
}

#productpage .product-info table td:last-child {
	text-align:right;
}

#productpage .product-info table td {
	padding:5px 0px;
  border-bottom:1px solid #000;
}

#productpage .product-info table tr:last-child td {
	border:none;
}

#productpage .product-info .cart {
	display:flex;
  align-items:stretch;
}

#productpage .product-info .cart .input-wrap {
  display: flex;
  align-items: stretch;
  background:#3B3B3B;
}

#productpage .product-info .cart .input-wrap .standard-input {
  padding: 0;
  width: 40px;
  text-align: center;
  background: transparent;
  color:#fff;
}

#productpage .product-info .cart .input-wrap .change {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 9px;
  align-items: center;
  justify-content: space-around;
  width: 20px;
  background:rgba(255,255,255,.05);
}

#productpage .product-info .cart .select {
/* 	flex-grow:10; */
  background:#e6e6e6;
  width:40px;
}

#productpage .product-info .cart .select select {
	height:40px;
  width:100%;
  opacity:0;
}

#productpage .product-info .cart .select .ui.selection.dropdown {
	min-width:0;
  width:100%;
  display: flex;
  align-items: center;
  justify-content:center;
  background:#3B3B3B;
  color:#fff !important;
  border:none;
  padding:0;
}

#productpage .product-info .cart .select .ui.selection.dropdown .text {
	 color:#fff !important;
}

#productpage .product-info .cart .select .ui.selection.dropdown>.dropdown.icon {
	position: unset;
  width: auto;
  height: auto;
  background: transparent;
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
  transform: translateY(0%);
  order:2;
  margin-left:10px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:#fff;
}

#productpage .product-info .cart .select .ui.selection.dropdown>.dropdown.icon:before {
  content: "\f0dc";
}

.ui.selection.dropdown .menu>.item {
	padding:10px 0px !important;
  text-align:center;
}

#productpage .product-info .cart .cart-btn {
	flex-grow:10;
  background:#25B363;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-left:10px;
  color:#fff;
/*   font-weight:bold; */
  text-transform:uppercase;
  letter-spacing:1.2px;
}

#productpage .product-info .cart .cart-btn .icon {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6CA3F;
  color: #000;
  font-size: 20px;
}

#productpage .product-content {
  margin-top:70px;
  font-size:.9em;
  border-top:1px solid #D8D8D8;
}

#productpage .product-content .title {
	text-transform:uppercase;
  padding:15px 0px;
  margin-bottom:5px;
  letter-spacing:.1em;
}

#productpage .product-content .content {
	column-count: 2;
  column-gap: 30px;
}

#productpage .related-products {
	padding:45px;
  background:#F7F4E9;
  margin-top:100px;
}

.cart-table {
	width:100%;
  font-size:13px;
}

.cart-table th {
  text-transform:uppercase;
  letter-spacing:1.2px;
}

.cart-table .info {
	display:flex;
  align-items:center;
}

.cart-table .info .image-wrap {
	min-width:55px;
  max-width:55px;
  margin-right:10px;
}

.cart-table .info .image-wrap img {
	width:100%;
}

.cart-table .info .title {
	text-transform:uppercase;
  letter-spacing:1.2px;
  font-weight:normal;
}

.cart-table .select select {
	height:40px;
  width:100%;
  opacity:0;
}

.cart-table .select .ui.selection.dropdown {
	min-width:0;
  display: inline-flex;
  align-items: center;
  justify-content:space-between;
  width:40px;
  background:transparent;
  padding:0;
  border:none;
}

.cart-table .select .ui.selection.dropdown>.dropdown.icon {
	position: unset;
  width: auto;
  height: auto;
  background: transparent;
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
  transform: translateY(0%);
  order:2;
  margin-left:10px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cart-table .select .ui.selection.dropdown>.dropdown.icon:before {
  content: "\f0dc";
}

.cart-table .ui.dropdown>.text {
  display: block;
  -webkit-transition: none;
  transition: none;
  height: auto;
  line-height: normal;
  font-weight:bold;
}

.cart-table .ui.selection.dropdown .menu {
	text-align:center;
}

.cart-table .select-del {
	display:flex;
  align-items:center;
}

.cart-table .delete-prod {
	
}

.cart-table td {
	padding:10px 0px;
  border-bottom:1px solid #eee;
}

.cart-table th {
	padding:10px 0px;
  border-bottom:1px solid #eee;
}

.cart-table .delete-prod {
  margin-left:10px;
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 10px;
}

.cart-table .delete-prod:hover {
	background: #8A3434;
  color: #fff;
}

.cart-table th:last-child,
.cart-table td:last-child {
	text-align:right;
}

.status-bar {
	margin-bottom:50px;
  padding-bottom:10px;
  border-bottom:1px solid #eee;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:1.2px;
  font-weight:normal;
}

.status-bar ul {
	margin:0;
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

#cart-page .bottom-blocks {
	margin-top:50px;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}

#cart-page .upsells {
	width:300px;
}

#cart-page .upsells .upsell-product {
	display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:13px;
}

#cart-page .upsells .upsell-product .left-info {
	display:flex;
  align-items:center;
}

#cart-page .upsells .upsell-product img {
	width:55px;
  margin-right:10px;
}

#cart-page .upsells .upsell-product {
	padding:10px 0px;
  border-bottom:1px solid #eee;
}

#cart-page .upsells .upsells-title {
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding-bottom:10px;
  border-bottom:1px solid #eee;
  font-weight:bold;
}

#cart-page .upsells .upsell-product .title {
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: normal;
}

#cart-page .upsells .upsell-product .price {
/* 	font-weight:bold; */
  margin-top:5px;
}

#cart-page .upsells .upsell-product .cart-btn {
  min-width: 35px;
  max-width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6CA3F;
  color: #000;
  font-size: 22px;
}

#cart-page .total-block {
	width:300px;
  font-size:13px;
}

#cart-page .total-block table {
	width:100%;
}

#cart-page .total-block table td:last-child {
	text-align:right;
}

#cart-page .total-block table td:first-child {
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: bold;
}

#cart-page .total-block table tr:last-child td {
	border-top:1px solid #eee;
  padding-top:20px;
}

#cart-page .total-block table tr:nth-last-child(2) td {
	padding-bottom:20px;
}

#cart-page .total-block table td {
	padding:7px 0px;
}

#cart-page .total-block  input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 180px;
  height: 40px;
  margin-right: 5px;
  background: #f7f7f7;
  border: none;
  padding: 0;
  text-align: center;
  outline: none;
  font-weight: bold;
  display:inline-block;
  padding-right: 40px;
  margin-right: 0;
}


#cart-page .total-block #gui-form-discount {
	position: relative;
}

#cart-page .total-block #gui-form-discount a {
  width: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  line-height: 42px;
  right: 0;
  background: #1db461;
  color: #fff;
  font-size: 14px;
}

#cart-page .total-block .button {
	margin-top:20px;
}

#cart-page .total-block .button .btn {
  background: #25B363;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

#cart-page .total-block .button .paypal-btn {
	display:flex;
  align-items:center;
  font-size: 13px;
  text-transform: uppercase;
  margin-top:10px;
  letter-spacing: 1.2px;
}

#cart-page .total-block .button .paypal-btn img {
	width:90px;
  margin-right:10px;
}

#cart-page .title-featured {
	position:relative;
}

#cart-page .title-featured .usp-image {
	position:absolute;
  left:0;
  top:0;
  height:calc(100% + 20px);
}

#cart-page .title-featured .usp-image img {
	height:100%;
}

.main-content-row .main-col.thankyou {
	align-self:stretch;
  display:flex;
  align-items:stretch;
}

.main-content-row .main-col.thankyou .main-col-inner {
	width:100%;
  display:flex;
  align-items:stretch;
}

.thankyou-block {
	width:100%;
  display:flex;
  align-items:center;
	justify-content:center;
  text-align:center;
  background:#8b4445;
  color:#fff;
  padding:100px 0px;
}

.thankyou-block .title-featured .subtitle {
	color:#fff;
  text-transform:uppercase;
  margin-top:30px;
  font-size:2em;
}

.thankyou-block .inner {
	width:100%;
  max-width:550px;
  padding:0px 30px;
}

.thankyou-block .button .btn {
  width: 100%;
  background: rgba(0,0,0,0.2);
  font-size: 20px;
  letter-spacing:1.2px;
}
  
@media (max-width: 767px) {
  #productpage .product-content .content,
  .general-content{
    column-count:1;
  }
  #cart-page .upsells {
  	width:100%;
  	margin-bottom:20px;
  }
  #cart-page .total-block {
  	width:100%;
  }
  #header .topbar ul {
    display: none;
  }
  #header .main-header .logo img {
    height: 40px;
  }
  .headline .headline-usp {
    position: unset;
  }
  .products .product .inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .products .product .inner .info {
    flex: 1;
  }
  .products .product .info .title {
    height: unset!important;
	}
}
.trustpilot-widget.add-to-cart-trusted {
  margin-top: 20px;
}