.static-block-2 .text .link {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid red;
  color: red;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-top: 30px;
  padding: 10px 33px;
  text-transform: uppercase;
}

.tp-phone {
  display: inline-block;
  line-height: 36px;
  font-size: 20px;
  font-weight: bold;
  padding-right: 30px;
  color: #111;
}
.tp-phone a {
  color: #111;
}
.tp-phone a:hover,
.tp-phone .tp-phone-digits {
  color: #4FC1F0;
}

@media only screen and (max-width: 1024px){
  .top-cart {
    display: block;
    margin-right: 10px;
  }
  .top-r-box > a>i {
    font-size: 26px;
    line-height: 45px;
  }
  .hdr-botm .logo {
    padding: 0px 0;
  }
  .header .tp-right {
    padding: 2px 0;
  }
  .hdr-botm nav {
    height: calc(100% - 52px);
    top: 52px;
  }
  .tp-phone {
    line-height: 46px;
    font-size: 16px;
    padding-right: 8px;
    white-space: nowrap;
  }
}
.footer .address > h2 {
  margin-bottom: 20px;
  border-bottom: 1px solid #666;
  max-width: 70%;
  line-height: 40px;
}
.footer .address ul > li {
  line-height: 24px;
  color: #ccc;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding: 3px 0;
}
.footer .y-maps {
  padding-bottom: 56.25%;
  margin-bottom: 10px;
}
.footer .ft-top .fllow a {
  font-size: 32px;
  line-height: 32px;
  color: #efefef;
}
.footer .ft-top .fllow a:hover {
  outline: medium none;
  color: #4FC1F0;
}
.footer .ft-top h2.title {
  font-size: 18px;
}
.footer .ft-top ul.list>li {
  width: 50%;
}
.footer .ft-top ul.list>li>ul li {
  padding: 4px 0;
}
.footer .ft-top ul.list>li>ul li a {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .footer .address > h2 {
    max-width: 100%;
  }
  .footer .ft-top h2.title {
    font-size: 20px;
  }
  .footer .ft-top ul.list>li {
    width: 100%;
  }
  .footer .ft-top ul.list>li>ul li {
    padding: 8px 0;
  }
  .footer .ft-top ul.list>li>ul li a {
    font-size: 16px;
  }
  .footer .address ul > li {
    font-size: 16px;
  }
}
.loader-dark {
  background: url(../../../images/loader-bl.gif) center center no-repeat;
}
.product-details {
  margin: 20px 0;
}
.product-details .am-slider li img {
  max-width: 300px;
  margin: 0 auto;
  display: block;
}
.star-rating {
  margin-top: 5px;
}
.star-rating-stars .fa-star {
  color: #0e90d2;
}
.star-rating-rating a {
  border-bottom: 1px dashed;
}

.pro-list-pg {
  padding-top: 0;
}
.product-options {
  margin: 30px 0;
}
.product-option {
  margin: 0 0 15px;
}
.product-option .option-title {
  font-size: 15px;
  font-weight: bold;
  color: #555;
  margin: 0 0 6px;
}
.product-option input[type=radio] {
  visibility: hidden;
  display: none;
}
.product-option label {
  display: block;
  border: 1px solid #ccc;
  line-height: 32px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.product-option input[type=radio]:checked+label {
  background-color: #00ade8;
  border-color: #087296;
  color: #fff;
  box-shadow: rgba(8, 114, 150, 0.4) 1px 2px 5px;
}
.product-option input[type=radio]:disabled+label {
  background-color: #eaeaea;
  color: #fff;
}

.product-price {
  margin-top: 60px;
}
.product-price .price {
  line-height: 40px;
  font-weight: bold;
  font-size: 25px;
  float: none;
}
.product-price .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  height: auto;;
  line-height: 40px;
}

@media only screen and (max-width: 768px) {
  .product-price {
    margin-top: 20px;
  }
  .product-price .price {
    margin-bottom: 10px;
  }
}

