@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSansRegular.eot');
    src: url('../fonts/OpenSansRegular.eot') format('embedded-opentype'),
         url('../fonts/OpenSansRegular.woff2') format('woff2'),
         url('../fonts/OpenSansRegular.woff') format('woff'),
         url('../fonts/OpenSansRegular.ttf') format('truetype'),
         url('../fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/OpenSansSemibold.eot');
    src: url('../fonts/OpenSansSemibold.eot') format('embedded-opentype'),
         url('../fonts/OpenSansSemibold.woff2') format('woff2'),
         url('../fonts/OpenSansSemibold.woff') format('woff'),
         url('../fonts/OpenSansSemibold.ttf') format('truetype'),
         url('../fonts/OpenSansSemibold.svg#OpenSansSemibold') format('svg');
}
@font-face {
    font-family: 'CenturyGothicBold';
    src: url('../fonts/CenturyGothicBold.eot');
    src: url('../fonts/CenturyGothicBold.eot') format('embedded-opentype'),
         url('../fonts/CenturyGothicBold.woff2') format('woff2'),
         url('../fonts/CenturyGothicBold.woff') format('woff'),
         url('../fonts/CenturyGothicBold.ttf') format('truetype'),
         url('../fonts/CenturyGothicBold.svg#CenturyGothicBold') format('svg');
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSansBold.eot');
    src: url('../fonts/OpenSansBold.eot') format('embedded-opentype'),
         url('../fonts/OpenSansBold.woff2') format('woff2'),
         url('../fonts/OpenSansBold.woff') format('woff'),
         url('../fonts/OpenSansBold.ttf') format('truetype'),
         url('../fonts/OpenSansBold.svg#OpenSansBold') format('svg');
}
@font-face {
    font-family: 'centurygothic';
    src: url('../fonts/centurygothic.eot');
    src: url('../fonts/centurygothic.eot') format('embedded-opentype'),
         url('../fonts/centurygothic.woff2') format('woff2'),
         url('../fonts/centurygothic.woff') format('woff'),
         url('../fonts/centurygothic.ttf') format('truetype'),
         url('../fonts/centurygothic.svg#centurygothic') format('svg');
}

/*-----------------------------------------Global--CSS-----------------------------------------*/
body {

  font-family: 'MyriadProRegular', Arial, Sans-serif;
  font-style: normal;
  font-weight: normal;
  padding: 0;
  position: relative;
 /* background: url(../img/blue_pattern_bg.jpg) repeat top left;*/
/* background: rgba(0, 0, 0, 0) url("../img/bodybg.jpg") no-repeat fixed center center;*/
	background: url("../images/websitebackground.jpg") no-repeat fixed center center;
 background-size:cover;
  padding-top:200px;
/*	background-color: #009788 !important;*/
}
body input textarea {
	font-family: 'MyriadProRegular', Arial, Sans-serif;
}
/* -------------------------------------------------------------- LINKS */

a {
	color: #434345;
	text-decoration: none;
	font-family: 'OpenSansRegular';
}
a:hover {
	color: #cc2138;
}
/* ----------------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-family: 'OpenSansRegular';
	font-weight: normal;
	margin: 0;
	padding: 0 0 0.3em 0;

}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}

p {
	font-size: 15px;
	line-height: 21px;
	color:#5b5b5b;
	font-family: 'OpenSansRegular';
	
}
ul li {
	list-style: none;
}
ol li {
	list-style: decimal;
}

img{
max-width:100%;
}

.grecaptcha-badge {
    display: none;
}
#wrapper {
	width:100%;
	position:relative;
  margin: 0 auto;
}
  p, h1, h2, h3, h4, h5, h6, table, td, tr, th, a {
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;

}
p,ul, li{
margin:0;
padding:0;	
}
ul::after, ul::before{
display:block;
content:"";
clear:both;	
}
.single_prsn_section::after, .single_prsn_section::before, .cart_option::after, .cart_option::before, .cart_option::after, .cart_option::before, .cart_option_inner::after, .cart_option_inner::before, .who_we_r_section::after, .who_we_r_section::before, .subscribe_section::after,.subscribe_section::before, .footer_data::after, .footer_data::before, .all_products::after, .all_product::before{
display:block;
content:"";
clear:both;
}
/*----------------------------------------Header-Menu-------------------------------*/
.header{
    display: block;
    width: 100%;
    /*background: url(../img/header_bg.jpg) repeat top left;*/
	background: #fff;
	box-shadow: rgba(0,0,0,0.9) 0px 0px 10px;
    height: 152px;
    position: fixed;
	top:40px;
	z-index: 999;
}
.logo {
    padding: 24px 0;
    display: block;
}
.menu-other {
    position: relative;
    display: block;
    padding: 16px 0 0 0;
}
ul.search-account li {
    display: inline-block;
    float: none;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.signup-section{
    font-family: 'OpenSansSemibold';
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    color: #efefef;
    position: relative;
    margin: 0 0 17px 0;
}
.my_acount {
    list-style: none;
    margin: 0 auto;
    display: block;
    width: 100%;
}

ul.search-account li a {
    padding: 2px 5px;
    display: block;
	    color: #fff;
		    font-size: 13px;
}
ul.search-account nav ul ul li{
display:block;
widows:100%;	
}
ul.search-account nav{
margin:0;
}
ul.search-account .my_acount ul li:last-child{
border:2px solid #d8d8d8;
}
ul.search-account .my_acount ul ul li:last-child{
border:0;
}
ul.search-account li a h4{
    color: #eeeeee;
    font-family: 'OpenSansSemibold';
    font-size: 14px;
    line-height: 22px;
    padding: 2px 20px 2px 8px;
    background: url(../img/arow.png) no-repeat right center;
}
ul.search-account li ul li ul{
    position: absolute;
    left: -3px;
    margin: 0;
    z-index: 9999;
    padding-top: 5px;
    background: url(../img/header_bg.jpg) repeat left top;
    color: #fff;
    max-width: 300px;
    min-width: 150px;
    display: none;
    top: 33px;
}
ul.search-account li:hover ul li ul {
    display: block;
    margin: 0;
    color: #ffffff;
}
.signup-section a{
font-family: 'OpenSansSemibold';
font-size:15px;
line-height:22px;
display:inline-block;
color:#efefef;
}
.icon-search{
 background:url(../img/search-ico.png) no-repeat center center;
 display:block;
 padding:10px;
}
.input-append {
    width: 100%;
    position: relative;
    /*border: 1px solid #d8d8d8;*/
	margin-top: 14px;
}
input.input-medium.search-query{
    max-width: 350px;
    width: 100%;
    display: inline-block;
    /*height: 30px;*/
    margin: 0;
	border-radius: 4px;
}
.input-append button.add-on{
    display: block;
    background: none;
    position: absolute;
    right: -35px;
    top: 0px;
    padding: 0;
    margin: 0px;
/*    z-index: 111;
*/	background: #333;
	padding: 10px 8px 10px 8px;
	font-size: 14px;
	border-radius: 4px 4px 4px 4px;
}
.menu_cart_bar::after, .menu_cart_bar::before{
display:block;
content:"";
clear:both;
}
.cart_block a{
font-family: 'OpenSansSemibold';
font-size:15px;
line-height:35px;
color:#efefef;
}


/*color hide*/

table.evo-palette tbody tr:first-child {
  display: none;
}
table.evo-palette tbody tr:nth-child(2), table.evo-palette tbody tr:nth-child(3), .evo-palette tbody tr:nth-child(4), .evo-palette tbody tr:nth-child(5), .evo-palette tbody tr:nth-child(6), .evo-palette tbody tr:nth-child(7), .evo-palette tbody tr:nth-child(8), .evo-palette tbody tr:nth-child(9) {
  display: none;
}
.evo-palette tbody tr:nth-child(10) td:first-child,.evo-more,.evo-color {
  display: none;
}



#cpb > div {
  padding: 0 2px;
}
input[type="file"], input[type="checkbox"], input[type="radio"], select {
  margin: 0 7px;
}
.showcolorbox {
  background: yellow none repeat scroll 0 0;
  height: 22px;
  margin-left: 3px;
  vertical-align: top;
  width: 22px;
}
.border-select{
  border:3px solid #000;
}

.color-row {
    display: inline-block;
}
/*end color hide*/




/*.nav_cart_icon{
    background: url(../img/kert-ico.png) no-repeat left center;
    display: block;
    width: 37px;
    height: 37px;
    position: absolute;
    top: 5px;
    left: 0;
}
span.nav-line_1 {
    display: block;
    padding: 0 0 0 48px;
}
span.nav-line_2 {
    display: block;
}

.cart_block {
    float: right;
    display: block;
    width: 100%;
    max-width: 80%;
	    position: relative;
}*/


/*-------------------------Menu-Section--------------------------*/

nav {
  list-style: none;
  margin: 0 auto ;
  display: block;
  width: 100%;

}
ul.main-menu > li::after, ul.main-menu > li::before{
display:block;
content:"";
clear:both;
}
nav:before,
nav:after {
    content: " "; 
    display: table; 
}
nav:after {
    clear: both;
}
nav ul {
    list-style: none;
	}

nav > ul {

  color: #fff;
  font-family: 'OpenSansRegular';
  text-transform:uppercase;
  float:right;
}
nav li {
    position: relative;
}
nav ul > li {
    background: #1e5499 none repeat scroll 0 0;
    border-radius: 2px;
    display: block;
    float: left;
    margin: 7px 2px 0;
}

nav > ul > li:hover a{
  color: #ffff34;
}
nav > ul > li.active1 > a{
  color: #ffff34;
}
nav > ul > li> ul> li:hover{
  background: #000;
  color: #fff;
}
nav > ul > li> ul> li.active1{
  background: #000;
  color: #fff;
}
nav > ul > li> ul> li.active1 > a{
  color: #fff;
}
nav > ul ul > li> ul> li:hover a{
  color: #fff;
}
nav > li.active{
  z-index:99;
  color: #fff;
}
.nav > li.active a{
  color: #fff;
}
nav > ul > li >a.hasSubmenu{
background:url(../img/arow.png) no-repeat right center;
}
nav > ul > li > a {
    display: block;
	color: #fff;
	font-size:13px;
	line-height:21px;
	margin: 2px 7px;;
	font-family: 'OpenSansRegular';
}
nav ul li ul {
display: none; 

}
nav ul li:hover ul {
  display:block; 
  margin:0;
    color: #ffffff
}

nav ul > li > ul > li {
   margin: 7px 0 0 0;
  display: block;
  float: none;
}
nav ul li:hover ul ul {
  display:none; 
}
nav ul li  ul {
  position: absolute;
  left: 0px;
  padding-top: 72px;
  margin: 0;
  z-index: 999;
  padding-top: 5px;
  background: #333;
  color: #fff;
  max-width: 300px;
  min-width: 180px;
}
nav ul li ul li:hover ul {
  display:block;
  
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
left:180px;

}
nav ul li  ul ul {
  position: absolute;
  background: #333;
  color: #fff;
  width: 100%;
  left:0px;
  padding: 0px 10px 3px ;
  top:0;
  width: 100%;
  max-width: 300px;
  min-width: 180px;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;

}
/*-----------------------------------------------------------*/

