-details-cc-exp-month.cart-body .fieldgroup .form-radios > div .option.product-detail {
  color: #000;
}

.product-heading {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  color: black;
  padding: 20px 0 10px;
  margin-bottom: 10px;
}

.price-section .prices > span {
  display: flex;
  color: green;
  font-size: 10.5px;
}

.price-section .field--name-price .field__label {
  font-size: 21px;
  font-weight: 400;
  color: #181818;
}

.price-section .field--name-price .field__item {
  font-size: 26px;
  font-weight: 500;
  color: #181818;
}

.price-section .field--name-price {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
}

.retail_class {
  font-weight: 500;
  margin-bottom: 0;
  width: 100%;
}

.price-section .field.field--name-list-price.field--type-uc-price {
  padding-left: 2px;
  font-weight: 700;
}

.price-section {
  display: block;
  justify-content: space-between;
  margin-bottom: 6px;
  margin-top: 6px;
  /*flex-wrap: wrap;*/
}

.price-section .discount {
  color: red;
  width: 100%;
  white-space: nowrap;
  font-size: 10.5px;
}

.shipping-detail p strong {
  font-size: 12px;
  font-weight: 700;
  color: #000;
}

.shipping-detail p {
  color: #686868;
  font-size: 12px;
  margin-bottom: 0.5rem;
}

.shipping-detail,
.cart-section .cart-head {
  font-weight: 500;
  padding: 10px;
  font-size: 12px;
  border: solid 1px #d0d0d0;
  color: #585757;
  margin-bottom: 2px;
  padding-left: 45px;
  background-position: left 10px center, left center;
  background-repeat: no-repeat;
}

.shipping-detail {
  background-image: url(../images/shoping-time.png);
  background-image: url(../images/shoping-time.png),
    linear-gradient(to bottom, #f3f3f3 0%, #fbfbfb 100%);
}
.cart-section .cart-head {
  background-image: url(../images/carthead.png);
  background-image: url(../images/carthead.png),
    linear-gradient(to bottom, #f3f3f3 0%, #fbfbfb 100%);
  font-weight: bold;
}

.cart-body {
  font-size: 11px;
  margin-top: 2rem;
}

.cart-body .uc-product-add-to-cart-form .product-attributes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cart-body .uc-product-add-to-cart-form .product-attributes > div {
  flex-basis: 49%;
  margin: 0;
  margin-bottom: 2%;
}

.cart-body
  .uc-product-add-to-cart-form
  .product-attributes
  drupal-render-placeholder {
  display: none;
}

.cart-body .uc-product-add-to-cart-form .product-attributes > div label {
  font-weight: 500;
  margin-bottom: 0;
  min-height: 25px;
  display: block;
}

/*.cart-body .uc-product-add-to-cart-form .product-attributes>div select,
.cart-body .uc-product-add-to-cart-form .product-attributes>div input {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    margin-top: 5px;
    height: 49px;
    font-size: 14px;
}
*/

.cart-body .uc-product-add-to-cart-form .product-attributes > div select,
.cart-body .uc-product-add-to-cart-form .product-attributes > div input {
  border: 1px solid #a9a9a9;
  border-radius: 0;
  margin-top: 0;
  height: auto;
  font-size: 12px;
  padding: 2px;
}

.cart-body .uc-product-add-to-cart-form .product-attributes > div .description {
  font-size: 10px;
  color: #4f4f4f;
}

.cart-body .uc-product-add-to-cart-form .product-attributes > div select:focus,
.cart-body .uc-product-add-to-cart-form .product-attributes > div input:focus,
.product-detail .form-type-uc-quantity input.form-uc-quantity:focus {
  box-shadow: none;
  border-color: #838383;
}

.cart-body .uc-product-add-to-cart-form .form-actions {
  position: absolute;
  bottom: 5px;
  right: 20px;
}

/*.cart-body .uc-product-add-to-cart-form .form-actions .form-submit {
    background-color: #036595;
    padding: .9rem 2.1rem;
    border-radius: 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 0;
}*/

.cart-body .uc-product-add-to-cart-form .form-actions .form-submit {
  background: url(../images/add-to-cart.png) no-repeat 0 0;
  border: medium none;
  cursor: pointer;
  float: right;
  height: 45px;
  margin: 38px 10px 0 0;
  text-indent: -9999px;
  width: 165px;
}
.cart-body .uc-product-add-to-cart-form .form-actions .form-submit:hover,
.cart-body .uc-product-add-to-cart-form .form-actions .form-submit:focus {
  background: url(../images/add-to-cart.png) no-repeat 0 0 !important;
}
/* coupon block */

div#coupon-apply > div {
  float: none;
}

div#coupon-apply > div .display-flex {
  display: flex;
  align-items: center;
}

.display-flex .form-item-code {
  margin: 0;
}

div#coupon-apply {
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding: 10px;
}

.display-flex .form-item-code label {
  display: none;
}

