/* ---- overides ---- */

h1, .h1
{font-size: 1.6rem;}

h2, .h2
{
font-size: 1.4rem;
}

h3, .h3
{
font-size: 1.3rem;
}

h4, .h4
{
font-size: 1.15rem;
}


h5, .h5
{
font-size: 1.0rem;
}

h6, .h6
{
font-size: 0.9rem;
}

strong
{font-weight: bolder;/* font-family: 'Roboto'; */}


label {
    display: inline-block;
    margin-bottom: 0.2rem;
    margin-top:0.2rem;
}

.btn
{
  border-radius:0
}

.card{
  border-radius:0;
}



.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 0
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 1px
}

.card-title {
    margin-bottom: .75rem
}











.btn-nofocus {
    color: #060606;
    background-color: #ced1d4;
    border-color: #ced1d4;
}



.btn-success {
    color: #fff;
    background-color: #40A73F;
    border-color: #24b536;

}

.btn-success.disabled {
    color: #fff;
    background-color: #9b9b9b;
    border-color: #696969;
}



.btn-outline-secondary {
    color: #767879;
    background-color: #f1f1f1;
    background-image: none;
    border-color: #c1c1c1;
}


.alert{
 border-radius:0; 
}


.alert-danger {
    color: #cc1324;
    background-color: #f7e7e7;

    border-left:solid 4px #cb4342;
    border-radius:0;
}



::selection {
  background: #1384F2; 
  color:#fff;
}
::-moz-selection{
  background: #1384F2; 
    color:#fff;
}

/*   select:focus::-ms-value {
            background-color: gray;
            color: orange;
        }*/

.heading
{
  text-transform:uppercase;
}


.buy-button
{
  padding-left:2rem;
  padding-right:2rem;
}


.buy-button img
{
 padding-right:0.5rem;
 vertical-align:text-top;

}


.btn-outline-darker {
    color: #f8f9fa;
    border-color: #6b6b6b
}

.btn-outline-darker.paypal {
    font-size: 1rem;
    font-weight: 500;
    padding: .8rem .7rem .6rem;
}

.btn-outline-darker.paypal img {
    margin-bottom: 2px;
    height: 22px;
    width: auto
}








/* ---- /overides ---- */


@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeDownSmall {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeDownSmall {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}

.fadeDown {
  -webkit-animation-name: fadeDown;
  animation-name: fadeDown;
}

.fadeUp {
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
}

.fadeRight {
  -webkit-animation-name: fadeRight;
  animation-name: fadeRight;
}

.fadeLeft {
  -webkit-animation-name: fadeLeft;
  animation-name: fadeLeft;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeDownSmall,
.dropdown-menu.show.animate,
.twitter-typeahead .show.animate.tt-menu,
.dropdown-submenu:hover>.dropdown-menu.animate,
.twitter-typeahead .dropdown-submenu:hover>.animate.tt-menu {
  -webkit-animation-name: fadeDownSmall;
  animation-name: fadeDownSmall;
}

.delay-1 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.delay-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-3 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-4 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-5 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay-6 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.duration-half,
.dropdown-menu.show.animate,
.twitter-typeahead .show.animate.tt-menu,
.dropdown-submenu:hover>.dropdown-menu.animate,
.twitter-typeahead .dropdown-submenu:hover>.animate.tt-menu {
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
}

.duration-1 {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

.duration-2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.duration-3 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.duration-4 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.duration-5 {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

.duration-6 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

body::before {
  display: none;
}

@media (max-width: 575.98px) {
  body::before {
    content: 'xs';
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: 'sm';
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: 'md';
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: 'lg';
  }
}

@media (min-width: 1200px) {
  body::before {
    content: 'xl';
  }
}

.material-icons {
  vertical-align: bottom;
}

.material-icons.md-1 {
  font-size: 1rem;
}

.material-icons.md-2 {
  font-size: 2rem;
}

.material-icons.md-3 {
  font-size: 3rem;
}

.material-icons.md-4 {
  font-size: 4rem;
}

.material-icons.md-5 {
  font-size: 5rem;
}

.btn>.material-icons {
  font-size: 145%;
  vertical-align: top;
}

@media (max-width: 575.98px) {
  .become-h1 {
    font-size: 2.5rem;
  }

  .become-h2 {
    font-size: 2rem;
  }

  .become-h3 {
    font-size: 1.75rem;
  }

  .become-h4 {
    font-size: 1.5rem;
  }

  .become-h5 {
    font-size: 1.25rem;
  }

  .become-h6 {
    font-size: 1rem;
  }
}

.limited {
  max-width: 1440px;
}

.border-sides
{
  borrder-left:solid 1px red;
}


body {
  color: #101010;
  background-color: #fff;
}

body.body-pattern {
  background: rgba(0, 0, 0, 0) url("../img/circles-dark.png") repeat scroll 0% 0%;
}

body,
.tooltip,
.popover {
font-family: 'Roboto', sans-serif;
}

a {
  color: #1384f3;
}

a:hover {
  color: #05a08e;
}

:focus {
  outline: none;
}

.dropdown-menu,
.twitter-typeahead .tt-menu {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-color: #ccc !important;
  min-width: 5rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #e0f2f1;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #16181b;
  background-color: #e0f2f1;
}

.dropdown-menu.show.animate,
.twitter-typeahead .show.animate.tt-menu {
  top: 100% !important;
}

.dropdown-menu.show.fadeIn,
.twitter-typeahead .show.fadeIn.tt-menu {
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.dropdown-menu.dropdown-menu-right.show.animate,
.twitter-typeahead .dropdown-menu-right.show.animate.tt-menu {
  right: 0 !important;
  left: auto !important;
}

.dropdown-toggle.no-caret::after {
  display: none;
}

.custom-control-label::before,
.custom-control-label::after {
  top: .2rem;
  /* background-color: #ffffff; */
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #1384f3;
}

.custom-control-input:focus~.custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 150, 136, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(19, 132, 243, 0.28);
}

.form-control:focus,
.custom-select:focus {
  border-color: #1384f3;
  /* -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 150, 136, 0.25); */
  box-shadow: none;
}




  /* ------------------------------------------------------ */
  .custom-control-label {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    line-height:1.25rem;
  }

  .custom-radio-color {
      padding-left: 1.8rem;
      min-height: 2rem;
  }
  
  .custom-radio-color .custom-control-label::before {
    background-color: var(--background-color);
    width: 26px;
    height: 26px;
    top: -2px;
    left: -31px;
    border-radius: 14px;
    border: 1px solid #00000030;
  }
  
  .custom-radio-color .custom-control-label::after {
    position: absolute;
    top: 0;
    left: -29px;
    background-size: 22px 22px;
    background-position-x: 0px;
    background-position-y: 0px;
    width: 22px;
    height: 22px;
  }
  
  .custom-radio-color .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--background-color);
  }
  .custom-radio-color .custom-control-input:checked~.custom-control-label::after {
    background-image: url(/assets/img/tick.png);
  }
  
  .custom-radio-color .custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem #8a8a8a47;
    box-shadow: 0 0 0 0.2rem #8a8a8a47;
  }
  
  /* ------------------------------------------------------ */


  




.custom-select {
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.btn-theme {
  color: #272727;
  background-color: #ffde00;
  border-color: #d9c022;
}

.btn-theme:hover {
  color: #fff;
  background-color: #ffb000;
  border-color: #b8881e;
}

.btn-theme:focus,
.btn-theme.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 150, 136, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 150, 136, 0.5);
}

.btn-theme.disabled,
.btn-theme:disabled {
  color: #fff;
  background-color: #009688;
  border-color: #009688;
}

.btn-theme:not(:disabled):not(.disabled):active,
.btn-theme:not(:disabled):not(.disabled).active,
.show>.btn-theme.dropdown-toggle {
  color: #fff;
  background-color: #00635a;
  border-color: #00564e;
}

.btn-theme:not(:disabled):not(.disabled):active:focus,
.btn-theme:not(:disabled):not(.disabled).active:focus,
.show>.btn-theme.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 150, 136, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 150, 136, 0.5);
}

.btn-outline-theme {
  color: #1384f3;
  background-color: transparent;
  background-image: none;
  border-color: #1384f3;
}

.btn-outline-theme:hover {
  color: #fff;
  background-color: #1384f3;
  border-color: #1384f3;
}

.btn-outline-theme:focus,
.btn-outline-theme.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 150, 136, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 150, 136, 0.5);
}

.btn-outline-theme.disabled,
.btn-outline-theme:disabled {
  color: #009688;
  background-color: transparent;
}

.btn-outline-theme:not(:disabled):not(.disabled):active,
.btn-outline-theme:not(:disabled):not(.disabled).active,
.show>.btn-outline-theme.dropdown-toggle {
  color: #fff;
  background-color: #009688;
  border-color: #009688;
}

.btn-outline-theme:not(:disabled):not(.disabled):active:focus,
.btn-outline-theme:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-theme.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 150, 136, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 150, 136, 0.5);
}

.btn-select {
  border-color: #ced4da;
  color: #666 !important;
  background-color: #fff !important;
}

.btn-select:focus,
.btn-select.focus,
.btn-select[aria-expanded="true"] {
  border-color: #009688;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 150, 136, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 150, 136, 0.25);
}

.badge-theme {
  color: #fff;
  background-color: #00be84;
}

.badge-theme[href]:hover,
.badge-theme[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #00635a;
}

.bg-theme {
  background-color: #1284ef !important;
}

a.bg-theme:hover,
a.bg-theme:focus,
button.bg-theme:hover,
button.bg-theme:focus {
  background-color: #00635a !important;
}

.text-theme {
  color: #1384f3 !important;
}

a.text-theme:hover,
a.text-theme:focus {
  color: #00635a !important;
}

.border-theme {
  border-color: #009688 !important;
}

button:focus {
  outline: 0;
}

.list-group-item[data-toggle="collapse"] {
  padding-right: 1.75rem;
}

.list-group-item[data-toggle="collapse"]::after {
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% - .3em);
  right: .625rem;
  content: '';
  -webkit-transition: top .2s, -webkit-transform .2s;
  transition: top .2s, -webkit-transform .2s;
  transition: transform .2s, top .2s;
  transition: transform .2s, top .2s, -webkit-transform .2s;
  border-top: .3em solid transparent;
  border-right: .3em solid transparent;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

