@charset "UTF-8";
.FL {
  float: left;
}

.FR {
  float: right;
}

.MT0 {
  margin-top: 0px !important;
}

.MR0 {
  margin-right: 0px !important;
}

.MB0 {
  margin-bottom: 0px !important;
}

.ML0 {
  margin-left: 0px !important;
}

.PT0 {
  padding-top: 0px !important;
}

.PR0 {
  padding-right: 0px !important;
}

.PB0 {
  padding-bottom: 0px !important;
}

.PL0 {
  padding-left: 0px !important;
}

.MT5 {
  margin-top: 5px !important;
}

.MR5 {
  margin-right: 5px !important;
}

.MB5 {
  margin-bottom: 5px !important;
}

.ML5 {
  margin-left: 5px !important;
}

.PT5 {
  padding-top: 5px !important;
}

.PR5 {
  padding-right: 5px !important;
}

.PB5 {
  padding-bottom: 5px !important;
}

.PL5 {
  padding-left: 5px !important;
}

.MT10 {
  margin-top: 10px !important;
}

.MR10 {
  margin-right: 10px !important;
}

.MB10 {
  margin-bottom: 10px !important;
}

.ML10 {
  margin-left: 10px !important;
}

.PT10 {
  padding-top: 10px !important;
}

.PR10 {
  padding-right: 10px !important;
}

.PB10 {
  padding-bottom: 10px !important;
}

.PL10 {
  padding-left: 10px !important;
}

.MT15 {
  margin-top: 15px !important;
}

.MR15 {
  margin-right: 15px !important;
}

.MB15 {
  margin-bottom: 15px !important;
}

.ML15 {
  margin-left: 15px !important;
}

.PT15 {
  padding-top: 15px !important;
}

.PR15 {
  padding-right: 15px !important;
}

.PB15 {
  padding-bottom: 15px !important;
}

.PL15 {
  padding-left: 15px !important;
}

.MT20 {
  margin-top: 20px !important;
}

.MR20 {
  margin-right: 20px !important;
}

.MB20 {
  margin-bottom: 20px !important;
}

.ML20 {
  margin-left: 20px !important;
}

.PT20 {
  padding-top: 20px !important;
}

.PR20 {
  padding-right: 20px !important;
}

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

.PL20 {
  padding-left: 20px !important;
}

.MT25 {
  margin-top: 25px !important;
}

.MR25 {
  margin-right: 25px !important;
}

.MB25 {
  margin-bottom: 25px !important;
}

.ML25 {
  margin-left: 25px !important;
}

.PT25 {
  padding-top: 25px !important;
}

.PR25 {
  padding-right: 25px !important;
}

.PB25 {
  padding-bottom: 25px !important;
}

.PL25 {
  padding-left: 25px !important;
}

.MT30 {
  margin-top: 30px !important;
}

.MR30 {
  margin-right: 30px !important;
}

.MB30 {
  margin-bottom: 30px !important;
}

.ML30 {
  margin-left: 30px !important;
}

.PT30 {
  padding-top: 30px !important;
}

.PR30 {
  padding-right: 30px !important;
}

.PB30 {
  padding-bottom: 30px !important;
}

.PL30 {
  padding-left: 30px !important;
}

.MT35 {
  margin-top: 35px !important;
}

.MR35 {
  margin-right: 35px !important;
}

.MB35 {
  margin-bottom: 35px !important;
}

.ML35 {
  margin-left: 35px !important;
}

.PT35 {
  padding-top: 35px !important;
}

.PR35 {
  padding-right: 35px !important;
}

.PB35 {
  padding-bottom: 35px !important;
}

.PL35 {
  padding-left: 35px !important;
}

.MT40 {
  margin-top: 40px !important;
}

.MR40 {
  margin-right: 40px !important;
}

.MB40 {
  margin-bottom: 40px !important;
}

.ML40 {
  margin-left: 40px !important;
}

.PT40 {
  padding-top: 40px !important;
}

.PR40 {
  padding-right: 40px !important;
}

.PB40 {
  padding-bottom: 40px !important;
}

.PL40 {
  padding-left: 40px !important;
}

.MT45 {
  margin-top: 45px !important;
}

.MR45 {
  margin-right: 45px !important;
}

.MB45 {
  margin-bottom: 45px !important;
}

.ML45 {
  margin-left: 45px !important;
}

.PT45 {
  padding-top: 45px !important;
}

.PR45 {
  padding-right: 45px !important;
}

.PB45 {
  padding-bottom: 45px !important;
}

.PL45 {
  padding-left: 45px !important;
}

.MT50 {
  margin-top: 50px !important;
}

.MR50 {
  margin-right: 50px !important;
}

.MB50 {
  margin-bottom: 50px !important;
}

.ML50 {
  margin-left: 50px !important;
}

.PT50 {
  padding-top: 50px !important;
}

.PR50 {
  padding-right: 50px !important;
}

.PB50 {
  padding-bottom: 50px !important;
}

.PL50 {
  padding-left: 50px !important;
}

body {
  font-size: 14px;
  color: black;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
body iframe[name=google_conversion_frame],
body iframe[name=google_cookie_match_frame] {
  display: none;
}

a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a:hover {
  text-decoration: none;
}
a[disabled] {
  pointer-events: none;
  cursor: default;
}

.btn-theme {
  color: white;
  background-color: #0f0f0f;
  border-color: #0f0f0f;
}
.btn-theme.focus, .btn-theme:focus, .btn-theme:hover, .btn-theme.active, .btn-theme:active {
  color: white;
  background-color: #020202;
  border-color: #020202;
}

[class*=section-] {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

header, .header-top, .midHeader, .midHeader {
  width: 100%;
  float: left;
}

.header-top {
  background: #ededed;
  text-align: right;
}

.header-top ul {
  padding-left: 0;
  margin-bottom: 0;
}

.header-top li {
  display: inline-block;
}

.header-top li a {
  display: inline-block;
  font-size: 12px;
  color: black;
  padding: 6px 16px;
  text-transform: uppercase;
}

.header-top li a:hover {
  color: #0f0f0f;
}

.header-top li a .fa {
  font-size: 16px;
}

.header-top li .dropdown-menu:before {
  content: "▲";
  position: absolute;
  right: 15px;
  top: -15px;
  color: #ccc;
  text-shadow: 0 -1px 1px 0 #d5d5d5;
  font-size: 14px;
  font-family: arial;
}

.header-top li .dropdown-menu {
  right: 0;
  left: inherit;
}

.header-top li .dropdown-menu li {
  width: 100%;
  float: left;
  border-top: 1px solid #ddd;
  padding: 5px;
}

.header-top li .dropdown-menu li:first-child {
  border-top: none;
}

.logo {
  display: inline-block;
  max-width: 350px;
  margin: 15px 0;
}
.logo img {
  width: 100%;
}
@media (max-width: 767px) {
  .logo {
    max-width: 200px;
    margin: 5px 0;
  }
}

.midHeader {
  padding: 13px 0;
}
.midHeader .phoneNumber {
  font-size: 16px;
  color: black;
  display: inline-block;
  margin-top: 35px;
  position: relative;
}
.midHeader .phoneNumber span {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #b78a02;
  font-size: 8px;
  color: #fff;
  top: 0;
  right: 0;
  text-align: center;
}

#mainNavContainer {
  width: 100%;
  float: left;
  height: 46px;
  margin: 0;
  padding: 0;
}
#mainNavContainer .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#mainNavContainer .hideShowNav {
  font-size: 28px;
  color: #fff;
  display: none;
  margin-right: auto;
}
#mainNavContainer .phoneNumber, #mainNavContainer .cartAdded {
  position: absolute;
  margin: 0;
  top: -65px;
}
#mainNavContainer .phoneNumber {
  left: 15px;
}
#mainNavContainer .phoneNumber a {
  color: black;
}
#mainNavContainer .cartAdded {
  right: 15px;
}
#mainNavContainer .headerSearch {
  position: relative;
}
#mainNavContainer .headerSearch .dropdown-menu {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  #mainNavContainer {
    background-color: black;
    height: 42px;
  }
  #mainNavContainer .hideShowNav {
    display: inline-block;
  }
  #mainNavContainer .phoneNumber, #mainNavContainer .cartAdded {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  #mainNavContainer .phoneNumber {
    font-size: 20px;
  }
  #mainNavContainer .phoneNumber a {
    color: white;
  }
  #mainNavContainer .cartAdded,
#mainNavContainer .headerSearch {
    margin-left: 20px;
    position: relative;
  }
  #mainNavContainer .cartAdded img,
#mainNavContainer .headerSearch img {
    filter: brightness(0) invert(1);
  }
  #mainNavContainer .cartAdded a,
#mainNavContainer .headerSearch a {
    color: white;
    text-decoration: none;
  }
}

.mainNavigation {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
}
.mainNavigation > li.dropdown div {
  padding: 10px;
  width: 220px;
  margin-top: 10px;
  right: 3px;
  left: inherit;
}
.mainNavigation > li.dropdown div input[type=text] {
  width: 100%;
  padding: 6px 35px 6px 12px;
}
.mainNavigation > li.dropdown button {
  background: none;
  border: none;
  font-size: 18px;
  color: #bea02d;
}
.mainNavigation > li.dropdown .dropdown-menu:before {
  content: "▲";
  position: absolute;
  right: 7px;
  top: -15px;
  color: #ccc;
  text-shadow: 0 -1px 1px 0 #d5d5d5;
  font-size: 14px;
  font-family: arial;
}
.mainNavigation .nav-dropdown > ul > li > a {
  font-weight: 600;
}
.mainNavigation .navContent {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .mainNavigation > li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .mainNavigation > li > a {
    font-size: 14px;
    display: block;
    padding: 12px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    background-color: black;
    font-weight: normal;
  }
  .mainNavigation > li.specialLink > a {
    background-color: #ff8c00;
    width: auto;
    display: block;
  }
  .mainNavigation > li.dropdown > a {
    display: none;
  }
  .mainNavigation > li .dropdown-menu:before {
    display: none;
  }
  .mainNavigation > li:hover a:before, .mainNavigation > li.active a:before {
    display: none;
  }
  .mainNavigation > li.dropdown div {
    display: block;
  }
  .mainNavigation > li.dropdown div input[type=text] {
    padding: 12px 45px 12px 12px;
  }
}

nav {
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  margin: 0 auto 0 0;
}

nav li {
  display: inline-block;
  margin-left: 32px;
}

nav li:first-child {
  border-left: none;
  margin-left: 0;
}

nav li .subnav-content li > a {
  color: #0f0f0f;
}

nav li .subnav-content li ol li a {
  color: black;
}

nav li .subnav-content li ol li a:hover {
  color: #0f0f0f;
}

nav li > a {
  display: block;
  padding: 10px 0;
  color: black;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

nav li > a.active {
  color: #0f0f0f;
}

nav li > a:hover {
  color: #0f0f0f;
}

nav li .subnav-content {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  display: block;
  transition: all 0.6s ease-in-out;
  transform: rotateX(-90deg);
  transform-origin: 0% 0%;
  backface-visibility: hidden;
  z-index: 999;
  min-width: 250px;
}

nav li .subnav-content .subnav-content-div {
  background-color: #fff;
  width: 100%;
  float: left;
  padding: 10px;
}

nav li:hover > .subnav-content {
  opacity: 1;
  transform: rotateX(0deg);
}

nav li:hover .subnav-content {
  opacity: 1;
  visibility: visible;
}

nav li.dropdown .search input[type=text] {
  border: 1px solid #d5d5d5;
  float: left;
  margin: 0;
  padding: 7px 32px 7px 12px;
  width: 100%;
}

nav li.dropdown .search {
  right: 0;
  left: inherit;
  padding: 0;
}

.nav-dropdown {
  width: 20%;
  float: left;
}

nav li .subnav-content li {
  width: 100%;
  float: left;
  padding: 0;
  margin-left: 0;
}

nav li .subnav-content li a {
  font-size: 12px;
  padding: 5px 5px;
  text-align: left;
  text-transform: capitalize;
  border: none;
  text-transform: uppercase;
}

nav.showNavScroll {
  position: fixed;
  top: 0;
  z-index: 999;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #ddd;
}

.headingBg {
  background: #e4ecf1;
  width: 100%;
  float: left;
  text-align: center;
  padding: 10px 0 15px;
}

nav li .subnav-content li .subMenu {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  display: block;
  transition: all 0.6s ease-in-out;
  transform: rotateX(-90deg);
  transform-origin: 0% 0%;
  backface-visibility: hidden;
  left: 100%;
  top: 0;
  min-width: 180px;
}

nav li .subnav-content li:hover .subMenu {
  opacity: 1;
  transform: rotateX(0deg);
}

nav li.dropdown .search.search-text {
  right: 20px;
  top: 3px;
}

nav li.dropdown .search button {
  border-color: #d5d5d5;
  border-image: none;
  border-style: none none none solid;
  border-width: medium medium medium 1px;
  height: 34px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 32px;
}

.toggleMainNav .innerWrapper {
  left: 88%;
  overflow: hidden;
}

.dropdown-menu > li > a {
  padding: 3px 0;
}

.wrapper {
  overflow: hidden;
}

.innerWrapper {
  position: relative;
  left: 0;
}

.innerWrapper, .headerMidNav, .navContainer, #mainNavigation {
  transition: all 0.3s ease-in-out 0s;
}

.showLoader {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(1, 61, 119, 0.8);
  top: 0;
  z-index: 999999;
}

.showLoader img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
}

.banner {
  width: 100%;
  float: left;
  position: relative;
}

.banner .carousel-inner > .item > a > img,
.banner .carousel-inner > .item > img {
  width: 100%;
  max-width: inherit;
}

.banner .carousel-control.left, .banner .carousel-control.right {
  background-image: none;
}

.banner .carousel-control {
  display: none;
}

.banner:hover .carousel-control {
  display: block;
}

.body-container, .home-smallBanner, .homeBox, .trending-fashion, .trendingFashion-list, .testimonial-page, .home-location, .footer, .footer-top, .footer-bottom, .footer-mid {
  width: 100%;
  float: left;
}

.body-container {
  padding: 16px 0;
}

.home-smallBanner {
  padding: 0;
}

.home-smallBanner .row {
  margin-left: -5px;
  margin-right: -5px;
}

.home-smallBanner [class*=col-] {
  padding: 0 5px;
}

.home-smallBanner .homeBox {
  position: relative;
}

.home-smallBanner h2 {
  font-family: "Cinzel", serif;
  font-size: 22px;
  line-height: 30px;
  background: #fff;
  padding: 10px 25px 10px 20px;
  letter-spacing: 1px;
  margin: 14px 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
}

.home-smallBanner .showBtn {
  width: 121px;
  height: 42px;
  text-align: center;
  font-family: "Conv_AvenirLTStd-Roman";
  position: absolute;
  bottom: 20px;
  left: 20px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: black;
  text-transform: uppercase;
  border: 1px solid #191919;
}

.home-smallBanner .showBtn:hover {
  background: #0f0f0f;
  color: #fff;
}

@media (max-width: 767px) {
  .home-smallBanner {
    text-align: center;
  }

  .home-smallBanner .homeBox {
    margin: 0 0 30px;
  }

  .home-smallBanner h2 {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    margin: 0;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    white-space: nowrap;
  }

  .home-smallBanner .showBtn {
    width: auto;
    height: auto;
    position: relative;
    bottom: auto;
    left: auto;
    line-height: inherit;
    text-align: center;
    font-size: 14px;
    padding: 3px 7px;
    display: inline-block;
  }
}
.trending-fashion {
  padding: 50px 0 30px;
}

.trending-fashion h2 {
  font-family: "Cinzel", serif;
  font-size: 38px;
  text-align: center;
  margin-top: 0;
  letter-spacing: 1px;
}

.trending-fashion h2 span {
  position: relative;
  padding-left: 68px;
  padding-right: 68px;
  display: inline-block;
}

.trending-fashion h2 span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 53px;
  height: 3px;
  background: #2c2d31;
  top: 50%;
  margin-top: -1px;
}

.trending-fashion h2 span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 53px;
  height: 3px;
  background: #2c2d31;
  top: 50%;
  margin-top: -1px;
}

.trending-fashion .trendingFashion-list {
  padding: 0 50px;
  margin-top: 30px;
}

.trending-fashion .trendingFashion-list .product-list img {
  display: inline-block;
}

.trending-fashion .trendingFashion-list .product-list h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.trending-fashion .trendingFashion-list .product-list h3 a {
  font-size: 18px;
  color: black;
  letter-spacing: 0.6px;
  font-family: "Conv_AvenirLTStd-Roman";
}

.trending-fashion .trendingFashion-list .product-list h3 a:hover {
  color: #0f0f0f;
  text-decoration: none;
}

.trending-fashion .trendingFashion-list .product-list {
  text-align: center;
  height: 400px;
  overflow: hidden;
  width: 100%;
  float: left;
  margin-bottom: 15px;
  border: 1px solid #e3e3e3;
  padding: 15px;
  transition: all 0.5s ease-in-out 0s;
  box-shadow: 10px 10px 20px #fff;
}

.trending-fashion .trendingFashion-list .product-list:hover {
  background: #fff;
  box-shadow: 7px 9px 28px 4px #e5e5e5;
  border: 1px solid #fff;
}

.trending-fashion .btn-primary {
  margin: 15px 0 25px;
}

.trendingFashion-list .productImage {
  height: 250px;
  float: left;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .trending-fashion {
    padding: 30px 0 0;
  }

  .trending-fashion h2 {
    font-size: 20px;
  }

  .trending-fashion .home-location {
    padding-bottom: 5px;
  }

  .trending-fashion .trendingFashion-list {
    margin: 20px 0;
    padding: 0 8px;
  }

  .trending-fashion .trendingFashion-list [class*=col-] {
    padding: 0 8px;
  }

  .trending-fashion .trendingFashion-list .product-list,
.trendingFashion-list .productImage {
    height: auto;
  }

  .trending-fashion .btn-primary {
    margin: 15px 0 0;
    display: block;
    padding: 10px 0;
  }
}
.salePrice {
  color: #0f0f0f;
  font-size: 17px;
}

.trendingFashion-list .item {
  border: 1px solid #e3e3e3;
  margin: 0 5px;
  text-align: center;
}

.trendingFashion-list .item img {
  display: inline-block;
}

.trendingFashion-list .owl-carousel .owl-controls {
  position: absolute;
  top: 0%;
  width: 100%;
  margin-top: -15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s cubic-bezier(0.75, 0.885, 0.32, 1.375) 0.1s;
}

.trendingFashion-list .owl-carousel:hover .owl-controls {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.trendingFashion-list .owl-controls .owl-prev, .trendingFashion-list .owl-controls .owl-next {
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  position: absolute;
}

.trendingFashion-list .owl-controls .owl-prev {
  left: 15px;
  background: url(../images/left-arrow.jpg) left top no-repeat;
}

.trendingFashion-list .owl-controls .owl-next {
  right: 15px;
  background: url(../images/right-arrow.jpg) left top no-repeat;
}

.trendingFashion-list .featuredProduct {
  float: left;
}

.testimonial-page .col-md-6 {
  padding: 0;
}

.testimonial-page .home-tesimonial-content {
  width: 100%;
  padding: 30px 50px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0px;
}

.testimonial-page .home-tesimonial-content h2 {
  font-size: 36px;
  font-family: "Cinzel", serif;
  letter-spacing: 1px;
  margin: 0;
}

.testimonial-page .home-tesimonial-content h3 {
  font-size: 18px;
  font-family: "Conv_AvenirLTStd-Roman";
}

.testimonial-page .home-tesimonial-content p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: "Conv_AvenirLTStd-Light";
  max-height: 145px;
  overflow-y: auto;
}

.testimonial-page {
  text-align: center;
  background-color: #F2E5D5;
}

.product-list {
  position: relative;
}

