/* www.siteURL.com / Design & Develop by Spiral Design Center / www.spiraldesign.org */
/*------------------------------------*
   Fonts
*------------------------------------*/
@font-face {
  font-family: 'DroidNaskh';
  src: url("../fonts/DroidNaskh-Regular.eot");
  src: url("../fonts/DroidNaskh-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidNaskh-Regular.woff") format("woff"), url("../fonts/DroidNaskh-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
        font-family: 'Raleway';
        src: url('../fonts/Raleway-Regular.otf') format('opentype');
        font-weight: normal;
        font-style: normal;
    }

/*------------------------------------*
   Common
*------------------------------------*/
* {font-family: DroidNaskh,Raleway,verdana,tahoma;}
html {max-width:100%; overflow-x:hidden;}
body {color:#333333; background:#fff; font-size:16px; }
h1,h2,h3,h4,h5,h6 {font-weight: normal;}

/*links*/
a {text-decoration:none; color:#222222; -webkit-transition:200ms all ease; -o-transition:200ms all ease; transition:200ms all ease;}
a:hover {text-decoration:none; color:#333; -webkit-transition:200ms all ease; -o-transition:200ms all ease; transition:200ms all ease;}
a:focus {text-decoration:none; outline:none;}
a:active {outline: none; text-decoration: none;}

/*images*/
img {max-width:100%;}

/*lists*/
ul {padding-right:20px;}

/*form elements*/
label{margin: 0;}
input[type="radio"]{margin-top: 0px; margin-left: 2px; vertical-align: middle;}
input{border-radius: 3px; border:1px solid #dddddd; padding:0 12px; height: 40px; line-height: 40px;}
button{background-color: transparent; border:1px solid #dddddd; height: 40px; line-height: 40px;-webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -ms-transition: all 200ms linear; -o-transition: all 200ms linear; transition: all 200ms linear;}
select {padding: 0 5px;}
select option{height: 30px;}

::-webkit-input-placeholder {opacity:1}
:-moz-placeholder {/* Firefox 18- */opacity:1}
::-moz-placeholder {/* Firefox 19+ */opacity:1}
:-ms-input-placeholder {opacity:1}

/*buttons*/
.btn.disabled,.btn[disabled],fieldset[disabled] .btn {opacity:.3}

/*tooltips*/
.tooltip {font-size:11px; white-space:nowrap;}
.tooltip-inner {padding-bottom:7px;}

/*others*/
.pos-static {position:static!important}
.middle {display:table-cell; vertical-align:middle;}
.ltr {direction:ltr;}
/*.container { min-width: 1170px;}*/
.w100{width: 100%!important;}
.animated {opacity:0}
.visible {opacity:1}

/*margins*/
.m0 {margin:0!important}

.mt0 {margin-top:0px}
.mt30 {margin-top:30px!important}
.mt60 {margin-top:60px}

.mr30 {margin-right:30px}

.mb10 {margin-bottom:10px}
.mb20 {margin-bottom:20px}
.mb30 {margin-bottom:30px}
.mb40 {margin-bottom:40px}
.mb50 {margin-bottom:50px}
.mb60 {margin-bottom:60px}
.mb90 {margin-bottom:90px}
.mb100 {margin-bottom:100px}

.ml10 {margin-left:10px}
.ml30 {margin-left:30px}

/*paddings*/
.padd0 {padding:0!important}

.pr30{padding-right: 30px;}

.pl20{padding-left: 20px;}
.pl30{padding-left: 30px;}

/*------------------------------------*
   Sprite Icons
*------------------------------------*/
[class*="-sicon"] {
	background-image:url(../img/sprite.png);
	display:inline-block;
	vertical-align:middle
}

.login-sicon {
    background-position: 0 0;
    height: 14px;
    margin-left: 8px;
    margin-top: 7px;
    width: 16px;
}

.qoute-sicon {
  background-position: -15px 0;
  width: 27px;
  height: 21px;
  margin-top: 7px;
}

.pinterest-sicon {
  background-position: -41px 0;
  height: 60px;
  margin-top: 7px; 
  width: 61px;
  float: right;
  margin: 0;
  -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
       -o-transition: all 200ms ease;
          transition: all 200ms ease;
}

.pinterest a:hover .pinterest-sicon {
  opacity: 0.8;
}

.instagram-sicon{
  background-position: -102px 0;
  height: 60px;
  margin-top: 7px; 
  width: 61px;
  margin: 0;
  -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
       -o-transition: all 200ms ease;
          transition: all 200ms ease;
}

.pinterest a:hover .pinterest-sicon {
  opacity: 0.8;
}

.instagram a:hover .instagram-sicon {
  opacity: 0.8;
}

.designer-sicon{
  background-position: -163px 0;
  height: 32px;
  margin: 0;
  width: 32px;
}

.marker-sicon {
  background-position: -810px 0;
  height: 37px;
  margin: 0;
  width: 24px;
}

/*------------------------------------*
   Header
*------------------------------------*/
.nav-menu {
  display: table;
  margin-top: 20px;
  padding: 0;
  display: table;
}

.nav-menu li {
  float: right;
  list-style: none;
}

.nav-menu li a {
  padding: 18px 10px;
  display: block;
  font-size: 14px;
}

.nav-menu li a:hover {
  color: #56ba6a;
}

.logo h1 {
    margin: 0;
}

.nav-menu li.logo a{
    padding: 0;
}

.nav-menu li.logo a:hover{
    opacity: 0.8;
}

/*responsive menu*/
.navbar-toggle {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 33px;
  background-color: rgb(122, 19, 21);
  color: #fff;
  height: 34px;
  border-radius: 0;
  float: right;
}
.navbar-toggle .icon-bar{
  background-color: #fff;
}
.navbar-toggle .text {
  float: left;
  font-size: 13px;
  padding-right: 30px;
  line-height: 1;
}


.divider{
  font-size: 8px;
  font-family: times new roman;
  margin-top: 25px;
}

.login {
    background: #56ba6a none repeat scroll 0 0;
    color: #fff;
    float: left;
    margin: 28px 0;
    padding: 3px 15px 7px;
}

.login:hover {
  background: #aaaaaa;
  color: #fff;
  border-radius: 5px;
}

/*------------------------------------*
              Content
*------------------------------------*/
.intro {
  background: url(../img/intro.jpg) no-repeat fixed Center Center;
  background-size: cover;
  width: 100%;
  height: 550px;
}

.title {
  display: table;
  

}

.title {
  margin:  0 auto;
  margin: 75px auto 50px;
}

.title img {
  display: block;
}

.title h2 {
    border: 2px solid #56ba6a;
    color: #316f4e;
    float: right;
    font-size: 30px;
    padding: 12px 37px;
    position: relative;
}

.border-right {
    border-top: 2px solid #56ba6a;
    float: right;
    margin: 50px 0;
    width: 160px;
}


.border-left {
    border-top: 2px solid #56ba6a;
    float: right;
    margin: 50px 0;
    width: 160px;
}

.title h2:before {
    background: none repeat scroll 0 0 #fff;
    content: "";
    display: block;
    height: 3px;
    margin-right: -32px;
    position: absolute;
    right: 50%;
    top: -2px;
    width: 65px;
}


.title h2:after {
    background: none repeat scroll 0 0 #fff;
    content: "";
    display: block;
    height: 3px;
    margin-right: -32px;
    position: absolute;
    right: 50%;
    bottom: -2px;
    width: 65px;
}

.about-us{
  border: 2px solid #56ba6a;
  float: right;
  padding: 45px 30px 0 0;
  width: 360px;
  margin-bottom: 78px;
}

.about-us img {
  display: block;
  margin-bottom: 12px;
}

.about-us img:hover{
  opacity: 0.8;
}

.about-us h3 {
    margin-bottom: 0;
    margin-top: 0;
}

.about-us span {
    color: #316f4e;
    display: block;
    font-size: 18px;
    line-height: 1;
}

.about-us span:hover {
  color: #822224;
}

.about-us-des {
  background: #fff none repeat scroll 0 0;
  color: #555555;
  font-size: 15px;
  line-height: 35px;
  padding-top: 18px;
  width: 420px;
}

.about-us-des i{
  margin-left: 5px;
}

.about-us:after {
    background: #56ba6a none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin: 31px 120px 40px;
    width: 76px;
}

.about-img-1 {
    float: left;
    display: block;
    float: left;
    position: relative;
}

.about-img-2 {
    float: left;
    margin: 0 0 17px 32px;
    display: block;
    float: left;
    position: relative;
}

.about-img-3 {
    float: left;
    margin: 8px 0 0 28px;
    display: block;
    float: left;
    position: relative;
}

.about-img-1:before {
    background: url("../img/sprite.png") no-repeat scroll -604px 0;
    content: "";
    display: block;
    height: 101px;
    position: absolute;
    right: -3px;
    top: -4px;
    width: 103px;
    -webkit-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
-ms-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
transition: all 200ms ease-in;
}


.about-img-1:after {
    background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -708px 0;
    content: "";
    display: block;
    height: 101px;
    position: absolute;
    right: 189px;
    top: 192px;
    width: 103px;
    -webkit-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
-ms-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
transition: all 200ms ease-in;
}

.about-img-1:hover:before {
  -moz-transform: translateX(10px) translateY(-10px);
-webkit-transform: translateX(10px) translateY(-10px);
-o-transform: translateX(10px) translateY(-10px);
-ms-transform: translateX(10px) translateY(-10px);
transform: translateX(10px) translateY(-10px);
}

.about-img-1:hover:after {
-moz-transform: translateX(-10px) translateY(10px);
-webkit-transform: translateX(-10px) translateY(10px);
-o-transform: translateX(-10px) translateY(10px);
-ms-transform: translateX(-10px) translateY(10px);
transform: translateX(-10px) translateY(10px);
}

.about-img-2::before {
    background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -281px 0;
    content: "";
    display: block;
    height: 65px;
    position: absolute;
    right: 64px;
    top: -5px;
    width: 55px;
    -webkit-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
-ms-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
transition: all 200ms ease-in;
}

.about-img-2::after {
    background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -341px 0;
    content: "";
    display: block;
    height: 65px;
    position: absolute;
    right: -3px;
    top: 62px;
    width: 55px;
    -webkit-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
-ms-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
transition: all 200ms ease-in;
}

.about-img-2:hover:before {
  -moz-transform: translateX(-10px) translateY(-10px);
-webkit-transform: translateX(-10px) translateY(-10px);
-o-transform: translateX(-10px) translateY(-10px);
-ms-transform: translateX(-10px) translateY(-10px);
transform: translateX(-10px) translateY(-10px);
}

.about-img-2:hover:after {
-moz-transform: translateX(10px) translateY(10px);
-webkit-transform: translateX(10px) translateY(10px);
-o-transform: translateX(10px) translateY(10px);
-ms-transform: translateX(10px) translateY(10px);
transform: translateX(10px) translateY(10px);
}

.about-img-3::before {
    background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -503px 0;
    content: "";
    display: block;
    height: 105px;
    position: absolute;
    right: -7px;
    top: 79px;
    width: 102px;
    -webkit-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
-ms-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
transition: all 200ms ease-in;
}

.about-img-3:after {
    background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -397px 0;
    content: "";
    display: block;
    height: 105px;
    position: absolute;
    right: 78px;
    top: -4px;
    width: 102px;
    -webkit-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
-ms-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
transition: all 200ms ease-in;
}

.about-img-3:hover:before {
-moz-transform: translateX(10px) translateY(10px);
-webkit-transform: translateX(10px) translateY(10px);
-o-transform: translateX(10px) translateY(10px);
-ms-transform: translateX(10px) translateY(10px);
transform: translateX(10px) translateY(10px);
}

.about-img-3:hover:after {
-moz-transform: translateX(-10px) translateY(-10px);
-webkit-transform: translateX(-10px) translateY(-10px);
-o-transform: translateX(-10px) translateY(-10px);
-ms-transform: translateX(-10px) translateY(-10px);
transform: translateX(-10px) translateY(-10px);
}

.cat-product {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.cat-img {
    width: 100%;
    -webkit-transition: all 700ms ease;
-moz-transition: all 700ms ease;
-ms-transition: all 700ms ease;
-o-transition: all 700ms ease;
transition: all 700ms ease;
}

.title-cat {
    left: 0;
    padding: 30px;
    position: absolute;
    bottom: 0;
    width: 280px;
    -webkit-transition: all 400ms ease;
       -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
         -o-transition: all 400ms ease;
            transition: all 400ms ease;
}

.title-cat a {
    color: #fff;
}

.title-cat a:hover span {
    color: #aaaaaa;
}

.title-cat a:hover img {
    opacity: 0.8;
}

.title-cat h3 {
    border-bottom: 1px solid #777777;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 5px;
    padding-bottom: 2px;
    margin-top: 0;
}

.title-cat span {
    display: block;
}

.title-cat > span {
    color: #aaaaaa;
    font-size: 18px;
    line-height: 26px;
}

.title-cat h3 span {
    font-size: 20px;
    color: #56ba6a;
}

.cat-des {
    font-size: 16px !important;
}


.title-cat > a {
    border: 1px solid #56ba6a;
    display: inline-block;
    float: left;
    margin-top: 40px;
    padding: 5px 10px;
    color: #56ba6a;
}
.cat-product:hover .title-cat{
  width: 100%;
}
.cat-product:hover .title-cat > a {
  background: #56ba6a;
  color: #272729;
}

.cat-product:hover .cat-img {
    -moz-transform: scale(1.2) rotate(5deg);
-webkit-transform: scale(1.2) rotate(5deg);
-o-transform: scale(1.2) rotate(5deg);
-ms-transform: scale(1.2) rotate(5deg);
transform: scale(1.2) rotate(5deg);
}

.title-cat img {
    display: block;
}

.cat-list {
    display: table;
    width: 100%;
    margin-bottom: 70px;
}

.cat-product:nth-child(2n+2) {
    margin-left: 0;
}

.colection {
    width: 100%;
    position: relative;
    float: right;
    border: 1px solid #56ba6a;
    overflow: hidden;
 }

 .colection:hover .title-colection a {
    background: #56ba6a none repeat scroll 0 0;
    color: #272729;
}


 .colection img {
  width: 100%;
 }

 .colection:hover .cat-img {
    -moz-transform: scale(1.1) translateX(20px);
-webkit-transform: scale(1.1) translateX(20px);
-o-transform: scale(1.1) translateX(20px);
-ms-transform: scale(1.1) translateX(20px);
transform: scale(1.1) translateX(20px);
 }

.title-colection {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 237px;
}

.title-colection span {
    color: #555555;
    display: table;
    font-size: 24px;
    margin-bottom: 15px;
}

.title-colection a {
    border: 1px solid #56ba6a;
    display: block;
    padding: 5px 22px;
    float: right;
    color: #56ba6a;
}

.title-colection > a:hover {
  background: #aaaaaa;
  color: #fff;
  border-radius: 5px;
}

.bg-divider {
  background: url(../img/img2.jpg) no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.bg-divider2 {
  background: url(../img/img3.jpg) no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  height: 400px;
}


.pinterest a {
  display: table;
}


.social-des{
  float: right;
  position: relative;  
}

.pinterest a:hover .social-name-p {
  color: #6b1216;
}

.pinterest a:hover .social-count-p {
  color: #6b1216;
}

.social-name-p {
  display: block;
  margin: 2px 20px;
  font-size: 24px;
  color: #cb2027;
  -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
       -o-transition: all 200ms ease;
          transition: all 200ms ease;
}

.social-count-p {
  margin: 2px 20px;
  font-size: 30px;
  color: #cb2027;
  line-height: 0.8;
  -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
       -o-transition: all 200ms ease;
          transition: all 200ms ease;
}

.social-address-p a {
  color: #cb2027;
  font-size: 14px;
  line-height: 40px;
}

.social-address-p {
  -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
       -o-transition: all 200ms ease;
          transition: all 200ms ease;
}

.social-address-p a:hover {
  color: #6b1216;
}

.instagram {
  display: table;
  width: 100%;
}

.instagram a {
  float: left;
}

.instagram a :hover .social-name-ins {
  color: #1a496f;
}

.instagram a :hover .social-count-ins {
  color: #1a496f;
}

.social-name-ins {
  display: block;
  margin: 2px 20px;
  font-size: 24px;
  color: #517fa4;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
       -o-transition: all 200ms ease;
          transition: all 200ms ease;
}

.social-count-ins {
  margin: 2px 20px;
  font-size: 30px;
  color: #517fa4;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 0.8;
  -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
       -o-transition: all 200ms ease;
          transition: all 200ms ease;
}

.social-address-ins a {
  color: #517fa4;
  font-size: 14px;
  float: left;
  line-height: 40px;
}

.social-address-ins {
  -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
       -o-transition: all 200ms ease;
          transition: all 200ms ease;
}

.social-address-ins a:hover {
  color: #1a496f;
}

.social-images {
  display: table;
  padding: 0;
  margin: 0;
}

.social-images li {
  margin-left: 26px;
  list-style: none;
  float: right;
  position: relative;
}

.social-images li a {
  display: block;
}

.left-images {
  float: left;
}

.social-images li:last-child {
  margin-left: 0;
}

.social-images li::before {
    background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -240px 0;
    content: "";
    display: block;
    height: 45px;
    position: absolute;
    right: -5px;
    top: 94px;
    width: 41px;
    -webkit-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
-ms-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
transition: all 200ms ease-in;
}

.social-images li::after {
    background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -397px 0;
    content: "";
    display: block;
    height: 45px;
    position: absolute;
    right: 93px;
    top: -4px;
    width: 41px;
    -webkit-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
-ms-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
transition: all 200ms ease-in;
}

.social-images li:hover:before {
-moz-transform: translateX(10px) translateY(10px);
-webkit-transform: translateX(10px) translateY(10px);
-o-transform: translateX(10px) translateY(10px);
-ms-transform: translateX(10px) translateY(10px);
transform: translateX(10px) translateY(10px);
}

.social-images li:hover:after {
-moz-transform: translateX(-10px) translateY(-10px);
-webkit-transform: translateX(-10px) translateY(-10px);
-o-transform: translateX(-10px) translateY(-10px);
-ms-transform: translateX(-10px) translateY(-10px);
transform: translateX(-10px) translateY(-10px);
}

.social-images {
  margin:35px auto 70px auto;
}

.address-map {
  position: relative;
}

.img-map {
  display: block;
  width: 100%;
  position: relative;
}

/*------------------------------------*
        Footer
*------------------------------------*/

.bg-map {
  background: url(../img/map.jpg) no-repeat;
}

.address-map{
  background:#333333;
}


.address-box {
  border: 1px solid #cccccc;
  margin:55px 0 45px 0;
  padding: 37px 27px 39px 0;
  width: 245px;
  z-index: 0;
  font-size: 14px;
}

.address-box * {
  font-family: DroidNaskh,tahoma;  
}

.shop {
    background: #333333 none repeat scroll 0 0;    
    line-height: 33px;
    width: 385px;
    display: table;
    width: 342px;    
}

.address-box h4 {
    color: #56ba6a;
    font-size: 18px;
}

.shop span {
    line-height: 26px;
}

.shop:first-child {
    padding-bottom: 10px;
}

.tel {
    color: #cccccc;
    float: right;
}

.address {
    color: #cccccc;
    float: right;
}

.marker1 {
    left: 428px;
    position: absolute;
    top: 106px;
}

.marker1:hover {
  opacity: 0.8;
}

.marker1:hover i {
  opacity: 0.8;
}

.marker2:hover i {
  opacity: 0.8;
}

.marker2 {
    left: 447px;
    position: absolute;
    top: 231px;
}

.copyright {
    background: none repeat scroll 0 0 #2c2c2c;
    color: #aaaaaa;
    display: table;
    font-size: 14px;
    width: 100%;
    margin: 0;
}

.designer {
    float: left;
}

.text-copyright {
    float: right;
    font-size: 12px;
    margin-top: 16px;
}

.designer {
    float: left;
    margin-bottom: 6px;
    margin-top: 10px;
}

.text-designer {
    float: right;
    padding: 6px;
    color: #aaaaaa;
    font-size: 12px;
    opacity: 0;
    -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

footer:hover .text-designer {
  opacity: 1;
}

.designer a {
  float: left;
}
 
 /*------------------------------------*
              list
*------------------------------------*/
.inside .intro {
    height: 260px;
    margin-bottom: 95px;
}

.ring1-sicon {
  background-position: -834px 0;
  height: 27px;
  margin: 0;
  width: 24px;
  margin-left: 12px;
}

.ring1-full-sicon {
  background-position: -1150px 0px;
  height: 21px;
  width: 17px;
  margin-left: 5px !important;
  margin-top: 4px;
}

.necklaces-sicon {
  background-position: -857px 0;
  height: 26px;
  margin: 0;
  width: 29px;
  margin-left: 12px;
}

.necklaces-full-sicon {
  background-position: -1167px 0px;
  height: 21px;
  width: 21px;
  margin-left: 5px !important;
  margin-top: 4px;
}

.ring2-sicon {
  background-position: -886px 0;
  height: 27px;
  margin: 0;
  width: 27px;
  margin-left: 12px;
}

.ring2-full-sicon {
  background-position: -1191px 0px;
  height: 21px;
  width: 21px;
  margin-left: 5px !important;
  margin-top: 4px;
}

.bracelets-sicon {
  background-position: -914px 0;
  height: 27px;
  margin: 0;
  width: 32px;
  margin-left: 9px;
}

.bracelets-full-sicon {
  background-position: -1212px 0px;
  height: 21px;
  width: 25px;
  margin-left: 5px !important;
  margin-top: 4px;
}

.pendants-sicon {
  background-position: -946px 0;
  height: 26px;
  margin: 0;
  width: 24px;
  margin-left: 15px;
}

.pendants-full-sicon {
  background-position: -1237px 0px;
  height: 21px;
  width: 17px;
  margin-left: 5px !important;
  margin-top: 4px;
}

.earring-sicon {
  background-position: -968px 0;
  height: 26px;
  margin: 0;
  width: 28px;
  margin-left: 12px;
}

.earring-full-sicon {
  background-position: -1256px 0px;
  height: 20px;
  width: 19px;
  margin-left: 5px !important;
  margin-top: 4px;
}

.male-sicon {
  background-position: -997px 0;
  height: 27px;
  margin: 0;
  width: 14px;
  margin: 0 10px 0 14px;
}

.male-full-sicon {
  background-position: -1275px 0px;
  height: 21px;
  width: 12px;
  margin-left: 5px !important;
  margin-top: 4px;
}

.Shutters-sicon {
    background-position: -1144px 17px;
    height: 34px;
    margin-right: 50px;
    width: 8px;
}

.enter-sicon {
    background-position: -1144px 0px;
    height: 10px;
    width: 7px;
}

.weight-sicon {
  background-position: -1013px 0px;
  height: 18px;
  width: 17px;
  margin-left: 12px;
  margin-top: 3px;
}

.product-guarantee-sicon {
  background-position: -1056px 0px;
  height: 22px;
  width: 18px;
  margin-left: 12px;
}

.Purchase-guarantee-sicon {
  background-position: -1074px 0px;
  height: 16px;
  width: 17px;
  margin-left: 12px;
}

.gplus-full-sicon {
  background-position: -1130px 0px;
  height: 12px;
  width: 14px;
  margin-left: 12px;
  margin-top: 5px;
}

.pinterest-full-sicon {
  background-position: -1118px 0px;
  height: 12px;
  width: 10px;
  margin-left: 12px;
  margin-top: 3px;
}

.twitter-full-sicon {
  background-position: -1102px 0px;
  height: 11px;
  width: 14px;
  margin-left: 12px;
  margin-top: 3px;
}

.facebook-full-sicon {
  background-position: -1093px 0px;
  height: 12px;
  width: 7px;
  margin-left: 12px;
  margin-top: 3px;
}




 /*------------------------------------*
              content
*------------------------------------*/

.sidebar-product {
    background: #222222;
    padding: 35px 35px 70px;
}

.sidebar-product ul {
  margin: 0;
  padding: 0 0 25px;
}

.sidebar-product ul li {
  list-style: none;
  line-height: 45px;
}

.sidebar-product ul li a {
  line-style: none;
  color: #fff;
  font-size: 18px;
  display: block;
}

.sidebar-product ul li a:hover {
  color: #56ba6a;
}

.sidebar-product ul li a:hover .ring1-sicon {
  background-position: -834px -29px;
}

.sidebar-product ul li a:hover .necklaces-sicon {
  background-position: -857px -29px;
}

.sidebar-product ul li a:hover .ring2-sicon {
  background-position: -886px -29px;
}

.sidebar-product ul li a:hover .bracelets-sicon {
  background-position: -914px -29px;
}

.sidebar-product ul li a:hover .pendants-sicon {
  background-position: -946px -29px;
}

.sidebar-product ul li a:hover .earring-sicon {
  background-position: -968px -29px;
}

.sidebar-product ul li a:hover .male-sicon {
  background-position: -997px -29px;
}

.view-all a{
  line-style: none;
  color: #fff;
  font-size: 18px;
  padding-right: 10px;

}

.view-all a:hover {
  color: #56ba6a;
}

.view-all::after {
  background: #424242 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  margin: 0 11px;
  width: 89px;
}

.Category {
  display: table;
  float: right;
}

.sort-by {
  margin-bottom: 50px;
}

.sort-by-text {
  font-size: 14px;
  color: #666666;
  margin: 10px 0 0 20px;
  float: right;
}

/*.sort-by select {
    background: #e5b95b none repeat scroll 0 0;
    border: 0 none;
    margin-left: 10px;
    font-size: 14px;
    color: #316f4e;
    width: 150px;
}
*/
/*.sort-by option {
  background: #f9da97 none repeat scroll 0 0;
  color: #666666;
  font-size: 14px;
}*/

/*select box*/
.select-box select {
 padding:5px 10px 5px 32px;
 margin: 0;
 background: #e5b95b;
 outline:none;
 display: block;
 border: 0 none;
 -webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
 cursor:pointer;
 color: #fff;
 width: 100%;
 font-size: 12px;
 margin-left: 10px; 
}

.select-box select > option {
 color: #555555;
 background-color: #f2f4f8;
 border-bottom: 1px solid #c6ccd2;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 select {padding-left:18px}
}
.select-box {
 position:relative;
 width: 150px;
 font-weight: normal;
 margin: 5px 0 0 10px;
}
.select-box:after {
 content:"";
 background-image:url(../img/sprite.png);
 background-position: -1286px 0;
  width: 7px;
  height: 4px;
  left:12px; 
 top:11px; 
 position:absolute;
 pointer-events:none;
 display: block;
}

.list-cat-img {
  position: relative;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}

.list-cat-img img {
 -webkit-transition: all 500ms ease-in;
 -moz-transition: all 500ms ease-in;
 -ms-transition: all 500ms ease-in;
 -o-transition: all 500ms ease-in;
 transition: all 500ms ease-in;
 width: 100%;  height: 194px;
}

.list-cat-img img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


.list-cat-img .code {
  background: #e5b95b none repeat scroll 0 0;
  bottom: 10px;
  color: #fff;
  font-size: 14px;
  padding: 0 8px;
  position: absolute;
  right: 10px;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  -ms-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}

.list-cat-img:hover span.code {
  background: #316f4e;
}

.pagination {
  display: table;
  margin: 40px auto 0;
}

.pagination li {
  display: block;
  float: right;
  margin-left: 5px;
}

.pagination li a:hover {
  background: #56ba6a !important;
  color: #fff !important;
}

.pagination a {
  background: #e5e5e5 !important;
  color: #444444 !important;
  font-size: 18px;
  border: 0 none !important;
  border-radius: 0 !important;  
}

.pagination .active > a {
  background: #56ba6a none repeat scroll 0 0 !important;
  color: #fff !important;
  border: 0 none !important;
}

.social-section {
  display: table;
  width: 100%;
  background: #eeeeee;
  padding: 40px 0;
  margin-top: 120px;
}

.social-center {
    display: table;
    margin: 0 auto;
}

.social-center > div {
  float: right;
}

.social-center .instagram {
  width: auto;
}



.social-center .pinterest-sicon {
  float: left;
}

.social-center .pinterest {
  margin-left: 20px; 
}

.social-more {
  position: absolute;
  bottom: 6px;
  right: 20px;
  background: #e9c882;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 2px 0 0 7px;
  -webkit-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
-ms-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
transition: all 200ms ease-in;
}

.social-center a:hover .social-more{
  background: #316f4e;
}




 /*------------------------------------*
              product page
*------------------------------------*/
#product-slide .carousel-indicators li {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 0 12px 0;
  text-indent: 0;
  background-color: transparent;
  border: 1px solid #c7ab73;
  border-radius: 0;
}

#product-slide .carousel-indicators {
  right: auto;
  margin-right: 0;
  bottom: auto;
  top: 20px;
  left: 20px;
  width: auto;
}

#product-slide::before {
    background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -240px 0;
    content: "";
    display: block;
    height: 45px;
    position: absolute;
    right: -6px;
    bottom: -10px;
    width: 41px;
    -webkit-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
-ms-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
transition: all 200ms ease-in;
}

#product-slide::after {
    background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -397px 0;
    content: "";
    display: block;
    height: 45px;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 41px;
    -webkit-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
-ms-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
transition: all 200ms ease-in;
}


.header-top-selection {
  border-bottom: 2px solid #444444;
  display: table;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.product-header h2 {
  color: #316f4e;
  font-size: 18px;
  background: #56ba6a;
  display: table;
  padding: 5px 15px;
  margin: 30px 0;
}

.product-header h2 span {
  font-size: 24px;
  padding-right: 20px;
}

.des-product-select {
  margin: 40px 0 80px 0;
}

.des-product-select {
  font-size: 15px;
  line-height: 30px;
}

.product-property span {
  color: #316f4e;
  font-size: 14px;
}

.product-property {
  font-size: 14px;
}

.view-product-select a {
  float: left;
  color: #316f4e;
  font-size: 14px;

}

.view-product-select a:hover {
  color: #B4797B;
  -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

.view-product-select a:hover i {
  opacity: 0.6;
  -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

.view-product-select a:hover span {
  border-bottom: 1px solid #B4797B;
  -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

.view-product-select a span {
  border-bottom: 1px solid #dddddd;
  display: inline-block;
  line-height: 21px;
}

footer .property {
  display: table;
  width: 100%;
}

.guarantee {
  float: right;
}

.guarantee span {
  background: #e5e5e5;
}

.guarantee span a {
  font-size: 14px;
  padding: 2px 11px;
}

.guarantee span a:hover {
  background: #56ba6a;
  color: #fff;
}

.social-full {
  float: left;
  display: table;
}

.social-full li {
  float: right;
  list-style: none;
  font-size: 14px;
  color: #888888;
  margin-left: 8px;
}

.social-full li a:hover {
  opacity: 0.6;
}

.related-Products {
  display: block;
  border-bottom: 1px solid #B4797B;
  overflow: hidden;
  position: relative;    margin:15px 0px;
}

.related-Products img {
  -webkit-transition: all 700ms ease;
-moz-transition: all 700ms ease;
-ms-transition: all 700ms ease;
-o-transition: all 700ms ease;
transition: all 700ms ease;
width: 100%;height:142px;
}

.related-Products:hover img {
  -moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}

.related-Products span.code {
  background: #e5b95b none repeat scroll 0 0;
  bottom: 0px;
  color: #fff;
  font-size: 14px;
  padding: 0 6px;
  position: absolute;
  left: 0;
  -webkit-transition: all 700ms ease;
-moz-transition: all 700ms ease;
-ms-transition: all 700ms ease;
-o-transition: all 700ms ease;
transition: all 700ms ease;
}

.related-Products:hover span.code {
  background: #316f4e;
}



/*------------------------------------*
   lightbox
*------------------------------------*/
/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lang {
  float: right;
  padding: 10px 10px 9px;
  margin-left:5px;
}
