@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
}

body {
  background: #fff;
  font-family: Calibri, Arial, Verdana;
  font-size: 14px;
  line-height: 20px;
  color: #5b5b5b;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:after {
  content: "&nbsp;";
  font-size: 0;
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

* html .clearfix {
  height: 1px;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
  margin-top: 15px;
}

.align_center {
  text-align: center;
}

.align_justify {
  text-align: justify;
}

a {
  color: #525252;
}

a:hover,
a:focus {
  text-decoration: underline;
}

.wraper {
  width: 1000px;
  margin: 0 auto;
}

.top-bar {
  background: #f4f3ee;
  padding: 3px;
  color: #b9b9b9;
  font-size: 13px;
  line-height: 19px;
}

.top-menu ul {
  margin-left: 545px;
}

.top-menu ul li {
  float: left;
  padding: 0 3px;
  list-style: none;
}

.top-menu ul li a {
  text-decoration: none;
  color: #bbb7b5;
}

.top-menu ul li a:hover {
  color: #535353;
  text-decoration: underline;
}

.header {
  background: #fff;
  padding: 10px 2px;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(121, 121, 121, 0.75);
  -moz-box-shadow: 0px 3px 2px 0px rgba(121, 121, 121, 0.75);
  box-shadow: 0px 3px 2px 0px rgba(121, 121, 121, 0.75);
  margin-bottom: 4px;
  padding-bottom: 10px;
}

.logo img {
  width: 297px;
  height: 69px;
}

.right-part div img {
  width: 250px;
}

.phone {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  text-align: right;
}

.menu {
  font-size: 20px;
  line-height: 26px;
  font-family: Calibri, Arial, Verdana;
}

.menu ul li {
  float: left;
  padding-left: 40px;
  list-style: none;
}

.menu ul li a {
  text-decoration: none;
  color: #bbb7b5;
}

.menu ul li a:hover {
  color: #535353;
}

/* .baner {
    background   : url("../images/banner.jpg") no-repeat center top;
    height       : 415px;
    margin-bottom: 10px;
} */

/* .webp .baner {
  background-image: url("../images/banner.webp");
}

.no-webp .baner {
  background-image: url("../images/banner.png");
} */

.baner,
.buy-baner {
  /* background-repeat: no-repeat;
  background-size: cover; */
  background-color: #e7e9ed;
}
/* 
.webp .buy-baner {
  background-image: url("../images/buy.webp");
}

.no-webp .buy-baner {
  background-image: url("../images/buy.jpg");
} */

/* .buy-baner {
  background-repeat: no-repeat;
  background-size: cover;
} */

/* .buy-baner {
    background   : url("../images/buy.jpg") no-repeat center top;
    height       : 415px;
    margin-bottom: 10px;
} */

/* .webp .sell-baner {
  background-image: url("../images/sell.webp");
}

.no-webp .sell-baner {
  background-image: url("../images/sell.jpg");
} */

.sell-baner {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(to right, #b8bbb3c4 0%, #f7f0e5 70%);
}

/* .sell-baner {
    background   : url("../images/sell.jpg") no-repeat center top;
    height       : 415px;
    margin-bottom: 10px;
} */

/* .webp .valuate-baner {
  background-image: url("../images/valuate.webp");
}

.no-webp .valuate-baner {
  background-image: url("../images/valuate.jpg");
} */

.valuate-baner {
  /* background-repeat: no-repeat;
  background-size: cover; */
  background-image: linear-gradient(to right, #b8bbb3c4 0%, #f7f0e5 70%);
}

/* .valuate-baner {
    background   : url("../images/valuate.jpg") no-repeat center top;
    height       : 415px;
    margin-bottom: 10px;
} */

.heading {
  line-height: 33px;
  padding-top: 33px;
  text-align: center;
}

.heading h1 {
  font-size: 30px;
  font-weight: bold;
  font-family: Calibri, Arial, Verdana;
  color: #3b3b3b;
  width: 400px;
  margin-left: 60px;
  text-align: center;
}

.wedjet {
  background: #211d1e;
  border-radius: 10px;
  padding: 5px 10px;
  width: 345px;
  margin-top: 10px;
  margin-left: 80px;
}

.select {
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 10px;
}

.make {
  width: 325px;
  padding: 5px 10px;
  background: #fff;
  border-radius: 7px;
}

.make select {
  padding: 5px 0px;
  width: 328px;
  color: #929292;
}

.model {
  font-size: 21px;
  color: #eceeee;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}

.buy {
  background: #ff9700;
  background: -moz-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #ff9700),
    color-stop(100%, #eb7c00)
  );
  background: -webkit-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: -o-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: -ms-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: linear-gradient(to bottom, #ff9700 1%, #eb7c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9700', endColorstr='#eb7c00', GradientType=0);
  -webkit-box-shadow: 0px 5px 1px 0px rgba(138, 76, 2, 0.75);
  -moz-box-shadow: 0px 5px 1px 0px rgba(138, 76, 2, 0.75);
  box-shadow: 0px 5px 1px 0px rgba(138, 76, 2, 0.75);
  height: 50px;
  width: 118px;
  margin-top: 15px;
  margin-bottom: 20px;
  line-height: 50px;
  font-size: 33px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.menu-bx {
  margin-left: 268px;
}

.buy-btn a {
  text-decoration: none;
}

.buy-btn a div:hover {
  -webkit-box-shadow: 0px 5px 1px 0px rgba(0, 29, 69, 0.75);
  -moz-box-shadow: 0px 5px 1px 0px rgba(0, 29, 69, 0.75);
  box-shadow: 0px 5px 1px 0px rgba(0, 29, 69, 0.75);
  background: #053d89;
  color: #fff;
}

.or {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 20px;
  width: 45px;
  height: 45px;
  font-size: 26px;
  line-height: 45px;
  color: #000;
  font-weight: 600;
  border-radius: 50%;
  background-color: #fff;
}
.or span {
  display: block;
  text-align: center;
}
.or-exp {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 20px;
}

.content {
  margin-top: 10px;
}

.left-nave {
  width: 223px;
  padding: 15px 10px;
  background: url(../images/left-nav.jpg) repeat;
}

.brand-name {
  font-size: 25px;
  line-height: 31px;
  font-weight: bold;
  color: #333535;
  text-align: center;
  padding-bottom: 15px;
}

.nave {
  background: #fff;
  padding: 5px;
  margin-right: 2px;
  margin-bottom: 10px;
}

.make-logos img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}

/* .make-box {
    margin-bottom: 10px;
} */

.make-logos {
  opacity: 0.5;
}

.make-box a div:hover {
  opacity: 0.9;
}

.rightnavegation {
  width: 730px;
  margin-left: 20px;
}

.bullet img {
  margin-top: 5px;
}

/* .webp .bullet {
    background-image: url("../images/bullet.webp");
}

.no-webp .bullet {
    background-image: url("../images/bullet.jpg");
}

.bullet {
    background-repeat: no-repeat;
    background-size: cover;
} */

/* .bullet {
    background: url(../images/bullet.jpg) no-repeat top left;
    height    : 21px;
    width     : 21px;
} */

.whyus {
  display: block !important;
  padding: 0px !important;
  border: none !important;
}

.whyus div {
  display: block !important;
  border: none !important;
  padding: 0 !important;
  clear: none !important;
}

.sub-heading h2 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.watch-heading {
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fefefe),
    color-stop(100%, #eeeeee)
  );
  background: -webkit-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eeeeee', GradientType=0);
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 14px;
  height: 48px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  color: #000;
}

.point {
  font-size: 18px;
  font-weight: bold;
  color: #a8a8a8;
  margin-left: 10px;
  margin-top: 3px;
  opacity: 0.63;
  width: 600px !important;
}

.why {
  margin-bottom: 10px;
}

.buy-box {
  margin-top: 70px;
}

.company-review {
  background: url(../images/review.png) repeat;
  padding: 10px;
  border-top: 1px solid #b4b3b3;
  border-bottom: 1px solid #b4b3b3;
}

.feed {
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.feed-heading {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
}

.comment {
  text-align: center;
  color: #000;
  font-size: 16px;
}

.rate {
  margin-top: 15px;
  margin-bottom: 15px;
}

.rate img {
  width: 120px;
}

.footer-box {
  width: 225px;
  padding: 10px;
  margin-left: 19px;
}

.footer-box2 {
  width: 332px;
  padding: 10px;
  margin-left: 8px;
}

.map {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
}

.watch-pic {
  width: 81px;
  padding: 5px;
  border: 1px solid #ccc;
}

.watch-pic img {
  width: 80px;
}

.blog-post {
  width: 230px;
  margin-left: 5px;
}

.blog-head {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.blogtext {
  font-size: 12px;
  text-align: justify;
}

.blog-name {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  padding-top: 5px;
}

.social {
  margin-left: 10px;
}

.social-icon {
  margin-left: 45px;
  margin-bottom: 10px;
}

.news-letter {
  border: 1px solid #ccc;
  height: 30px;
  margin-left: 10px;
  margin-top: 6px;
  width: 227px;
}

.go {
  background: #ff7200;
  font-size: 18px;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  margin-top: 6px;
  text-align: center;
  width: 50px;
}

.go-btn {
  margin-left: 10px;
}

.go-btn a {
  text-decoration: none;
  color: #fff;
}

.copy {
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
}

.rolex img {
  width: 436px;
  height: 415px;
}

.one-detail {
  text-align: center;
  width: 111px;
  margin-left: 5px;
  color: #000;
  font-weight: bold;
}

.step {
  margin-left: 10px;
  margin-top: 10px;
  width: 165px;
  border: 1px solid;
}

.wedjet-box {
  width: 550px;
  border: 1px solid #000;
}

.one img {
  width: 37px;
  margin-top: 10px;
}

.detail {
  text-align: center;
  color: #fff;
  font-size: 21px;
}

.rolex-model {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #5c5a5b;
  color: #fff;
  font-size: 19px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}

.daytona {
  padding-top: 5px;
  padding-bottom: 5px;
}

.daytona2 a {
  text-decoration: none;
  color: #666;
}

.daytona2 a div:hover {
  background: #5c5a5b;
  color: #fff;
}

.wedjet-make {
  background: #211d1e;
  border-radius: 10px;
  padding: 5px 10px;
  width: 345px;
  margin-top: 10px;
  margin-left: 80px;
}

.make-2 {
  width: 322px;
  padding: 5px 10px;
  background: #fff;
  border-radius: 7px;
  margin-bottom: 20px;
}

.make-2 select {
  padding: 5px 0px;
  width: 322px;
  color: #929292;
}

.heading2 h1 {
  color: #3b3b3b;
  font-family: Calibri, Arial, Verdana;
  font-size: 30px;
  font-weight: bold;
  margin-left: 45px;
  text-align: center;
  width: 450px;
}

.heading2 {
  line-height: 31px;
  padding-top: 25px;
  text-align: center;
}

.buy-make {
  background: #ff9700;
  background: -moz-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #ff9700),
    color-stop(100%, #eb7c00)
  );
  background: -webkit-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: -o-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: -ms-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: linear-gradient(to bottom, #ff9700 1%, #eb7c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9700', endColorstr='#eb7c00', GradientType=0);
  -webkit-box-shadow: 0px 5px 1px 0px rgba(138, 76, 2, 0.75);
  -moz-box-shadow: 0px 5px 1px 0px rgba(138, 76, 2, 0.75);
  box-shadow: 0px 5px 1px 0px rgba(138, 76, 2, 0.75);
  width: 336px;
  margin-top: 15px;
  margin-bottom: 20px;
  line-height: 32px;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.buy-btn-make {
  margin-left: 4px;
  width: 0px;
}

.buy-btn-make a {
  text-decoration: none;
}

.buy-btn-make a div:hover {
  -webkit-box-shadow: 0px 5px 1px 0px rgba(0, 29, 69, 0.75);
  -moz-box-shadow: 0px 5px 1px 0px rgba(0, 29, 69, 0.75);
  box-shadow: 0px 5px 1px 0px rgba(0, 29, 69, 0.75);
  background: #053d89;
  color: #fff;
}

.watch-detail {
  border: 1px solid #666;
  margin-bottom: 10px;
  background: #f6f6f6;
}

.watch-text {
  background: #5d5a5b;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
}

.more-detail {
  width: 370px;
  margin-left: 15px;
}

.make-detail {
  width: 168px;
  margin-right: 10px;
  padding: 5px;
  font-size: 21px;
}

.model-detail {
  width: 168px;
  color: #000;
  padding: 5px;
  font-size: 21px;
}

.case-type {
  width: 565px;
  margin-left: 15px;
}

.more-detail1 {
  width: 168px;
  margin-left: 15px;
  padding: 5px;
  font-size: 21px;
}

.more-detail2 {
  width: 326px;
  color: #000;
  margin-left: 15px;
  padding: 5px;
  font-size: 21px;
}

.edition {
  background: #ff9700;
  background: -moz-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #ff9700),
    color-stop(100%, #eb7c00)
  );
  background: -webkit-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: -o-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: -ms-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: linear-gradient(to bottom, #ff9700 1%, #eb7c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9700', endColorstr='#eb7c00', GradientType=0);
  -webkit-box-shadow: 0px 5px 1px 0px rgba(138, 76, 2, 0.75);
  -moz-box-shadow: 0px 5px 1px 0px rgba(138, 76, 2, 0.75);
  box-shadow: 0px 5px 1px 0px rgba(138, 76, 2, 0.75);
  height: 50px;
  width: 450px;
  margin-top: 15px;
  margin-bottom: 20px;
  line-height: 50px;
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.edition-btn a {
  text-decoration: none;
  color: #000;
}

.edition-btn {
  margin-left: 240px;
  width: 0px;
}

.edition-btn a div:hover {
  -webkit-box-shadow: 0px 5px 1px 0px rgba(0, 29, 69, 0.75);
  -moz-box-shadow: 0px 5px 1px 0px rgba(0, 29, 69, 0.75);
  box-shadow: 0px 5px 1px 0px rgba(0, 29, 69, 0.75);
  background: #053d89;
  color: #fff;
}

.signup-logo {
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.6;
}

.signup {
  width: 530px;
  border-right: 2px solid #ccc;
}

.name-input {
  padding: 5px;
  border: 1px solid #d2d2d2;
  margin-left: 30px;
  width: 400px;
  height: 30px;
  margin-bottom: 20px;
}

.ad-detail {
  text-align: center;
}

.signup-btn {
  background: #ff9700;
  background: -moz-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #ff9700),
    color-stop(100%, #eb7c00)
  );
  background: -webkit-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: -o-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: -ms-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: linear-gradient(to bottom, #ff9700 1%, #eb7c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9700', endColorstr='#eb7c00', GradientType=0);
  -webkit-box-shadow: 0px 7px 1px 0px rgba(119, 65, 2, 0.85);
  -moz-box-shadow: 0px 7px 1px 0px rgba(119, 65, 2, 0.85);
  box-shadow: 0px 7px 1px 0px rgba(119, 65, 2, 0.85);
  height: 60px;
  width: 420px;
  margin-top: 15px;
  margin-bottom: 20px;
  line-height: 60px;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.signup2 a {
  text-decoration: none;
  color: #000;
}

.signup2 {
  margin-left: 30px;
  width: 0px;
}

.signup2 a div:hover {
  -webkit-box-shadow: 0px 5px 1px 0px rgba(0, 29, 69, 0.75);
  -moz-box-shadow: 0px 5px 1px 0px rgba(0, 29, 69, 0.75);
  box-shadow: 0px 5px 1px 0px rgba(0, 29, 69, 0.75);
  background: #053d89;
  color: #fff;
}

.signup-right {
  height: auto;
}

.signup-left1 {
  font-size: 17px;
  margin-left: 23px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 158px;
}

.your-watch {
  text-align: center;
  font-size: 30px;
  color: #666;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.signup-box {
  margin-left: 70px;
  position: relative;
  z-index: 2;
}

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

#wrapper {
  width: 220px;
  margin: 100px auto;
  font-size: 0.8125em;
}

.menu2 {
  width: auto;
  height: auto;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.73),
    0px 0px 18px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.73),
    0px 0px 18px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.73),
    0px 0px 18px 0px rgba(0, 0, 0, 0.13);
}

.menu2 > li > a {
  background-color: #616975;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(114, 122, 134)),
    to(rgb(80, 88, 100))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgb(114, 122, 134),
    rgb(80, 88, 100)
  );
  background-image: -moz-linear-gradient(
    top,
    rgb(114, 122, 134),
    rgb(80, 88, 100)
  );
  background-image: -o-linear-gradient(
    top,
    rgb(114, 122, 134),
    rgb(80, 88, 100)
  );
  background-image: -ms-linear-gradient(
    top,
    rgb(114, 122, 134),
    rgb(80, 88, 100)
  );
  background-image: linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#727a86', EndColorStr='#505864');
  border-bottom: 1px solid #33373d;
  -webkit-box-shadow: inset 0px 1px 0px 0px #878e98;
  -moz-box-shadow: inset 0px 1px 0px 0px #878e98;
  box-shadow: inset 0px 1px 0px 0px #878e98;
  width: 100%;
  height: 2.75em;
  line-height: 2.75em;
  text-indent: 2.75em;
  display: block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.menu2 ul li a {
  background: #fff;
  border-bottom: 1px solid #efeff0;
  width: 100%;
  height: 2.75em;
  line-height: 2.75em;
  text-indent: 2.75em;
  display: block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.923em;
  font-weight: 400;
  color: #878d95;
}

.menu2 ul li:last-child a {
  border-bottom: 1px solid #33373d;
}

.menu2 > li > a:hover,
.menu2 > li > a.active {
  background-color: #35afe3;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(69, 199, 235)),
    to(rgb(38, 152, 219))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgb(69, 199, 235),
    rgb(38, 152, 219)
  );
  background-image: -moz-linear-gradient(
    top,
    rgb(69, 199, 235),
    rgb(38, 152, 219)
  );
  background-image: -o-linear-gradient(
    top,
    rgb(69, 199, 235),
    rgb(38, 152, 219)
  );
  background-image: -ms-linear-gradient(
    top,
    rgb(69, 199, 235),
    rgb(38, 152, 219)
  );
  background-image: linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#45c7eb', EndColorStr='#2698db');
  border-bottom: 1px solid #103c56;
  -webkit-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
  -moz-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
  box-shadow: inset 0px 1px 0px 0px #6ad2ef;
}

.menu2 > li > a.active {
  border-bottom: 1px solid #1a638f;
}

.menu2 > li > a:before {
  content: "";
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  font-size: 36px;
  height: 1em;
  width: 1em;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -0.5em 0 0 0;
}

.item1 {
  text-align: center;
}

.item1 a {
  text-decoration: none;
}

.item1 > a:before {
  background-position: 0 0;
}

.item2 > a:before {
  background-position: -38px 0;
}

.item3 > a:before {
  background-position: 0 -38px;
}

.item4 > a:before {
  background-position: -38px -38px;
}

.item5 > a:before {
  background-position: -76px 0;
}

.menu > li > a span {
  font-size: 0.857em;
  display: inline-block;
  position: absolute;
  right: 1em;
  top: 50%;
  background: #48515c;
  line-height: 1em;
  height: 1em;
  padding: 0.4em 0.6em;
  margin: -0.8em 0 0 0;
  color: #fff;
  text-indent: 0;
  text-align: center;
  -webkit-border-radius: 0.769em;
  -moz-border-radius: 0.769em;
  border-radius: 0.769em;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.26),
    0px 1px 0px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.26),
    0px 1px 0px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.26),
    0px 1px 0px 0px rgba(255, 255, 255, 0.15);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.menu2 > li > a:hover span,
.menu > li a.active span {
  background: #2173a1;
}

.menu2 > li > ul li a:before {
  content: "▶";
  font-size: 8px;
  color: #bcbcbf;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0;
  left: -2.7em;
}

.menu2 > li > ul li:hover a,
.menu2 > li > ul li:hover a span,
.menu2 > li > ul li:hover a:before {
  color: #32373d;
}

.menu2 ul > li > a span {
  font-size: 0.857em;
  display: inline-block;
  position: absolute;
  right: 1em;
  top: 50%;
  background: #fff;
  border: 1px solid #d0d0d3;
  line-height: 1em;
  height: 1em;
  padding: 0.4em 0.7em;
  margin: -0.9em 0 0 0;
  color: #878d95;
  text-indent: 0;
  text-align: center;
  -webkit-border-radius: 0.769em;
  -moz-border-radius: 769em;
  border-radius: 769em;
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.01);
}

.leftclas {
  float: left;
}

ul.top-nav-v1 {
  background: url("../images/bg-top-nav.png") no-repeat scroll left top
    rgba(0, 0, 0, 0);
  float: right;
  list-style: none outside none;
  margin: 0 4px 0 0;
  padding: 0 0 0 20px;
  width: 236px;
}

ul.top-nav-v1 li {
  float: left;
  font-size: 13px;
  line-height: 14px;
  padding: 3px 5px 5px;
}

ul.top-nav-v1 li a {
  border-left: 1px solid #fff;
  color: #fff;
  padding: 0 0 0 18px;
  text-decoration: none;
}

ul.top-nav-v1 li:first-child a {
  border: 0 none;
}

ul.top-nav-v1 li a:hover {
  text-decoration: underline;
}

ul.nav-v1 {
  float: left;
  list-style: none outside none;
  margin: 0 0 0 8px;
  padding: 0;
}

ul.nav-v1 li {
  float: left;
  font-family: Calibri, Arial, Verdana;
  font-size: 12px;
  line-height: 24px;
  padding: 0 4px 0 0;
  text-transform: uppercase;
}

ul.nav-v1 li a {
  background: none repeat scroll 0 0 #bdbdbc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  color: #fff;
  display: block;
  padding: 5px 5px 5px 4px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
}

ul.nav-v1 li a:hover {
  background: none repeat scroll 0 0 #a1a1a1;
  color: #fff;
  text-decoration: none;
}

ul.nav-v1 li.active a {
  background: none repeat scroll 0 0 #fafafa;
  border-top: 1px solid #bdbdbc;
  border-right: 1px solid #bdbdbc;
  border-left: 1px solid #bdbdbc;
  border-bottom: 1px solid #fafafa;
  color: #373737;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: -3px;
  position: relative;
  z-index: 2;
  font-family: Calibri, Arial, Verdana;
  padding: 7px;
}

.nav-v1-box {
  background: none repeat scroll 0 0 #fafafa;
  border-top: 1px solid #bdbdbc;
  width: 100%;
  color: #000000;
  float: left;
  font-size: 12px;
  line-height: 14px;
  padding: 10px 0;
  position: relative;
  text-align: left;
  top: 2px;
}

.nnav-v1-box p {
  margin: 0;
}

.nav-v1-box ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.nav-v1-box ul li {
  color: #000;
  display: inline-block;
  font-size: 18px;
  line-height: 14px;
  padding: 0 20px;
}

.nav-v1-box ul li:first-child {
  border: 0 none;
}

.nav-v1-box ul li a {
  color: #888888;
  display: block;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  font-family: Calibri, Arial, Verdana;
  text-transform: uppercase;
  cursor: pointer;
}

.wrapernav {
  width: 100%;
  margin-top: 12px;
  overflow: hidden;
}

.header-make {
  margin-bottom: 4px;
}

.menu-bx-make {
  margin-left: 422px;
  margin-top: 18px;
}

.box-sorry {
  width: 700px;
  margin-left: 20px;
  padding: 10px;
  text-align: center;
  margin-left: 88px;
}

.sorry-heading {
  font-size: 49px;
  font-weight: bold;
  color: #f50d29;
}

.sorry-sub {
  font-size: 30px;
  color: #7e7e7e;
  font-weight: bold;
}

.sorry img {
  margin-top: 10px;
  margin-left: 28px;
  width: 138px;
}

.sorry-page {
  margin-top: 30px;
}

.thanks img {
  margin-left: 28px;
  width: 238px;
}

.box-thanks {
  width: 692px;
  margin-left: 20px;
  padding: 10px;
  text-align: center;
  margin-left: 10px;
}

.thanks-heading {
  font-size: 33px;
  font-weight: bold;
  color: #f50d29;
  text-align: left;
}

.thanks-sub {
  font-size: 16px;
  text-align: justify;
}

.choice {
  margin-left: 10px;
  width: 242px;
}

.caseinpu {
  width: 170px;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-top: 5px;
  padding: 5px;
  background: #fff;
}

.caseinpu select {
  width: 170px;
}

.case {
  color: #000;
  margin-top: 5px;
}

.caseinpu2 {
  width: 140px;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-top: 5px;
  padding: 5px;
  background: #fff;
}

.caseinpu2 select {
  width: 140px;
}

.case2 {
  color: #000;
  margin-top: 5px;
}

.coice-detail {
  margin-bottom: 10px;
  font-size: 18px;
}

.caseinpu3 {
  width: 124px;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-top: 5px;
  padding: 5px;
  background: #fff;
}

.caseinpu3 select {
  width: 124px;
}

.caseinpu4 {
  width: 121px;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-top: 5px;
  padding: 5px;
  background: #fff;
}

.caseinpu4 select {
  width: 121px;
}

.age {
  border: 1px solid #cccccc;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 4px 0px;
  width: 91px;
}

.caseinpu5 {
  width: 88px;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-top: 5px;
  padding: 5px;
  background: #fff;
}

.caseinpu5 select {
  width: 88px;
}

.caseinpu6 {
  width: 107px;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-top: 5px;
  padding: 5px;
  background: #fff;
}

.caseinpu6 select {
  width: 107px;
}

.caseinpu7 {
  width: 105px;
  border: 1px solid #ccc;
  margin-left: 11px;
  margin-top: 5px;
  background: #fff;
  padding: 4px 4px 4px 0px;
}

.caseinpu7 select {
  width: 105px;
}

.attach {
  background: rgb(254, 255, 255);
  background: -moz-linear-gradient(
    top,
    rgba(254, 255, 255, 1) 0%,
    rgba(221, 241, 249, 1) 35%,
    rgba(160, 216, 239, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(254, 255, 255, 1)),
    color-stop(35%, rgba(221, 241, 249, 1)),
    color-stop(100%, rgba(160, 216, 239, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(254, 255, 255, 1) 0%,
    rgba(221, 241, 249, 1) 35%,
    rgba(160, 216, 239, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(254, 255, 255, 1) 0%,
    rgba(221, 241, 249, 1) 35%,
    rgba(160, 216, 239, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(254, 255, 255, 1) 0%,
    rgba(221, 241, 249, 1) 35%,
    rgba(160, 216, 239, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(254, 255, 255, 1) 0%,
    rgba(221, 241, 249, 1) 35%,
    rgba(160, 216, 239, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#a0d8ef', GradientType=0);
  padding: 5px 5px;
  border: 1px solid #ccc;
  width: 63px;
  margin-left: 5px;
  border-radius: 5px 5px 5px 5px;
}

.pic-box {
  border: 1px solid #cccccc;
  height: 35px;
  margin-left: 10px;
  width: 57px;
}

.pic-box img {
  width: 57px;
  height: 35px;
  margin-left: 10px;
}

.casepic {
  margin-top: 17px;
}

.text-part {
  height: 100px;
  width: 475px;
  background: #fff;
  font-family: Calibri, Arial, Verdana;
  font-size: 16px;
}

.text2 {
  width: 475px;
  margin-left: 10px;
  padding: 10px;
  background: #fff;
  font-family: Calibri, Arial, Verdana;
  font-size: 16px;
}

.view img {
  width: 236px;
}

#hide_div {
  background: none repeat scroll 0 0 #fff !important;
  margin-left: -100.5px !important;
  width: 260px !important;
  height: 120px !important;
  border: 3px solid #666;
  border-radius: 5px;
}

#show_div2 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  padding: 15px;
}

.area-box {
  width: 970px;
  text-align: left;
  margin-left: 10px;
  font-size: 16px;
  margin-top: 10px;
  border: 1px solid #ccc;
  padding: 5px;
}

.area-headig {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: left;
  width: 150px;
}

.answer-bg {
  background: #e9e9e9;
  padding: 10px;
}

.menu li a:hover {
  color: #000;
  text-decoration: underline;
}

.areas {
  margin-left: 10px;
  margin-top: 3px;
  width: 805px;
  text-align: justify;
}

#cssmenu {
  display: none;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu {
  width: 400px;
  font-family: Calibri, Arial, Verdana;
  color: #ffffff;
  display: none;
}

#cssmenu ul ul {
  display: none;
}

.align-right {
  float: right;
}

#cssmenu > ul > li > a {
  background: none repeat scroll 0 0 #211d1e;
  color: #fff;
  padding: 15px 20px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  cursor: pointer;
  z-index: 2;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}

#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #000;
  background: #fafafa;
  background: -moz-linear-gradient(top, #fafafa 1%, #f4f4f4 43%, #f2f3f1 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #fafafa),
    color-stop(43%, #f4f4f4),
    color-stop(100%, #f2f3f1)
  );
  background: -webkit-linear-gradient(
    top,
    #fafafa 1%,
    #f4f4f4 43%,
    #f2f3f1 100%
  );
  background: -o-linear-gradient(top, #fafafa 1%, #f4f4f4 43%, #f2f3f1 100%);
  background: -ms-linear-gradient(top, #fafafa 1%, #f4f4f4 43%, #f2f3f1 100%);
  background: linear-gradient(to bottom, #fafafa 1%, #f4f4f4 43%, #f2f3f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f2f3f1', GradientType=0);
}

#cssmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #1682ba;
}

#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  border-bottom: 1px solid #ccc;
}

.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}

.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}

#cssmenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 18px;
  color: #eeeeee;
  background: #49505a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  text-align: left;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #424852;
  color: #ffffff;
}

#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}

#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#cssmenu ul ul ul li a {
  padding-left: 30px;
}

#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}

#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}

#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}

#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}

.contcat {
  margin-top: 10px;
}

.map2 {
  background: url(../images/map.png) no-repeat top left;
  height: 300px;
}

.right-part {
  width: 280px;
  border-radius: 7px;
  padding: 10px;
  background: #fafafa;
  border: 1px solid #ccc;
  margin-left: 15px;
  margin-top: 24px;
}

.contact-left {
  width: 636px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
}

.contact-name {
  background: none repeat scroll 0 0 #fafafa;
  border: 1px solid #cccccc;
  border-radius: 3px 3px 3px 3px;
  margin-left: 12px;
  padding: 5px;
  width: 293px;
}

.name {
  padding: 5px;
  width: 286px;
  background: #fafafa;
}

.subject {
  margin-top: 10px;
  border: 1px solid #cccccc;
  border-radius: 3px 3px 3px 3px;
  margin-left: 13px;
  margin-bottom: 10px;
  padding: 5px;
  background: #fafafa;
  border-radius: 3px 3px 3px 3px;
}

.subject-text {
  padding: 5px;
  width: 602px;
  background: #fafafa;
}

.message {
  width: 590px;
  background: #fafafa;
  padding: 10px;
  height: 158px;
}

.captcha {
  border: 1px solid #ccc;
  padding: 5px;
  padding: 8px 5px;
  margin-left: 30px;
  margin-right: 30px;
  width: 150px;
}

.captcha2 {
  font-size: 22px;
  font-weight: bold;
  width: 139px;
}

.cap {
  margin-left: 15px;
}

.address {
  width: 200px;
  text-align: left;
  margin-left: 15px;
}

.address2 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  width: 61px;
  text-align: left;
}

#submit {
  padding: 5px;
  background: #ff9700;
  background: -moz-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #ff9700),
    color-stop(100%, #eb7c00)
  );
  background: -webkit-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: -o-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: -ms-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: linear-gradient(to bottom, #ff9700 1%, #eb7c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9700', endColorstr='#eb7c00', GradientType=0);
  -webkit-box-shadow: 0px 5px 1px 0px rgba(138, 76, 2, 0.75);
  -moz-box-shadow: 0px 5px 1px 0px rgba(138, 76, 2, 0.75);
  box-shadow: 0px 5px 1px 0px rgba(138, 76, 2, 0.75);
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  color: #000;
  font-family: Calibri, Arial, Verdana;
}

.submitbtn a {
  text-decoration: none;
}

.shoewer {
  width: 445px;
  margin-left: 24px;
}

.about {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.about-pic {
  padding: 5px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.about-text {
  font-size: 16px;
  margin-left: 15px;
  text-align: justify;
  width: 664px;
  margin-bottom: 10px;
}

.about-heading h2 {
  font-size: 25px;
  font-weight: bold;
  color: #000;
}

.blog-home {
  display: none;
}

.left-banner {
  width: 223px;
}

.paging_li {
  background: #fdfdfd;
  background: -moz-linear-gradient(
    top,
    #fdfdfd 0%,
    #fdfdfd 47%,
    #ededed 96%,
    #dedede 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fdfdfd),
    color-stop(47%, #fdfdfd),
    color-stop(96%, #ededed),
    color-stop(100%, #dedede)
  );
  background: -webkit-linear-gradient(
    top,
    #fdfdfd 0%,
    #fdfdfd 47%,
    #ededed 96%,
    #dedede 100%
  );
  background: -o-linear-gradient(
    top,
    #fdfdfd 0%,
    #fdfdfd 47%,
    #ededed 96%,
    #dedede 100%
  );
  background: -ms-linear-gradient(
    top,
    #fdfdfd 0%,
    #fdfdfd 47%,
    #ededed 96%,
    #dedede 100%
  );
  background: linear-gradient(
    to bottom,
    #fdfdfd 0%,
    #fdfdfd 47%,
    #ededed 96%,
    #dedede 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#dedede', GradientType=0);
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #ccc;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.paging_li_sel {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #ccc;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #888888;
  color: #fff;
}

.paging_li:hover {
  background: -moz-linear-gradient(
    top,
    #dedede 1%,
    #dedede 1%,
    #ededed 6%,
    #fdfdfd 49%,
    #fdfdfd 97%,
    #fdfdfd 97%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #dedede),
    color-stop(1%, #dedede),
    color-stop(6%, #ededed),
    color-stop(49%, #fdfdfd),
    color-stop(97%, #fdfdfd),
    color-stop(97%, #fdfdfd)
  );
  background: -webkit-linear-gradient(
    top,
    #dedede 1%,
    #dedede 1%,
    #ededed 6%,
    #fdfdfd 49%,
    #fdfdfd 97%,
    #fdfdfd 97%
  );
  background: -o-linear-gradient(
    top,
    #dedede 1%,
    #dedede 1%,
    #ededed 6%,
    #fdfdfd 49%,
    #fdfdfd 97%,
    #fdfdfd 97%
  );
  background: -ms-linear-gradient(
    top,
    #dedede 1%,
    #dedede 1%,
    #ededed 6%,
    #fdfdfd 49%,
    #fdfdfd 97%,
    #fdfdfd 97%
  );
  background: linear-gradient(
    to bottom,
    #dedede 1%,
    #dedede 1%,
    #ededed 6%,
    #fdfdfd 49%,
    #fdfdfd 97%,
    #fdfdfd 97%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#fdfdfd', GradientType=0);
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: inset 0px 0px 3px 0px rgba(50, 50, 50, 0.6);
  box-shadow: inset 0px 0px 3px 0px rgba(50, 50, 50, 0.6);
}

.breadcrumb span a {
  background: url("../images/arrow-2.png") no-repeat scroll right 16px
    rgba(0, 0, 0, 0);
  color: #0000ff;
  font-size: 16px;
  line-height: 18px;
  padding: 12px 3px 10px 11px;
  text-decoration: underline;
}

.breadcrumb ol:last-child a {
  color: #565656;
  text-decoration: none;
  background: none;
}
.watch-box {
  width: 230px;
  margin-left: 6px;
}

.baner-left {
  width: 525px;
}

.flag h3 {
  font-size: 35px;
  line-height: 41px;
  font-weight: bold;
  color: #000;
  margin-left: 10px;
  margin-top: 3px;
}

.flagpic {
  margin-left: 415px;
  margin-top: 20px;
}

.area-box1 {
  font-size: 16px;
  margin-left: 10px;
  margin-top: 10px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.watch-text h1 {
  background: none repeat scroll 0 0 #5d5a5b;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

.contact-left h1 {
  color: #5d5a5b;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  margin-bottom: 10px;
}

.showfewer span {
  color: #00c;
  text-decoration: underline;
}

.wraper-nav {
  width: 1000px;
  margin: 0 auto;
}

.tab-link {
  font-size: 14px !important;
  font-weight: bold !important;
  padding: 0 !important;
  color: #666 !important;
  display: inline !important;
}

/* .webp .gents_baner {
  background-image: url("../images/banners/gents/banner.webp");
}

.no-webp .gents_baner {
  background-image: url("../images/banners/gents/banner.jpg");
} */

/* .gents_baner {
   background-repeat: no-repeat;
  background-size: cover; 
  background-image: linear-gradient(to right, #b9b9b9 0%, #b9b9b99c 70%);
} */

/* .gents_baner {
    background   : url("../images/banners/gents/banner.jpg") no-repeat center top;
    height       : 415px;
    margin-bottom: 10px;
} */

.webp .gents_valuate-baner {
  background-image: url("../images/banners/gents/valuate.webp");
}

.no-webp .gents_valuate-baner {
  background-image: url("../images/banners/gents/valuate.jpg");
}

.gents_valuate-baner {
  background-repeat: no-repeat;
  background-size: cover;
}

/* .gents_valuate-baner {
    background   : url("../images/banners/gents/valuate.jpg") no-repeat center top;
    height       : 415px;
    margin-bottom: 10px;
} */

/* .webp .gents_buy-baner {
  background-image: url("../images/banners/gents/buy.webp");
}

.no-webp .gents_buy-baner {
  background-image: url("../images/banners/gents/buy.jpg");
} */

/* .gents_buy-baner {
   background-repeat: no-repeat;
  background-size: cover; 
  background-image: linear-gradient(to right, #b9b9b9 0%, #b9b9b99c 70%);
} */

/* .gents_buy-baner {
    background   : url("../images/banners/gents/buy.jpg") no-repeat center top;
    height       : 415px;
    margin-bottom: 10px;
} */

/* .gents_sell-baner {
    background   : url("../images/banners/gents/sell.jpg") no-repeat center top;
    height       : 415px;
    margin-bottom: 10px;
} */

/* .webp .gents_sell-baner {
  background-image: url("../images/banners/gents/sell.webp");
}

.no-webp .gents_sell-baner {
  background-image: url("../images/banners/gents/sell.jpg");
} */

.gents_sell-baner,
.gents_buy-baner,
.gents_baner,
.ladies_valuate-baner {
  /* background-repeat: no-repeat;
  background-size: cover; */
  background-image: linear-gradient(to right, #b9b9b9 0%, #b9b9b99c 70%);
}

/* .ladies_baner {
    background   : url("../images/banners/ladies/banner.jpg") no-repeat center top;
    height       : 415px;
    margin-bottom: 10px;
} */

/* .webp .ladies_baner {
  background-image: url("../images/banners/ladies/banner.webp");
}

.no-webp .ladies_baner {
  background-image: url("../images/banners/ladies/banner.png");
} */

/* .ladies_baner {
   background-repeat: no-repeat;
  background-size: cover; 
  background-image: linear-gradient(to right, #e9afd3 0%, #e9afd3af 70%);
} */

/* .webp .ladies_valuate-baner {
  background-image: url("../images/banners/ladies/valuate.webp");
}

.no-webp .ladies_valuate-baner {
  background-image: url("../images/banners/ladies/valuate.jpg");
} */

/* .ladies_valuate-baner {
   background-repeat: no-repeat;
  background-size: cover; 
  background-image: linear-gradient(to right, #b9b9b9 0%, #b9b9b99c 70%);
} */

/* .ladies_valuate-baner {
    background   : url("../images/banners/ladies/valuate.jpg") no-repeat center top;
    height       : 415px;
    margin-bottom: 10px;
} */

/* .webp .ladies_buy-baner {
  background-image: url("../images/banners/ladies/buy.webp");
}

.no-webp .ladies_buy-baner {
  background-image: url("../images/banners/ladies/buy.jpg");
} */

.ladies_buy-baner,
.ladies_sell-baner,
.ladies_baner {
  /* background-repeat: no-repeat;
  background-size: cover; */
  background-image: linear-gradient(to right, #e9afd3 0%, #e9afd3af 70%);
}

/* .ladies_buy-baner {
    background   : url("../images/banners/ladies/buy.jpg") no-repeat center top;
    height       : 415px;
    margin-bottom: 10px;
} */

/* .webp .ladies_sell-baner {
  background-image: url("../images/banners/ladies/sell.webp");
}

.no-webp .ladies_sell-baner {
  background-image: url("../images/banners/ladies/sell.png");
} */

/* .ladies_sell-baner {
   background-repeat: no-repeat;
  background-size: cover; 
  background-image: linear-gradient(to right, #e9afd3 0%, #e9afd3af 70%);
} */

/* .ladies_sell-baner {
    background   : url("../images/banners/ladies/sell.jpg") no-repeat center top;
    height       : 415px;
    margin-bottom: 10px;
} */

.area-box-london {
  font-size: 16px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  text-align: center;
}

.city {
  color: black;
  text-decoration: none;
}

.text {
  margin-left: 13px;
  margin-right: 11px;
}

.area {
  margin-left: 3px;
  margin-bottom: 20px;
  text-decoration: none;
}

.region {
  text-decoration: none;
}

.areapic {
  padding: 5px;
  border: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

.watcharea {
  margin-left: 32px;
  margin-right: 31px;
}

.firstpic {
  margin-left: 10px;
}

.Ipswich,
.Cambridgeshire,
.areabaner,
.Birmingham,
.Derbyshire,
.Devon,
.Essex,
.Hampshire,
.Hertfordshire,
.Kent,
.Lancashire,
.Leeds,
.Lincolnshire,
.London,
.Manchester,
.Merseyside,
.Norfolk,
.NorthernIreland,
.England,
.Nottinghamshire,
.Scotland,
.SouthYorkshire,
.Staffordshire,
.Suffolk,
.Surrey,
.Tyne-Wear,
.Wales,
.WestMidlands,
.WestSussex,
.WestYorkshire,
.Bedford,
.Blackburn,
.Blackpool,
.Poole,
.Bradford,
.Brighton,
.Bristol,
.Dublin,
.DundeeCity,
.Exeter,
.Leicestershire,
.Liverpool,
.Middlesbrough,
.MiltonKeynes,
.Northamptonshire,
.Norwich,
.Nottingham,
.Oxfordshire,
.Peterborough,
.Plymouth,
.KingstonuponHull,
.Stoke-on-Trent,
.Sunderland,
.Swansea,
.Swindon,
.Telford,
.Torbay,
.York,
.bermingham,
.GlasgowCity,
.Hattongarden {
  /* background-repeat: no-repeat !important;
  background-position: center top !important; */
  height: auto;
  margin-bottom: -10px;
  background-color: #e7e9ed;
  /* background-size: cover !important; */
}
/* .no-webp .Ipswich {
  background-image: url("../images/Ipswich.jpg");
}
.webp .Ipswich {
  background-image: url("../images/ipswich.webp");
}
.webp .Cambridgeshire {
  background: url("../images/Cambridgeshire.webp");
}
.no-webp .Cambridgeshire {
  background: url("../images/Cambridgeshire.jpg");
}
.webp .areabaner {
  background: url("../images/birmingham-banner-1.webp");
}
.no-webp .areabaner {
  background: url("../images/birmingham-banner-1.jpg");
}
.webp .Birmingham {
  background: url("../images/birmingham-banner.webp");
}
.no-webp .Birmingham {
  background: url("../images/birmingham-banner.jpg");
}
.webp .Derbyshire {
  background: url("../images/Derbyshire-banner.webp");
}
.no-webp .Derbyshire {
  background: url("../images/Derbyshire-banner.jpg");
}
.webp .Devon {
  background: url("../images/Devon-banner.webp");
}
.no-webp .Devon {
  background: url("../images/Devon-banner.jpg");
}
.webp .Essex {
  background: url("../images/Essex-banner.webp");
}
.no-webp .Essex {
  background: url("../images/Essex-banner.jpg");
}
.webp .Hampshire {
  background: url("../images/Hampshire-banner.webp");
}
.no-webp .Hampshire {
  background: url("../images/Hampshire-banner.jpg");
}
.webp .Hertfordshire {
  background: url("../images/Hertfordshire-banner.webp");
}
.no-webp .Hertfordshire {
  background: url("../images/Hertfordshire-banner.jpg");
}
.webp .Kent {
  background: url("../images/Kent-banner.webp");
}
.no-webp .Kent {
  background: url("../images/Kent-banner.jpg");
}
.webp .Lancashire {
  background: url("../images/Lancashire-banner.webp");
}
.no-webp .Lancashire {
  background: url("../images/Lancashire-banner.jpg");
}
.webp .Leeds {
  background: url("../images/Leeds-banner.webp");
}
.no-webp .Leeds {
  background: url("../images/Leeds-banner.jpg");
}
.webp .Lincolnshire {
  background: url("../images/Lincolnshire-banner.webp");
}
.no-webp .Lincolnshire {
  background: url("../images/Lincolnshire-banner.jpg");
}
.webp .London {
  background: url("../images/London-banner.webp");
}
.no-webp .London {
  background: url("../images/London-banner.jpg");
}
.webp .Manchester {
  background: url("../images/Manchester-banner.webp");
}

.webp .Manchester {
  background: url("../images/Manchester-banner.jpg");
}
.webp .Merseyside {
  background: url("../images/Merryside-banner.webp");
}
.no-webp .Merseyside {
  background: url("../images/Merryside-banner.jpg");
}
.webp .Norfolk {
  background: url("../images/Norfolk-banner.webp");
}
.no-webp .Norfolk {
  background: url("../images/Norfolk-banner.jpg");
}
.webp .NorthernIreland {
  background: url("../images/Ireland-banner.webp");
}
.no-webp .NorthernIreland {
  background: url("../images/Ireland-banner.jpg");
}
.webp .England {
  background: url("../images/England.webp");
}
.no-webp .England {
  background: url("../images/England.jpg");
}
.webp .Nottinghamshire {
  background: url("../images/Nottinghamshire-banner.webp");
}
.no-webp .Nottinghamshire {
  background: url("../images/Nottinghamshire-banner.jpg");
}
.webp .Scotland {
  background: url("../images/Scotland-banner.webp");
}
.no-webp .Scotland {
  background: url("../images/Scotland-banner.jpg");
}
.webp .SouthYorkshire {
  background: url("../images/south-Yorkshire-banner.webp");
}
.no-webp .SouthYorkshire {
  background: url("../images/south-Yorkshire-banner.jpg");
}
.webp .Staffordshire {
  background: url("../images/Staffordshire-banner.webp");
}
.no-webp .Staffordshire {
  background: url("../images/Staffordshire-banner.jpg");
}
.webp .Suffolk {
  background: url("../images/Suffolk-banner.webp");
}
.no-webp .Suffolk {
  background: url("../images/Suffolk-banner.jpg");
}
.webp .Surrey {
  background: url("../images/Surrey-banner.webp");
}
.no-webp .Surrey {
  background: url("../images/Surrey-banner.jpg");
}
.webp .Tyne-Wear {
  background: url("../images/Tyne-banner.webp");
}
.no-webp .Tyne-Wear {
  background: url("../images/Tyne-banner.jpg");
}
.webp .Wales {
  background: url("../images/Wales-banner.webp");
}
.no-webp .Wales {
  background: url("../images/Wales-banner.jpg");
}
.webp .WestMidlands {
  background: url("../images/midlands-banner.webp");
}
.no-webp .WestMidlands {
  background: url("../images/midlands-banner.jpg");
}
.webp .WestSussex {
  background: url("../images/Sussex-banner.webp");
}
.no-webp .WestSussex {
  background: url("../images/Sussex-banner.jpg");
}
.webp .WestYorkshire {
  background: url("../images/west-Yorkshire-banner.webp");
}
.no-webp .WestYorkshire {
  background: url("../images/west-Yorkshire-banner.jpg");
}
.webp .Bedford {
  background: url("../images/Bedford.webp");
}
.no-webp .Bedford {
  background: url("../images/Bedford.jpg");
}
.webp .Blackburn {
  background: url("../images/Blackburn.webp");
}
.no-webp .Blackburn {
  background: url("../images/Blackburn.jpg");
}
.webp .Blackpool {
  background: url("../images/Blackpool.webp");
}
.no-webp .Blackpool {
  background: url("../images/Blackpool.jpg");
}
.webp .Poole {
  background: url("../images/Poole.webp");
}
.no-webp .Poole {
  background: url("../images/Poole.jpg");
}
.webp .Bradford {
  background: url("../images/Bradford.webp");
}
.no-webp .Bradford {
  background: url("../images/Bradford.jpg");
}
.webp .Brighton {
  background: url("../images/Brighton.webp");
}
.no-webp .Brighton {
  background: url("../images/Brighton.jpg");
}
.webp .Dublin {
  background: url("../images/Dublin.webp");
}
.no-webp .Dublin {
  background: url("../images/Dublin.jpg");
}
.webp .Dublin {
  background: url("../images/Dublin.webp");
}
.no-webp .Dublin {
  background: url("../images/Dublin.jpg");
}
.webp .DundeeCity {
  background: url("../images/DundeeCity.webp");
}
.no-webp .DundeeCity {
  background: url("../images/DundeeCity.jpg");
}
.webp .Exeter {
  background: url("../images/Exeter.webp");
}
.no-webp .Exeter {
  background: url("../images/Exeter.jpg");
}
.webp .Leicestershire {
  background: url("../images/Leicestershire.webp");
}
.no-webp .Leicestershire {
  background: url("../images/Leicestershire.jpg");
}
.webp .Liverpool {
  background: url("../images/Liverpool.webp");
}
.no-webp .Liverpool {
  background: url("../images/Liverpool.jpg");
}
.webp .Middlesbrough {
  background: url("../images/Middlesbrough.webp");
}
.no-webp .Middlesbrough {
  background: url("../images/Middlesbrough.jpg");
}
.webp .MiltonKeynes {
  background: url("../images/MiltonKeynes.webp");
}
.no-webp .MiltonKeynes {
  background: url("../images/MiltonKeynes.jpg");
}
.webp .Northamptonshire {
  background: url("../images/Northamptonshire.webp");
}
.no-webp .Northamptonshire {
  background: url("../images/Northamptonshire.jpg");
}
.webp .Norwich {
  background: url("../images/Norwich.webp");
}
.no-webp .Norwich {
  background: url("../images/Norwich.jpg");
}
.webp .Nottingham {
  background: url("../images/Nottingham.webp");
}
.no-webp .Nottingham {
  background: url("../images/Nottingham.jpg");
}
.webp .Oxfordshire {
  background: url("../images/Oxfordshire.webp");
}
.no-webp .Oxfordshire {
  background: url("../images/Oxfordshire.jpg");
}
.webp .Peterborough {
  background: url("../images/Peterborough.webp");
}
.no-webp .Peterborough {
  background: url("../images/Peterborough.jpg");
}
.webp .Plymouth {
  background: url("../images/Plymouth.webp");
}
.no-webp .Plymouth {
  background: url("../images/Plymouth.jpg");
}
.webp .KingstonuponHull {
  background: url("../images/Kingston-upon-Hull.webp");
}
.no-webp .KingstonuponHull {
  background: url("../images/Kingston-upon-Hull.jpg");
}
.webp .Stoke-on-Trent {
  background: url("../images/Stoke-on-Trent.webp");
}
.no-webp .Stoke-on-Trent {
  background: url("../images/Stoke-on-Trent.jpg");
}
.webp .Sunderland {
  background: url("../images/Sunderland.webp");
}
.no-webp .Sunderland {
  background: url("../images/Sunderland.jpg");
}
.webp .Swansea {
  background: url("../images/Swansea-Abertawe.webp");
}
.no-webp .Swansea {
  background: url("../images/Swansea-Abertawe.jpg");
}
.webp .Swindon {
  background: url("../images/Swindon.webp");
}
.no-webp .Swindon {
  background: url("../images/Swindon.jpg");
}
.webp.Telford {
  background: url("../images/Telford.webp");
}
.no-webp.Telford {
  background: url("../images/Telford.jpg");
}
.webp .Torbay {
  background: url("../images/Torbay.webp");
}

.no-webp .Torbay {
  background: url("../images/Torbay.jpg");
}

.webp .York {
  background: url("../images/York.webp");
}
.no-webp .York {
  background: url("../images/York.jpg");
}
.webp .bermingham {
  background: url("../images/bermingham.webp");
}
.no-webp .bermingham {
  background: url("../images/bermingham.jpg");
}
.webp .GlasgowCity {
  background: url("../images/GlasgowCity.webp");
}
.no-webp .GlasgowCity {
  background: url("../images/GlasgowCity.jpg");
}
.webp .Hattongarden {
  background: url("../images/Hatton-garden.webp");
}
.no-webp .Hattongarden {
  background: url("../images/Hatton-garden.jpg");
} */
.wmodel-v2 {
  background: none repeat scroll 0 0 #211d1e;
  border-radius: 10px;
  padding: 5px 10px;
  width: 495px;
}

.buy-make-exp {
  background: #ff9700;
  background: -moz-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #ff9700),
    color-stop(100%, #eb7c00)
  );
  background: -webkit-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: -o-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: -ms-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: linear-gradient(to bottom, #ff9700 1%, #eb7c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9700', endColorstr='#eb7c00', GradientType=0);
  -webkit-box-shadow: 0px 5px 1px 0px rgba(138, 76, 2, 0.75);
  -moz-box-shadow: 0px 5px 1px 0px rgba(138, 76, 2, 0.75);
  box-shadow: 0px 5px 1px 0px rgba(138, 76, 2, 0.75);
  width: 468px;
  margin-top: 15px;
  margin-bottom: 20px;
  line-height: 32px;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.buy-make-exp:hover {
  background: none repeat scroll 0 0 #053d89;
  box-shadow: 0 5px 1px 0 rgba(0, 29, 69, 0.75);
  color: #fff;
  cursor: pointer;
}

.selectv2 {
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

.name-field-v2 {
  margin-left: 5px;
  margin-right: 5px;
}

.model-year-v2 {
  width: 151px;
  padding: 8px 5px;
  border-radius: 5px;
}

.browse-v2 {
  width: 162px;
  border-radius: 5px;
  padding: 7px 0px;
  font-size: 11px;
}

.additional-info-v2 {
  width: 473px;
  border-radius: 5px;
  padding-top: 3px;
  height: 25px;
}

.field-v2 {
  margin-bottom: 3px;
}

.signupmodel-v2 {
  font-weight: bold;
  color: #eceeee;
  font-size: 15px;
}

.signupmodel-v2 span {
  font-weight: normal;
  color: #eceeee;
  font-size: 13px;
}

.fieldselect-v2 {
  padding: 7px 5px;
  border-radius: 5px;
  background-color: #fff;
  width: 151px;
}

.fieldselect-v2 select {
  width: 151px;
}

.message-v2 {
  padding: 5px;
  background-color: #fff;
  color: #666;
  border-radius: 5px;
  font-family: Calibri, Arial, Verdana;
  margin-top: 10px;
}

.buy-v2 {
  background: linear-gradient(to bottom, #ff9700 1%, #eb7c00 100%) repeat scroll
    0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 5px 1px 0 rgba(138, 76, 2, 0.75);
  color: #525252;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 33px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 195px;
}

.buy-v2:hover {
  background: none repeat scroll 0 0 #053d89;
  box-shadow: 0 5px 1px 0 rgba(0, 29, 69, 0.75);
  color: #fff;
  cursor: pointer;
}

.yourwatch-v2 {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  z-index: 2;
  margin-top: 30px;
}

.rolex-v2 {
  width: 440px;
}

.signup-leftv2 {
  font-size: 17px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 120px;
  color: #000;
  background: rgb(255, 255, 255 1);
}

.heading-v2 h1 {
  text-align: center;
  padding-top: 3px;
  font-size: 28px;
  line-height: 34px;
  color: #000;
  font-weight: bold;
}

.baner-left-v2 {
  width: 525px;
}

.signup-box-v2 {
  margin-left: 130px;
  font-weight: bold;
}

.bullet-point {
  width: 300px;
  font-size: 17px;
  margin-left: 10px;
  color: #000;
  font-weight: bold;
}

.tikbullet {
  margin-left: 50px;
}

.bullet-box {
  margin-bottom: 10px;
}

.tik-box {
  margin-top: 3px;
}

.signup-right2 {
  border-left: 2px solid #ccc;
  height: auto;
}

.signup-exp {
  width: 530px;
}

.watch-text-exp h1 {
  background: none repeat scroll 0 0 #5d5a5b;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

.message-v2 select {
  width: 485px;
}

.error-email {
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  color: #f00;
}

.change-email {
  color: #000;
  font-size: 16px;
  margin-top: 3px;
}

.email-option {
  padding: 5px;
  width: 187px;
  border: 1px solid #5d5d5d;
}

.error-box {
  margin-top: 10px;
}

.detail-follow {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
}

.make-error {
  font-weight: bold;
  margin-top: 10px;
}

.make-error span {
  color: #666;
  margin-left: 30px;
  font-weight: normal;
}

.upload {
  background: linear-gradient(to bottom, #ff9700 1%, #eb7c00 100%) repeat scroll
    0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 5px 1px 0 rgba(138, 76, 2, 0.75);
  font-size: 45px;
  font-weight: bold;
  height: 75px;
  line-height: 50px;
  margin-bottom: 20px;
  margin-top: 15px;
  text-align: center;
  width: 250px;
  padding-top: 9px;
}

.upload-btn a {
  text-decoration: none;
  color: #fff;
}

.box-pic-up {
  width: 480px;
}

.pics-upload {
  width: 500px;
}

.btn-upload {
  margin-top: 40px;
  width: 185px;
}

.name-input span {
  color: #f00;
}

.your-watchexp {
  color: #ff9700;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 265px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.tikbullet3 {
  margin-left: 50px;
}

.bullet-point3 {
  width: 372px;
  font-size: 17px;
  margin-left: 10px;
  color: #000;
  font-weight: bold;
}

.signup-exp2 {
  width: 530px;
  border-right: 1px solid #ccc;
}

.bullet-box3 {
  margin-bottom: 10px;
}

.buy-exp {
  background: #ff9700;
  background: -moz-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #ff9700),
    color-stop(100%, #eb7c00)
  );
  background: -webkit-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: -o-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: -ms-linear-gradient(top, #ff9700 1%, #eb7c00 100%);
  background: linear-gradient(to bottom, #ff9700 1%, #eb7c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9700', endColorstr='#eb7c00', GradientType=0);
  -webkit-box-shadow: 0px 5px 1px 0px rgba(138, 76, 2, 0.75);
  -moz-box-shadow: 0px 5px 1px 0px rgba(138, 76, 2, 0.75);
  box-shadow: 0px 5px 1px 0px rgba(138, 76, 2, 0.75);
  height: 50px;
  width: 135px;
  margin-top: 15px;
  margin-bottom: 20px;
  line-height: 50px;
  font-size: 33px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.sitemap {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.email-thx {
  margin-right: 10px;
}

.phone-thx {
  margin-right: 5px;
}

.make-error .left {
  width: 100px;
}

.error-email img {
  height: 20px;
  margin-right: 10px;
}

#epn-ads-banner1807602825 {
  margin-bottom: 15px !important;
}

.ebay {
  border: 1px solid #ddd;
  padding: 10px;
  height: 691px;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 20px;
}

.my_products {
  border: 1px solid #ddd;
  padding: 10px;
  height: 691px;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 20px;
}

.ebay-h2 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

.ebay a strong {
  font-size: 20px;
  color: #000;
}

.ebay .other_ebay {
  background: #efefef;
  padding: 5px;
}

.ebay .new_ebay {
  background: #fff;
  padding: 10px;
}

.ebay table img {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 7px;
  width: 150px;
  height: 125px;
}

.ebay table tbody tr td span {
  margin-bottom: 20px;
}

.ebay table tbody tr td:first-child {
  width: 200px;
}

.ebay table tbody tr td:first-child + td {
  width: 495px;
}

.ebay table tbody tr td:first-child + td strong {
  font-size: 25px;
  color: #e90132;
}

.ebay table tbody tr td:first-child + td a {
  background: linear-gradient(to bottom, #ff9700 1%, #eb7c00 100%) repeat scroll
    0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 5px 1px 0 rgba(138, 76, 2, 0.75);
  padding: 3px 10px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.sub-heading h2 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.why {
  margin-bottom: 10px;
}

.company-review {
  background: url(../images/review.png) repeat;
  padding: 10px;
  border-top: 1px solid #b4b3b3;
  border-bottom: 1px solid #b4b3b3;
}

.footer a {
  text-decoration: none;
  color: #666;
  font-size: 18px;
}

.copy div {
  font-size: 18px;
}

.subscribe {
  width: 250px;
  font-size: 18px;
}

.signup {
  width: 530px;
  border-right: 2px solid #ccc;
}

.ad-detail {
  text-align: center;
}

.signup-right {
  height: auto;
}

.your-watch {
  text-align: center;
  font-size: 30px;
  color: #666;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

#wrapper {
  width: 220px;
  margin: 100px auto;
  font-size: 0.8125em;
}

.menu2 {
  width: auto;
  height: auto;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.73),
    0px 0px 18px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.73),
    0px 0px 18px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.73),
    0px 0px 18px 0px rgba(0, 0, 0, 0.13);
}

.menu2 > li > a {
  background-color: #616975;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(114, 122, 134)),
    to(rgb(80, 88, 100))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgb(114, 122, 134),
    rgb(80, 88, 100)
  );
  background-image: -moz-linear-gradient(
    top,
    rgb(114, 122, 134),
    rgb(80, 88, 100)
  );
  background-image: -o-linear-gradient(
    top,
    rgb(114, 122, 134),
    rgb(80, 88, 100)
  );
  background-image: -ms-linear-gradient(
    top,
    rgb(114, 122, 134),
    rgb(80, 88, 100)
  );
  background-image: linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#727a86', EndColorStr='#505864');
  border-bottom: 1px solid #33373d;
  -webkit-box-shadow: inset 0px 1px 0px 0px #878e98;
  -moz-box-shadow: inset 0px 1px 0px 0px #878e98;
  box-shadow: inset 0px 1px 0px 0px #878e98;
  width: 100%;
  height: 2.75em;
  line-height: 2.75em;
  text-indent: 2.75em;
  display: block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.menu2 ul li a {
  background: #fff;
  border-bottom: 1px solid #efeff0;
  width: 100%;
  height: 2.75em;
  line-height: 2.75em;
  text-indent: 2.75em;
  display: block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.923em;
  font-weight: 400;
  color: #878d95;
}

.menu2 ul li:last-child a {
  border-bottom: 1px solid #33373d;
}

.menu2 > li > a:hover,
.menu2 > li > a.active {
  background-color: #35afe3;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(69, 199, 235)),
    to(rgb(38, 152, 219))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgb(69, 199, 235),
    rgb(38, 152, 219)
  );
  background-image: -moz-linear-gradient(
    top,
    rgb(69, 199, 235),
    rgb(38, 152, 219)
  );
  background-image: -o-linear-gradient(
    top,
    rgb(69, 199, 235),
    rgb(38, 152, 219)
  );
  background-image: -ms-linear-gradient(
    top,
    rgb(69, 199, 235),
    rgb(38, 152, 219)
  );
  background-image: linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#45c7eb', EndColorStr='#2698db');
  border-bottom: 1px solid #103c56;
  -webkit-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
  -moz-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
  box-shadow: inset 0px 1px 0px 0px #6ad2ef;
}

.menu2 > li > a.active {
  border-bottom: 1px solid #1a638f;
}

.menu2 > li > a:before {
  content: "";
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  font-size: 36px;
  height: 1em;
  width: 1em;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -0.5em 0 0 0;
}

.item1 a {
  text-decoration: none;
}

.item1 > a:before {
  background-position: 0 0;
}

.item2 > a:before {
  background-position: -38px 0;
}

.item3 > a:before {
  background-position: 0 -38px;
}

.item4 > a:before {
  background-position: -38px -38px;
}

.item5 > a:before {
  background-position: -76px 0;
}

.menu > li > a span {
  font-size: 0.857em;
  display: inline-block;
  position: absolute;
  right: 1em;
  top: 50%;
  background: #48515c;
  line-height: 1em;
  height: 1em;
  padding: 0.4em 0.6em;
  margin: -0.8em 0 0 0;
  color: #fff;
  text-indent: 0;
  text-align: center;
  -webkit-border-radius: 0.769em;
  -moz-border-radius: 0.769em;
  border-radius: 0.769em;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.26),
    0px 1px 0px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.26),
    0px 1px 0px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.26),
    0px 1px 0px 0px rgba(255, 255, 255, 0.15);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.menu2 > li > a:hover span,
.menu > li a.active span {
  background: #2173a1;
}

.menu2 > li > ul li a:before {
  content: "▶";
  font-size: 8px;
  color: #bcbcbf;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0;
  left: -2.7em;
}

.menu2 > li > ul li:hover a,
.menu2 > li > ul li:hover a span,
.menu2 > li > ul li:hover a:before {
  color: #32373d;
}

.menu2 ul > li > a span {
  font-size: 0.857em;
  display: inline-block;
  position: absolute;
  right: 1em;
  top: 50%;
  background: #fff;
  border: 1px solid #d0d0d3;
  line-height: 1em;
  height: 1em;
  padding: 0.4em 0.7em;
  margin: -0.9em 0 0 0;
  color: #878d95;
  text-indent: 0;
  text-align: center;
  -webkit-border-radius: 0.769em;
  -moz-border-radius: 769em;
  border-radius: 769em;
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.01);
}

ul.top-nav-v1 {
  background: url("../images/bg-top-nav.png") no-repeat scroll left top
    rgba(0, 0, 0, 0);
  float: right;
  list-style: none outside none;
  margin: 0 4px 0 0;
  padding: 0 0 0 20px;
  width: 236px;
}

ul.top-nav-v1 li {
  float: left;
  font-size: 13px;
  line-height: 14px;
  padding: 3px 5px 5px;
}

ul.top-nav-v1 li a {
  border-left: 1px solid #fff;
  color: #fff;
  padding: 0 0 0 18px;
  text-decoration: none;
}

ul.top-nav-v1 li:first-child a {
  border: 0 none;
}

ul.top-nav-v1 li a:hover {
  text-decoration: underline;
}

.nnav-v1-box p {
  margin: 0;
}

.nav-v1-box ul li.active a {
  color: #373737;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  font-family: Calibri, Arial, Verdana;
  margin: 20px 0;
}

.box-sorry {
  width: 700px;
  margin-left: 20px;
  padding: 10px;
  text-align: center;
  margin-left: 88px;
}

.sorry-heading {
  font-size: 49px;
  font-weight: bold;
  color: #f50d29;
}

.sorry-sub {
  font-size: 30px;
  color: #7e7e7e;
  font-weight: bold;
}

.sorry img {
  margin-top: 10px;
  margin-left: 28px;
  width: 138px;
}

.sorry-page {
  margin-top: 30px;
}

.thanks img {
  margin-left: 28px;
  width: 238px;
}

.areaweserve {
  margin-top: 10px;
}

#cssmenu {
  display: none;
}

#cssmenu > ul > li > a {
  background: none repeat scroll 0 0 #211d1e;
  color: #fff;
  padding: 15px 20px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  cursor: pointer;
  z-index: 2;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}

#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #000;
  background: #fafafa;
  background: -moz-linear-gradient(top, #fafafa 1%, #f4f4f4 43%, #f2f3f1 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #fafafa),
    color-stop(43%, #f4f4f4),
    color-stop(100%, #f2f3f1)
  );
  background: -webkit-linear-gradient(
    top,
    #fafafa 1%,
    #f4f4f4 43%,
    #f2f3f1 100%
  );
  background: -o-linear-gradient(top, #fafafa 1%, #f4f4f4 43%, #f2f3f1 100%);
  background: -ms-linear-gradient(top, #fafafa 1%, #f4f4f4 43%, #f2f3f1 100%);
  background: linear-gradient(to bottom, #fafafa 1%, #f4f4f4 43%, #f2f3f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f2f3f1', GradientType=0);
}

#cssmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #1682ba;
}

.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}

.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #424852;
  color: #ffffff;
}

#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#cssmenu ul ul ul li a {
  padding-left: 30px;
}

#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}

#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}

#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}

#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}

.showfewer {
  width: 445px;
  margin-left: 24px;
}

.signup-box-v2 {
  margin-left: 130px;
  font-weight: bold;
}

.tikbullet {
  margin-left: 50px;
}

.signup-right2 {
  border-left: 2px solid #ccc;
  height: auto;
}

.signup-exp {
  width: 530px;
}

.sell-heading {
  font-family: Calibri, Arial, Verdana;
  font-size: 28px;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

.sell-box {
  border: 1px solid #b8b8b8;
  width: 515px;
  margin-right: 10px;
  padding: 5px;
}

.price-txt {
  font-family: Calibri, Arial, Verdana;
  font-size: 18px;
  color: #5e5e5e;
  width: 150px;
  margin-left: 20px;
  margin-top: 10px;
}

.price-txt-2 {
  font-family: Calibri, Arial, Verdana;
  font-size: 28px;
  font-weight: bold;
  color: #f70000;
  width: 218px;
  margin-top: 10px;
  margin-left: 80px;
}

.itm-txt {
  font-family: Calibri, Arial, Verdana;
  font-size: 18px;
  color: #000;
  width: 218px;
  margin-left: 20px;
  margin-top: 10px;
  margin-left: 80px;
}

.image-gallery {
  width: 410px;
  border: 1px solid #b8b8b8;
  margin-right: 15px;
  padding: 15px 15px 0px;
}

a img,
:link img,
:visited img {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
  outline: none;
}

p,
blockquote,
dd,
dt {
  margin: 0 0 8px 0;
  line-height: 1.5em;
}

fieldset {
  padding: 0px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
}

fieldset legend {
  margin-left: 15px;
  padding-left: 3px;
  padding-right: 3px;
  color: #333;
}

dl dd {
  margin: 0px;
}

.clearfix {
  zoom: 1;
}

ul#thumblist {
  display: block;
}

ul#thumblist li {
  float: left;
  margin-right: 2px;
  list-style: none;
}

ul#thumblist li a {
  display: block;
  border: 1px solid #ccc;
}

ul#thumblist li a.zoomThumbActive {
  border: 1px solid red;
}

.jqzoom {
  text-decoration: none;
  float: left;
}

.btn-sell {
  background: #ff9d00;
  background: -moz-linear-gradient(top, #ff9d00 0%, #eb7900 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ff9d00),
    color-stop(100%, #eb7900)
  );
  background: -webkit-linear-gradient(top, #ff9d00 0%, #eb7900 100%);
  background: -o-linear-gradient(top, #ff9d00 0%, #eb7900 100%);
  background: -ms-linear-gradient(top, #ff9d00 0%, #eb7900 100%);
  background: linear-gradient(to bottom, #ff9d00 0%, #eb7900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9d00', endColorstr='#eb7900', GradientType=0);
  height: 50px;
  line-height: 50px;
  width: 250px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border-bottom: 5px solid #864902;
  color: #fff;
}

.button {
  margin-left: 200px;
  margin-top: -50px;
  margin-bottom: 15px;
}

.button a {
  text-decoration: none;
}

.button a div:hover {
  color: #000;
}

.description {
  font-size: 28px;
  color: #332f30;
  margin-top: 20px;
  font-weight: bold;
  margin-top: 5px;
}

.conditioned {
  width: 250px;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.used-conditioed {
  color: #000;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.detail-sell {
  background: #e9e9e9;
}

.delivery-box1 {
  width: 230px;
  margin-left: 12px;
}

.deliveryicon {
  font-size: 24px;
  margin-top: 5px;
  color: #373536;
  font-weight: bold;
}

.fee-service span {
  color: #058c25;
  font-size: 15px;
}

.fee-service {
  font-size: 15px;
}

.btn-sell-box {
  background: #ff9d00;
  background: -moz-linear-gradient(top, #ff9d00 0%, #eb7900 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ff9d00),
    color-stop(100%, #eb7900)
  );
  background: -webkit-linear-gradient(top, #ff9d00 0%, #eb7900 100%);
  background: -o-linear-gradient(top, #ff9d00 0%, #eb7900 100%);
  background: -ms-linear-gradient(top, #ff9d00 0%, #eb7900 100%);
  background: linear-gradient(to bottom, #ff9d00 0%, #eb7900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9d00', endColorstr='#eb7900', GradientType=0);
  height: 50px;
  line-height: 50px;
  width: 195px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  border-bottom: 5px solid #864902;
  color: #fff;
}

.button-box {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.button-box a {
  text-decoration: none;
}

.button-box a div:hover {
  color: #000;
}

.simileritem {
  margin-left: 20px;
}

.similer {
  margin-left: 30px;
}

.zoomWrapperTitle {
  display: none !important;
}

.box-sell-2 {
  width: 690px;
  border-bottom: 1px solid #e6e5e5;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.sell-img-box {
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.21);
  -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.21);
  box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.21);
  width: 216px;
  background: #f6f6f6;
}

.sell-img img {
  width: 156px;
  height: 148px;
}

.sellimg-shadow {
  margin-left: 10px;
}

.img-box-deatail {
  width: 451px;
}

.img-box-deatail a {
  text-decoration: none;
}

.detail-img {
  font-family: Calibri, Arial, Verdana;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #36f;
  margin-left: 10px;
  width: 458px;
  line-height: 20px;
}

.conditioned-1 {
  width: 250px;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 10px;
}

.used-conditioed-2 {
  color: #000;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 3px;
}

.sell-detail-2 {
  border: 1px solid #f3f3f3;
  margin-left: 10px;
  margin-top: 5px;
}

.detail-sell-2 {
  background: #f9f9f9;
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
}

.paypal-img {
  margin-left: 30px;
  margin-top: 10px;
}

.dollr-txt {
  font-family: Calibri, Arial, Verdana;
  font-weight: bold;
  font-size: 34px;
  color: #eb0404;
  margin-top: 5px;
  margin-right: 20px;
}

.signup2-btn-bg {
  background: #5d5b5c;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(41, 41, 41, 1);
  -moz-box-shadow: 0px 3px 0px 0px rgba(41, 41, 41, 1);
  box-shadow: 0px 3px 0px 0px rgba(41, 41, 41, 1);
  font-size: 22px;
  font-weight: bold;
  line-height: 35px;
  margin-top: 8px;
  height: 35px;
  text-align: center;
  width: 155px;
  margin-left: 15px;
}

.signup2-btn-txt a {
  text-decoration: none;
  color: #fff;
}

.signup2-btn-txt a:hover {
  color: #fff;
}

.signup3-btn-bg {
  background: #fd8e00;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(200, 114, 3, 1);
  -moz-box-shadow: 0px 3px 0px 0px rgba(200, 114, 3, 1);
  box-shadow: 0px 3px 0px 0px rgba(200, 114, 3, 1);
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 35px;
  margin-top: 8px;
  height: 35px;
  text-align: center;
  width: 155px;
  margin-right: 5px;
}

.signup3-btn-txt a {
  text-decoration: none;
  color: #fff;
}

.signup3-btn-txt a:hover {
  color: #fff;
}

.sell-box-bg-4 {
  border-top: 1px solid #e6e5e5;
  border-bottom: 1px solid #e6e5e5;
  background: #f9f9f9;
}

.conditioned-bg {
  background: #fff;
}

.zoom {
  display: inline-block;
  position: relative;
}

.zoom:after {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(icon.png);
}

.zoom img {
  display: block;
}

.zoom img::selection {
  background-color: transparent;
}

#ex2 img:hover {
  cursor: url(grab.cur), default;
}

#ex2 img:active {
  cursor: url(grabbed.cur), default;
}

.paypal-detail {
  margin-left: 40px;
  margin-top: 18px;
}

.ebay_button {
  margin-top: 10px;
  margin-left: 20px;
}

.ebay_button a {
  text-decoration: none;
}

.zoom p img {
  width: 33px !important;
  height: 33px !important;
}

.buy-au {
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-top: 10px;
  padding: 5px;
  width: 122px;
}

.buy-au img {
  width: 122px;
  height: 110px;
}

.mt-auto {
  margin-top: auto;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.mh {
  min-height: 200px;
}

.bg-light {
  background: #8a8a8a !important;
}

.box-sizing {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-20 {
  width: 20%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-15 {
  width: 12%;
}

.w-85 {
  width: 88%;
}

.text-right {
  text-align: right;
}

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

.font-weight-bold {
  font-weight: bold;
}

.category-listing {
  background: #f1f1f1;
  padding: 20px 0;
}

.category-listing-inner {
  background: #fff;
  padding: 20px 0;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-sizing: border-box;
  min-height: 250px;
  margin: 20px 0;
}

.category-listing-inner img {
  border: 1px solid #ccc;
  background: #dcdcdc;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.category-listing-inner h2 {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  margin-bottom: 10px;
}

.category-listing-inner p,
.category-listing-inner address {
  font-size: 18px;
  line-height: 24px;
  color: #1e1f20;
}

.category-listing-inner span.price {
  font-size: 22px;
  line-height: 28px;
  color: #e41515;
  display: block;
  margin-bottom: 10px;
  text-decoration: underline;
}

.category-listing-inner a.cta {
  font-size: 20px;
  line-height: 26px;
  background: #f63030;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 7px 30px;
  display: inline-block;
  margin-top: 10px;
  width: 93px;
}

.category-listing .detail a {
  background: #b6b8bb;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  color: #1d1b1b;
  font-size: 22px;
  line-height: 28px;
  text-decoration: none;
  writing-mode: vertical-rl;
}

.category-listing .detail a span {
  transform: rotate(180deg);
  display: block;
}

.ebay-similar {
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
  color: #cfa77c;
}

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

.pagination li {
  display: inline-block;
}

.pagination > li {
  display: inline-block !important;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.w-100 {
  width: 100% !important;
}

/*  ==========    domtab      ===========   */
ul.domtabs {
  float: left;
  width: 100%;
  margin-bottom: -1px;
}

ul.domtabs li {
  float: left;
  padding: 0 5px 0 0;
}

ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover {
  border-radius: 5px 5px 0 0;
  padding: 5px 34px;
  display: block;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #fff;
  height: 3em;
  font-weight: bold;
  text-decoration: none;
}

html > body ul.domtabs a:link,
html > body ul.domtabs a:visited,
html > body ul.domtabs a:active,
html > body ul.domtabs a:hover {
  height: auto;
  min-height: 20px;
  color: #b4b4b4;
}

ul.domtabs a:hover {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(239, 239, 239, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(239, 239, 239, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(239, 239, 239, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(239, 239, 239, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(239, 239, 239, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(239, 239, 239, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
}

div.domtab div {
  font-family: Calibri, Arial, Verdana;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  clear: both;
  width: auto;
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1em 2em;
  text-align: justify;
}

ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover {
  background: #eaeaea;
  background: -moz-linear-gradient(top, #eaeaea -1%, #eaeaea 0%, #ffffff 88%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-1%, #eaeaea),
    color-stop(0%, #eaeaea),
    color-stop(88%, #ffffff)
  );
  background: -webkit-linear-gradient(
    top,
    #eaeaea -1%,
    #eaeaea 0%,
    #ffffff 88%
  );
  background: -o-linear-gradient(top, #eaeaea -1%, #eaeaea 0%, #ffffff 88%);
  background: -ms-linear-gradient(top, #eaeaea -1%, #eaeaea 0%, #ffffff 88%);
  background: linear-gradient(to bottom, #eaeaea -1%, #eaeaea 0%, #ffffff 88%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#ffffff', GradientType=0);
  border-bottom: 1px solid #fff;
  border-radius: 5px 5px 0 0;
  color: #000;
}

#domtabprintview {
  float: right;
  padding-right: 1em;
  text-align: right;
}

#domtabprintview a:link,
#domtabprintview a:visited,
#domtabprintview a:active,
#domtabprintview a:hover {
  color: #fff;
}

pre {
  font-size: 1.2em;
  padding: 1em;
}

div.domtab div a:link,
div.domtab div a:visited,
div.domtab div a:active {
  color: #fff;
  display: block;
  padding: 1em 0.5em;
  font-weight: bold;
  font-size: 1.3em;
}

div.domtab div h2 a,
div.domtab div h2 a:hover,
div.domtab div h2 a:active {
  color: #cfc;
  display: inline;
  padding: 0;
  font-weight: normal;
  font-size: 1em;
}

/* other scheme! */
#other {
  font-size: 0.8em;
  margin-left: 0.3em;
  width: 60em;
  margin-bottom: 3em;
  float: left;
}

div#other.domtab div {
  clear: both;
  width: 54em;
  background: #669;
  color: #fff;
  padding: 1em 3em;
}

#other ul.domtabs a:hover {
  background: #669;
}

div#other ul.domtabs li.active a:link,
div#other ul.domtabs li.active a:visited,
div#other ul.domtabs li.active a:active,
div#other ul.domtabs li.active a:hover {
  background: #669;
  color: #fff;
}

#other div {
  float: left;
}

ul.prevnext {
  float: left;
  width: 100%;
}

ul.prevnext li {
  float: left;
  width: 49%;
}

ul.prevnext li.next {
  float: right;
  text-align: right;
}

.domtab h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

/*  ==========    domtab      ===========   */

/*  ==========    demo2      ===========   */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

section,
header {
  display: block;
}

.container {
  width: 100%;
  position: relative;
  text-align: center;
  background: #2d2d2e;
  color: #fff;
  box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3),
    1px 0px 0px 0px rgba(255, 255, 255, 0.9) inset,
    0px 2px 2px rgba(0, 0, 0, 0.1);
}

.clr {
  clear: both;
}

.container > header {
  padding: 20px 30px 10px 30px;
  margin: 0px 20px 10px 20px;
  position: relative;
  display: block;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.container > header h1 {
  font-family: "BebasNeueRegular", "Arial Narrow", Arial, sans-serif;
  font-size: 35px;
  line-height: 35px;
  position: relative;
  font-weight: 400;
  color: #3d7489;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  padding: 0px 0px 5px 0px;
}

.container > header h1 span {
  color: #80b8ce;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.container > header h2 {
  font-size: 16px;
  font-style: italic;
  color: #82858e;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.codrops-top {
  line-height: 24px;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  z-index: 9999;
  position: relative;
  box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2);
}

.codrops-top a {
  padding: 0px 10px;
  letter-spacing: 1px;
  color: #333;
  text-shadow: 0px 1px 1px #fff;
  display: block;
  float: left;
}

.codrops-top a:hover {
  background: #fff;
}

.codrops-top span.right {
  float: right;
}

.codrops-top span.right a {
  float: left;
  display: block;
}

p.codrops-demos {
  text-align: center;
  display: block;
  padding: 14px;
}

p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover {
  display: inline-block;
  border: 1px solid #7fb2c1;
  padding: 4px 10px 3px;
  font-size: 13px;
  line-height: 18px;
  margin: 0px 3px;
  font-weight: 800;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #b0d4e3;
  background: -moz-linear-gradient(top, #b0d4e3 0%, #88bacf 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #b0d4e3),
    color-stop(100%, #88bacf)
  );
  background: -webkit-linear-gradient(top, #b0d4e3 0%, #88bacf 100%);
  background: -o-linear-gradient(top, #b0d4e3 0%, #88bacf 100%);
  background: -ms-linear-gradient(top, #b0d4e3 0%, #88bacf 100%);
  background: linear-gradient(top, #b0d4e3 0%, #88bacf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0d4e3', endColorstr='#88bacf', GradientType=0);
}

p.codrops-demos a:hover {
  background: #80b8ce;
}

p.codrops-demos a:active {
  -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
}

p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover {
  color: #3d7489;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 767px) {
  .container > header {
    text-align: center;
  }

  p.codrops-demos {
    position: relative;
    top: auto;
    left: auto;
  }
}

/*  ==========    demo2      ===========   */

/*  ==========    demo      ===========   */

.clr {
  clear: both;
}

.main {
  position: relative;
  width: 715px;
  margin-top: 10px;
}

.more {
  position: relative;
  clear: both;
  font-family: "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  padding: 5px 0px 10px;
  width: 540px;
  margin: 0 auto;
}

.more ul {
  display: block;
  text-align: center;
  height: 30px;
}

.more ul li {
  display: block;
  padding: 4px 2px;
  float: left;
}

.more ul li.selected a,
.more ul li.selected a:hover {
  background: #b2891b;
  color: #fff;
  text-shadow: none;
}

.more ul li a {
  color: #555;
  float: left;
  background: #fff;
  width: 40px;
  padding: 2px 5px;
  -moz-box-shadow: 1px 1px 2px #aaa;
  -webkit-box-shadow: 1px 1px 2px #aaa;
  box-shadow: 1px 1px 2px #aaa;
}

.more ul li a:hover {
  background: #000;
  color: #fff;
}

.view-third img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.view-third .mask {
  background-color: rgba(0, 0, 0, 0.6);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -moz-transform: translate(460px, -100px) rotate(180deg);
  -o-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  -moz-transition: all 0.2s 0.4s ease-in-out;
  -o-transition: all 0.2s 0.4s ease-in-out;
  -ms-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}

.view-third h2 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 0.2s ease-in-out;
  -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;
}

.view-third p {
  -webkit-transform: translateX(300px) rotate(90deg);
  -moz-transform: translateX(300px) rotate(90deg);
  -o-transform: translateX(300px) rotate(90deg);
  -ms-transform: translateX(300px) rotate(90deg);
  transform: translateX(300px) rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -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;
}

.view-third a.info {
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  -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;
}

.view-third:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.view-third:hover h2 {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.view-third:hover p {
  -webkit-transform: translateX(0px) rotate(0deg);
  -moz-transform: translateX(0px) rotate(0deg);
  -o-transform: translateX(0px) rotate(0deg);
  -ms-transform: translateX(0px) rotate(0deg);
  transform: translateX(0px) rotate(0deg);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.view-third:hover a.info {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.ac-container {
  width: 100%;
  margin: 10px auto 0px auto;
  text-align: left;
}

.ac-container label {
  font-family: "BebasNeueRegular", "Arial Narrow", Arial, sans-serif;
  padding: 5px 20px;
  position: relative;
  z-index: 20;
  display: block;
  height: 45px;
  cursor: pointer;
  color: #fff;
  background: url("../images/arrow_down.png") no-repeat scroll 965px 50%
    transparent;
  font-weight: bold;
  line-height: 45px;
  font-size: 25px;
}

.ac-container label:hover {
  background: #2d2d2e;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover {
  background: #c6e1ec;
  color: #3d7489;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3),
    0px 2px 2px rgba(0, 0, 0, 0.1);
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 45px;
  right: 13px;
  top: 7px;
  background: transparent url(../images/arrow_down.png) no-repeat center center;
}

.ac-container input:checked + label:hover:after {
  background-image: url(../images/arrow_up.png);
}

.ac-container input {
  display: none;
}

.ac-container article {
  overflow: hidden;
  height: 0px;
  position: relative;
  z-index: 10;
  -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container article p {
  font-style: italic;
  color: #777;
  line-height: 23px;
  font-size: 14px;
  padding: 20px;
}

.ac-container input:checked ~ article {
  -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}

.ac-container input:checked ~ article.ac-small {
  height: auto;
  background-color: #fff;
  color: #666;
  padding-bottom: 10px;
}

.ac-container input:checked ~ article.ac-medium {
  height: 180px;
}

.ac-container input:checked ~ article.ac-large {
  height: 230px;
}

.view img {
  display: block;
  position: relative;
}

.view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  margin: 20px 0 0 0;
}

.view p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: 10px 20px 20px;
  text-align: center;
}

.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 6px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  width: 187px;
  margin-bottom: 9px;
  font-weight: bold;
  font-size: 16px;
}

.view a.info:hover {
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}

.shadow {
  margin-bottom: 20px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

html,
body {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  padding: 3px 5px 4px;
  color: #979797;
  width: 190px;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

.view {
  width: 216px;
  height: 327px;
  margin-left: 11px;
  float: left;
  border: 5px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0px 5px 3px 0px #b9b9b9;
  -moz-box-shadow: 0px 5px 3px 0px #b9b9b9;
  box-shadow: 0px 5px 3px 0px #b9b9b9;
  cursor: default;
  /* background: #fff url(../images/bgimg.jpg) no-repeat center center; */
  margin-bottom: 20px;
}

.view .mask,
.view .content {
  width: 216px;
  height: 327px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.view img {
  width: 403px;
  height: 324px;
}

.view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  margin: 20px 0 0 0;
}

.view p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: 10px 20px 20px;
  text-align: center;
}

/*  ==========    demo      ===========   */

/* listing */
.listing {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.list-1 {
  border-radius: 8px;
  border: 2px solid#57ba47;
  background-color: #ffffff;
  padding: 5px;
  width: 216px;
  margin: 0px 5px;
  text-align: center;
}

.list-heading {
  color: #19191d;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  margin: 9px 0px;
  min-height: 110px;
  font-weight: bold;
}

.list-desc {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin: 15px 0px;
}

.list-buy-now-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.list-price {
  color: rgba(0, 0, 0, 0.87);
  font-size: 19px;
  font-weight: 700;
  text-align: left;
  margin: 0px;
  line-height: 30px;
}

.list-buy-now {
  border-radius: 4px;
  border: 1px solid#21990d;
  background-color: #57ba47;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.44px;
  line-height: 22px;
  text-align: center;
  margin: 0px;
  padding: 5px 12px;
}

.success-msg {
  color: #000;
  padding: 15px 0px;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  border: 5px solid #21990d;
  border-radius: 25px;
}

.thanks-new p {
  font-size: 24px;
  line-height: 30px;
  margin-top: 25px;
}

.buy-now a:hover {
  text-decoration: none !important;
}

.listing .list-1 img {
  object-fit: cover;
}