.product-list .productSize,
.product-list .alert {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.location-box {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.6s ease-in-out 0s;
  overflow: hidden;
}

.location-box .tittle-text {
  position: absolute;
  bottom: 10px;
  color: #fff;
  right: 20px;
  transition: all 0.3s ease-in-out 0s;
  font-size: 20px;
  text-transform: uppercase;
}

.location-box:hover .tittle-text {
  right: -100%;
}

.location-box .hover-box {
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  border: 3px solid rgba(255, 255, 255, 0.7);
  width: 90%;
  height: 85%;
  left: 50%;
  margin-left: -45%;
  text-align: center;
  position: absolute;
  top: -100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  padding: 20px;
  margin-top: 1%;
}

.location-box:hover .hover-box {
  opacity: 1;
  top: 5%;
}

.location-box .heading-text {
  font-size: 22px;
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 5px;
}

.location-box .heading-text span {
  padding-bottom: 10px;
}

.location-box p {
  font-size: 16px;
  line-height: 24px;
}

.home-location {
  padding: 30px 150px 10px;
}

footer {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  border-top: 1px solid #f2f2f2;
}

.footer-top {
  padding: 40px 0;
}
.footer-top h2 {
  font-size: 17px;
  font-family: "Cinzel", serif;
  margin-bottom: 30px;
}
.footer-top h2 span {
  display: inline-block;
  padding-bottom: 15px;
  padding-right: 30px;
}
.footer-top p {
  font-size: 17px;
  color: #595959;
  font-family: "Conv_AvenirLTStd-Light";
}
.footer-top .form-control {
  height: 40px;
  border-radius: 0;
  border: 1px solid #a7a7a7;
  color: #b2b2b2;
  font-size: 15px;
  background: #f0f0f0;
  margin-bottom: 20px;
}
.footer-top .subscribe-btn {
  background: #0f0f0f;
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: white;
  text-align: center;
  font-size: 15px;
  border: none;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.footer-top .subscribe-btn:hover {
  background: #5c5c5c;
}

.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.footer-nav li {
  margin-bottom: 12px;
  font-size: 15px;
}

.footer-nav li a {
  color: #595959;
  font-family: "Conv_AvenirLTStd-Book";
  display: inline-block;
}

.footer-nav li a:hover {
  color: #0f0f0f;
}

.newsletterBox {
  width: 100%;
  float: left;
  position: relative;
}

.newsletterBox .alert {
  padding: 5px;
  border-radius: 0;
  border-style: dashed;
  text-align: center;
  top: 45px;
  left: 0;
  right: 0;
  position: absolute;
}

.socialfooter {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.socialfooter ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.socialfooter ul > li {
  margin-left: 10px;
}

.socialfooter ul > li:first-child {
  margin-left: 0;
}

.socialfooter ul > li a {
  width: 24px;
  height: 24px;
  line-height: 22px;
  color: #404040;
  border: 1px solid #404040;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.socialfooter ul > li a:hover {
  background: #404040;
  color: #fff;
}

.cardsLogo {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 0 40px;
}

.cardsLogo > * {
  max-width: 33.333333%;
}

.cardsLogo > *:nth-child(2) {
  padding: 0 30px;
}

.cardsLogo .AuthorizeNetSeal {
  width: auto;
}

.cardsLogo .AuthorizeNetSeal #AuthorizeNetText {
  display: block;
}

.partnersBox {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.partnersBox > * {
  padding: 5px;
}
.partnersBox > * img {
  max-width: 85%;
}

.footer-mid {
  padding-top: 40px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 40px;
  text-align: center;
}

.footer-mid h2 {
  font-family: "Cinzel", serif;
  font-size: 38px;
  text-align: center;
  margin-top: 0;
  letter-spacing: 1px;
}

.footer-mid h2 span {
  position: relative;
  padding-left: 68px;
  padding-right: 68px;
}

.footer-mid h2 span:before, .footer-mid h2 span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 53px;
  height: 3px;
  background: #2c2d31;
  margin-top: -1px;
}

.footer-mid h2 span:before {
  left: 0;
}

.footer-mid h2 span:after {
  right: 0;
}

@media (max-width: 767px) {
  .footer-top h2 {
    text-align: center;
  }

  .footer-top h2 span {
    padding: 0 0 10px;
  }

  .footer-nav {
    margin: 0;
    padding: 0;
  }

  .footer-nav > li {
    text-align: left;
    margin-bottom: 10px;
  }

  .newsletterBox {
    margin: 0 0 40px;
  }

  .newsletterBox h2 {
    text-align: center;
  }

  .newsletterBox .form-control {
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    float: left;
    margin: 0;
  }

  .newsletterBox .subscribeButton {
    float: left;
    margin: 0;
  }

  .socialfooter {
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }

  .socialfooter h2 {
    margin: 0;
  }

  .socialfooter ul {
    padding: 0 0 0 30px;
  }

  .footer-mid h2 {
    font-size: 17px;
  }

  .footer-mid h2 span::before, .footer-mid h2 span::after {
    display: none;
  }
}
.footer-bottom {
  text-align: center;
  margin-top: 30px;
}

.footer-bottom li {
  list-style: none;
  display: inline-block;
  padding: 10px;
  vertical-align: top;
}

.footer-bottom li .visa-card {
  border: 1px solid #d0d0d0;
  padding: 10px;
  display: inline-block;
}

.footer-bottom p {
  font-size: 13px;
}

blockquote, blockquote .small, blockquote footer, blockquote small {
  font-size: 18px;
  color: black;
}

a:focus {
  outline: none;
}

.top-slide {
  width: 35px;
  height: 35px;
  text-align: center;
  position: fixed;
  bottom: 50px;
  right: 40px;
  font-size: 20px;
  display: none;
  z-index: 999;
  background: #0f0f0f;
  border-radius: 50%;
  color: #fff !important;
  line-height: 35px;
}

.productQuickViewBox .modal-content {
  float: left;
  width: 100%;
}

@media (max-width: 1380px) {
  .testimonial-page .home-tesimonial-content h2 {
    font-size: 30px;
  }

  .testimonial-page .home-tesimonial-content p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
  }
}
@media (max-width: 1281px) {
  .testimonial-page .home-tesimonial-content {
    padding: 25px;
  }
}
@media (max-width: 1030px) {
  .testimonial-page .home-tesimonial-content {
    padding: 20px;
  }

  .testimonial-page .home-tesimonial-content h3 {
    margin: 10px 0;
    font-size: 16px;
  }

  .testimonial-page .home-tesimonial-content p {
    font-size: 12px;
    line-height: 20px;
  }

  .testimonial-page .home-tesimonial-content h2 {
    font-size: 20px;
  }

  nav li > a {
    font-size: 14px;
    padding: 10px 12px;
  }

  nav li:first-child a {
    padding-right: 0;
  }

  .location-box .heading-text {
    font-size: 14px;
  }

  .location-box .hover-box {
    padding: 20px 40px;
  }

  .location-box p {
    font-size: 14px;
    line-height: 30px;
  }

  .location-box .heading-text {
    margin-bottom: 5px;
  }

  .trending-fashion .trendingFashion-list .product-list h3 a {
    font-size: 15px;
  }

  nav li {
    margin-left: 6px;
  }

  nav li > a {
    font-size: 12px;
    padding: 10px;
  }
}
@media (max-width: 780px) {
  .testimonial-page .home-tesimonial-content h2 {
    font-size: 28px;
  }

  .testimonial-page .home-tesimonial-content h3 {
    font-size: 18px;
  }

  .testimonial-page .home-tesimonial-content p {
    font-size: 16px;
    line-height: 28px;
  }

  nav li > a {
    font-size: 11px;
    padding: 10px 5px;
  }

  .home-location {
    padding: 30px 15px 10px;
  }

  nav li {
    margin-left: 2px;
  }

  nav li > a {
    font-size: 10px;
    padding: 10px 4px;
  }
}
@media (min-width: 767px) and (max-width: 780px) {
  nav li .subnav-content .subnav-content-div {
    max-height: 400px;
    overflow-y: auto;
  }

  .nav-dropdown {
    height: 200px;
  }
}
@media (max-width: 766px) {
  .navContainer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    max-height: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }

  .logo {
    width: 100%;
    text-align: center;
  }

  .navContainer #mainNavigation {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -88%;
    width: 88%;
    overflow: hidden;
    background-color: #222;
    height: 100%;
    margin: 0;
    display: block;
    overflow-y: auto;
    z-index: 9999;
  }

  .mob-navHeader {
    background-color: #fff;
    float: left;
    margin: 0;
    padding: 0px 9px;
    width: 100%;
    line-height: 58px;
  }

  .mob-navHeader .siteLogo {
    margin-top: 0;
    float: left;
  }

  .mob-navHeader .fa {
    color: black;
    font-size: 28px;
    padding: 5px 10px;
  }

  .toggleMainNav .navContainer {
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }

  .toggleMainNav .navContainer #mainNavigation {
    left: 0;
  }

  nav li {
    width: 100%;
    border-top: 1px solid #fff;
    text-align: left;
  }

  nav li a {
    padding: 14px 10px;
    font-size: 14px;
    color: #fff !important;
    text-decoration: none !important;
  }

  nav li a:hover {
    color: #fff;
  }

  nav li .subnav-content li {
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
  }

  nav li .subnav-content li a {
    padding: 13px 30px;
    font-size: 12px;
    color: #fff !important;
  }

  nav {
    background: #222;
  }

  .mob-navHeader .siteLogo img {
    max-width: 50%;
  }

  nav li > a {
    border-bottom: none;
  }

  .fa-angle-down {
    display: none;
  }

  nav li {
    padding: 0;
  }

  nav.showNavScroll {
    background: #222;
    border: none;
  }

  .mob-navHeader .siteLogo {
    width: 100%;
  }

  nav li .subnav-content, nav li .subnav-content li .subMenu {
    transform: inherit;
    position: absolute;
    transform-origin: inherit;
    float: left;
    width: 100%;
    display: block;
    opacity: 1;
    right: 0;
    height: 100vh;
    left: 100%;
    top: 0;
    background: #222;
  }

  nav li .subnav-content.showdropdown, nav li .subnav-content li .subMenu.show-mindropdown {
    left: 0;
  }

  nav li .subnav-content li .subMenu {
    top: 10px;
    z-index: 999;
  }

  .subnav-content .nav-dropdown {
    margin: 0;
    padding: 0;
  }

  .subnav-content ul {
    display: block !important;
    margin: 0;
    padding: 0;
  }

  nav li.dropdown .search {
    right: 6px;
    top: 40px;
  }

  .navContainer #mainNavigation {
    overflow: hidden;
  }

  nav.showNavScroll {
    left: 0;
  }

  nav li {
    border-left: none;
  }

  nav li {
    position: static;
  }

  .header-right {
    margin-top: 15px;
  }

  .logo img {
    max-width: 100%;
  }

  .midHeader .phoneNumber {
    margin-top: 16px;
    font-size: 26px;
    margin-left: 10px;
  }

  header .text-right, .header-top {
    text-align: center !important;
  }

  .header-top li a {
    padding: 12px 4px;
  }

  .testimonial-page .home-tesimonial-content {
    float: left;
    position: static;
    background: #f6ece1;
    padding: 35px 20px;
  }

  .trending-fashion .trendingFashion-list {
    padding: 0 15px;
  }

  .home-location {
    padding: 30px 15px;
  }

  .location-box .hover-box {
    display: none;
  }

  .location-box .tittle-text {
    display: block;
  }

  .location-box:hover .tittle-text {
    right: 20px;
  }

  footer {
    text-align: center;
  }

  nav li:first-child a {
    padding-left: 10px;
  }

  .mobile-search {
    position: absolute;
    right: 16px;
    top: -10px;
  }

  nav li .subnav-content .subnav-content-div {
    background: #222;
  }

  .nav-dropdown {
    width: 100%;
  }

  .dropdown-tittle {
    color: #fff !important;
    text-transform: uppercase;
  }

  .GScroll {
    height: 200px !important;
  }

  .dropdown-tittle {
    padding: 0 0 5px;
    line-height: 32px;
  }

  .drophideShowNav {
    font-size: 24px;
    padding: 0;
    margin: 0;
  }

  nav li .subnav-content li a {
    padding: 12px 0;
  }

  .GScroll {
    display: none;
  }

  .subnav-content .container {
    width: 100%;
    padding: 0;
  }

  .header-top li a {
    font-size: 11px;
  }

  h1.mainHeading {
    font-size: 20px;
    line-height: 24px;
  }

  .mobile-search > li .dropdown-menu:before {
    content: "▲";
    position: absolute;
    right: 7px;
    top: -15px;
    color: #ccc;
    text-shadow: 0 -1px 1px 0 #d5d5d5;
    font-size: 14px;
    font-family: arial;
  }
}
/*slider css start here*/
.clearout {
  height: 20px;
  clear: both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
  display: none;
}

.nbs-flexisel-container {
  position: relative;
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
}

.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.nbs-flexisel-inner {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}

.nbs-flexisel-item {
  float: left;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  line-height: 0;
}

.nbs-flexisel-item img {
  width: 100%;
  cursor: pointer;
  position: relative;
}

/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  /* padding:5px 10px; */
  position: absolute;
  cursor: pointer;
  z-index: 4;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  /*background: rgba(0,0,0,0.5);*/
  /*color: #fff;*/
}

.nbs-flexisel-nav-left {
  left: 0;
  background: url(../images/left-arrow.jpg) left top no-repeat;
}

/*.nbs-flexisel-nav-left:before {
 content: "<"
} */
.nbs-flexisel-nav-left.disabled {
  opacity: 0.4;
}

.nbs-flexisel-nav-right {
  right: 0;
  background: url(../images/right-arrow.jpg) left top no-repeat;
}

.nbs-flexisel-item > a {
  display: block;
  padding: 0 15px;
}

/*.nbs-flexisel-nav-right:before {
 content: ">"
}
 */
.nbs-flexisel-nav-right.disabled {
  opacity: 0.4;
}

/*slider css end here*/
.socialPluginBox {
  width: 100%;
  float: left;
  margin: 10px 0;
  box-sizing: border-box;
}

.socialPluginBox .socialPluginList {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.ratedReview {
  float: right;
  margin-top: 10px;
}

.socialPluginBox .socialPluginList > li {
  float: left;
  margin: 0 0 0 7px;
}

.socialPluginBox .socialPluginList > li:first-child {
  margin-left: 0;
}

.socialPluginBox .socialPluginList > li > a {
  display: block;
  width: 32px;
  height: 32px;
  color: #e2bd54;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  padding: 5px;
  text-align: center;
  line-height: 22px;
}

.socialPluginBox .socialPluginList > li.ratedReviewBox {
  float: right;
}

.socialPluginBox .socialPluginList > li > .ratedReview {
  display: block;
  text-align: right;
  margin-top: 5px;
}

.socialPluginBox .socialPluginList > li > .ratedReview span {
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
}

.newTag, .saleTag {
  width: 72px;
  height: 72px;
  background-image: url(/images/icons/sale-new-tag.png);
  background-repeat: no-repeat;
}

.saleTag {
  background-position: 0 0;
}

.newTag {
  background-position: -72px 0;
}

.ratingStarsGray, .ratingStarsGrayHalf,
.ratingStarsGreen, .ratingStarsYellow {
  width: 18px;
  height: 18px;
  background-image: url(/images/icons/rating-starts.png);
  background-repeat: no-repeat;
}

.ratingStarsYellow {
  background-position: -54px 0;
}

.ratingStarsGreen {
  background-position: -36px 0;
}

.ratingStarsGray {
  background-position: -18px 0;
}

.ratingStarsGrayHalf {
  background-position: 0 0;
}

label.selectDropDown {
  position: relative;
  display: inline-block;
  height: 36px;
  width: 100%;
}

label.selectDropDown:after {
  content: " ";
  width: 22px;
  height: 36px;
  border-left: 1px solid #ddd;
  right: 0;
  top: 0;
  position: absolute;
  pointer-events: none;
  background: url(../images/icons/up-down.png) no-repeat center center;
}

.mandatory {
  color: red;
}

.columnCenter.column-center-home {
  padding: 0;
}

.headerFixed {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.signUpBox {
  width: 100%;
  display: block;
  margin: 0 0;
  padding: 0 0;
}

.signUpBox label {
  display: block;
  text-align: right;
  color: #0f0f0f;
  font-size: 10px;
  font-weight: 700;
}

.signUpBox label a {
  color: #0f0f0f;
}

.signUpBox label a:hover {
  color: #41657c;
}

.signUpBox .fieldBox {
  display: block;
  overflow: hidden;
  position: relative;
}

.signUpBox input[type=text] {
  border: 1px solid #666;
  padding: 5px 40px 5px 10px;
  color: #565656;
  font-size: 11px;
  line-height: 18px;
  height: 18px;
  float: right;
  width: 170px;
}

.signUpBox input[type=text]:focus {
  color: black;
}

.signUpBox input[type=submit].submitSearch {
  background-position: 2px 2px;
  width: 30px;
  height: 28px;
  background-color: #fff;
  border: none;
  float: right;
  position: absolute;
  top: 1px;
  right: 1px;
}

.signUpBox input[type=submit].submitSearch:hover {
  background-color: #dfdfdf;
}

.myBagDetailBox {
  width: 315px;
  margin: 0 0;
  padding: 8px 0;
  box-shadow: 0 0 4px #555;
  font-size: 11px;
  position: absolute;
  top: 20px;
  right: 0;
  display: none;
  z-index: 9999;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
}

.myBagDetailBox .thumbnail {
  border: 1px solid #999;
  padding: 1px 1px;
  overflow: hidden;
}

.myBagDetailBox .thumbnail a {
  display: block;
  margin: 0 0;
  padding: 0 0;
}

.myBagDetailBox .thumbnail img {
  width: 100%;
  height: auto;
}

.myBagDetailBox .columnFull {
  margin: 0 0;
}

.myBagDetailBox .productCode {
  font-weight: 700;
  line-height: 10px;
  padding-bottom: 2px;
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #404040;
}

.myBagDetailBox .productSku {
  font-weight: 700;
  line-height: 10px;
  padding-bottom: 2px;
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #404040;
}

.myBagDetailBox .productTitle {
  display: block;
  padding-bottom: 4px;
  margin: 0;
  margin-bottom: 2px;
  line-height: 13px;
  border-bottom: 1px solid #e9e9e9;
  color: #404040;
}

.myBagDetailBox .productDesc {
  color: #404040;
}

.myBagDetailBox .productPrice {
  color: red;
  font-weight: 700;
}

.myBagDetailBox .productQty {
  color: black;
  padding-left: 15px;
}

.myBagDetail ul a.remove:link {
  text-decoration: underline;
  color: #555;
  font-size: 11px;
  float: right;
  padding-right: 5px;
  text-transform: none;
  margin: 0;
}

.myBagDetail ul a.remove:hover {
  text-decoration: none;
  border: 0;
}

.myBagDetailBox .totalAmount {
  font-size: 16px;
  float: left;
  font-weight: 700;
  color: #404040;
  line-height: 30px;
  margin-left: 11px;
}

.myBagDetailBox input[type=button],
.myBagDetailBox input[type=submit] {
  font-size: 14px;
  font-weight: 700;
  margin-right: 11px;
}

.myBagDetail {
  clear: both;
  max-height: 335px;
  overflow-y: auto;
}

.myBagDetail ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0 0;
  overflow: hidden;
}

.myBagDetail ul > li {
  margin: 10px 10px 0;
  padding: 5px 5px;
  border: 1px dashed #e5e5e5;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 6px #f5f5f5;
  overflow: hidden;
  display: block;
}

.myBagDetail ul > li:first-child {
  margin-top: 0;
}

.myBagDetail ul > li:before {
  content: "";
}

.myBagDetail li {
  list-style: none;
}

.quickListDetailBox {
  position: fixed;
  bottom: -2px;
  right: 20px;
  width: 320px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  z-index: 999;
}

.quickListDetailBox .listTitle {
  display: block;
  padding: 0 10px;
  font-weight: 700;
  cursor: pointer;
  width: 125px;
  border: 1px solid #ddd;
  position: absolute;
  top: -30px;
  right: -1px;
  border-radius: 6px 6px 0 0;
  height: 30px;
  line-height: 28px;
  background-color: #f9f9f9;
}

.quickListDetailBox .listTitle:hover {
  color: black;
}

.quickListDetailBox .listContainer {
  display: block;
  padding: 0 0;
}

.quickListDetailBox .myBagDetailBox {
  box-shadow: none;
  position: static;
  float: right;
}

.quickListDetailBox .starIcon {
  background-position: 0 -252px;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
}

.starIcon {
  background-image: url(/images/icons/icon-18-18.png);
}

#ag-dropdown-designers .anchor-inline {
  width: 70%;
}

.anchor_thumb li {
  width: 200px;
  float: left;
  margin: 0 15px 15px 0;
}

.anchor_thumb li .thumb span {
  display: block;
  padding: 8px;
  background-color: #f7f7f7;
}

.anchor_thumb li h1 {
  margin: 5px 0 6px 5px;
  font-size: 16px;
  line-height: 15px;
  font-weight: 100;
  color: #c0aa90;
  text-align: left;
}

.anchor_thumb.single li {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  list-style: none;
}

.anchor_thumb.single li:hover {
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 0 5px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0 0 5px rgba(50, 50, 50, 0.3);
  box-shadow: 0 0 5px rgba(50, 50, 50, 0.3);
}

.anchor_thumb.single li:hover .thumb span {
  background: 0 0;
}

.anchor_thumb.multi .dropdown li {
  margin: 0;
}

.anchor_thumb.multi > ul > li {
  width: 265px;
  position: relative;
}

.anchor_thumb.multi ul li ul {
  -webkit-box-shadow: 0 1px 5px rgba(50, 50, 50, 0.37);
  -moz-box-shadow: 0 1px 5px rgba(50, 50, 50, 0.37);
  box-shadow: 0 1px 5px rgba(50, 50, 50, 0.37);
  z-index: 99;
  margin: 0 0 0 15px;
  position: absolute;
  width: 248px;
}

.anchor_thumb.multi h1 {
  padding: 0;
  margin: 0;
}

.anchor_thumb.multi li .dropdown h1 {
  cursor: pointer;
  padding: 0 0 0 25px;
  background-image: url(../images/cross-t-active.png);
  background-position: 8px center;
  background-repeat: no-repeat;
}

.anchor_thumb.multi li .dropdown li {
  width: 100%;
  background: #f7f7f7;
  text-indent: 10px;
}

.anchor_thumb.multi li .dropdown li a {
  display: block;
}

.anchor_thumb.multi li .dropdown h1.active {
  background-image: url(../images/cross-x-active.png);
}

.anchor_thumb.multi li .dropdown ul {
  display: none;
}

.anchor_thumb.multi li .dropdown li a:hover {
  border: none;
  background: #002b5c;
  color: #fff;
}

.debug-crit {
  display: block;
  color: #fff !important;
  border-bottom: 1px solid #eee !important;
}

.anchor_thumb li ul {
  margin: 0;
  padding: 0;
}

.anchor_thumb li ul li {
  width: 175px;
  margin: 0;
  padding: 2px 10px 2px 20px;
  list-style: none;
  background: url(/images/icons/side-nav-icon.png) no-repeat 7px 6px;
}

.anchor_thumb li ul li a {
  color: #999;
  text-decoration: none;
}

.anchor_thumb li ul li a:hover {
  color: #c0aa90;
  text-decoration: none;
}

.contentBox blockquote {
  border-left: none;
  padding: 0;
  margin: 0;
}

.silverware-page img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 25px;
}

.small-banner {
  width: 100%;
  height: auto;
  margin: 0 0 22px;
  padding: 0;
  float: left;
}

.small-banner ul {
  margin: 0;
  padding: 0;
}

.small-banner ul li {
  margin: 0;
  padding: 0 5px 0 0;
  list-style: none;
  float: left;
}