/*------------------------Content-------------------------------------*/
.main-bdy-content.panel {
    margin: 0;
}
.video_section {
    display: block;
    max-width: 664px;
    width: 100%;
    margin: 30px auto;
    text-align: center;
}
.video_block{
padding:10px 0;
display:block;
position:relative;
width:100%;
}
.video_block h1{
    font-family: 'CenturyGothicBold';
    color: #3b3b3b;
    font-size: 40px;
    padding: 0 150px;
    line-height: 51px;
   
}
.allpeople-section h2{
	font-family: 'CenturyGothicBold';
    color: #3b3b3b;
	text-align:center;
	font-size:25px;
	margin:0 0 18px 0;
}
.all-people-txt p {
	font-size: 16px;
	line-height: 22px;
	color:#5b5b5b;
	font-family: 'OpenSansRegular';
}
/*----------------------------------------------------------------*/
.slider_block{
 display: block;
    max-width: 664px;
    width: 100%;
	margin: 24px auto;
}

.slider_block .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
  background: none;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);

}
.slider_block .bx-wrapper {
  position: relative;
  margin: 0 auto 0px;
  padding: 0;
}

 .slider_block .bx-controls-direction {

}
  .slider_block   .bx-wrapper .bx-pager {
  display: none;
}
.slider_block .bx-wrapper .bx-prev {
    left: -18px;
    background: url(../img/prev-ico.png) no-repeat left center;
}
.slider_block .bx-wrapper .bx-next {
    right: -18px;
    background: url(../img/next-ico.png) no-repeat right center;
}
.allpeople_silde_section .slider_block .bx-wrapper a{
margin-top:0;
    top: 15%;
}
.slider_block #slider1 li{
text-align:center;
}

span.p_name {
    display: block;
    width: 100%;
	font-family: 'OpenSansSemibold';
	color:#0c3b99;
}
.people-abt{
margin:22px 0;
}
.people_abt_txt{
background:#fff;
padding:25px !important;
display:block;
text-align:justify;
border:1px solid #dadada;
}
.read_more_1 {
    display: block;
    text-align: left;
    width: 100%;
}
.read_more_1 a{
font-family: 'OpenSansBold';
font-size:15px;
color:#0c3b99;
text-decoration:underline;
}
.read_more_1 a:hover{
color:#000;
}
.slider_block .tabs .tab-title.active a,
.slider_block .tabs li a {
    padding: 0;
    background:none;
}

.single_prsn_section {
background:#fff;
display:block;
text-align:justify;
padding: 20px;

border:1px solid #dadada;
}
.prsn_img_block{
padding:0 20px 0 0px;;
}
.prsn_img_block img{
width:100%;
}
.prsn_txt_block p {
    text-align: justify;
	margin:0 0 15px 0;
}
.prsn_txt_block h2{
    font-family: 'CenturyGothicBold';
    color: #3b3b3b;
    font-size: 24px;
    margin: 0 0 18px 0;
}
.cart_option{
    display: block;
    text-align: justify;me
    border: 1px solid #dadada;
    margin: 15px 0 0 0;
}
.cart_option_block{
    background: #fff;
    padding: 25px;
    display: block;
    text-align: justify;
}
.cart_img_block{
    display: block;
    position: relative;
    text-align: center;
    padding: 27px;
}
.cart_img_block p{
font-family: 'OpenSansSemibold';
font-size:14px;
line-height:20px;
}
.start-shop {
    display: block;
    width: 100%;
}
.start-shop a{
    font-family: 'CenturyGothicBold';
    color: #0c3b99;
    font-size: 20px;
	line-height:28px;
}
.start-shop a:hover{
color: #3b3b3b;
}

.input-append2 button.add-on {
    display: block;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 5px;
    z-index: 111;
}
.input-append2 {
    width: 100%;
    position: relative;
    border: 1px solid #d8d8d8;
    margin: 20px 0;
}
.option{
min-height:150px;
width:100%;
display:block;
}
.option h3{
font-family: 'CenturyGothicBold';
color:#3b3b3b;
font-size:18px;
line-height:25px;
display:block;
text-transform:uppercase;
}
.option_block_2{
    padding: 0 59px 0 10px;
    text-align: justify;
    background: url(../img/or-bar.png) no-repeat right top;
}
.option_block_1{
    padding: 0 15px 0 5px;
    text-align: justify;
    background: url(../img/or-bar.png) no-repeat right top;
}
.option_block_1 a{
	    font-family: 'CenturyGothicBold';
    color: #0c3b99;
    font-size: 14px;
	line-height:20px;
}
.option_block_1 a:hover{
color: #3b3b3b;
}
.option_block_2 a{
background: #0c3075;
    text-align: center;
    padding: 5px 11px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'centurygothic';
    color: #fff;
    margin: 10px 0 0 0;
    display: inline-block;
}
.who_we_r_section h2{
font-family: 'CenturyGothicBold';
    color: #3b3b3b;
    font-size: 25px;
	line-height:32px;
	text-align:center;
}
.video_block_1 {
    padding: 0 4px 0 0px;
    text-align: left;
}
.video_block_2 {
    padding: 0 0px 0 4px;
    text-align: right;
}
.who_we_r_section{
margin:25px 0;
display:block;
position:relative;
}
.social_section {
    text-align: center;
    position: relative;
	background:#fff;
padding:25px ;
display:block;
border:1px solid #dadada;
}
.read_more_2 {
    display: block;
    text-align: center;
    width: 100%;
}
.read_more_2 a {
    font-family: 'OpenSansBold';
    font-size: 15px;
    color: #0c3b99;
    text-decoration: underline;
}
.social_section h2 {
    font-family: 'CenturyGothicBold';
    color: #0c3b99;
    font-size: 24px;
    margin:  13px 0;
}
.social_section p {
  color: #0c3b99;
    margin: 0 0 15px 0
}
.subscribe_section{
    background: #fff;
    padding: 20px;
    display: block;
    border: 1px solid #dadada;
    margin: 25px 0;
}
.subscribe_section h2{
    font-family: 'CenturyGothicBold';
    color: #0c3b99;
    font-size: 24px;
    padding: 0;
    margin: 0 0 4px;
}
.subscribe_section h3{
    font-family: 'centurygothic';
    color: #0c3b99;
    font-size: 20px;
    margin: 0 0 5px 0;
}
.subscribe_section p{
    color: #0c3b99;
    margin: 0 0 15px 0;
}
.subscribe_fields {
    width: 100%;
    display: block;
    margin: 0px 0 0 0;
}
.subscribe-form input{
    max-width: 198px;
    width: 100%;
    display: inline-block;
    margin: 0 25px 0 0;
    height: 34px;	
}
.subscribe-submit {
    margin: 0;
    background: #0c3074;
    text-align: center;
    padding: 8px 33px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'centurygothic';
    color: #fff;
    font-size: 15px;
}
.subscribe_fields .subscribe-submit:hover{
opacity:0.8;
background: #0c3074;
}
.subscribe_img_block {
    text-align: right;
}

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


