
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family:;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #f9fafb;
}
img{
	max-width: 100%;
	height: auto;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}
a {
  color: #676767;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0F0F0F;
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.prd-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .prd-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .prd-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .prd-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .prd-container {
    max-width: 1240px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.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 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;

  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn {
  display: inline-block;
  font-weight: 500;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.4em;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-danger {
    color: #fff;
    background-color: #ed222b;
    border-color: #ed222b;
}
.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}
.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
}
.btn-sm{
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: 0.4em;
}
.btn-outline-dark {
    color: #212529;
    border-color: #212529;
}
.btn-outline-dark:hover {
    color: #FFFFFF !important;
    background-color: #212529;
    border-color: #212529;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}


.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}


.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}
.mt-0{margin-top:0!important}
.mt-1{margin-top:.25rem!important}
.mt-2{margin-top:.5rem!important}
.mt-3{margin-top:1rem!important}
.mt-4{margin-top:1.5rem!important}
.mt-5{margin-top:3rem!important}
.me-0{margin-right:0!important}
.me-1{margin-right:.25rem!important}
.me-2{margin-right:.5rem!important}
.me-3{margin-right:1rem!important}
.me-4{margin-right:1.5rem!important}
.me-5{margin-right:3rem!important}
.me-auto{margin-right:auto!important}
.mb-0{margin-bottom:0!important}
.mb-1{margin-bottom:.25rem!important}
.mb-2{margin-bottom:.5rem!important}
.mb-3{margin-bottom:1rem!important}
.mb-4{margin-bottom:1.5rem!important}
.mb-5{margin-bottom:3rem!important}
.mb-auto{margin-bottom:auto!important}
.ms-0{margin-left:0!important}
.ms-1{margin-left:.25rem!important}
.ms-2{margin-left:.5rem!important}
.ms-3{margin-left:1rem!important}
.ms-4{margin-left:1.5rem!important}
.ms-5{margin-left:3rem!important}
.ms-auto{margin-left:auto!important}
.p-0{padding:0!important}
.p-1{padding:.25rem!important}
.p-2{padding:.5rem!important}
.p-3{padding:1rem!important}
.p-4{padding:1.5rem!important}
.p-5{padding:3rem!important}
.px-0{padding-right:0!important;padding-left:0!important}
.px-1{padding-right:.25rem!important;padding-left:.25rem!important}
.px-2{padding-right:.5rem!important;padding-left:.5rem!important}
.px-3{padding-right:1rem!important;padding-left:1rem!important}
.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}
.px-5{padding-right:3rem!important;padding-left:3rem!important}
.py-0{padding-top:0!important;padding-bottom:0!important}
.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}
.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}
.py-3{padding-top:1rem!important;padding-bottom:1rem!important}
.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}
.py-5{padding-top:3rem!important;padding-bottom:3rem!important}
.pt-0{padding-top:0!important}
.pt-1{padding-top:.25rem!important}
.pt-2{padding-top:.5rem!important}
.pt-3{padding-top:1rem!important}
.pt-4{padding-top:1.5rem!important}
.pt-5{padding-top:3rem!important}
.pe-0{padding-right:0!important}
.pe-1{padding-right:.25rem!important}
.pe-2{padding-right:.5rem!important}
.pe-3{padding-right:1rem!important}
.pe-4{padding-right:1.5rem!important}
.pe-5{padding-right:3rem!important}
.pb-0{padding-bottom:0!important}
.pb-1{padding-bottom:.25rem!important}
.pb-2{padding-bottom:.5rem!important}
.pb-3{padding-bottom:1rem!important}
.pb-4{padding-bottom:1.5rem!important}
.pb-5{padding-bottom:3rem!important}
.ps-0{padding-left:0!important}
.ps-1{padding-left:.25rem!important}
.ps-2{padding-left:.5rem!important}
.ps-3{padding-left:1rem!important}
.ps-4{padding-left:1.5rem!important}
.ps-5{padding-left:3rem!important}

.d-flex {display: flex !important;}
.flex-row {flex-direction: row !important;}
.justify-content-between {justify-content: space-between !important;}

