@charset "UTF-8";
/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center; }

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box; }

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box; }

.modal__close {
  background: transparent;
  border: 0; }

.modal__header .modal__close:before {
  content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8); }

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out; }

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.modal__btn-primary {
  background-color: #00449e;
  color: #fff; }

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }
@keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }
.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

body {
  font-family: Arial;
  font-size: 13px;
  background-image: url("../images/bg_new_01.png");
  background-color: #eeeeee; }

.other-product-title {
  border-bottom: 1px solid #1B4070;
  padding: 5px 0px 5px 0px;
  margin: 20px 0px 20px 0px; }

.other-product-title span {
  padding: 5px 10px;
  background-color: #1B4070;
  color: #fff;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 13px; }

.header_wrapper {
  background-color: #8C8574;
  margin: 0 auto;
  width: 941px; }

.nav_text {
  margin: 0 auto;
  line-height: 1.8em;
  clear: both; }

.nav_text h1 {
  font-size: 13px;
  padding-left: 14px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 145px; }

.top_head {
  height: 90px;
  position: relative; }

.menu_head {
  /*background: url("/App_Themes/BlueWhite/images/main-menu-btm-border.png") repeat-x scroll 50% 100% transparent;*/
  position: relative;
  width: 100%;
  z-index: 101; }

.menu_bottom {
  height: 24px; }

div#menu li.fancy {
  overflow: hidden;
  position: absolute;
  top: -5px;
  visibility: hidden;
  z-index: 4; }

.page-navigation {
  margin-left: 41px; }

.page-navigation span a {
  background-color: #2E5FAE;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  display: block;
  float: left;
  font-family: Arial;
  height: 21px;
  margin-right: 4px;
  padding-top: 4px;
  text-align: center;
  width: 25px;
  line-height: 1.4em; }

.page-navigation span b {
  background-color: #0099FF;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  display: block;
  float: left;
  font-family: Arial;
  font-weight: bold;
  height: 21px;
  margin-right: 4px;
  padding-top: 4px;
  text-align: center;
  width: 25px;
  line-height: 1.4em; }

.body_wrapper {
  min-height: 420px;
  width: 941px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #ffffff; }

.body_content_inner {
  clear: both;
  overflow: hidden;
  background-color: #fff;
  padding: 3px 0px 5px; }

.padding-body2 {
  padding: 0px 14px; }

.padding_body {
  padding-left: 12px;
  padding-right: 12px; }

.gray_bg {
  background-color: #e0e0e0 !important; }

.top_head {
  height: 79px; }

.footer_wrapper {
  height: 70px;
  clear: both;
  margin: 0 auto;
  width: 941px; }

.footer_text {
  float: left;
  color: #797979;
  margin-top: 16px; }

.backtotop {
  float: right;
  color: #797979;
  margin-top: 16px; }

.backtotop a {
  color: #797979; }

.footer_inner {
  margin: 0 auto;
  position: relative;
  padding: 0px 10px 5px 10px;
  line-height: 1.5em;
  background: url("/App_Themes/BlueWhite/images/foot_bg_11.png") no-repeat scroll top right #EAEAEA;
  height: 91px; }

#dropdown-holder {
  display: block;
  position: relative; }

#navigation-menu {
  text-align: center;
  margin: 0 auto;
  background-image: url("../images/menu_bg.png");
  background-repeat: no-repeat;
  height: 35px;
  width: 100%; }

#navigation-menu ul.sf-menu {
  padding: 0;
  position: relative;
  height: 35px;
  float: left; }

#navigation-menu ul.sf-menu > li {
  float: left;
  display: inline;
  list-style: none outside none;
  margin: 0;
  position: relative;
  min-width: 78px; }

ul.sf-menu li:first-child a span {
  background-image: none !important; }

#navigation-menu ul.sf-menu a.default-cursor {
  cursor: default; }

#navigation-menu ul.sf-menu > li > a {
  border: 0 none;
  color: #000;
  cursor: pointer;
  display: block;
  padding: 0 20px 0 0;
  text-decoration: none;
  font-size: 13px; }

#navigation-menu ul.sf-menu > li > a span {
  background: transparent url("../images/menu_level1_item.png") no-repeat scroll left 0; }

#navigation-menu ul.sf-menu a {
  padding: 8px 16px;
  color: #fff; }

#navigation-menu ul.sf-menu a > span.sf-sub-indicator {
  top: 13px !important; }

#navigation-menu ul.sf-menu ul a > span.sf-sub-indicator {
  top: 0.9em !important; }

#navigation-menu ul.sf-menu > li > a > span {
  color: #999999;
  display: block;
  padding: 10px 0 10px 20px; }

.top_bar {
  height: 25px;
  font-size: 11px;
  background-image: url("../images/bar_bg.png");
  background-repeat: repeat-x; }

#navigation-menu ul.sf-menu > li > a.sf-with-ul {
  padding: 0 26px 0 0; }

#navigation-menu ul.sf-menu > li > a.sf-with-ul:hover {
  padding: 0 26px 0 0; }

#navigation-menu ul.sf-menu > li > a > span.sf-sub-indicator {
  padding: 10px 0; }

#navigation-menu ul.sf-menu > li > a:hover {
  color: #A82525;
  text-decoration: none; }

#navigation-menu ul.sf-menu > li > a {
  color: #ccc;
  text-decoration: none; }

#navigation-menu ul.sf-menu > li > a > span, #navigation-menu ul.sf-menu > li > a > span {
  color: #fff;
  font-weight: bold; }

#navigation-menu ul.sf-menu > li > a > span:hover, #navigation-menu ul.sf-menu > li > a > span:hover {
  color: #fff; }

.slider_shadow {
  background: url("/App_Themes/BlueWhite/images/trans-shadow.png") no-repeat scroll 0 100% transparent;
  height: 322px;
  margin: -307px auto 0;
  width: 940px; }

.search_box {
  float: right;
  position: relative;
  top: 6px;
  right: 10px; }

.search_box .left, .search_box .s_body, .search_box .right_btn {
  float: left; }

.search_box .left {
  width: 12px;
  height: 22px;
  background-repeat: no-repeat;
  background-image: url("/App_Themes/BlueWhite/images/phoenixnew_08.png"); }