.footer {
    display: block;
    width: 100%;
    background: #051024;
    position: relative;
	border-top: 10px solid #071a3b
}
.footer_data{	

}
.copy_right{
display:block;
position:relative;
width:100%;

}
.copy_right p{
color:#bfbfbf;
font-family: 'OpenSansRegular';
font-size:13px;
}
.copy_right a{
font-family: 'OpenSansSemibold';
color:#bfbfbf;
font-size:13px;
}
.copy_right a:hover{
 color:#fff;
}
ul.ftr-all-link li {
    display: inline-block;
    margin: 0 12px 0 0;
}
ul.ftr-all-link li a{
color:#f0f0f0;
font-family: 'OpenSansRegular';
font-size:14px;
}
ul.social-site {
    text-align: right;
    display: block;
}
ul.social-site li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.footer_data{
    padding: 1.25rem;
}
label.selectoption.RingSizePopUPD {
    border: 1px solid #ccc;
    width: 100%;
    padding: 7px 9px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.ring_popupD.desktop-popup {
    position: fixed;
    width: 378px;
    margin: 0 auto;
    left: 324px;
    right: 0;
    top: 136px;
    background: #fff none repeat scroll 0 0;
    border: 4px solid #f00;
    padding: 0 20px 20px;
    text-align: left;
    z-index: 9999;
	height: 400px;
}
.submitbtnclose_ringpopupD {
    width: 100%;
    float: left;
    padding: 0 0 16px;
}
.submitbtnclose_ringpopupD .close {
    float: right;
}
/*---------------------------Categorry------------------------*/
.categorry_list{
background:#fff;
padding:10px;
position: relative;
border: 1px solid #cccccc;
display:block;
}
.cata-heading {
    display: block;
    width: 100%;
    background-color: #0c3075;
    color: #fff;
    border-radius: 8px;
    padding: 7px 0 0 10px;
}
.cata-heading h3{
	 font-family: 'CenturyGothicBold';
	 color:#fff;
	 font-size:16px;
	 line-height:23px;
	
}
.categorry_list ul{
    display: block;
    text-align: left;
	margin:0;
		font-family: 'OpenSansRegular';
}
.categorry_list ul ul{
padding:0;
margin:4px  0;
}
.categorry_list > ul > li > a{
    display: block;
    width: 100%;
    background: #e0e0e0;
    border-radius: 8px;
    padding: 4px 8px;
	font-family: 'OpenSansRegular';
font-size:15px;
color:#3b3b3b;

}

.categorry_list > ul > li > ul > li > a{
background:none;
font-size:13px;
 padding: 4px 8px;
}
.categorry_list ul ul li{
    width: 100%;
    display: block;
    padding: 2px 0;
	    margin: 3px 0;
}
/*------------------------------*/
.all-product {
    padding: 0 0 0 15px;
    display: block;
    position: relative;
}
.show_all_link a {
    display: block;
	    margin: 0;
    background: #0c3074;
    text-align: center;
    padding: 8px 33px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'centurygothic';
    color: #fff;
    font-size: 15px;
	max-width:143px;
}
.ieme_page form::after, .ieme_page form::before{
content:"";
clear:both;
display:block;
}
.ieme_page {
    display: inline-block;
}
.ieme_page label{
    float: left;
    display: block;
    margin: 8px 0 0 0;
    padding: 0 0 0 12px;
	font-family: 'OpenSansRegular';
	text-transform:uppercase;
	color:#3b3b3b;
}
.ieme_page select{
float:right;
display:block;
    width: 100%;
    max-width: 100px;
	font-family: 'OpenSansRegular';
	color:#3b3b3b;
}
.item_page_heading h3{
 font-family: 'CenturyGothicBold';
	 color:#0c3074;
	 font-size:18px;
	 line-height:24px;
	 text-transform:uppercase;
   display: inline-block;
   margin-top: 9px;
}
.single_product_heading h4{
    color: #3b3b3b;
    font-family: 'centurygothic';
    font-size: 16px;
    line-height: 22px;
   /* background: url(../img/product-bg.png) no-repeat left 5px;*/
    padding: 0 0 0 20px;
}
.single_product_section{
    margin: 0px 0 25px 0;
    padding: 0 0 25px 0;
    border-bottom: 1px dashed #9e9e9e;
}
.all-product .single_product_section .single_p_block{
    text-align: center;
    float: left;
    margin: 15px 0 0 0;

}
.single-product{
    background: #fff;
    padding: 14px;
    display: block;
    max-width: 220px;
    width: 100%;
    margin: 0 auto;
	border:1px solid #cccccc;
   
	
}
.product_name a{
font-family: 'OpenSansSemibold';
font-size:15px;
line-height:22px;
color:#0c3075;
}
.product_name {
    display: block;
    padding: 14px 0 0 0;
    width: 100%;
}
/*----------------------------*/
.single_product_page {
    margin: 0 0 15px 0;
}
.single_product_details {
    display: block;
    width: 100%;
    padding: 10px 1px;
	text-align:center;
}
.single_product_details p{
color:#3b3b3b;
font-size:14px;
line-height:21px;
font-family: 'OpenSansSemibold';
}
span.p_price{
color:#0c3075;
font-size:22px;
line-height:22px;
font-family: 'OpenSansSemibold';
display:block;
width:100%;
text-align:center;
	margin-bottom: 26px;
}
span.installment-price {
    font-size: 17px !important;
}
.single_product_details a{
    font-family: 'centurygothic';
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: #0c3075;
    padding: 8px;
    border-radius: 7px;
    margin: 0 auto;
    display: block;
    width: 104px;
    text-align: center;
}
.categorry_list ul ul li.active2{
 background:#cee0ff;
 display:block;
 border-radius:7px;
}
.categorry_list ul ul li.active2 a{
color:#0c3075;
} 
.categorry_list ul ul li:hover{
 background:#cee0ff;
 display:block;
 border-radius:7px;
}
.categorry_list  ul  li  ul  li:hover  a{
color:#0c3075;
} 
/*----------------------------------------------*/
/*---------------member-area-----------------*/
.contact-fld-list-3::after, .contact-fld-list-3::before,  .member-data-section::after, .member-data-section::before {
  clear: both;
  content: "";
  display: block;
}
.main-heading2 h2 {
 font-family: 'CenturyGothicBold';
	 color:#0c3074;
	 font-size:18px;
	 line-height:24px;
	 text-transform:uppercase;
}
.contact-fld-list-3{
display:block;
width:100%;
}
.contact-fld-list-3 label {
  float: left;
  display: block;
    font-size: 13px;
	 color:#898989;
    font-family: 'OpenSansRegular';
}
.contact-fld-list-3 input[type="text"]{
  max-width: 300px;
  width: 100%;
  background: #f0f0f0;
  border: 1px solid #c6c6c6;
  float: right;
  color: #333339;
  padding: 3px 0 3px 0;
  font-size: 13px;
  line-height: 20px;
  font-family: 'OpenSansRegular';
  text-align: justify;
  margin: 0 40px 8px 0;
  height: 26px;
  box-shadow: none;
  
}

.contact-fld-list-3 input[type="password"]{
  max-width: 300px;
  width: 100%;
  background: #f0f0f0;
  border: 1px solid #c6c6c6;
  float: right;
  color: #333339;
  padding: 3px 0 3px 0;
  font-size: 13px;
  line-height: 20px;
  font-family: 'OpenSansRegular';
  text-align: justify;
  margin: 0 40px 8px 0;
  height: 26px;
  box-shadow: none;
  
}

.create-ac-area {
  padding-left: 61px;
}

.submit-area {
    margin: 8px 0 0 29%;
    max-width: 70%;
}
.submit-area label {
  float: none;
  display: block;
  margin: 0 22px 0 0;
   color:#898989;
    font-family: 'OpenSansRegular';
	font-size:13px;
 
}
input#submit-3{
  background: #0c3075;
  border: 2px solid #0c3075;
  color: #fff;
font-family: 'centurygothic';
    font-size: 14px;
    line-height: 22px;
  padding: 2px 22px;
  border-radius: 5px;
  margin: 0 0 0 0;
  cursor:pointer;
}
input#submit-3:hover{
opacity:0.8;
}
.forget-pwd {
  display: block;
  margin: 0 70px 0 0;
}
.forget-pwd a{
    font-family: 'OpenSansLight';
    font-size: 13px;
    color: #0d3178;
    margin: 15px 30px 0 0;
    display: block;
}
.login-area h4{
font-family: 'OpenSansBold';
color:#5b5b5b;
font-size:14px;
margin:20px 0;
}
.new-ac-block {
  display: block;
  margin: 30px 0 0 0;
}
.new-ac-block a{
  background: #0c3075;
  border: 2px solid #0c3075;
  color: #fff;
  font-family: 'centurygothic';
  font-size: 14px;
  padding: 4px 15px;
  border-radius: 5px;
  margin: 0 0 0 0;
  cursor:pointer;
}

.new-ac-block a:hover{
opacity:0.8;
}
.regi-fld-list::before, .regi-fld-list::after{
clear:both;
display:block;
content:"";
}
.regi-fld-list{
  display:block;
  position:relative;
  overflow:hidden;		
  width:100%;
  margin: 15px 0px;
}
.regi-fld-list label {
  float: left;
  display: block;
}
.regi-fld-list input[type="text"], .regi-fld-list input[type="password"], .regi-fld-list select, .regi-fld-list textarea {
max-width: 77%;
  width: 100%;
  float: right;
  color: #333339;
  padding: 3px 0 3px 0;
  background: #f5f5f5;
  border: 1px solid #cccccc;
  font-size: 13px;
  line-height: 20px;
  font-family: 'OpenSansRegular';
  text-align: justify;
  box-shadow: none;
  height:26px;
  margin:0;
}
 .regi-fld-list select{
	background: #f5f5f5 url(../img/arow.png) no-repeat ;
    background-position: 99% center;
	}

.regi-fld-list .capcha-img, .button-list{
max-width: 77%;
  width: 100%;
  float: right;
  text-align:left;
}
input#reset-2, input#register{
  background: #0c3074;
  border: 2px solid #0c3074;
  color: #fff;
  font-family: 'OpenSansRegular';
  font-size: 14px;
  padding: 3px 12px;
  border-radius: 6px;
  margin: 0 15px 0 0;
  width:102px;
  cursor:pointer;

}
/*---------------------------------*/
.my_acc_section{
    background: #fff;
    padding: 10px;
    position: relative;
    border: 1px solid #cccccc;
    display: block;
}
.my_acc_section ul {
    display: block;
    text-align: left;
    margin: 0;
    font-family: 'OpenSansRegular';
}
 .my_acc_section > ul > li > a {
    display: block;
    width: 100%;
    border-radius: 8px;
    padding: 4px 8px;
    font-family: 'OpenSansRegular';
    font-size: 13px;
    color: #3b3b3b;
}
 .my_acc_section li.active2 {
    background: #cee0ff;
    display: block;
    border-radius: 7px;
}
 .my_acc_section li.active2 a {
    color: #0c3075;
}
.my_acc_section li:hover a {
    color: #0c3075;
}
/*-----------------------------------*/

/*------------Social Icon css--------------*/
.social-media-links .social-icon-inner {
    padding: 15px 0px;
}
.social-media-links .social-icon-inner .mobilesize, .social-media-links .social-icon-inner .mobilesizetwo, .social-media-links .social-icon-inner .crystal {
    width: 40%;
}
.social-media-links .social-icon-inner .icon-info {
    display: block;
    padding: 10px 0 0 0;
}
/*------------Social Icon css--------------*/


.single_p_img .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
  background: none;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
/*      height: 360px !important;*/

}

.single_p_img .bx-wrapper {
  position: relative;
  margin: 0 auto 0px;
  padding: 0;
  border:1px solid #cccccc;
}

 .single_p_img .bx-controls-direction {
  display: none;
}
  .single_p_img   .bx-wrapper .bx-pager {
  display: none;
}
.single_p_img .bx-wrapper .bx-prev {
    left: -18px;
    background: url(../img/prev-ico.png) no-repeat left center;
}
.single_p_img .bx-wrapper .bx-next {
    right: -18px;
    background: url(../img/next-ico.png) no-repeat right center;
}
.thumb_img li{
display:inline-block;
height:100px;
width:87px;
}

.single_p_img {
    display: block;
    background-color: #fff;
    padding: 10px;
	  border:1px solid #cccccc;
}
.single_p_img .thumb_img{
margin:10px 0 10px 0;
}
 .single_p_img li img{
    width:100%;
    margin:0;
    padding:0;
    width: 100%;
    margin: 0;
    padding: 0;
}
/*.single_p_img .bx-viewport  #slider2 li {
max-height:350px;
height:100%;
min-height:350px;
width:100%;
}*/
/*.single_p_img #bx-pager{
width:100%;
height:140px;
display:block;
overflow:auto;
}
.single_p_img .thumb_img{
width:1024px;
overflow:hidden;
}


*/
.product_txt {
    padding: 0 0 0 20px;
}
.product_txt h2{
color:#0c3074;
font-size:19px;
line-height:27px;
font-family: 'OpenSansSemibold';
}
.product_txt p{
font-family: 'OpenSansRegular';
font-size:14px;
line-height:20px;
margin:0 0 25px 0;
display:block;
}

.add_cart a{
    margin: 0;
    background: #0c3074;
    text-align: center;
    padding: 8px 33px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'centurygothic';
    color: #fff;
    font-size: 15px;
}
/*-----------------------------------*/

.regi-fld-list2::before, .regi-fld-list2::after{
clear:both;
display:block;
content:"";
}
.regi-fld-list2{
  display:block;
  position:relative;
  /*overflow:hidden;*/		
  width:100%;
  margin: 15px 0px;
}
.regi-fld-list2 label {
  float: left;
  display: block;
}
.regi-fld-list2 input[type="text"], .regi-fld-list2 select, .regi-fld-list2 textarea {
max-width: 77%;
  width: 40%;
  float: left;
  color: #333339;
  padding: 3px 0 3px 0;
  background: #f5f5f5;
  border: 1px solid #cccccc;
  font-size: 13px;
  line-height: 20px;
  font-family: 'OpenSansRegular';
  text-align: justify;
  box-shadow: none;
  height:26px;
  margin:0;
}
.regi-fld-list2 select{
    background-image: url(../img/select-ico2.png);
    background-repeat: no-repeat;
    background-position: 99% center;
}


.regi-fld-list2 .capcha-img, .button-list{
max-width: 77%;
  width: 100%;
  float: right;
  text-align:left;
}
input#reset-3, input#submit2{
  background: #0c3074;
  border: 2px solid #0c3074;
  color: #fff;
  font-family: 'OpenSansRegular';
  font-size: 14px;
  padding: 3px 12px;
  border-radius: 6px;
  margin: 0 15px 0 0;
  /*width:102px;*/
  cursor:pointer;

}
.page_divider {
    display: block;
    margin: 20px 0;
    padding: 1px;
    border-bottom: 1px dashed  #0c3074;
}
.regi-fld-list2 select:focus{
outline:0;

}
.billing_address h4, .shpping_address h4{
display:block;
font-family: 'OpenSansSemibold';
font-size:15px;
line-height:22px;
margin:18px 0;
text-transform:uppercase;
}
.billing_address p{
display:block;
margin:15px 0;
}
.check_out_txt p{
color:#0c3b99;
  font-family: 'OpenSansRegular';
  font-size: 15px;
  line-height:22px;
  font-weight:300;
  }
 .change_color a{
color:#ff0000;
}
.remove_ico{
display:block;
width:32px;
height:32px;
background:url(../img/remove_ico.png) no-repeat center center;
background-size:100% 100%;
}
.butto_list{
 display:block;
text-align:right;
}
 .butto_list a{
    display: inline-block;
    text-align: center;
    margin: 0 0 0 5px;
    background: #0c3074;
    padding: 6px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'OpenSansRegular';
    color: #fff;
    font-size: 14px;
    width: auto;
}
 input.add-to-cart{
    display: inline-block;
    text-align: center;
    margin: 0 0 0 5px;
    background: #0c3074;
    padding: 6px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'OpenSansRegular';
    color: #fff;
    font-size: 14px;
    width: auto;
	outline:0;
	border:0;
}
/*---------------------------------------*/
.my_acc_section ul li{
margin:3px 0;
}