.border {border: 1px solid #dee2e6 !important;}
.rounded {border-radius: 0.4em !important;}

.breadcrumb {display: flex;margin-top: 1rem;}
.breadcrumb-links {display: flex;column-gap: 1rem;align-items: center;padding-left: 0; list-style-type: none;}
.breadcrumb-links > li:nth-child(n + 4) {display: none;}
.breadcrumb-box {display: flex;align-items: center;}
.breadcrumb-link {color: #676767;}
.breadcrumb-box:hover > *:not(.breadcrumb-icon) {color: #000000;}
.breadcrumb-icon,.breadcrumb-icon-home {flex-shrink: 0;width: 1.25rem;height: 1.25rem;color: #676767;}
.breadcrumb-links li:first-child .breadcrumb-text {display: none;}
a.breadcrumb-text, .breadcrumb-text {margin-left: 0.5rem;font-size: 0.875rem;line-height: 1.25rem;font-weight: 500;color: #6b7280;}
.breadcrumb-text {color: #000000;}
.head{border-bottom: 1px solid #e5e5e5;padding-top: 1em;padding-bottom: 1em;}
.sicon {text-align: right;}
.sicon a{display: inline-block;margin-left: 0.3em;}
.cvr-sctn{padding-bottom: 3em;padding-top: 3em;}
.border-b{border-bottom: 1px solid #e5e5e5;}
.copofsold {border: 1px solid #e5e5e5;background-color: #FFFFFF;padding: 0.35em 0.5em;color: #585858;font-size: 0.85em;border-radius: .4em;display: inline-block;}
.copofsold strong{color: #000000;}

.ofrprc,.prc,.savpstg{float: left;}
.ofrprc{font-size: 1.75em; font-weight: 700;}
.prc{font-size: 1.3em; color:#545454; text-decoration:line-through;}
.savpstg{display: inline-block;margin-right: 10px;font-size: 13px;color: #15803d;padding: 0.1rem 0.55rem; background-color:#ecfdf5;border: 1px solid #55e088;border-radius: 0.4em;-webkit-border-radius: 0.4em;-moz-border-radius: 0.4em;}

.mrmt{font-size: 0.95em; border:1px solid #d4d4d4;padding: 0.5rem 1.35rem;background-color:#FFFFFF;border-radius: 0.4em;-webkit-border-radius: 0.4em;-moz-border-radius: 0.4em; }
.mrmt .tbopt input{margin: 0.25rem 0.25rem 0 0}
.tbopt {display: flex;}
.mrmt .tbopt .bdrlr{border-right: 1px solid #e0e0e0;padding-right: 100%;border-left: 1px solid #e0e0e0;padding-left: 100%;display: inline-flex;margin-left: -100%;}
.mrmt .tbopt label{font-weight: 500; margin-top: 0px;}
.mrmt .tbopt .bdrlr input{float: left;}
.mgnoptsbhdg{font-size: 0.9em;color: #737373;}
.mgnoptsbhdg strong{font-weight: 600; color: #000000;}
.mgnoptsbhdgsub{font-size: 0.85rem; color: #737373;}
.mb-5h{margin-bottom:1.5rem}
.prc-b{font-size: 1.25em; font-weight:600; margin: 0;}
.text-dark a{color: #404040;}

.form-select {display: block;width: 100%;padding: .375rem 2.25rem .375rem .75rem;-moz-padding-start: calc(0.75rem - 3px);font-size: 1rem;font-weight: 400;line-height: 1.5;color: #212529;background-color: #fff;background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat: no-repeat;background-position: right .75rem center;background-size: 16px 12px;border: 1px solid #ced4da;border-radius: 0.4rem;transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;-webkit-appearance: none;-moz-appearance: none;appearance: none;}

.quantity {display: inline-flex;border: 1px solid #d4d4d4;background-color: #FFFFFF; border-radius:0.4em;overflow: hidden;padding: 0.45rem;width: auto;}
.quantity button {margin-top: 7px;color: #a3a3a3; font-size: 1.55rem; font-weight: 400;}
.quantity .minus, .quantity .plus {width: 20px;height: 20px;margin-top:0;}
.quantity .minus, .quantity .plus {display: flex;outline: 0;background-color: transparent;justify-content: center;align-items: center; border: 0; overflow: visible; text-decoration: none; cursor: pointer;-moz-user-select: -moz-none;-ms-user-select: none; -webkit-user-select: none;  user-select: none;  -webkit-transition: background .3s cubic-bezier(.23, 1, .32, 1);  transition: background .3s cubic-bezier(.23, 1, .32, 1); }
.input-box {width: 60px;padding: 0 10px;font-size: 16px !important;outline: 0; border: 1px solid #f5f5f5;border-top: none !important;border-bottom: none !important; text-align: center; font-weight: 600;}
.quantity .minus {margin-right: 0.5rem;}
.quantity .plus {margin-left: 0.5rem;}
.w100{width: 100%;}
.bynbtn{ margin-right: 1rem}
.addtocart{margin-left: 1rem;}
.py-4h{padding-bottom: 0.75rem;padding-top: 0.75rem;border-radius: 0.4em !important;}
.txt-lt{color: #737373;}

.msg-sdmrd-prc{font-weight: 500;}
.mrcnd-bh {max-height: 425px;overflow-y: auto;overflow-x: hidden;}
.dcpsn {font-size: .85em;line-height: 1.2;color: #525252;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}	
.ratct.add_to_cart {font-size: 0.8em;font-weight: 500;}

.msg-btn-ct {position: relative;}
.msg-btn .msg-btnpu {
  position: absolute;
  z-index: 9;
  margin: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important
}
.btn-primary {
    color: #fff !important;
    background-color: #287fe6 !important;
    border-color: #287fe6 !important;
}
.hdgmn{font-size: 1.3rem; margin:0.55em 0 1em 0;}
.nav-tabs { border-bottom: 2px solid #dee2e6 !important;}
.nav-tabs .nav-link.active { color: #ed222b !important; background-color:transparent !important;border: none !important;border-bottom: 2px solid #ed222b !important;margin-bottom: -2px;font-weight: 600;}
.nav-tabs .nav-link {font-weight: 600;}
.rating {display: flex; flex-direction: row-reverse; justify-content: center;}
.rating>input { display: none}
.rating>label {position: relative; width: 1em; font-size: 30px; font-weight: 300; color: #a3a3a3; cursor: pointer;line-height: 0.8;}
.rating>label::before {content: "\2605"; position: absolute; opacity: 0;}
.rating>label:hover:before,.rating>label:hover~label:before { opacity: 1 !important;color: #FFD600;}
.rating>input:checked~label:before { opacity: 1;color: #FFD600;}
.rating:hover>input:checked~label:before { opacity: 0.4;}
.buttons {top: 36px; position: relative;}
.rating-submit { border-radius: 0.4em; color: #fff; height: auto;}
.rating-submit:hover { color: #fff;}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {border: 1px solid #f9fafb !important;}
.flex-active-slide{border-color: #000000 !important;}
.slider, .slider:before{position: inherit; border: 0;}
div#page{background-color: #fff; border: 0 !important;}
.navbar-nav{flex-direction: row !important;}
.rarrow-icon {flex-shrink: 0;width: 1.25rem;height: 1.25rem;color: #ed222b;margin-top: -4px;margin-left: -5px;}
.rarrow{font-weight: 500;}
.hdg {font-size: 1.35rem; font-weight: 600;}
.sbmrchdg{font-size: 1.25rem; font-weight: 600;margin-bottom: 0.75em;}

@media (min-width:768px) {
.flexrow{display: flex; flex-direction: row;font-size: 0.95em; border-bottom:1px solid #e5e5e5;}
.flexrow div:first-child{margin-right: 0.85em;padding-right: 0.85em; border-right:1px solid #a3a3a3; }
.msg-btn .msg-btnpu {display: none;}
.msg-btn:hover .msg-btnpu {display: block;}
.txt-lt{margin-top: 1.85em;}
}
.flex-viewport ul li {margin-right: 25px !important;}
.desc-layout-boxed{margin-bottom: 1em;}

@media (min-width: 640px) {
.breadcrumb-links > li:nth-child(n + 4) {display: block;}
.breadcrumb-links li:first-child .breadcrumb-text {display: block;margin-left: 2px;}
}

@media (min-width: 768px){
.offset-md-1 {margin-left: 8.333333%;}
.web-hd{display: none;}
}
@media (max-width:767px) {
.flexrow div:first-child{margin-bottom: 1em;}
.flexrow{margin-top: 0.5em;}
.mbl-hd{display: none;}
.mb-bdr-csil{border-bottom: 1px solid #e5e5e5; padding-bottom: 1em;}
#carousel { display: none;}
}
.callout{display: none;}