.display-flex .form-item-code .form-text {
  border-radius: 0;
  font-size: 12px;
  height: 30px;
  color: #333;
  border-color: #e5e5e5;
}
.display-flex .form-item-code .form-text:focus {
  border-color: #000;
  box-shadow: none;
}
.coupon-apply input {
  height: 30px;
  padding: 0px 1rem;
  font-size: 12px;
  background: #f0f0f0;
  border: 1px solid #45494d;
  color: #45494d;
}

.coupon-apply {
  margin-left: 1rem;
}
.coupon-code-applied b {
  color: #000;
}
.coupon-code-applied {
  color: #f44336;
  font-weight: 500;
}
/* select menu */

.cart-body .fieldgroup .form-radios {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5px;
  overflow-x: auto;
  max-height: 350px;
  background: #fff;
}

.cart-body .form-radio {
  vertical-align: middle;
}

/*.cart-body .fieldgroup .form-radios>div {
    flex-basis: 49.5%;
    position: relative;
    padding-left: 80px;
    min-height: 60px;
    border: solid 1px #ddd;
    margin: 0;
    margin-bottom: 1%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    line-height: normal;
    overflow: hidden;
}*/

.cart-body .fieldgroup .form-radios > div {
  flex-basis: 49.5%;
  position: relative;
  padding-left: 94px;
  min-height: 60px;
  border: solid 1px #ddd;
  margin: 0;
  margin-bottom: 1%;
  padding-top: 12px;
  padding-bottom: 20px;
  padding-right: 15px;
  line-height: normal;
  overflow: hidden;
  min-height: 92px;
}

.cart-body .fieldgroup .form-radios > div .option {
  color: #585757;
  font-size: 10.5px!important;
  line-height: 13.5px;
}

/*.cart-body .fieldgroup .form-radios div>label img {
    position: absolute;
    width: 30px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}*/

.cart-body .fieldgroup .form-radios div > label img {
  position: absolute;
  max-width: 85px;
  width: auto;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.product-detail .form-type-uc-quantity {
  padding-left: 15px;
  background: linear-gradient(to bottom, #ffff 0%, #ececec 100%);
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 1em -15px 0;
}

.product-detail .form-type-uc-quantity input.form-uc-quantity {
  width: 5em;
  height: 36px;
  border-radius: 0;
}

.cart-body .form-composite .fieldset-wrapper .description {
  padding-top: 5px;
}

/* product-img */
.product-img .simplegallery {
  border: 1px solid #d0d0d0;
  position: relative;
}

.product-img .simplegallery:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-image: url(../images/slide-show-shadow.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #fff;
  margin-left: -15px;
  margin-right: -15px;
  position: absolute;
  bottom: -11px;
}

.product-img .simplegallery .thumbnail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product-img .simplegallery .thumb {
  max-width: 80px;
  border: 1px solid #e5e5e5;
  margin: 5px;
  cursor: pointer;
}
.product-img .simplegallery .thumb a {
 pointer-events: none;
}
.product-img .simplegallery .main-img {
  display: none;
}
.product-img .simplegallery .image_1 {
  display: block;
}

/* Cart-section */

.path-cart .order-1 form#uc-cart-view-form table {
  border: 1px solid #e5e5e5;
  margin-bottom: 0;
  margin-top: 2rem;
}

.path-cart .order-1 form#uc-cart-view-form table thead tr th {
  border: 0px;
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  text-align: left;
  width: auto;
  padding: 5px 10px;
  border-bottom: 3px solid #c1c1c1;
}
.path-cart
  .order-1
  form#uc-cart-view-form
  table
  thead
  tr
  th.image.priority-low:before {
  content: "Image";
  display: block;
  margin-left: 1rem;
}

.path-cart .order-1 form#uc-cart-view-form table thead tr th.remove {
  font-size: 0;
}

.path-cart
  .order-1
  form#uc-cart-view-form
  table
  tbody
  td.image.priority-low
  a
  img {
  width: 75px;
  height: 75px;
  padding: 0 !important;
}
.path-cart .order-1 form#uc-cart-view-form table tbody td.remove {
  text-align: center;
}

.path-cart .order-1 form#uc-cart-view-form table tbody td.remove input {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #a5a5a5;
  padding: 3px 10px;
  font-size: 12px;
  color: #000;
}

.path-cart .order-1 form#uc-cart-view-form table tbody td.remove input:hover {
  color: #fff;
}

.path-cart .order-1 form#uc-cart-view-form table tbody td.desc a,
td.discount-title {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.path-cart .order-1 form#uc-cart-view-form table tbody td.qty input {
  border-color: #e5e5e5;
  border-radius: 0;
  padding: 0.275rem 0.4em;
}

.path-cart .order-1 form#uc-cart-view-form table tbody td.qty input:focus {
  box-shadow: none;
  border-color: #000;
}