.my_acc_section ul li.active2{
 background:#cee0ff;
 display:block;
 border-radius:7px;
}
.my_acc_section ul li.active2 a{
color:#0c3075;
} 
.my_acc_section ul li:hover{
 background:#cee0ff;
 display:block;
 border-radius:7px;
}
.my_acc_section ul li:hover  a{
color:#0c3075;
} 
.main-heading2 h4 {
    font-family: 'OpenSansBold';
    color: #5b5b5b;
    font-size: 14px;
    margin: 20px 0;
}
/*------------------------------------24-08-2015-------------------------------*/
.advance-search-area{
  background: url(../img/header_bg.jpg) repeat top left;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
    color: blue;
    left: 0px;
    padding-top: 10px;
    padding-bottom: 25px;
    position: absolute;
    top: 19px;
    width: 255px;
    z-index: 500;
    border-bottom-left-radius: 5px;
    text-align: center;
}
.cat-area {
  width: 173px;
	margin:0 auto;
}
.cat-area select {
    color: #4C532A;
    font-size: 12px;
    height: 28px;
    margin-bottom: 8px;
    padding: 0;
	width: 173px;
}
.close_sec{
    position: absolute;
    right: 0px;
    top: 5px;
    color: #fff;
    font-weight: bold;
}
.video_section iframe {
    height: 355px;
    border: 3px solid #0c3b99;
    padding: 15px 0 15px 0;
}
.video_block_1 iframe{
height:280px
}
.video_block_2 iframe{
height:280px
}
.ph_no {
    display: table-row-group;
    margin: 0 0;
    padding: 0 0;
}
ul.search-account .ph_no a{
    font-size: 17px;
    line-height: 27px;
}
ul.search-account .ph_no a {
    font-size: 17px;
    line-height: 27px;
}
.single-product2 {
    background: #fff;
    padding: 14px;
    display: block;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #cccccc;
}
.single_p_block2 {
    text-align: center;
    float: none;
    margin: 0px 0px 15px 0;
    display: inline-block;
    max-width: 100%;
}

.contact-fld-list-6{
  display:block;
  position:relative;
  overflow:hidden;		
  width:100%;
  margin: 15px 0px;
}
.contact-fld-list-6 label {
  float: left;
  display: block;
}
.contact-fld-list-6 input[type="text"] {
max-width: 77%;
  width: 100%;
  float: right;
  color: #333339;
  padding: 3px 0 3px 0;
  background: #f5f5f5;
  border: 1px solid #cccccc;
  font-size: 13px;
  line-height: 20px;
  font-family: 'OpenSansRegular';
  text-align: justify;
  box-shadow: none;
  height:26px;
  margin:0;
}
.contact-fld-list-6 select{
max-width: 77%;
  width: 100%;
  float: right;
  color: #333339;
  padding: 3px 0 3px 0;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  font-size: 13px;
  line-height: 20px;
  font-family: 'OpenSansRegular';
  text-align: justify;
  box-shadow: none;
  height:26px;
  margin:0;
}
.contact-fld-list-6 select[name="cardexpmonth"], .contact-fld-list-6 select[name="cardexpyear"]{
max-width: 37.3%;
margin:0 0 0 15px;
}
.all-products-button {
display: block;
    margin: 0 0;
    padding: 3px 0;
    position: relative;
	    background: #1e5499;
		border-radius:3px;
		font-family: 'OpenSansBold';
}
.all-products-button:hover{
opacity:0.8;
}
ul.search-account li .all-products-button a { color:#fff;}
.advance-search input.search-button{
    margin: 0;
    background: #0c3074;
    text-align: center;
    padding: 8px 33px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'centurygothic';
    color: #fff;
    font-size: 15px;
}
.pageNo{
	padding:3px;
	margin-left:2px;
	color:#666;
	border:solid 1px #000;
	background:#FFF;
}
.pageNo:hover{
	color:#999;
	border:solid 1px #999;
	text-decoration:none;
}
.disabledPageNo{
	border:solid 1px #999;
	background:#ddd;
	padding:3px;
	margin-left:2px;
	color:#aaa;
}
.pagingBar { background: #ebebeb none repeat scroll 0 0; border: 1px solid #cccccc; float: left; margin-top: 5px; padding: 5px; width: 100%; }
/* Jquery Tooltip CSS */
  .ui-tooltip, .arrow:after {
    background: blue;
    border: 2px solid blue;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
	font-size:12px;
    box-shadow: 0 0 7px black;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
  
/*New Css*/
.new-top-bar{background:#009788; position:fixed; height:40px; top:0px; width:100%; z-index:10;}
.new-top-bar .new-left-col{float:left; height:40px; line-height:40px; padding-left:10px;}
.new-top-bar .new-left-col a{color:#fff;}
.new-top-bar .new-right-col {
  float: left;
  margin: -3px 0 0;
  padding-right: 10px;
  text-align: right;
  width: 70%;
}
.offer_message.cart_block {
  float: left;
}
.new-top-bar .new-right-col .new-signup-section{display:inline-block; vertical-align:top;}
.new-top-bar .new-right-col .new-signup-section a{color:#fff; line-height:40px; font-size:13px;}
.new-top-bar .new-right-col .new-cart_bar{display:inline-block; vertical-align:top; padding-left:15px;}
.new-top-bar .new-right-col .new-cart_bar .cart_block{line-height:40px;}
.new-top-bar .new-right-col .new-cart_bar .cart_block a{font-size:15px;}

.search-account{float:right !important; margin:10px 0px 0px 0px; text-align:center;}

.header .input-append{border:0px;}
.header #Search{border:0px; border-radius:3px; font-size:12px !important; padding:0px 25px 0px 10px; color:#000;}

.menu_cart_bar{margin:20px 0px 0px 0px;}

.mobile-main-menu{width:100%; float:none;}
.mobile-main-menu li a{font-weight:normal;}

.clear{clear:both;}
/*END*/


.continue-shopping{
  background: #0c3075 none repeat scroll 0 0;
    border: 2px solid #0c3075;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin-right: 10px;
    padding: 3px 19px;
    font-family: "centurygothic";
    font-size: 14px;

}
.continue-shopping:hover{
  opacity: 0.8;
  background: #0c3075 none repeat scroll 0 0;
    border: 2px solid #0c3075;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin-right: 10px;
    padding: 5px 19px;
    font-family: "centurygothic";
    font-size: 14px;
}
/******************19-feb-2018************/
.infusion-radio {
    float: left;
    width: 100%;
}
.option-infusion
{
   float: left;
    width: 100%;
}
.bhoe{
  width:80%;
  text-align: left
}
.field-infu {
    display: inline-block;
    margin-right: -4px;
    width: 49%;
}
.field-infu .infusion-field-input{
  width: 98% !important;
}
/******************19-feb-2018************/
/*****************footer_2 23-feb-2018***********/
.back_color_aut {
    background: #fff;
    padding: 20px;
	border: 3px solid #009788; 
	
}
.back_2 {
    padding: 20px;
    background: #f2f2f2;
	
}
.back_3 {
    padding: 20px;
	border:1px solid #d8d8d8;
	
}

.back_color_aut h5 {
    display: inline;
    text-transform: uppercase;
    color: #9c0acc;
    font-weight: 700;
    font-size: 20px;
}
.back_color_aut .button_link{
	float: right;
	
}
.back_color_aut .shopping-nav-col {
    padding: 40px 0px;
}
.back_color_aut .shopping-nav-col li{
	display: inline-block;
	padding: 10px 10px;
}
.back_color_aut .shopping-nav-col li a {
    border: 3px solid #009788;
    border-radius: 3px;
    padding: 4px 13px;
}
.boxlayer {
  border: 1px solid rgb(0, 0, 0);
}
.back_color_aut p {
    font-size: 20px;
    color: #000;
	margin-bottom: 10px;
}
.back_color_aut .p_aut_text {
  border: medium none;
  color: rgb(255, 1, 1);
  font-weight: bold;
  margin: 0;
  padding: 20px;
}
.boxlayer {
  border: 1px solid rgb(0, 0, 0);
}
a.back_btn {
    display: block;
    text-align: center;
}


.back_color_aut .shopping-nav-col {
    padding: 15px 0 40px;
}
.shopping-nav-col > a {
    border: 2px solid #000;
    border-radius: 3px;
    padding: 6px;
}
.back_color_aut p {    
    font-size: 17px;
   }

.back_color_aut .p_aut_text {
    background: rgba(255, 0, 0, 0.1) none repeat scroll 0 0;
 }
 .copy_right span {
  color: #fff;
  display: inline-block;
  font-size: 11px;
}
 .copy_right input {
    display: inline-block;    
    height: 30px;
    width: 165px;
    font-size: 11px;
}
.copy_right > button {
    padding: 5px 10px;
    vertical-align: top;
}
.togglebutton {
    display: none;
}
/*****************footer_2 23-feb-2018***********/
/*******************27-feb-2018***************/
span.p_price {
    font-size: 16px;
    padding: 0px 0px;
}
span.p_price p {
    color: #333 !important;
}
/*******************27-feb-2018***************/
/*******************28-feb-2018**************/
span.saleproduct {
    color: #ff0101;
}
a.back_btn {
    color: #0c3075;
    border-bottom: 2px solid #0c3075;
    width: 24%;
    padding-bottom: 2px;
    margin: 0 auto;
}

#jewellerypop h3 {
    font-size: 14px;
}
.p_Price_font strong {
    font-size: 19px;
}
.continue-shopping {
    font-weight: 600 !important;
}
input#submit-3 {
    font-weight: 600 !important;
}
a.continue-shopping {
    padding: 5px 19px;
}
/*******************28-feb-2018**************/
/******************start 20-march-2018***************/
.ques_div {
    float: left;
    width: 100%;
}
 
.ques_div  .infusion-field-input-container > select {
    width: 70%;
}

.ques_div .fs-wrap.multiple.fs-default {
    width: 100%;
}
.fs-label-wrap {
    background-color: #ffffff;
    border-color: #cccccc;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 0.875rem;
    height: 2.3125rem;
    margin: 0 0 1rem;
    padding: 0;
    width: 70%;
}

.ques_div .fs-dropdown{
  width:70%;
}
.ques_div .fs-wrap{
  width:100%
}
.ques_div .infusion-submit {
    float: left !important;
    width: 100%;
}
.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: #009788 !important;
}
.vist_musume {
    border: 2px solid blue;
    margin: 28px;
    padding: 15px 0 0 0;
    text-align: center;
	border-radius: 5px;
}
.vist_musume strong {
    font-size: 17px;
    padding-bottom: 0;
}

.orderConfirmation > ul li {
    font-size: 14px;
    list-style: inside none disc;
    text-transform: capitalize;
}
.orderConfirmation > ul {
    padding-bottom: 20px;
}
.fieldwidth {
    width: 48%;
    float: left;
    margin-bottom: 7px;
    margin-right: 6px;
}
.social-media-links {
    display: block;
}
/******************end 20-march-2018***************/
/*Responsive CSS
==================================================*/
@media only screen and (max-device-width: 1024px){

}
@media only screen and (device-width: 768px) {
	.header-top-bar{
		background: #D9191C !important;
	}

}
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) { background: #009788 !important;}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { background: #009788 !important;}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { background: #009788 !important;}

@media only screen and (max-device-width: 667px){
	
  .who_we_r_section{   
    background-color:#FFFFFF;   
    content: "";    
    clear: both;    
  }
  .who_we_r_section h2{
    margin-top:10px;
    float: left;
  }
  .all-product{
    background-color:#FFFFFF; padding:10px;
  }

.flex-table.linearize tr.payment-option-first td{
    background-color: #dfdfdf !important;
  }

.flex-table.linearize tr.payment-option-second td{
    background-color: #dfdfdf !important;
  }

  .regi-fld-list2 input[type="text"], .regi-fld-list2 select, .regi-fld-list2 textarea {
    width: 100%;
  }
  label{
    width: auto !important;
  }
  .field-infu{
    width: 100%;
    display:block;

  }
  .option-infusion
{
   float: left;
    width: 100%;
}
.bhoe{
  width:80%;
  text-align: left
}

.infusion-option label {
	
 font-size: 8px !important;
}
.field-infu .infusion-field-input{ height: 35px; }
}

.flex-table.linearize tr.payment-option-first td{
  background-color: #dfdfdf !important;
}

.flex-table.linearize tr.payment-option-second td{
  background-color: #dfdfdf !important;
}

.flex-table.linearize tr.tr-shaded td{
  background-color: #cccccc !important;
}

.add_cart{
  margin: 50px 0px;
}

.pad-top-10{
  padding-top: 10px;
}

td.checkout-gst{
  font-size: 11px;
  font-weight: normal;
  text-align: left !important;
  color:gray;
  font-style: italic;  
}

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}
.infusion-option label {
 font-size: 12px !important;
 padding-bottom: 13px;
 display: inline-block !important;
 vertical-align: top !important;
}

}



@media screen and (max-width: 768px){
  .footer {
    background: #051024 none repeat scroll 0 0;
    border-top: 10px solid #071a3b;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    clear: both;
  }
}

/*@media screen and (max-width: 768px){
  .all-product .single_product_section .single_p_block {
    text-align: center;
    float: none;
    margin: 15px 15px 0 0;
    display: inline-flex !important;
    max-width: 30% !important;    
  }
  .all-product{
    width: 100% !important;
  }
  .panel {
    background: #f2f2f2 none repeat scroll 0 0;
    border-color: #d8d8d8;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    float:left;
  }
}*/

.panel {
  background: #f2f2f2 none repeat scroll 0 0;
  border-color: #d8d8d8;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  margin-bottom: 1.25rem;
  /*float:left;*/
}

p.desktop-australian-user {
    display: inline-block;
}
p.mobile-australian-user {
    display: none;
}
/* ----------- iPad 1 and 2 ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

  .all-product .single_product_section .single_p_block {
    text-align: center;
    float: none;
    margin: 15px 15px 0 0;
    display: inline-flex !important;
    max-width: 30% !important;        
  }
  .panel {
    background: #f2f2f2 none repeat scroll 0 0;
    border-color: #d8d8d8;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    margin-bottom: 1.25rem;

  }

  .footer {
    background: #051024 none repeat scroll 0 0;
    border-top: 10px solid #071a3b;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    clear: both;
  }

}

@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {
  .footer {
    background: #051024 none repeat scroll 0 0;
    border-top: 10px solid #071a3b;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    clear: both;
  }
  .infusion-option label {
 font-size: 12px !important;
 padding-bottom: 13px;
 display: inline-block !important;
 vertical-align: top !important;
}
}

/* ----------- Galaxy S5 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
  .footer {
    background: #051024 none repeat scroll 0 0;
    border-top: 10px solid #071a3b;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    clear: both;
  }
}


/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    .footer {
    background: #051024 none repeat scroll 0 0;
    border-top: 10px solid #071a3b;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    clear: both;
  }
}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    .footer {
    background: #051024 none repeat scroll 0 0;
    border-top: 10px solid #071a3b;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    clear: both;
  }
}
.bdy-content {
    min-height: 350px;
    margin-top: 20px;
}
/*.new-top-bar .new-right-col .new-cart_bar .cart_block a::after {
  content: "/";
  float: right;
  font-size: 19px;
  margin: 5px 0 0;
  padding: 0 0 0 10px;
}*/

.offer_message.cart_block a {
  color: yellow;
}
.single_p_img ul#slider2 li {
  width: 100% !important;
}
.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}
.white_content {
display: none;
position: fixed;
top: 15%;
left: 25%;
width: 50%;
padding: 16px;
border: 16px solid #1E5499;
background-color: white;
z-index:1002;
overflow: auto;
}