.search_box .s_body {
  height: 22px;
  background-color: #fff; }

.search_box .s_body .txtKeywords {
  border: none;
  outline: none;
  padding: 2px 0px;
  color: #666666;
  width: 100px; }

.search_box .right_btn {
  height: 22px;
  width: 27px; }

.ggcaptcha {
  margin-left: 140px; }

.video_panel {
  clear: both;
  width: 906px;
  margin: 0px auto 0px; }

.video_panel .vPanel_title {
  height: 11px;
  background-image: url("../images/border_top_03.png");
  background-repeat: no-repeat; }

.video_panel .vPanel_head_no_bg {
  height: 8px;
  background-image: url("../images/aa_03.png");
  background-repeat: no-repeat; }

.video_panel .vPanel_body {
  background-image: url("../images/aa_06.png");
  background-repeat: repeat-y;
  padding: 0px 8px; }

.video_panel .vPanel_bottom {
  height: 10px;
  background-image: url("../images/aa_08.png");
  background-repeat: no-repeat; }

.video_item .title {
  display: none; }

.video_item {
  max-height: 400px;
  margin-left: 15px;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0px 0px 7px 2px #ccc; }

.highslide img {
  cursor: pointer !important; }

.video_item iframe {
  margin: 0 auto; }

.video_item img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.video_item .title {
  color: #000;
  font-weight: bold;
  margin-top: 11px; }

.txtScroll {
  position: absolute;
  height: 24px;
  width: 703px;
  padding: 0px 10px;
  top: 368px;
  font-size: 13px;
  color: #fff; }

h1.video_text {
  color: #000;
  font-size: 12px;
  padding: 0px 0px 8px 0px;
  margin: 0px 5px 8px 5px;
  border-bottom: 1px solid #CCCCCC; }

.small_slide {
  width: 258px;
  float: left;
  margin-top: 19px; }

.intro {
  min-height: 100px;
  float: left;
  margin: 10px 0px 20px;
  padding-left: 25px;
  line-height: 2.5em;
  width: 605px; }

.access_left {
  float: left;
  width: 234px;
  padding: 10px 0px 3px 0px; }

.menu_left_access li a {
  display: block;
  width: 100%;
  height: 20px;
  padding: 4px 0px 4px 16px;
  line-height: 1.5em;
  color: #000;
  font-weight: bold;
  background-image: url("../images/menu_bg_02.png");
  background-repeat: no-repeat;
  background-position: -20px 0px; }

.menu_left_access li a:hover, .current {
  background-position: -14px 0px !important;
  background-image: url("../images/menu_bg_hover.png") !important;
  background-repeat: no-repeat;
  color: #fff !important; }

.pro_view {
  color: #000;
  height: 32px;
  padding: 9px 0 0 26px;
  width: 76px; }

.access_right {
  margin-left: 232px; }

.videoItemUser {
  display: inline-block;
  height: 178px;
  width: 277px;
  margin-right: 6px;
  padding: 1px;
  padding: 4px;
  border: solid 1px #ccc;
  border-radius: 4px;
  overflow: hidden; }

.user_videos {
  width: 887px;
  margin: 0 auto; }

.h1_novideo {
  margin-left: 185px;
  width: 100px;
  margin: 0 auto; }

.intro h2 {
  font-size: 13px; }

blockquote {
  color: #383838;
  font-family: Georgia,serif;
  font-style: italic;
  line-height: 2.45;
  margin: 0.25em 0;
  padding: 0.25em 1em;
  position: relative; }

blockquote:before {
  color: #7A7A7A;
  content: "“";
  display: block;
  font-size: 45px;
  left: -4px;
  position: absolute;
  top: -32px; }

blockquote cite {
  color: #999999;
  display: block;
  font-size: 14px;
  margin-top: 5px; }

blockquote cite:before {
  content: "— "; }

blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px; }

blockquote cite:before {
  content: "\2014 \2009"; }

div#slideshow2 ul#nav2 li#prev2 {
  float: left;
  margin: 0 0 0 40px; }

div#slideshow2 ul#nav2 li#next2 {
  float: right;
  margin: 0 50px 0 0; }

div#slideshow2 ul#nav2 li#prev2 a {
  background: url(/App_Themes/BlueWhite/images/prev.png) repeat scroll 0 0 transparent; }

div#slideshow2 ul#nav2 li#next2 a {
  background: url(/App_Themes/BlueWhite/images/next.png) repeat scroll 0 0 transparent; }

div#slideshow2 ul#nav2 li a {
  display: block;
  height: 80px;
  text-indent: -9999px;
  width: 80px; }

div#slideshow2 ul#nav2 {
  display: none;
  list-style: none outside none;
  position: relative;
  top: 110px;
  z-index: 15; }

.page_content_title {
  height: 31px;
  color: #000;
  font-size: 17px;
  background-color: #ccc;
  padding-left: 5px;
  box-shadow: 0px 0px 10px #333;
  margin-bottom: 11px; }

.product-details {
  margin-top: 10px;
  padding: 1px; }
  .product-details img {
    width: 322px;
    height: 221px; }

.product-intro {
  float: right;
  padding: 0;
  width: 558px; }

.product-intro-title {
  background: url("images/introducing.gif") no-repeat scroll 0 0 transparent;
  height: 33px;
  width: 372px; }

.product-intro .product-description {
  line-height: 2em;
  overflow: hidden;
  height: 150px; }

.attached-images {
  text-align: center;
  padding-top: 20px; }
  .attached-images .photo-attached {
    margin-bottom: 31px; }

.view-more {
  float: right;
  margin-right: 6px; }