.path-cart .order-1 form#uc-cart-view-form table tbody td.price {
  font-size: 17px;
  font-weight: 500;
  color: #686868;
}

.path-cart .order-1 form#uc-cart-view-form table tfoot td.subtotal-title {
  color: #333;
}

.path-cart .order-1 form#uc-cart-view-form table tfoot td.price {
  font-weight: 600;
  font-size: 13px;
}

.path-cart .order-1 form#uc-cart-view-form > div.form-actions input,
.path-cart .order-1 form#uc-cart-view-form > div.form-actions a {
  border-radius: 0;
  padding: 3px 10px;
  border: 1px solid #a5a5a5;
  background: #f0f0f0 !important;
  color: #363a3e;
  font-size: 12px;
  margin-bottom: 0 !important;
}

.path-cart .order-1 form#uc-cart-view-form > div.form-actions {
  margin: 2rem 0;
  background: linear-gradient(to bottom, #ececec 0%, #fafafa 100%);
  padding: 5px;
  border: solid 1px #bbb;
}

.path-cart .order-1 form#uc-cart-view-form > div.form-actions a {
  margin-top: 3px;
}

.path-cart .order-1 form#uc-cart-view-form table tbody td {
  vertical-align: middle;
}

td.desc .product-description-tab {
  padding: 0 !important;
  font-size: 14px;
  color: #565656;
}

.btn-primary {
  border: 0;
  border-radius: 0;
  background-color: #036595;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #167daf !important;
  box-shadow: none !important;
  color: #fff;
  border-color: #fff;
}

.btn-primary:focus {
  box-shadow: none;
}

.path-cart
  .order-1
  form#uc-cart-view-form
  table
  tbody
  td
  ul.product-description {
  font-size: 12px;
  color: #0f6595;
  padding: 0 !important;
}

.product-description-tab li a.active {
  border: 0px;
  border-bottom: 1px solid #e5e5e5 !important;
  color: #181818 !important;
  position: relative;
}

.product-description-tab li a {
  position: relative;
}

.nav-tabs.product-description-tab .nav-link:hover,
.nav-tabs.product-description-tab .nav-link:focus {
  color: #000;
  border: 0px;
}

.product-description-tab {
  border-color: #e6e6e6;
  margin-top: 2rem;
}

.product-description-tab li a {
  font-size: 1rem;
  color: #6b6b6b;
  border: 0px !important;
}

.product-description-content {
  font-size: 14px;
  padding-top: 2rem;
}

.product-description-content table tbody tr td:nth-child(1) {
  font-weight: 600;
  color: #101010;
  width: 200px;
}
.product-description-content table tbody tr td:nth-child(1) {
  vertical-align: top;
}

.product-description-tab li a.active:before {
  transition-delay: 0.4s;
  transform: scaleX(1);
}

.product-description-tab li a:before,
.product-description-tab li a:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.product-description-tab li.open a:before {
  transform: scaleX(1);
}

/* Chack out */

form#uc-cart-checkout-form summary,
form#uc-cart-checkout-form summary:focus {
  border-bottom: 2px solid #d6d2d2;
  color: #000000;
  /*font-size:1rem;*/
  font-weight: 600;
  padding: 0.1rem 1rem;
  box-shadow: 0 3px 5px -4px #ccc6c6;
  background: #ecf1f4;
  outline: none;
}
.details-description {
  color: #000;
  /*font-size: 1rem;*/
  font-weight: 500;
  text-transform: capitalize;
  /*margin-bottom: 2rem;*/
}

details#cart-pane .details-wrapper,
details#customer-pane .details-wrapper,
details#delivery-pane .details-wrapper,
details#billing-pane .details-wrapper,
details#payment-pane .details-wrapper {
  padding: 1rem;
  /*font-size: 16px;*/
}
details#customer-pane .details-wrapper > div b {
  color: #000;
}
details#cart-pane .details-wrapper td.products {
  /*font-size: 1.1rem;*/
  font-weight: 500;
}

details#cart-pane .details-wrapper td.products .item-list {
  font-size: 0.8rem;
  color: #5c5c5c;
  font-weight: 400;
}

details#cart-pane .details-wrapper td.qty,
details#cart-pane .details-wrapper td.price {
  vertical-align: middle;
  text-align: left;
}

details#cart-pane .details-wrapper td.products ul {
  padding: 0;
}

details#customer-pane .details-wrapper .form-type-email {
  margin: 0;
}

details#customer-pane .details-wrapper .form-type-email label {
  margin-bottom: 0;
  color: #000;
}

details#customer-pane .details-wrapper .form-type-email input {
  width: 50%;
  border-bottom: 2px solid #e5e5e5 !important;
  border-radius: 0;
  border: 0;
}

details#customer-pane .details-wrapper .form-type-email input:focus {
  box-shadow: none;
  border-color: #000 !important;
}

