/******************
Global Styles
******************/

.crbc a {
  font-weight: normal !important;
  text-decoration: none;
}
.crbc-category-title {
  border-bottom: 1px solid #E8F6F1;
  padding-top: 2px;
  border-left: 5px solid #ee6e73;
}
.crbc-category-title h1 {
  color: #26a1a6;
  padding-left: 20px;
}
.crbc-category-introtext {
  background: #e8f6f1;
  color: #777 !important;
  padding: 5px;
  box-sizing: border-box;
}
.crbc-category-product-entry {
  padding: 0;
}
/******************
Buttons
******************/

.crbc-btn {
  border-radius: 0 !important;
  background-color: #26a1a6;
  background: #26a1a6 !important;
  background-image: none;
  border: none !important;
  text-shadow: none;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #fff;
  padding: 5px 12px !important;
  font-size: 16px;
  font-weight: normal !important;
}
.crbc-btn:hover, .crbc-btn:focus, .crbc-btn:active {
  background-color: #2bbbad !important;
  background: #2bbbad !important;
  background-image: none;
  border: #16A791;
  text-shadow: none;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: none;
  border-style: none;
  color: #fff;
  border-radius: 0 !important;
  padding: 5px 12px !important;
  font-weight: normal !important;
}
.crbc-btn.disabled, .crbc-btn[disabled], .crbc-btn.disabled:hover, .crbc-btn[disabled]:hover {
  background: #b1deda !important;
  color: #fff;
  border-radius: 0 !important;
  cursor: auto;
  padding: 5px 12px;
}
.input-append .crbc-btn:last-child, .input-append .crbc-btn:first-child, .input-prepend .crbc-btn:first-child, .form-search .input-prepend .crbc-btn {
  border-radius: 0 !important;
}
.crbc-controls button {
  background-color: #16A791;
  background-image: none;
  border: #2bbbad;
  color: #fff;
}
.input-append .crbc-btn {
  border-radius: 0;
}

/* Select list arrow */

.crbc select, .crbc select:enabled {
  background-image: url("../assets/select-arrows.svg");
  padding-right: 25px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  line-height: 13px;
  border-radius: 0 !important;
  border: 1px solid #ddd;
  background-color: #fff !important;
  cursor: pointer;
  box-shadow: none !important;
  color: #555;
}
.crbc select::-ms-expand {
  display: none;
}
.crbc-category-products .btn-primary, .crbc-product .btn-primary {
  background-color: #26a69a;
  background-image: none;
  border: #16A791;
  text-shadow: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 7px 12px;
}
.crbc-category-products .btn-primary:hover, .crbc-category-products .btn-primary:active, .crbc-category-products .btn-primary:focus, .crbc-product .btn-primary:hover, .crbc-product .btn-primary:active, .crbc-product .btn-primary:focus {
  background-color: #2bbbad;
  background-image: none;
  border: #16A791;
  text-shadow: none;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: none;
  border-style: none;
  padding: 7px 12px;
}
.crbc-category-page.crbc-simple .crbc-details-button > .crbc-btn, .crbc-category-page.crbc-simple .crbc-details-button > .crbc-btn:hover, .crbc-category-page.crbc-simple .crbc-details-button > .crbc-btn:active {
  border: medium none;
  box-sizing: border-box;
  width: auto;
  margin-left: 10px;
  background: transparent !important;
  color: #26a69a;
}

/*******************
Mini Cart
******************/