.sub-title-product {
  color: #FF0000;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0px !important; }

.sub-title-product {
  color: #000000;
  font-size: 17px; }

.main-content-block {
  border-bottom: 1px dashed #5A5758;
  border-bottom-color: #999999;
  padding: 8px 7px; }

.main-content-block:last-child {
  border: none; }

.bar_title_main {
  margin: 0 auto;
  width: 960px;
  line-height: 1.8em; }

.bar_title_main h1 a {
  color: #000; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.btn_black {
  padding: 9px 14px 4px 14px;
  display: block;
  height: 18px;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 0.2em #000;
  border-radius: 4px;
  background-color: #1b4070; }

a.btn_black {
  color: #fff; }

a.btn_black:hover {
  color: #FFFF00; }

.page_content_title div h1 .number {
  font-size: 14px; }

ul.tabs {
  text-align: right;
  padding-right: 17px; }

ul.tabs li {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 8px 11px;
  margin-bottom: -1px;
  position: relative;
  cursor: pointer;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

ul.tabs li.active {
  border: none !important; }

ul.tabs li a {
  color: #000; }

ul.tabs li.active {
  font-weight: bold;
  background-color: #1b4070;
  color: #000;
  padding: 9px 11px;
  background-image: linear-gradient(bottom, #1b4070 17%, #084b94 59%);
  background-image: -o-linear-gradient(bottom, #1b4070 17%, #084b94 59%);
  background-image: -moz-linear-gradient(bottom, #1b4070 17%, #084b94 59%);
  background-image: -webkit-linear-gradient(bottom, #1b4070 17%, #084b94 59%);
  background-image: -ms-linear-gradient(bottom, #1b4070 17%, #084b94 59%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.17, #1b4070), color-stop(0.59, #084b94)); }

ul.tabs li.active a {
  color: #fff !important; }

.tab-container {
  clear: both;
  width: 100%;
  min-height: 400px;
  position: relative;
  line-height: 1.5em;
  padding-top: 6px; }

h2.title-product {
  float: left;
  position: relative;
  font-size: 16px;
  top: 2px; }

h2.full-width-title {
  line-height: 1.5em;
  float: none;
  position: initial;
  max-width: 99%;
  padding: 7px 4px;
  margin-bottom: 11px;
  border-bottom: solid 1px #ccc; }

.tabbed {
  margin-top: 1px; }

.p-title {
  background: url("/App_Themes/BlueWhite/images/intro-title.gif") no-repeat scroll 0 0 transparent;
  font-weight: bold;
  height: 16px;
  margin: 10px 0;
  padding: 3px 0 0 35px;
  line-height: 1em; }

.comment_line {
  border: solid 1px #ccc;
  margin: 0px 0px;
  padding: 12px 15px; }

.comment_box_title {
  border: solid 1px #ccc;
  display: inline-block;
  padding: 6px 10px 6px 10px;
  margin-bottom: -1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #ccc; }

.other_product {
  margin: 10px 0px; }

.comment_item {
  border: 1px solid #CCCCCC;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  margin-top: 16px;
  padding: 6px; }

.top .date {
  color: #999999;
  font-size: 10px;
  font-weight: bold; }

.top .name {
  color: #CC3300;
  font-weight: bold; }

.post_com {
  color: #999999;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: 2px;
  margin-top: 10px; }

.middle {
  margin-bottom: 7px;
  padding-top: 4px;
  line-height: 1.5em; }

.align_right {
  text-align: right; }

.gray_bold {
  color: #999999;
  font-size: 10px;
  font-weight: bold; }

.page_nav {
  margin-top: 6px; }

.no_comment {
  color: #999999;
  padding: 5px;
  text-align: left; }

.name_comment {
  color: #999999; }

.name_comment a {
  color: #999999;
  font-weight: bold; }

.grid_pav {
  margin-top: 5px; }

.grid_pav table tr td {
  border: 1px solid #CCCCCC;
  margin-top: 5px;
  padding: 0; }

.grid_pav table tr td span {
  background-color: #0099FF;
  display: block;
  padding: 4px 10px; }

.grid_pav table tr td a {
  display: block;
  padding: 4px 10px; }

.grid_pav table {
  border: medium none;
  margin-top: 5px; }

.com_quote {
  background-color: #F2F2F2;
  font-style: italic;
  margin-bottom: 6px;
  padding: 10px; }

.com_quote .fullname {
  color: #666666;
  font-size: 12px;
  font-style: italic;
  font-weight: bold; }

.upload_pnl {
  margin: 0;
  padding: 0; }

.thumb_img {
  margin: 2px 6px 2px 0; }

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder2_GridViewList_ctl02_Panel1 {
  margin-top: 10px; }

.ul_float {
  clear: both;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.ul_float li {
  float: left;
  margin-right: 2px;
  padding: 0; }

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder2_ASPxUploadControl1_Add {
  padding-bottom: 15px; }

.align_left {
  text-align: left; }

.tblComment tr td {
  padding: 3px; }

.ul_h {
  float: left; }

.ul_h li {
  float: left;
  margin-left: 3px; }

.page_content_title a {
  color: #000; }

.access-content-block {
  width: 31%;
  float: left;
  margin: 5px 7px;
  border-radius: 3px;
  height: 337px;
  position: relative;
  border: 1px solid #e5e5e5;
  box-sizing: border-box; }
  .access-content-block .price {
    font-size: 15px;
    font-weight: bold;
    margin-top: 2px;
    color: red;
    display: none; }
  .access-content-block .btn-addcart {
    /*display:none;*/
    float: left; }
    .access-content-block .btn-addcart .fa-fw {
      font-size: 15px; }
  .access-content-block.enable-sell .price, .access-content-block.enable-sell .btn-addcart {
    display: inline-block; }
  .access-content-block .clicked-link-btn {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    color: #297fb8; }
    .access-content-block .clicked-link-btn a, .access-content-block .clicked-link-btn a:active, .access-content-block .clicked-link-btn a:visited {
      color: #297fb8; }
  .access-content-block .text-part {
    padding: 3px 9px; }
  .access-content-block .item-code {
    padding: 4px 0px; }
  .access-content-block .product-action-bar {
    position: absolute;
    width: 94%;
    bottom: 16px; }

.access-content-block .accessories-info {
  line-height: 1.5em;
  overflow: auto;
  margin-top: 11px; }

.accessories-name {
  font-weight: bold;
  color: #2D5D9C;
  font-size: 14px;
  height: 56px; }

.accessories-img {
  text-align: center;
  height: 182px;
  overflow: hidden; }
  .accessories-img img {
    width: 100%;
    height: 100%; }

.btn_more_absolute {
  margin-top: 17px;
  margin-bottom: 10px; }

.img_item {
  float: left;
  height: 86px;
  margin-top: 15px;
  margin-right: 15px; }

.album_container {
  border: 1px solid #CCCCCC;
  border-radius: 5px 5px 5px 5px;
  display: inline-block;
  margin: 12px 10px 8px 41px;
  padding: 10px;
  width: 150px;
  behavior: url(/App_Themes/BlueWhite/css/PIE.htc); }

.album_container1 {
  border: 1px solid #CCCCCC;
  border-radius: 5px 5px 5px 5px;
  display: inline-block;
  margin: 5px 10px 8px 19px;
  padding: 10px;
  width: 177px;
  behavior: url(/App_Themes/BlueWhite/css/PIE.htc); }

.album_title {
  font-weight: bold;
  margin-bottom: 2px;
  text-align: center;
  margin-bottom: 10px;
  color: #000; }

.divPhoto_gallery {
  margin-top: 10px; }

.loading {
  position: fixed;
  top: 50%;
  left: 50%; }

.form_field .divLeft {
  clear: left;
  padding: 3px 0;
  width: 735px; }

.form_field .divLeft .feedbackSpan {
  clear: left;
  float: left;
  padding: 8px 20px 3px 0;
  text-align: right;
  width: 120px; }

span.asterisk {
  color: #FF9900;
  font-weight: bold; }

.txtF_contact {
  padding: 4px;
  border: 1px solid #CCCCCC;
  min-height: 22px;
  border-radius: 5px;
  font-family: Arial; }

span + .txtF_contact {
  margin-right: 4px; }

.securecode {
  border: 1px solid #CCCCCC;
  padding: 4px;
  margin-left: 4px; }

.frm_btn {
  margin-left: 138px;
  margin-top: 15px; }

.error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url("error.png"); }

.info, .success, .warning, .error, .validation {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center; }

.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url(success.png);
  width: 91%;
  margin: 10px auto 10px auto;
  font-size: 13px;
  font-weight: bold; }

.btn {
  min-width: 80px;
  display: inline-block;
  border: solid 1px #ccc;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #ccc; }

.padding-txt {
  padding: 8px; }

.btn-color {
  padding: 10px 10px;
  color: #fff;
  background-color: #1b4070;
  min-width: 92px; }

.contact_info {
  margin: 10px 0px 20px;
  padding: 18px 5px;
  line-height: 1.5em;
  border-bottom: solid 1px #ccc; }

.mGrid {
  background-color: #FFFFFF;
  border: 1px solid #C1C1C1;
  border-collapse: collapse;
  margin: 5px 0 10px;
  width: 100%; }

.mGrid td {
  border: 1px solid #C1C1C1;
  color: #333333;
  padding: 2px; }

.mGrid input:focus {
  background-color: #FFFF99;
  color: #FF3300; }

.mGrid th {
  background-color: #2E5FAE;
  border-left: 1px solid #C1C1C1;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 2px; }

.mGrid .alt {
  background: url("images/grd_alt.png") repeat-x scroll center top #FCFCFC; }

.menu-sub-manual {
  position: absolute;
  z-index: 99999;
  width: 253px;
  top: 27px;
  text-align: left;
  right: 0;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  background-color: #fff;
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

li.mn-manual:hover div.menu-sub-manual {
  display: block; }

.menu-sub-manual div a {
  color: #fff;
  display: block;
  padding: 5px 3px 5px 10px; }

.menu-sub-manual div a:hover {
  background-color: #CCCCCC; }

.video-pro-details {
  padding: 5px;
  border: solid 1px #ccc;
  border-radius: 5px; }

.video-shadow {
  background: transparent url("/App_Themes/BlueWhite/images/box-shadow.png") top left no-repeat scroll;
  height: 35px;
  width: 640px; }

.box-shadow-s {
  width: 268px;
  height: 19px;
  margin: 0 auto;
  background: transparent url("/App_Themes/BlueWhite/images/box-shadow-small.png") top left no-repeat scroll; }

.d-video {
  display: inline-block;
  width: 278px;
  margin-left: 14px; }

.d-video:first-child {
  margin-left: 0px; }

.com-list {
  height: 210px;
  border: 1px solid #ccc; }

.com-send {
  margin-top: 5px;
  overflow: hidden; }

.txtarea {
  width: 98%;
  height: 70px;
  font-size: 12px;
  font-family: arial;
  clear: both; }

ul.cmt-input li {
  width: 152px; }

ul.cmt-input li {
  display: inline-block;
  margin-bottom: 5px;
  float: left; }

li #txtName, li #txtEmail {
  width: 97%;
  padding: 2px 3px; }

.btn-cmt-send {
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 2px #FFFFFF inset;
  font-family: Helvetica,Arial,sans serif;
  font-size: 12px;
  padding: 5px 3px;
  text-decoration: none !important;
  width: 50px;
  text-align: center;
  display: block; }

.grey {
  background-color: #E1E1E1;
  background-image: linear-gradient(#EDEDED, #E1E1E1);
  border: 1px solid #D0D0D0;
  color: #444444;
  text-shadow: 1px 1px 1px #FFFFFF; }

.cmt-item .reply {
  float: left; }

.cmt-item .like {
  float: right;
  margin-bottom: 4px; }

.cmt-item .content {
  overflow: hidden;
  clear: both;
  margin: 5px 0px; }

.cmt-item {
  clear: both;
  padding: 10px 0px 5px 0px;
  border-bottom: 1px dotted #999; }

.cmt-item .bottom {
  clear: both;
  margin-bottom: 6px; }

.com-list {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 218px;
  padding: 2px 2px 3px 2px; }

.cmt-item .top {
  color: #ccc; }

.cmt-item .top .name {
  color: #000;
  font-size: 12px; }

.cmt-item .top .date {
  font-size: 11px; }

.cmt-item .reply {
  font-size: 12px;
  cursor: pointer;
  color: #0033CC;
  padding-bottom: 4px;
  font-size: 11px; }

.fmsidWidgetBtnLike.inline {
  display: inline-block;
  vertical-align: middle; }

.fmsidWidgetBtnLike.inline .btn-l {
  background: url("../images/like-s.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 20px; }

.fmsidWidgetBtnLike.inline .btn-l {
  background: url("../images/like-s.png") no-repeat scroll 0 0 transparent;
  height: 16px;
  width: 16px; }

.fmsidWidgetBtnLike.inline .btn-l span {
  display: none; }

.fmsidWidgetBtnLike.inline .inf {
  -moz-box-sizing: border-box;
  border: 1px solid #D0D0D0;
  border-radius: 3px 3px 3px 3px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  height: 20px;
  margin-left: 8px;
  min-width: 20px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle; }

.fmsidWidgetBtnLike.inline .inf {
  font-size: 9px;
  height: 16px;
  min-width: 16px; }

.fmsidWidgetBtnLike.inline .inf:hover {
  text-decoration: none; }

.fmsidWidgetBtnLike.inline .inf .fmsidWidgetIconArrowLeft {
  left: -6px;
  margin-top: -7px;
  position: absolute;
  top: 50%; }

.fmsidWidgetBtnLike.inline .inf .num {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  vertical-align: middle; }

.fmsidWidgetBtnLike.inline .inf .num {
  height: 16px;
  line-height: 16px; }

.fmsidWidgetBtnDisLike.inline {
  display: inline-block;
  vertical-align: middle; }

.fmsidWidgetBtnDisLike.inline .btn-l {
  background: url("../images/like-s.png") no-repeat scroll 0 -24px transparent;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 20px; }

.fmsidWidgetLike.s .fmsidWidgetBtnDisLike.inline .btn-l {
  background: url("../images/like-s.png") no-repeat scroll 0 -20px transparent;
  height: 16px;
  width: 16px; }

.fmsidWidgetBtnDisLike.inline .btn-l span {
  display: none; }

.fmsidWidgetBtnDisLike.inline .inf {
  -moz-box-sizing: border-box;
  border: 1px solid #D0D0D0;
  border-radius: 3px 3px 3px 3px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  height: 20px;
  margin-right: 8px;
  min-width: 20px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle; }

.fmsidWidgetBtnDisLike.inline .inf {
  font-size: 9px;
  height: 16px;
  min-width: 16px; }

.fmsidWidgetBtnDisLike.inline .inf:hover {
  text-decoration: none; }

.fmsidWidgetBtnDisLike.inline .inf .fmsidWidgetIconArrowRight {
  margin-top: -7px;
  position: absolute;
  right: -6px;
  top: 50%; }

.fmsidWidgetBtnDisLike.inline .inf .num {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  vertical-align: middle; }

.fmsidWidgetLike.s .fmsidWidgetBtnDisLike.inline .inf .num {
  height: 16px;
  line-height: 16px; }

.fmsidWidgetIconArrowLeft {
  background: url("../images/arrows-l.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 14px;
  vertical-align: middle;
  width: 6px; }

.fmsidWidgetIconArrowRight {
  background: url("../images/arrows-l.png") no-repeat scroll 0 -18px transparent;
  display: inline-block;
  height: 14px;
  vertical-align: middle;
  width: 6px; }

.dialog_overlay {
  background-color: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0.5;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 101; }

.dialog_window {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 0 5px #000;
  height: 204px;
  left: 50%;
  margin-left: -242px;
  margin-top: -180px;
  overflow: auto;
  padding: 30px;
  position: fixed;
  top: 50%;
  width: 417px;
  z-index: 99999; }

.dialog_window .field {
  clear: both;
  padding: 2px 0px; }

.dialog_window .field input {
  float: left;
  margin-left: 10px;
  border-radius: 3px;
  border: solid 1px #ccc; }

.dialog_window .field .lbl {
  float: left;
  width: 60px;
  text-align: right; }

.dialog_window .field input {
  padding: 3px; }

.dialog_window .field textarea {
  width: 249px;
  height: 102px;
  margin-left: 10px;
  float: left;
  border-radius: 3px;
  border: solid 1px #ccc;
  padding: 4px; }

span.btn-pop {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background-color: #E1E1E1;
  background-image: linear-gradient(#EDEDED, #E1E1E1);
  border: 1px solid #D0D0D0;
  color: #444444;
  text-shadow: 1px 1px 1px #FFFFFF;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 2px #FFFFFF inset;
  display: inline-block;
  font-family: Helvetica,Arial,sans serif;
  font-size: 12px;
  padding: 8px 12px;
  text-decoration: none !important;
  margin-right: 4px; }

.btn-popup {
  clear: both;
  margin-left: 70px;
  padding-top: 10px; }

.cmt-input li span {
  display: block;
  padding-bottom: 3px; }

.shoppingcart-wrapper {
  position: absolute;
  right: 12px;
  top: 11px;
  font-size: 14px;
  color: #1b4070; }
  .shoppingcart-wrapper .shopcart-link {
    font-weight: bold; }
  .shoppingcart-wrapper a:visited {
    color: #1b4070; }

.table-bordered {
  width: 100%;
  border: 1px solid #ddd; }
  .table-bordered thead tr th {
    padding: 14px 8px;
    font-size: 13px; }
  .table-bordered tbody tr td {
    padding: 9px 8px; }
  .table-bordered td {
    background-color: #fff;
    border: solid 1px #ccc; }
  .table-bordered .center {
    text-align: center; }
  .table-bordered .align-left {
    text-align: left; }

.cart-list tr th {
  font-weight: bold;
  background-color: #eee; }
.cart-list input {
  width: 45px;
  text-align: center;
  border-radius: 0;
  margin: 0px 3px 0px 3px;
  padding: 6px;
  border: solid 1px #ccc; }
.cart-list td .minus-icon, .cart-list td .add-icon {
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  width: 28px;
  text-align: center;
  height: 28px;
  line-height: 1.8em;
  background-color: #eee; }
  .cart-list td .minus-icon.disabled, .cart-list td .add-icon.disabled {
    opacity: 0.6;
    cursor: not-allowed; }
.cart-list th.quantity {
  width: 127px; }
.cart-list > tbody > tr > td {
  vertical-align: middle;
  font-size: 13px; }
.cart-list .delete-icon {
  color: #BE022B;
  font-size: 14px;
  cursor: pointer; }

.cart-container {
  background-color: #fff;
  min-height: 400px;
  padding: 20px 13px; }
  .cart-container .cart-summary {
    margin: 20px 12px 6px 12px; }
    .cart-container .cart-summary .lbl-total {
      float: right;
      font-weight: bold;
      font-size: 13px; }
  .cart-container .number-total {
    color: #BE022B;
    font-size: 14px;
    width: 63px;
    display: inline-block;
    padding-left: 12px;
    text-align: right; }

.btn-common {
  padding: 10px 11px;
  background-color: #1b4070;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  border-radius: 3px;
  cursor: pointer; }
  .btn-common.paypal-btn-wrapper {
    background-color: #fff !important;
    padding: 0px 11px; }

.btn-text {
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
  padding: 10px 11px;
  color: #1b4070; }

.cart-action-bar {
  display: flex;
  justify-content: flex-end;
  margin-top: 22px;
  text-align: center; }
  .cart-action-bar .btn-common {
    margin-left: 12px;
    min-width: 110px; }

.estimate-shipping-section {
  margin-top: 10px; }
  .estimate-shipping-section .estimate-shipping-panel {
    padding: 15px 10px; }

.text-field {
  padding: 10px; }

.form-row {
  display: flex;
  align-items: center;
  margin: 10px 0px;
  flex-wrap: wrap; }
  .form-row .label {
    width: 15%; }
  .form-row .control {
    text-align: left;
    width: 83%; }
    .form-row .control input {
      width: 97%;
      text-align: left;
      padding: 10px; }
  .form-row .help-text {
    margin-left: 28%;
    margin-top: 5px;
    color: red;
    font-size: 12px;
    line-height: 1.5em; }
  .form-row.label-center .label {
    text-align: right;
    padding-right: 10px; }
    .form-row.label-center .label.required-field:after {
      content: '*';
      color: red;
      font-size: 15px;
      font-weight: bold; }
  .form-row .txt-destination-address {
    padding: 10px;
    font-size: 14px; }
  .form-row select {
    padding: 10px;
    margin-left: 3px;
    border: solid 1px #ccc;
    width: 105%; }
  .form-row.middle .label {
    padding-top: 9px; }

.break-flex {
  flex-basis: 100%;
  height: 0; }

.form-wrap {
  display: flex; }
  .form-wrap.flow-row {
    flex-wrap: wrap; }
    .form-wrap.flow-row .form-row {
      width: 49%; }
      .form-wrap.flow-row .form-row .label {
        width: 25%; }
      .form-wrap.flow-row .form-row .control {
        width: 67%; }
  .form-wrap .break {
    flex-basis: 100%;
    height: 0; }
  .form-wrap.no-center-label .form-row {
    align-items: start; }

.product-action-bar {
  margin-top: 14px; }
  .product-action-bar .btn {
    font-size: 13px;
    margin: auto 9px; }
    .product-action-bar .btn a, .product-action-bar .btn span {
      color: #fff; }

.info-text {
  padding: 10px;
  color: red; }

.color-red {
  color: red; }

.disabled-btn {
  pointer-events: none;
  opacity: 0.4; }

.disabled-paypal-btn {
  pointer-events: none;
  opacity: 0.4; }

.backdrop {
  opacity: 0.4;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 102;
  display: none; }

.lds-ring {
  display: inline-block;
  position: fixed;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  z-index: 103;
  display: none; }

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent; }

.loading-txt {
  display: inline-block;
  margin-top: 82px;
  width: 300px;
  left: -75px;
  position: relative;
  visibility: hidden;
  font-size: 14px;
  color: #fff; }

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s; }

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s; }

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.order-success-text {
  padding: 2px 13px 17px 0px;
  font-size: 18px;
  color: #2D5D9C;
  font-weight: bold; }

.cart-empty-txt {
  padding: 23px 20px;
  font-size: 16px;
  text-align: center; }

.product-photo-album {
  margin-top: 10px;
  margin-left: 20px;
  height: 130px; }
  .product-photo-album ul {
    padding: 0;
    margin: 0; }
    .product-photo-album ul li {
      float: left;
      display: inline-block;
      width: 140px;
      height: 100px;
      overflow: hidden;
      margin: 5px 5px 1px 0px;
      padding: 5px;
      transition: all .2s; }
      .product-photo-album ul li:hover {
        box-shadow: 0px 0px 10px #333;
        transform: scale(1.07); }
      .product-photo-album ul li a {
        display: block;
        height: 100%;
        width: 100%;
        cursor: pointer;
        transition: transform .2s; }
      .product-photo-album ul li img {
        width: 100%;
        height: 100%; }

.txt-customer-comment {
  padding: 9px;
  height: 100px;
  width: 100%;
  border: solid 1px #ccc;
  font-family: arial; }

.fl {
  float: left; }

.fr {
  float: right; }

/*accessory detail page*/
.accessory-detail-wrap {
  box-sizing: border-box;
  padding: 20px 13px;
  /* jssor slider thumbnail navigator skin 01 css */
  /*
  .jssort01 .p           (normal)
  .jssort01 .p:hover     (normal mouseover)
  .jssort01 .pav           (active)
  .jssort01 .pav:hover     (active mouseover)
  .jssort01 .pdn           (mousedown)
  */ }
  .accessory-detail-wrap .product-name {
    font-size: 19px;
    color: red;
    border-bottom: solid 1px #eee;
    padding: 10px 0px;
    line-height: 1.5em; }
  .accessory-detail-wrap .slideshow {
    width: 49%; }
  .accessory-detail-wrap .info-right {
    width: 48%; }
  .accessory-detail-wrap .item-code {
    display: block;
    padding: 14px 0px 2px 0px;
    font-size: 14px;
    color: #1b4070; }
  .accessory-detail-wrap .product-description {
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 15px; }
  .accessory-detail-wrap .price-detail {
    font-size: 25px;
    color: red;
    margin: 18px 0px;
    font-weight: bold; }
  .accessory-detail-wrap .jssora05l,
  .accessory-detail-wrap .jssora05r,
  .accessory-detail-wrap .jssora05ldn,
  .accessory-detail-wrap .jssora05rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(/App_Themes/BlueWhite/images/a17.png) no-repeat;
    overflow: hidden; }
  .accessory-detail-wrap .jssora05l {
    background-position: -10px -40px; }
  .accessory-detail-wrap .jssora05r {
    background-position: -70px -40px; }
  .accessory-detail-wrap .jssora05l:hover {
    background-position: -130px -40px; }
  .accessory-detail-wrap .jssora05r:hover {
    background-position: -190px -40px; }
  .accessory-detail-wrap .jssora05ldn {
    background-position: -250px -40px; }
  .accessory-detail-wrap .jssora05rdn {
    background-position: -310px -40px; }
  .accessory-detail-wrap .jssort01 .w {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
  .accessory-detail-wrap .jssort01 .c {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 68px;
    height: 68px;
    border-width: 0px; }
  .accessory-detail-wrap .jssort01 .p:hover .c,
  .accessory-detail-wrap .jssort01 .pav:hover .c,
  .accessory-detail-wrap .jssort01 .pav .c {
    border: #ccc 2px solid;
    top: 2px;
    left: 1px;
    width: 66px;
    height: 65px; }
  .accessory-detail-wrap .jssort01 .p:hover .c,
  .accessory-detail-wrap .jssort01 .pav:hover .c {
    top: 0px;
    left: 0px;
    width: 70px;
    height: 70px;
    border: #fff 1px solid; }
  .accessory-detail-wrap .out-of-stock .add-cart-wrapper {
    opacity: 0.6;
    pointer-events: none;
    user-select: none; }
  .accessory-detail-wrap .price-add-cart {
    padding-bottom: 56px;
    display: none; }
  .accessory-detail-wrap .enable-sell .price-add-cart {
    display: block; }
  .accessory-detail-wrap .description-label {
    font-weight: bold;
    font-size: 15px;
    border-bottom: solid 1px #eee;
    padding: 10px 0px;
    margin-bottom: 16px; }

.stock-status {
  font-size: 15px;
  color: red; }
  .stock-status.instock .fa-fw {
    color: #297fb8; }
  .stock-status.outstock .fa-fw {
    color: red; }

.add-cart-wrapper {
  margin-top: 23px;
  box-sizing: border-box; }
  .add-cart-wrapper * {
    box-sizing: border-box; }
  .add-cart-wrapper > div {
    float: left; }
  .add-cart-wrapper .txt-qty {
    width: 82px; }
    .add-cart-wrapper .txt-qty input {
      font-size: 14px;
      font-weight: bold;
      padding: 10px 5px;
      display: block;
      width: 100%;
      border-radius: 3px;
      border: solid 1px #ccc;
      text-align: center;
      color: #297fb8; }
  .add-cart-wrapper .btn-wrap .btn-add-cart-big {
    text-align: center;
    padding: 11px 20px;
    display: inline-block;
    margin-left: 11px;
    width: 158px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    background-color: #297fb8;
    color: #ffffff; }
    .add-cart-wrapper .btn-wrap .btn-add-cart-big:hover {
      box-shadow: 0px 0px 6px #333; }
  .add-cart-wrapper .btn-wrap .fa-fw {
    margin-right: 5px; }

.btn-add-cart-small {
  text-align: center;
  padding: 2px 1px;
  display: inline-block;
  margin-left: 11px;
  width: 91px;
  border-radius: 20px;
  font-size: 12px;
  cursor: pointer;
  background-color: #297fb8;
  color: #ffffff;
  margin-bottom: 7px; }
  .btn-add-cart-small .fa-fw {
    font-size: 15px; }
  .btn-add-cart-small:hover {
    box-shadow: 0px 0px 6px #333; }

.product-description {
  padding: 10px 0px; }

.overlay-bg {
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 200%;
  top: 0;
  left: 0;
  z-index: 900; }

.overlay-open {
  overflow: hidden; }

.overlay-img {
  z-index: 999;
  transition: opacity 0.5s;
  cursor: pointer;
  border: solid 4px #fff; }

.overlay-close {
  display: inline-block;
  border-radius: 50%;
  border: solid 2px #fff;
  text-align: center;
  color: #fff;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 9999;
  font-size: 16px;
  right: 34px; }
  .overlay-close .fa-fw {
    transform: rotate(45deg);
    top: 9px;
    position: relative;
    font-size: 17px; }

#product-gallery li img {
  cursor: zoom-in; }

.align-center {
  text-align: center; }

.panel-success {
  color: #31708f;
  background-color: #d9edf7;
  border: solid 1px #31708f;
  padding: 19px 23px;
  border-radius: 4px;
  margin: 11px auto 10px auto;
  width: 97%;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.7em; }

.full-width-control .form-row {
  width: 100% !important; }

.bold-control .form-row .control {
  font-weight: bold;
  line-height: 1.4em; }
.bold-control .form-row .label {
  text-align: left; }

.red-text {
  color: red; }

.d-none {
  display: none; }

.outstock-lbl {
  color: red;
  font-weight: bold;
  font-size: 11px; }

.ggcaptcha-box {
  float: left;
  display: flex;
  margin-bottom: 39px; }
  .ggcaptcha-box .label {
    width: 125px; }

.page-width_ {
  width: 1200px;
  margin: 0 auto; }

.new-project-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left; }

.new-project-item {
  width: 47%;
  margin: 13px 13px 15px 13px;
  overflow: hidden; }
  .new-project-item .title-new-project {
    margin: 10px 0px;
    font-size: 15px; }

.alert1-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

.alert1-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

.alert1 {
  position: relative;
  padding: 0.74rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert1-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.notice-shipcost {
  display: block;
  clear: both;
  margin-top: 20px;
  line-height: 1.6em; }

.mgr-top-md {
  margin-top: 10px; }

.sub-cat-wrap {
  display: flex;
  justify-content: flex-start;
  margin-right: 5px;
  flex-flow: wrap; }
  .sub-cat-wrap .cat-item {
    width: 31%;
    height: 200px;
    border: solid 0px #ccc;
    margin: 5px;
    box-shadow: 0px 0px 4px #bbb;
    text-align: center; }
    .sub-cat-wrap .cat-item .cat-image-thumb {
      height: 152px;
      overflow: hidden; }
    .sub-cat-wrap .cat-item .category-name {
      color: #2D5D9C;
      margin-top: 11px;
      line-height: 1.3em; }

.category-description {
  padding: 9px 0px;
  box-sizing: border-box;
  width: 97%;
  margin: 10px 0px 4px 10px;
  color: #2D5D9C;
  line-height: 1.5em; }

.related-products-wrap {
  height: 282px;
  width: 99%;
  margin: 0 auto; }
  .related-products-wrap.product-page-detail {
    height: 282px; }
    .related-products-wrap.product-page-detail .item {
      height: 278px; }
    .related-products-wrap.product-page-detail .slide-image {
      padding-top: 7px; }
  .related-products-wrap .item {
    display: inline-block;
    width: 23.7%;
    position: relative;
    overflow: hidden;
    white-space: normal;
    line-height: 1.6em;
    vertical-align: middle;
    margin: 0px 5px;
    border: solid 1px #eee;
    box-shadow: 0px 0px 4px 2px #eee;
    border-radius: 5px;
    height: 278px; }
    .related-products-wrap .item .production-name-related {
      padding: 2px 5px;
      font-weight: bold;
      color: #2D5D9C;
      font-size: 12px;
      margin-top: 10px; }
    .related-products-wrap .item .price-related {
      padding: 3px 7px;
      font-weight: bold;
      color: red; }
    .related-products-wrap .item .btn-remove-related {
      cursor: pointer;
      position: absolute;
      right: 6px;
      bottom: 6px;
      border: solid 1px red;
      color: red;
      padding: 2px 5px;
      border-radius: 4px;
      opacity: 0.3; }
      .related-products-wrap .item .btn-remove-related:hover {
        opacity: 1.0; }
    .related-products-wrap .item .hide_0 {
      display: none; }
  .related-products-wrap .MS-content {
    white-space: nowrap;
    overflow: hidden;
    height: 282px;
    padding: 4px 2px; }
  .related-products-wrap .slide-image {
    height: 182px;
    text-align: center;
    overflow: hidden; }

.floating-toolbar {
  transition: all .2s ease;
  border: solid 1px #ccc;
  position: fixed;
  background-color: #fff;
  right: 5px;
  bottom: 5px;
  opacity: 0.2;
  cursor: pointer; }
  .floating-toolbar:hover {
    opacity: 1; }
  .floating-toolbar ul {
    padding: 0;
    margin: 0; }
    .floating-toolbar ul li {
      display: inline-block; }
      .floating-toolbar ul li a {
        padding: 5px 10px;
        text-align: center;
        display: block; }
        .floating-toolbar ul li a:hover {
          font-weight: bold; }

.other-product-item2 {
  padding: 2px 2px;
  margin: 0px 2px 22px 2px;
  width: 92%; }
  .other-product-item2 .name-item {
    line-height: 1.5em;
    color: #2D5D9C;
    font-size: 12px;
    font-weight: bold; }

.edit-icon-home {
  font-size: 14px;
  cursor: pointer;
  color: red;
  opacity: 0.4; }
  .edit-icon-home:hover {
    opacity: 1; }

.file-upload {
  cursor: pointer; }
  .file-upload label {
    color: blue;
    cursor: pointer;
    display: block; }

.product-detail-admin-panel {
  display: inline-block;
  float: right; }

.inside-thumb {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 0px;
  opacity: 0.5; }
  .inside-thumb:hover {
    opacity: 1; }
  .inside-thumb .btn_black {
    height: auto;
    padding: 5px 2px 4px 8px;
    font-weight: normal; }

/*new product*/
.content-wrap-padding {
  padding: 20px 21px; }

.item-card {
  float: left;
  border: solid 1px #ccc;
  padding: 0px;
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.3); }
  .item-card .image-thumb {
    height: 167px;
    overflow: hidden; }
    .item-card .image-thumb img {
      width: 100%; }
  .item-card .product-info {
    padding: 15px 12px; }
  .item-card .product-description {
    padding: 10px 0px;
    height: 59px;
    overflow: hidden;
    line-height: 1.3em; }
  .item-card.new-product-item {
    width: 30%;
    height: 331px;
    overflow: hidden;
    margin: 0px 13px 27px 12px;
    position: relative; }
  .item-card .item-title-common {
    font-weight: bold;
    color: #2D5D9C;
    font-size: 14px; }
  .item-card .btn-link {
    position: absolute;
    right: 8px;
    bottom: 7px; }
    .item-card .btn-link a {
      padding: 9px 14px 4px 14px;
      display: inline-block;
      height: 18px;
      text-align: center;
      font-weight: bold;
      text-shadow: 0 0 0.2em #000;
      border-radius: 4px;
      background-color: #1b4070;
      color: #fff; }

.page-title-inside {
  font-size: 18px;
  color: #2D5D9C;
  font-weight: bold;
  margin: 0px 0px 20px 10px; }

.new-product-wrap {
  padding: 16px 20px;
  margin-bottom: 25px; }
  .new-product-wrap .new-product-title {
    font-size: 18px;
    color: #2D5D9C;
    border-bottom: solid 1px #eee;
    line-height: 1.5em;
    margin-bottom: 23px;
    font-weight: bold; }
  .new-product-wrap .new-product-description {
    margin-top: 15px; }

.my-owl-nav {
  position: absolute;
  z-index: 3;
  top: 61px;
  width: 892px; }
  .my-owl-nav button {
    border: none;
    background: none; }
  .my-owl-nav .owl-next {
    float: right; }
  .my-owl-nav .next-slide, .my-owl-nav .prev-slide {
    width: 32px;
    font-size: 45px;
    color: #fff;
    cursor: pointer; }

.table-style td, .table-style th {
  border: 1px solid #ddd;
  padding: 10px;
  font-weight: bold; }

a.new-product-link {
  display: block;
  color: #2D5D9C;
  padding: 8px;
  line-height: 1.5em; }
  a.new-product-link:visited {
    color: #2D5D9C; }

.table-style tr:nth-child(even) {
  background-color: #f2f2f2; }

.table-style tr:hover {
  background-color: #ddd; }

.table-style th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #2D5D9C;
  color: white; }

.new-product-list {
  margin-top: 19px; }
  .new-product-list > ul {
    list-style-type: square;
    margin-left: 17px; }
    .new-product-list > ul > li a {
      display: inline-block;
      padding: 5px 0px;
      font-size: 14px;
      color: #2D5D9C; }
      .new-product-list > ul > li a:hover {
        font-weight: bold; }
      .new-product-list > ul > li a > span {
        display: inline-block;
        padding: 6px 0px; }
  .new-product-list .product-code {
    width: 110px; }

.table-style2 {
  border-collapse: collapse;
  width: 100%; }

.table-style2 th {
  border: 1px solid #ddd;
  padding: 8px; }

.table-style2 tr:nth-child(even) {
  background-color: #f2f2f2; }

.table-style2 tr:hover {
  background-color: #ddd; }

.table-style2 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #2D5D9C;
  color: white; }

/*# sourceMappingURL=style2.css.map */