details#cart-pane .details-wrapper table.cart-review.table thead th.qty {
  width: 10%;
}
details#delivery-pane select#edit-panes-delivery-select-address,
details#billing-pane select#edit-panes-billing-select-address {
  border-radius: 0;
}
details#delivery-pane select#edit-panes-delivery-select-address:focus,
details#billing-pane select#edit-panes-billing-select-address:focus {
  border-color: #000;
  box-shadow: none;
}
details#delivery-pane .details-wrapper .uc-store-address-field,
details#billing-pane .details-wrapper .uc-store-address-field {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

details#delivery-pane .details-wrapper .uc-store-address-field > div,
details#billing-pane .details-wrapper .uc-store-address-field > div {
  margin: 0 1rem;
  margin-bottom: 1rem;
  width: 100%;
}

details#delivery-pane .details-wrapper .uc-store-address-field > div label,
details#billing-pane .details-wrapper .uc-store-address-field > div label {
  text-align: left;
  margin-bottom: 0;
}

details#delivery-pane .details-wrapper .uc-store-address-field > div input,
details#delivery-pane .details-wrapper .uc-store-address-field > div select,
details#billing-pane .details-wrapper .uc-store-address-field > div input,
details#billing-pane .details-wrapper .uc-store-address-field > div select,
details#payment-pane
  .details-wrapper
  .payment-details-test-gateway
  .form-wrapper
  > div
  input,
details#payment-pane
  .details-wrapper
  .payment-details-test-gateway
  .form-wrapper
  > div
  select,
div#payment-details .uc-credit-form input,
div#payment-details .uc-credit-form select {
  border-bottom: 2px solid #e5e5e5 !important;
  border-radius: 0;
  border: 0;
}

details#delivery-pane
  .details-wrapper
  .uc-store-address-field
  > div
  input:focus,
details#delivery-pane
  .details-wrapper
  .uc-store-address-field
  > div
  select:focus,
details#billing-pane .details-wrapper .uc-store-address-field > div input:focus,
details#billing-pane
  .details-wrapper
  .uc-store-address-field
  > div
  select:focus,
details#payment-pane
  .details-wrapper
  .payment-details-test-gateway
  .form-wrapper
  > div
  input:focus,
details#payment-pane
  .details-wrapper
  .payment-details-test-gateway
  .form-wrapper
  > div
  select:focus,
div#payment-details .uc-credit-form input:focus,
div#payment-details .uc-credit-form select:focus {
  border-color: #000000 !important;
  box-shadow: none;
}

details#delivery-pane {
  flex-basis: 49%;
}

details#billing-pane {
  flex-basis: 49%;
}

.uc-cart-checkout-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  color: #000000;
}
.uc-cart-checkout-form label {
  font-weight: bold;
}

details#cart-pane,
details#customer-pane {
  flex-basis: 100%;
}

details#quotes-pane {
  flex-basis: 100%;
}

details#payment-pane {
  flex-basis: 100%;
}

details#comments-pane {
  flex-basis: 100%;
}

details#payment-pane .details-wrapper {
  /*   font-size: 16px;*/
}

details#payment-pane
  .details-wrapper
  .payment-details-test-gateway
  .form-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

details#payment-pane
  .details-wrapper
  .payment-details-test-gateway
  .form-wrapper
  .form-item-panes-payment-details-cc-number {
  flex-basis: 80%;
}

details#payment-pane
  .details-wrapper
  .payment-details-test-gateway
  .form-wrapper
  .form-item-panes-payment-details-cc-exp-month,
details#payment-pane
  .details-wrapper
  .payment-details-test-gateway
  .form-wrapper
  .form-item-panes-payment-details-cc-exp-year,
details#payment-pane
  .details-wrapper
  .payment-details-test-gateway
  .form-wrapper
  .form-item-panes-payment-details-cc-cvv {
  flex-basis: 25%;
  margin-left: 1.2rem;
}

details#payment-pane
  .details-wrapper
  .payment-details-test-gateway
  .form-wrapper
  .form-item-panes-payment-details-cc-exp-month {
  margin-left: 0px;
}

@media (max-width: 767px ) {
   details#payment-pane
  .details-wrapper
  .payment-details-test-gateway
  .form-wrapper
  .form-item-panes-payment-details-cc-exp-month {
    padding-bottom: 1.7rem;

    } 
}

#edit-panes-payment-payment-method--wrapper #edit-panes-payment-payment-method .js-form-item {
    margin-bottom: 15px;
}

#edit-panes-payment-payment-method--wrapper #edit-panes-payment-payment-method .js-form-item .uc-credit-cctype {
    margin-bottom: 6px;
}

label.visually-hidden.js-form-required.form-required:before {
  content: "Expiration Year *";
  display: none;
}

details#payment-pane .details-wrapper .uc-payment-totals {
  margin: 1rem 0;
  width: 100%;
  border: 1px solid #ddd;
  /*font-size: 1rem;*/
}
details#payment-pane fieldset.fieldgroup.form-composite.required {
  width: 100%;
}

