/*==================*/
h3 {
  font-size: 22px;
}

h2 {
  font-size: 26px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }

  h2 {
    font-size: 22px;
  }

  body h2.section-title, body h1, body .product-page-header > h1 {
    font-size: 26px;
  }
}
/*******Buttons*******/
.btn {
  box-shadow: 0 0 5px grey;
  display: inline-block;
  padding: 5px 10px;
  margin: 5px auto;
  font-weight: normal;
  background: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 3px !important;
  line-height: 25px;
}
.btn:hover {
  text-decoration: none;
  cursor: pointer;
}
.btn.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  -webkit-appearance: none;
  border-radius: 0;
}
.btn.btn-white:hover {
  background-color: white;
  color: #000000;
}
.btn.btn-white {
  border: 2px white solid;
  color: white;
}
.btn.btn-white:hover {
  background-color: white;
  color: #000000;
}
.btn.btn-black {
  border: 2px #000000 solid;
  color: #000000;
}
.btn.btn-black:hover {
  background-color: #000000;
  color: white;
}
.btn.btn-red {
  background: #ee3841;
  color: white;
}
.btn.btn-red:hover {
  background: #9B9B9B;
  color: #ffffff;
}
.btn.btn-red:disabled {
  cursor: auto;
  background: #9B9B9B;
  color: #ffffff;
}
.btn.btn-gray {
  background: #9B9B9B;
  color: #ffffff;
}
.btn.btn-gray:hover {
  background: #008F51;
  border: none;
  color: white;
}
.btn.btn-green {
  background: #23b17c;
  color: white;
}
.btn.btn-action {
  background: #23b17c;
  color: white;
}
.btn.btn-action:hover {
  background: #008F51;
}
.btn.btn-action:disabled {
  cursor: auto;
  background: #9B9B9B;
  color: #ffffff;
}
.btn.btn-action.disabled {
  background: gray;
}
.btn.loading {
  opacity: 0.6;
}
.btn img {
  max-height: 22px;
}
.btn.category-page-design-button {
  background: #22b14c none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  float: left;
  font-size: 12px;
  margin-bottom: 0;
  margin-left: 2%;
  margin-top: 11px;
  padding: 2px 10px;
  line-height: 1.42857143;
}
.btn.category-page-design-button:hover {
  color: #ffffff;
}

.white .btn:hover {
  background-color: white;
  color: #000000;
}

.white .btn {
  border: 2px white solid;
  color: white;
}

.black .btn {
  border: 2px #000000 solid;
  color: #000000;
}

.black .btn:hover {
  background-color: #000000;
  color: white;
}

.ui-tooltip .ui-tooltip-content {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #000000;
  line-height: 18px;
}

.btn.btn-hollow {
  border: 1px #ee3841 solid;
  color: #ee3841;
  min-width: 170px;
  text-align: center;
}
@media only screen and (max-width:991px) {
  .btn.btn-hollow {
    min-width: auto;
    width: 100%;
    font-size: 15px;
    padding: 10px;
  }
}
.btn.btn-green.fileinput-button {
  border: 1px #23b17c solid;
  min-width: 170px;
  text-align: center;
}
@media only screen and (max-width:991px) {
  .btn.btn-green.fileinput-button {
    min-width: auto;
    width: 100%;
    font-size: 15px;
    padding: 10px;
  }
}

.green-text {
  color: #23b17c !important;
}

.form-control {
  border-radius: 0;
  border-color: #ddd;
  background: #f4f4f4;
  box-shadow: none;
}

.info-icon {
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #4a4a4a;
  color: #4a4a4a;
  width: 22px;
  margin-left: 4px;
  text-align: center;
  font-family: monospace;
  font-weight: bold;
}
.info-icon:after {
  content: "i";
}

.loader {
  border: 6px solid #9B9B9B;
  border-top: 6px solid #ee3841;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: loader_spin 2s linear infinite;
  margin: auto;
}

@keyframes loader_spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#prod_detail .label-product-design-online {
  background: #23b17c;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
}

