<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0;
  font-size: 14px;
  font-family: Helvetica, Helmet, Freesans, Arial, sans-serif;
  background-color: #ffffff;
  color: #444444;
}

p {
  margin: 0 0 20px;
}

.no-gutter {
  padding: 0;
}

h1, h2, h3, h4.h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 36px;
}
h1 img {
    padding-right: 6px;
    vertical-align: middle;
    display: inline;
}
h2 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin: 0 0 20px 0;
  border-bottom: 1px solid black;
}

.popover-content {
  font-weight: 400;
}

.body-wrapper {
  width: 100%;
  float: left;
}

img {
  outline-style: none;
  text-decoration: none;
  border: 0;
}

.row {
  width: 100%;
  margin: 0;
}

.margin-center {
  margin: 0 auto;
}

a {
  color: #2e2e4e;
  text-decoration: none;
}

a:hover {
  color: #0d7487;
  text-decoration: none;
}

h3 a {
  color: #000;
}

input {
  -webkit-tap-highlight-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
 
.alignright {
  float: right;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

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

.space-bottom {
  padding-bottom: 20px !important;
}

* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

.container {
  width: 1140px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

.aligncenter {
  text-align: center;
}

#searchspring .container {
  position: unset;
}

#tmx_tags_iframe {
  display: none;
}

.main-cont {
  min-height: 400px;
}

.icon-sprite {
  background-image: url("/wp-content/themes/bgasc/images/icon-sprite.png");
}

.grid-full-width &gt; div {
  width: 100%;
}

.grid-4-equal &gt; div {
  width: 285px;
  height: 200px;
  float: left;
}

.grid-4-equal &gt; div img {
  max-width: none;
}

.grid-4-equal &gt; div + div {
  margin-left: 20px;
}

section + section {
  margin-top: 33px;
}

section + div {
  margin-top: 20px;
}

.section-header .title {
  font: normal 30px/1 TrajanProBold;
}

ul {
  padding-left: 0;
}

ul li {
  list-style-type: none;
}

ul.list-inline li {
  display: inline-block;
}

.item ul {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
}

.content-slider li {
  text-align: center;
  color: #FFF;
}

.content-slider h3 {
  margin: 0;
  padding: 70px 0;
}

.slider-inner {
  width: 100%;
}

.main-btn {
  border: 0;
  font-size: 14px;
  color: #ffffff;
  height: 33px;
  flex-grow: 1;
  font-weight: 700;
  text-align: center;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 5px;
  background: #2A8354;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.main-btn:hover {
  -webkit-box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.2) !important;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  transition-duration: .3s;
  border: none;
  text-align: center;
}

.butn_notify {
  background-color: #e6c777;
  height: auto;
  color: #444;
  line-height: 33px;
  margin-top: 15px;
  font-weight: 400;
}

.butn_notify:hover {
  background: #ffde99;
}

.in-stock-info, .ira-approved-label, .out-of-stock-info, .pre-sale-info {
  color: #fff;
  background: #34A267;
  float: left;
  border-radius: 3px;
  margin-right: 5px;
}

.out-of-stock-info {
  background: #f29940;
}

.pre-sale-info {
  background: #41416e;
}

.in-stock-info span, .out-of-stock-info span, .pre-sale-info span {
  padding: 3px 5px;
}

.ira-approved-label span {
  padding: 3px 5px 3px 0;
}

.ira-approved-label .fa-check {
  margin-left: 5px;
}

.in-stock {
  background: #f3f3f3;
  color: #444;
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
  white-space: nowrap;
  text-decoration: none !important;
}

.in-stock-alert-box a{
  width: 100%;;
}

.stock-alert-btn {
  color: #e6c777;
  background-color: #e6c777;
  height: 33px;
  margin-left: 0!important;
  width: 100%;
}

.stock-alert-btn:hover {
  background: #ffde99;
}

.x-out-of-stock {
  font-size: 20px !important;
  color: #000000 !important;
}

.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 10px;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#698090 0%, #698090 100%);
  box-shadow: 0 3px 10px -5px #000000;
  position: absolute;
  top: 19px;
  right: -21px;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #698090;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #000;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #698090;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #000;
}

input {
  font-size: 14px;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus {
  outline: 0;
}

.nopad {
  padding: 0 !important;
}

.header-bar-text {
  font-size: 14px;
  color: #2e2e4e;
  line-height: 20px;
  margin-left: 10px;
}

.header .toolbar {
  background-color: #f3f3f3;
  width: 100%;
  height: 40px;
  text-transform: uppercase;
}

.header.fixed .toolbar {
  height: 0;
}

.header .toolbar .container &gt; div {
  width: auto;
}

.header .toolbar .container .toolbar-left {
  float: left;
  margin-top: 11px;
}

.header.fixed .toolbar .container .toolbar-left, .header.fixed .toolbar .container .toolbar-center {
  display: none;
}

.header .toolbar .container .toolbar-center {
  float: left;
  margin-left: 270px;
  margin-top: 11px;
}

.header .toolbar .container .toolbar-left img {
  width: 398px;
}

.header .toolbar .container .toolbar-right {
  float: right;
}

.header.fixed .toolbar .container .toolbar-right {
  float: right;
  position: absolute;
  right: 0;
  z-index: 2;
}

.header .toolbar .container .toolbar-right .login {
  height: 40px;
  padding-top: 4px;
}

.header .toolbar .container .toolbar-right #loginaccounts&gt;a {
  position: relative;
  top: 5px;
}

.header.fixed .toolbar .container .toolbar-right #loginaccounts {
  border-left: solid thin #ccc;
  border-bottom: solid thin #ccc;
  background-color: #f3f3f3;
}

.header.fixed .toolbar .container .toolbar-right .login a {
  color: #444;
}

.header .toolbar .container .toolbar-right ul {
  margin: 0;
  position: relative;
}

.login a:hover {
  color: #444 !important;
}

.hidden-span,.hidden-label{
  display: none!important;
}

.header .toolbar .container .toolbar-right ul li .minicart-wrapper {
  display: none;
  background: #fff;
  width: 400px;
  position: absolute;
  top: 40px;
  right: 0;
  border: 1px solid #b7b7b7;
  border-radius: 0 0 3px 3px;
  z-index: 99999;
}

.header .toolbar .container .toolbar-right ul li .minicart-empty {
  width: 300px;
}

.header .toolbar .container .toolbar-right ul li .minicart-wrapper .minicart-top {
  padding: 15px 20px 0;
}

.header .toolbar .container .toolbar-right ul li .minicart-wrapper .minicart-top div:last-child {
  border-bottom: none;
}

.minicart-header {
  padding: 10px 0;
}

.header .toolbar .container .toolbar-right ul li .minicart-wrapper .minicart-header div[class*="item-"] {
  display: inline-block;
}

.header .toolbar .container .toolbar-right ul li .minicart-wrapper .minicart-header .item-list {
  width: 68%;
  text-align: left;
}

.header .toolbar .container .toolbar-right ul li .minicart-wrapper .minicart-header .item-price-list {
  width: 30%;
  text-align: center;
  padding-left: 10px;
}

.header .toolbar .container .toolbar-right ul li .minicart-wrapper .minicart-item-details div[class*="item-"] {
  display: inline-block;
  vertical-align: middle;
}

.header .toolbar .container .toolbar-right ul li .minicart-wrapper .minicart-item-details .item-image {
  width: 10%;
}

.header .toolbar .container .toolbar-right ul li .minicart-wrapper .minicart-item-details .item-name {
  width: 60%;
  padding-left: 10px;
  color: #2e2e4e;
}

.minicart-item-details .item-price {
  float: right;
  width: 80px;
  margin-top: 10px;
  margin-right: 15px;
  text-align: right !important;
}

.minicart-item-details p {
  margin: 10px 0 15px;
  line-height: 17px;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.header .toolbar .container .toolbar-right ul li .minicart-wrapper .minicart-item-details .item-price .icon-close {
  margin-left: 16px;
  border: none;
  border-radius: 30px;
  font-size: 15px;
  padding: 2px 4px 3px 4px;
  cursor: pointer;
  background-color: #eaeaea;
  color: #34A267;
}

.checkoutmini {
  float: right;
}

.checkoutmini button {
  height: 35px;
  border: none;
  width: 117px;
}

.welcome-message {
  font-size: 14px;
  color: #2e2e4e;
  display: inline-block;
  line-height: 20px;
  padding: 7px 15px;
}

.header .toolbar .container .toolbar-right ul li &gt; a {
  padding: 0 15px;
  color: #2e2e4e;
}

.fa-check-circle {
  font-size: 20px !important;
  vertical-align: text-top;
}

.header .toolbar .container .toolbar-right ul li &gt; a .fas {
  color: #0d7487;
  margin-right: 7px;
  margin-top: 3px;
}

.header .toolbar .container .toolbar-right ul li.cart {
  float: right;
  background-color: #34A267;
  text-align: center;
  border: none;
  border-radius: 0;
  padding: 0 15px;
  height: 40px;
  font-weight: 600;
}

.header.fixed .toolbar .container .toolbar-right ul li.cart {
  border-bottom: solid thin #34A267;
}

.header .toolbar .container .toolbar-right ul li.cart.active .minicart-wrapper {
  display: block;
}

.header .toolbar .container .toolbar-right ul li.cart.active a span.items-in-cart {
  background-color: #444444;
}

#mycart {
  text-align: center;
  color: #ffffff;
}

#mycart&gt;span {
  position: relative;
  top: -3px;
}

.header .toolbar .container .toolbar-right ul li.cart a, .header.fixed .utility-bar .container .list-inline &gt; li.cart a {
  padding: 0;
  display: block;
  text-transform: capitalize;
}

.header .toolbar .container .toolbar-right ul li.cart a .fas {
  color: #ffffff;
  margin-top: 8px;
  margin-right: 7px;
  font-size: 22px;
}

.header .toolbar .container .toolbar-right ul li.cart a .items-in-cart {
  background-color: #444444;
  border-radius: 50%;  /* border-radius: 100px; */
  color: #fff;
  padding: 3px 4px;
  font-size: 11px;
  font-family: Helvetica, Helmet, Freesans, Arial, sans-serif;
  font-weight: 700;
  position: relative;
  top: -6px;
  font-weight: 600;
}

.header .utility-bar .container .list-inline {
  display: table;
  margin: 3px 0;
  width: 100%;
}

.header .utility-bar .container .list-inline &gt; li {
  display: table-cell;
  vertical-align: middle;
}

.header .utility-bar .container .list-inline &gt; li .minicart-wrapper {
  display: none;
  background: #fff;
  z-index: 99999;
  width: 400px;
  position: absolute;
  top: auto;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  top: 40px;
  right: -1px;
  border-top-color: transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.header .utility-bar .container .list-inline &gt; li .minicart-empty {
  width: 300px;
}

.minicart-top {
  padding: 15px 20px 0;
}

.empty-cart-message {
  padding-top: 20px;
  text-align: center;
}

.empty-cart-message p {
  font-weight: 600;
}

.minicart-top div:last-child {
  border-bottom: none;
}

.minicart-header div[class*="item-"] {
  display: inline-block;
}

.minicart-header .item-list {
  width: 68%;
  text-align: left;
}

.minicart-header .item-price-list {
  width: 30%;
  padding-left: 10px;
}

.minicart-item-details {
  padding: 0;
  height: 60px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.minicart-item-details div[class*="item-"] {
  display: inline-block;
  vertical-align: middle;
}

.minicart-item-details .item-image {
  width: 10%;
}

.minicart-item-details .item-name {
  width: 60%;
  padding-left: 10px;
  color: #114e87;
}

.minicart-item-details .item-price .icon-close {
  margin-left: 10px;
  border: none;
  border-radius: 30px;
  font-size: 15px;
  padding: 2px 4px 3px 4px;
  cursor: pointer;
  background-color: #eaeaea;
  color: #34A267;
}

.minicart-bottom-section {
  border-top: solid 1px #ccc;
  background-color: #eaeaea;
}

.minicart-bottom-section .btm-section-wrapper {
  padding: 15px 15px 15px 20px;
  width: 100%;
}

.minicart-bottom-section div {
  display: inline-block;
  text-align: left;
}

.minicart-bottom-section div.edit {
  margin-top: 8px;
  width: 18%;
  margin-right: 5px;
}

.minicart-bottom-section div.edit a {
  color: #0d7487;
  text-transform: capitalize;
}

.minicart-bottom-section div.total {
  margin-top: 8px;
  width: 150px;
}

.minicart-bottom-section div.total p {
  margin: 0;
  font: 700 15px;
}

.minicart-bottom-section div.total span {
  margin-left: 5px;
}

.minicart-bottom-section div.checkout {
  width: 35%;
}

.minicart-bottom-section div.checkout button {
  height: 35px;
  border: none;
  width: 117px;
}

.header .utility-bar .container .list-inline &gt; li.logo {
  display: block;
  padding: 0;
}

.header .utility-bar .container .list-inline &gt; li.logo img {
  width: 250px;
}

.header .utility-bar .container .list-inline &gt; li.logo-fixed {
  display: none;
}

.header .utility-bar .container .list-inline &gt; li.logo-fixed img {
  width: auto;
}

.header .utility-bar .container .list-inline &gt; li.search-bar {
  position: relative;
  width: 735px;
  height: 35px;
}

.header .utility-bar .container .list-inline &gt; li.search-bar input {
  width: 100%;
  height: 35px;
  border-radius: 6px;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 5px 0 5px 15px !important;
}

.header .utility-bar .container .list-inline &gt; li.search-bar input::placeholder, li.search-bar input:-ms-input-placeholder, li.search-bar input::-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

.header .utility-bar .container .list-inline &gt; li.search-bar .floating-label {
  display: none !important;
}

.header .utility-bar .container .list-inline &gt; li.search-bar button {
  position: absolute;
  right: 0;
  background-color: #34A267;
  color: #ffffff;
  font-size: 18px;
  height: 35px;
  width: 35px;
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.header .utility-bar .container .list-inline &gt; li.shipping-info {
  width: 211px;
  padding-left: 25px;
}

.header .utility-bar .container .list-inline &gt; li.shipping-info &gt; div {
  float: left;
}

.header .utility-bar .container .list-inline &gt; li.shipping-info &gt; div img {
  width: auto;
  -moz-transform: translate(0, 4px) rotate(0);
  -ms-transform: translate(0, 4px) rotate(0);
  -o-transform: translate(0, 4px) rotate(0);
  -webkit-transform: translate(0, 4px) rotate(0);
  transform: translate(0, 4px) rotate(0);
}

.header .utility-bar .container .list-inline &gt; li.shipping-info &gt; div.shipping-info-left {
  background-image: url("/wp-content/themes/bgasc/images/icon-sprite.png");
  width: 57px;
  height: 41px;
  background-position: 344px -2px;
}

.header .utility-bar .container .list-inline &gt; li.shipping-info &gt; div.shipping-info-right {
  margin-left: 5px;
  margin-top: 6px;
}

.header .utility-bar .container .list-inline &gt; li.shipping-info &gt; div.shipping-info-right &gt; div a {
  color: #000;
  text-decoration: none;
}

.header .utility-bar .container .list-inline &gt; li.shipping-info &gt; div.shipping-info-right &gt; div:first-child {
  text-transform: uppercase;
  font: 400 16px/1;
  font-weight: 600;
  font-style: italic;
}

.header .utility-bar .container .list-inline &gt; li.shipping-info &gt; div.shipping-info-right &gt; div:last-child {
  text-transform: uppercase;
  font: 400 14px/1;
  margin-top: 4px;
  font-style: italic;
}

.header .utility-bar .container .list-inline &gt; li.contact &gt; div {
  text-align: right;
}

.header .utility-bar .container .list-inline &gt; li.contact &gt; div.timings {
  font: 400 14px/20px;
}

.header .utility-bar .container .list-inline &gt; li.contact &gt; div.number {
  font: 400 23px/26px;
  font-weight: 600;
}

.header .utility-bar .container .list-inline &gt; li.contact &gt; div.chat {
  font: 400 14px/1;
}

.header .utility-bar .container .list-inline &gt; li.contact &gt; div.chat i {
  color: #13365c;
  margin-right: 8px;
  font-size: 18px;
}

.header .utility-bar .container .list-inline &gt; li.contact &gt; div.chat a {
  color: #0d7487;
  text-decoration: underline;
}

.header .utility-bar .container .list-inline &gt; li.contact &gt; div.chat a:hover {
  color: #13365C;
}

/*-----------head nav starts here---------------*/
.header .main-nav {
  float: left;
  width: 100%;
  background: #f3f3f3;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

#side-menu-open, #side-search {
  float: right;
  color: #0d7487;
  width: 50px;
  text-align: center;
  display: none;
  font-size: 30px;
  cursor: pointer;
  margin-top: 35px;
}

.header .side-nav {
  display: none;
  top: 0;
  position: fixed;
  width: 80%;
  background: #f3f3f3;
  z-index: 999;
  height: 100%;
  transition: left .5s;
  box-shadow: -2px 1px 16px 6px #444;
}

.header .side-nav ul {
  padding: 0;
  max-width: none;
}

.header .side-nav ul li, .side-nav-close {
  padding: 10px;
  border-bottom: solid thin #cccccc;
}

.header .side-nav ul li:hover {
  cursor: pointer;
  background: #fff;
}

.header .side-nav ul li a {
  color: #444;
  font-size: 15px;
}

.header .side-nav ul li:hover a {
  color: #0d7487;
}

.deals::before {
  content: '';
  background: url("../images/fire.png");
  position: relative;
  width: 16px;
  height: 14px;
  background-size: cover;
  display: inline-block;
  left: 2px;
}

.header .main-nav ul.list-inline &gt; .deals &gt; a {
  padding: 10px 15px 10px 5px;
  font-weight: 700;
  color: #0d7487;
}

.header .main-nav ul.list-inline &gt; .deals::before {
  top: 12px;
}

.header .side-nav ul.list-inline &gt; .deals::before {
  margin-right: 5px;
}

.header .side-nav ul.list-inline &gt; .deals &gt; a {
  font-weight: 700;
  color: #0d7487;
}

.header .main-nav ul.list-inline &gt; li .dropdown .dropdown-content &gt; ul {
  display: table;
  padding: 10px 0 10px;
}

.header .main-nav ul.list-inline {
  position: relative;
  text-align: center;
  display: flex;
  height: 42px;
  padding: 0;
}

.dropdown a {
  font-size: 18px;
  font-weight: 700;
  color: #494949;
  text-align: left;
  width: 100%;
  display: block;
  margin: 0;
  padding-bottom: 10px;
}

.sub-menu a {
  width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  padding-bottom: 3px;
  font-weight: 400;
}

.header .main-nav ul.list-inline li.contact.active .dropdown {
  right: 0;
  width: 20%;
  left: 80%;
}

.header .main-nav ul.list-inline &gt; li {
  width: auto;
  flex-grow: 1;
  text-align: center
}

.header .main-nav ul.list-inline &gt; li &gt; a {
  text-transform: uppercase;
  color: #444;
  display: inline-block;
  padding: 10px 22px;
  vertical-align: top;
  font-size: 15px;
}

.header .main-nav ul.list-inline &gt; li &gt; a:hover {
  text-decoration: none;
}

.header .main-nav ul.list-inline &gt; li &gt; a img {
  width: 15px;
  margin-right: 5px;
}

.header .main-nav ul.list-inline &gt; li .dropdown {
  display: none;
  border: none;
  position: absolute;
  padding: 0 5px 5px 5px;
  left: -5px;
  z-index: 99;
  top: 42px;
  width: calc(100% + 10px);
  overflow: hidden;
}

.header .main-nav ul.list-inline &gt; li .dropdown .dropdown-content {
  position: relative;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  border-radius: 0 0 5px 5px;
}

.header .main-nav ul.list-inline &gt; li .dropdown .dropdown-content &gt; ul &gt; li {
  display: table-cell;
  width: auto;
  float: none;
  text-align: center;
}

.header .main-nav ul.list-inline &gt; .ira .dropdown .dropdown-content &gt; ul {
  display: block;
}

.header .main-nav ul.list-inline &gt; .ira .dropdown .dropdown-content &gt; ul &gt; li {
  text-align: left;
  width: 100%;
  float: left;
}

.ira-top p {
  margin: 0;
  font-size: .8em;
  color: #444;
  padding: 5px 0 !important;
  border-bottom: solid thin #e8cc79;
}

.ira .dropdown a {
  padding-bottom: 0;
}

.ira-top li {
  display: block !important;
}

.ira-top ol {
  padding-left: 20px;
  margin: 10px 0;
}

.ira-content-1 {
  margin: 5px 0 10px;
}

.ira-bottom {
  padding: 10px 30px 5px;
  margin-top: 15px;
}

.ira-bottom ul {
  border-top: solid thin #e8cc79;
  padding-top: 15px;
}

.ira-bottom-text {
  font-size: 18px;
  font-weight: 700;
}

.ira-bottom-links {
  float: right;
  padding: 5px 10px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #ccc;
}

.header .main-nav ul.list-inline &gt; li .dropdown .dropdown-content &gt; ul &gt; li .dropdown-image {
  margin-bottom: 10px;
}

.header .main-nav ul.list-inline &gt; li .dropdown .dropdown-content &gt; ul &gt; li a:hover {
  color: #0d7487;
}

.header .main-nav ul.list-inline &gt; li .dropdown .dropdown-content &gt; ul &gt; li .dropdown-inner {
  padding-left: 30px;
}

.header .main-nav ul.list-inline &gt; li .dropdown .dropdown-content &gt; ul &gt; li .dropdown-inner ul li.main-list-empty {
  margin: 0;
}

.header .main-nav ul.list-inline &gt; li .dropdown .dropdown-content &gt; ul &gt; li .dropdown-inner ul li {
  text-align: left;
  width: 100%;
  padding-bottom: 5px;
}

.header .main-nav ul.list-inline &gt; li .dropdown .dropdown-content &gt; ul &gt; li .dropdown-inner .sub-menu li {
  padding-bottom: 0;
}

.header .main-nav ul.list-inline &gt; li .dropdown .dropdown-content &gt; ul &gt; li .dropdown-inner .sub-menu li a::before {
  content: "\f054";
  color: #9b9b9b;
  font-family: "Font Awesome 5 pro";
  font-weight: 600;
  font-size: 10px;
  margin-right: 5px;
}

.header .main-nav ul.list-inline &gt; li .dropdown .dropdown-content &gt; ul &gt; li .dropdown-inner ul li.main-list &gt; a {
  font-size: 16px;
  font-weight: 700;
}

.header .main-nav ul.list-inline &gt; li .dropdown .dropdown-content &gt; ul &gt; li .dropdown-inner ul li.main-list ul li a {
  font-weight: 400;
  font-size: 14px;
}

.header .main-nav ul.list-inline &gt; li .dropdown .dropdown-content .dropdown-promo {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 17px;
  background: #fff;
  border-top: 1px solid #ccc;
  width: 80.7%;
  text-align: center;
}

.header .main-nav ul.list-inline &gt; li .dropdown .dropdown-content .dropdown-promo img {
  width: auto;
}

.header .main-nav ul.list-inline &gt; li.active {
  background-color: #ffffff;
  cursor: pointer;
}

.header .main-nav ul.list-inline &gt; li a:hover {
  color: #0D7487;
  text-decoration: none;
}

.header .main-nav ul.list-inline &gt; li.active .dropdown {
  display: block;
}

.header .main-nav ul.list-inline &gt; li.platinum .dropdown .dropdown-content &gt; ul &gt; li .dropdown-inner &gt; ul &gt; li.main-list &gt; a {
  float: left;
  padding-bottom: 6px;
  width: 100%;
}

/*---end of header nav---*/
.header {
  min-width: 100%;
  background: #fff;
  height: auto;
  -moz-transition: top .3s ease-out, opacity .3s ease-out, visibility .3s ease-out;
  -o-transition: top .3s ease-out, opacity .3s ease-out, visibility .3s ease-out;
  -webkit-transition: top .3s ease-out, opacity .3s ease-out, visibility .3s ease-out;
  transition: top .3s ease-out, opacity .3s ease-out, visibility .3s ease-out;
}

.header.fixed.slide {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.header.fixed {
  position: fixed;
  top: -120px;
  left: 0;
  width: 100%;
  z-index: 8000;
  opacity: 0;
  visibility: hidden;
}

.header.fixed .utility-bar .container .list-inline {
  display: table;
  table-layout: fixed;
  margin: 6px 0;
}

.header.fixed .utility-bar .container .list-inline &gt; li {
  display: table-cell;
  vertical-align: middle;
  float: left;
}

.header.fixed .utility-bar .container .list-inline &gt; li.logo {
  display: none;
}

.header.fixed .utility-bar .container .list-inline &gt; li.logo-fixed {
  display: inline-block;
  width: 330px;
  padding: 0;
}

.header.fixed .utility-bar .container .list-inline &gt; li.logo-fixed img {
  width: auto;
}

.header.fixed .utility-bar .container .list-inline &gt; li.search-bar {
  margin-top: 5px;
  float: left;
  width: 440px;
}

.header.fixed .utility-bar .container .list-inline &gt; li.search-bar input {
  height: 35px;
}

.header.fixed .utility-bar .container .list-inline &gt; li.search-bar button {
  height: 35px;
}

.header.fixed .utility-bar .container .list-inline &gt; li.shipping-info {
  margin-top: 6px;
  margin-left: 22px;
}

.header.fixed .utility-bar .container .list-inline &gt; li.contact {
  display: none;
}

.header.fixed .utility-bar .container .list-inline &gt; li.cart {
  padding: 7px 4px 10px 7px;
  height: 42px;
  width: 161px;
  margin-top: 4px;
  float: right;
  font-weight: 600;
  background-image: url("/wp-content/themes/bgasc/images/cart-bg.png");
  background-repeat: repeat-x;
  border: 1px solid #ffca5e;
}

.header.fixed .utility-bar .container .list-inline &gt; li.cart.active {
  background-image: none;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  border-bottom: 0;
}

.header.fixed .utility-bar .container .list-inline &gt; li.cart.active .minicart-wrapper {
  display: block;
  margin-top: 15px;
  z-index: 99999;
}

.header.fixed .utility-bar .container .list-inline &gt; li.cart.active a span.items-in-cart {
  background-color: #e4a714;
}

.header.fixed .utility-bar .container .list-inline &gt; li.cart a .fas {
  color: #14253b;
  margin-top: 2px;
  margin-right: 7px;
  font-size: 22px;
}

.header.fixed .utility-bar .container .list-inline &gt; li.cart a .items-in-cart {
  background-color: #c01313;
  border-radius: 100px;
  color: #ffffff;
  padding: 3px 5px 3px 0;
  font-size: 12px;
  font-weight: bold;
}

.header.fixed .utility-bar .container .list-inline &gt; li.cart {
  border: medium none;
  width: 156px;
  position: relative;
}

.header.fixed .toolbar .container .toolbar-right ul li.cart a .items-in-cart {
  background-color: #444444;
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 4px;
}

.header.fixed .utility-bar .container .list-inline &gt; li.cart a .items-in-cart, .header .utility-bar .container .list-inline &gt; li.cart a .items-in-cart {
  background-color: #c01313;
  border-radius: 100px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 4px;
  position: relative;
  top: -6px;
}

.header.fixed .utility-bar .container .list-inline &gt; li.cart a .items-in-cart {
  position: relative;
  top: -7px;
}

.header .toolbar .container .toolbar-right ul li.cart a .items-in-cart {
  border-radius: 100px;
}

.header .main-nav ul.list-inline &gt; li.silver .dropdown .dropdown-content &gt; ul &gt; li .dropdown-inner &gt; ul.silver-coins {
  padding: 0 20px 0;
}

.header .toolbar .container .toolbar-right ul li.cart a .items-in-cart {
  padding: 3px  4px;
}

.header .main-nav ul.list-inline &gt; li.copper .dropdown .dropdown-content &gt; ul &gt; li .dropdown-inner ul li.main-list &gt; a {
  float: left;
  padding-bottom: 7px;
  width: 100%;
}

.header .main-nav ul.list-inline li.ira.active .dropdown {
  right: 65px;
}

.header .main-nav ul.list-inline li.contact.active .dropdown {
  right: 1px;
}

.ie .header .utility-bar .container .list-inline &gt; li.search-bar button:not(:root) {
  top: 92%;
}

.ie .header.fixed .utility-bar .container .list-inline &gt; li.search-bar button:not(:root) {
  top: 50%;
}

.chrome .header .main-nav ul.list-inline &gt; li.contact &gt; a {
  padding: 16px 22px;
}

.header.fixed .utility-bar .container .list-inline &gt; li.logo-fixed img {
  max-width: 175px;
  width: auto;
}

img {
  max-width: 100%;
}

.ie11 body {
  overflow-x: hidden;
}

body.product-detal-page {
  float: left;
  width: 100%;
  position: relative;
}

.overlayer {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 8;
  display: none;
  top: 0;
}

.overlayer.overlay_active {
  display: block;
}

.utility-bar {
  width: 100%;
  float: left;
}

.spot-prices .red {
  background: #5d5454;
}

.spot-prices .green {
  background: #2d959a;
}

.spot-prices {
  background-color: #0d7487;
  text-transform: uppercase;
  z-index: 999;
  transition: bottom .3s;
  -webkit-transition: bottom .3s;
  -moz-transition: bottom .3s;
  -o-transition: bottom .3s;
}

.spot-prices div {
  padding: 10px 0px;
  display: inline-block;
  transition: background-color 0.5s ease;
}

.spot-prices a {
  color: #000000;
}

.spot-prices a:hover {
  text-decoration: none;
}

.spot-prices ul, .floating-spot .spot-prices ul {
  display: flex;
}

.spot-prices ul li, .floating-spot .spot-prices ul li {
  flex-grow: 1;
  padding: 0 20px 0 10px;
  font-size: 15px;
}

.spot-prices ul .typegold, .floating-spot .spot-prices ul .typegold {
  padding: 0 20px 0 0;
}

.spot-prices ul li:last-child {
  text-align: right;
}

.showcharts {
  cursor: pointer;
  text-align: right;
}

.charticon, .show-chart-arrow {
  color: #fff;
  margin-left: 5px;
}

.spot-prices ul li.title, .floating-spot .spot-prices ul li.title {
  padding-left: 18px !important;
  font-weight: 600 !important;
}

.spot-prices ul li .type, .floating-spot .spot-prices ul li .type {
  color: #ffffff;
}

.spot-prices ul li .price, .floating-spot .spot-prices ul li .price {
  margin-left: 5px;
  color: #ffffff;
}

.spot-prices ul li .change.pos {
  color: #6bcf99;
}

.spot-prices ul li .change.neg {
  color: #fd7979;
  font-weight: 700;
}

.spot-prices ul li .change i {
  margin-left: 5px;
  -moz-transform: translate(-2px, 0) rotate(0);
  -ms-transform: translate(-2px, 0) rotate(0);
  -o-transform: translate(-2px, 0) rotate(0);
  -webkit-transform: translate(-2px, 0) rotate(0);
  transform: translate(-2px, 0) rotate(0);
}

.floating-spot {
  display: none;
  margin-top: -5px;
}

.floating-spot .spot-prices .list-inline {
  table-layout: unset !important;
}

.floating-spot .spot-prices {
  border: none;
}

* {
  outline: none;
}

.promo-top-left {
  padding-left: 0;
}

.promo-top-right {
  padding-right: 0;
  padding-left: 0;
}

.featured-promo-container-2 {
  margin-top: 16px;
}

.homepage-midpage-promo img:hover {
  box-shadow: 2px 5px 10px 2px rgba(150, 150, 150, .5);
  -webkit-box-shadow: 2px 5px 10px 2px rgba(150, 150, 150, .5);
  -moz-box-shadow: 2px 5px 10px 2px rgba(150, 150, 150, .5);
  -o-box-shadow: 2px 5px 10px 2px rgba(150, 150, 150, .5);
  box-shadow: 2px 5px 10px 2px rgba(150, 150, 150, .5);
  cursor: pointer;
}

#about-us-container {
  width: 100%;
  float: left;
}

#about-us-container .about {
  background: #f3f3f3;
  margin-bottom: 30px;
  padding: 30px 15px 50px;
  overflow: hidden;
}

#about-us-container .dip {
  background: #fff;
  border-radius: 0 0 80% 80%;
  position: relative;
  top: 30px;
  padding: 30px;
}

.homepage-section-title {
  margin-bottom: 30px;
}

#about-us-container .homepage-section-title h2 {
  background: #f3f3f3;
  margin-top: 40px;
}

#about-us-container .about-pm {
  background: #f3f3f3;
  margin-bottom: 30px;
  padding: 30px 15px 50px;
  overflow: hidden;
}

.about-container .pm-reviews {
  float: right;
  height: 370px;
  padding-top: 20px;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 2px 5px 10px 2px rgba(150, 150, 150, .5);
  -webkit-box-shadow: 2px 5px 10px 2px rgba(150, 150, 150, .5);
  -moz-box-shadow: 2px 5px 10px 2px rgba(150, 150, 150, .5);
  -o-box-shadow: 2px 5px 10px 2px rgba(150, 150, 150, .5);
}

.pm-excerpt p {
  margin-bottom: 20px;
  font-size: 18px;
}

.series .section-header {
  width: 100%;
}

.series &gt; div:not(.section-header) {
  width: 386px;
  height: 300px;
  float: left;
  position: relative;
}

.series &gt; div:not(.section-header) img {
  border-radius: 2px;
}

.series &gt; div:not(.section-header) + div {
  margin-left: 21px;
}

.series &gt; div:not(.section-header) .ribbon span {
  background: linear-gradient(#f6bd30 0%, #f6bd30 100%);
  color: #000;
  font-size: 15px;
  transform: rotate(48deg);
  -webkit-transform: rotate(48deg);
  right: -23px;
  top: 22px;
}

.series &gt; div:not(.section-header) &gt; div {
  width: 386px;
  height: 140px;
}

.series &gt; div:not(.section-header) &gt; div + div {
  margin-top: 20px;
}

.home-recent-article {
  margin-top: 30px;
}

.home-products-tab .status {
  display: none;
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress .active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.products .section-header .tab-menus .tab-links {
  margin: 0;
  display: flex;
}

.products .section-header .tab-menus .tab-links li {
  position: relative;
  flex-grow: 1;
  text-align: center;
  padding: 0;
}

.products .section-header .tab-menus .tab-links li a {
  text-transform: capitalize;
  color: #616161;
  display: block;
}

.products .section-header .tab-menus .tab-links li a .icon {
  width: 36px;
  height: 30px;
  float: left;
  margin-right: 10px;
  background-image: url("/wp-content/themes/bgasc/images/icon-sprite.png");
}

.products .section-header .tab-menus .tab-links li a .icon + span {
  line-height: 32px;
}

.products .section-header .tab-menus .tab-links li a {
  text-decoration: none;
  padding: 15px;
  border: solid 1px #CCC;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #2e2e4e;
}

.filler-tab {
  width: 80%;
  border-bottom: 1px solid #2e2e4e;
}

.products .section-header .tab-menus .tab-links li.active a {
  color: #13365c;
  border: solid 1px #2e2e4e;
  border-bottom: solid 1px #FFFFFF;
}

.products .section-header .tab-menus .tab-links li:nth-child(2).active::before {
  width: 100%;
  left: 0;
}

.products .section-header .tab-menus .tab-links li:first-child a .icon {
  background-position: 5px -64px;
}

.products .section-header .tab-menus .tab-links li:first-child.active a .icon {
  background-position: -44px -64px;
}

.products .section-header .tab-menus .tab-links li:nth-child(2) a .icon {
  background-position: -109px -64px;
}

.products .section-header .tab-menus .tab-links li:nth-child(2).active a .icon {
  background-position: -176px -64px;
}

.products .section-header .tab-menus .tab-links li:last-child a .icon {
  background-position: -249px -63px;
}

.products .section-header .tab-menus .tab-links li:last-child.active a .icon {
  background-position: -331px -63px;
}

.homepage-content-block p {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  line-height: 30px;
  font-size: 20px;
}

.item.top {
  min-height: 300px;
}

.item a {
  display: flex;
}

.about-provident-items {
  margin-top: 100px;
}

.about-provident-items .item3, .about-provident-items .item4, .about-provident-items .item5 {
  margin-bottom: 15px;
}

.bkg-two {
  background: none repeat scroll 0 0 #F3F3F3;
  display: block;
  height: 210px;
  position: absolute;
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  width: 420px;
  top: -14px;
  z-index: -1;
}

.item2 .bkg-two {
  background: none repeat scroll 0 0 #F3F3F3;
  display: block;
  height: 210px;
  left: 111px;
  position: absolute;
  top: -14px;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  width: 420px;
}

.item .item-img {
  z-index: 500;
}

.item-img&gt;img {
  padding-left: 0;
  position: relative;
  z-index: 40;
}

.item1 .item-img&gt;img, .item2 .item-img&gt;img {
  margin-left: -42px;
}

.item-img-1&gt;img, .item-img-2&gt;img {
  width: 190%;
  max-width: none;
}

.item .desc {
  float: left;
  font-size: 19px;
  height: auto;
  position: relative;
  padding-left: 23px;
  padding-top: 13px;
  color: #434343;
}

.item.bottom .desc {
  font-size: 17px;
}

.item1 .desc {
  padding-left: 50px;
}

.item .bkg-one {
  background-image: url(../images/bkg-one-bg.png);
  width: 100%;
  background-size: 100% 100%;
  height: 230px;
  position: absolute;
  border-top: solid 4px #444444;
}

.item3 .bkg-one, .item4 .bkg-one, .item5 .bkg-one {
  height: 180px;
}

.item2 .bkg-one {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.item .title {
  color: #444;
  font-size: 35px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  top: -6px;
  left: 19px;
  margin-bottom: -17px;
}

.item.bottom .title {
  color: #434343;
  line-height: 34px;
  margin-bottom: 10px;
  margin-top: 6px;
  top: 10px;
  font-size: 29px;
}

.item.bottom .title .light.clearfix {
  font-weight: normal;
  display: block;
  margin-bottom: -7px;
  margin-top: -3px;
}

.item .divider {
  background: #444;
  height: 4px;
  position: relative;
}

.tab-content {
  padding-bottom: 10px;
}

#blog-tab {
  padding: 15px 15px 0;
}

.crop-image {
  max-width: 200px;
  margin-bottom: 15px;
  width: 100%;
  max-height: 130px;
  overflow: hidden;
  border: 4px solid #E4E1DC;
}

.blog-entry {
  margin-bottom: 15px;
}

.blog-entry .blog-title {
  font-size: 20px;
  line-height: 20px;
}

.blog-entry .entry-date {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  color: #757575;
}

.read-more {
  width: auto;
  clear: both;
  float: left;
  padding: 15px 15px;
}

.read-more a, .learn-more a {
  display: block;
  color: #fff;
  background: #2e2e4e;
  line-height: 33px;
  width: 100%;
  padding: 0 15px;
}

.featured-product-title {
  text-align: center;
  color: #444444;
  position: relative;
  clear: both;
}

.featured-product-title h2 {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  padding: 10px 15px;
  background: #fff;
  z-index: 1;
  position: relative;
  margin: 0 auto;
}

.featured-product-title hr {
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#fff), to(#fff), color-stop(50%, #2e2e4e));
  background-image: -webkit-linear-gradient(left, #fff 0%, #2e2e4e 50%, #fff 100%);
  background: -moz-linear-gradient(left, #fff 0%, #2e2e4e 50%, #fff 100%);
  background: -ms-linear-gradient(left, #fff 0%, #2e2e4e 50%, #fff 100%);
  background: -o-linear-gradient(left, #fff 0%, #2e2e4e 50%, #fff 100%);
  background: linear-gradient(left, #fff 0%, #2e2e4e 50%, #fff 100%);
  border: 0;
  height: 2px;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.tab-content .tab {
  float: left;
}

.home-products-tab .tab-content .tab {
  height: auto !important;
}

.tab-content .lSAction a.lSPrev {
  background-position: 0 50%;
  background-repeat: repeat-x;
  background-color: #34A267;
  left: 0;
}

.tab-content .lSAction a {
  height: 55px;
  top: 20%;
}

.tab-content .lSAction a.lSNext {
  background-position: -57px 50%;
  background-repeat: repeat-x;
  background-color: #34A267;
  right: 0;
}

.tab-content .tab &gt; .tab-cols,.jmb-wishlist-items &gt; .tab-cols{
  list-style: none;
  position: relative;
  padding: 15px;
  min-height: 400px;
  float: left;
}

.product-category .tab &gt; .tab-cols {
  width: 20%;
  min-width: 222px;
  min-height: 420px;
}

.jmb-wishlist-items &gt; .tab-cols{
  width: 25%;
  min-width: 205px;
  min-height: 450px;
}

.product-category .tab &gt; .tab-cols .grid-view-title,.jmb-wishlist-items &gt; .tab-cols .grid-view-title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.jmb-wishlist-items &gt; .tab-cols .grid-view-title{
  margin-top: 10px;
}

.tab-content .tab &gt; .tab-cols a,.jmb-wishlist-items &gt; .tab-cols a{
  display: block;
}

.table thead th {
  color: #444444;
}

.tab-content .titleblock {
  height: 65px;
  display: block;
}

.tab-content .tab &gt; .tab-cols a:hover,.jmb-wishlist-items &gt; .tab-cols a:hover{
  text-decoration: underline;
  cursor: pointer;
}

.tab-content .tab &gt; .tab-cols .discount{
  position: absolute;
  bottom: 60px !important;
  width: 100%;
  line-height:15px;
}

.jmb-wishlist-items &gt; .tab-cols .discount{
  position: absolute;
  bottom: 90px;
  width: 100%;
}

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

.tab-content .tab &gt; .tab-cols .discount .price-label, .jmb-wishlist-items &gt; .tab-cols .discount .price-label{
  display: block;
  color: #737373;
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
}

.tab-content .tab &gt; .tab-cols .discount .lowest-price, .jmb-wishlist-items &gt; .tab-cols .discount .lowest-price{
  display: block;
  font-size: 20px;
  line-height: 18px;
  color: #444;
  font-weight: 400;
}

.tab-content .tab &gt; .tab-cols .status{
  position: absolute;
  bottom: 74px;
  width: 100%;
  left: 0;
  text-transform: capitalize;
}

.jmb-wishlist-items &gt; .tab-cols .status{
  position: absolute;
  bottom: 110px;
  width: 100%;
  left: 0;
  display: none;
  text-transform: capitalize;
}

.jmb-wishlist-items .button.woocommerce_waitlist{
  position: absolute;
  bottom: 50px;
  width: 175px;
  display: flex;
}

.jmb-wishlist-items .button.woocommerce_waitlist:hover{
  text-decoration: none!important;
}

.product-category .tab &gt; .tab-cols .status {
  display: none;
}

.tab-content .tab &gt; .tab-cols .status i,.jmb-wishlist-items &gt; .tab-cols .status i{
  color: #439439;
  padding-right: 5px;
}

.tab-content .tab &gt; .tab-cols .status span,.jmb-wishlist-items &gt; .tab-cols .status span{
  color: #145891;
  position: relative;
  top: -1px;
}

.add-to-cart {
  position: relative;
  display: block;
  clear: both;
}

.tab-content .tab &gt; .tab-cols .add-to-cart,.tab-content .tab &gt; .tab-cols .notify{
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 20px;
  padding-right: 30px;
}

.jmb-wishlist-items &gt; .tab-cols .add-to-cart,.jmb-wishlist-items &gt; .tab-cols .notify {
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 50px;
  padding-right: 30px;
}

.product-detail-right .qtyminus {
  left: -22px;
  top: 25px;
  background-color: #fff;
  border: none;
}

.product-detail-right .qtyplus {
  left: -22px;
  background-color: #fff;
  border: none;
  top: 5px;
}

.product-detail-right .addToCart {
  height: 40px;
  width: 340px;
}

.progress {
  height: 25px;
}

.progress-bar {
  background-color: #34A267;
  height: 25px;
}

.cart-qty qty {
  height: 55px;
  width: 40px;
  padding: 5px 0 5px 15px;
  box-sizing: border-box;
  display: block;
  margin-bottom: 8px;
  color: #555;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  border-radius: 5px;
}

.add-to-cart .floating-label {
  display: none !important;
}

.tab-content .tab &gt; .tab-cols .add-to-cart input, .jmb-wishlist-items &gt; .tab-cols .add-to-cart input{
  width: 50px;
  height: 33px;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  text-align: center;
  margin-right: 2px;
  padding: 10px 0;
  padding-top: 10px !important;
  position: relative;
}

.jmb-wishlist-items &gt; .tab-cols .section-jmb-wishlist{
  position: absolute;
  bottom: 0;
  color: #0D7487;
}

.tab-content .tab &gt; .tab-cols img {
  height: 187px;
  width: 100%;
  max-width: 187px;
}

.tab-cols .ribbon {
  top: -5px;
  right: -6px;
}

.tab-content .tab &gt; .tab-cols .ribbon span {
  letter-spacing: 1px;
}

.tab-content .tab &gt; .tab-cols.presale .ribbon {
  display: block;
}

.tab-content .tab.active {
  display: block;
}

.tab-content .product-img {
  width: 100%;
  position: relative;
  margin: 0 auto 10px;
  text-align: center;
  background-color: #fff;
}

.product-badge {
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 7;
  width: 88px;
  height: 20px;
  display: block;
  background: url(/wp-content/themes/bgasc/images/product_badges-sprite.svg) no-repeat scroll transparent;
}

.product-badge-list {
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 7;
  width: 88px;
  height: 20px;
  display: block;
  background: url(/wp-content/themes/bgasc/images/product_badges-sprite.svg) no-repeat scroll transparent;
}

.product-badge-pdp {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 85px;
  z-index: 2;
  width: 132px;
  height: 30px;
  display: block;
  background: url(/wp-content/themes/bgasc/images/product_badges-sprite.svg) no-repeat scroll transparent;
  background-size: 1169px auto;
}

.product-badge.pre-sale, .product-badge-list.pre-sale {
  background-position: -296px 0;
}

.product-badge-pdp.pre-sale {
  background-position: -444px 0;
}

.product-badge.on-sale, .product-badge-list.on-sale {
  background-position: -690px 0;
}

.product-badge-pdp.on-sale {
  background-position: -1035px 0;
}

.product-badge.new, .product-badge-list.new {
  background-position: -590px 0;
}

.product-badge-pdp.new {
  background-position: -890px 0;
}

.about &gt; div {
  float: left;
}

.about .about-left {
  padding: 7px 22px;
  width: 630px;
  height: 420px;
}

.about-header {
  font: 700 25px;
  margin: 10px 0 15px;
}

.about .about-left a {
  text-decoration: none;
  color: #145891;
}

.about .about-left a:hover {
  text-decoration: underline;
}

.about .about-right {
  position: relative;
  width: 560px;
  height: 460px;
}

.about .about-right img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -54%) rotate(0);
  -ms-transform: translate(-50%, -54%) rotate(0);
  -o-transform: translate(-50%, -54%) rotate(0);
  -webkit-transform: translate(-50%, -54%) rotate(0);
  transform: translate(-50%, -54%) rotate(0);
  padding-top: 34px;
}

.reviews {
  margin: 44px 0 32px;
  text-align: center;
}

.reviews li {
  color: #000;
}

.reviews .section-header {
  padding-bottom: 27px;
}

.reviews .section-header .title {
  font: normal 33px/1 TrajanProBold;
}

.reviews .slider-inner {
  position: relative;
}

.reviews .slider-inner .nav-layer {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 120px;
  background-color: #ffffff;
  z-index: 999;
  -moz-transform: translate(-2px, 0) rotate(0);
  -ms-transform: translate(-2px, 0) rotate(0);
  -o-transform: translate(-2px, 0) rotate(0);
  -webkit-transform: translate(-2px, 0) rotate(0);
  transform: translate(-2px, 0) rotate(0);
}

.reviews .slider-inner .nav-layer.next {
  left: auto;
  right: 0;
  -moz-transform: translate(2px, 0) rotate(0);
  -ms-transform: translate(2px, 0) rotate(0);
  -o-transform: translate(2px, 0) rotate(0);
  -webkit-transform: translate(2px, 0) rotate(0);
  transform: translate(2px, 0) rotate(0);
}

.reviews .slider-inner #content-slider {
  height: auto !important;
}

.reviews .slider-inner #content-slider li {
  color: #000;
}

.reviews .slider-inner #content-slider li .review-inner {
  padding: 0 182px;
}

.reviews .slider-inner #content-slider li .review-inner .reviewer {
  font-size: 15px;
  margin-top: 15px;
}

.reviews .slider-inner #content-slider li .review-inner .reviewer .name {
  margin-right: 15px;
}

.reviews .slider-inner #content-slider li .review-inner .reviewer .name ~ span {
  font-size: 14px;
  font-weight: normal;
}

.reviews .slider-inner #content-slider li .review-inner .reviewer .name ~ span + span {
  margin-left: 3px;
}

.reviews .slider-inner #content-slider li .review-inner .review-title {
  margin-top: 11px;
  font-weight: 400;
}

.reviews .slider-inner #content-slider li .review-inner .review-title span:last-child {
  margin-left: 13px;
}

.reviews .slider-inner #content-slider li .review-inner .review-text {
  margin-top: 24px;
  padding-bottom: 5px;
  line-height: 25px;
}

.reviews .slider-inner .all-reviews {
  float: left;
  width: 100%;
  margin-top: 32px;
}

.reviews .slider-inner .all-reviews a {
  padding: 12px 20px;
  display: inline-block;
  border-radius: 4px;
  font-size: 17px;
  text-align: center;
}

.reviews .slider-inner .review-btm-wrapper {
  margin-top: 25px;
}

.reviews .slider-inner .review-btm-wrapper div {
  display: inline-block;
  max-width: 50%;
  padding: 5px 20px;
}

.reviews .slider-inner .review-btm-wrapper div span:first-child {
  font-size: 30px;
  color: #125ea7;
}

.reviews .slider-inner .review-btm-wrapper div span:last-child {
  font-size: 23px;
  color: #13365c;
}

.reviews .slider-inner .review-btm-wrapper .rating-count {
  border-left: 1px solid #ddd;
}

.reviews .slider-inner .review-btm-wrapper .rating-count span:first-child {
  color: #deb053;
}

.reviews li .review-inner {
  padding: 0 182px;
}

.reviews .review-inner .reviewer {
  font-size: 15px;
  margin-top: 15px;
  font-weight: 700;
}

.reviews li .review-inner .reviewer .name {
  font-weight: 700;
  margin-right: 15px;
}

.reviews .reviewer span:nth-child(2), .reviews .reviewer span:nth-child(3) {
  font-size: 14px;
  font-weight: 700;
}

.reviews .reviewer .name ~ span + span {
  margin-left: 3px;
}

.reviews .slider-inner #content-slider li .review-inner .review-title {
  margin-top: 18px;
  font: 400 14px/1;
  font-weight: 400;
}

.reviews .slider-inner #content-slider li .review-inner .review-title span:last-child {
  margin-left: 13px;
}

.reviews .slider-inner #content-slider li .review-inner .review-text {
  margin-top: 30px;
  line-height: 25px;
  font: 400 16px/23px;
  padding-bottom: 5px;
}

.reviews .slider-inner .all-reviews {
  float: left;
  width: 100%;
  margin-top: 0px;
}

.reviews .slider-inner .all-reviews a {
  vertical-align: top;
  padding: 12px 20px;
  display: inline-block;
  border-radius: 4px;
  font-size: 17px;
  text-align: center;
}

.reviews .review-btm-wrapper {
  margin-top: 20px;
  font-weight: 600;  /*     padding-bottom:18px; */
}

.reviews .review-btm-wrapper div {
  display: inline-block;
  max-width: 50%;
  padding: 5px 20px;
}

.reviews .review-btm-wrapper div span:first-child {
  font-size: 30px;
  color: #125ea7;
}

.reviews .review-btm-wrapper div span:last-child {
  font-size: 23px;
  color: #13365c;
}

.reviews .review-btm-wrapper .rating-count {
  border-left: 1px solid #ddd;
}

.reviews .review-btm-wrapper .rating-count span:first-child {
  color: #deb053;
}

.shipping-inner-right .rating {
  float: left;
  width: auto;
  padding-right: 8px;
}

.all-reviews img {
  width: 133px;
  margin-right: 30px;
}

.reviews .section-header {
  padding-bottom: 0;
}

.reviews .slider-inner .all-reviews {
  margin-top: 30px;
}

table.data-table.pricing-table a {
  color: #444;
  display: inline-block !important;
  text-decoration: none !important;
}
.icon-crypto-coin {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: -2.4px;
  background-image: url(/wp-content/themes/bgasc/images/icons/icon-cryptocoin.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.pricing-header {
  background: #0d7487;
  color: #fff;
}

.pricing-header h2 {
  margin: 0;
  padding: 0;
}

.font-large {
  font-size: 1.2em;
}

.p-10 {
  padding: 10px;
}

.payment-inner .add-to-cart button.main-btn {
  height: 44px;
  width: 270px;
  text-align: center;
  border-radius: 4px;
}

.payment-inner .add-to-cart button.stock-alert-btn {
  width: 100%;
}

.stock-rating .stock .rating-star {
  margin-top: 3px;
}

/*sales page product description*/
.product-description {
  float: left;
  width: 42%;
  padding-right: 30px;
  box-sizing: border-box;
}

.product-description h2 {
  font: 600 20px;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 10px;
}

.product-description .price {
  font: 500 16px;
  color: #0c477f;
  margin: 0;
  padding-bottom: 15px;
}

.product-description .detail {
  font: 400 15px;
  color: #010101;
  margin: 0;
  padding-bottom: 10px;
}

.product-description .availability {
  color: #ff0000;
  font: 400 13.9px;
}

.product-description .stock-rating .stock &gt; span {
  color: #000;
  font: 400 15px;
}

.product-description .availability {
  color: #000;
  font: 400 16px;
  width: auto;
  float: left;
}

.product-description .availability p.instock, .prod-detail .availability p.instock {
  margin: 0;
  padding-left: 5px;
  display: inline-block;
  position: relative;
  top: -1px;
}

.product-description .availability p {
  padding-left: 25px;
  margin: 0px;
}

.presalelist {
  color: #fff;
  background: #41416e;
  border-radius: 3px;
  padding: 3px 5px;
  margin-bottom: 8px;
}

.grid-presale-date{
  font-size: 9px;
  color: #41416e;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  height: 30px;
}


.home-products-tab .grid-presale-date{
top: 173px;
}

.product-description .stock-rating, .prod-detail .stock-rating {
  width: 100%;
  float: left;
}

.product-description .stock-rating .stock .rating-star, .prod-detail .stock-rating .stock .rating-star {
  float: left;
  margin: -1px 5px 0;
  width: auto;
}

.product-description .stock-rating .stock &gt; span, .prod-detail .stock-rating .stock &gt; span {
  float: left;
  width: auto;
}

/*all page quantity section*/
#myform {
  text-align: center;
  width: auto;
  float: left;
  position: relative;
  margin-right: 12px;
}

#myform .qty {
  width: 102px;
  height: 25px;
  text-align: left;
  height: 44px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-left: 50px;
  padding-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font: 400 15px;
}

#myform .qty.product {
  text-align: center;
  padding-right: 24px;
}

.qtyplus, .qtyminus {
  position: absolute;
  border: 1px solid #ccc;
  font-weight: bold;
  background: #eef0f2;
  width: 21px;
  cursor: pointer;
  z-index: 2;
  margin: 0;
}

.qtyplus {
  right: 0;
  top: 0;
  border-top-right-radius: 4px;
}

.qtyminus {
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 4px;
}

.cartform .qtyplus, .cartform .qtyminus {
  left: -22px;
  background-color: white;
  border: none;
}

.cartform .qtyplus {
  top: 5px;
}

.cartform .qtyminus {
  bottom: 5px;
}

/*common payment table  code end*/
.social-img img {
  margin-left: 14px;
}

.social-section {
  float: right;
  text-align: right;
  width: 30%;
}

.social-section .align-right {
  float: right;
  text-align: right;
  width: auto;
}

.social-section .align-right .social-media &gt; div {
  border: 1px solid #ccc;
  display: table-cell;
  height: 49px;
  text-align: center;
  vertical-align: middle;
  width: 49px;
  border-radius: 4px;
}

.social-section .align-right .social-media &gt; div i.fab {
  color: #797979;
  font-size: 28px;
}

.social-section p {
  font: 400 15px;
  padding-bottom: 14px;
}

.category-product-list .cartform .qtyminus {
  bottom: 0;
}

.category-product-list .cartform .qtyplus {
  top: 0;
}

.category-product-list .cartform .qtyplus, .qtyminus {
  font-size: 16px;
}

.sales-title * {
  margin: 0;
}

.sales-title .title-text {
  float: left;
  width: 70%;
}

.sales-title .title-text h2 {
  font: 600 37px;
  color: #010101;
  padding-top: 14px;
  padding-bottom: 10px;
}

.sales-title .title-text p {
  color: #000;
  padding-bottom: 28px;
}

.sales-description {
  margin-bottom: 30px;
}

.sales-description .buy h1 {
  margin: 0 0 20px;
}

.sales-description h2 {
  color: #010101;
  font: 600 25px;
  margin: 0;
  padding-bottom: 10px;
}

.sales-section {
  padding: 20px;
  width: 100%;
  float: left;
  border: 1px solid #ccc;
  margin-bottom: 18px;
}

.sale-page .sales-section, .sales-section.category-product-list {
  padding: 20px;
}

.sales-section .payment-inner table {
  width: 100%;
  border-right: 0;
  border-top: 0;
  border-left: 0;
}

.sales-section .coin-image {
  float: left;
  width: 19.6%;
}

/*on sale page css end*/

/*cart-bridge start*/

.cart-section {
  margin-top: 20px;
  float: left;
  width: 51%;
}

.cart-section button span {
  background: url("/wp-content/themes/bgasc/images/brown-arrow.png") no-repeat scroll 100% center;
  padding-right: 35px;
  font: 700 16px;
  padding-right: 29px;
}

.cart-section-top {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
}

.cart-section-left .new-customer .main-btn {
  margin-top: 87px;
}

.cart-page .cart-section-right .forgot-password p {
  font: 400 15px;
  text-align: center;
  width: auto;
}

.cart-section-right .forgot-password p a {
  color: #0d7487;
  font: 700 15px;
}

.cart-section-right .forgot-password p a:hover {
  text-decoration: underline;
}

.cart-section-btm {
  float: left;
  margin-bottom: 50px;
}

.cart-section-btm .shipping .col {
  float: left;
  height: 50px;
  padding: 0 0 0 10px;
}

.cart-section-btm .shipping .col + .col {
  border-left: 1px solid #ccc;
}

.cart-section-btm .shipping .col:nth-child(1) {
  width: 282px;
}

.cart-section-btm .shipping .col:nth-child(2) {
  width: 310px;
}

.cart-section-btm .shipping .col:nth-child(3) {
  width: 267px;
}

.cart-section-btm .shipping .shipping-inner-left {
  float: left;
  padding-right: 15px;
  width: auto;
}

.cart-section-btm .shipping .shipping-inner-right .title {
  font: 700 14.71px/1;
}

.cart-section-btm .shipping .shipping-inner-right p {
  font: 400 11.77px/1;
  margin: 5px 0;
}

.back-to-cart a {
  background: #2e2e4e;
  color: #fff;
  border-radius: 5px;
}

.back-to-cart a:hover {
  color: #fff;
  background-color: #2e2e4e;
}

.back-to-cart .fa {
  font-size: 15px;
  padding-right: 8px;
}

.modified-cart,.modified-cartpp {
  float: right;
  width: 45%;
  padding-top: 20px;
  padding-left: 2%;
}

.modified-cart table, .modified-cartpp table {
  border: 1px solid #ccc;
  width: 100%;
  display: block;
}

.modified-cart table img,.modified-cartpp table img {
  width: 50px;
  height: 50px;
}

.new-customer {
  padding-bottom: 10px;
}

.cart-page .forgot-password p {
  padding-right: 0 !important;
  width: 300px;
  text-align: center;
}

.cart-section button {
  height: 50px;
  width: 225px;
  margin: 0 auto;
  display: block;
}

.cart-section h2 {
  padding: 13px 0;
  margin: 0;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  width: auto;
  text-transform: uppercase;
}

.cart-section p {
  font: 400 14px;
}

.cart-section .fa {
  color: #34A267;
  margin-right: 10px;
}

.cart-section-right {
  float: left;
  width: 56%;
  border-left: thin solid #ccc;
  padding-left: 20px;
}

.cart-section-left {
  float: left;
  width: 44%;
  padding-right: 4%;
}

.cart-section-right .new-input {
  width: 100%;
}

.cart-bridge .header {
  background-color: #f3f3f3;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  min-width: 1200px;
}

.cart-bridge .header.fixed {
  display: none;
}

.cart-bridge .header .fa-comments::before {
  color: #ebba57;
}

.cart-bridge .header .lock-image {
  float: left;  /* padding-left: 38px; */
  padding-left: 10px;
  width: auto;
  padding-top: 7px;
}

.cart-bridge .header .secure {
  padding-left: 30px;
}

.cart-bridge .header .utility-bar .container .list-inline &gt; li.contact &gt; div.timings {
  color: #fff;
  font: 300 14.25px/20px;
}

.cart-bridge .header .utility-bar .container .list-inline &gt; li.contact &gt; div.number {
  color: #fff;
  font: 600 22.6px/26px;
}

.cart-bridge .header .utility-bar .container .list-inline &gt; li.contact &gt; div.chat a {
  color: #fff;
  font: 300 15.56px/1;
}

.cart-bridge .header .utility-bar .container .list-inline li.logo {
  display: table-cell;
  padding: 14px 0 9px;
}

.cart-bridge .header .utility-bar .container .list-inline li .securechekout .text {
  font: 300 32.56px;
  color: #fefefe;
  width: auto;
  float: left;
}

.new-input {
  position: relative;
}

.cart-bridge .header.fixed .utility-bar .container .list-inline &gt; li.secure {
  display: none;
}

button:focus {
  outline: none;
}

/*input textbox style end*/
.product-desc .stockalert {
  margin-top: 10px;
}

.product-desc p span {
  padding: 3px;
  border-radius: 3px;
  margin-right: 5px;
  cursor: pointer;
  color: #fff;
}

.product-desc p span.stock {
  background: #34A267;
}

.product-desc p span.presalelabel {
  background: #41416e;
}

.presale &gt; input {
  margin-left: 0;
}

.cart-payment-page {
  min-height: 350px;
}

.cart-payment-page .woocommerce h1, .woocommerce .cart-empty {
  text-align: center;
  margin: 40px 0 20px 0;
}

.cart-payment-page .product-desc h2 {
  padding-bottom: 50px;
  padding-right: 30px;
}

.product-verification tr td:nth-child(2) p span {
  font: 700 15px;
}

.fa-question-circle::before {
  color: #14253b;
  content: "ï™";
  padding-left: 10px;
}

.payment-area td {
  text-align: right;
}

.modified-cart table td .title p,.modified-cartpp table td .title p {
  margin-bottom: 6px;
  text-align: left;
}

.cart-payment-page #myform, .order-pages.thank-you #myform {
  padding-left: 34px;
}

.cart-payment-page .add-to-cart button, .order-pages.thank-you .add-to-cart button {
  background: rgba(0, 0, 0, 0) url("/wp-content/themes/bgasc/images/update-button.png") no-repeat scroll 100% center;
  padding-right: 29px;
  width: 80px;
  border: none;
}

.cart-payment-page .main-btn span, .order-pages.thank-you .main-btn span {
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.cart-payment-page .add-to-cart button, .order-pages.thank-you .add-to-cart button {
  height: 40px;
  margin-top: 20px;
}

#minicarttop { display: block; }

.order-pages.thank-you .payment-method div.panel-body .payment-method-image,
.order-pages.thank-you .payment-method div.panel-body .payment-method-val   {
  vertical-align: middle;
}

.cart-payment-page #myform .qty, .order-pages.thank-you #myform .qty {
  width: 80px;
}

.cart-payment-page .checkout button,
.cart-payment-page .braintree_googlepay_area button,
.order-pages.thank-you .checkout button {
  border-radius: 4px;
  max-height: 39px;
  padding: 9px 80px;
  width: 281px;
}

.PWAMP .googlepay-button, .PWAMP .googlepay_area {
  margin: 0 auto;
}

.cart-payment-page .social-wrapper .payment-area, .order-pages.thank-you .social-wrapper .payment-area {
  max-width: 165px;
}

.cart-payment-page .payment-area, .order-pages.thank-you .payment-area {
  float: right;
  max-width: 304px;
  padding: 10px 14px 0px 0px;
  margin-right: 14px;
}

.cart-payment-page .payment-area .shipping p span, .order-pages.thank-you .payment-area .shipping p span {
  color: #757575;
}

.cart-payment-page .payment-area &gt; div, .order-pages.thank-you .payment-area &gt; div {
  width: 100%;
  float: left;
}

.cart-payment-page .payment-area &gt; div p, .order-pages.thank-you .payment-area &gt; div p {
  font: 15px;
  padding-bottom: 10px;
  float: left;
}

.cart-payment-page .payment-area div.tool-tip-area .close-mark, .order-pages.thank-you .payment-area div.tool-tip-area .close-mark {
  color: #cccccc;
  cursor: pointer;
  float: right;
  position: absolute;
  right: 9px;
  text-align: right;
  top: 7px;
}

.cart-payment-page .payment-area div.tool-tip-area p, .order-pages.thank-you .payment-area div.tool-tip-area p {
  padding-bottom: 0;
  text-align: left;
}

.cart-payment-page h6.select, .order-pages.thank-you h6.select {
  color: #000;
}

.cart-payment-page p, .order-pages.thank-you p, .cart-payment-page h2, .order-pages.thank-you h2, .cart-payment-page h6, .order-pages.thank-you h6 {
  margin: 0;
}

.cart-payment-page .product-verification, .order-pages.thank-you .product-verification {
  border: 1px solid #ccc;
  margin-bottom: 40px;
}

.cart-payment-page .verification-title p, .order-pages.thank-you .verification-title p {
  color: #010101;
  text-align: center;
  font: 400 23px;
  padding-top: 21px;
  padding-bottom: 37px;
}

.cart-payment-page .verification-title p span, .order-pages.thank-you .verification-title p span {
  font: 700 23px;
}

input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #ccc;
}

input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #0d7487;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #ccc;
}

/*product verification table*/
.cart-payment-page .product-verification &gt; table {
  border-collapse: collapse;
}

.cart-payment-page .product-verification h6 {
  text-align: center;
  font: 700 16px;
  color: #114e88;
}

.product_tbl {
  float: left;
  width: 100%;
}

.product_tbl tr {
  border-bottom: solid thin #ddd;
}

.coupons {
  margin-top: 20px;
}

.product_tbl&gt;tbody&gt;tr&gt;td {
  vertical-align: middle;
  padding: 0 10px;
}

.product_tbl thead tr th {
  text-align: left;
  font-size: 20px;
  color: #444;
  padding-bottom: 15px;
  border: none;
}

.product-desc {
  position: relative;
}

.product-desc a {
  font-size: 18px;
  font-weight: 700;
}

.product_tbl .price-each {
  width: 100%;
  float: left;
  padding-bottom: 10px;
  padding-right: 30px;
}

.product_tbl .price-each p {
  float: left;
  text-align: left;
}

.product_tbl .price-each button {
  background: #34A267 none repeat scroll 0 0;
  border: 1px solid #34A267;
  border-radius: 4px;
  float: right;
  height: 31px;
  color: #fff;
  min-width: 80px;
  margin-right: 5px;
}

.product_tbl .price-each button.inactive {
  background: #e7e7e7;
  color: #757575;
  border: none;
}

.product_tbl .price-each p {
  margin-top: 6px;
  color: #000;
}

.product_tbl .price-each p.inactive {
  color: #757575;
}

.product-subtotal p {
  padding-left: 5px;
}

.product_tbl tbody tr td .product-detail {
  display: inline-block;
  padding: 26px 0;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.product_tbl tbody tr td .product-detail .product-image {
  float: left;
  text-align: center;
  width: 225px;
}

.product_tbl tbody tr td .product-detail .product-desc h2 {
  font: 600 20px;
  float: right;
  text-align: left;
  width: 505px;
  padding: 10px 20px 30px 0;
}

.product_tbl tbody tr td .product-detail .product-desc p {
  float: right;
  text-align: left;
  width: 505px;
}

.product_tbl tbody tr td .product-detail .product-desc p {
  background-image: url("/wp-content/themes/bgasc/images/green-tick.png");
  background-position: 2px 8px;
  background-repeat: no-repeat;
  margin: 0;
  padding-left: 20px;
  cursor: pointer;
}

.product_tbl tbody tr td .product-detail .product-desc p.presale {
  background-image: url("/wp-content/themes/bgasc/images/presale.png");
  padding-left: 25px;
  background-position: 0 6px;
  cursor: pointer;
}

.product_tbl tbody tr td .product-detail .product-desc h6 {
  padding-bottom: 50px;
}

.product_tbl tbody tr td .confirmation {
  max-width: 465px;
  padding-left: 25px;
  padding-top: 33px;
  padding-bottom: 30px;
}

.product_tbl tbody tr td .confirmation p {
  font: 400 15px/24px;
  color: #757575;
  line-height: 25px;
}

.product_tbl tbody tr td .confirmation label {
  cursor: pointer;
}

.product_tbl tbody tr td .confirmation p.presale {
  color: #e00f0f;
  padding-left: 0px;
  background-image: none !important;
}

.product_tbl tbody tr td #myform .qty {
  margin-left: 0px;
  width: 80px;
}

.product_tbl tbody tr td .col-1 {
  width: 248px;
  float: left;
}

.product_tbl tbody tr td .col-1 .shipping-inner-left {
  padding-top: 10px;
  padding-right: 14px;
  float: left;
  min-height: 62px;
  width: auto;
  padding-right: 15px;
}

.product_tbl tbody tr td .col-1 .shipping-inner-right .title {
  color: #6c6c6c;
  font: 700 14.75px;
}

.product_tbl tbody tr td .col-1 .shipping-inner-right p {
  font: 300 12.75px;
  color: #6c6c6c;
}

.product_tbl tbody tr td .col-2 {
  float: left;
  width: 256px;
}

.product_tbl tbody tr td .col-2 .shipping-inner-left {
  padding-top: 3px;
  float: left;
  min-height: 62px;
  padding-right: 15px;
  width: auto;
}

.product_tbl tbody tr td .col-2 .shipping-inner-right .title {
  color: #6c6c6c;
  font: 700 14.75px;
}

.product_tbl tbody tr td .col-2 .shipping-inner-right p {
  font: 300 12.75px;
  color: #6c6c6c;
}

.product_tbl tbody tr td .text {
  float: right;
  width: auto;
  width: 318px;
}

.product_tbl tbody tr td .text.checkout {
  float: left;
  width: auto;
  padding-left: 50px;
}

.table-checkout-bottom td {
  background-color: #fff !important;
}

.product_tbl tbody tr td .text p {
  font: 700 16px;
  padding-top: 10px;
}

/*common css*/
.green-tick {
  float: left;
  min-height: 80px;
  padding-top: 35px;
  width: auto;
  padding-right: 25px;
}

/*pagination area*/
.pagination-area .pagination {
  display: table;
  float: none;
  margin: 0 auto;
  text-align: center;
  width: auto;
}

.pagination-area .pagination p.dots {
  float: left;
  padding-left: 12px;
  padding-right: 3px;
  padding-top: 5px;
  color: #666;
}

.pagination-area .pagination i {
  color: #dae6ef;
}

.pagination-area .pagination a:hover:not(.active) {
  background-color: #ddd;
}

.pagination-area .pagination a {
  color: #666;
  float: left;
  padding: 5px 0;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ccc;
  margin-left: 10px;
  background-color: #f2f7fb;
  border-radius: 3px;
  width: 30px;
  height: 30px;
}

.pagination-area .pagination a.active, .pagination-area .pagination a:hover {
  background-color: #dae6ef;
  color: #666;
}

.pagination-area .pagination a.active i, .pagination-area .pagination a:hover i {
  color: #000;
}

.pagination-area &gt; p {
  color: #666;
  text-align: center;
}

/*grid-select*/
ul.grid-select, ul.grid-select1, ul.grid-select3 {
  height: 30px;
  width: 150px;
  z-index: 2;
  border: 1px #000 solid;
  position: absolute;
}

ul.grid-select li, ul.grid-select3 li, ul.grid-select1 li {
  padding: 5px 10px;
  z-index: 2;
}

ul.grid-select li:not(.init), ul.grid-select3 li:not(.init), ul.grid-select1 li:not(.init) {
  float: left;
  width: 130px;
  display: none;
}

ul.grid-select li:not(.init):hover, ul li.selected:not(.init), ul.grid-select li.init, ul.grid-select3 li.init, ul.grid-select1 li.init {
  cursor: pointer;
}

ul.grid-select a#submit, ul.grid-select1 a#submit {
  z-index: 1;
}

ul.grid-select3 a#submit {
  z-index: 1;
}

.chrome .payment-method thead tr th .payment-selection ul li {
  padding-right: 9px;
}

.breadcrumb {
  list-style: none;
  overflow: hidden;
  font-size: 13px;
  background: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  float: left;
  padding-right: 36px;
  position: relative;
}

.breadcrumb .space {
  padding: 0px 2px;
  float: left;
}

.breadcrumb li {
  float: left;
}

.breadcrumb li .home {
  left: 15px;
  position: absolute;
  top: 3px;
  z-index: 9;
}

.breadcrumb li a {
  color: #444;
  text-decoration: none;
  position: relative;
  display: block;
  float: left;
  padding: 0px;
}

#pm_message_reg {
  font-weight: 700;
  padding-bottom: 20px;
  font-size: 15px;
  text-align: center;
  text-transform: none;
  font-weight: normal;
}

.bitpay_checkout_text {
  margin: 0 auto;
  font-size: 15px;
}

h1.page-title {
  margin: 20px 0 10px;
  font-size: 24px;
  padding-bottom: 5px;
  font-weight: 700;
}

select:focus, select:focus option {
  outline: none;
}

select::-ms-expand {
  display: none;
}

.breadcrumb-area {
  float: left;
  width: 100%;
  clear: both;
  display: block;
}

.cart-payment-page .payment-method.choose .payment-area &gt; div p {
  padding-bottom: 10px;
}

.cart-payment-page .payment-area &gt; div.shipping {
  position: relative;
}

.cart-payment-page .payment-method.choose .payment-title h2 {
  padding-bottom: 8px;
}

/*category page-1 start*/
.silver-bar-section {
  margin-bottom: 30px;
}

.prod-section:nth-child(5) {
  margin-right: 0;
}

.prod-section {
  border: solid thin #dddddd;
  float: left;
  min-height: 310px;
  text-align: center;
  width: calc(20% - 16px);
  margin-right: 20px;
  margin-bottom: 20px;
}

/* .prod-section:hover{
  box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
} */
.top-bar.active .prod-section.active {
  -moz-box-shadow: inset 0 0 1px #9b9b9b;
  -webkit-box-shadow: inset 0 0 1px #9b9b9b;
  box-shadow: inset 0 0 1px #9b9b9b;
}

.silver-bar-section .top-bar {
  width: 100%;
  float: left;
}

.silver-bar-section .top-bar .prod-section h6 {
  font-size: 16px;
  margin: 0 auto 20px;
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
  color: #444444;
}

.silver-bar-section .top-bar .prod-section .product-img {
  min-height: 234px;
}

.silver-bar-section .top-bar:last-child {
  border: none;
}

.browse-link {
  color: #0e4375;
  font: 400 15px;
}

.browse-link:hover {
  text-decoration: underline;
}

.sales-description .silver-bar p, .sales-description .silver-round p {
  padding-bottom: 10px;
}

.category-banner &gt; img {
  padding-left: 10px;
  padding-top: 30px;
}

.category-product-list {
  margin-bottom: 30px;
  border: 1px solid #ccc;
  padding: 16px 0 0 0;
  min-height: 250px;
  position: relative;
}

.bannerarea {
  float: right;
  position: absolute;
  right: 0;
  top: 25px;
}

.bannerarea img {
  width: 471px;
}

.category-banner {
  width: 100%;
  float: left;
}

.title-area {
  position: relative;
  float: left;
  width: 100%;
}

.dim-white {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #f2f7fb;
  color: #4a4a4a;
  font-size: 15px;
  padding: 14px 30px;
}

/*category-list-page*/
.category-product-list .prod-img {
  float: left;
  padding-top: 8px;
  text-align: left;
  width: 230px;
  background: #fff;
  position: relative;
}

.category-product-list .prod-detail {
  float: left;
  width: 485px;
  position: relative;
  padding: 0 20px;
}

.category-product-list h2.product-title {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  padding-bottom: 17px;
}

.category-product-list h2.product-title a {
  color: #444;
  width: 700px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.category-product-list .prod-detail &gt; p {
  margin: 0;
  padding-bottom: 15px;
}

.category-product-list .prod-detail &gt; p a {
  color: #114a81;
}

.category-product-list .Qty-table table tr th {
  font: 600 14px;
}

.Qty-table {
  width: 100%;
  float: left;
}

.category-product-list .Qty-table table {
  border-collapse: collapse;
  width: 296px;
  border: 1px solid #ccc;
}

.category-product-list .Qty-table table td {
  border-right: 1px solid #ccc;
}

.category-product-list .Qty-table table tr:nth-child(even) td {
  background: #fff;
  padding: 6px 15px;
}

.category-product-list .Qty-table table tr:nth-child(odd) td {
  background: #f6f6f6;
  padding: 4px 15px;
}

.category-product-list .Qty-table {
  width: 30.7%;
  float: left;
  padding-left: 50px;
}

.category-product-list .Qty-table table td {
  font: 300 14px;
  color: #000;
  text-align: center;
}

.category-product-list .Qty-table table th {
  background-color: #14253b;
  border: 1px solid #ccc;
  color: #fff;
  padding: 7px 0;
}

.category-product-list .Qty-table table tr td:nth-child(1), .category-product-list .Qty-table table tr th:nth-child(1) {
  width: 68px;
}

.category-product-list .Qty-table table tr td:nth-child(2), .category-product-list .Qty-table table tr th:nth-child(2) {
  width: 122px;
}

.category-product-list .Qty-table table tr td:nth-child(3), .category-product-list .Qty-table table tr th:nth-child(3) {
  width: 106px;
}

.category-product-list .Qty-table table tr:last-child td {
  border-top: 1px solid #ccc;
  padding: 12px;
}

.chrome .category-product-list .Qty-table table tr:nth-child(even) td, .ie .category-product-list .Qty-table table tr:nth-child(even) td {
  padding: 6px 12px;
}

.chrome .category-product-list .Qty-table table tr:nth-child(odd) td, .ie .category-product-list .Qty-table table tr:nth-child(odd) td {
  padding: 4px 5px;
}

.category-product-list .Qty-table table.out-of-stock th {
  background: #8e8e8e;
}

.onsale span {
  background: rgba(0, 0, 0, 0) linear-gradient(#ca0000 0px, #ca0000 100%) repeat scroll 0 0;
  color: #ffffff;
  font-weight: 600;
}

.category-product-list .Qty-table table.out-of-stock button span {
  background: rgba(0, 0, 0, 0) url("/wp-content/themes/bgasc/images/exclamatory.png") no-repeat scroll 100% center;
  font: 700 16px;
  padding-right: 29px;
}

.category-product-list .box {
  width: 200px;
  height: 300px;
  position: relative;
  border: 1px solid #BBB;
  background: #EEE;
}

.category-product-list .ribbon.left {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.category-product-list .ribbon.left span {
  font-size: 10px;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  position: absolute;
  top: 19px;
  left: -21px;
}

.category-product-list .ribbon.left:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

.category-product-list .ribbon.left:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

.category-2 .payment-section {
  margin: 10px 0 10px;
}

/*category list page css end*/

/*tool bar section*/
.category-product-list .toolbar {
  background: #eeeeee none repeat scroll 0 0;
  margin-bottom: 30px;
}

.toolbar .toolbar-sorter {
  display: inline-block;
  margin-top: 3px;
  vertical-align: top;
}

.toolbar .toolbar-sorter .sorter-label {
  line-height: 32px;
  color: #444444;
  padding-right: 9px;
}

.toolbar .toolbar-sorter .sorter-label, .toolbar .toolbar-sorter .sorter-options, .toolbar .toolbar-sorter .sorter-action {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

#catalog-listing .toolbar .toolbar-sorter select.month-select li.init, #catalog-listing .toolbar .toolbar-sorter .grid-select.month-select li.init, #catalog-listing .toolbar .toolbar-sorter .grid-select1.month-select li.init, .payment-page .grid-select.month-select li.init, .payment-page .grid-select1.month-select li.init, .payment-page .grid-select3.month-select li.init, #catalog-listing .toolbar .toolbar-sorter select.year-select li.init, #catalog-listing .toolbar .toolbar-sorter .grid-select.year-select li.init, #catalog-listing .toolbar .toolbar-sorter .grid-select1.year-select li.init, .payment-page .grid-select.year-select li.init, .payment-page .grid-select1.year-select li.init, .payment-page .grid-select3.year-select li.init {
  height: 44px;
  width: 113px;
  background: #ffffff url("/wp-content/themes/bgasc/images/drop-down-grey-arrow.png") no-repeat scroll 94% center;
}

#catalog-listing .toolbar .toolbar-sorter select.month-select li.init:not(.init), #catalog-listing .toolbar .toolbar-sorter .grid-select.month-select li.init:not(.init), #catalog-listing .toolbar .toolbar-sorter .grid-select1.month-select li.init:not(.init), .payment-page .grid-select.month-select li.init:not(.init), .payment-page .grid-select1.month-select li.init:not(.init), .payment-page .grid-select3.month-select li.init:not(.init), #catalog-listing .toolbar .toolbar-sorter select.year-select li.init:not(.init), #catalog-listing .toolbar .toolbar-sorter .grid-select.year-select li.init:not(.init), #catalog-listing .toolbar .toolbar-sorter .grid-select1.year-select li.init:not(.init), .payment-page .grid-select.year-select li.init:not(.init), .payment-page .grid-select1.year-select li.init:not(.init), .payment-page .grid-select3.year-select li.init:not(.init) {
  padding-top: 1px;
  padding-bottom: 1px;
}

#catalog-listing .toolbar .toolbar-sorter select li.init, #catalog-listing .toolbar .toolbar-sorter .grid-select li.init, #catalog-listing .toolbar .toolbar-sorter .grid-select1 li.init, .payment-page .grid-select li.init, .payment-page .grid-select1 li.init, .payment-page .grid-select3 li.init {
  -moz-appearance: none;
  background: #ffffff url("/wp-content/themes/bgasc/images/bg-selectbox.png") no-repeat scroll 98% center;
  border-color: #dbdbdb;
  box-shadow: none;
  padding-right: 26px;
  text-indent: 1px;
  text-overflow: "";
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 30px;
  width: 182px;
  font: 400 14px;
  -webkit-appearance: none;
  padding-left: 10px;
  padding-top: 5px;
  margin-bottom: 0px;
}

#catalog-listing .toolbar .toolbar-sorter select li, #catalog-listing .toolbar .toolbar-sorter .grid-select li, #catalog-listing .toolbar .toolbar-sorter .grid-select1 li, .payment-page .grid-select li, .payment-page .grid-select1 li, .payment-page .grid-select3 li, #catalog-listing .toolbar .toolbar-sorter select option, #catalog-listing .toolbar .toolbar-sorter .grid-select option, #catalog-listing .toolbar .toolbar-sorter .grid-select1 option, .payment-page .grid-select option, .payment-page .grid-select1 option, .payment-page .grid-select3 option {
  padding-bottom: 7px;
  padding-left: 20px;
  padding-top: 7px;
  padding-left: 12px;
  font: 300 14px;
  border-bottom: none;
  background: #fff;
}

#catalog-listing .toolbar .toolbar-sorter select li:hover, #catalog-listing .toolbar .toolbar-sorter .grid-select li:hover, #catalog-listing .toolbar .toolbar-sorter .grid-select1 li:hover, .payment-page .grid-select li:hover, .payment-page .grid-select1 li:hover, .payment-page .grid-select3 li:hover, #catalog-listing .toolbar .toolbar-sorter select option:hover, #catalog-listing .toolbar .toolbar-sorter .grid-select option:hover, #catalog-listing .toolbar .toolbar-sorter .grid-select1 option:hover, .payment-page .grid-select option:hover, .payment-page .grid-select1 option:hover, .payment-page .grid-select3 option:hover {
  color: #114a81;
}

#catalog-listing .toolbar .toolbar-sorter select li:not(.init), #catalog-listing .toolbar .toolbar-sorter .grid-select li:not(.init), #catalog-listing .toolbar .toolbar-sorter .grid-select1 li:not(.init), .payment-page .grid-select li:not(.init), .payment-page .grid-select1 li:not(.init), .payment-page .grid-select3 li:not(.init), #catalog-listing .toolbar .toolbar-sorter select option:not(.init), #catalog-listing .toolbar .toolbar-sorter .grid-select option:not(.init), #catalog-listing .toolbar .toolbar-sorter .grid-select1 option:not(.init), .payment-page .grid-select option:not(.init), .payment-page .grid-select1 option:not(.init), .payment-page .grid-select3 option:not(.init) {
  width: 181px;
  border: 1px solid #ccc;
  border-top: 0px;
  cursor: pointer;
}

.select-area {
  float: left;
  position: absolute;
  top: 0;
  width: auto;
}

.toolbar-sorter.sorter .select-area {
  position: absolute;
  top: 0;
  left: 20px;
  display: inline-block;
  width: auto;
}

.select-area ul {
  left: 20px;
  margin: 0;
  position: absolute;
}

.select-area ul.grid-select, .select-area ul.grid-select1, .select-area ul.grid-select3 {
  border: none;
}

.container &gt; div#catalog-listing {
  background: #f8f8f8 none repeat scroll 0 0;
  padding: 6px 15px;
  margin-bottom: 20px;
}

.toolbar .modes .modes-mode::before {
  color: #878787;
  display: inline-block;
  font: 22px Font Awesome\ 5 Free;
  text-align: center;
  font-weight: 700;
}

.toolbar .modes .modes-mode {
  float: left;
  padding: 9px 9px 9px 14px;
  text-align: center;
}

.toolbar .modes .modes-mode.active {
  background: transparent;
}

.toolbar .modes .modes-mode span {
  float: left;
  margin-right: 5px;
  color: #444;
}

.toolbar .modes .modes-mode span.fas {
  margin-top: 3px;
}

.toolbar.toolbar-products {
  float: left;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 15px;
}

.toolbar-sorter.sorter {
  float: right;
  width: auto;
  padding-right: 185px;
  position: relative;
}

.toolbar .modes {
  float: left;
  width: auto;
}

.modes-label {
  float: left;
  width: auto;
  color: #000;
  margin-top: 9px;
  padding-right: 8px;
}

.toolbar .modes .modes-mode.active {
  background: #2e2e4e;
  border-radius: 5px;
}

.toolbar .modes .modes-mode.active span {
  color: #FFF;
}

/*tool bar section*/

/*category-2 page*/

.sales-description.category-list {
  margin-top: 20px;
  margin-bottom: 30px;
}

.tab-content.category-2 .tab .tab-cols .product-img {
  display: block;
  min-height: 200px;
  margin: 0 auto 10px;
  text-align: center;
}

.sales-description.category-list p {
  font: 400 13.50px;
  padding-bottom: 22px;
}

.sales-description.category-list h2 {
  font: 700 25px;
  padding-bottom: 22px;
}

.sales-description.category-list.category-list {
  padding: 15px 0;
  clear: both;
}

.toolbar .modes .modes-mode.mode-grid {
  margin-right: 3px;
}

.review-section {
  border: 1px solid #ccc;
  float: right;
  width: 100%;
}

.review-section .product-review table {
  width: 100%;
}

.review-section .product-review table th {
  border-bottom: 1px solid #ccc;
  text-align: left;
  min-height: 66px;
  padding: 13px 13px 12px 22px;
}

/*common-style for blue button start*/
.blue-button {
  background-color: #2e2e4e;
  border-radius: 5px;
  float: left;
  text-align: center;
  border: medium none;
}

.write-a-review {
  width: 100%;
  text-align: left;
  float:left;
  margin-left:15px;
}

.ptitle {margin-top:20px; margin-bottom:14px;}

.write-a-review #myBtn { float:none !important; }

.write-a-review .not-logged-in-review .blue-button, .write-a-review .not-logged-in-review .blue-button span, .write-a-review #myBtn, .write-a-review #myBtn span{
  color: #ffffff !important;
  background: #222222 !important;
}

table.reviews tr {
	border-top: 1px solid #ccc !important;
background: unset !important;
}

.not-logged-in-review {
  margin: 15px auto;
  display: inline-block;
}

.write-a-review .blue-button {
  padding: 0 10px;
  line-height: 33px;
  margin: 15px auto;
}

.not-logged-in-review .blue-button {
  margin: 0 3px;
}

.not-logged-in-review&gt;span {
  float: left;
  margin: 10px 0 0;
}

.blue-button:hover {
  background: #12375c;
  cursor: pointer;
}

.blue-button span {
  color: #fff;
  text-shadow: none;
}

/*common-style for blue button start*/

/*review section in product detail page start*/

.review-title {
  float: left;
  padding: 10px 0px;
  font-size: 1.2em;
  font-weight: 700;
  width: 100%;
  background: #0d7487;
  color: #000000 !important;
  border-top: 1px solid #ccc !important;
}

.total-review-rating {
  display: none;
}

.review-title .review-count-area {
  font-size: 14px;
  font-weight: 500;
  color: rgb(68, 68, 68) !important;
}

.review-count-area .reviewCount {
  margin-right: 0;
  margin-left: 15px;
}

.review-count-area .reviewText {
  margin-left: 5px;
}

.review-title span {
  float: left;
  margin-right: 15px;
}


.review-title .rating-star, .single-column .comments .customer-rating {
  float: left;
  height: 18px;
  margin-left: 0px;
  margin-bottom:5px;
}

.review-title .rating-star {
  margin-left: 15px !important;	
}

.modal-body .comments .customer-rating {
  float: left;
  height: 18px;
  margin-left: 10px;
}


#reviewModal.modal .modal-content{
  width: 500px;
}

.modal-body .comments{
  display: inline-block;
  width: 100%;
  border-bottom: solid 1px #444;
  margin-bottom: 10px;
  margin-top: 10px;
}

.modal-body .customer-rating,.modal-body .customer-name{
  margin-bottom: 10px;
  float: left;
}

.modal-body .customer-rating{
  margin-top: 0;
}

.review-title .rating-star img, .customer-rating img {
  height: 100%;
  vertical-align:top;
}

.review-section .product-review table tbody tr:nth-child(1) td:nth-child(1) {
  width: 155px;
}

.review-section .product-review table tbody tr:nth-child(1) td:nth-child(2) {
  width: 262px;
  float: left;
}

.review-section .product-review table tbody tr td .rating-region .number {
  background: #0c9805;
  display: table-cell;
  height: 84px;
  text-align: center;
  vertical-align: middle;
  width: 118px;
}

.review-section .product-review table tbody tr td .rating-region .number span {
  color: #fff;
  font: 55.82px;
}

.review-section .product-review table tbody tr td .rating-region .total {
  width: 118px;
  height: 28px;
  text-align: center;
  background: #14253b;
}

.review-section .product-review table tbody tr td .rating-region .total span {
  font: 400 14px/28px;
  color: #fff;
}

.review-section .product-review table tbody tr td .rating-star img {
  padding-top: 13px;
}

.review-section .product-review table tbody tr td .stars-section .stars {
  width: 100%;
  float: left;
}

.review-section .product-review table tbody tr td .stars-section .stars.star-5 .star-bar .star-range {
  width: 136px;
}

.review-section .product-review table tbody tr td .stars-section .stars.star-4 .star-bar .star-range {
  width: 10px;
}

.review-section .product-review table tbody tr td .stars-section .stars.star-3 .star-bar .star-range {
  width: 2px;
}

.review-section .product-review table tbody tr td .stars-section .stars p {
  width: auto;
  float: left;
  margin: 0;
  padding-right: 18px;
  font-size: 13px;
}

.review-section .product-review table tbody tr td .stars-section .stars .star-bar {
  background: #ccc none repeat scroll 0 0;
  height: 12px;
  width: 146px;
  float: left;
  margin-top: 5px;
}

.review-section .product-review table tbody tr td .stars-section .stars .star-bar .star-range.rating {
  height: 12px;
  background: #114e88;
}

.review-section .product-review table tbody tr td .stars-section .stars .grey-text {
  padding-right: 0px;
  padding-left: 10px;
  font-size: 12px;
}

.review-section .product-review table tbody tr .single-column {
  border-top: 1px solid #ccc;
}

.review-section .product-review table tbody tr .single-column .comments {
  font: 400 12.33px;
  padding: 0 18px;
}

.review-section .product-review table tbody tr .single-column .comments .customer-name {
  float: left;
  font-size: 14;
  margin-top: 15px;
  width: 100%;
  text-align:left;
}

/*review section in product detail page start*/
.product-detail-left .text .discount {
  float: left;
  width: 100%;
}

.product-detail-left .text {
  float: left;
  width: 100%;
  font: 400 14px/1;
}

.product-detail-left .product-text {
  padding: 20px 20px 10px;
  text-align: center;
  color: #114e88;
}

.promotions {
  margin-top: 15px;
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.promo-top {
  width: 100%;
}

.product-detail-right .promotions .usps i, .buybackclick i {
  cursor: pointer;
}

.leftinfo {
  float: left;
  width: 650px;
  margin-right: 15px;
  margin-bottom: 50px;
}

.rightinfo {
  float: right;
  width: 455px;
  margin-bottom: 20px;
}

.promobox {
  float: left;
  overflow: hidden;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  padding-bottom: 0;
  margin-top: 10px;
  height: 60px;
  margin-bottom: 12px;
}

.shipping &gt; div {
  margin: 0;
}

.shipping &gt; div .col {
  border-left: solid 1px #ccc;
  width: 399px;
  float: left;
  height: 80px;
  margin: 15px 0;
  padding: 20px 0 0;
}

.shipping &gt; div .col:first-child {
  border-left: none;
}

.shipping-inner-left {
  float: left;
  text-align: center;
  margin-top: 4px;
  width: 62px;
  background-repeat: no-repeat;
  height: 50px;
  margin-left: 5px;
  margin-right: 0;
}

.freeshipbox {
  margin-top: 15px;
}

.freeship {
  margin-left: 10px;
  width: 76px;
  background-position: -356px -6px;
  background-image: url("/wp-content/themes/bgasc/images/icon-sprite.png");
}

.shipping-inner-right .title {
  font: 700 20px/1;
  color: #114e88;
}

.shipping-inner-right p {
  margin: 5px 0;
  color: #000;
  font: 600 14px/1;
}

.shipping-inner-right p.free {
  padding-bottom: 6px;
  width: 100%;
}

.shipping-inner-right .title.free {
  padding-top: 3px;
  padding-bottom: 0px;
}

.product-detail-page {
  float: left;
  padding-bottom: 19px;
  width: 100%;
}

.cart-popup-container {
  display: none;
}

.cart-popup-container.active {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  right: 0;
  top: 0;
}

.popup-close {
  padding: 10px 0;
  height: auto;
}

.atc-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.cart-popup-msge {
  width: 100%;
}

.cart-popup-msge.side-error-message {
  padding: 20px;
}

.cart-popup-msge h2 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
  display: inline-block;
  margin-top: 0;
  vertical-align: top;
}

.modalwrap {
  display: block;
  width: 440px;
  height: 100%;
  clear: both;
  z-index: 3;
  position: fixed;
  top: 0;
  right: 0%;
  margin: 0;
  padding-bottom: 30px;
}

.cart-popup-product-name .quickremove {
  float: right;
  cursor: pointer;
}

.modalwrap .cart-buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
}

.modalwrap .cart-buttons .button {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: left;
  display: block;
  color: #fff;
  width: 100%;
  background: #34A267;
  height: 51px;
  border-radius: 5px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, .2);
  flex-grow: 1;
  border: 0;
  font-family: Helvetica, Helmet, Freesans, Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .075em;
  padding: 12px 0;
}

.modalwrap .cart-coupon {
  margin-top: 20px;
  position: relative;
  color: #444;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  padding: 15px;
  height: auto;
  margin-bottom: 20px;
  background: #f3f3f3;
}

.modalwrap .cart-coupon  a {
  color: #2e2e4e;
}

.modalwrap input.qtyplus {
  left: -31px;
}

.modalwrap input.qtyminus {
  left: -31px;
  bottom: -7px;
}

.modalwrap .pricing-type {
  padding: 15px;
  cursor: pointer;
  white-space: nowrap;
  text-align: right;
  position: relative;
  border-bottom: 1px solid #ccc;
  background: #fff;
}

.modalwrap .dropdown-menu {
  width: 100%;
}

.pricing-type .chevron-down {
  margin-left: 5px;
}

.cart-row-price {
  float: right;
  margin-top: 25px;
}

.cart-popup-product-details span {
  line-height: 35px;
  margin-left: 5px;
}

.modalwrap .dropdown-menu {
  padding: 0;
}

.modalwrap .dropdown-menu a {
  padding: 15px;
  clear: both;
  text-align: left;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  width: 100%;
  display: block;
  border-bottom: solid thin #ccc;
}

.modalwrap .dropdown-menu a:hover {
  background-color: #f5f5f5;
}

.modalwrap .dropdown-menu a:last-child {
  border-bottom: none
}

.dropdown-menu .pricing-name {
  font-size: 18px;
  font-weight: 700;
}

.pricing-type .chevron-down:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f078";
}

.modalwrap .cart-buttons .button .button-text {
  float: left;
}

.cart-checkout .button-text {
  padding-left: 15px;
}

.cart-checkout .subtotal {
  float: right;
  padding-right: 15px;
}

.btn-cart:hover, .btn-login:hover {
  background: #44c37e;
}

.cart-popup-wrapper {
  display: block;
  width: 100%;
  margin: 0 auto;
  clear: both;
  z-index: 3;
  position: relative;
  top: 0;
}

.cart-popup-wrapper .modalwrap {
  padding-top: 30px;
}

.cart-header {
  position: relative;
  height: 85px;
  background: #f3f3f3;
  color: #444;
  font-size: 32px;
  padding: 18px 25px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.cart-header span {
  position: relative;
  font-size: 27px;
  margin-left: 20px;
  font-weight: 500;
  top: -3px;
}

#continue-shopping{
  background: #2e2e4e;
  font-size: 12px;
  text-align: center;
  padding: 10px;
  margin-top: 5px;
  width: 180px;
  float: left;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.cart-popup-wrapper .cart-popup-product-wrapper div.cart-popup-product-section {
  display: inline-block;
  width: 19%;
  vertical-align: top;
  margin-top: 15px;
  margin-left: 15px;
}

.product-summary {
  width: 100%;
  display: block;
  margin-bottom: 60px;
}

.product-summary .cart-popup-product-details {
  padding: 0 15px;
  display: inline-block;
  width: 75%;
}

.product-summary .cart-popup-product-details form#myform input.qty {
  margin-left: 0;
  height: 45px;
}

.product-summary .cart-popup-product-details .add-to-cart button {
  height: 45px;
  width: 120px;
  margin-bottom: 10px;
}

.product-summary .cart-popup-product-details .cart-popup-product-name p {
  color: #2e2e4e;
  font-size: 14px;
  line-height: initial;
  max-width: 95%;
  margin: 15px 0 10px 0;
}

.product-summary .bottom-button-section {
  float: right;
  text-align: right;
  width: 75%;
  box-sizing: border-box;
  padding-right: 20px;
}

@-moz-document url-prefix() {
  .product-summary .bottom-button-section {
    top: 351px;
  }

}

.button-wrapper a:hover {
  text-decoration: none;
}

.product-summary .bottom-button-section .button-wrapper a {
  width: 220px;
  height: 45px;
  border: 1px solid #c6c6c6;
  display: inline-block;
  text-align: center;
  line-height: 43px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 700;
  color: #666;
  background: #f2f7fb;
}

.product-summary .bottom-button-section .button-wrapper img {
  display: inline-block;
  vertical-align: bottom;
  border: 1px solid #c6c6c6;
  padding: 3.5px 4px;
  border-radius: 2px;
}

.cart-popup-wrapper .cart-popup-product-wrapper div.cart-popup-product-details-wrapper {
  width: 34%;
  display: inline-block;
  vertical-align: top;
  margin-top: -40px;
}

.cart-popup-product-payment-details {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  background-color: #f5f5f5;
}

.cart-popup-product-payment-details .cart-details {
  color: #000;
  font-weight: 600;
}

.cart-popup-product-payment-details .cart-details p {
  display: inline-block;
  width: 70%;
  margin: 5px 0 10px;
  font-size: 20px;
}

.cart-popup-product-payment-details .cart-details p.sub-total {
  width: 28%;
  font-size: 16px;
  text-align: right;
  padding-right: 8px;
}

.cart-popup-product-payment-details .cart-details p i {
  font-size: 23px;
  color: #0b2f5e;
  margin-right: 5px;
}

.cart-popup-product-payment-details .cart-price-details {
  margin-top: 0;
  border: 1px solid #c6c6c6;
}

.cart-popup-product-payment-details .cart-price-details p {
  padding: 10px;
  border-bottom: 1px solid #c6c6c6;
  margin: 0;
}

.cart-popup-product-payment-details .cart-price-details label {
  width: 65%;
  float: left;
  font-weight: 600;
}

.payment-msge {
  text-align: center;
  font-weight: 600;
  padding-top: 10px;
}

.payment-msge img {
  margin-right: 5px;
}

.cart-popup-product-shipping-section {
  padding: 0 10px;
}

.shipping-wrapper {
  width: 50%;
  float: left;
  padding: 10px 0;
  height: 65px;
}

.shipping-wrapper div {
  display: inline-block;
  color: #6c6c6c;
}

.shipping-image {
  margin-left: 35px;
  float: left;
  text-align: right;
  margin-top: 5px;
}

.shipping-text {
  text-align: right;
}

.shipping-foot {
  margin: 0;
  font-size: 13px;
}

.shipping-head {
  font-weight: 600;
  margin: 0;
  font-size: 13px;
}

.cart-popup-product-shipping-section a.main-btn {
  display: block;
  width: 320px;
  margin-top: 20px;
  margin-bottom: 5px;
  clear: both;
}

.cart-popup-product-shipping-section a.main-btn span {
  display: inline-block;
  height: 45px;
  text-align: center;
  line-height: 45px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
}

.cart-popup-product-shipping-section a.grey span {
  background: #f2f7fb;
  color: #393939;
}

.cart-popup-product-shipping-section a.grey span:hover {
  background: #d9e5ef;
}

.cart-popup-wrapper .cart-popup-product-wrapper .cart-price-details {
  margin-top: 0px;
  clear: both;
  background-color: #fff;
}

.cart-popup-wrapper .cart-popup-product-wrapper .cart-price-details div:last-child p {
  border-bottom: none;
}

.productlist span span {
  width: auto;
  margin-left: 5px;
  color: #000;
  display: inline-block;
  font-size: 14px;
}

.cartpriceinfo span {
  width: 35%;
  color: #114e88;
  display: inline-block;
  text-align: right;
}

.cartpriceinfo label {
  display: inline-block;
  font-weight: 600;
  width: 70%;
}

.cartpriceinfo span span {
  width: auto;
  margin-left: 5px;
  color: #000;
  display: block;
}

.cart-popup-wrapper .cart-popup-footer-wrapper {
  margin-top: 30px;
}

.product-detail-left {
  float: left;
  width: 620px;
  margin-right: 40px;
}

.product-detail-left .top-section .title-area {
  width: 652px;
  float: left;
}

.product-detail-left .top-section .title-area h2 {
  color: #444444;
  font-weight: 700;
  font-size: 27px;
  margin: 0;
  padding-bottom: 36px;
  padding-top: 20px;
}

.product-detail-left .product-view-section {
  float: left;
  width: 100%;
  position: relative;
}

.product-detail-left .product-view-section a#ui-carousel-prev {
  left: 31%;
}

.product-detail-left .product-view-section a#ui-carousel-next {
  left: 31%;
}

.product-detail-left .product-view-section #gallery_pdp {
  height: 400px !important;
  margin: 0;
}

.product-detail-left .product-view-section #gallery_pdp a img {
  margin-bottom: 13px;
}

.product-detail-left .product-view-section .gallery-viewer {
  width: 81.3%;
  float: left;
  max-width: inherit;
  text-align: center;
}

.product-detail-left .product-view-section .gallery-viewer img {
  width: auto;
  height: auto;
  padding-left: 0;
}

.product-detail-left .product-view-section .ribbon {
  right: 0;
  top: 10px;
}

.product-detail-left .product-view-section .ribbon span {
  font: 400 12px/18px;
  letter-spacing: 2px;
  box-shadow: none;
}

.product-detail-left .product-view-section .ribbon span::after {
  border-color: #698090 #698090 transparent transparent;
}

.product-detail-left .product-view-section .ribbon span::before {
  border-color: #698090 #698090 transparent transparent;
}

.intellisuggest-title {
  font: 600 24px;
  padding-bottom: 20px;
  padding-top: 10px;
  margin: 0px;
}

.product-detail-left .people-bought .product {
  border: 1px solid #ccc;
  float: left;
  margin-right: 15px;
  padding: 14px 0;
  text-align: center;
  width: 169px;
}

.product-detail-left .people-bought .product:last-child {
  margin-right: 0px;
}

.product-detail-left .people-bought .product .product-text {
  color: #114e88;
  padding: 20px 20px 10px;
  text-align: center;
  cursor: pointer;
}

.product-detail-left .people-bought .product .discount .text .lowest-price {
  float: left;
  text-align: center;
  width: 100%;
  font: 600 16px/1;
  padding-top: 5px;
}

.product-detail-right {
  float: right;
  width: 455px;
}

.cartform {
  text-align: center;
  width: auto;
  float: left;
  position: relative;
  margin: 0px 20px;
}

.product-detail-right .payment-section, .sales-section .payment-section {
  float: left;
  width: 455px;
  margin-top: 20px;
  padding-bottom: 0px;
}

.product-detail-right .buy-back-price {
  padding-bottom: 15px;
  float: left;
}

.category-product-list .payment-section {
  width: 380px;
  margin-top: -40px;
}

.category-product-list  .product-list-buyback {
  padding: 0 5px;
  float: right;
  font-size: 11px;
}

.category-product-list  .product-list-buyback span {
  margin-left: 5px;
}

.category-product-list .prod-detail .stock-rating .stock .rating-star {
  width: 70px;
  margin: 3px 5px 0;
}

.category-product-list .payment-section .list-view-title {
  background-color: #f3f3f3;
  color: #444;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #eaeaea;
}

.category-product-list .add-to-cart {
  margin-top: 20px;
  height: auto;
}


.category-product-list .payment-section .payment-inner thead {
  font-size: 12px;
}

.category-product-list .payment-section .payment-inner thead th {
  padding: 5px 0 5px 10px;
  color: #444;
}

.category-product-list .payment-section .payment-inner thead th a {
  color: #444;
  font-size: 16px;
}

.category-product-list .payment-section .payment-inner thead th a .fa-info-circle {
  font-size: 14px;
  position: relative;
  top: 0px;
}

.category-product-list .payment-section .payment-inner thead th a .fa-money-bill {
  padding-right: 5px;
}
.category-product-list .payment-section .payment-inner thead th a .fa-money-bill,
.category-product-list .payment-section .payment-inner thead th a .fa-credit-card {
  position: relative;
  top: 1px;
}

.category-product-list .payment-section .payment-inner tr {
  border-bottom: 1px solid #eaeaea;
}

.category-product-list .payment-section .payment-inner td {
  padding: 5px 10px;
}

.category-product-list .payment-section .payment-inner .stock-alert-btn {
  margin-left: 70px;
}

.border-light {
  border: 1px solid #ccc !important;
}

#accessoriestable,
#accessoriestable tbody,
#accessoriestable tbody tr {
  position: relative;
  display: block;
}

#accessoriestable .accessories-comment {
  display:block;
}

.product-detail-right .fa-question-circle::before {
  padding-left: 5px;
  font-size: 16px;
}

.product-detail-right .payment-inner #myform {
  padding-left: 15px;
}

.product-detail-right .payment-inner #myform .qty {
  padding-left: 23px;
}

.product-detail-right .payment-inner table.card-image {
  margin-bottom: 0px;
}

.welcome-message {
  cursor: pointer;
}

.welcome-message .fa-user {
  margin-right: 5px;
}

.welcome-message .fa-sort-down {
  position: relative;
  top: -2px;
  left: 5px;
}

.my-account-dropdown {
  z-index: 9000;
  text-align: left;
  position: absolute;
  top: 0px;
  width: 194px;
  display: none;
  left: 0;
  box-shadow: 0 0 1px #ccc;
  border: 1px solid #ededed !important;
  background: #f8f8f8;
  text-transform: uppercase;
  font-family: Helvetica, Helmet, Freesans, Arial, sans-serif;
}

.my-account-dropdown li {
  font-size: 12px;
  font-weight: 400;
  height: 27px;
  display: block !important;
  line-height: 25px;
  border-bottom: 1px solid #eaeaea;
}

.my-account-dropdown li:hover, .my-account-dropdown li:active {
  background: #eaeaea;
}

.my-account-dropdown a {
  width: 100%;
  display: block;
  padding: 0 8px !important;
  color: #444 !important;
}

.my-account-dropdown .fa {
  color: #444;
  width: 18px;
}

.dotted {
  border-bottom: 1px dotted;
}

ul.breadcrumb-2 {
  padding: 0;
  padding-left: 0px !important;
  list-style: none;
  margin: 0 !important;
  border-bottom: 1px solid #ccc;
}

ul.breadcrumb-2 li {
  display: inline;
  padding-bottom: 21px;
  padding-right: 15px;
  line-height: 10px;
}

ul.breadcrumb-2 li a {
  color: #bbb;
}

ul.breadcrumb-2 li a:after {
  color: #000;
  content: "\f101";
  font-family: "Font Awesome 5 pro";
  font-size: 12px;
  padding-left: 4px;
  padding-top: 2px;
  position: absolute;
  font-weight: 900;
}

ul.breadcrumb-2 li:last-child a {
  cursor: default;
}

ul.breadcrumb-2 li:last-child a:after {
  content: '';
}

ul.breadcrumb-2 li span {
  font: 700 12px;
}

ul.breadcrumb-2 li a {
  color: #7d7d7d;
}

ul.breadcrumb-2 li {
  display: inline-block;
}

/*breadcrumb model-2 end*/

/*tab changing code for product-detail page start*/
.product-detail-page .etabs {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

.product-detail-page .tab {
  float: left;
  background: #f8f8f8;
  position: relative;
  border: solid thin #ccc;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
  padding: 10px 15px;
  font-size: 1.2em;
}

.product-detail-page .tab a {
  font-weight: 400;
  text-decoration: none;
  color: #444444;
  font-size: 16.8px;
  display: block;
  padding: 0 10px;
  outline: none;
}

.product-detail-page .tab a:hover {
  text-decoration: none;
}

.product-detail-page .tab.active {
  background: #fff;
  position: relative;
  top: 1px;
  border: solid thin #2e2e4e;
  border-bottom: transparent;
}

.product-detail-page .tab a.active {
  font-weight: 400;
  color: #444444;
}

.tab a.active {
  color: #114e88;
  font-weight: bold;
}

.product-details-right {
  width: 455px;
  float: right;
  clear: right;
}

.product-details-right .product-details {
  background: #0d7487;
}

.product-details-right .product-details h2 {
  padding: 10px 0;
  margin: 0;
  color: #fff;
  font-size: 1.2em;
}

.product-details-right table {
  margin-top: 15px;
  margin-bottom: 15px;
}

.product-details-right table tbody {
  border-bottom: solid thin #cccccc;
}

.product-details-right .label {
  display: block;
  font-size: 11px;
  color: #444;
  background: #f3f3f3;
  border-radius: 0;
  border: 1px solid #ccc;
  border-width: 1px 1px 0;
}

.product-details-right td {
  vertical-align: middle !important;
  padding: 0 !important;
}

.product-detail-page .tab-container .panel-container {
  background: #fff;
  border-top: solid thin #2e2e4e;
  float: left;
  width: 650px;
}

.product-detail-page .tab-container .panel-container .specification-detail {
  padding: 0 15px;width:64%;float:left;
}

.product-detail-page .tab-container .panel-container .specification-detail p {
  font: 400 14px;
}

.product-detail-page .tab-container .panel-container .specification-detail ul {
  padding-left: 10px;
}

.product-detail-page .tab-container .panel-container .specification-detail ul li {
  font: 400 14px;
}

/*tab changing code for product-detail page start*/
.product-detail-page .panel-container {
  margin-bottom: 10px;
}

.prod-detail .stock-rating .stock {
  text-align: left;
}

.category-product-list .prod-detail .availability p.instock {
  padding-left: 0;
  top: 0;
}

.prod-detail .availability {
  color: #000;
  width: auto;
  float: left;
}

.availability.out-of-stock {
  background: #f29940;
  color: #fff;
  border-radius: 3px;
  padding: 3px 5px;
}

.prod-detail .availability .fa-tag {
  color: #6bcf99;
  font-size: 14px;
  margin-right: 5px;
}

.availability .fa-check-circle {
  color: #439439;
}

.product-img &gt; img {
  cursor: pointer;
}

.promotions &gt; div.review-section:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.presale-section.promotions .shipping &gt; div .col, .product-detail-right .shipping-section .shipping &gt; div .col {
  float: left;
  height: auto;
  padding: 8px 0 0;
  width: 399px;
  margin: 0;
}

.pdp-shipping-promo {
  width: 440px;
  float: right;
  margin-top: 20px;
}

.pdp-shipping-promo a img {
  margin: 0 auto;
}

.people-bought &gt; h2 {
  font: 700 24px;
}

.product-detail-page .tab-container .panel-container table td:nth-child(1) {
  padding-left: 18px;
  width: 231px;
  font: 600 15px;
}

.product-detail-page .tab-container .panel-container table tr:nth-child(odd) {
  background: #ebebeb;
}

.product-detail-page .tab-container .panel-container table tr:nth-child(even) {
  background: #fff;
}

.specification-detail &gt; table {
  width: 100%;
  border-collapse: collapse;
}

.product-detail-page .tab-container {
  float: left;
  padding-top: 42px;
  width: 100%;
}

.product-detail-page .panel-container &gt; div {
  padding-top: 15px;
  padding-bottom: 10px;
}

.product-detail-page .tab-container .panel-container table tr td {
  padding: 5px 0;
}

.product-detail-page .tab-container .panel-container table tr td:nth-child(2) {
  color: #666;
  font: 400 15px;
}

.product-detail-page .tab-container h4 {
  padding: 0 0 10px 0;
  font-size: 17px;
  border-bottom: 1px solid #CCC;
  font-weight: 700;
}

.product-detail-page .tab-container p {
  margin: 0 0 10px;
}

.feedback {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  text-align:left;
}

.product-review tbody tr:nth-child(1) td:nth-child(1) {
  padding: 20px 20px 20px;
}

.review-section .product-review .stars-section {
  padding-top: 30px;
}

.grey-text {
  color: #676767;
}

.error-message, .success-message, .woocommerce-error, .woocommerce-message, div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
  position: relative;
  font-weight: 600;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
  width: auto;
  display: block;
}

.error-message, .woocommerce-error, div.wpcf7-validation-errors {
  color: #c01313;
  font-size: 16px;
  background-color: #f8f8f8;
  margin-top: 20px;
  margin-bottom: 0px;
}

.checkout-detail .woocommerce-error {
  margin: 0 0 20px 0;
}

.error-message span a, .woocommerce-error span a {
  text-decoration: none;
  color: #114e88;
  font-weight: 600;
}

.error-message span a:hover, .woocommerce-error span a:hover {
  text-decoration: underline;
}

.success-message, .woocommerce-message, div.wpcf7-mail-sent-ok {
  color: #000000;
  font-size: 16px;
  background-color: #f8f8f8;
  margin-top: 20px;
}

.woocommerce-message a{
  color: #0D7487;
}

.woocommerce-message .fa-check {
  color: #34A267;
}

.error-message:before, .woocommerce-error:before, div.wpcf7-validation-errors:before {
  position: absolute;
  left: 20px;
  top: calc(50% - 18px);
  top: -webkit-calc(50% - 18px);
  top: -moz-calc(50% - 18px);
}

.success-message:before, .woocommerce-message:before, div.wpcf7-mail-sent-ok:before {
  position: absolute;
  left: 20px;
  top: calc(50% - 20px);
  top: -webkit-calc(50% - 20px);
  top: -moz-calc(50% - 20px);
}

.cart-popup-product-details .woocommerce-error {
  border-radius: 3px;
  width: 100%;
  float: none;
  padding: 5px 5px 5px 80px;
  margin: 0 0 20px 0;
  font-size: 13px
}

.product-detail-page .review-section .product-review .stars {
  padding-bottom: 4px;
}

.eligible-criteria {
  margin-top: 13px;
  width: 100%;
  height: 50px;
}

.eligible-criteria .selling-price {
  float: left;
  text-align: right;
  width: auto;
}

.eligible-criteria .selling-price p {
  font: 400 16px;
  margin: 0;
  display: inline-block;
}

.eligible-criteria .selling-price p span {
  font: 600 16px;
}

.eligible-criteria .availability {
  width: auto;
  float: right;
  font-size: 16px;
}

.eligible-criteria .availability p {
  margin: 0;
  background-image: url("/wp-content/themes/bgasc/images/green-tick.png");
  background-position: 0px 3px;
  background-repeat: no-repeat;
  padding-left: 20px;
  color: #000;
  padding-left: 25px;
  font: 400 16px;
}

#see-more-review {
  padding-top: 20px;
  font-weight: 700;
  font-size: 13px;
  width: 100%;
  cursor: pointer;
  text-align: right;
}

.payment-inner table tbody tr:nth-child(odd) td {
  background: #f6f6f6;
}

.product-detail-left .fa-home::before {
  color: #114e88;
}

.people-bought {
  float: left;
  width: 100%;
}

.stock-alert-btn span {
  color: #333;
}

.outofstock {
  position: relative;
  text-align: center;
  padding-bottom: 0px;
  font-weight: 700;
  font-size: 16px;
}

.outofstock i {
  cursor: pointer;
}

#outofstocktip {
  left: 130px;
  top: 35px;
  text-align: left;
}

#outofstocktip:before {
  margin-left: 100px !important;
}

#outofstocktip:after {
  margin-left: 101px !important;
}

.product-review {
  height: 75px;
}

.product-detail-right .product-review-title {
  float: left;
  font-size: 20px;
  width: auto;
  padding-top: 6px;
  padding-left: 6px;
}

.product-detail-right .review-btn {
  float: right;
  width: auto;
}

.product-detail-right .fa-question-circle::before {
  padding-left: 0px;
}

.product-detail-right {
  position: relative;
}

.stock-detail {
  border: 1px solid #114e88;
  border-radius: 3px;
  padding: 15px;
  position: absolute;
  right: 16px;
  z-index: 2;
  top: 74px;
  width: 262px;
  background: #fff;
  display: none;
  box-shadow: 0.5px 0 2px #1c1c1c;
}

#buybacktip {
  right: 0;
  top: 735px;
}

.stock-detail i {
  text-align: right;
  float: right;
  color: #ccc;
  cursor: pointer;
}

.stock-detail:after, .stock-detail:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.stock-detail:after {
  border-color: transparent transparent #fff  transparent;
  border-width: 6px 17px 12px 1px;
  margin-left: -38px;
}

.stock-detail:before {
  border-color: rgba(194, 225, 245, 0);
  border-color: rgba(194, 225, 245, 0) rgba(194, 225, 245, 0) #114e88;
  border-width: 8px 20px 14px 1px;
  margin-left: -39px;
}

.stock-detail.active {
  display: block;
}

.stock-detail h3 {
  color: #114e88;
  margin: 0;
  font: 600 14px;
}

.stock-detail p {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

.payment-title {
  text-align: center;
  width: 100%;
}

.payment-title h2 {
  font: 600 38px;
  margin: 0;
  padding-bottom: 26px;
  padding-top: 36px;
}

.tool-tip {
  border: 1px solid #114e88;
  border-radius: 3px;
  padding: 15px;
  position: absolute;
  right: -26px;
  top: -84px;
  width: 262px;
  background: #fff;
  display: none;
  box-shadow: 0.5px 0 2px #1c1c1c;
}

.tool-tip-cart {
  float: left;
  display: none;
  position: absolute;
  border: 1px solid #114e88;
  border-radius: 3px;
  margin-top: 10px;
  background: #fff;
  width: 400px;
  padding: 15px;
  box-shadow: 0.5px 0 2px #1c1c1c;
  z-index: 1;
}

.card &gt; .tool-tip-cart {
  margin-right: 20px;
  float: right !important;
}

.bumpdown {
  top: 40px;
  z-index: 3;
  font-weight: normal;
  width: 385px;
  right: 60px;
  left: auto;
}

.cart-title {
  position: relative;
}

.productpresale {
  top: 93px;
}

.tool-tip.status-tool {
  top: 80px;
  width: 202px;
}

.tool-tip.status-tool.refund {
  right: -148px;
  top: 120px;
  width: 199px;
}

.tool-tip.status-tool.refund.red {
  right: -121px;
  top: 146px;
  width: 223px;
}

.tool-tip.status-tool.refund.red &gt; div &gt; i {
  position: absolute;
  right: 5px;
  text-align: right;
  top: 5px;
}

.tool-tip.status-tool.refund.red p {
  padding-bottom: 0px;
}

.tool-tip.status-tool.refund.red:after, .tool-tip.status-tool.refund.red:before {
  left: 22%;
  top: -20.6%;
}

.tool-tip.status-tool.refund p {
  color: #000 !important;
  text-align: left;
  padding-bottom: 0px;
}

.tool-tip.status-tool.refund:after, .tool-tip.status-tool.refund:before {
  left: 36%;
  top: -18.1%;
}

.tool-tip.status-tool.estimate {
  right: 88px;
}

.tool-tip.status-tool.estimate.status-3 {
  width: 263px;
  right: -82px;
}

.tool-tip.status-tool.estimate.status-3:after, .tool-tip.status-tool.estimate.status-3:before {
  left: 22%;
  top: -9.8%;
}

.tool-tip.status-tool i {
  color: #ccc;
  cursor: pointer;
  float: right;
  text-align: right;
}

.tool-tip.status-tool P {
  font: 400 14px;
}

.tool-tip.status-tool:after, .tool-tip.status-tool:before {
  top: -15.5%;
  left: 37%;
}

.tool-tip.status-tool:before {
  border-color: transparent transparent #114e88;
  border-width: 10px 14px 12px 5px;
}

.tool-tip.status-tool:after {
  border-color: transparent transparent #fff;
  border-width: 13px 12px 10px 5px;
}

#ccv_block .tool-area {
  position: absolute;
  right: 10px;
  top: 10px;
}

#ccv_block .new-input {
  padding-bottom: 0
}

.tool-tip.checkout {
  border: 1px solid #114e88;
  display: block;
  right: 0;
  left: 40px;
  z-index: 1;
  top: -30px;
  padding: 12px 9px;
  display: none;
}

.tool-tip.checkout.echeck-tooltip-privacy{
  top: 300px;
  left: 10px;
  padding: 10px 15px;
}

.tool-tip.checkout.echeck-tooltip-privacy .tool-tip-area p{
  font-size: 12px!important;
}

.echeck-tooltip-privacy::before,.echeck-tooltip-privacy::after{
  display: none;
}

.tool-tip.checkout &gt; i {
  position: absolute;
  top: 2px;
  right: 15px;
  color: #cccccc;
  cursor: pointer;
  float: right;
  text-align: right;
}

.tool-tip.echeck-tooltip {
  width: 800px;
  top: 35px;
  left: -22px;
  padding: 5px 15px;
}

.tool-tip.checkout.active {
  display: block;
}

.tool-tip.checkout:after, .tool-tip.checkout:before {
  left: 25px;
  top: 22%;
}

.tool-tip.checkout:after {
  border-color: transparent   #ffff transparent  transparent;
  margin-left: -38px;
  top: 23%;
  border-width: 1px 12px 18px 2px;
}

.tool-tip.checkout:before {
  border-color: transparent  #114e88 transparent  transparent;
  margin-left: -43px;
  border-width: 2px 12px 18px 5px;
}

.tool-area .tool-tip.echeck-tooltip:before, .tool-tip.echeck-tooltip:after {
  left: 30% !important;
  top: auto !important;
}

.tool-area .tool-tip.echeck-tooltip:before {
  border-color: rgba(17, 78, 136, 0);
  border-bottom-color: #114e88;
  border-width: 12px;
  margin-left: -12px;
}

.tool-area .tool-tip.echeck-tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.tool-tip .cart-area {
  float: left;
  width: 100%;
}

.tool-tip .cart-area.first {
  padding-bottom: 20px;
}

.tool-tip .cart-area p {
  color: #9b9b9b;
  font: 14px !important;
}

.tool-tip .cart-area .card-image {
  width: 50%;
  float: left;
}

.tool-tip .cart-area .card-section {
  width: 50%;
  float: left;
}

.tool-tip.active {
  display: block;
}

.tool-tip p {
  margin: 0;
  font: 400 14px !important;
}

.tool-tip:after, .tool-tip:before {
  bottom: 100%;
  left: 102%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  top: 100%;
}

.tool-tip:after {
  border-color: #fff transparent transparent;
  border-width: 9px 13px 10px 4.5px;
  margin-left: -38px;
}

.tool-tip:before {
  border-color: #114e88 transparent transparent;
  border-width: 11px 15px 12px 5.5px;
  margin-left: -39px;
}

/*tool tip area end*/
.payment-page .payment-section {
  padding-bottom: 90px;
}

.payment-page .payment-section h3 {
  font: 600 18px;
  margin-bottom: 13px;
  margin-top: 0;
}

.payment-page .payment-section .add-another {
  padding-top: 15px;
}

.payment-page .payment-section .credit-card {
  float: left;
  width: 100%;
}

.payment-page .payment-section .credit-card .chk-box {
  margin-bottom: 16.5px;
  padding-left: 16px;
}

.payment-page .payment-section .account-details {
  float: right;
  width: 52%;
}

.payment-page .payment-section .account-details .chk-box {
  margin-bottom: 16.5px;
  padding-left: 16px;
}

.payment-page .payment-section .tab-content {
  display: none;
  padding: 15px 0px;
}

.payment-page .payment-section .tab-content.tab-content.current {
  display: inherit;
}

.payment-page .payment-section ul.tabs {
  margin: 0 0 20px;
  padding: 0px;
  list-style: none;  /* border: 1px solid #ccc; */
  float: left;
  width: 100%;
  background: #e7eaed;
  color: #6e6e6e;
}

.payment-page .payment-section ul.tabs li {
  width: 240px;
  background: none;
  color: #222;
  padding: 10px 15px;
  cursor: pointer;
  float: left;
  text-align: center;
  color: #6e6e6e;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.payment-page .payment-section ul.tabs li a:hover {
  text-decoration: none;
}

.payment-page .payment-section ul.tabs li.method {
  padding: 3px 15px 6px;
}

.payment-page .payment-section ul.tabs li span {
  width: 100%;
  display: block;
  font: 700 14px;
  text-transform: uppercase;
  color: #000;
}

.payment-page .payment-section ul.tabs li span.methods {
  background: url("/wp-content/themes/bgasc/images/payment-methods-hover.png") no-repeat scroll 21px 5px;
  padding-left: 33px;
  padding-top: 6px;
}

.payment-page .payment-section ul.tabs li span i {
  color: #6e6e6e;
  font-size: 15px;
  padding-right: 8px;
}

.payment-page .payment-section ul.tabs li:nth-child(1) {
  border-left: 1px solid #ccc;
}

.payment-page .payment-section ul.tabs li:nth-child(4) {
  padding: 5px 15px 4px;
}

.payment-page .payment-section ul.tabs li.current {
  background: #114e88;
  color: #fff;
  border: 1px solid #114688;
}

.payment-page .payment-section ul.tabs li.current span {
  color: #fff;
}

.payment-page .payment-section ul.tabs li.current span.methods {
  background: rgba(0, 0, 0, 0) url("/wp-content/themes/bgasc/images/payment-methods.png") no-repeat scroll 21px 5px;
  padding-left: 33px;
}

.payment-page .payment-section ul.tabs li.current span i {
  color: #fff;
}

.payment-page .payment-section table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  float: left;
  width: 100%;
}

.payment-page .payment-section table.credit-detail thead tr th:nth-child(1), .payment-page .payment-section table.credit-detail tbody tr td:nth-child(1) {
  width: 287px;
  padding-left: 15%;
  text-align: left;
}

.payment-page .payment-section table.credit-detail thead tr th:nth-child(2), .payment-page .payment-section table.credit-detail tbody tr td:nth-child(2) {
  width: 95px;
}

.payment-page .payment-section table.credit-detail thead tr th:nth-child(3), .payment-page .payment-section table.credit-detail tbody tr td:nth-child(3) {
  width: 80px;
}

.payment-page .payment-section table.credit-detail thead tr th:nth-child(4), .payment-page .payment-section table.credit-detail tbody tr td:nth-child(4) {
  width: 74px;
}

.payment-page .payment-section table.acct-detail thead tr th:nth-child(1), .payment-page .payment-section table.acct-detail tbody tr td:nth-child(1) {
  width: 151px;
}

.payment-page .payment-section table.acct-detail thead tr th:nth-child(2), .payment-page .payment-section table.acct-detail tbody tr td:nth-child(2) {
  width: 156px;
}

.payment-page .payment-section table.acct-detail thead tr th:nth-child(3), .payment-page .payment-section table.acct-detail tbody tr td:nth-child(3) {
  width: 160px;
}

.payment-page .payment-section table.acct-detail thead tr th:nth-child(4), .payment-page .payment-section table.acct-detail tbody tr td:nth-child(4) {
  width: 83px;
}

.payment-page .payment-section table.acct-detail thead tr th:nth-child(5), .payment-page .payment-section table.acct-detail tbody tr td:nth-child(5) {
  width: 80px;
}

.payment-page .payment-section table .chk-area {
  display: table;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}

.payment-page .payment-section table .acct-details {
  float: left;
  text-align: center;
  width: 50%;
}

.payment-page .payment-section table .acct-details .chk-area {
  margin: 0;
  text-align: left;
}

.payment-page .payment-section table .acct-details .chk-area form {
  width: 450px;
}

.payment-page .payment-section table .acct-details .chk-area form input {
  max-width: 450px;
}

.payment-page .payment-section table tr:last-child td {
  border-bottom: none;
}

.payment-page .payment-section table tr td:last-child, .payment-page .payment-section table tr th:last-child {
  border-right: 0px;
}

.payment-page .payment-section table tr td p.delete {
  color: #114e88;
  font: 400 16px;
  cursor: pointer;
}

.add-another {
  float: left;
  margin-right: 15px;
}

.add-another button {
  border-radius: 4px;
  max-height: 39px;
  padding: 9px 40px;
  font-weight: 600;
  width: auto;
  min-height: 51px;
}

.add-another button span {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.chk-box {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*customized checkbox*/

/* Hide the browser's default checkbox */
.chk-box input {
  position: absolute;
  opacity: 0;
}

.chk-box .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #ccc;
}

.chk-box:hover input ~ .checkmark {
  background-color: #ccc;
}

.chk-box .checkmark:after {
  left: 4px;
  top: 1px;
  width: 7px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.chk-box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.chk-box input:checked ~ .checkmark {
  background-color: #34A267;
  border: none;
}

.chk-box input:checked ~ .checkmark:after {
  display: block;
}

.empty-payment p {
  padding-top: 10px;
  margin-bottom: 7px;
}

.payment-period select {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 60px;
  float: left;
  width: 100%;
  position: relative;
  color: #555;
  font: 400 14px/1;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  cursor: pointer;
  text-indent: 0.01px;
  cursor: pointer;
  padding-left: 10px;
}

select option {
  text-align: center;
}

.csc {
  padding-left: 15px;
  width: 95px;
  height: 36px;
  padding-top: 13px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.echeck-link-guest {
  float: left;
  margin: 10px 0;
  position: absolute;
  bottom: 10px;
}

.single-check-link.echeck-link-guest {
  position: static;
  width: 400px;
  height: 50px;
}

.tool-area i {
  cursor: pointer;
  margin-left: 5px;
  margin-top: 11px;
  float: left;
}

.credit-details.payment-3 .chk-box {
  margin-left: 0px !important;
}

.credit-details .chk-area.default {
  text-align: left;
  margin: 0;
}

.credit-details .new-input {
  padding-bottom: 20px;
  padding-right: 20px;
  width: auto;
  float: left;
}

.payment-period .month, .payment-period .years {
  float: Left;
  position: relative;
  margin-right: 15px;
  width: 136px;
}

.payment-page .routing-sec, .modal-body .routing-sec {
  float: right;
  padding: 45px 33px 30px;
  width: auto;
}

.acct-details {
  padding-top: 24px;
}

.acct-details .chk-box {
  padding-bottom: 10px;
}

.payment-page form, .modal-body form, .modal-body .form {
  float: left;
  position: relative;
  width: auto;
}

.button-section.address-button {
  padding-bottom: 0px;
  float: right;
}

#save-address {
  width: 150px;
}

.button-section.address button {
  width: 150px;
  height: 50px;
  border-radius: 5px;
}

.button-section.save {
  padding-bottom: 0px;
  padding-top: 10px;
  border-radius: 5px;
}

.user-address .form {
  position: absolute;
  bottom: 15px;
}

.button-section.save button {
  width: 105px;
  height: 40px;
}

.button-section .grey {
  background: #f2f7fb;
  color: #000;
  margin-left: 15px;
}

.button-section button.grey:hover {
  background: #d9e5ef;
}

.button-section button span {
  font-weight: 600;
}

.payment-page .payment-section .new-credit form {
  padding-top: 24px;
  padding-left: 15px;
}

.payment-page .payment-section .new-credit form.payment-4 {
  padding-top: 0px;
}

.credit-detail table, .credit-detail th, .credit-detail td {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.payment-page .payment-section .new-credit table thead tr th {
  font: 600 16px;
  background: #f4f4f4;
  height: 40px;
}

.payment-page .payment-section .new-credit table .new-input {
  float: left;
  padding-bottom: 10px;
}

.payment-page .payment-section .new-credit table .new-input input {
  width: 342px;
  padding: 18px 0 5px 15px;
}

.payment-page .payment-section .new-credit table .chk-area {
  text-align: left;
  margin: 0 auto;
}

.payment-page .payment-section .new-credit table .chk-area label.chk-box {
  font-size: 14px;
  font-weight: 400;
}

.payment-page .payment-section .new-credit table .chk-area .checkmark {
  top: 2px;
}

/*checkout page*/
.ie .checkout.tool-tip:after {
  top: 23.5%;
  border-color: transparent white transparent transparent;
}

.shipping-images {
  float: right;
  padding-top: 11px;
  width: auto;
}

.shipping-images .fako {
  padding-right: 12px;
}

.cart-page.chekout.two-column a, .cart-page.address.two-column a {
  color: #2e2e4e;
}

.bitpay_checkout_text {
  width: 400px;
}

.bitpay_checkout_text img {
  width: 300px;
  display: block;
  margin: 0 auto;
}

#bitpaymodal {
  text-align: center;
  margin-top: 20px;
  display: block;
}

#bitpaymodal button {
  width: 400px;
  height: 40px;
}

.checkout-block .head {
  padding: 0 30px;
}

.checkout-detail {
  margin-bottom: 20px;
  float: left;
  width: 55%;
  padding-top: 20px;
}

.my-account-box {
  width: 100%;
  padding-top: 0px;
}

.my-account-box form {
  width: 100%;
}

#updatemyacount, #updatemypass, #change_email, #jm-modifty-account-btn {
  width: 200px;
  height: 50px;
}

#cancelchange, #cancel-pwd-change, #cancel-email-change, .canceladdress {
  width: 150px;
  height: 50px;
}

.my-account-box.edit-address {
  display: none;
}

.my-account-box.edit-address table {
  margin-bottom: 0px;
}

.my-account-box.edit-address table .address-block {
  padding: 0 17px;
}

.my-account-box.edit-address.active {
  display: block;
  padding-top: 0;
}

.my-account-box .checkout-block::after {
  border: none !important;
}

.my-account-box.my-info {
  margin-bottom: 20px;
}

.my-account-box.my-info.hide-table {
  display: none;
}

.my-account-box.edit-info-det {
  display: none;
}

.my-account-box.edit-info-det.active {
  display: inline-block;
}

.my-account-box.change-pwd-det {
  display: none;
}

.my-account-box.change-pwd-det.active {
  display: inline-block;
}

.my-account-box.change-email-det {
  display: none;
}

.my-account-box.new-cc-wrapper {
  min-height: 190px;
  padding: 10px !important;
}

.my-account-box.change-email-det.active {
  display: inline-block;
}

.my-account-box .left-section.hide-section {
  display: none;
}

.my-account-box .right-section.full-width {
  width: 100%;
}

table#cc-list-table {
  padding-bottom: 10px !important;
}

.next-step {
  width: 100%;
  text-align: right;
}

.next-step .proceed-btn {
  padding: 20px 25px;
  position: inherit!important;
}

.next-step p {
  text-align: center;
  margin-top: 20px;
}

.next-step p a {
  color: #005aa3;
  font: 600 14px;
}

.checkout-block {
  width: 100%;
  float: left;
  position: relative;
  background: transparent;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .new-input.state select, .cart-page.address.two-column .checkout-detail .checkout-block .new-input.state select {
  -moz-appearance: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 42px;
  width: 361px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block #catalog-listing, .cart-page.address.two-column .checkout-detail .checkout-block #catalog-listing {
  float: left;
  position: relative;
  width: auto;
  padding-top: 5px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block #catalog-listing .toolbar.toolbar-products, .cart-page.address.two-column .checkout-detail .checkout-block #catalog-listing .toolbar.toolbar-products {
  float: right;
  position: absolute;
  margin-top: 0px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block #catalog-listing .toolbar.toolbar-products .select-area, .cart-page.address.two-column .checkout-detail .checkout-block #catalog-listing .toolbar.toolbar-products .select-area {
  position: relative;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block #catalog-listing .toolbar.toolbar-products .select-area ul, .cart-page.address.two-column .checkout-detail .checkout-block #catalog-listing .toolbar.toolbar-products .select-area ul {
  position: relative;
  left: 0;
  padding-top: 0px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block #catalog-listing .toolbar.toolbar-products .select-area ul li, .cart-page.address.two-column .checkout-detail .checkout-block #catalog-listing .toolbar.toolbar-products .select-area ul li {
  width: 365px;
  height: 38px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block #catalog-listing .toolbar.toolbar-products .select-area ul li:nth-child(2), .cart-page.address.two-column .checkout-detail .checkout-block #catalog-listing .toolbar.toolbar-products .select-area ul li:nth-child(2) {
  border-top: 1px solid #ccc;
}

#new-shipping-details {
  padding: 20px 0 10px;
  clear: both;
  display: none;
}

#shippingModal,#billingModal{
  width:952px;
  padding:20px;
  left:24%;
  top:80px;
}
#shippingModal .popup-close, #billingModal .popup-close{
  float:right;padding:0;
}
#shippingModal .modal-body,#billingModal .modal-body{
  max-height: 600px;
}

#shippingModal .modal-content,#billingModal .modal-content{
  width:100%;
}
#shippingModal .address-area,#billingModal .billing-address-area{
  border:none;
  padding:0;
  margin-top:20px;
}
#shippingModal .address-area .user-address,#billingModal .billing-address-area .user-address{
  width:260px;
  margin: 0 14px 20px 0;
  padding: 10px 20px;
  position: relative;
}
#shippingModal .modal-header, #billingModal .modal-header {
  color:#34A267;
  text-align:left;
  font-size:18pt;
  padding:10px;
  font-weight:500;
}

#shippingModal .modal-header #modalTitle, #billingModal .modal-header #modalTitleBilling{
  margin-left:20px;
}

#shippingModal  .address-area .user-address,#billingModal  .billing-address-area .user-address {
  height:250px;
}

.user-address .removeaddress, .user-address .removeBillAddress {
  float: right;
}

#shippingModal .main-btn.grey,#billingModal .main-btn.grey {
  background: #f2f7fb none repeat scroll 0 0;
  color: #000;
  border-radius: 4px;
  height: 50px;
  margin-right: 15px;
  margin-top: 0px;
}
#shippingModal .order-table, #billingModal .order-table-billing {
  width:100%;
}
#shippingModal .order-table tr,#billingModal .order-table-billing tr {
  display: inline-block;
}
#shippingModal .order-table td,#billingModal .order-table-billing td {
  border:none;width:30%;float:left;
  text-align:left;
  padding:0;
}

.third {
  width: 31%;
}
.pickbilling{float:right;padding-top:9px;}
.bump {margin-right:15px;}
.two{margin-left:15px;}
.addnewship,.addnewbill {cursor: pointer}

#billingarea div.address-detail,
#billingarea div.address-title {
  float:left;
}
#billingarea div.address-title {
  width:16%;
}
#billingarea div.address-detail {
  width:24%;
}

.shipping-method {
  margin-top:12px;
}

#billingModal .user-address h4 {
  margin-bottom: 10px;
  margin-top: 0;
}

#new-card {
  padding: 0 0 10px;
  clear: both;
  display: none;
}

li.init {
  background: #fff url("/wp-content/themes/bgasc/images/dropdown-blue.png") no-repeat scroll 100% center;
  padding-top: 8px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.checkout-block .head {
  border: 1px solid #ccc;
  padding: 0;
  background: #eaeaea;
  width: 100%;
  float: left;
  position: relative;
}

.checkout-block .head.padding-30 {
  padding: 0 30px;
}

.checkout-block .head.block-6 {
  padding: 0px 30px 0px;
}

.checkout-block .head.active {
  border-bottom: 0px;
}

.checkout-block .head h5 {
  padding: 0;
  margin: 0;
  line-height: 50px;
  font-size: 20px;
  width: auto;
  text-transform: uppercase;
}

.checkout-block .head h5 span {
  background: none repeat scroll 0 0 #34A267;
  color: #fff;
  display: block;
  float: left;
  padding: 0px 20px;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#catalog-listing .toolbar.toolbar-products .select-area ul li {
  width: 288px;
}

.head.payment-content-area h5 {
  width: 40.5%;
}

.payment-images {
  float: right;
  width: auto;
  padding-right: 18px;
}

.payment-images span {
  float: right;
  line-height: 52px;
  margin-left: 40px;
}

.payment-images img {
  margin-top: 11px;
  margin-right: 3px;
}

.checkout-block .body {
  padding: 0 5px;
  width: 100%;
  float: left;
}

.checkout-block .body.block-6 {
  padding: 10px 30px 10px;
}

.checkout-block .body.block-5 .addr-detail ul {
  margin: 0;
  padding: 5px 0;
}

.checkout-block .body.padding-30 {
  padding: 25px 30px 25px;
}

.checkout-block .body.padding-30.optional {
  padding: 25px 30px 10px;
}

.checkout-block .body.padding-30.optional p {
  padding-bottom: 20px;
}

.checkout-block .body.padding-30 p {
  margin: 0px;
}

.checkout-block .body.block-4 {
  padding: 3px 30px 14px;
}

.checkout-block .body p.digit {
  font: 14px;
}

.addr-detail ul.shipping {
  margin: 0px;
  padding: 0px;
}

.addr-detail ul.shipping .addr p {
  margin: 0;
  padding-top: 2px;
  font-size: 16px;
}

.addr-detail ul.shipping .addr p span:last-child {
  margin-left: 25px;
}

.addr-detail ul li {
  padding: 13px 30px;
  cursor: pointer;
}

li.addr.active {
  padding-left: 30px;
}

.addr-detail ul li.addr .chk-area .chk-box {
  padding-left: 30px;
}

.addr-detail #shipareablocks li.addr .chk-area .chk-box {
  padding-left: 30px;
}

.addr-detail #shipareablocks li.addr #add_new_ship .chk-box {
  margin-top: 0;
}

.addr-detail ul li .card-detail p.add {
  padding-top: 2px;
  margin-top: 0;
}

.card-input-field {
  width: 100%;
}

.full {
  width: 100%;
}

.half {
  width: calc(50% - 10px);
}

.third {
  width: calc((100% - 40px)/3);
}

.tiny {
  width: 95px;
}

.two {
  margin-left: 20px;
  float: left !important;
}

.tabletop {
  vertical-align: bottom;
  font-weight: bold;
  padding: 10px !important;
}

.cart_table_item .add-to-cart {
  float: left;
}

.cart-qty div {
  clear: both;
}

.modified-cart .table thead th,.modified-cartpp .table thead th {
  text-align: center;
  text-transform: uppercase;
  padding: 7px 0;
  background: #eaeaea;
  font-size: 14px;
  line-height: 22px;
}

.new-input {
  float: left;
  color: #555;
  min-width: 95px !important;
  padding-bottom: 20px;
  position: relative;
}

.new-input input {
  position: relative;
  width: 100%;
  padding: 5px 0 5px 15px;
  height: 60px;
  box-sizing: border-box;
  display: block;
  float: none;
  margin-bottom: 8px;
  color: #555;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  border-radius: 5px;
}

.new-input label, .new-text-message label {
  color: #444444;
  left: 15px;
  position: absolute;
  font-weight: 400;
  transform: translateY(10px);
  width: calc(100% - 44px);
  transition-duration: .3s;
  transition-property: color, transform;
  pointer-events: none;
}

.new-input input:focus + label {
  transform: translateY(-20px);
  width: auto;
  background: white;
}

.new-text-message textarea:focus + label {
  transform: translateY(-10px);
  width: auto;
  background: white;
}

label.filled {
  transform: translateY(-20px);
  width: auto;
  background: white;
}

.secure-processing label.filled {
  z-index: 1;
}

.new-text-message label.filled {
  transform: translateY(-10px);
}

.addr-detail ul li .card-input-field form .new-input input {
  padding-left: 15px;
  width: 95px;
  height: 36px;
  padding-top: 13px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.card-input-field p {
  margin-top: 5px;
}

.addr-detail {
  margin-left: 0px;
  padding-bottom: 0px;
}

.toolbar.toolbar-products .select-area ul li {
  width: 339px;
  margin-left: 24px;
}

.toolbar.toolbar-products .select-area ul li.init p {
  color: #9b9b9b;
  margin: 0;
}

.addr-detail ul li form .new-input {
  min-width: 339px;
  max-width: 339px;
}

.addr-detail ul li form .new-input.phone {
  width: auto;
  float: right;
}

.checkout-block .body.active {
  padding: 8px 30px 0px;
}

.secure-processing {
  margin: 0 auto;
  max-width: 577px;
  text-align: center;
}

.secure-processing .card-image {
  padding-top: 23px;
}

.secure-processing .secure-section {
  width: 100%;
  float: left;
  padding: 30px 0 20px;
}

.secure-processing .secure-section &gt; div {
  width: auto;
  display: inline-block;
  margin: 0 auto;
}

.secure-processing .secure-section &gt; .secure-image{
  width: 50px;
}

.secure-processing .secure-section &gt; div.norton-image {
  float: right;
}

.secure-processing .secure-section &gt; div.card-image {
  padding-top: 24px;
}

.secure-processing .secure-section &gt; div.secure-image img {
  margin-left: -10px;
}

.secure-processing .secure-section &gt; div h4 {
  margin: 0;
  text-align: left;
  color: #000;
  padding-top: 5px;
  font: 400 23px;
}

.secure-processing .secure-section &gt; div p {
  color: #555;
  margin: 0;
  font: 400 16px;
}

.e-checking.shiping-list-detail.chk-4 {
  display: none;
}

.e-checking.chk-2 form .new-input {
  padding-bottom: 10px;
}

.authorise {
  width: 100%;
  float: left;
  padding-top: 5px;
  padding-bottom: 16px;
}

.e-checking .authorise label {
  padding-left: 26px;
  float: left;
}

.authorise label .text {
  font: 400 15px;
  text-align: left;
  float: left;
}

.e-checking .authorise label .checkmark {
  margin-top: 4px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking.chk-2 form &gt; div, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking.chk-2 form &gt; div {
  width: 100%;
  float: left;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking.chk-2 form &gt; div input, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking.chk-2 form &gt; div input {
  width: 100%;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form {
  width: 100%;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form.full-width.ship, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form.full-width.ship {
  padding: 5px 0 3px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form.full-width.ship #catalog-listing, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form.full-width.ship #catalog-listing {
  padding-left: 15px;
}

.toolbar-sorter .select-area ul li {
  width: 367px;
}

.ship.address-form.chk-area {
  margin-left: 0px;
  max-width: 777px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form.ship #catalog-listing .toolbar-sorter .select-area ul li, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form.ship #catalog-listing .toolbar-sorter .select-area ul li {
  height: 40px;
  padding-top: 8px;
  text-align: left;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form.ship #catalog-listing .toolbar-sorter .select-area ul li:nth-child(2), .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form.ship #catalog-listing .toolbar-sorter .select-area ul li:nth-child(2) {
  border-top: 1px solid #ccc;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form.ship #catalog-listing .toolbar-sorter .select-area ul li.init, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form.ship #catalog-listing .toolbar-sorter .select-area ul li.init {
  width: 368px;
  height: 50px;
  margin-bottom: 10px;
  border: 1px solid #979797;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  padding-top: 15px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form.ship #catalog-listing .toolbar-sorter .select-area ul li.init.active p, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form.ship #catalog-listing .toolbar-sorter .select-area ul li.init.active p {
  color: #000;
}

.select-area ul li p {
  display: table;
  float: left;
  margin: 0 auto;
  text-align: left;
  width: auto;
  color: #9b9b9b;
  font-size: 14px;
}

.e-checking form #catalog-listing {
  padding-top: 0px;
}

.e-checking form #catalog-listing .toolbar.toolbar-products {
  margin-top: 0px;
}

.e-checking form #catalog-listing .toolbar-sorter {
  margin-top: 0px;
}

.e-checking form #catalog-listing .toolbar-sorter .select-area ul li {
  height: 50px;
  width: 362px;
  padding-top: 14px;
}

.e-checking form #catalog-listing .toolbar-sorter .select-area ul li.init {
  background: #fff url("/wp-content/themes/bgasc/images/drop-down-grey-arrow.png") no-repeat scroll 94% center;
}

.e-checking form .button-section button.grey {
  background: #f2f7fb none repeat scroll 0 0;
  color: #000;
  border-radius: 4px;
  height: 46px;
  margin-right: 15px;
  width: 146px;
  margin-top: 0px;
}

.e-checking form .button-section button.grey:hover {
  background: #d9e5ef;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form .new-input, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form .new-input {
  width: 50%;
  float: left;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form .new-input label, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form .new-input label {
  color: #9b9b9b;
  top: 17px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form .new-input.address, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form .new-input.address {
  max-width: 761px !important;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form .new-input.address input, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form .new-input.address input {
  width: 100%;
  float: left;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form .new-input input, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form .new-input input {
  height: 50px;
  width: 367px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form .new-input.phone, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form .new-input.phone {
  clear: both;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form .new-input.phone.number, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form .new-input.phone.number {
  clear: none;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form .new-input.odd, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form .new-input.odd {
  width: 100%;
  float: left;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form #catalog-listing, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form #catalog-listing {
  width: 50%;
}

.e-checking form #catalog-listing .toolbar-sorter .select-area ul li.init {
  border: 1px solid #ccc;
}

.paypal-address {
  font-weight: 700;
  font-size: 16px;
}

.checkout-block p {
  padding-top: 9px;
  padding-bottom: 2px;
}

.checkout-block p.note {
  padding-top: 9px;
  padding-bottom: 2px;
  margin: 5px 0 0;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .block-4 .addr-detail ul, .cart-page.address.two-column .checkout-detail .checkout-block .block-4 .addr-detail ul {
  padding-bottom: 0px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .addr-detail.cancel, .cart-page.address.two-column .checkout-detail .checkout-block .addr-detail.cancel {
  display: none;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .addr-detail.edit-info, .cart-page.address.two-column .checkout-detail .checkout-block .addr-detail.edit-info {
  display: none;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .addr-detail.edit-info.active, .cart-page.address.two-column .checkout-detail .checkout-block .addr-detail.edit-info.active {
  display: block;
}

.addr-detail.edit-info {
  display: none;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .addr-detail.edit-info.active, .cart-page.address.two-column .checkout-detail .checkout-block .addr-detail.edit-info.active {
  margin-left: 2px;
  display: block;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .addr-detail ul, .cart-page.address.two-column .checkout-detail .checkout-block .addr-detail ul {
  float: left;
  padding-bottom: 12px;
  padding-top: 14px;
  width: 100%;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .addr-detail ul .address-detail, .cart-page.address.two-column .checkout-detail .checkout-block .addr-detail ul .address-detail {
  padding-right: 20px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .addr-detail ul .address-detail i {
  font-size: 20px;
  padding-top: 5px;
}

.cart-page.address.two-column .checkout-detail .checkout-block .addr-detail ul .address-detail i {
  font-size: 20px;
  padding-top: 4px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .method-details, .cart-page.address.two-column .checkout-detail .checkout-block .method-details {
  padding-bottom: 10px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block li.addr, .cart-page.address.two-column .checkout-detail .checkout-block li.addr {
  width: 100%;
  display: inline-block;
  padding: 5px 0;
  margin-bottom: 10px;
  list-style-type: none;
  cursor: pointer;
}

.checkout-block li.addr .chk-box input:checked ~ .checkmark, .checkout-block li.addr .chk-box input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #ccc;
}

.cart-page.address.two-column .checkout-detail .checkout-block li.addr.active .card-input-field, .cart-page.chekout.two-column .checkout-detail .checkout-block li.addr.active .payment-page.shiping-list-detail, .cart-page.address.two-column .checkout-detail .checkout-block li.addr.active .payment-page.shiping-list-detail {
  display: block;
  clear: both;
}

.checkout-block li.addr.active .shiping-list-detail.chk-4, .checkout-block li.addr.activeship .shiping-list-detail.chk-4 {
  display: block;
}

.checkout-block li.addr.active .chk-box input:checked ~ .checkmark, .checkout-block li.addr.activeship .chk-box input:checked ~ .checkmark {
  background-color: #fff !important;
  border: 1px solid #0d7487;
}

li.addr.active .addr-detail {
  display: block;
}

li.addr.active .addr-detail.edit-info {
  display: none;
}

li.addr.active .addr-detail.edit-info.active {
  display: block;
}

.shiping-list-detail {
  display: block;
  clear: both;
  padding-top: 20px;
}

.e-checking {
  padding-top: 5px;
}

.e-checking p {
  font-size: 14px !important;
}
#new-echeck {
  min-height: 150px;
}
#new-echeck-description {
  padding-bottom: 20px;
}

.echeck-method-box {
  position: relative;
  min-height: 400px;
  width: calc(50% - 10px);
  float: left;
  border: solid 1px;
  padding: 15px;
  margin-bottom: 10px;
}

.echeck-method-box h5 {
  margin-bottom: 5px;
}

.echeck-question-placeholder {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.echeck-question {
  float: left;
  color: #005aa3;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.echeck-method-box:last-child {
  margin-left: 20px;
}

.shipping-add span {
  margin-top: -2px;
}

li.addr:last-child {
  margin-bottom: 0px;
}

.card-detail, .card-input-field {
  width: auto;
  float: left;
}

.active .card-detail {
  padding-bottom: 20px;
}

#echeck_profiles .active .card-detail {
  padding-bottom: 0;
}

.card-detail p, .card-input-field p {
  width: auto;
  float: left;
  margin: 5px 0 0 0px;
}

.card-detail img {
  width: auto;
  float: left;
  padding-right: 10px;
}

.cart-page .card-detail img {
  margin-top: -3px
}

.stock-detail-area .card-detail p {
  font: 400 14px;
  margin: 5px 0;
}

.card-input-field {
  width: 100%;
  padding-top: 16px;
  padding-left: 30px;
  display: none;
}

.cart-page .card-input-field {
  display: block;
  padding-left: 0;
  padding-top: 0;
}

.cart-page .card-input-field.has-cc {
  margin-left: 10px;
}

.card-input-field .new-input {
  padding-bottom: 0;
}

.new-input label {
  top: 9px;
  text-align: left;
}

.card-input-field img {
  width: auto;
  float: left;
  margin-left: 8px;
  margin-right: 12px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block li.addr i span, .cart-page.address.two-column .checkout-detail .checkout-block li.addr i span {
  float: right;
  width: 180px;
}

li.addr.active .chk-box {
  width: auto;
  float: left;
  padding-left: 40px;
}

#account-list-table .chk-box .checkmark {
  top: 0;
}

li.addr .chk-box {
  width: auto;
  float: left;
  padding-left: 40px;
  margin-top: 0px;
}

li.addr .chk-box.new {
  padding-left: 28px;
}

li.addr span.ship-address {
  font: 600 16px;
}

li.addr span.ship-address.new {
  font-weight: 400;
  margin-top: 10px;
}

li.addr .main-btn.grey {
  background: #f2f7fb none repeat scroll 0 0;
  color: #000;
  border-radius: 4px;
  height: 50px;
  margin-right: 15px;
  width: 146px;
  margin-top: 0px;
}

li.addr .main-btn.grey.edit_address_button {
  float: right;
}

li.addr .main-btn.grey:hover {
  background: #d9e5ef;
}

.main-btn.grey span {
  color: #393939;
  font: 600 14px;
}

.contact-detail, .address-detail {
  float: left;
}

.cart-page .contact-detail, .cart-page .address-detail {
  margin-top: 2px;
}

.checkout-detail button {
  width: 156px;float:right;
}

.user-address .edit-address {
  position: absolute;
  width: 220px;
  bottom: 80px;
}

.butn_checkout_cont{
  position: absolute;
  bottom: 20px;
}

.butn_checkout_cont button {
  height: 55px;
  width: 220px;
}

.state_select {
  width: 100%;
  padding: 5px;
  height: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  color: #555;
  font: 400 14px/1;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  cursor: pointer;
  text-indent: 0.01px;
  cursor: pointer;
  padding-left: 10px;
}

.state_selecter {
  position: absolute;
  right: 16px;
  top: 20px;
  color: #444;
  font-size: 20px;
  display: block;
  pointer-events: none;
}

.contact-detail p, .address-detail p {
  margin: 0;
  padding: 0;
  clear: both;
}

.contact-detail p i, .address-detail p i {
  width: 15px;
  float: left;
  margin-top: 5px;
}

.contact-detail p .fa-phone {
  margin-top: 3px;
}

@-moz-document url-prefix() {
  .contact-detail p .fa-phone {
    margin-top: 8px;
  }

}

.contact-detail p span, .address-detail p span {
  float: left;
}

.contact-detail p span {
  margin-left: 5px;
}

.contact-us .social-links .icons .fab, .contact-us .social-links .icons .fa {
  font-size: 60px;
}

.contact-us .social-links .icons a {
  display: inline-block;
  margin: 15px;
}

.social-links a.youtube {
  color: #cb322c;
}

.social-links a.instagram {
  color: #125688;
}

.social-links a.twitter {
  color: #2ca8d2;
}

.social-links a.blog {
  color: #e96b19;
}

.social-links a.pinterest {
  color: #e43b43;
}

.checkout-block li .checkmark {
  border-radius: 50%;
}

.checkout-block li.shipping-list {
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  display: block;
  width: 100%;
  margin: 0 20px 0 0;
  padding: 8px 18px 15px;
}

.checkout-notice {
  background: #f3f3f3;
  height: auto;
  margin: 15px 0;
  padding: 15px 17px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.checkout-notice .fa {
  float: left;
  font-size: 15px;
  margin-right: 7px;
  margin-top: 1px;
}

.checkout-notice p {
  margin: 0;
  padding: 0;
}

.checkout-block li.shipping-list .ground &gt; span {
  color: #555;
  font: 600 16px;
  padding-top: 18px;
  width: 100%;
  float: left;
  padding-bottom: 4px;
}

.ground .chk-area &gt; span {
  color: #000;
  margin-left: 35px;
  display: block;
}

.ground h4 {
  margin-left: 10px;
}

.ground h4 span {
  float: right;
}

.ground .chk-area .chk-box {
  text-align: right;
  float: left;
}

.cart-page.address.two-column .modified-cart .pricing-lock,.cart-page.address.two-column .modified-cartpp .pricing-lock {
  text-align: center;
  font-size: 22px;
  padding: 18px 25px 22px;
  margin-top: 20px;
}

.cart-page.chekout.two-column .modified-cart .pricing-lock,.cart-page.chekout.two-column .modified-cartpp .pricing-lock {
  text-align: center;
  font-size: 22px;
}

#countprice {
  color: #2e2e4e;
  padding-top: 6px;
  font-weight: 500;
}

.cart-page.chekout.two-column .modified-cart table tbody tr.payment-area td, .cart-page.address.two-column .modified-cart table tbody tr.payment-area td {
  color: #000;
  padding-top: 3px;
  padding-left: 18px;
  text-align: left;
}

.cart-page.chekout.two-column .modified-cart table tbody tr.payment-area span, .cart-page.address.two-column .modified-cart table tbody tr.payment-area span {
  font-weight: 400;
}

.cart-page.chekout.two-column .modified-cart table tbody tr.payment-area.ship #jm_ship {
  text-align: right;
}

.cart-page.chekout.two-column .modified-cart table tbody tr.payment-area.border td, .cart-page.address.two-column .modified-cart table tbody tr.payment-area.border td {
  border-top: 1px solid #ccc;
  font-weight: 700;
  padding-bottom: 16px;
  padding-left: 18px;
  padding-top: 13px;
}

.cart-page.chekout.two-column .modified-cart table tbody tr.payment-area.border td span, .cart-page.address.two-column .modified-cart table tbody tr.payment-area.border td span {
  font-weight: 700;
}

button.echeck-link {
  position: absolute;
  bottom: 50px;
  left: 30px;
}

.tab-link {
  height: 41px;
}

.address-area {
  width: 100%;
  float: left;
  border: 1px solid #ccc;
  padding: 30px;
}

.account-address {
  width: 100%;
  padding: 10px 30px;
  float: left;
}

.address-area.hide-table, .my-account-box.hide-table {
  display: none;
}

.address-area .user-address {
  width: 366px;
  border: 1px solid #ccc;
  height: 275px;
  float: left;
  margin: 0 20px 20px 0;
  padding: 20px;
  position: relative;
}

.address-area .user-address:nth-child(3n+5) {
  margin-right: 0;
}

.address-area .user-address .button-section.address {
  text-align: center;
  display: table;
  margin: 0 auto;
  margin-top: 80px;
  vertical-align: middle;
}

.address-area .user-address .button-section.address button {
  width: 150px;
  height: 50px;
  border-radius: 5px;
}

.address-area .user-address .button-section.address button span {
  font-weight: 600;
}

.address-area .user-address .button-section.address-button {
  width: 100%;
  float: left;
  padding-bottom: 0px;
}

.address-area .user-address .button-section.address-button button {
  border-radius: 5px;
  height: 40px;
  width: 132px;
}

.address-area .user-address .contact-detail &gt; div {
  width: 100%;
  float: left;
}

.address-area .user-address .contact-detail &gt; div p {
  margin: 0px;
  padding-bottom: 10px;
  width: auto;
  float: left;
  font: 400 16px;
}

.address-area .user-address .contact-detail &gt; div i {
  color: #1e5688;
  font-size: 18px;
  width: 25px;
  float: left;
  margin-top: 3px;
}

.address-area .user-address:last-child {
  margin-right: 0px;
}

/*address page end*/
ul.bullet.blue li:before {
  background-color: #145891;
  top: 10px;
}

ul.bullet li {
  padding-bottom: 6px;
  position: relative;
  padding-left: 10px;
}

ul.bullet li:before {

  /* add the new bullet point */
  display: inline-block;
  content: '';
  -webkit-border-radius: 0.375rem;
  border-radius: 50%;
  height: 3px;
  width: 3px;
  margin-right: 5px;
  background-color: #000;
  position: absolute;
  top: 10px;
  left: 0;
}

/*my-info page start*/
.my-account-box {
  display: inline-block;
  border: 1px solid #ccc;
  width: 100%;
  padding: 30px;
}

.my-info.address .payment-section {
  padding-bottom: 30px;
}

.my-account-box .new-input.first-name, .my-account-box .new-input.last-name, .my-account-box .new-input.phone-number, .my-account-box .new-input.current-password, .my-account-box .new-input.new-password, .my-account-box .new-input.confirm-password, .my-account-box .new-input.new-email, .my-account-box .new-input.confirm-new-email, #password_1, #password_2 {
  width: 350px;
  padding-right: 20px;
}

.edit-info-det .phone-number {
  padding-bottom: 0;
}

.my-info.address .my-info .left-section, .my-info.address .my-info .right-section {
  width: 50%;
  float: left;
}

.my-info.address .my-info .left-section &gt; div {
  font: 600 18px;
}

.my-info.address .my-info .left-section &gt; div span {
  font: 400 16px;
}

.my-info.address .my-info .right-section {
  text-align: right;
}

.my-info.address .my-info .right-section ul {
  margin: 0px;
}

.my-info.address .my-info .right-section ul li {
  font: 600 16px;
}

.my-info.address .my-info .right-section ul li i {
  color: #000;
  padding-left: 5px;
  padding-bottom: 7px;
}

.my-info, .order-page {
  margin-top: 0px;
  margin-bottom: 34px;
}

.cart-page.payment-page.two-column.my-info .checkout-detail .checkout-block .body .e-checking form.form-info {
  width: 100%;
  float: left;
  max-width: 100% !important;
}

.cart-page.payment-page.two-column.my-info .checkout-detail .checkout-block .body .e-checking form.form-info .new-input {
  width: auto;
  padding-right: 20px;
  padding-bottom: 11px;
}

.cart-page.payment-page.two-column.my-info .checkout-detail .checkout-block .body .e-checking form.form-info .new-input.confirm {
  padding-right: 0px;
}

/*my-info-3 page end*/

/*order page start*/
.payment-section {
  padding-bottom: 30px;
}

.payment-section .pagination-area {
  padding-top: 10px;
  width: 100%;
  float: left;
}

.payment-section .message {
  width: 100%;
  float: left;
}

.payment-section .message p {
  float: left;
  font: 700 16px/1px;
  margin: 0;
  width: 100%;
  padding-bottom: 32px;
  padding-top: 6px;
}

.payment-section .message p.error-message {
  color: #fe0000;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 21px;
}

.payment-section .past-order {
  width: 100%;
  float: left;
  padding-top: 3px;
}

.payment-section .past-order p {
  margin-top: 0px;
  font: 400 16px/18px;
  margin-bottom: 2px;
}

.payment-section .past-order .button-section {
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 14px;
}

.payment-section table tr.cancellation i {
  color: #d0021b;
  padding-right: 6px;
  cursor: pointer;
}

.payment-section table tr.cancellation td:nth-child(1) {
  padding-right: 32px;
}

.payment-section table tr.cancellation.activated {
  border-left: 2px solid #1e66a2;
  border-right: 2px solid #1e66a2;
}

.payment-section table tr.cancellation.activated td {
  background: #f3f3f3;
  border-top: 2px solid #1e66a2;
}

.payment-section table tr.action-history {
  display: none;
}

.payment-section table tr.action-history.activated {
  display: table-row;
  border-left: 2px solid #1e66a2;
  border-right: 2px solid #1e66a2;
}

.payment-section table tr.action-history.activated td {
  border-bottom: 2px solid #1e66a2;
}

.order-table th {
  width: 240px;
  text-align: center;
  color: #13365c;
  background: #f4f4f4;
  font: 600 16px;
  padding: 10px 0;
  height: 40px;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.order-table td {
  text-align: center;
  padding: 9px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font: 400 16px;
}

/*main btn grey*/
.main-btn.grey:hover {
  background: #d9e5ef;
}

.main-btn.grey span {
  color: #393939;
  font: 600 14px;
}

/*order page end*/
.modal {
  display: none;
  position: fixed;
  z-index: 10;
  padding-top: 100px;
  top: 50px;
  left: 50%;
  overflow: visible;
}

.modal#createaccountmodal .modal-content, .sell-to-us .modal .modal-content, .IRA .modal .modal-content {
  width: 703px;
  margin-left: -351px;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

.review-area {
  float: left;
}

.modal#createaccountmodal .modal-content .modal-body .new-account form {
  border-bottom: 1px solid #ccc;
}

.modal#createaccountmodal .modal-content .modal-body .new-account form &gt; div:nth-child(even) {
  float: right;
  width: 47.7%;
}

#createaccountmodal .rpassword {
  padding-bottom: 0px;
}

#createaccountmodal .terms {
  width: 100%;
  float: left;
  display: flex;
}

.modal#createaccountmodal .modal-content .modal-body .new-account form &gt; div.terms p {
  text-align: left;
  margin-left: 10px;
  font-size: 11px;
  float: left;
}

.modal#createaccountmodal .modal-content .modal-body .new-account .existing-user {
  border: none;
  margin-top: 10px;
  width: 50%;
  float: left;
}

.modal#createaccountmodal .modal-content .modal-body .new-account .existing-user p {
  text-align: left;
  margin: 0;
  font: 400 16px;
}

.modal#createaccountmodal .modal-content .modal-body .new-account .button-section {
  float: right;
  padding-top: 20px;
  width: auto;
}

.modal#createaccountmodal .modal-content .modal-body .new-account .button-section button {
  width: 307px;
  float: right;
}

.modal .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 29%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.modal .modal-content .modal-header {
  background-color: #f3f3f3;
  width: 100%;
  float: left;
  text-align: center;
  border-bottom: none;
}

.modal .modal-content .modal-header img {
  margin: 0 auto;
  width: 200px;
  padding: 0;
}

.modal .modal-content .modal-header .close, .modal .modal-content .modal-header .create-close, .modal .modal-content .modal-header .login-close, .modal .modal-content .modal-header .forgot-close {
  color: #0d7487;
  font-weight: 500;
  font-size: 17px;
  position: absolute;
  right: 15px;
  top: 10px;
}

.modal .modal-content .modal-header .close:hover, .modal .modal-content .modal-header .create-close:hover, .modal .modal-content .modal-header .login-close:hover, .modal .modal-content .modal-header .forgot-close:hover, .modal .modal-content .modal-header .close:focus, .modal .modal-content .modal-header .create-close:focus, .modal .modal-content .modal-header .login-close:focus, .modal .modal-content .modal-header .forgot-close:focus {
  color: #444444;
  text-decoration: none;
  cursor: pointer;
}

.modal .modal-content .modal-body {
  padding: 0 30px 20px;
  width: 100%;
  float: left;
  background: #fff;
  border-bottom-left-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

.modal .modal-content .modal-body .login-border {
  margin-bottom: 5px;
}

.new-accounts {
  padding-top: 15px;
  clear: both;
  border-top: 1px solid #ccc;
  margin-top: 20px;
}

#jmlogin {
  height: 46px;
  width: 100%;
  font-size: 17px;
  padding: 10px 0px;
}

#jm_register_form_button {
  height: 46px;
  width: 210px;
  font: 17px;
  padding: 10px 0px;
}

.modal .modal-content .modal-body .trading-team.new-account.login .reset-text p, .modal .modal-content .modal-body .prefered-contact.new-account.login .reset-text p {
  padding: 0 0 20px;
  text-align: left;
}

.modal .modal-content .modal-body .trading-team.new-account.login .new-accounts p, .modal .modal-content .modal-body .prefered-contact.new-account.login .new-accounts p {
  width: 50%;
  float: left;
  text-align: left;
  margin: 0;
  padding: 10px 0 5px;
}

.modal .modal-content .modal-body .trading-team.new-account.login .new-accounts a, .modal .modal-content .modal-body .prefered-contact.new-account.login .new-accounts a {
  width: 50%;
  float: right;
  text-align: right;
  color: #0d7487;
  padding: 10px 0 5px;
}

.modal .modal-content .modal-body .trading-team.new-account.login .return-section p a, .modal .modal-content .modal-body .prefered-contact.new-account.login .return-section p a {
  color: #0d7487;
  font: 600 14px;
}

.modal .modal-content .modal-body .trading-team.new-account.login .forgot-password, .modal .modal-content .modal-body .prefered-contact.new-account.login .forgot-password {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.modal .modal-content .modal-body .trading-team.new-account.login .forgot-password p, .modal .modal-content .modal-body .prefered-contact.new-account.login .forgot-password p {
  width: auto;
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 0 0 20px 6px;
}

.modal .modal-content .modal-body .trading-team.new-account.login .forgot-password .chk-area, .modal .modal-content .modal-body .prefered-contact.new-account.login .forgot-password .chk-area {
  float: left;
  margin-bottom: 0px;
  width: 100%;
}

.modal .modal-content .modal-body .trading-team.new-account.login .forgot-password .chk-area a, .modal .modal-content .modal-body .prefered-contact.new-account.login .forgot-password .chk-area a {
  color: #0d7487;
  font: 600 14px;
  width: 50%;
  float: right;
  text-align: right;
}

.modal .modal-content .modal-body .trading-team.new-account.login .forgot-password .chk-area .chk-box, .modal .modal-content .modal-body .prefered-contact.new-account.login .forgot-password .chk-area .chk-box {
  padding-left: 23px;
  width: auto;
  float: left;
  margin-bottom: 0px;
}

.modal .modal-content .modal-body .trading-team.new-account.login .forgot-password .chk-area .chk-box input, .modal .modal-content .modal-body .prefered-contact.new-account.login .forgot-password .chk-area .chk-box input {
  left: -9px;
}

.modal .modal-content .modal-body .trading-team.new-account .terms, .modal .modal-content .modal-body .prefered-contact.new-account .terms {
  padding-bottom: 4px;
}

.modal .modal-content .modal-body .trading-team.new-account .terms p, .modal .modal-content .modal-body .prefered-contact.new-account .terms p {
  padding-bottom: 20px;
}

.modal .modal-content .modal-body .trading-team.new-account form &gt; .new-input.last, .modal .modal-content .modal-body .prefered-contact.new-account form &gt; .new-input.last {
  padding: 0px;
}

.modal .modal-content .modal-body .trading-team.new-account .button-section button.main-btn span, .modal .modal-content .modal-body .prefered-contact.new-account .button-section button.main-btn span {
  background: none;
}

.modal .modal-content .modal-body .trading-team.new-account .existing-user, .modal .modal-content .modal-body .prefered-contact.new-account .existing-user {
  width: 100%;
  float: left;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 20px;
}

.modal .modal-content .modal-body .trading-team.new-account .existing-user p a, .modal .modal-content .modal-body .prefered-contact.new-account .existing-user p a {
  font: 600 16px;
  padding-left: 15px;
}

.modal .modal-content .modal-body .trading-team.new-account p a, .modal .modal-content .modal-body .prefered-contact.new-account p a {
  color: #0d7487;
}

.modal .modal-content .modal-body .trading-team p, .modal .modal-content .modal-body .prefered-contact p {
  width: 100%;
  text-align: center;
  font: 400 14px;
  margin: 0;
}

.modal .modal-content .modal-body .return-section p {
  padding-top: 10px;
  float: left;
}

#timesup .modal-content .modal-body .trading-team p {
  margin: 20px 0;
}

.modal .modal-content .modal-body .email-call {
  padding-bottom: 10px;
}

.modal .modal-content .modal-body .email-call .radio-section {
  border: 1px solid #979797;
  float: left;
  padding: 15px;
  width: calc(33% - 10px);
  border-radius: 4px;
}

.modal .modal-content .modal-body .email-call .radio-section:nth-child(2) {
  margin-left: 20px;
}

.modal .modal-content .modal-body fieldset {
  margin: 0;
  padding: 0;
}

.modal .modal-content .modal-body .rating {
  border: none;
  float: left;
}

.modal .modal-content .modal-body .rating &gt; input {
  display: none;
}

.modal .modal-content .modal-body .rating &gt; label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: "Font Awesome 5 pro";
  display: inline-block;
  content: "\f005";
}

.modal .modal-content .modal-body .rating &gt; .half:before {
  content: "\f089";
  position: absolute;
}

.modal .modal-content .modal-body .rating &gt; label {
  color: #ddd;
  float: right;
}

.modal .modal-content .modal-body .rating &gt; input:checked ~ label, .modal .modal-content .modal-body .rating:not(:checked) &gt; label:hover, .modal .modal-content .modal-body .rating:not(:checked) &gt; label:hover ~ label {
  color: #FFD700;
}

.modal .modal-content .modal-body .rating &gt; input:checked + label:hover, .modal .modal-content .modal-body .rating &gt; input:checked ~ label:hover, .modal .modal-content .modal-body .rating &gt; label:hover ~ input:checked ~ label, .modal .modal-content .modal-body .rating &gt; input:checked ~ label:hover ~ label {
  color: #FFED85;
}

.modal .modal-content .modal-body .forgot {
  padding-bottom: 0;
}

.modal .modal-content .modal-body .forgot h2 {
  font-size: 18px;
}

.modal .modal-content .modal-body .your-review.login-border h2.border:after {
  left: -1px;
  width: 140px;
}

.modal .modal-content .modal-body .your-review.create-acc h2.border {
  padding-bottom: 20px;
}

.modal .modal-content .modal-body .your-review.create-acc h2.border:after {
  left: 24px;
  width: 137px;
}

.modal .modal-content .modal-body .your-review.create-acc.forgot h2.border:after {
  width: 143px;
  left: 32px;
}

.modal .modal-content .modal-body .your-review h2 {
  text-align: center;
  width: auto;
  display: table;
  margin: 5px auto 0;
  padding: 15px 0;
  color: #444444;
  font-size: 20px;
}

.modal .modal-content .modal-body .your-review h2.border {
  border: none;
}

.modal .modal-content .modal-body .your-review h2.border.request:after {
  width: 146px;
  left: 30px;
}

.modal .modal-content .modal-body .your-review h2.border:after {
  background-color: #b2b6bf;
  content: "";
  display: block;
  height: 1px;
  left: 12px;
  position: relative;
  width: 142px;
}

#modify_echeck_details .modal-content {
  width: 845px !important;
  margin-left: -425px !important;
}

#modify_echeck_details .modal-content .modal-body .your-review h2.border:after {
  width: 198px;
}

.modal .modal-content .modal-body form {
  width: 100%;
}

.modal .modal-content .modal-body form .button-section button {
  width: 100%;
  height: 51px;
}

.modal .modal-content .modal-body .review-area p {
  margin: 7px 10px 0 0;
  float: left;
}

.modal .modal-content .modal-body .review-area .rating img {
  padding-top: 7px;
  padding-bottom: 13px;
}

.modal .modal-content .modal-body .review-area .review {
  width: 100%;
  float: left;
}

.modal .modal-content .modal-body .review-area .review textarea, .sell-to-us .modal .new-text-message {
  margin-top: 15px;
  width: 100%;
  max-width: 100%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
  max-height: 300px;
  border: 1px solid #979797;
  border-radius: 4px;
  padding: 10px 15px 15px 15px;
  font: 14px;
  color: #4a4a4a;
}

.modal .wpcf7-textarea {
  font: 400 14px/1;
}

.ff .payment-page .payment-section ul.tabs li span.methods {
  min-height: 31px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }

}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }

}

.checkout-block .body ul li .chk-box input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #ccc;
}

.checkout-block ul li.active .chk-box input:checked ~ .checkmark, .checkout-block  ul li.activeship .chk-box input:checked ~ .checkmark {
  border: 1px solid #0d7487;
}

.checkout-block ul li.active .chk-box input:checked ~ .checkmark::after, .checkout-block  ul li.activeship .chk-box input:checked ~ .checkmark::after {
  background: #0d7487 none repeat scroll 0 0;
  border-radius: 50%;
  color: #0d7487;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
}

.checkout-block ul li .chk-box .checkmark::after {
  border: 0 solid transparent;
  content: "";
  display: none;
  font-size: 68px;
  height: 0;
  left: 2px;
  position: absolute;
  top: 2px;
  transform: rotate(0deg);
  width: 0;
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  left: 15px;
}

input:focus::-webkit-textfield-decoration-container {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  left: 15px;
}

.cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form.ship #catalog-listing .toolbar-sorter .select-area ul li.init {
  width: 362px !important;
}

.payment-page.address.my-info .payment-section {
  padding-bottom: 30px;
}

.order-pages .spot-prices ul {
  margin: 8px 0px;
}

.order-pages h4, .order-pages h3, .order-pages h2, .order-pages h6, .order-pages p, .order-pages ul, .order-pages li {
  margin: 0px;
}

.order-pages.prepared-area {
  padding: 0 30px;
}

.order-pages div .head h5.cancel {
  width: auto;
  float: right;
  margin: 0;
  font: 600 16px;
}

.order-pages div .status .body {
  padding: 25px 0px;
}

.order-pages div .status .prepared-area {
  padding: 0 30px;
}

.order-pages div .status .prepared-area.cancelled .prepared {
  margin-top: 0px;
}

.order-pages div .status .prepared-area.cancelled .prepared p {
  padding-bottom: 0px;
}

.order-pages div .status .prepared-area.cancelled .prepared h3 {
  padding-bottom: 12px;
}

.order-pages div .status .prepared-area .order-3 {
  Padding: 0 24px;
}

.order-pages div.body, .order-pages div.head {
  width: 100%;
  float: left;
}

.order-pages div.body a, .order-pages div.head a {
  color: #114e87;
}

.order-pages div.body a.print, .order-pages div.head a.print {
  text-align: right;
  font: 400 14px;
  float: right;
  background: url("/wp-content/themes/bgasc/images/print.png") no-repeat scroll 0% center;
  padding-left: 30px;
  margin: 0px;
  margin: 4px 0 0;
}

.order-pages div.body p, .order-pages div.head p {
  color: #000;
  font: 400 16px;
}

.order-pages div.body p span, .order-pages div.head p span {
  color: #000;
  font: 600 16px;
}

.order-pages div.body p span.blue, .order-pages div.head p span.blue {
  color: #114e87;
  display: inline-block;
  padding-top: 10px;
  width: 100%;
}

.order-pages div.body p a, .order-pages div.head p a {
  color: #114e87;
}

.order-pages div.head {
  border: 1px solid #ccc;
  padding: 9px 30px;
  background: #e7eaed;
}

.order-pages div.head h4 {
  font: 600 20px;
  width: auto;
  float: left;
}

.order-pages div.body {
  padding: 25px 30px;
  border: 1px solid #ccc;
  margin-bottom: 25px;
}

.order-pages div.body.border {
  border-top: 0px;
}

.order-pages div.body.border.return {
  margin-bottom: 20px;
}

.order-pages div.body .left-section {
  width: 49%;
  float: left;
}

.order-pages div.body .right-section {
  width: 49%;
  float: right;
}

.order-pages div.body .social-section, .order-pages div.body .icons {
  margin-top: 55px;
  float: left;
  text-align: right;
  width: 33.5%;
}

.order-pages div.body .social-section &gt; p, .order-pages div.body .icons &gt; p {
  width: auto;
  float: left;
  margin-top: 6px;
}

.order-pages div.body .social-section .align-right, .order-pages div.body .icons .align-right {
  float: left;
  margin-left: 15px;
  text-align: left;
  width: auto;
}

.sale-page .social-section {
  margin-top: 20px;
}

.order-pages div.body .social-section .align-right .social-media, .order-pages div.body .icons .align-right .social-media, .sale-page .social-media {
  float: left;
  margin-right: 15px;
  text-align: right;
}

.sale-page .social-media:last-child {
  margin-right: 0;
}

.order-pages div.body .social-section .align-right .social-media &gt; div, .order-pages div.body .icons .align-right .social-media &gt; div {
  border: 1px solid #ccc;
  display: table-cell;
  height: 49px;
  text-align: center;
  vertical-align: middle;
  width: 49px;
  border-radius: 6px;
}

.order-pages div.body .social-section .align-right .social-media &gt; div i.fab, .order-pages div.body .icons .align-right .social-media &gt; div i.fab {
  color: #797979;
  font-size: 28px;
}

.order-pages div.body .social-section .align-right .social-media &gt; div.print:hover a i, .order-pages div.body .icons .align-right .social-media &gt; div.print:hover a i {
  color: #797979;
}

.order-pages div.body .social-section .align-right .social-media &gt; div:hover a i, .order-pages div.body .icons .align-right .social-media &gt; div:hover a i {
  color: #1997f0;
}

.order-pages.thank-you .container &gt; div {
  width: 100%;
  float: left;
}

.order-pages.thank-you .heading {
  text-align: center;
}

.order-pages.thank-you .heading h2 {
  font: 600 40px;
  padding: 20px 0px;
}

.order-pages.thank-you .order-delivery .body {
  padding: 21px 30px 20px;
}

.order-pages.thank-you .order-delivery .body h2 {
  font: 600 20px;
  padding-bottom: 10px;
}

.order-pages.thank-you .order-delivery .body h3 {
  font: 600 25px;
  padding-bottom: 10px;
}

.order-pages.thank-you .order-delivery .body .right-section {
  max-width: 269px;
}

.order-pages.thank-you .payment-instruction.single-column .body p.payment-text {
  font: 400 18px;
  padding-top: 22px;
}

.order-pages.thank-you .payment-instruction .body p.statement {
  padding-top: 30px;
}

.blank-wire {
  background: #f1faff;
  width: 100%;
  float: left;
  padding: 20px;
  float: right;
  border: 1px solid #114e87;
}

.blank-wire &gt; p {
  padding-bottom: 20px;
}

.blank-wire .details {
  width: 100%;
  float: left;
  padding-bottom: 15px;
}

.blank-wire .details.account {
  padding-bottom: 0px;
}

.blank-wire .details .left {
  width: 36%;
  float: left;
}

.blank-wire .details .right {
  font: 400 16px;
  width: 64%;
  float: right;
}

.order-pages.thank-you .order-detail {
  padding-top: 10px;
}

.order-pages.thank-you .order-detail .return-section {
  width: auto;
  float: right;
  text-align: right;
  padding-bottom: 30px;
}

.order-pages.thank-you .order-detail .return-section ul li {
  width: auto;
  float: left;
  padding-left: 20px;
}

.order-pages.thank-you .order-detail .return-section ul li a {
  color: #114e88;
  font: 700 16px !important;
  display: inline-block;
  margin-top: 8px;
}

.order-pages.thank-you .order-detail table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  float: left;
  width: 100%;
}

.order-pages.thank-you .order-detail table th {
  padding-bottom: 5px;
  padding-top: 5px;
}

.order-pages.thank-you .order-detail table th:nth-child(1) {
  padding-left: 40px;
}

.order-pages.thank-you .order-detail table th, .order-pages.thank-you .order-detail table td {
  border-right: 1px solid #ccc;
  text-align: center;
}

.order-pages.thank-you .order-detail table th:nth-child(1), .order-pages.thank-you .order-detail table td:nth-child(1) {
  width: 59%;
  text-align: left;
}

.order-pages.thank-you .order-detail table th:nth-child(2), .order-pages.thank-you .order-detail table td:nth-child(2) {
  width: 15%;
}

.order-pages.thank-you .order-detail table th:nth-child(3), .order-pages.thank-you .order-detail table td:nth-child(3) {
  width: 13%;
}

.order-pages.thank-you .order-detail table th:nth-child(4), .order-pages.thank-you .order-detail table td:nth-child(4) {
  width: 13%;
  border-right: 0px solid #ccc;
}

.order-pages.thank-you .order-detail table thead tr {
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.order-pages.thank-you .order-detail table thead tr th {
  font: 400 18px;
}

.order-pages.thank-you .order-detail table tbody tr {
  border-bottom: 1px solid #ccc;
}

.order-pages.thank-you .order-detail table tbody tr td {
  border-right: 1px solid #ccc;
}

.order-pages.thank-you .order-detail table tbody tr td .items-detail {
  width: 100%;
  padding: 12px 0;
  display: inline-block;
  vertical-align: middle;
}

.order-pages.thank-you .order-detail table tbody tr td .items-detail .items-image {
  float: left;
  text-align: center;
  width: 170px;
}

.order-pages.thank-you .order-detail table tbody tr td .items-detail .items-image img {
  padding: 0px 20px;
}

.order-pages.thank-you .order-detail table tbody tr td .items-detail .items-desc {
  padding-top: 25px;
}

/*order-step common style start*/
.order-steps.flow .steps {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}

.order-steps .steps {
  display: table;
  width: 100%;
}

.order-steps .steps.three .step {
  width: 33%;
}

.order-steps .steps .step {
  display: table-cell;
  text-align: center;
  position: relative;
  width: 25%;
}

.order-steps .steps .step p {
  font: 400 14px;
  color: #727272;
  padding-bottom: 15px;
}

.order-steps .steps .step p span {
  color: #000;
  width: auto;
  font: 400 14px;
}

.order-steps .steps .step p.hide {
  visibility: hidden;
}

.order-steps .steps .step.active span.info {
  font: 600 18.4px;
}

.order-steps .steps .step.active span.info.red {
  color: #d0021c;
}

.order-steps .steps .step.sell:after {
  top: 19px;
  background-color: #f2c568;
}

.order-steps .steps .step.sell span.number {
  background-color: #f2c568;
  height: 48px;
  width: 48px;
  padding-top: 14px;
}

.order-steps .steps .step.active:after {
  background-color: #573791;
}

.order-steps .steps .step.active span.number {
  background-color: #f2c568;
}

.order-steps .steps .step.completed:after {
  background-color: #f2c568;
}

.order-steps .steps .step.completed.red:after {
  background-color: #d0011b;
}

.order-steps .steps .step.completed span.number {
  background-color: #f2c568;
}

.order-steps .steps .step.completed span.info {
  color: #2b2b2b;
}

.order-steps .steps .step.step1:after {
  content: none;
}

.order-steps .steps .step:after {
  position: absolute;
  right: 50%;
  width: 100%;
  height: 5px;
  background-color: #dedede;
  content: ' ';
  top: 49px;
}

.order-steps .steps .step span {
  width: 100%;
  display: inline-block;
  font-size: 20px;
  color: #919191;
}

.order-steps .steps .step span.number {
  background-color: #9b9b9b;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  color: #fff;
  padding-top: 7px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  padding-top: 0;
  margin-top: 1px;
}

.order-steps .steps .step span.number.red {
  background: #d0011b;
}

.order-steps .steps .step span.number i {
  font-size: 32px;
}

.order-steps .steps .step span.number i.fa-check, .order-steps .steps .step span.number i.fa-times {
  margin-top: 6px;
  font-size: 22px;
}

.order-steps .steps .step span.info {
  color: #a4a4a4;
  font: 400 17px;
  padding-top: 3px;
}

/*order-step common style end*/
.order-pages.thank-you .status {
  margin-top: 20px;
}

.order-pages.thank-you  button.right-arrow span {
  font: 600 17.28px;
  padding: 0px 37px 5px 0px;
  background: rgba(0, 0, 0, 0) url("/wp-content/themes/bgasc/images/brown-arrow-2.png") no-repeat scroll right 0px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.order-pages.thank-you .body .order-total {
  width: 100%;
  float: left;
  margin-top: 39px;
}

.order-pages.thank-you .body .order-total &gt; div {
  border: 1px solid #ccc;
  width: 50%;
  min-height: 356px;
}

.order-pages.thank-you .body .order-total .left-section {
  width: 535px;
  float: left;
  padding: 25px;
  background: #f9f9f9;
}

.order-pages.thank-you .body .order-total .left-section .address-area {
  width: 100%;
  float: Left;
}

.order-pages.thank-you .body .order-total .left-section .address-area.name {
  padding-top: 23px;
}

.order-pages.thank-you .body .order-total .left-section .address-area.address {
  padding-bottom: 23px;
}

.address-left {
  width: 20%;
  float: left;
}

.address-right {
  width: 80%;
  float: left;
}

.order-pages.thank-you .body .order-total .left-section p {
  font: 400 16px;
  padding-bottom: 15px;
}

.order-pages.thank-you .body .order-total .left-section p span {
  color: #000;
  display: inline-block;
  float: left;
  font: 600 18px;
  padding-bottom: 10px;
  width: 100%;
}

.order-pages.thank-you .body .order-total .right-section {
  width: 535px;
  float: right;
  background: #f9f9f9;
  padding: 20px 35px;
}

.order-pages.thank-you .prepared.detail {
  border: 1px solid #CCC;
  padding: 25px;
  background: #e7eaed;
  width: 100%;
  float: left;
  margin-top: 30px;
}

.order-pages.thank-you .prepared.detail.order-3 {
  padding: 0px 20px;
  background: #fff;
  border: none;
}

.order-pages.thank-you .prepared.detail &gt; p {
  color: #000;
  font: 16px !important;
  padding-bottom: 0px;
}

.order-pages.thank-you .prepared.detail .amount-section {
  width: 100%;
  float: left;
  padding-bottom: 30px;
}

.order-pages.thank-you .prepared.detail .amount-section.order-5 &gt; div {
  width: 25%;
  float: left;
}

.order-pages.thank-you .prepared.detail .amount-section.order-5 &gt; div.total {
  padding-left: 0%;
}

.order-pages.thank-you .prepared.detail .amount-section.order-5 &gt; div.paid {
  padding-left: 0%;
}

.order-pages.thank-you .prepared.detail .amount-section.order-5 &gt; div.payment {
  padding-left: 0%;
}

.order-pages.thank-you .prepared.detail .amount-section.order-5 &gt; div.pay-balance {
  float: right;
}

.order-pages.thank-you .prepared.detail .amount-section.order-5 &gt; div.pay-balance button {
  width: 136px;
  height: 35px;
  padding: 6px 0;
  float: right;
}

.order-pages.thank-you .prepared.detail .amount-section &gt; div {
  display: inline-block;
  width: auto;
}

.order-pages.thank-you .prepared.detail .amount-section &gt; div.total {
  padding-left: 16.5%;
}

.order-pages.thank-you .prepared.detail .amount-section &gt; div.paid {
  padding-left: 14.5%;
}

.order-pages.thank-you .prepared.detail .amount-section &gt; div.payment {
  padding-left: 14.5%;
}

.order-pages.thank-you .prepared.detail .method-section {
  background: #fff;
  border: 1px solid #ccc;
  padding: 25px 25px 30px;
  width: 100%;
  float: left;
  min-height: 188px;
}

.order-pages.thank-you .prepared.detail .method-section.status-3 {
  background: #f9f9f9;
}

.order-pages.thank-you .prepared.detail .method-section &gt; div {
  float: left;
}

.order-pages.thank-you .prepared.detail .method-section &gt; div.deliver-method {
  width: 44%;
}

.order-pages.thank-you .prepared.detail .method-section &gt; div.method-payment {
  width: 29.5%;
}

.order-pages.thank-you .prepared.detail .method-section &gt; div.method-payment img {
  width: auto;
  float: left;
  margin-right: 9px;
}

.order-pages.thank-you .prepared.detail .method-section &gt; div.method-payment p {
  padding-top: 10px;
}

.order-pages.thank-you .prepared.detail .method-section &gt; div.method-payment p.text {
  padding-top: 0px;
}

.order-pages.thank-you .prepared.detail .method-section &gt; div h3 {
  color: #000;
  font: 600 16px;
  padding-bottom: 9px;
}

.order-pages.thank-you .prepared.detail .method-section &gt; div p {
  font: 400 16px;
}

.order-pages.thank-you .prepared.detail .method-section &gt; div .status-tool P {
  font: 400 14px;
}

.order-pages.thank-you .prepared.detail .method-section &gt; div .estimated {
  position: relative;
}

.order-pages.thank-you .prepared.detail .method-section &gt; div .estimated h3 {
  padding-top: 15px;
}

.order-pages.thank-you .prepared.detail .method-section &gt; div .estimated .usps i {
  cursor: pointer;
  margin-left: 5px;
}

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

.category-description {
  font-size: 14px;
}

.anchor {
  display: block;
  height: 40px;
  margin-top: -50px;
  visibility: hidden;
}

.nav-tabs {
  background: 0 0;
  border: 0;
}

.nav-tabs&gt;li&gt;a, .nav-tabs&gt;li&gt;a:hover, .nav-tabs&gt;li&gt;a:focus {
  margin: 0;
  color: #444;
  text-transform: uppercase;
  border-radius: 5px 5px 0 0;
  border: solid #ccc;
  border-width: 1px 1px 0;
  border-bottom: 1px solid #2e2e4e;
  border-radius: 5px 5px 0 0;
}

.nav-tabs&gt;li&gt;a {
  background: #f8f8f8;
}

.usps i {
  cursor: pointer !important;
}

.sell-to-us-content {
  padding: 0;
}

/*default check box*/
.radio-button-area {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font: 600 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-button-area input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-button-area .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.radio-button-area .checkmark:after {
  height: 10px;
  left: 2px;
  top: 2px;
  width: 10px;
  border-radius: 50%;
  background: #0d7487;
}

.radio-button-area input:checked ~ .checkmark {
  border: 1px solid  #0d7487;
}

.radio-button-area input:checked ~ .checkmark:after {
  display: block;
}

.radio-button-area input:checked ~ .checkmark {
  background-color: #fff;
}

.radio-button-area .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.invest-section {
  width: 100%;
  float: left;
  padding-top: 20px;
}

.invest-section .invest-section-left {
  width: 29.5%;
  float: left;
}

.invest-section .invest-section-left .left-side-bar {
  width: 333px;
}

.invest-section .invest-section-left .left-side-bar .mainmenu, .invest-section .invest-section-left .left-side-bar .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.invest-section .invest-section-left .left-side-bar .mainmenu {
  position: relative;
}

.invest-section .invest-section-left .left-side-bar .mainmenu &gt; li {
  position: relative;
  border: 1px solid #ccc;
  border-bottom: none;
  position: relative;
  padding-left: 15px;
  min-height: 60px;
}

.invest-section .invest-section-left .left-side-bar .mainmenu &gt; li.second-level &gt; a:hover:after {
  color: #4a4a4a;
}

.invest-section .invest-section-left .left-side-bar .mainmenu &gt; li.second-level &gt; a:after {
  content: "\203A";
  font-size: 29px;
  height: 10px;
  padding-top: 0;
  position: absolute;
  right: 15px;
  top: 6px;
  width: 10px;
}

.invest-section .invest-section-left .left-side-bar .mainmenu &gt; li a {
  font: 400 16px;
  padding: 17px 10px 10px;
}

.invest-section .invest-section-left .left-side-bar .mainmenu &gt; li:hover {
  background: #eef0f2;
}

.invest-section .invest-section-left .left-side-bar .mainmenu &gt; li:hover &gt; a {
  color: #4a4a4a;
  font: 600 16px;
}

.invest-section .invest-section-left .left-side-bar .mainmenu &gt; li.active {
  background: #14253b;
}

.invest-section .invest-section-left .left-side-bar .mainmenu &gt; li.active a {
  color: #fff;
  font: 700 22px;
  padding: 12px 10px 10px;
}

.invest-section .invest-section-left .left-side-bar .mainmenu &gt; li:last-child {
  border-bottom: 1px solid #ccc;
}

.invest-section .invest-section-left .left-side-bar .mainmenu &gt; li .submenu {
  display: none;
}

.invest-section .invest-section-left .left-side-bar .mainmenu &gt; li:hover .submenu {
  display: block;
}

.invest-section .invest-section-left .left-side-bar .mainmenu &gt; li a {
  display: block;
  text-decoration: none;
  padding: 10px;
  color: #4a4a4a;
}

.invest-section .invest-section-left .left-side-bar .mainmenu &gt; li &gt; a {
  padding-top: 15.5px;
}

.mainmenu .submenu {
  position: absolute;
  top: 0px;
  left: 100%;
  background: #eef0f2;
  width: 868px;
}

.mainmenu .submenu table {
  width: 100%;
  border-collapse: collapse;
}

.mainmenu .submenu td {
  min-height: 60px;
  width: 50%;
  border: 1px solid #ccc;
}

.mainmenu .submenu a {
  padding-left: 45px;
  padding-top: 17.5px;
}

.mainmenu .submenu td a:hover {
  color: #114e88;
}

.invest-section .invest-section-right {
  width: 70.5%;
  float: right;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.invest-section .invest-section-right p, .invest-section .invest-section-right h3, .invest-section .invest-section-right ul li, .invest-section .invest-section-right h4 {
  padding: 0px;
  margin: 0px;
}

.invest-section .invest-section-right h3 {
  font: 700 30px;
  padding-top: 30px;
  padding-bottom: 15px;
  display: inline-block;
}

.invest-section .invest-section-right h4 {
  font: 400 18px;
  padding-bottom: 17px;
}

.invest-section .invest-section-right P {
  font: 300 14px;
  padding-bottom: 20px;
}

.invest-section .invest-section-right P a {
  color: #17528b;
  text-decoration: underline;
}

.invest-section .invest-section-right .content-section {
  padding: 25px 30px 10px;
  width: 100%;
  float: left;
}

.invest-section .invest-section-right .content-section .links {
  width: 100%;
  float: left;
}

.invest-section .invest-section-right .content-section .links .link-detail {
  float: left;
  padding-right: 30px;
  width: auto;
}

.invest-section .invest-section-right .content-section .links .link-detail:last-child {
  padding-right: 0px;
}

.invest-section .invest-section-right .content-section ul {
  margin: 0;
  padding: 0;
}

.invest-section .invest-section-right .content-section ul li {
  padding-bottom: 15px;
}

.invest-section .invest-section-right .content-section ul li i {
  color: #114e88;
}

.invest-section .invest-section-right .content-section ul li a {
  background: rgba(0, 0, 0, 0) url("/wp-content/themes/bgasc/images/link-arrow.png") no-repeat scroll 0 6px;
  color: #114e88;
  font: 400 16px;
  padding-left: 20px;
  font-weight: 600;
  text-decoration: underline;
}

.invest-section .invest-section-right .content-section&gt;h1 {
  margin-top: 0;
}

.invest-section .invest-section-right .banner-section {
  background: rgba(0, 0, 0, 0) url("/wp-content/themes/bgasc/images/investing-guide-bg.jpg") no-repeat scroll 100% 100%;
  float: left;
  height: 302px;
  width: 100%;
}

.invest-section .invest-section-right .banner-section .banner-text {
  color: #fff;
  width: 358px;
  background: #114e88;
  padding: 20px 30px 14px;
  margin-top: 76px;
}

.invest-section .invest-section-right .banner-section .banner-text p {
  font: 700 33px;
  padding-bottom: 5px;
}

.blog-pages a, .one-column-blog a, .about-pages a, .sell-to-us a, .text-blocks a {
  text-decoration: underline;
}

.blog-section h4 a {
  text-decoration: none;
}

.blog-pages h2, .blog-pages h4, .blog-pages p, .blog-pages h3, .blog-pages h6, .sales-description h3 {
  margin: 0px;
  padding: 0px;
}

.blog-page-heading {
  width: 100%;
  float: left;
}

.blog-page-heading h2 {
  text-align: center;
  font: 700 33px;
  padding: 18px 0 0 0;
  margin: 0;
}

.blog-pages .blog-page-heading.payment-heading h2 {
  padding: 18px 0 28px;
}

.blog-pages .button-area {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

.blog-pages .pagination-area {
  padding-bottom: 30px;
}

.blog-pages .pagination-area p {
  padding-top: 10px;
}

.blog-pages .one-column-blog.our-product &gt; div {
  margin-bottom: 20px;
}

.blog-pages .one-column-blog.our-product .condition {
  padding-top: 2px;
}

.blog-pages .one-column-blog.our-product .product-sec &gt; p:last-child {
  padding-bottom: 0px;
}

.blog-pages .one-column-blog.shipping {
  padding: 23px 30px 7px;
}

.blog-pages .one-column-blog.shipping .product-sec, .blog-pages .one-column-blog.shipping .about-blog {
  margin-bottom: 0px;
}

.blog-pages h3, .blog-pages h2, .sales-description h2, .sales-description h3 {
  font-weight: 700;
  color: #444444;
  padding-bottom: 20px;
}

.cms-section-heading h2 {
  font-size: 18px;
}

.blog-pages .one-column-blog.shipping p {
  font: 400 14px;
  padding-bottom: 21px;
}

.blog-pages .one-column-blog .size-full {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.blog-pages .one-column-blog.shipping .about-blog .shipping-region {
  padding-left: 4%;
}

.blog-pages .one-column-blog .order-section {
  width: 100%;
  float: left;
  padding-top: 15px;
  margin-bottom: 0px;
}

.blog-pages .one-column-blog .order-section &gt; p {
  font: 400 14px;
}

.order-blog {
  width: 100%;
  float: left;
  padding-bottom: 25px;
}

.order-blog .item {
  border: 1px solid #ccc;
  width: 20%;
  float: left;
  padding: 10px 20px;
  min-height: 190px;
  background: #f8f8f8;
  width: 27.5%;
  margin-right: 1.2%;
}

.order-blog .item.last {
  margin-right: 0;
  width: 13.5%;
  text-align: center;
  padding: 5px 20px;
}

.order-blog .item h6 {
  font: 700 14px;
  padding-bottom: 8px;
}

.order-blog .item h6 span {
  font: 700 18px;
}

.order-blog .item p {
  padding-bottom: 0px;
  font: 400 16px;
}

.blog-pages .one-column-blog.no-heading {
  margin-top: 30px;
  padding: 20px 30px 7px;
}

.blog-pages .one-column-blog.no-heading p {
  font: 400 14px;
}

.blog-pages .one-column-blog.no-heading .product-sec {
  padding-top: 15px;
}

.blog-pages .one-column-blog.no-heading .product-sec h3 {
  font: 700 25px;
  padding-bottom: 18px;
}

.blog-pages .one-column-blog.our-payment {
  padding: 22px 30px 0;
}

.blog-pages .one-column-blog.our-payment h3 {
  padding-bottom: 15px;
  font: 700 25px;
}

.blog-pages p, .blog-pages .one-column-blog p, .sales-description p {
  padding-bottom: 20px;
  margin: 0;
}

.blog-pages .one-column-blog h3, .sales-description h3 {
  font: 600 22px;
  padding-bottom: 20px;
}

.blog-pages .one-column-blog &gt; div.condition {
  padding-top: 18px;
}

.blog-pages .one-column-blog &gt; div.about-blog.product {
  padding-bottom: 0px;
}

.blog-pages .one-column-blog &gt; div.about-blog.left-aligned {
  padding-bottom: 7px;
}

.blog-pages .one-column-blog &gt; div.about-blog.left-aligned h2 {
  font: 700 28px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.blog-pages .one-column-blog &gt; div.about-blog.left-aligned &gt; p {
  font: 400 16px;
  padding-bottom: 10px;
}

.right-section {
  float: right;
  width: 39%;
}

.blog-pages .one-column-blog &gt; div.about-blog.left-aligned .right-section {
  float: right;
  width: 57%;
}

.blogpostleft {
  float: left;
  margin: 0 15px 15px 0;
}

.blog-pages .one-column-blog &gt; div.about-blog .left-section h3 {
  line-height: 15px;
  margin-bottom: 8px;
}

.blog-pages .one-column-blog &gt; div.about-blog .right-section {
  float: right;
  width: 39%;
}

.blog-pages .one-column-blog &gt; div.payment-blog p, .blog-pages .one-column-blog &gt; div.payment-blog li {
  color: #000;
  font: 400 14px;
}

.blog-pages .one-column-blog &gt; div.payment-blog p:last-child {
  padding-bottom: 0px;
}

.card-block .item {
  border: 1px solid #ccc;
  background: #f4f4f4;
  width: 16%;
  float: left;
  margin-right: 9px;
  min-height: 180px;
  padding: 15px 10px 10px 0;
}

.card-block {
  padding-top: 8px;
  width: 100%;
  float: left;
}

.card-block .item h4 {
  min-height: 70px;
  text-align: center;
}

.card-block .item ul {
  margin: 0 0 0 5px !important;
}

.card-block .item ul li {
  list-style-type: initial;
  margin-left: 15px;
  font: 400 14px;
  padding-bottom: 6px;
}

.card-details {
  border: 1px solid #ccc;
  width: 100%;
  float: left;
  margin-top: 20px;
}

.card-details ul, .card-details li {
  margin: 0px;
  padding: 0px;
}

.card-details .body {
  background: #f6f6f6;
  padding: 25px 30px 27px;
  width: 100%;
  float: left;
}

.card-details .head {
  border-bottom: 1px solid #ccc;
  font: 700 25px;
  padding: 25px 30px;
  background: #f6f6f6;
  width: 100%;
  float: left;
}

.card-details .head .left-section {
  float: left;
}

.card-details .head .left-section img {
  float: left;
  width: auto;
  border-radius: 3px;
  border: solid 1px #ccc;
}

.card-details.visa .head .left-section img {
  border: none;
}

.card-details .head .left-section h4 {
  float: left;
  width: auto;
  font: 700 25px;
  padding-top: 20px;
  margin-left: 20px;
}

.card-details .head .right-section {
  width: 450px;
  float: right;
  text-align: right;
}

.card-details .head .right-section ul {
  float: right;
  margin: 0;
  padding: 0;
}

.card-details .head .right-section ul li {
  color: #686464;
  display: list-item;
  float: left;
  font: 700 14px;
  list-style-type: initial;
  margin-left: 30px !important;
  width: auto;
  padding-top: 27px;
}

.blog-pages .about-blog &gt; p span, .blog-pages .blog-section &gt; p span {
  float: left;
  font: 400 15px;
  padding-bottom: 28px;
  width: 100%;
  padding-left: 20px;
  background: rgba(0, 0, 0, 0) url("/wp-content/themes/bgasc/images/calender-icon.png") no-repeat scroll 1px 3px;
}

.blog-pages .about-blog &gt; p span.post, .blog-pages .blog-section &gt; p span.post {
  padding-bottom: 17px;
}

.blog-pages .blog-section {
  width: 100%;
  float: left;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 22px 30px 28px;
}

.blog-pages .blog-section h4 {
  font-size: 23px;
  letter-spacing: -1px;
  padding-bottom: 4px;
}

.blog-pages .blog-section .left-section {
  width: 30.6%;
  float: left;
}

.blog-pages .blog-section .right-section {
  width: 69.4%;
  float: right;
}

.blog-pages .blog-section .right-section p {
  padding-bottom: 20px;
}

.blog-pages .blog-section .right-section .button-section {
  float: left;
  text-align: right;
  width: 100%;
}

.blog-pages .blog-section .right-section .button-section button {
  height: 39px;
  width: 110px;
  border-radius: 5px;
}

.blog-pages .blog-section .right-section .button-section button span {
  font: 700 14px;
}

.mac .modal {
  top: 30px;
}

.mac .modal#timesup {
  padding-top: 100px;
}

.mac .modal#createaccount {
  margin-top: 0px;
  padding-top: 30px;
}

.mac .modal#createaccount .modal-content {
  max-height: 600px;
}

.news-section {
  width: 100%;
  float: left;
  padding-bottom: 30px;
}

.news-section .news {
  width: 66%;
  float: left;
}

.news-section .news .top-section {
  padding-bottom: 15px;
}

.news-section .news &gt; div {
  width: 100%;
  float: left;
}

.news-section .news &gt; div &gt; div {
  width: 50%;
  float: left;
  position: relative;
}

.news-section .news .blue-area {
  background-color: #145891;
  min-height: 299px;
  padding: 30px;
}

.news-section .news .blue-area * {
  color: #fff;
}

.news-section .news .blue-area h3 {
  font: 700 20px;
  padding-bottom: 20px;
}

.news-section .news .blue-area p {
  font: 400 16px;
}

.news-section .social-media-section {
  width: 32.4%;
  height: 615px;
  background-color: #efefef;
  float: right;
}

.news-section .social-media-section .media-header {
  background: #13365c;
}

.news-section .social-media-section .media-header h3 {
  color: #fff;
  font: 700 20px;
  padding: 26px 30px;
}

.news-section .social-media-section .media-content {
  width: 100%;
  float: left;
}

.news-section .social-media-section .media-content .follow-section {
  width: 100%;
  float: left;
  margin: 0 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-top: 13px;
}

.news-section .social-media-section .media-content .follow-section p {
  width: auto;
  float: left;
  font: 600 14px;
  color: #696969;
}

.news-section .social-media-section .media-content .follow-section &gt; div {
  width: auto;
  float: left;
  padding-left: 32px;
}

.news-section .social-media-section .media-content .follow-section &gt; div.fb i {
  color: #4d68a1;
}

.news-section .social-media-section .media-content .follow-section &gt; div.twitter i {
  color: #66bad6;
}

.news-section .social-media-section .media-content .follow-section &gt; div.p-interest i {
  color: #bc0000;
}

.news-section .social-media-section .media-content .follow-section &gt; div.instagram i {
  color: #13365c;
}

.news-section .social-media-section .media-content .follow-section &gt; div i {
  font-size: 25px;
}

.news-section .social-media-section .media-content .social.section {
  margin: 20px;
  padding: 20px;
  background: #fff;
}

.news-section .social-media-section .media-content .social.section .date {
  color: #3b5998;
  font: 700 16px;
  padding-top: 15px;
}

.news-section .social-media-section .media-content .social.section.twitter .title {
  padding-bottom: 10px;
}

.news-section .social-media-section .media-content .social.section.twitter .date {
  color: #66bad6;
  font: 700 16px;
}

.news-section .social-media-section .media-content .social.section .title {
  width: 100%;
  float: left;
  padding-bottom: 15px;
}

.news-section .social-media-section .media-content .social.section .title .social-icon {
  width: auto;
  float: left;
  padding-right: 13px;
}

.news-section .social-media-section .media-content .social.section .title .social-icon i {
  color: #3b5998;
  font-size: 32px;
}

.news-section .social-media-section .media-content .social.section .title .social-icon i.fa-twitter {
  color: #66bad6;
  font-size: 37px;
}

.news-section .social-media-section .media-content .social.section .title h6 {
  font: 700 18px;
  color: #000;
  width: auto;
  float: left;
}

.news-section .social-media-section .media-content .social.section .title .sync {
  width: auto;
  float: right;
  margin-top: 5px;
}

.news-section .social-media-section .media-content .social.section .content p {
  font: 400 16px;
}

.news-section .social-media-section .media-content .social.section .content p a {
  color: #0d7487;
  font: 400 16px;
}

div.blue-area:before, div.tooltip:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 25px solid transparent;
}

div.blue-area.right:before {
  border-right-color: #145891;
  border-left-color: transparent;
  left: auto;
  right: 100%;
}

div.blue-area:before {
  border-left-color: #145891;  /* arrow color */

  /* positioning */
  left: 100%;
  position: absolute;
  top: 37%;
  z-index: 2;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  #printarea {
    display: block;
  }

  body .footer {
    display: none;
  }

  body .header {
    display: none;
  }

  body .spot-prices {
    display: none;
  }

  body .container {
    max-width: 1100px;
  }

  body .pay {
    display: none;
  }

  body .order-pages .status .prepared-area .order-3 {
    padding: 0;
  }

  body .order-pages.thank-you .prepared.detail.order-3 {
    padding: 0;
  }

  body .order-pages.thank-you .body .order-total .left-section {
    width: 515px;
  }

  body .order-pages.thank-you .body .order-total .right-section {
    width: 515px;
  }

  body .order-pages .order-detail .return-section {
    display: none;
  }

  body .order-pages .head .print {
    display: none;
  }

  title {
    display: none;
  }

  .noprint {
    display: none;
  }

}

@page {
  size: auto;
  margin: 20px;
}

.order-pages.thank-you.cart-page.two-column.chekout {
  margin: 24px 0;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail {
  width: 100%;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block {
  border: none;
  margin-bottom: 0px;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block:before, .order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block:after {
  display: none;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .head {
  border-radius: 0px;
  border: 1px solid #ccc;
  padding: 9px 30px;
  background: #e7eaed;
  border-bottom: none;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .head h5 {
  padding: 0px;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body {
  border-radius: 0px;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body p.title {
  width: 100%;
  float: left;
  padding-bottom: 15px;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body p.title.bank {
  padding-bottom: 15px;
  padding-top: 10px;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body .addr-detail {
  width: 100%;
  float: left;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body .addr-detail .head h5 {
  font: 600 16px;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body .addr-detail .head h5.routing {
  float: left;
  width: 27.5%;
  padding-left: 45px;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body .addr-detail ul li .card-detail, .order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body .addr-detail ul li new {
  padding-left: 10px;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body .addr-detail ul li .routing-number {
  float: left;
  width: 26%;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body .addr-detail ul li .routing-number p {
  padding-left: 10px;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body .addr-detail ul li &gt; div.e-checking {
  width: 100%;
  float: left;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body .addr-detail ul li &gt; div form &gt; .new-input input.csc:focus + label, .order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body .addr-detail ul li &gt; div form &gt; .new-input input.csc:valid + label {
  bottom: 100%;
  font-size: 12px;
  margin-top: -7px;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body .addr-detail ul li &gt; div form {
  width: 65.5%;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body .addr-detail ul li &gt; div form.credit-details {
  width: 100%;
  padding-left: 41px;
  padding-top: 22px;
}

.footer {
  padding: 0;
  float: left;
  width: 100%;
}

.footer .support {
  float: left;
  width: 100%;
  background-color: #f3f3f3;
  padding: 25px 0;
}

.footer .support p {
  padding-top: 6px;
  width: 60%;
  float: left;
  color: #444;
  font-size: 16px;
  margin: 0;
}

.footer .support .row {
  margin: 0 auto;
}

.email-subscription {
  width: 40%;
}

.newsletter-hero .email-subscription {
  width: 40%;
  padding: 0;
  margin: 30px 0;
}

#subscribe_newsletter_email {
  border-radius: 5px 0 0 5px;
  color: #444;
  display: block;
  float: left;
  width: 68%;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#subscribe_button {
  height: 38px;
  width: 30%;
  min-width: 135px;
  display: block;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  background: #2e2e4e;
  border: none;
  padding: 8px 12px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}

.footer .support &gt; .container &gt; div &gt; div {
  display: inline-block;
}

.footer .support &gt; .container &gt; div .support-inner-left {
  border: 1px solid #fff;
  width: 58px;
  height: 58px;
  border-radius: 4px;
  padding: 12px;
  margin-right: 12px;
  background-image: url("/wp-content/themes/bgasc/images/icon-sprite.png");
}

.footer .support &gt; .container &gt; div .support-inner-left img {
  width: auto;
  height: auto;
}

.footer .support &gt; .container &gt; div .support-inner-right &gt; div + div {
  margin-top: 8px;
}

.footer .support &gt; .container &gt; div .support-inner-right .support-header {
  text-transform: capitalize;
  font: 400 14px/1;
  color: #8e9fb1;
}

.footer .support &gt; .container &gt; div .support-inner-right .support-contact {
  text-transform: uppercase;
  font: 400 23px/1;
  font-weight: 600;
  color: #ffffff;
}

.footer .support &gt; .container &gt; div .support-inner-right .support-contact a {
  text-decoration: none;
  color: #ffffff;
}

.footer .support &gt; .container &gt; div .support-inner-right .support-desc {
  font: 400 14px/1;
  color: #8e9fb1;
}

.footer .support &gt; .container &gt; div .support-inner-right .support-desc a {
  font: inherit;
  color: inherit;
}

.footer .support &gt; .container &gt; div:first-child .support-inner-left {
  background-position: -178px -155px;
}

.footer .support &gt; .container &gt; div:nth-child(2) .support-inner-left {
  background-position: 8px -155px;
}

.footer .support &gt; .container &gt; div:nth-child(3) .support-inner-left {
  background-position: -115px -154px;
}

.footer .support &gt; .container &gt; div:last-child .support-inner-left {
  background-position: -53px -155px;
}

.footer .sitemap {
  float: left;
  width: 100%;
  background-color: #0d7487;
  color: #ffffff;
  padding-top: 5px;
}

.footer .sitemap .container &gt; div {
  border-top: 1px solid #ffffff;
}

.footer .sitemap .container .sitemap-links {
  padding: 10px 0 15px;
  margin: 0;
}

.footer .sitemap .container .sitemap-links li {
  padding-left: 0;
  padding-right: 30px;
}

.footer .sitemap .container .sitemap-links li:last-child {
  padding-right: 0;
}

.footer-follow-us {
  padding: 10px 0 !important;
}

.footer-follow-us div {
  float: left;
  margin-right: 5px;
}

.footer-follow-us a span {
  font-size: 20px;
  margin: 0 5px;
}

.footer .sitemap .container .sitemap-links &gt; li .sitemap-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 15px;
  color: #ffffff;
  border-bottom: 1px solid #fff;
}

.footer .sitemap ul {
  padding-top: 10px;
}

.footer .sitemap .container .sitemap-links &gt; li p {
  color: #ababab;
  font: 400 13px/20px;
  margin: 28px 0;
}

.footer .sitemap .container .sitemap-links &gt; li .email-subscription {
  position: relative;
  width: 245px;
}

.footer .sitemap .container .sitemap-links &gt; li .email-subscription input, .footer .sitemap .container .sitemap-links &gt; li .email-subscription button {
  height: 42px;
}

.footer .sitemap .container .sitemap-links &gt; li .email-subscription input {
  width: 245px;
  padding: 10px 42px 10px 12px;
}

.footer .sitemap .container .sitemap-links &gt; li .email-subscription button {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #145891;
  color: #ffffff;
  border: none;
  cursor: pointer;
  border-radius: 0px;
}

.footer .sitemap .container .sitemap-links &gt; li .email-subscription button i {
  font-size: 18px;
}

.footer .sitemap .container .sitemap-links &gt; li li {
  padding: 3px 0;
}

.footer .sitemap .container .sitemap-links &gt; li li a, .footer .sitemap .container .sitemap-links &gt; li div {
  text-transform: capitalize;
  color: #ffffff;
  font-size: 12px;
  margin-top: -3px;
}

.footer .sitemap .container .sitemap-links &gt; li li a:hover, .footer .sitemap .container .sitemap-links &gt; li li a:focus {
  color: #bfbfbf;
}

.footer-contact-info li {
  display: table !important;
}

.footer .sitemap .container .sitemap-links &gt; li i {
  padding-right: 15px;
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
}

.footer .sitemap .container .sitemap-links &gt; li span {
  display: inline-block;
  margin-right: 8px;
}

.footer .sitemap .container .sitemap-links &gt; li div {
  padding: 5px 0;
}

.footer .sitemap .container .secure-shopping {
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 0;
}

.footer .sitemap .container .secure-shopping .assurance {
  display: table;
  width: 100%;
  margin: 0 auto;
}

.footer .sitemap .container .secure-shopping &gt; div.assurance p {
  /* padding-right: 30px; */
  display: table-cell;
  margin-bottom: 0;
  line-height: 17px;
  font-weight: 700;
  vertical-align: middle;
}

.footer .sitemap .container .secure-shopping &gt; div.assurance .shopper-approved {
  float: left;
  margin-left: 50px;
}

.footer .sitemap .container .secure-shopping &gt; div.assurance .footer-security {
  display: inline-block;
  margin-left: 45px;
}

.footer .sitemap .container .secure-shopping &gt; div.assurance .footer-security img {
  height: 54px;
}

.footer .sitemap .container .secure-shopping &gt; div.app-download-links {
  float: right;
}

.footer .sitemap .container .secure-shopping &gt; div.app-download-links p {
  max-width: 150px;
  margin-top: 15px;
  line-height: 17px;
}

.footer .sitemap .container .secure-shopping &gt; div.app-download-links a + a {
  margin-left: 20px;
}

.footer .sitemap .container .secure-shopping img {
  width: auto;
  float: right;
  display: table-cell;
  max-width: 418px;
}

.footer .sitemap .container .copyright-follow {
  text-transform: capitalize;
  padding: 10px 0 50px;
  text-align: center;
}

.footer .sitemap .container .copyright-follow &gt; div.copyright p {
  margin: 6px 0;
  font-size: 12px;
}

.app-download-links&gt;div, .partners ul li {
  background-image: url(/wp-content/themes/bgasc/images/footer-sprite.png);
  background-repeat: no-repeat;
}

.app-download-links&gt;div a, .partners ul li a {
  display: block;
  height: 100%;
  width: 100%;
}

.inc500-sprite {
  background-position: -138px 0;
  width: 83px;
  height: 70px;
}

.market50-sprite {
  background-position: -54px -5px;
  width: 69px;
  height: 66px;
}

.shopper-sprite {
  background-position: -294px -90px;
  width: 140px;
  height: 70px;
}

.digicert-sprite {
  background-position: -152px -93px;
  width: 130px;
  height: 70px;
}

.bbb-sprite {
  background-position: -90px -88px;
  width: 45px;
  height: 70px;
}

.jm-facebook-sprite {
  background-position: -451px -97px;
  width: 168px;
  height: 62px;
}

.dallas100-sprite {
  background-position: 0 -88px;
  width: 70px;
  height: 70px;
}

.app-store-sprite {
  background-position: -230px -9px;
  width: 182px;
  height: 57px;
  margin-right: 20px;
}

.app-playstore-sprite {
  background-position: -426px -8px;
  width: 182px;
  height: 57px;
}

.footer .sitemap .container .copyright-follow &gt; div.follow a i {
  -moz-transform: translate(0, 5px) rotate(0);
  -ms-transform: translate(0, 5px) rotate(0);
  -o-transform: translate(0, 5px) rotate(0);
  -webkit-transform: translate(0, 5px) rotate(0);
  transform: translate(0, 5px) rotate(0);
}

.footer img {
  width: auto;
}

.standard-p-font {
  font: 400 16px;
}

.about .about-left {
  height: 460px;
}

.lSSlideOuter {
  position: relative;
}

.lSSlideOuter .lSPager.lSpg {
  list-style-type: square;
  transform: translate(0,-40px)!important;
  text-align:right;margin-right:10px;
}

.lSSlideOuter .lSPager.lSpg li a {
  background-color: #ccc;
}

.minicart-body {
  max-height: 460px;
  overflow-y: auto;
}

.minicart-wrapper {
  top: 55px;
}

.header.fixed .utility-bar .container .list-inline &gt; li.cart {
  height: 60px;
}

.buyback-search {
  position: relative;
  width: 375px;
  height: 35px;
  margin: 5px 0 20px 15px;
}

.buyback-search input {
  width: 375px;
  height: 35px;
  border-radius: 6px;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 0 40px 0 12px;
}

.buyback-search button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #145891;
  color: #ffffff;
  font-size: 18px;
  height: 35px;
  width: 42px;
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.buyback-search .buyback-reset-btn {
  right: -90px;
  height: 35px;
}

.buyback-price {
  width: 300px !important;
  margin: 0 20px;
  height: 49px !important;
}

.buyback-price span {
  font: 600 16px !important;
}

.sell-to-us .sell-steps .detail-section {
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.product-detail-page .tab-container {
  float: left;
  padding-top: 11px;
  width: 100%;
}

.product-detail-page .product-detail-page .tab-container{
  padding-top: 0;
}

.product-detail-page .panel-container &gt; div {
  padding-bottom: 20px;
}

.sell-to-us .sell-steps .detail-section .right-section p {
  font-size: 16px;
}

.sell-to-us .sell-steps .step span.sell-detail {
  font-size: 16px;
  max-width: 340px;
}

.product_tbl .cart-qty &gt; div:last-of-type {
    margin-left: 3px;
}

.remove-item {
  font-size: 13px;
  margin-left: 8px;
  color: #444 !important;
  display: inline;
  cursor: pointer;
}

.remove-item:focus, .remove-item:hover {
  color: #114e88;
}

.payment-area .jm_cart_btn span {
  float: none;
  display: block;
}

a.jm_cart_btn:hover {
  text-decoration: none;
}

.cart-page .cart-section p {
  font: 400 16px;
  padding-right: 20px;
}

.cart-page .cart-section .forgot-password p {
  font: 400 14px;
  padding-top: 10px;
}

.cart-page.two-column .modified-cart table tr td {
  color: #000;
  text-align: center;
  padding-top: 13px;
  vertical-align: top;
}

#_modify_cart td {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.starter-pack-section {
  margin-top: 35px;
  float: right;
}

.product-ribbon {
  position: absolute;
  right: 20px;
  top: 100px;
  z-index: 2;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.product-detail-page .tab-container .panel-container .specification-detail ul li, .product-detail-page .tab-container .panel-container .specification-detail p {
  font: 400 16px;
}

.product-detail-page .tab-container .panel-container .specification-detail ul li {
  margin-left: 20px;
  list-style-type: disc;
}

.product-detail-page .tab-container .panel-container table td:nth-child(1) {
  font: 400 16px;
  font-weight: 600;
}

.product-detail-page .tab-container .panel-container table tr td:nth-child(2) {
  font: 400 16px;
}

#myform .qty {
  margin-left: 15px;
}

.product-detail-page .promotions .shipping &gt; div .col .shipping-inner-right .title.free {
  padding-top: 5px;
  padding-bottom: 5px;
}

.prem-opt {
  text-align: center;
  font-style: italic;
  padding: 20px 20px 8px;
  font-weight: 600;
  overflow: auto;
}

.header .toolbar .container .toolbar-right ul li .minicart-wrapper .minicart-item-details .item-price .icon-close {
  margin-left: 5px;
}

.cart-popup-wrapper .cart-popup-product-wrapper div.cart-popup-product-section img {
  width: 100%;
}

.cart-popup-wrapper .cart-popup-product-wrapper div.cart-popup-product-details-wrapper .cart-popup-product-payment-details .cart-popup-product-shipping-section a.main-btn span {
  font-weight: 700;
}

.cart-popup-wrapper .cart-popup-footer-wrapper {
  margin-top: 20px;
}

.overlayer {
  position: fixed;
}

.payment-method thead tr th .payment-title-default h2 {
  padding-top: 30px;
}

.payment-method &gt; table.activated ul .payment-method-default {
  display: block;
}

.chrome .payment-method thead tr th .payment-selection ul li {
  position: relative;
}

.payment-method &gt; table.activated thead th:nth-child(2) .payment-selection ul li {
  height: 97px;
  position: relative;
}

.payment-method &gt; table.activated .card-left-content li {
  display: list-item;
}

.payment-method-right, .payment-method-left, .payment-none-selected {
  display: inline-block;
}

.blue-arrow, .payment-method-right {
  float: right;
}

.payment-method tbody tr td .blue-arrow {
  text-align: center;
  width: 50%;
  position: absolute;
  left: 660px;
  top: 30px;
}

.payment-method &gt; table.activated thead th:nth-child(2) .payment-selection ul li .paper-check {
  padding-bottom: 0;
}

ul.card-left-content {
  margin-top: 0;
  padding-left: 20px;
  padding-top: 10px;
}

ul.card-left-content li {
  list-style-type: disc;
  color: #444;
  font: 400 16px;
  padding-bottom: 8px;
}

.method {
  text-align: right;
  width: 100%;
  padding-bottom: 15px;
  height: 41px;
}

.method p {
  font: 400 14px !important;
}

.method p span {
  color: #010101;
  font: 700 15px !important;
}

.payment-method th, .payment-method td {
  width: 100%;
}

.payment-method tbody tr td:nth-child(1) {
  width: 100%;
}

.card-heading {
  color: #114e88;
  font: 700 30px !important;
}

span.shipping-detail {
  font-size: 16px;
  color: #444;
  font-weight: 600;
}

.payment-instruction {
  line-height: 25px !important;
  padding-top: 8px;
}

.cart-payment-page h6.select {
  font-size: 20px;
}

.cart-payment-page .payment-area &gt; div span.usps p {
  font: 400 14px;
  padding-right: 3px;
}

.my-card-num {
  display: inline-block;
  text-align: left;
  margin: 0;
}

.payment-section .my-card-tab tr td, .payment-page .payment-section .my-card-tab tr th {
  text-align: center;
}

.payment-section table tr td p.delete {
  color: #114e88;
  font: 400 14px;
  cursor: pointer;
}

.payment-section .credit-card img {
  padding-right: 17px;
  padding-top: 10px;
}

.my-acc-sub-title {
  padding-left: 20px !important;
}

strong {
  font-weight: 600;
  line-height: 25px;
}

.entry &gt; div {
  margin: 20px 0;
  height: auto;
}

.entry ul, .entry ol, .blog-pages .one-column-blog ul, .sales-description ul, .military-page .one-column-blog li, .text-blocks ul {
  margin: 0 0 0 15px;
  padding-left: 10px;
}

.text-blocks ul li {
  list-style-type: disc;
}

.entry ul li, .blog-pages .one-column-blog li, .sales-description li, .military-page .one-column-blog li {
  list-style-type: none;
  line-height: 1.4em;
  padding-bottom: 20px;
}

.entry &gt; div &gt; div {
  clear: none !important;
}

.banner-center h6, .banner-left h6 {
  font: 600 20px;
}

.banner-center h2 {
  font: 600 32px;
}

.acheivement-page .achievement-content .middle-sec h2 {
  padding-top: 30px;
}

.acheivement-page .achievement-banner .banner-content {
  padding: 20px 30px 30px;
}

.acheivement-page .achievement-banner .banner-content .banner-left h2 {
  margin-top: 5px;
}

.timeline-article .content-left, .timeline-article .content-right {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  padding: 30px;
}

#conference-timeline .timeline-article .content-right-container.arrow-area {
  margin-top: 20px;
}

.about-pages .about-content .about-inner-content p, .timeline-article p, .acheivement-page .achievement-content .middle-sec p, .blog-pages p {
  font: 400 16px;
}

.button-area {
  margin-top: 10px;
}

.blog-pages .blog-section {
  padding: 20px 30px 20px;
}

.blog-pages .blog-section .left-section {
  width: 200px;
}

.blog-pages .blog-section .right-section {
  width: 900px;
  margin-left: 30px;
  float: left;
}

.IRA .ira-advantage h2 {
  padding-bottom: 30px;
}

.IRA .ira-advantage p, .IRA .ira-advantage ul li, .IRA .ira-advantage .faq-section &gt; p, .IRA .ira-advantage .faq-section .faq p.answer {
  font: 400 16px;
}

.IRA h2.blog-title, .IRA .ira-advantage .faq-section &gt; p, .IRA .ira-advantage .faq-section .faq p.question.last {
  padding-bottom: 20px;
}

.IRA .custodian-section .blog-subtitle, .IRA .ira-advantage .faq-section .faq p.question {
  font: 400 16px;
  padding-bottom: 20px;
}

.sell-to-us .sell-steps .step span.sell-detail {
  font-size: 15px;
}

.news-section .news &gt; div &gt; div {
  height: 300px;
}

.news-section .news &gt; div img {
  height: 300px;
}

.news-section .social-media-section .media-content .follow-section &gt; div.career-facebook i {
  color: #4266B2;
}

.news-section .social-media-section .media-content .follow-section &gt; div.career-twitter i {
  color: #1DA1F2;
}

.news-section .social-media-section .media-content .follow-section &gt; div.career-pinterest i {
  color: #bc0000;
}

.news-section .social-media-section .media-content .follow-section &gt; div.career-instagram i {
  color: #AA3095;
}

.card-details .head .left-section h4 {
  font-size: 22px;
}

.order-status-icon {
  height: 35px;
  width: 35px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.starter-icon, .checked-icon, .action-required-icon, .processing-icon, .cancelled-icon, .end-icon {
  height: 35px;
  width: 35px;
  position: relative;
  z-index: 1;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.starter-icon {
  background-image: url(/wp-content/themes/bgasc/images/status-icon/starter-status.png);
}

.checked-icon {
  background-image: url(/wp-content/themes/bgasc/images/status-icon/checked-status.png);
}

.action-required-icon {
  background-image: url(/wp-content/themes/bgasc/images/status-icon/action-required-status.png);
}

.processing-icon {
  background-image: url(/wp-content/themes/bgasc/images/status-icon/processing-status.png);
}

.cancelled-icon {
  background-image: url(/wp-content/themes/bgasc/images/status-icon/cancelled-status.png);
}

.end-icon {
  background-image: url(/wp-content/themes/bgasc/images/status-icon/end-status.png);
}

.order-steps .steps .step.active span.info {
  font-weight: 700;
}

.cart-payment-page .social-wrapper .payment-area, .order-pages.thank-you .social-wrapper .payment-area {
  max-width: 220px;
}

.cart-payment-page .payment-area &gt; div p, .order-pages.thank-you .payment-area &gt; div p {
  font: 400 16px;
}

.payment-area span {
  font: 600 16px;
  color: #000;
}

.social-media div {
  cursor: pointer;
  transition: all .1s ease;
}

.fa-question-circle::before {
  padding-left: 0;
}

.order-pages.thank-you .order-detail .return-section ul li a {
  color: #727272;
  font: 600 14px !important;
  margin-top: 15px;
}

.order-pages.thank-you .order-detail .return-section ul li a:hover {
  color: #114e88;
}

.modal .modal-content {
  width: 400px;
  margin-left: -200px;
  border: none;
}

/*Faq*/
.widget h3 {
  font-size: 20px;
  font-weight: 600;
}

#contactmethods {
  display: none;
}

.pakb-search input[type=submit] {
  background-color: #145891 !important;
  cursor: pointer;
}

.sidebar {
  float: right;
}

.pakb-search {
  margin-top: 20px;
}

.pakb-main h2 a, .pakb-main h2 a:hover, .pakb-main h2 a:focus, .pakb-main h2 {
  font-weight: 600;
}

.pakb-main h2 a, .pakb-main h2 a:hover, .pakb-main h2 a:focus, .pakb-main h2 i {
  text-decoration: none;
}

.pakb-list li a, .pakb-list li a:hover, .pakb-list li a:focus, .pakb-list i {
  font-size: 16px !important;
}

/*review*/
.blog-page-heading &gt; .reviews {
  margin: 30px 0;
}

.sa_info {
  width: 100%;
}

.sa_info &gt; span &gt; span, .sa_info &gt; div {
  padding-bottom: 5px;
}

.sa_review .sa_comments {
  padding-right: 5px !important;
}

.sa_comments {
  width: 100%;
  float: left;
  overflow: visible;
  display: block;
  position: static;
}

.sa_comments:before {
  background-color: inherit;
  bottom: 0;
  position: absolute;
  right: 0;
  content: '\2026';
}

.sa_comments:after {
  content: '';
  background-color: inherit;
  position: absolute;
  height: 100px;
  width: 100%;
  z-index: 1;
}

.more-comments {
  width: 100%;
  margin: 30px 0;
  display: block;
}

.review-comments &gt; .comment {
  width: 580px;
  background: url(../images/comment_bg.gif) repeat-y;
  background-size: 100% auto;
  float: left;
  margin-bottom: 10px;
}

.comment_In {
  background: url(../images/comment_Inbg.gif) no-repeat;
  background-size: 100% auto;
}

.comment_Inner {
  padding: 15px 25px 35px 75px;
  background: url(../images/comment_Innerbg.gif) no-repeat left bottom;
  background-size: 100% auto;
}

.comment-right {
  float: right !important;
}

/* SEARCHSPRING TYPE AHEAD RESULT */

/* Utilities - Checkboxes */
.ss-checkbox {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}

.ss-checkbox:before {
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 1px;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.ss-checkbox.ss-checkbox-round:before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.ss-checkbox.ss-active:before {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=!string!viewBox=!string!preserveAspectRatio=!string!%3E%3Cpath fill=!string!d=!string!/%3E%3C/svg%3E");
  background-size: 75% auto;
}

/* START SEARCHSPRING AutoComplete */
[ss-autocomplete] {
  position: absolute;
  top: 40px;
  left: 0;
  right: auto;
  z-index: 999999;
}

[ss-autocomplete] * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* AutoComplete - Resets */
[ss-autocomplete] ul:not(.ss-grid):not(.ss-palette) {
  margin: 0;
}

[ss-autocomplete] ul, [ss-autocomplete] ul li {
  list-style: none;
}

[ss-autocomplete] ul, [ss-autocomplete] ul li, [ss-autocomplete] .ss-title {
  padding: 0;
}

[ss-autocomplete] a, [ss-autocomplete] a:hover {
  text-decoration: none;
}

#jmheader.fixed [ss-autocomplete] {
  top: 50px;
  left: 0px;
}

/* AutoComplete - Container */
#jmheader.fixed div[ss-autocomplete] {
  left: auto;
  right: -68.5% !important;
  top: 40px !important;
}

[ss-autocomplete] .ss-ac-container {
  text-align: left;
  padding: 0 0 0 150px;
  font-size: 12px;
  line-height: 1.5;
  background: #ececec;
  border: 1px solid #cccccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px !important;
  overflow: hidden;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
}

[ss-autocomplete] .ss-ac-container:before, [ss-autocomplete] .ss-ac-container:after {
  display: table;
}

[ss-autocomplete] .ss-ac-container:after {
  clear: both;
  zoom: 1;
}

[ss-autocomplete] .ss-ac-container.no-terms {
  padding: 0;
}

[ss-autocomplete] .ss-ac-container ul li a {
  color: #444;
}

[ss-autocomplete] .ss-ac-container em {
  text-transform: none;
}

/* AutoComplete - Merchandising */
[ss-autocomplete] .ss-ac-merchandising img {
  max-width: 100%;
  height: auto !important;
}

[ss-autocomplete] .ss-ac-merchandising#ss-ac-merch-header, [ss-autocomplete] .ss-ac-merchandising#ss-ac-merch-banner {
  margin: 0 0 10px 0;
}

[ss-autocomplete] .ss-ac-merchandising#ss-ac-merch-footer {
  margin: 10px 0 0 0;
}

[ss-autocomplete] .ss-ac-merchandising#ss-ac-merch-left {
  margin: 20px 0 0 0;
}

/* AutoComplete - Active and Focus States */
[ss-autocomplete] #ss-ac-terms .ss-list .ss-active .ss-list-link, [ss-autocomplete] #ss-ac-facets .ss-ac-facet-container .ss-active, [ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-focused .ss-ac-item-details .ss-ac-item-name {
  color: #444;
}

[ss-autocomplete] #ss-ac-terms .ss-list .ss-list-option .ss-focused, [ss-autocomplete] #ss-ac-facets .ss-ac-facet-container .ss-focused, [ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-focused .ss-ac-item-details .ss-ac-item-name {
  text-decoration: none;
}

/* AutoComplete - Terms */
[ss-autocomplete] #ss-ac-terms {
  float: left;
  margin: 0 0 0 -150px;
  width: 150px;
}

[ss-autocomplete] #ss-ac-terms .ss-list .ss-list-option .ss-list-link {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

[ss-autocomplete] #ss-ac-terms .ss-list .ss-list-option .ss-list-link em {
  font-style: normal;
  font-weight: bold;
}

[ss-autocomplete] #ss-ac-terms .ss-list .ss-list-option {
  display: list-item;
}

[ss-autocomplete] #ss-ac-terms .ss-list .ss-active {
  background: #ffffff;
}

/* AutoComplete - Content */
[ss-autocomplete] #ss-ac-content {
  width: 572px;
  background: #ffffff;
  padding: 15px 20px;
}

[ss-autocomplete] #ss-ac-content:before, [ss-autocomplete] #ss-ac-content:after {
  display: table;
}

[ss-autocomplete] #ss-ac-content:after {
  clear: both;
  zoom: 1;
}

/* AutoComplete - Facets */
[ss-autocomplete] #ss-ac-facets {
  float: left;
  width: 150px;
  padding: 0 20px 0 0;
  display: none;
}

[ss-autocomplete] #ss-ac-facets .ss-ac-facet-container {
  margin: 0 0 10px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #cccccc;
}

[ss-autocomplete] #ss-ac-facets .ss-ac-facet-container:last-child {
  border-bottom: 0;
}

[ss-autocomplete] #ss-ac-facets .ss-ac-facet-container .ss-title {
  color: #444;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

[ss-autocomplete] #ss-ac-facets .ss-ac-facet-container .ss-list .ss-list-option {
  margin: 0 0 3px 0;
}

[ss-autocomplete] #ss-ac-facets .ss-ac-facet-container .ss-list .ss-list-option:last-child {
  margin-bottom: 0;
}

[ss-autocomplete] #ss-ac-facets .ss-ac-facet-container .ss-list-option {
  display: list-item;
}

/* AutoComplete - Results */
.searchspring-row {
  margin-top: 40px !important;
  min-height: 500px;
}

#searchspring-sidebar {
  border: none !important;
}

[ss-autocomplete] #ss-ac-results {
  overflow: hidden;
}

[ss-autocomplete] #ss-ac-results .ss-title {
  color: #444;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

[ss-autocomplete] #ss-ac-results .ss-title .ss-results-title-query {
  color: #000000;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container {
  margin: 0 -5px -10px -5px;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item {
  width: 32%;
  margin: 0 0 10px 5px;
  padding: 8px 8px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item:hover {
  -moz-box-shadow: inset 0 0 5px #cccccc;
  -webkit-box-shadow: inset 0 0 5px #cccccc;
  box-shadow: inset 0 0 5px #cccccc;
  background: none repeat scroll 0 0 #f3f3f3;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item &gt; a {
  display: block;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-badge-container {
  position: absolute;
  top: 85px;
  left: 5px;
  z-index: 2;
  margin: auto;
  max-width: 65px;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-badge-container.ss-badge-2 {
  top: 70px;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-badge-container.ss-badge-3 {
  top: 55px;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-badge-container .ss-badge {
  display: block;
  margin: 0 0 2px 0;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-badge-container .ss-badge:last-child {
  margin-bottom: 0;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-image {
  line-height: 0;
  width: 100%;
  height: 120px;
  margin: 0 0 10px 0;
  position: relative;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-image .ss-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-image .ss-image-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border: 0;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details p {
  margin: 0 0 3px 0;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details p:last-child {
  margin-bottom: 0;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-name {
  font-size: 14px;
  height: 36px !important;
  overflow: hidden;
  color: #444;
  line-height: 17px;
  font-weight: 700;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-from-price {
  font-size: 13px;
  color: #666;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-rating {
  height: 22px;
  overflow: hidden;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-rating .ss-ac-item-rating-image, [ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-rating .ss-ac-item-rating-count {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-rating .ss-ac-item-rating-image {
  width: 75px;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-rating .ss-ac-item-rating-count {
  color: #acacac;
  font-size: 11px;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-price:not(span.ss-ac-from-price) ~ span {
  padding-left: 5px;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-price .ss-ac-item-regular {
  color: #444;
  font-size: 15px;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-price .ss-ac-item-on-sale {
  color: #5988b2;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-price .ss-ac-item-msrp {
  color: #5988b2;
  text-decoration: line-through;
}

/* AutoComplete - See More Results */
[ss-autocomplete] #ss-ac-see-more {
  clear: both;
  text-align: center;
  margin: 15px 0 10px 0;
}

[ss-autocomplete] #ss-ac-see-more .ss-ac-see-more-link {
  cursor: pointer;
  display: inline-block;
  border: 0;
  font-size: 14px;
  color: #ffffff;
  height: 33px;
  flex-grow: 1;
  font-weight: 700;
  text-align: center;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 5px;
  background: #34A267;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  padding: 8px 40px;
}

[ss-autocomplete] #ss-ac-see-more .ss-ac-see-more-link:hover {
  -webkit-box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.2) !important;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  transition-duration: .3s;
  border: none;
  text-align: center;
}

@media only screen and (min-width:992px) {
  [ss-autocomplete] #ss-ac-see-more.ss-ac-see-more-padding {
    padding-left: 0px;
  }

}

/* AutoComplete - Breakpoint 1 */
@media only screen and (max-width:1199px) {
  [ss-autocomplete] .ss-ac-container {
    padding: 0;
  }

  [ss-autocomplete] #ss-ac-terms {
    width: 700px;
    margin: 0;
    float: none;
  }

  [ss-autocomplete] #ss-ac-terms .ss-list {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  [ss-autocomplete] #ss-ac-terms .ss-list .ss-list-option {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }

}

/* AutoComplete - Breakpoint 2 */
@media only screen and (max-width:991px) {
  [ss-autocomplete] {
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
  }

  [ss-autocomplete] #ss-ac-terms, [ss-autocomplete] #ss-ac-content, [ss-autocomplete] #ss-ac-facets {
    width: auto;
  }

  [ss-autocomplete] #ss-ac-terms .ss-list .ss-list-option .ss-list-link {
    padding: 5px 10px;
    font-size: 12px;
  }

  [ss-autocomplete] #ss-ac-content {
    padding: 10px;
  }

  [ss-autocomplete] #ss-ac-facets {
    float: none;
    padding: 0;
    margin: 0 -5px;
    display: none;
  }

  [ss-autocomplete] #ss-ac-facets .ss-ac-facet-container {
    width: 33.33%;
    border: 0;
    margin: 0 0 10px 0;
    padding: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
  }

  [ss-autocomplete] #ss-ac-facets .ss-ac-facet-container .ss-title {
    font-size: 14px;
  }

  [ss-autocomplete] #ss-ac-results {
    overflow: visible;
  }

  [ss-autocomplete] #ss-ac-results .ss-title {
    font-size: 14px;
  }

  [ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item:nth-child(n+4) {
    display: none;
  }

  [ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-image {
    height: 100px;
  }

  [ss-autocomplete] #ss-ac-see-more {
    text-align: left;
    margin: 10px 0 0 0;
  }

  [ss-autocomplete] .merchandising#ss-ac-merch-left {
    display: none;
  }

}

/* AutoComplete - Breakpoint 3 */
@media only screen and (max-width:767px) {
  [ss-autocomplete] #ss-ac-facets, [ss-autocomplete] #ss-ac-results .ss-title {
    display: none;
  }

  [ss-autocomplete] #ss-ac-terms {
    padding: 10px;
    border-bottom: 1px solid #cccccc;
  }

  [ss-autocomplete] #ss-ac-terms .ss-list {
    display: block;
    width: auto;
    margin: 0 -5px -10px -5px;
  }

  [ss-autocomplete] #ss-ac-terms .ss-list, [ss-autocomplete] #ss-ac-terms .ss-list .ss-list-option {
    text-align: left;
  }

  [ss-autocomplete] #ss-ac-terms .ss-list .ss-list-option {
    width: 50%;
    margin: 0 0 10px 0;
    padding: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
  }

  [ss-autocomplete] #ss-ac-terms .ss-list .ss-list-option .ss-list-link {
    padding: 0;
    font-size: 11px;
  }

  [ss-autocomplete] #ss-ac-terms .ss-list .ss-active {
    background: transparent;
  }

  [ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item {
    width: 50%;
  }

  [ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item:nth-child(n+4) {
    display: inline-block;
  }

  [ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item:nth-child(n+3) {
    display: none;
  }

  [ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-image {
    height: 80px;
  }

  [ss-autocomplete] #ss-ac-see-more .ss-ac-see-more-link {
    font-size: 12px;
  }

}

/*END SEARCHSPRING */

/* Order status check */
.box_login {
  float: left;
  width: 100%;
  min-height: 200px;
}

.box_login form, #jm-forgot-password-form {
  padding-top: 10px;
  width: 500px;
  margin: 0 auto 30px auto;
}

#jm-forgot-password-form.jm-forgot-password-modal {
  margin: 0 auto;
  width: 100%;
  padding-top: 0;
}

.box_login input {
  width: 350px;
}

.box_login form div, #jm-forgot-password-form div {
  width: 350px;
  margin: 0 auto 20px auto;
  float: none;
  padding-bottom: 0;
}

#jm-forgot-password-form.jm-forgot-password-modal div {
  margin: 0 auto 20px auto;
  float: left;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
}

#jm-forgot-password-form.jm-forgot-password-modal .reset-text {
  margin-bottom: 20px;
}

#jm-forgot-password-form.jm-forgot-password-modal .reset-text p {
  margin: 0;
}

#jm-forgot-password-form.jm-forgot-password-modal .return-section {
  text-align: center;
}

#jm-forgot-password-form.jm-forgot-password-modal .return-section p {
  margin: 0;
  float: none;
}

.box_login .new-users {
  text-align: center;
  margin: 0 auto;
}

.box_login .new-users h2 {
  border-top: solid thin #d2d6d9;
  font-size: 24px;
  padding-top: 40px;
  margin-top: 30px;
  margin-bottom: 5px;
}

.box_login .new-users .fa {
  color: #6BCF99;
  margin-right: 10px;
}

.box_login #makeaccount {
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.order-status-check-btn button {
  height: 50px;
  width: 350px;
}

.order-status-lookup-btn {
  font-size: 16px;
  padding: 10px 30px;
  width: auto !important;
  float: right;
}

.body-wrapper.order-pages.thank-you .status {
  margin-top: 30px;
}

/*history*/
.banner-content h2, .banner-content h3, .banner-content h4, .banner-content h6, .banner-content p, .conference-timeline-content h2, .conference-timeline-content h3, .conference-timeline-content h4, .conference-timeline-content h6, .conference-timeline-content p {
  padding: 0;
  margin: 0;
}

.about-banner .banner-content .banner-center h2.jmb, .history-banner .banner-content .banner-center h2.jmb, .carrers-banner .banner-content .banner-center h2.jmb {
  padding-top: 38px;
  padding-bottom: 8px;
}

.timeline-title {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.timeline-title h2 {
  font: normal 30px/1 TrajanProBold;
  margin-top: 40px;
  padding-bottom: 10px;
}

.timeline-title p {
  font: 400 19px;
  color: #666666;
}

.timeline-article .content-left, .timeline-article .content-right {
  box-shadow: none;
  padding: 30px;
}

#conference-timeline .timeline-article .content-right-container.arrow-area {
  margin-top: 20px;
}

.conference-timeline-content .arrow_box:after, .conference-timeline-content .arrow_box:before {
  top: 57px;
}

.basic-page-heading {
  width: 100%;
  float: left;
}

.basic-page-heading h2 {
  font: 700 33px;
  padding: 30px 0;
  margin: 0;
}

.one-column-blog h3 {
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 22px;
  margin: 0;
}

.woocommerce-error .woocommerce-Price-currencySymbol {
  float: none !important;
}

.woocommerce-Price-currencySymbol {
  float: left !important;
}

.woocommerce-remove-coupon {
  margin-right: 5px;
}

.product_show {
  display: block;
}

.product_hide {
  display: none;
}

.cufon {
  margin: 0;
  text-align: center;
  padding: 30px 0;
}

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

.post-entry {
  margin: 30px 0;
  padding: 30px;
  border: solid 1px #cccccc;
}

.post-entry p {
  margin: 0 0 20px 0;
}

/*invoices*/
#invoice_checkout .checkout-detail {
  padding-top: 0;
}

#invoice_checkout .checkout-detail h2 {
  padding-bottom: 9px;
}

#invoice_checkout .shipping p {
  padding-bottom: 0;
}

#invoice_checkout .checkout-block:before, #invoice_checkout .checkout-block:after {
  left: 50% !important;
}

#invoice_checkout .order-pages div.body p span {
  font-weight: 400;
}

#invoice_checkout .order-pages div.body {
  padding: 20px 30px 0;
  margin-bottom: 10px;
}

/*register page*/
.register-page-form .new-input {
  width: calc(50% - 10px);
}

.register-page-form .new-input:nth-child(even) {
  float: right;
}

.register-page-form .terms {
  width: 100%;
  float: left;
  text-align: center;
}

.register-page-form .button-section, .register-page-form .existing-user {
  text-align: center;
}

.register-page-form .existing-user {
  float: left;
  margin-top: 20px;
  width: 100%;
}

.register-page-form .existing-user p {
  padding-bottom: 0;
}

#jm_message, #jm_message_reg {
  display: none;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

.clear {
  clear: both;
}

.modalwrap {
  background-color: #fff;
}

.cartform .qty {
  width: 102px;
  text-align: left;
  height: 44px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 0 10px 15px;
  margin-top: 0;
  margin-bottom: 0;
}

.text-blocks {
  width: 100%;
  float: left;
  border: 1px solid #ccc;
  padding: 0 30px 30px;
  margin: 30px 0px;
}

.product-verification h6 a {
  color: #114e88;
}

.payment_disabled {
  opacity: 0.5;
}

.jmb_cart_checkout {
  border-radius: 4px;
  max-height: 39px;
  padding: 9px 80px;
  width: 281px;
  white-space: nowrap;
}

.product-description h2 a {
  color: #125ea7;
}

.butn_reload {
  font-size: 13px;
  background: none;
  padding-right: 29px;
  width: 80px;
  height: 40px;
  cursor: pointer;
  border: none;
  margin: 0 auto;
}

.product_tbl .cart-price {
  width: 250px;
  padding: 10px 10px 0;
}

.product_tbl .stockalert {
  font-size: 12px;
}

.product_tbl .product-image {
  width: 200px;
  padding: 10px 0;
}

.product_tbl .cart-qty {
  width: 170px;
  padding: 10px;
}

.woocommerce-Price-currencySymbol {
  float: left;
}

.product-verification table tbody tr td .add-to-cart {
  text-align: center;
  width: auto;
  float: left;
  position: relative;
  margin-left: 35px;
}

.add-to-cart .qty {
  margin-left: 0px;
  width: 70px;
  text-align: left;
  height: 44px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: none;
}

.no_payment_method{
  font-weight: 600;
  background-color: #f3f3f3;
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 15px 10px;
  text-align: center;
}

.cart-payment-page .add-to-cart .qty{
  width: 100px;
}

.product-verification table tbody tr td .add-to-cart input.qtyplus {
  padding: 3px 6px 3px 5px;
  right: 0;
  position: absolute;
  top: 0;
  height: 22px;
  font-weight: bold;
  background: none;
  width: 21px;
  box-shadow: none;
  margin: 0;
  cursor: pointer;
}

.product-verification table tbody tr td .add-to-cart input.qtyminus {
  bottom: 0;
  position: absolute;
  right: 0px;
  padding: 3px 7px 4px 7.5px;
  font-weight: bold;
  background: none;
  width: 21px;
  height: 23px;
  box-shadow: none;
  margin: 0;
  cursor: pointer;
}

#content-slider {
  height: 300px!important;
  overflow-y: hidden;
}

.tab-content .tab&gt;.tab-cols a, .jmb-wishlist-items .tab-cols &gt; a{
  color: #444;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.product-category .tab&gt;.tab-cols a {
  font-size: 18px;
}

.product-category .tab&gt;.tab-cols a:hover {
  text-decoration: none;
}

.tab-content .tab&gt;.tab-cols:hover {
  -moz-box-shadow: inset 0 0 5px #cccccc;
  -webkit-box-shadow: inset 0 0 5px #cccccc;
  box-shadow: inset 0 0 5px #cccccc;
  background: none repeat scroll 0 0 #f3f3f3;
}

.product-category .tab&gt;.tab-cols:hover {
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2);
}

.product-category .tab&gt;.tab-cols:hover,.jmb-wishlist-items &gt;.tab-cols:hover  {
  box-shadow: 2px 5px 10px 2px rgba(150, 150, 150, .5);
  background: none repeat scroll 0 0 #f3f3f3;
}



.add-to-cart input, .add-to-cart button {
  float: left;
}

.tab-content .tab&gt;.tab-cols .add-to-cart button {
  margin-left: 4px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sell-to-us .product-tab-section .connect p {
  font: 400 22px;
  padding: 21px 0 15px;
}

.blog-section h4 a {
  color: #000;
}

.body-wrapper.blog-pages .one-column-blog&gt;div.about-blog.left-aligned .left-section {
  width: auto;
  margin: 0 25px 15px 0px;
}

.prefered-contact {
  display: block;
  clear: both;
}

span.wpcf7-not-valid-tip {
  clear: both;
}

div.wpcf7-response-output {
  float: left;
  margin: 0 !important;
  margin-bottom: 15px;
  margin-top: -25px !important;
  width: 100%;
}

@media only screen and (max-device-width: 480px) {
    div.wpcf7-response-output {
        margin-top: 240px !important;
        height: 100px !important;

    }
}

#quoteSubmit, #sell-to-us-rq {
  height: 50px;
  width: 100%;
  max-width: none;
  float: left;
  padding-right: 0px;
  border-radius: 4px;
  border: solid 1px #9B9B9B;
  background: #edbb56;
  background: -webkit-linear-gradient(#FADB99, #edbb56);
  background: -o-linear-gradient(#FADB99, #edbb56);
  background: -moz-linear-gradient(#FADB99, #edbb56);
  background: -webkit-gradient(linear, left top, left bottom, from(#FADB99), to(#edbb56));
  background: linear-gradient(#FADB99, #edbb56);
  box-shadow: none;
  font: 600 17.28px;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .5);
}

.modal .modal-content .modal-body form .button-section {
  padding-top: 18px;
  padding-bottom: 0;
  position: relative;
  display: inline-block;
}

#captcha-wrapper {
  text-align: left;
}

.sell-to-us .modal .modal-content .modal-body form .button-section, .ira .modal .modal-content .modal-body form .button-section {
  padding-top: 0;
  width: calc(33% - 10px);
  float: right;
}

.ira .modal-content .button-section:after {
  content: 'xMinYMid';
  background-image: url("/wp-content/themes/bgasc/images/brown-arrow-2.png");
  position: absolute;
  top: 25px;
  right: 20px;
  width: 24px;
  height: 24px;
  transform: translatey(-50%);
}

#quoteSubmit:hover, #sell-to-us-rq:hover {
  background: #EFC468;
  background: -webkit-linear-gradient(#F7D185, #EFC468);
  background: -o-linear-gradient(#F7D185, #EFC468);
  background: -moz-linear-gradient(#F7D185, #EFC468);
  background: -webkit-gradient(linear, left top, left bottom, from(#F7D185), to(#EFC468));
  background: linear-gradient(#F7D185, #EFC468);
}

.floating-label {
  display: none;
  position: absolute;
  top: 3px;
  z-index: 9;
  left: 12px;
  font-size: 12px;
  color: #9B9B9B;
}

.skip-link {
  display: none !important;
}

.header .main-nav ul.list-inline&gt;li .dropdown .dropdown-content&gt;ul&gt;li {
  vertical-align: top;
  padding-top: 0px;
  width: 25%;
}

.menu-product {
  padding-right: 30px;
}

.menu-product .dropdown-inner {
  height: 350px;
  background-color: #f4f4f4;
}

.availability p {
  color: #114a81;
  padding-bottom: 8px;
  margin: 0;
}

.failed-order-delivery {
  text-align: center;
}

.no-category {
  width: 100%;
  text-align: center;
  min-height: 50px;
  font: 600 14px;
}

.update_address_form .error-message {
  padding-bottom: 20px;
  background-color: transparent;
  margin-top: 0;
  border: none;
  padding-top: 0;
  padding-bottom: 30px;
}

.update_address_form .error-message:before {
  top: calc(50% - 35px);
  top: -webkit-calc(50% - 35px);
}

.card-type-icon {
  position: absolute;
  top: 12px;
  right: 10px;
}

.card-type-icon img {
  display: none;
}

.prod-section {
  position: relative;
}

.prod-count {
  font-size: 14px;
  font-weight: 600;
  color: #0d7487;
  position: absolute;
  bottom: 0;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}

.prod-section:hover .prod-count {
  background: #0d7487;
  color: #FFFFFF;
}

.reviews .slider-inner .nav-layer {
  z-index: 1;
}

.bank-manual-verification-disclaimer-pending, .bank-auto-verification-disclaimer-pending, .bank-verification-disclaimer-verified, .bank-login-required-disclaimer {
  font-weight: 600 !important;
  float: right;
}

.bank-manual-verification-disclaimer-pending {
  color: red;
}

.bank-login-required-disclaimer {
  color: blue;
}

.bank-auto-verification-disclaimer-pending {
  color: #ebba57;
  padding: 0;
}

.bank-verification-disclaimer-verified {
  color: green;
}

.bank-login-required-hint {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: -5px 0 0 30px;
  color: blue;
  font-weight: 600;
}

.bank-verification-pending-hint {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: -5px 0 0 30px;
  color: green;
  font-weight: 600;
}

.echeck_flow {
  position: relative;
  width: calc((100% - 40px)/3);
  float: left;
  margin: 0 20px 10px 0;
}

.echeck_flow:last-child {
  margin-right: 0 !important;
}

.echeck-step {
  font-size: 16px;
  font-weight: 600;
  margin-left: 0 !important;
}

.echeck_flow &gt; p {
  font: 400 12px !important;
}

#echeck-tooltip-block {
  margin-left: 0 !important;
  margin-top: 0 !important;
  position: relative;
}

.modal #echeck_profiles {
  float: left;
}

.modal #echeck_profiles li {
  float: left;
  width: 100%;
  padding: 10px 10px 0 !important;
}

.modal #echeck_profiles .card-detail p {
  font-size: 14px !important;
  line-height: 20px;
}

.modal #echeck_profiles li .chk-area {
  float: left;
}

.thank-you .modal #echeck_profiles li .chk-area {
  margin-top: 3px;
}

.modal-footer {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0 0 30px;
  border-top: none;
  margin: 0;
}

#modify_echeck_details.modal .bank-checkout-block {
  margin-bottom: 0;
}

#save_echeck_details {
  width: 150px;
}

.modal .checkout-block {
  border: none;
  border-radius: 0;
}

#bank-message, #bank-error, #cc-message {
  margin-top: 13px !important;
}

#bank-message &gt;i, #bank-error &gt;i, #cc-message &gt;i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ccc;
  cursor: pointer;
}

.tool-area.payment-help {
  position: relative !important;
  top: -8px !important;
  right: 0 !important;
  z-index: 999;
}

.payment-help &gt; span {
  margin: 0 18px 0 -10px !important;
  padding: 0 !important;
}

.payment-help &gt; i {
  margin-left: 100px !important;
  margin-top: -30px !important;
}

.tool-tip.payment-help-tooltip {
  top: 40px !important;
  right: -2px !important;
  padding: 10px !important;
  width: 250px !important;
  text-align: left;
}

.tool-area.payment-help .tool-tip.payment-help-tooltip:before, .tool-tip.payment-help-tooltip:after {
  left: 91% !important;
  top: auto !important;
}

.tool-area.payment-help .tool-tip.payment-help-tooltip:before {
  border-color: rgba(17, 78, 136, 0);
  border-bottom-color: #114e88;
  border-width: 12px;
  margin-left: -12px;
}

.tool-area.payment-help .tool-tip.payment-help-tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

#tool-tip-thankyou-page {
  top: 38px !important;
  right: -15px !important;
  line-height: 18px;
}

#thankyou-page-tool-area {
  top: -22px !important;
  right: 120px !important;
  position: absolute !important;
}

#thankyou-page-tool-area &gt; i {
  margin-top: 12px !important;
}


#cartPopupError {
  margin-top: 0;
  background-color: transparent;
  border: none;
  font-size: 13px;
  padding: 20px;
  font-weight: 500;
  color: #000;
  text-align: left;
}

#cartPopupError span{
  font-weight: 700;
}

#searchform {
  position: relative;
}

.header .utility-bar .container .list-inline&gt;li.search-bar button {
  height: 35px;
  position: absolute;
  top: 0;
}

.pay-with-ach {
  font-weight: bold !important;
  font-size: 16px !important;
  margin-bottom: 10px !important;
}

#no-bank-record {
  padding-top: 0 !important;
}

#no-cc-record {
  padding-top: 0 !important;
}

.military_discount_note {
  background: #EEF0F2;
  margin: 0;
  padding: 7px 0;
  text-align: center;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #D8D8D8;
}

.military_discount_note &gt; span {
  font-weight: bold;
  font-size: 13px;
}

.price-hidden {
  text-align: center;
  margin-bottom: 0;
  font-weight: bolder;
}

.search-product-ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 2;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.tax {
  position: relative;
}

.tax-tool-tip {
  right: -35px !important;
  top: 35px !important;
  z-index: 2;
  width: 320px;
}

.tax-tool-tip:after, .tax-tool-tip:before {
  bottom: 100%;
  left: 87%;
  top: auto;
}

.tax-tool-tip:after {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #ffff;
  border-width: 8px;
  margin-left: -8px;
}

.tax-tool-tip:before {
  border-color: rgba(17, 78, 136, 0);
  border-bottom-color: #114e88;
  border-width: 11px;
  margin-left: -11px;
}

.tax-tool-tip-side {
  width: 220px;
  top: 40px !important;
  right: -60px !important;
}

.tax-tool-tip-thankyou {
  width: 220px;
  top: 35px !important;
  right: 90px !important;
}

.tax-tool-tip-side i {
  position: absolute;
  color: #cccccc;
  right: 9px;
  top: 7px;
}

.tax-tool-tip-side:after, .tax-tool-tip-side:before {
  left: 50%;
}

.tax i {
  cursor: pointer;
}

#thankyou-page-tool-area {
  top: -24px !important;
  right: 130px !important;
}

.tool-area.payment-help {
  z-index: 2;
}

.bank-checkout-block {
  float: left;
  background-color: #ffffff;
  border: solid thin #cccccc;
  width: calc(50% - 15px);
  margin-bottom: 10px;
  padding: 20px;
  height: 320px;
  position: relative;
}

.bank-checkout-block h3 {
  font-size: 18px;
}

button#bank-info-btn {
  width: 100%;
  text-align: center;
}

button#bank-info-btn span {
  padding: 0;
}

button#submit-bank-info {
  text-align: center;
}

button#submit-bank-info span {
  padding: 0;
}

#wm_contentarea #payment-sent.modal {
  position: absolute;
  padding: 0 !important;
  transform: translateX(-50%);
  width: 90%;
  z-index: 15
}

#wm_contentarea #payment-sent.modal .modal-content {
  width: 100% !important;
  height: 100%;
  margin: 0 0 0 0 !important
}

#wm_contentarea #payment-sent.modal .modal-content .modal-header {
  padding: 0;
  height: 65px;
  float: none;
  display: block
}

#wm_contentarea #payment-sent.modal .modal-content .modal-header img {
  padding: 23px 0 12px 0;
  margin: 0 auto;
  display: block
}

#wm_contentarea #payment-sent.modal .modal-content .modal-body {
  padding: 10px 10px 20px 10px;
  float: none;
  height: calc(100% - 140px);
  max-height: calc(100% - 140px);
  overflow-y: auto;
  overflow-x: hidden
}

#wm_contentarea #payment-sent.modal .modal-content .modal-body &gt; div {
  float: none
}

#wm_contentarea #payment-sent.modal .modal-content .modal-body &gt; p {
  float: none
}

#wm_contentarea #modify_echeck_details.modal .modal-content .modal-body .your-review h2.border {
  display: block;
  padding: 11px 0 0 0;
  line-height: 1.2
}

#wm_contentarea #modify_echeck_details.modal .modal-content .modal-body .your-review h2.border:after {
  width: 100%;
  margin-top: 8px;
  left: 0
}

#charts {
  overflow: hidden
}

#charts .metal {
  color: #444;
  border: solid #2e2e4e;
  border-width: 1px 0 1px 1px;
  padding: 5px;
  float: left;
  width: 25%;
  text-align: center;
  font-size: 12px
}

#charts .metal.Palladium {
  border-right: solid thin #2e2e4e;
}

#charts .switch-charts {
  position: relative;
  background: #f3f3f3
}

#charts .chart-content {
  border: solid #2e2e4e;;
  border-width: 0 1px;
  overflow: hidden;
  height: 130px
}

#charts .metal:hover, #charts .metal.active {
  background: #2e2e4e;
  border-color: #2e2e4e;
  color: #fff;
  cursor: pointer;
}

#charts .switch-charts-selector {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: '%235988b2';
  width: 0;
  height: 0;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #fefefe
}

#charts .chart-container {
  padding: 0
}

.showcharts, .hidecharts {
  cursor: pointer;
  text-align: right !important;
}

.charticon {
  color: white;
}

.showcharts, .hidecharts .show-chart-arrow {
  color: white;
}

.spot-charts {
  width: 1140px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  height: 200px;
  background: white;
}

.spot-charts ul {
  height: 170px !important;
}

.spot-charts li {
  margin: 0 !important;
  height: 150px !important;
}

.spot-charts li h4:hover {
  color: #0d7487 !important;
}

.spot-charts li h4 {
  text-align: left;
  font-weight: 700;
  font-family: Helvetica, Helmet, Freesans, Arial, sans-serif;
  text-transform: uppercase;
  color: #2e2e4e;
  font-size: 21px !important;
}

.spot-charts a, .spot-charts a:focus, .spot-charts a:active, .spot-charts a:visited, .spot-charts a:link {
  color: #2e2e4e;
  font-size: 14px;
  font-family: Helvetica, Helmet, Freesans, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.updated-at {
  text-transform: uppercase;
  text-align: right !important;
}

.spot-chart {
  background-color: white;
  text-transform: uppercase;
  z-index: 999;
  transition: bottom .3s;
  -webkit-transition: bottom .3s;
  -moz-transition: bottom .3s;
  -o-transition: bottom .3s;
}

.panel-heading h2, .panel-heading h3 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}

#ProductGuideDiv a {
  text-decoration: none;
}

#invoice_checkout {
  margin-top: 30px;
}

#invoice_checkout .head h1 {
  margin: 10px 0;
}

#invoice_checkout .shipping {
  padding: 0 !important;
}

.ss-item-container-grid {
  min-height: 400px;
}

.spotprice ul li.green {
  background: #6BCF99
}

.spotprice ul li.red {
  background: #3A6E7D
}

.pagenotfound .title {
  height: 230px;
  font-size: 190px;
  font-weight: 700;
}

.pagenotfound .more-info {
  font-size: 25px;
  text-align: center;
}

.what-now {
  padding-bottom: 30px;
}

.what-now .links a {
  text-decoration: none;
}

.what-now .links .label {
  padding: 6px 10px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #626262;
  background: #e8e8e8;
  transition: .5s;
}

.what-now .links .label fa {
  padding-right: 5px;
}

.what-now .links .label:hover {
  background: #d7d7d7;
}

#pm_register_form_button{
  width: 200px;
  height: 40px;
}

.payment-area td:nth-child(2) {
  padding-left: 0 !important;
}

.breadcrumbs-wrapper{
  margin-top: 15px;
}

.accepted-cards {
  margin-top: -3px;
  width: 115px;
  height: 22px;
}

#printarea{
  float: left;
  width: 100%;
}

#bankwire-info-area{
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

#bankwire-info-area p{
  margin: 5px 0;
}

.send-payment,.bank-wire-instructions{
  float: left;
  width: 100%;
}

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

.send-payment h1,.bank-wire-instructions h1{
  font-weight: 400!important;
  font-size: 20px;
}

.bank-info-col{
  width: 50%;
  float: left;
}

.bank-info-col strong{
  clear: right;
}

.waitlist-archives{
  padding-left: 20px;
  display: inline-block;
}

.waitlist-archives{
  margin-bottom: 5px;
}

.iagree_to_terms_p{
  margin:20px auto 0px auto;
  width:95%;
  clear:both;
}

#policy-table {
  margin: 20px 0;
  border-collapse: collapse;
}

#policy-table, #policy-table th, #policy-table td {
  border: 1px solid #000;
}

#policy-table th, #policy-table td{
	padding: 15px;
}

#policy-table p{
	padding-bottom: 0;
}


#policy-table th:first-child{
	width: 30%;
}

.mobile-app-badge{
  float: left;
  margin-top: 10px!important;
}

.mobile-app-badge:first-child{
 margin-right: 10px;
}

.mobile-app-badge img{
  height: 45px;
}

.ground .chk-area{
  position: relative;
}

.recommendshipment{
  top: 30px;
  color: #000;
  font-size: 13px;
  right: 0;
  position: absolute;
  background-color: #FFC850;
  font-weight: 500;
  padding: 10px;
  width: 150px;
  text-align: center;
  border-radius: 5px;
}

.recommendshipment .fa-thumbs-up{
  margin-right: 5px;
}

@media only screen and (max-device-width: 480px) {
  .body-wrapper {
    float: none !important;
  }

  .iagree_to_terms_p{
    margin:20px 40px 15px auto;
  }
}

.orders-grid a {
  color: #428bca !important;
}

.alternate_help_disclaimer p {
  color: gray;
  font-size: 12px !important;
  margin-top:5px;
}

.pm_sales_tax_div .shop-btn{
    width: 150px;
    line-height: inherit;
    color: #fff;
    display: block;
    background: #6bcf99;
    margin: 20px auto;
    text-decoration: none !important;
    font-size: 16px;
}

.pm_sales_tax_div ul li {
    list-style-type: circle;
    font-size: 16px;
}

.pm_sales_tax_div p{
    font-size: 16px;
}

footer #footer-col-1 ul {
  background-color: rgba(255,255,255,.2);
  margin: -7px 20px 0 0;
  padding: 10px 10px 0 10px;
  list-style-type: none;
}

#toTop {
  color: transparent;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 70px;
  height: 64px;
  background: transparent url(/wp-content/themes/bgasc/images/back-to-top.png) no-repeat center bottom;
}
#toTop a, #toTop a:hover, #toTop a:active, #toTop a:visited {
  color: transparent;text-indent:-999em;overflow:hidden;
  width: 70px;
  height: 64px;
  display: block;
}


.testimonial-box {
    float: left;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    line-height: 1.4em;
    border-radius: 20px 0 20px 0;
    -moz-border-radius: 20px 0 20px 0;
    -webkit-border-radius: 20px 0 20px 0;
}

.testimonial-box .testimonial-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    float: left;
    padding-right: 6px;
    vertical-align: top;
    color: #333;
}

.testimonial-box .testimonial-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    float: right;
    vertical-align: top;
    color: #777;
}


.iraheader {
    background: url(/wp-content/themes/bgasc/images/ira-banner.jpg) no-repeat;
    width: 100%;
    min-height: 360px;
    background-size: cover;
    background-position-y: bottom;
}

.iraheader h1 {
    color: #fff !important;
    padding-top: 14px  !important;
    font-size: 36px !important;
    margin-top:0  !important;
    text-align: center  !important;
}
.iraheader .header-content p {
    color: #fff !important;
}

.iraheader .header-content {
    margin: 26px 0 0 420px;
    width: 330px;
}
.iraheader .header-content span {
    position: relative;
    display: block;
    width: 275px;
    margin: 0 auto 20px auto;
}

.style1{
	color: #000;
    background: #fc0;
	font-size: 14px;
    font-weight: 700;
    padding: .5em 2em .52em;
    border: 1px solid #000;
}
.style1:hover, .style1:active {
    background: #ffe674;
}

.ira-steps {
    clear: both;
    min-height: 650px;
    margin-bottom: 10px;
    float: left;
    padding-bottom: 20px;
    background: #fff;
    background: -moz-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: -o-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: linear-gradient(to bottom,#ffffff 0%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f5f5f5',GradientType=0);
}

.ira-steps-title {
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.ira-step .ira-step-heading {
    padding-bottom: 10px;
}
.ira-step-2 .ira-step-heading {
    padding-bottom: 36px;
}
.ira-step .ira-step-heading img {
    margin: 0 auto;
}

.ira-steps .ira-step.ira-step-1,.ira-steps .ira-step.ira-step-2 {
    float: left;
    font-size: 16px;
    display: block;
}

.ira-steps .ira-step.ira-step-3 {
    float: right;
    font-size: 16px;
    display: block;
}

.ira-steps .ira-step-1 p,.ira-steps .ira-step-2 p,.ira-steps .ira-step-3 p {
    font-size: smaller !important;
    margin: 0;
    padding: 10px 0 10px 20px;
}

.iraheader .header-links{
	text-align:center;
}
.iraheader .header-links a {
    color: #ddd !important;
    text-decoration: underline;
}
.ira-custodians .custodian-link, .depository-locals .depository-local-link {
    color: #000 !important;
    text-decoration: underline;
    font-weight: 700;
}

.ira-custodians {
    clear: both;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background: #fff;
    background: -moz-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: -o-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: linear-gradient(to bottom,#ffffff 0%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f5f5f5',GradientType=0);
}
.ira-custodians .custodian-title,.depository-locals .depository-locals-heading {
    padding: 10px;
    font-weight: 700;
}
.ira-custodians .custodian-info, .depository-locals .depository-locals-info {
    display: block;
    text-align: center;
    padding-bottom: 40px;
}

.depository-locals {
    padding: 0 20px;
    padding-bottom: 30px;
    margin-bottom: 15px;
    background: #fff;
    background: -moz-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: -o-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: linear-gradient(to bottom,#ffffff 0%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f5f5f5',GradientType=0);
}

.ira-faq {
    padding-bottom: 30px;
    margin-bottom: 50px;
    background: #fff;
    background: -moz-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: -o-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: linear-gradient(to bottom,#ffffff 0%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f5f5f5',GradientType=0);
}
.ira-faq h3 {
    padding: 20px;
    text-align: center;
    font-weight: 700;
}
.ira-faq .ira-faq-content {
    padding: 0 40px;
}
.ira-faq h4 {
    font-weight: 700;
    clear: both;
    font-size:14px;
}

.ira-faq .ira-images {
    margin-bottom: 80px;
    position: relative;
}
.and {
    padding-top: 50px;
}
.ira-approved-example {
    float: left;
    vertical-align: middle;
    padding-right: 30px;
}
.ira-approved-check {
    vertical-align: middle;
    position: absolute;
    right: 180px;
    top: 0;
}
.get-started {
    margin-bottom: 60px;
}
.get-started h3 {
    font-weight: 700;
    margin-bottom: 15px;
}

/*Payment,faq,shipping page START*/
.credit, .papercheck, .bankwire {
    margin-bottom: 10px;
}

#payment_content h1,#faq_content h1,#shipping_content h1,#terms_and_cond_content h1,#privacy_policy_content h1,#contact_content h1,#sales_tax_gold_silver_bullion_coins_content h1,#ira_approved_gold h1,#ira_approved_silver h1,#ira_approved_platinum h1,#ira_approved_palladium h1,#delaware_depository_precious_metals_depository_content h1, #brinks_global_precious_metals_depository_content h1,#goldstar_trust_company_ira_custodian_content h1,#charts_content h1,#self_directed_prec_metals_ira_depos_content h1,#self_dir_prec_metals_ira_custod_content h1,#texas_bullion_depository_content h1,#dillon_gage_ids_prec_metals_depos h1,#bbb_rating_better_business_bureau_content h1,#coin_glossary_terms_content h1,#order_status_content h1,#gold_prices_charts_content h1,#silver_prices_charts_content h1, #johnson_matthey_sells_gold_and_silver_refining_to_asahi_content h1,#new_direction_ira_inc_ira_custodian_content h1,#palladium_prices_and_charts_content h1,#pamp_veriscan_content h1,#precious_metals_buyers_guide_content h1,#precious_metals_ira_content h1,#precious_metals_ira_guide_content h1,#reviews_content h1,#cancel_return_policy_content h1,#catalog_request_content h1,#coin_grading_content h1,#coin_by_theme_content h1,#gold_sil_ira_benifit_content h1,#how_to_buy_gd_si_content h1,#ira_innov_content h1{
	font-size: 30px;
    font-weight: 700;
    color: #272726;
    margin: 10px 0 15px 0;
}

#payment_content h3,#privacy_policy_content h3 {
    font-size: 18px;
	font-weight:400 !important;
	margin:0;
}

#payment_content p {
    padding-bottom: 18px;
    line-height: 1.4em;
}
#payment_content .paymentmethodbox {
    float: right;
    margin: 0 0 10px 14px;
    background-color: #f5f5f5;
    font-size: 12px;
    padding: 14px 14px 14px 0;
    border-radius: 20px 0 20px 0;
    -moz-border-radius: 20px 0 20px 0;
    -webkit-border-radius: 20px 0 20px 0;
}
#payment_content .paymentmethodbox li {
    margin-left: 34px;
	padding-bottom: 0.85em;
	list-style-type: disc !important;
    list-style-position: inside !important
}
#payment_content .paymentmethodbox ul img {
    padding-left: 26px;
}
#payment_content .paymentmethodbox p {
    padding-bottom: 0px;
}
#payment_content a[name^="payments-check"] h2, .ship-inner-title {
	font-size: 24px;
    font-weight: 400;
    color: #000;
    margin: 0 0 20px 0;
    border-bottom: 1px solid black !important;
}

#payment_content a[name^="payments-check"] h2 img{
    padding-right: 6px;
    position: relative;
    display: inline !important;
}



#payment_content a[name^="payments-credit"] h2{
	font-size: 24px;
    font-weight: 400;
    color: #000;
    margin: 0 0 20px 0;
    border-bottom: 1px solid black !important;
}

#payment_content a[name^="payments-credit"] h2 img {
    padding-right: 6px;
    position: relative;
    display: inline !important;
}

#payment_content a[name^="payments-bankwire"] h2{
	font-size: 24px;
    font-weight: 400;
    color: #000;
    margin: 0 0 20px 0;
    border-bottom: 1px solid black !important;
}

#payment_content a[name^="payments-bankwire"] h2 img {
    padding-right: 6px;
    position: relative;
    display: inline !important;
}

#payment_content .matrix-table {
    font-size: 12px;
    margin-bottom: 15px;
    padding: 0;
}
#payment_content .matrix-table p{
    padding-bottom: 0px;
}

#payment_content .matrix-table .cell-1 {
    width: 28%;
    background: #f1f1f1;
    margin: 0 2px;
    padding: 10px 10px 20px 10px;
	min-height: 119px;
}

#payment_content .matrix-table strong {
    font-weight: 700;
}

.number-circle {
    font-size: 20px;
    float: left;
    background-color: #f2c74c;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding-right: 4px;
    position: relative;
    left: -6px;
    top: -2px;
    padding: 2px;
}

#payment_content .matrix-table .number-circle span {
    padding: 4px;
    font-size: 16px;
}

#payment_content .matrix-table .cell-1 .bgasc {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

#payment_content .matrix-table .cell-2 {
    width: 35%;
    background: #f1f1f1;
    margin: 0 2px;
    padding: 10px;
	min-height: 119px;
}

#payment_content .matrix-table .cell-2 .cell-2-address {
    margin-left: 60px;
}

#payment_content .matrix-table .cell-3 {
    width: 35%;
    background: #f1f1f1;
    margin: 0 2px;
    padding: 10px;
	    
}

#payment_content .matrix-table .cell-3 .cell-3-enclose {
    margin-left: 30px;
}

#payment_content p{
	margin-bottom:0px !important;
}

#payment_content .matrix_title{
	padding-bottom: 18px !important;
    line-height: 1.4em;
}
#payment_content .cell-3 .matrix_title{
	padding-bottom: 7px !important;
    line-height: 1.4em;
}

#payment_content p#dont-staple {
    font-weight: 700;
    text-align: center;
}
.hidden{
	display:none;
}

#payment_content p.bold-italic {
    font-weight: 700;
    font-style: underline;
}

#payment_content #order-total-info {
    font-weight: 700;
}
#payment_content #order-total-info span {
    color: #C00;
}
#payment_content #no-cash {
    font-weight: 700;
    color: #c00;
}

#payment_content .wire-instruction-table .wire-inst-1, #payment_content .wire-instruction-table .wire-inst-2, #payment_content .wire-instruction-table .wire-inst-3 {
    padding: 10px 14px 24px 14px;
}
#payment_content .wire-instruction-table .cell {
    background: #f1f1f1;
    margin: 0 2px;
}
.underline {
    text-decoration: underline;
}
ul.faqs-answers li ul.help-sublist li {
    border: none;
    background: none;
    padding: 6px;
    margin-bottom: 0;
}
#faq_content .help-sublist{
    padding: 0px 20px;
}
#faq_content .help-sublist li{
    list-style-type: lower-alpha;
}
#faq_content #help-sublist-two li{
    list-style-type: decimal;
}
#shipping_content h2 img {
    padding-right: 6px;
    position: relative;
    display: inline;
}
#shipping_content h2 {
    clear: both;
}
#shipping_content .matrix-table td.header-cell {
    border: 4px solid white;
    padding: 10px 14px;
    color: #f1f1f1;
    background: -ms-linear-gradient(top,#424548 0%,#1E1F20 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424548',endColorstr='#1E1F20',GradientType=0);
    background: -moz-linear-gradient(top,#424548 0%,#1E1F20 100%);
    background: -o-linear-gradient(top,#424548 0%,#1E1F20 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#424548),color-stop(1,#1E1F20));
    background: -webkit-linear-gradient(top,#424548 0%,#1E1F20 100%);
    background: linear-gradient(to bottom,#424548 0%,#1E1F20 100%);
}
#shipping_content .matrix-table td.cell {
    border: 4px solid white;
    padding: 10px 14px;
    background-color: #f1f1f1;
}
#shipping_content .bold {
    font-weight: 700;
}
/*Payment,faq,shipping page END*/

/*T&amp;C START*/
#terms_and_cond_content .img-responsive {
  display: inline;
  max-width: 100%;
  height: auto;
  padding-right:6px;
}
#terms_and_cond_content h3{
  font-size: 18px;
}
#terms_and_cond_content h2,#terms_and_cond_content h3{
    border-bottom: 1px solid black !important;
}
#terms_and_cond_content .underline {
   text-decoration: underline;
}
#terms_and_cond_content li {
  padding-bottom: 0.85em;
}
#terms_and_cond_content h1 {
  margin:0px;
}
/*T&amp;C END*/

/*Privacy policy,sales tax,aboutus START*/
#privacy_policy_content .img-responsive {
  display: inline;
  max-width: 100%;
  height: auto;
  padding-right:6px;
}
#privacy_policy_content ul li {
  list-style-type: disc;
}
#privacy_policy_content li {
  padding-bottom: 0.85em;
}
#privacy_policy_content ul li span {
  font-style: italic;
}
#privacy_policy_content ul li blockquote {
  font-style: italic;
}
#privacy_policy_content blockquote{
  padding: 0; 
  margin: 0;
  font-size: 100%;
  border-left: 0;
}
#privacy_policy_content blockquote p{
	padding: 0;
}
#privacy_policy_content .privacy-note {
  margin: 0 0 20px 40px;
  font-style: italic;
}
#privacy_policy_content p {
  line-height: 1.4em;
  padding-bottom: 18px;
  margin:0;
}
#privacy_policy_content .cs-email-address a {
  font-weight: 700;
}

#sales_tax_gold_silver_bullion_coins_content h2, #aboutus_content h2{
  border-bottom: 1px solid black !important;
}

#sales_tax_gold_silver_bullion_coins_content h3 {
  color: #222;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}
#sales_tax_gold_silver_bullion_coins_content p, #aboutus_content p {
  line-height: 1.4em;
}
#sales_tax_gold_silver_bullion_coins_content .hidden-p {
  padding-bottom: 18px;
}

#sales_tax_gold_silver_bullion_coins_content .style1, .style1:visited {
    color: #000 !important;
    background: #fc0 !important;
}
#sales_tax_gold_silver_bullion_coins_content .large,#order_status_content .large,#gold_prices_charts_content .large,#silver_prices_charts_content .large{
    font-size: 14px;
    font-weight: 700;
    padding: 0.5em 2em 0.52em;
    border: 1px solid #000;
}
#sales_tax_gold_silver_bullion_coins_content ul li{
  list-style-type: disc;
  list-style-position: inside;
  padding-bottom: 0.25em;
}

#aboutus_content .bbb-img {
    float: left;
    margin: 8px 17px 8px 13px;
    max-width: unset !important;
    clear: both;
}

#aboutus_content .header-content {
    background: radial-gradient(circle, rgba(101,101,101,1) 0%, rgba(51,51,51,1) 100%);
    width: 100%;
    height: 260px;
    background-size: 100%;
}
#aboutus_content .header-content .header-links {
    text-align: center;
    margin: 44px 0 0 0;
}

#aboutus_content h1 {
    color: #fff;
    padding: 58px 80px 4px 80px;
    font-size: 30px;
    text-align: center;
}
#aboutus_content h1 span {
    color: #fc3;
}
#aboutus_content .header-content .header-links a {
    color: #ddd;
    text-decoration: underline;
}
@media screen and (min-width: 768px) and (max-width: 991px){
  #aboutus_content h1 {
    padding: 15px 20px 4px 170px;
    font-size: 26px;
  }
  #aboutus_content .header-content .header-links {
    margin: 8px 0 0 0;
  }
  #aboutus_content .header-content .header-links a {
    font-size: 11px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
  #aboutus_content h1 {
    padding: 25px 20px 4px 230px;
  }

}




#aboutus_content #our-mission {
    width: 100%;
    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: -o-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: linear-gradient(to bottom,#ffffff 0%,#f5f5f5 100%);
    margin-top: 22px;
}

#aboutus_content #our-mission p {
    padding: 0 10px 10px;
    margin: 2px;
}

#aboutus_content #what-customers-say {
    width: 100%;
    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: -o-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: linear-gradient(to bottom,#ffffff 0%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f5f5f5',GradientType=0);
    padding-bottom: 15px;
}
#aboutus_content #what-customers-say h2 {
    padding-top: 40px;
}
#aboutus_content #what-customers-say .read-more {
    text-align: right !important;
	padding:0px !important;
    float: unset;
    padding-right: 10px !important;
}

#aboutus_content #what-customers-say .read-more a{
	padding:0px !important;
	background: none !important;
    line-height: unset !important;
}
#aboutus_content #behind-scenes {
    width: 100%;
    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: -o-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: linear-gradient(to bottom,#ffffff 0%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f5f5f5',GradientType=0);
}
#aboutus_content #behind-scenes h2 {
    padding-top: 40px;
}
/*Privacy policy, sales tax,aboutus END*/

/*Contact Us START*/
#contact_content .img-responsive {
  display: inline;
  max-width: 100%;
  height: auto;
  padding-right:6px;
}
#contact_content .online-orders {
  margin: 5px 5px 0 0;
  padding: 0;
  float: right;
}
#contact_content .phone-trading {
  margin: 5px 10px 0 0;
  padding: 0;
  float: right;
}
#contact_content .online-orders .heading {
  background: #000;
  color: #f1f1f1;
  font-weight: 700;
  margin-bottom: 5px;
}
#contact_content .online-orders .heading p {
  text-align: center;
  padding: 10px;
}
#contact_content .online-orders .order-info {
  background: #f1f1f1;
}
#contact_content .online-orders .order-info p {
  text-align: right;
  padding: 10px;
}
#contact_content .phone-trading .heading {
  background: #000;
  color: #f1f1f1;
  font-weight: 700;
  margin-bottom: 5px;
}
#contact_content .phone-trading .heading p {
  text-align: center;
  padding: 10px;
}
#contact_content .phone-trading .order-info {
  background: #f1f1f1;
}
#contact_content .phone-trading .order-info p {
  text-align: center;
  padding: 10px;
}
#contact_content .bold {
  font-weight: 700;
}
#contact_content p{
  margin: 0px;
}
#contact_content p:empty {
  display: none;
}
#contact_content .contact-address {
  font-size: 14px;
  margin:0 0 20px;
}
#contact_content ul li{
  list-style-type: disc;
  list-style-position: inside;
  padding-bottom: 0.85em;
}
#contact_content h2{
  border-bottom: 1px solid black !important;
}
#contact_content div.form-container p {
  margin: 0;
}
#contact_content p.legend {
  margin-bottom: 1em;
  padding: 0;
}

#contact_content .new-input{
  float:none;
  color:none;
  min-width:none;
  padding-bottom: none;
  position: relative;
}

#contact_content input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

#contact_content select {
  width: 100%;
  padding: 5px;
  height: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  color: #555;
  font: 400 14px/1;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  cursor: pointer;
  text-indent: 0.01px;
  cursor: pointer;
  padding-left: 10px;
}

#contact_content input[type=submit] {
  background-color: #F7CE46;
  border: 1px solid black;
  color: #000;
  border-radius: 2px;
  width: 150px;
  font-size: 14px;
  height: 33px;
  flex-grow: 1;
  font-weight: 700;
  text-align: center;
  box-shadow: 1px 2px 2px rgb(0 0 0 / 20%);
  cursor: pointer;
  transition-duration: .3s;
  margin:20px 0px;
}
#contact_content textarea{
  float:none;
  color:none;
  min-width:none;
  padding-bottom: none;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
}
#contact_content .new-text-message label{
  left:30px !important;
}
/*Contact Us END*/

/*IRA Approved,charts START*/
.grid li {
    width: 24%;
    list-style-type: none;
    margin: 16px 0 0 0;
    padding: 0 10px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    border: none;
}

.ira_approved_para{
	margin:20px 0;
}

#ira_approved_gold h2, #ira_approved_silver h2,#ira_approved_platinum h2,#ira_approved_palladium h2, #delaware_depository_precious_metals_depository_content h2, #brinks_global_precious_metals_depository_content h2,#goldstar_trust_company_ira_custodian_content h2,#self_directed_prec_metals_ira_depos_content h2,#self_dir_prec_metals_ira_custod_content h2,#texas_bullion_depository_content h2,#dillon_gage_ids_prec_metals_depos h2,#bbb_rating_better_business_bureau_content h2,#gold_prices_charts_content h2,#silver_prices_charts_content h2,#johnson_matthey_sells_gold_and_silver_refining_to_asahi_content h2,#new_direction_ira_inc_ira_custodian_content h2,#pamp_veriscan_content h2,#precious_metals_ira_guide_content h2,#coin_grading_content h2,#gold_silver_affl_program_content h2,#gold_sil_ira_benifit_content h2,#ira_innov_content h2{
	font-size: 24px;
    font-weight: 400;
    color: #000;
    margin: 20px 0;
    border-bottom: 1px solid black !important;
}

#charts_content h3{
  font-weight: 700;
  font-size:18px;
}
#charts_content .cat-thumbs {
    padding-left: 15px;
}
#charts_content .cat-thumbs li {
    border: 0 solid #ddd;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 14px auto;
    min-height: 265px;
}
#charts_content .cat-thumbs li .info {
  padding: 10px 0 0 0;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  font-weight:700;

}
#charts_content .cat-thumbs li .image {
    padding: 10px 0 0 0;
    margin: 0 auto;
    text-align: center;
}
#charts_content .cat-thumbs li .image a img {
    width: 100%;
    max-width: 200px;
}
#charts_content .cat-thumbs li .info a {
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
}
#charts_content #free-alerts-signup a {
  font-weight: 700;
  font-size: 18px;
}
#charts_content #free-alerts-signup {
    padding: 40px;
    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: -o-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
    background: linear-gradient(to bottom,#ffffff 0%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f5f5f5',GradientType=0);
}
#charts_content h3 {
    font-weight: 700;
}

#self_directed_prec_metals_ira_depos_content .dep-logos {
    margin: 5px 0 25px 0;
}
#self_directed_prec_metals_ira_depos_content .dep-logos .dep-logo {
  /* background: #eee;
  margin-right: 15px;
  width: 30%; */
}
#self_directed_prec_metals_ira_depos_content .amgl-logo-div {
  width: 30%;
}
#self_directed_prec_metals_ira_depos_content .amgl-contact-div {
  font-size: smaller;
  width: 30%;
  padding-top: 18px;
  position: relative;
}
#self_directed_prec_metals_ira_depos_content .amgl-contact-inner-div a{
  float:left;
  text-decoration: underline;
  color: #000 !important;
  font-weight: bold;
  margin-bottom: 5px;
}
#self_directed_prec_metals_ira_depos_content .dep-logos .dep-logo .dep-content {
    background: #fff;
    margin: 10px 10px 0 10px;
}
#self_directed_prec_metals_ira_depos_content .dep-logos .dep-logo .dep-content p{
    margin: 0;
}
#self_directed_prec_metals_ira_depos_content .dep-logos .dep-logo .dep-content br{
    display: none;
}
#self_directed_prec_metals_ira_depos_content .dep-logos .dep-logo .dep-about-link {
    display: block;
    margin: 6px 0;
}
#self_directed_prec_metals_ira_depos_content .learn-about-ira-acct {
    margin-bottom: 15px;
}
#self_directed_prec_metals_ira_depos_content .learn-about-ira-acct p {
    font-size: larger;
    font-weight: 700;
}

#self_dir_prec_metals_ira_custod_content .custodian-logos {
    margin: 10px 0 30px 0;
}
#self_dir_prec_metals_ira_custod_content .custodian-logo:first-of-type {
    margin-right: 10px;
}
#self_dir_prec_metals_ira_custod_content .custodian-logo {
  background: #eee;
  padding: 10px;
  width: 49%;
}
#self_dir_prec_metals_ira_custod_content .custodian-logo p{
	margin:0;
}
#self_dir_prec_metals_ira_custod_content .custodian-company {
    background: #fff;
    margin-bottom: 10px;
}
#self_dir_prec_metals_ira_custod_content .ira-learn-more p {
    font-size: larger;
    font-weight: 700;
}
#dillon_gage_ids_prec_metals_depos h2:first-of-type {
    font-size: small;
    border-bottom: none !important;
    font-weight: 700;
}
#dillon_gage_ids_prec_metals_depos .learn-about-ira-acct p {
    font-size: larger;
    font-weight: 700;
}
/*IRA Approved, charts END*/

/*coin-glossary,order status START*/
#coin_glossary_terms_content table.education-info-table tr.odd {
    background-color: #f5f5f5;
}
#coin_glossary_terms_content table.education-info-table h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
}
#coin_glossary_terms_content table.education-info-table td a {
    color:#444;
}
#coin_glossary_terms_content table.education-info-table td {
    vertical-align: top;
    padding: 10px;
}
#coin_glossary_terms_content .education-info-table{
    margin-bottom: 35px;
}
#coin_glossary_terms_content .education-info-table p{
    display: none;
}

#coin_glossary_terms_content table.education-info-table a.aname,#coin_glossary_terms_content table.education-info-table a.aname:visited, #coin_glossary_terms_content table.education-info-table a.aname:hover {
    color: #252525;
    text-decoration: none;
}

#order_status_content .status-table td {
    padding: 10px;
    border-collapse: collapse;
    border: solid 1px #333;
    vertical-align: top;
}
#order_status_content table{
    margin-bottom: 20px;
}
#order_status_content h3{
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px !important;
}

#order_status_content .style1, #order_status_content .style1:visited,
#gold_prices_charts_content .style1, #gold_prices_charts_content .style1:visited, 
#silver_prices_charts_content .style1, #silver_prices_charts_content .style1:visited, 
#pamp_veriscan_content .style1, #pamp_veriscan_content .style1:visited,
#how_to_buy_gd_si_content .style1, #how_to_buy_gd_si_content .style1:visited {
    color: #000 !important;
    background: #fc0 !important;
}

#gold_prices_charts_content .large, #silver_prices_charts_content .large {
    margin: 25px 0 !important;
}

#gold_prices_charts_content .cat-thumbs li .info a,
#silver_prices_charts_content .cat-thumbs li .info a {
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
}
.h3_content h3{
    font-size: 18px;
    font-weight: 500;
}
/*coin-glossary,order status END*/

.product-detail-right .price {
    margin: 0 0 5px  0;
    font-weight: 700;
    color: #d1a236;
    font-size: 18px;
}

/*Sales tax START*/
.sales_tax_content ul li {
    list-style-type: disc;
    margin-left: 20px;
}
.sales_tax_content h1{
    font-size: 30px;
    font-weight: 700;
    color: #272726;
    margin: 10px 0 15px 0;
}

.sales_tax_content .hm-silver-items,
.sales_tax_content .hm-gold-items {
    margin-bottom: 25px;
}

.sales_tax_content .ml-20{
    margin-left: 20px;
}
.sales_tax_content .minnesota_flag{
    display: none;
}
/*Sales tax END*/

/*Johnson, pamp_veriscan, precious_metals_ira, precious_metals_ira_guide START*/
#johnson_matthey_sells_gold_and_silver_refining_to_asahi_content h3{
    font-weight: 400;
    font-size:18px;
}
.banner {
    width: 100%;
}

#pamp_veriscan_content #veriscan-pkg {
  padding: 0 10px 10px 0;
  float: left;
}
#pamp_veriscan_content #veriscan-pass {
  padding: 0 0 10px 10px;
  float: right;
}
#pamp_veriscan_content .veriscan-process img {
  margin: 0 auto;
}

#pamp_veriscan_content .mar-btm-30 {
  margin-bottom: 40px;
}
#pamp_veriscan_content .features-list {
  margin-left: 20px;
}
#pamp_veriscan_content ul li{
  list-style-type: disc;
  list-style-position: inside;
}
#pamp_veriscan_content li {
  padding-bottom: 0.85em;
}
#pamp_veriscan_content h3 {
  font-size:18px;
}
#pamp_veriscan_content .ready-to-shop p {
  font-size: larger;
  font-weight: 700;
}

#precious_metals_ira_content .header {
  background: url(/wp-content/themes/bgasc/images/ira-banner.jpg) no-repeat;
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position-y: bottom;
  border:none !important;
}
#precious_metals_ira_content .header h1 {
  color: #fff;
  padding-top: 14px;
  font-size: 36px;
  text-align: center;
}
#precious_metals_ira_content .header .header-content {
  margin: 26px 0 0 420px;
  width: 330px;
}
#precious_metals_ira_content .header .header-content p {
  color: #fff;
  padding: none;
  line-height: 1.4em;
  margin:10px 0;
}
#precious_metals_ira_content .header .header-content span {
  position: relative;
  display: block;
  width: 275px;
  margin: 0 auto 20px auto;
}
#precious_metals_ira_content .header .header-content .header-links {
  text-align: center;
  padding-bottom: unset !important;
}
#precious_metals_ira_content .header .header-content .header-links a {
  color: #ddd;
  text-decoration: underline;
}
#precious_metals_ira_content h3{
  font-size:18px;
}

#precious_metals_ira_content .header.fixed.slide {
  top: unset !important;
  opacity: unset !important;
  visibility: visible !important;
}

#precious_metals_ira_content .disclaimer {
    font-style: italic;
    margin-bottom: 40px;
    position: relative;
}

.precious_metals_ira_content .dep-logos {
    margin: 5px 0 25px 0;
}

.precious_metals_ira_content .dep-logos .dep-logo .dep-content {

    margin: 10px 10px 0 10px;
}
.precious_metals_ira_content .dep-logos .dep-logo .dep-content p{
    margin: 0;
}
.precious_metals_ira_content .dep-logos .dep-logo .dep-content br{
    display: none;
}
.precious_metals_ira_content .dep-logos .dep-logo .dep-about-link {
    display: block;
    margin: 6px 0;
}

.precious_metals_ira_content .amgl-contact-div {
    width: 40%;
    padding-top: 23px;
    position: relative;
}
.precious_metals_ira_content .amgl-contact-inner-div a {
    float: left;
    text-decoration: underline;
    color: #000 !important;
    font-weight: bold;
    margin-bottom: 5px;
}

.precious_metals_ira_content .amgl-contact-div .phone-icon {
    width: 13%;
}
.precious_metals_ira_content .amgl-contact-div img {
    margin-right: 5px;
    width: 10%;
}


#precious_metals_ira_guide_content .ira-buy-ul {
  margin-left: 25px;
}
#precious_metals_ira_guide_content ul li{
  list-style-type: disc;
  list-style-position: inside;
}
#precious_metals_ira_guide_content .ira-approved-coin a img {
  border: none;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
#precious_metals_ira_guide_content h3 {
  font-size:18px;
  font-weight: 400;
}
#precious_metals_ira_guide_content .ira-approved-coin {
  background: #eee;
  margin: 10px 10px 0 10px;
  text-align: center;
  padding: 15px 0 0 0;
  width: 22%;
}
#precious_metals_ira_guide_content .ira-approved-coin .view-approved-coin {
  display: block;
  margin: 6px 0;
}
#precious_metals_ira_guide_content .please-note {
    clear: both;
    margin-bottom: 15px;
}
#precious_metals_ira_guide_content .ira-approved-coins {
    margin-bottom: 50px;
    margin-top: 20px;
}

/*Johnson, pamp_veriscan,precious_metals_ira,precious_metals_ira_guide END*/

/*catalog content,Coin grading,coin_by_theme,gold-and-silver-affiliates START*/
#catalog_request_content .form-container{
    width:100% !important;
}
#catalog_request_content .form-container fieldset{
    margin: 15px 0;
    padding: 10px;
    border: #DDD 1px solid;
}
#catalog_request_content .form-container legend {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size:100%;
    color: #666;
    border-bottom: none;
}
#catalog_request_content .form-container label, #catalog_request_content .form-container span.label {
    margin-right: 10px;
    padding-right: 10px;
    width: 150px;
    display: block;
    float: left;
    text-align: right;
    position: relative;
}
#catalog_request_content .form-container div {
    padding: 0.25em 0;
    overflow: hidden;
}

#catalog_request_content .form-container fieldset{
    margin:15px 0;
    padding:10px;
    border:#DDD 1px solid;
}

#catalog_request_content .form-container label{
    width:auto
}
#catalog_request_content .form-container span.label{
    padding-left:0;
    width:auto;
    color:#333;
    font-size:14px;
    font-weight:400;
}
#catalog_request_content .form-container p{
    margin:0
}
#catalog_request_content .form-container p.note{
    margin-left:170px;
    font-size:90%;
    color:#333
}
#catalog_request_content .form-container fieldset{
    margin:15px 0;
    padding:10px;
    border:#DDD 1px solid;
}
#catalog_request_content .form-container legend{
    font-weight:700;
    color:#666;
    margin: 0px;
}
#catalog_request_content .form-container div{
    padding:.25em 0;
    overflow:hidden;
}
#catalog_request_content .form-container label,#catalog_request_content .form-container span.label{
    margin-right:10px;
    padding-right:10px;
    width:150px;
    display:block;
    float:left;
    text-align:right;
    position:relative;
}
#catalog_request_content .form-container label.error,#catalog_request_content .form-container span.error,#catalog_request_content .form-container div.error{
    color:#C00;
}
#catalog_request_content .form-container label em,#catalog_request_content .form-container span.label em{
    position:absolute;
    right:0;
    font-size:120%;
    font-style:normal;
    color:#C00;
}
#catalog_request_content .form-container input.error,#catalog_request_content .form-container div.error select,#catalog_request_content .form-container div.error input{
    border-color:#C00;
    background:#FFF2F2;
}
#catalog_request_content .form-container input:focus,#catalog_request_content .form-container input.error:focus,#catalog_request_content .form-container textarea:focus{
    background-color:#FFC;
    border-color:#FC6;
}
#catalog_request_content .form-container div.controlset label,#catalog_request_content .form-container div.controlset input{
    display:inline;
    float:none;
}
#catalog_request_content .form-container div.controlset div{
    margin-left:170px
}
#catalog_request_content .form-container div.buttonrow{
    margin-left:180px
}

#catalog_request_content .form-container .controlset {
    font-size: 11px;
}
#catalog_request_content .form-container div.controlset label{
    display:inline;
    float:none;
    padding-left: 30px;
}
#catalog_request_content .form-container div.controlset input{
    position:absolute;
    margin-top:0;
}

#coin_grading_content table.education-info-table tr.odd {
    background-color: #f5f5f5;
}
#coin_grading_content table.education-info-table h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
}
#coin_grading_content table.education-info-table td a {
    color:#444;
}
#coin_grading_content table.education-info-table td {
    vertical-align: top;
    padding: 10px;
}
#coin_grading_content .education-info-table{
    margin-bottom: 35px;
}

#coin_grading_content table.education-info-table a.aname,#coin_grading_content table.education-info-table a.aname:visited, #coin_grading_content table.education-info-table a.aname:hover {
    color: #252525;
    text-decoration: none;
}
#coin_grading_content .small-h3-font{
    font-size: 18px;
    font-weight: 500;
}
#coin_grading_content ul li, #gold_silver_affl_program_content ul li,#gold_sil_ira_benifit_content ul li{
    list-style-type: disc;
    list-style-position: inside;
}

#coin_by_theme_content .cat-thumbs {
    padding-left: 15px;
}
#coin_by_theme_content .display, .cat-thumbs {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#coin_by_theme_content .cat-thumbs li {
    border: 0 solid #ddd;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 14px auto;
    min-height: 265px;
}
#coin_by_theme_content .cat-thumbs li .image {
    padding: 10px 0 0 0;
    margin: 0 auto;
    text-align: center;
}
#coin_by_theme_content .cat-thumbs li .image a img {
    width: 100%;
    max-width: 200px;
}
#coin_by_theme_content .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
#coin_by_theme_content .img-responsive{
    height: auto;
}

#gold-and-silver-affiliates-program  h2.page-title {
    text-indent: -66px;
    margin-left: 66px;
   
}
#gold-and-silver-affiliates-program img{
    vertical-align: baseline;
}
#gold_sil_ira_benifit_content .learn-about-ira-acct {
    margin-bottom: 15px;
}
#gold_sil_ira_benifit_content .learn-about-ira-acct p {
    font-size: larger;
    font-weight: 700;
}
/*catalog content,Coin grading,coin_by_theme,gold-and-silver-affiliates END*/

.alternate_images {
  margin: 15px 0 0 0;padding-top:18px;
  display: block;clear:both;
}
.alternate_images .alt-img {
  display: inline;
}
.alternate_images img {
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}

/*Common Breadcrumb START*/
#breadcrumb_new {
  list-style: none;
  overflow: hidden;
  font-size: 13px;
  background: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  float: left;
  padding-right: 36px;
  position: relative;
  padding: 10px 10px 10px 0;
  font-size: 12px;
  color: #000;
}

#breadcrumb_new .space {
  padding: 0px 2px;
  float: left;
}

#breadcrumb_new li {
  float: left;
}

#breadcrumb_new li a {
  color: #444;
  text-decoration: none;
  position: relative;
  display: block;
  float: left;
  padding: 0px;
}

#breadcrumb_new a:hover, #breadcrumb_new a:active {
font-size: 12px;
color: #069;
text-decoration: none;
}

/*Common Breadcrumb END*/

.cat-thumbs li .image {
    padding: 10px 0 0 0;
    margin: 0 auto;
    text-align: center;
}
#shipping_content h2{
  border-bottom: 1px solid black !important;
}

#self_dir_prec_metals_ira_custod_content .custodian-section  {
  padding: 0px;
  margin: 0px;
}
#self_dir_prec_metals_ira_custod_content h2.blog-title {
  font: 700 25px open sans;
  padding-bottom: 10px;
}
#self_dir_prec_metals_ira_custod_content .custodian-section .blog-subtitle {
    font-weight: 700;
    color: #2b2b2b;
    padding-bottom: 10px;
}
#self_dir_prec_metals_ira_custod_content .custodian-section .ndi-section, #self_dir_prec_metals_ira_custod_content .custodian-section .trust-section {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
#self_dir_prec_metals_ira_custod_content .custodian-section .ndi-section &gt; div {
  width: 35%;
  float: left;
}
#self_dir_prec_metals_ira_custod_content .custodian-section .ndi-section &gt; div.website-detail {
  padding-top: 25px;
  width: 20%;
}

#self_dir_prec_metals_ira_custod_content .custodian-section .trust-section &gt; div.website-detail {
  padding-top: 25px;
  width: 25%;
}
#self_dir_prec_metals_ira_custod_content .custodian-section .ndi-section &gt; div.website-detail li, #self_dir_prec_metals_ira_custod_content .custodian-section .trust-section &gt; div.website-detail li {
  padding-bottom: 8px;
}
#self_dir_prec_metals_ira_custod_content .custodian-section .ndi-section &gt; div ul li a, #self_dir_prec_metals_ira_custod_content .custodian-section .trust-section &gt; div ul li a {
    color: #000;
    font-weight: 700;
    font-size: 13px;
}

#self_dir_prec_metals_ira_custod_content .custodian-section ul li.website a {
  background: rgba(0, 0, 0, 0) url(/wp-content/themes/JMBullion/images/website.png) no-repeat scroll 0 center;
}
#self_dir_prec_metals_ira_custod_content .custodian-section ul li a {
  padding-left: 21px !important;
}
#self_dir_prec_metals_ira_custod_content .custodian-section ul li.phone a {
  background: rgba(0, 0, 0, 0) url(/wp-content/themes/JMBullion/images/phone-ring.png) no-repeat scroll 0 center;
}
#self_dir_prec_metals_ira_custod_content .custodian-section .ndi-section &gt; div.structure, #self_dir_prec_metals_ira_custod_content .custodian-section .trust-section &gt; div.structure {
  padding-top: 25px;
  width: 25%;
}
#self_dir_prec_metals_ira_custod_content .custodian-section .ndi-section &gt; div ul li.online-pay, #self_dir_prec_metals_ira_custod_content .custodian-section .trust-section &gt; div ul li.online-pay {
  background: rgba(0, 0, 0, 0) url(/wp-content/themes/JMBullion/images/online-pay.png) no-repeat scroll 0 center;
}
#self_dir_prec_metals_ira_custod_content .custodian-section .ndi-section &gt; div.structure li, #self_dir_prec_metals_ira_custod_content .custodian-section .trust-section &gt; div.structure li {
  padding-bottom: 8px;
}
#self_dir_prec_metals_ira_custod_content .custodian-section .ndi-section &gt; div ul li.new-account, #self_dir_prec_metals_ira_custod_content .custodian-section .trust-section &gt; div ul li.new-account {
  background: rgba(0, 0, 0, 0) url(/wp-content/themes/JMBullion/images/new-account.png) no-repeat scroll 0 center;
}
#self_dir_prec_metals_ira_custod_content .custodian-section .ndi-section &gt; div.bbb {
  width: 20%;
}

#self_dir_prec_metals_ira_custod_content .custodian-section .trust-section &gt; div.bbb {
  width: 15%;
}
#self_dir_prec_metals_ira_custod_content .custodian-section .ndi-section &gt; div {
  float: left;
  width:30%;
  padding-right: 23px;
  padding-top: 20px;
}

#self_dir_prec_metals_ira_custod_content .custodian-section .trust-section &gt; div {
  float: left;
  width:32%;
  padding-right: 10px;
}
#self_dir_prec_metals_ira_custod_content .approved-section .approved-detail {
  background: #ededed;
  border: 1px solid #ccc;
  padding: 15px 20px 20px;
  margin-right: 20px;
}

#self_dir_prec_metals_ira_custod_content .custodian-section .trust-detail {
  background: #ededed;
  border: 1px solid #ccc;
  padding: 15px 20px 20px;
  margin-right: 9px;
}

#self_dir_prec_metals_ira_custod_content .custodian-section .ndi-section &gt; div.trust-detail .popular-region h6, #self_dir_prec_metals_ira_custod_content .custodian-section .trust-section &gt; div.trust-detail .popular-region h6 {
  text-align: left;
  margin:0px;
}
#self_dir_prec_metals_ira_custod_content .approved-section .approved-detail .popular-region h6, #self_dir_prec_metals_ira_custod_content .custodian-section .trust-detail .popular-region h6 {
  width: 100%;
  font: 700 18px open sans;
  padding-bottom: 20px;
  text-align: center !important;
}
#self_dir_prec_metals_ira_custod_content .custodian-section .ndi-section &gt; div.trust-detail .left-sec, #self_dir_prec_metals_ira_custod_content .custodian-section .trust-section &gt; div.trust-detail .left-sec {
  min-height: 100px;
}
#self_dir_prec_metals_ira_custod_content .approved-section .approved-detail .popular-region .left-sec, #self_dir_prec_metals_ira_custod_content .custodian-section .trust-detail .popular-region .left-sec {
  width: auto;
  margin-bottom: 10px;
  text-align:center;
}
#self_dir_prec_metals_ira_custod_content .approved-section .approved-detail .popular-region .right-sec, #self_dir_prec_metals_ira_custod_content .custodian-section .trust-detail .popular-region .right-sec {
  width: auto;
  text-align: center;
}
#self_dir_prec_metals_ira_custod_content .custodian-section ul li.message a {
  background: rgba(0, 0, 0, 0) url(/wp-content/themes/JMBullion/images/msg.png) no-repeat scroll 0 center;
}
#self_dir_prec_metals_ira_custod_content .blog-pages a, .one-column-blog a, .about-pages a, .sell-to-us a, .text-blocks a {
  text-decoration: underline;
}
#self_directed_prec_metals_ira_depos_content .amgl-contact-div .phone {
  background: rgba(0, 0, 0, 0) url(/wp-content/themes/JMBullion/images/phone-ring.png) no-repeat scroll 0 center;
}

#self_directed_prec_metals_ira_depos_content .amgl-contact-div .message {
  background: rgba(0, 0, 0, 0) url(/wp-content/themes/JMBullion/images/msg.png) no-repeat scroll 0 center;
}

#self_directed_prec_metals_ira_depos_content .amgl-contact-div a {
  padding-left: 21px !important;
}
/*----8109 start----*/
#hobo_nickels_carved_coins_content h1{
	font-size: 30px;
    font-weight: 700;
    color: #272726;
    margin: 10px 0 15px 0;
}
#silver_zodiac_rounds_content h1{
  font-size: 30px;
    font-weight: 700;
    color: #272726;
    margin: 10px 0 15px 0;
}

#silver_zodiac_rounds_content #category_options {
  padding: 10px;
  line-height: 43px;
  color: #fff;
  clear: both;
  background: linear-gradient(to bottom,#424548 0%,#1E1F20 100%);
}

#silver_zodiac_rounds_content #category_options ul {
  float: left;
  list-style-type: none;
  width: 100%;
  list-style-position: inside;
}
#silver_zodiac_rounds_content #category_options li#sort {
  float: left;
}
#silver_zodiac_rounds_content #category_options li {
  margin: 0;
  padding: 0;
  line-height: 22px;
}

#silver_zodiac_rounds_content #category_options li#toggle {
  float: left;
  margin-left: 140px;
}
#silver_zodiac_rounds_content #category_options li#per-page {
  float: right;
}
#silver_zodiac_rounds_content select {
  padding: 1px 1px 1px 10px;
  max-width: 180px;
  color: #333;
  margin: 0;
}
#silver_zodiac_rounds_content .display {
    margin-bottom: 15px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#silver_zodiac_rounds_content .display li {
  border: 1px solid #ddd;
  text-align: left;
  float: left;
  margin: 12px 0 0 0;
  background-color: #fff;
  padding: 0;
}
#silver_zodiac_rounds_content .display li section {
  padding: 10px;
  float: left;
}
#silver_zodiac_rounds_content .display li .image {
  float: left;
  position: relative;
}
#silver_zodiac_rounds_content .display.list li .info {
  width: 74%;
}
#silver_zodiac_rounds_content .display li .info {
  float: left;
  margin-left: 10px;
}

#silver_zodiac_rounds_content .display.list li .image {
  width: 24%;
  max-width: 220px;
}

#silver_zodiac_rounds_content .display li .image .product_image {
  width: 100%;
  max-width: 195px;
}
#silver_zodiac_rounds_content .display li .content {
  float: left;
  font-size: 12px;
  width: 100%;
}
#silver_zodiac_rounds_content .display.list li .info2 {
  width: 50%;
}
#silver_zodiac_rounds_content .display li .info2 {
  float: left;
  font-size: 14px;
}
#silver_zodiac_rounds_content .display li .info2 .more
{
  margin: 0 0 10px 0;
  font-weight: 700;
}
#silver_zodiac_rounds_content .display li .info2 .more a {
  text-decoration: underline;
  font-size:12px;
}
#silver_zodiac_rounds_content .display li .info2 .status {
  /* color: #393; */
  font-weight: 700;
  font-size:12px;
}

#silver_zodiac_rounds_content .display li .status, .display li input.qty {
  margin: 0 0 10px 0;
}
#silver_zodiac_rounds_content .red {
  color: #C00!important;
}
#silver_zodiac_rounds_content .display li .info2 .status span.availability {
  color: #333;
  font-weight: 700;
  font-size:12px;
}
#silver_zodiac_rounds_content .display li .info2 .truck {
  margin-bottom: 10px;
  font-weight: 700;
}
#silver_zodiac_rounds_content .display li #price {
  display: none;
}
#silver_zodiac_rounds_content .display li .order {
  float: right;
  border: 1px solid #e5e5e5;
  background: linear-gradient(to bottom,#e5e5e5 0%,#ffffff 100%);
  
}
#silver_zodiac_rounds_content #category .product .action-button {
  text-align: center !important;
}
#silver_zodiac_rounds_content .notifyurl {
  margin: 10px 5px !important;
  text-transform: none !important;
}
#silver_zodiac_rounds_content .style1, .style1:visited {
  color: #000 !important;
  background: #fc0 !important;
}
#silver_zodiac_rounds_content .large {
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 0.5em 2em 0.52em !important;
  border: 1px solid #000 !important;
}
#silver_zodiac_rounds_content .button {
  display: inline-block;
  zoom: 1;
  vertical-align: bottom;
  overflow: visible;
  margin: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 14px Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  padding: 0.5em 2em 0.55em;
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  
}

#silver_zodiac_rounds_content .order-notice {
  background-color: #fff5c6;
  float: left;
  display: block;
  margin-top: 6px;
  padding: 6px;
  color: #444;
  margin-left:220px;
}

#silver_zodiac_rounds_content #qty-discount ul.header-row li {
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}
#silver_zodiac_rounds_content #qty-discount li.table-qty {
  width: 60px;
  font-weight: 700;
}
#silver_zodiac_rounds_content #qty-discount li {
  float: left;
  border: none;
  margin: 0;
  padding: 4px 0;
  clear: none;
  font-size: 12px;
  text-align: center;
  background: transparent;
}
#silver_zodiac_rounds_content #qty-discount li.table-check {
  width: 90px;
}
#silver_zodiac_rounds_content #qty-discount li.table-credit {
  width: 90px;
}
#silver_zodiac_rounds_content #qty-discount ul {
  list-style-type: none;
  overflow: hidden;
  background: none;
  margin-bottom: 0;
}
#silver_zodiac_rounds_content #category .product #qty-discount {
  padding-left: 10px;
  min-width: max-content;
}
#silver_zodiac_rounds_content .display h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 6px 0 14px 0;
  color: #069;
}
#silver_zodiac_rounds_content p:empty{
  display: none;
}
#silver_zodiac_rounds_content br {
  display: none;
}

#silver_zodiac_rounds_content #qty-discount p{
  display:contents;
}
/*-----8109 end ----*/
.alert-message {
  position: relative;
  border: 1px solid #ccc;
  padding: 10px 10px 10px 10px;
  align-items:center;
  display:flex;
  line-height: normal;
  margin-bottom:20px;
  background-color: #f3f3f3;
  margin-top:10px;

}

.alert-message &gt; .icon {
  vertical-align:top;
  text-align: center;
  width: 50px;
  float: left;
  display: block;
  padding:15px;
}

.alert-message &gt; .text {
  width: 100%;
}
.greenlink, .address-book .item span.manage a {
  color : #0d7487 !important;
}

.comments {font-weight:normal !important;}

#reviewFrm &gt; .button-section { width:100%; }
#reviewBtn {
  height: 46px;
  width: 100% !important;
  font-size: 17px;
  padding: 10px 0px;
}


.redlink, .address-book .item span.manage a.link-remove {
  color : #bd1919 !important;
}

/* JMB-8186 */
#shopper-approved-aside { padding-top:15px !important;}
#shopper-approved-aside a img { height: 40px !important;}

/********* WISHLIST STYLES  *********/
 .wishlist-area {
    float: left;
    padding: 0 20px;
}
/*.cart-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
} */
.wishlist-slider {
    overflow: hidden;
    width: 735px;
    /* width: 100%; */
    position: relative;
    margin-bottom: 20px;
}
.wishlist-slider .wishlist-slider-inner {
    transition: 1s ease all;
    float: left;
}
.wishlist-slider .wishlist-slider-inner .wish-item {
    float: left;
    padding-right: 14px;
}
.wishlist-slider .wishlist-slider-inner .wish-item-wrap {
    padding: 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    background-color: #FFFFFF;
}
.wishlist-slider .wish-item .wish_item-name {
    cursor: pointer;
    height: 62px;
    overflow: hidden;
    margin: 12px 0;
    font-weight: 600;
    color: #006699;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.wishlist-slider .wish-item .wish_item-price {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
}
.wishlist-slider .wish-item .btn-addwishitem {
    display: block;
    margin: 10px auto;
    height: 32px;
    line-height: 28px;
	  text-transform: uppercase;
}
.wishlist-slider .btn-leftlist,
.wishlist-slider .btn-rightlist {
    position: absolute;
    top: calc(70% - 100px);
    background-color: rgba(111,111,111,.95);
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    border: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.wishlist-slider .btn-leftlist {
    left: 0;
}
.wishlist-slider .btn-rightlist {
    right: 0;
}
.wishlist-slider .btn-leftlist.over,
.wishlist-slider .btn-rightlist.over {
    display: none;
}
.wishlist-area h2 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-top: 15px;
}

#shipping_address_list .address .item .billing {
  padding: 2px 6px;
  border-radius: 20px;
  background: #e7e7e7;
  border: none;
  color: #000;
  font-weight: bold;
}

body#theme-bgasc .nav-button {height:28px;}

@media screen and (max-width: 762px) {
  div [id$="_prices_charts_content"] .silver-bar-section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  div [id$="_prices_charts_content"] .silver-bar-section ul .product-category .tab &gt; .tab-cols {
    min-width: unset !important;
  }
  div [id$="_prices_charts_content"] .silver-bar-section ul li {
    width: calc(50% - 7.5px) !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: unset !important;
    min-width: unset !important;
  }
  div [id$="_prices_charts_content"] .silver-bar-section .cat-thumbs:before {
    content: unset !important;
  }
  div [id$="_prices_charts_content"] .silver-bar-section ul li img {
    height: auto !important;
  }
}

.redClr {
  color:#CA0000 !important;
}

.greenClr {
  color:#125EA7;
  font-weight: 600 !important;
  font-size: 13px;
}

.discountLine {
  text-decoration: line-through;
  color:#666;
}

.greenClrBig {
  color:#125EA7;
  font-weight: 600 !important;
  font-size: 18px;
}

.discountLineBig {
  text-decoration: line-through;
  color:#CECECE;
  font-size:30px;
}

.price-text-label {
  font-size:18px;
  color: #6C6D6F;
  font-weight:400;
  font-style:normal;
  margin-bottom:3px;
}

.redClrBig {
  color:#CA0000 !important;
  font-size: 48px;
  font-weight: 700;
}

.tab-content .tab.active {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: start;
}

.tab-content .tab &gt; .tab-cols {
  margin: 0 !important;
}

.pagination-area .pagination.plp {
  display: flex;
  justify-content: center;
}

#plpPagination {
  margin-bottom: 20px;
}

#plpPagination #sogt.active {
  color: #666;
  float: left;
  padding: 5px 0;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ccc;
  margin-left: 10px;
  background-color: #f2f7fb;
  border-radius: 3px;
  width: 30px;
  height: 30px;
}

#plpPagination #sogt2 {
  display: none;
}

.promotion_txt {
    background: #eeeeee;  /* Solid background color inside the element */
    color: #444444 !important;
    font-weight: bold !important;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    padding: 3px 12px 2px 12px;
    width: fit-content;
    margin: 0;
    font-size: 14px;
    border-radius: 30px;  /* Apply rounded corners to the element */
}

.promo_wrapper {
    display: inline-block; /* To make the wrapper fit the size of the content */
    padding: 3px;  /* Add padding to create space for the border */
    background: linear-gradient(90deg, #5497D6 0%, #FF6B6B 100%);
    border-radius: 30px;  /* Apply rounded corners to the border */
    margin: 10px 0 2px 0;
}

.promo_desc_wrapper {
  padding: 3px;  /* Add padding to create space for the border */
  background: linear-gradient(90deg, #5497D6 0%, #FF6B6B 100%);
  border-radius: 10px;  /* Apply rounded corners to the border */
  margin: 10px 0 20px 0;
}

.promo_icon {
    color: #114E88 !important;
}

.promotion_txt div {font-style: normal;}

#cookiebotRenew {
  margin-left: 7px;
}

#cookiebotRenew img {
  width: 27px;
  margin-top: -2px;
  margin-left: 1px;
}

#californiaPrivacyRights {
  scroll-margin-top: 150px;
}

#footer2 .copyright {
  margin-bottom: 20px;
}

.bg_toc .heading_table * {
  text-decoration: none !important;
}

.bg_sms a[name*="sms_"], .bg_toc a[name*="toc_"], .bg_priv a[name*="priv_"] {
  scroll-margin-top: 125px;
}

.bg_priv a[href="#cookiebotRenew"] img {
  width: 26px;
  margin-left: 1px;
}

#footer-company-info a.updated {
  line-height: 15px !important;
  padding: 5px 0;
  display: block;
}

.bg_priv ol li {
  list-style: decimal;
}

.bg_toc ol.heading_table, .bg_priv ol.heading_table {
	display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px !important;
}

.bg_toc .heading_table p, .bg_priv .heading_table p {
	display: none;
}

.bg_toc ol.heading_table li, .bg_priv ol.heading_table li {
  padding-bottom: 0 !important;
  font-weight: bold;
}

.bg_toc ul li, .bg_priv ul li {
  list-style-type: disc;
}

.bg_priv ol {
  font-weight: bold;
}

a[href="#toc_overview"] {
	margin-left: -1.2em;
  padding-bottom: 5px;
}

.bg_toc ul li, .bg_priv ul li {
  margin-left: 20px;
}

.promo_link_txt {
  margin: 20px 20px 0 0;
  padding: 5px 5px;
  display: flex;
  color: #000000;
  background: #EEEEEE;
  cursor: default;
}

.grecaptcha-badge {
  bottom: 115px !important;
}</pre></body></html>