.list-group-item[data-toggle="collapse"][aria-expanded="true"]::after {
  top: calc(50% - .1em);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.list-group>.list-group-collapse .list-group>.list-group-item {
  background-color: #e9ecef;
  padding-left: 2.25rem;
  font-size: 0.9375rem;
}

.list-group>.list-group-collapse .list-group>.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group>.list-group-collapse .list-group>.list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group>.list-group-collapse .list-group>.list-group-item:hover,
.list-group>.list-group-collapse .list-group>.list-group-item:focus {
  background-color: #e3e7eb;
}

.list-group>.list-group-collapse:not(:first-child)>.list-group-item {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group>.list-group-collapse:last-child>.list-group-item {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group>.list-group-collapse:last-child>.list-group-item[aria-expanded="true"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group>.list-group-collapse:last-child .list-group>.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group>.list-group-collapse:not(:last-child) .list-group>.list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item.active {
  background-color: #1384f3;
  border-color: #1384f3;
}

.list-group-sm .list-group-item {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.list-group-no-border .list-group-item {
  border: 0;
  margin-bottom: 0;
}

.card-img-overlay {
  border-radius: calc(0.25rem - 1px);
  background-color: rgba(0, 0, 0, 0.3);
}

.title {
    width: 100%;
    /* font-size: 1.3rem; */
    /* font-weight: 600; */
    margin: 0 0 10px;
    /* padding: 2px 0 2px 16px; */
    /* border-bottom: 2px solid #1284ef73; */
    /* background-color: #1384f3; */
    /* border-radius: 4px; */
    border-bottom: solid 1px #d6d7d8;
    text-transform: uppercase;
}

.filter-sidebar .title {
  width: 100%;
  font-size: 1.1rem;
  margin: 0 0 16px;
  padding: 2px 0 2px 8px;
  /* border-bottom: 2px solid #1284ef73; */
  background-color: #727272;
  border-radius: 4px;
}

.title>span {
  display: inline-block;
  /* margin-bottom: -3px; */
  /* padding-bottom: 8px; */
  color: #222;
  /* border-bottom: 3px solid #1284ef; */
}

.title>span>a {
  color: #666;
}

.title2 {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 0 20px;
  color: #353535;
  padding: 2px 0 1px 0px;
  border-bottom: 2px solid #1384f2;
  /* background-color: #ffde00; */
}

.title2>span {
  display: inline-block;
  /* margin-bottom: -3px; */
  /* padding-bottom: 8px; */
  color: #2a2a2a;
  /* border-bottom: 3px solid #1284ef; */
}

.title2>span>a {
  color: #666;
}

.title2.gw{
background:#40A73F;
}

.title2.gw span{
color:#fff!important;
}

.title2.bw{/* background:#1384f2; *//* color: #fff; */}

.title2.bw span{
/*color:#fff!important;*/
}


@media (min-width: 768px) {

  .hover-style,
  .card-product {
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  }
}

@media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {

  .hover-style,
  .card-product {
    -webkit-transition: none;
    transition: none;
  }
}

@media (min-width: 768px) {

  .hover-style:hover,
  .card-product:hover {
    /* border-color: #1384f3; */
    /*outline: solid 2px #1384f3;*/
    /* outline-color: red; */
    box-shadow: 0 0 0 0.12rem rgb(19, 132, 243);
    /* box-shadow: 0 0 0 0.15rem rgb(19, 132, 243); */
    border:none;
  }


.card-product:hover00 {
    content: '';
    position: absolute;
    left: 0px;
    top: -10px;
    right: -10px;
    width: calc(100% + 10px);
    height: calc(100% + 30px)!Important;
    border: 1px solid #ddd;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
}




  .hover-style2 {
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  }
}

@media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .hover-style2 {
    -webkit-transition: none;
    transition: none;
  }
}

@media (min-width: 768px) {
  .hover-style2:hover {
    border-color: #009688;
    -webkit-box-shadow: 0 0 0 0.2rem #fff, 0 0 0 0.4rem rgb(192, 215, 228);
    box-shadow: 0 0 0 0.2rem #fff, 0 0 0 0.4rem rgba(255, 222, 0, 0.58);
  }
}




.compact.row {
margin-right: -10px;
margin-left: -10px;
}
.compact > [class^="col-"], .gutter-10 > [class^=" col-"] {
padding-right: 10px;
padding-left: 10px;
}



@media (max-width: 991.98px) {
  .compact00 {
    /* margin-right: -4px; */
    /* margin-left: -4px; */
  }

  .compact000>.col,
  .compact00>[class*="col-"] {
    padding-right: 4px;
    padding-left: 4px;
  }
}

.row .compact00 {
   /* padding-right: 7.5px; */
   /* padding-left: 7.5px; */
}



.rating {
  font-size: 0;
}

.rating>i {
  font-size: .875rem;
  color: #ffc107;
}

.page-item.active .page-link {
  background-color: #1384f3;
  border-color: #1384f3;
}

.page-link {
  color: #666;
  border-bottom: 2px solid #d6d8d9;
}

.page-link:hover {
  color: #666;
}

.page-link:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 150, 136, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 150, 136, 0.25);
}

.list-group-tree .list-group-item {
  border: 0;
  margin-bottom: 0;
}

.list-group-tree .list-group-item:hover {
  color: #009688;
  background-color: #fff;
  outline: 0;
}

.list-group-tree .list-group-item:focus {
  outline: 0;
  background-color: #fff;
}

.list-group-tree .list-group-item.active {
  color: #1384f3;
  background-color: #fff;
  font-weight: bold;
}

.list-group-tree .list-group-item[data-toggle=collapse]::after {
  left: 0;
  right: auto;
}

.list-group-tree .list-group-collapse .list-group {
  margin-left: 25px;
  border-left: 1px solid #1384f35c;
}

.list-group-tree .list-group-collapse .list-group>.list-group-item {
  padding-left: 1.25rem;
  background-color: #fff;
}

.list-group-tree .list-group-collapse .list-group>.list-group-item::before {
  position: absolute;
  top: 14px;
  left: 0;
  content: '';
  width: 8px;
  height: 1px;
  background-color: #1384f35c;
}

.list-group-tree .list-group-collapse .list-group>.list-group-item:hover,
.list-group-tree .list-group-collapse .list-group>.list-group-item:focus {
  color: #009688;
  background-color: #fff;
}

.input-group-qty {
  min-width: 120px;
  max-width: 150px;
}

.input-group-qty .form-control {
  font-size:1.1rem;
  font-weight:500;
}

.basket-update-item
{font-size: 0.85rem;line-height: 1.4rem;
margin-top:0.4rem;

}

.basket-update-item  a.inactive 
{color:#b3b0b0;text-decoration:none!important;}


.basket-update-item i{
font-size:1.2rem;
line-height: 1.4rem;
}

.basket-update-item a 
{
  color:#000;
  text-decoration: underline;
}

.basket-update-item a:not([href])
{
 text-decoration: underline;  
}



.pointer
{
cursor:pointer; 
}


.checkout-button i 
{

width:10px

}


.personalise
{font-size:0.85rem;font-weight: 500;}

.personalise.active
{font-size:0.85rem;font-weight: 500;color:#1384f2}


.personalise i
{font-size: 1.2rem;padding: 0 0.2rem 0 0;color:#1384f2;}












@media (max-width: 767.98px) {

  .table-cart th,
  .table-cart td,
  .table-detail th,
  .table-detail td {
    padding: .3rem;
  }
}

@media (max-width: 575.98px) {
  .rounded-xs {
    border-radius: 0.25rem !important;
  }

  .table-wishlist>thead>tr>th.w-50 {
    width: 75% !important;
  }
}

.table-detail tr td:first-child {
  width: 150px;
}

.table-detail tr td:first-child::after {
  float: right;
  content: ':';
}

.table-detail tr:first-child td:first-child::after,
.table-detail tr:last-child td:first-child::after {
  content: '';
}

.main-nav {
  background-color: #1284ef;
  border-radius: 4px;
}



.detail-gallery .swiper-slide .img-thumbnail {
  opacity: .5;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

.detail-gallery .swiper-slide .img-thumbnail.active {
  opacity: 1;
}

.btn-zoom {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  color: #666;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  background-color: #fff;
  -webkit-transition: .1s color;
  transition: .1s color;
}

.btn-zoom:hover {
  color: #39b678;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu,
.twitter-typeahead .dropdown-submenu>.tt-menu {
  top: -0.5rem;
  left: 100%;
  margin-left: -1px;
}

.dropdown-submenu:hover>.dropdown-menu,
.twitter-typeahead .dropdown-submenu:hover>.tt-menu {
  display: block;
}





.cta-banner
{
  
background: #F1F1F1;  
/* padding: .2rem; */  
height: 34px;  
padding-top: 6px;  
margin-bottom: 12px;  
 border-bottom: solid 0px #ffffff; 
    -webkit-appearance: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1);   
}

.cta-block {
  /* margin-bottom: 1rem; */
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  /* align-items: center; */
  font-size: 0.9rem;
  /* font-weight: 600; */
  height: 20px;
  margin-top: 0px;
  margin-bottom:2px;
}

.cta-block span
{
  display:inline-block;
   padding-bottom:2px;
   font-weight:500;
}
.cta-block.divider
{
  border-right:solid 1px #c5c5c5;
}

.cta-block .cta-icon
{
  background-color:#1384f3;
  color:#fff;
  border-radius:50%;
  width:1.2rem;
  height:1.2rem;
  text-align:center;

}

.cta-block.cta2 .txt
{line-height: 1.5rem;}


.cta-block.cta3 
{
line-height:1.5rem;
}

.cta-block.cta3 .txt
{
xxxline-height:1.5rem;
}


.cta-block .price-match
{
font-size:1.2rem;
vertical-align:middle;
}


.cta-block.cta1 .material-icons, .cta-block.cta3 .material-icons,.cta-block.cta4 .material-icons
{
  width:24px;
  height:24px;
}







@media (max-width: 1000px) {
  .cta-block.divider.cta2,   .cta-block.divider.cta3 {
  border-right:none;
  }
}




.cta-block i 
{
  color:#1384f3;
}

.cta-block a span
{
	color:#000;
}

.cta-block .cta-block-icon {
  margin-right: .5rem;
  color: #545454;
  border: 0px solid #1384f3;
  /* box-shadow: 1px 1px 7px #00000030; */
}

.cta-block .cta-block-icon>.material-icons {
  font-size: 1.5rem;

}

.cta-block .cta-block-icon>span {
  font-size: 1.1rem;
  line-height:.3em;
  display:inline-block;
  width:0.4em;
  padding:2px;
}

.cta-block .cta-block-icon>span {
  font-size: 1rem;
}


.cta-block .media-body h6 {
  /* margin-bottom: .1rem; */
  color: #4c4c4c;
}

.cta-block .media-body .cta-block-desc {
  font-size: .775rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px) {
  .cta-block .cta-block-icon {
    /* padding: 0.5rem; */
  }
}



.cta-free-delivery
{
  background-color:#1284f3;
  color:#fff;
  padding-top:2px;
  padding-bottom:2px;
  text-align:center;
  font-size:1.6rem;
  margin-bottom: 0.6rem;
}

.cta-free-delivery i
{

  font-size:2.2rem;
  padding-right:0.4rem;
}

.cta-promo.bf
{color:#fff;background-color:#000;text-align:center;margin-bottom: 0.6rem;padding-top:4px;padding-bottom:2px;font-size: 1.4rem;}


.cta-promo.df
{color:#fff;background-color:#28a745;text-align:center;margin-bottom: 0.6rem;padding-top:4px;padding-bottom:2px;font-size: 1.4rem;}






@media (max-width: 768px) {
  
  .cta-free-delivery {
    font-size:0.8rem;
    max-height: 22px;
  }

.cta-free-delivery i
{

  font-size:1.1rem;
  padding-right:0.4rem;
}

.cta-promo.bf, .cta-promo.df
{
  font-size:0.8rem;
}

.nomobile
{
  display:none;
}



}











.service-block {
  margin-bottom: 1rem;
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  /* align-items: center; */
}

.service-block .service-block-icon {
  margin-right: .5rem;
  margin-top: 0.5rem;
  color: #ffffff;
  background-color: #1384f3;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  text-align:center;
  /* border: 2px solid #1384f3; */
  display: flex;
  align-items: center; /* align vertical */
  justify-content: center;
}

.service-block .service-block-icon.account .material-icons
{
  margin-right:-1px;
}

.service-block .service-block-icon.shipping .material-icons
{
  margin-right:-1px;
}





.service-block .service-block-icon>.material-icons {
  font-size: 1.5rem;
  padding-top:1px;

}

.service-block .service-block-icon>span {
  font-size: 1.5rem;
  display:inline-block;
  width:0.9em;
  text-align: center;
  padding-bottom: 2px;
}



.service-block .service-block-icon>span {
  font-size: 1.5rem;
}


.service-block .service-block-icon.font>span {
  line-height:1.58rem;
}







.service-block .media-body h4 {
  margin-bottom: 0rem;
  color: #1384f3;
  font-weight: 600;
  margin-top: 0.4rem;
}

.service-block .media-body .service-block-desc {
  font-size: .9rem;
  padding-right: 0.5rem;
  font-weight: 600;
  color: #000;
}

@media (min-width: 768px) {
  .service-block .service-block-icon {
    padding: 0.5rem;
  }
}

.w-auto {
  width: auto !important;
}

.share-link svg {
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.modal-menu {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.modal-menu .modal-dialog {
  max-width: 250px;
  margin: 0;
}

.modal-menu .modal-dialog,
.modal-menu .modal-content {
  height: 100%;
}

.modal-menu .modal-content {
  border: 0;
  border-radius: 0;
}

.modal-menu .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal-menu .modal-body {
  padding: 0;
}

.modal-menu .list-group-item {
  font-size: .9375rem;
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.modal-menu .list-group-collapse .list-group>.list-group-item {
  font-size: .875rem;
}

.modal-menu.fade .modal-dialog {
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.modal-menu.show .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}




.modal-cart {
  padding-right: 0 !important;
}

.modal-cart .modal-dialog {
  max-width: 400px;
  margin: 0;
  margin-left: auto;
}

.modal-cart .modal-dialog,
.modal-cart .modal-content {
  height: 100%;
}

.modal-cart .modal-content {
  border: 0;
  border-radius: 0;
}

.modal-cart .modal-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal-cart .modal-body {
  padding: .5rem;
}

.modal-cart .modal-header,
.modal-cart .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-cart .modal-body,
.modal-cart .modal-footer {
  background-color: #fff;
}

.modal-cart .media {
  border-bottom: 1px solid #dee2e6;
  padding: .25rem 0;
}

.modal-cart .media:first-child {
  padding-top: 0;
}

.modal-cart .media-body {
  position: relative;
  padding-right: 1rem;
}

.modal-cart .media-body>div:first-child {
  overflow: hidden;
  max-height: 42px;
  margin-bottom: 5px;
  font-size: 0.9375rem;
}

.modal-cart .media-body>div:first-child>a {
  display: block;
}

.modal-cart .media-body .close {
  position: absolute;
  top: 20px;
  right: 0;
}

.modal-cart.fade .modal-dialog {
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.modal-cart.show .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}







.modal-filter {
  padding-left: 0 !important;
}

.modal-filter .modal-dialog {
  max-width: 300px;
  margin: 0;
  margin-right: auto;
}

.modal-filter .modal-dialog,
.modal-filter .modal-content {
  height: 100%;
}

.modal-filter .modal-content {
  border: 0;
  border-radius: 0;
}

.modal-filter .modal-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal-filter .modal-body {
  padding: .5rem;
}

.modal-filter .modal-header,
.modal-filter .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-filter .modal-body,
.modal-filter .modal-footer {
  background-color: #fff;
}

.modal-filter .media {
  border-bottom: 1px solid #dee2e6;
  padding: .25rem 0;
}

.modal-filter .media:first-child {
  padding-top: 0;
}

.modal-filter .media-body {
  position: relative;
  padding-left: 1rem;
}

.modal-filter .media-body>div:first-child {
  overflow: hidden;
  max-height: 42px;
  margin-bottom: 5px;
  font-size: 0.9375rem;
}

.modal-filter .media-body>div:first-child>a {
  display: block;
}

.modal-filter .media-body .close {
  position: absolute;
  top: 20px;
  left: 0;
}

.modal-filter.fade .modal-dialog {
  -webkit-transform: translate3d(0, 0, 20px);
  transform: translate3d(0, 0, 20px);
  -webkit-transition: -webkit-transform .15s;
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s;
}

.modal-filter.show .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


.modal.modal-filter.left.fade.show .modal-dialog {
    left: 0;
}


.modal.left .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.left .modal-body {
	padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
	left: 0;
}



























.modal-login.fade .modal-dialog,
.modal-quickview.fade .modal-dialog {
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.modal-login.show .modal-dialog,
.modal-quickview.show .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.list-detail {
  font-size: 0;
  border-bottom: 1px solid #dee2e6;
}

.list-detail>div {
  font-size: 1rem;
  padding: 0.75rem;
  vertical-align: middle;
  display: inline-block;
}

.list-detail>div:first-child {
  width: 40%;
}

.list-detail>div:last-child {
  width: 60%;
}

.list-detail:last-child {
  border-bottom: 0;
}

.list-detail .btn-group {
  font-size: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .modal-quickview .modal-dialog {
    max-width: 600px;
  }

  .list-detail>div {
    font-size: .875rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.8;
  }
}

.twitter-typeahead {
  width: 100%;
}

.twitter-typeahead .tt-hint {
  color: rgba(108, 117, 125, 0.7);
}

.twitter-typeahead .tt-menu {
  z-index: 1000 !important;
  float: left;
  width: 100%;
  padding: 0.5rem 0;
  font-size: .875rem;
  color: #666;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 0.25rem 1.5rem;
  clear: both;
  color: #212529;
  white-space: normal;
}

.twitter-typeahead .tt-suggestion:hover,
.twitter-typeahead .tt-suggestion:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.twitter-typeahead .tt-suggestion.tt-cursor {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.top-header {
  background-color: #1384f2;
  /* border-bottom: 1px solid #118df5; */
  color: #fff;
  z-index: 2;
  position: relative;
  max-height: 30px;
}

.top-header .nav-link {
  padding: 0.3rem 0.5rem;
  -webkit-transition: background-color .1s, color .1s;
  transition: background-color .1s, color .1s;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.3rem;
}

.top-header .nav-link .material-icons {
  font-size: 1.3rem;
  padding-right: 0.2rem;
}

.top-header .nav-link:hover,
.top-header .nav-link:focus {
  color: #212529;
  outline: 0;
  background-color: #ffde00;
}

.top-header .dropdown-lang img {
  height: 12px;
  margin-right: 2px;
  vertical-align: baseline;
}

.top-header .show>.dropdown-toggle {
  color: #fff;
  outline: 0;
  background-color: #00897b;
}

/* Middle Header*/
.middle-header {
  /* position: relative; */
  z-index: 3;
  padding-top: 6px;
  padding-bottom: 8px;
  background-color: #ffffff;
  /* background-image: url(/assets/img/nav.png); */
  background-position-y: bottom;
  /* background-repeat: repeat-x; */
  border-bottom: 1px solid #1384f3;
  /* border-top: 1px solid #1384f3; */
  /* outline: 3px solid #fff; */
  /* margin-bottom: 15px; */
  /* box-shadow: 0 3px 17px #00000030; */
}

.middle-header .logo {
  /* height: 40px; */
  max-width: 90%;
}

.middle-header .logo>img {
  /* height: 100%; */
}

.middle-header .nav-link {
  padding-top: 0.8rem;
  padding-bottom: 0.7rem;
  -webkit-transition: color .1s;
  transition: color .1s;
  color: #fffffff5;
  /* background-color: aqua; */
  /* border-right: solid 1px #fff; */
}

.middle-header .nav-link:hover,
.middle-header .nav-link:focus {
  color: #ffffff;
  outline: 0;
}

.middle-header .nav-item.dropdown>.dropdown-menu,
.middle-header .twitter-typeahead .nav-item.dropdown>.tt-menu,
.twitter-typeahead .middle-header .nav-item.dropdown>.tt-menu {
  margin-top: 0;
}

.middle-header .nav-counter .nav-link {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding: 0;
}

.middle-header .nav-counter .nav-link>img, .nav-link>img {
  height: 48px;
}

.middle-header .nav-counter .counter {
  position: relative;
}

 .counter>span {
  font-size: .8125rem;
  position: absolute;
  top: 3px;
  right: 0px;
  width: 24px;
  height: 24px;
  padding-top: 2px;
  text-align: center;
  color: #000;
  border-radius: 100%;
  background: #ffde00;
  /* border: solid 2px #fff; */
  font-weight: 600;
  display: none;
}

.search-header .input-search-wrapper {
  /* position: absolute; */
  /* right: 15px; */
  z-index: 1;
  width: 100%;
  /* -webkit-transition: width .2s; */
  /* transition: width .2s; */
  /* margin-top: 26px; */
}

.search-header .input-search-wrapper .form-control {
  /* float: left; */
  height: 46px;
  /* width: 179px; */
  border-radius: 4px 0 0 4px;
  border: 2px solid #1384f3;
}

.search-header .input-search-wrapper .toggle-search {
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 9px;
  height: 20px;
}

.search-header .input-search-wrapper .toggle-search>i {
  font-size: 20px;
  vertical-align: baseline;
}

.search-header .input-search-wrapper.invisible {
  width: 150px;
}

.dropdown-menu-mega {
  padding: 15px;
  left: 15px !important;
  right: 15px !important;
}

.fixed-top {
  /* position: fixed !important; */
  width: 100%;
  /* top: 0; */
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 1000;
}

@media (max-width: 991.98px) {
  .middle-header .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
  }

  .middle-header .nav-counter .nav-link {
    margin-left: 0;
  }
}

@media (max-width: 1199.98px) {
  .middle-header .input-search-wrapper {
    /* width: calc(100% - 160px); */
  }
}

@media (max-width: 767.98px) {
  .middle-header .input-search-wrapper {
    /* width: calc(100% - 30px); */
  }
}

[data-cover] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.swiper-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-pagination-bullet {
  /* opacity: .7; */
}

.swiper-pagination-bullet-active {
  background: #1384f3;
  box-shadow: none;
  outline: 1px solid #1384f3;
  transition: all 0.8s;
}

.swiper-button-prev,
.swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none;
}

.swiper-button-prev i,
.swiper-button-next i {
  color: #343a40;
  -webkit-transition: color .1s, background-color .1s;
  transition: color .1s, background-color .1s;
}

.swiper-button-prev:hover i,
.swiper-button-next:hover i {
  color: #f8f9fa;
  background-color: rgba(0, 0, 0, 0.5);
}

.swiper-nav {
  font-size: 0;
  text-align: right;
  position: absolute;
  z-index: 5;
  top: 44%;
  left: 2px;
  right: 2px;
  pointer-events: none;
}

.swiper-nav .swiper-nav-prev,
.swiper-nav .swiper-nav-next {
  display: inline-block;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
}

.swiper-nav .swiper-nav-prev:hover,
.swiper-nav .swiper-nav-next:hover {
  color: #000;
  /* border-radius: 18px; */
}

.swiper-nav .swiper-nav-prev.swiper-button-disabled,
.swiper-nav .swiper-nav-next.swiper-button-disabled {
  color: rgba(0, 0, 0, 0.1);
}

.swiper-nav .swiper-nav-prev {
border-radius: 18px;
  float: left;
}

.swiper-nav .swiper-nav-next {
border-radius: 18px;
}

.swiper-slide .animate {
  visibility: hidden;
}


.swiper-slide {
    height: auto!important;
    display: flex!important;;
    flex-direction: column!important; 
    border:solid 1px #d8d4d4!important; 
}







.text-shadow {
  text-shadow: 1px 1px 2px #666;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .home-slider .display-4 {
    font-size: 2.5rem;
  }

  .home-slider .h1 {
    font-size: 1.5rem;
  }

  .home-slider .h3 {
    font-size: 1rem;
  }

  .home-slider .md-5 {
    font-size: 4rem;
  }
}

@media (max-width: 575.98px) {
  .home-slider .display-4 {
    font-size: 2rem;
  }

  .home-slider .h1 {
    font-size: 1rem;
  }

  .home-slider .h3 {
    font-size: .75rem;
  }

  .home-slider .display-4,
  .home-slider .h1 {
    font-weight: normal !important;
    text-shadow: none;
  }

  .home-slider .btn-sm {
    font-size: .75rem;
  }

  .home-slider .md-5 {
    font-size: 3rem;
  }
}

.swiper-container-have-hover {
  padding: 4px;
  margin-right: -4px;
  margin-left: -4px;
}

.card-product {
  overflow: hidden;
  margin-bottom: 28px;
  border-color: #8a8a8a00;
  padding-top: 20px;
  border-radius: 0;
  transition: .3s ease all;
}

.card-product .card-body {
  padding: 10px 10px 0px 6px;
}

.swiper-container .card-product .card-body {
  padding: 10px 10px 10px 6px;
}


.card-product img {
  padding: 4px;
}

.card-product.card-border
{
margin-bottom: 4px;
text-align: center;
border: solid 1px #d8d4d4;
}

.swiper-container .card-title
{/* min-height:3rem; */}


.swiper-slide.card-product.card-border {
    height:100%;
}



.card-swiper {

}

.card-swiper .card-body {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    padding-top: .2rem
}

.card-swiper .card-body .card-title {
    flex-grow: 1!important
}

.card-swiper .card-title a {
    font-size: .97rem
}


.card-swiper .card-body {
    text-align: center
}


.item:hover .minfo {
    background: #23d0b9
}

.card-swiper .minfo a {
    xxxdisplay: block;
    text-align: center;
    text-decoration: none;
    color: #fff
}

.card-swiper .card-body .card-title {
    flex-grow: 1!important;
}

















.card-product .card-title {
   line-height: 1.2rem!important;
   margin-bottom: 0;
   line-height: .95rem;
   overflow: hidden;
   flex-grow: 1;
   }

.card-product .card-title a {
  -webkit-transition: color .1s;
  transition: color .1s;
  color: #000000;
  font-size: 0.84rem;
  font-weight: 500;

}

.card-product .card-title a:hover,
.card-product .card-title a:focus {
  text-decoration: none;
    color: #191919;
}


.card-price-type
{
font-size:0.7rem;
  
}

.card-pricing
{position:absolute;bottom:0;padding-bottom: .2rem;}


.card-border .card-pricing
{
  position:relative;
}


.product-badge {
    color: #fff;
    background-color: #28a745;
    text-transform: uppercase;
}

.product-nd-delivery
{font-size:0.8rem;padding-top: .15rem;color:#1284f3;font-weight:500;}




.product-badge
 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 0.82rem;
    width: auto;
    height: 20px;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 5;
    text-align: center;
    margin: 0 0px;
    padding: 2px 7px 3px 7px;
    background-size: 100%;
    opacity:0.9;
    width: 100%;
}

.product-badge_DIS::before
{
    content: '';
    position: absolute;
    width: 26px;
    height: 30px;
    background-size: 26px 30px;
    background-repeat: no-repeat;
    top: 0;
}



.product-badge_DIS::after
{
content: '';
    position: absolute;
    width: 26px;
    height: 30px;
    background-size: 26px 30px;
    background-repeat: no-repeat;
    top: 0;
}




.prod-review-rating {
    margin: .2rem 0;
}

.prod-review-rating img {
    height: 18px;
    padding: 0
}

.prod-review-rating span {
    font-weight: 500;
    padding-left: .2rem;
    display: inline-block;
}




.card-product .card-text.list-inline {
  margin-bottom: 0;
}

.card-product .action {
  position: absolute;
  bottom: 35%;
  left: 0;
  display: none;
  width: 100%;
  text-align: center;
}

.card-product .action .btn-outline-theme {
  background-color: #fff;
}

.card-product .action .btn-outline-theme:hover {
  background-color: #e6e6e6;
  color: #00635a;
}

.card-product .action .btn-group .btn:nth-child(2) {
  font-size: 12px;
  background-color: #1384f3;
  border-color: #1384f3;
  color: #fff;
}

.card-product .attribute {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 0;
}

.card-product .attribute>i {
  vertical-align: top;
}

.card-product .attribute .badge {
  font-size: .75rem;
}

.card-product .attribute.attribute-right {
  left: auto;
  right: 5px;
}

.card-product .small-action {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.card-product .small-action span[data-toggle="dropdown"] {
  font-size: 1.5rem;
  line-height: 0;
  width: 8px;
  cursor: pointer;
}

.card-product .small-action .dropdown-menu,
.card-product .small-action .twitter-typeahead .tt-menu,
.twitter-typeahead .card-product .small-action .tt-menu {
  min-width: 6rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.card-product .small-action .dropdown-menu .dropdown-item,
.card-product .small-action .twitter-typeahead .tt-menu .dropdown-item,
.twitter-typeahead .card-product .small-action .tt-menu .dropdown-item {
  font-size: .875rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

.card-product .small-action .dropdown-menu .dropdown-item>i,
.card-product .small-action .twitter-typeahead .tt-menu .dropdown-item>i,
.twitter-typeahead .card-product .small-action .tt-menu .dropdown-item>i {
  font-size: 21px;
}

@media (min-width: 768px) {
  .card-product:hover .action {
    display: block;
  }

  .card-product:hover .action button {
    -webkit-animation-name: fadeDown;
    animation-name: fadeDown;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .card-product:hover .action button:nth-child(2) {
    -webkit-animation-name: fadeUp;
    animation-name: fadeUp;
  }
}

@media (max-width: 767.98px) {
  .card-product .card-body {
    padding: 5px;
  }

  .card-product .card-title {
    margin-bottom: 0.3rem;
  }
}

.card-brand .card-body {
  padding: 1rem 0;
}

.card-brand img {
  display: block;
  max-width: 160px;
  margin: 0 auto;
}










.media-list {
  border: 1px solid #dee2e6;
  padding: 1rem;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

.media-list [data-cover] {
  width: 200px;
  min-height: 200px;
  margin-right: 1rem;
}

@media (max-width: 575.98px) {
  .media-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .media-list>a,
  .media-list [data-cover] {
    width: 100%;
    margin-bottom: .5rem;
  }

  .media-list .media-body {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}

.user-card {
  border-bottom: 2px solid #d6d8d9;
}

.user-card img {
  width: 100px;
  margin-right: .5rem;
}

.user-card .user-name {
  margin-top: 0.25rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .user-card .img-thumbnail {
    width: 70px;
  }

  .user-name {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .user-card .img-thumbnail {
    width: 100px;
  }

  .user-name {
    font-size: 1.25rem;
  }
}

.media-comment {
  font-size: .875rem;
  margin-bottom: 1rem;
}

.media-comment>img {
  width: 45px;
  border-radius: calc(0.25rem - 1px);
  margin-right: 10px;
}

.media-comment .media-body {
  border-radius: calc(0.25rem - 1px);
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 10px;
  -webkit-transition: border-color .1s;
  transition: border-color .1s;
  background-color: #fff;
}

.media-comment .media-body a {
  color: rgba(102, 102, 102, 0.7);
  -webkit-transition: background-color .1s;
  transition: background-color .1s;
}

.media-comment .media-body a:hover {
  background-color: #e9ecef;
  text-decoration: none;
}

.media-comment .media-body:before {
  position: absolute;
  top: 10px;
  left: -5px;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 8px;
  height: 8px;
  content: '';
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-width: 1px 0 0 1px;
  background-color: #ffffff;
  -webkit-transition: border-color .1s;
  transition: border-color .1s;
}

.media-comment .media-body:hover {
  border-color: #009688;
}

.media-comment .media-body:hover:before {
  border-color: #009688;
}

.breadcrumb-container {
  /* background-color: #e9ecef; */
}

.breadcrumb {
  padding-right: .7rem;
  padding-left: 0rem;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: .5rem;
  margin-top: 0;
  position: relative;
  top: 0px;
  background-color: #ffffff;
  font-size: 0.8rem;
}

.breadcrumb .material-icons
{
  font-size: 1.3rem;
  
}


.breadcrumb-item>a {
  color: #1384f3;
}

@media (max-width: 600px) {
  .breadcrumb {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }
  

  
 .breadcrumb-item:not(:last-child)
 {
	display:none; 
 }
 
  .breadcrumb-item + .breadcrumb-item::before {
	font-family:"material icons";
    padding-right: 0rem;
    color: #6c757d;
    content: "\e314";
	font-size:1.2rem;
	vertical-align:middle;
}
  
}



.filter-sidebar {
  margin-bottom: 8px;
  padding: 12px;
}

.filter-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter-sidebar ul li {
  position: relative;
  margin-bottom: 3px;
}

.filter-sidebar ul li a.remove-filter {
  position: absolute;
  top: -1px;
  right: 0;
  color: #aaa;
  -webkit-transition: color .1s;
  transition: color .1s;
}

.filter-sidebar ul li a.remove-filter>i {
  vertical-align: middle;
  color: #F44336;
}

.filter-sidebar ul li a.remove-filter:hover {
  color: #444444;
}

.filter-sidebar .rating-range {
  margin-left: 3px;
}

.filter-sidebar .rating-range #rating-range {
  height: 100px;
}

.noUi-target {
  border: 0;
  background: #dbdbdb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.noUi-connect {
  background: #1384f3;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.noUi-horizontal {
  height: 7px;
}

.noUi-horizontal .noUi-handle {
  top: -7px;
  right: -8.5px !important;
  width: 21px;
  height: 21px;
}

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
  content: none;
}

.noUi-vertical {
  width: 7px;
}

.noUi-vertical .noUi-handle {
  top: -9px;
  left: -7px;
  width: 21px;
  height: 21px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  content: none;
}

.noUi-handle {
  border: 0;
  background: #1384f3;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.noUi-handle:focus {
  outline: 0;
}

.testimonial {
  padding: 5px 0 5px 10px;
  border-left: 5px solid #eee;
}

.wizard {
  padding-left: 0;
  list-style: none;
  font-size: 0;
  margin: 2rem 0 3rem;
}

.wizard li {
  display: inline-block;
  width: 25%;
  font-size: 1rem;
  text-align: center;
  position: relative;
}

.wizard li::before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #adb5bd;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.wizard li.done::before {
  -webkit-box-shadow: 0 0 0 12px #009688 inset;
  box-shadow: 0 0 0 12px #009688 inset;
}

.wizard li.active {
  font-weight: bold;
}

.wizard li.active::before {
  -webkit-box-shadow: 0 0 0 12px #1384f3 inset, 0 0 0 0.5rem rgba(0, 150, 136, 0.25);
  box-shadow: 0 0 0 12px #1384f3 inset, 0 0 0 0.5rem rgba(19, 132, 243, 0.41);
  background-color: #ffffff;
}

.wizard li::after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 23px;
  background-color: #adb5bd;
}

.wizard li.done::after,
.wizard li.active::after {
  background-color: #1384f3;
}

.wizard li>a {
  color: #666;
}

.wizard li>a:hover {
  text-decoration: none;
  color: #009688;
}

.footer {
  background-color: #EEEEEE;
  color: #212529;
  font-size: .875rem;
  border-top: 5px solid #1384f2;
  padding-top: 20px;
  position: relative;
  z-index: 2;
  margin-top: 4rem;
}

.footer .colxxx:not(.footer-sign-up), .footer [class*="col-"]:not(.footer-sign-up000) {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer .col:last-child,
.footer [class*="info"]:last-child {
  background-color: #f4f4f4;
}





.footer .list-group-item {
  padding: 4px 0;
  color: #242424;
  border: 0;
  background-color: transparent;
  -webkit-transition: color .1s;
  transition: color .1s;
  font-size: 0.92rem;
}

.footer .list-group-item:hover,
.footer .list-group-item:focus {
  color: #007bff;
  outline: 0;
}

.footer h6 {
  color: #3a3939;
  font-size: 1.1rem;
  margin-bottom: .1rem;
  font-weight: 500;
}

.footer  .highlight {
  color: #3a3939;
  font-size: 1.2em;
  margin-bottom: .1rem;
  font-weight: 600;
}

.footer  .highlight.call{
  font-size: 1.6em;
}


.footer  .highlight i  
{
vertical-align:middle;
margin-top:-2px;

}

.footer  .highlight a:link, .footer  .highlight a:visited, .footer  .highlight a:hover  {
color:#000;

}

.footer  .highlight a:hover  {
color:#1384f2;

}


.footer-divider
{
  border-top: solid 1px #cac6c6;
}


.footer .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
  padding: 10px 15px;
  color: #fff;
  border: 1px solid #bababa;
  border-radius: 0.25rem;
  line-height: 1.2;
  -webkit-transition: background-color .1s;
  transition: background-color .1s;
}

.footer .media img {
  margin-right: 15px;
}

.footer .media .media-body {
  margin-top: -4px;
}

.footer .media small {
  color: #bababa;
}

.footer .media:hover {
  background-color: #495057;
}

.footer .input-group {
  margin-bottom: 10px;
}

.footer .input-group .form-control {
  background-color: #ffffff;
  border-color: #e6e6e6;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.footer .input-group .form-control:focus {
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer .input-group .btn {
  border-color: #fff;
}

.footer .social-link {
  font-size: 0;
}

.footer .social-link li {
  display: inline-block;
}

.footer .social-link li a {
  color: #bababa;
  font-size: 20px;
  line-height: 1.9;
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px 10px 0 0;
  -webkit-transition: all .1s;
  transition: all .1s;
  text-align: center;
  border: 1px solid #bababa;
  border-radius: 100%;
}

.footer .social-link li a:hover {
  color: #fff;
  border-color: #fff;
  background-color: #1384f3;
}

.footer .social-link li a:hover>svg {
  fill: #fff;
}

.footer .social-link li a>svg {
  width: 24px;
  height: 24px;
  fill: #bababa;
  vertical-align: text-bottom;
}

.footer .social-icon
{
  width:34px;
  height:34px;
}



.footer a:hover {
  text-decoration: none;
}

.footer-sign-up p{
  color: #242424;
  font-weight:500;
}

.footer-sign-up
{
  /* margin-top:12px; */
}


.footer .secure-payment  {
    padding: 0;
    margin: 2px;
    overflow: hidden;
    min-height:60px;   
    display: inline-block;
    background-color:#fff;
    -webkit-box-shadow: 0 1px 6px 1px rgba(0,0,0,.09);
    box-shadow: 0 1px 6px 1px rgba(0,0,0,.09);
 
}
.footer .secure-payment img
{width:auto;height:60px;padding:8px;max-width: 210px;}

.footer .secure-payment .nfsb
{min-width:100px;height:60px;padding:8px;max-width: 100px;}

.footer .secure-payment .visa00
{width:auto;height:46px;padding:6px;max-width: 210px;margin-top:8px;}

.footer .secure-payment .visa
{/* width:auto; *//* height: 55px; */padding: 12px 10px 10px 10px;/* max-width: 210px; */}


.footer .secure-payment .amex
{width:auto;height:60px;padding:10px 14px;max-width: 210px;}

.footer .secure-payment .bacs
{width:auto;height:60px;padding:10px 14px;/* max-width: 210px; */}








.copyright {
  font-size: .875rem;
  padding: 5px 0;
  color: #fdfdfd;
  background-color: #1384f3;
  text-align: center;
  z-index: 2;
  position: relative;
}

.back-top {
  position: fixed;
  z-index: 10000;
  left: 40px;
  bottom: 40px;
  display: none;
  width: 48px;
  height: 40px;
  color: #fff;
  background-color: #1384f3;
  padding-top: 6px;
}

.back-top:hover,
.back-top:focus,
.back-top:active {
  color: #fff;
}

.back-top:hover {
  background-color: #303c42;
  -webkit-transition: all 100ms ease-in-out 0s;
  transition: all 100ms ease-in-out 0s;
}

.search-button {
  /* float: left; */
  background-color: #1384f3;
  border: none;
  /* margin-left: 1px; */
  height: 46px;
  width: 54px;
  color: #fff;
  padding: 0;
  border-radius: 0 4px 4px 0;
}

.etoz_menu-nav {
  /* border-top: 1px solid #e7e6e6; */
  /* border-radius: 4px; */
  z-index: 4000;
}

.dummy-content {
  overflow: hidden;
  background-color: #ffffff;
  position: absolute;
  right: 15px;
  left: 15px;
  bottom: 0;
  top: 0;
  padding: 20px;
}

.dummy-content img {
  background-color: #b0b0b0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 141%;
}



.p_flag {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 0 0 56px;
  border-color: #ffc61d #0000 #0000 #0000;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.p_flag_text {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  writing-mode: rl-tb;
  color: #0051ba;
  font-weight: 700;
  position: absolute;
  top: -46px;
  right: -6px;
  font-size: 12px;
  text-transform: uppercase;
  width: 50px;
  text-align: center;
}

.sale {
  border-color: #28a745 #0000 #0000 #0000;
}

.sale .p_flag_text,
.fsave .p_flag_text,
.offer .p_flag_text {
  color: #fff;
  font-weight: 500;
  direction: ltr;
}


.offer {
  border-color: #00be84 #0000 #0000 #0000;
}


.service-row {
  background-color: #1384f3;
  padding-top: 16px;
}


.card-body .price-type
{
  font-size:0.9rem;
}


.card-body .price {
  color: #1284ef;
  font-weight: 700;
  font-size: 1.2rem;
}

.card-product .cross
{
 text-decoration:line-through;
 color:#71b4f2
}

.card-product .now
{
  color:#d90712;
}






.newInNext,
.newInPrev {
   background-color: #1384f3;
   border-radius: 18px;
   /* opacity: 0.7; */
   border: 2px solid #fff;
   pointer-events: all;
   opacity:0.6;
   max-width: 34px;
   max-height: 34px;
}

.newInNext:hover,
.newInPrev:hover {
  background-color: #1384f3;
  border-radius: 18px;
    opacity:1;
}

.newInNext:focus,
.newInPrev:focus {
  /* border: none; */
}

.newInNext .material-icons,
.newInPrev .material-icons {
  font-size: 28px;
  color: #fff;
}

.swiper-pagination2 {
  text-align: center;
  position: relative;
  top: -16px;
  margin-bottom: -18px;
  opacity: 1;
}
.swiper-pagination2.bottom
{

  top:0px;
}


.swiper-pagination2 .swiper-pagination-bullet {
  margin-left: 4px;
  margin-right: 4px;
}
.telephone {
    font-size: 16px !important;
    font-weight: 400;
    /* padding: 5px 8px; */
    color: #fff;
    /* border-right: 1px solid #fff; */
    /* border-left: 1px solid #fff; */
    line-height:16px;
}

.telephone strong {color: #ffde00;font-size: 19px;}


.tab-pane {
    background-color: #fff;
}

.custom-control-label::before {
    background-color: #d3d3d3;
}
#collapseFilter {
    background-color: #fff;
    border-radius: 4px;
}


/*=============================================
=                Media Queries                =
=============================================*/

/*----------  Extra Small devices and down  ----------*/

@media (max-width: 575px) {
  .logo img {
    height: 45px;
    margin-bottom: 6px;
  }

  .middle-header .input-search-wrapper .form-control {
    width: 76%;
    height: 31px;
    border-radius: 16px 0 0 16px;
    /* margin-top: 30px; */
  }

  .middle-header .input-search-wrapper .search-button {
    height: 31px;
    width: 43px;
    border-radius: 0 16px 16px 0;
  }

  .middle-header .logo {
    max-width: 100%;
  }
  
  .btn-xs-wide
  {
	display: block;
	width: 100%;
  }


}

#search-bar
{display: block;position: absolute;top: 69px;/* left: -84px; */ 0background: #e5e5e5border-bottom: 1pxsolid #d1d1d1width: 100%height: 70pxmargin: 0padding: 10px 8pxz-index: 30;border: solid 1px red;}


}

/*----------  Small devices (landscape phones, 576px and up) ----------*/

@media (min-width: 576px) {}

/*----------  Medium devices (tablets, 768px and up)  ----------*/

@media (min-width: 768px) {
  .middle-header .input-search-wrapper .form-control {
    width: 179px;
  }
}

/*----------  Large devices (desktops, 992px and up)  ----------*/

@media (min-width: 992px) {
  .middle-header .input-search-wrapper .form-control {
    width: 284px;
  }
}

/*----------  Navigation Breakpoint  ----------*/

@media (max-width: 1170px) {

  .middle-header {
    background-image: none;
  }
}

@media (min-width: 1170px) {

  .dav-burger {
    display: none !important;
  }

  .middle-header .input-search-wrapper .form-control {
    width: 378px;
  }
}


/*----------  Extra large devices (large desktops, 1200px and up)  ----------*/

@media (min-width: 1200px) {
  .middle-header .input-search-wrapper .form-control {
    width: 386px;
  }
}


/* ---- overrides ---  
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto 
*/
.col-12
{
    /* padding-right: 0.35rem; */
    /* padding-left: 0.35rem; */
}
























.accordion.accordion-caret .card-header>a[aria-expanded=true]::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: 4px;
}

.accordion.accordion-caret .card-header>a::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    right: .75rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .35s;
    /* margin-top: 2px; */
    top: 0.35rem;
}

.custom-control-label::after {
    position: absolute;
    top: .15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-control-label::after, .xxxxxcustom-control-label::before {
    top: .14625rem;
}
















.color-options label {
    margin: 0 .5rem 0 0;
}


/*
.custom-radio-color .custom-control-input:checked~.custom-control-label::after {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' v…M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E);
    left: 2px;
    top: 2px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8…M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e);
}
*/
.custom-radio-color .custom-control-label {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    bottom: 0;
}








.custom-control-label000 {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-radio-color {
    width: 20px;
    height: 20px;
    padding: 0;
    overflow: hidden;
}

.custom-control-label::after {
    position: absolute;
    top: .15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}










/*


.custom-radio-color .custom-control-input:checked~.custom-control-label::after {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' v…M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E);
    left: 2px;
    top: 2px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8…M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e);
}

*/

.custom-control-label::after, .custom-control-label::before {
    top: .14625rem;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0rem;
}




.custom-control-label::after {
    position: absolute;
    top: .15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
*, ::after, ::before {
    box-sizing: border-box;
}








.card.filter-category
{
	border:none;
	/* border-right:solid 1px #e8e7e7; */
}




.card.filter-category .card-body
{
	padding-left:0;
	padding-top:.4rem;
}



.card.filter-category .card-header,    .card.filter-category .section-title{
    padding: 0rem 0rem;
    margin-bottom: 0.4rem;
    background-color: #fff;
    border-bottom: 1px solid #d5d5d6;
    text-transform: uppercase;
    color: #212121;
    font-weight: 600;
    padding-bottom: 0.4rem;
}



ul.tree
{
    list-style: none outside none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    margin: 0 0 .625rem;
	
}

ul.tree li ul.tree li ul.tree
{

margin-left:0.5rem;
}




.match_count {
    font-size: 1rem;
}



ul.tree .section-title
{font-weight: 600;}


ul.tree .treeitem {
    font-size: 0.85rem;
    position: relative;
}

ul.tree .treeitem a {
    line-height: 1.65rem;
    color:#000;
}

ul.tree .treeitem a.selected
{
color:#1284f3;
}

ul.tree .treeitem a.selected.subs
{
font-weight:600;
}




@media only screen and (min-width: 48em)
ul.tree .treeitem a {
  /*  line-height: 1.25rem;*/
}



.cs-menu .section-title {
    padding: 0rem 0rem;
    margin-bottom: 0.4rem;
    background-color: #fff;
    border-bottom: 1px solid #d5d5d6;
    text-transform: uppercase;
    color: #212121;
    font-weight: 600;
    padding-bottom:0.4rem;
}


.card-section .card
{/* padding:.5rem 0 0 0; */border: 1px solid #bbb;}



.card-section .card:hover
{/* padding:.5rem 0 0 0; */border: 1px solid #1384f3;}



.card-section img
{/* max-width: 170px; */}

.card-img-top {
    border-top-left-radius:0;
    border-top-right-radius: 0;
}



.card-section .card-body{
  margin-top:.5rem;
  padding:.4rem .6rem .4rem .6rem;
  text-align:center;
}


.card-section .card-body a
{
color:#1284F3;  
}




.card-section .card-title
{
font-size:1rem;
font-weight:450;
padding:0;
margin-bottom:.2rem;
  
}





.section-text-body
{
font-size:1rem;
font-weight:400;
line-height:1.3rem;

}


.image_link {
    border: 1px solid #CCCCCC;
    float: left;
    margin-right: 3px !important;
    margin-bottom: 8px !important;
}

.imgbox
{
border:solid 1px #cccccc;
padding:10px;
margin-top:5px;

}




/* ----- quantity ----- */
 
.quantity-wrapper
{

margin-right: 20px;

float: left;
}

.quantity {
    position: relative;
    margin-right: 16px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 45px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #999;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #999;
    width: 30px;
    text-align: center;
    color: #111;
    font-weight: 600;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #999;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
}











.quantity-decrease-button, .quantity-increase-button, .quantity-input {
    width: 48px;
    height: 48px;
    font-size: 16px;
    font-size: 1rem;
}

.quantity-increase-button {
    margin: 0;
    margin-left: 8px;
}

.quantity-decrease-button, .quantity-increase-button {
    background: white;
    border: 1px solid #d8d8d8;
    line-height: 0;
    padding: 0;
}

@media only screen and (min-width: 1024px)
.quantity-increase-button {
    width: 40px;
    height: 40px;
}

.quantity-increase-button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
    border-left: none;
    border-right: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    color: #141414;
    cursor: pointer;
    float: left;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 200;
    height: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: -0.2px;
    letter-spacing: -0.0125rem;
    line-height: 1em;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    width: 48px;
    background: #fff;
    border-left: 0;
    margin-left: -1px;
}

.quantity-decrease-button, .quantity-increase-button, .quantity-input {
    width: 48px;
    height: 48px;
    font-size: 16px;
    font-size: 1rem;
}.quantity-decrease-button--disabled, .quantity-increase-button--disabled {
    /* opacity: .5; */
    cursor: default;
}.quantity-decrease-button, .quantity-increase-button {
    background: white;
    border: 1px solid #d8d8d8;
    line-height: 0;
    padding: 0;
}.quantity-decrease-button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-right: none;
    border-top: 1px solid #d8d8d8;
    color: #141414;
    cursor: pointer;
    float: left;
    font-family: GillSansforJL,Gill Sans,Gill Sans MT,GillSansMTStd-Medium,Avenir,Corbel,Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 200;
    height: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: -0.2px;
    letter-spacing: -0.0125rem;
    line-height: 1em;
    padding-left: 0;
    padding-right: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    width: 48px;
    background: #fff;
}


.quantity-decrease-button, .quantity-increase-button, .quantity-input {
    width: 48px;
    height: 48px;
    font-size: 16px;
    font-size: 1rem;
}

@media only screen and (min-width: 1024px)
.quantity-input {
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-size: 0.875rem;
    min-width: initial;
}

.quantity-input {
    background-color: #fff;
    border-color: #d8d8d8;
    border-style: solid;
    border-width: 1px;
    height: 48px;
    margin-bottom: 8px;
    width: 100%;
    color: #6b6b6b;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.1px;
    letter-spacing: 0.00625rem;
    line-height: 18px;
    line-height: 1.125rem;
    padding-left: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: inherit;
    color: #141414;
    -moz-appearance: textfield;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: left;
    max-width: 48px;
    min-width: 48px;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
}

.quantity-input, .quantity-input:focus {
    color: #141414;
    font-weight: 200;
}

.quantity-input {
    color: #141414;
    font-weight: 700;
}






/* ----- /quantity ----- */







/* ----- pricing ---- */
 
 
.hlite {
    color: #d74117;
}

#tp {
    padding-top:0px;
}

#tp h2 {
    font-size: 1.12em;
    font-weight: 600;
}

#tp table td {
    font-size: 0.9rem;;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 0px;
    font-weight: 600;
    text-align: center;
}

#tp table th {
    color: #fff;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;    
    font-size: 0.9rem; 
    text-align: center;
    background-color: #1384f2;
}

#tp table .bulk-heading th 
{
     background-color: #40a73f;
}



#product-buy .spc {
  margin-top:0.7rem;
  font-size: 0.95rem;
  z-index: 100;
}

#product-buy .reviews {
    font-size: 12px;
}

#product-buy-price {
    margin-bottom: 2px;
}


#product-buy-price .hide
{
display:none;	
}


#product-buy-price #price {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 2px;
}

#price span {
    padding-left: 0px;
    padding-right: 6px;
}

#sale {
    display: block;
    clear: both;
}

#sale.update {
    display: none;
}

#sale span {
    padding-left: 0px;
    padding-right: 6px;
}

#price span#now {
    padding-right: 0px;
}

#pr {
    font-size: 2.1rem;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 2px;
    color: #1284f3;
    font-weight: 500;
}

#prpre {
    font-size: 1.8em;
    text-decoration: line-through;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 2px;
    margin-right: 20px;
}