details#payment-pane .details-wrapper .uc-payment-totals .title {
  color: #000;
  padding-right: 1rem;
  text-align: right;
}

details#payment-pane .details-wrapper .uc-payment-totals .price {
  font-weight: 500;
  color: #d31a0b;
  vertical-align: bottom;
}
fieldset#edit-panes-payment-payment-method--wrapper {
  width: 100%;
}

details#comments-pane .details-wrapper {
  /*font-size: 16px;*/
}

details#comments-pane .details-wrapper .form-textarea-wrapper textarea {
  border-color: #e5e5e5;
  border-radius: 0;
}

details#comments-pane .details-wrapper .form-textarea-wrapper textarea:focus {
  border-color: #000;
  box-shadow: none;
}

.uc-cart-checkout-form .form-actions input {
  padding: 0.8rem 2rem;
}

details#quotes-pane .details-wrapper div#quote {
  border: 0px;
  /*font-size: 1rem;*/
  color: #d10f00;
}

.uc-cart-checkout-form .form-control {
  font-size: 12px;
}

details#quotes-pane .details-wrapper .progress.ajax-progress-bar {
  height: 30px;
  display: block;
  width: 20%;
  background-color: #ffffff;
}

details#coupon-pane .details-wrapper {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
details#coupon-pane div#coupon-review input {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  max-width: 250px;
  height: 45px;
  margin-right: 1rem;
}
details#coupon-pane div#coupon-review input:focus {
  box-shadow: none;
  border-color: #000;
}
details#coupon-pane div#coupon-review label {
  /*font-size: 16px;*/
  margin-bottom: 0px;
}

details#coupon-pane input#edit-panes-coupon-add {
  padding: 0rem 2rem;
  margin-left: 0;
  height: 45px;
}
.form-item-panes-coupon-coupon-coupon {
  margin: 0;
}
div#coupon-status {
  color: #d31a0b;
  font-size: 1rem;
  padding: 0.5rem 0;
}
details#payment-pane .details-wrapper .uc-payment-totals tr td.title {
  width: 80%;
}
/* Help */

.view-help-center {
  display: flex;
}

.view-help-center .bef-nested ul {
  list-style: none;
  padding: 0;
}

.view-help-center .view-filters .bef-links ul li:nth-child(1),
.view-help-center .view-filters .bef-links ul li:nth-last-child(1) {
  display: none;
}

.view-help-center .bef-nested ul li a {
  display: block;
  position: relative;
  border-top: 1px solid #e5e5e5e5;
  padding: 0.5rem;
  padding-left: 3.2rem;
  font-size: 15px;
  background: #fff;
  color: #000;
  text-decoration: none;
}

.view-help-center ul li:nth-last-child(2) a {
  border-bottom: 1px solid #e5e5e5e5;
}

.view-help-center .bef-nested ul li a:hover,
.view-help-center .bef-nested ul li a.bef-link--selected {
  color: #fff;
  background-color: #000;
}

a#edit-tid-1736:before {
  content: "\f251";
  font-family: "FontAwesome";
}

a#edit-tid-1737:before {
  content: "\f12a ";
  font-family: "FontAwesome";
}

a#edit-tid-1738:before {
  content: "\f0ec ";
  font-family: "FontAwesome";
}

a#edit-tid-1739:before {
  content: "\f0e6 ";
  font-family: "FontAwesome";
}

a#edit-tid-1740:before {
  content: "\f155";
  font-family: "FontAwesome";
}

a#edit-tid-1741:before {
  content: "\f128";
  font-family: "FontAwesome";
}

a#edit-tid-1742:before {
  content: "\f0d1 ";
  font-family: "FontAwesome";
}

a#edit-tid-1744:before {
  content: "\f129";
  font-family: "FontAwesome";
}

a#edit-tid-1746:before {
  content: "\f095";
  font-family: "FontAwesome";
}

a#edit-tid-1743:before {
  content: "\f10d ";
  font-family: "FontAwesome";
}

a#edit-tid-1745:before {
  content: "\f044";
  font-family: "FontAwesome";
}

.view-help-center .bef-nested ul li a:before {
  display: flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  font-size: 13px;
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  left: 15px;
  top: 10px;
}