/**********Checkout Steps Progress**************/
.checkout-steps-progress {
  text-align: center;
  margin-bottom: 25px;
  padding: 20px 0;
  border: 1px #ddd solid;
  border-width: 1px 0;
}
@media only screen and (max-width:991px) {
  .checkout-steps-progress {
    border: 0 none;
    margin-bottom: 20px;
  }
}
.checkout-steps-progress .checkout-step {
  display: inline-block;
  border: 1px #ddd solid;
  padding: 10px 25px;
  margin-left: 25px;
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width:991px) {
  .checkout-steps-progress .checkout-step {
    border-top-width: 0;
    margin: 0;
    width: 100%;
  }
}
.checkout-steps-progress .checkout-step.active {
  border-color: #ee3841;
  background-color: #ee3841;
  color: white;
}
.checkout-steps-progress .checkout-step.active:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 9px solid #ee3841;
  position: absolute;
  bottom: 0;
  margin-bottom: -10px;
  left: 50%;
  margin-left: -13px;
}
.checkout-steps-progress .checkout-step.active:after {
  border-color: #ee3841;
}
.checkout-steps-progress .checkout-step:first-child {
  margin-left: 0;
}
@media only screen and (max-width:991px) {
  .checkout-steps-progress .checkout-step:first-child {
    border-top-width: 1px;
  }
}
.checkout-steps-progress .checkout-step:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 2px #ddd solid;
  border-radius: 50%;
  position: absolute;
  margin-top: 24px;
  left: 50%;
  margin-left: -10px;
  z-index: 9;
  background: white;
}
@media only screen and (max-width:991px) {
  .checkout-steps-progress .checkout-step:after {
    content: none;
  }
}