#prvatpre {
    font-size: 1.8em;
    text-decoration: line-through;
    margin-right: 16px;
}

.sale-saving {
    /* margin-top: 5px; */
    float: left;
    display: inline-block;
}

#prpresave {
    color: #d74117;
    font-weight: 600;
    font-size: 1.8em;
}

.vatxt {
    font-size: 0.70em;
    font-weight: 500;
    margin-top: -0.75em;
    text-align: right;
    padding-right: .5rem;
}

.vatxt.incvat {
    color: #6d6d6d;
}

.vatxt.exvat {
    color: #1284f3;
}

.rrp strike
{font-size: 0.98rem;font-weight: 500;display: inline-block;}

.rrp .badge
{
 margin-top:-3px;
 margin-left:5px;
 font-size: .9rem;
}



#product-buy-price #price #prvat {
    font-size: 1.1rem;
    color: #6d6d6d;
    font-weight: 500;
    vertical-align: bottom;
    margin-top: 1rem;
    margin-bottom: 4px;
    display: block;
}

#product-buy-price #price .vatix {
    font-size: 11px;
}

#sale  .vatxt.incvat, #sale .vatxt.exvat {
    color: #6d6d6d;  
    width:90%
}




#product-buy
{
background:#F0F0F0;padding:12px 12px 12px 16px;
  
}