.view-help-center .view-filters {
  flex-basis: 30%;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.view-help-center .view-filters .form-type-select {
  margin: 0;
}

.view-filters .form-type-select label {
  font-size: 10px;
  padding: 0 1rem;
}

.view-help-center .view-filters .form-type-select label:before {
  content: "Help Topics";
  display: block;
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 1rem;
}

.view-help-center .views-field.views-field-title {
  color: #000;
  font-weight: 500;
  font-size: 1rem;
}
.view-help-center table {
  width: 100% !important;
}

.view-help-center span.views-label.views-label-body {
  position: absolute;
  left: 0;
}

.view-help-center .views-field-body .field-content {
  padding-left: 25px;
}

.view-help-center .views-field-body {
  position: relative;
}

.view-help-center .views-field-body,
.view-help-center .views-field-body .h1,
.view-help-center .views-field-body .h2 {
  color: #3f3f3f;
  font-size: 14px;
}

.view-help-center .views-field-body strong {
  color: #000;
}

.view-help-center .view-content,
.view-help-center .view-empty {
  padding: 4rem;
  flex-basis: 80%;
  font-size: 1.3rem;
}

.view-help-center .view-empty {
  color: #000;
}

.view-help-center .view-content .views-row {
  border-top: 1px solid #e5e5e5;
  padding: 1rem 0;
}

.shipping-detail p {
  display: inline;
}

/* Contact form */

.contact-message-form.contact-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* max-width: 80%; */
  margin: auto;
}

.contact-message-form.contact-form .field--widget-options-select,
.contact-message-form.contact-form .field--name-subject,
.contact-message-form.contact-form .form-item-name,
.contact-message-form.contact-form .form-item-mail {
  flex-basis: 48%;
}

.contact-message-form.contact-form .field--name-message {
  flex-basis: 100%;
}

.contact-message-form.contact-form .form-item-copy,
.contact-message-form.contact-form div#edit-actions {
  flex-basis: 100%;
}

.contact-message-form.contact-form .form-item label {
  font-size: 1rem;
  margin: 0px;
  color: #000;
}

.contact-message-form.contact-form .form-item input,
.contact-message-form.contact-form select.form-select {
  border: 0;
  border-bottom: 2px solid #e5e5e5;
  border-radius: 0;
  color: #000;
}

.contact-message-form.contact-form textarea.form-control {
  border-radius: 0;
  border: 2px solid #e5e5e5;
  color: #000;
}

.contact-message-form.contact-form .form-item input:focus,
.contact-message-form.contact-form textarea.form-control:focus,
.contact-message-form.contact-form select.form-select:focus {
  box-shadow: none;
  border-color: #000;
}

.contact-message-form.contact-form div#edit-actions input[type="submit"] {
  padding: 0.7rem 1.2rem;
}

.contact-top > h2 {
  margin-bottom: 4rem;
  text-align: left;
  font-size: 2.5rem;
  color: #000;
}

label.option {
  color: #000;
  font-size: 10px !important;
}

p.main-heading {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
}

.contact-top,
.contact-detail {
  font-size: 14px;
  color: #1f1f1f;
}

.contact-detail p strong {
  color: #800000;
}

.contact-detail a {
  font-weight: 600;
}

.contact-detail ul {
  padding: 0 1rem;
}

.contact-detail em {
  color: #000;
}

/* discount form */

.webform-submission-professional-discounts-add-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.webform-submission-professional-discounts-add-form
  .form-type-processed-text:nth-child(1):after {
  content: "Professional Discount Request Form";
  display: block;
  width: 100%;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  border-bottom: 3px double #282828;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.webform-submission-professional-discounts-add-form .form-type-processed-text {
  font-size: 14px;
  color: #41525a;
  flex-basis: 100%;
}

.webform-submission-professional-discounts-add-form
  .form-type-processed-text
  strong {
  color: #000;
}

.webform-submission-professional-discounts-add-form .form-item-company-name-,
.webform-submission-professional-discounts-add-form .form-item-contact-name-,
.webform-submission-professional-discounts-add-form
  .form-item-contact-email-address-,
.webform-submission-professional-discounts-add-form
  .form-item-primary-company-phone- {
  width: 48%;
}

.webform-submission-professional-discounts-add-form .form-item input {
  border: 0;
  border-bottom: 2px solid #e5e5e5;
  border-radius: 0;
}

.webform-submission-professional-discounts-add-form .form-item label {
  font-size: 1rem;
  color: #000;
}

.form-item-company-name- input:focus,
.form-item-contact-name- input:focus,
.form-item-contact-email-address- input:focus,
.form-item-primary-company-phone- input:focus {
  box-shadow: none;
  border-color: #000;
}

.webform-submission-professional-discounts-add-form
  .form-actions
  input#edit-submit {
  padding: 0.7rem 2rem;
}

/* Blogs */