.checkout-actions {
  text-align: right;
}
@media (max-width: 767px) {
  .checkout-actions {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .checkout-actions .btn.cart-buttons {
    width: calc(50% - 7px);
    margin: 10px 0;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .checkout-actions .btn.cart-buttons:last-child {
    margin-left: 10px;
  }
}

/******Shopping Cart********/
#shopping_cart .shopping-cart .cart-summary > .row {
  background: none;
}

table.shopping-cart, table.shopping-cart tr, table.shopping-cart td {
  vertical-align: top;
}

.shopping-cart {
  width: 100%;
}
.shopping-cart .col-cart-item-image {
  text-align: center;
  width: 25%;
}
.shopping-cart .cart-item-description {
  width: 35%;
  vertical-align: middle;
}
.shopping-cart .cart-item-description a {
  color: #ee3841;
  padding-left: 0;
}
@media only screen and (max-width:991px) {
  .shopping-cart .cart-item-description a {
    margin: 0;
  }
}
.shopping-cart .cart-item-description .selected-specs {
  width: 100%;
}
.shopping-cart .cart-item-description .selected-specs .selected-field td {
  padding-bottom: 5px;
}
@media only screen and (max-width:991px) {
  .shopping-cart .cart-item-description table td {
    box-sizing: border-box;
    padding: 5px 0;
    width: 49%;
  }
}
.shopping-cart .col-cart-item-files {
  width: 23%;
  vertical-align: middle;
}
@media only screen and (max-width:991px) {
  .shopping-cart .col-cart-item-files {
    padding-top: 0;
    text-align: center;
  }
}
.shopping-cart .col-cart-item-files .upload-buttons-container {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width:991px) {
  .shopping-cart .col-cart-item-files .upload-buttons-container {
    display: block;
  }
}
.shopping-cart .col-cart-item-files .upload-buttons-container .btn.fileinput-button {
  display: inline-flex;
}
@media only screen and (max-width:991px) {
  .shopping-cart .col-cart-item-files .upload-buttons-container .btn.fileinput-button {
    display: block;
  }
}
.shopping-cart .col-cart-item-files .uploads-container {
  text-align: left;
}
.shopping-cart .col-cart-item-files .files .file.deleting {
  opacity: 0.5;
}
.shopping-cart td.price-col {
  width: 14%;
  text-align: right;
  vertical-align: middle;
}
@media only screen and (max-width:991px) {
  .shopping-cart td.price-col {
    text-align: center;
    padding-top: 15px;
  }
}
.shopping-cart td.price-col .price {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
}
.shopping-cart td.price-col .price.original-price {
  font-size: 20px;
  text-decoration: line-through;
}
.shopping-cart td.price-col span {
  display: inline-block;
  padding-bottom: 2px;
  width: 100%;
}
@media only screen and (max-width:991px) {
  .shopping-cart .cart-item, .shopping-cart .cart-item-header {
    border: 1px solid #ddd;
    display: block;
    width: 100%;
    border-top: none;
  }
}
.shopping-cart .cart-footer > td, .shopping-cart .cart-item > td {
  padding: 10px 5px;
}
.shopping-cart .cart-item:not(:last-child) {
  border-bottom: 1px #ddd solid;
}
.shopping-cart .cart-item label {
  font-weight: normal;
  margin-top: 5px;
}
@media only screen and (max-width:991px) {
  .shopping-cart .cart-item label {
    margin-bottom: 10px;
    margin-top: 15px;
  }
}
.shopping-cart .cart-item label input {
  margin-top: -3px;
  vertical-align: middle;
}
@media only screen and (max-width:991px) {
  .shopping-cart .cart-item:last-child {
    border-bottom: 1px solid #ddd;
  }
}
@media only screen and (max-width:991px) {
  .shopping-cart .cart-item td {
    display: inline-block;
    width: 100%;
    padding: 10px;
  }
}
.shopping-cart .cart-footer {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
@media only screen and (max-width:991px) {
  .shopping-cart .cart-footer {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width:991px) {
  .shopping-cart .cart-footer .cart-summary {
    border: 1px solid #ee3841;
  }
}
.shopping-cart .cart-footer .cart-summary .total-price {
  font-size: 23px;
  font-weight: bold;
}
.shopping-cart .cart-footer .cart-summary .cs-value {
  text-align: right;
}
.shopping-cart .cart-footer .cart-summary .cart-total-container {
  border-top: 1px #ddd solid;
  padding-top: 8px;
}
.shopping-cart .cart-footer .col-xs-6 {
  padding-bottom: 5px;
}
.shopping-cart .cart-footer .discount-coupon {
  text-align: center;
  padding-top: 15px;
}
@media only screen and (max-width:991px) {
  .shopping-cart .cart-footer .discount-coupon {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.shopping-cart .cart-footer .discount-coupon .form-group {
  display: inline-block;
}
@media only screen and (max-width:991px) {
  .shopping-cart .cart-footer .discount-coupon .form-group {
    float: left;
    line-height: normal;
    width: 100%;
  }
  .shopping-cart .cart-footer .discount-coupon .form-group .input-group {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .shopping-cart .cart-footer .discount-coupon .form-group .input-group input {
    height: 40px;
    padding-right: 40px;
    width: 100%;
  }
  .shopping-cart .cart-footer .discount-coupon .form-group .input-group .input-group-btn {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width:991px) {
  .shopping-cart .cart-footer .cart-footer-left {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width:991px) {
  .shopping-cart .cart-footer td {
    display: inline-block;
    padding: 10px;
    width: 100%;
  }
}
@media only screen and (max-width:991px) {
  .shopping-cart .cart-item-header {
    border-bottom: none;
    border-top: none;
    position: relative;
  }
}
@media only screen and (max-width:991px) {
  .shopping-cart .cart-item-header:first-child {
    border-top: 1px solid #ddd;
  }
}
.shopping-cart .cart-item-header:first-child .cart-item-actions {
  margin-top: -10px;
}
@media only screen and (max-width:991px) {
  .shopping-cart .cart-item-header td {
    display: inline-block;
    padding: 10px;
    width: 100%;
  }
}
.shopping-cart .cart-item-header td:first-child {
  vertical-align: bottom;
}
@media only screen and (max-width:991px) {
  .shopping-cart .cart-item-header td:first-child {
    padding-top: 50px;
  }
}
@media only screen and (max-width:991px) {
  .shopping-cart .cart-item-header td:last-child {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.shopping-cart .cart-item-header .product-title {
  text-align: center;
}
.shopping-cart .cart-item-header .product-title a {
  color: #ee3841;
}
.shopping-cart .cart-item-header .cart-item-actions {
  text-align: center;
  float: right;
  border: 1px #ddd solid;
  border-radius: 4px;
  padding: 0;
  margin-top: 10px;
}
@media only screen and (max-width:991px) {
  .shopping-cart .cart-item-header .cart-item-actions {
    margin: 0px;
  }
}
.shopping-cart .cart-item-header .cart-item-actions .btn {
  margin: 0;
  color: #ee3841;
  padding: 7px 10px 5px 10px;
}
.shopping-cart .cart-item-header .cart-item-actions .btn.change-order {
  border-right: 1px #ddd solid;
}

.panel.panel-hollow {
  border-width: 0;
  border-bottom: 1px #ddd solid;
  margin-bottom: 10px;
  box-shadow: none;
  border-radius: 0;
}
.panel.panel-hollow .panel-heading {
  color: #ee3841;
  font-weight: bold;
  font-size: 16px;
  padding-top: 0;
}
.panel.panel-hollow .panel-body {
  padding-top: 10px;
}

.panel.panel-border-gray {
  border-color: #ddd;
}
.panel.panel-border-gray .panel-heading {
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  border-bottom: none;
}

.panel.panel-merged {
  border-radius: 0px;
}
.panel.panel-merged:first-child {
  border-top-width: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.panel.panel-merged:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 10px;
}
.panel.panel-merged:not(:first-child) {
  border-top-width: 0;
}
.panel.panel-merged:not(:last-child) {
  margin-bottom: 0;
}

/******checkout details page*********/
.checkout_details_form .address-fields label {
  font-weight: normal;
}

.row-wide .form-group {
  margin-left: 0;
  margin-right: 0;
}
.row-wide .column1 {
  padding-right: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row-wide .column1 {
    padding-right: 20px;
  }
}
@media only screen and (max-width:991px) {
  .row-wide .column1 {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .row-wide .column1 {
    padding-right: 5px;
  }
}
.row-wide .column2 {
  padding-left: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row-wide .column2 {
    padding-left: 20px;
  }
}
@media only screen and (max-width:991px) {
  .row-wide .column2 {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .row-wide .column2 {
    padding-left: 5px;
  }
}
.row-wide .column1-small {
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row-wide .column1-small {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .row-wide .column1-small {
    padding-right: 5px;
  }
}
.row-wide .column2-small {
  padding-left: 15px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row-wide .column2-small {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .row-wide .column2-small {
    padding-left: 5px;
  }
}

/*********Payment page*********/
.order-summary .address:not(:first-child) {
  padding-top: 15px;
}
.order-summary .address table {
  width: 100%;
}
.order-summary .cart-summary .selected-specs {
  width: 100%;
}
.order-summary .cart-summary .selected-specs tr.selected-field td:first-child {
  font-weight: bold;
}

.payment-methods .price-summary > .row {
  margin-bottom: 5px;
}
.payment-methods .price-summary .cs-value {
  font-size: 15px;
}
.payment-methods .coupon-code .show-discount-coupon {
  color: #4a4a4a;
  text-decoration: underline;
}
.payment-methods .coupon-code .hide-discount-coupon {
  display: table-cell;
}

/****Thankyou page****/
.order-complete-container {
  display: flex;
  flex-direction: row;
}
.order-complete-container .order-complete-left-image {
  display: flex;
  flex-direction: column;
  width: 30%;
}
@media only screen and (max-width: 959px) {
  .order-complete-container .order-complete-left-image {
    display: none;
  }
}
.order-complete-container .order-complete-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5%;
  width: 70%;
}
.order-complete-container .order-complete-text a.btn {
  line-height: normal;
}
.order-complete-container .order-complete-text h2, .order-complete-container .order-complete-text h3, .order-complete-container .order-complete-text p {
  margin-bottom: 15px;
}
@media only screen and (max-width: 959px) {
  .order-complete-container .order-complete-text {
    width: 100%;
    padding-left: 0px;
  }
}

.order-complete-steps {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.order-complete-steps:after {
  clear: both;
  display: block;
  content: "";
  width: 75%;
  position: absolute;
  top: 35px;
  left: 12.5%;
  margin: 5px;
  border-bottom: 1px solid #ddd;
}
.order-complete-steps .order-complete-step-container {
  width: 25%;
  float: left;
  text-align: center;
}
.order-complete-steps .order-complete-step-container .order-complete-step {
  width: 85px;
  margin: auto;
}
.order-complete-steps .order-complete-step-container .order-complete-step .step-icon {
  background: white;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px;
  position: relative;
  z-index: 9;
  height: 90px;
  vertical-align: middle;
  white-space: nowrap;
}
.order-complete-steps .order-complete-step-container .order-complete-step .step-icon:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}
.order-complete-steps .order-complete-step-container .order-complete-step .step-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.order-complete-steps .order-complete-step-container .order-complete-step.step-confirmation .step-icon {
  border: 1px solid #ee3841;
}
.order-complete-steps .order-complete-step-container .step-title {
  font-weight: bold;
  margin-top: 4px;
  text-transform: uppercase;
}

/***tablet portrate to mobile****/
@media only screen and (max-width:991px) {
  .shopping-cart .cart-item-header:first-child .cart-item-actions {
    margin: 0px;
  }

  .shopping-cart, .shopping-cart tbody, .shopping-cart table, .shopping-cart table tr {
    width: 100%;
  }
}
.modal .modal-header {
  position: relative;
}
.modal .modal-header .modal-title {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  padding-top: 0;
}
.modal .modal-header .close {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  position: absolute;
  right: 15px;
  top: 20px;
  border: none;
  background: none;
}
@media (min-width: 1024px) {
  .modal#modal_quick_quote .modal-dialog {
    width: 85%;
    max-width: 1170px;
  }
}
.modal#modal_quick_quote .intl-tel-input {
  display: block;
}

@media (max-width: 1366px) {
  #hubspot-messages-iframe-container {
    z-index: 9 !important;
  }
}
.contact-form-container .hs-form .hs-input {
  border-radius: 0 !important;
  width: 100%;
  height: 34px !important;
  padding: 6px 12px;
  border: 1px solid #ddd !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-sizing: border-box;
}
.contact-form-container .hs-form textarea.hs-input {
  height: 87px !important;
}
.contact-form-container .hs-form .intl-tel-input {
  display: block;
}
.contact-form-container .hs-form .intl-tel-input.allow-dropdown input {
  padding-right: 6px !important;
  padding-left: 52px !important;
  margin-left: 0;
}
.contact-form-container .hs-form .hs-submit input.hs-button {
  background: #23b17c;
  color: white;
  display: inline-block;
  padding: 5px 30px;
  margin: 5px auto;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  border-radius: 3px;
  box-shadow: 0 0 5px grey;
  line-height: 25px;
}
.contact-form-container .hs-form .hs-submit input.hs-button:hover {
  background: #008F51;
  border: none;
  box-shadow: none;
}
.contact-form-container .hs-form .hs-error-msgs label {
  color: red;
  font-style: italic;
}

.category-section {
  background: #f8f8f8;
}

.category-description {
  padding: 15px 20px;
}
.category-description .cat-desc2 {
  margin-bottom: 5px;
}
.category-description a {
  color: #f4323b;
}

.category-description-section {
  padding: 2px 20px;
}
.category-description-section .title {
  font-weight: bold;
  padding: 5px 0;
}
.category-description-section .title a {
  display: block;
  font-weight: 500;
  color: #4a4a4a;
}
.category-description-section .description {
  color: #000000;
  padding: 10px 0 15px;
}
.category-description-section:last-child {
  padding-bottom: 15px;
}

.related-categories-container .bx-wrapper {
  background: transparent;
  border: none;
  box-shadow: none;
  margin: 0px;
}

.related-categories-slider {
  width: 100%;
}
.related-categories-slider .slide {
  float: left;
  width: 100%;
  padding: 0px;
}
.related-categories-slider .slide-wrapper {
  float: left;
  width: 100%;
}

.product-page-header h1, .product-page-header h2, .product-page-header h3, .product-page-header h4, .product-page-header h5, .product-page-header h6, .product-page-header b, .product-page-header strong, .category-banner-footer h1, .category-banner-footer h2, .category-banner-footer h3, .category-banner-footer h4, .category-banner-footer h5, .category-banner-footer h6, .category-banner-footer b, .category-banner-footer strong {
  font-size: 22px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 10px;
  font-weight: 600;
  color: #000000;
}

.related-category .product-title-bar {
  text-align: center;
}

.related-category a.product-image-link {
  text-align: center;
}
.related-category a.product-image-link .product-thumb {
  margin: auto;
}
.related-category a.product-title {
  float: none;
}

#product_options .dynamic-option:not(.collapsed) .option-choices.options-images {
  display: flex;
  flex-wrap: wrap;
}
#product_options .image-spec {
  text-align: center;
}
#product_options .image-spec .spec-image {
  box-sizing: border-box;
}
#product_options .image-spec .spec-image::before {
  display: block;
  background-size: 100% 100%;
  content: "";
  color: white;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  text-align: center;
  transition-duration: 300ms;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMzQ2LjM4NCkiPjxwYXRoIGZpbGw9IiMxZWM4MWUiIGZpbGwtb3BhY2l0eT0iLjgiIGQ9Ik0zMiAzNDYuNGEzMiAzMiAwIDAgMC0zMiAzMiAzMiAzMiAwIDAgMCAzMiAzMiAzMiAzMiAwIDAgMCAzMi0zMiAzMiAzMiAwIDAgMC0zMi0zMnptMjEuMyAxMC4zbC0yNC41IDQxTDkuNSAzNzVsMTcuNyA5LjYgMjYtMjh6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTkuNSAzNzUuMmwxOS4zIDIyLjQgMjQuNS00MS0yNiAyOC4yeiIvPjwvZz48L3N2Zz4=);
  width: 30px;
  height: 30px;
  top: 0.5%;
  left: 0.5%;
  transform: scale(0);
  border-radius: 50%;
  margin: 0.5%;
}
#product_options .image-spec.selected .spec-image img {
  transform: scale(0.8);
}
#product_options .image-spec.selected .spec-image::before {
  transform: scale(1);
}
#product_options .image-spec input[type=radio] {
  display: none;
}

/**********Header CSS********/
body.lang-be_fr li.trustedshops-li {
  display: none;
}

.usp-trustedrating-wrapper {
  margin-bottom: 5px;
  margin-top: 20px;
  width: 100%;
  display: inline-block;
}
.usp-trustedrating-wrapper .col {
  width: 100%;
}
.usp-trustedrating-wrapper .toppoints {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding-left: 0;
  margin-top: 5px;
  width: 100%;
}
.usp-trustedrating-wrapper .toppoints li {
  background-image: url("../images/tick.png");
  background-position-y: 2px;
  background-repeat: no-repeat;
  color: #4a4a4a;
  font-size: 13px;
  font-weight: normal;
  padding-left: 20px;
  text-align: left;
}
.usp-trustedrating-wrapper .toppoints li a {
  color: #4a4a4a;
}
.usp-trustedrating-wrapper .toppoints li a .black, .usp-trustedrating-wrapper .toppoints li a .black a, .usp-trustedrating-wrapper .toppoints li a .black a:hover, .usp-trustedrating-wrapper .toppoints li a .black a:focus {
  color: #4a4a4a;
}
.usp-trustedrating-wrapper .toppoints li:first-child {
  background-image: none;
  padding-left: 0;
}
.usp-trustedrating-wrapper .toppoints li:last-child {
  margin-right: 0;
}

footer {
  color: #000000;
}
footer p {
  color: #000000;
}
footer a {
  color: #000000;
}
footer li {
  color: #000000;
}

.sales-steps-container {
  display: flex;
  justify-content: space-around;
}
.sales-steps-container .step1 .step-icon {
  background-image: url("../images/step-1.png");
}
.sales-steps-container .step2 .step-icon {
  background-image: url("../images/step-2.png");
}
.sales-steps-container .step3 .step-icon {
  background-image: url("../images/step-3.png");
}
.sales-steps-container .step4 .step-icon {
  background-image: url("../images/step-4.png");
}
.sales-steps-container .step {
  text-align: center;
  display: inline-block;
  position: relative;
  width: 100%;
}
.sales-steps-container .step::after {
  background: #ef4b56 none repeat scroll 0 0;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  top: 28px;
  width: 100%;
}
.sales-steps-container .step.step4::after {
  content: none;
}
.sales-steps-container .step .step-icon {
  background-color: #ffffff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 80px auto;
  display: inline-block;
  height: 90px;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 120px;
  z-index: 1;
}
.sales-steps-container .step-title {
  color: #ef4b56;
  display: inline-block;
  font-weight: 500;
  width: 100%;
}
.sales-steps-container .step-details {
  display: inline-block;
  margin-top: 2px;
  width: 100%;
}

.category-brands-sales .slider-wrapper {
  border: 1px solid #a5a5a5;
  background: none;
}

/*============contact us==============*/
.contact-form-container .hs-form .hs-input {
  background: #f4f4f4 !important;
  box-shadow: none;
}

.panel.personal_contact, .panel.contact-flag {
  background: #efefef;
  border: 0px;
  box-shadow: none;
  margin-bottom: 10px;
}
.panel.personal_contact .panel-heading, .panel.contact-flag .panel-heading {
  background: rgba(0, 0, 0, 0) !important;
  border: 0 none;
  box-shadow: none !important;
  font-weight: 500;
}

.sidebar .personal_contact .panel-body img {
  margin-right: 10px;
}

.panel-default > .panel-heading, .sidebar a, .sidebar p, .sidebar .panel-body, .sidebar li {
  color: #000000;
}

.sidebar .personal_contact a {
  color: #000000;
}

.panel-body a {
  color: inherit;
}

.sidebar .personal_contact strong {
  font-weight: 500;
  text-align: left;
}

/*==========sales=================*/
#product_order_process h1, #product_order_process h2, #product_order_process h3, #product_order_process h4, #product_order_process h5, #product_order_process h6, #product_order_process p, #product_order_process li {
  text-align: left;
}

/*# sourceMappingURL=style.sass.css.map */