.arlington-content-lock {
    -moz-user-select: none !important;
    filter: none !important;
    pointer-events: none !important;
    color: #000 !important;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}

div{
 /*width: 100%;
 margin: 0 auto;*/
 font-size: 15px;
}

/*.infusion-single-option input{float:left;}*/
.infusion-single-option label{ width:80%;}
.infusion-single-option p{
  margin:8px 0;
}
.infusion-single-option {
  margin: 0 0 10px;
}
.infusion-single-option p label {
    display: inline;
    width: 64%;
}
del {
          padding:0; margin:0;
          position: relative;
          text-decoration:none;
          display: inline;
          left: 0;
          top: 0.8em;
          border-top: 5px double red;
      }

      del > span.del {
          padding:0; margin:0;
          position: relative;
          top: -0.8em;
          left: 0;
          width:100%;
          color: black;
      }
      .forms-wrapper{margin:0.5%;}
.forms-wrapper .form-box{
    background:#f5f5f5;
    float:left;
  
    padding:20px; 
    box-sizing:border-box; 
    margin:0.5%;}
.forms-wrapper .form-box .form-title{
  font-size:30px;
   line-height:30px; 
   margin:0px 0px 20px 0px; 
   text-transform:uppercase;}
.forms-wrapper .form-box .form-subtitle{
  font-size:20px; 
  line-height:20px; 
  margin:0px 0px 12px 0px;
  text-transform:uppercase;}
.forms-wrapper .form-box .form-fields-row-1{margin:0px 0px 20px 0px;}
.forms-wrapper .form-box .form-fields-row-2{}
.forms-wrapper .form-box .form-fields-row-2 .input-field{margin-bottom:10px;}
.forms-wrapper .form-box .form-fields-row-2 input[type="text"]
{width:100%; 
border:0px; 
padding:12px;
box-sizing:border-box;
box-shadow:rgba(0,0,0,0.3) 0px 0px 3px;}
.forms-wrapper .form-box .form-fields-row-2 input::-webkit-input-placeholder {
    color: #000;
    font-weight: bold;
}
.forms-wrapper .form-box .form-fields-row-2 input:-moz-placeholder {
    /* FF 4-18 */
    color: #000;
    font-weight: bold;
}
.forms-wrapper .form-box .form-fields-row-2 input::-moz-placeholder {
    /* FF 19+ */
    color: #000;
    font-weight: bold;
}
.forms-wrapper .form-box .form-fields-row-2 input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    font-weight: bold;
}
.forms-wrapper .form-box .form-fields-row-2 .input-btn input{
  border:0px; 
  background:#1e5499;
   padding:10px; 
   color:#fff; 
   border-radius:2px;}
.forms-wrapper .form-box .form-fields-row-2 .input-btn input:hover{background:#333;}

/*added on 24-08-2017 */
/*change 6 july 2018 */
/*.ebook-cover {
  background: #1e5499 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  padding: 31px 5px 110px;
  position: relative;
  text-align: center;
}*/

.ebook-cover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    clear: both;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-top: 24px;
    padding: 0;
    position: relative;
    text-align: center;
}

.ebook-cover h2{color:#fff;font-size: 20px; font-weight: bold;}
.ebook-cover p {color:#fff;font-size: 20px; font-weight: bold; margin-top: 30px;}
.ebook-cover img {
  bottom: 0;
  left: 0;
  margin: 0 !important;
  /*position: absolute;*/
}


/*............... */

 div#image_spinner
{
    width: 28% !important;
}
input#inf_custom_Weddinganniversary
{
    width: 70% !important;
}
.infusion-calendar-wrapper
{
    width: 100% !important;
}
input#inf_custom_PartnerFriendBirthday
{
    width: 70% !important;
}
input#inf_custom_UserBirthday
{
    width: 70% !important;
}
div#image_spinner
{
    display: none;
    width: 11% !important;
    float: right;
    margin-top: -11%;
    margin-right: 16%;
}
#jewellerypop .fs-search {
    display: none;
}
.thank_sub {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    padding: 40px 0;
    text-align: center;
}
.thank_sub p {
    font-size: 20px;
    font-weight: bold;
}
.shopping-jewellery {
    padding: 6px 7px !important;
    font-size: 12.5px;
    font-weight: 400;
    border-radius: 4px;
    background: #00978A;
    color: #fff;
    background-image: linear-gradient(#fff, rgb(236, 235, 235));
    border: 1px solid #A9A9A9;
    color: #009788;
    vertical-align: top;
}
.mobilefixed {
    display: block;
}
.mobiletoggle {
    display: none;
}
/**************** Responsive css ******************/
@media only screen and (max-width: 1024px) {
.main-bdy-content.panel.large-12 {
    width: 100% !important;
}
	label{
		width: auto !important;
	}
}
@media only screen and (max-width: 667px) {

body {
 background-size:100%;
}
.back_btn {
    color: #0c3b99 !important;
    font-size: 13px !important;
}
span.installment-price {
    font-size: 18px !important;
}
	
.back_2 { 
    padding: 0px 20px;
		float: left;
	background: transparent !important;
		
}
.back_3{
	float: left;
	background: #f2f2f2; 
	border: none;
	margin-top:20px; 		
}
.back_color_aut .shopping-nav-col li {
    padding: 10px 3px;
}
.item_page_heading h3 {
    display: block;
}	
.single_p_img .bx-viewport #slider2 li {
	max-width: 100% !important;
    width: 100% !important;
}
.social-icon-inner span.icon-info {
    display: none;
}
.social-media-links .social-icon-inner {
    display: inline-block;
    padding: 13px 3px;
}
}
@media only screen and (max-width: 640px) {
span.fb_like_ico {
    display: block;
    text-align: center;
}
.social-media-links {
    display: none;
}
img.instaicon.zipimage {
    width: 69px;
}
div#om-bbcqplow6hgbh2tdptpq-optin {
    width: 88% !important;
    margin: 56px auto;
    position: unset !important;
}
div#om-os4rqumdfc6unmduqrun-optin {
    width: 88% !important;
    margin: 56px auto !important;
    position: unset !important;
}
}
@media only screen and (max-width: 567px) {


.back_3 {
		padding: 20px 20px;}
}
@media only screen and (max-width: 466px) {	
.item_page_heading h3 {
    display: block;
}
.single_product_heading h4 {
    padding: 0 0 0 0;
}
.main-bdy-content.panel.large-12 {
    margin: 0 auto;
    width: 85% !important; 
}	
}
@media only screen and (max-width:414px) {
.infusion-radio .infusion-option {
  display: block !important;
  float: none !important;
  width: 100% !important;
}
	.infusion-field input {
  float: none;
  margin-left: 2% !important;
  text-align: left;
  width: auto !important;
}
.vist_musume {
    margin: 10px;
}
.product_txt {
    padding: 0 0 0 0;
}
}
@media only screen and (max-width:360px) {
.mobilesize {
    width: 25px;
}
.mobilesizetwo {
    width: 37px;
}
/*.zipimage {
    width: 50px !important;
}*/
.crystal {
    width: 38px;
	height: 25px;
}
}
@media only screen and (max-width:320px) {
.infusion-option > label {
    font-size: 13px;
    margin: 0;
    padding: 0;
}
input[type="checkbox"] + label, input[type="radio"] + label {
    margin-left: 0px !important;
    margin-right:0px !important;
}
  #mainContent .infusion-option > label {
    font-size: 14px !important;
    
}
.total_price{
        text-align: right !important;
    }

