/* CSS Document */
.relative {
  position: relative;
}
.doop-btn {
  width: 120px;
  position: relative;
  margin: auto;
}
.sign-in {
  font-family: 'Roboto', sans-serif;
  width: 22%;
}
.sign-in h1 {
  font-style: italic;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 30px;
}
.sign-in form {
  color: #002d62;
  font-style: italic;
  font-size: 15px;
  padding-bottom: 10px;
}
.sign-in form p {
  text-align: left;
  font-style: italic;
  font-size: 15px;
  margin-bottom: 0;
  padding-left: 7px;
}
.sign-in form #side_email {
  width: 94%;
  height: 30px;
  border: #a1a1a1 solid 1px;
  margin-left: 7px;
}
.sign-in form #side_password {
  width: 94%;
  height: 30px;
  border: #a1a1a1 solid 1px;
  margin-left: 7px;
}
.sign-in form .submit {
  text-align: center;
}
.sign-in form .submit a {
  padding-top: 10px;
  color: #002d62;
}
.sign-in form .submit .submit-btn {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sign-in form .submit .submit-btn input {
  font-size: 15px;
  font-weight: bold;
  width: 120px;
  margin: 0;
  border: none;
  height: 29px;
}
.sign-in form .submit .remember-login {
  padding-top: 5px;
}
.register {
  font-size: 15px;
  color: #002d62;
  padding-top: 20px;
  width: 60%;
}
.register p {
  margin: 0 70px;
}
.register p a {
  color: #002d62;
  font-weight: bold;
}
.register form table tr {
  font-weight: bold;
}
.register form table tr #sign {
  width: 100px;
  position: relative;
  margin: auto;
  height: 29px;
}
.register form table tr td p {
  font-size: 17px;
  margin: 0;
}
.side-menu li {
  background-color: #dbdbdb;
  padding: 3px 1px;
  display: inline-flex;
}
@media (max-width: 525px) {
  .side-menu li {
    display: block;
  }
}
.side-menu a {
  background-color: #d2d2d2;
  display: block;
  padding: 7px 15px;
  color: #000;
  text-decoration: none;
}
.side-menu a.active,
.side-menu a:hover {
  background-color: #555555;
  color: #fff;
}
.menu-open {
  display: none;
}
.product-nav li {
  background-color: #b7b7b7;
  padding: 2px 0;
}
.product-nav a {
  background-color: #b7b7b7;
  display: block;
  padding: 5px 15px;
  color: #ffffff;
  text-decoration: none;
}
.product-nav a:hover {
  text-indent: 10px;
  background-color: #002d62;
  color: #fff;
}
.product-nav a.active {
  background-color: #9dc13f;
  color: #fff;
}
strong.red {
  color: #EB0003;
  font-weight: 400;
}
.content .box {
  padding: 15px;
  display: block;
}
.content .divider {
  border-bottom: 1px solid #C9C9C9;
}
.content ul {
  list-style: disc;
  margin-left: 18px;
  margin-bottom: 20px;
}
.content a {
  color: #000;
}
.content a:hover {
  color: #004b80;
}
.content .titles {
  font-size: 40px;
}
.content .subtitles {
  font-size: 30px;
}
.content p {
  margin-bottom: 20px;
}
.content strong {
  font-weight: 700;
  color: #002d62;
}
.content h3 {
  font-weight: 700;
  font-size: 18px;
}
.career-list h3,
.heading h3 {
  font-weight: 700;
  font-size: 18px;
}
div.form-row {
  margin-bottom: 15px;
}
div.form-row .doop-btn {
  width: 120px;
  position: relative;
  margin: 0;
}
div.page-form {
  display: block;
  font-size: 14px;
}
div.page-form label {
  display: block;
  padding: 0;
  margin: 0;
}
div.page-form label span {
  display: inline-block;
  padding: 5px 0 0 0;
  font-size: 14px;
}
div.page-form label div.input-wrapper {
  background-color: #E3E3E3;
  padding: 8px;
  margin: 0;
  color: #333;
}
div.page-form input {
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  resize: none;
  outline: none;
  background-color: transparent;
  font-size: 17px;
  height: 29px;
  color: #333;
}
div.page-form input[type=checkbox] {
  display: inline-block;
  padding: 0;
  margin: 0 18px 0 0;
  width: auto !important;
}
div.page-form input[type=radio] {
  display: inline-block;
  padding: 0;
  margin: 0 3px 0 0;
  width: auto !important;
}
div.page-form select {
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  resize: none;
  outline: none;
  background-color: transparent;
  font-size: 14px;
  color: #333;
}
div.page-form textarea {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100px;
  border: none;
  resize: none;
  outline: none;
  background-color: transparent;
  font-size: 14px;
  color: #000;
}
div.std-captcha {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  margin: -8px -8px 8px -8px;
  padding: 8px 8px 0 8px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 18px;
}
.std-button {
  display: inline-block;
  background: url(../../images/display/home_new/button_blue_center.png) repeat-x !important;
  background-size: contain !important;
  color: #fff !important;
  font-size: 16px;
  border: none;
  padding: 5px 24px 12px 24px !important;
  margin: 0;
  cursor: pointer;
}
div.form-error {
  display: none;
  line-height: 22px;
  background-color: #FBE3E4;
  background-image: url('/images/system/error.gif');
  background-repeat: no-repeat;
  background-position: 10px 6px;
  padding: 3px 10px 3px 35px;
  color: #8a1f11;
  border: 1px solid #FBC2C4;
  margin: 8px 0 0 0;
}
.product-list .product {
  display: inline-block;
  width: 100%;
  padding: 2%;
  margin: 1%;
  border: 1px solid #D2D2D2;
}
@media (max-width: 1200px) {
  .product-list .product {
    width: 95%;
  }
}
.product-list .product .image {
  float: left;
  margin-right: 10px;
  width: 100px;
}
.product-list .product .small {
  font-size: 12px;
  line-height: 17px;
}
.product-list .product .prod-title {
  color: #004B80;
  font-size: 16px;
}
.product-list .product .prod-title a {
  text-decoration: none;
}
.product-list .product .prod-title a:hover {
  text-decoration: underline;
}
.product-list .product .image img {
  width: 100%;
}
.product-list .product .desc {
  float: left;
  width: 220px;
}
.product-list .product .top-info {
  min-height: 120px;
}
.product-list .product .cart-info {
  display: block;
}
.product-list .product .line {
  height: 1px;
  background-color: #d2d2d2;
  margin: 8px 0;
  display: block;
}
.product-list input[type="text"] {
  padding: 9px;
  font-size: 16px;
  width: 48px;
  margin-right: 15px;
}
.product-list input[type="submit"] {
  background-color: #004B80;
  color: #fff;
  padding: 10px;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
.product-list .price {
  font-size: 18px;
  color: #002d62;
  display: inline-block;
}
.carousel-container {
  margin: 0 auto 0 auto;
  width: 85%;
  position: relative;
}
.carousel-container .carousel-item .item {
  margin: 5px;
  text-align: center;
  font-weight: 700;
}
.carousel-container .carousel-item .item .img {
  height: 134px;
  width: 100%;
  display: block;
  background-size: cover !important;
  margin-bottom: 10px;
}
.carousel-container .carousel-item .item a {
  color: #004B80;
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.carousel-container .carousel-item .item a:hover {
  text-decoration: underline;
}
.carousel-container .prev {
  position: absolute;
  left: -50px;
  top: 40px;
}
.carousel-container .next {
  position: absolute;
  right: -50px;
  top: 40px;
}
.carousel-container .arrow {
  cursor: pointer;
  opacity: 1;
}
.carousel-container .arrow:hover {
  opacity: 0.6;
}
.pagination {
  text-align: right;
}
.pagination a {
  padding: 5px;
  margin: 0;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  color: #545454;
}
.pagination a.selected {
  color: #B4B4B4;
}
.prod-details {
  background-color: #EAEAEA;
  padding: 15px;
  margin-top: 20px;
}
.prod-details input[type="submit"] {
  background-color: #004B80;
  color: #fff;
  padding: 10px;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
.prod-details .price-notice {
  color: #c13332;
  font-weight: 700;
  font-size: 15px;
}
.prod-details .price-notice a {
  color: #c13332;
}
.prod-details .price-notice a:hover {
  text-decoration: none;
}
.magnify {
  position: relative;
  cursor: none;
}
.magnify .large {
  width: 175px;
  height: 175px;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  display: none;
}
.magnify .zoom-text {
  font-size: 10px;
  padding: 3px 0 6px 0;
  text-align: center;
}
.cart table tr {
  border-bottom: 1px solid #D2D2D2;
}
.cart table th {
  font-weight: 700;
  text-align: left;
  padding: 10px;
}
.cart table td {
  padding: 10px;
}
.cart input[type="text"] {
  padding: 4px;
  font-size: 14px;
  width: 75px;
}
.cart input[type="button"] {
  padding: 5px;
  margin-top: 8px;
  font-size: 14px;
  background-color: #004B80;
  color: #fff;
  border: none;
  cursor: pointer;
}
.cart a {
  text-decoration: none;
}
.cart h4 {
  font-size: 18px;
  font-weight: 700;
}
.checkout-box {
  background-color: #EAEAEA;
  margin-top: 30px;
  padding: 20px;
}
.checkout-box input[type="text"] {
  padding: 4px;
  font-size: 14px;
  width: 95%;
  border: 1px solid #A6A6A6;
  background-color: #fff;
}
.checkout-box textarea {
  padding: 4px;
  font-size: 14px;
  width: 95%;
  border: 1px solid #A6A6A6;
  background-color: #fff;
}
.checkout-box table {
  margin-bottom: 20px;
}
.checkout-box table tr {
  border-bottom: 1px solid #D2D2D2;
}
.checkout-box table th {
  font-weight: 700;
  text-align: left;
  padding: 10px;
}
.checkout-box table td {
  padding: 10px;
}
.checkout-box .checkout input[type="submit"] {
  padding: 15px;
  margin-top: 8px;
  font-size: 18px;
  background-color: #9DC13F;
  color: #fff;
  border: none;
  float: right;
  cursor: pointer;
}
table.admin-table {
  width: 100%;
  margin: 10px 0;
}
table.admin-table tr {
  border-bottom: 1px solid #d2d2d2;
}
table.admin-table tr:last-child {
  border-bottom: none;
}
table.admin-table td {
  padding: 6px;
}
table.admin-table th {
  font-weight: 700;
  text-align: left;
}
.side-box {
  display: block;
  margin-bottom: 20px;
  border: 1px solid #D2D2D2;
}
.side-box .inner {
  padding: 10px;
  font-size: 12px;
  overflow: hidden;
}
.side-box h3 {
  background-color: #d2d2d2;
  padding: 5px 10px;
  color: #004b80;
  font-weight: 700;
}
.side-box .cart_item {
  display: block;
  padding: 8px;
  border-bottom: solid 1px #efefef;
}
.side-box .cart_item h4 {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
}
.side-box .cart_item h4 a {
  display: inline-block;
  color: #004b80;
  text-decoration: none;
}
.side-box .cart_item p {
  font-size: 12px;
}
.side-box .cart_total {
  padding: 8px;
  text-align: right;
}
.side-box a {
  color: #004b80;
  text-decoration: none;
}
.side-box a:hover {
  text-decoration: underline;
}
.side-box ul li {
  display: block;
}
.side-box ul li a {
  color: #000;
  text-decoration: none;
}
.side-box ul li a:hover {
  color: #004b80;
  text-decoration: none;
}
.fancybox-inner iframe html body img {
  max-width: 100%;
  max-height: 100%;
}