.small-banner ul li h1,
.small-banner ul li h2,
.small-banner ul li h3 {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.homeCategory {
  height: 220px;
  display: block;
  margin: 0 0;
  padding: 0 0;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  position: relative;
  text-align: center;
}

.homeCategory img {
  height: 100%;
  width: auto;
}

.homeCategory .title {
  width: 96%;
  position: absolute;
  bottom: 0;
  font-size: 14px;
  color: black;
  text-transform: uppercase;
  padding: 5px 2%;
  font-weight: 700;
}

.ourStores {
  width: 100%;
  float: left;
  margin: 0 0;
  overflow: hidden;
}

.ourStores img {
  display: block;
  margin-bottom: 10px;
}

.ourStores p {
  text-align: center;
}

.productGridBox {
  border: 1px solid #ddd;
  padding: 8px 8px;
  position: relative;
  float: left;
  width: 100%;
  border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  -webkit-border-radius: 4px 4px;
  margin-bottom: 15px;
}

.productGridBox .productImage {
  position: relative;
  width: 100%;
  /* height: 160px; */
  overflow: hidden;
  margin-bottom: 12px;
  text-align: center;
}

.productGridBox .productImage a {
  display: block;
}

.productGridBox .productImage img[src="http://ware-new.bluestar-apps.com/images/ajax-loader-product.gif"] {
  position: absolute;
  top: 50%;
  left: 50%;
}

.productGridBox .productImage img {
  height: auto;
  display: inline-block !important;
}

.productGridBox .productImage img.animateImageClass {
  position: absolute;
  top: 100px;
  left: 95px;
  width: auto;
  height: auto;
  display: inline-block;
}

.productGridBox .productImage > .sub-similar-product a {
  color: #333;
  display: inline-block;
}

.productGridBox .productImage > .viewDetail {
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px;
}

.productGridBox .productTitle {
  text-align: center;
  display: block;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

.productGridBox .productPrice {
  text-align: center;
  font-size: 14px;
  clear: both;
  padding-top: 5px;
  line-height: 22px;
}

.productGridBox .productPrice span {
  text-decoration: line-through;
  display: block;
  color: #888;
}

.productGridBox .productPrice span:first-child {
  font-size: 18px;
  color: #0f0f0f;
  text-decoration: none;
}

.productGridBox .newTag, .productGridBox .saleTag {
  position: absolute;
  left: -8px;
  top: -7px;
}

.productGridBox .saveForLater {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  display: none;
}

.productGridBox:hover .saveForLater {
  display: block;
}

.productGridBox .saveForLater a {
  text-decoration: none;
  color: black;
  font-size: 10px;
  display: block;
  line-height: 18px;
  background-image: url(/images/icons/icon-18-18.png);
  background-repeat: no-repeat;
  background-position: 0 -272px;
  padding-left: 20px;
}

.productGridBox .saveForLater a:hover {
  background-position: 0 -254px;
  color: #b01105;
}

.productGridBox .saveForLater a.saved {
  background-position: 0 -254px;
  color: #b01105;
  cursor: default;
}

.productGridBox2 {
  background-color: #fff;
  position: relative;
  display: block;
  padding-bottom: 27px;
  width: 100%;
  min-height: 225px;
  border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  -webkit-border-radius: 4px 4px;
  overflow: hidden;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  text-align: center;
}

.productGridBox2 .productImage {
  width: 100%;
  overflow: hidden;
  text-align: center;
  clear: both;
  height: 225px;
}

.productGridBox2 .productImage a {
  display: block;
}

.productGridBox2 .productImage img {
  height: auto;
}

.productGridBox2 .descriptionBox {
  width: 100%;
  position: absolute;
  bottom: -75px;
  background-color: #fbfaf8;
  transition: all 0.3s ease-in-out 0s;
  padding: 10px;
}

.productGridBox2:hover .descriptionBox {
  bottom: 0;
}

.productGridBox2 .productPrice, .productGridBox2 .productTitle {
  font-size: 16px;
  color: #90336f;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
  line-height: 26px;
}

.productGridBox2 .productPrice a, .productGridBox2 .productTitle a {
  color: #3e3e3e;
}

.productGridBox2 .productPrice a:hover, .productGridBox2 .productTitle a:hover {
  text-decoration: underline;
}

.productGridBox2 .productDesc {
  font-size: 11px;
  line-height: 14px;
  height: 40px;
  overflow: hidden;
}

.productGridBox2 .productInfo {
  font-size: 12px;
  font-weight: 700;
  color: #817c7a;
  line-height: 14px;
}

.productGridBox2 .shopNow {
  color: #fff;
  font-size: 11px;
  font-style: italic;
  float: right;
  background: #0f0f0f;
  padding: 5px;
  border-radius: 2px;
}

.productGridBox2 .shopNow:hover {
  text-decoration: none;
}

.productGridBox2 .actionButton, .productGridBox2 input {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .productGridBox2 {
    min-height: auto;
    padding-bottom: 0;
  }

  .productGridBox2 .productImage {
    height: auto;
  }

  .productGridBox2 .descriptionBox {
    position: relative;
    bottom: auto;
  }

  .productGridBox2 .productTitle {
    margin-bottom: 0;
    line-height: 22px;
  }

  .productGridBox2 .productDesc {
    line-height: 12px;
  }

  .productGridBox2 .shopNow {
    float: none;
    display: block;
  }
}
.productGridBox3 {
  position: relative;
  display: block;
  height: 245px;
  max-height: 245px;
  overflow: hidden;
}

.productGridBox3 .productImage {
  width: 100%;
  height: 134px;
  overflow: hidden;
}

.productGridBox3 .productImage img {
  width: 99%;
  height: auto;
  border: 1px solid #dfdfdf;
}

.productGridBox3 .productPrice, .productGridBox3 .productTitle {
  font-size: 16px;
  color: #90336f;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 6px;
  line-height: 22px;
  text-align: center;
}

.productGridBox3 .productPrice a, .productGridBox3 .productTitle a {
  color: #90336f;
}

.productGridBox3 .productPrice a:hover, .productGridBox3 .productTitle a:hover {
  text-decoration: underline;
}

.productGridBox3 .productDesc {
  line-height: 20px;
  text-align: center;
  padding-top: 12px;
}

.productGridBox3 .productInfo {
  font-size: 12px;
  font-weight: 700;
  color: #817c7a;
  line-height: 14px;
}

.selectDiamondHome {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
  text-align: center;
  width: 100%;
  float: left;
}

.selectDiamondHome li {
  width: 7.2%;
  margin: 0 0;
  padding: 0 1%;
  display: inline-block;
  *display: inline;
  text-align: center;
  zoom: 1;
}

.selectDiamondHome li img {
  display: block;
  text-align: center;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.selectDiamondHome li label {
  display: block;
  text-align: center;
  cursor: pointer;
}

.selectDiamondHome li label input[type=radio] {
  margin-bottom: 5px;
}

.selectMetalType {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
  text-align: center;
  width: 100%;
  float: left;
}

.selectMetalType li {
  padding: 0 15px;
  width: 33%;
  text-align: center;
  zoom: 1;
  border-left: 1px solid #dfdfdf;
  float: left;
}

.selectMetalType li:first-child {
  border-left: none;
}

.selectMetalType li img {
  display: inline-block;
  text-align: center;
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
  vertical-align: top;
}

.selectMetalType li label {
  display: block;
  text-align: center;
  cursor: pointer;
}

.selectMetalType li label input[type=radio] {
  margin-bottom: 5px;
}

.selectMetalType li label span {
  display: block;
  height: 24px;
  line-height: 12px;
  padding-top: 5px;
  text-align: center;
  overflow: hidden;
}

.selectYourStyle {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
  text-align: center;
  width: 100%;
  float: left;
}

.selectYourStyle li {
  padding: 0 15px;
  width: 20%;
  text-align: center;
  zoom: 1;
  border-left: 1px solid #dfdfdf;
  float: left;
}

.selectYourStyle li:first-child {
  border-left: none;
}

.selectYourStyle li img {
  display: inline-block;
  text-align: center;
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
  vertical-align: top;
}

.selectYourStyle li label {
  display: block;
  text-align: center;
  cursor: pointer;
}

.selectYourStyle li label input[type=radio] {
  margin-bottom: 5px;
}

.selectYourStyle li label span {
  display: block;
  height: 24px;
  line-height: 12px;
  padding-top: 5px;
  text-align: center;
  overflow: hidden;
}

.contentBox {
  padding-bottom: 20px;
  display: block;
  overflow: hidden;
}

.contentBox p {
  padding-bottom: 10px;
}

.contentTitle {
  display: block;
  padding-bottom: 10px;
}

.contentBox .contentTitle {
  display: block;
  font-weight: 700;
  padding-bottom: 5px;
}

.contentList.diamondListBullet li {
  background-position: 0 -198px;
  padding-left: 25px;
}

.contentList {
  margin: 0 0 20px;
  padding: 0 0;
}

.contentList li {
  display: block;
  line-height: 16px;
  padding-bottom: 6px;
}

.specialityTags {
  list-style: none;
  margin: 0 0;
  width: 100%;
  float: left;
  text-align: center;
}

.specialityTags li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  border-left: 1px solid #dfdfdf;
  padding: 0 20px;
}

.specialityTags li:first-child {
  border-left: none;
}

.pageBanner {
  width: 100%;
  float: left;
  margin: 0 0 15px;
  padding: 0 0;
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}

.pageBanner img {
  width: inherit;
  height: auto;
}

.pageBanner .bannerCaption {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 60%;
}

.pageBanner .bannerCaption .bannerTitle {
  font-size: 30px;
  margin: 0;
}

@media (max-width: 767px) {
  .pageBanner .bannerCaption .bannerTitle {
    font-size: 16px;
  }

  .categoryListing .row,
.productListing .row {
    margin-left: -7px;
    margin-right: -7px;
  }

  .categoryListing .row [class*=col-],
.productListing .row [class*=col-] {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 990px) {
  .productListing .productGridBox .productTitle {
    height: 54px;
    line-height: 14px;
  }

  .productListing .productGridBox .viewDetail {
    display: block !important;
    font-size: 10px;
    white-space: nowrap;
    padding: 3px;
    top: 80%;
  }
}
.breadcrumb {
  font-weight: 400;
  text-align: left;
  display: block;
  line-height: 30px;
  margin-bottom: 12px;
  clear: both;
}

.breadcrumb a {
  color: #c0aa90;
  position: relative;
  margin-right: 5px;
  padding-right: 2px;
  display: inline-block;
  font-style: italic;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb ul {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
  text-align: center;
}

.breadcrumb ul li {
  margin: 0 10px 0 0;
  padding: 0 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.breadcrumb ul li a:after {
  position: absolute;
  content: ">";
  right: -12px;
}

.breadcrumb ul li.active {
  color: black;
  font-style: italic;
  font-weight: 700;
}

.filter-new {
  font-weight: 400;
  text-align: left;
  display: block;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
}

.filter-new ul {
  margin: 0;
  padding: 0;
}

.filter-new ul li {
  margin: 0;
  padding: 0 0 10px 10px;
  list-style: none;
  float: left;
}

.filter-new ul li:first-child, .filter-new.fourDD ul li:first-child {
  width: 80px;
}

.filter-new ul li {
  width: 20.9%;
}

.filter-new.fourDD ul li {
  width: 20%;
}

.filter-new ul li .fiter-text {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #3e3e3e;
  font-size: 11px;
  line-height: 34px;
  text-transform: uppercase;
  float: left;
}

.filter-new ul li .selectDropDown {
  width: 100%;
}

.filter-new ul li .selectDropDown select {
  width: 100%;
}

.filter-new ul li .selectDropDown-new {
  width: 145px;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  overflow: hidden;
  background-color: #fff;
  display: inline-block;
}

.filter-new ul li .selectDropDown-new select {
  width: 180px;
  height: 100%;
  display: block;
  border: none;
  background: 0 0;
  outline: 0;
  padding: 2px 15px 2px 2px;
}

#advancedFilter {
  margin: 0 0;
  padding: 12px 12px 0;
  background-color: #e8e8e8;
  position: relative;
  clear: both;
}

#advancedFilter .columnFull {
  background-color: #fff;
  padding: 10px 1.7%;
  width: 96.6%;
}

#advancedFilter .oneSixth p {
  padding: 12px 0;
}

.filterBar {
  border-top: 12px solid #e8e8e8;
}

.filterBar .filterHideShow {
  width: 150px;
  padding: 12px 12px;
  text-align: left;
  float: left;
  border-radius: 0 0 4px 4px;
  font-weight: 700;
  background-color: #e8e8e8;
}

.filterBar .filterHideShow:hover {
  color: black;
}

.filterBar .filterHideShow span {
  float: right;
  vertical-align: top;
  margin-top: -1px;
}

.filterBar .filterForm {
  margin: 10px 0 0;
}

.filterBar .filterForm label {
  color: black;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  line-height: 24px;
}

.filterBar .resultFound {
  color: black;
  line-height: 24px;
}

.sideNavigationBox {
  width: 100%;
  margin: 0 0;
  padding: 0 0;
  clear: both;
}

.sideNavigationBox .sideNavTitle {
  display: block;
  margin: 0 0 3px;
  padding: 6px 0 6px 10px;
  text-transform: uppercase;
  font-size: 11px;
  clear: both;
  background-color: #0f0f0f;
  color: #fff;
}

.sideNavigation {
  width: 100%;
  float: left;
  margin: 0 0 20px;
  padding: 0 0;
  list-style: none;
}

.sideNavigation li {
  display: block;
}

.sideNavigation li a {
  color: #3e3e3e;
  display: block;
  padding: 0 12px 0 10px;
  font-size: 11px;
  line-height: 24px;
  text-transform: capitalize;
}

.sideNavigation li a:hover {
  color: #e2bd54;
}

.sideNavigation li.level {
  background: url(/images/arrow-right-gray.png) no-repeat right 11px;
}

.sideNavigation li.level strong {
  padding: 0 12px 0 10px;
}

.sideNavigation li.level span {
  float: right;
  text-decoration: underline;
}

.sideNavigation li ol.subSideNavigation {
  padding: 5px;
  margin: 5px 10px;
  background-color: #f1f1f1;
}

.sideNavigation li ol.subSideNavigation li {
  display: block;
}

.sideNavigation li ol.subSideNavigation li a {
  color: #3e3e3e;
  display: block;
  padding: 0 12px 0 10px;
  font-size: 11px;
  line-height: 24px;
  text-transform: capitalize;
}

.sideNavigation li ol.subSideNavigation li a:hover {
  color: #e2bd54;
}

.productFilterBox {
  margin: 0 0 15px;
  padding: 0 0;
  border: 1px solid #dfdfdf;
  border-radius: 4px 4px 0 0;
  display: block;
  overflow: hidden;
}

.productFilterBox .filterTitle {
  display: block;
  margin: 0 0;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  clear: both;
  line-height: 32px;
  cursor: pointer;
}

.productFilterBox .filterTitle span {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
}

.productFilterBox .filterTitle .selectDropDown {
  margin: 4px 5px 0 5px;
  width: 175px;
  vertical-align: top;
  float: right;
  border-color: #d3d3d3;
}

.productFilterBox .filterTitle .selectDropDown select {
  width: 208px;
}

.productFilterBox ul {
  list-style: none;
  margin: 8px 0 0;
  padding: 0 5px;
  height: 155px;
  overflow-y: auto;
}

.productFilterBox ul li {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  line-height: 20px;
}

.productFilterBox ul li label {
  display: block;
  line-height: 18px;
  padding: 3px 5px;
  line-height: 20px;
}

.productFilterBox ul li label a {
  text-decoration: underline;
}

.productFilterBox ul li label:hover, .productFilterBox ul li label:hover a {
  color: #283e31;
  background-color: #dfdfdf;
}

.productFilterBox ul li label input[type=checkbox], .productFilterBox ul li label input[type=radio] {
  padding-right: 7px;
  vertical-align: text-top;
}

.productDetailBox .productTitle {
  font-weight: 700;
  font-size: 16px;
  display: block;
  text-align: left;
}

.productDetailBox .productCode {
  font-weight: 700;
  line-height: 22px;
  display: block;
}

.productDetailBox .productDesc {
  display: block;
  text-align: justify;
}

.productDetailBox .productSalesPrice {
  font-size: 40px;
  color: #b05a92;
  line-height: 48px;
  display: inline-block;
}

.productDetailBox .productSalesPrice em {
  font-size: 16px;
  vertical-align: top;
  color: #404040;
}

.productDetailBox .productPrice {
  font-size: 16px;
  color: #a0a0a0;
  text-decoration: line-through;
  border-left: 1px solid #dfdfdf;
  padding-left: 15px;
  margin-left: 15px;
  display: inline-block;
  line-height: 48px;
  vertical-align: top;
}

.productDetailBox .productReview {
  display: block;
  margin: 10px 0;
}

.productDetailBox .productImage {
  margin: 0 0;
  padding: 0 0;
}

.requestButtonBox {
  width: 410px;
  float: left;
}

.requestButtonBox .selectYourRing {
  display: block;
  margin-bottom: 15px;
}

.requestButtonBox .selectYourRing .selectDropDown {
  width: 180px;
}

.requestButtonBox .selectYourRing .selectDropDown select {
  width: 212px;
}

.requestButtonBox .selectYourRing label {
  display: block;
  padding-bottom: 7px;
}

.requestButtonBox .savedItemNo, .requestButtonBox .savedItemYes {
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  padding-left: 32px;
}

.requestButtonBox .savedItemYes {
  background-position: -8px -57px;
}

.requestButtonBox .savedItemNo {
  background-position: -8px -93px;
}

.requestButtonBox .addToCartButton {
  width: 400px;
  height: 56px;
  display: block;
  margin-bottom: 15px;
}

.requestButtonBox .addToCartButton input[type=button], .requestButtonBox .addToCartButton input[type=submit] {
  font-size: 24px;
  color: #fff;
  text-align: left;
  height: inherit;
  width: inherit;
  border: none;
  padding-left: 20px;
  cursor: pointer;
  font-weight: 700;
}

.requestButtonBox .addToCartButton input[type=button].addtocartIcon, .requestButtonBox .addToCartButton input[type=submit].addtocartIcon {
  background-position: 340px 15px;
  background-color: transparent;
}

.requestButtonBox .buttonType28 {
  width: 40%;
  float: left;
  margin: 15px 25px 0 0;
}

.socialWidget {
  list-style: none;
  margin: 10px 0;
  padding: 0 0;
  width: 100%;
  float: left;
}

.socialWidget li {
  margin-left: 15px;
  float: left;
  overflow: hidden;
}

.socialWidget li:first-child {
  margin-left: 0;
}

.specificationBox {
  width: 100%;
  float: left;
  margin: 0 0;
  padding: 0 0;
}

.specificationBox .specificationTabs {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  float: left;
}

.specificationBox .specificationTabs li {
  margin: 0 5px;
  padding: 0 0;
  float: left;
  position: relative;
}

.specificationBox .specificationTabs li .arrowDown {
  width: 100%;
  height: 11px;
  background: url(/images/icons/arrow-down-black2.png) no-repeat center top;
  position: absolute;
  display: none;
  bottom: -9px;
}

.specificationBox .specificationTabs li.active .arrowDown, .specificationBox .specificationTabs li:hover .arrowDown {
  display: block;
}

.specificationBox .specificationTabs li a {
  padding: 6px 10px;
  border-radius: 4px 4px 0 0;
  display: block;
  border-bottom: none !important;
}

.specificationBox .specificationTabs li.active a, .specificationBox .specificationTabs li:hover a {
  background: #4a4a4a;
  color: #fff;
  background: -moz-linear-gradient(top, #4a4a4a 0, #252525 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4a4a4a), color-stop(100%, #252525));
  background: -webkit-linear-gradient(top, #4a4a4a 0, #252525 100%);
  background: -o-linear-gradient(top, #4a4a4a 0, #252525 100%);
  background: -ms-linear-gradient(top, #4a4a4a 0, #252525 100%);
  background: linear-gradient(to bottom, #4a4a4a 0, #252525 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4a4a4a", endColorstr="#252525", GradientType=0 );
}

.specificationTable {
  width: 100%;
  float: left;
  margin: 15px 0 25px;
}

.specificationTable table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dfdfdf;
}

.specificationTable table tr td {
  padding: 4px 8px;
  text-align: left;
}

.specificationTable table tbody tr {
  border-top: 1px solid #dfdfdf;
}

.specificationTable table tbody tr:first-child {
  border-top: none;
}

.specificationTable table tbody tr:nth-child(even) {
  background: #fefefe;
}

.specificationTable table tbody tr:nth-child(odd) {
  background: #f5f5f5;
}

.specificationTable table tbody tr td:nth-child(1) {
  width: 20%;
  font-weight: 700;
}

.specificationTable table tbody tr td:nth-child(2) {
  width: 1%;
  text-align: center;
}

.specificationTable table tbody tr td:nth-child(3) {
  width: 79%;
}

.productDetailLeft {
  width: 90%;
  min-height: 500px;
  padding-right: 7%;
  float: left;
  border-right: 1px solid #f5f5f5;
  box-shadow: inset -20px 0 30px -10px #dfdfdf;
}

.productPrivewBox {
  width: 100%;
  height: 300px;
  float: left;
  margin: 20px 0;
  padding: 0 0;
  background-color: #fff;
  outline: 1px solid #dfdfdf;
  overflow: hidden;
  position: relative;
}

.productPrivewBox img {
  width: 100%;
  height: auto;
}

p.zoomIcon {
  padding-left: 24px;
  background-position: 0 -180px;
  display: block;
  overflow: hidden;
}

.productPrivewThumb {
  list-style: none;
  margin: 12px 0;
  padding: 0 0;
  width: 100%;
  float: left;
}

.productPrivewThumb li {
  float: left;
  margin: 0 0 0 10px;
  width: 22.75%;
  border: 1px solid #dfdfdf;
  height: 68px;
  overflow: hidden;
  text-align: center;
}

.productPrivewThumb li:first-child {
  margin-left: 0;
}

.productPrivewThumb li a {
  display: block;
}

.productPrivewThumb li img {
  width: 100%;
  height: auto;
  opacity: 0.6;
}

.productPrivewThumb li:hover img {
  opacity: 10;
}

.productPrivewThumb li:hover {
  border-color: #999;
}

.btnRequestsGroup {
  background-color: #FFFEDF;
  padding: 5px 10px;
  margin: 0 0 50px;
}

.btnRequests {
  margin-left: -5px;
  margin-right: -5px;
}

.btnRequests [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
  margin: 5px 0;
}

.btnRequests .tollFreeNo {
  font-size: 12px;
  display: block;
  text-align: center;
  line-height: 18px;
}

.btnRequests .tollFreeNo span {
  font-size: 12px;
  font-size: 20px;
  display: block;
  color: #A92A13;
}

.please_call {
  background-color: #FFFEDF;
  border: 1px solid #DFDFDF;
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 10px;
  text-align: center;
}

.please_call strong, .please_call span {
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
}

.please_call span {
  font-size: 20px;
  padding-left: 10px;
}

.followingShapes {
  width: 100%;
  float: left;
  margin: 0 0;
  padding: 0 0;
}

.followingShapes p {
  text-align: center;
  font-weight: 700;
}

.followingShapes ul {
  list-style: none;
  text-align: center;
  width: 100%;
  float: left;
  margin: 10px 0 0;
}

.followingShapes ul li {
  width: 18px;
  height: 18px;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  display: inline-block;
  margin: 0 2px;
}

.followingShapes ul li a {
  display: block;
  height: 18px;
}

.threeDviewButtonBox {
  display: block;
  margin: 0 0;
  padding: 20px 10px;
  background: url(/images/3d-view.png) no-repeat right center;
}

.threeDviewButtonBox .buttonType28 {
  width: 200px;
  margin-bottom: 15px;
}

.youMayAlsoLike,
.youMayAlsoLike p {
  display: block;
}

.starRatingBox {
  display: block;
  margin: 0 0;
  padding: 0 0;
  line-height: 18px;
}

.starRatingBox .starRating {
  width: 90px;
  height: 18px;
  background-position: 0 -272px;
  background-repeat: repeat-x;
  float: left;
  margin-right: 15px;
}

.starRatingBox .starRating .starRated {
  display: block;
  height: 18px;
  width: 10%;
  background-position: 0 -254px;
  background-repeat: repeat-x;
}

.starRatingBox ul {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
}

.starRatingBox ul li {
  display: inline-block;
  margin: 0 -1px;
  line-height: 18px;
  vertical-align: top;
}

.verticleOr {
  width: 1px;
  height: inherit;
  background-color: #ddd;
  position: relative;
  margin: 0 12px 0 0;
}
.verticleOr:before {
  border-radius: 50%;
  color: black;
  content: "OR";
  width: 24px;
  height: 24px;
  left: -12px;
  line-height: 24px;
  overflow: hidden;
  position: absolute;
  top: 40%;
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  background-color: #ddd;
}

.createYourAccount,
.newAccountForm {
  width: 100%;
  float: left;
  margin: 20px 0;
  padding: 12px;
  border: 1px solid #dfdfdf;
  min-height: 245px;
}
.createYourAccount .title,
.newAccountForm .title {
  color: #3e3e3e;
  border-bottom: 1px solid #dfdfdf;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0 0 10px;
}
.createYourAccount .title > .errorMsg,
.newAccountForm .title > .errorMsg {
  float: right;
  margin-top: 11px;
  color: #0f0f0f;
  font-size: 12px;
  font-weight: 400;
  text-decoration: blink;
}
.createYourAccount p,
.newAccountForm p {
  font-size: 13px;
  line-height: 22px;
}
.createYourAccount .gotoPage,
.newAccountForm .gotoPage {
  float: left;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 11px;
  margin-top: 8px;
  color: #3e3e3e;
}
.createYourAccount .gotoPage:hover,
.newAccountForm .gotoPage:hover {
  text-decoration: none;
  color: #0f0f0f;
}

.createYourAccount .formBox {
  width: 100%;
  float: left;
  margin: 15px 0 0;
}

.newAccountForm p {
  color: #3e3e3e;
  padding-bottom: 10px;
}
.newAccountForm .guestCheckoutBox {
  text-align: center;
}
.newAccountForm .form-control {
  border-radius: 0;
  box-shadow: none;
}
.newAccountForm .g-recaptcha {
  width: 300px;
  display: inline-block;
}
.newAccountForm .verticleOr {
  height: 135px;
  position: absolute;
  left: 7px;
}
.newAccountForm .chekout-text p {
  text-align: left;
  margin-top: 10px;
  padding-left: 10px;
}
.newAccountForm ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.newAccountForm ul > li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .newAccountForm .guestCheckoutBox {
    width: 100%;
    float: left;
    border-top: 1px solid #d5d5d5;
    margin-top: 20px;
    padding-top: 20px;
  }
  .newAccountForm .verticleOr {
    display: none;
  }
  .newAccountForm .chekout-text p {
    padding-left: 0;
  }
}

#shoppingCartList {
  width: 100%;
  float: left;
  margin: 0 0;
  padding: 0 0;
  clear: both;
}

#shoppingCartList table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}

#shoppingCartList table tr td {
  padding: 5px 10px;
  vertical-align: top;
}

#shoppingCartList table tr td:nth-child(1) {
  width: 20%;
  text-align: left;
}

#shoppingCartList table tr td:nth-child(2) {
  width: 32%;
  text-align: left;
}

#shoppingCartList table tr td:nth-child(3) {
  width: 16%;
  text-align: center;
}