#pack {
    font-weight: 600;
    clear: both;
    padding: -10px 0 0 0;
}

#minqty {
    font-weight: 600;
    margin-top: 4px;
}


.product-discounts
{
border:1px solid #dee2e6;
margin-top:37px;

}





/* ----- /pricing ---- */




/*  ------- product info ------- */

.bullet-list{
    position: relative;
    font: 0.95em Arial;
    list-style: disc outside none;
    padding: 15px 0 0 2rem;
}

.bullet-list li 
{

  padding-top:.1rem;
  padding-bottom:.1rem;
}

/*  ------- /product info ------- */



/* ---- delivery info ---- */

.avab
{
  
font-size: 0.85rem;
  
display: flex;
  
margin-top: 8px;
}

.avab-h{
  font-size: 18px;
   display:block; 
   font-weight:800;
}
.avab-t{
  /* font-size: 14px; */
  display:block;
  padding: 9px 6px 6px 4px;
  /* font-size: 12px; */
}

.delarea-text
{
overflow:hidden;
}

.delarea-text h4
{
margin-bottom:.2rem;
}


.delarea-icon
{width:48px;float:left;padding: 0px 0px 0px 0px;color: #004085;font-size: 1.0rem;}

.delarea-icon i
{font-size: 2.3rem;display:flex;}



.avab-i
{width:44px;float:left;padding: 6px 0px 0px 0px;/* height:30px; *//* background: #ce3f13; */color: #1384f2;font-size: 1rem;}

.avab-i.basket
{width:48px;float:left;padding: 0px 0px 0px 0px;color: #004085;font-size: 1.0rem;}



.avab-i i 
{font-size: 2.3rem;}

.avab-t
{
	float:right;
	height: 100%;
}

.avab-ed
{
	
/* font-weight: 600; */
}

.avab #dv
{display:inline;font-weight: 600;}


#personalisation
{
  font-size: 0.85rem;
    display: flex;
    margin-top: 8px;
 }

.pers-i i
{width: 44px;margin-left: 4px;margin-top: 4px;color: #1384f2;/* background: #ce3f13; *//* padding: 6px 0px 0px 10px; */
}

.pers-t
{
font-weight:600;
}




/* ---- /delivery info ---- */








/* ---- spec ---- */


.prodtbl {
    margin-left: 12px;
    margin-top: 6px;
}


.prodtbl td {
    font-size: 0.9em;
    height: 1.2em;
}

.prodtbl .hrline {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dededf;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #dededf;
    padding-left: .8rem;
}

.prodtbl .prodtblcol {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dededf;
    padding-right: .2em;
}

.prodtbl tr td:first-child {
    background: #F4F4F4;
    border-left: solid 1px #dededf;
}

.prodtbl tr:first-child td {
    background: #1284f2;
    color: #fff;
    /* text-transform: uppercase; */
    border-top: solid 1px #dededf;
}

table.prodtbl td {
    padding: 0.2rem;
}

.prodtbl tr td:last-child {
    border-right: solid 1px #dededf;
}


/* ---- spec ---- */




/* ---- desc ---- */

.product-desc li:before {
    position: absolute;
    margin-left: -1.2em;
    font-weight: bold;
    content: "\2713";
    color: #00A114;
    font-size: 16px;
}

/* ---- desc ---- */







/* ---- product tabs ---- */



.product-tabs .card
{
	border-radius:0;
}

.product-tabs .border {
    border-color: #ddd !important;
}
.product-tabs .nav-tabs .nav-item
{
  margin-right:2px;
}

.nav-tabs .nav-item {
    margin-bottom: -2px;
}

.product-tabs .nav-tabs .nav-link.active, .product-tabs .nav-tabs .nav-item.show .nav-link {
    color: #000000;
    background-color: #fff;
    border-color: #1284f3 #ddd #fff #ddd;
    border-top-width:2px;
    border-radius:0;
    text-transform:uppercase;
    font-weight: 500;
    font-size: 0.95rem;
}

.product-tabs .nav-tabs {
    border-bottom: 1px solid #ffffff;
    font-size:0.9em;
}


.product-tabs  .nav-tabs {
    display:none;
}

.product-tabs > div
 {
    border-top: 1px solid #dddddd;
}

.card-header a:link
{
  display:block;
}




@media(min-width:768px) {
 .product-tabs   .nav-tabs {
        display: flex;
    }

    .product-tabs .card {
        border: none;
    }

    .product-tabs .card .card-header {
        display:none;
    }  

   .product-tabs .card .collapse{
        display:block;
    }
}

@media(max-width:767px){
    .tab-content > .tab-pane { 
        display: block;
        opacity: 1;
    }
	
	
}
  
  
 
 .product-tabs  .nav-tabs .nav-link:not(.active):hover {
  border-color: #ddd;
  background-color: #ddd;
}

.product-tabs .nav-tabs .nav-link:not(.active) {
  border-color: #ddd;
  background-color: #f1f1f1;
  border-left:solid 1px #ddd;
  border-bottom:solid 1px #ddd;
  color: #424242;
  border-top:solid 2px #c5c5c5;
  border-radius:0;
  text-transform:uppercase;
  font-size: .95rem;
}

.product-tabs .nav-tabs .nav-link:focus {
  outline: 0;
}
  
  
/* ---- /tabs to accordian ---- */




 




  
/* ---- pop product info ---- */
	
.card-product .product-popup {

border-radius: 4px;

background-color: rgba(0, 130, 240, 0.89);

width: auto;

position: absolute;

bottom: 5.8rem;

left: 4px;

right: 4px;

cursor: pointer;

z-index: 2;

opacity: 1;

transition: opacity .1s ease-out;

pointer-events: none;

text-align: left;
}	
	
	
	
		
.product-popup
{display:none;padding:0.4rem 0.4rem 0.4rem 0.8rem;font-size: 0.85rem;color:#fff;font-weight:500;}
	
.product-popup .material-icons
{
	font-size:.7rem;
	margin-right:.3rem;
	margin-bottom: .2rem;
}
		
		.card-product:hover  .product-popup
		{
			display:block;
			z-index: 10;
			overflow:visible;
			opacity: 1;
		}

	
	.product-popup  ul 	{
	
list-style: none;
padding-left: 0;
-webkit-padding-start: 0;
padding-inline-start: 0;
		
	}	
	
		
		
	.product-popup  ul li	{
font-size: 0.75rem;
font-weight:500;
	}

/* ---- /pop product info ---- */




/* ---- /product listing ---- */


.dropdown-toggle::after {
    content: "" !important;
    display:none;

}







/* ---- /pop product info ---- */





/* ---- product attribute select  ---- */

#product-select
{
padding-bottom:16px;
float:left;
width:100%;

}



/* ---- /product attribute select ---- */





/*-------- product ---------*/




.delivery .countdown, .countdown
{
	font-size: 13px;
	font-weight:bold;
	margin-top:8px;
	display:flex;
}

.delivery #dayofchoice
{
	/* font-size: 12px; */
}


.dial0
{
display:inline-block;
width:2.4rem;
height:2.4rem;
border-radius:50%;
background-color:#1384f2;
line-height:2.4rem;
color:#fff;
text-align:center;
margin-left:1px;
}

.dial
{
display:inline-block;
width:2.3rem;
height:2.3rem;
background-color:#1384f2;
line-height:2.3rem;
color:#fff;
text-align:center;
margin-left:1px;

}



.coutdown
{

  margin-bottom:0.4rem;
}



.delivery-icon
{
 float:left;
 display:block;
 border-radius: 50%;
 width:34px;
 height:34px;
 /* background: #1281e9; */
 padding-top:4px;
 padding-left:4px;
 margin-right:10px;
 clear:both;
}

.delivery-icon i{
  color:#1281e9;
  font-size:2.2rem;
}


.btn-date-select
{
  font-weight:500;
  /* background:#FFDE00; */
  /* border-color:#FFDE00; */
  cursor: pointer;
}

.btn-date-select:hover
{
  font-weight:500;
  /* background:#FFDE00; */
  /* border-color:#FFDE00; */
}

.btn.btn-date-selected, .cbtn.btn-date-selected:hover
{
  font-weight:500;

}



.btn-date-select i 
{ 
padding-left:0.2rem;
padding-right:0.5rem;
}


.btn-date-select00:after
{
 font-family: "Material Icons";  
position:absolute;
content:'\e558';
left:0;

}


.basket-delivery-items-title
{
	color: #212529;
	font-size: 14px;
	font-weight: 600;
	padding: 4px;
	background-color:#FFDE00;	
}

.basket-delivery-items
{
	
border-left: dotted 2px #FFDE00;padding:6px;
border-right: dotted 2px #FFDE00;padding:6px;
border-bottom: dotted 2px #FFDE00;padding:6px;
margin-bottom:6px;
}

.order-complete-js.fixed
{
position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 1.5rem;;

}




.basket-item-checkout
{
font-size:1rem;
font-weight:500;

}

.basket-option-checkout
{
  font-size: 0.45rem;
}

.basket-info
{
  font-size: 0.85rem;
  font-weight:500;

}



.option-attributes.basket
{
font-size:1rem;
}


.basket-delivery-time
{
font-size:.80rem;
  
}



.option-attributes
{
font-size:0.85rem;
margin-bottom:.2rem;
}

.option-attributes div
{
margin-bottom:.2rem;
}


.option-attributes span
{
font-weight:600;
}

.basket-date-delivery{display:inline;font-size:1.1rem;font-weight:600;float:left;color: #1280ea;}
.delivery-on
{
font-size:0.85rem;	
	
}


.delivery-basket-calender
{font-size:0.85rem;margin-top: .2rem;line-height: 1.4rem;font-weight: 500;}
.delivery-basket-calender i 
{font-size:1.4rem;color:#1384f3;padding-right:0.4rem;}




.start-checkout h3
{

  color:#1280e9;
}

.start-checkout control-label
{

  
}

#promo-status{

font-size:.9rem;
color:#1280e9;
}




#dayofchoice .doc{
  display: flex;
  margin-top: 6px;
  font-size: 0.85rem;
}


#dayofchoice .doc-h{
  /* font-size: 12px; */
  display:block;
  font-weight: 600;
  padding: 4px 2px 0px 5px;
}
#dayofchoice .doc-t{
  /* font-size: 12px; */
  display:block;
  padding: 1px 2px 2px 4px;
}
#dayofchoice  .doc-i
{width: 44px;/* float:left; *//* margin-left:8px; */margin-top: 4px;/* font-size: 28px; */color: #1384f2;/* background: #ce3f13; *//* padding: 6px 0px 0px 10px; */}

#dayofchoice  .doc-i i{

  font-size:2.2rem;
}





.ocd
{
display: flex;	
 align-items: center;
}

.ocd-h{
  /* font-size: 12px; */
  display:block;
  font-weight: 600;
  padding: 4px 2px 0px 5px;
}
.ocd-t{
  /* font-size: 12px; */
  display:block;
  padding: 1px 2px 2px 4px;
  font-size: 0.95rem;
  font-weight:600;  
}

.ocd-t .hlite
{color: #1384f2;}

 .ocd-i
{width: 46px;/* float:left; *//* margin-left:8px; margin-top: 4px; font-size: 28px; */color: #1384f2;/* background: #ce3f13; *//* padding: 6px 0px 0px 10px; */}

.ocd-i i{

  font-size:2.2rem;
}


.nobr{
	white-space:nowrap;
}








/*-------- /product ---------*/




/*-------- product added ---------*/

.added-to-basket
{
font-size:1rem;color:#090;  
}

.added-to-basket i
{font-size:2rem;line-height: 1.8rem;padding-right: 0.3rem;}



.installation 
{
font-size:0.85rem;
  
}
.installation i 
{
font-size:1rem;
padding-right:0.4rem;
color:#1384f2;

}



/*-------- /product added ---------*/




/*-------- reviews tp ---------*/

.star-rating .star-1,
.star-rating .star-2,
.star-rating .star-3,
.star-rating .star-4,
.star-rating .star-5 {
    float: left;
    background-color: #ccc;
    border-radius: 1px;
    margin-right: 2px;
}


.tp-widget-review000 {
    position: relative;
    width: 100%;
    padding: 17px;
    margin: 0 10px;
    border-bottom: 1px solid #efefef;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.tp-widget-review .user-info {
    margin: 0 0 10px
}


.tp-widget-review .tp-widget-stars {
    position: relative;
    display: block;
    margin: 15px 0
}


.star-rating {
    margin: 0 10px 0 0
}

.star-rating.business {
    margin: 7px 0 0
}

.star-rating.small .star-1, .star-rating.small .star-2, .star-rating.small .star-3, .star-rating.small .star-4, .star-rating.small .star-5 {
    padding: 0px 0px 0px 0px;
    margin-right: 1px;
}


.star-rating  img{
width:17px;
height:17px;
margin-top: -4px;
}


.star-rating span
{
font-size:0.9rem;
line-height:1.1rem;
font-weight:500;
margin-left:0.3rem;

}



.star-rating.star-1 .star-1 {
    background-color: #e22027
}

.star-rating.star-2 .star-1 {
    background-color: #f47324
}

.star-rating.star-2 .star-2 {
    background-color: #f47324
}

.star-rating.star-3 .star-1 {
    background-color: #f8cc18
}

.star-rating.star-3 .star-2 {
    background-color: #f8cc18
}

.star-rating.star-3 .star-3 {
    background-color: #f8cc18
}

.star-rating.star-4 .star-1 {
    background-color: #74CF39
}

.star-rating.star-4 .star-2 {
    background-color: #74CF39
}

.star-rating.star-4 .star-3 {
    background-color: #74CF39
}

.star-rating.star-4 .star-4 {
    background-color: #74CF39
}

.star-rating.star-5 .star-1 {
    background-color: #22B57D
}

.star-rating.star-5 .star-2 {
    background-color: #22B57D
}

.star-rating.star-5 .star-3 {
    background-color: #22B57D
}

.star-rating.star-5 .star-4 {
    background-color: #22B57D
}

.star-rating.star-5 .star-5 {
    background-color: #22B57D
}




.ctp-widget-stars
{
float:left	
}



.tp-widget-logo span{
    color: #666;
	line-height:14px;
	font-size:14px;
	margin-left:0px;

}

.tp-widget-logo img {
    width: 100px;
    height: auto;
    border: 0;
	vertical-align:middle;	
	padding-bottom:3px;
}

.tp-widget-logo #tp-logo
{
margin-bottom:3px;	
}


.tp-review-summary
{/* margin-top:8px; *//* margin-bottom:2px; *//* float:left; */font-size: 1rem;}

.tp-review-summary .rated
{
font-size:14px;
color:#666;
line-height:20px;
}


/*-------- /reviews tp ---------*/




/*-------- info text  ---------*/




@media only screen and (min-width: 48em)
{
.cs-menu.collapse:not(.show) {
    display: block;
}
}


.customer-services-nav>[aria-expanded=true]::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: 10px;
}


.customer-services-nav>a::after
 {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    /* right: .75rem; */
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .35s;
    margin-top: 6px;
    /* top: 0.35rem; */
    margin-left: 6px;
}


#nav ul.list
{
margin-top:0.5rem;;
padding-left:0;
}

#nav ul.list li
{
padding-bottom:0.28rem;;
}


#nav ul.list li a 
{
color:#000;
font-size:0.9rem;
}

#nav .section-title
{
font-size:1rem;
font-weight:600;

}



.section-text
{

font-size: 0.95rem;
font-weight:400;
line-height: 1.40rem;
margin-top: 1rem;
}
.section-text p 
{

}

.section-text ul
{
list-style: disc!important;
  
}

.section-text li
{
margin:.1rem 0 0.2rem 0;
  
}





.section-text-well {
    background-color: #f7f7f7;
    padding: 1rem!important;
    margin-left: 5px
}

.section-text-well p {
    padding-bottom: .5rem;
    margin-bottom: .1rem
}

.section-text-well a,.section-text a {
    text-decoration: underline
}

.section-text-well ul {
    margin: 0;
    padding: 0
}

.section-text-well ul li {
    margin: 0;
    padding-top: 0;
    display: inline-block;
    padding-right: 1rem
}

.section-img {
    background-color: #f7f7f7;
    margin-right: 5px
}

.section-read-more-state {
    position: absolute;
    left: -1000px
}

.section-text__read-more-trigger {
    width: 100%;
    text-align: center;
    color: #9c9c9c
}

.section-read-more-state:checked~div label:before {
    content: "Read Less";
    cursor: pointer
}

.section-read-more-state~div label:before {
    content: "Read More";
    cursor: pointer
}

.section-read-more-state:checked~div .section--text__read-more-target {
    display: xxxnone
}

@media(min-width: 768px) {
    .section-text__read-more-trigger {
        xxxdisplay:none
    }
}

@media(max-width: 768px) {
    .section--text__read-more-target {
        xxxdisplay:none
    }

    .section-read-more-state:checked~div .section--text__read-more-target {
        display: block
    }
}

.section--text__read-more-target {
    max-height:85px;
    overflow: hidden;
    content: "";
    position: relative
}

.section--text__read-more-target:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    xxxbackground: linear-gradient(transparent 10px,#ffffff);
    background-image: -webkit-linear-gradient(rgba(255,255,255,0.001) 10px,#fff 100%)
}

.section-read-more-state:checked~div .section--text__read-more-target {
    max-height: none
}

.section-read-more-state:checked~div .section--text__read-more-target:before {
    background: 0 0;
    position: relative
}

.section-expand {
    position: relative;
    cursor: pointer;
    padding: .3em .9em .5em 0
}

.section-expand.active:before {
    content: "\2212"
}

.section-expand:before {
    content: '\002B';
    color: #000;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    right: 8px;
    top: -4px
}









/*-------- /nav info ---------*/












/* ------------ filters ---------- */


.btn-remove-filters
{
    text-transform:uppercase;
    font-size:0.9rem;
    font-weight:600;
    background-color: #ecedef;
    width:100%;
}

.filter-attribute{margin-top: 0.6rem;font-size: 0.95rem;font-weight: 600;margin-bottom: 0;position: relative;}

.filter-select
{margin-bottom:4px!important;
border:solid 0px red;
height:auto!important;
margin-top:4px;
}

.filter-attribute a{

    display:block;
}


.filters-menu
{
margin-bottom:1.2rem;
}


.filters-menu label
{
  font-size:0.85rem;
}
.filters-menu  label:hover{text-decoration:underline;cursor:pointer}


.filters-menu .custom-control-input:disabled ~ .custom-control-label {
    color: #989da0;
}

.filter-select-label
{
font-size:13px!important;
padding-top:2px;
padding-bottom:2px;
line-height:16px;
margin-bottom:6px!important;
display:block!important;

}

.filter-select-label.active
{
font-weight:600!important;
}



.filter-checkbox 
{
font-weight:600;
   border: solid 1px red; 
}





.filter-attribute>a[aria-expanded=true]::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: 4px;
}
.filter-attribute>a::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #828181;
    right: 0px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .35s;
    /* margin-top: 2px; */
    top: 4px;
    margin-right: 4px;
}



.price-range-dd
{
padding:4px 4px 4px 4px;

}


.price-wrapper
{
  width: 33%;
  display: inline-block;
}

.price-to-wrapper
{
  width: 20%;
  display: inline-block;
  text-align:center;

}


.price-range
{
 padding:6px 0 6px 0;
 font-size:14px;

}



.btn-filter-item{color:#000000;/* border: solid 1px #21d0b9; */display: block;width: 98%;line-height:1.4rem;/* padding: 0 0.2rem 0 0.4rem; */font-size: .85rem;}
.btn-filter-item:hover{color: #1384f3;/* background-color:#21d0b9; *//* border-color:#21d0b9; */text-decoration:none;}
.btn-filter-item:focus{box-shadow: 0 0 0 0.1rem rgba(127, 29, 112, 0.24);}
.btn-filter-item:disabled{color:#007bff;background-color:transparent;}



.btn-filter-remove{color:#000000;border: solid 1px #333333;display: inline-block; line-height:1.4rem; padding:0 0.2rem 0 0.2rem;font-size:.8rem}
.btn-filter-remove:hover{color:#fff;background-color:#21d0b9;border-color:#21d0b9;text-decoration:none;}
.btn-filter-remove:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5);}
.btn-filter-remove:disabled{color:#007bff;background-color:transparent;}

.filter-attribute-group
{
    font-size: 0.95rem;
    font-weight: 600;
    color:#1384f3;
    /* margin: 0; */
    /* padding: 0; */
}


.btn-filter-item i, .btn-filter-remove i 
{

height: 16px;
width: 16px;
font-size: 15px;
font-weight: 600;
line-height: 1.35rem;
vertical-align: bottom;
float: left;
margin-right: 0.36rem;
margin-left: 0.1rem;
color: #1384f3;
}






/* ------------ /filters ---------- */






/* --- button overides ---  */
  .btn-primary {
    color: #fff;
    background-color: #1384F3!important;
    border-color: #1384F3!important;
}
  
  
 /* --- /button overides ---  */ 





.section-img
{
border:solid 2px #d5d5d6;
  
}

.min-height-4
{

  min-height:400px;
}




.spt, .spt a:link, .spt a:visited {
    position: fixed;
    text-align: left;
    font-family: open sans,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    text-decoration: none;
    width: 100px;
    top: 10px;
    float: none;
    padding-left: 20px;
    margin: auto;
    background: #fff;
    z-index: 100000;
}



.img-fluid
{
/*image-rendering: -webkit-optimize-contrast;*/
}




.nostock {
    color: #bd1928;
    font-weight: 500
}

.item-nostock {
    color: #bd1928;
    font-weight: 500;
}



















/*--------------- new style ----------------- */

	


.logo{height:80px;width:auto;/* margin-left: -15px; */}

.checkout .logo{

height:70px;

width:auto;

/* margin-left: -15px; */
}
	


@media (max-width: 575px){
.logo img{height:45px;margin-bottom:6px;}
}
@media (min-width: 1170px){
.dav-burger{display:none!important;}
}
*,::after,::before{/* box-sizing:border-box; */}

/*! CSS Used from: Embedded */
.button{text-align:center;}
img{border:none;}
input[type=text]{-webkit-appearance:none;-moz-appearance:none;}
header{display:block;}
a,body{/* color:#343535; */}
:focus,a{/* outline:0; */}
a,a:hover{/* text-decoration:none; */}
body,form,ul{/* margin:0; *//* padding:0; */}
img{-ms-interpolation-mode:bicubic;vertical-align:middle;}
ul{list-style:none;}
body{font-smooth:always;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0;/* font-family:Roboto,sans-serif; */line-height:1.3;position:relative;-webkit-overflow-scrolling:touch;}
input{border:none;box-sizing:border-box;outline:0;}
*,:after,:before{/* -webkit-box-sizing:border-box; */-moz-box-sizing:border-box;}
*,:after,:before{/* box-sizing:border-box; */}
.button{position:relative;}
.button{font-size:.875rem;color:#fff;background-color:#57c655;padding:12px 15px;font-family:Roboto,sans-serif;font-weight:400;border:none;cursor:pointer;-webkit-appearance:none;border-radius:0;display:inline-block;line-height:1;}
input,input:not(.button){/* font-family:"Roboto Condensed",sans-serif; */}
.button:hover{background-color:#429364;}
input[type=submit],input[type=text]{-webkit-appearance:none;/* border-radius:0; */}
/*input:not(.button){border:1px solid #ddd;padding-left:10px;font-size:.875rem;}*/
::-webkit-input-placeholder{color:#343535;}
:-moz-placeholder{color:#343535;opacity:1;}
::-moz-placeholder{color:#343535;opacity:1;}
:-ms-input-placeholder{color:#343535;}
.header .header--top>ul>li{/* font-family:"Roboto Condensed",sans-serif; */}
.header .header--top{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;}
.header .header--top>ul>li .icon_contact:before,.header .header--top>ul>li .icon_login:before,.header .header--top>ul>li .icon_question:before{background-size:300px 1500px;background-image:url(/assets/img/svg/sprite_icons.svg);}
.header{-webkit-transition:250ms ease top;-moz-transition:250ms ease top;transition:250ms ease top;width:100%;z-index:1800;/* top:-60px; */padding-bottom: 10px;border-bottom: 1px solid #1384f3;}
.header .header--top{display:flex;height: 100px;/* border-bottom:1px solid #ddd; */background-color:#fff;}
.header .header--top>ul{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;width:100%;padding:0;/* border: solid 1px red; */}
.header .header--top>ul>li{margin-left: 20px;flex-grow:0;font-size:1rem;color:#626261;position:relative;}
.header .header--top>ul>li .icon_contact,.header .header--top>ul>li .icon_login,.header .header--top>ul>li .icon_question{padding-left:30px;background-repeat:no-repeat;min-height:20px;display:block;cursor:pointer;line-height:1.2;}
.header .header--top>ul>li .icon_contact:before,.header .header--top>ul>li .icon_login:before,.header .header--top>ul>li .icon_question:before{content:'';position:absolute;left:0;top:0;width:27px;height:27px;}
.header .header--top>ul>li.logo_menue {margin-left:0px;}
.header .header--top>ul>li .icon_question:before{background-position-x:0;background-position-y:-700px;background-position:0 -700px;background-repeat:no-repeat;}
.header .header--top>ul>li .icon_contact:before{background-position-x:0;background-position-y:-300px;background-position:0 -300px;background-repeat:no-repeat;}
.header .header--top>ul>li .icon_login:before{background-position-x:0;background-position-y:-50px;background-position:0 -50px;background-repeat:no-repeat;}
.header .header--top>ul>li.sticky_menue{display:none;}
.header .header--top>ul>li.mobile_menue{display:none;}
.header .header--top>ul>li .icon_login{color:#57c655;}
.header .header--top>ul>li.search_form{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;width:calc(100% - 1050px);flex-grow:15;}
.header .header--top>ul>li.search_form form{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;width:100%;flex-grow:15;}
.header .header--top>ul>li.search_form .form_row.search_field{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;width:100%;}
.header .header--top>ul>li.search_form .form_row.search_field input{-webkit-border-radius:0 50px 50px 0;-moz-border-radius:0 50px 50px 0;border-radius:0 50px 50px 0;padding-right:10px;width:100%;border-color:#57c655;height:40px;}
.header .header--top>ul>li.search_form .form_row.search_field input:focus::-webkit-input-placeholder{color:#a7a7a7;}
.header .header--top>ul>li.search_form .form_row.search_field input:focus:-moz-placeholder{color:#a7a7a7;}
.header .header--top>ul>li.search_form .form_row.search_field input:focus::-moz-placeholder{color:#a7a7a7;}
.header .header--top>ul>li.search_form .form_row.search_field input:focus:-ms-input-placeholder{color:#a7a7a7;}
.header .header--top>ul>li.search_form .form_row.search_button input.button{-webkit-border-radius:50px 0 0 50px;-moz-border-radius:50px 0 0 50px;border-radius:50px 0 0 50px;font-family:Roboto,sans-serif;font-weight:300;font-size:.875rem;text-transform:none;margin:0;height:40px;}
.header .header--top>ul>li.search_form .form_row.search_button input.button.icon_search{padding-right:40px;background-image:url(http://local.bboc/img/icon_search.svg);background-repeat:no-repeat;background-position:right 10px center;background-size:20px;}
.header .header--top>ul>li.basket{cursor:pointer;align-self:center;/* margin-bottom:18px; */}
.header .header--top>ul>li.basket .icon_basket{text-indent:-10000px;display:inline-block;width:30px;height:30px;margin-right:5px;background-image:url(/assets/img/svg/sprite_icons.svg);background-position-x:0;background-position-y:4px;background-position:0 4px;background-repeat:no-repeat;background-size:300px 1500px;}
.header .header--top>ul>li.basket .count{-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;width:25px;height:25px;background-color:#fb4949;color:#fff;display:inline-block;text-align:center;line-height:25px;font-family:Roboto,sans-serif;font-weight:600;}
.basket-mini-box {}
.header .header--top>ul>li.nav{cursor:pointer;align-self:center;margin-bottom: 18px;display: none;}
.header .header--top>ul>li.nav .icon_basket{text-indent:-10000px;display:inline-block;width:30px;height:30px;margin-right:5px;background-image:url(/assets/img/svg/sprite_icons.svg);background-position-x:0;background-position-y:4px;background-position:0 4px;background-repeat:no-repeat;background-size:300px 1500px;}
.header .header--top>ul>li.nav .count{-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;width:25px;height:25px;background-color:#fb4949;color:#fff;display:inline-block;text-align:center;line-height:25px;font-family:Roboto,sans-serif;font-weight:600;}

.header .header--top>ul>li.search-mobile{display:none;}


.header .checkout{font-size: 1.4rem;padding-left:1rem;color:#1281e9;padding-top: 1.75em;}

.header .checkout.header--top{display:flex;height: 90px;padding-top:10px;/* border-bottom:1px solid #ddd; */background-color:#fff;}


.basket-contents
{border: solid 2px #cccccc;width: 190px;height: 48px;margin-right:0;font-size: .80rem;display:flex;align-items:center;padding-left: 10px;border-radius: 2px;}

.basket.active .basket-contents
{border: solid 2px #1384f3;font-weight:600;color:#000;}


.basket.active:hover {background: #28a745;}


@media (min-width: 901px)
{
.basket-contents.active-mini {background: #28a745;border-color:#28a745!Important;color: #fff;}
.basket-contents.active-mini a:link {color:#fff!important;}
.basket-contents.active-mini a:visited {color:#fff!important;}
.basket-contents.active-mini .basket-blue {display:none;}
.basket-contents.active-mini .basket-white {display:block!important;}
}




.basket.active:hover .basket-blue
{
	display:none;
}

@media (min-width: 901px)
{
.basket.active:hover .basket-white
{
	display:block!important;
}
}

.basket.active .basket-contents:hover a {color: #fff;}


.basket-contents .basket-link{
	padding-left:8px;
	position: absolute;
	right: 10px;
}


.basket-contents img{

height:35px;

float:right;

margin-left: 10px;
}




@media screen and (max-width:1150px){
.header .header--top>ul>li.account>span,.header .header--top>ul>li.contact_menue>span,.header .header--top>ul>li.question_menue>span{text-indent:-10000px;width:0;}
}
@media screen and (max-width:1024px){
.header .header--top>ul>li.search_form .form_row.search_button input.button.icon_search{text-indent:-10000px;background-position:right 16px center;}
}
@media screen and (max-width:900px){
.header{/* position:fixed; */top:0;left:0;}
.header .header--top{height: 68px;/* display:block; */border-bottom:none;/* margin-top: 34px; */padding-top: 10px;margin-bottom: 20;/* display: flex; */}
.header .header--top>ul{display:block;height:100%;position:relative;}
.header .header--top>ul>li.account,.header .header--top>ul>li.basket,.header .header--top>ul>li.logo_menue,.header .header--top>ul>li.mobile_menue,.header .header--top>ul>li.nav_menue{order:1;display:block;margin:0;}



.header .header--top>ul>li.logo_menue{flex: 0 0 calc(100% - 140px);/* width: calc(100% - 140px); *//* height:55px; */position:absolute;left:0;top:0;/* border: Solid 1px red; */}
.header .header--top>ul>li.logo_menue a{height:55px;max-width:180px;/* padding:0 9px; */display:table-cell;vertical-align:middle;}
.header .header--top>ul>li.basket{text-align:center;width:60px;position:absolute;right: 42px;top: 0px;}
.header .header--top>ul>li.basket .count{line-height:22px;margin-left:-10px;height:20px;width:20px;}

.header .header--top>ul>li.nav{text-align:center;width: 30px;position:absolute;right: 0px;top: 24px;display: block;}
.header .header--top>ul>li.nav .count{line-height:22px;margin-left:-10px;height:20px;width:20px;}

.header .header--top>ul>li.search-mobile{text-align:center;width: 25px;position:absolute;right: 98px;top: 9px;}

.header .header--top>ul>li.search-mobile i{font-size: 40px;color:#1284f2;}
.header .header--top>ul>li.search-mobile a{cursor:pointer;display: block;z-index:1000;}



.header .header--top>ul>li.account{width:60px;position:absolute;right: 90px;top:13px;}
.header .header--top>ul>li.account .icon_login{width:30px;height:30px;position:relative;display:block;margin:0 auto;text-indent:-10000px;padding:0;}
.header .header--top>ul>li.account .icon_login:before{background-image:url(/assets/img/svg/sprite_icons.svg);background-position-x:0;background-position-y:-75px;background-position:0 -75px;background-repeat:no-repeat;background-size:450px 2250px;height:30px;width:30px;}
.header .header--top>ul>li.mobile_menue,.header .header--top>ul>li.search_form .form_row.search_button input.button.icon_search{background-image:url(/assets/img/svg/sprite_icons.svg);background-size:300px 1500px;background-repeat:no-repeat;}
.header .header--top>ul>li.mobile_menue{background-position-x:-62px;background-position-y:-888px;background-position:-62px -888px;display:flex;flex-direction:column;justify-content:center;background-color:#57c655;width:40px;height:40px;padding:10px;margin:0;order:2;flex:0 0 40px;position:absolute;left:0;top:55px;transition:all .3s ease;}
.header .header--top>ul>li.search_form{margin: 0 0 0 0px;background-color:#fff;height: 40px;width: calc(100% + 30px);display: none;z-index: 8;margin-left:-15px;top: 60px;}
.header .header--top>ul>li.search_form .form_row.search_button{order:2;}
.header .header--top>ul>li.search_form .form_row.search_button input.button.icon_search{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-position-x:0;background-position-y:-443px;background-position:0 -443px;text-indent:-10000px;background-color:#fff;padding:12px 0;width:40px;height:39px;border-bottom:1px solid #57c655;}
.header .header--top>ul>li.search_form .form_row.search_field{order:1;}
.header .header--top>ul>li.search_form .form_row.search_field input{border:none;background-color:#fff;border-bottom:1px solid #57c655;border-radius:0;height:39px;}
.header .header--top>ul>li.contact_menue,.header .header--top>ul>li.question_menue{display:none;}


}


 .header .header--top>ul>li .logo_big
{
        display:none
    }
	
    .header .header--top>ul>li .logo img.logo_small{
        display:block;
        height:auto;
        width:100%
    }	
	
 .header.fixed .header--navigation:after,.header.fixed .header--top>ul>li .logo img.logo_big{
        display:none
    }	
.header .header--top>ul>li .logo img.logo_small,.header .header--top>ul>li.sticky_menue{
    display:none
}

 .header.fixed .header--top>ul>li .logo img.logo_small,.header.fixed .header--top>ul>li.sticky_menue{
        display:block
    }

    .header .header--top>ul>li .logo img.logo_small{
        display:block;
        height:auto;
        width:100%
    }	
	
	
	
@media screen and (max-width: 1170px)
{	
.header .header--top>ul>li.nav{text-align:center;width: 60px;position:absolute;right: 16px;top: 58px;display: block;}	
.header .header--top>ul>li.basket{cursor:pointer;align-self:center;right:50px;margin-left:70px;/* margin-bottom:18px; */}
}	



@media screen and (max-width: 900px)
{
.basket.active
{
	background:#fff!important;
	
}

.basket.active .basket-blue
{
	display:block!important;
}

.basket.active .basket-white
{
	top:100px!important;
	border:solid 1px red;
	background:Red;
	display:hidden!important;
}


.basket-contents
{
border:  0px;
width: 40px;
height: 48px;
margin-right:0;
xxxdisplay:flex;
xxxalign-items:center;
padding-left: 10px;
}

.basket-content-summary
{
	display:none;
}

.basket-contents .basket-link{
	padding-left:8px;
}


.basket-contents img{
height: 35px;
margin-top:10px;
float:right;
}


.basket-contents .basket-link {
    padding-left: 0px;
    float: none;
    position: unset;
    right: 0px;
}


.basket.active .basket-contents {
    border: none;
    font-weight: 600;
    color: #000;
}


 .counter>span {
  font-size: .8125rem;
  position: absolute;
  top: 9px;
  right: 0px;
  width: 21px;
  height: 22px;
  padding-top: 3px;
  text-align: center;
  color: #000;
  border-radius: 100%;
  /* background: #ffde00; */
  border: solid 1px #ffd207;
  font-weight: 600;
  display:block;
  box-shadow: 1px 1px 0px 0.02rem #0000003d;
}

	.logo{height:auto;width:100%;/* border:solid 1px red; */margin-left: 0.1rem;}



.header .header--top>ul>li.nav{text-align:center;width: 60px;position:absolute;right: 2px;top: 24px;display: block;border: solid 1px r;}	
.header .header--top>ul>li.basket{cursor:pointer;align-self:center;right: 45px;margin-left:80px;/* margin-bottom:18px; */}
.header .header--top>ul>li.search-mobile{cursor:pointer;align-self:center;right: 115px;margin-left:80px;/* margin-bottom:18px; */display: block;}


/*----- /900 ----*/
}





	
/*------ basket pop out -------*/
	


/*! CSS Used from: Embedded */
/*! @import https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css */
.lighter-text{color:#ABB0BE;}
.main-color-text{color:#6394F8;}
.badge{/* background-color:#1384f2; */border-radius:10px;color:white;display:inline-block;font-size:12px;line-height:1;padding:3px 4px!important;text-align:center;vertical-align:middle;white-space:nowrap;border-radius: 1px;}

#basket-mini {border:solid 0px green ;overflow:hidden;}
.basket-mini-box{font-size:.8rem;right:0px;top: 35px;margin:20px 0;float:right;background: #ffffff;width:320px;position:absolute;/* border-radius:3px; */padding: 16px;z-index: 10000;border: solid 1px #1384f2;}

.basket-mini-box .basket-mini-box-header{border-bottom:1px solid #E8E8E8;padding-bottom: 8px;text-transform: uppercase;font-weight: 600;text-align: center;color: #000;}
.basket-mini-box .basket-mini-box-header .basket-mini-box-total{float:right;}
.basket-mini-box .basket-mini-box-items{padding-top:20px;padding-left: 0;max-height:400px;overflow-y: auto;overflow-x: hidden;}
.basket-mini-box .basket-mini-box-items li{margin-bottom: 12px;}
.basket-mini-box .basket-mini-box-items img{/* float:left; *//* margin-right:12px; *//* width: 100px; *//* height: auto; */}
.basket-mini-box .basket-mini-box-items .item-name{display:block;/* padding-top:10px; */}
.basket-mini-box .basket-mini-box-items .item-price{color: #3e3e3e;margin-right:8px;font-weight: 600;}
.basket-mini-box .basket-mini-box-items .item-quantity{color: #252525;}
.basket-mini-box00:after{bottom:100%;left: 91.6%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-bottom-color: #1384f2;border-width:10px;margin-left:-8px;}


.basket-mini-box .basket-mini-box-footer{font-size:1rem;height:30px;border-top:1px solid #E8E8E8;padding-top: 12px;padding-bottom: 4px;text-transform: uppercase;font-weight: 600;margin-bottom:20px;}
.basket-mini-box .mini-total-txt {
	float:left;
}
.basket-mini-box .mini-total-txt span{
	font-size:11px;
	font-weight:500;
}

.basket-mini-box .mini-total {
	float:right;
	color: #000;
}

.cart-icon{color:#515783;font-size:24px;margin-right:7px;float:left;}
.button{background:#6394F8;color:white;text-align:center;padding:12px;text-decoration:none;display:block;border-radius:3px;font-size:16px;margin:25px 0 15px 0;}
.button:hover{background:#729ef9;}
.clearfix:after{content:"";display:table;clear:both;}	

	
/*------ /basket pop out -------*/	
	


.card.card-popular .card-body.single,  .card.card-popular .card-body.multiple   
{padding-top:0.7rem;padding-bottom:0.7rem;}	



.card.card-popular .card-body.single .card-title
{
text-align:center;
}	

.card.card-popular .card-body.single .card-title a 
{
display:block;
}	


.card.card-popular .card-img-top
{
border-radius:0;	
}


@media (min-width: 300px) {
	
	.card.card-popular .card-body.single,  .card.card-popular .card-body.multiple   
	{
	padding: 0.4rem 0.5rem;

	}

	.card-popular .list-group-item 
	{
	padding: 0.4rem 0.5rem;	
	font-size:0.9rem;
	}	
		
 }

	

.fixed__voucher__footer__wrapper{-webkit-transition:.8s ease max-height;-moz-transition:.8s ease max-height;transition:.8s ease max-height;padding:56px 0 0;max-height:74px;overflow:hidden;position:fixed;left:0;right:0;bottom:0;z-index: 1501;}
.fixed__voucher__footer{border-top: 18px solid #28a745;border-bottom: 18px solid #28a745;background:#fafafa;position:relative;}
.voucher__footer__inner{padding: 20px 0 10px;margin:0 auto;width:100%;max-width:1250px;}
.voucher__footer__inner form{margin:0 auto;width:100%;max-width:600px;}
.voucher__footer__inner .button{margin:0 auto;width:250px;display:block;}
.voucher__footer__inner .form__row{margin:0 0 40px;}
.voucher__footer__badge{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 0 -134px;padding:10px 0;background: #28A745;width:264px;height:55px;text-align:center;position:absolute;top:-72px;left:50%;cursor:pointer;}
.voucher__footer__badge .text{display:block;font-size:1.25rem;color: #fff;line-height:2.5rem;font-family: sans-serif;}
.voucher__footer__badge:after,.voucher__footer__badge:before{content:"";width: 56px;height:100%;display:block;position:absolute;bottom:0;}
.voucher__footer__badge:before{background:url(/assets/img/svg/voucher_left.svg) center center no-repeat;background-size:59px 55px;left:-56px;}
.voucher__footer__badge:after{background:url(/assets/img/svg/voucher_right.svg) center center no-repeat;background-size:59px 55px;right:-56px;}
.voucher__footer__close{-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background: #136b27;width:30px;height:30px;position:absolute;right:calc(50% - 170px);top:-72px;z-index: 100;cursor:pointer;}
.voucher__footer__close:before{content:"X";color:#fff;width:20px;height:20px;font-size:23px;display:block;position:absolute;margin:-14px 0 0 -7px;top:50%;left:50%;font-weight:400;}
.voucher__footer__headline{margin: 0 0 20px;padding:0 10px;display:block;text-align:center;font-size:1.75rem;font-weight:700;}
.voucher__footer__text{margin:0 0 50px;}
.voucher__footer__text .headline{margin:0 0 5px;display:block;font-family:Roboto,sans-serif;font-size:1.125rem;text-transform:none;}
.voucher__footer__text ul{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;padding:0 20px;}
.voucher__footer__bottom{text-align:center;}
.voucher__footer__bottom small{font-size:.875rem;color:#ababab;line-height:1.125rem;}

@media screen and (max-width:1280px){
.voucher__footer__inner{padding-left:20px;padding-right:20px;}
.voucher__footer__text ul{padding:0;}
}
@media screen and (max-width:768px){
.voucher__footer__text{margin-bottom:20px;}
.voucher__footer__headline{font-size:18px;margin-bottom:25px;}
.voucher__footer__inner .form__row{margin-bottom:25px;}
.voucher__footer__badge{height:35px;padding:0;top:-52px;}
.voucher__footer__badge:before{left:-46px;background-size:37px 37px;}
.voucher__footer__badge:after{right:-46px;background-size:37px 37px;}
.voucher__footer__badge .text{font-size:20px;}
.voucher__footer__bottom small{font-size:12px;}
.voucher__footer__close{top:-62px;right:calc(50% - 160px);}
}
@media screen and (max-width:450px){
.fixed__voucher__footer{border-top-width:10px;border-bottom-width:10px;}
.voucher__footer__badge{top:-43px;}
.voucher__footer__inner{padding:10px 20px;}
.voucher__footer__inner form{margin-bottom:25px;}
.voucher__footer__headline,.voucher__footer__inner .form__row{margin-bottom:15px;}
.voucher__footer__close{top:-57px;}
.fixed__voucher__footer__wrapper{bottom:-8px;}
.voucher__footer__text{display:none;}
}
}
:after,:before{box-sizing:border-box;}

.fixed__voucher__footer--active {
    max-height: 800px;
}




/*--------------- /new style ----------------- */