.color {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  background-color: #000;
  border-radius: 50%;
}
.color-white {
  background-color: white !important;
  width: 14px;
  height: 14px;
  border: 1px solid #cbcbcb;
}
.color-blue {
  background-color: #6f96ce !important;
}
.color-yellow {
  background-color: #f4b361 !important;
}
.color-gold {
  background-color: #f3bd9b !important;
}
.color-silver {
  background-color: #cacaca !important;
}
.color-gray {
  background-color: #aea9a3 !important;
}
.color-green {
  background-color: #5a7f60 !important;
}
.color-light-green {
  background-color: #a1d23b !important;
}
.color-red {
  background-color: #d63027 !important;
}
.color-orange {
  background-color: #c94b25 !important;
}
.color-sand {
  background-color: #ab8053 !important;
}

.form-group input[type='radio'],
.form-group input[type=checkbox] {
  height: auto;
  width: auto;
}
.form-group input[type=checkbox] {
  position: static;
  margin-left: 0;
  opacity: 1;
  left: auto;
  top: auto;
  margin: 0;
}
.opinion-toolbar{
  padding-top: 15px;
  padding-bottom: 15px;
}
.opinions {
  padding: 20px 0;
}
.opinions .opinion {
  margin-bottom: 25px;
  padding: 10px 15px;
  border: 1px solid #f7f7f7;
  background-color: #fff;
  box-shadow: #d0d0d0 2px 2px 6px;
}
.opinion-author {
  font-weight: 600;
  color: #545454;
  font-size: 1.1em;
  line-height: 1.4em;
}
.opinion-date {
  line-height: 1.3em;
  font-size: 0.85em;
  color: #8b8b8b;
}
.opinion-text {
  margin-top: 8px;
}
.opinion-text-h {
  font-weight: 600;
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
  background-color: #00ade8;
}
.pro-deail-pg .details-con {
  text-align: left;
}
.pro-deail-pg .nav-wrapper .n-left {
  line-height: inherit;
}
@media (max-width:640px){
	.pro-deail-pg .nav-wrapper .n-left{line-height: inherit;}
}

.n-cart-pg table td.tdnum input[type="text"] {
  height: 36px;
  line-height: 36px;
  min-width: 40px;
  -moz-appearance: textfield;
  padding: 0 5px;
  text-align: center
}
.checkout-method {
  margin-bottom: 20px;
}
.checkout-head {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}
.checkout-method-radio input[type=radio]{
  display: none;
}
.checkout-method-radio label {
  overflow: hidden;
  position: relative;
  border: 1px solid #eee;
  padding: 15px 30px 15px 15px;
  box-shadow: #e1e1e1 2px 2px 4px;
  display: block;
  margin-bottom: 12px;
  cursor: pointer;
}
.checkout-method-radio label:hover {
  box-shadow: #bdbdbd 2px 2px 4px;
}
.checkout-method-radio label .fa{
	display: none;
}
.checkout-method-radio input:checked + label::after{
	content: "";
  position: absolute;
  bottom: -4px;
  right: -19px;
	border-width: 28px 28px 0;
  border-style: solid;
  border-color: red transparent transparent;
  transform: rotate(-46deg);
}
.checkout-method-radio input:checked + label > .fa {
  display: block;
  position: absolute;
  right: 3px;
  bottom: 3px;
  z-index: 99;
  color: #fff;
  font-size: 18px;
}
.checkout-detail-title {
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1em;
  color: #444;
}
.checkout-detail-price {
  float: right;
  font-size: 1.4em;
  color: red;
  font-weight: 600;
}
.checkout-detail-info {
  display: none;
}
.checkout-method-radio input:checked + label > .checkout-detail-info {
  display: block;
}
.checkout-detail-info,
.checkout-detail-info p {
  padding-top: 6px;
  color: #878787;
  font-size: 12px;
  line-height: 1.4em;
  margin-bottom: 0;
}
.checkout-detail-info b {
  color: red;
}
.checkout-method input[type=checkbox] {
  opacity: 1;
  position: static;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .checkout-method .form-group {
    margin-bottom: 15px;
  }
}

.tab-specs {
  background-color: #fff;
}
.tab-specs .row {
  line-height: 1.5em;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #d0d0d0;
}
.tab-specs .row:first-child {
  border-top-color: transparent;
}
.tab-specs .h4 {
  margin-top: 0;
}