.text_width label {
    width: 90% !important;
}
    .infusion-option label {
    padding-bottom: 10px;
}
#player
    {
        width: 73%!important ;
    }
    .player .video-wrapper, .player .video-wrapper .telecine, .player .video-wrapper object, .player .video-wrapper video
    {
        width: 38% !important;
    }
    div#player {
    width: 38% !important;
}
	.back_color_aut {
    padding: 5px;
	}
	.back_color_aut p {
		font-size: 14px;
	}
	.infusion-option label{
	width: 39% !important;
}

}
@media screen and (max-width: 319px){
.infusion-option label {
    width: 90% !important;
	display: block !important;
}
	.infusion-option {
    display: block !important;
    float: left;
    width: 100% !important;
}
}
.infusion-submit #recaptcha_3118ddbe436f2820f92a61bbf2d612f7{

     background: #1e5499;
    border-radius:3px;
}

#btn_id{
  background: #1e5499;
    border-radius:3px;
}


.large-12.single_prsn_section {
    width: 100%;
}


/*#phone_number{
  display: none;
}
*/

 @media screen and (min-width: 992px) {
.columns.prsn_txt_block.text-left {
    width: 100%;
}
.infusion-field > label {
    width: 80%;
}
.infusion-option label {
 margin-left: 0 !important;
}
.infusion-option label {
    margin-right: 9px !important;
}
}

@media screen and (min-width: 768px) {
.infusion-option label {
    margin-right: 9px !important;
}


    .column.single_product_page.single_product_section {
    display: flex;
}
.product_shop {
    min-height: 435px;
}
    .all_pro_cat {
    min-height: 490px;
    width: 100%;
}
.large-12.medium-12.small-12.column.add_to_cart_section > form {
    overflow: auto !important;
    padding-bottom: 17px;
}
}


@media (max-width:767px){
    
   .large-12.medium-12.small-12.column.add_to_cart_section > form {
    overflow: auto !important;
}
    #menuToggle{ 
        top:15px !important;
        right: 15px !important;
    }
/* .single_prsn_section table { */
    /* width: 344px !important; */
/* } */
.igfb .beta-base .bodyContainer td.body,.igfb .beta-base .bodyContainer td.footer,.igfb .beta-base .bodyContainer td.sidebar,.igfb .beta-base .bodyContainer td.leftSidebar,.igfb .beta-base .bodyContainer td.rightSidebar {
	padding: 0;
}
.igfb .infusion-option label {
	width: 80% !important;
	margin-right: 0 !important;
}
} 

@media screen and (min-width: 414px) {
.infusion-option label {
    font-size: 12px !important;

}
	.infusion-option label {
    width: auto !important;
}
}
    .product_shop {
    min-height: 410px;
}
    .advance_seach_page {
    min-height: 487px;
}
    .total_price {
    text-align: right !important;
}
    .sale_page {
    min-height: 556px;
}  
}

.infusion-option label {
    font-size: 12px;
   
}

figure.img_sett {
    text-align: center;
}
/******************************************************/
div#mainContent {
    width: 100%;
}
.bodyContainer.webFormBodyContainer {
    width: 100%;
}
.infusion-field-label-container {
    width: 100%;
    float: left;
}

.medium-8 {
    width: 76%;
}
.product_shop {
    min-height: 250px;
}
.product_pro {
    display: inline-block !important;
    vertical-align: top !important;
}
.all_pro_cat {
    min-height: 450px;
}
.advance_seach_page {
    min-height: 400px;
}
.sale_page {
    min-height: 538px;
}
.prou_all .p_price p:first-child {
    margin-bottom: 15px;
   
}

.prou_all
{
    min-height: 460px;
}
.large-12.butto_list > a {
    margin-bottom: 12px;
}

/***********4-12-2017********************/


/*************** 3-feb-2018header css************/
.button_design {
     background: #009788 none repeat scroll 0 0;
    box-shadow: 2px 3px 3px 4px;
    margin-right: 9px;
    padding: 0 8px;
}
.button_design > a {
    color: #fff !important;
}
.all-products-button {
    margin-right: 9px;
    padding: 0 8px;
    box-shadow: 2px 3px 3px 2px;
}
.single_p_img a {
    color: blue;
    font-weight: 500;
}
.buton_design {
    float: right;
    padding: 4px 18px;
    background: #0c3075;
    margin-bottom: 34px !important;
    color: #fff;
    margin-right: 5px;
    font-weight: bold;
}
.button_mar {
    margin-bottom: 56px !important;
}
.aus_button {
    padding: 20px;
}
.cart-form {
    margin-bottom: 70px;
}

/************** start 5-april-2018****************/
/*.shopping-jewellery{
    padding: 4px 4px !important;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    background: #00978A;
    color: #fff;
    background-image: linear-gradient(#fff, rgb(236, 235, 235));
    border: 3px solid #A9A9A9;
    color: #009788;
}*/

.shopping-nav-col {
  position: relative;
}
#jewellerypop {
    background: #fff none repeat scroll 0 0;
    border: 4px solid #b8b9b8;
    left: auto;
    padding: 0 20px 20px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 48px !important;
    width: 378px;
    z-index: 99;
}
#jewellerypop h3 {
  clear: both;
  padding: 5px 0;
}
#jewellerypop .jewellaryinput {
    float: left;
    margin-right: 10px;
    display: inline-block;
    width: 46%;
}

#jewellerypop .custom-search-col {
    width: 100%; 
}
#jewellerypop .jewelleryli li {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
}
#jewellerypop input.form-control {
  display: inline-block;
  width: 122px;
}
#jewellerypop span.input-group-addon {
 	background: #ddd none repeat scroll 0 0;
    display: inline-block;
    padding: 7px 5px;
    width: 12%;
}
.infusion-field-input {
    width: 70%;
}
.infusion-field-input.infusion-field-input-container {
    width: 70%;
}
.jeweller_button {
	background: #f00;
    padding: 8px 18px;
    border-radius: 4px;
    border: 2px solid #f00;
    margin: 2px 6px 0;
    float: left;
    position: absolute;
    top: 5px;
    margin-left: -1px;

}
#jewellerypop .fs-dropdown .fs-options {
    max-height: 77px;
    overflow: auto;
}
.jeweller_button:hover{
	background: transparent;
	border:2px solid #009788;
	color: #009788;
}
#jewellerypop input.input-medium.search-query {
    max-width: 350px;
    width: 325px !important;
} 
.evo-cp-wrap {
    display: inline-block;
    margin-right: 0;
    padding: 0;
}
.jewellerycolor {
    border: 1px solid #ccc;
    padding: 13px 0px 6px;
    margin: 0 0 13px 0;
	width: 98%;
}
/**.dropdownsearch .row-form.clearfix {
    margin: 20px 0px !important;
}*/


.close {
    float: right;
    cursor: pointer;
    padding: 3px 7px;
    border: 3px solid #ccc;
    margin-top: 7px;
    color: #ccc;
}
#jewellerypop input[type="file"], input[type="checkbox"], input[type="radio"], select {
    margin: 0;
}
/*.dropdownsearch .span9 {
    margin: 10px 0px !important;
}*/
.country_flag button.btn.btn-default.dropdown-toggle.dropdown_flag {
    display: inline-block !important;
    background: none !important;
    padding: 0 !important;
	font-size: 16px;
    margin-top: 6px;
}
.country_flag img {
    width: 28%;
    margin-right: 8px;

}
.country_flag ul.dropdown-menu {
    border: 3px solid #ccc;
    background: #fff;
    margin-top: -4px;
    width: 100px;
    position: absolute;
}
.country_flag ul.dropdown-menu li{
	color:#333;
	font-size: 15px;
	margin-bottom: 5px;
    padding: 0 4px;
}
.country_flag ul.dropdown-menu li:hover {
    font-size: 15px;
    background: #009788;
    color: #fff;
}
a.currencyLink {
    border: 1px solid #fff;
    padding: 0px 6px !important;
    border-radius: 50px;
    margin: 0px 5px 0 5px;
    font-size: 13px !important;
    font-weight: bold;
}
.ring_popup {
    background: #fff none repeat scroll 0 0;
    border: 4px solid #f00;
    left: auto;
    padding: 0 20px 20px;
	position: fixed;
    right: 0;
    text-align: left;
    top: 48px !important;
    width: 95%;
    z-index: 9999;
    margin: 22px auto 0px;
    left: 0;
	height: 393px;
}
label.selectoption.RingSizePopUP {
    background-color: #FAFAFA;
    border: 1px solid #ccc;
    padding: 8px 10px;
    font-size: 13px;
}
.fs-label-wrap .fs-label {
    padding: 10px 16px 6px 8px;
}
/************** end 5-april-2018****************/
/******************* start 3-july *******************/
.copy_right .infusion-field {
    width: 50%;
    float: left;
    padding: 11px 0 0 0;
}
.copy_right .infusion-submit {
    width: 49%;
    float: right;
    text-align: right;
}
.copy_right .infusion-submit input {
    display: inline-block;
    height: 53px;
    width: 63%;
    font-size: 11px;
    float: right;
    margin-left: 28px;
}
.copy_right .infusion-submit button, .button {
    display: inline-block;
    float: right;
	height: 53px;
}
/******************* end 3-july *******************/
/************start product page slider**********/
#demos .owl-carousel .item{
    background:transparent !important;
    height:207px !important;
    padding:0 !important;
}
.main_products .owl-item .item{
    position:relative;
}
.main_products .owl-item .item span{
    position:absolute;
    padding:0 15px;
    height: 100vh;
/*    display: flex;*/
    justify-content: center;
    align-items: center;
    color:transparent;
    width:100%;
    text-align:center;
    top:-2px;
    padding-top:70px;
    font-weight:100;
    font-size:14px;
}
.main_products .owl-item .item span:hover{
    color:#fff;
    background:#009788;
    opacity:0.8;
    font-weight:700;
}