.crbc-well {
  background-color: #fff !important;
  border: none;
  box-shadow: 0px 2px 2px -5px rgba(0, 0, 0, 0.16), 0 2px 7px -1px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
  min-height: 20px;
  border-radius: 0;
}
.crbc-minicart .dropdown-menu {
  border: medium none;
  box-sizing: content-box;
  padding: 10px;
  width: 100%;
}
.crbc-minicart .crbc-btn-group, .crbc-minicart .crbc-dropdown-toggle {
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
}
.crbc-minicart .crbc-btn-group a {
  font-weight: normal !important;
}
.crbc-minicart .btn-group > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 0;
}
.crbc-caret {
  color: #fff;
  border-top: 4px solid #fff;
}
.crbc-mod_breezingcommerce_filter.crbc-filter-searchstandalone .crbc-filter-search input {
  border-radius: 0;
  width: 73%;
}
.crbc-product thead {
  background: #26A69A;
  color: #fff;
}
.crbc-product .table-striped tbody > tr:nth-child(2n+1) > td, .crbc-product .table-striped tbody > tr:nth-child(2n+1) > th {
  background-color: #f4faf8;
}
.crbc input {
  border-radius: 0 !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
  color: #555 !important;
  box-shadow: none !important;
  padding: 4px 10px !important;
}
.crbc-checkout-single-page .nav > li > a:hover, .crbc-checkout-single-page .nav > li > a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #26a1a6;
  font-weight: normal !important;
  text-decoration: none;
}
.crbc-controls input:focus {
  border-color: rgba(38, 166, 154, 0.8);
  box-shadow: 0 1px 1px rgba(38, 166, 154, 0.075) inset, 0 0 8px rgba(38, 166, 154, 0.6);
  outline: 0 none;
}
.crbc-alert-info {
  border-radius: 0;
}
.crbc-mod_breezingcommerce_minicart_93 ul {
  border-radius: 0;
}
.crbc-mod_breezingcommerce_minicart_93 ul li > a:hover {
  background: #fff;
  color: #555;
}
.crbc-mod_breezingcommerce_minicart_93 .btn-group.open .btn.dropdown-toggle {
  background-color: #b1deda !important;
}
.crbc-control-group {
  display: block !important;
}
#crbc-price-range-91 {
  width: 90%;
  margin-left: 7%;
}

/********************
Module Categories
********************/

.crbc-mod_breezingcommerce_currencies ul.crbc-nav {
  background-color: #fff !important;
  background: #fff !important;
}
.crbc-mod_breezingcommerce_currencies .nav-tabs.nav-stacked > li > a {
  background-color: #fff;
  border: 0 none;
  color: #898989 !important;
  padding: 10px 10px;
  font-weight: normal !important;
  -moz-transition: all 0.15s ease-out 0s;
  -webkit-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  -ms-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.crbc-mod_breezingcommerce_currencies .nav-tabs.nav-stacked > li > a:hover, .crbc-mod_breezingcommerce_currencies .nav-tabs.nav-stacked > li > a:active, .crbc-mod_breezingcommerce_currencies .nav-tabs.nav-stacked > li > a:focus {
  background: #2bbbad !important;
  background-image: none;
  border: #16A791;
  text-shadow: none;
  box-shadow: 0 2px 2px -5px rgba(0, 0, 0, 0.16), 0 2px 7px -1px rgba(0, 0, 0, 0.12);
  -moz-transition: all 0.15s ease-out 0s;
  -webkit-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  -ms-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  color: #fff !important;
  padding: 10px 10px;
  border-left: 5px solid #ee6e73;
  font-weight: normal !important;
}
.crbc-mod_breezingcommerce_currencies .nav-tabs.nav-stacked > li.crbc-active > a {
  background: #26A1A6 !important;
  background-image: none;
  border: #16A791;
  text-shadow: none;
  box-shadow: 0 2px 2px -5px rgba(0, 0, 0, 0.16), 0 2px 7px -1px rgba(0, 0, 0, 0.12);
  -moz-transition: all 0.15s ease-out 0s;
  -webkit-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  -ms-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  color: #fff !important;
  padding: 10px 0 10px 12px;
  border-left: 5px solid #ee6e73;
  font-weight: normal !important;
}
.crbc-mod_breezingcommerce_currencies .nav-tabs.nav-stacked > li:first-child > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.crbc-mod_breezingcommerce_currencies .nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/********************
Filter
********************/

.crbc-filter-price .crbc-control-group .input-append span, .crbc-control-group .input-prepend span {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 0 !important;
  color: #555;
  margin: 0 !important;
}
.crbc-filter-price .crbc-control-group .input-append input, .crbc-control-group .input-prepend input {
  border-radius: 0 !important;
  width: 63%;
}
.crbc-filter-categories a, .crbc-filter-apply, .crbc-filter-reset {
  border-radius: 0 !important;
  background-color: #26a1a6;
  background-image: none;
  border: #16A791;
  text-shadow: none;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #fff;
  font-size: 16px;
  font-weight: normal !important;
  padding: 5px 13px !important;
}
.crbc-filter-categories a:hover, .crbc-filter-categories a:active, .crbc-filter-categories a:hover, .crbc-filter-apply:hover, .crbc-filter-apply:active, .crbc-filter-apply:focus, .crbc-filter-reset:hover, .crbc-filter-reset:active, .crbc-filter-reset:focus {
  border-radius: 0;
  background-color: #2bbbad !important;
  background: #2bbbad !important;
  background-image: none;
  border: #16A791;
  text-shadow: none;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #fff;
  border-radius: 0 !important;
  padding: 5px 13px !important;
}
.crbc-filter input {
  border-radius: 0 !important;
}
.crbc-filter .selected_category a.btn {
  background: #ee6e73 none repeat scroll 0 0;
  border: none !important;
  border-radius: 0 !important;
  margin-left: 0 !important;
  padding: 5px 10px;
}
.crbc-filter .selected_category a.btn:hover {
  border-radius: 0 !important;
  margin-left: 0 !important;
  background: #B71C1C !important;
  background-color: #B71C1C !important;
}
.crbc-filter .selected_category input {
  width: 67% !important;
}
.crbc-categoriespicker-form .btn {
  border-radius: 0 !important;
  background-color: #26a1a6;
  background: #26a1a6 !important;
  background-image: none;
  border: none !important;
  text-shadow: none;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #fff;
  padding: 5px 12px;
  font-size: 16px;
}
.crbc-categoriespicker-form .btn:hover, .crbc-categoriespicker-form .btn:active, .crbc-categoriespicker-form .btn:focus {
  background-color: #2bbbad !important;
  background: #2bbbad !important;
  background-image: none;
  border: #16A791;
  text-shadow: none;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: none;
  border-style: none;
  color: #fff;
  border-radius: 0 !important;
}
.crbc-categoriespicker-form input {
  border-radius: 0 !important;
}

/********************
Pagination
********************/

.crbc-page .pagination ul {
    border-radius: 4px;
    box-shadow:none;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}



.crbc-page .pagination ul > li > a, .crbc-page .pagination ul > li > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border:none;
    float: left;
    line-height: 18px;
    padding: 9px 14px;
    text-decoration: none;
    color: #157c72;
}

