@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:wght@300;400;500;600;700&family=Archivo:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,600&display=swap');
@font-face {
	font-family: 'HelveticaNeueLTStd-Bd';
	src: url('../fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueLTStd-Bd.otf')  format('opentype'),
		 url('../fonts/HelveticaNeueLTStd-Bd.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Bd.ttf')  format('truetype'), url('../fonts/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTStd-Lt';
  src: url('../fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueLTStd-Lt.otf')  format('opentype'),
	     url('../fonts/HelveticaNeueLTStd-Lt.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Lt.ttf')  format('truetype'), url('../fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTStd-Md';
  src: url('../fonts/HelveticaNeueLTStd-Md.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueLTStd-Md.otf')  format('opentype'),
	     url('../fonts/HelveticaNeueLTStd-Md.woff') format('woff'), url('../HelveticaNeueLTStd-Md.ttf')  format('truetype'), url('../fonts/HelveticaNeueLTStd-Md.svg#HelveticaNeueLTStd-Md') format('svg');
  font-weight: normal;
  font-style: normal;
}


a{
	color:#000000;
}
a:hover,a:focus{
	text-decoration:none;
}
body{
	font-size:16px;
	color:#000000;
	font-family: 'Archivo', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Advent Pro', sans-serif;
	text-transform: uppercase !important;
	font-weight: 600;
}

/*======================================
    Form Element Styling
=======================================*/

label{
	font-family: 'Archivo', sans-serif;
}
.label-large{
	font-size: 20px;
}
.form-control{
	font-family: 'Archivo', sans-serif;
	border: 2px solid #000000;
	color: #000000;
	height: 46px;
	border-radius: 0;
}
select.form-contorl{
   font-family: 'Archivo', sans-serif;
}
.btn-orange, .product.featured a.button {
    background: #BF9B5F!important;
    color: #fff!important;
    border: 0;
    border-radius: 4px;
    outline: 0;
    padding: 15px 50px;
    font-size: 22px!important;
    font-family: 'Archivo', sans-serif;
    min-width: 190px;
    font-weight: normal!important;
    text-transform: capitalize;
    line-height: 1.3!important;
}
.btn-orange:hover,.btn-orange:focus, .product.featured a.button:hover,.product.featured a.button:focus{
    background: #013504!important;
    color: #fff!important;
}
.btn-orange-small{
	background:#BF9B5F!important;
	color:#fff;
	border:0;
	border-radius:4px;
	outline:0;
	padding:4px 7px;
	font-size: 0.8em;
	font-family: 'Archivo', sans-serif;
}
.btn-orange-small:hover,.btn-orange-small:focus{
    background: #013504;
    color: #fff;
}
.btn-white-small{
	background:#ffffff!important;
	color:#BF9B5F;
	border:0;
	border-radius:4px;
	outline:0;
	padding:4px 7px;
	font-size: 0.8em;
	font-family: 'Archivo', sans-serif;
}
.btn-white-small:hover,.btn-white-small:focus{
    background:#000000!important;
	color:#ffffff;
}
.caret{
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid #fff;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

/*======================================
    Content Heading
=======================================*/

.section-heading-red {
    font-size: 42px;
    font-family: 'Advent Pro', sans-serif;
    position: relative;
    letter-spacing: -0.5px;
	margin-bottom:40px;
}
.section-heading-red:after {
    background: #BF9B5F;
    content: "";
    width: 100%;
    top: 50%;
    position: absolute;
    left: 0;
    height: 1px;
    margin-top: -.5px;
}
.section-heading-red span {
    background: #fff;
    z-index: 1;
    padding-right: 20px;
    position: relative;
}
.section-heading-blue{
	font-size: 2.8em;
	font-family: 'Advent Pro', sans-serif;
	color:#BF9B5F;
	position: relative;
	font-weight: 500;
letter-spacing: 5px;
}
.section-heading-blue:after {
    background: #2a3c90;
    content: "";
    width: 100%;
    top: 50%;
    position: absolute;
    left: 0;
    height: 4px;
    margin-top: -2px;
		display: none;
}
.section-heading-blue span{
	background: #fff;
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
header#site-header {
    z-index: 91;
    position: relative;
}
.top-bar{
	background:#000000;
}
.top-bar ul{
	margin-bottom:0;
}
.top-bar-contact li{
    font-size:1.125em;
    color: #fff;
}
.top-bar-contact li a{
	display: inline-block;
	color: #bf9b5f;
}
.top-bar-contact li:first-of-type a{
	background:#000;
	font-size: 1.2em;
	font-family: 'Advent Pro', sans-serif;
	padding:8px 15px;
}
.top-bar-nav li {
    padding-top: 1px;
    padding-bottom: 0px;
    border-right: 1px solid #BF9B5F;
    padding-right: 15px;
    display: inline-flex;
    margin-right: .5rem;
   color: #fff;
}
p.text-center.mb-2 {
    color: #bf9b5f;
}
.top-bar-nav li a{
	color:#fff;
	font-family: 'Archivo', sans-serif;
	display:inline-block;
	position:relative;
}
.top-bar-nav li:last-of-type {
    border-right: 0;
    margin-right: 0;
}
.top-bar-nav li:last-of-type{
	padding-right:0;
}
.top-bar-nav li a.cart-button {
    padding-top: 9px;
    padding-bottom: 7px;
    margin-top: -9px;
    margin-bottom: -7px;
}
.top-bar-nav li a.cart-button img {
    width: 25px;
}
.top-bar-nav li a.cart-button .badge {
    position: absolute;
    top: 2px;
    background-color: #ff0f0f;
    border-radius: 50%;
    display: inline-block;
    padding: 5px 7px;
    font-size: 11px;
    right: -13px;
}
.top-bar-nav li a.wishlist-icon .badge {
    top: -7px;
    position: absolute;
    background-color: #ff0f0f;
    border-radius: 50%;
    display: inline-block;
    padding: 5px 7px;
    font-size: 11px;
    right: -13px;
}
.logo-bar{
	padding:10px 0;
}
.logo-bar h1{
	margin:0;
}
.header-form form{
	position:relative;
}
.header-form input {
	height: 46px;
	border: 2px solid #bf9b5f;
	position: relative;
	top: 1px;
	color:
	#000000;
	min-width: 400px;
	float:left;
}
.header-form .btn-orange {
    text-transform: uppercase;
    padding: 0px 20px;
    font-size: 1.125em!important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -5px;
    position: absolute;
    float: left;
    background: none;
    color: #BF9B5F!important;
    right: 0;
    border-left: 1px solid;
    top: 12px;
    background: none!important;
    width: auto!important;
    min-width: inherit;
}
.logo-bar .navbar{
	padding:0;
}
.logo-bar ul li{
	padding-left:30px;
}
.logo-bar ul li a{
	font-size:1.5em;
}
.nav-bar{
	background: #fff;
}
.nav-bar ul li a{
	color: #BF9B5F;
}
.navbar-nav {
    width: 100%;
    justify-content: center;
}
.nav-bar ul li{
	position: relative;
}
.nav-bar ul li a {
    color: #000;
    padding: 12px 35px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    font-size: 0.9em;
}
.nav-bar ul li > ul {
    display: none;
    position: absolute;
    background-color: #BF9B5F;
    min-width: 320px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9;
    list-style-type: none;
    padding: 0;
}
.nav-bar ul li:hover > ul{
  display: block;
}
.nav-bar ul li > ul li a {
    display: block;
    width: 100%;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    text-transform: capitalize;
}
.nav-bar ul li > ul li a:hover,.nav-bar ul li > ul li a:focus{
	background: #bf9b5f;
}
.nav-bar ul li:hover a{
	background: #fff;
}
.nav-bar ul li a:after {
    content: "";
    background: #fff;
    position: absolute;
    right: 0;
    top: 10px;
    height: 25px;
    width: 1px;
    opacity: 0.5;
}
.nav-bar ul li:last-of-type a:after{
	display:none;
}
.cart-dropdown .dropdown-toggle:after {
    display: none;
}
.cart-dropdown .dropdown-menu {
    padding: 0;
    border-radius: 0;
}
.cart-dropdown-content {
    width: 480px;
    padding: 25px 25px 10px;
    max-height: 560px;
    overflow: auto;
}
.cart-dropdown-content p.woocommerce-mini-cart__buttons.buttons {
    margin: 0 -5px 15px;
}
.cart-dropdown-content p.woocommerce-mini-cart__buttons.buttons a {
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    text-shadow: none;
    width: calc(50% - 10px);
    text-align: center;
    margin: 0 5px;
    font-family: 'Archivo', sans-serif;
    font-weight: normal;
    line-height: 1.4;
    text-transform: uppercase;
}
.cart-dropdown-content p.woocommerce-mini-cart__buttons.buttons a.wc-forward {
    background: #BF9B5F;
}
.cart-dropdown-content p.woocommerce-mini-cart__buttons.buttons a.wc-forward.checkout {
    background: #000000;
}
.cart-dropdown p.woocommerce-mini-cart__total.total strong {
    font-weight: normal;
}
.cart-dropdown p.woocommerce-mini-cart__total.total span {
    font-size: 24px;
    font-family: 'Advent Pro', sans-serif;
}
.cart-dropdown-content li img {
    width: 80px!important;
    height: auto!important;
}
.cart-dropdown-content li .remove {
    font-weight: 900;
    background: red;
    font-size: 26px;
    line-height: 22px;
    margin-right: 5px;
    height: 26px;
    display: inline-block;
    border-radius: 50%;
    width: 26px;
    text-align: center;
    color: #fff!important;
}
.cart-dropdown-content h4 {
    font-size: 18px;
    margin-top: 5px;
}
.cart-dropdown-content p {
    font-size: 14px;
    margin-bottom: 0;
}
.cart-dropdown-content p.woocommerce-mini-cart__total.total {
    margin: 20px 0;
    padding: 5px 0;
    border-bottom: 1px solid #c1c1c1;
    border-top: 1px solid #c1c1c1;
    text-align: right;
}
.cart-dropdown-content .quantity {
    border: 0;
    font-size: 18px;
    padding: 0;
    margin-top: 3px;
    display: block;
    width: 100%;
    white-space: nowrap;
}
.top-bar-nav li.woocommerce-mini-cart-item.mini_cart_item {
    color: #000000;
    display:block;
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    margin: 0!important;
    padding-left: 0!important;
    border-left: 0!important;
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
    padding: 0;
    margin-bottom: .5rem;
    width: 100%;
    display: block!important;
}


.shop-box-heading{
	margin-bottom:40px;
}
.shop-box-heading .section-heading-blue + p{
	padding-bottom:25px;
	font-size: 17px;
    margin-bottom: 20px;
	border-bottom:1px solid #BF9B5F;
	max-width: 666px;
    margin: 0 auto;
    line-height: 1.8;
}
.shop-box{
	margin-bottom:40px;
}
.shop-box h2 span {
    display: block;
    color: #BF9B5F;
    font-size: 60px;
    line-height: 1;
}
.shop-box h2 {
    font-size: 37px;
    letter-spacing: 2px;
    line-height: 0.9;
    text-transform: capitalize;
		margin-bottom: 36px
}
.shop-box-overlay.shop-box-overlay-top.text-center h2 {
    font-weight: 500;
}
.shop-box p {
    font-size: 17px;
    max-width: 310px;
    margin: 0 auto;
}
.shop-box p a{
	font-size:1.875em;
	display:inline-block;
	margin-top:-20px;
}
.shop-box img{
	width:100%;
}
.shop-box-inner{
	position:relative;
}
.shop-box h2:first-child {
    margin-bottom: 12px;
}
.hp-banner-h2 {
    font-size: 90px !important;
}

.shop-box-overlay {
	/*background: -moz-linear-gradient(top,  rgba(49,0,77,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(49,0,77,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(49,0,77,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
	background:rgba(255,255,255,0.6);*/
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
	padding-top:30px;
}
.shop-box-overlay.shop-box-overlay-top {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    width: auto;
    height: auto;
    padding-top: 30px;
    left: 50%;
    top: 50%;
    color: #fff;
    padding: 50px;
    transform: translate(-50%, -50%);
}
.hp-btn-con {
    padding-top: 10px;
}
.hp-button {
    background-color: transparent !important ;
    color: #bf9b5f;
    border: #bf9b5f 1px solid;
    font-size: 19px;
    padding: 10px 30px;
}
.shop-box-overlay.shop-box-overlay-top h2 {
    text-shadow: 4px 0 10px rgba(1,0,0,0.7);
}
.featured-products{
	padding: 50px 0 60px;;
}
.featured-products .section-heading-blue + p{
	font-size:1.5em;
	margin-bottom:40px;
}
.product-box-content{
	margin-left:-7.5px;
	margin-right:-7.5px;
}
.product-box-content > div {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.product-box{
	background:#f0f0f0;
	height:370px;
	width:100%;
	margin-bottom:30px;
	position: relative;
}
.product-box .btn-orange{
	position: absolute;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1em;
    text-align: center;
    font-family: 'Archivo', sans-serif;
    padding-top: 13px;
    padding-bottom: 13px;
	opacity:0
}
.product-box:hover .btn-orange{
	opacity:1;
}
.product-box .btn-orange:hover,.product-box .btn-orange:focus{
	background:#000000;
	color:#fff;
}
.product-box-large {
    background: #f0f0f0;
    height: 575px;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.product-box-large + p {
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
    margin-top: -10px;
}
.product-box img,.product-box-large img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.bottom-banner-content {
    background-image: url(../images/banner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 60px;
}
.bottom-banner-content h2{
	font-size:2.5em;
	font-family: 'Advent Pro', sans-serif;
}
.bottom-banner-content h2 span{
	font-family: 'Advent Pro', sans-serif;
	color: #BF9B5F;
}
.newsletter {
    background: #000000;
    padding: 20px 0 50px;
    color: #fff;
    position: relative;
}
.newsletter h2{
	font-size:2.2em;
	font-family: 'Advent Pro', sans-serif;
	margin-bottom:0;
	letter-spacing: 3px;
}
.newsletter h2 span{
	font-family: 'Advent Pro', sans-serif;
	display:block;
	font-size:20px;
	letter-spacing: 1px;
}
.newsletter input[type="mail"] {
    border: 0;
    height: 56px;
    font-size: 1.4em;
    color: #000000;
    padding: 15px 25px;
    font-style: italic;
}
.newsletter .btn-orange {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 230px;
    font-size: 1.4em;
    padding: 10px 25px;
}
.footer-main {
    background: #bf9b5f;
    border-bottom: 12px solid #BF9B5F;
    padding: 50px 0 100px;
    color: #fff;
    font-family: 'Advent Pro', sans-serif;
}
.footer-main a {
	color: #fff;
}
.footer-main ul {
    padding: 0;
    list-style: none;
}
.newsletter  .btn-orange{
	color: #000 !important;
	background-color: #fff !important;

}
.newsletter  .btn-orange:hover{
	color: #000 !important;
	background-color: #fff !important;

}
.footer-main h4{
	margin: 30px 0;
	font-size:1.25em;
}
.page-content{
	padding: 70px 0 80px;
}
.product-filter h2 {
    text-transform: uppercase;
    font-size: 1.2em;
    font-family: 'Archivo', sans-serif;
    background-color: white;
    margin-bottom: 0;
    border-bottom: 1px solid #000000;
    padding: 0 15px 15px;
    line-height: 1.4;
}
.product-filter ul li a {
    font-size: 16px;
    background: none;
    display: block;
    color: #000000;
    border-bottom: 1px solid #000000;
    position: relative;
    outline: none;
    width: 100%;
    text-align: left;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    padding: 10px 18px;
    font-family: 'Advent Pro', sans-serif;
    text-transform: uppercase;
}
.search-product-box{
	margin-bottom: 45px;
	padding-left: 20px;
	padding-right: 20px;
}
.search-product-img{
	background: #f0f0f0;
	height:370px;
	position: relative;
	margin-bottom: 20px;
}
.search-product-img > img{
	position:absolute;
	left:50%;
	top:50%;
	max-width:90%;
	max-height:90%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.search-product-img .btn-orange {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1.1em;
    text-align: center;
    font-family: 'Archivo', sans-serif;
    padding-top: 13px;
    padding-bottom: 13px;
    opacity: 0;
}
.search-product-box:hover .btn-orange{
	opacity:1;
}
.search-product-img .btn-orange:hover,.search-product-img .btn-orange:focus{
	background:#000000;
	color:#fff;
}
.search-product-box h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}
.search-product-box p {
    font-size: 1.2em;
    color: #333333;
    margin-bottom: 6px;
}
.search-product-box p.product-price span{
	font-family: 'Archivo', sans-serif;
}
.cat-icon {
    position: absolute;
    left: 15px;
    top: 5px;
}
.cat-icon img {
    width: 42px;
}
.fav-icon {
    position: absolute;
    right: 3px;
    top: 8px;
    background: none;
    border: 0;
    outline: 0;
}
.produt-detail-left {
    padding-left: 40px;
}
.produt-detail-left h2{
	margin-bottom:25px;
	font-size:2.25em;
}
.produt-detail-left h2 > span {
    display: block;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
}
.produt-detail-left h4{
	margin-bottom:25px;
	font-size:1.5em;
	color:#333;
}
.produt-detail-left p{
	color:#333;
	font-family: 'Archivo', sans-serif;
	font-size:1.125em;
	line-height:1.2;
}
.product-detail-content + .featured-products h2 {
    font-size: 2.2em;
    margin-bottom: 40px;
    font-family: 'Archivo', sans-serif;
}
.product-feature{
	margin-top:40px;
}
.product-feature li {
    margin-bottom: 15px;
}
.product-feature li select {
    border: 2px solid #000000;
    font-size: 1em;
    border-radius: 0;
    padding: 8px;
    height: 48px;
	font-family: 'Archivo', sans-serif;
}
.product-feature li input {
    border: 2px solid #000000;
    font-size: 1em;
    border-radius: 0;
    padding: 8px;
    height: 48px;
	font-family: 'Archivo', sans-serif;
}
.product-feature li input::placeholder {
	color: #b2b2b2;
	opacity: 1;
}
.product-feature li input:-ms-input-placeholder {
	color: #b2b2b2;
}
.product-feature li input::-ms-input-placeholder {
	color: #b2b2b2;
}
.product-feature li span{
	font-family: 'Archivo', sans-serif;
}
.product-detail-content .btn-orange {
    width: 100%;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1.2em;
    font-family: 'Archivo', sans-serif;
    padding: 10px;
}
.product-detail-content .btn-orange img {
    vertical-align: -10px;
    margin-left: 10px;
    width: 42px;
}
.prod-specs ul {
    display: flex;
    justify-content: space-between;
}
.prod-specs a {
    font-size: 1.1em;
}
.product-detail-bottom{
	margin-top:65px;
}
.product-detail-bottom li {
    margin-right: 3px!important;
}
.product-detail-bottom .btn-contact{
	background:#000000;
	text-transform:uppercase;
	display:inline-block;
	color:#fff;
	 font-family: 'Archivo', sans-serif;
	 font-size:1.125em;
	padding:22px 40px;
	letter-spacing: 0.5px;
}
.product-detail-bottom h4 {
    font-size: 1.1em;
    color: #000000;
    margin-top: 20px;
}
.product-detail-bottom h4 a{
	color:#BF9B5F;
}
.xzoom-container{
	display:block;
	width:100%;
}
.xzoom-container-large{
	width:100%;
	height:550px;
	position: relative;
	background:#eff0f1;
	margin-bottom: 15px;
}
.xzoom-container-large + div p{
	font-size:14px;
	font-family: 'Archivo', sans-serif;
	color:#666666;
	letter-spacing:0.5px;
}
.xzoom-container-large + div p img {
    vertical-align: -6px;
}
.xzoom-container-large img{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 90%;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 0;
    box-shadow: none;
}
.xzoom-gallery5 {
    border: 2px solid transparent;
    margin-left: 0px;
    margin-bottom: 10px;
    box-shadow: none;
    width: 100px;
}
.xzoom-gallery5.xactive{
	border-color:#BF9B5F;
}
.quantity {
    border: 1px solid #000000;
    font-size: 1em;
    border-radius: 0;
    text-transform: uppercase;
    height: 48px;
    font-family: 'Archivo', sans-serif;
    width: 147px;
    text-align: center;
    padding: 3px;
}
.quantity input {
    border: 0;
    outline: 0;
}
.quantity button {
    background: #BF9B5F;
    color: #fff;
    font-size: 23px;
    border-radius: 0;
    height: 40px;
    padding: 0;
    line-height: 29px;
    border: 0;
}
.quantity .input-group input {
    padding: 0!important;
    height: 38px;
}
section.breadcrumb-content {
    background: #f0f0f0;
    padding-top: 25px;
    padding-bottom: 25px;
}
section.breadcrumb-content h2 {
    font-size: 30px;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 10px;
}

/*=============================
   Featured Product Section
===============================*/

.featured-products ul {
    display: flex;
    padding: 0;
    margin: 0 -15px;
    list-style-type: none;
}
.featured-products ul li {
    padding: 0 15px;
    flex: 0 0 25%;
    height: 370px;
    overflow: hidden;
}
.featured-products ul li a {
    display: block;
    width: 100%;
    height: 370px;
    margin-bottom: 30px;
    background: #f0f0f0;
    position: relative;
}
.featured-products ul li a img {
    position: absolute;
    max-width: 95%;
    max-height: 95%;
    height: auto;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.featured-products ul li .amount {
    display: none;
}
.featured-products ul li a .product-title{
    display:none;
}
.featured-products ul li a:hover:after,.featured-products ul li a:focus:after{
    opacity: 1;
}
.featured-products ul li a:after{
    background: #BF9B5F;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 15px 50px;
    content:"More Details";
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1em;
    text-align: center;
  font-family: 'Archivo', sans-serif;
    padding-top: 13px;
    padding-bottom: 13px;
    opacity: 0;
}


/*=============================
    Resources Page
===============================*/

.resource-list > li {
    background: #fff;
    margin-bottom: 12px;
    border: 2px solid #000000;
}
.resource-list > li > a {
    font-size: 18px;
    font-family: 'Archivo', sans-serif;
    color: #000000;
    display: block;
    padding: 20px 50px 20px 35px;
    position: relative;
}
.resource-list > li > a:after {
    content: "+";
    font-size: 30px;
    position: absolute;
    right: 25px;
    top: 7px;
    font-weight: bold;
	color: #BF9B5F
}
.resource-list > li.resource-list-active > a:after{
    content: "-";
}
.resource-content-inner {
    display: none;
    width: calc(100% - 4px);
    left: 2px;
    position: relative;
}
.resource-content-inner li.resource-content-inner-list {
    background: #e5e4e9;
    padding: 20px 30px;
    border-bottom: 1px solid #f0f0f0;
}
.resource-content-inner li.resource-content-inner-list h4 {
    font-size: 15px;
    line-height: 1.3;
}

.products a.product_type_variable, .products a.yith-wcqv-button {
    display: none;
}
.product-feature li label {
    margin-bottom: 0;
}
.note-box{
	background: #f0f0f0;
	padding:30px 40px;
}
.product-filter-inner {
    position: relative;
}
/*.product-filter li + li {
    display: none;
}*/
.product-filter li img {
    display: none;
}
.product-filter-expand {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.product-filter-inner .products li.active-list h2,.product-filter-inner .products li.active-list{
    background: #cfffd1;
}
.products .product{
    margin-bottom: 45px!important;
}
.products .product h2 {
    font-size: 24px;
    margin-top: 20px;
}
.products a.product_type_variable, .products a.yith-wcqv-button,.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none;
}
.page-content {
    padding: 70px 0 80px;
}
.variations label{
    margin-top: 10px;
}
.variations select{
    display: block;
    width: 100%;
    color: #000000;
    border: 2px solid #000000;
    font-size: 1em;
    border-radius: 0;
    padding: 8px;
    height: 48px;
    font-family: 'Archivo', sans-serif;
}
.woocommerce .single-product div.product p.price {
    margin-bottom: 0!important;
    font-size: 1.5em!important;
    color: #333!important;
    font-weight: bold!important;
    font-family: 'Archivo', sans-serif;
}
.produt-detail-left .woocommerce-product-details__short-description{
    margin-top: 25px!important;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0 8px 0 0;
}
.produt-detail-left a.compare,.produt-detail-left .product_meta{
    display:none;
}
.woocommerce .single-product .product-detail-content .single_add_to_cart_button {
    background: #BF9B5F!important;
    color: #fff;
    border: 0;
    outline: 0;
    width: 100%;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Archivo', sans-serif;
    padding: 10px;
    height: 53px!important;
    width: calc(100% - 130px)!important;
    display: inline-block!important;
    font-weight: normal;
}
.woocommerce .single-product .product-detail-content .single_add_to_cart_button.disabled{
    background: #666666!important;
}
.woocommerce .single-product .product-detail-content .single_add_to_cart_button img {
    position: relative;
    width: 42px;
    vertical-align: -10px;
}
.yith-wcwl-add-to-wishlist {
    font-family: 'Archivo', sans-serif;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.yith-wcwl-add-to-wishlist a{
    text-decoration:underline;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: none;
    width: 100%;
}
.product-detail-content .woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
.woocommerce form .password-input, .woocommerce-page form .password-input{
    width: 100%;
}
.woocommerce-info{
    border-top-color: #000000;
}
.woocommerce-info::before{
    color: #000000;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    width: 260px;
}
.woocommerce div.product div.images .flex-control-thumbs{
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.woocommerce div.product div.images .flex-control-thumbs li{
    padding: 10px;
}
.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: 16px;
    display: block;
    margin-top: 9px;
    width: 100%;
    text-align: center;
    background: #ff0f0f;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
}
.woocommerce-variation-price {
    display: inline-block;
    font-size: 24px;
    font-family: 'Archivo', sans-serif;
    color: #000;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
    font-size: 1.25em;
}
.woocommerce .woocommerce-breadcrumb{
    font-size: 18px;
}
.woocommerce-variation-availability {
    display: inline-block;
    font-family: 'Archivo', sans-serif;
}
.woocommerce-variation-availability p {
    font-family: 'Archivo', sans-serif;
    font-size: 18px!important;
    margin-left: 5px;
    font-style: italic;
}
section.related.products {
    display: none;
}

/*=============================
    Wishlist Page
===============================*/

.woocommerce .wishlist-title {
    margin-bottom: 40px!important;
    position: relative;
    display: block;
}
.woocommerce .wishlist-title:after {
    background: #BF9B5F;
    content: "";
    width: 100%;
    top: 30px;
    position: absolute;
    left: 0;
    height: 1px;
}
.wishlist-title h2 {
    font-size: 42px;
    font-family: 'Archivo', sans-serif;
    position: relative;
    letter-spacing: -0.5px;
    margin-bottom: 40px;
    display:inline-block;
    background: #fff;
    z-index: 1;
    padding-right: 20px;
    position: relative;
}
.woocommerce .wishlist-title a{
    display:none!important;
}

/*=============================
    Cart Page
===============================*/

.shop_table thead tr th {
    background: #000000;
    color: #fff;
    font-weight: normal!important;
    padding: 15px 15px!important;
}
table.shop_table tbody tr td ,table.shop_table tbody tr th{
    padding: 25px 15px!important;
    vertical-align: top!important;
    font-size: 16px;
}
table.shop_table tbody tr td.product-name a {
    font-size: 22px;
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'Archivo', sans-serif;
}
table.shop_table tbody tr td.product-thumbnail {
    max-width: 110px;
}
table.shop_table tbody tr td.product-thumbnail img {
    width: 100px;
    max-width: inherit;
}
table.shop_table tbody tr td.product-remove {
    max-width: 60px;
    text-align: center;
}
table.shop_table tbody tr td.product-remove a {
    font-weight: 900;
    background: red;
    font-size: 26px;
    line-height: 22px;
    margin-right: 5px;
    height: 26px;
    display: inline-block;
    border-radius: 50%;
    width: 26px;
    text-align: center;
    color: #fff!important;
}
table.shop_table tbody tr td.product-price,table.shop_table tbody tr td.product-subtotal,.order-total td[data-title="Total"], .cart-subtotal td[data-title="Subtotal"]{
    font-family: 'Archivo', sans-serif;
    font-size: 22px;
}
.coupon input.form-control {
    min-width: 250px;
    padding: 10px 12px!important;
}
.coupon .btn-orange, .coupon + .btn-orange  {
    font-size: 18px!important;
}
p#calc_shipping_state_field span {
    display: block;
    width: 100%;
}
.shipping-calculator-form button{
    background: #BF9B5F!important;
    color: #fff!important;
    border: 0;
    border-radius: 4px;
    outline: 0;
    padding: 15px 50px;
    font-size: 18px!important;
    font-family: 'Archivo', sans-serif;
    font-weight: normal!important;
    text-transform: capitalize;
    line-height: 1.3!important;
    display:block;
    width: 100%;
}
.cart_totals .wcppec-checkout-buttons.woo_pp_cart_buttons_div {
    display: none;
}
.qib-button:not(#qib_id):not(#qib_id) {
    height: 53px!important;
    color: #fff!important;
    background: #000000!important;
    border-color: #000000!important;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id){
    height: 54px!important;
}
body .single-product .woocommerce-notices-wrapper .button {
    font-size: 16px!important;
    min-width: inherit;
    padding: 8px 39px;
    margin-top: -6px;
}
.shipping-calculator-form p {
    position: relative;
}
.shipping-calculator-form p label {
    position: absolute;
    left: -150px;
    top: 10px;
}
ul#select2-calc_shipping_country-results li:nth-child(2) {
    border-bottom: 1px solid #000;
}

/*=============================
    Checkout Page
===============================*/

.custom-checoutform label {
    display: block!important;
    width: 100%;
    line-height: 1.3!important;
    margin-bottom: 5px;
}
.custom-checoutform span.woocommerce-input-wrapper {
    display: block!important;
    width: 100%;
}
.custom-checoutform input,.c select,.shipping-calculator-form input{
    font-family: 'Archivo', sans-serif;
	border: 2px solid #000000;
	color: #000000;
	height: 46px;
	display:block;
	border-radius: 0;
	display: block!important;
	width: 100%!important;
	padding: .375rem .75rem!important;
}
.custom-checoutform input[type="checkbox"] {
    display: inline-block!important;
    width: auto!important;
    margin-right: 3px!important;
    height: auto;
}
.custom-checoutform textarea{
    font-family: 'Archivo', sans-serif;
	border: 2px solid #000000;
	color: #000000;
	height: 132px!important;
	display: block!important;
	width: 100%!important;
	padding: .375rem .75rem!important;
	resize: none;
}
.select2-container--default .select2-selection--single{
    font-family: 'Archivo', sans-serif;
	border: 2px solid #000000;
	color: #000000;
	height: 46px;
	display:block;
	border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 42px!important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: .75rem;
    padding-right: .75rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    position: absolute;
    top: 1px;
    right: 5px;
    width: 35px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000000 transparent transparent transparent!important;
}
.woocommerce form .custom-checoutform  .form-row{
    padding: 0!important;
    margin-bottom: 15px!important;
}
.custom-checoutform.shipping-checoutform h3 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 50px;
}
.form-row.place-order button[type="submit"]{
    background: #BF9B5F!important;
    color: #fff!important;
    border: 0;
    border-radius: 4px;
    outline: 0;
    padding: 15px 50px;
    font-size: 22px!important;
    font-family: 'Archivo', sans-serif;
    min-width: 190px;
    font-weight: normal!important;
    text-transform: capitalize;
    line-height: 1.3!important;
}

/*=============================
    MyAccount Page
===============================*/

nav.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0;
}
nav.woocommerce-MyAccount-navigation ul li a {
    text-transform: uppercase;
    display: block;
    width: 100%;
    background: #000000;
    color: #fff;
    padding: 12px 15px;
    margin-bottom: 5px;
    font-size: 14px;
}
nav.woocommerce-MyAccount-navigation ul li a:hover,nav.woocommerce-MyAccount-navigation ul li a:focus,nav.woocommerce-MyAccount-navigation ul li.is-active a{
    background: #BF9B5F;
}

/*=============================
    Product Page
===============================*/

.product-filter-inner .products {
    margin-top: 0!important;
    margin-left: 0;
    margin-right: 0;
}
.product-filter-inner .products li {
    margin-bottom: 0!important;
    display: block;
    width: 100%;
    list-style-type: none;
}
/*.product-filter-inner .products li + li{
    display:none;
}*/
.product-filter-inner .products li a {
    display: block;
    width: 100%;
    padding: 10px 35px 10px 18px;
    border-bottom: 1px solid #000000;
}
.product-filter-inner .products li a h2 {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    margin-top: 0;
    padding: 0;
    border-bottom: 0;
    text-transform: none;
}
.product-filter-inner .products li a h2 mark {
    background: none;
    display:none;
}
.img-wrap {
    background: #eff0f2;
    height: 400px;
    position: relative;
}
.img-wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
}
p.woocommerce-result-count {
    margin-bottom: 0!important;
}
p.woocommerce-result-count + .woocommerce-ordering {
    display: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
    padding: 15px;
}

/*=============================
    Product Detail Page
===============================*/

.custom-modal .modal-content {
    border-radius: 0;
}
.custom-modal .modal-header {
    color: #fff;
    background: #000000;
    border-radius: 0;
    padding: 25px;
}
.custom-modal .modal-header h5 {
    font-size: 18px;
}
.custom-modal .modal-header button {
    color: #fff;
    opacity: 1;
}
.custom-modal .modal-body {
    padding: 25px;
}
.custom-modal .modal-body p {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.4;
}

/*=============================
    Product Category Page
===============================*/

ul.wc-block-grid__products {
    margin: 0 -15px;
}
li.wc-block-grid__product {
    padding: 0 15px;
    margin: 0 0 45px 0;
    border: 0;
}
li.wc-block-grid__product .wc-block-grid__product-image{
    margin:0!important;
    /*background: #eff0f2;*/
    height: 350px;
}
li.wc-block-grid__product .wc-block-grid__product-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    height: auto;
    width: auto;
}
li.wc-block-grid__product .wc-block-grid__product-title{
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 8px;
    text-align: left;
}
li.wc-block-grid__product .wc-block-grid__product-add-to-cart{
    display: none;
}
li.wc-block-grid__product .wc-block-grid__product-price {
    font-size: 20px;
    margin: 0;
    text-align: left;
}
li.wc-block-grid__product .wc-block-grid__product-price:before {
    content: "Price: ";
}
.woocommerce-variation.single_variation {
    margin-bottom: 30px;
}
/*figure.woocommerce-product-gallery__wrapper {
    min-height: 550px;
    position: relative;
    display: flex;
    align-items: center;
}*/
.prod-att-desc{
    font-size: 14px;
    line-height: 1.5;
    font-style: italic;
}

/*=============================
    Custom Order Form
===============================*/

.custom-order-form .wpcf7-form-control-wrap {
    width: 100%;
}
.custom-order-form .input-group {
    position: relative;
    padding-right: 99px;
}
.custom-order-form .input-group .input-group-prepend {
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
}

.woocommerce div.product div.images img.emoji {
    display: none!important;
}
.woocommerce-variation.single_variation  .woocommerce-variation-sku,.woocommerce-variation.single_variation  .woocommerce-variation-price{
    margin-bottom: 0;
    height: 0;
    overflow: hidden;
    display:none;
}
.woocommerce-variation.single_variation .woocommerce-variation-description {
    color: #000000;
    text-align: left;
}
.woocommerce-variation.single_variation .woocommerce-variation-description p {
    color: #000000;
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
}
@media only screen and (max-width: 991px) {
   .shop-box-overlay-top {
    display: none;
}
	.header-form input{
        min-width: inherit;
        width: 100%;
    }
    .top-bar ul {
        padding: 15px;
        text-align: center;
    }
    .nav-bar {
        padding: 10px 0;
    }
    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: rgba(0,0,0,.1);
        background: #fff;
        border-radius: 0;
        margin-left: auto;
    }
    .nav-bar ul li a {
        display: block;
        width: 100%;
        background: #fff;
        margin-top: 5px;
        padding: 12px 15px;
    }
    .nav-bar ul li a:after{
        display:none;
    }
    .nav-bar ul li > ul{
        position: relative;
        min-width:inherit;
    }
}
@media only screen and (max-width: 767px) {
    .section-heading-red{
        font-size: 26px;
    }
    .section-heading-blue{
        font-size: 26px;
    }
    .img-wrap,li.wc-block-grid__product .wc-block-grid__product-image{
        height: 290px;
    }
    .shop-box-overlay.shop-box-overlay-top {
        width: 90%;
        padding: 14px;
    }
    .shop-box h2 {
        font-size: 25px;
        line-height: 1.4;
    }
    .shop-box-heading .section-heading-blue + p{
        font-size: 18px;
    }
    .shop-box p {
        font-size: 18px;
    }
    .note-box {
        padding: 30px 15px;
    }
    .resource-list > li > a{
        padding: 15px 50px 15px 20px;
    }
    .newsletter h2 {
        font-size: 2em;
        margin-bottom: 25px;
        line-height: 1.5;
    }
    .footer-main h4 {
        margin: 15px 0;
    }
    .produt-detail-left {
        padding-left: 0;
    }
    .prod-specs ul {
        flex-wrap: wrap;
    }
    .prod-specs ul li {
        width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }
    ul.wc-block-grid__products {
        margin: 0;
    }
}
tbody.wishlist-items-wrapper .yith-wcqv-button {
    display: none!important;
}
figure.featured-media {
    display: none;
}
.products .product h2 + .product-price {
    display: none;
}
#specifications .modal-body table {
    background: #f1f1f1;
    width: 100%;
    border: 1px solid #dee2e6;
}
#specifications .modal-body table td {
    padding: 10px 10px;
    border: 1px solid #b4b4b4;
}
.woocommerce div.product div.images img.wp-post-image {
    display: block;
    width: auto!important;
    height: auto;
    box-shadow: none;
    margin: 0 auto!important;
}

#drawingImages .carousel-control-next-icon, #drawingImages .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #000000;
    padding: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.color-swatches ul li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 5px 10px 0;
    display: block;
}
.color-swatches ul li:last-of-type {
    margin-bottom: 0;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}

.tooltip-inner {
background-color: #000000;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #000000 !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #000000 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #000000 !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #000000 !important;
}
.color-swatches .section-heading-red:after {
    display: none;
}
