/*
Theme Name: Anastasia's Of Broome
Theme URI: http://daeb.com
Description: Daeb WordPress Theme
Version: 2.0
Author: DAEB
Author URI: 
Tags: PHP, HTML5, CSS3, Jquery, Javascript
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

strong {font-weight: bold!Important;}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

p {
	line-height:normal;
}

p.akismet_comment_form_privacy_notice {
    display: none;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}

.now_sold {
	width: 99px;
	height: 94px;
	background-image: url(/wp-content/uploads/2020/01/sold-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	text-indent: -9999px;
	z-index: 99;
}


.woocommerce-product-attributes-item__value a {
    text-decoration: none;
    color: #000;

}

* {
  outline: none;
}


html, body {
  color:#707070;
  font-size:14px;
	line-height: normal;
  font-family: 'Montserrat', sans-serif;
	background-color: #fff!important;
}

html {
  height: 100%;
}

body {
	min-height: 100%;
	padding: 0px;

}

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

input, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
		-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="tel"],
input[type="email"]  {
-webkit-appearance: none;
border-radius: 0;
	font-family: 'Montserrat', sans-serif;
}

select {
 font-family: 'Montserrat', sans-serif;	
}

p.stock.in-stock {
    display: none;
}

.woocommerce-info {
    border-top-color: #b50438!Important;
}

.woocommerce-info::before {
    color: #b50438!Important;
}

.woocommerce #review_form #respond p {
    margin: 0 0 30px;
}

.comment-form label {
    line-height: 30px;
}

.product_meta .posted_in {
    display: none;
}

.ct-lhs span {
    font-weight: bold;
}

span.tagged_as {
    display: none;
}

span.sku_wrapper {
    display: none !important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select , textarea {
	border: #d4d4d4 solid 1px;
	height: 44px;
	min-width: 250px;
	padding: 0px 15px 0px 18px;
	font-size: 14px;
	color: #000;
}

a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.clear {
	clear:both;
}

.container {
	width:100%;
	min-width:1490px;
	margin:0 auto;
}

.wrap {
	width: 1132px;
	margin: 0 auto;
}

.header {
	width: 100%;
}

.header-top {
	height: 134px;
	position: relative;
	color: #000;
	font-weight: 500;
}

.logo {
	position: absolute;
	left: 50%;
	top: 7px;
	margin-left: -77px;
}

.call {
	float: left;
	margin-top: 53px;
	font-size: 16px;
	padding: 3px 0px 3px 28px;
	background-image: url(images/call.png);
	background-repeat: no-repeat;
	background-position: left top;
}

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

img.alignleft {
    float: left;
    margin: 0px 20px 20px 0px;
	max-width: 50%;
}
img.aligncenter {
    display: block;
    margin: auto;
	text-align: center;
	padding-bottom: 20px;
}
img.alignright {
    float: right;
    margin: 0px 0px 20px 20px;
	max-width: 50%;
}


.header-links {
	float: right;
	margin-top: 51px;
}

.header-links ul li {
	float: left;
	margin-left: 28px;
	font-size: 10px;
	text-transform: uppercase;
	color: #afabab;
}


.header-links ul li a {
	display: block;
	color: #afabab;
	padding-top: 28px;
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
}

.header-links ul li a:hover {
	color: #b30336;
	text-decoration: none;
}

.header-links .login a {
	background-image: url(images/login.png);
}

.header-links .wishlist a {
	background-image: url(images/wishlist.png);
}

.header-links .cart a {
	background-image: url(images/cart.png);
}

.header-links .search a {
	background-image: url(images/search.png);
} 

.header-bottom {
	background-color: #000;
}

.hb-wrap {
	position: relative;
}

.call-mobile {
	color: #fff;
	position: absolute;
	right: 0px;
	top: 17px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	background-image: url(images/call-mobile.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 1px 0px 3px 24px;
	display: none;
}

.call-mobile a {
	color: #fff;
	text-decoration: none;
}

.home-banner {
	background-color:#fff;
}


.home-banner {
	position:relative;
	/*height:644px;*/
	margin:0 auto;
	overflow:hidden;
}

.bxslider {
	position:absolute;
	left:0px;
	top:0px;
	z-index:0;
}

.bx-wrapper li {
	width:100%;
	height:644px;
	position:relative;
	overflow:hidden;
}

.bx-wrapper .bx-prev {
	left: 30px;
}

.bx-wrapper .bx-next {
	right: 30px;
}

.banner-img {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:1;
}

.banner-img img {
	height:auto;
	width:100%;
	min-width:1903px;
}


.banner-contents {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	width:100%;
}

.bc-wrap {
	padding-top: 205px;
}

.bc-box {
	padding-left: 23px;
	text-transform: uppercase;
	color: #000;
}

.bc-box h3 {
	font-size: 40px;
	line-height: 40px;
	padding-bottom: 7px;
	font-weight: 700;
	letter-spacing: 2px;
}

.bc-box h4 {
	font-size: 37px;
	line-height: 40px;
	padding-bottom: 5px;
	letter-spacing: 3px;
}

.bc-box h5 {
	font-size: 34px;
	line-height: 36px;
	padding-bottom: 20px;
}

.v-button a {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #b50438;
	padding: 0px 45px 0px 45px;
	font-size: 13px;
	letter-spacing: 1px;
}

.v-button a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #222;
}

.home-section1 {
	background-color: #f9f9f9;
}

.hs1-wrap {
	width: 1160px;
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 0px 50px 0px;
}

.hs1-lhs {
	float: left;
	width: 569px;
}

.hs1-rhs {
	float: right;
	width: 512px;
	padding-top: 78px;
}

.hs1-rhs h2 {
	font-size: 37px;
	line-height: normal;
	padding-bottom: 20px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
}

.hs1-rhs h2 strong {
	font-weight: 500;
}

.hs1-rhs p {
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 30px;
	color: #2a1b1f;
	font-family: 'Crimson Text', serif;
}

.home-section2 {
	width: 96%;
	max-width: 1800px;
	margin: 0 auto;
	padding: 80px 0px 100px 0px;
}

.home-section2 h2 {
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 85px;
	color: #000;
}

.bx-wrapper2 {
	width:100%;
	height:380px;
}

.bx-wrapper2 ul li {
	width:280px!important;
	height:380px;
	margin-right:16px;
	position:relative;
	background-color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-align: center;
}

.bx-wrapper2 .bx-prev {
	left: -40px;
}

.bx-wrapper2 .bx-next {
	right: -40px;
}


.bx-wrapper2 ul li a {
	color: #000;
	text-decoration: none;
}

.or-image {
	height: 290px;
	text-align: center;
}

.or-image img {
	display: inline-block;
}