.node--type-blog h2,
.node--type-blog h3 {
  color: #006595;
  font-weight: normal;
  font-size: 14px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.node--type-blog h1 {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  color: #006595;
  font-weight: normal;
  font-size: 14px;
}

.node--type-blog p {
  color: #585757;
  line-height: 22px;
}

/* About Us */

.node__content .field--type-text-with-summary.field__item .intro {
  text-align: left;
  font-size: 12px;
  color: #696969;
}
.node__content .field--type-text-with-summary.field__item .intro > h3 {
  font-size: 12px;
}

.page-node-type-page
  .node__content
  .field--type-text-with-summary.field__item
  .intro:before {
  content: "About us";
  font-size: 1.4rem;
  color: #000;
  text-transform: capitalize;
  display: block;
  margin-bottom: 1rem;
}

/* User login */

form.user-pass,
form.user-login-form,
form.user-register-form {
  border: 0;
  padding: 1rem 2rem;
  max-width: 500px;
  margin: auto;
  background: #fff;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}

form.user-pass > p,
form.user-register-form .description,
form.user-login-form .form-item-name .description,
form.user-login-form .form-item-pass .description {
  font-size: 10px;
  color: #1a1919;
  margin: 0;
}

form.user-register-form .form-item-mail input,
form.user-register-form .form-item-name input,
form.user-pass .form-item-name input,
form.user-login-form .form-item-name input,
form.user-login-form .form-item-pass input {
  border: 0;
  border-bottom: 2px solid #e5e5e5;
  border-radius: 0;
}

form.user-register-form .field--widget-image-image,
form.user-register-form .form-item-mail label,
form.user-register-form .form-item-name label,
form.user-pass .form-item-name label,
form.user-login-form .form-item-name label,
form.user-login-form .form-item-pass label {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}

form.user-pass div.form-actions input,
form.user-login-form div.form-actions input {
  padding: 0.7rem 1.3rem;
  font-size: 1rem;
  text-transform: uppercase;
}

form.user-register-form .image-widget-data input {
  height: 45px;
  border-radius: 0;
  border: 2px solid #e5e5e5;
  padding: 6px;
}

form.user-login-form:before {
  content: "User Login";
  display: block;
  font-size: 2.1rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 2rem;
}

form.user-pass:before {
  content: "Reset your password";
  display: block;
  font-size: 2.1rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 2rem;
}

form.user-register-form:before {
  content: "Register";
  display: block;
  font-size: 2.1rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 2rem;
}

form.user-register-form .form-item-mail input:focus,
form.user-register-form .form-item-name input:focus,
form.user-pass .form-item-name input:focus,
form.user-login-form .form-item-name input:focus,
form.user-login-form .form-item-pass input:focus {
  box-shadow: none;
  border-color: #000;
}

.form-item--error-message {
  font-size: 14px;
  color: #232222;
  display: flex;
  align-items: center;
  width: 100%;
}

.form-item--error-message a {
  color: #da0000;
}

.price-section label.field__label {
  font-weight: normal;
  margin-bottom: 0;
  font-size: 10.5px;
  /*margin-top: 5px;*/
  color: green;
}
.price-section .uc-price {
  font-size: 17px;
}
.price-section .display-price {
  color: #a70505;
}

.shop-by-material-header .section-title-holder {
  max-width: 100%;
}

.material-name a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

/* Baldwin Reserve */

div#block-baldwinarchetypes p img,
div#block-baldwinreservedetails p img {
  width: 80% !important;
  height: inherit !important;
  border: 5px solid #cacaca;
  padding: 5px;
}

div#block-baldwinreservedetails p,
div#block-baldwinreservedetails ul {
  font-size: 1rem;
  margin-left: 0 !important;
}

div#block-baldwinreservedetails p span {
  color: #000;
}

div#block-baldwinreservedetails br {
  display: none;
}

div#block-baldwinreservedetails p em span,
div#block-baldwinreservedetails p strong {
  color: #ff5722;
}

div#block-baldwinreservedetails ul li {
  margin-left: 0 !important;
  font-weight: 600;
  color: #000;
}

div#block-baldwinreservedetails ul li span {
  color: #000;
}

div#block-baldwincommercial p span {
  font-size: 1rem;
  color: #000;
}

div#block-baldwincommercial p {
  margin: 0;
}

div#block-baldwinarchetypes p {
  font-size: 1rem;
}

div#block-baldwinarchetypes p span {
  color: #131313;
}
.stButton .stButton_gradient {
  height: 20px !important;
}
.share-button-wrapper {
  padding: 25px 0 10px;
}
.shop-by-product-mega-menu .menu-banner .tb-megamenu-column-inner {
  background: url(/sites/default/files/Schlage%20F170%20Ply%20Dummy%20Antique%20pewter%20620_0.png)
    50% 35%;
  background-size: cover;
  height: 270px;
}
.shop-by-brand-mega-menu .menu-banner .tb-megamenu-column-inner {
  background: url(/sites/default/files/6426-102-c1.jpg) 50% 0%;
  background-size: 300px;
  height: 300px;
}

.product-description-content div#dimensions ul li {
  text-align: left !important;
}
.btn-group,
.btn-group-vertical {
  flex-wrap: wrap;
}
/* Profile-page */
.profile_left {
  flex-basis: 30%;
  padding-right: 20px;
  flex-shrink: 0;
}

.profile {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1rem;
  line-height: normal;
}

.profile_right {
  flex-basis: 70%;
}

.track-orders {
  border-bottom: 2px solid #e5e5e5;
  border-top: 2px solid #e5e5e5;
}

