@font-face {
    font-family: 'vi_co_may_hoanormal';
    src: url('https://colibrijecoffee.com/fonts/comay_1h-webfont.woff2') format('woff2'),
         url('https://colibrijecoffee.com/fonts/comay_1h-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'vi_co_may_hoanormal', Lato !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 0.7 !important;
    letter-spacing: 0 !important;
    margin-top: 1.4rem !important;
}

.secondary-font-style-header {
    font-family: 'Barlow Condensed', Lato !important;
    font-weight: 500 !important;
}

h2.secondary-font-style-header {
    font-size: 1.8rem !important;
}

.t4-header{
    margin-bottom: 0;
}

.page-header h2, .categories-list h2 {
    font-size: 3.5rem;
    line-height: 1;
    color: #000000; 
}

.item-page [itemprop="articleBody"] {
    margin-top: 0;
    margin-bottom: 0;
}

h1, .h1 {
    font-size: 4rem !important;
}

h2, .h2 {
    font-size: 3rem !important;
    color: #e91784 !important;
}

h3, .h3 {
    font-size: 2rem !important;
}

.t4-main-body {
    margin-top: -31px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}

.t4-main-top-1 {
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .t4-main-body {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

.btn {
    border: 2px solid transparent; 
}

.btn-outline-dark {
    color: #36352e;
    border-color: #36352e;
}

.btn-outline-dark:hover {
    color: #ffffff;
    border-color: #36352e;
    background-color: #36352e;
}

.btn-lg {
  font-size: 1.5rem;
}

.t4-palette-mainnav .nav>li a {
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

    background-image: url("https://colibrijecoffee.com/images/button_bg_dotted.png");
    background-repeat: repeat-x;
    background-size: contain;
    background-position-y: 150px;

    border-radius: 0;
}

.t4-palette-mainnav .nav>li a:hover {
    font-size: 14px;
    color: #eb028a !important;
  	background-color: #ecc31f;
  	padding-top: 0.8rem;
 	padding-bottom: 0.8rem;
  	padding-right: 0.8rem;
    padding-left: 0.8rem;
    text-shadow: -1px 1px 0 #fff,
				  1px 1px 0 #fff,
				  1px -1px 0 #fff,
			     -1px -1px 0 #fff;

    background-position-y: 0px;
    border-radius: 2px;
}

.t4-palette-mainnav .nav > li.active a {
    color: #7f2990;
}

@media (min-width: 576px) {
  .container {
      max-width: 100%;
  }
}

@media (max-width: 767px) {
  .nav-breakpoint-lg .t4-offcanvas-toggle {
      top: -15px !important;
  }
}

@media (min-width: 768px) {
  .nav-breakpoint-lg .t4-offcanvas-toggle {
      top: 0 !important;
  }
  
  .navbar-brand {
    margin-top: -20px;
  }
}

@media (min-width: 1200px) {
  .navbar-brand {
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  /*.nav-breakpoint-lg .t4-offcanvas-toggle {
      top: 0 !important;
  }*/
  
  .navbar-brand .logo-image img, .navbar-brand .logo-text img {
    max-width: 100%;
  }
}

.t4-navbar .nav-item {
    position: relative;
    margin: 0 2px;
    max-width: 220px;
    text-align: center;
    line-height: 0.9rem;
}

.t4-offcanvas .t4-off-canvas-header a img {
    width: 100%;
    height: auto;
}

.t4-offcanvas-toggle.btn {
  color: #ea028d;
}

.t4-palette-dark {
    background: rgb(120,43,144);
	background: -moz-linear-gradient(0deg, rgba(120,43,144,1) 0%, rgba(233,22,131,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(120,43,144,1) 0%, rgba(233,22,131,1) 100%);
	background: linear-gradient(0deg, rgba(120,43,144,1) 0%, rgba(233,22,131,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#782b90",endColorstr="#e91683",GradientType=1);
    color: #fff;
}

.top-away #back-to-top {
    right: 0.8rem;
    bottom: 3.5rem;
}

#back-to-top {
    background: #e81783;
}

#back-to-top:hover, #back-to-top:focus, #back-to-top:active {
    background-color: #782b90;
    color: #fff;
}

.t4-footer {
    font-size: 1rem;
}

.t4-palette-dark .nav>li a, .t4-palette-dark .nav>li .nav-link {
    color: #ffffff !important;
 	padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.t4-footer .nav>li>a:hover, .t4-footer .nav>li>a:active, .t4-footer .nav>li>a:focus {
    color: #ecc31f !important;
    border: none;
}

/**** LOGIN BUTTON ****/

.plg_system_webauthn_login_button {
    color: #ffffff !important;
}

.plg_system_webauthn_login_button svg {
    fill: #ffffff;
}

/**** CONTACTENHANCED ****/

.form-control, .inputbox {
    max-width: 100%;
}

form:not(.form-no-margin) .control-group .controls {
    margin-left: 0px;
}

/**** ICONOS COLIBRIJE ****/
.ico-16{
  height: 16px;
  width: auto;
  padding: 2px;
  display: inline-block;
  vertical-align: text-bottom;
}

.ico-20{
  height: 20px;
  width: auto;
  padding: 2px;
  display: inline-block;
  vertical-align: text-bottom;
}

.ico-24{
  height: 24px;
  width: auto;
  display: inline-block;
  vertical-align: text-bottom;
}

.ico-32{
  height: 32px;
  width: auto;
  display: inline-block;
  vertical-align: text-bottom;
}

.ico-40{
  height: 40px;
  width: auto;
  display: inline-block;
  vertical-align: text-bottom;
}

.ico-48{
  height: 48px;
  width: auto;
  display: inline-block;
  vertical-align: text-bottom;
}

.ico-plant-small-gray {
    content: url(https://colibrijecoffee.com/images/ico_planta_1_gris.svg);
}

.ico-plant-medium-green {
    content: url(https://colibrijecoffee.com/images/ico_planta_2_verde.svg);
}

.ico-plant-medium-brown {
    content: url(https://colibrijecoffee.com/images/ico_planta_2_cafe.svg);
}

.ico-plant-tall-gray {
    content: url(https://colibrijecoffee.com/images/ico_planta_3_gris.svg);
}

.ico-coffee-grain-brown {
    content: url(https://colibrijecoffee.com/images/ico_grano_cafe_cafe.svg);
}

.ico-coffee-grain-white {
    content: url(https://colibrijecoffee.com/images/ico_grano_cafe_blanco.svg);
}

.ico-coffee-grain-gray {
    content: url(https://colibrijecoffee.com/images/ico_grano_cafe_gris.svg);
}

.ico-coffee-cup-brown {
    content: url(https://colibrijecoffee.com/images/ico_taza_cafe.svg);
}

.ico-coffee-cup-gray {
    content: url(https://colibrijecoffee.com/images/ico_taza_gris.svg);
}

.ico-coffee-cup-white {
    content: url(https://colibrijecoffee.com/images/ico_taza_blanca.svg);
}

.border-2 {
    border-width: 2px!important;
}

.border-3 {
    border-width: 3px!important;
}

.border-4 {
    border-width: 4px!important;
}

.border-5 {
    border-width: 5px!important;
}

.module-title span {
    border-bottom: none;
}

/**** ESHOP ****/

.ajax-block-product {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 20px;
    background-color: #ebebf5;
    border: 2px solid #d7dfed;
    border-radius: 0;
    padding: 14px;
    max-width: 31%;
}

.grid .ajax-block-product.spanbox {
    flex: 0 0 31%;
    max-width: 31%;
    margin-right: 2.333333%;
}

@media (max-width: 767px) {
  .grid .ajax-block-product.spanbox {
      flex: none;
      max-width: 90%;
      margin-right: 20px;
      margin-left: 20px;
  }
}

.eshop-pre-nav,.eshop-next-nav {
    background-color: #ced3e2;
}

.eshop-pre-nav {
    border-radius: 5px 0 0 5px;
}

.eshop-next-nav {
    border-radius: 0 5px 5px 0;
}

.eshop-pre-nav .float-start,.eshop-next-nav .float-end {
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.15s ease-in-out;
    margin: 20px 5px;
    background-color: #9193ab;
}



@media (max-width: 767px) {

    .eshop-pre-nav .float-start,.eshop-next-nav .float-end {
        font-size: 12px;
    }

    .eshop-pre-nav {
        margin-left: 20px;
        margin-right: -20px;
        border-radius: 5px 0 0 5px
    }

    .eshop-next-nav {
        margin-left: -20px;
        margin-right: 20px;
        border-radius: 0 5px 5px 0
    }
}

.eshop-pre-nav .float-start:hover,.eshop-next-nav .float-end:hover {
    color: #fff;
    border: 2px solid #ffffff;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    background-color: #e81683;
    text-decoration: none;
}

.eshop-pre-nav>.float-start:before {
    display: inline-block;
    font-family: FontAwesome!important;
    content: "\f0a8";
    margin-right: 5px;
    transition: all 0.15s ease-in-out
}

.eshop-pre-nav>.float-start:hover:before {
    margin-right: 15px
}

.eshop-next-nav>.float-end:after {
    display: inline-block;
    font-family: FontAwesome!important;
    content: "\f0a9";
    margin-left: 5px;
    transition: all 0.15s ease-in-out
}

.eshop-next-nav>.float-end:hover:after {
    margin-left: 15px
}

.eshop-search {
    float: right;
}

#eshop_result {
    min-width: 350px;
    max-width: 480px;
    width: 100%;
}

#eshop_result li {
    line-height: 20px;
    padding: 5px;
}

#eshop_result li a {
    font-size: 0.8em;
}

#sort_options, #limit{
 	padding: 10px; 
}

.btn {
	border: none;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
    text-shadow: none;
    line-height: 22px;
    background-color: #f6f6f6;
    color: #999;
    text-decoration: none !important;
    margin-bottom: 0.2em;
}

.btn.btn-primary {
    color: #ffffff !important;
    border-radius: 5px;
    text-decoration: none !important;
    margin: 5px;
}

.btn.btn-secondary {
    color: #ffffff !important;
    border-radius: 5px;
    text-decoration: none !important;
    margin: 5px;
}

.btn.btn-danger, .btn.btn-info, .btn.btn-success {
    color: #ffffff;
}

.product-list-container .row .btn-secondary {
    color: #ffffff !important;
 	background-color: #002995 !important;
}

.eshop-container .row .btn-primary {
    color: #ffffff !important;
 	background-color: #e81683 !important;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.eshop-container .row .btn-secondary {
    color: #ffffff !important;
    background-color: #9193ab !important;
    /*max-width: 300px;*/
    border-radius: 5px;
    margin: auto;
}

.eshop-container .row .btn {
    /*max-width: 300px;*/
    border-radius: 5px;
}


.eshop-container .row .btn:hover {
    color: #9193ab;
    background-color: #ebebf5;
}

.box-action-text-item .btn{
    display: block;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle), .btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.box-action-text-item .btn-secondary {
    margin: 10px 0 !important;
}

.box-quantity button.btn {
    padding: 18px;
}


.product-cart .box-quantity .btn-secondary {
    color: #9193ab !important;
    background-color: #ffffff !important;
    padding: 1rem 0;
}

.product-cart .box-quantity .eshop-quantity {
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-cart .box-quantity .eshop-quantity .btn-secondary {
    font-size: 18px;
    color: #ffffff !important;
    background-color: #9193ab !important;
    padding: 1rem;
}

.product-cart .box-quantity .eshop-quantity .btn-secondary.button-minus, .product-cart .box-quantity .eshop-quantity .btn-secondary.button-plus {
    padding: 1rem 2rem;
}

.product-cart .box-quantity .eshop-quantity .eshop-quantity-value {
    font-size: 18px;
    color: #9193ab !important;
}

.product-options h2 {
    font-size: 1.5rem;
}


.list .eshop-info-block {
    float: left;
    text-align: left;
    width: 35%;
    margin-left: 20px;
}

.list .eshop-buttons {
    padding: 0 20px;
    width: 250px;
    text-align: center;
}

.list .eshop-image-block {
    margin-top: 10px;
    margin-left: 10px;
}

.list .ajax-block-product.spanbox {
    border-bottom: 2px #d7dfed solid;
    min-height: 220px;
    max-width: 100%;
}

.eshop-container .row .btn {
    font-size: 14px;
    line-height: 18px;
}

.eshop-buttons .btn-secondary {
    border: none;
    box-shadow: none;
    text-shadow: none;
    line-height: 18px;
    background: #f6f6f6;
    color: #999 !important;
    text-decoration: none !important;
    margin-bottom: 10px;
    font-size: 14px;
}

.eshop-buttons .btn-secondary:hover {
    background: #e1cac4;
    color: #fff !important;
}

.product-info .product-share {
    padding: 8px 5px 13px 5px;
}

.product-info .product-price h2 {
    letter-spacing: 0.1rem !important;
}

.horizontal.small-db.top_left, .horizontal.big-db.top_left {
    left: 2%;
    top: 2%;
}

.eshop-info-block h5 {
    font-size: 21px;
    font-weight: 500;
    margin: 10px 0;
    text-transform: uppercase;
}

.eshop-info-block h5 > a {
    color: #9193ab;
}

.eshop-info-block h5 > a:hover {
    color: #606381;
}

.product-cart .box-action-text-item, .box-action-text-list {
    padding: 0;
}

#products-list {
    margin-right: 20px;
    margin-left: 20px;
}

@media (max-width: 480px) {
    #products-list .eshop-image-block, #products-list .eshop-info-block {
        padding: 10px;
        text-align: center;
    }
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #d7dfed;
    border-radius: 0;
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

@media (max-width: 767px) {
    .eshop-image-block img {
        display: block;
    }
}

.eshop-buttons .box-action-text-list .btn-secondary {
	background-color: #9193ab !important;
    margin-bottom: 10px;
    width: 100%;
}

.eshop-buttons .box-action-text-list .btn-secondary:hover {
	background-color: #606381 !important;
}

.product-info .page-header h1, .eshop-container .page-header h1 {
    font-size: 3rem;
    font-weight: 600;
}

.product-info .product-price h2 {
    font-size: 3rem;
    font-size: 1.8rem;
}

@media (max-width: 767px) {
    .product-info .page-header h1, .eshop-container .page-header h1 {
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.2;
    }

    .product-info .product-price h2 {
        font-size: 1.8rem;
    }
}

#colorbox #cboxContent h1 {
    background: transparent;
    font-family: Barlow Condensed !important;
    font-size: 3rem !important;
    margin-left: 0.3rem;
}

.eshop-categories-list .eshop-category-wrap, .eshop-sub-categories-list .eshop-category-wrap {
    border: 1px solid #d7dfed;
    border-radius: 16px;
    overflow: hidden;
}

.eshop-categories-list .eshop-category-wrap .eshop-info-block, .eshop-sub-categories-list .eshop-category-wrap .eshop-info-block {
    border-radius: 0 0 16px 16px;
}

.eshop-categories-list .eshop-category-wrap .image, .eshop-sub-categories-list .eshop-category-wrap .image {
    padding: .25rem;
}

.eshop-sub-categories-list .eshop-category-wrap .image img {
    border-radius: 12px 12px 0 0;
}

.filter-heading .filter-head-icon {
    background: none;
}

/**** ESHOP FILTER ****/

.eshop-filter .badge-info {
    background: #e81683;
}

.eshop-filter .badge-info:after {
    border-right-color: #e81683;
}

.eshop-filter > a {
    background: #ebebf5;
    font-size: 14px;
    font-weight: 600;
    line-height: 2rem;
}

.eshop_products_filter_ {
    border: 2px solid #d7dfed;
}

/**** ESHOP PRODUCT LIST CONTAINER ****/

#products-list-container {
    margin-top: 25px;
}

.products-list-container .input-group-prepend, .input-group-append, .input-group-addon {
    justify-content: center;
    display: block;
}

/**** ESHOP COLOR FOR PICKING PRODUCTS ****/

.form-check-inline, label.radio, label.checkbox {
    display: block;
}

.fa-color-white {
    color: #ffffff;
    text-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.fa-color-pink {
    color: #ff99cc;
}

.fa-color-light-pink {
    color: #ffccff;
}

/**** FALANG ****/

.mod-languages {
    margin-bottom: 5px;
} 