#shoppingCartList table tr td:nth-child(4) {
  width: 16%;
  text-align: center;
}

#shoppingCartList table tr td:nth-child(5) {
  width: 16%;
  text-align: right;
}

#shoppingCartList table thead {
  background-color: #ebebeb;
  font-weight: 700;
  height: 40px;
  line-height: 30px;
}

#shoppingCartList table tbody tr {
  border-bottom: 1px solid #dfdfdf;
}

#shoppingCartList .productCode, #shoppingCartList .productImage, #shoppingCartList .productQty, #shoppingCartList .productRemove, #shoppingCartList .productSalePrice, #shoppingCartList .productSize, #shoppingCartList .productTitle {
  display: block;
}

#shoppingCartList .productImage {
  width: 100%;
  float: left;
  overflow: hidden;
}

#shoppingCartList .productImage img {
  width: 100%;
  height: auto;
}

#shoppingCartList .productTitle {
  font-weight: 700;
  margin-top: 20px;
}

#shoppingCartList .productCode {
  text-transform: uppercase;
}

#shoppingCartList .productSize {
  font-weight: 700;
}

#shoppingCartList .productQty {
  margin-top: 20px;
}

#shoppingCartList .productQty select {
  border: 1px solid #dfdfdf;
  padding: 2px 2px;
  width: 50px;
}

#shoppingCartList .productRemove {
  color: #3e3e3e;
  margin-top: 20px;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}

#shoppingCartList .productRemove:hover {
  color: #0f0f0f;
  text-decoration: none;
}

#shoppingCartList .productSalePrice {
  font-weight: 700;
  margin-top: 20px;
}

.paymentSecureVoucher {
  list-style: none;
  margin: 0 0;
  padding: 10px 10px;
}

.paymentSecureVoucher li {
  float: left;
  height: 90px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #dfdfdf;
}

.paymentSecureVoucher li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

.paymentSecureVoucher li span {
  font-weight: 700;
  color: black;
  font-weight: 14px;
  margin-bottom: 6px;
  display: block;
}

.paymentSecureVoucher li input[type=text] {
  width: 99%;
  border: 1px solid #dfdfdf;
  text-indent: 6px;
}

.paymentSecureVoucher li input[type=submit] {
  display: block;
  width: 205px;
  margin-top: 5px;
}