.only_products_main {
    width: 100%;
    float: left;
    margin: 5px 0 30px !important;
}
.only_products_main .item {
    width: 23%;
    float: left;
    margin: 0 4px;
}
.only_products_main .item img {
    width: 100%;
    padding: 0;
    margin: 0;
}

.only_products_main .item{
    position:relative;
    border: 3px solid #009788;
}
.only_products_main .item span{
    position:absolute;
    padding:0 15px;
    height: 100%;
/*    display: flex;*/
    justify-content: center;
    align-items: center;
    color:transparent;
    width:100%;
    text-align:center;
    top:0px;
    padding-top:70px;
    font-weight:100;
    font-size:14px;
}
.only_products_main .item span:hover{
    color:#fff;
    background:#009788;
    opacity:0.8;
    font-weight:700;
}



.main_products .owl-item {
   border: 1px solid #333;
}

span.subcategory {
    color: #000;
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    /*text-transform: uppercase;*/
    /* background: #fff; */
}
span.main_category{
    color: #009788;
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.main_products .owl-item .item img {
    border: 0px solid #fff;
    margin: 0px; 
    padding: 0;
}
#demos .owl-carousel{
    margin:5px 0 30px !important;
}
.main_products .owl-nav {
    float: left;
    width: 100%;
    position: absolute;
    top: 40%;
}
.main_products button.owl-prev {
    float: left;
    position: absolute;
    left: -40px;
    background: #009788 !important;
    padding: 5px 9px !important;
    display: block;
    width: 23px;
    height: 34px;
}
.main_products button.owl-next {
    float: right;
    position: absolute;
    right: -40px;
    background: #009788 !important;
    padding: 5px 9px !important;
    display: block;
    width: 23px;
    height: 34px;
}
.item-banner-image {
    width: 100% !important;
    float: left;
}
.item-banner-image img {
    width: 100% !important;
}
/************End product page slider**********/
/*************************************/


/*Custom Css*/
.header-top-bar{position: fixed; top:0px; background: #009788; z-index: 5; width:100%;}
.header-top-bar .row .col-1{float:left; width:20%; padding-top: 13px;}
.header-top-bar .row .col-1 .customer-service-menu ul{margin: 0px 0px 0px 0px; padding: 0px; list-style: none;}
.header-top-bar .row .col-1 .customer-service-menu ul li{position: relative;}
.header-top-bar .row .col-1 .customer-service-menu ul li a{color: #fff;}
.header-top-bar .row .col-1 .customer-service-menu .customer-sub-menu{box-shadow: rgba(0,0,0,0.5) 0px 0px 10px; background: #fff; padding: 12px 0px; position: absolute; z-index: 1;}
.header-top-bar .row .col-1 .customer-service-menu .customer-sub-menu a{color:#333; font-size: 12px; padding: 5px 15px; display: block;}
.header-top-bar .row .col-2{float:right; width:95%; margin-top: 11px;}
.header-top-bar .row .col-2 ul.links-top-header{margin: 0px; padding: 0px; float: left;}
.header-top-bar .row .col-2 ul.links-top-header li{margin: 0px; padding: 0px; list-style: none; display: inline-block;}
/*.header-top-bar .row .col-2 ul.links-top-header li a{padding: 5px 10px; border-radius: 3px; background: #fff; display: block; color: #046c63; font-size: 12px; text-align: center;}*/
.header-top-bar .row .col-2 ul.links-top-header li a {
    padding: 5px 9px;
    border-radius: 3px;
    background: #fff;
    display: block;
    color: #046c63;
    font-size: 11px;
    text-align: center;
	background-image: linear-gradient(#fff, rgb(236, 235, 235));
    border: 2px solid rgb(128,128,128);
    font-weight: bold;
}
a.favourite-button {
    margin-left: 30px;
}
.header-top-bar .row .col-2 .phone-num-col {
    float: right;
    width: 23%;
}
.dropdown.country_flag {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
.header-top-bar .row .col-2 .phone-num-col a{color:#fff; font-size: 16px; padding-top: 3px; display: inline-block; }
/*.main-header-wrapper{background: #fff; position: fixed; top:50px; box-shadow: rgba(0,0,0,0.8) 0px 0px 10px; z-index: 4; width:100%; padding: 20px 0px;}*/
.main-header-wrapper {
    background: #fff;
    position: fixed;
    top: 90px;
    box-shadow: rgba(0,0,0,0.8) 0px 0px 10px;
    z-index: 4;
    width: 100%;
    padding: 20px 0px;
}
.desktopmenu { 
    width: 100%;
    margin: 0 auto;
}
.customer-sub-menu li {
    display: inline-block;
    border: 1px solid #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0px 6px;
	line-height: 20px;
}
.customer-sub-menu li a {
    font-size: 12px;
    color: #fff;
}
.main-header-wrapper .col-1{float: left; width: 20%; padding-top: 12px;}
.main-header-wrapper .col-2{float: right; width: 80%; text-align: center;}
.main-header-wrapper .col-2 .row-2{margin: 18px 0px 0px 0px;}
.main-header-wrapper .col-2 .row-2 .shopping-nav-col{display:inline-block;}
.main-header-wrapper .col-2 .row-2 .shopping-nav-col ul{margin: 0px; padding: 0px; }
.main-header-wrapper .col-2 .row-2 .shopping-nav-col ul li{margin: 0px; padding: 0px; display: inline-block;}
/*.main-header-wrapper .col-2 .row-2 .shopping-nav-col ul li a {
    margin: 0px;
        margin-right: 0px;
    display: inline-block;
    border: 3px #009788 solid;
        border-top-color: rgb(0, 151, 136);
        border-right-color: rgb(0, 151, 136);
        border-bottom-color: rgb(0, 151, 136);
        border-left-color: rgb(0, 151, 136);
    border-top-color: rgb(0, 151, 136);
    border-right-color: rgb(0, 151, 136);
    border-bottom-color: rgb(0, 151, 136);
    border-left-color: rgb(0, 151, 136);
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    background: #009788;
    color: #fff;
    font-weight: 500;
    box-shadow: 0px 2px 4px 1px #333;
    margin-right: 7px;

}*/
img.instaicon.zipimage {
    width: 30px;
}
.main-header-wrapper .col-2 .row-2 .shopping-nav-col ul li a {
    margin: 0px;
    margin-right: 0px;
    display: inline-block;
    border: 1px #009788 solid;
    border-top-color: rgb(0, 151, 136);
    border-right-color: rgb(0, 151, 136);
    border-bottom-color: rgb(0, 151, 136);
    border-left-color: rgb(0, 151, 136);
    border-top-color: rgb(0, 151, 136);
    border-right-color: rgb(0, 151, 136);
    border-bottom-color: rgb(0, 151, 136);
    border-left-color: rgb(0, 151, 136);
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    background: #009788;
    color: #fff;
    font-weight: 500;
    margin-right: 7px;
    background-image: linear-gradient(#fff, #009788);
    background-image: linear-gradient(to top, #009788 15%, #009788 50%, #fff 139%);
}
/*
.main-header-wrapper .col-2 .row-2 .shopping-nav-col ul li a:hover {
    border-color: #009788;
    background: transparent;
    color: #009788;
}
*/

.main-header-wrapper .col-2 .row-2 .custom-search-col{display:inline-block;}


/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
body {
	background-size: 100% 100% !important;
	background-position: fixed !important;
	height: 100% !important;
	-o-background-size: 100% 100% !important;
    -moz-background-size: 100% 100% !important;
    -webkit-background-size:100% 100% !important;
    background-size: cover !important;
	width: 100% !important;
}
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) {
	body {
	background-size: 100% 100% !important;
	background-position: fixed !important;
    background-size: cover !important;
	width: 100% !important;
}
	
}*/

/*@supports (-webkit-text-size-adjust:none) and (not (-ms-ime-align:auto)) and (not (-moz-appearance:none)) {
	background-size: cover !important;
	background-position: fixed !important;
	height: 100% !important;
	-o-background-size: cover !import	ant;
    -moz-background-size: cover !important;
    -webkit-background-size:cover !important;
    background-size: cover !important;
	display: -webkit-inline-box;
}*/

@media (max-width: 980px) {
		.country_flag ul.dropdown-menu{
		position: absolute;
	}
	body{padding-top:0px;}
	.bdy-content{margin-top:20px;}
	.header-top-bar{position: static; height: auto; padding: 10px 25px;}
	.main-header-wrapper{position: static;}
	.header-top-bar .row .col-1{margin:0px; padding: 0px;}
	.header-top-bar .row .col-2{margin:0px;}
	.header-top-bar .row .col-1 .customer-service-menu ul li a{font-size: 14px;}
	
	

	
	.main-header-wrapper .col-1{float:none; width: auto; text-align: center;}
	.main-header-wrapper .col-2{float:none; width: auto;}
	.main-header-wrapper .col-2 .row-2 .shopping-nav-col ul{margin: 0px 0px 6px 0px;}
	.main-header-wrapper .col-2 .row-2 .shopping-nav-col ul li{margin:5px 2px;}
	.main-header-wrapper .col-2 .row-2 .shopping-nav-col ul li a{font-size:12px; padding: 5px 8px;}
	
	
	input.input-medium.search-query{width:280px;}
	
	.input-append button.add-on{right:0px;}
}
@media screen and (max-width: 1024px){
.main-bdy-content.panel.large-12 {
  margin: 0 auto;
  width: 88% !important;
	}
.video_block h1 {
    padding: 0 50px;
}
.copy_right .infusion-submit input {
    width: 54%;
	margin-left: 0px;
	}
}
@media (max-width: 991px) { 
.copy_right {
  text-align: center;  
}
.copy_right span {
  margin: 0 0 10px;
  display: block; 
}
.shopping-jewellery {
    padding: 5px 7px !important;
}
}
/*@media (max-width: 768px) { 
body {
 background: url("../images/websitebackground.jpg") no-repeat fixed center center;
 background-size:cover;
}
}*/
@media (max-width: 768px) { 
	
	body{padding-top:0px;}
	.bdy-content{margin-top:20px;}
	.header-top-bar{position: static; height: auto; padding: 0px 15px;}
	.main-header-wrapper{position: static;}
	
	.header-top-bar .row .col-2 ul.links-top-header{float:none;}
	.header-top-bar .row .col-2 ul.links-top-header li{margin:3px 0px; display: block;}
	
	
	.header-top-bar .row .col-1{width:auto; float: none;}
	.header-top-bar .row .col-2{width:auto; float:none;}
	
	.header-top-bar .row .col-2 .phone-num-col{ float: none;  text-align: center;  padding: 5px 0px;  margin-top: 0px;  clear: both;  display: inline-block;}
	.customer-service-menu {
	margin: 7px 0 7px;
}
	#jewellerypop {
    right: 0px !important;
    top: 96px !important;

}
.dropdown.country_flag {
    float: left;
	text-align: left;
	width: auto;
}
.country_flag img {
    margin-right:8px;
    float: left;
}
svg.svg-inline--fa.fa-angle-down.fa-w-10 {
    margin: 13px 14px 0 0 !important;
	 
}
svg.svg-inline--fa.fa-angle-down.fa-w-10 button, .button{
   text-align: left !important;
} 
.country_flag button.btn.btn-default.dropdown-toggle.dropdown_flag {
    margin: -10px 0 0 0 !important;
}
.header-top-bar .row .col-2 .phone-num-col a {
    float: left;
}
.header-top-bar .row .col-2 .phone-num-col {
    width: 100%;
}
.country_flag ul.dropdown-menu{
	position: absolute;
	z-index: 9;
}
.country_flag ul.dropdown-menu {
    margin-top: 35px;
}
.header-top-bar .row .col-2 .phone-num-col a {
    padding-top: 0;
}
.country_flag button.btn.btn-default.dropdown-toggle.dropdown_flag {
    float: left;
}
svg.svg-inline--fa.fa-angle-down.fa-w-10 {
    margin: 13px 4px 0 0 !important;
}
a.currencyLink {
    font-size: 11px !important;
    font-weight: bold;
    margin: 3px 9px 0 6px !important;
}
.video_section iframe {
    height: 212px;
    padding: 0 15px;
}
#wrapper {
    padding-top: 50px;
}
}

@media(max-width:768px){
  .infusion-single-option p label {
   display: inline-block !important;
    width: 85% !important;
}
.infusion-form .infusion-field-input-container {
    width: 100% !important;
}
.back_color_aut p {
    font-weight: bold;
}
.copy_right .infusion-field {
    width: 100%;
    float: left;
	padding: 10px 0px;
}
.copy_right .infusion-submit {
    width: 100%;
    float: left;
}
.copy_right .infusion-submit input {
    width: 69%;
    margin-left: 0px;
}
.continue-shopping {
    line-height: 43px;
}
.mobilefixed {
    display: none;
}
.mobiletoggle {
	display: block;
    position: fixed;
    z-index: 99;
    top: 51px;
    left: 0;
    right: 0;
    overflow: scroll;
    height: 453px;

}
.togglebutton {
    right: 0;
    text-align: right;
    margin-right: 0;
    margin-top: 5px;
    position: fixed;
    top: -5px;
    background: #009788;
    width: 100%;
    padding: 0px 15px;
    color: #fff;
    z-index: 99999;
}

.mobiletoggle .header-top-bar {
    margin-top: -1px;
}
.togglebutton {
    display: block;
}
.main-logo {
    display: inline-block;
    float: left;
}
.mobile-icon-box {
    display: inline-block;
    padding: 15px 0;
    vertical-align: middle;
}
span.menu_search {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    margin-right: 4px;
}
.mobile-icon-box svg.svg-inline--fa.fa-bars.fa-w-14 {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}
.togglebutton img {
    width: 170px;
    margin-top: 7px;
    border: 2px solid #575757;
}
.togglebutton .main-logo a img {
    width: 170px;
    margin-top: 7px;
    border: 2px solid #575757;
}
.img-toggle img {
    width: 24px;
    border: none;
    margin: 0;
}
button#dropdownBtn {
    background: transparent;
    padding: 0;
    margin: 0;
}
button#dropdownBtn {
    font-size: 15px;
    font-weight: 600;
}
ul.dropdown-menu_bar {
    text-align: center;
    position: unset;
    background: #009788;
    left: -20px;
    width: 100%;
    top: 54px;
    padding: 10px 11px;
}
.dropdown-menu_bar li {
    display: inline-block;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
ul.dropdown-menu_bar li	a {
    color: #ffff;
    font-size: 10px;
    padding: 2px 6px;
    display: block;;
}
li.menu_search {
    display: inline-block;
    list-style: none;
	vertical-align: middle;
    margin-top: 2px;
} 
ul.menuul {
    display: inline-block;
    padding: 0 3px;
}
.main-header-wrapper .col-2 .row-2 {
    margin: 7px 0px 0px 0px;
}
.main-header-wrapper {
    padding: 10px 0px;
}
#jewellerypop {
    position: fixed;
    width: 100%;
	height: 370px;
	z-index: 999;
}
/*.submitbtnclose {
    width: 100%;
    float: left;
    background: #fff;
    position: fixed;
    z-index: 99999;
    margin-bottom: 9px;
}*/
.submitbtnclose {
    float: right;
    background: #fff;
    z-index: 99999;
    margin-bottom: 9px;
    padding: 0 32px 0 0;
}
.jeweller_button {
	background: #f00;
    padding: 8px 14px;
    border-radius: 4px;
    border: 2px solid #f00;
    margin: 0px 0px 0;
    position: absolute;
    z-index: 999;
    top: 10px;
}
.close {
    float: right;
    cursor: pointer;
    padding: 3px 7px;
    border: 3px solid #ccc;
    margin-top: 10px;
    color: #ccc;
    position: absolute;
	z-index: 99999;
	top: 2px;
}
	#jewellerypop .custom-search-col {
    width: 100%;
    margin-top: 50px;
}
.input-append {
    width: 100%;
    position: relative;
    margin-top: 50px;
    display: inline-block;
}
#jewellerypop .custom-search-col {
    margin-top: 0;
}
.fieldwidth {
    width: 48%;
    float: left;
    margin-right: 4px;
    display: inline-block;
    vertical-align: top;
}
.submitbtnclose_ringpopup {
    width: 100%;
    float: left;
}
.submitbtnclose_ringpopup span.close {
    float: right;
    position: unset;
}
#category_id option {
    font-size: 10px;
}
.selectoption option {
    font-size: 10px;
}
    option{
		font-size: 10px;
}
p.desktop-australian-user {
    display: none;
}
p.mobile-australian-user {
    display: block;
}
/*******srtat get_all_products_categories page*******/
section.main_slider {
    margin-top: 0 !important;
}
.item_page_heading h3 {
    display: none;
}
.item_page_heading {
    text-align: center;
    margin-bottom: 20px;
}
.main_outer_icons {
    width: 100% !important;
}
.main_products .owl-item .item span {
    height: 100%;
    padding-top: 0;
}
#demos .owl-carousel .item {
    height: auto !important;
}
.only_products_main .item span {
    height: 100%;
    padding-top: 0px;
}
.only_products_main .item {
    width: 32%;
    float: left;
    margin-right: 7px;
    margin-bottom: 6px;
}
#owl-demo .item img {
    height: 200px !important;
}
.only_products_main .item {
    width: 23%;
    border: 1px solid #333;
    margin: 0 6px;
}
.only_products_main .item:last-child {
    margin-right: 0;
}
/*******end get_all_products_categories page*******/
}

