body {
  font-family: "OpenSans-R", "Open Sans", "sans-serif";
  font-weight: 400;
  color: #646464;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  margin: 0;
}

body .container {
  max-width: 90%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1200px) {
  body .container {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
  }
}

/*FULL SCREEN LOADER START*/
.loader {
  border: 10px solid #f3f3f3; /* Light grey */
  border-top: 10px solid #d4161e; /* Red */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;

  z-index: 100000;
  position: fixed;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

@media screen and (max-width: 435px) {
  .loader {
    width: 30px;
    height: 30px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #d4161e;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* FULL SCREEN LOADER END*/

/* Header code start */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #363636;
  font-family: "OpenSans-H", "Open Sans", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
}

h1 {
  text-transform: uppercase;
  margin: 6px 0 9px;
  padding-top: 11px;
}

h2 {
  text-transform: uppercase;
  font-family: "OpenSans-H", "Open Sans", sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

@media screen and (max-width: 1122px) and (min-width: 480px) {
  h1 .product_title,
  h2.product_title,
  h3.product_subheadings,
  #right_product_container h3 {
    font-size: 20px;
  }
  h1,
  h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  h1 .product_title,
  h2.product_title,
  h3.product_subheadings,
  #right_product_container h3 {
    font-size: 18px;
  }
  h1,
  h2 {
    font-size: 20px;
  }
  h1 .author_title {
    font-size: 14px !important;
  }
}

/* Header code end */

@media screen and (max-width: 476px) {
  h2 {
    font-size: 19px;
    margin-top: 12px;
    margin-bottom: 5px;
  }
}

h1.page-title {
  color: #363636;
  font-family: "OpenSans-H", "Open Sans", sans-serif;
  padding-top: 11px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin: 10px;
}

@media screen and (max-width: 480px) {
  h1.page-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 1122px) and (min-width: 480px) {
  h1.page-title {
    font-size: 20px;
  }
}

/*@media screen and (max-width: 767px) h1 {
  text-align: center;
}
@media screen and (max-width: 480px) h1, h2 {
  font-size: 20px;
}
*/

.hidden {
  display: none !important;
  visibility: hidden !important;
}

a,
a:active,
a:focus {
  color: #ec1a30;
  text-decoration: none;
}

h4 {
  font-size: 15px;
}

.semi-bold {
  font-family: "OpenSans-SB", "Open Sans", sans-serif;
  color: #363636;
}

.description-box {
  font-family: "OpenSans-R", "Open Sans", sans-serif;
  font-size: 14px;
  margin: 10px 15px;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;

  /* -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%); */
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  font-family: "OpenSans-R", "Open Sans", "sans-serif";
  line-height: 1.5em;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

.bold {
  font-family: "OpenSans-SB", "Open Sans", sans-serif;
}

.alert {
  padding: 8px 14px;
  font-family: "OpenSans-R", "Open Sans", "sans-serif";
  font-size: 120%;
  margin: 15px;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.text-danger {
  color: #a94442;
}

.text-center {
  text-align: center;
}

h2.text-center {
  color: #363636;
  text-transform: uppercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.custom-img-responsive {
  max-width: 100%;
  height: auto;
}

.btn-primary {
  color: #fff !important;
  background-color: #ec1a30;
  border: none;
}

.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border-radius: 4px;
  font-family: "OpenSans-EB", "Open Sans", sans-serif;
  text-transform: uppercase;

  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* Custom tooltip*/
.mytooltip .mytext {
  visibility: hidden;
  text-transform: capitalize;
  /*   min-width: 140px;*/
  background-color: black;
  color: #fff;
  z-index: 1;
  top: 130%;
  /*   left: 50%;*/
  margin-left: -22px;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  font-size: 14px;
  padding: 5px;
}
.mytooltip {
  position: relative;
  display: inline-block;
}
.mytooltip .mytext:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 3px;
  border-style: solid;
  border-color: transparent transparent blue transparent;
}
.mytooltip:hover .mytext {
  visibility: visible;
}
/* Custom tooltip*/

.outofstock-product-page {
  font-size: 10px;
  font-family: "futura-pt-1", "futura-pt-2", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0 6px;
  background-color: red;
  color: white;
  z-index: 3;
  margin-left: 18px;
  /*  width: 90px;*/
  position: absolute;
  margin-top: -50px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb-container {
  height: 25px;
  overflow-y: hidden;
  overflow-x: hidden;
  margin-bottom: -15px;
}

.breadcrumb {
  margin: 8px 0 6px;
  padding: 0 0 0 15px;
  display: block;
  text-align: right;
  background: 0 0;
  font-size: 9px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  height: 40px;
}

.breadcrumb > li + li:before {
  content: " > ";
  padding: 0 5px;
  color: #d4161b;
}

@media screen and (max-width: 668px) {
  .outofstock-product-page {
    font-size: 9.5px;
    margin-left: 13px;
  }
}

@media screen and (max-width: 398px) {
  .outofstock-product-page {
    font-size: 8.5px;
    margin-left: 6px;
  }
}

@media screen and (max-width: 768px) {
  .second-lazy {
    display: none;
  }
}

.btn-primary {
  color: #fff !important;
  background-color: #ec1a30;
  border: none;
}

/*Modal close button end*/
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.close {
  color: #aaa !important;
  float: right;
  font-size: 28px;
  font-weight: 700;
  line-height: 0.7;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  /*padding-top: 100px;
     Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /*Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
/* Modal Content */

.modal-content {
  background-color: white;
  margin: auto;
  margin-top: 45px;
}

.btn-info {
  color: #fff;
}