input[value="Track this Order"] {
  margin-left: 2rem;
}
table.cart-review.table thead {
  font-size: 14px;
}
table.cart-review.table {
  margin-bottom: 0;
}
/* credit-payment */
div#payment-details .uc-credit-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

div#payment-details .uc-credit-form div:nth-child(2) {
  flex-basis: 100%;
}

div#payment-details .uc-credit-form div:nth-child(3),
div#payment-details .uc-credit-form div:nth-child(4) {
  flex-basis: 30%;
}
.form-item-panes-payment-details-cc-number {
  flex-basis: 100% !important;
}
.form-item-panes-payment-details-cc-exp-month {
  flex-basis: 50% !important;
}
.form-item-panes-payment-details-cc-exp-month .form-item--error-message {
  font-size: 12px;
}

div#payment-details
  .uc-credit-form
  .form-item-panes-payment-details-cc-exp-year {
  font-size: 12px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 12px;
}
.form-item-panes-payment-details-cc-exp-month {
  margin-bottom: 39px;
}

/* banner-main */
div#views-bootstrap-slideshow-block-1 {
  border: 5px solid #dcdcdc;
}

.banner__inner {
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 12px;
  border-top: 2px solid #e5e5e5;
  margin-top: 22px;
  margin-bottom: 10px;
}

.banner__inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-image: url(../images/slide-show-shadow.png);
  background-position: center top;
  background-repeat: no-repeat;
}

.breadcrumb-main + .banner .banner__inner {
  margin-top: 0;
}
.breadcrumb-main + .banner .banner__inner:after {
  display: none;
}
.carousel-control-prev,
.carousel-control-next {
  display: none;
}
.view-id-search_content h1 {
  font-size: 1.3rem;
  color: #313233;
}

.view-id-search_content p {
  font-size: 14px;
}

.view-id-search_content
  form#views-exposed-form-search-content-page-1
  .form--inline {
  margin-left: 0;
}

.btn-primary[value="Create new account"] {
  text-transform: uppercase;
  margin-top: 2rem;
}
.cart_related_product_title {
  font-size: 1.3rem;
  margin-left: 1rem;
  color: #191919;
  margin-bottom: 1rem;
}

.view-id-related_products {
  background: #ecf1f4;
  padding: 1rem;
}
.box-image img {
  width: 100%;
}

.node-product-form #edit-taxonomy-vocabulary-8 {
  height: 300px;
}

.node-product-form #edit-taxonomy-vocabulary-1 {
  height: 300px;
}

.node-product-form #edit-taxonomy-vocabulary-3 {
  height: 300px;
}

.order-pane-table .product-description {
  font-size: 1rem !important;
  margin-top: 10px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .cstm-img-section {
    padding-right: 8px;
  }
  .cstm-info-section {
    padding-left: 0;
  }
}

.cart-review th.qty,
th.price {
  min-width: 81px;
  text-align: end;
}

table.order-review-table > tbody > tr > td:first-child {
  text-align: left;
  white-space: normal;
}

.path-cart .order-1 form#uc-cart-view-form table thead {
  background: linear-gradient(to bottom, #ececec 0%, #fafafa 100%);
}

.path-cart .order-1 form#uc-cart-view-form > div.form-actions input:last-child {
  background: url(../images/checkout.png) no-repeat !important;
  border: none;
  width: 163px;
  height: 32px;
  text-indent: -9999px;
  cursor: pointer;
  margin-left: 12px;
}

.block-views-blockrelated-products-block-1 {
  margin-bottom: 15px;
}

div#cboxCurrent {
  display: none !important;
}

.view-uc-order-history .table {
  border: 2px solid #dee2e6;
}

.view-uc-order-history .table thead th {
  padding: 2px  0 2px 13px;
  font-size: 13px;
}

.view-uc-order-history .table .tablesort {
  width: 15px;
  height: 12px;
}

.view-uc-order-history .table td {
  padding: 4px 4px 4px 11px;
  font-size: 13px;
}

.view-uc-order-history form .form--inline {
  display: flex;
  flex-wrap: wrap;
}

.view-uc-order-history form .js-form-item.form-item {
  max-width: 32%;
  width: 100%;
  margin-top: 0;
}
.view-uc-order-history form  .form-actions {
  margin-top: 0;
}
.view-uc-order-history form  .form-actions input {
  font-size: 13px;
}

.simplenews-subscriptions-block-0b1085dd-9c8c-4c15-9727-07aa0c68e9c0 #edit-manage {
    font-size: 0;
}

.product-topOffers .product-brand-name {
    margin-left: auto;
    margin-right: 0;
}
.uc-cart-checkout-form .form-control:hover {
    background: #efefef;
}
.view-search-content .view-empty h2 {
  font-size: 20px;
  line-height: 18px;
  margin-top: 20px;
  margin-bottom: 50px;
}
 
.product-description-tab.nav-tabs .nav-link {
    background: #f0f0f0;
    margin: 0 10px 0 0;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #d0d0d0 !important;
}