.h1,
h1 {
  font-size: 32px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: 900;
  letter-spacing: -.5px;
  color: #cf202f;
  font-family: 'Source Sans Pro', sans-serif;
}
.page-main {
  /*margin-top:30px;*/
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .page-main {
    margin-top: 0;
    padding: 15px;
  }
}
.no-padding {
  padding: 0;
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.search.advanced,
.form.form-orders-search {
  min-width: 100%;
  width: 100%;
}
.osc-password .confirmation.required {
  margin-top: 16px;
}
.sitemap_product-index-index .page-sitemap #sitemap_top_links {
  float: right;
}
@media screen and (max-width: 767px) {
  .sitemap_product-index-index .page-sitemap #sitemap_top_links {
    float: left !important;
  }
}
@media screen and (max-width: 767px) {
  .sitemap_product-index-index .page-sitemap #sitemap_top_links ul {
    float: left !important;
    padding-top: 0px !important;
    margin-bottom: 0 !important;
  }
}
.sitemap_product-index-index .page-sitemap #sitemap_top_links ul li {
  margin-bottom: 0 !important;
  padding: 10px 0;
}
.sitemap_product-index-index .page-sitemap .pages .items {
  margin: 0px !important;
}
.sitemap_product-index-index .page-sitemap .links {
  padding-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sitemap_product-index-index .page-sitemap .links {
    float: left;
    text-align: left;
  }
}
.sitemap_product-index-index .page-sitemap .toolbar-amount {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .sitemap_product-index-index .page-sitemap .toolbar-amount {
    width: 100%;
  }
}
.fieldset > .field:not(.choice) > .label {
  padding: 0px 15px 5px 0;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  float: none;
  font-size: 16px;
}
.abs-margin-for-forms-desktop,
.fieldset .legend,
.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar,
.login-container .fieldset:after {
  margin-left: 0;
}
.fieldset .legend {
  font-size: 28px;
}
.page-title-wrapper .page-title {
  padding-bottom: 35px;
  font-size: 32px;
  text-transform: uppercase;
  width: 100%;
  border-bottom: 1px solid #d0cfd8;
}
body {
  line-height: 1;
  font-size: 14px;
}
body input[type="text"],
body input[type="password"],
body input[type="url"],
body input[type="tel"],
body input[type="search"],
body input[type="number"],
body input[type="datetime"],
body input[type="email"],
body select {
  height: 40px;
  padding: 8px 21px;
  font-size: 14px;
  font-weight: 500;
  font-family: Roboto,sans-serif;
  border: 2px solid #d0cfd8;
  border-radius: 3px;
  font-style: italic;
  color: #cf202f;
}
body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="url"]:focus,
body input[type="tel"]:focus,
body input[type="search"]:focus,
body input[type="number"]:focus,
body input[type="datetime"]:focus,
body input[type="email"]:focus,
body select:focus {
  border-color: #cf202f;
  box-shadow: none;
}
.actions-toolbar {
  margin-left: 0;
}
.actions-toolbar .primary {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .actions-toolbar .primary {
    margin-top: 0;
  }
}
.actions-toolbar .primary .btn span {
  vertical-align: middle;
  line-height: normal;
  line-height: 2px;
}
.actions-toolbar .secondary {
  float: none;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 0px;
}
.nav-toggle {
  top: 10px;
}
@media only screen and (max-width: 767px) {
  .nav-toggle {
    display: none;
  }
}
.nav-sections {
  margin-bottom: 0;
}
.breadcrumbs {
  background-color: #f0f0f0;
  margin-bottom: 0;
}
.breadcrumbs .items {
  margin: 0;
  padding: 15px 5px;
}
.breadcrumbs .items li {
  display: inline-block;
  padding: 5px 0;
  font-size: 16px;
  color: #f4443f;
  vertical-align: top;
}
.breadcrumbs .items li a {
  color: #9f9f9f;
  text-decoration: none;
}
.breadcrumbs .items li strong {
  font-weight: 700;
  color: #9f9f9f;
}
.cart-empty p {
  margin-top: 4px;
  margin-bottom: 27px;
  font-size: 14px;
  font-family: Roboto,sans-serif;
  color: #cf202f;
}
.cart-empty .action.primary {
  color: #fff;
  background-color: #cf202f;
  border-color: #cf202f;
  height: 50px;
  padding: 16px 42px;
  font-size: 18px;
}
.box-tocart .action.primary {
  height: 50px;
  background: #F3443F;
  border-color: #F3443F;
}
.box-tocart .action.primary:hover {
  background: #B21E15;
  border-color: #B21E15;
}
.action.primary {
  height: 60px;
  padding: 19.5px 63px;
  font-size: 21px;
  text-transform: uppercase;
  white-space: nowrap;
}
.minicart-wrapper .action.primary {
  padding: 19.5px 30px;
}
.container {
  max-width: 1170px !important;
}
/*End*/
header.page-header > div.header.content {
  display: none;
}
@media only screen and (max-width: 767px) {
  header.page-header {
    position: sticky;
    top: 0;
    z-index: 99;
  }
}
header.page-header .header-topbar {
  height: 40px;
  padding: 8px 0;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
header.page-header .header-topbar a {
  color: #fff;
  display: inline-block;
}
header.page-header .header-topbar a img {
  vertical-align: middle;
}
header.page-header .header-top {
  height: 40px;
  padding: 8px 0;
  font-size: 12px;
}
header.page-header .header-top .toplinks {
  margin: 0;
}
header.page-header .header-top .toplinks ul {
  display: inline-block;
  float: right;
  margin: 4px 0 0 0;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  header.page-header .header-top .toplinks ul {
    margin: 0px 0 0 0;
  }
}
header.page-header .header-top .toplinks ul li {
  list-style: none;
  float: left;
  margin: 0px 15px;
}
@media only screen and (max-width: 767px) {
  header.page-header .header-top .toplinks ul li {
    margin: 0px 0 5px 0;
  }
}
@media only screen and (max-width: 375px) {
  header.page-header .header-top .toplinks ul li {
    margin: 0px 9px 0px 0;
  }
}
@media all and (min-width: 376px) and (max-width: 775px) {
  header.page-header .header-top .toplinks ul li {
    margin: 0px 25px 0px 0;
  }
}
header.page-header .header-top .toplinks ul li:first-of-type {
  margin-left: 0;
}
header.page-header .header-top .toplinks ul li:last-of-type {
  margin-right: 0;
}
header.page-header .header-top .toplinks ul li a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
}
header.page-header .header-top .toplinks ul li a:hover {
  text-decoration: none;
}
header.page-header .header-top .toplinks ul li a .icon {
  display: inline-block;
  min-width: 20px;
  position: relative;
  top: 3px;
  font-size: 14px;
  padding-right: 2px;
}
@media screen (min-width: 768px) and (max-width: 991px) {
  header.page-header .header-top .toplinks ul li a .icon {
    font-size: 20px;
    padding-right: 5px;
  }
}
@media (min-width: 992px) {
  header.page-header .header-top .toplinks ul li a {
    font-size: 14px;
    padding-right: 5px;
  }
}
header.page-header .header-top .offertext {
  float: left;
  font-size: 12px;
  padding: 4px 15px;
}
@media only screen and (max-width: 767px) {
  header.page-header .header-top .offertext {
    padding: 6px 0px;
  }
}
header.page-header .header-top .offertext a {
  margin-right: 5px;
  color: #7f7ba3;
}
header.page-header .header-top .offertext a:hover {
  color: #cf202f;
  text-decoration: none;
}
header.page-header .header-center {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 90px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  header.page-header .header-center {
    height: 50px;
  }
}
header.page-header .header-center .header.content {
  padding: 0;
}
header.page-header .header-center .header.content .mobile-action {
  position: absolute;
  top: 0;
  right: 0;
}
header.page-header .header-center .header.content .search-mobile-wrap {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  header.page-header .header-center .header.content .search-mobile-wrap {
    display: none;
  }
}
header.page-header .header-center .header.content .search-mobile-wrap.search-toggle {
  display: block;
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  padding: 0px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  header.page-header .header-center .header.content .search-mobile-wrap.search-toggle.col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #d0cfd8;
  }
}
header.page-header .header-center .header.content .mobile-search {
  display: none;
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}
header.page-header .header-center .header.content .mobile-search .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  header.page-header .header-center .header.content .mobile-search {
    display: block;
  }
}
header.page-header .header-center .header.content .header-logo .nav-toggle:before {
  color: #ffffff;
}
header.page-header .header-center .header.content .header-logo .logo {
  padding: 19px 0px;
  max-width: 100%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  header.page-header .header-center .header.content .header-logo .logo {
    padding: 10px 0px 10px 0px;
  }
}
@media only screen and (max-width: 767px) {
  header.page-header .header-center .header.content .header-logo .logo img {
    max-width: 150px;
  }
}
header.page-header .header-center .header.content .header-search {
  display: block;
  position: static;
  padding: 25px 0px;
}
@media only screen and (max-width: 767px) {
  header.page-header .header-center .header.content .header-search {
    padding: 0px;
  }
}
header.page-header .header-center .header.content .header-search .block-search {
  position: relative;
}
header.page-header .header-center .header.content .header-search .block-search .block-content .minisearch .actions {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
header.page-header .header-center .header.content .header-search .block-search .block-content .minisearch .actions button {
  height: 40px;
  border-radius: 0 3px 3px 0;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 1;
}
header.page-header .header-center .header.content .header-search .block-search .block-content .minisearch .actions button.btn-outline-secondary {
  color: #fff;
  background-color: #9f9f9f;
  border-color: #9f9f9f;
  cursor: pointer;
}
header.page-header .header-center .header.content .header-search .block-search .block-content .minisearch .actions button:hover {
  background-color: #acacac;
  border-color: #d2d2d2;
}
header.page-header .header-center .header.content .header-search .block-search .block-content .minisearch .input-group {
  position: relative;
}
@media only screen and (max-width: 767px) {
  header.page-header .header-center .header.content .header-search .block-search .block-content .minisearch .input-group {
    height: 40px;
  }
}
header.page-header .header-center .header.content .header-search .block-search .block-content .minisearch .input-group .form-control {
  width: 100%;
  padding-left: 50px;
  line-height: 2em;
  border: 0;
  font-weight: 300;
  vertical-align: middle;
  padding-right: 90px;
}
header.page-header .header-center .header.content .header-search .block-search .block-content .minisearch .input-group .control .icon {
  position: absolute;
  font-size: 22px;
  top: 25%;
  left: 16px;
  z-index: 10;
}
header.page-header .header-center .header.content .header-message {
  max-height: 90px;
  padding: 0 10px 0 0;
}
header.page-header .header-center .header.content .header-message .icon {
  float: left;
  width: 26px;
  margin-right: 6px;
  font-size: 26px;
  color: #fff;
}
header.page-header .header-center .header.content .header-message .message {
  color: #cf202f;
  float: left;
  width: calc(85%);
}
header.page-header .header-center .header.content .header-message .minicart .minicart-messages {
  background-color: #ebebeb;
  font-family: Roboto,sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}
header.page-header .header-center .header.content .header-message .minicart .minicart-padding {
  padding: 20px;
}
header.page-header .header-center .header.content .minicart-wrapper .block-minicart {
  padding: 0px !important;
  width: 333px !important;
}
header.page-header .header-center .header.content .minicart-wrapper .block-minicart .subtitle.empty {
  padding: 20px 20px 20px 35px;
  text-align: left;
  position: relative;
}
header.page-header .header-center .header.content .minicart-wrapper .block-minicart .subtitle.empty:before {
  content: "\f06a";
  position: absolute;
  top: 20px;
  left: 20px;
  font: normal normal normal 14px/1 FontAwesome;
}
header.page-header .header-center .header.content .minicart-wrapper a.viewcart,
header.page-header .header-center .header.content .minicart-wrapper button.checkout {
  height: 40px;
  font-size: 12px;
  line-height: 14px;
  padding: 12px 17px;
  width: 100%;
}
header.page-header .header-center .header.content .header-cart {
  width: 100%;
  position: relative;
  float: right;
  height: 90px;
  margin-right: 0px;
  text-align: center;
  background-color: #cf202f;
  padding: 25px 0;
}
header.page-header .header-center .header.content .header-cart .subtitle.empty {
  font-family: Roboto,sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  header.page-header .header-center .header.content .header-cart {
    height: 100%;
  }
}
header.page-header .header-center .header.content .header-cart .showcart .cart-text {
  margin-bottom: 5px;
}
header.page-header .header-center .header.content .header-cart .showcart .cart-text span {
  color: #fff;
  vertical-align: middle;
  font-size: 16px;
}
header.page-header .header-center .header.content .header-cart .showcart .cart-text span.cart-heading {
  padding-left: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
header.page-header .header-center .header.content .header-cart .showcart .cart-text span.cart-icon .icon-cart {
  font-size: 18px;
}
header.page-header .header-center .header.content .header-cart .showcart .cart-total {
  color: #cf202f;
}
@media only screen and (max-width: 767px) {
  header.page-header .header-center .header.content .header-cart {
    width: auto;
    padding: 8px 20px;
    margin-right: -15px;
  }
}
.vwdetailpage .product-essential .product-configure-box .product-add-form .configure-steps .step:first-child {
  border-top: 1px solid #d0cfd8;
}
@media only screen and (max-width: 767px) {
  .page-title-wrapper .page-title {
    padding-top: 20px;
  }
}
.catalog-product-view .product-options-bottom {
  display: block;
}
.save-for-later {
  cursor: pointer;
}
.my-virtual-products .page-title {
  border-bottom: 1px solid #d0cfd8;
  padding-bottom: 35px;
  margin-bottom: 20px !important;
}
.box-downloadable {
  padding-bottom: 35px;
  /*border-bottom: 1px solid #d0cfd8;	*/
}
.box-downloadable .page-title.subtitle {
  font-size: 28px !important;
}
.box-downloadable .page-title.subtitle {
  margin-bottom: 20px !important;
  padding-bottom: 35px;
  border-bottom: 1px solid #d0cfd8;
}
.box-downloadable p {
  margin-bottom: 40px;
}
.box-downloadable .table-responsive {
  margin-bottom: 16px;
}
/*-----Build A Pack----*/
.product-list .product .product-info .equalize,
.product-list .product-info .equalize {
  margin: 10px 0;
}
@media only screen and (min-width: 992px) {
  .product-list .product .product-info .equalize,
  .product-list .product-info .equalize {
    margin: 15px 0;
  }
  .product-list .product .product-info .equalize,
  .product-list .product-info .equalize {
    margin: 10px 0;
  }
  .cms-page-view .cms-build-a-pack .product-list .product .product-info,
  .cms-page-view .cms-build-a-pack .product-list .product-info {
    padding: 20px;
  }
  .cms-page-view .cms-build-a-pack .product-list .product .product-info .product-name,
  .cms-page-view .cms-build-a-pack .product-list .product-info .product-name {
    font-size: 18px;
    overflow: visible;
  }
}
.minicart-wrapper .action.edit:before,
.cart.table-wrapper .actions-toolbar > .action-edit:before {
  content: '\f040' !important;
  font: normal normal normal 14px/1 FontAwesome;
}
.minicart-items .action.delete:before {
  font-size: 25px;
}
.minicart-items .action.edit:before {
  font-size: 16px;
}
.form-cart .cart.table-wrapper .actions-toolbar .action.action-edit:before {
  margin-top: 6px;
}
/*-----------------Customer Login--------------------------*/
.customer-account-login .login-container {
  position: relative;
}
.customer-account-login .login-container .block:nth-child(1) {
  float: right;
}
.customer-account-login .login-container .block:nth-child(2) {
  float: left;
}
@media only screen and (max-width: 991px) {
  .customer-account-login .login-container .action.primary {
    padding: 19.5px 30px;
  }
}
@media (max-width: 992px) {
  .customer-account-login .login-container .block:nth-child(1) {
    margin-top: 39%;
  }
  .customer-account-login .login-container .block:nth-child(2) {
    position: absolute;
    top: 0;
  }
}
@media (max-width: 767px) {
  .customer-account-login .login-container .block:nth-child(1) {
    margin-top: 100%;
  }
  .customer-account-login .login-container .block:nth-child(2) {
    position: absolute;
    top: 0;
  }
}
.customer-account-login .login-container .block {
  width: 49%;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .customer-account-login .login-container .block {
    width: 100%;
    min-height: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .customer-account-login .login-container .block {
    width: 100%;
    margin-bottom: 30px !important;
    min-height: auto;
  }
}
.customer-account-login .page-main {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.customer-account-login .page-title-wrapper {
  display: none;
}
.customer-account-login .block-customer-login {
  float: right;
}
.customer-account-login .block-customer-login .fieldset.login {
  margin-bottom: 15px;
}
.customer-account-login .block-customer-login .fieldset.login:after {
  margin: 15px 0 0 0;
}
.customer-account-login .block-customer-login .fieldset.login p {
  display: inline-block;
}
.customer-account-login .block-customer-login .fieldset.login p span {
  color: #FF0004;
}
.customer-account-login .block-customer-login .fieldset.login .secondary {
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #413f50;
  margin-bottom: 25px;
}
.customer-account-login .block-customer-login .fieldset.login .secondary .action.remind:hover {
  color: #7f7ba3;
}
.customer-account-login .block-customer-login .fieldset.login .control {
  width: 100%;
}
.customer-account-login .block-customer-login .fieldset.login .control input {
  height: 40px;
  padding: 8px 21px;
  border: 2px solid #d0cfd8;
  border-radius: 3px;
  font-style: italic;
  color: #cf202f;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.customer-account-login .block-customer-login .fieldset.login .control input:focus {
  border-color: #cf202f;
  box-shadow: none;
}
.customer-account-login .block-customer-login .fieldset.login .field {
  font-size: 15px;
  margin-bottom: 15px !important;
}
.customer-account-login .block-customer-login .fieldset.login label.label {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 5px;
  text-align: left !important;
}
.customer-account-login .block-new-customer {
  float: left;
  position: relative;
}
.customer-account-login .block-new-customer .block-content .actions-toolbar .primary {
  position: absolute;
  bottom: 40px;
  left: 25px;
  width: auto;
  margin-top: 0;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .customer-account-login .block-new-customer .block-content .actions-toolbar .primary {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .customer-account-login .block-new-customer .block-content .actions-toolbar .primary {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.customer-account-login .block-customer-login,
.customer-account-login .block-new-customer {
  min-height: 468px;
  padding: 50px;
  background-color: #fff;
  box-shadow: 0 0 4px #d0cfd8;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .customer-account-login .block-customer-login,
  .customer-account-login .block-new-customer {
    padding: 25px;
    box-shadow: none;
  }
}
@media only screen and (max-width: 992px) {
  .customer-account-login .block-customer-login,
  .customer-account-login .block-new-customer {
    padding: 25px;
    box-shadow: 0 0 4px #d0cfd8;
  }
  .customer-account-login .block-customer-login .fieldset.login:after,
  .customer-account-login .block-new-customer .fieldset.login:after {
    margin-top: 0;
  }
  .customer-account-login .block-customer-login .fieldset.login,
  .customer-account-login .block-new-customer .fieldset.login {
    margin-bottom: 0;
  }
  .customer-account-login .block-customer-login .actions-toolbar .primary,
  .customer-account-login .block-new-customer .actions-toolbar .primary {
    width: 100%;
  }
}
.customer-account-login .block-customer-login .actions-toolbar,
.customer-account-login .block-new-customer .actions-toolbar {
  margin: 0;
}
.customer-account-login .block-customer-login p,
.customer-account-login .block-new-customer p {
  line-height: 1.25;
  font-size: 15px;
}
.customer-account-login .block-customer-login .block-title,
.customer-account-login .block-new-customer .block-title {
  font-size: 32px;
  border: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #cf202f;
  letter-spacing: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .customer-account-login .block-customer-login .block-title,
  .customer-account-login .block-new-customer .block-title {
    font-size: 22px;
  }
}
.customer-account-login .block-customer-login .block-title span,
.customer-account-login .block-new-customer .block-title span {
  display: block;
  font-size: 18px;
  font-weight: 900 !important;
  margin-top: 15px;
}
.customer-account-login .block-customer-login .block-title strong,
.customer-account-login .block-new-customer .block-title strong {
  font-weight: 900 !important;
}
/*-----------------careers-page--------------------------------*/
.careers-page {
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.5;
  color: #cf202f;
  letter-spacing: -1px;
  word-spacing: 2px;
  font-weight: 900;
  font-size: 16px;
}
/*-------------------Contact us page-------------------------*/
.contact-index-index .contact-block {
  padding: 0;
}
.contact-index-index .contact-block .actions-toolbar {
  margin-left: 0;
}
.contact-index-index .contact-block .form.contact {
  min-width: 100% !important;
}
.contact-index-index .contact-block .page-title {
  margin-top: 0;
  padding-bottom: 18px;
  margin-bottom: 28px;
  border-bottom: 1px solid #d0cfd8;
  text-transform: uppercase;
}
.contact-index-index .contact-block .fieldset {
  margin-bottom: 0;
}
.contact-index-index .contact-block .fieldset .form-control {
  border: 1px solid #d0cfd8;
}
.contact-index-index .contact-block .fieldset .form-control:focus {
  border-color: #cf202f;
  box-shadow: none;
}
.contact-index-index .contact-block .fieldset .legendNote {
  color: #cf202f;
  margin-bottom: 36px;
  font-size: 14px;
}
.contact-index-index .contact-block .fieldset .field {
  margin-bottom: 0;
}
.contact-index-index .contact-block .fieldset .field .control {
  margin-bottom: 15px;
  width: 100%;
  float: none;
}
.contact-index-index .contact-block .fieldset .field .control textarea {
  height: 175px;
}
.contact-index-index .contact-block .fieldset .field select {
  font-style: normal;
}
.contact-index-index .contact-block .fieldset .field .label {
  padding: 0;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  float: none;
  margin-bottom: 10px;
  font-family: Roboto,sans-serif;
}
.contact-index-index .contact-block .form.contact .actions-toolbar {
  margin: 0;
}
.contact-index-index .contact-block .form.contact .actions-toolbar .primary {
  width: 100%;
}
.contact-index-index .contact-block .form.contact .actions-toolbar .primary .btn-primary {
  height: 60px;
  width: 100%;
  font-size: 22px;
  border-color: transparent;
  background: #cf202f;
}
.contact-index-index .contact-block .form.contact .actions-toolbar .primary .btn-primary:hover {
  background: #cf202f;
}
.contact-index-index .contact-block .form.contact .actions-toolbar .primary .action {
  margin: 0;
}
.contact-index-index .contact-block .direction-map {
  padding-top: 36px;
  margin-top: 36px;
  border-top: 1px solid #d0cfd8;
}
.contact-index-index .contact-block .direction-map .directions {
  font-family: Roboto,sans-serif;
  color: #cf202f;
  line-height: 1.5;
  font-size: 14px;
}
.contact-index-index .contact-block .direction-map .directions p strong {
  font-weight: 700;
  color: #cf202f;
}
.contact-index-index .contact-block .direction-map .directions h2.h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 22px;
}
.contact-index-index .contact-block .direction-map .directions h3.h5 {
  font-size: 14px;
}
.contact-index-index .contacts-sidebar {
  margin: 53px 0px 20px;
  background: 0 0;
  border: 1px solid #d0cfd8;
  box-shadow: none;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .contact-index-index .contacts-sidebar {
    margin: 20px 0;
  }
}
.contact-index-index .contacts-sidebar .sidebar-title {
  margin-top: 18px;
  margin-bottom: 18px;
  border-top: 1px solid #d0cfd8;
  border-bottom: 1px solid #d0cfd8;
}
.contact-index-index .contacts-sidebar .sidebar-title:first-of-type {
  margin-top: 0;
  border-top: none;
}
.contact-index-index .contacts-sidebar .sidebar-title h2.h3 {
  margin-top: 0;
  border-top: none;
  text-transform: uppercase;
}
.contact-index-index .contacts-sidebar .sidebar-title h2 {
  margin: 0;
  padding-top: 18px;
  padding-bottom: 18px;
}
.contact-index-index .contacts-sidebar .legend {
  margin-bottom: 18px;
  font-family: Roboto,sans-serif;
  line-height: 1.5;
  color: #cf202f;
}
.contact-index-index .contacts-sidebar .label-values {
  line-height: 1.5;
  font-family: Roboto,sans-serif;
}
.contact-index-index .contacts-sidebar .label-values a {
  font-weight: 700;
  color: #cf202f;
}
.contact-index-index .contacts-sidebar .label-values a:hover {
  color: #cf202f;
}
.contact-index-index .contacts-sidebar .label-values .contact-label {
  font-weight: 400;
  color: #cf202f;
}
.contact-index-index .contacts-sidebar .label-values .contact-label.main {
  display: inline-block;
  margin-bottom: 10px;
}
.contact-index-index .contacts-sidebar .label-values .contact-types {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: circle inside;
}
.contact-index-index .contacts-sidebar .label-values .contact-types li {
  margin-bottom: 0;
}
.contact-index-index .note {
  font-size: 12px;
  font-style: italic;
}
.contact-index-index .note,
.contact-index-index address {
  line-height: 1.5;
  color: #cf202f;
  font-family: Roboto,sans-serif;
}
.contact-index-index .hours {
  font-family: Roboto,sans-serif;
  line-height: 1.5;
  color: #cf202f;
}
.contact-index-index .hours .days {
  color: #cf202f;
}
.contact-index-index .hours .time {
  font-weight: 700;
  color: #cf202f;
}
/*--------------------Forget Password--------------------*/
.customer-account-forgotpassword .page-main .page-title-wrapper .page-title {
  border-bottom: 1px solid #d0cfd8;
}
.customer-account-forgotpassword .page-main .actions-toolbar .primary .back-link {
  padding-top: 18px;
  padding-left: 14px;
  padding-right: 24px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-products .toolbar .limiter {
    float: left;
    margin-bottom: 19px;
    width: 100%;
    text-align: left;
  }
}
/*--------------------Creat Account Page---------------------*/
.account .buttondiv {
  margin-top: 16px;
}
.account .buttondiv .action.update span {
  text-transform: uppercase;
}
.account .viewdetailclass.prdqty input[type="text"] {
  width: 40px;
  padding: 0;
  text-align: center;
}
.account .actiondiv .alink,
.account .itemaction .alink {
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #cf202f !important;
}
.account .actiondiv .alink:hover,
.account .itemaction .alink:hover {
  color: #cf202f !important;
}
.account .columns.row {
  margin-left: 0;
  margin-right: 0;
}
.account .box-address-billing,
.account .box-address-shipping {
  padding: 30px;
  border: 1px solid #d0cfd8;
}
.account .box-address-billing address,
.account .box-address-shipping address {
  font-family: Roboto,sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #413f50;
}
.account .box-address-billing .action.edit,
.account .box-address-shipping .action.edit {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  color: #cf202f;
  float: right !important;
}
.account .box-address-billing .action.edit:hover,
.account .box-address-shipping .action.edit:hover {
  color: #cf202f;
}
.account .page-title-wrapper .page-title {
  margin-bottom: 20px;
  font-weight: 900;
}
.account .block-addresses-list .block-content {
  padding: 30px;
  border: 1px solid #d0cfd8;
}
@media screen and (max-width: 767px) {
  .account .block-addresses-list .block-content {
    padding: 0;
    border: 0;
  }
}
.fieldset .field-name-firstname,
.fieldset .field-name-lastname,
.fieldset .company,
.fieldset .telephone,
.fieldset .city,
.fieldset .region,
.fieldset .zip,
.fieldset .country {
  float: left;
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .fieldset .field-name-firstname,
  .fieldset .field-name-lastname,
  .fieldset .company,
  .fieldset .telephone,
  .fieldset .city,
  .fieldset .region,
  .fieldset .zip,
  .fieldset .country {
    width: 100% !important;
  }
}
@media only screen and (max-width: 992px) {
  .fieldset .field-name-firstname,
  .fieldset .field-name-lastname,
  .fieldset .company,
  .fieldset .telephone,
  .fieldset .city,
  .fieldset .region,
  .fieldset .zip,
  .fieldset .country {
    width: 100% !important;
  }
}
.customer-account-create .fieldset .field-name-firstname,
.customer-account-create .fieldset .company,
.customer-account-create .fieldset .city,
.customer-account-create .fieldset .zip {
  margin-right: 20px !important;
}
.fieldset .field.street {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 639px) {
  .sales-order-view .order-details-items thead {
    display: table-header-group !important;
  }
  .sales-order-view .order-details-items thead tr {
    display: contents !important;
  }
}
.fieldset .choice.billing .label,
.fieldset .choice.shipping .label {
  font-weight: 500 !important;
}
@media screen and (max-width: 992px) {
  .account .fieldset > .field:not(.choice) > .control {
    width: 100%;
  }
}
.customer-account-create .page-main .page-title-wrapper .page-title {
  margin-bottom: 23px;
}
.customer-account-create .page-main .form.create.account .fieldset .field {
  margin-bottom: 15px !important;
}
.customer-account-create .page-main .form.create.account .fieldset .field .checkbox-container {
  margin: 20px 0;
}
.customer-account-create .page-main .form.create.account .fieldset .field .checkbox-container .checkbox label {
  font-size: 16px;
}
.customer-account-create .page-main .form.create.account .fieldset .field .checkbox-container .checkbox input {
  position: absolute;
  margin-left: -20px;
  margin-top: 0px;
}
.customer-account-create .page-main .form.create.account .fieldset .field .checkbox-container .checkbox,
.customer-account-create .page-main .form.create.account .fieldset .field .checkbox-container .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.customer-account-create .page-main .form.create.account .fieldset .field .checkbox-container .checkbox label,
.customer-account-create .page-main .form.create.account .fieldset .field .checkbox-container .radio label {
  min-height: 14px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
}
.customer-account-create .page-main .form.create.account .fieldset .field .label {
  padding: 0px 15px 0 0;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  float: none;
  font-size: 16px;
  margin-bottom: 5px;
}
.customer-account-create .page-main .form.create.account .fieldset .field .control {
  width: 100%;
  float: none;
}
.customer-account-create .page-main .form.create.account .newsletter {
  margin-bottom: 20px;
}
.customer-account-create .page-main .form.create.account .newsletter .label {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  cursor: pointer;
  margin-bottom: 5px;
  display: inline-block;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .customer-account-create .page-main .form.create.account .newsletter .label {
    display: inline;
  }
}
.customer-account-create .page-main .form.create.account .actions-toolbar {
  margin-left: 0;
}
.customer-account-create .page-main .form.create.account .actions-toolbar .primary {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .customer-account-create .page-main .form.create.account .actions-toolbar .primary {
    margin-right: 0px;
    width: 100%;
  }
}
.customer-account-create .page-main .form.create.account .actions-toolbar .primary .btn {
  padding: 19.5px 31.5px;
}
@media only screen and (max-width: 767px) {
  .customer-account-create .page-main .form.create.account .actions-toolbar .primary .btn {
    margin-bottom: 16px;
  }
}
.customer-account-create .page-main .form.create.account .actions-toolbar .secondary .submit {
  background-color: #F3443F;
  border-color: #F3443F;
}
.customer-account-create .page-main .form.create.account .actions-toolbar .secondary .submit:hover {
  color: #fff;
  background-color: #B21E15;
  border-color: #B21E15;
}
.checkout-cart-index .action-towishlist {
  display: none;
}
.message.success {
  background: #F3443F !important;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: Roboto,sans-serif;
  color: #fff;
}
.message.success a {
  color: #fff;
  font-weight: 900;
}
.message.success a:hover {
  text-decoration: underline;
  color: #fff;
}
.message.success > *:first-child:before {
  color: #fff !important;
}
.messages .error,
.messages .notice,
.messages .success,
.messages .warning {
  margin-bottom: 20px;
  font-size: 14px;
  font-family: Roboto,sans-serif;
  color: #fff;
}
.messages .error {
  background-color: #ea0000 !important;
}
.messages .notice {
  background-color: #17a2b8 !important;
}
.message.error > *:first-child:before,
.message.notice > *:first-child:before {
  color: #fff !important;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  font-weight: 900;
}
.block.related .page-layout-1column .products-grid .product-item:nth-child(3n + 1) {
  margin-right: 0 !important;
}
.block.related .page-layout-1column .products-grid .product-item {
  margin-right: 30px !important;
}
.aw_wbtab.block .title strong {
  font-size: 28px !important;
  display: block;
  font-weight: 900;
  letter-spacing: -.5px;
  color: #cf202f;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d0cfd8;
}
/*------------------- Order Tracking -------------------------*/
.sales-guest-form h1 {
  margin-bottom: 0px;
}
.sales-guest-form h1.page-title {
  text-transform: none;
}
.sales-guest-form .fieldset .wide .input-box .legend {
  margin-bottom: 36px;
  font-size: 18px;
}
.sales-guest-form .fieldset .field .control {
  width: 100%;
}
.sales-guest-form .fieldset .field .control input,
.sales-guest-form .fieldset .field .control select {
  border-width: 1px;
}
.checkout-payment-method .payment-method-content .fieldset > .field.type .control {
  margin-left: 0;
}
.customer-account-create .account .actions-toolbar .primary {
  float: left;
}
/*---------------------customer-account-index------------------*/
.checkout-payment-method .payment-method-title .action-help {
  display: none;
  vertical-align: bottom;
  margin-left: 0px;
  margin-top: 0;
}
.preferred-shipping-method,
.shipping-preference-extra {
  margin-bottom: 16px;
}
.preferred-shipping-method .form-group label,
.shipping-preference-extra .form-group label {
  padding: 0px 15px 5px 0;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  float: none;
  font-size: 16px;
  font-weight: 900 !important;
  cursor: pointer;
  color: #413f50;
  display: block;
}
.shipping-preference-extra label {
  padding: 0px 15px 5px 0;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  float: none;
  font-size: 16px;
  font-weight: 900 !important;
  cursor: pointer;
  color: #413f50;
  display: block;
}
.account.sales-order-history .col {
  width: auto !important;
}
.account .table:not(.cart):not(.totals) > thead > tr > th,
.account .table:not(.cart):not(.totals) > thead > tr > td {
  padding: 15px 8px;
  font-weight: 900;
  text-transform: uppercase;
  border-top: 0;
  border-bottom: 1px solid #d0cfd8;
  color: #cf202f;
  vertical-align: top;
  width: auto;
}
.alt-light-purple {
  color: #fff;
  background-color: #cf202f !important;
  border-color: #cf202f !important;
}
.alt-light-purple:hover {
  color: #fff;
  background-color: #cf202f !important;
  border-color: #cf202f !important;
}
.account .action.back {
  color: #fff;
  background-color: #cf202f;
  border-color: #cf202f;
  height: 60px;
  padding: 19.5px 63px;
  font-size: 21px;
  font-weight: 900;
  border-radius: 3px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .account .action.back {
    display: block;
    margin-top: 16px !important;
  }
}
.account .table tbody tr:hover {
  background-color: #f5f5f5;
}
.account .table tbody tr td {
  padding: 15px 8px;
  font-family: Roboto,sans-serif;
  font-weight: 500;
  border-top: 0;
  border-bottom: 1px solid #d0cfd8 !important;
  color: #cf202f;
  width: auto;
}
.account .table tbody tr td.id {
  color: #F3443F;
  font-weight: 300;
}
.account .table tbody tr td.actions .action.view,
.account .table tbody tr td.actions .action.order {
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #cf202f;
}
@media screen and (max-width: 992px) {
  .account .table tbody tr td.actions .action.view,
  .account .table tbody tr td.actions .action.order {
    font-size: 13px;
    margin-right: 5px;
  }
}
.account .table tbody tr td.actions .action.order {
  color: #cf202f;
}
.account #shipping-preference {
  margin-top: 10px;
}
@media only screen and (max-width: 992px) {
  .account .block.account-nav {
    display: none;
  }
}
.account .password-info p {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sidebar-main .block-content {
    padding: 18px;
    box-shadow: 0 0 4px #d0cfd8;
    border: 1px solid #d0cfd8;
  }
}
.pages .items {
  margin: 18px 0 0 0;
}
.account {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .account .page-wrapper {
    background: #e5e5e5;
  }
}
@media only screen and (max-width: 991px) {
  .account .col-md-3 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
.account .block {
  margin-bottom: 16px;
}
.account .order-notice {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 15px;
  font-family: Roboto,sans-serif;
  line-height: 2;
  color: #7f7ba3;
}
@media only screen and (max-width: 991px) {
  .account .column.main.col-md-9 {
    width: 100% !important;
    background: #fff;
    -ms-flex: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
    margin-top: 10px;
  }
}
.account .page-main {
  box-shadow: 0px 0 10px #d0cfd8;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .account .page-main {
    box-shadow: none;
    background: transparent;
  }
  .account .page-main .page-title-wrapper .page-title {
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.account .page-main .sidebar-main {
  background: #f5f5f5;
  border-right: 1px solid #d0cfd8;
  border-bottom: 0;
  margin-bottom: 0;
  padding: 30px;
}
.account .page-main .sidebar-main .sidebar-title-title {
  font-size: 22px;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .account .page-main .sidebar-main {
    width: 100%;
    float: none;
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .account .page-main .sidebar-main {
    padding: 0px;
    box-shadow: none;
    border-right: 0;
  }
}
.account .page-main .sidebar-main .sidebar-title.block {
  margin-bottom: 0;
  padding-left: 0px;
  cursor: pointer;
}
.account .page-main .sidebar-main .sidebar-title.block .title {
  padding-top: 0px;
  margin-bottom: 0px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .account .page-main .sidebar-main .sidebar-title.block .title {
    padding: 25px 22px;
    background: #fff;
  }
}
.account .page-main .sidebar-main .sidebar-title.block strong {
  display: block;
  padding-bottom: 35px;
  padding-left: 0px;
  font-size: 32px;
  text-transform: uppercase;
  width: 100%;
  border-bottom: 1px solid #d0cfd8;
  margin: 0;
  color: #cf202f;
  font-weight: 900;
}
@media only screen and (max-width: 991px) {
  .account .page-main .sidebar-main .sidebar-title.block strong {
    border-bottom: 0;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .account .page-main .sidebar-main .sidebar-title.block strong {
    font-size: 22px;
  }
}
.account .page-main .sidebar-main .toggle-active {
  height: auto;
}
.account .page-main .sidebar-main .myAccountToggleLabel {
  position: absolute;
  top: 28px;
  right: 0;
  text-align: right;
  padding-top: 10px;
  float: right;
  left: 0;
  width: 92%;
  font-size: 16px;
  color: #cf202f;
}
@media only screen and (max-width: 767px) {
  .account .page-main .sidebar-main .myAccountToggleLabel {
    padding-top: 0px;
  }
}
.account .main {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .account .main {
    padding-left: 15px;
    padding: 0 15px;
  }
}
.account .account-nav .content {
  padding: 0;
}
.account .account-nav .item .delimiter {
  display: none;
}
.account .account-nav .account-nav-content ul,
.account .account-nav .title ul {
  padding-left: 0px;
}
.account .account-nav .account-nav-content .nav.items li,
.account .account-nav .title .nav.items li {
  border-bottom: 1px solid #d0cfd8;
}
.account .account-nav .account-nav-content .nav.items li.extra-dashabord,
.account .account-nav .title .nav.items li.extra-dashabord {
  display: none;
}
.account .account-nav .account-nav-content .nav.items li .extra-dashabord,
.account .account-nav .title .nav.items li .extra-dashabord {
  display: none;
}
.account .account-nav .account-nav-content .nav.items li strong,
.account .account-nav .title .nav.items li strong {
  display: block;
  padding: 20px 0px;
  font-size: 16px;
  font-weight: 900;
  color: #cf202f;
  -webkit-transition: color ease-out 250ms;
  transition: color ease-out 250ms;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .account .account-nav .account-nav-content .nav.items li strong,
  .account .account-nav .title .nav.items li strong {
    padding: 20px 22px;
  }
}
.account .account-nav .account-nav-content .nav.items li a,
.account .account-nav .title .nav.items li a {
  display: block;
  padding: 20px 0px;
  font-size: 16px;
  font-weight: 900;
  color: #cf202f;
  -webkit-transition: color ease-out 250ms;
  transition: color ease-out 250ms;
  text-transform: uppercase;
}
.account .account-nav .account-nav-content .nav.items li a:hover,
.account .account-nav .title .nav.items li a:hover {
  background: transparent;
  color: #cf202f;
}
@media only screen and (max-width: 767px) {
  .account .account-nav .account-nav-content .nav.items li a,
  .account .account-nav .title .nav.items li a {
    padding: 20px 22px;
  }
}
.account .block-addresses-default .box-actions {
  margin-top: 0;
  float: right;
}
.account .block-dashboard-info .block-title,
.account .block-dashboard-addresses .block-title,
.account .block-addresses-default .block-title,
.account .block-order-details-view .block-title,
.account .box .block-title {
  font-size: 22px;
  display: block;
  letter-spacing: -.5px;
  color: #cf202f;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 14px !important;
}
.account .block-dashboard-info .block-title strong,
.account .block-dashboard-addresses .block-title strong,
.account .block-addresses-default .block-title strong,
.account .block-order-details-view .block-title strong,
.account .box .block-title strong {
  font-weight: 900 !important;
}
@media only screen and (max-width: 991px) {
  .account .block-dashboard-info .block-title,
  .account .block-dashboard-addresses .block-title,
  .account .block-addresses-default .block-title,
  .account .block-order-details-view .block-title,
  .account .box .block-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #d0cfd8;
  }
}
.account .block-dashboard-info .box,
.account .block-dashboard-addresses .box,
.account .block-addresses-default .box,
.account .block-order-details-view .box,
.account .box .box {
  padding: 30px;
  border: 1px solid #d0cfd8;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .account .block-dashboard-info .box,
  .account .block-dashboard-addresses .box,
  .account .block-addresses-default .box,
  .account .block-order-details-view .box,
  .account .box .box {
    padding: 15px 0px;
    border: none;
  }
}
.account .block-dashboard-info .box .box-title,
.account .block-dashboard-addresses .box .box-title,
.account .block-addresses-default .box .box-title,
.account .block-order-details-view .box .box-title,
.account .box .box .box-title {
  font-weight: 900 !important;
  width: 100%;
}
.account .block-dashboard-info .box .box-title h3,
.account .block-dashboard-addresses .box .box-title h3,
.account .block-addresses-default .box .box-title h3,
.account .block-order-details-view .box .box-title h3,
.account .box .box .box-title h3 {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .account .block-dashboard-info .box .box-title,
  .account .block-dashboard-addresses .box .box-title,
  .account .block-addresses-default .box .box-title,
  .account .block-order-details-view .box .box-title,
  .account .box .box .box-title {
    margin-bottom: 20px !important;
  }
}
.account .block-dashboard-info .box .box-title span,
.account .block-dashboard-addresses .box .box-title span,
.account .block-addresses-default .box .box-title span,
.account .block-order-details-view .box .box-title span,
.account .box .box .box-title span {
  text-transform: uppercase;
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .account .block-dashboard-info .box .box-title span,
  .account .block-dashboard-addresses .box .box-title span,
  .account .block-addresses-default .box .box-title span,
  .account .block-order-details-view .box .box-title span,
  .account .box .box .box-title span {
    font-size: 18px !important;
    font-weight: 900;
  }
}
.account .block-dashboard-info .box p,
.account .block-dashboard-addresses .box p,
.account .block-addresses-default .box p,
.account .block-order-details-view .box p,
.account .box .box p {
  font-family: Roboto,sans-serif;
  font-weight: 500;
  line-height: 1.5;
}
.account .block-dashboard-info .box .box-actions .change-password,
.account .block-dashboard-addresses .box .box-actions .change-password,
.account .block-addresses-default .box .box-actions .change-password,
.account .block-order-details-view .box .box-actions .change-password,
.account .box .box .box-actions .change-password {
  margin-top: 30px;
  font-family: Roboto,sans-serif;
  color: #cf202f;
  display: block;
}
.account .block-dashboard-info .box .box-actions .change-password:hover,
.account .block-dashboard-addresses .box .box-actions .change-password:hover,
.account .block-addresses-default .box .box-actions .change-password:hover,
.account .block-order-details-view .box .box-actions .change-password:hover,
.account .box .box .box-actions .change-password:hover {
  color: #cf202f;
}
.account .block-dashboard-info .box .box-content .icon,
.account .block-dashboard-addresses .box .box-content .icon,
.account .block-addresses-default .box .box-content .icon,
.account .block-order-details-view .box .box-content .icon,
.account .box .box .box-content .icon {
  margin-right: 10px;
  font-size: 44px;
  color: #cf202f;
}
.account .block-dashboard-info .edit.action.primary,
.account .block-dashboard-addresses .edit.action.primary,
.account .block-addresses-default .edit.action.primary,
.account .block-order-details-view .edit.action.primary,
.account .box .edit.action.primary {
  margin-top: 25px;
  float: right;
}
.account .block-dashboard-info .edit.action.primary .icon,
.account .block-dashboard-addresses .edit.action.primary .icon,
.account .block-addresses-default .edit.action.primary .icon,
.account .block-order-details-view .edit.action.primary .icon,
.account .box .edit.action.primary .icon {
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .account .block-dashboard-info .edit.action.primary,
  .account .block-dashboard-addresses .edit.action.primary,
  .account .block-addresses-default .edit.action.primary,
  .account .block-order-details-view .edit.action.primary,
  .account .box .edit.action.primary {
    margin-top: 25px;
    float: none;
    width: 100%;
    text-align: center;
  }
}
.account .action.dashbord-edit {
  font-size: 18px;
  font-weight: 900 !important;
  text-transform: uppercase;
  color: #cf202f;
  float: right;
}
.account .action.dashbord-edit:hover {
  color: #cf202f;
}
.account .fieldset {
  margin: 20px 0 ;
}
.account .fieldset .field.choice:before,
.account .fieldset .field.no-label:before {
  padding: 6px 0px 0 0;
  width: 0;
}
.account .fieldset label.label {
  font-weight: 900 !important;
  cursor: pointer;
  color: #413f50;
  font-size: 16px;
}
.account .fieldset .field .nested {
  margin-top: 15px;
}
.account .fieldset .legend {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -.5px;
  color: #cf202f;
}
.account .actions-toolbar .primary {
  margin: 0;
  float: right;
}
@media only screen and (max-width: 767px) {
  .account .actions-toolbar .primary {
    float: none;
  }
}
.account .actions-toolbar .secondary a.action {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .account .actions-toolbar .secondary a.action {
    margin-bottom: 16px;
  }
}
.account .primary.btn-light {
  color: #fff;
  background-color: #cf202f;
  border-color: #cf202f;
}
.account .primary.btn-light:hover {
  color: #fff;
  background-color: #9995b6;
  border-color: #c5c3d6;
  margin-top: 10px;
}
.account .sidebar-additional {
  background: #f5f5f5;
  margin-bottom: 0;
  border-right: 1px solid #d0cfd8;
}
@media only screen and (max-width: 991px) {
  .account .sidebar-additional {
    width: 100%;
    float: none;
    display: none;
  }
}
.account .checkbox-container {
  height: 164px;
  padding: 0 21px;
  font-style: italic;
  border: 2px solid #d0cfd8;
  border-radius: 3px;
  overflow-y: auto;
  color: #cf202f;
}
.account .checkbox-container label {
  font-size: 16px;
}
.account .block.block-dashboard-orders {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.account .block.block-dashboard-orders .order-notice {
  display: block;
  margin-bottom: 15px;
  font-family: Roboto,sans-serif;
  line-height: 2;
  color: #7f7ba3;
}
.account .block.block-dashboard-orders .order-notice a {
  white-space: nowrap;
}
.account .block.block-dashboard-orders .order-notice a:hover {
  color: #0091ff;
}
.account .block.block-dashboard-orders .col {
  width: auto !important;
}
.account .welcome-msg .sub-title {
  font-size: 20px;
  font-family: Roboto,sans-serif;
  text-transform: capitalize;
  font-weight: 700;
}
.account .welcome-msg p {
  font-family: Roboto,sans-serif;
  line-height: 2;
  color: #7f7ba3;
}
.account .order-links {
  padding-bottom: 16px;
}
.account .page-title-wrapper .order-status {
  font-family: Roboto,sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #413f50;
  padding: 8px 20px;
}
.account .page-title-wrapper .order-date {
  margin-top: 0 !important;
  margin-bottom: 33px;
}
.account .page-title-wrapper .order-date span.label {
  display: block;
  font-weight: 900;
  letter-spacing: -.5px;
  color: #cf202f;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 14px;
  margin-bottom: 7px;
  line-height: 1.1;
}
.account .page-title-wrapper .order-date date {
  display: block;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #413f50;
}
.account .page-title-wrapper .order-actions-toolbar a {
  color: #cf202f;
  font-size: 16px;
  padding: 6px 15px;
  border: 2px solid #eeeeee;
  border-radius: 3px;
  text-transform: uppercase;
}
.account .page-title-wrapper .order-actions-toolbar a:hover {
  background: #cf202f;
  color: #fff;
}
.customer-account-create .profession {
  height: auto !important;
  border: 0;
  padding: 0px;
}
.customer-account-create .profession .label {
  color: #413f50;
}
/*------------------Process bar------------------------------------*/
@-webkit-keyframes progress {
  to {
    width: 100%;
  }
}
@-moz-keyframes progress {
  to {
    width: 100%;
  }
}
@-ms-keyframes progress {
  to {
    width: 100%;
  }
}
@keyframes progress {
  to {
    width: 100%;
  }
}
.ajax-loader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.ajax-loader .progress {
  height: 6px;
  width: 0;
  max-width: 100%;
  margin-bottom: 0;
  border-radius: 0;
  background-color: #61ad27;
  -webkit-animation: progress 4s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-fill-mode: forwards;
  /* Safari 4.0 - 8.0 */
  animation: progress 4s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
/*----------------------------Home Page---------------------------------*/
@media (min-width: 993px) {
  .mobile-navigation-button {
    display: none !important;
  }
}
.mpgooglemaps_review_map {
  margin-top: 30px;
}
.contact-index-index .page-main {
  margin-top: 0 !important;
  max-width: 1140px;
}
.contact-index-index .mpgooglemaps_map {
  box-shadow: 2px -2px 4px #d0cfd8;
  border: 1px solid #d0cfd8;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .owl-carousel .owl-item img {
    height: 140px;
  }
  .owl-dot {
    display: none !important;
  }
  .secondary {
    margin-top: 15px;
  }
}
.price-label {
  display: none !important;
}
.product-add-form {
  clear: both;
}
.save-now-badge {
  position: absolute;
  left: 10px;
  display: inline-block;
  padding: 7px;
  background: #cf202f;
  z-index: 2;
}
.save-now-badge .text {
  display: block;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
@media (min-width: 992px) {
  .save-now-badge .text {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .save-now-badge {
    padding: 15px;
  }
}
#scroll-to-top,
.save-now-badge {
  bottom: 10px;
  border-radius: 100%;
}
/*.feature-list-container .products-grid .product-item {
		width: 25%;
	}*/
@media (min-width: 992px) {
  .page-layout-1column .products-grid .product-item {
    width: calc((100% - 90px) / 4);
    margin-right: 30px !important;
    margin-bottom: 0px;
  }
  .products-related .product-items .product-item {
    margin-right: 21px !important;
  }
}
@media (max-width: 992px) {
  .page-layout-1column .products-grid .product-item:nth-child(2n+0) {
    margin-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .page-layout-1column .products-grid .product-item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px !important;
  }
  .catalog-product-view .products-aw_wbtab .page-layout-1column .products-grid .product-item {
    margin-right: 20px !important;
  }
}
@media (max-width: 992px) {
  .page-layout-1column .products-grid .product-item .product-image {
    float: left;
    width: 40%;
    border-bottom: 0;
  }
  .page-layout-1column .products-grid .product-item .product-item-details {
    float: left;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .page-layout-2columns-left .product .product-item-info .product-image {
    width: 40%;
  }
}
@media only screen and (max-width: 992px) {
  .page-layout-2columns-left .product .product-item-info .product-item-details {
    float: right;
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .credit-limit {
    width: 48%;
    min-height: auto;
  }
  .uesd_creditlimit.credit-limit {
    margin-right: 0;
  }
  .credit-limit .title {
    min-height: 36px;
    margin: 0;
  }
  .total_creditlimit.credit-limit,
  .uesd_creditlimit.credit-limit {
    margin-bottom: 10px;
  }
  .credit-limit .title {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 767px) {
  .credit-limit {
    width: 100% !important;
    min-height: auto !important;
  }
  .uesd_creditlimit.credit-limit {
    margin: 0 !important;
  }
  .credit_limit_wrap .credit-limit {
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
  }
}
.credit-limit .title {
  color: #fff;
}
.related .product-item-name a {
  font-size: 14px;
  font-weight: 400 !important;
  color: #48447d !important;
}
@media screen (min-width: 768px) and (max-width: 992px) {
  .cms-home .product-items .product.product-item .product-item-details {
    position: relative;
    padding: 15px;
    background-color: #fff;
    float: left;
    width: 60%;
  }
  .cms-home .product-items .product.product-item .product-image {
    float: left;
    position: relative;
    width: 40%;
  }
}
.catalogsearch-result-index .products-grid .product-item {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .feature-list-container .products-grid .product-item {
    width: calc(40%);
    margin-right: 20px;
  }
}
.shopby-dropdown-container {
  margin: 0;
}
@media (min-width: 992px) {
  .shopby-dropdown-container {
    margin: 20px 0;
  }
}
@media (min-width: 1200px) {
  .shopby-dropdown-container {
    margin: 30px 0;
  }
}
.shopby-dropdown-container .section {
  padding: 20px;
}
@media (min-width: 1200px) {
  .shopby-dropdown-container .section {
    padding: 30px 40px;
  }
}
.shopby-dropdown-container .section:nth-of-type(1) {
  background-color: #cf202f;
}
.shopby-dropdown-container .section:nth-of-type(2) {
  background-color: #cf202f;
}
.shopby-dropdown-container .section:nth-of-type(3) {
  background-color: #cf202f;
}
.shopby-dropdown-container .section .section-title .shop-by {
  font-size: 14px;
  font-family: Roboto,sans-serif;
  color: #cf202f;
}
@media (min-width: 1200px) {
  .shopby-dropdown-container .section .section-title .shop-by {
    font-size: 16px;
  }
}
.shopby-dropdown-container .section .section-title .h1 {
  display: inline-block;
  margin: 0 7px 15px;
  font-size: 22px;
  letter-spacing: -.5px;
  color: #fff;
}
@media (min-width: 1200px) {
  .shopby-dropdown-container .section .section-title .h1 {
    margin: 10px 0;
    display: block;
    font-size: 32px;
    line-height: 1.1;
  }
}
.shopby-dropdown-container .row.no-margin {
  margin: 0 !important;
}
.sidebar-main .filter-content .filter-options-title {
  cursor: pointer;
}
.catalog-product-view .product-item {
  margin-right: 0px !important;
}
.catalog-product-view .paypal-button {
  display: none;
}
.catalog-product-view .compare-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.catalog-product-view .compare-modal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(34, 34, 34, 0.6);
  z-index: 5;
}
.catalog-product-view .compare-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 90vh;
  width: 90vw;
  max-width: 90vw !important;
  padding: 0;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.catalog-product-view .compare-modal .modal-content .modal-title {
  padding: 25px 20px;
  border-bottom: 1px solid #d0cfd8;
}
.catalog-product-view .compare-modal .modal-content .modal-items {
  height: 70vh;
  overflow-y: auto;
}
.catalog-product-view .compare-modal.visible {
  display: block;
}
.catalog-product-view .products-grid.products-crosssell .product-item {
  margin-right: 0px !important;
  width: 100%;
}
.catalog-product-view .product-list.crossell-list .product,
.catalog-product-view .product-list.related-list .product {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .catalog-product-view .products-grid.products-crosssell .product-item {
    margin-right: 0px !important;
    width: 24.8%;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .catalog-product-view .product-list.crossell-list .product .product-image {
    float: left;
    width: 40%;
    border-bottom: none;
    border-left: 1px solid #d0cfd8;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .catalog-product-view .product-list.crossell-list .product .product-info {
    float: left;
    width: 60%;
  }
}
@media (max-width: 1199px) and (min-width: 768px) and (min-width: 992px) {
  .catalog-product-view .product-list.crossell-list .product .product-info {
    width: 60%;
    float: left;
  }
}
/*------------Compare modal View------------*/
.compare-modal .modal-content .modal-title .title-content {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d0cfd8;
}
.compare-modal .modal-content .modal-title .title-content h2 {
  font-size: 28px;
}
.compare-modal .modal-content .modal-title .close-button {
  margin: 8px 0;
  font-size: 14px;
  cursor: pointer;
  color: #cf202f;
}
.compare-modal .modal-items .compare-widget .compare-items th {
  padding: 0;
  background-color: #f8f8f8;
  border: 1px solid #d0cfd8;
}
.compare-modal .modal-items .compare-widget .compare-items th:not(:first-child) {
  border-left: 0;
  background-color: #fff;
}
.compare-modal .modal-items .compare-widget .compare-items th.is-featured {
  border: 2px solid #cf202f;
}
.compare-modal .modal-items .compare-widget .compare-attributes td {
  width: 20%;
  padding: 25px 13px;
  font-size: 18px;
  border-top: 0;
  border-left: 1px solid #d0cfd8;
  border-bottom: 1px solid #d0cfd8;
}
.compare-modal .modal-items .compare-widget .compare-attributes td:last-child {
  border-right: 1px solid #d0cfd8;
}
.compare-modal .modal-items .compare-widget .compare-attributes td:first-child {
  font-weight: 900;
}
.compare-modal .modal-items .compare-widget .compare-attributes td.compare-attribute {
  font-weight: 400;
}
.compare-modal .modal-items .compare-widget .compare-items th .compare-item .product-info {
  padding: 10px 15px;
}
.compare-modal .modal-items .compare-widget .compare-items th .compare-item .product-info .product-name {
  height: 95px;
  max-height: none;
  font-size: 14px;
  overflow: hidden;
}
.compare-modal .product-list .product .product-info .price-button-container .price-box,
.compare-modal .product-list .product-info .price-button-container .price-box {
  padding-top: 15px;
  border-top: 1px solid #d0cfd8;
}
.catalog-product-view .compare-modal .modal-content .modal-items {
  height: 70vh !important;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .compare-modal .modal-items .compare-widget .compare-items th .compare-item .product-info .price-button-container {
    height: 55px;
  }
  .compare-modal .product-list .product .product-info .price-button-container .price-box,
  .compare-modal .product-list .product-info .price-button-container .price-box {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .compare-modal .modal-items .compare-widget .compare-items th .compare-item .product-info .product-name {
    height: 110px;
    font-size: 16px;
  }
}
.fieldset.password {
  margin: 16px 0;
}
.customer-account-edit .fieldset .field-name-firstname,
.customer-account-edit .fieldset .field-name-lastname {
  margin-right: 30px;
}
.customer-account-edit .fieldset .field-name-firstname:nth-child(2),
.customer-account-edit .fieldset .field-name-lastname:nth-child(2) {
  float: right;
}
.customer-account-edit .fieldset .field-name-firstname:not(.choice) > .control,
.customer-account-edit .fieldset .field-name-lastname:not(.choice) > .control {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .customer-account-edit .fieldset .field-name-firstname,
  .customer-account-edit .fieldset .field-name-lastname {
    width: 47% !important;
  }
}
@media only screen and (max-width: 767px) {
  .customer-account-edit .fieldset .field-name-firstname,
  .customer-account-edit .fieldset .field-name-lastname {
    width: 100% !important;
  }
}
.customer-account-edit .fieldset .field-name-lastname {
  margin-right: 0px !important;
}
/*------------------------------ Table Responsive ----------------------------------------------*/
.table-responsive {
  overflow-x: auto;
  min-height: .01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 10.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border-right: 1px solid #d0cfd8;
    border-left: 1px solid #d0cfd8;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
}
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > thead > tr > th {
  white-space: nowrap;
  vertical-align: middle;
}
/*-----------------------------------  END  -------------------------------------*/
.box-tocart .fieldset {
  display: inline-block;
}
.box-tocart .fieldset .field.qty {
  width: auto;
  float: none;
  display: inline-block;
}
.box-tocart .fieldset .field.qty .label {
  display: inline-block;
  width: auto;
}
.box-tocart .fieldset .field.qty .control {
  display: inline-block;
  width: auto;
  float: none;
}
.box-tocart .fieldset .actions {
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
  margin-left: 15px;
}
.box-tocart .fieldset .actions button {
  width: 100%;
}
.feature-list-container,
.brand-list-container {
  position: relative;
  padding: 20px 20px 60px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 4px #d0cfd8;
}
@media (min-width: 992px) {
  .feature-list-container,
  .brand-list-container {
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .feature-list-container,
  .brand-list-container {
    padding: 30px;
    margin-bottom: 30px;
  }
}
.feature-list-container .list-heading,
.brand-list-container .list-heading {
  padding-bottom: 0;
  margin-bottom: 0;
}
.feature-list-container .list-heading.brand-heading,
.brand-list-container .list-heading.brand-heading {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d0cfd8;
}
.feature-list-container .list-heading .category-title,
.brand-list-container .list-heading .category-title {
  display: block;
  margin: 0;
  font-size: 22px;
}
@media (min-width: 992px) {
  .feature-list-container .list-heading .category-title,
  .brand-list-container .list-heading .category-title {
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 30px;
    font-size: 28px;
  }
}
.feature-list-container .list-heading .filters,
.brand-list-container .list-heading .filters {
  position: relative;
  width: 100%;
  padding: 15px 0;
  margin: 15px 0;
  border-top: 1px solid #d0cfd8;
  border-bottom: 1px solid #d0cfd8;
  cursor: pointer;
}
@media (max-width: 767px) {
  .feature-list-container .list-heading .filters:after,
  .brand-list-container .list-heading .filters:after {
    content: 'h';
    float: right;
    font-family: "orderline";
    color: #cf202f;
  }
}
@media (min-width: 768px) {
  .feature-list-container .list-heading .filters,
  .brand-list-container .list-heading .filters {
    position: static;
    width: 100%;
    cursor: default;
  }
}
@media (min-width: 1200px) {
  .feature-list-container .list-heading .filters,
  .brand-list-container .list-heading .filters {
    width: auto;
    padding: 0;
    margin: 17px 0;
    border-top: 0;
    border-bottom: 0;
  }
}
.feature-list-container .list-heading .filters .filter-by,
.brand-list-container .list-heading .filters .filter-by {
  margin-right: 13px;
  font-size: 12px;
  font-family: Roboto,sans-serif;
  color: #cf202f;
  vertical-align: top;
  margin-top: 5px;
  display: inline-block;
}
.feature-list-container .list-heading .filters .active-filter,
.brand-list-container .list-heading .filters .active-filter {
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
  color: #f4443f;
  cursor: pointer;
}
@media (min-width: 768px) {
  .feature-list-container .list-heading .filters .active-filter,
  .brand-list-container .list-heading .filters .active-filter {
    display: none;
  }
}
.feature-list-container .list-heading .filters .filter-options,
.brand-list-container .list-heading .filters .filter-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #d0cfd8;
  z-index: 50;
}
.feature-list-container .list-heading .filters .filter-options.active,
.brand-list-container .list-heading .filters .filter-options.active {
  display: block;
  background: #fff;
}
@media (min-width: 768px) {
  .feature-list-container .list-heading .filters .filter-options,
  .brand-list-container .list-heading .filters .filter-options {
    position: static;
    display: inline-block;
    width: auto;
    border: 0;
    margin-bottom: 0 !important;
  }
}
.feature-list-container .list-heading .filters .filter-options li,
.brand-list-container .list-heading .filters .filter-options li {
  float: left;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #d0cfd8;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .feature-list-container .list-heading .filters .filter-options li,
  .brand-list-container .list-heading .filters .filter-options li {
    width: auto;
    border: 0;
  }
}
.feature-list-container .list-heading .filters .filter,
.brand-list-container .list-heading .filters .filter {
  display: block;
  padding: 10px 20px;
  margin: 0;
  font-weight: 900;
  color: #cf202f;
  cursor: pointer;
  -webkit-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
@media (min-width: 768px) {
  .feature-list-container .list-heading .filters .filter,
  .brand-list-container .list-heading .filters .filter {
    display: inline-block;
    padding: 0;
    margin: 0 13px;
  }
}
.feature-list-container .list-heading .filters .filter:last-of-type,
.brand-list-container .list-heading .filters .filter:last-of-type {
  margin-right: 26px;
}
.feature-list-container .list-heading .filters .filter.active,
.brand-list-container .list-heading .filters .filter.active,
.feature-list-container .list-heading .filters .filter.filter:focus,
.brand-list-container .list-heading .filters .filter.filter:focus,
.feature-list-container .list-heading .filters .filter.filter:hover,
.brand-list-container .list-heading .filters .filter.filter:hover {
  color: #f4443f;
}
.feature-list-container .list-heading .filters .filter.active,
.brand-list-container .list-heading .filters .filter.active {
  cursor: default;
}
.feature-list-container .list-heading .view-all-button,
.brand-list-container .list-heading .view-all-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(60%);
  margin-top: 7px;
  text-align: left;
}
@media (max-width: 992px) {
  .feature-list-container .list-heading .view-all-button,
  .brand-list-container .list-heading .view-all-button {
    width: 94%;
  }
}
@media (max-width: 767px) {
  .feature-list-container .list-heading .view-all-button,
  .brand-list-container .list-heading .view-all-button {
    width: 89%;
  }
}
@media (min-width: 992px) {
  .feature-list-container .list-heading .view-all-button,
  .brand-list-container .list-heading .view-all-button {
    position: static;
    width: auto;
    text-align: center;
  }
}
.feature-list-container .list-heading .view-all-button .icon,
.brand-list-container .list-heading .view-all-button .icon {
  float: left;
  font-size: 12px;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .feature-list-container .list-heading .view-all-button .icon,
  .brand-list-container .list-heading .view-all-button .icon {
    float: right;
  }
}
@media (min-width: 992px) {
  .feature-list-container .list-heading .view-all-button .icon,
  .brand-list-container .list-heading .view-all-button .icon {
    float: right;
  }
}
@media (min-width: 812px) {
  .feature-list-container .list-heading .view-all-button .icon,
  .brand-list-container .list-heading .view-all-button .icon {
    float: right;
  }
}
.feature-list-container .list-heading .view-all-button .button-text,
.brand-list-container .list-heading .view-all-button .button-text {
  font-size: 14px;
}
.feature-list-container .filters,
.brand-list-container .filters,
.feature-list-container .view-all-button,
.brand-list-container .view-all-button {
  float: right;
  color: #fff;
}
.feature-list-container ol,
.brand-list-container ol,
.feature-list-container ul,
.brand-list-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.feature-list-container .brand-list .brand,
.brand-list-container .brand-list .brand {
  float: left;
  text-align: center;
  width: 50%;
  margin: 20px 0;
}
@media (min-width: 1200px) {
  .feature-list-container .brand-list .brand,
  .brand-list-container .brand-list .brand {
    width: calc(12.5%);
    margin: 0;
  }
}
.feature-list-container .brand-list .brand img,
.brand-list-container .brand-list .brand img {
  max-height: 33px;
  width: auto;
  margin: 0 auto;
  image-rendering: auto;
}
@media (min-width: 1200px) {
  .list-heading,
  .list-heading.brand-heading {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d0cfd8;
  }
}
.hidden {
  display: none !important;
}
.btn-sm.focus,
.btn-sm:focus,
.btn-sm:hover {
  color: #fff;
  background-color: #cf202f;
  border-color: #cf202f;
}
/*-------------filter Page----------------------*/
.filter-clear {
  display: none;
}
/*--------------- Detail page ------------------*/
.form-control {
  height: 40px;
  padding: 8px 21px;
  border: 2px solid #d0cfd8;
  border-radius: 3px;
  font-style: italic;
  color: #cf202f;
}
.nested .qty-holder {
  float: right;
  margin-top: 20px;
}
.nested .qty-holder .label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  color: #cf202f;
  font-size: 16px;
}
.nested .qty-holder .control {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
}
.nested .qty-holder .control .input[type="number"] {
  background-color: #d0cfd8 !important;
  opacity: 1;
}
.product.data.items > .item.title > .switch {
  height: auto !important;
  padding: 20px;
}
.overview strong {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 900;
  color: #cf202f;
}
.price-box .price-from,
.price-box .price-to {
  display: inline-block;
}
.product-configuration-container .configure-steps .step.active .step-content .control .product-name {
  color: #f4443f;
  font-size: 16px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .product-configuration-container .step {
    padding: 0 10px;
    font-size: 14px;
    font-weight: 900;
    border: 1px solid #d0cfd8 !important;
    color: #9f9f9f;
    counter-increment: step;
  }
  .product-configuration-container .configure-steps .step:not(:first-child) {
    margin-top: 15px;
  }
  .product-configuration-container .product-options-bottom .box-tocart {
    float: left;
    width: 100%;
  }
  .product-configuration-container .product-options-bottom .box-tocart .fieldset {
    width: 100%;
  }
  .product-configuration-container .product-options-bottom .box-tocart .fieldset .actions {
    margin-top: 0;
    margin-left: 15px;
  }
  .product-configuration-container .product-options-bottom .box-tocart .fieldset .actions {
    width: 74%;
  }
  .product-configuration-container .product-options-bottom .box-tocart .input-text.qty {
    width: 54px;
    height: 49px;
  }
  .product-configuration-container .product-options-bottom .field.qty {
    width: 100% !important;
  }
  .product-configuration-container .product-options-bottom .field.qty .label {
    display: block !important;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .product-configuration-container .product-options-bottom .field.qty .control {
    vertical-align: top;
  }
  .product-configuration-container .crossell-list .product-info .equalize {
    height: auto !important;
  }
  .vwdetailpage .product-essential.row {
    border: 0;
  }
  .vwdetailpage .product-essential .product-configure-box {
    border-left: 0 !important;
    padding: 0 !important;
  }
  .vwdetailpage .product-essential .product-image-box .product-preview-info {
    padding: 0;
  }
  .product-list .product .product-image,
  .product-list .widget-display-product .product-image {
    position: relative;
    width: 40%;
  }
  .product-list .product .product-image,
  .product-list .product .product-info,
  .product-list .widget-display-product .product-image,
  .product-list .widget-display-product .product-info {
    float: left;
  }
  .product-list.crossell-list .product .product-image {
    position: relative;
    overflow: hidden;
  }
  .product-list .product .product-info,
  .product-list .widget-display-product .product-info {
    width: 60%;
  }
  .product-list .product .product-image,
  .product-list .product .product-info,
  .product-list .widget-display-product .product-image,
  .product-list .widget-display-product .product-info {
    float: left;
  }
  .product-list .product .product-info,
  .product-list .widget-display-product .product-info {
    position: relative;
    padding: 15px;
    background-color: #fff;
  }
}
.catalog-product-view .product-name-container h1.product-name {
  color: #cf202f;
}
.catalog-product-view p.required {
  display: none;
}
/*.catalog-product-view .product-options-bottom {display:none;}*/
/*.catalog-product-view .price-configured_price .price{display:none;}*/
.box.box-order-billing-method dl.payment-method dd.content {
  overflow: hidden;
  overflow-x: auto;
}
/*-----------------  FAQ -------------------------*/
.cms-faq .page-title-wrapper .page-title {
  border-bottom: 0;
  padding-bottom: 0;
}
.cms-faq .question-answer {
  padding-top: 36px;
  margin-bottom: 36px;
  border-top: 1px solid #d0cfd8;
}
.cms-faq .question-answer .answer p {
  font-size: 14px;
  padding-top: 0px;
  line-height: 1.7;
  font-weight: 500;
  font-family: Roboto,sans-serif;
  color: #cf202f;
}
.cms-faq .question-answer .answer ul {
  margin-bottom: 10px;
}
.cms-faq .question-answer .answer ul li {
  color: #cf202f;
  margin-bottom: 0;
  font-weight: 600;
}
.cms-faq .question-answer .answer h5 {
  font-size: 14px;
}
.cms-faq .question-answer .question {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.3;
  color: #cf202f;
  letter-spacing: -1px;
  word-spacing: 2px;
  font-weight: 900;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.cms-faq .question-answer .question a.faqSelector {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .cms-faq .question-answer .question {
    font-size: 18px;
  }
}
.cms-faq .question-answer .question .icon {
  float: left;
  margin-top: 2px;
  width: 32px;
}
.cms-faq .question-answer .question p {
  float: left;
  width: calc(88%);
}
.cms-faq .question-answer .question.open .icon-plus-circled:before {
  content: "\45";
}
.cms-faq .faq-sidebar {
  padding: 20px;
  border: 1px solid #d0cfd8;
}
.cms-faq .faq-sidebar h2 {
  text-transform: uppercase;
}
.cms-faq .faq-sidebar a.btn {
  display: block;
  width: 100%;
  text-align: center;
}
.cms-faq .faq-sidebar p {
  margin-top: 18px;
  margin-bottom: 18px;
  color: #cf202f;
  line-height: 1.5;
}
.cms-faq .faq-sidebar .sidebar-links {
  margin: 36px 0;
  padding: 36px 0;
  border-top: 1px solid #d0cfd8;
  border-bottom: 1px solid #d0cfd8;
}
.cms-faq .faq-sidebar .sidebar-links h3 {
  font-size: 22px;
  margin: 0;
  text-transform: uppercase;
}
.cms-faq .faq-sidebar .sidebar-links ul {
  margin-top: 18px;
  margin-bottom: 7px;
}
.cms-faq .faq-sidebar .sidebar-links ul li {
  margin-bottom: 0;
}
.cms-faq .faq-sidebar .sidebar-links ul li a {
  line-height: 30px;
  font-weight: 900;
  color: #7f7ba3;
  font-size: 16px;
  text-transform: uppercase;
}
/*---------------------page Detail---------------------------*/
.product-configuration-container {
  counter-reset: step;
}
.product-configuration-container .step {
  border-bottom: 1px solid #d0cfd8;
  counter-increment: step;
}
.product-configuration-container .step .change-label {
  display: none;
}
.product-configuration-container .step .step-title .label-complete {
  display: none;
}
.product-configuration-container .step.active .step-title .count-icon {
  background-color: #f4443f;
}
.product-configuration-container .step.active .step-title .title-text {
  color: #cf202f;
  font-size: 16px;
  font-weight: 900;
}
.product-configuration-container .step.complete .change-label {
  display: inline-block !important;
  margin-top: 2px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #cf202f;
  cursor: pointer;
}
.product-configuration-container .step.complete .step-title .count-icon {
  background-color: #cf202f;
  font-weight: 900;
}
.product-configuration-container .step.complete .step-title .title-text {
  color: #cf202f;
}
.product-configuration-container .step.complete .step-title .label-count {
  display: none;
}
.product-configuration-container .step.complete .step-title .label-complete {
  display: inline-block;
}
.vwdetailpage .crossell-list .product-info {
  padding: 5px 10px;
}
.vwdetailpage .crossell-list .product-info .equalize {
  height: 86px;
}
.vwdetailpage .crossell-list .product-name {
  font-size: 12px;
  color: #cf202f;
}
.vwdetailpage .crossell-list .product-name:hover {
  color: #cf202f;
}
.vwdetailpage .crossell-list .equalize {
  margin: 10px 0;
  height: 86px;
}
.vwdetailpage .product-list.crossell-list .product {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .vwdetailpage .product-list.crossell-list .product {
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .vwdetailpage .crossell-list .equalize {
    height: 58px;
  }
  .vwdetailpage .crossell-list .product-item-details {
    margin-bottom: 0 !important;
  }
  .vwdetailpage .crossell-list .featured-product .product-image .product-image-wrapper {
    display: block;
    padding: 20px;
    padding-bottom: 100%;
  }
  .vwdetailpage .crossell-list .product-item-details .product-item-inner .product {
    margin-bottom: 0 !important;
  }
  .vwdetailpage .crossell-list .product-item-details .product-item-inner .product .product-item-actions .product-item .price-box {
    margin-bottom: 0 !important;
  }
}
.vwdetailpage .crossell-list .price-to,
.vwdetailpage .crossell-list .price-from,
.vwdetailpage .crossell-list .separator {
  font-size: 15px;
  font-family: Roboto,sans-serif;
  color: #cf202f;
  font-weight: 900 !important;
}
.vwdetailpage .crossell-list .product-item .price-box .price {
  font-weight: 900 !important;
}
/*.vwdetailpage  .products-grid.products-crosssell .crossell-list .product-item{width: 100%;}

@media (min-width: 1024px){
	.vwdetailpage  .products-grid.products-crosssell .crossell-list .product-item{width: 25%;}
}*/
/*-----------Site Map--------------*/
.page-sitemap .limiter {
  display: none;
}
.page-sitemap .links {
  float: right;
  padding-top: 26px;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page-sitemap .links {
    float: left;
    text-align: left;
  }
}
.page-sitemap .links li {
  line-height: 1.5;
}
.page-sitemap .links li a {
  font-weight: 700;
  text-transform: uppercase;
  color: #f4443f;
}
.page-sitemap .map-category {
  margin-bottom: 20px;
}
.page-sitemap .map-category .menu-item-heading {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.5px;
  color: #cf202f;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .page-sitemap .map-category .menu-item-heading {
    margin: 15px 0;
  }
}
.page-sitemap .map-category .menu-item-content .menu-option {
  margin-left: 15px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.page-sitemap .map-category .menu-item-content .menu-option .option-link:hover {
  color: #0091ff !important;
}
#sitemap_bottom_links {
  float: right;
  width: 100%;
  text-align: right;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #sitemap_bottom_links {
    float: left;
    text-align: left;
  }
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .feature-list-container.bought-list .list-heading,
  .feature-list-container.promotion-feature .list-heading {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .shop-more-online li.item.product.product-item:nth-child(n+5) {
    margin-top: 30px;
  }
}
.cms-page-view .product-items .product-item {
  margin-bottom: 20px;
}
/*----------Step Checkout css------------*/
.onestepcheckout-index-index {
  counter-reset: steps;
}
.onestepcheckout-index-index .modal-popup .modal-title {
  border-bottom: 0;
  font-weight: 900 !important;
  padding-bottom: 0;
  font-size: 32px;
  margin-bottom: 0;
  min-height: auto;
  word-wrap: break-word;
  text-transform: uppercase;
}
.onestepcheckout-index-index .modal-popup .action-close {
  padding: 0;
  font-weight: 900;
  opacity: 0.5;
}
.onestepcheckout-index-index .modal-popup .block-customer-login {
  margin-top: 0 !important;
}
.onestepcheckout-index-index .modal-popup .block-customer-login .label {
  margin: 0;
  padding-bottom: 10px;
  color: #cf202f;
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: Roboto,sans-serif;
}
.onestepcheckout-index-index .modal-popup .fieldset {
  margin-bottom: 0;
}
.onestepcheckout-index-index .modal-popup .actions-toolbar .secondary a.action {
  color: #f4443f;
}
.onestepcheckout-index-index .modal-popup .actions-toolbar .primary button.action {
  color: #fff !important;
  background-color: #cf202f !important;
  border-color: #cf202f !important;
  height: 50px;
  padding: 16px 42px;
  font-size: 18px;
  text-transform: uppercase;
}
.onestepcheckout-index-index .modal-popup .actions-toolbar .primary button.action:hover {
  color: #fff !important;
  background-color: #a61e2e !important;
  border-color: #a61e2e !important;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .row-mp {
  margin: 0 -15px !important;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .col-mp {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.onestepcheckout-index-index .checkout-container a.button-action {
  background-color: #9f9f9f !important;
}
.onestepcheckout-index-index .page-title {
  margin: 0 !important;
  padding: 0 !important;
}
.onestepcheckout-index-index .page-title .base {
  position: relative;
  padding-left: 50px;
  font-size: 28px;
}
.onestepcheckout-index-index .page-title .base:before {
  font-size: 36px;
  content: "\6e";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "orderline";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.onestepcheckout-index-index .page-title-wrapper {
  border-bottom: 1px solid #d0cfd8;
  padding-bottom: 20px;
  margin-bottom: 25px !important;
  padding-left: 0 !important;
}
.onestepcheckout-index-index .step-title span {
  font-size: 22px;
}
.onestepcheckout-index-index .step-title:before {
  counter-increment: steps;
  content: counter(steps);
  color: #fff;
  background-color: #cf202f;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  margin-right: 10px;
}
.onestepcheckout-index-index .page-title-wrapper .page-title {
  width: auto !important;
  border-bottom: 0 !important;
  display: inline-block;
}
.onestepcheckout-index-index .extra {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
@media screen and (max-width: 767px) {
  .onestepcheckout-index-index .extra {
    display: none;
  }
}
.onestepcheckout-index-index .extra .payment-methods-icons {
  padding: 0;
  margin: 0;
}
.onestepcheckout-index-index .extra .payment-methods-icons .method-icon {
  float: left;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  margin-left: 6px;
}
.onestepcheckout-index-index .extra .payment-methods-icons .method-icon img {
  height: 40px;
  width: auto;
}
.onestepcheckout-index-index .osc-authentication-wrapper {
  color: #cf202f;
  margin-bottom: 30px;
  padding-left: 0px;
}
.onestepcheckout-index-index .osc-authentication-wrapper a {
  color: #cf202f;
  text-decoration: underline;
  font-weight: 700;
}
.onestepcheckout-index-index .opc-wrapper.one-step-checkout-wrapper {
  margin-top: 0px !important;
}
.onestepcheckout-index-index .modal-popup #opc-new-shipping-address .field.choice:before {
  padding: 0;
  width: 0;
}
.onestepcheckout-index-index .onepagecheckout-flow {
  padding: 20px 25px;
  border: 1px solid #d0cfd8;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin-bottom: 30px;
}
.onestepcheckout-index-index .onepagecheckout-flow .step-content {
  padding-top: 0px !important;
}
.onestepcheckout-index-index .onepagecheckout-flow #checkout-step-billing .field-select-billing {
  padding: 0;
}
.onestepcheckout-index-index .onepagecheckout-flow #checkout-step-billing .billing-address-form .choice.field {
  float: left;
  clear: both;
  margin-top: 20px !important;
}
.onestepcheckout-index-index .onepagecheckout-flow #checkout-step-billing .billing-address-form .choice.field:before {
  padding: 0;
  width: 0;
}
.onestepcheckout-index-index .onepagecheckout-flow .opc-block-summary {
  padding: 0 !important;
}
.onestepcheckout-index-index .onepagecheckout-flow #checkout-review-table {
  border: 0;
}
@media screen and (max-width: 991px) {
  .onestepcheckout-index-index .onepagecheckout-flow #checkout-review-table {
    margin-bottom: 0;
  }
}
.onestepcheckout-index-index .onepagecheckout-flow fieldset.field.col-mp {
  padding: 0px !important;
}
.onestepcheckout-index-index .onepagecheckout-flow .product-image-container {
  display: none;
}
.onestepcheckout-index-index .onepagecheckout-flow .step-content {
  margin: 0 !important;
}
.onestepcheckout-index-index .onepagecheckout-flow .product-item-detail {
  padding-left: 0 !important;
}
.onestepcheckout-index-index .onepagecheckout-flow #checkout-review-table thead th {
  text-align: left;
  color: #cf202f;
}
.onestepcheckout-index-index .onepagecheckout-flow #co-place-order-area .onestepcheckout-index-index .one-step-checkout-wrapper .col-mp {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.onestepcheckout-index-index .onepagecheckout-flow .step-title {
  padding-bottom: 16px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  border-bottom: 1px solid #d0cfd8;
  margin-bottom: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #cf202f;
  position: relative;
}
.onestepcheckout-index-index .onepagecheckout-flow .col-mp {
  padding: 0 !important;
}
.onestepcheckout-index-index .onepagecheckout-flow .checkout-comment-block {
  border: 0;
  padding: 0 !important;
}
.onestepcheckout-index-index .onepagecheckout-flow .table-checkout-shipping-method .row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.onestepcheckout-index-index .onepagecheckout-flow .fieldset:last-child {
  margin-bottom: 0;
  margin-top: 10px;
}
.onestepcheckout-index-index .onepagecheckout-flow .form-login {
  margin-bottom: 0 !important;
}
.onestepcheckout-index-index .onepagecheckout-flow .form-shipping-address {
  margin-top: 0px;
}
.onestepcheckout-index-index .onepagecheckout-flow .field.street {
  margin-bottom: 0 !important;
}
.onestepcheckout-index-index .onepagecheckout-flow .step-content .label {
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
  padding-bottom: 0px !important;
  color: #cf202f !important;
  display: inline-block;
  font-size: 14px !important;
  font-weight: 700 !important;
}
.onestepcheckout-index-index .onepagecheckout-flow .payment-option-content {
  padding: 0 !important;
}
.onestepcheckout-index-index .onepagecheckout-flow button:not(.primary):not(.action-show):not(.action-close):not(.edit-address-link):not(.ui-datepicker-trigger) {
  background: #cf202f !important;
}
.onestepcheckout-index-index .checkout-shipping-address .col-mp {
  padding: 0;
}
.onestepcheckout-index-index .checkout-shipping-address .field {
  margin: 0 0 15px !important;
}
.onestepcheckout-index-index .checkout-shipping-address .field .control._with-tooltip input {
  width: 100% !important;
}
.onestepcheckout-index-index .checkout-shipping-address .field-tooltip .field-tooltip-action {
  display: none;
}
.onestepcheckout-index-index .opc-block-summary .table-totals tbody .mark {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .onestepcheckout-index-index .opc-block-summary .table-totals tbody .mark {
    padding: 10px 0;
  }
}
.onestepcheckout-index-index .opc-block-summary .table-totals {
  border: 0 !important;
}
@media screen and (max-width: 1024px) {
  .onestepcheckout-index-index .opc-block-summary .table-totals {
    border: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .onestepcheckout-index-index .opc-block-summary .table-totals {
    border: 0 !important;
  }
}
.onestepcheckout-index-index .opc-block-summary .table-totals .totals {
  border-bottom: 1px solid #dcd8d8;
}
.onestepcheckout-index-index .table-totals .amount {
  font-weight: 700 !important;
  color: #cf202f;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  text-align: right;
  padding-right: 0;
}
.onestepcheckout-index-index .table-totals .totals th {
  font-size: 14px;
  color: #cf202f;
  font-family: Roboto, sans-serif;
}
.onestepcheckout-index-index .table-totals .totals .amount {
  padding-right: 0;
}
.onestepcheckout-index-index .table-totals .totals.shipping.excl {
  margin-bottom: 10px;
}
.onestepcheckout-index-index .table-totals .total-rules th {
  font-size: 14px;
  color: #cf202f;
  font-family: Roboto, sans-serif;
}
.onestepcheckout-index-index .table-totals .total-rules .amount {
  padding-right: 0;
}
.onestepcheckout-index-index .opc-wrapper .shipping-address-items {
  padding: 0;
}
.onestepcheckout-index-index .opc-wrapper .shipping-address-items .shipping-address-item.selected-item {
  border-color: #9f9f9f !important;
}
.onestepcheckout-index-index .opc-wrapper .shipping-address-items .shipping-address-item.selected-item:after {
  background: #9f9f9f !important;
}
.onestepcheckout-index-index.checkout-index-index .nav-sections {
  display: block;
}
.form-create-account .osc-password label,
.form-create-account .confirmation label {
  margin-bottom: 10px !important;
  display: block;
  font-weight: 500 !important;
}
.opc-block-summary .table-totals tbody .amount {
  padding: 10px 0 10px 14px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 10px !important;
}
.checkout-index-index .modal-popup .form-shipping-address {
  max-width: 100%;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  max-width: 100% !important;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #cf202f;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  padding: 10px 0;
}
.opc-block-summary .mark .value {
  margin-top: 8px;
}
.billing-address-same-as-shipping-block {
  font-weight: 700;
  text-transform: uppercase;
  color: #cf202f;
}
.modal-popup .fieldset .field {
  margin: 0 0 10px;
}
.modal-popup .modal-footer .action-hide-popup {
  height: 60px;
  text-transform: uppercase;
  font-weight: 700;
}
.minicart-items-wrapper.overflowed .remove-wrapper {
  padding: 4px 0;
}
.step.compare-step {
  border-top: 1px solid #d0cfd8;
  position: relative;
  clear: both;
}
.step.compare-step .compare-products-label {
  display: block;
  position: absolute;
  top: -25px;
  right: 0;
  margin: 3px 0;
  font-size: 14px;
  font-weight: 700;
  color: #cf202f;
  cursor: pointer;
  -webkit-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.step.compare-step .compare-products-label .icon {
  margin-right: 5px;
}
.mp-6 {
  width: 100%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .mp-sm-6 {
    width: 100% !important;
  }
}
.step-title {
  padding: 20px 0;
}
.step-title .count-icon {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-right: 10px;
  text-align: center;
  background-color: #9f9f9f;
  border-radius: 100%;
  color: #fff;
}
.step-title .count-icon .label-count:after {
  content: counter(step);
}
.step-title .title-text {
  display: inline-block;
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 900;
  color: #9f9f9f;
}
.step-title .extra-label {
  /*display: none;*/
  position: relative;
  top: -1px;
  margin-left: 10px;
  font-size: 12px;
  font-family: Roboto,sans-serif;
  font-weight: 400;
  font-style: italic;
}
.product-configuration-container .configure-steps .step .step-content {
  display: none;
}
.product-configuration-container .configure-steps .step.active .step-content {
  display: block;
  padding-bottom: 20px;
}
@media only screen and (min-width: 480px) {
  .product-configuration-container .configure-steps .step .step-title .extra-label {
    display: inline-block;
  }
}
li.featured-product .product-item-name {
  font-size: 12px;
  margin-bottom: 15px;
}
li.featured-product .product-item-details {
  padding: 5px 10px;
}
.old-price {
  display: none;
}
div#product-options-wrapper .fieldset {
  margin: 0;
}
div#product-options-wrapper .fieldset:last-of-type {
  margin: 0;
}
div#product-options-wrapper .fieldset .field {
  margin: 0;
}
.btn-sm {
  color: #fff;
  background-color: #aaa;
  border-color: #aaa;
  height: 40px;
  padding: 11px 22px;
  font-size: 12px;
  font-weight: 900;
  border-radius: 3px;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
}
footer .footer-bottom address .bold {
  font-weight: 900;
}
footer .footer-bottom a {
  color: #7f7ba3;
}
/*----------------cms-page-view------------------*/
.cms-page-view h1 {
  margin-bottom: 20px;
}
.cms-page-view .page-title {
  border-bottom: 1px solid #d0cfd8;
  padding-bottom: 18px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.cms-page-view .title-page {
  text-transform: uppercase;
}
.cms-page-view h3 {
  font-size: 22px;
}
.cms-page-view p {
  line-height: 1.5;
}
/*---------------------------Privacy Policy-------------------------*/
.cms-privacy-policy-cookie-restriction-mode .dl-cookies dt {
  margin-top: 0px;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .cms-privacy-policy-cookie-restriction-mode .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.cms-privacy-policy-cookie-restriction-mode .dl-horizontal dd {
  margin-left: 180px;
}
@media only screen and (max-width: 767px) {
  .checkout-payment-method .payment-method-title .payment-icon {
    display: none !important;
  }
}
/*----------------------------error-page-----------------------------*/
.error-page.error-404 {
  text-align: center;
}
.error-page.error-404 h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
}
.error-page.error-404 h2 {
  text-transform: uppercase;
}
.error-page.error-404 p {
  margin-bottom: 40px;
}
.error-page.error-404 .btn {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .error-page.error-404 .btn {
    margin-bottom: 16px;
    width: 100%;
  }
}
.icon {
  vertical-align: middle;
  line-height: normal;
}
.filter-options .filter-options-item .icon,
.filter-options .filter-options-item:not(.active) .icon {
  margin-right: 6px;
}
.filter-options .filter-options-item.active .icon::before,
.filter-options .filter-options-item:not(.active) .icon::before {
  content: 'j';
}
.filter-options .filter-options-item.active .icon::before {
  content: "\68";
}
.breadcrumbs .item:not(:last-child):after {
  content: '|' !important;
  padding-left: 10px;
  padding-right: 6px;
}
.one-step-checkout-container .osc-geolocation {
  color: #cf202f !important;
}
.page-footer {
  padding-bottom: 0px;
  margin-top: 30px;
  position: relative;
}
.page-footer .background-left,
.page-footer .background-right {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background-color: #fff;
}
.page-footer .background-right {
  left: 50%;
  right: 0;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .page-footer .background-right {
    left: 0;
  }
}
.page-footer .footer.content {
  position: relative;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.page-footer .footer.content p {
  line-height: 1;
  margin-bottom: 20px;
}
.page-footer .footer.content .footer-top .main-left {
  background-color: #fff;
}
.page-footer .footer.content .footer-top .main-right {
  background-color: #000;
}
.page-footer .footer.content .footer-top .footer-info {
  background: #fff;
  padding: 40px 40px 40px 0;
}
.page-footer .footer.content .footer-top .footer-info .footer-logo {
  display: block;
  width: 190px;
  margin-bottom: 20px;
}
.page-footer .footer.content .footer-top .footer-info .footer-logo img {
  width: 100%;
}
.page-footer .footer.content .footer-top .footer-info .footer-details .top-text {
  font-family: Roboto,sans-serif;
  color: #cf202f;
  margin-bottom: 20px;
}
.page-footer .footer.content .footer-top .footer-info .footer-details .bottom-text {
  line-height: 1.5;
  color: #cf202f;
}
.page-footer .footer.content .footer-top .footer-info .footer-details .career-link {
  font-weight: 900;
  color: #cf202f;
  text-transform: uppercase;
}
.page-footer .footer.content .footer-top .footer-info .footer-details .career-link:hover {
  color: #5b569e;
}
.page-footer .footer.content .footer-top .footer-info .footer-details .career-link span {
  vertical-align: middle;
}
.page-footer .footer.content .footer-top .bootm-right {
  padding-top: 85px;
  padding-bottom: 80px;
  background-color: #000000;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .page-footer .footer.content .footer-top .bootm-right {
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
.page-footer .footer.content .footer-top .bootm-right .list-block {
  border-bottom: 1px solid #cf202f;
}
@media only screen and (min-width: 768px) {
  .page-footer .footer.content .footer-top .bootm-right .list-block {
    border: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer .footer.content .footer-top .bootm-right .list-block ul,
  .page-footer .footer.content .footer-top .bootm-right .list-block .footer-details {
    display: none;
  }
}
.page-footer .footer.content .footer-top .bootm-right .list-block .list-title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.5px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .page-footer .footer.content .footer-top .bootm-right .list-block .list-title {
    margin-bottom: 20px;
    padding: 0;
    cursor: default;
  }
}
.page-footer .footer.content .footer-top .bootm-right .list-block .list-title.toggle-active .toggleicon {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  cursor: pointer;
}
.page-footer .footer.content .footer-top .bootm-right .list-block .toggle-active .toggleicon:after {
  content: '\68';
  float: right;
  font-family: "orderline";
  font-weight: 500;
  text-transform: none;
  color: #fff;
  padding-right: 10px;
}
.page-footer .footer.content .footer-top .bootm-right .list-block .toggle-active.active .toggleicon:after {
  content: '\6b';
}
.page-footer .footer.content .footer-top .bootm-right .footer-section .address {
  text-transform: uppercase;
}
.page-footer .footer.content .footer-top .bootm-right .footer-section ul li {
  margin-bottom: 15px;
  line-height: 1;
}
.page-footer .footer.content .footer-top .bootm-right .footer-section ul li a,
.page-footer .footer.content .footer-top .bootm-right .footer-section ul li strong {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}
.page-footer .footer.content .footer-top .bootm-right .footer-section ul li a:hover,
.page-footer .footer.content .footer-top .bootm-right .footer-section ul li strong:hover {
  color: #f5f5f5;
}
.page-footer .footer.content .footer-top .bootm-right .footer-section ul li strong {
  cursor: pointer;
}
.page-footer .footer.content .footer-top .bootm-right .footer-section span.contact-title {
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
}
.page-footer .footer.content .footer-top .bootm-right .footer-section .phone-number {
  margin-bottom: 15px;
  line-height: 1;
}
.page-footer .footer.content .footer-top .bootm-right .footer-section .phone-number a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.page-footer .footer.content .footer-top .bootm-right .footer-section .address {
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}
.page-footer .footer.content .footer-top .bootm-right .footer-section .address .contact-title {
  display: block;
}
.page-footer .footer.content .footer-top .bootm-right .footer-section .working-hours {
  color: #fff;
  line-height: 1;
}
.page-footer .footer.content .footer-top .bootm-right .footer-section .footer-details,
.page-footer .footer.content .footer-top .bootm-right .footer-section .footer-content,
.page-footer .footer.content .footer-top .bootm-right .footer-section ul {
  margin: 15px 0 30px;
}
.page-footer .footer-bottom {
  color: #7f7ba3;
  background-color: #ECBB24;
  position: relative;
  z-index: 1;
}
.page-footer .footer-bottom .container {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .page-footer .footer-bottom .container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer .footer-bottom {
    text-align: left;
  }
}
.page-footer .footer-bottom .footer-copyright address {
  line-height: 40px;
  margin-bottom: 0;
  font-size: 11px;
}
.page-footer .footer-bottom .footer-bottom-links ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .page-footer .footer-bottom .footer-bottom-links ul {
    text-align: left;
  }
}
.page-footer .footer-bottom .footer-bottom-links ul li {
  list-style: none;
  display: inline-block;
  margin-bottom: 0;
  margin: 0 10px;
  line-height: 40px;
}
.page-footer .footer-bottom .footer-bottom-links ul li:last-of-type {
  margin-right: 0;
}
.page-footer .footer-bottom .footer-bottom-links ul li:first-of-type {
  margin-left: 0;
}
.page-footer .footer-bottom .footer-bottom-links ul li a {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.5;
  color: #7f7ba3;
}
.page-footer .footer-bottom .footer-bottom-links ul li a:hover {
  color: #65618a;
}
/*-------------------------------404 Page------------------------------------------*/
.error-404 .btn {
  background-image: none;
  background: #cf202f;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  padding: 19.5px 63px;
  height: 60px;
  font-size: 21px;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
  white-space: nowrap;
}
/*--------------------------------- Modal Dialog ----------------------------------*/
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.embed-responsive,
.modal,
.modal-open,
.progress {
  overflow: hidden;
}
.modal,
.modal-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.customModal {
  display: block;
  opacity: 1;
  top: 20%;
}
.fade.in {
  opacity: 1;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
@media only screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}
.customModal .modal-dialog {
  transform: none;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content,
.popover {
  background-clip: padding-box;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
@media only screen and (min-width: 768px) {
  .modal-content {
    box-shadow: 0;
    border: 0;
  }
}
.popup-authentication .block-authentication {
  border-top: 0;
}
.popup-authentication .block-authentication .block-content .actions-toolbar {
  margin-top: 20px;
}
.popup-authentication .block-authentication .block-title strong {
  font-weight: 700;
  color: #cf202f;
  text-transform: uppercase;
  font-size: 21px;
}
.popup-authentication .block-authentication .block-new-customer .action.primary {
  height: auto !important;
}
.popup-authentication .block-authentication .block-customer-login .primary button span {
  text-transform: uppercase;
}
.popup-authentication .block-authentication .block-customer-login .secondary {
  margin-left: 0 !important;
}
@media screen and (max-width: 767px) {
  .popup-authentication .block-authentication .block-customer-login .secondary {
    margin-left: 2rem !important;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .popup-authentication .block-authentication .block-new-customer .actions-toolbar > .primary {
    float: left !important;
  }
}
.popup-authentication .modal-inner-wrap[class] {
  background-color: #fff !important;
}
.popup-authentication .modal-content {
  border: 0 !important;
}
@media screen and (max-width: 767px) {
  .block-authentication .block[class] + .block {
    margin-top: 120px;
  }
}
.block-authentication .actions-toolbar > .primary {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .block-authentication .actions-toolbar > .primary .secondary {
    margin-left: 0 !important;
  }
}
.cfaa .customModal .modal-content {
  background: #a61e2e;
  color: #fff !important;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-inner-wrap .modal-header {
  border-bottom: 0;
}
.modal-inner-wrap .modal-content {
  box-shadow: none;
}
.badge,
.close,
.label,
.thumbnail {
  line-height: 1;
}
.alert .alert-link,
.close {
  font-weight: 700;
}
.close {
  float: right;
  font-size: 21px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.modal-header .close {
  margin-top: -2px;
}
.customModal .close {
  color: #fff;
  opacity: 1;
}
.modal-title {
  margin: 0;
  line-height: 1;
}
.customModal .modal-title {
  color: #fff;
}
.modal-header .h4,
.modal-header h4 {
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
}
.modal-body {
  position: relative;
  padding: 15px;
}
@media (max-width: 767px) {
  .box-tocart .fieldset .field.qty {
    margin-top: 20px !important;
  }
}
/*------------------------------------CMS PAGES------------------------------------*/
.private-sales-index .box .content {
  padding: 30px 25px;
  border: 1px solid #d0cfd8;
}
.cms-page-view h4 {
  font-size: 18px;
  font-weight: 900;
}
.cms-page-view .page-main {
  flex-grow: inherit;
}
.cms-page-view .column.main {
  min-height: auto;
}
.cms-page-view .promotion-feature .list-heading {
  border-bottom: 0;
  padding-bottom: 0 !important;
}
.cms-page-view .promotion-feature .list-heading h3 {
  border-bottom: 1px solid #d0cfd8;
  padding-bottom: 20px;
}
.cms-page-view .promotion-feature h1 {
  margin-bottom: 20px !important;
  border-bottom: 1px solid #d0cfd8;
  padding-bottom: 20px;
  font-size: 28px;
}
.cms-page-view .h1,
.cms-page-view .h2,
.cms-page-view .h3,
.cms-page-view h1,
.cms-page-view h2,
.cms-page-view h3 {
  margin-top: 14px;
  margin-bottom: 7px;
}
.cms-page-view .h4,
.cms-page-view .h5,
.cms-page-view .h6,
.cms-page-view h4,
.cms-page-view h5,
.cms-page-view h6 {
  margin-top: 7px;
  margin-bottom: 7px;
}
dt {
  font-weight: 700;
}
.dl-cookies dt {
  margin-top: 10px;
  font-size: 16px;
}
dd {
  margin-bottom: 4px;
  margin-top: 0;
  margin-left: 0;
}
dt {
  line-height: 1;
  margin-bottom: 0px;
}
dd {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-cookies dt {
    margin-top: 0;
  }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
/* Forgot Password page*/
@media (min-width: 768px) and (max-width: 1024px) {
  .customer-account-forgotpassword .fieldset > .field:not(.choice) > .control {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .customer-account-forgotpassword .actions-toolbar .primary {
    margin-right: 0;
  }
}
/* CMS Pages */
.messages {
  font-size: 14px;
  font-family: Roboto,sans-serif;
  color: #fff;
  font-style: italic;
}
.messages .notice-msg {
  background-color: #cf202f;
  padding: 15px 40px;
  margin-bottom: 5px;
}
.cms-page-view li {
  line-height: 1.5;
}
.catalogsearch-result-index span#sorter a:last-of-type {
  display: none;
}
body.sitemap_category-index-index {
  background-color: #e5e5e5;
}
.vwdetailpage .product-list.crossell-list .product.featured-product {
  border: 2px solid #cf202f;
}
/*Catalog page responsive by Jitesh*/
@media screen and (max-width: 1199px) {
  .vwdetailpage .product-list.crossell-list .product.product-item-details {
    width: 60%;
    float: right;
    padding: 15px;
    box-sizing: border-box;
  }
}
@media (min-width: 1024px) {
  .catalogsearch-result-index.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 22.9% !important;
  }
}
@media screen and (max-width: 992px) {
  header.page-header .header-top .toplinks ul li a .icon {
    font-size: 20px;
  }
  .block-subtitle.filter-subtitle {
    margin-top: 20px;
  }
  .vwdetailpage .product-essential .product-image-box .product-preview-info {
    padding: 15px;
  }
  .vwdetailpage .isbn-container .info .inner {
    font-size: 12px;
  }
  /*.catalogsearch-result-index{  
		 .products-grid{
			.product-item{
				margin-left: 2%;
					width: 48% !important;
					&:nth-child(2n + 1) {
						margin-left: 0;
					}
				}
			}
	}*/
}
@media screen and (max-width: 767px) {
  header.page-header .header-top .toplinks ul li a .icon {
    font-size: 20px;
  }
  .block-subtitle.filter-subtitle {
    margin-top: 20px;
  }
  .vwdetailpage .product-essential .product-image-box .product-preview-info {
    padding: 15px;
  }
  .vwdetailpage .isbn-container .info .inner {
    font-size: 12px;
  }
  /*.catalogsearch-result-index{  
		 .products-grid{
			.product-item{
				margin-left: 2%;
					width: 48% !important;
					&:nth-child(2n + 1) {
						margin-left: 0;
					}
				}
			}
	}*/
}
@media only screen and (max-width: 767px) {
  body.sitemap_category-index-index .page-main {
    background-color: #ffffff;
  }
  span#compare-modal-button {
    display: none;
  }
  .vwdetailpage .product-essential .product-image-box {
    border: 1px solid #d0cfd8;
    margin-bottom: 20px;
  }
  .vwdetailpage .product-essential .product-image-box .product-preview-info {
    padding: 15px 20px !important;
  }
  .vwdetailpage .product-name-container .product-name {
    font-size: 22px;
  }
  .account .column.main .limiter {
    padding-top: 15px;
    float: left;
  }
  header.page-header .header-center .header.content .header-cart {
    padding: 10px 20px;
  }
}
tr.vw-shippingMethods td.vw-shippingTitle {
  color: #cf202f;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  text-transform: capitalize !important;
  padding-bottom: 20px !important;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc !important;
}
.onestepcheckout-index-index .table-checkout-shipping-method tbody td {
  border: none;
  padding: 10px 3px 5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #cf202f;
}
.onestepcheckout-index-index .table-checkout-shipping-method tbody td.vw-shipping-desc {
  text-transform: none;
  font-size: 12px;
  padding-top: 0px;
  padding-left: 20px;
  font-weight: 500;
  color: #413f50;
}
.my-virtual-products a.order-increment-id {
  color: #F3443F;
}
@media only screen and (max-width: 1024px) {
  .product-image .tag-wrapper .image-label {
    padding: 3px 30px;
    font-size: 12px;
  }
  .product-image .tag-wrapper.new::before {
    bottom: 20px;
  }
  .product-image .tag-wrapper.new::after {
    right: 20px;
  }
}
/* Success Page */
.checkout-success {
  font-size: 16px;
  color: #413f50;
}
.checkout-success a.order-number {
  color: #cf202f;
}
.checkout-success p a {
  color: #cf202f !important;
  font-weight: 700;
}
.checkout-success .actions-toolbar {
  margin-top: 40px;
}
.checkout-success .actions-toolbar a.action.primary.continue {
  height: 50px;
  padding: 16px 42px;
  font-size: 18px;
}
.catalogsearch-result-index .filter-options.filter-category {
  display: none !important;
}
.search .amsearch-loupe {
  display: none !important;
}
.amsearch-close {
  top: 5px !important;
}
.page-products #maincontent div.columns {
  z-index: 0 !important;
}
/* cfaa Theme */
.customModal.shoporderline {
  top: 0%;
}
.customModal.shoporderline .modal-dialog {
  margin-top: 20%;
}
.checkout-container .customModal.shoporderline button.close:not(.primary):not(.action-show):not(.action-close):not(.edit-address-link):not(.ui-datepicker-trigger) {
  background: transparent !important;
  border: none !important;
}
.checkout-container .customModal.shoporderline .modal-body {
  min-height: 100px;
}
p.goto-orderline {
  margin-top: 30px;
  text-align: center;
}
p.goto-orderline a {
  display: inline-block;
  background: #fff;
  padding: 15px 20px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #a61e2e;
}
body.cfaa header.page-header .header-center {
  background: #fff;
}
body.cfaa header.page-header .header-top {
  background-color: #a61e2e;
  color: #ffffff;
}
body.cfaa header.page-header .header-top .toplinks ul li a {
  color: #ffffff;
}
body.cfaa header.page-header .header-top .toplinks ul li a:hover {
  color: #ffffff;
}
body.cfaa .nav-sections,
body.cfaa .navigation {
  background: #cf202f;
}
body.cfaa .navigation .level0 > .level-top,
body.cfaa .navigation .level0 > .level-top:hover,
body.cfaa .navigation .level0 > .level-top.ui-state-focus {
  color: #fff;
}
body.cfaa header.page-header .header-center .header.content .header-cart {
  background-color: #cf202f;
}
body.cfaa header.page-header .header-center .header.content .header-cart .showcart .cart-total {
  color: #fff;
}
body.cfaa .owl-theme.owl-carousel .owl-controls .owl-dot.active span {
  background: #cf202f;
  border: 1px solid #cf202f;
}
body.cfaa .owl-theme.owl-carousel .owl-controls .owl-dot:hover span {
  background: #cf202f;
}
body.cfaa .product .product-item-info .product-item-details .product-item-inner .small-btn,
body.cfaa .product .product-item-info .product-item-details .product-item-inner .small-btn:hover {
  background: #cf202f;
}
body.cfaa .product-item-name a {
  color: #cf202f !important;
}
body.cfaa .minicart-items .product-item-name a:hover {
  color: #cf202f !important;
}
body.cfaa .minicart-items .product-item-name {
  color: #cf202f;
}
body.cfaa .onestepcheckout-index-index .field.choice.col-mp {
  color: #cf202f;
}
body.cfaa .box-tocart .action.primary.tocart.gotocart {
  background: #F3443F;
  border-color: #F3443F;
}
.working-hours span.office_day {
  min-width: 30px;
  display: inline-block;
}
body.cfaa.onestepcheckout-index-index .field.choice.col-mp {
  color: #cf202f;
}
body.cfaa .form-cart .actions .clear,
body.cfaa .form-cart .actions .update,
body.cfaa .cart-summary .cartTotals .discount .content .coupon .actions-toolbar .primary button {
  background: #f5808a !important;
  border-color: #f5808a !important;
}
body.cfaa .cart .continue,
body.cfaa .cart-summary .checkout-methods-items .action.primary.checkout,
body.cfaa.customer-account-create .page-main .form.create.account .actions-toolbar .secondary .submit {
  background: #cf202f;
  border-color: #cf202f;
}
body.cfaa .form-cart .actions .clear:hover,
body.cfaa .form-cart .actions .update:hover,
body.cfaa .cart-summary .cartTotals .discount .content .coupon .actions-toolbar .primary button:hover,
body.cfaa .cart .continue:hover,
body.cfaa .cart-summary .checkout-methods-items .action.primary.checkout:hover,
body.cfaa.customer-account-create .page-main .form.create.account .actions-toolbar .secondary .submit:hover {
  background: #a61e2e !important;
  border-color: #a61e2e !important;
}
body.cfaa .minicart-wrapper .block-minicart .vw-minicart-totals .subtotal .price-container {
  color: #cf202f;
}
body.cfaa .box-collateral .additional-info-tabs .tab-title {
  color: #f5808a;
}
body.cfaa .box-collateral .additional-info-tabs .tab-title:hover,
body.cfaa .box-collateral .additional-info-tabs .tab-title.active,
body.cfaa .vwdetailpage .product-essential .product-image-box .product-preview-info .product-overview .info-heading,
body.cfaa .vwdetailpage .isbn-container .info .inner {
  color: #a61e2e;
}
body.cfaa .toolbar .pages .item.current {
  background-color: #cf202f;
}
body.cfaa .toolbar .pages .item a.page {
  color: #cf202f;
}
body.cfaa .toolbar .pages .item:hover {
  background-color: #a61e2e;
}
body.cfaa .toolbar .pages .item a.page:hover {
  color: #fff;
}
body.cfaa .order-details-items .order-title strong {
  color: #a61e2e;
}
body.cfaa .cart-totals .totals .amount {
  color: #cf202f;
}
body.cfaa .cart-totals .totals th,
body.cfaa .cart-summary .shipping-estimate .content .field.note,
body.cfaa .save-for-later,
body.cfaa .cart-summary .cartTotals .discount .title,
body.cfaa .modes-mode,
body.cfaa .limiter .control #limit,
body.cfaa .sidebar-main .filter-content .filter-options .filter-options-content .items .item a,
body.cfaa .block-subtitle.filter-subtitle,
body.cfaa .sidebar-main .filter-content .filter-options .filter-options-content .count {
  color: #f5808a;
}
body.cfaa.account .welcome-msg p,
body.cfaa.account .block.block-dashboard-orders .order-notice,
body.cfaa.account .order-notice,
body.cfaa .toolbar .pages .action,
body.cfaa .limiter span,
body.cfaa .toolbar-amount,
body.cfaa.savecart-index-view #viewmaindiv .headerclass,
body.cfaa.page-products .sorter-label,
body.cfaa .toolbar-upper-wrap #sorter a,
body.cfaa .toolbar-amount strong,
body.cfaa .modes,
body.cfaa .vwdetailpage .product-name-container .price-wrap .price-wrapper .price,
body.cfaa .vwdetailpage .isbn-container {
  color: #413f50;
}
body.cfaa.account .table tbody tr td.id,
body.cfaa .my-virtual-products a.order-increment-id {
  color: #60ad16;
}
body.cfaa .toolbar .pages .item:hover a {
  color: #fff;
}
body.cfaa .sidebar-main .block-title,
body.cfaa .modes-mode.active,
body.cfaa .sidebar-main .filter-content .filter-options .filter-options-content .items .item a:hover,
body.cfaa .vwdetailpage .product-name-container .product-name .category-name {
  color: #cf202f;
}
body.cfaa .limiter .control #limit:hover,
body.cfaa .limiter .control #limit.selected {
  color: #413f50;
  border-color: #413f50;
}
body.cfaa .total_creditlimit.credit-limit {
  background-color: #a61e2e;
}
body.cfaa .uesd_creditlimit.credit-limit {
  background-color: #cf202f;
}
body.cfaa .remaining_creditlimit.credit-limit {
  background-color: #f15260;
}
body.cfaa .duepayment_creditlimit.credit-limit {
  background-color: #ff717d;
}
body.ibew120 .cart-extra-wrapper .cart-extra-products .related-product-info .product-name {
  color: #cf202f !important;
}
/* Jac Theme End */
.product-options-bottom .price-box .minimal-price > .price-container > span .price,
.product-info-price .price-box .minimal-price > .price-container > span .price,
.product-item .minimal-price > .price-container > span .price {
  color: #F00 !important;
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