.cartHeader {
  width: 100%;
  margin: 50px 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.cartHeader .title {
  font-size: 24px;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .cartHeader {
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .cartHeader .title {
    margin: 0 0 20px;
  }
  .cartHeader .btn {
    display: block;
  }
}

.carttotal {
  margin: 15px 5px 0 0;
}
.carttotal table {
  width: 100%;
  border-collapse: separate;
}
.carttotal table tr td {
  padding: 2px 10px;
  text-align: right;
}

.infoBox {
  height: 290px;
}

.selectDropDown {
  min-width: 100%;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  overflow: hidden;
  background: #fff url(/images/icons/up-down.png) no-repeat right center;
  display: inline-block;
}

.selectDropDown select {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  background: 0 0;
  outline: 0;
  padding: 3px;
}

.selectDropDown select option {
  margin: 0 0;
  padding: 2px 0;
}

#easy_zoom {
  width: 520px;
  height: 400px;
  border: 5px solid #eee;
  background: #fff;
  color: #333;
  position: absolute;
  top: 0;
  left: 100%;
  overflow: hidden;
  -moz-box-shadow: 0 0 10px #777;
  -webkit-box-shadow: 0 0 10px #777;
  box-shadow: 0 0 10px #777;
  line-height: 400px;
  text-align: center;
  z-index: 998;
}

.quickListDetail {
  width: 315px;
  margin: 0 0;
  padding: 8px 8px;
  box-shadow: 4px 0 0 #555;
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 9999;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  background-color: #f5f5f5;
}

.quickListDetail .columnFull {
  width: 100%;
  margin-bottom: -8px;
  margin-left: -8px;
  padding: 0 8px 20px;
  background-color: #ccc;
  background-image: -moz-linear-gradient(center top, #fff, #ccc);
  box-shadow: 0 1px 0 rgba(200, 200, 200, 0.2);
  cursor: pointer;
}

.innerQuickList .columnFull .savedItems {
  font-size: 16px;
  float: left;
  color: #90336f;
  line-height: 30px;
}

.quickListDetail .innerQuickList {
  width: 315px;
  margin: 0 0;
  box-shadow: 0 0 4px #555;
  display: none;
  z-index: 9999;
  background-color: #f5f5f5;
}

.quickListDetail .innerQuickList .thumbnail {
  border: 1px solid #999;
  padding: 1px 1px;
  overflow: hidden;
}

.quickListDetail .innerQuickList .thumbnail img {
  width: 100%;
  height: auto;
}

.quickListDetail .innerQuickList .columnFull {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #666;
  background-color: #f5f5f5;
}

.quickListDetail .innerQuickList .productSku, .shortCartDetail .productDesc, .shortCartDetail .productPrice, .shortCartDetail .productQty, .shortCartDetail .productTitle {
  font-size: 10px;
  color: #5a5a5a;
}

.quickListDetail .innerQuickList .productSku {
  font-weight: 700;
  line-height: 10px;
  padding-bottom: 2px;
  display: block;
}

.quickListDetail .innerQuickList .productTitle {
  display: block;
  padding-bottom: 4px;
  margin: 0;
  margin-bottom: 2px;
  line-height: 13px;
  border-bottom: 1px solid #e9e9e9;
}

.quickListDetail .innerQuickList .productPrice {
  color: red;
  font-weight: 700;
}

.quickListDetail .innerQuickList .productQty {
  color: black;
  padding-left: 15px;
}

.quickListDetail .innerQuickList .remove {
  text-decoration: underline;
  color: #555;
  font-size: 10px;
  float: right;
}

.quickListDetail .innerQuickList .remove:hover {
  text-decoration: none;
}

.quickListDetail .innerQuickList .totalAmount {
  font-size: 18px;
  float: left;
  color: #90336f;
  line-height: 30px;
}

.quickListDetail .innerQuickList input[type=submit], .shortCartDetail input[type=button] {
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  width: 315px;
}

.classForDevUse {
  position: relative;
}

.removeFromQuick {
  display: none;
  margin: 5px 8px 5px 5px;
  padding: 2px;
  position: absolute;
  right: 8px;
  top: -8px;
}

.classForDevUse article {
  position: absolute;
  background: url(/images/image_hover.png);
  background-repeat: repeat;
  width: 100%;
  height: 175px;
}

.classForDevUse article.da-animate {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.classForDevUse:hover .removeFromQuick {
  display: block;
}

.staticBlock {
  border-style: dashed !important;
  display: block;
  padding: 10px;
}

.da-slideFromTop {
  left: 0;
  top: -100%;
}

.da-slideFromBottom {
  left: 0;
  top: 100%;
}

.da-slideFromLeft {
  top: 0;
  left: -100%;
}

.da-slideFromRight {
  top: 0;
  left: 100%;
}

.da-slideTop {
  top: 0;
}

.da-slideLeft {
  left: 0;
}

.classForDevUse article a {
  color: #fff;
  padding: 20px;
}

.classForDevUse article h3 {
  color: #fff;
  padding-top: 25px;
  font-size: 14px;
  margin: 0 10px;
  width: auto;
  line-height: 20px;
}

.classForDevUse article p {
  float: left;
  width: 100%;
  display: block;
  margin-top: 20px;
}

.classForDevUse article p a {
  text-indent: -99999px;
  padding: 5px 15px;
}

.classForDevUse article p a.link {
  background: url(/images/icon-link.png) no-repeat center #fff;
}

.classForDevUse article p a.link:hover {
  background: url(/images/icon-link.png) no-repeat center #aaa;
}

.classForDevUse article p a.cart {
  background: url(/images/icon-addcart.png) no-repeat center #fff;
}

.classForDevUse article p a.cart:hover {
  background: url(/images/icon-addcart.png) no-repeat center #aaa;
}

.classForDevUse article p a.zoom {
  background: url(/images/icon-zoom.png) no-repeat center #fff;
}

.classForDevUse article p a.zoom:hover {
  background: url(/images/icon-zoom.png) no-repeat center #aaa;
}

.classForDevUse article p a.quick_list {
  background: url(/images/star_add.png) no-repeat center #fff;
}

.classForDevUse article p a.quick_list:hover {
  background: url(/images/star_add.png) no-repeat center #aaa;
}

.classForDevUse article p a.quick_list_added {
  background: url(/images/star_added.png) no-repeat center #fff;
}

.classForDevUse article p a.quick_list_added:hover {
  background: url(/images/star_added.png) no-repeat center #aaa;
}

.classForDevUse article p a:hover {
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.legendBox {
  border: 1px solid #dfdfdf;
  border-radius: 6px 6px;
  padding: 10px 10px;
  margin-top: 15px;
  position: relative;
}

.legendBox .legendTitle {
  background-color: #fff;
  line-height: 24px;
  padding: 0 5px;
  font-weight: 700;
  position: absolute;
  left: 15px;
  top: -12px;
}

.legendBox .legendContent {
  width: 100%;
  float: left;
  margin: 0 0;
  padding: 0 0;
  clear: both;
}

.legendBox h1.legendTitle {
  background-color: #fff;
  line-height: 24px;
  padding: 0 5px;
  font-weight: 700;
  position: absolute;
  left: 15px;
  top: -12px;
  font-size: 14px;
}

.columnCenter .bridal-registry-container {
  width: 698px;
  height: auto;
  margin: 10px 0 10px;
  padding: 0;
  float: left;
}

.columnCenter .bridal-registry-container .bridal-img-text {
  width: 968px;
  height: auto;
  margin: 0 0 15px;
  padding: 0;
  float: left;
}

.columnCenter .bridal-registry-container .bridal-img {
  width: 138px;
  height: 136px;
  margin: 0 15px 0 0;
  padding: 0;
  float: left;
}

.columnCenter .bridal-registry-container .bridal-text {
  width: 815px;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  font-size: 14px;
  color: #484848;
  text-align: justify;
}

.columnCenter .bridal-registry-container .wedding-month-con {
  width: 938px;
  height: auto;
  margin: 0;
  padding: 15px;
  float: left;
  background-color: #fff3e7;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month {
  width: 600px;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month.after-login {
  width: 938px;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month .wed-head {
  width: 550px;
  height: auto;
  margin: 0;
  padding: 0 0 10px 10px;
  float: left;
  border-bottom: 2px solid #273e31;
  font-family: Norican;
  font-size: 24px;
  color: #273e31;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month .wed-head.after-login-head {
  width: 740px;
  height: auto;
  margin: 0;
  padding: 0 0 10px 10px;
  float: left;
  border-bottom: 2px solid #273e31;
  font-family: Norican;
  font-size: 24px;
  color: #273e31;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month .wed-mon-link {
  width: 550px;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month .wed-mon-link ul {
  margin: 0;
  padding: 0;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month .wed-mon-link ul li {
  width: 164px;
  margin: 0;
  padding: 20px 10px 0;
  list-style: none;
  float: left;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month .wed-mon-link ul li a {
  font-family: Norican;
  font-size: 20px;
  color: #273e31;
  text-decoration: none;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month .wed-mon-link ul li a:hover {
  color: #273e31;
  text-decoration: underline;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-reg {
  width: 338px;
  height: 379px;
  margin: 0;
  padding: 0;
  float: left;
  background-color: #ffd8ba;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-reg .reg-text {
  width: 338px;
  height: auto;
  margin: 0;
  padding: 25px 0;
  text-align: center;
  float: left;
  font-family: Norican;
  font-size: 24px;
  color: #913f00;
  line-height: 36px;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-reg .click-button {
  width: 338px;
  height: auto;
  margin: 0;
  padding: 20px 0 50px;
  text-align: center;
  float: left;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-reg .click-button a {
  margin: 0;
  padding: 9px 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  background: url(../images/button-bg.jpg) repeat-x;
  text-transform: uppercase;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-reg .click-button a:hover {
  margin: 0;
  padding: 9px 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  background: url(../images/button-bg-h.jpg) repeat-x;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-reg .reg-log-text {
  width: 338px;
  height: auto;
  margin: 0;
  padding: 0 0;
  text-align: center;
  float: left;
  font-size: 18px;
  color: #273e31;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-reg .reg-log-text a {
  color: #273e31;
  text-decoration: underline;
  font-weight: 700;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-reg .reg-log-text a:hover {
  color: #273e31;
  text-decoration: none;
}

.columnCenter .bridal-registry-container .wedding-month-con.month-page {
  width: 938px;
  height: auto;
  margin: 0;
  padding: 15px;
  float: left;
  background-color: #fff3e7;
  min-height: 422px;
}

.columnCenter .bridal-registry-container .wedding-month-con .month-head {
  width: 938px;
  height: auto;
  margin: 0;
  padding: 0 0 10px;
  float: left;
  border-bottom: 2px solid #273e31;
  font-family: Norican;
  font-size: 24px;
  color: #273e31;
}

.columnCenter .bridal-registry-container .wedding-month-con .mon-link {
  width: 938px;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.columnCenter .bridal-registry-container .wedding-month-con .mon-link ul {
  margin: 0;
  padding: 0;
}

.columnCenter .bridal-registry-container .wedding-month-con .mon-link ul li {
  width: 228px;
  margin: 0;
  padding: 20px 10px 0;
  list-style: none;
  float: left;
}

.columnCenter .bridal-registry-container .wedding-month-con .mon-link ul li a {
  font-family: Norican;
  font-size: 20px;
  color: #273e31;
  text-decoration: none;
}

.columnCenter .bridal-registry-container .wedding-month-con .mon-link ul li a:hover {
  color: #273e31;
  text-decoration: underline;
}

.columnCenter .bridal-registry-container .wedding-month-con .month-head {
  width: 928px;
  height: auto;
  margin: 0;
  padding: 0 0 10px 10px;
  float: left;
  border-bottom: 2px solid #273e31;
  font-family: Norican;
  font-size: 24px;
  color: #273e31;
}

.columnCenter .bridal-registry-container .wedding-month-con .bridal-product-page {
  width: 938px;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.columnCenter .bridal-registry-container .wedding-month-con .pro-link {
  width: 600px;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.columnCenter .bridal-registry-container .wedding-month-con .pro-link ul {
  margin: 0;
  padding: 0;
}

.columnCenter .bridal-registry-container .wedding-month-con .pro-link ul li {
  width: 100%;
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;
  float: left;
}

.columnCenter .bridal-registry-container .wedding-month-con .pro-link ul li.birdal-top-mar {
  padding: 40px 0 0 0;
}

.columnCenter .bridal-registry-container .wedding-month-con .pro-link ul li.birdal-top-bot-mar {
  padding: 40px 0 20px 0;
}

.columnCenter .bridal-registry-container .wedding-month-con .pro-link ul li span {
  width: 150px;
  font-size: 14px;
  font-weight: 700;
  color: #273e31;
  float: left;
  padding: 0 0 0 10px;
}

.columnCenter .bridal-registry-container .wedding-month-con .pro-link ul li label {
  width: 325px;
  font-size: 14px;
  font-weight: 400;
  color: #273e31;
  float: left;
}

.columnCenter .bridal-registry-container .wedding-month-con .pro-link ul li a {
  margin: 0;
  padding: 9px 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  background: url(../images/button-bg.jpg) repeat-x;
  text-transform: uppercase;
}

.columnCenter .bridal-registry-container .wedding-month-con .pro-link ul li a:hover {
  margin: 0;
  padding: 9px 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  background: url(../images/button-bg-h.jpg) repeat-x;
}

.columnCenter .bridal-registry-container .wedding-month-con .pro-img-con {
  width: 265px;
  height: auto;
  margin: 0;
  padding: 10px 0 0 0;
  float: left;
  text-align: right;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month .profile-login {
  width: 391px;
  height: auto;
  margin: 10px 0 0 0;
  padding: 0;
  float: left;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month .profile-login ul {
  margin: 0;
  padding: 0;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month .profile-login ul li {
  width: 100%;
  margin: 0;
  padding: 5px 10px 0;
  list-style: none;
  float: left;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month .profile-login ul li span {
  display: block;
  font-size: 18px;
  color: #273e31;
  margin: 0;
  padding: 0;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month .profile-login ul li span.upload-file {
  color: #fff !important;
  display: inline-block !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  margin: 10px 0 0 10px !important;
  padding: 10px !important;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month .profile-login ul li .birdal-text-field {
  display: block;
  margin: 15px 0 10px;
  padding: 0;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month .profile-login ul li .birdal-text-field input[type=text] {
  width: 360px;
  height: 25px;
  margin: 0;
  padding: 7px 10px;
  border: none;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month .profile-login ul li .birdal-text-field input[type=password] {
  width: 360px;
  height: 25px;
  margin: 0;
  padding: 7px 10px;
  border: none;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month .profile-login ul li .birdal-text-field select {
  width: 380px;
  height: 40px;
  margin: 0;
  padding: 10px;
  border: none;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month .profile-login ul li .birdal-text-field textarea {
  width: 360px;
  height: 80px;
  margin: 0;
  padding: 7px 10px;
  border: none;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month .profile-login ul li .birdal-text-field a {
  margin: 0;
  padding: 9px 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  background: url(../images/button-bg.jpg) repeat-x;
  text-transform: uppercase;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month .profile-login ul li .birdal-text-button {
  display: block;
  margin: 15px 0 10px;
  padding: 0;
  text-align: center;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month .profile-login ul li .birdal-text-button input[type=submit] {
  margin: 0;
  padding: 9px 40px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  background: url(../images/button-bg.jpg) repeat-x;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month .profile-login ul li .birdal-text-button input[type=submit]:hover {
  margin: 0;
  padding: 9px 40px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  background: url(../images/button-bg-h.jpg) repeat-x;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month .profile-login ul li .birdal-login-button {
  display: block;
  margin: 15px 0 10px;
  padding: 0;
  text-align: center;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month .profile-login ul li .birdal-login-button a {
  font-size: 14px;
  color: #273e31;
  text-decoration: underline;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month .profile-login ul li .birdal-login-button a:hover {
  color: #273e31;
  text-decoration: none;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month .profile-login ul li .birdal-login-button a.font-increzze {
  font-size: 18px;
  color: #273e31;
  text-decoration: underline;
}

.columnCenter .bridal-registry-container .wedding-month-con .wed-month .profile-login ul li .birdal-login-button a.font-increzze:hover {
  color: #273e31;
  text-decoration: none;
}

ul.social-plugin {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

ul.social-plugin li {
  float: left;
  list-style: none;
  margin: 0 5px;
}

ul.social-plugin li a {
  display: block;
  height: 30px;
  width: 30px;
  background: #0f0f0f;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}

.width50 {
  width: 50px;
}

.width75 {
  width: 75px;
}

.width100 {
  width: 100px;
}

.shopping-cart-box .billing-info {
  border-right: 1px solid #dfdede;
  float: left;
  height: auto;
  min-height: 580px;
  padding: 0 10px;
  width: 100%;
}

.shopping-cart-box .billing-info .billing-head {
  border-bottom: 1px dotted #888;
  color: #13322a;
  float: left;
  font-size: 16px;
  height: auto;
  line-height: 20px;
  margin: 0;
  padding: 0 0 5px;
  width: 100%;
}

.shopping-cart-box .billing-info .billing-field {
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

.shopping-cart-box .billing-info .billing-field ul {
  margin: 0;
  padding: 0;
}

.shopping-cart-box .billing-info .billing-field ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

.shopping-cart-box .billing-info .billing-field ul li label {
  color: #333;
  display: block;
  float: left;
  font: 13px/52px Calibri;
  height: 42px;
  margin: 0;
  padding: 0;
  width: 25%;
}

.shopping-cart-box .billing-info .billing-field ul li span {
  color: red;
  display: block;
  float: left;
  height: 42px;
  line-height: 54px;
  margin: 0;
  padding: 0;
  width: 75%;
}

.shopping-cart-box .billing-info .billing-field ul li span input[type=text] {
  border: 1px solid #ccc;
  color: #999;
  float: left;
  font: 13px/18px Calibri;
  height: 30px;
  margin: 11px 0 0;
  padding: 5px;
  width: 95%;
}

.shopping-cart-box .billing-info .billing-field ul li span textarea {
  border: 1px solid #ccc;
  height: 56px;
  vertical-align: middle;
  width: 95% !important;
  padding: 0 5px;
}

.shopping-cart-box .billing-info .billing-field ul li span select {
  border: 1px solid #ccc;
  color: #999;
  float: left;
  font: 13px/18px Calibri;
  height: 30px;
  margin: 11px 0 0;
  padding: 5px;
  width: 95%;
}

.shopping-cart-box .shipping-method {
  float: left;
  height: auto;
  margin: 0;
  width: 100%;
}

.shopping-cart-box .shipping-method .shipping-head {
  border-bottom: 1px dotted #888;
  color: #13322a;
  float: left;
  font-size: 16px;
  height: auto;
  line-height: 20px;
  margin: 0;
  padding: 0 0 5px;
  width: 100%;
}

.shopping-cart-box .shipping-method .radio-box {
  float: left;
  height: auto;
  margin: 5px 0 15px;
  padding: 0;
  width: 100%;
}

.shopping-cart-box .shipping-method .delivery-box {
  background-color: #f5f5f5;
  color: #333;
  float: left;
  font: 13px/18px Calibri;
  height: auto;
  margin: 10px 0 0;
  padding: 8px 12px 0;
  width: 100%;
}

.shopping-cart-box .shipping-method .diamond-text {
  background-color: #f5f5f5;
  color: #333;
  float: left;
  font: 13px/18px Calibri;
  height: auto;
  margin: 0;
  padding: 0 12px 8px;
  width: 100%;
}

.shopping-cart-box .shipping-method .radio-box ul {
  margin: 0;
  padding: 0;
}

.shopping-cart-box .shipping-method .radio-box ul li {
  color: #333;
  font: 12px/18px Calibri;
  list-style-type: none;
  margin: 0;
  padding: 4px 0;
  width: 100%;
}

.shopping-cart-box .review-order {
  border-left: 1px solid #dfdede;
  float: left;
  height: auto;
  margin: 0;
  min-height: 580px;
  padding: 0 0 0 14px;
  width: 100%;
}

.shopping-cart-box .review-order .review-head {
  border-bottom: 1px dotted #888;
  color: #13322a;
  float: left;
  font-size: 16px;
  height: auto;
  line-height: 20px;
  margin: 0;
  padding: 0 0 5px;
  width: 100%;
}

.shopping-cart-box .review-order .review-or-box {
  background-color: #f0f0f0;
  border-bottom: 1px solid #fece02;
  float: left;
  height: 25px;
  margin: 10px 0 0;
  padding: 0;
  width: 100%;
}

.shopping-cart-box .review-order .review-or-box .product-head {
  color: #333;
  float: left;
  font: bold 13px/24px Calibri;
  height: 25px;
  margin: 0;
  padding: 0 0 0 10px;
  width: 27%;
}

.shopping-cart-box .review-order .review-or-box .des-head {
  color: #333;
  float: left;
  font: bold 13px/24px Calibri;
  height: 25px;
  margin: 0;
  padding: 0;
  width: 47%;
}

.shopping-cart-box .review-order .review-or-box .price-head {
  color: #333;
  float: left;
  font: bold 13px/24px Calibri;
  height: 25px;
  margin: 0;
  padding: 0 10px 0 0;
  text-align: right;
  width: 25%;
}

.shopping-cart-box .review-order .review-or-product {
  border-bottom: 1px dashed #999;
  float: left;
  height: auto;
  margin: 0;
  padding: 5px 0;
  width: 100%;
}

.shopping-cart-box .review-order .review-or-product .main-product-box {
  float: left;
  height: auto;
  margin: 0;
  padding: 5px 0;
  position: relative;
  width: 100%;
}

.shopping-cart-box .review-order .review-or-product .main-product-box .product-img {
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  width: 27%;
}

.shopping-cart-box .review-order .review-or-product .main-product-box .des-text {
  color: #333;
  float: left;
  font: 13px/20px Calibri;
  height: auto;
  margin: 0;
  padding: 0;
  width: 47%;
}

.shopping-cart-box .review-order .review-or-product .main-product-box .price-value {
  color: #333;
  float: left;
  font: 13px/20px Calibri;
  height: auto;
  margin: 0;
  padding: 0 10px 0 0;
  text-align: right;
  width: 25%;
}

.shopping-cart-box .review-order .review-or-product .main-product-box .remove-set {
  bottom: 0;
  color: #a5448b;
  float: left;
  font: 13px/20px Calibri;
  height: auto;
  margin: 0;
  padding: 0 10px 0 0;
  position: absolute;
  right: 0;
  width: auto;
}

.product-img img {
  max-width: 100%;
}

.shopping-cart-box .review-order .pricing-box {
  background-color: #fcfdc4;
  border-bottom: 1px solid #fece02;
  color: #333;
  float: left;
  font: bold 13px/24px Calibri;
  height: 25px;
  margin: 10px 0 0;
  padding: 0 0 0 10px;
  width: 100%;
}

.shopping-cart-box .review-order .pricing-detail {
  border-bottom: 1px dashed #999;
  float: left;
  height: auto;
  margin: 0;
  padding: 7px 0;
  width: 100%;
}

.shopping-cart-box .review-order .pricing-detail .pricing-text {
  color: #333;
  float: left;
  font: 13px/20px Calibri;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 65%;
}

.shopping-cart-box .review-order .pricing-detail .pricing-price {
  color: #333;
  float: left;
  font: 13px/20px Calibri;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 35%;
}

.product-cat-page {
  width: 968px;
  float: right;
  padding: 0;
  margin: 5px 0 0 0;
}

.prd-cat-head-new {
  font: bold 24px/36px calibri, Arial, Verdana;
  text-align: left;
  padding: 2px 2px 2px 10px;
  background: #cd2d0b;
  color: #fff;
  overflow: hidden;
  clear: both;
}

.left-product1 {
  width: 470px;
  height: 180px;
  border: 1px solid #d5d5d5;
  margin: 3px;
  padding: 2px;
  background: #fff url(../images/prdct-cat-bg.gif) bottom right no-repeat;
  overflow: hidden;
}

.left-product1 .product-head {
  font: normal 20px/20px calibri, Arial, Verdana;
  color: #cd2d0b;
  padding: 5px 5px 2px 8px;
  overflow: hidden;
}

.left-product1 .product-head a {
  text-decoration: none;
  color: #05524a;
}

.left-product1 .product-head a:hover {
  text-decoration: none;
  color: #4a4a4a;
}

.left-product1 .product-short-desc {
  padding: 0 0 0 8px;
  margin: 0 0 10px 0;
  width: 170px;
}

.left-product1 .product-short-desc img {
  margin: 5px 0 0 0;
}

.left-product1 img {
  margin: 0 2px 10px 0;
  border: 0;
}

.right-product2 {
  width: 470px;
  height: 180px;
  border: 1px solid #d5d5d5;
  margin: 3px;
  padding: 2px;
  background: #fff url(../images/prdct-cat-bg.gif) bottom right no-repeat;
  overflow: hidden;
}

.right-product2 .product-head {
  font: normal 20px/20px calibri, Arial, Verdana;
  color: #cd2d0b;
  padding: 5px 5px 2px 8px;
  overflow: hidden;
}

.right-product2 .product-head a {
  text-decoration: none;
  color: #05524a;
}

.right-product2 .product-head a:hover {
  text-decoration: none;
  color: #4a4a4a;
}

.right-product2 .product-short-desc {
  padding: 0 0 0 8px;
  margin: 0;
  width: 170px;
}

.right-product2 .product-short-desc img {
  margin: 10px 0 0 0;
}

.right-product2 img {
  margin: 0 2px 10px 0;
  border: 0;
}

.btn-inner {
  font-size: 14px !important;
  font-weight: 700 !important;
  border: 1px solid #e2bd54;
  padding: 6px !important;
  color: #fff;
  background: #cda941;
  background: -moz-linear-gradient(top, #cda941 0, #e2bd54 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cda941), color-stop(100%, #e2bd54));
  background: -webkit-linear-gradient(top, #cda941 0, #e2bd54 100%);
  background: -o-linear-gradient(top, #cda941 0, #e2bd54 100%);
  background: -ms-linear-gradient(top, #cda941 0, #e2bd54 100%);
  background: linear-gradient(to bottom, #cda941 0, #e2bd54 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#CDA941", endColorstr="#E2BD54", GradientType=0 );
  color: #fff;
  border-radius: 5px;
  cursor: pointer !important;
}

.btn-inner:hover,
a.btn-inner:focus,
a.btn-inner:hover {
  background: #cda941;
  background: -moz-linear-gradient(top, #cda941 0, #e2bd54 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cda941), color-stop(100%, #e2bd54));
  background: -webkit-linear-gradient(top, #cda941 0, #e2bd54 100%);
  background: -o-linear-gradient(top, #cda941 0, #e2bd54 100%);
  background: -ms-linear-gradient(top, #cda941 0, #e2bd54 100%);
  background: linear-gradient(to bottom, #cda941 0, #e2bd54 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#CDA941", endColorstr="#E2BD54", GradientType=0 );
  color: #fff;
  color: #fff;
}

.product-listing-page {
  width: 964px;
  float: right;
  padding: 2px 2px 12px 2px;
  margin: 0;
}

.banner-head {
  font: bold 24px/32px calibri, Arial, Verdana;
  color: #2d403a;
  padding: 8px 0 0 20px;
  overflow: hidden;
  border-bottom: none;
}

.banner-text {
  font: normal 14px/18px calibri, Arial, Verdana;
  color: #606060;
  padding: 1px 0 0 20px;
  width: 300px;
}

.grid-listing {
  width: 964px;
  padding: 0;
  margin: 5px 0 0 0;
}

.grid-listing .listingbox1 {
  width: 229px;
  height: 340px;
  border: 1px solid #d5d5d5;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -opera-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  margin: 5px 8px 5px 0;
  padding: 2px;
  background: #fff url(../images/grid-bg.gif) bottom repeat-x;
  overflow: hidden;
  position: relative;
}

.grid-listing .listingbox1 .grid-prod-image {
  text-align: center;
  padding: 2px;
  margin: 5px 0 0 0;
  overflow: hidden;
}

.grid-listing .listingbox1 .grid-prod-desc {
  bottom: 76px;
  color: #666;
  font-size: 12px;
  padding: 5px 5px 5px 10px;
  position: absolute;
  width: 214px;
}

.grid-listing .listingbox1 .grid-prod-desc a {
  text-decoration: underline;
  color: #666;
}

.grid-listing .listingbox1 .grid-prod-desc a:hover {
  text-decoration: none;
  color: #666;
}

.grid-listing .listingbox1 .grid-prod-detail {
  border-bottom: 1px dotted #ccc;
  bottom: 50px;
  overflow: hidden;
  position: absolute;
  width: 98%;
}

.grid-listing .listingbox1 .grid-prod-stock-id {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  padding: 2px 2px 2px 10px;
  width: auto;
}

.grid-listing .listingbox1 .grid-prod-save-price {
  font-size: 12px;
  font-weight: 700;
  color: #4ba1c9;
  text-align: right;
  padding: 2px 5px 2px 10px;
  width: 100px;
}

.grid-listing .listingbox1 .grid-price {
  bottom: 10px;
  margin: 2px 0 0;
  padding: 2px;
  position: absolute;
  width: 98%;
}

.grid-listing .listingbox1 .grid-price .our-price {
  width: 100px;
  padding: 0 0 0 10px;
  font: bold 24px/30px calibri, Arial, Verdana;
}

.grid-listing .listingbox1 .grid-price .our-price sup {
  font-size: 12px;
}

.grid-listing .listingbox1 .grid-price .retail-price {
  width: 100px;
  color: red;
  text-align: right;
  text-decoration: line-through;
  padding: 0 5px 0 0;
  font: normal 14px/30px calibri, Arial, Verdana;
}

.grid-listing .listingbox1 .grid-price .retail-price sup {
  font-size: 11px;
}

.grid-listing .listingbox2 {
  width: 229px;
  height: 340px;
  border: 1px solid #d5d5d5;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -opera-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  margin: 5px 0;
  padding: 2px;
  background: #fff url(../images/grid-bg.gif) bottom repeat-x;
  overflow: hidden;
  position: relative;
}

.grid-listing .listingbox2 .grid-prod-image {
  text-align: center;
  padding: 2px;
  margin: 5px 0 0 0;
  overflow: hidden;
}

.grid-listing .listingbox2 .grid-prod-desc {
  bottom: 76px;
  color: #666;
  font-size: 12px;
  padding: 5px 5px 5px 10px;
  position: absolute;
  width: 214px;
}

.grid-listing .listingbox2 .grid-prod-desc a {
  text-decoration: underline;
  color: #666;
}

.grid-listing .listingbox2 .grid-prod-desc a:hover {
  text-decoration: none;
  color: #666;
}

.grid-listing .listingbox2 .grid-prod-detail {
  border-bottom: 1px dotted #ccc;
  bottom: 50px;
  overflow: hidden;
  position: absolute;
  width: 98%;
}

.grid-listing .listingbox2 .grid-prod-stock-id {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  padding: 2px 2px 2px 10px;
  width: auto;
}

.grid-listing .listingbox2 .grid-prod-save-price {
  font-size: 12px;
  font-weight: 700;
  color: #4ba1c9;
  text-align: right;
  padding: 2px 5px 2px 10px;
  width: 100px;
}

.grid-listing .listingbox2 .grid-price {
  bottom: 10px;
  margin: 2px 0 0;
  padding: 2px;
  position: absolute;
  width: 98%;
}

.grid-listing .listingbox2 .grid-price .our-price {
  width: 100px;
  padding: 0 0 0 10px;
  font: bold 24px/30px calibri, Arial, Verdana;
}

.grid-listing .listingbox2 .grid-price .our-price sup {
  font-size: 12px;
}

.grid-listing .listingbox2 .grid-price .retail-price {
  width: 100px;
  color: red;
  text-align: right;
  text-decoration: line-through;
  padding: 0 5px 0 0;
  font: normal 14px/30px calibri, Arial, Verdana;
}

.grid-listing .listingbox2 .grid-price .retail-price sup {
  font-size: 11px;
}

.related-products {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #e3e3e3;
  height: 262px;
  padding: 4px 1%;
  position: relative;
  width: 98%;
}

.similar-head {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.change-billing-field {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  float: left;
}

.change-billing-field ul {
  padding: 0;
  margin: 0;
  font-size: 13px;
}

.change-billing-field ul li {
  width: 97%;
  height: auto;
  padding: 8px 0 8px 3%;
  margin: 0;
  list-style-type: none;
  float: left;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
}

.change-billing-field ul li.bor-bot-no {
  border-bottom: none;
}

.change-billing-field ul li label {
  width: 30%;
  height: auto;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  color: #333;
  font-weight: 700;
}

.change-billing-field ul li span {
  width: 70%;
  height: auto;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  line-height: 20px;
  color: #333;
}

.classForDevUse .sub-similar-product {
  background-color: #fbfaf8;
  bottom: 0;
  display: none;
  height: auto;
  left: 0;
  margin: 0;
  padding: 10px 1%;
  position: absolute;
  width: 98%;
  height: auto;
  color: #333;
  font-size: 11px;
}

.sub-similar-product a {
  color: #333;
  display: inline-block;
}

.selectRingSizeBox {
  width: 100%;
  float: left;
  margin: 0 0;
  padding: 0 0;
}

.selectRingSizeBox label {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  vertical-align: top;
}

.selectRingSizeBox label.selectDropDown {
  font-weight: 400;
  margin-left: 6px;
  margin-right: 10px;
}

.selectRingSizeBox span {
  display: inline-block;
  text-decoration: underline;
  line-height: 26px;
}

.text-field {
  border: 1px solid #dfdfdf !important;
  padding: 3px 10px !important;
  color: #565656;
  font-size: 11px;
  line-height: 18px;
}

table.request-diamond {
  clear: both;
  margin: 0;
  padding: 0;
}

table.request-diamond tr td {
  clear: both;
  margin: 0;
  padding: 5px;
}

table.request-diamond1 {
  margin: 0 0 20px 105px;
  padding: 0;
}

table.request-diamond1 tr td {
  margin: 0;
  padding: 3px 5px;
}

.lightbg {
  background-color: #efefef;
}

ul.education-right-nav {
  margin: 0 0 0;
  padding: 10px 0 10px;
  clear: both;
}

ul.education-right-nav li {
  background: url(../images/bullet-yellow.png) no-repeat 16px 4px;
  padding: 0 0 5px 30px;
  list-style: none;
  font-size: 11px;
}

ul.education-right-nav li.right-nav-head {
  padding: 0 0 10px 15px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: underline;
  background: 0 0;
}

ul.education-right-nav li a {
  color: #3e3e3e;
  text-decoration: none;
}

ul.education-right-nav li a:hover {
  color: #0f0f0f;
}

ul.education-list {
  margin: 0 0 15px;
  padding: 0;
  clear: both;
}

ul.education-list li {
  background: url(../images/bullet-yellow.png) no-repeat 2px 4px;
  padding: 0 0 5px 15px;
  list-style: none;
  font-size: 12px;
}

ul.education-list1 {
  margin: 0 0 15px;
  padding: 0;
}

ul.education-list1 li {
  background: url(../images/bullet-yellow.png) no-repeat 2px 4px;
  padding: 0 0 5px 15px;
  list-style: none;
  font-size: 12px;
}

.product-desc-head-bg {
  background-color: #535353;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  height: 27px;
  line-height: 26px;
  padding: 0 10px;
}

.customerReviews {
  border: 1px solid #dfdfdf;
  padding: 10px 10px;
  overflow: hidden;
}

.customerReviews .review {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
}

.customerReviews .review li {
  width: 100%;
  float: left;
  margin: 6px 0 0;
  padding: 6px 0 5px;
  background-color: #f9f9f9;
}

.customerReviews .review li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.customerReviews .review li p {
  padding: 0 10px;
  line-height: 18px;
  font-size: 12px;
}

.customerReviews .review li .reviewerName {
  width: 48%;
  padding-left: 1%;
  float: left;
  font-weight: 700;
  font-size: 12px;
  color: #283f32;
}

.customerReviews .review li .reviewerRanking {
  width: 49%;
  float: right;
}

.customerReviews .review li .reviewerRanking .star-rating li.current-rating {
  height: 10px !important;
}

.newsletterBox .formBox {
  margin: 0 0;
  padding: 0 0;
}

.newsletterBox .formBox label {
  display: inline-block;
  padding-right: 10px;
  font-weight: 700;
}

.newsletterBox .formBox input[type=text] {
  border: 1px solid #dfdfdf;
  padding: 4px 10px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  margin-right: 10px;
  width: 190px;
}

.newsletterBox .formBox input[type=submit] {
  display: inline-block;
}

.newsletterBox .formBox small {
  display: block;
  margin-left: 125px;
}

.box404 {
  width: 188px;
  height: 213px;
  margin: 0 auto;
  background: url(/images/404-box.png) no-repeat center center;
  overflow: hidden;
}

.hLine {
  width: 100%;
  height: 2px;
  float: left;
  margin: 10px 0;
  padding: 0 0;
  background: url(/images/line.png) no-repeat center top;
}

.goHome a {
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 700;
  float: right;
  text-decoration: none;
}

.goHome a:hover {
  color: #996f09;
}

.locationsBox {
  width: 100%;
  float: left;
  margin: 0 0;
  padding: 0 0;
}

.locationsList {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
}

.locationsList li {
  width: 100%;
  float: left;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
}

.locationsList li .locatoinImage {
  border: 1px solid #dfdfdf;
  padding: 6px 6px;
  border-radius: 6px 6px;
  clear: both;
  margin-bottom: 6px;
  overflow: hidden;
}

.locationsList li .locatoinImage img {
  width: 100%;
  float: left;
}

.locationsForm {
  display: block;
  margin: 0 0;
  padding: 12px 15px;
  background-color: #f9f9f9;
}

.locationsForm ul {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
}

.locationsForm ul li {
  width: 100%;
  float: left;
  margin: 0 0 10px;
  padding: 0 0;
}

.locationsForm ul li label {
  display: inline-block;
  width: 100px;
  vertical-align: top;
  line-height: 26px;
}

.locationsForm ul li label span.mandate {
  color: red;
}

.locationsForm ul li input[type=password], .locationsForm ul li input[type=text], .locationsForm ul li textarea {
  border: 1px solid #dfdfdf;
  display: inline-block;
  resize: none;
  width: 280px;
  padding: 5px 10px;
}

.locationsForm ul li select {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  padding: 4px;
  width: 300px;
}

.locationsForm ul li input[type=image], .locationsForm ul li input[type=submit] .locationsForm ul li input[type=button] {
  padding: 6px 12px 4px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.only-locatoinImage {
  border: 1px solid #dfdfdf;
  padding: 6px 6px;
  border-radius: 6px 6px;
  clear: both;
  margin-bottom: 6px;
  overflow: hidden;
}

.only-locatoinImage img {
  width: 100%;
  float: left;
}

.ui-autocomplete {
  max-height: 200px !important;
  overflow: auto !important;
  width: 215px !important;
  z-index: 999 !important;
}

.ui-autocomplete li {
  font-family: Arial, Helvetica, sans-serif !important;
}

iframe {
  border: none;
}

#easy_zoom.quick-view-zoom {
  position: absolute;
  top: 0;
  left: 100% !important;
  z-index: 9999;
  width: 420px !important;
}

.FL {
  float: left;
}

.FR {
  float: right;
}

#main-con {
  width: 100%;
  margin: 0;
  padding: 10px 5px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
}

.left-con {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.thumbs_list {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
}

.thumbs_list ul {
  padding: 0;
  margin: 0;
}

.thumbs_list ul li {
  cursor: pointer;
  height: 60px;
  margin-bottom: 5px;
  width: 72px;
  list-style: none;
  display: inline-block;
}

.thumbs_list li img {
  border: 1px solid #cecece;
  margin: 0;
}

.left-con .image-block {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

.left-con .image-block .view_full_size {
  margin: 0;
  border: 1px solid #cecece;
  padding: 0;
  cursor: pointer;
}

.left-con .image-block img {
  max-width: 100%;
}

p.view-detail {
  clear: both;
  margin: 5px 0 0;
  padding: 0;
}

p.view-detail a {
  font-size: 14px;
  color: #666;
  text-decoration: none;
}

.right-con {
  float: left;
  margin: 0;
  width: 100%;
  padding: 0;
}

.product_title {
  clear: both;
  margin: 0;
  padding: 0 0 10px;
  text-align: left;
}

.product_title .quick_title {
  clear: both;
  margin: 0;
  padding: 0 0 5px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  text-transform: uppercase;
}

.product_title p {
  clear: both;
  margin: 0;
  padding: 0 0 5px;
  text-align: left;
  font-size: 14px;
  color: #333;
}

.price-list {
  clear: both;
  height: auto;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
}

.price-list ul {
  margin: 0;
  padding: 0;
}

.price-list ul li {
  margin: 0;
  padding: 20px 15px 20px 0;
  list-style: none;
  float: left;
}

.price-list ul li.fm {
  margin: 0;
  padding: 27px 15px 27px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #d63734;
}

.price-list ul li.frt {
  float: right;
  padding: 20px 4px;
}

.price-list ul li input[type=submit] {
  padding: 10px 15px;
  cursor: pointer;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e2bd54;
  background-color: #e2bd54;
  background-image: -moz-linear-gradient(top, #cda941, #e2bd54);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cda941), to(#e2bd54));
  background-image: -webkit-linear-gradient(top, #cda941, #e2bd54);
  background-image: -o-linear-gradient(top, #cda941, #e2bd54);
  background-image: linear-gradient(to bottom, #cda941, #e2bd54);
  background-repeat: repeat-x;
  border-color: #e2bd54 #e2bd54 #d09b02;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffCDA941", endColorstr="#ffE2BD54", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-image: none;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  font-family: calibri;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
}

.price-list ul li input[type=submit]:hover {
  color: #fff;
  background-color: #e2bd54;
  *background-color: #e2bd54;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.price-list ul li input[type=button] {
  padding: 10px 15px;
  cursor: pointer;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e2bd54;
  background-color: #e2bd54;
  background-image: -moz-linear-gradient(top, #cda941, #e2bd54);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cda941), to(#e2bd54));
  background-image: -webkit-linear-gradient(top, #cda941, #e2bd54);
  background-image: -o-linear-gradient(top, #cda941, #e2bd54);
  background-image: linear-gradient(to bottom, #cda941, #e2bd54);
  background-repeat: repeat-x;
  border-color: #e2bd54 #e2bd54 #d09b02;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffCDA941", endColorstr="#ffE2BD54", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-image: none;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  font-family: calibri;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
}

.price-list ul li input[type=button]:hover {
  color: #fff;
  background-color: #e2bd54;
  *background-color: #e2bd54;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.price-list ul li a {
  padding: 10px 15px;
  cursor: pointer;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e2bd54;
  background-color: #e2bd54;
  background-image: -moz-linear-gradient(top, #cda941, #e2bd54);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cda941), to(#e2bd54));
  background-image: -webkit-linear-gradient(top, #cda941, #e2bd54);
  background-image: -o-linear-gradient(top, #cda941, #e2bd54);
  background-image: linear-gradient(to bottom, #cda941, #e2bd54);
  background-repeat: repeat-x;
  border-color: #e2bd54 #e2bd54 #d09b02;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffCDA941", endColorstr="#ffE2BD54", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-image: none;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  font-family: calibri;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

.price-list ul li a:hover {
  color: #fff;
  background-color: #e2bd54;
  *background-color: #e2bd54;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  text-decoration: none;
}

.price-list ul li select {
  margin: 1px 0;
  padding: 7px 4px;
  width: 105px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.prev-next {
  clear: both;
  height: 30px;
  margin: 0;
  padding: 10px 0 0;
}

.prev-next a {
  padding: 4px 10px;
  margin: 0;
  background-color: #666;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-family: calibri;
  border: none;
}

.policy-con {
  clear: both;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #ccc;
}

.policy-con .policy-head {
  border-bottom: 1px dotted #999;
  color: #666;
  font: bold 16px/20px Calibri, Tahoma;
  margin: 0 0 5px;
  padding: 0 0 5px;
  text-align: left;
}

.policy-con p {
  color: #666;
  font: 14px/20px Calibri, Tahoma;
  margin: 0;
  padding: 0 0 5px;
  text-align: justify;
}

.policy-con p a {
  color: #cda941;
  text-decoration: none;
}

.policy-con p a:hover {
  color: #666;
  text-decoration: none;
}

.filter-new1 {
  font-weight: 400;
  text-align: left;
  display: block;
  clear: both;
}

.filter-new1 ul {
  margin: 0;
  padding: 0;
}

.filter-new1 ul li {
  margin: 0 13px 10px 0;
  padding: 0;
  list-style: none;
  float: left;
  height: 34px;
  background-color: #9c8a53;
}

.filter-new1 ul li .dropdonw-filter-main {
  padding: 0 0 10px;
  margin: 0;
  position: relative;
}

.filter-new1 ul li .dropdonw-filter-main .dropdonw-filter {
  padding: 6px 10px 0;
  margin: 0;
  background: #fff;
  color: #333;
  border: 1px solid #333;
  height: 28px;
  width: 265px;
  font-family: Conv_FUTURAM_1, Sans-Serif;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.filter-new1 ul li .dropdonw-filter-main .dropdonw-filter:hover {
  cursor: pointer;
}

.filter-new1 ul li .dropdonw-filter-main ol {
  padding: 6px 10px;
  margin: 0;
  background-color: #fff;
  width: 265px;
  position: absolute;
  top: 40px;
  left: 0;
  box-shadow: 0 0 10px #ccc;
  z-index: 1000;
  display: none;
}

.filter-new1 ul li .dropdonw-filter-main:hover ol {
  display: block;
}

.filter-new1 ul li .dropdonw-filter-main ol li {
  padding: 0 !important;
  margin: 0;
  list-style: none;
  display: block;
  font-family: Conv_FutuLt__1;
  font-size: 15px;
  color: #666;
  text-transform: capitalize;
  cursor: pointer;
  line-height: 26px;
  float: none;
  background-color: #fff;
}

.filter-new1 ul li .dropdonw-filter-main ol li:hover {
  color: black;
}

.img-gallery-con {
  width: 968px;
  margin: 0 auto;
  padding: 0 15px;
}

.product-list-container-new {
  width: 968px;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.product-list-container-new .oneFourth:first-child {
  width: 472px;
  height: 490px;
}

.product-listing {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 2px 2px 3px #e7e7e7;
  display: block;
  height: 225px;
  max-height: 232px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.product-listing .pro-detail-con {
  width: 475px;
  height: 490px;
  margin: 0;
  padding: 0 0 11px;
  position: absolute;
  background: url(../images/listting-pro-shadow.png) no-repeat center bottom;
  display: none;
  z-index: 998;
}

.product-listing .pro-detail-con.top-side {
  top: -1px !important;
}

.product-listing .pro-detail-con.bottom-side {
  bottom: -28px !important;
}

.product-listing .pro-detail-con.left-side {
  left: 0 !important;
}

.product-listing .pro-detail-con.right-side {
  right: 0 !important;
}

.product-listing .pro-detail-con .pro-detail-main-con {
  clear: both;
  height: 472px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #0f0f0f;
}

.product-listing .pro-detail-con .pro-detail-main-con .close-btn {
  clear: both;
  height: 27px;
  margin: 0;
  padding: 10px 3% 0 0;
  text-align: right;
}

.product-listing .pro-detail-con .pro-detail-main-con .close-btn img {
  width: auto;
}

.product-listing .pro-detail-con .pro-detail-main-con .pro-img-container {
  clear: both;
  height: 260px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.product-listing .pro-detail-con .pro-detail-main-con .pro-img-container img {
  height: 330px;
}

.product-listing .pro-detail-con .pro-detail-main-con .product-name-con {
  clear: both;
  height: 110px;
  margin: 0;
  padding: 20px 0 0;
  line-height: 24px;
}

.product-listing .pro-detail-con .pro-detail-main-con .product-name-con .pro-name-con {
  clear: both;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}

.product-listing .pro-detail-con .pro-detail-main-con .product-name-con .pro-name-con a {
  font-family: Conv_FUTURAM_1, Sans-Serif;
  font-size: 20px;
  font-weight: 700;
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
}

.product-listing .pro-detail-con .pro-detail-main-con .product-name-con .pro-name-con a:hover {
  color: #d7bf77;
  text-decoration: none;
}

.product-listing .pro-detail-con .pro-detail-main-con .product-name-con .pro-name-con1 {
  clear: both;
  height: auto;
  margin: 67px 0 0;
  padding: 0 10px;
  text-align: center;
}

.product-listing .pro-detail-con .pro-detail-main-con .product-name-con .pro-name-con1 a {
  font-family: Conv_FutuLt__1;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  text-decoration: none;
  text-transform: capitalize;
}

.product-listing .pro-detail-con .pro-detail-main-con .product-name-con .pro-name-con1 a:hover {
  color: #c0aa90;
  text-decoration: none;
}

.product-listing .pro-detail-con .pro-detail-main-con .product-name-con .pro-about-con {
  clear: both;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}

.product-listing .pro-detail-con .pro-detail-main-con .product-name-con .pro-about-con a {
  font-family: Conv_FutuLt__1;
  font-size: 18px;
  color: #888;
  text-decoration: none;
  margin: 5px 0 0;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 400;
}

.product-listing .pro-detail-con .pro-detail-main-con .product-name-con .pro-about-con a:hover {
  color: #d7bf77;
  text-decoration: none;
}

.product-listing .pro-detail-con .pro-detail-main-con .social-icon-main {
  clear: both;
  height: 32px;
  margin: 0;
  padding: 0;
}

.product-listing .pro-detail-con .pro-detail-main-con .social-icon-main a.detail-link {
  margin: 0;
  padding: 10px;
  position: absolute;
  right: -1px;
  bottom: 28px;
  text-align: right;
  font-family: Conv_FUTURAM_1, Sans-Serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background-color: #0f0f0f;
}

.product-listing .pro-detail-con .pro-detail-main-con .social-icon-main a.detail-link:hover {
  background-color: #e8bc4f;
  color: #fff;
  text-decoration: none;
}

.product-listing .pro-detail-con-small {
  width: 225px;
  height: 230px;
  margin: 0;
  border: 1px solid #ad9f71;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  display: none;
  z-index: 1000;
}

.product-listing:hover .pro-detail-con-small {
  display: block;
}

.product-listing .pro-detail-con-small .pro-detail-con-small-img {
  width: 225px;
  height: 165px;
  padding: 0;
  margin: 0;
  float: left;
  display: table;
}

.product-listing .pro-detail-con-small .pro-detail-con-small-img a {
  display: table-cell;
  vertical-align: middle;
}

.product-listing .pro-detail-con-small .about-product {
  width: 225px;
  height: 65px;
  padding: 0;
  margin: 0;
  float: left;
  background-color: #f7f2e4;
}

.product-listing .pro-detail-con-small .about-product .pro-name-con2 {
  clear: both;
  height: auto;
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.product-listing .pro-detail-con-small .about-product .pro-name-con2 a {
  font-family: Conv_FUTURAM_1, Sans-Serif;
  font-size: 16px;
  font-weight: 700;
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
}

.product-listing .pro-detail-con-small .about-product .pro-name-con2 a:hover {
  color: #d7bf77;
  text-decoration: none;
}

.product-listing .pro-detail-con-small .about-product .pro-name-con3 {
  clear: both;
  height: auto;
  margin: 5px 0 0;
  padding: 0;
  text-align: center;
}

.product-listing .pro-detail-con-small .about-product .pro-name-con3 a {
  font-family: Conv_FutuLt__1;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  text-decoration: none;
  text-transform: capitalize;
}

.product-listing .pro-detail-con-small .about-product .pro-name-con3 a:hover {
  color: #d7bf77;
  text-decoration: none;
}

.product-listing-new {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 2px 2px 3px #e7e7e7;
  display: block;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.product-listing-new img {
  width: 96.3%;
}

.product-listing-new .pro-detail-con {
  width: 475px;
  height: 490px;
  margin: 0;
  padding: 0 0 11px;
  position: absolute;
  background: url(../images/listting-pro-shadow.png) no-repeat center bottom;
  display: none;
  z-index: 998;
}

.product-listing-new .pro-detail-con.top-side {
  top: -1px !important;
}

.product-listing-new .pro-detail-con.bottom-side {
  bottom: -28px !important;
}

.product-listing-new .pro-detail-con.left-side {
  left: 0 !important;
}

.product-listing-new .pro-detail-con.right-side {
  right: 0 !important;
}

.product-listing-new .pro-detail-con .pro-detail-main-con {
  clear: both;
  height: 472px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #0f0f0f;
}

.product-listing-new .pro-detail-con .pro-detail-main-con .close-btn {
  clear: both;
  height: 27px;
  margin: 0;
  padding: 10px 3% 0 0;
  text-align: right;
}

.product-listing-new .pro-detail-con .pro-detail-main-con .close-btn img {
  width: auto;
}

.product-listing-new .pro-detail-con .pro-detail-main-con .pro-img-container {
  clear: both;
  height: 260px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.product-listing-new .pro-detail-con .pro-detail-main-con .pro-img-container img {
  height: 330px;
}

.product-listing-new .pro-detail-con .pro-detail-main-con .product-name-con {
  clear: both;
  height: 110px;
  margin: 0;
  padding: 20px 0 0;
  line-height: 24px;
}

.product-listing-new .pro-detail-con .pro-detail-main-con .product-name-con .pro-name-con {
  clear: both;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}

.product-listing-new .pro-detail-con .pro-detail-main-con .product-name-con .pro-name-con a {
  font-family: Conv_FUTURAM_1, Sans-Serif;
  font-size: 20px;
  font-weight: 700;
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
}

.product-listing-new .pro-detail-con .pro-detail-main-con .product-name-con .pro-name-con a:hover {
  color: #d7bf77;
  text-decoration: none;
}

.product-listing-new .pro-detail-con .pro-detail-main-con .product-name-con .pro-name-con1 {
  clear: both;
  height: auto;
  margin: 67px 0 0;
  padding: 0 10px;
  text-align: center;
}

.product-listing-new .pro-detail-con .pro-detail-main-con .product-name-con .pro-name-con1 a {
  font-family: Conv_FutuLt__1;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  text-decoration: none;
  text-transform: capitalize;
}

.product-listing-new .pro-detail-con .pro-detail-main-con .product-name-con .pro-name-con1 a:hover {
  color: #d7bf77;
  text-decoration: none;
}

.product-listing-new .pro-detail-con .pro-detail-main-con .product-name-con .pro-about-con {
  clear: both;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}

.product-listing-new .pro-detail-con .pro-detail-main-con .product-name-con .pro-about-con a {
  font-family: Conv_FutuLt__1;
  font-size: 18px;
  color: #888;
  text-decoration: none;
  margin: 5px 0 0;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 400;
}

.product-listing-new .pro-detail-con .pro-detail-main-con .product-name-con .pro-about-con a:hover {
  color: #d7bf77;
  text-decoration: none;
}

.product-listing-new .pro-detail-con .pro-detail-main-con .social-icon-main {
  clear: both;
  height: 50px;
  margin: 0;
  padding: 0;
}

.product-listing-new .pro-detail-con .pro-detail-main-con .social-icon-main a.detail-link {
  margin: 0;
  padding: 10px;
  position: absolute;
  right: -1px;
  bottom: 28px;
  text-align: right;
  font-family: Conv_FUTURAM_1, Sans-Serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background-color: #0f0f0f;
}

.product-listing-new .pro-detail-con .pro-detail-main-con .social-icon-main a.detail-link:hover {
  background-color: #e8bc4f;
  color: #fff;
  text-decoration: none;
}

.product-listing-new .pro-detail-con-small-new {
  width: 225px;
  height: 230px;
  margin: 0;
  border: 1px solid #ad9f71;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  display: none;
  z-index: 1000;
}

.product-listing-new:hover .pro-detail-con-small-new {
  display: block;
}

.product-listing-new .pro-detail-con-small-new .pro-detail-con-small-new-img {
  width: 225px;
  height: 165px;
  padding: 0;
  margin: 0;
  float: left;
  display: table;
  text-align: center;
}

.product-listing-new .pro-detail-con-small-new .pro-detail-con-small-new-img a {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}

.product-listing-new .pro-detail-con-small-new .pro-detail-con-small-new-img a img {
  width: 100%;
}

.product-listing-new .pro-detail-con-small-new .about-product {
  width: 225px;
  height: 65px;
  padding: 0;
  margin: 0;
  float: left;
  background-color: #f7f2e4;
}

.product-listing-new .pro-detail-con-small-new .about-product .pro-name-con2 {
  clear: both;
  height: auto;
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.product-listing-new .pro-detail-con-small-new .about-product .pro-name-con2 a {
  font-family: Conv_FUTURAM_1, Sans-Serif;
  font-size: 16px;
  font-weight: 700;
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
}

.product-listing-new .pro-detail-con-small-new .about-product .pro-name-con2 a:hover {
  color: #d7bf77;
  text-decoration: none;
}

.product-listing-new .pro-detail-con-small-new .about-product .pro-name-con3 {
  clear: both;
  height: auto;
  margin: 5px 0 0;
  padding: 0;
  text-align: center;
}

.homebotbanner .oneHalf, .homebotbanner .oneHalf .ourStores {
  text-align: center;
}

.product-listing-new .pro-detail-con-small-new .about-product .pro-name-con3 a {
  font-family: Conv_FutuLt__1;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  text-decoration: none;
  text-transform: capitalize;
}

.product-listing-new .pro-detail-con-small-new .about-product .pro-name-con3 a:hover {
  color: #d7bf77;
  text-decoration: none;
}

.edu-social-icon.product-detail-social {
  margin: 0 0 0 5px;
  padding: 0;
  text-align: left;
  float: left;
}

.edu-social-icon ul {
  margin: 0;
  padding: 0;
}

.edu-social-icon ul li {
  margin: 12px 7px 4px 0 !important;
  padding: 0 6px 0 0 !important;
  display: inline-block;
  border-right: 1px solid #e7e7e7;
  background: 0 0 !important;
  float: none;
  height: 26px !important;
}

.edu-social-icon ul li.bor-right-pad-no {
  padding: 0 0 0 5px;
  border-right: none;
}

.popup-right li {
  list-style: none;
  width: 100%;
  float: left;
  line-height: 24px;
}

.popup-right h2 {
  font-size: 20px;
  margin-top: 0;
}

@media only screen and (max-width: 1366px) {
  .pji-logo-con a img {
    height: 55px;
  }
}
@media only screen and (min-width: 1020px) and (max-width: 1030px) {
  .pji-logo-con a img {
    height: 40px;
  }
}
.grownDiamond .leftPart {
  width: 44%;
  display: inline-block;
}

.grownDiamond .rightPart {
  width: 46%;
  display: inline-block;
  margin-left: 83px;
  vertical-align: top;
}

.grownDiamond .leftPart p, .grownDiamond .rightPart p {
  padding-top: 35px;
}

.events-con {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

.postedIn {
  border-bottom: 1px solid #ddd;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 4px;
  width: 100%;
}

.con-shadow-bot-gems h6 {
  font-size: 16px;
}

h1.main-head {
  clear: both;
  color: black;
  font-size: 45px;
  line-height: 54px;
  margin: 0 0 10px;
  padding: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
}

.columnFull h1 {
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 30px;
}

.requestViewingInfo li {
  list-style: none;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

input[type=checkbox], input[type=radio] {
  vertical-align: top;
  margin-top: 2px;
}

@media only screen and (max-width: 1030px) {
  .filter-new ul li {
    width: 22%;
  }

  .classForDevUse .sub-similar-product {
    display: block !important;
  }

  .productGridBox .saveForLater {
    display: block;
  }

  .columnFull h1 {
    font-size: 24px;
  }

  .shopping-cart-box .billing-info .billing-field ul li span input[type=text], .shopping-cart-box .billing-info .billing-field ul li span select, .shopping-cart-box .billing-info .billing-field ul li span textarea {
    width: 94%;
  }

  img {
    max-width: 100%;
  }

  .productGridBox2 .descriptionBox {
    bottom: 0;
  }
}
@media only screen and (max-width: 780px) {
  .filter-new ul li {
    width: 28%;
  }

  .columnFull h1 {
    font-size: 20px;
  }

  .paymentSecureVoucher li {
    margin: 0 0 10px 20px;
    padding: 0;
    border-left: none;
    text-align: center;
  }
  .paymentSecureVoucher li:first-child {
    margin-left: 0;
  }
  .paymentSecureVoucher li.couponCode {
    margin-left: 0;
    width: 100%;
  }
  .paymentSecureVoucher li input[type=submit] {
    width: 100%;
  }

  .infoBox {
    height: 305px;
  }

  .shopping-cart-box .billing-info .billing-field ul li span input[type=text], .shopping-cart-box .billing-info .billing-field ul li span select, .shopping-cart-box .billing-info .billing-field ul li span textarea {
    width: 92%;
  }

  #easy_zoom {
    display: none !important;
  }

  .selectMetalType li label span {
    height: 41px;
    font-size: 12px;
  }

  .selectYourStyle li {
    width: 20%;
    margin-bottom: 0;
    height: 104px;
  }

  .newAccountForm .verticleOr {
    display: none;
  }

  #createAccount {
    margin-top: 10px;
  }

  #fb_connect {
    margin-top: 0 !important;
  }

  .g-recaptcha {
    transform: scale(0.88);
    -webkit-transform: scale(0.88);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

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

  .filter-new ul li:first-child {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .filter-new ul {
    margin: 0 -5px;
  }

  .filter-new ul li {
    width: 50%;
    padding: 0 5px;
  }

  .filter-new ul li:first-child {
    width: 100%;
    padding-bottom: 10px;
  }

  .action_box p, .name_sku h4, .name_sku p, .our_price h4, .our_price p, .select_size p {
    text-align: center;
  }

  .infoBox {
    min-height: 438px;
    margin-bottom: 15px;
  }

  .cartPage .buttonType32, .cartPage .grdYellow {
    width: 100%;
    margin-bottom: 10px;
  }

  .verticleOr {
    display: none;
  }

  .shopping-cart-box .billing-info .billing-field ul li span input[type=text], .shopping-cart-box .billing-info .billing-field ul li span select, .shopping-cart-box .billing-info .billing-field ul li span textarea {
    width: 95%;
  }

  .shopping-cart-box .billing-info, .shopping-cart-box .review-order {
    min-height: auto;
    margin-bottom: 15px;
    border-left: none;
  }

  .shopping-cart-box .billing-info {
    border-right: none;
  }

  a.buttonType32 {
    margin-bottom: 15px;
  }

  h2 {
    font-size: 18px;
  }

  .filter-new ul li:first-child {
    height: auto;
  }

  #fb_connect {
    width: 100%;
    float: left;
  }

  .newAccountForm ul li .col-md-6.MT20 {
    width: 100%;
    float: left;
  }

  .filterBar .resultFound {
    font-size: 13px;
  }

  label.selectDropDown {
    font-size: 12px;
  }

  #systemWorking1, #systemWorking2 {
    left: 50% !important;
    margin-left: -100px !important;
  }

  table.request-diamond1 {
    margin-left: 0 !important;
    width: 100% !important;
  }
}
.tgSection-1 .tgTitle p {
  font-size: 16px;
  line-height: 32px;
  margin-top: 25px;
  padding: 0 120px;
}
.tgSection-1 .tgTitle-2 {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 50px;
}
.tgSection-1 .tgTitle-2 span {
  display: block;
  font-size: 30px;
  font-style: italic;
  margin: 30px 0 10px;
  padding: 38px 0 0;
  position: relative;
  text-align: center;
}
.tgSection-1 .tgTitle-2 span:before {
  background-color: #000;
  content: " ";
  height: 1px;
  left: 50%;
  margin-left: -125px;
  position: absolute;
  top: 0;
  width: 250px;
}
.tgSection-1 h2.tgTitle-3 {
  margin-top: 0;
}
.tgSection-1 .tgTitle-3 {
  display: block;
  margin: 0 0 30px;
}

.tgFeatured {
  float: left;
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  width: 100%;
}
.tgFeatured .tgFeaturedImg {
  width: 100%;
}
.tgFeatured .tgBlockCover {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.tgFeatured .tgBlockCover .tgBlock {
  display: table;
  height: 100%;
  letter-spacing: 1px;
  width: 100%;
}
.tgFeatured .tgBlockCover .tgBlock .tgBlockCell {
  display: table-cell;
  font-size: 16px;
  height: 100%;
  line-height: 46px;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
}
.tgFeatured .tgBlockCover .tgBlock .tgBlockCell span {
  color: #000;
  display: block;
  font-size: 50px;
  letter-spacing: 2px;
  margin-bottom: 25px;
  text-transform: none;
}

.btnTopLineInner:before {
  background-color: #c9302c;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: -10px;
  width: 20px;
}

.tgFeatured .tgBlockCover .tgBlock .btnTopLineInner:before {
  top: -4px;
}

.btnTopLineInner {
  color: #c9302c;
  display: inline;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  transition: all 0.8s ease 0s;
}

.tgContentBox {
  float: left;
  margin: 40px 0 0;
  padding: 0;
  width: 100%;
}

.tgContentBox .title {
  display: block;
  font-size: 28px;
  letter-spacing: 2px;
  margin: 0 0 15px;
}

.tgContentBox p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 40px;
}

[class*=tgSection-] {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.tgSection-ColorDiamond {
  background-color: #f2f1f1;
  margin-top: 40px;
}

.tgSection-ColorDiamond .trueGrownBox {
  margin-top: 65px;
}

.tgSection-ColorDiamond .tgTitle h2 {
  font-size: 46px;
  font-weight: normal;
}

.tgSection-ColorDiamond .tgTitle-2 {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 50px;
}

.tgSection-ColorDiamond .tgTitle-2 span.botLine:before {
  background-color: #000;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -125px;
  position: absolute;
  top: 100%;
  width: 250px;
}

.tgSection-ColorDiamond .tgTitle-2 span:before {
  background-color: #000;
  content: " ";
  height: 1px;
  left: 50%;
  margin-left: -125px;
  position: absolute;
  top: 0;
  width: 250px;
}

.tgSection-6 {
  background: url("../images/tg-section-bg-06.jpg") no-repeat scroll center top/100% auto;
  padding: 100px 0;
}

.tgSection-6 .title {
  display: block;
  font-size: 50px;
  letter-spacing: 3px;
  margin: 0 0 40px;
}

.tgSection-6 span {
  display: block;
  font-size: 24px;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 36px;
  margin: 40px 0 0;
}

.tgSection-6 span i {
  display: inline-block;
  margin-bottom: 14px;
}

.border-bot {
  background: #9c9b9b none repeat scroll 0 0;
  display: inline-block;
  height: 1px;
  margin-bottom: 8px;
  width: 20%;
}

.tgSection-4 {
  background-color: #d4e572;
  margin-bottom: 40px;
  padding: 80px 0 0;
}

.tgSection-4 .title {
  display: block;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 3px;
  margin: 0 0 55px;
}

.tgBreadcrumb .breadcrumb {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  float: left;
  width: 100%;
  padding: 5px 0;
}

.tgBreadcrumb .breadcrumb a, .tgBreadcrumb .breadcrumb li {
  color: #000;
  position: relative;
  display: inline-block;
}

.tgBreadcrumb .breadcrumb > li a {
  color: #000;
  font-size: 16px;
  position: relative;
}

.tgBreadcrumb .breadcrumb a.active:before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #d4e572 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 20px;
  content: "";
  left: 50%;
  margin-left: -30px;
  position: absolute;
  top: 32px;
  width: 40px;
}

.tgBreadcrumb .breadcrumb a.active:before {
  border-color: #d4e572 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 20px;
  content: "";
  left: 50%;
  margin-left: -30px;
  position: absolute;
  top: 25px;
  width: 40px;
}

.tgSectionTabs {
  min-height: 200px;
  overflow: hidden;
}

.tgSectionTabs .tgTabsInfo {
  display: none;
}

.tgSection-5 .title {
  display: block;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.tgSection-5 p {
  font-size: 16px;
  line-height: 30px;
  margin: 20px 40px 0;
}

.tgSection-5 p span {
  color: #0f0f0f;
  display: block;
  font-weight: 600;
}

/*Product Detail CSS Starts Here*/
span.review_star_full {
  width: 13px;
  height: 13px;
  display: inline-block;
  background: url(../images/icons.png) no-repeat -3px -20px;
}

span.review_star_half {
  width: 13px;
  height: 13px;
  display: inline-block;
  background: url(../images/icons.png) no-repeat -3px -38px;
}

/*Important Dicleration End*/
.preview_box {
  width: 100%;
  min-height: 350px;
  float: left;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #dfdfdf;
}
.preview_box.preview_box2 {
  height: 395px;
}

.preview_box_image {
  width: 100%;
  min-height: 350px;
  float: left;
  margin: 0 0 20px;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #dfdfdf;
  position: relative;
}
.preview_box_image.preview_box2 {
  height: 395px;
}

.preview_box_left {
  width: 100%;
  float: left;
}
.preview_box_left ul {
  clear: left;
  margin: 0;
  padding: 0 0 10px 11px;
  list-style: none;
  overflow: hidden;
}
.preview_box_left ul li {
  float: left;
  width: 52px;
  height: 45px;
  margin: 0 5px 2px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  text-align: center;
}
.preview_box_left ul li:last-child, .preview_box_left ul li:first-child {
  margin-bottom: 0;
  margin-left: 0;
}
.preview_box_left ul li img {
  height: auto !important;
}

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

.preview_box_left_small ul {
  clear: left;
  margin: 0px auto;
  padding: 0px 0px 10px 11px;
  list-style: none;
  overflow: hidden;
}

.preview_box_left_small ul li {
  float: left;
  width: 28px;
  margin: 0px 3px 0px 0px;
  padding: 0px 0px;
  overflow: hidden;
  text-align: center;
  display: table;
  border: 1px solid #dfdfdf;
}

.preview_box_left_small ul li img {
  display: table-cell;
  vertical-align: middle;
}

.preview_box_left_small ul li:last-child {
  margin-bottom: 0px;
}

.preview_box_right {
  width: 98%;
  height: 302px;
  float: right;
  margin: 5px 1%;
  padding: 0px;
  text-align: center;
  display: inline-table;
  position: relative;
}

.preview_box_right a {
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.preview_box_right img {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.productDetail .productTitle {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 5px;
}
.productDetail .productSku {
  font-size: 16px;
  margin: 0 0 12px;
  color: #656565;
}
.productDetail .productPrice {
  font-size: 20px;
  margin: 0 0 20px;
}
.productDetail .productPrice span {
  color: #0f0f0f;
}
.productDetail .btnGroup {
  margin: 0 0 50px;
}

.productSpecificationBox .tab-content {
  margin: -1px 0 0;
  padding: 15px;
  border: 1px solid #d5d5d5;
}
.productSpecificationBox table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}
.productSpecificationBox table th, .productSpecificationBox table td {
  padding: 7px;
}
.productSpecificationBox table .tdColon {
  width: 30px;
  text-align: center;
}

.detail_box {
  width: 100%;
  float: left;
  margin: 0px 0px;
  padding: 0px 0px;
}

.detail_box.sp-detail {
  width: 570px;
  min-height: 350px;
  float: left;
  margin: 0px 0px;
  padding: 0px 10px 0px 15px;
  background: url(../images/bg-03.gif) no-repeat left 50% #FFFFFF;
}

.detail_box.detail_box2 {
  width: 437px;
  height: 395px;
}

.name_sku, .our_price, .select_size, .action_box {
  width: 100%;
  float: left;
  padding-bottom: 0px;
  margin-bottom: 5px;
}

.name_sku h4, .our_price h4 {
  clear: left;
  text-align: left;
  text-transform: capitalize;
  padding: 0px 0px 3px 0px;
  line-height: 30px;
  color: #3E3E3E;
  margin-bottom: 0px;
}

.name_sku h4 {
  font-size: 16px;
  font-weight: normal;
  font-family: "Calibri";
  line-height: 20px;
}

.name_sku h1 {
  font-size: 16px;
  font-weight: normal;
  font-family: "Calibri";
  line-height: 20px;
  color: #3E3E3E;
  margin-bottom: 2px;
}

.site_text_pink > sup {
  font-family: arial;
}

.productDesc sup {
  font-family: arial;
  font-size: 11px;
}

.our_price h4 {
  font-size: 18px;
}

.name_sku h4 span, .our_price h4 span {
  display: inline-block;
  font-size: 13px;
  margin-left: 90px;
}

.name_sku h4 span span, .our_price h4 span span {
  text-decoration: line-through;
  margin-left: 0px;
}

.name_sku h5, .our_price h5, .select_size h5 {
  clear: left;
  text-align: left;
  text-transform: capitalize;
  padding: 3px 0px 3px 3px;
  line-height: 16px;
}

.name_sku h5 span, .our_price h5 span, .select_size h5 span {
  font-size: 10px;
}

.select_size h5 span {
  border-bottom: 1px solid;
}

.detail_box .productDesc {
  display: block;
  border: 1px solid #dfdfdf;
  padding: 8px 8px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.detail_box .productDesc .descTitle {
  font-size: 14px;
  display: block;
  padding-bottom: 5px;
  font-family: "Calibri";
  font-weight: bold;
}

.detail_box .productDesc p {
  line-height: 20px;
}

.name_sku p, .our_price p, .select_size p, .action_box p {
  clear: left;
  text-align: left;
  font-size: 14px;
  padding: 4px 4px 4px 0px;
}

.select_size ul {
  clear: left;
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
  width: 40%;
}

.select_size ul li {
  float: left;
  margin: 2px 5px 3px 0px;
  padding: 0px 0px;
  background-color: #dddedc;
  font-weight: bold;
  width: 31px;
  font-size: 11px;
}

.select_size ul li a {
  text-align: center;
  display: block;
  line-height: 24px;
  color: #232323;
  padding: 0px 5px;
}

.select_size ul li a:hover {
  color: #A92A13;
}

.select_size ul li a.slectedSize {
  background-color: #273E31;
  color: #fff;
}

.action_box {
  border-bottom: 1px solid #dfdfdf;
  padding: 15px 0px 10px;
}

.like_links {
  clear: left;
  margin: 0px 20px 20px;
  padding: 0px 0px;
  height: 25px;
  width: 150px;
}

.like_links a {
  margin: 2px;
}

.like_links li {
  float: left !important;
  padding: 0;
  margin: 0;
}

.rating_box {
  width: 176px;
  min-height: 350px;
  float: left;
  margin: 0px 0px;
  padding: 0px 0px;
  background: url(../images/bg-02.gif) no-repeat left 50% #FFFFFF;
  font-size: 12px;
}

.rating_box ul {
  clear: left;
  list-style: none;
  margin: 10px 0px 0px;
  padding: 0px 0px;
}

.rating_box ul li {
  width: 100%;
  margin: 0px 0px 10px;
  padding: 0px 0px 0px;
  float: left;
}

/*Product Detail CSS Ends Here*/
/*Inner Wrapper Full CSS Starts Here*/
.wrapper_inner_full {
  width: 958px;
  float: left;
  margin: 0px 0px;
  padding: 5px 5px;
  font-family: Calibri;
}

/*Inner Wrapper Full CSS Ends Here*/
/*Product Description Tabs Box CSS Starts Here*/
.product_desc_tabs_box {
  width: 100%;
  float: left;
  margin: 0px 0px;
  padding: 0px 0px;
}

.product_desc_tabs_box .contentBox {
  display: block;
}

.product_desc_tabs_box .contentBox .contentTitle {
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.product_desc_tabs_box .contentBox p {
  padding-bottom: 15px;
}

.product_desc_tabs_box.product_desc_tabs_box2 {
  width: 100%;
}

ul.product_tabs {
  clear: left;
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
  overflow: hidden;
}

ul.product_tabs.product_tabs2 {
  width: 100%;
  float: left;
}

ul.product_tabs li {
  float: left;
  margin: 0px 5px 0px 0px;
  padding: 0px 0px;
  background-color: #FFFFFF;
  overflow: hidden;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

ul.product_tabs li:first-child {
  border-radius: 6px 0px 0px 0px;
  -webkit-border-radius: 6px 0px 0px 0px;
  -moz-border-radius: 6px 0px 0px 0px;
}

.tab_description_box {
  width: 100%;
  min-height: 289px;
  float: left;
  margin: 0px 0px;
  padding: 0px 0px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  border: 1px solid #dfdfdf;
  border-radius: 0px 6px 6px 6px;
  -webkit-border-radius: 0px 6px 6px 6px;
  -moz-border-radius: 0px 6px 6px 6px;
}

.tab_description_box table {
  width: 100%;
  margin: 0px 0px;
  padding: 0px 0px;
  border-collapse: separate;
}

.tab_description_box table tr td {
  padding: 5px 10px;
}

.tab_description_box table tbody tr {
  border-top: 1px solid #dfdfdf;
}

.tab_description_box table tbody tr:first-child {
  border-top: none;
}

.tab_description_box table tbody tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.8);
}

.tab_description_box table tbody tr:nth-child(even) {
  background-color: rgba(185, 185, 185, 0.1);
}

.tab_description_box.sp-detail-tab {
  width: 945px;
  height: 280px;
  float: left;
  margin: 0px 0px;
  padding: 10px 10px;
  background-color: #FFFFFF;
  overflow-y: auto;
  display: block;
}

.tab_description_box.tab_description_box2 {
  width: 97.8%;
  float: left;
}

.tab_description_box h4 {
  background-color: #dfdfdf;
  padding-left: 10px;
  line-height: 24px;
  color: #A92A13;
  text-align: left;
}

.tab_description_box h4 a {
  text-decoration: none;
  color: #A92A13;
}

.tab_description_box .add_review table {
  width: 100%;
  border: none !important;
}

.tab_description_box .add_review table tbody tr td {
  padding: 5px 5px !important;
  border: none !important;
  vertical-align: top;
  text-align: left;
}

.tab_description_box .add_review table tbody tr td label {
  width: 50px;
  display: inline-block;
  vertical-align: top;
}

.tab_description_box .add_review table tbody tr td input[type=text],
.tab_description_box .add_review table tbody tr td textarea {
  width: 88%;
  border: 1px solid #dfdfdf;
  padding: 0px 6px;
}

.tab_description_box .add_review table tbody tr td input[type=text] {
  height: 22px;
  line-height: 22px;
}

.tab_description_box .add_review table tbody tr td span {
  color: #FF0000;
  display: inline-block;
  vertical-align: top;
}

span.mandatory_field {
  color: #FF0000;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 10px !important;
  margin-left: 5px;
}

.tab_description_box p {
  clear: left;
  text-align: justify;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
}

.tab_description_box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tab_description_box ul li {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}

.related_product_box {
  width: 100%;
  float: right;
  margin: 0px 0px;
  padding: 0px;
}

.related_product_box h6 {
  clear: left;
  margin: 0px 0px;
  padding: 0px 10px 10px;
  line-height: 34px;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}

.related_product_box .v_carousel_box {
  width: 100%;
  float: left;
  margin: 0px 0px;
  padding: 0px 0px;
  background-color: #FFF;
  min-height: 225px;
}

.short_detail_of_product {
  width: 100%;
  float: left;
  margin: 0px 0px;
}

.short_detail_of_product .sdop_left {
  width: 100%;
  float: left;
}

.short_detail_of_product .sdop_left a {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

.short_detail_of_product .sdop_left h5 {
  text-align: center;
}

.short_detail_of_product .sdop_right {
  width: 74.5%;
  float: right;
}

.short_detail_of_product .sdop_right p {
  clear: left;
  font-size: 11px;
  line-height: 14px !important;
  padding: 0px 5px 5px 0px;
}

.short_detail_of_product .sdop_right a {
  color: #555555;
  text-decoration: underline;
}

.short_detail_of_product .sdop_right .rating-name {
  border-bottom: none;
  width: 96%;
  padding: 2px 0px;
}

.site_text_darkred {
  width: 100%;
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 22px;
  padding-bottom: 15px;
  font-size: 18px !important;
  margin-top: 15px;
  color: #CD950C;
  text-decoration: none;
}

.site_text_darkred {
  color: #CD950C;
  text-decoration: none;
}

.sdop_right {
  text-align: center;
  display: block;
  text-overflow: ellipsis;
  font-size: 12px;
  width: 100%;
  float: left;
}

.sdop_right p {
  height: 50px;
  overflow: hidden;
}

/*Product Description Tabs Box CSS Starts Here*/
/*Star Rating*/
/*             styles for the star rater                */
.star-rating {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 75px;
  height: 15px;
  position: relative;
  background: url(/images/star_rating.gif) top left repeat-x;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}

.requestViewingInfo h2 {
  margin-top: 0;
  font-size: 20px;
}

.star-rating li {
  padding: 0px;
  margin: 0px;
  /*\*/
  float: left;
  /* */
}

.star-rating li a {
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-decoration: none;
  text-indent: -4500px;
  z-index: 20;
  position: absolute;
  padding: 0px;
  overflow: hidden;
}

.star-rating li a:hover {
  background: url(/images/star_rating.gif) left center;
  z-index: 2;
  left: 0px;
  border: none;
}

.star-rating a.one-star {
  left: 0px;
}

.star-rating a.one-star:hover {
  width: 15px;
}

.star-rating a.two-stars {
  left: 15px;
}

.star-rating a.two-stars:hover {
  width: 30px;
}

.star-rating a.three-stars {
  left: 30px;
}

.star-rating a.three-stars:hover {
  width: 45px;
}

.star-rating a.four-stars {
  left: 45px;
}

.star-rating a.four-stars:hover {
  width: 60px;
}

.star-rating a.five-stars {
  left: 60px;
}

.star-rating a.five-stars:hover {
  width: 75px;
}

.star-rating li.current-rating {
  background: url(/images/star_rating.gif) left bottom;
  position: absolute;
  height: 15px;
  display: block;
  text-indent: -9000px;
}

.rating-name {
  width: 100%;
  float: left;
  margin: 0px 0px;
  padding: 10px 0px;
  border-bottom: 1px solid #dfdfdf;
  text-align: center;
}

.rating-name span {
  display: inline-block;
  margin-left: 6px;
}

/*Drop A Hint Starts Here*/
#hint-lightbox {
  width: 929px;
  height: auto;
  margin: 0px;
  padding: 0px 10px 20px;
  background-color: #FFFFFF;
  float: left;
}

#hint-lightbox .head-box {
  width: 929px;
  height: 36px;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #e2e2e2;
  float: left;
}

#hint-lightbox .head-box h1 {
  width: 861px;
  height: 36px;
  margin: 0px;
  padding: 0px 0 0 5px;
  color: #2d403a;
  float: left;
  font: normal 18px/30px Calibri;
}

#hint-lightbox .head-box .close-button {
  width: 63px;
  height: 36px;
  margin: 0px;
  padding: 0px;
  text-align: right;
  float: left;
}

#hint-lightbox .main-light-box {
  width: 929px;
  height: 340px;
  margin: 10px 0 0 0;
  padding: 0px;
  float: left;
}

#hint-lightbox .main-light-box .left-light-box {
  width: 640px;
  height: 336px;
  margin: 0px 10px 0px 0px;
  padding: 0px 0 0 0;
  float: left;
  border: 2px solid #e2e2e2;
}

#hint-lightbox .main-light-box .left-light-box .mother-text {
  width: 237px;
  height: 287px;
  margin: 0px;
  padding: 20px 43px 0 25px;
  float: left;
  color: #525252;
  line-height: 24px;
}

#hint-lightbox .main-light-box .left-light-box .ring-img {
  width: 335px;
  height: 336px;
  margin: 0px;
  padding: 0px;
  float: left;
}

#hint-lightbox .main-light-box .left-light-box .ring-img .image-box {
  width: 305px;
  margin: 0px;
  padding: 10px 30px 0 0;
  float: left;
  text-align: right;
}

#hint-lightbox .main-light-box .left-light-box .ring-img .about-img-text {
  width: 300px;
  height: 67px;
  margin: 0px;
  padding: 0px;
  float: right;
  font-size: 14px;
  color: #2d403a;
  line-height: 24px;
}

#hint-lightbox .main-light-box .left-pre-box {
  width: 624px;
  height: 320px;
  margin: 0px 10px 0px 0px;
  padding: 0px 0 0 0;
  float: left;
  border: 10px solid #e2e2e2;
}

#hint-lightbox .main-light-box .left-pre-box .mother-text-pre {
  width: 237px;
  height: 287px;
  margin: 0px;
  padding: 29px 32px 0 20px;
  float: left;
  color: #525252;
  line-height: 24px;
}

#hint-lightbox .main-light-box .left-pre-box .ring-img-pre {
  width: 335px;
  height: 320px;
  margin: 0px;
  padding: 0px;
  float: left;
}

#hint-lightbox .main-light-box .left-pre-box .ring-img-pre .image-box-pre {
  width: 305px;
  margin: 0px;
  padding: 0px 30px 0 0;
  float: left;
  text-align: right;
}

#hint-lightbox .main-light-box .left-pre-box .ring-img-pre .about-img-text-pre {
  width: 300px;
  height: 57px;
  margin: 0px;
  padding: 0px;
  float: right;
  font-size: 14px;
  color: #2d403a;
  line-height: 24px;
}

#hint-lightbox .main-light-box .right-light-box {
  width: 270px;
  height: 340px;
  margin: 0px;
  padding: 0px 0 0 5px;
  float: left;
}

#hint-lightbox .main-light-box .right-light-box ul {
  margin: 0px;
  padding: 0px;
}

#hint-lightbox .main-light-box .right-light-box ul li {
  width: 266px;
  height: auto;
  margin: 0px 0 10px 0;
  padding: 0px;
  list-style-type: none;
}

#hint-lightbox .main-light-box .right-light-box ul li.two-char {
  color: #7f7f7f;
  font-style: italic;
  font-size: 12px;
  width: 259px;
  height: 20px;
  margin: -8px 0 10px;
  padding: 0px 0 0 7px;
  list-style-type: none;
}

#hint-lightbox .main-light-box .right-light-box ul li input[type=text] {
  width: 254px;
  padding: 0px 5px;
  line-height: 28px;
  height: 32px;
  background-color: #FFFFFF;
  border: 1px solid #e4e4e4;
  color: #7f7f7f;
  font-style: italic;
  font-size: 12px;
}

#hint-lightbox .main-light-box .right-light-box ul li textarea {
  width: 254px;
  display: block;
  padding: 0px 5px;
  height: 146px;
  line-height: 28px;
  background-color: #FFFFFF;
  border: 1px solid #e4e4e4;
  color: #7f7f7f;
  font-style: italic;
  font-size: 12px;
  font-family: Calibri;
}

#hint-lightbox .main-light-box .right-light-box ul li textarea.mar-bot {
  width: 254px;
  padding: 5px 5px;
  height: 146px;
  line-height: 15px;
  background-color: #FFFFFF;
  border: 1px solid #e4e4e4;
  color: #7f7f7f;
  font-style: italic;
  font-size: 12px;
  margin-bottom: 38px;
  font-family: Calibri;
}

#hint-lightbox .main-light-box .right-light-box ul li textarea:focus {
  color: #333333;
  font-style: normal;
  font-style: italic;
}

#hint-lightbox .main-light-box .right-light-box ul li input[type=text]:focus {
  color: #333333;
  font-style: normal;
  font-style: italic;
}

#hint-lightbox .main-light-box .right-light-box ul li a.pre-mess {
  width: 266px;
  padding: 0px;
  height: 30px;
  text-align: center;
  background-color: #2d403a;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  margin: 0px 0 0 0;
  display: block;
  line-height: 28px;
}

#hint-lightbox .main-light-box .right-light-box ul li a.pre-mess:hover {
  background-color: #000000;
  text-decoration: none;
}

#hint-lightbox .main-light-box .right-light-box ul li a.reset-mess {
  width: 266px;
  padding: 0px;
  height: 30px;
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  margin: -5px 0 0 0;
  display: block;
  line-height: 28px;
}

#hint-lightbox .main-light-box .right-light-box ul li a.reset-mess:hover {
  background-color: #2d403a;
  text-decoration: none;
}

.wish_list {
  clear: left;
  margin: 0px 0px;
  padding: 0px 0px;
  overflow: hidden;
  list-style: none;
}

.wish_list li {
  width: 48%;
  float: left;
  margin: 0px 3% 10px 0px;
}

.wish_list li:nth-child(even) {
  margin-right: 0px;
}

.wish_list li a {
  padding: 0px 5px;
  border-radius: 3px;
  background-color: #dfdfdf;
  color: #333;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  line-height: 24px;
  border: 1px solid #dfdfdf;
  -webkit-border: 1px solid #dfdfdf;
  -moz-border: 1px solid #dfdfdf;
  -o-border: 1px solid #dfdfdf;
  text-align: center;
}

.wish_list li a:hover {
  color: #000000;
}

/*Drop A Hint Ends Here*/
.fb_edge_widget_with_comment span.fb_edge_comment_widget {
  left: -246px !important;
}

.zomming {
  float: right;
  width: 976px;
  text-align: right;
  margin: 0px;
}

@media (max-width: 780px) {
  .tabGradientSelected a, .tabGradient a {
    font-size: 12px;
  }

  .product_detail .btn-inner {
    width: 30%;
    margin-bottom: 10px;
    float: left;
    text-align: center;
    margin-right: 10px;
  }

  .sdop_right p {
    height: 55px;
  }

  .product_detail .btn-inner {
    width: 46%;
  }

  .tab_description_box.tab_description_box2 {
    padding: 10px;
    width: 100%;
  }

  .product_detail .action_box a, .product_detail .action_box input {
    margin-bottom: 15px;
    width: 46%;
    text-align: center;
  }
}
@media (max-width: 766px) {
  .product_detail .btn-inner {
    margin-right: 10px;
    width: 45%;
  }

  .tabGradientSelected a, .tabGradient a {
    font-size: 11px;
    padding: 0 4px;
  }

  .tab_description_box .add_review table tbody tr td input[type=text], .tab_description_box .add_review table tbody tr td textarea {
    width: 75%;
  }

  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  .tab_description_box table tr td .grdPink {
    margin-right: 80px !important;
  }
}
.product_detail {
  width: 100%;
  float: left;
  margin: 15px 0 20px;
  padding: 0;
  font-family: Calibri;
  background-color: #FFF;
}

.product_detail a.action_btn {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
  text-transform: capitalize;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
}

span.review_star_full,
span.review_star_half {
  width: 13px;
  height: 13px;
  display: inline-block;
}

.product_detail a {
  text-decoration: none;
}

a img {
  border: none;
  cursor: pointer;
}

.product_detail h1 {
  font-size: 24px;
}

.product_detail h2 {
  font-size: 22px;
  font-style: italic;
}

.product_detail h3 {
  font-size: 20px;
}

.product_detail h4 {
  font-size: 18px;
}

.product_detail h5,
.product_detail h6 {
  font-size: 12px;
}

.product_detail h1,
.product_detail h2,
.product_detail h6 {
  font-family: MuseoSlab500, Times, serif;
  font-weight: 400;
}

.product_detail h3,
.product_detail h4,
.product_detail h5 {
  font-family: DroidSans, Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.product_detail h4.w_brd_bot {
  border-bottom: 3px solid #e6e6e6;
  padding-bottom: 3px;
}

.product_detail h5.w_brd_bot {
  border-bottom: 1px dotted #474747;
}

span.review_star_full {
  background: url(../images/icons.png) -3px -20px no-repeat;
}

span.review_star_half {
  background: url(../images/icons.png) -3px -38px no-repeat;
}

.preview_box.preview_box2,
.preview_box_image.preview_box2 {
  height: 395px;
}

.preview_box,
.preview_box_image {
  padding: 0;
  background-color: #FFF;
  width: 100%;
  float: left;
  border: 1px solid #dfdfdf;
  min-height: 350px;
}

.preview_box {
  margin: 0;
}

.preview_box_image {
  margin: 20px 0 10px;
  position: relative;
}

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

.preview_box_left ul {
  clear: left;
  margin: 0;
  padding: 0 0 10px 11px;
  list-style: none;
  overflow: hidden;
}

.preview_box_left ul li {
  float: left;
  width: 52px;
  height: 45px;
  margin: 0 5px 2px;
  padding: 0;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  text-align: center;
}

.preview_box_left ul li img {
  height: auto !important;
}

.preview_box_left ul li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.preview_box_left ul li:first-child {
  margin-bottom: 0;
  margin-left: 0;
}

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

.preview_box_left_small ul {
  clear: left;
  margin: 0 auto;
  padding: 0 0 10px 11px;
  list-style: none;
  overflow: hidden;
}

.preview_box_left_small ul li {
  float: left;
  width: 28px;
  margin: 0 3px 0 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  display: table;
  border: 1px solid #dfdfdf;
}

.preview_box_left_small ul li img {
  display: table-cell;
  vertical-align: middle;
}

.preview_box_left_small ul li:last-child {
  margin-bottom: 0;
}

.preview_box_right {
  width: 98%;
  height: 302px;
  float: right;
  margin: 5px 1%;
  padding: 0;
  text-align: center;
  display: inline-table;
  position: relative;
}

.preview_box_right a {
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.preview_box_right img {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.detail_box {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

.detail_box.sp-detail {
  width: 570px;
  min-height: 350px;
  float: left;
  margin: 0;
  padding: 0 10px 0 15px;
  background: url(../images/bg-03.gif) left 50% no-repeat #FFF;
}

.detail_box.detail_box2 {
  width: 437px;
  height: 395px;
}

.action_box,
.name_sku,
.our_price,
.select_size {
  width: 100%;
  float: left;
  padding-bottom: 0;
  margin-bottom: 5px;
}

.name_sku h4,
.our_price h4 {
  clear: left;
  text-align: left;
  text-transform: capitalize;
  padding: 0 0 3px;
  line-height: 30px;
  color: #3E3E3E;
  margin-bottom: 0;
}

.name_sku h1,
.name_sku h4 {
  font-size: 16px;
  font-weight: 400;
  font-family: Calibri;
  line-height: 20px;
}

.name_sku h1 {
  color: #3E3E3E;
  margin-bottom: 2px;
}

.productDesc sup,
.site_text_pink > sup {
  font-family: arial;
}

.productDesc sup {
  font-size: 11px;
}

.our_price h4 {
  font-size: 18px;
}

.name_sku h4 span,
.our_price h4 span {
  display: inline-block;
  font-size: 13px;
  margin-left: 90px;
}

.name_sku h4 span span,
.our_price h4 span span {
  text-decoration: line-through;
  margin-left: 0;
}

.name_sku h5,
.our_price h5,
.select_size h5 {
  clear: left;
  text-align: left;
  text-transform: capitalize;
  padding: 3px 0 3px 3px;
  line-height: 16px;
}

.name_sku h5 span,
.our_price h5 span,
.select_size h5 span {
  font-size: 10px;
}

.select_size h5 span {
  border-bottom: 1px solid;
}

.detail_box .productDesc {
  display: block;
  border: 1px solid #dfdfdf;
  padding: 8px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.detail_box .productDesc .descTitle {
  font-size: 14px;
  display: block;
  padding-bottom: 5px;
  font-family: Calibri;
  font-weight: 700;
}

.detail_box .productDesc p {
  line-height: 20px;
}

.action_box p,
.name_sku p,
.our_price p,
.select_size p {
  clear: left;
  text-align: left;
  font-size: 14px;
  padding: 4px 4px 4px 0;
}

.select_size ul {
  clear: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 40%;
}

.select_size ul li {
  float: left;
  margin: 2px 5px 3px 0;
  padding: 0;
  background-color: #dddedc;
  font-weight: 700;
  width: 31px;
  font-size: 11px;
}

.select_size ul li a {
  text-align: center;
  display: block;
  line-height: 24px;
  color: #232323;
  padding: 0 5px;
}

.select_size ul li a:hover {
  color: #A92A13;
}

.select_size ul li a.slectedSize {
  background-color: #273E31;
  color: #fff;
}

.action_box {
  border-bottom: 1px solid #dfdfdf;
  padding: 15px 0 10px;
}

.like_links {
  clear: left;
  margin: 0 20px 20px;
  padding: 0;
  height: 25px;
  width: 150px;
}

.like_links a {
  margin: 2px;
}

.like_links li {
  float: left !important;
  padding: 0;
  margin: 0;
}

.rating_box {
  width: 176px;
  min-height: 350px;
  float: left;
  margin: 0;
  padding: 0;
  background: url(../images/bg-02.gif) left 50% no-repeat #FFF;
  font-size: 12px;
}

.rating_box ul {
  clear: left;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

.rating_box ul li {
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  float: left;
}

.wrapper_inner_full {
  width: 958px;
  float: left;
  margin: 0;
  padding: 5px;
  font-family: Calibri;
}

.product_desc_tabs_box {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

.product_desc_tabs_box .contentBox {
  display: block;
}

.product_desc_tabs_box .contentBox .contentTitle {
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.product_desc_tabs_box .contentBox p {
  padding-bottom: 15px;
}

.product_desc_tabs_box.product_desc_tabs_box2 {
  width: 100%;
}

ul.product_tabs {
  clear: left;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.product_tabs.product_tabs2 {
  width: 100%;
  float: left;
}

ul.product_tabs li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  background-color: #FFF;
  overflow: hidden;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

.tab_description_box,
.tab_description_box table tbody tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.8);
}

ul.product_tabs li:first-child {
  border-radius: 6px 0 0;
  -webkit-border-radius: 6px 0 0 0;
  -moz-border-radius: 6px 0 0;
}

.tab_description_box {
  width: 100%;
  min-height: 289px;
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  border: 1px solid #dfdfdf;
  border-radius: 0 6px 6px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
}

.tab_description_box table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: separate;
}

.tab_description_box table tr td {
  padding: 5px 10px;
}

.tab_description_box table tbody tr {
  border-top: 1px solid #dfdfdf;
}

.tab_description_box table tbody tr:first-child {
  border-top: none;
}

.tab_description_box table tbody tr:nth-child(even) {
  background-color: rgba(185, 185, 185, 0.1);
}

.tab_description_box.sp-detail-tab {
  width: 945px;
  height: 280px;
  float: left;
  margin: 0;
  padding: 10px;
  background-color: #FFF;
  overflow-y: auto;
  display: block;
}

.tab_description_box.tab_description_box2 {
  width: 97.8%;
  float: left;
}

.tab_description_box h4 {
  background-color: #dfdfdf;
  padding-left: 10px;
  line-height: 24px;
  color: #A92A13;
  text-align: left;
}

.tab_description_box h4 a {
  text-decoration: none;
  color: #A92A13;
}

.tab_description_box .add_review table tbody tr td span,
span.mandatory_field {
  color: red;
  display: inline-block;
  vertical-align: top;
}

.tab_description_box .add_review table {
  width: 100%;
  border: none !important;
}

.tab_description_box .add_review table tbody tr td {
  padding: 5px !important;
  border: none !important;
  vertical-align: top;
  text-align: left;
}

.tab_description_box .add_review table tbody tr td label {
  width: 50px;
  display: inline-block;
  vertical-align: top;
}

.tab_description_box .add_review table tbody tr td input[type=text],
.tab_description_box .add_review table tbody tr td textarea {
  width: 88%;
  border: 1px solid #dfdfdf;
  padding: 0 6px;
}

.tab_description_box .add_review table tbody tr td input[type=text] {
  height: 22px;
  line-height: 22px;
}

span.mandatory_field {
  font-size: 14px;
  width: 10px !important;
  margin-left: 5px;
}

.tab_description_box p {
  clear: left;
  text-align: justify;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
}

.rating-name,
.related_product_box h6,
.sdop_right,
.short_detail_of_product .sdop_left h5,
.site_text_darkred {
  text-align: center;
}

.tab_description_box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tab_description_box ul li {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}

.related_product_box {
  width: 100%;
  float: right;
  margin: 0;
  padding: 0;
}

.related_product_box h6 {
  clear: left;
  margin: 0;
  padding: 0 10px 10px;
  line-height: 34px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.related_product_box .v_carousel_box {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  background-color: #FFF;
  min-height: 225px;
}

.short_detail_of_product {
  width: 100%;
  float: left;
  margin: 0;
}

.short_detail_of_product .sdop_left {
  width: 100%;
  float: left;
}

.short_detail_of_product .sdop_left a {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

.short_detail_of_product .sdop_right {
  width: 74.5%;
  float: right;
}

.short_detail_of_product .sdop_right p {
  clear: left;
  font-size: 11px;
  line-height: 14px !important;
  padding: 0 5px 5px 0;
}

.short_detail_of_product .sdop_right a {
  color: #555;
  text-decoration: underline;
}

.short_detail_of_product .sdop_right .rating-name {
  border-bottom: none;
  width: 96%;
  padding: 2px 0;
}

.site_text_darkred {
  width: 100%;
  border-top: 1px solid #ddd;
  padding-top: 22px;
  padding-bottom: 15px;
  font-size: 18px !important;
  margin-top: 15px;
  color: #0f0f0f;
  text-decoration: none;
}

.sdop_right {
  display: block;
  text-overflow: ellipsis;
  font-size: 12px;
  width: 100%;
  float: left;
}

.sdop_right p {
  height: 50px;
  overflow: hidden;
}

.star-rating {
  list-style: none;
  margin: 2px 0 0;
  padding: 0;
  width: 75px;
  height: 15px;
  position: relative;
  background: url(/images/star_rating.gif) top left repeat-x;
  display: inline-block;
  vertical-align: top;
}

.requestViewingInfo h2 {
  margin-top: 0;
  font-size: 20px;
}

.star-rating li {
  padding: 0;
  margin: 0;
  float: left;
}

.star-rating li a {
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-decoration: none;
  text-indent: -4500px;
  z-index: 20;
  position: absolute;
  padding: 0;
  overflow: hidden;
}

.star-rating li a:hover {
  background: url(/images/star_rating.gif) left center;
  z-index: 2;
  left: 0;
  border: none;
}

.star-rating a.one-star {
  left: 0;
}

.star-rating a.one-star:hover {
  width: 15px;
}

.star-rating a.two-stars {
  left: 15px;
}

.star-rating a.two-stars:hover {
  width: 30px;
}

.star-rating a.three-stars {
  left: 30px;
}

.star-rating a.three-stars:hover {
  width: 45px;
}

.star-rating a.four-stars {
  left: 45px;
}

.star-rating a.four-stars:hover {
  width: 60px;
}

.star-rating a.five-stars {
  left: 60px;
}

.star-rating a.five-stars:hover {
  width: 75px;
}

.star-rating li.current-rating {
  background: url(/images/star_rating.gif) left bottom;
  position: absolute;
  height: 15px;
  display: block;
  text-indent: -9000px;
}

.rating-name {
  width: 100%;
  float: left;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
}

.rating-name span {
  display: inline-block;
  margin-left: 6px;
}

#hint-lightbox {
  width: 929px;
  height: auto;
  margin: 0;
  padding: 0 10px 20px;
  background-color: #FFF;
  float: left;
}

#hint-lightbox .head-box {
  width: 929px;
  height: 36px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e2e2e2;
  float: left;
}

#hint-lightbox .head-box h1 {
  width: 861px;
  height: 36px;
  margin: 0;
  padding: 0 0 0 5px;
  color: #2d403a;
  float: left;
  font: 400 18px/30px Calibri;
}

#hint-lightbox .head-box .close-button {
  width: 63px;
  height: 36px;
  margin: 0;
  padding: 0;
  text-align: right;
  float: left;
}

#hint-lightbox .main-light-box {
  width: 929px;
  height: 340px;
  margin: 10px 0 0;
  padding: 0;
  float: left;
}

#hint-lightbox .main-light-box .left-light-box {
  width: 640px;
  height: 336px;
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
  border: 2px solid #e2e2e2;
}

#hint-lightbox .main-light-box .left-light-box .mother-text {
  width: 237px;
  height: 287px;
  margin: 0;
  padding: 20px 43px 0 25px;
  float: left;
  color: #525252;
  line-height: 24px;
}

#hint-lightbox .main-light-box .left-light-box .ring-img {
  width: 335px;
  height: 336px;
  margin: 0;
  padding: 0;
  float: left;
}

#hint-lightbox .main-light-box .left-light-box .ring-img .image-box {
  width: 305px;
  margin: 0;
  padding: 10px 30px 0 0;
  float: left;
  text-align: right;
}

#hint-lightbox .main-light-box .left-light-box .ring-img .about-img-text {
  width: 300px;
  height: 67px;
  margin: 0;
  padding: 0;
  float: right;
  font-size: 14px;
  color: #2d403a;
  line-height: 24px;
}

#hint-lightbox .main-light-box .left-pre-box {
  width: 624px;
  height: 320px;
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
  border: 10px solid #e2e2e2;
}

#hint-lightbox .main-light-box .left-pre-box .mother-text-pre {
  width: 237px;
  height: 287px;
  margin: 0;
  padding: 29px 32px 0 20px;
  float: left;
  color: #525252;
  line-height: 24px;
}

#hint-lightbox .main-light-box .left-pre-box .ring-img-pre {
  width: 335px;
  height: 320px;
  margin: 0;
  padding: 0;
  float: left;
}

#hint-lightbox .main-light-box .left-pre-box .ring-img-pre .image-box-pre {
  width: 305px;
  margin: 0;
  padding: 0 30px 0 0;
  float: left;
  text-align: right;
}

#hint-lightbox .main-light-box .left-pre-box .ring-img-pre .about-img-text-pre {
  width: 300px;
  height: 57px;
  margin: 0;
  padding: 0;
  float: right;
  font-size: 14px;
  color: #2d403a;
  line-height: 24px;
}

#hint-lightbox .main-light-box .right-light-box {
  width: 270px;
  height: 340px;
  margin: 0;
  padding: 0 0 0 5px;
  float: left;
}

#hint-lightbox .main-light-box .right-light-box ul {
  margin: 0;
  padding: 0;
}

#hint-lightbox .main-light-box .right-light-box ul li {
  width: 266px;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none;
}

#hint-lightbox .main-light-box .right-light-box ul li.two-char {
  color: #7f7f7f;
  font-style: italic;
  font-size: 12px;
  width: 259px;
  height: 20px;
  margin: -8px 0 10px;
  padding: 0 0 0 7px;
  list-style-type: none;
}

#hint-lightbox .main-light-box .right-light-box ul li input[type=text] {
  width: 254px;
  padding: 0 5px;
  line-height: 28px;
  height: 32px;
  background-color: #FFF;
  border: 1px solid #e4e4e4;
  color: #7f7f7f;
  font-style: italic;
  font-size: 12px;
}

#hint-lightbox .main-light-box .right-light-box ul li textarea,
#hint-lightbox .main-light-box .right-light-box ul li textarea.mar-bot {
  width: 254px;
  height: 146px;
  background-color: #FFF;
  border: 1px solid #e4e4e4;
  color: #7f7f7f;
  font-style: italic;
  font-size: 12px;
  font-family: Calibri;
}

#hint-lightbox .main-light-box .right-light-box ul li textarea {
  display: block;
  padding: 0 5px;
  line-height: 28px;
}

#hint-lightbox .main-light-box .right-light-box ul li textarea.mar-bot {
  padding: 5px;
  line-height: 15px;
  margin-bottom: 38px;
}

#hint-lightbox .main-light-box .right-light-box ul li input[type=text]:focus,
#hint-lightbox .main-light-box .right-light-box ul li textarea:focus {
  color: #333;
  font-style: normal;
  font-style: italic;
}

#hint-lightbox .main-light-box .right-light-box ul li a.pre-mess,
#hint-lightbox .main-light-box .right-light-box ul li a.reset-mess {
  width: 266px;
  height: 30px;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  padding: 0;
  display: block;
  text-align: center;
}

#hint-lightbox .main-light-box .right-light-box ul li a.pre-mess {
  background-color: #2d403a;
  margin: 0;
}

#hint-lightbox .main-light-box .right-light-box ul li a.pre-mess:hover {
  background-color: #000;
  text-decoration: none;
}

#hint-lightbox .main-light-box .right-light-box ul li a.reset-mess {
  background-color: #000;
  margin: -5px 0 0;
}

#hint-lightbox .main-light-box .right-light-box ul li a.reset-mess:hover {
  background-color: #2d403a;
  text-decoration: none;
}

.wish_list {
  clear: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.wish_list li {
  width: 48%;
  float: left;
  margin: 0 3% 10px 0;
}

.wish_list li:nth-child(even) {
  margin-right: 0;
}

.wish_list li a {
  padding: 0 5px;
  border-radius: 3px;
  background-color: #dfdfdf;
  color: #333;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  line-height: 24px;
  border: 1px solid #dfdfdf;
  -webkit-border: 1px solid #dfdfdf;
  -moz-border: 1px solid #dfdfdf;
  -o-border: 1px solid #dfdfdf;
  text-align: center;
}

.wish_list li a:hover {
  color: #000;
}

.fb_edge_widget_with_comment span.fb_edge_comment_widget {
  left: -246px !important;
}

.zomming {
  float: right;
  width: 976px;
  text-align: right;
  margin: 0;
}

@media (max-width: 780px) {
  .tabGradient a,
.tabGradientSelected a {
    font-size: 12px;
  }

  .product_detail .btn-inner {
    margin-bottom: 10px;
    float: left;
    text-align: center;
    margin-right: 10px;
    width: 46%;
  }

  .sdop_right p {
    height: 55px;
  }

  .tab_description_box.tab_description_box2 {
    padding: 10px;
    width: 100%;
  }

  .product_detail .action_box a,
.product_detail .action_box input {
    margin-bottom: 15px;
    width: 46%;
    text-align: center;
  }
}
@media (max-width: 766px) {
  .product_detail .btn-inner {
    margin-right: 10px;
    width: 45%;
  }

  .tabGradient a,
.tabGradientSelected a {
    font-size: 11px;
    padding: 0 4px;
  }

  .tab_description_box .add_review table tbody tr td input[type=text],
.tab_description_box .add_review table tbody tr td textarea {
    width: 75%;
  }

  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  .tab_description_box table tr td .grdPink {
    margin-right: 80px !important;
  }
}
.choose_tab > ul > li a,
.your_selected_ring > a {
  text-decoration: none;
  font-size: 14px;
  text-align: center;
}

.choose_tab {
  width: 100%;
  float: left;
  height: 35px;
  position: relative;
  margin: 10px 0 0;
}

.choose_tab > ul {
  width: 100%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 3px solid black;
}

.choose_tab > ul > li {
  float: left;
  margin: 0 8px 0 0;
  color: black;
  padding: 0;
}

.choose_tab > ul > li a {
  color: #5a5858;
  line-height: 31px;
  display: block;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}

.choose_tab > ul > li a.current_tab {
  color: #FFF;
  border-color: black;
  cursor: pointer;
  background: #0f0f0f;
}

.your_selected_ring {
  width: 248px;
  position: absolute;
  right: 0;
  bottom: 3px;
  background: url(/images/diamond-search/ysr.png) center center no-repeat;
  text-align: center;
}

.your_selected_ring > a {
  font-weight: 400;
  line-height: 29px;
  color: #FFF;
  background: url(/images/diamond-search/arrow-down.png) right 60% no-repeat;
  padding-right: 15px;
}

.choose_tab ul.selected_ring {
  display: none;
  position: absolute;
  top: 32px;
  z-index: 3;
  right: 7px;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  padding: 10px;
  border-left: 1px solid #0f0f0f;
  border-right: 1px solid #0f0f0f;
  border-bottom: 4px solid #0f0f0f;
  list-style: none;
  width: 210px;
}

.choose_tab ul.selected_ring > li {
  margin: 5px 0 0 !important;
  padding: 5px 0 0 !important;
  overflow: hidden;
  display: block;
  border-top: 1px dotted #555;
  float: left;
  width: 100%;
}

.choose_tab ul.selected_ring > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.choose_tab ul.selected_ring > li .buttonType28 {
  height: 20px !important;
  line-height: 20px !important;
  margin-top: 6px;
}

.selected_ring li .sr_left {
  width: 25%;
  height: 50px;
  float: left;
  margin: 0 1% 0 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
  border: 1px solid #dfdfdf;
}

.selected_ring li .sr_left img {
  width: 100%;
  height: auto;
}

.selected_ring li .sr_left p {
  clear: left;
  margin: 5px;
  color: #353535;
  padding-bottom: 10px;
}

.selected_ring li .sr_right {
  width: 71%;
  float: right;
  margin: 0;
  padding: 0;
}

.selected_ring li .sr_right p {
  color: black;
  font-size: 11px;
  text-align: left;
  clear: left;
  padding-right: 10px;
}

.selected_ring li .sr_right p strong {
  color: #5a5858;
  font-weight: 700;
  display: block;
}

.selected_ring li .sr_right p span {
  color: black;
  font-size: 14px;
  display: block;
}

.selected_ring li h3 {
  clear: left;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 0;
}

.selected_ring li h3 a {
  text-align: left;
  text-decoration: underline;
  color: #953675;
}

.selected_ring li h3 a:hover {
  text-decoration: none;
}

@media (max-width: 766px) {
  .choose_tab,
.selected_ring li .sr_left {
    height: auto;
  }

  .your_selected_ring {
    position: relative;
    width: 100%;
    background: #0f0f0f;
  }

  .choose_tab > ul > li a {
    border-radius: 0;
  }

  .choose_tab > ul > li {
    width: 100%;
    margin: 0;
  }

  .choose_tab > ul > li a.current_tab {
    background: #0f0f0f;
  }

  .choose_tab ul.selected_ring {
    width: 100%;
    right: 0;
  }
}

/*# sourceMappingURL=style.css.map */