.or-name {
	font-size: 17px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.home-section3 {
	width: 1360px;
	margin: 0 auto;
	overflow: hidden;

}

.hs3-lhs {
	float: left;
	width: 673px;
	height: 600px;
	background-image: url(images/hs3-lhs.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

.hs3l-box {
	background-color: #fff;
	position: absolute;
	left: 175px;
	top: 236px;
	padding: 40px;
	width: 360px;
}

.hs3l-box h3 {
	font-size: 30px;
	line-height: normal;
	padding-bottom: 20px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 2px;
	padding-right: 30px;
}

.hs3l-box p {
	font-size: 19px;
	line-height: 25px;
	padding-bottom: 30px;
	color: #2a1b1f;
	font-family: 'Crimson Text', serif;
}

.hs3-rhs {
	float: right;
	width: 656px;
	height: 585px;
	border: #f6f6f6 solid 7px;
	background-image: url(images/hs3-rhs.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
}

.hs3r-box {
	position: absolute;
	left: 54px;
	top: 320px;
	width: 340px;
}

.hs3r-box h3 {
	font-size: 30px;
	line-height: normal;
	padding-bottom: 20px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 2px;
	padding-right: 30px;
}

.hs3r-box p {
	font-size: 19px;
	line-height: 25px;
	padding-bottom: 30px;
	color: #2a1b1f;
	font-family: 'Crimson Text', serif;
}

.home-section4 {
	position: relative;
}

.hs4-video {
	max-height: 520px;
	overflow: hidden;
}

.hs4-video img {
	width: 100%;
	height: auto;
}

.hs4-video iframe {
	width: 100%;
	height: 100%;
}

.hs4-video video {
	width: 100%;
	height: 100%;
}

.hs4-contents {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.hs4-wrap {
	position: relative;
	height: 100%;
}

.hs4-box {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -175px;
	width: 345px;
	background-color: #222;
	padding: 65px 45px 45px 45px;
	color: #fff;
}

.hs4-box h3 {
	font-size: 30px;
	line-height: normal;
	padding-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-right: 30px;
}

.hs4-box p {
	font-size: 19px;
	line-height: 25px;
	padding-bottom: 30px;
	font-family: 'Crimson Text', serif;
}

.hs4-box .v-button a {
	background-color: #222;
	border: #fff solid 1px;
}

.hs4-box .v-button a:hover {
	background-color: #b50438;
	border: #b50438 solid 1px;
}

.home-section5 {
	background-color: #f6f6f6;
	max-width: 1903px;
	margin: 0 auto;
	overflow: hidden;
}

.hs5-lhs {
	float: left;
	width: 50%;
	background-image: url(images/hs5-lhs.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.hs5l-contents {
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	padding: 150px 0px 140px 0px;
}

.hs5l-contents h3 {
	font-size: 30px;
	line-height: normal;
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.hs5l-contents h2 {
	font-size: 55px;
	line-height: 55px;
	padding-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.hs5l-contents .v-button a {
	background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.2);	
	border: #fff solid 1px;
}

.hs5l-contents .v-button a:hover {
	background-color: #b50438;
	border: #b50438 solid 1px;
}

.hs5-rhs {
	float: right;
	width: 50%;
}

.hs5r-contents {
	width: 80%;
	margin: 0 auto;
	padding: 44px 0px 20px 0px;
	overflow: hidden;
}

.hs5r-image {
	float: right;
	width: 38%;
}

.hs5r-text {
	float: left;
	width: 60%;
	padding-top: 5%;
	color: #000;
}

.hs5r-text h3 {
	font-size: 30px;
	line-height: normal;
	padding-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.hs5r-text p {
	font-size: 18px;
	line-height: 25px;
	padding-bottom: 30px;
	font-family: 'Crimson Text', serif;
}

.home-section6 {
	width: 1360px;
	margin:0 auto;
	overflow: hidden;
	padding: 86px 0px 100px 0px;
}

.hs6-lhs {
	float: left;
	width: 659px;
}

.hs6-rhs {
	float: right;
	width: 659px;
}

.hs6-head {
	overflow: hidden;
	padding-bottom: 12px;
	border-bottom: #e1e1e1 solid 1px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.home-section6 h3 {
	float: left;
	font-size: 30px;
	line-height: 30px;
	color: #000;
}

.view-all {
	float: right;
	font-size: 15px;
	color: #b50438;
	padding-top: 5px;
}


.view-all a {
	color: #b50438;
	text-decoration: none;
}

.view-all a:hover {
	color: #b50438;
	text-decoration: underline;
}

.hs6-image {
	border: #f6f6f6 solid 7px;
}

.hs6-image img {
	display: block;
}

.footer {
	background-color: #222;
	width: 100%;
}

.footer-top {
	background-color: #000;
}

.ft-wrap {
	padding: 15px 0px 15px 0px;
	overflow: hidden;
}

.ft-links {
	float: left;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	padding-left: 23px;
}

.ft-links ul {
	overflow: hidden;
}

.ft-links ul li {
	float: left;
	padding-right: 45px;
}

.ft-links ul li a {
	color: #fff;
	text-decoration: none;
}

.ft-links ul li a:hover {
	color: #b30336;
	text-decoration: none;
}

.top {
	float: right;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}


.top a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-right: 20px;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.top a:hover {
	color: #fff;
	text-decoration: none;
}


.footer-mid {
	overflow: hidden;
	padding: 72px 0px 70px 0px;
	color: #fff;
}

.footer-mid h3 {
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer-mid ul li {
	font-size: 13px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.footer-mid ul li a {
	color: #fff;
	text-decoration: none;
}

.footer-mid ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.fm-section1 {
	float: left;
	margin-left: 23px;
	width: 330px;
}

.fm-section2 {
	float: left;
	width: 220px;
}

.fm-section3 {
	float: left;
	width: 200px;
}

.fm-section3 h5 {
	font-size: 14px;
	line-height: 17px;
	padding-bottom: 20px;
	font-weight: 500;
}

.fm-section3 h5 a {
	color: #fff;
	text-decoration: none;
}

.fm-section3 p {
	font-size: 12px;
	line-height: 17px;
	padding-bottom: 20px;
}

.fm-section3 p a {
	color: #fff;
	text-decoration: none;
}

.fm-section4 {
	float: right;
	width: 280px;
}

.fm-section4 p {
	font-size: 12px;
	line-height: 17px;
	padding-right: 50px;
	color: #fff;
	padding-bottom: 15px;
}

.sub-box {
	padding-bottom: 20px;
}

.sub-box input {
	height: 30px;
	border: none;
	border-bottom: #fff solid 1px;
	background-color: #222;
	outline: none;
	width: 100%;
	font-size: 12px;
	color: #fff;
	letter-spacing: 1px;
	padding: 0px;
}

.sub-box input:focus {
	border-bottom: #999 solid 1px;
}

.sub-button input {
	height: 28px;
	border: #fff solid 1px;
	padding: 0px 30px 0px 30px;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #222;
	color: #fff;
	cursor: pointer;
}

.sub-button input:hover {
	background-color: #333;
	color: #fff;
}

.footer-bottom {
	background-color: #000;
}

.fb-wrap {
	padding: 25px 0px 25px 0px;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
}

.copyright {
	float: left;
	margin-left: 23px;
}

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

.social {
	float: right;
	overflow: hidden;
}

.social ul li {
	float: left;
	margin-left: 50px;
}

.social ul li a:hover {
	opacity: 0.5;
}

.sub-banner {
	/*background-image: url(images/sub-banner.jpg);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.sub-banner-wrap {
	text-align: center;
	padding: 50px 0px 45px 0px;
}

.sub-banner-wrap h1 {
	color: #000;
	font-size: 35px;
	line-height: 47px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.sub-contents {
	padding-bottom: 80px;
}

.our-story-top {
	padding: 70px 0px 40px 0px;
	overflow: hidden;
}

.ost-image {
	float: right;
	margin: 0px 0px 0px 20px;
}

.sub-text {
	font-size: 15px;
	color: #313131;
}

.sub-text h3 {
	font-size: 26px;
	line-height: 30px;
	padding-bottom: 30px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.our-story-top h3 {
	margin-bottom: 30px;
	background-image: url(images/grey-line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	max-width: 400px;
}

.sub-text p {
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 22px;
}

.sub-text h5 {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 22px;
	color: #000;
	font-weight: 700;
}

.our-story-top p {
	font-size: 18px;
	line-height: 24px;
}

.sub-text p strong {
	font-weight: 700;
}

.click-button {
	padding-bottom: 20px;
}

.click-button a {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	border: #000 solid 1px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	padding: 0px 35px 0px 35px;
}

.click-button a:hover {
	border: #b50438 solid 1px;
	color: #fff;
	background-color: #b50438;
}

.our-story-top .click-button {
	padding: 10px 0px 50px 0px;
}

.image-middle {
	text-align: center;
	padding-bottom: 24px;
}

.os-tabs {
	border-top: #d6d6d6 solid 1px;
	border-bottom: #d6d6d6 solid 1px;
}

.os-tab-wrap {
	overflow: hidden;
	padding: 19px 0px 19px 0px;
}

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


.os-tabs ul.tabs li {
	color: #000;
	cursor: pointer;
	float: left;
	position: relative;
	font-size: 15px;
	text-transform: uppercase;
	padding: 9px 43px 9px 32px;
	margin-right: 43px;
	background-repeat: no-repeat;
	background-position: left 8px;
}

.os-tabs ul.tabs li:nth-child(1) {
	background-image: url(images/timeline.png);
	border-right: #d6d6d6 solid 1px;
}

.os-tabs ul.tabs li:nth-child(2) {
	background-image: url(images/team.png);
}

.lm a {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	background-color: #fff;
	padding: 0px 30px 0px 30px;
	color: #000!important;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	border: #0064c4 solid 3px;
	opacity: 0;
}


.os-tabs ul.tabs li a {
	text-decoration: none;
	color: #000;
}

.os-tabs ul.tabs li.current{
	color: #000;
}


.os-tabs ul.tabs li.current a {
	color: #000;
	text-decoration: none;
}

.tab-content-wrap {
	margin-top: -1px;
}

.tab-content {
	display: none;
	padding-top: 64px;
	background-repeat: no-repeat;
	background-image: url(images/tab-arrow.png);
	overflow: hidden;
}

.tab-content.current{
	display: inherit;
}

#timeline {
	background-position: 73px top;
}

#team {
	background-position: 280px top;
}

.timeline {
	background-image: url(images/line.png);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: hidden;
	padding-bottom: 40px;
}

.timeline-item {
	overflow: hidden;
	background-image: url(images/grey-line3.png);
	background-repeat: no-repeat;
	background-position: center 354px;
}

.timeline-item .lhs {
	float: left;
}

.timeline-item .rhs {
	float: right;
}

.tli-box {
	width: 471px;
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 327px;
}

.tli-white-box {
	background-color: #fff;
	width: 305px;
	padding-top: 25px;
	margin-top: 230px;
}

.tli-white-box h3 {
	font-size: 33px;
	line-height: 33px;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 17px;
	background-image: url(images/grey-line2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.tli-white-box p {
	font-size: 17px;
	line-height: 22px;
	color: #313131;
	padding-top: 17px;
}

.tli-white-box p strong {
	font-weight: 700;
}


.timeline-item .lhs .tli-white-box {
	padding-left: 40px;
	float: right;
	text-align: right;
}

.timeline-item .rhs .tli-white-box {
	padding-right: 40px;
	float: left;
	text-align: left;
}

.timeline-item .rhs .tli-white-box h3 {
	background-position: left bottom;
}

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

.team-list ul li {
	display: inline-block;
	vertical-align: top;
	width: 290px;
	margin: 0px 38px 30px 38px;
	text-transform: uppercase;
}

.tl-image {
	height: 386px;
	margin-bottom: 33px;
}

.team-list ul li h3 {
	font-size: 20px;
	line-height: 20px;
	color: #000;
	font-weight: 500;
	padding-bottom: 10px;
}

.team-list ul li h4 {
	font-size: 16px;
	line-height: 18px;
	color: #767676;
	padding-bottom: 30px;
}

.tl-social {
	overflow: hidden;
	padding: 14px 0px 14px 0px;
	border-top: #b20234 solid 1px;
	border-bottom: #b20234 solid 1px;
}

.tl-social ul li {
	width: 31px;
	height: 30px;
	margin: 0px 6px 0px 6px;
}

.tl-social ul li a {
	width: 31px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-transition: all 0s;
-moz-transition: all 0s;
-ms-transition: all 0s;
-o-transition: all 0s;
transition: all 0s;
}

.tl-social ul li a:hover {
	background-position: center bottom;
}

.tl-social ul li:nth-child(1) a {
	background-image: url(images/facebook2.png);
}

.tl-social ul li:nth-child(2) a {
	background-image: url(images/twitter2.png);
}

.tl-social ul li:nth-child(3) a {
	background-image: url(images/in2.png);
}

.contact-top {
	overflow: hidden;
	padding: 70px 0px 80px 0px;
}

.ct-text {
	text-align: center;
	padding-bottom: 70px;
}

.ct-text p {
	color: #000;
	font-size: 18px;
	line-height: 24px;
}

.ct-lhs {
	float: left;
	width: 680px;
}

.ct-lhs h3 {
	font-size: 25px;
	line-height: 27px;
	padding-bottom: 15px;
	color: #ab0023;
	text-transform: uppercase;
}

.ct-lhs p {
	font-size: 15px;
	line-height: 18px;
	padding-bottom: 20px;
	color: #4c4b4b;
}

.ct-lhs p a {
	color: #4c4b4b;
	text-decoration: none;
}

.c-box {
	padding-bottom: 21px;
}

.c-box input {
	width: 100%;
	height: 43px;
	padding: 0px 48px 0px 25px;
	border: #000 solid 1px;
	outline: none;
	font-size: 14px;
	color: #363636;
	background-repeat: no-repeat;
	background-position: 98% center;
}

.c-box input:focus {
	border: #999 solid 1px;
}

.c-box textarea {
	width: 100%;
	height: 158px;
	padding: 15px 25px 15px 25px;
	border: #000 solid 1px;
	outline: none;
	font-size: 14px;
	color: #363636;
	resize: none;
	overflow: hidden;
}

.c-box textarea:focus {
	border: #999 solid 1px;
}

.name-box input {
	background-image: url(images/name-box.png);
}

.email-box input {
	background-image: url(images/email-box.png);
}

.phone-box input {
	background-image: url(images/phone-box.png);
}

.c-button input {
	height: 50px;
	background-color: #b30336;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0px 30px 0px 30px;
	min-width: 226px;
	border: none;
	outline: none;
	cursor: pointer;
	letter-spacing: 2px;
}

.c-button input:hover {
	background-color: #222;
}

.ct-rhs {
	float: right;
	width: 400px;
}

.ct-rhs h3 {
	font-size: 25px;
	line-height: 27px;
	padding-bottom: 28px;
	color: #ab0023;
	text-transform: uppercase;
	border-bottom: #dedede solid 1px;
}

.ct-rhs ul li {
	padding: 20px 0px 15px 0px;
	border-bottom: #dedede solid 1px;
}

.ct-rhs ul li h5 {
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	color: #000;
	padding-bottom: 10px;
}

.ct-rhs ul li p {
	font-size: 15px;
	line-height: 17px;
	color: #4c4b4b;
	padding-bottom: 4px;
}

.ct-rhs ul li p a {
	color: #4c4b4b;
	text-decoration: none;
}

.contact-map iframe {
	display: block;
	width: 100%;
	height: 670px;
}

.sub-main {
	padding-top: 70px;
	overflow: hidden;
}

.center {
	text-align: center;
}

.guarantee-box {
	border: #e4e4e4 solid 1px;
	margin-bottom: 37px;
	  	-moz-box-shadow: 0px 5px 0px #fafafa;
	-webkit-box-shadow: 0px 5px 0px #fafafa;
	box-shadow: 0px 5px 0px #fafafa;
	background-image: url(images/g-box.png);
	background-repeat: no-repeat;
	background-position: 166px top;
}

.gb-wrap {
	padding: 40px 35px 20px 208px;
	background-image: url(images/guarantee.png);
	background-repeat: no-repeat;
	background-position: 52px 32px;
	min-height: 90px;
}

.gb-wrap h4 {
	font-size: 18px!important;
	line-height: 20px!important;
	color: #b50438!important;
	font-weight: 700;
	padding-bottom: 20px;
}

.gb-wrap p {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 20px;
}

.bredcrub {
	border-bottom: #c6c6c6 solid 1px;
}

.bredcrub-wrap {
	padding: 19px 0px 14px 0px;
	text-align: center;
	font-size: 11px;
	line-height: 12px;
	color: #737373;
	text-transform: uppercase;
}

.bredcrub-wrap ul li {
	display: inline-block;
	padding: 0px 6px 5px 10px;
	background-image: url(images/bc-arrow.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	font-weight: 500;
}

.bredcrub-wrap ul li a {
	color: #000;
	text-decoration: none;
}

.bredcrub-wrap ul li a:hover {
	color: #ae0029;
	text-decoration: none;
}

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

.bredcrub-wrap a:hover {
	color: #ae0029;
	text-decoration: none;
}

.bredcrub-wrap ul li:nth-child(1) {
	background-image: none;
	padding-left: 0px;
}

.sub-top {
	padding-bottom: 40px;
	text-align: center;
}

.sub-top h3 {
	margin-bottom: 30px;
	background-image: url(images/grey-line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.sub-top p {
	font-size: 18px;
	line-height: 22px;
}

.sub-text h4 {
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 24px;
	color: #aa0327;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.policy h4 {
	background-image: url(images/h4-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 15px;
	padding-top: 10px;
}

.sub-text ul {
	padding-bottom: 10px;
}

.sub-text ul li {
	line-height: 22px;
	padding: 0px 0px 15px 19px;
	background-image: url(images/bullet01.png);
	background-repeat: no-repeat;
	background-position: left 7px;
}

.list-wrap {
	overflow: hidden;
}

.list-wrap ul {
	float: left;
	width: 45%;
	padding-right: 5%;
}

.sub-text p a {
	font-weight: 500;
	color: #aa0327;
	text-decoration: underline;
}

.sub-text p a:hover {
	color: #FF0000;
	text-decoration: underline;
}


.sub-text ol {
	padding-bottom: 10px;
	padding-left: 30px;
}

.sub-text ol li {
	line-height: 22px;
	padding-bottom: 15px;
	list-style: decimal;
	padding-left: 10px;
}

.policy ol {
	padding-left: 25px;
}

.policy ol li {
	list-style: lower-alpha;
}

.policy ol li ol {
	padding-top: 20px;
	padding-bottom: 0px;
}

.policy ol li ol li {
	list-style: decimal!important;
}

.page-404 {
	text-align: center;
	padding: 545px 0px 20px 0px;
	background-image: url(images/error-page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.page-404 h3 {
	font-size: 35px;
	line-height: 35px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 30px;
	background-image: url(images/grey-line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 25px;
}

.page-404 p {
	font-size: 18px;
	line-height: 20px;
	color: #313131;
	padding-bottom: 40px;
}

.back-button a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0px 40px 0px 40px;
	outline: none;
	cursor: pointer;
	border: #000 solid 1px;
	text-decoration: none;
}

.back-button a:hover {
	border: #b30336 solid 1px;
	background-color: #b30336;
	color: #fff;
}

.login-wrap {
	width: 505px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.heading1 {
	text-align: center;
	font-size: 26px;
	line-height: 28px;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 30px;
	background-image: url(images/grey-line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 48px;
}

.account-box {
	padding-bottom: 35px;
}

.account-box input {
	width: 100%;
	height: 43px;
	padding: 0px 48px 0px 25px;
	border: #000 solid 1px;
	outline: none;
	font-size: 14px;
	color: #363636;
	background-repeat: no-repeat;
	background-position: 98% center;
}

.account-box input:focus {
	border: #999 solid 1px;
}

.password-box input {
	background-image: url(images/phone-box.png);
}

.forgot {
	text-align: right;
	padding-top: 8px;
	font-size: 13px;
	color: #3d4246;
}

.forgot a {
	color: #3d4246;
	text-decoration: underline;
}

.forgot a:hover {
	color: #b30336;
	text-decoration: underline;
}

.account-button {
	padding-bottom: 50px;
}

.account-button input {
	width: 100%;
	height: 50px;
	background-color: #b30336;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0px 30px 0px 30px;
	min-width: 226px;
	border: none;
	outline: none;
	cursor: pointer;
	letter-spacing: 2px;
}

.account-button input:hover {
	background-color: #222;
}

.password-box input {
	background-image: url(images/password.png);
}

.new {
	text-align: center;
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
	padding-bottom: 42px;
	font-weight: 500;
	background-image: url(images/new.png);
	background-repeat: no-repeat;
	background-position: center 8px;
	color: #000;
	letter-spacing: 2px;
}

.create-button a {
	display: block;
	height: 48px;
	line-height: 48px;
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
	padding: 0px 40px 0px 40px;
	outline: none;
	cursor: pointer;
	border: #000 solid 1px;
	text-decoration: none;
	text-align: center;
}

.create-button a:hover {
	border: #b30336 solid 1px;
	background-color: #b30336;
	color: #fff;
}

.account-box textarea {
	width: 100%;
	height: 97px;
	padding: 15px 25px 15px 25px;
	border: #000 solid 1px;
	outline: none;
	font-size: 14px;
	color: #363636;
	resize: none;
	overflow: hidden;
}

.account-box textarea:focus {
	border: #999 solid 1px;
}

.our-jwellery-slider {
	width: 96%;
	margin: 0 auto;
	padding-top: 70px;
	max-width: 1800px;
}

.wrap2 {
	width: 1280px;
	margin: 0 auto;
}

.sub-lhs {
	float: left;
	width: 292px;
	background-image: url(images/filter-bg.png);
	background-repeat: repeat-y;
	background-position: right bottom;
}

.sub-lhs-wrap {
	padding: 27px 22px 30px 0px;
}

.sub-lhs h5 {
	font-size: 19px;
	line-height: 20px;
	text-transform: uppercase;
	color: #b20538;
	padding-bottom: 18px;
}

.sub-lhs .single-widget {
	border-top: #dadada solid 1px;
	padding: 27px 0px 30px 0px;
}

.sub-lhs .widget-title {
	font-size: 17px;
	line-height: 19px;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 16px;
}

.sub-lhs .tagcloud a {
	color: #b30336;
	text-decoration: none;
}

.sub-lhs .tagcloud a:hover {
	color: #b30336;
	text-decoration: underline;
}


.sub-rhs {
	float: right;
	width: 960px;
}

.heading-wrap {
	overflow: hidden;
	padding-bottom: 30px;
}

.heading2 {
	float: left;
	font-size: 19px;
	line-height: 21px;
	color: #000;
	text-transform: uppercase;
}


.sort {
	float: right;
}

.sort select {
	height: 33px;
	border: #e4e4e4 solid 1px;
	padding: 0px 15px 0px 15px;
	width: 197px;
	font-size: 14px;
	color: #666;
}

.sg-top {
	text-align: center;
	padding-top: 60px;
}

.sg-top p {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	padding: 0px 140px 0px 140px;
	font-weight: 500;
}

.search-top {
	padding-top: 52px;
	text-align: center;
}

.st-heading {
	font-size: 19px;
	line-height: 24px;
	padding-bottom: 20px;
	color: #000;
	text-transform: uppercase;
}

.st-heading strong {
	font-weight: 500;
}

.st-wrap {
	width: 451px;
	margin: 0 auto;
	overflow: hidden;
}

.st-box {
	float: left;
	width: 332px;
}

.st-box input {
	width: 331px;
	border: #5a5a5a solid 1px;
	border-right: none;
	height: 44px;
}

.st-button {
	float: left;
}

.st-button input {
	height: 44px;
	width: 119px;
	background-color: #b30336;
	border: none;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	cursor: pointer;
}

.st-button input:hover {
	background-color: #333;
	color: #fff;
}

.pd-top {
	overflow: hidden;
	padding-bottom: 80px;
}

.wrap3 {
	width: 1200px;
	margin: 0 auto;
}

.pd-middle {
	border-top: #c6c6c6 solid 1px;
}

.pd-middle-wrap {
	padding: 80px 0px 80px 0px;
}

.featured {
	border-top: #c6c6c6 solid 1px;
}

.featured-wrap {
	padding: 80px 0px 20px 0px;
}

.featured-wrap h3 {
	text-align: center;
	color: #000;
	font-size: 30px;
	line-height: 35px;
	padding-bottom: 50px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.cart-top {
	padding: 60px 0px 90px 0px;
}

.heading3 {
	text-align: center;
	color: #000;
	font-size: 30px;
	line-height: 35px;
	padding-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.wishlist-top {
	padding: 60px 0px 90px 0px;
}

.faq-wrap {
	padding-bottom: 70px;
}

.faq-wrap h3 {
	margin: 0px!important;
	text-align: center;
	padding-bottom: 45px!important;
}

.arconix-faq-wrap {
    background: #fff!important;
    border: none!important;
	margin: 0px 0px 10px 0px!important;
	padding: 0px!important;
	background-image: url(images/faq-icon.png)!important;
	background-repeat: no-repeat!important;
	background-position: 98% 13px!important;
}

.arconix-faq-title {
	border-top: #7a7a7a solid 1px;
	border-bottom: #7a7a7a solid 1px;
	padding: 25px 30px 25px 90px!important;
	font-size: 18px!important;
	line-height: 24px!important;
	color: #434343!important;
	background-image: url(images/toggle-open.png)!important;
	background-position: 27px 22px!important;
	background-repeat: no-repeat!important;
}

.arconix-faq-title.faq-open {
	background-image: url(images/toggle-close.png)!important;
		border-top: #b20234 solid 1px;
	border-bottom: #b20234 solid 1px;
	background-repeat: no-repeat!important;
}

.arconix-faq-content {
    margin-left: 0px!important;
	padding: 35px 0px 30px 90px!important;
}

.arconix-faq-content h4 {
	font-weight: 700;
	color: #b20234!important;
	font-size: 15px!important;
	line-height: 18px!important;
}

.arconix-faq-content p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 20px;
	color: #5f5f5f;
}



/* Post Page */

.blog-top {
	padding-bottom: 50px;
	overflow: hidden;
}

.blog-top .single-widget {
	float: left;
	margin-right: 26px;
}

.blog-top .single-widget .widget-title {
	display: none;
}

.blog-top .single-widget select {
	height: 33px;
	border: #e4e4e4 solid 1px;
	color: #666;
	font-size: 14px;
	min-width: 220px;
}

.blog-top .single-widget:last-child {
	float: right;
	margin-right: 0px;
}


.blog-top .single-widget .search {
	border:#e4e4e4 solid 1px;
	overflow:hidden;
	padding:4px 15px 4px 17px;
	background-color:#fff;
}

.blog-top .single-widget .search span.screen-reader-text, .sub-rhs .search span.screen-reader-text {
	display:none;
}

.blog-top .single-widget .search .search-input {
	border:none;
	outline:none;
	font-size:14px;
	color:#111;
	height:24px;
	width:200px;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
}

.blog-top .single-widget .search .search-submit {
	width:24px;
	height:24px;
	background-color:transparent;
	border:none;
	outline:none;
	cursor:pointer;
	background-image:url(images/search-button.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-indent:-9999px;
}

.search ::-webkit-input-placeholder { color:#a3a3a3; }
.search ::-moz-placeholder { color:#a3a3a3; } /* firefox 19+ */
.search :-ms-input-placeholder { color:#a3a3a3; } /* ie */
.search input:-moz-placeholder { color:#a3a3a3; }


.post-page article {
	overflow: hidden;
	margin-bottom:54px;
	border-top: #e2e2e2 solid 1px;
	border-bottom: #e2e2e2 solid 1px;
}


.post-page article.post {
	overflow:hidden;
	margin-bottom:54px;
	border-top: #e2e2e2 solid 1px;
	border-bottom: #e2e2e2 solid 1px;
}

.post-thumb {
	max-width: 577px;
	max-height: 315px;
	overflow: hidden;
	float:left;
}

.post-page .post .wp-post-image {
	height: auto;
	min-width: 532px;
	font-size:14px;
	line-height:16px;
	color:#fff;
	text-decoration:none;
	display:block;
	margin-right: 45px;
}

.post-page .pd-wrap {
	padding: 28px 0px 20px 0px;
}
	

.post-page .pd-wrap h2 {
	font-size:22px!important;
	line-height:26px!important;
	color:#000!important;
	padding-bottom:20px!important;
	font-weight:400!important;
}

.post-page .pd-wrap h2 a {
	color:#000;
	text-decoration:none;
}

.post-page .pd-wrap h2 a:hover {
	color:#ae0029;
	text-decoration:none;
}

.post-details {
    color: #767676;
    font-size: 13px;
	line-height:16px;
	overflow:hidden;
	font-weight:400;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.post-details a {
    text-decoration: underline;
    color: #767676!important;
	padding:0px 3px 0px 3px;
}

.post-details a:hover {
    text-decoration: none;
    color: #ae0029!important;
}


.post-details .date {
	float: left;
	background-image:url(images/calender.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding: 3px 0px 3px 30px;
}

.post-details .author {
	float: left;
	padding: 3px 0px 3px 28px;
	background-image:url(images/author.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin-left: 20px;
	display: none!important;
}

.post-details span {
	padding-left: 5px;
	text-transform: uppercase;
}

.post-page .pd-wrap p {
	font-size:15px;
	line-height:22px;
	padding-bottom: 20px;
}

.post-page .pd-wrap p:last-child {
	display: none;
}

.post-page .alignright {
	float:right;
	margin:0px 0px 10px 20px;
	font-size:14px;
	line-height:16px;
	border:#eee solid 1px;
	padding:5px;
	display:block;
}


.post-page .alignleft {
	float:left;
	margin:0px 20px 10px 0px;
	font-size:14px;
	line-height:16px;
	border:#eee solid 1px;
	padding:5px;
	display:block;
}



.post-page .view-article {
	clear:left;
	color:#000;
	display: inline-block;
	font-size:14px;
	font-weight: 400;
	text-decoration:none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-right: 20px;
	background-image: url(images/cr.png);
	background-repeat: no-repeat;
	background-position: right top;
}


.post-page .view-article:hover {
	color:#ae0029;
	text-decoration:none;
}

.post-page h1 {
	padding-bottom: 30px;
	font-size: 30px;
	line-height: 32px;
	color: #000;
	font-weight: 600;
}

/* Pagination */


.pagination-wrap {
	clear:both;
	padding: 27px 0px 27px 0px;
	overflow: hidden;
}


.pagination {
    clear: both;
    white-space: nowrap;
	border-right:none;
		text-align: center;

}

.pagination .page-numbers {
    display: inline-block;
	margin:0px 8px 3px 0px;
    overflow: hidden;
	font-size:14px;
	text-decoration:none;
	padding:6px 13px 6px 13px;
	background-color:#fff;
	color:#000;
	border: #000 solid 1px;
}

.pagination ul {
	padding:0px!important;
}

.pagination .page-numbers:hover {
	background-color:#ae0029;
	color:#fff;
	text-decoration:none;
	border: #ae0029 solid 1px;
	
}

.pagination .current {
	background-color:#ae0029;
	color:#fff;
	border: #ae0029 solid 1px;
}

.pagination .current:hover {
	background-color:#ae0029;
	color:#fff;
	border: #ae0029 solid 1px;
}


/* Single Post Page  */

.wrap-blog {
	width: 1094px;
	margin: 0 auto;
}

.blog-main {
	padding-top: 50px;
}


.single-post-page .post {
	overflow:hidden;
	padding-bottom:30px;
}

.single-post-page h1 {
	font-size:27px!important;
	line-height:32px!important;
	color:#000!important;
	padding-bottom:17px!important;
	text-align: center;
}

.single-post-page h1 a {
	color:#000;
	text-decoration:none;
}

.single-post-page h1 a:hover {
	color:#b30336;
	text-decoration:none;
}


.single-post-page .post-details {
	text-align: center;
	padding-bottom: 32px;
}

.single-post-page .post-details div {
	display: inline-block;
	float: none!important;
}

.single-post-page .post-large {
	padding-bottom: 25px;
	text-align: center;
}




.single-post-page p {
	font-size:16px;
	line-height:24px;
	color: #000;
}

.single-post-page .post  a {
	color:#b30336;
	text-decoration:none;
}

.single-post-page .post  a:hover {
	color:#b30336;
	text-decoration:underline;
}

.single-post-page ol {
	padding-bottom: 10px;
	margin-left: 25px;
}

.single-post-page ol li {
	padding-bottom: 10px;
	list-style: decimal;
}

.addtoany_content {
	border-top: #dadada solid 1px;
	border-bottom: #dadada solid 1px;
	padding: 20px 0px 20px 20px;
	text-align: center;
	margin: 20px 0px 80px 0px!important;
	font-size: 15px;
	color: #767676;
}

.addtoany_header {
	display: inline;
	margin: 0px 20px 0px 0px!important;
}

/* Comment Area  */

.single-post-page .comments-area {
	padding-top: 20px;
	font-size:15px;
	margin-top:30px;
	display: none;
}

.single-post-page .comments-area .vcard img {
	display:block;
	padding-bottom:8px;
}

.single-post-page .comments-area p {
	font-size:15px;
	line-height:18px;
	padding-bottom:10px;
}

.comments-area h2 {
	font-size:25px!important;
	line-height:28px!important;
	color:#000!important;
	text-transform:inherit!important;
	font-weight: 400!important;
}

.comments-area ul {
	padding:0px!important;
}

.comments-area ul li {
	list-style:none!important;
}

.comment-meta {
	padding-bottom:7px;
	border-bottom:#e6ecf1 solid 1px;
	margin-bottom:20px;
}

.comment-reply-title {
	font-size:21px!important;
	line-height:26px!important;
	color:#b5043a!important;
	text-transform:inherit!important;
}

.comment-reply-title a {
	color:#b30336;
	text-decoration:none;
	font-weight:400!important;
}

.comment-body a {
	color:#b30336;
	text-decoration:underline;
}

.comment-form label {
	display:inline-block;
	padding-bottom: 5px;
}

.comment-form a {
	color:#b30336;
}

.comment-form input[type='text'], .comment-form input[type='email'], .comment-form input[type='url'] {
	height:34px;
	padding:0px 16px 0px 16px;
	font-size:15px;
	color:#000;
	border:#d8e1e8 solid 1px;
	width:100%;
}

.comment-form-comment textarea {
	padding:10px 16px 10px 16px;
	font-size:15px;
	color:#000;
	border:#d8e1e8 solid 1px;
	width:100%;
	height:100px;
	vertical-align:top;
}

.comment-form .form-submit .submit {
	height:43px;
	color:#fff;
	font-size:16px;
	font-weight: 400;
	text-decoration:none;
	padding:0px 29px 0px 29px;
	background-color:#b30336;
	border: none;
	outline: none;
	cursor: pointer;
}


.comment-form .form-submit .submit:hover {
	color:#fff;
	text-decoration:none;
	background-color:#e32159;
}

.featured-post h2 {
	text-align: center;
	font-size: 30px;
	line-height: 33px;
	padding-bottom: 40px;
	color: #000;
	letter-spacing: 2px;
	overflow: hidden;
	text-transform: uppercase;
}

.featured-post ul {
	overflow: hidden;
	margin-left: -70px;
}

.featured-post ul li {
	float: left;
	width: 221px;
	margin: 0px 0px 30px 70px;
	text-align: center;
}

.fp-image {
	width: 100%;
	height: 222px;
	overflow: hidden;
}

.fp-image img {
	width: auto;
	height: 100%;
	max-width: inherit;
	display: block;
}

.featured-post ul li h3 {
	font-size: 16px;
	line-height: 21px;
	color: #000;
	padding-top: 10px;
}

.featured-post ul li h3 a {
	color: #000;
	text-decoration: underline;
}


/* woocommerce  */


.woocommerce ul.products {
	margin: 0px 0px 0px -26px!important;
}

.grecaptcha-badge {
    display: none !important;
}

.afterpay-payment-info {
    color: #000;
    padding-bottom: 20px;
    font-size: 13px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	border: #e1e1e1 solid 0px;
	padding-bottom: 22px;
	text-align: center;
	width: 301px!important;
	margin: 0px 0px 30px 16px!important;
	height: 560px;
}

a.woof_front_toggle.woof_front_toggle_opened {
    display: none;
}

.woocommerce-loop-product__title {
	background-image: url(images/grey-line.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 17px 10px 7px 10px!important;	
	font-size: 17px!important;	
	line-height: 22px!important;	
	color: #000!important;	
	margin: 0px 0px 10px 0px!important;
	text-transform: uppercase;
	height: 100px;
	overflow: hidden;
}

.woocommerce ul.products li.product .price {
    color: #b00638!important;
    margin-bottom: 17px!important;
    font-size: 15px!important;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .button {
	margin-top: 0px!important;
}

.add_to_cart_button {
	border: #000 solid 1px!important;
	font-size: 13px!important;
	text-transform: uppercase;
	color: #000!important;
	background-color: #fff!important;
	font-weight: 400!important;
	padding: 13px 26px 13px 57px!important;
	background-image: url(images/cart-icon01.png)!important;
	background-repeat: no-repeat;
	background-position: 22px center;
}

.add_to_cart_button:hover {
	border: #b30336 solid 1px!important;
	color: #fff!important;
	background-color: #b30336!important;
	background-image: url(images/cart-icon02.png)!important;
}

.woocommerce a.added_to_cart {
	color: #b30336;
	font-size: 13px;
}

.woocommerce-error {
    border-top-color: #b30336!important;
} 


.woocommerce .button {
		-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	border-radius: 0px!important;
}


.woocommerce div.product .product_title {
	font-size: 31px;
	line-height: 35px;
	padding-bottom: 10px;
	color: #000;
}

.woocommerce div.product p.price {
	font-size: 24px;
	line-height: 25px;
	padding-bottom: 25px;
	color: #b20234;
	padding-top: 27px;
	border-top: #dfdfdf solid 1px;
}

.woocommerce-product-details__short-description p {
	color: #868686;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 20px;
}

.woocommerce div.product .stock {
	color: #b20234!important;
}

.woocommerce div.product form.cart {
	border-top: #dfdfdf solid 1px;
	border-bottom: #dfdfdf solid 1px;
	padding: 39px 0px 39px 0px;
}

.woocommerce .quantity .qty {
	height: 36px;
	background-color: #f3f3f3;
	color: #000;
	border: none;
	outline: none;
	font-size: 16px;
	margin-right: 68px;
	margin-top: 7px;
}

.woocommerce div.product form.cart .button {
	color: #fff!important;
	background-color: #b30336!important;
	font-size: 17px!important;
	text-transform: uppercase;
	font-weight: 400!important;
	height: 50px!important;
	background-image: url(images/cart-icon02.png)!important;
	background-repeat: no-repeat;
	background-position: 76px center;
	letter-spacing: 1px;
	padding: 0px 85px 0px 116px;
}

.woocommerce div.product form.cart .button:hover {
	color: #fff!important;
	background-color: #e70f47!important;
}

.woocommerce div.product form.cart .button:before {
	display: none!important;
}

.woocommerce div.product form.cart .button:after {
	display: none!important;
}

.product_meta a {
	color: #b30336;
	text-decoration: underline;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	border: #e5e5e5 solid 1px;
	width: 20%!important;
	margin: 0px 15px 15px 0px;
}

.woocommerce table.cart img {
	height: 120px!important;
	width: auto;
}

.woocommerce table.cart a {
	color: #b30336;
}

.woocommerce-info a {
	color: #b30336;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d4d4d4!important;
    		-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	border-radius: 0px!important;
}

.select2-container .select2-selection--single {
	height: 44px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 44px!important;
}

.woocommerce form .form-row label {
	font-size: 16px;
	color: #000000;
	font-weight: 500;
}

.woocommerce-checkout h3 {
	font-size: 22px!important;
	line-height: 24px!important;
	color: #b30336!important;
	text-transform: none!important;
	font-weight: 500;
	letter-spacing: 0px!important;
}

.woocommerce button.button.alt {
	background-color: #b30336!important;
	font-weight: 400!important;
	text-transform: uppercase;
	-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

.woocommerce button.button.alt:hover {
	background-color: #d01e52!important;
}

.woocommerce-error ul {
	padding-bottom: 0px!important;
}

.woocommerce-error li {
	background-image: none!important;
	padding-left: 0px!important;
}

.woocommerce-message {
	    border-top-color: #b30336!important;
}

.woocommerce-message a.button {
	background-color: #b30336!important;
	color: #fff!important;
	font-weight: 400!important;
	text-transform: uppercase!important;
	font-size: 13px;
}

.woocommerce-message a.button:hover {
	background-color: #e70f47!important;
}

.woocommerce-message a {
	color: #e70f47;
}

.coupon input[type="text"] {
	height: 46px;
	width: 182px;
}

.woocommerce-cart-form .actions .button {
	height: 46px!important;
	border: #000 solid 1px!important;
	padding: 0px 24px 0px 24px!important;
	background-color: #fff!important;
	text-transform: uppercase!important;
	font-weight: 400!important;
	vertical-align: top;
}

.woocommerce-cart-form .actions .button:hover {
	background-color: #b30336!important;
	border: #b30336 solid 1px!important;
	color: #fff!important;
}

.wc-proceed-to-checkout a.checkout-button {
	background-color: #b30336!important;
	color: #fff!important;
	font-weight: 400!important;
	text-transform: uppercase!important;
	font-size: 14px;
}

.wc-proceed-to-checkout a.checkout-button:hover {
	background-color: #e70f47!important;
}

.shipping-calculator-button {
	color: #b30336;
}

.woocommerce form .form-row textarea {
	padding-top: 10px;
	padding-bottom: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: 70%!important;
}

.woocommerce-checkout #payment ul.payment_methods li {
	padding: 0px;
	background-image: none!important;
}

.woocommerce h1.page-title {
	font-size: 19px;
	line-height: 20px;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.sub-lhs {
	color: #423f3f;
	font-size: 15px;
}

.sub-lhs .button {
	margin-bottom: 10px;
	margin-right: 10px;
}

.sub-lhs .single-widget ul li {
	padding-bottom: 10px!important;
	margin-left: 0px!important;
}

.sub-lhs .single-widget ul li a {
	color: #423f3f;
	text-decoration: none;
}

.sub-lhs .single-widget ul li a:hover {
	color: #b30336;
	text-decoration: none;
}

.sub-lhs .single-widget ul li ul {
	padding-left: 10px;
	padding-top: 10px;
	font-size: 14px;
	padding-bottom: 5px;
}

.pd-top .woocommerce-breadcrumb {
	display: none;
}

.woocommerce div.product div.summary {
	padding-top: 50px;
}

.woocommerce-breadcrumb {
	display: none;
}

.woocommerce .woocommerce-ordering {
	margin: -30px 0px 0px 0px!important;
}

.woocommerce .woocommerce-result-count {
	padding-bottom: 20px;
}

.woocommerce a.button {
	padding: 14px 25px 14px 25px;
}

/*.woocommerce ul.products li.first {
	clear: none;
}*/

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	padding: .7em!important;
	color: #000;
}


.woocommerce a.button {
	font-weight: 400!important;
	text-transform: uppercase;
	font-size: 13px!important;
}

.sub-lhs .button {
	background-color: #b30336;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px 20px 10px 20px;
}

.sub-lhs .button:hover {
	background-color: #cf1f52;
	color: #fff;
}

.woocommerce div.product .stock {
	padding-bottom: 10px;
}

.woocommerce .add_to_wishlist {
	font-size: 13px;
	text-transform: uppercase;
	color: #4c4c4c;
	padding-bottom: 15px;
	padding-left: 30px;
	background-image: url(/wp-content/uploads/2019/03/wishlist2.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	text-decoration: none;
}

.woocommerce .add_to_wishlist:hover {
	color: #b20234;
	text-decoration: none;
}

.woocommerce .yith-wcwl-wishlistexistsbrowse a {
	color: #b20234;
	text-decoration: none;
}

.woocommerce .product_meta {
	padding-top: 15px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
}

.woocommerce .product_meta a {
	color: #666;
	text-decoration: none;
	font-weight: 400;
}

.woocommerce .product_meta a:hover {
	color: #b20234;
	text-decoration: underline;
}

.woocommerce .product_meta .sku_wrapper {
	font-weight: 600;
	color: #333;
	padding-top: 20px;
	display: block;
}


.woocommerce-tabs h2 {
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 25px;
	color: #000;
	font-weight: 400;
}

.woocommerce-Tabs-panel--description p {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 20px;
}

.related {
	padding-top: 20px;
}

.related h2 {
	text-align: center;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-size: 30px;
}

.related ul.products {
    margin: 0px 0px 0px -20px!important;
}

.related ul.products li.product {
    width: 283px!important;
    margin: 0px 0px 30px 20px!important;
}

#review_form_wrapper {
	padding-top: 25px;
}

#review_form_wrapper p  a {
	color: #b20234;
	text-decoration: none;
}

#review_form_wrapper p  a:hover {
	color: #b20234;
	text-decoration: underline;
}

.woocommerce .comment-reply-title {
	padding-bottom: 15px;
	display: block;
}

.woocommerce-notices-wrapper {
	margin-top: 20px;
}

.woocommerce a.remove {
    font-size: 40px!important;
    height: 32px!important;
    width: 32px!important;
    line-height: 32px!important;
    font-weight: 400!important;
	color: #000!important;
}

.woocommerce a.remove:hover {
	background-color: #ccc!important;
	color: #000!important;
}

.woocommerce table.cart .product-name {
	text-transform: uppercase;
	color: #000;
}


.woocommerce table.cart .product-name a {
	color: #000;
	text-decoration: none;
}

.woocommerce table.shop_table {
	border: none!important;
}

ul.wc_payment_methods li.woocommerce-info {
	padding: 1em 2em 1em 3.5em!important;
    margin: 0 0 2em!important;
	line-height: normal!important;
}

.woocommerce ul#shipping_method li {
	padding: 0px!important;
	background-image: none!important;
}

#ship-to-different-address {
	cursor: pointer;
}

.cart_totals  h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	padding-bottom: 10px;
	color: #000;
}


.woof_products_top_panel  a {
	color: #b30336;
}

.tinv-wishlist .tinv-header h2 {
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 30px;
	color: #000;
	text-transform: uppercase;
}

.tinvwl-table-manage-list thead th {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
	border-bottom: #e8e9eb solid 1px;
}

tr.wishlist_item {
	border-bottom: #e8e9eb solid 1px;
}

tr.wishlist_item .product-name {
	font-size: 15px;
	text-transform: uppercase;
	color: #000;
}

tr.wishlist_item .product-name a {
	color: #000;
	text-decoration: none;
}

tr.wishlist_item .product-name a:hover {
	color: #000;
	text-decoration: underline;
}

tr.wishlist_item .product-action button {
	font-size: 12px!important;
}

.tinv-wishlist .social-buttons li {
	padding: 0px!important;
	background-image: none!important;
}

.tinv-wishlist .social-buttons li a {
	text-decoration: none;
	color: #333;
}

.tinv-wishlist .social-buttons li a {
	color: #111;
	text-decoration: none;
}
.woocommerce-error {
	  padding: 1em 2em 1em 3.5em!important;
	margin-bottom: 30px!important;
}

.tinvwl-input-group-btn button {
	padding: .720em 1em!important;
}

.woof_price3_search_container {
	padding-bottom: 20px;
	border-bottom: #dadada solid 1px;
	margin-bottom: 20px;
}

.woof_container_inner_productcategories h4 {
	font-size: 17px;
	line-height: 19px;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 16px;
}

a.woof_front_toggle {
	color: #5f6366;
	text-decoration: none;
}

.woof_list label {
	font-size: 13px;
	padding-top: 0px!important;
}

.header-links {
	position: relative;
}

.header-links div.search {
	position: absolute;
	right: 0px;
	top: 50px;
	background-color: #fff;
	padding: 10px;
	border: #eee solid 2px;
	z-index: 99999999;
}


.header-links div.search .search-input {
	width: 185px;
	height: 35px;
	padding: 0px 15px 0px 15px;
	border: #666 solid 1px;
	outline: none;
	font-size: 14px;
	color: #363636;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.header-links div.search .search-input:focus {
	border: #999 solid 1px;
}

.header-links div.search .search-submit {
	height: 35px;
	background-color: #b30336;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0px 20px 0px 20px;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.header-links div.search .search-submit:hover {
	background-color: #222;
}


.woocommerce-product-search {
	border:#e4e4e4 solid 1px;
	overflow:hidden;
	padding:4px 10px 4px 10px;
	background-color:#fff;
}

.woocommerce-product-search .search-field {
	outline:none;
	font-size:14px;
	color:#111;
	height:24px;
	width:215px;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
	border: #fff solid 1px;
}

.woocommerce-product-search button {
	float:right;
	width:24px;
	height:24px;
	background-color:transparent;
	border:none;
	outline:none;
	cursor:pointer;
	background-image:url(images/search-button.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-indent:-9999px;
}

.tml-login, .tml-lostpassword {
	width: 505px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.tml .tml-field-wrap {
	padding-bottom: 25px;
	margin: 0px!important;
}

.tml .tml-field-wrap input[type=text], .tml .tml-field-wrap input[type=password]  {
	width: 100%;
	height: 43px;
	padding: 0px 48px 0px 25px;
	border: #000 solid 1px;
	outline: none;
	font-size: 14px;
	color: #363636;
	background-repeat: no-repeat;
	background-position: 98% center;
}

.tml .tml-field-wrap input[type=text]:focus, .tml .tml-field-wrap input[type=password]:focus {
	border: #999 solid 1px;
}

.tml-log-wrap input {
	background-image: url(images/email-box.png);
}

.tml-pwd-wrap input {
	background-image: url(images/phone-box.png);
}

.tml-lostpassword-link {
	text-align: right;
	padding-top: 8px;
	font-size: 13px;
	color: #3d4246;
	background-image: none!important;
}

.tml-lostpassword-link a {
	color: #3d4246;
	text-decoration: underline;
}

.tml-lostpassword-link a:hover {
	color: #b30336;
	text-decoration: underline;
}

.tml-links li {
	text-align: right;
	padding-top: 8px;
	font-size: 13px;
	color: #3d4246;
	background-image: none!important;
}

.tml-links li a {
	color: #3d4246;
	text-decoration: underline;
}

.tml-links li a:hover {
	color: #b30336;
	text-decoration: underline;
}


.tml-button {
	width: 100%;
	height: 50px;
	background-color: #b30336;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0px 30px 0px 30px;
	min-width: 226px;
	border: none;
	outline: none;
	cursor: pointer;
	letter-spacing: 2px;
}

.tml-button:hover {
	background-color: #222;
}


.tml-errors li {
	background-image: none!important;
}

.tinvwl_add_to_wishlist-text {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	margin-left: 5px;
}

.tinvwl_add_to_wishlist_button:hover {
	text-decoration: none!important;
}

.sub-lhs [type="checkbox"]:not(:checked),
.sub-lhs [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.sub-lhs [type="checkbox"]:not(:checked) + label,
.sub-lhs [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
.sub-lhs [type="checkbox"]:not(:checked) + label:before,
.sub-lhs [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 14px;
   height: 14px;
  border: 1px solid #bbb;
  background: #fff;
}
/* checked mark aspect */
.sub-lhs [type="checkbox"]:not(:checked) + label:after,
.sub-lhs [type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: 2px; 
	left: 3px;
  font-size: 12px;
  line-height: 12px;
  color: #333;
  transition: all .2s;
	font-family: 'Montserrat', sans-serif;
}
/* checked mark aspect changes */
.sub-lhs [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.sub-lhs [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.sub-lhs [type="checkbox"]:disabled:not(:checked) + label:before,
.sub-lhs [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.sub-lhs [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.sub-lhs [type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
.sub-lhs [type="checkbox"]:checked:focus + label:before,
.sub-lhs [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #000;
}

/* hover style just for information */
.sub-lhs label:hover:before {
  border: 1px solid #bbbbbb!important;
}


.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: #dadada solid 1px!important;
}

.woocommerce div.product .woocommerce-tabs {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: #dadada solid 1px;
	margin-bottom: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0px 0px 50px 0px!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin-right: 10px;
	-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	border-radius: 0px!important;
	background-color: #fff!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #b50337!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 11px 20px 11px 20px!important;
	font-weight: 400!important;
	font-size: 17px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}


.woocommerce table.shop_attributes {
	border-top: #b20233 solid 1px!important;
}

.woocommerce table.shop_attributes th {
	border-bottom: #b20233 solid 1px!important;
	padding: 18px 10px 18px 0px!important;
	width: 25%!important;
	font-size: 16px;
}

.woocommerce table.shop_attributes td {
	border-bottom: #b20233 solid 1px!important;
	padding: 18px 0px 18px 0px!important;
	font-size: 16px;
}

.comment-form label {
	font-weight: 600;
}

.woocommerce #reviews #comment {
	height: 100px!important;
}

.woocommerce #review_form #respond .form-submit {
	padding: 5px 0px 10px 0px;
}

.woocommerce #review_form #respond .form-submit input {
	background-color: #b50438!important;
	color: #fff!important;
	text-transform: uppercase;
	font-weight: 400!important;
		-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	border-radius: 0px!important;
	min-width: 167px;
	letter-spacing: 1px;
}

.woocommerce #review_form #respond .form-submit input:hover {
	background-color: #cb2e5c!important;
}

#customer_details h3 {
	border-bottom: #e9e9e9 solid 1px;
	padding-bottom: 10px!important;
	margin-bottom: 20px!important;
}

.entry-summary .sk {
	padding-bottom: 18px;
	display: inline-block;
	padding-right: 5px;
}

.entry-summary .sk2 {
	padding-bottom: 18px;
	display: inline-block;
}

.arconix-faq-content img.alignright {
	float: right;
	margin: 0px 0px 30px 30px!important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.our-brands {
	border-top: #c6c6c6 solid 1px;
	margin-top: 70px;
}

.our-brands-wrap {
	padding-top: 75px;
	overflow: hidden;
	width: 1220px;
	margin: 0 auto;
}

.our-brands-wrap h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 55px;
	color: #000;
	letter-spacing: 3px;
}

.our-brands-wrap ul {
	margin-left: -20px;
}

.our-brands-wrap ul li {
	float: left;
	margin: 0px 0px 20px 20px;
	width: 288px;
	height: 125px;
	border: #eee solid 1px;
	overflow: hidden;
}

.search-page article h2 {
	text-align: center;
	padding: 15px 0px 15px 0px;
}

.bxslider2 {
	overflow: hidden;
}

.bxslider2 li {
	float: left;
	width: 12.5%;
	text-align: center;
}

.bxslider2 li a {
	text-decoration: none;
}

.bxslider2 li .ora-name {
	padding-top: 10px;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}



.sub-text h2 {
	font-size: 26px;
	line-height: 30px;
	padding-bottom: 20px;
	color: #000;
	font-weight: 500;
}

.woocommerce ul.products li.sale {
	border: #bc1e1f solid 2px;
	border-bottom: #bc1e1f solid 18px;
	margin-bottom: 22px;
}

.woocommerce ul.products li.sale span.onsale {
	width: 130px;
	height: 199px;
	background-image: url(/wp-content/uploads/2020/01/v-sale1-1.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	text-indent: -9999px;
		margin: 0px!important;
	top: 0px;
	right: 0px;

}

.woocommerce div.sale div.images.woocommerce-product-gallery {
	border: #bc1e1f solid 2px;
}

.woocommerce div.product span.onsale {
	width: 130px;
	height: 199px;
	background-image: url(/wp-content/uploads/2020/01/v-sale2-1.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	text-indent: -9999px;
	margin: 0px!important;
	top: 2px;
	left: 2px;
}

.cart-info {
	background-color: #f5f5f5;
	padding: 34px 27px 10px 27px;
	overflow: hidden;
	margin-top: 50px;
	color: #000;
	font-size: 15px;
}

.cart-info .lhs {
	float: left;
	width: 40%;
}

.cart-info .rhs {
	float: right;
	width: 55%;
}

.cart-info ul {
	margin: 0px;
}

.cart-info ul li {
	background-image: url(/wp-content/uploads/2020/01/bullet03.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 16px 30px;
}

.cart-info p {
	line-height: 19px;
}

.popup-bg {
	position: absolute;
	z-index: 99999;
	width: 100%;
	top: 150px;
}

.wpop-wrap {
	width: 810px;
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
}

.wpop-wrap br {
	display: none;
	color: #000;
}

.wpop-lhs {
	float: left;
	width: 395px;
	border: #f3f3f3 dashed 1px;
	padding: 40px 0px 5px 0px;
}

.wpop-lhs-wrap {
	padding: 0px 35px 0px 30px;
}

.wpop-lhs-wrap div {
	padding-bottom: 33px;
}

.wpop-lhs-wrap ul {
	color: #000;
}

.wpop-lhs-wrap ul li {
	font-size: 15px;
	line-height: 20px;
	padding: 0px 0px 25px 27px;
	background-image: url(/wp-content/uploads/2020/02/bullet05.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.wpop-rhs {
	float: right;
	width: 335px;
	background-image: url(/wp-content/uploads/2020/02/wpop-rhs.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 20px;
}

.wpop-logo {
	padding-bottom: 135px;
	text-align: center;
}

.wpop-rhs p {
	font-size: 15px;
	line-height: 18px;
	padding-bottom: 15px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.wpop-rhs p strong {
	font-weight: 700;
}

.wpop-box {
	padding-bottom: 10px;
}

.wpop-box input {
	width: 100%;
	height: 38px;
	padding: 0px 30px 0px 17px;
	background-repeat: no-repeat;
	background-position: 97% center;
}

.wpop-box input:focus {
	border: #eee solid 1px;
}

.wpop-button input {
	width: 100%;
	height: 40px;
	border: none;
	outline: none;
	background-color: #b50438;
	color: #fff;
	text-transform: uppercase;
	background-image: url(/wp-content/uploads/2020/02/button-arrow.png);
	background-repeat: no-repeat;
	background-position: 30% center;
	font-size: 14px;
	cursor: pointer;
}

.wpop-button input:hover {
	color: #fff;
	background-color: #dc154f;
}

@media only screen and (min-width: 1521px) and (max-width: 5000px) {

.mobile {
    display: none;
}

}

@media only screen and (min-width: 1380px) and (max-width: 1520px) {

.mobile {
    display: none;
}
	
.container {
	min-width:1300px;
}

.wrap {
	width: 1132px;
}



.home-banner {
	/*height:600px;*/
}


.bx-wrapper li {
	height:600px;
}



.banner-img img {
	height:auto;
	width:100%;
	min-width:1803px;
}


.bc-wrap {
	padding-top: 200px;
}

.bx-wrapper2 ul li {
	width:255px!important;
	height:380px;
	margin-right:16px;
}
	
.our-jwellery-slider {
	padding-top: 70px;
}
	


.home-section3 {
	width: 1340px;
}

.hs3-lhs {
	width: 650px;
	height: 600px;
}

.hs3-rhs {
	width: 650px;
	height: 585px;
}


.home-section5 {
	max-width: 1600px;
}


.home-section6 {
	width: 1340px;
}

.hs6-lhs {
	width: 650px;
}

.hs6-rhs {
	width: 650px;
}


.hs6-image {
	overflow: hidden;
}

	
}


@media only screen and (min-width: 1280px) and (max-width: 1379px) { 

.mobile {
    display: none;
}
	
.container {
	min-width:1200px;
}

.wrap {
	width: 1132px;
}

.home-banner {
	/*height:550px;*/
}

.bx-wrapper li {
	width:100%;
	height:550px;
}


.banner-img img {
	min-width:1703px;
}

.bc-wrap {
	padding-top: 180px;
}

.bc-box {
	padding-left: 0px;
}

.bc-box h3 {
	font-size: 38px;
	line-height: 38px;
}

.bc-box h4 {
	font-size: 35px;
	line-height: 38px;
}


.home-section2 h2 {
	padding-bottom: 65px;
}

.bx-wrapper2 {
	width:100%;
	height:380px;
}

.bx-wrapper2 ul li {
	width:225px!important;
	height:380px;
	margin-right:25px;
}
	
.our-jwellery-slider {
	width: 96%;
	margin: 0 auto;
	padding-top: 50px;
}
		

.home-section3 {
	width: 1220px;
}

.hs3-lhs {
	width: 590px;
	height: 580px;
}

.hs3l-box {
	left: 155px;
	top: 236px;
	padding: 30px;
	width: 340px;
}

.hs3l-box h3 {
	font-size: 30px;
	letter-spacing: 2px;
	padding-right: 10px;
}

.hs3l-box p {
	font-size: 19px;
	line-height: 25px;
	padding-bottom: 30px;
}

.hs3-rhs {
	width: 590px;
	height: 565px;
}

.hs3r-box {
	left: 44px;
	top: 320px;
	width: 340px;
}

.home-section5 {
	max-width: 1400px;
}

.hs5r-image {
	padding-top: 20px;
}	

.hs5l-contents h3 {
	font-size: 28px;
	letter-spacing: 2px;
}

.hs5l-contents h2 {
	font-size: 53px;
	line-height: 53px;
}

.home-section6 {
	width: 1220px;
}

.hs6-lhs {
	width: 590px;
}

.hs6-rhs {
	width: 590px;
}

.home-section6 h3 {
	font-size: 28px;
	line-height: 28px;
}
	
	

}



@media only screen and (min-width: 960px) and (max-width: 1279px) {

.mobile {
    display: none;
}
	
.container {
	min-width:940px;
}

.wrap {
	width: 940px;
}

.header {
	width: 100%;
}

.home-banner {
	/*height:500px;*/
}

.bx-wrapper li {
	height:500px;
}

.banner-img img {
	min-width:1500px;
}

.bc-wrap {
	padding-top: 120px;
}

.bc-box {
	padding-left: 0px;
}

.bc-box h3 {
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 2px;
}

.bc-box h4 {
	font-size: 30px;
	line-height: 32px;
	letter-spacing: 2px;
}

.bc-box h5 {
	font-size: 32px;
	line-height: 35px;
	letter-spacing: 0px;
}

.hs1-wrap {
	width: 940px;
	padding: 50px 0px 50px 0px;
}

.hs1-lhs {
	width: 46%;
}

.hs1-rhs {
	width: 47%;
	padding-top: 15px;
}

.hs1-rhs h2 {
	font-size: 35px;
	letter-spacing: 0px;
}
	
.home-section2 {
	padding: 80px 0px 100px 0px;
}

.home-section2 h2 {
	font-size: 28px;
	line-height: 28px;
	padding-bottom: 70px;
}

.bx-wrapper2 {
	width:100%;
	height:380px;
}

.bx-wrapper2 ul li {
	width:220px!important;
	height:380px;
	margin-right:16px;
}

.or-image {
	height: 290px;
	text-align: center;
}

.or-name {
	font-size: 16px;
	line-height: 17px;
	letter-spacing: 1px;
}

.home-section3 {
	width: 940px;
	padding-bottom: 80px;
}

.hs3-lhs {
	width: 450px;
	height: 600px;
	background-position: -150px top;
}

.hs3l-box {
	left: 20px;
	top: 236px;
	padding: 20px;
	width: 360px;
}

.hs3l-box h3 {
	font-size: 30px;
	padding-bottom: 20px;
	letter-spacing: 1px;
	padding-right: 0px;
}

.hs3-rhs {
	width: 450px;
	height: 585px;
	border: #f6f6f6 solid 5px;
	background-size: 100% auto;
}

.hs3r-box {
	left: 25px;
	top: 320px;
	width: 340px;
}

.hs3r-box h3 {
	font-size: 30px;
	letter-spacing: 1px;
	padding-right: 0px;
}
	
.home-section4 {
	margin-bottom: 120px;
}

.hs4-video {
	max-height: 500px;
}



.hs4-box {
	left: 0px;
	margin-top: -150px;
	width: 320px;
	padding: 45px 25px 25px 25px;
}

.hs4-box h3 {
	font-size: 30px;
	letter-spacing: 1px;
	padding-right: 10px;
}

.home-section5 {
	max-width: 1300px;
}


.hs5l-contents {
	padding: 150px 0px 140px 0px;
}

.hs5l-contents h3 {
	font-size: 25px;
	letter-spacing: 1px;
}

.hs5l-contents h2 {
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 1px;
}


.hs5r-contents {
	width: 85%;
	padding: 44px 0px 20px 0px;
}

.hs5r-image {
	float: right;
	width: 38%;
	padding-top: 20px;
}

.hs5r-text {
	width: 60%;
	padding-top: 2%;
}

.hs5r-text h3 {
	font-size: 27px;
	line-height: normal;
	padding-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.hs5r-text p {
	font-size: 18px;
	line-height: 23px;
	padding-bottom: 20px;
}

.home-section6 {
	width: 940px;
	padding: 80px 0px 90px 0px;
}

.hs6-lhs {
	width: 49%;
}

.hs6-rhs {
	width: 49%;
}

.home-section6 h3 {
	font-size: 25px;
	line-height: 25px;
}


.hs6-image {
	border: #f6f6f6 solid 5px;
}


.ft-links {
	padding-left: 0px;
}

.ft-links ul li {
	padding-right: 35px;
}


.footer-mid {
	padding: 60px 0px 60px 0px;
}

.footer-mid h3 {
	font-size: 17px;
	line-height: 17px;
	padding-bottom: 25px;
}

.fm-section1 {
	margin-left: 0px;
	width: 250px;
}

.fm-section2 {
	width: 180px;
}

.fm-section3 {
	width: 200px;
}

.fm-section4 {
	width: 240px;
}


.copyright {
	margin-left: 0px;
}


.social ul li {
	margin-left: 40px;
}

.sub-banner-wrap h1 {
	font-size: 34px;
	line-height: 36px;
}

.sub-contents {
	padding-bottom: 70px;
}

.our-story-top {
	padding: 60px 0px 40px 0px;
}


.our-story-top p {
	font-size: 17px;
	line-height: 22px;
}

.tab-content {
	padding-top: 60px;
}


.timeline-item {
	background-position: center 354px;
}

.tli-box {
	width: 420px;
	min-height: 327px;
}

.tli-white-box {
	width: 305px;
	padding-top: 20px;
	margin-top: 230px;
}

.timeline-item .lhs .tli-white-box {
	padding-left: 30px;
}

.timeline-item .rhs .tli-white-box {
	padding-right: 30px;
}

.team-list ul li {
	margin: 0px 30px 30px 30px;
}

.contact-top {
	padding: 60px 0px 80px 0px;
}

.ct-text {
	padding-bottom: 60px;
}

.ct-lhs {
	width: 60%;
}

.ct-rhs {
	width: 36%;
}

.contact-map iframe {
	height: 500px;
}

.sub-main {
	padding-top: 60px;
}


.sub-top p {
	font-size: 17px;
	line-height: 22px;
}
	
.our-jwellery-slider {
	padding-top: 60px;
}

.wrap2 {
	width: 940px;
	margin: 0 auto;
}

.sub-lhs {
	width: 200px;
}


.sub-rhs {
	width: 710px;
}


.pd-top {
	padding-bottom: 80px;
}

.wrap3 {
	width: 940px;
}



.arconix-faq-wrap {
	background-position: right 13px!important;
}

.arconix-faq-title {
	padding: 25px 30px 25px 70px!important;
	font-size: 18px!important;
	line-height: 24px!important;
	background-position: 15px 22px!important;
}

.arconix-faq-content {
	padding: 35px 0px 30px 70px!important;
}


/* Post Page */


.post-thumb {
	max-width: 450px;
	max-height: 300px;
	overflow: hidden;
	float:left;
}

.post-page .post .wp-post-image {
	min-width: 420px;
	margin-right: 30px;
}
	
.pd-wrap {
	overflow: hidden;
}

.post-page .view-article {
	float: right;
}	

/* Single Post Page  */

.wrap-blog {
	width: 940px;
}


.featured-post h2 {
	font-size: 30px;
	line-height: 33px;
	letter-spacing: 1px;
}

.featured-post ul {
	margin-left: -30px;
}

.featured-post ul li {
	width: 212px;
	margin: 0px 0px 30px 30px;
}

.fp-image {
	width: 100%;
	height: 212px;
}


.featured-post ul li h3 {
	font-size: 16px;
	line-height: 21px;
}

/* woocommerce  */


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	border: #e1e1e1 solid 1px;
	padding-bottom: 22px;
	text-align: center;
	width: 340px!important;
	margin: 0px 0px 30px 24px!important;
}

.woocommerce-loop-product__title {
	background-image: url(images/grey-line.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 17px 10px 7px 10px!important;	
	font-size: 17px!important;	
	line-height: 19px!important;	
	color: #000!important;	
	text-transform: uppercase;
	height: 80px;
}

.woocommerce ul.products li.product .price {
    color: #b00638!important;
    margin-bottom: 17px!important;
    font-size: 15px!important;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .button {
	margin-top: 0px!important;
}

.add_to_cart_button {
	border: #000 solid 1px!important;
	font-size: 13px!important;
	text-transform: uppercase;
	color: #000!important;
	background-color: #fff!important;
	font-weight: 400!important;
	padding: 13px 26px 13px 57px!important;
	background-image: url(images/cart-icon01.png)!important;
	background-repeat: no-repeat;
	background-position: 22px center;
}

.add_to_cart_button:hover {
	border: #b30336 solid 1px!important;
	color: #fff!important;
	background-color: #b30336!important;
	background-image: url(images/cart-icon02.png)!important;
}

.woocommerce a.added_to_cart {
	color: #b30336;
	font-size: 13px;
}

.woocommerce-error {
    border-top-color: #b30336!important;
} 


.woocommerce .button {
		-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	border-radius: 0px!important;
}


.woocommerce div.product .product_title {
	font-size: 31px;
	line-height: 35px;
	padding-bottom: 10px;
	color: #000;
}

.woocommerce div.product p.price {
	font-size: 24px;
	line-height: 25px;
	padding-bottom: 25px;
	color: #b20234;
	padding-top: 27px;
	border-top: #dfdfdf solid 1px;
}

.woocommerce-product-details__short-description p {
	color: #868686;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 20px;
}

.woocommerce div.product .stock {
	color: #b20234!important;
}

.woocommerce div.product form.cart {
	border-top: #dfdfdf solid 1px;
	border-bottom: #dfdfdf solid 1px;
	padding: 39px 0px 39px 0px;
}

.woocommerce .quantity .qty {
	height: 36px;
	background-color: #f3f3f3;
	color: #000;
	border: none;
	outline: none;
	font-size: 16px;
	margin-right: 68px;
	margin-top: 7px;
}

.woocommerce div.product form.cart .button {
	color: #fff!important;
	background-color: #b30336!important;
	font-size: 17px!important;
	text-transform: uppercase;
	font-weight: 400!important;
	height: 50px;
	background-image: url(images/cart-icon02.png)!important;
	background-repeat: no-repeat;
	background-position: 76px center;
	letter-spacing: 1px;
	padding: 0px 85px 0px 116px;
}

.woocommerce div.product form.cart .button:hover {
	color: #fff!important;
	background-color: #e70f47!important;
}

.product_meta a {
	color: #b30336;
	text-decoration: underline;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	border: #e5e5e5 solid 1px;
	width: 20%!important;
	margin: 0px 15px 15px 0px;
}

.woocommerce table.cart img {
	height: 120px!important;
	width: auto;
}

.woocommerce-info a {
	color: #b30336;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d4d4d4!important;
    		-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	border-radius: 0px!important;
}

.select2-container .select2-selection--single {
	height: 44px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 44px!important;
}

.woocommerce form .form-row label {
	font-size: 16px;
	color: #000000;
	font-weight: 500;
}

.woocommerce-checkout h3 {
	font-size: 22px!important;
	line-height: 24px!important;
	color: #b30336!important;
	text-transform: none!important;
	font-weight: 500;
	letter-spacing: 0px!important;
}

.woocommerce button.button.alt {
	background-color: #b30336!important;
	font-weight: 400!important;
	text-transform: uppercase;
}

.woocommerce-error ul {
	padding-bottom: 0px!important;
}

.woocommerce-error li {
	background-image: none!important;
	padding-left: 0px!important;
}
	
	
.related ul.products li.product {
    width: 218px!important;
    margin: 0px 0px 30px 20px!important;
}
	
.woocommerce-product-search .search-field {
	width:125px;
}
	
	

.our-brands-wrap {
	padding: 70px 0px 0px 0px;
	width: 940px;
}

.our-brands-wrap h3 {
	padding-bottom: 45px;
}

.our-brands-wrap ul {
	margin-left: -15px;
}

.our-brands-wrap ul li {
	margin: 0px 0px 15px 15px;
	width: 221px;
	height: 96px;
}	
	
.our-story-top h3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
}	
	
.woocommerce ul.products li.sale {
	border: #bc1e1f solid 2px;
	border-bottom: #bc1e1f solid 18px;
	margin-bottom: 12px!important;
}
	
	
.woocommerce div.product span.onsale {

}
	
.woocommerce ul.products li.first {
	clear: none;
}	
	
.cart-info .lhs {
	width: 45%;
}

.cart-info .rhs {
	width: 52%;
}
	
	
.now_sold {
	width: 70px;
	height: 66px;
}	
	
}



/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

.mobile {
    display: none;
}
	
.container {
	min-width:740px;
}

.wrap {
	width: 740px;
}



.header-links ul li {
	margin-left: 23px;
}


.home-banner {
	/*height:450px;*/
}

.bx-wrapper li {
	height:450px;
}

.banner-img img {
	height:auto;
	width:100%;
	min-width:1350px;
}

.bc-wrap {
	padding-top: 90px;
}

.bc-box {
	padding-left: 0px;
}

.bc-box h3 {
	font-size: 35px;
	line-height: 35px;
	letter-spacing: 2px;
}

.bc-box h4 {
	font-size: 30px;
	line-height: 33px;
	letter-spacing: 1px;
}

.bc-box h5 {
	font-size: 30px;
	line-height: 30px;
}

.v-button a {
	padding: 0px 35px 0px 35px;
}


.hs1-wrap {
	width: 740px;
	padding: 50px 0px 50px 0px;
}

.hs1-lhs {
	float: left;
	width: 47%;
}

.hs1-rhs {
	float: right;
	width: 48%;
	padding-top: 0px;
}

.hs1-rhs h2 {
	font-size: 30px;
	letter-spacing: 1px;
}

.hs1-rhs p {
	font-size: 19px;
	line-height: 24px;
	padding-bottom: 30px;
}

.home-section2 {
	width: 740px;
	padding: 60px 0px 40px 0px;
}

.home-section2 h2 {
	font-size: 28px;
	line-height: 28px;
	padding-bottom: 60px;
}

.bx-wrapper2 {
	width:100%;
	height:380px;
}

.bx-wrapper2 ul li {
	width:235px!important;
	height:380px;
	margin-right:16px;
}



.or-name {
	font-size: 16px;
	line-height: 17px;
	letter-spacing: 1px;
}

.home-section3 {
	width: 740px;
	padding-bottom: 80px;
}

.hs3-lhs {
	float: none;
	width: 673px;
	height: 600px;
	margin: 0px auto 30px auto;
}

.hs3-rhs {
	float: none;
	width: 656px;
	height: 585px;
	margin: 0 auto;
}


.home-section4 {
	margin-bottom: 120px;
}

.hs4-video {
	max-height: 468px;
}


.hs4-box {
	width: 325px;
	padding: 25px;
	margin-top: -130px;
}

.hs4-box h3 {
	font-size: 27px;
	padding-bottom: 20px;
	letter-spacing: 1px;
	padding-right: 30px;
}

.hs4-box p {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 30px;
}
	
.home-section5 {
	max-width: inherit;
}

.hs5-lhs {
	float: none;
	width: auto;
	background-size: cover;
}

.hs5l-contents {
	max-width: 90%;
	padding: 80px 0px 80px 0px;
}

.hs5l-contents h3 {
	font-size: 27px;
	letter-spacing: 1px;
}

.hs5l-contents h2 {
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 1px;
}


.hs5-rhs {
	float: none;
	width: auto;
}

.hs5r-contents {
	width: 90%;
	padding: 30px 0px 20px 0px;
}

.hs5r-image {
	float: right;
	width: 38%;
}

.hs5r-text {
	width: 60%;
	padding-top: 5%;
}

.hs5r-text h3 {
	font-size: 27px;
	padding-bottom: 20px;
	letter-spacing: 1px;
}

.hs5r-text p {
	font-size: 18px;
	line-height: 25px;
	padding-bottom: 30px;
}

.home-section6 {
	width: 740px;
	padding: 70px 0px 50px 0px;
}

.hs6-lhs {
	float: none;
	width: 659px;
	margin: 0 auto 40px auto;
}

.hs6-rhs {
	float: none;
	width: 659px;
	margin: 0 auto 30px auto;
}


.ft-links {
	font-size: 12px;
	padding-left: 0px;
}

.ft-links ul li {
	padding-right: 12px;
}

.footer-mid {
	padding: 50px 0px 50px 0px;
}

.fm-section1 {
	float: left;
	margin-left: 0px;
	width: 50%;
}

.fm-section2 {
	float: left;
	width: 50%;
}

.fm-section3 {
	float: left;
	width: 50%;
	margin-top: 20px;
}

.fm-section4 {
	float: right;
	width: 50%;
	margin-top: 20px;
}

.fb-wrap {
	font-size: 12px;
}

.copyright {
	float: left;
	margin-left: 0px;
}

.social ul li {
	margin-left: 30px;
}

.sub-banner-wrap h1 {
	font-size: 30px;
	line-height: 31px;
	letter-spacing: 1px;
}

.sub-contents {
	padding-bottom: 60px;
}

.our-story-top {
	padding: 50px 0px 40px 0px;
}


.sub-text h3 {
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 1px;
}

.tab-content {
	padding-top: 40px;
}

.timeline {
	background-image: none;
	padding-bottom: 20px;
}

.timeline-item {
	background-position: center 354px;
	padding-bottom: 40px;
}


.team-list ul li {
	width: 322px;
	margin: 0px 18px 30px 18px;
}
	
.tl-social ul li {
	width: 31px;
	height: 30px;
	margin: 0px 6px 0px 6px;
}	

.contact-top {
	padding: 50px 0px 60px 0px;
}

.ct-text {
	padding-bottom: 50px;
}

.ct-text p {
	font-size: 16px;
	line-height: 22px;
}

.ct-lhs {
	float: none;
	width: auto;
	padding-bottom: 50px;
}


.ct-rhs {
	float: none;
	width: auto;
}


.contact-map iframe {
	width: 100%;
	height: 400px;
}

.sub-main {
	padding-top: 70px;
	overflow: hidden;
}

.center {
	text-align: center;
}

.guarantee-box {
	background-position: 146px top;
}

.gb-wrap {
	padding: 30px 25px 20px 188px;
	background-image: url(images/guarantee.png);
	background-position: 32px 28px;
}

.sub-top {
	padding-bottom: 40px;
}

.sub-top p {
	font-size: 17px;
	line-height: 22px;
}


.our-jwellery-slider {
	padding-top: 40px;
}

.wrap2 {
	width: 740px;
}

.sub-lhs {
	width: 180px;
}


.sub-rhs {
	width: 540px;
}

.heading2 {
	font-size: 18px;
	line-height: 21px;
}


.sort select {
	width: 187px;
}

.search-top {
	padding-top: 40px;
}

.pd-top {
	padding-bottom: 80px;
}

.wrap3 {
	width: 740px;
}

.pd-middle-wrap {
	padding: 60px 0px 60px 0px;
}

.featured {
	border-top: #c6c6c6 solid 1px;
}

.featured-wrap {
	padding: 60px 0px 20px 0px;
}

.featured-wrap h3 {
	font-size: 28px;
	line-height: 33px;
	padding-bottom: 40px;
}

.cart-top {
	padding: 60px 0px 90px 0px;
}

.heading3 {
	font-size: 30px;
	line-height: 35px;
	padding-bottom: 40px;
}

.wishlist-top {
	padding: 60px 0px 90px 0px;
}

.arconix-faq-wrap {
	background-position: right 13px!important;
}

.arconix-faq-title {
	padding: 25px 30px 25px 60px!important;
	font-size: 17px!important;
	line-height: 23px!important;
	background-position: 10px 22px!important;
}

.arconix-faq-content {
	padding: 35px 0px 30px 60px!important;
}



/* Post Page */
	
	
.blog-top {
	padding-bottom: 40px;
}

.blog-top .single-widget {
	margin-right: 20px;
}


.blog-top .single-widget select {
	min-width: 200px;
}

.blog-top .single-widget .search {
	padding:4px 15px 4px 15px;
}


.blog-top .single-widget .search .search-input {
	width:200px;
}
	
.post-thumb {
	max-width: 30%px;
	max-height: 250px;
}

.post-page .post .wp-post-image {
	min-width: 90%;
	margin-right: 20px;
}
	
.pd-wrap {
	overflow: hidden;
}

.post-page .view-article {
	float: right;
}	
	

.post-page .pd-wrap h2 {
	font-size:21px!important;
	line-height:26px!important;
}



/* Single Post Page  */

.wrap-blog {
	width: 740px;
}

.blog-main {
	padding-top: 40px;
}


.featured-post h2 {
	font-size: 28px;
	line-height: 30px;
	padding-bottom: 40px;
	letter-spacing: 1px;
}

.featured-post ul {
	margin-left: -20px;
}

.featured-post ul li {
	width: 170px;
	margin: 0px 0px 30px 20px;
}

.fp-image {
	width: 100%;
	height: 171px;
}

.featured-post ul li h3 {
	font-size: 14px;
	line-height: 20px;

}
	
	
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 255px!important;
	margin: 0px 0px 30px 26px!important;
}
	
.woocommerce .button {
	width: auto!important;
	height: auto!important;
		
}
	
.woocommerce .button:after{
	display: none!important
}

.woocommerce .button:before{
	display: none!important;
}
	
.related ul.products li.product {
    width: 231px!important;
    margin: 0px 0px 30px 20px!important;
}
	
.related ul.products li:last-child {
	display: none;
}
	
.woocommerce div.product form.cart .button {
	font-size: 17px!important;
	height: 50px!important;
	background-position: 46px center;
	padding: 0px 55px 0px 86px;
}
	
.woocommerce form .form-row-first {
	float: none!important;
	width: auto!important;
}	

.woocommerce form .form-row-last {
	float: none!important;
	width: auto!important;
}	
	
.woocommerce-product-search .search-field {
	width:105px;
}
	

.our-brands-wrap {
	padding: 50px 0px 0px 0px;
	width: 740px;
}

.our-brands-wrap h3 {
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 40px;
	letter-spacing: 3px;
}

.our-brands-wrap ul {
	margin-left: -18px;
}

.our-brands-wrap ul li {
	margin: 0px 0px 18px 18px;
	width: 232px;
	height: 110px;
}	
	
.ost-image {
	max-width: 50%;
	margin: 0px 0px 20px 20px;
}	
	
.bxslider2 li {
	width: 25%;
	margin-bottom: 30px;
}	
	
	
.woocommerce div.product span.onsale {
	width: 80px;
	height: 122px;
	background-size: 100% auto;
}
	
	

.woocommerce ul.products li.sale {
	border-bottom: #bc1e1f solid 10px;
	margin-bottom: 20px!important;
}	
	
	
.woocommerce ul.products li.first {
	clear: none;
}
	
	
.woocommerce ul.products li.sale span.onsale {
	width: 80px;
	height: 122px;
	background-size: 100% auto;
}
	
.now_sold {
	width: 70px;
	height: 66px;
}
	
	
.wpop-wrap {
	width: 700px;
}

.wpop-lhs {
	width: 340px;
	padding: 40px 0px 5px 0px;
}

.wpop-lhs-wrap {
	padding: 0px 25px 0px 20px;
}

.wpop-lhs-wrap div {
	padding-bottom: 33px;
}


.wpop-lhs-wrap ul li {
	padding: 0px 0px 22px 27px;
}

.wpop-rhs {
	width: 330px;
	margin-right: 0px;
	background-size: 100% auto;
}

}


/* Tablet Portrait size to standard 960 (devices and browsers) */
	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

.container {
	min-width:300px;
}

.wrap {
	width: 95%;
	min-width:300px;
}


.header-top {
	height: auto;
	padding: 20px 0px 20px 0px;
}

.logo {
	position: static;
	float: none;
	margin-left: 0px;
	text-align: center;
}

.call {
	float: none;
	margin-top: 15px;
	font-size: 16px;
	padding: 3px 0px 3px 28px;
	width: 180px;
	margin:15px auto 0px auto;
	display: none;
}

.header-links {
	float: none;
	clear: right;
	text-align: center;
	margin-top: 25px;
}

.header-links ul li {
	float: none;
	display: inline-block;
	margin: 0px 8px 5px 8px;
	font-size: 10px;
}

.header-bottom {
	background-color: #171717;	
}
	
.call-mobile {
	top: 17px;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 1px 0px 3px 24px;
	display: block;
}	

.home-banner {
	/*height:520px;*/
}

.bx-wrapper li {
	height:520px;
}
	
.banner-img img {
	width:100%;
	min-width:1650px;
}


.bc-wrap {
	padding-top: 140px;
}

.bc-box {
	padding-left: 0px;
	text-align: center;
}

.bc-box h3 {
	font-size: 32px;
	line-height: 34px;
	padding-bottom: 7px;
	letter-spacing: 1px;
}

.bc-box h4 {
	font-size: 32px;
	line-height: 34px;
	letter-spacing: 1px;
}

.bc-box h5 {
	font-size: 32px;
	line-height: 34px;
	padding-bottom: 20px;
}

.v-button a {
	padding: 0px 35px 0px 35px;
	font-size: 13px;
}


.hs1-wrap {
	width: 95%;
	min-height: 420px;
	padding: 40px 0px 40px 0px;
}

.hs1-lhs {
	float: none;
	width: auto;
	text-align: center;
}

.hs1-rhs {
	float: none;
	width: auto;
	padding-top: 20px;
	text-align: center;
}

.hs1-rhs h2 {
	font-size: 34px;
	letter-spacing: 1px;
}


.hs1-rhs p {
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 30px;
}

.home-section2 {
	width: 96%;
	min-width: 300px;
	padding: 60px 0px 40px 0px;
}

.home-section2 h2 {
	font-size: 26px;
	line-height: 27px;
	padding-bottom: 60px;
}

.bx-wrapper2 {
	width:300px;
	height:380px;
}

.bx-wrapper2 ul li {
	width:300px!important;
	height:380px;
	margin-right:15px;
}


.or-image {
	height: 290px;
	text-align: center;
}

.or-name {
	font-size: 16px;
	line-height: 17px;
	letter-spacing: 1px;
}

.home-section3 {
	width: 95%;
	padding-bottom: 60px;
	min-width: 300px;
}

.hs3-lhs {
	float: none;
	width: auto;
	height: auto;
	overflow: hidden;
	background-size: auto 100%;
	margin-bottom: 40px;
	padding: 200px 5% 20px 5%;
}

.hs3l-box {
	position: static;
	padding: 20px;
	width: auto;
	float: right;
	
}

.hs3l-box h3 {
	font-size: 27px;
	letter-spacing: 1px;
	padding-right: 0px;
	padding-bottom: 10px;
}

.hs3l-box p {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 20px;
}

.hs3-rhs {
	float: none;
	width: auto;
	height: auto;
	border: #f6f6f6 solid 5px;
	background-position: right top;
	overflow: hidden;
	padding: 200px 5% 5% 5%;
	background-size: 80% auto;
	
}

.hs3r-box {
	position: static;
	width: auto;
}

.hs3r-box h3 {
	font-size: 28px;
	padding-bottom: 20px;
	letter-spacing: 1px;
	padding-right: 0px;
}

.hs3r-box p {
	font-size: 19px;
	line-height: 25px;
	padding-bottom: 30px;
}

.home-section4 {
	margin-bottom: 80px;
	position: relative;
	overflow: hidden;
}

.hs4-video {
	max-height: 500px;
	overflow: hidden;
}

.hs4-video img {
	width: 100%;
	height: auto;
}

.hs4-video iframe {
	width: 100%;
	height: 100%;
}

.hs4-contents {
	clear: both;
	position: static;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.hs4-wrap {
	position: static;
	height: 100%;
}

.hs4-box {
	position: static;
	width: auto;
	padding: 25px;
	margin: 0px;
}

.hs4-box h3 {
	font-size: 23px;
	padding-bottom: 10px;
	letter-spacing: 0px;
	padding-right: 0px;
}

.hs4-box p {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 20px;
}

.home-section5 {
		width: 100%;
	min-width: 300px;
}

.hs5-lhs {
	float: none;
	width: auto;
}

.hs5l-contents {
	max-width: 95%;
	padding: 150px 0px 150px 0px;
}

.hs5l-contents h3 {
	font-size: 27px;
	letter-spacing: 2px;
}

.hs5l-contents h2 {
	font-size: 49px;
	line-height: 49px;
	letter-spacing: 1px;
}

.hs5-rhs {
	float: none;
	width: auto;
}

.hs5r-contents {
	width: 95%;
	margin: 0 auto;
	padding: 25px 0px 35px 0px;
}

.hs5r-image {
	float: none;
	width: 170px;
	margin: 0 auto;
	text-align: center;
}

.hs5r-text {
	float: none;
	width: 90%;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
}

.hs5r-text h3 {
	font-size: 25px;
	letter-spacing: 0px;
}

.hs5r-text p {
	font-size: 18px;
	line-height: 25px;
	padding-bottom: 20px;
}

.home-section6 {
	width: 95%;
	min-width: 300px;
	padding: 60px 0px 60px 0px;
}

.hs6-lhs {
	float: none;
	width: auto;
	padding-bottom: 30px;
}

.hs6-rhs {
	float: none;
	width: auto;
}

.hs6-head {
	padding-bottom: 12px;
	margin-bottom: 25px;
}

.home-section6 h3 {
	float: left;
	font-size: 25px;
	line-height: 25px;
}

.view-all {
	float: right;
	font-size: 15px;
	padding-top: 5px;
}

.hs6-image {
	border: #f6f6f6 solid 5px;
	overflow: hidden;
}

.hs6-image img {
	display: block;
	min-height: 280px;
	width: auto;
	max-width: inherit;
}


.ft-wrap {
	padding: 15px 0px 15px 0px;
	text-align: center;
}

.ft-links {
	float: none;
	padding-left: 0px;
	text-align: center;
	padding-bottom: 10px;
	display: none;
}

.ft-links ul {
	overflow: hidden;
}

.ft-links ul li {
	float: none;
	display: inline-block;
	padding: 0px 10px 10px 10px;
}

.top {
	float: none;
	text-align: center;
	font-size: 12px;
	display: inline-block;
}



.footer-mid {
	padding: 40px 0px 40px 0px;
}

.footer-mid h3 {
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 25px;
	letter-spacing: 1px;
}

.footer-mid ul li {
	font-size: 13px;
	padding-bottom: 20px;
}

.fm-section1 {
	float: none;
	width: 280px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.fm-section2 {
	float: none;
	width: 280px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.fm-section3 {
	float: none;
	width: 280px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.fm-section4 {
	float: none;
	width: 280px;
	margin: 0 auto;
}

.fm-section4 p {
	font-size: 12px;
	line-height: 17px;
	padding-right: 20px;
	padding-bottom: 15px;
}


.fb-wrap {
	padding: 25px 0px 25px 0px;
	font-size: 13px;
	text-align: center;
}

.copyright {
	float: none;
	margin-left: 0px;
	padding-bottom: 20px;
}


.social {
	float: none;
}

.social ul li {
	float: none;
	display: inline-block;
	margin: 0px 10px 10px 10px;
}


.sub-banner-wrap {
	padding: 40px 0px 35px 0px;
}

.sub-banner-wrap h1 {
	font-size: 26px;
	line-height: 28px;
	letter-spacing: 1px;
}

.sub-contents {
	padding-bottom: 50px;
}

.our-story-top {
	padding: 40px 0px 40px 0px;
}

.sub-text {
	font-size: 15px;
}

.sub-text h3 {
	font-size: 26px;
	line-height: 30px;
	padding-bottom: 30px;
	letter-spacing: 1px;
}

.sub-text p {
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 22px;
}

.sub-text h5 {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 22px;
}

.our-story-top p {
	font-size: 16px;
	line-height: 21px;
}

.sub-text p strong {
	font-weight: 700;
}

.click-button a {
	height: 48px;
	line-height: 48px;
	font-size: 15px;
	padding: 0px 35px 0px 35px;
}


.our-story-top .click-button {
	padding: 10px 0px 50px 0px;
}

.os-tab-wrap {
	padding: 19px 0px 19px 0px;
}

.os-tabs ul.tabs li {
	font-size: 15px;
	padding: 9px 20px 9px 32px;
	margin-right: 20px;
	background-position: left 8px;
}

.lm a {
	height: 38px;
	line-height: 38px;
	padding: 0px 30px 0px 30px;
	font-size: 15px;
}



.tab-content {
	padding-top: 40px;
}


#timeline {
	background-position: 73px top;
}

#team {
	background-position: 220px top;
}

.timeline {
	background-image: none;
	padding-bottom: 40px;
}

.timeline-item {
	background-image: url(images/grey-line3.png);
	background-repeat: no-repeat;
	background-position: center 354px;
	padding-bottom: 50px;
}

.timeline-item .lhs {
	float: left;
}

.timeline-item .rhs {
	float: right;
}

.tli-box {
	width: auto;
	min-height: 327px;
	background-size: 100% auto;
}

.tli-white-box {
	width: auto;
	padding-top: 25px;
	margin-top: 200px;
}

.tli-white-box h3 {
	font-size: 33px;
	line-height: 33px;
}

.tli-white-box p {
	font-size: 17px;
	line-height: 22px;
	padding-top: 17px;
}


.timeline-item .lhs .tli-white-box {
	padding-left: 30px;
	float: right;
	text-align: right;
}

.timeline-item .rhs .tli-white-box {
	padding-right: 30px;
	float: left;
	text-align: left;
}

.timeline-item .rhs .tli-white-box h3 {
	background-position: left bottom;
}


.team-list ul li {
	width: 300px;
	margin: 0px 0px 40px 0px;
}

.tl-image {
	height: 360px;
	margin-bottom: 33px;
}

.team-list ul li h3 {
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 10px;
}

.team-list ul li h4 {
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 30px;
}
	
.tl-social ul li {
	width: 31px;
	height: 30px;
	margin: 0px 6px 0px 6px;
}	

.contact-top {
	padding: 40px 0px 60px 0px;
}

.ct-text {
	padding-bottom: 50px;
}

.ct-text p {
	font-size: 17px;
	line-height: 24px;
}

.ct-lhs {
	float: none;
	width: auto;
	padding-bottom: 50px;
	text-align: center;
}

.ct-lhs h3 {
	font-size: 25px;
	line-height: 27px;
	padding-botto: 15px;
}


.c-box input {
	padding: 0px 48px 0px 20px;
}


.c-box textarea {
	padding: 15px 25px 15px 20px;
}


.ct-rhs {
	float: none;
	width: auto;
}

.ct-rhs h3 {
	font-size: 25px;
	line-height: 27px;
	padding-bottom: 28px;
}

.ct-rhs ul li h5 {
	font-size: 15px;
	line-height: 15px;
}

.ct-rhs ul li p {
	font-size: 15px;
	line-height: 17px;
}

.contact-map iframe {
	width: 100%;
	height: 370px;
}

.sub-main {
	padding-top: 40px;
}

.guarantee-box {
	border: #e4e4e4 solid 1px;
	margin-bottom: 37px;
	background-image: none;
	text-align: center;
}

.gb-wrap {
	padding: 130px 0px 10px 0px;
	background-position: center 20px;
}

.gb-wrap h4 {
	text-align: center;
	background-image: url(images/g-box2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding:0px 20px 35px 20px;
	margin-bottom: 20px;
}

.gb-wrap p {
	font-size: 16px;
	line-height: 24px;
	padding: 0px 20px 20px 20px;
}


.sub-top {
	padding-bottom: 40px;
}

.sub-top p {
	font-size: 17px;
	line-height: 22px;
}

.sub-text h4 {
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 24px;
	letter-spacing: 2px;
}

.policy h4 {
	margin-bottom: 15px;
	padding-top: 10px;
}

.list-wrap ul {
	float: none;
	width: auto;
	padding-right: 0px;
	padding-bottom: 0px;
}

.page-404 {
	padding: 280px 0px 20px 0px;
	background-size: 300px auto;
}

.page-404 h3 {
	font-size: 33px;
	line-height: 33px;
	letter-spacing: 1px;
	padding-bottom: 30px;
	margin-bottom: 25px;
}

.page-404 p {
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 40px;
}

.back-button a {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	padding: 0px 40px 0px 40px;
}


.login-wrap {
	width: auto;
	padding-bottom: 20px;
}

.heading1 {
	font-size: 26px;
	line-height: 28px;
	padding-bottom: 30px;
	margin-bottom: 48px;
}

.account-box {
	padding-bottom: 35px;
}

.account-box input {
	width: 100%;
	height: 43px;
	padding: 0px 48px 0px 20px;
}


.account-button {
	padding-bottom: 50px;
}

.account-button input {
	width: 100%;
	height: 50px;
	font-size: 14px;
	padding: 0px 30px 0px 30px;
	min-width: 226px;
	letter-spacing: 2px;
}


.new {
	font-size: 17px;
	line-height: 17px;
	padding-bottom: 42px;
	background-position: center 8px;
	letter-spacing: 2px;
}

.create-button a {
	height: 48px;
	line-height: 48px;
	font-size: 15px;
	padding: 0px 40px 0px 40px;
}

.account-box textarea {
	width: 100%;
	height: 97px;
	padding: 15px 25px 15px 25px;
}


.our-jwellery-slider {
	padding-top: 40px;
}

.wrap2 {
	width: 95%;
	min-width: 300px;
}

.sub-lhs {
	float: none;
	width: auto;
	padding-bottom: 30px;
}

.sub-rhs {
	float: none;
	width: auto;
}

.heading-wrap {
	overflow: hidden;
	padding-bottom: 30px;
}

.heading2 {
	float: none;
	font-size: 19px;
	line-height: 21px;
	padding-bottom: 10px;
}


.sort {
	float: right;
}

.sort select {
	height: 33px;
	padding: 0px 15px 0px 15px;
	width: 197px;
	font-size: 14px;
}

.sg-top {
	text-align: center;
	padding-top: 40px;
}

.sg-top p {
	font-size: 18px;
	line-height: 26px;
	padding: 0px;
}

.search-top {
	padding-top: 40px;
}

.st-heading {
	font-size: 19px;
	line-height: 24px;
	padding-bottom: 20px;
}

.st-wrap {
	width: 300px;
}

.st-box {
	float: left;
	width: 200px;
}

.st-box input {
	width: 200px;
	height: 44px;
}

.st-button {
	float: left;
}

.st-button input {
	height: 44px;
	width: 100px;
	font-size: 14px;
}

.pd-top {
	padding-bottom: 60px;
}

.wrap3 {
	width: 95%;
	min-width: 300px;
}


.pd-middle-wrap {
	padding: 80px 0px 80px 0px;
}

.featured {
	border-top: #c6c6c6 solid 1px;
}

.featured-wrap {
	padding: 80px 0px 20px 0px;
}

.featured-wrap h3 {
	text-align: center;
	font-size: 27px;
	line-height: 33px;
	padding-bottom: 50px;
	letter-spacing: 1px;
}

.cart-top {
	padding: 40px 0px 60px 0px;
}

.heading3 {
	font-size: 27px;
	line-height: 33px;
	padding-bottom: 40px;
	letter-spacing: 1px;
}

.wishlist-top {
	padding: 40px 0px 60px 0px;
}

.faq-wrap {
	padding-bottom: 70px;
}

.faq-wrap h3 {
	padding-bottom: 45px!important;
}

.arconix-faq-wrap {
	background-position: right 13px!important;
}

.arconix-faq-title {
	padding: 20px 45px 20px 40px!important;
	font-size: 15px!important;
	line-height: 20px!important;
	background-image: url(images/toggle-open.png)!important;
	background-position: left 30px!important;
}


.arconix-faq-content {
	padding: 35px 0px 20px 0px!important;
}

.arconix-faq-content h4 {
	font-size: 15px!important;
	line-height: 18px!important;
}

.arconix-faq-content p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 20px;
}



/* Post Page */


.blog-top {
	padding-bottom: 30px;
	text-align: center;
}
	

.blog-top .single-widget {
	display: inline-block;
	float: none;
	margin-right: 0px;
	padding-bottom: 10px;
}

.blog-top .single-widget select {
	min-width: 260px;
}	

.blog-top .single-widget:last-child {
	float: none;
	margin-right: 0px;
	clear: both;
	width: 260px;
	margin: 0 auto;
}

.blog-top .single-widget .search {
	padding:3px 15px 3px 15px;
}


.blog-top .single-widget .search .search-input {
	height:24px;
	width:200px;
}	

.post-page article.post {
	padding-bottom:25px;
	margin: 0px 0px 25px 0px;
	border-top: none;
}

.post-thumb {
	width: auto;
	height: auto;
	float: none;

}
	
.post-thumb img {
		margin-bottom: 20px;
}	

.post-page .post .wp-post-image {
	height: auto;
	width: 100%;
	min-width: inherit;
}

.post-page .pd-wrap {
	float: none;
	width: auto;
	border-top: none;
	border: none;
	padding: 0px;
	min-height: inherit;
}
	

.post-page .pd-wrap h2 {
	font-size:22px!important;
	line-height:26px!important;
}


.post-details .date {
	float: none;
	padding: 3px 0px 10px 30px;
}

.post-details .author {
	float: none;
	padding: 3px 0px 3px 28px;
	margin-left: 0px;
}

.post-page .pd-wrap p {
	font-size:15px;
	line-height:22px;
	padding-bottom: 20px;
}

.post-page .alignright {
	float:right;
	margin:0px 0px 10px 20px;
	font-size:14px;
	line-height:16px;
	border:#eee solid 1px;
	padding:5px;
	display:block;
}


.post-page .alignleft {
	float:left;
	margin:0px 20px 10px 0px;
	font-size:14px;
	line-height:16px;
	border:#eee solid 1px;
	padding:5px;
	display:block;
}



.post-page .view-article {
	font-size:14px;
	letter-spacing: 1px;
}

/* Single Post Page  */

.wrap-blog {
	width: 95%;
	min-width: 300px;
}

.blog-main {
	padding-top: 50px;
}


.single-post-page h1 {
	font-size:27px!important;
	line-height:32px!important;
	padding-bottom:17px!important;
}

.single-post-page p {
	font-size:16px;
	line-height:24px;
}


.featured-post h2 {
	font-size: 27px;
	line-height: 30px;
	padding-bottom: 40px;
	letter-spacing: 1px;
}

.featured-post ul {
	margin-left: 0px;
	text-align: center;
}

.featured-post ul li {
	float: none;
	display: inline-block;
	width: 221px;
	height: 280px;
	margin: 0px 10px 30px 10px;
}

.fp-image {
	width: 100%;
	height: 222px;
	overflow: hidden;
}


.featured-post ul li h3 {
	font-size: 16px;
	line-height: 21px;
}
	
.woocommerce .button {
	width: auto!important;
	height: auto!important;
		
}
	
.woocommerce .button:after{
	display: none!important
}

.woocommerce .button:before{
	display: none!important;
}	
	
	
.sub-rhs {
	padding-top: 30px;
}
	
	
.woocommerce ul.products {
	margin: 0px!important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: auto!important;
	max-width: 300px;
	margin: 0px auto 30px auto!important;
	float: none!important;
	border: #e1e1e1 solid 1px;
}	

.woocommerce-loop-product__title {
	font-size: 16px!important;	
	line-height: 19px!important;	
	min-height: inherit;
}	
	
.woocommerce .woocommerce-ordering {
	margin: -20px 0px 20px 0px!important;
}
	
	
.woocommerce div.product form.cart .button {
	font-size: 17px!important;
	height: 50px!important;
	background-position: 36px center;
	padding: 0px 45px 0px 76px;
}
	
.woocommerce-cart-form .actions .button {
	float: right;
}
	
.woocommerce form .form-row-first {
	float: none!important;
	width: auto!important;
}	

.woocommerce form .form-row-last {
	float: none!important;
	width: auto!important;
}
	
.header-links div.search .search-input {
	width: 170px;
}	

.woocommerce-product-search .search-field {
	width:88%;
}
	
.tml-login, .tml-lostpassword {
	width: 95%;
}	
	
.woocommerce h1.page-title {
	text-align: center;
}	
	
.woocommerce .woocommerce-result-count {
	text-align: center;
	float: none;
}

.woocommerce .woocommerce-ordering {
	float: none;
	text-align: center;
}	
	
.woocommerce .quantity .qty {
	margin-right: 0px;
	margin-top: 0px;
}	
	
.woocommerce table.shop_table {
	font-size: 14px;
}
	
.woocommerce table.cart .product-thumbnail {
	display: block!important;
	text-align: center!important;
	color: #fff!important;
	background-color: #fff!important;
}	
	
	.woocommerce div.product .woocommerce-tabs ul {
		padding-left: 5px!important;
	}	
	
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin-right: 5px;
	margin-bottom: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 9px 10px 9px 10px!important;
	font-size: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		border-bottom-color: #dadada!important;
}	
	
.arconix-faq-content img.alignright {
	margin: 0px 0px 20px 20px!important;
	max-width: 40%;
}
	
	
.our-brands-wrap {
	padding: 50px 0px 0px 0px;
	width: 95%;
}

.our-brands-wrap h3 {
	font-size: 28px;
	line-height: 28px;
	padding-bottom: 40px;
	letter-spacing: 2px;
}

.our-brands-wrap ul {
	margin: 0px;
	text-align: center;
}

.our-brands-wrap ul li {
	float: none;
	display: inline-block;
	margin: 0px 0px 15px 0px;
	width: 288px;
	height: 125px;
}
	
	
.ost-image {
	float: none;
	margin: 0px 0px 20px 0px;
}	
	
.bxslider2 {
	text-align: center;
}	
	
.bxslider2 li {
	float: none;
	display: inline-block;
	width: 32%;
	margin-bottom: 30px;
}	
	
.woocommerce ul.products li.sale {
	border: #bc1e1f solid 2px;
	border-bottom: #bc1e1f solid 18px;
	margin-bottom: 22px;
}	
	
.woocommerce div.sale div.images.woocommerce-product-gallery {
	width: 98.5%;
}

.woocommerce div.product_cat-sale div.images.woocommerce-product-gallery {
	width: 98.5%;
}
	
	
.woocommerce div.product span.onsale {
	width: 80px;
	height: 122px;
	background-size: 100% auto;
}
	
.cart-info .lhs {
	float: none;
	width: auto;
}

.cart-info .rhs {
	float: none;
	width: auto;
}
	
.woocommerce ul.products li.sale span.onsale {
	width: 80px;
	height: 122px;
	background-size: 100% auto;
}
	
.now_sold {
	width: 70px;
	height: 66px;
}	
	
.wpop-wrap {
	width: auto;
	min-width: 280px;
}

.wpop-lhs {
	float: none;
	width: auto;
	padding: 20px 0px 5px 0px;
}

.wpop-lhs-wrap {
	padding: 0px 10px 0px 10px;
}

.wpop-lhs-wrap div {
	padding-bottom: 20px;
	text-align: center;
}

.wpop-lhs-wrap ul li {
	font-size: 15px;
	line-height: 20px;
	padding: 0px 0px 15px 27px;
}

.wpop-rhs {
	float: none;
	width: auto;
	margin-right: 0px;
	margin-top: 20px;
	background-image: none;
}

.wpop-logo {
	padding-bottom: 15px;
}

.wpop-rhs p {
	font-size: 15px;
	line-height: 18px;
	padding-bottom: 15px;
}

.wpop-button input {
	background-position: 25% center;
}
		
	

}



/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

.mobile {
    display: none;
}

.container {
	min-width:420px;
}

.wrap {
	width: 95%;
	min-width:420px;
}


.header-top {
	height: auto;
	padding: 10px 0px 10px 0px;
}

.logo {
	position: static;
	float: left;
	margin-left: 0px;
}

.call {
	float: right;
	margin-top: 15px;
	font-size: 16px;
	padding: 3px 0px 3px 28px;
}

.header-links {
	float: right;
	clear: right;
	margin-top: 30px;
}

.header-links ul li {
	float: left;
	margin-left: 28px;
	font-size: 10px;
}


.home-banner {
	/*height:430px;*/
}

.bx-wrapper li {
	height:430px;
}
	
.banner-img img {
	width:100%;
	min-width:1550px;
}


.bc-wrap {
	padding-top: 100px;
}

.bc-box {
	padding-left: 0px;
}

.bc-box h3 {
	font-size: 34px;
	line-height: 36px;
	padding-bottom: 7px;
	letter-spacing: 1px;
}

.bc-box h4 {
	font-size: 34px;
	line-height: 36px;
	letter-spacing: 2px;
}

.bc-box h5 {
	font-size: 34px;
	line-height: 36px;
	padding-bottom: 20px;
}

.v-button a {
	padding: 0px 35px 0px 35px;
	font-size: 13px;
}


.hs1-wrap {
	width: 95%;
	min-height: 420px;
	padding: 40px 0px 40px 0px;
}

.hs1-lhs {
	float: none;
	width: auto;
	text-align: center;
}

.hs1-rhs {
	float: none;
	width: auto;
	padding-top: 20px;
	text-align: center;
}

.hs1-rhs h2 {
	font-size: 30px;
	letter-spacing: 1px;
}


.hs1-rhs p {
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 30px;
}

.home-section2 {
	width: 96%;
	min-width: 420px;
	padding: 60px 0px 40px 0px;
}

.home-section2 h2 {
	font-size: 28px;
	line-height: 28px;
	padding-bottom: 60px;
}

.bx-wrapper2 {
	width:100%;
	height:380px;
}

.bx-wrapper2 ul li {
	width:200px!important;
	height:380px;
	margin-right:15px;
}


.or-image {
	height: 290px;
	text-align: center;
}

.or-name {
	font-size: 16px;
	line-height: 17px;
	letter-spacing: 1px;
}

.home-section3 {
	width: 95%;
	padding-bottom: 60px;
}

.hs3-lhs {
	float: none;
	width: auto;
	height: auto;
	overflow: hidden;
	background-size: auto 100%;
	margin-bottom: 40px;
	padding: 200px 5% 20px 10%;
}

.hs3l-box {
	position: static;
	padding: 20px;
	width: auto;
	float: right;
	
}

.hs3l-box h3 {
	font-size: 27px;
	letter-spacing: 1px;
	padding-right: 0px;
	padding-bottom: 10px;
}

.hs3l-box p {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 20px;
}

.hs3-rhs {
	float: none;
	width: auto;
	height: auto;
	border: #f6f6f6 solid 5px;
	background-position: right top;
	overflow: hidden;
	padding: 200px 5% 5% 5%;
	background-size: 80% auto;
	
}

.hs3r-box {
	position: static;
	width: 350px;
}

.hs3r-box h3 {
	font-size: 28px;
	padding-bottom: 20px;
	letter-spacing: 1px;
	padding-right: 0px;
}

.hs3r-box p {
	font-size: 19px;
	line-height: 25px;
	padding-bottom: 30px;
}

.home-section4 {
	margin-bottom: 80px;
	position: relative;
	overflow: hidden;
}

.hs4-video {
	max-height: 500px;
	overflow: hidden;
}

.hs4-video img {
	width: 100%;
	height: auto;
}

.hs4-video iframe {
	width: 100%;
	height: 100%;
}

.hs4-contents {
	clear: both;
	position: static;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.hs4-wrap {
	position: static;
	height: 100%;
}

.hs4-box {
	position: static;
	width: auto;
	padding: 25px;
}

.hs4-box h3 {
	font-size: 27px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	padding-right: 0px;
}

.hs4-box p {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 20px;
}

.home-section5 {
		width: 100%;
	min-width: 420px;
}

.hs5-lhs {
	float: none;
	width: auto;
}

.hs5l-contents {
	max-width: 90%;
	padding: 100px 0px 90px 0px;
}

.hs5l-contents h3 {
	font-size: 25px;
	letter-spacing: 1px;
}

.hs5l-contents h2 {
	font-size: 45px;
	line-height: 45px;
	letter-spacing: 1px;
}

.hs5-rhs {
	float: none;
	width: 80%;
	margin: 0 auto;
}

.hs5r-contents {
	margin: 0 auto;
	padding: 25px 0px 35px 0px;
}

.hs5r-image {
	float: none;
	width: 250px;
	margin: 0 auto;
}

.hs5r-text {
	float: none;
	width: auto;
	padding-top: 10px;
}

.hs5r-text h3 {
	font-size: 25px;
	letter-spacing: 0px;
}

.hs5r-text p {
	font-size: 18px;
	line-height: 25px;
	padding-bottom: 20px;
}

.home-section6 {
	width: 95%;
	min-width: 420px;
	padding: 60px 0px 60px 0px;
}

.hs6-lhs {
	float: none;
	width: auto;
	padding-bottom: 30px;
}

.hs6-rhs {
	float: none;
	width: auto;
}

.hs6-head {
	padding-bottom: 12px;
	margin-bottom: 25px;
}

.home-section6 h3 {
	float: left;
	font-size: 25px;
	line-height: 25px;
}

.view-all {
	float: right;
	font-size: 15px;
	padding-top: 5px;
}

.hs6-image {
	border: #f6f6f6 solid 5px;
}

.hs6-image img {
	display: block;
}


.ft-wrap {
	padding: 15px 0px 15px 0px;
	text-align: center;
}

.ft-links {
	float: none;
	padding-left: 0px;
	text-align: center;
	padding-bottom: 10px;
}

.ft-links ul {
	overflow: hidden;
}

.ft-links ul li {
	float: none;
	display: inline-block;
	padding: 0px 10px 10px 10px;
}

.top {
	float: none;
	font-size: 12px;
	display: inline-block;
}



.footer-mid {
	padding: 40px 0px 40px 0px;
}

.footer-mid h3 {
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 25px;
	letter-spacing: 1px;
}

.footer-mid ul li {
	font-size: 13px;
	padding-bottom: 20px;
}

.fm-section1 {
	float: none;
	width: 400px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.fm-section2 {
	float: none;
	width: 400px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.fm-section3 {
	float: none;
	width: 400px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.fm-section4 {
	float: none;
	width: 400px;
	margin: 0 auto;
}

.fm-section4 p {
	font-size: 12px;
	line-height: 17px;
	padding-right: 20px;
	padding-bottom: 15px;
}


.fb-wrap {
	padding: 25px 0px 25px 0px;
	font-size: 13px;
	text-align: center;
}

.copyright {
	float: none;
	margin-left: 0px;
	padding-bottom: 20px;
}


.social {
	float: none;
}

.social ul li {
	float: none;
	display: inline-block;
	margin: 0px 10px 10px 10px;
}


.sub-banner-wrap {
	padding: 40px 0px 35px 0px;
}

.sub-banner-wrap h1 {
	font-size: 27px;
	line-height: 30px;
	letter-spacing: 1px;
}

.sub-contents {
	padding-bottom: 50px;
}

.our-story-top {
	padding: 40px 0px 40px 0px;
}

.sub-text {
	font-size: 15px;
}

.sub-text h3 {
	font-size: 26px;
	line-height: 30px;
	padding-bottom: 30px;
	letter-spacing: 1px;
}

.sub-text p {
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 22px;
}

.sub-text h5 {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 22px;
}

.our-story-top p {
	font-size: 17px;
	line-height: 22px;
}

.sub-text p strong {
	font-weight: 700;
}

.click-button a {
	height: 48px;
	line-height: 48px;
	font-size: 15px;
	padding: 0px 35px 0px 35px;
}


.our-story-top .click-button {
	padding: 10px 0px 50px 0px;
}

.os-tab-wrap {
	padding: 19px 0px 19px 0px;
}

ul.tabs li {
	font-size: 15px;
	padding: 9px 43px 9px 32px;
	margin-right: 43px;
	background-position: left 8px;
}

.lm a {
	height: 38px;
	line-height: 38px;
	padding: 0px 30px 0px 30px;
	font-size: 15px;
}



.tab-content {
	padding-top: 40px;
}


#timeline {
	background-position: 73px top;
}

#team {
	background-position: 280px top;
}

.timeline {
	background-image: none;
	padding-bottom: 40px;
}

.timeline-item {
	background-image: url(images/grey-line3.png);
	background-repeat: no-repeat;
	background-position: center 354px;
	padding-bottom: 50px;
}

.timeline-item .lhs {
	float: left;
}

.timeline-item .rhs {
	float: right;
}

.tli-box {
	width: 420px;
	min-height: 327px;
	background-size: 100% auto;
}

.tli-white-box {
	width: 305px;
	padding-top: 25px;
	margin-top: 200px;
}

.tli-white-box h3 {
	font-size: 33px;
	line-height: 33px;
}

.tli-white-box p {
	font-size: 17px;
	line-height: 22px;
	padding-top: 17px;
}


.timeline-item .lhs .tli-white-box {
	padding-left: 30px;
	float: right;
	text-align: right;
}

.timeline-item .rhs .tli-white-box {
	padding-right: 30px;
	float: left;
	text-align: left;
}

.timeline-item .rhs .tli-white-box h3 {
	background-position: left bottom;
}


.team-list ul li {
	width: 322px;
	margin: 0px 20px 40px 20px;
}

.tl-image {
	height: 386px;
	margin-bottom: 33px;
}

.team-list ul li h3 {
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 10px;
}

.team-list ul li h4 {
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 30px;
}
	
	

.contact-top {
	padding: 40px 0px 60px 0px;
}

.ct-text {
	padding-bottom: 50px;
}

.ct-text p {
	font-size: 18px;
	line-height: 24px;
}

.ct-lhs {
	float: none;
	width: auto;
	padding-bottom: 50px;
}

.ct-lhs h3 {
	font-size: 25px;
	line-height: 27px;
	padding-botto: 15px;
}


.c-box input {
	padding: 0px 48px 0px 25px;
}


.c-box textarea {
	padding: 15px 25px 15px 25px;
}


.ct-rhs {
	float: none;
	width: auto;
}

.ct-rhs h3 {
	font-size: 25px;
	line-height: 27px;
	padding-bottom: 28px;
}

.ct-rhs ul li h5 {
	font-size: 15px;
	line-height: 15px;
}

.ct-rhs ul li p {
	font-size: 15px;
	line-height: 17px;
}

.contact-map iframe {
	width: 100%;
	height: 370px;
}

.sub-main {
	padding-top: 40px;
}

.guarantee-box {
	border: #e4e4e4 solid 1px;
	margin-bottom: 37px;
	background-image: none;
}

.gb-wrap {
	padding: 130px 0px 10px 0px;
	background-position: center 20px;
}

.gb-wrap h4 {
	text-align: center;
}

.gb-wrap p {
	font-size: 16px;
	line-height: 24px;
}


.sub-top {
	padding-bottom: 40px;
}

.sub-top p {
	font-size: 17px;
	line-height: 22px;
}

.sub-text h4 {
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 24px;
	letter-spacing: 2px;
}

.policy h4 {
	margin-bottom: 15px;
	padding-top: 10px;
}

.list-wrap ul {
	float: none;
	width: auto;
	padding-right: 0px;
	padding-bottom: 0px;
}

.page-404 {
	padding: 360px 0px 20px 0px;
	background-size: 420px auto;
}

.page-404 h3 {
	font-size: 33px;
	line-height: 33px;
	letter-spacing: 2px;
	padding-bottom: 30px;
	margin-bottom: 25px;
}

.page-404 p {
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 40px;
}

.back-button a {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	padding: 0px 40px 0px 40px;
}


.login-wrap {
	width: 420px;
	padding-bottom: 20px;
}

.heading1 {
	font-size: 26px;
	line-height: 28px;
	padding-bottom: 30px;
	margin-bottom: 48px;
}

.account-box {
	padding-bottom: 35px;
}

.account-box input {
	width: 100%;
	height: 43px;
	padding: 0px 48px 0px 25px;
}


.account-button {
	padding-bottom: 50px;
}

.account-button input {
	width: 100%;
	height: 50px;
	font-size: 14px;
	padding: 0px 30px 0px 30px;
	min-width: 226px;
	letter-spacing: 2px;
}


.new {
	font-size: 17px;
	line-height: 17px;
	padding-bottom: 42px;
	background-position: center 8px;
	letter-spacing: 2px;
}

.create-button a {
	height: 48px;
	line-height: 48px;
	font-size: 15px;
	padding: 0px 40px 0px 40px;
}

.account-box textarea {
	width: 100%;
	height: 97px;
	padding: 15px 25px 15px 25px;
}


.our-jwellery-slider {
	padding-top: 40px;
}

.wrap2 {
	width: 95%;
	min-width: 420px;
}

.sub-lhs {
	float: none;
	width: auto;
	padding-bottom: 30px;
}

.sub-rhs {
	float: none;
	width: auto;
}

.heading-wrap {
	overflow: hidden;
	padding-bottom: 30px;
}

.heading2 {
	float: none;
	font-size: 19px;
	line-height: 21px;
	padding-bottom: 10px;
}


.sort {
	float: right;
}

.sort select {
	height: 33px;
	padding: 0px 15px 0px 15px;
	width: 197px;
	font-size: 14px;
}

.sg-top {
	text-align: center;
	padding-top: 40px;
}

.sg-top p {
	font-size: 18px;
	line-height: 26px;
	padding: 0px;
}

.search-top {
	padding-top: 40px;
}

.st-heading {
	font-size: 19px;
	line-height: 24px;
	padding-bottom: 20px;
}

.st-wrap {
	width: 420px;
}

.st-box {
	float: left;
	width: 300px;
}

.st-box input {
	width: 331px;
	height: 44px;
}

.st-button {
	float: left;
}

.st-button input {
	height: 44px;
	width: 119px;
	font-size: 15px;
}

.pd-top {
	padding-bottom: 60px;
}

.wrap3 {
	width: 95%;
	min-width: 420px;
}


.pd-middle-wrap {
	padding: 80px 0px 80px 0px;
}

.featured {
	border-top: #c6c6c6 solid 1px;
}

.featured-wrap {
	padding: 80px 0px 20px 0px;
}

.featured-wrap h3 {
	text-align: center;
	font-size: 27px;
	line-height: 33px;
	padding-bottom: 50px;
	letter-spacing: 1px;
}

.cart-top {
	padding: 40px 0px 60px 0px;
}

.heading3 {
	font-size: 27px;
	line-height: 33px;
	padding-bottom: 40px;
	letter-spacing: 1px;
}

.wishlist-top {
	padding: 40px 0px 60px 0px;
}

.faq-wrap {
	padding-bottom: 70px;
}

.faq-wrap h3 {
	padding-bottom: 45px!important;
}

.arconix-faq-wrap {
	background-position: right 13px!important;
}

.arconix-faq-title {
	padding: 25px 45px 25px 40px!important;
	font-size: 16px!important;
	line-height: 22px!important;
	background-image: url(images/toggle-open.png)!important;
	background-position: left 22px!important;
}


.arconix-faq-content {
	padding: 35px 0px 20px 0px!important;
}

.arconix-faq-content h4 {
	font-size: 15px!important;
	line-height: 18px!important;
}

.arconix-faq-content p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 20px;
}



/* Post Page */

.blog-top {
	padding-bottom: 30px;
	text-align: center;
}
	

.blog-top .single-widget {
	float: none;
	display: inline-block;
	margin: 0px 5px 0px 5px;
	padding-bottom: 10px;
	text-align: center;
}


.blog-top .single-widget:last-child {
	float: none;
	margin: 0 auto;
	clear: both;
	max-width: 260px;
}
	
.blog-top .single-widget select {
	min-width: 220px;
}

.blog-top .single-widget .search {
	padding:3px 15px 3px 15px;
}


.blog-top .single-widget .search .search-input {
	height:24px;
	width:200px;
}
	


.post-thumb {
	width: auto;
	height: auto;
	float: none;
}
	
.post-thumb img {
	margin-bottom: 20px;
}	

.post-page .post .wp-post-image {
	height: auto;
	width: 100%;
	max-width: inherit;
	max-height: 300px;
	margin-right: 0px;
}

.post-page .pd-wrap {
	float: none;
	width: auto;
	border-top: none;
	min-height: inherit;
	padding-top: 0px;
}
	

.post-page .pd-wrap h2 {
	font-size:22px!important;
	line-height:26px!important;
}


.post-details .date {
	float: left;
	padding: 3px 0px 3px 30px;
}

.post-details .author {
	float: left;
	padding: 3px 0px 3px 28px;
	margin-left: 20px;
}

.post-page .pd-wrap p {
	font-size:15px;
	line-height:22px;
	padding-bottom: 20px;
}

.post-page .alignright {
	float:right;
	margin:0px 0px 10px 20px;
	font-size:14px;
	line-height:16px;
	border:#eee solid 1px;
	padding:5px;
	display:block;
}


.post-page .alignleft {
	float:left;
	margin:0px 20px 10px 0px;
	font-size:14px;
	line-height:16px;
	border:#eee solid 1px;
	padding:5px;
	display:block;
}



.post-page .view-article {
	font-size:14px;
	letter-spacing: 1px;
}

/* Single Post Page  */

.wrap-blog {
	width: 95%;
	min-width: 420px;
}

.blog-main {
	padding-top: 50px;
}


.single-post-page h1 {
	font-size:27px!important;
	line-height:32px!important;
	padding-bottom:17px!important;
}

.single-post-page p {
	font-size:16px;
	line-height:24px;
}


.featured-post h2 {
	font-size: 27px;
	line-height: 30px;
	padding-bottom: 40px;
	letter-spacing: 1px;
}

.featured-post ul {
	margin-left: 0px;
	text-align: center;
}

.featured-post ul li {
	float: none;
	display: inline-block;
	width: 221px;
	height: 280px;
	margin: 0px 10px 30px 10px;
}

.fp-image {
	width: 100%;
	height: 222px;
	overflow: hidden;
}


.featured-post ul li h3 {
	font-size: 16px;
	line-height: 21px;
}
	
	
.sub-rhs {
	padding-top: 30px;
}
	
	
.woocommerce ul.products {
	margin: 0px 0px 0px -2%!important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 47%!important;
	margin: 0px 0px 30px 2%!important;
	float: left!important;
}	

.woocommerce-loop-product__title {
	font-size: 16px!important;	
	line-height: 19px!important;	
}	
	
.woocommerce .woocommerce-ordering {
	margin: -30px 0px 0px 0px!important;
}	

.woocommerce form .form-row-first {
	float: none!important;
	width: auto!important;
}
	
.header-links div.search .search-input {
	width: 200px;
}
	
.woocommerce-product-search .search-field {
	width:92%;
}
	
.woocommerce h1.page-title {
	text-align: left;
}	
	
.woocommerce .woocommerce-result-count {
	text-align: left;
	float: left;
}

.woocommerce .woocommerce-ordering {
	float: right;
	text-align: right;
}
	
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin-bottom: 0px;
}	
	
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		border-bottom-color: #fff!important;
}	
	
.our-brands-wrap {
	padding: 50px 0px 0px 0px;
	width: 95%;
}

.our-brands-wrap h3 {
	font-size: 28px;
	line-height: 28px;
	padding-bottom: 40px;
	letter-spacing: 2px;
}

.our-brands-wrap ul {
	margin: 0px -7px 0px -7px;
	text-align: center;
}

.our-brands-wrap ul li {
	float: none;
	display: inline-block;
	margin: 0px 7px 15px 7px;
	width: 240px;
	height: 104px;
}	
	
.ost-image {
	float: right;
	max-width: 50%;
	margin: 0px 0px 20px 20px;
}	
	
	
	
.bxslider2 li {
	float: none;
	display: inline-block;
	width: 24%;
	margin-bottom: 30px;
}	

.woocommerce div.sale div.images.woocommerce-product-gallery {
	width: 99%;
}
	
.woocommerce div.product_cat-sale div.images.woocommerce-product-gallery {
	width: 99%;
}
	
.wpop-wrap {
	width: auto;
	min-width: 400px;
}

.wpop-lhs {
	float: none;
	width: auto;
	padding: 20px 0px 5px 0px;
}

.wpop-lhs-wrap {
	padding: 0px 30px 0px 30px;
}

.wpop-lhs-wrap div {
	padding-bottom: 20px;
	text-align: center;
}

.wpop-lhs-wrap ul li {
	font-size: 15px;
	line-height: 20px;
	padding: 0px 0px 15px 27px;
}

.wpop-rhs {
	float: none;
	width: auto;
	margin-right: 0px;
	margin-top: 20px;
	background-image: url(/wp-content/uploads/2020/02/wpop-rhs.jpg);
}

.wpop-logo {
	padding-bottom: 135px;
}

.wpop-rhs p {
	font-size: 15px;
	line-height: 18px;
	padding-bottom: 15px;
}

.wpop-button input {
	background-position: 30% center;
}
		

}



@media only screen and (min-width: 480px) and (max-width: 560px) {

.mobile {
    display: none;
}
	
.logo {
	position: static;
	float: none;
	margin-left: 0px;
	text-align: center;
}

.call {
	float: none;
	margin-top: 15px;
	font-size: 16px;
	padding: 3px 0px 3px 28px;
	width: 180px;
	margin:15px auto 0px auto;
}

.header-links {
	float: none;
	clear: right;
	text-align: center;
	margin-top: 20px;
}

.header-links ul li {
	float: none;
	display: inline-block;
	margin: 0px 8px 5px 8px;
	font-size: 10px;
}
	
.blog-top .single-widget select {
	min-width: 260px;
}
	
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin-bottom: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 9px 10px 9px 10px!important;
	font-size: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		border-bottom-color: #dadada!important;
}
	
	
.our-brands-wrap {
	padding: 50px 0px 0px 0px;
	width: 95%;
}

.our-brands-wrap h3 {
	font-size: 26px;
	line-height: 26px;
	padding-bottom: 40px;
	letter-spacing: 2px;
}

.our-brands-wrap ul {
	margin: 0px -7px 0px -7px;
	text-align: center;
}

.our-brands-wrap ul li {
	float: none;
	display: inline-block;
	margin: 0px 7px 15px 7px;
	width: 210px;
	height: 91px;
}	
		
	
}



@media only screen and (min-width: 59px) and (max-width: 479px) {


.desktop {
    display: none;
}

.call-mobile {
	top: 17px;
	font-size: 14px;
	letter-spacing: 0px;
	padding: 1px 0px 3px 22px;
}	
	
.header-links ul li {
	margin: 0px 5px 5px 5px;
}	
	
}