.crbc-page .pagination ul > li > a:hover, .crbc-page .pagination ul > li > span:hover,
.crbc-page .pagination ul > li > a:focus, .crbc-page .pagination ul > li > span:focus,
.crbc-page .pagination ul > li > a:active, .crbc-page .pagination ul > li > span:active
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border:none;
    float: left;
    line-height: 18px;
    padding: 9px 14px;
    text-decoration: none;
    color: #fff;
    background: #3bc0b4;
    -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.crbc-page .pagination ul > .active > a, .crbc-page .pagination ul > .active > span {
    background: #26a69a  !important;
    color: #fff;
    cursor: default;
}

.crbc-page .pagination ul > li.disabled > a, .crbc-page .pagination ul > li.disabled > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border:none;
    float: left;
    line-height: 18px;
    padding: 9px 14px;
    text-decoration: none;
    color: #ace0db;
}

.crbc-page .pagination ul > li:last-child > a, .crbc-page .pagination ul > li:last-child > span,
.crbc-page .pagination ul > li:first-child > a, .crbc-page .pagination ul > li:first-child > span
{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}





/********************
Media
********************/


/* Large desktop */

@media (min-width: 1200px) {}

/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 979px) {
  .crbc-filter .selected_category input {
    width: 60% !important;
  }
  .crbc-filter-price .crbc-control-group .input-append input, .crbc-control-group .input-prepend input {
    border-radius: 0 !important;
    width: 53%;
  }
  .crbc-filter-categories a, .crbc-filter-apply, .crbc-filter-reset {
    font-size: 13px;
  }
  .crbc-btn {
    font-size: 13px;
    padding: 5px 7px !important;
  }
}

/* Landscape phone to portrait tablet */

@media (max-width: 767px) {}

/* Landscape phones and down */

@media (max-width: 480px) {
  table.crbc-responsive td::before {
    position: static;
  }
  table.crbc-responsive td {
    padding-left: 8px;
  }
}