@media(max-width:667px){
.item_page_heading {
    margin-top: 0 !important;
}
.main_products .owl-item .item span {
    height: 100%;
}
/*#demos .owl-carousel .item {
    height: 91px !important;
}*/
/*.owl-carousel .owl-item img {
    height: 200px;
}*/
section#demos {
    margin-top: 0;
}
.only_products_main .item {
    /*height: 200px;*/
    margin-bottom: 10px;
}
/*.only_products_main .item img {
    height: 194px;
}
.only_products_main .item span {
    padding-top: 0;
    height: 160px;
}*/
/*#owl-demo .item img{
    height:220px !important;
}*/
.item_page_heading .fb_like_ico a img {
    width: 38px;
    margin: 2px;
    margin-bottom: 17px;
}
.item_page_heading h3 {
    display: none;
}
.item_page_heading .fb_like_ico a img {
    width: 50px;
    margin: 0 7px 20px;
}
/*.only_products_main .item {
    width: 31%;
}*/
#demos .large-12.columns {
    padding: 0;
}
.main_outer_icons .all-product {
    padding: 0;
   /* background: #f2f2f2;*/
}
.main-bdy-content.panel {
    padding-right: 0;
}
/********start full screen css ********/
.main_outer_icons.panel.large-12 {
    width: 100% !important;
}
/******** end full screen css ********/
}
@media (max-width: 599px){
.only_products_main .item {
    width: 31%;
    margin: 0 3px;
}
.item_page_heading .fb_like_ico a img {
    width: 43px;
    margin: 0 10px;
}
.item_page_heading .fb_like_ico a img {
    width: 46px !important;
    margin: 0 15px !important;
}
#demos span.subcategory {
    font-size: 17px;
}
#demos span.main_category {
    font-size: 17px;
}
}
@media(max-width:480px){
 #jewellerypop input.input-medium.search-query {
  width: 100% !important;
}
#jewellerypop span.input-group-addon {
  padding: 7px 2px;
}
#jewellerypop input.form-control {
  display: inline-block;
  width: 85%;
}
#jewellerypop {
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 95%;  
} 
input.input-medium.search-query{
 width:100%;

}
.back_2 {
  padding: 0;
}
.back_3 {
  padding: 0;
}
.back_color_aut {
  padding: 0 5px;
}
.shopping-nav-col > a {
  font-size: 13px;
}
.copy_right .infusion-submit button, .button {
    padding: 13px 4px;
    font-size: 14px;
}
.copy_right .infusion-submit input {;
    height: 42px;
}
.copy_right .infusion-submit button, .button {
    height: 42px;
}

	.button_mar {
    margin-bottom: 56px !important;
    width: 100%;
    float: left;
}
.continue-shopping {
    background: #0c3075 none repeat scroll 0 0;
    border: 2px solid #0c3075;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin-right: 10px;
    padding: 3px 19px;
    font-family: "centurygothic";
    font-size: 14px;
    width: 100%;
    float: left;
    text-align: center;
	  line-height: 21px;
}
	input#submit-3 {
    background: #0c3075;
    border: 2px solid #0c3075;
    color: #fff;
    font-family: 'centurygothic';
    font-size: 14px;
    line-height: 22px;
    padding: 2px 22px;
    border-radius: 5px;
    margin: 0 0 0 0;
    cursor: pointer;
    width: 100%;
    float: right;
}
.item_page_heading .fb_like_ico a img {
    margin: 0 8px !important;
}
}
@media (max-width: 400px){
.item_page_heading .fb_like_ico a img {
    width: 35px;
    margin: 0 5px;
}
.item_page_heading .fb_like_ico a img {
    margin: 0 5px !important;
    width: 35px !important;
}
}
@media(max-width:375px){
span.menu_search {
    font-size: 12px;
}
.mobile-icon-box svg.svg-inline--fa.fa-bars.fa-w-14 {
    font-size: 21px;
}
.mobile-icon-box {
    padding: 10px 0;
}
.togglebutton img {
    width: 24px;
    margin-top: 7px;
}
.mobiletoggle {
    top: 44px;
}
.togglebutton .main-logo a img {
    width: 130px;
}
}
#jewellerypop .fs-wrap{
	width: 100% !important;
}

#jewellerypop .fs-label-wrap{
	
	margin:0 !important;
	    width: 100% !important;
}

#prompt_message {
    padding: 15px 0;
}

.icon_fb{
    display: inline-block;
    float: right;
}
.div_width {
    display: block;
    margin-bottom: 5px;
    float: right;
    width: 100%;
}

