/*FONTS*/
/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('/templates/t4_eshop_fashion_pro/local/css/Lato/lato-v24-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/templates/t4_eshop_fashion_pro/local/css/Lato/lato-v24-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('/templates/t4_eshop_fashion_pro/local/css/Lato/lato-v24-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cabin-condensed-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cabin Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/templates/t4_eshop_fashion_pro/local/css/CabinCondensed/cabin-condensed-v20-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Section: Header */
.t4-offcanvas .t4-off-canvas-header {
    background-color: #f8f9fa;
}
#t4-header .bg-overlay {
	opacity: 0.5;
}
#t4-header{
    padding:22px 0 0em 0;
}
@media only screen and (min-width: 576px) {
	#t4-header{
	padding:22px 0 0px 0;
}
}
@media only screen and (min-width: 768px) {
	#t4-header{
	padding:22px 0 0px 0;
}
}
@media only screen and (min-width: 992px) {
	#t4-header{
		padding:22px 0 0px 0;
}
}
@media only screen and (min-width: 1200px) {
	#t4-header{
		padding: 22px 0 0px 0;
}
}
.t4-palette-mainnav {
    background-color: transparent;
    color: #1C3517;
}
#t4-main-menu {
    border-bottom: 0px solid white;
}
.t4-main-body {
        padding-top: 0rem!important;
        padding-bottom: 3rem
    }
.t4-section-inner.container{
    background: white;
}
.t4-row{
    padding-top:1rem;
}
@media (min-width: 992px) {
	.com_eshop.view-product .t4-main-body .t4-col.col-md {
		width: 100%;
	}
}
#t4-header div.t4-section-inner.container{
   background-color: transparent;
}

.row {
    margin-right: 0px; 
    margin-left: 0px; 
}
#t4-header .eshop-cart .eshop-items>a i {
    font-size: 30px;
    color: antiquewhite;
}
#t4-position-1 {
    padding: 0px 0;
    margin: 0px 0;
}
.container {
    padding-top: 10px;
    padding-bottom: 10px;
}
#t4-claim div.t4-section-inner.container{
    background-color:transparent;
    background-image: url(/images/bohea/bohea-claimonly.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: unset;
    padding-bottom: 25px;
    padding-top: 25px;
}
#t4-position-2  div.t4-section-inner.container,
#t4-footnav div.t4-section-inner.container,
#t4-footer div.t4-section-inner.container{
    background-color:transparent;
}
#t4-footnav .block-content .ic-char {
    float: left;
    margin: 0 20px 16px 0;
    color: #ffffff;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}
.footer-3 .block-content p.no-margin,
.footer-4 .block-content p.no-margin {
    margin-top: 10px;
}

#t4-latest-product div.t4-section-inner.container div.t4-module div.module-inner{
    padding-right:0px;
    padding-left:0px;
    padding-bottom: 30px;
    border-bottom: 1px solid #5b6557;
    margin-bottom:20px;
}
.t4-offcanvas .t4-off-canvas-header {
    background-color: #1c3517;
}
.table-responsive td, .table-responsive tr td {
  border: 1px solid #dddddd;
  padding: 5px;
}