@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css');

*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
h1,h2,h3,h4,h5,h6,p,ul{
	padding: 0;
	margin: 0;
}
a,
a:hover{
	text-decoration: none
}
img{
	border: none
}

.tb-equal{
    padding: 80px 0px;
}
.m-auto{margin:auto;}
.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-50{margin-top:50px;}
.mt-80{margin-top:80px;}

.mb-10{margin-bottom:10px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}
.mb-40{margin-bottom:40px;}
.mb-50{margin-bottom:50px;}
.mb-80{margin-bottom:80px;}

/* -------------------------- 
	TOP HEADER
------------------------------*/
.top-header-left-col a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.top-header-left-col ul li,
.top-header-right-col ul li{
    border-right: 1px solid #0C2957;
    padding:0px 12px;
    list-style: none;
	vertical-align: middle;
    height: 12px;
    line-height: 12px;
}
.top-header-left-col ul li{
    position: relative;
    list-style: none;   
    position: relative;
}
.top-header-left-col ul {
    display: flex;
    justify-content: end;
}
.top-header-right-col ul {
    display: flex;
    justify-content: end;
}
.top-header-left-col ul li:first-child{
	border-left: none;
    padding-left: 0;
    color: #CBA328;
    font-weight: 500;

}
.top-header-left-col ul li a{
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
	font-weight:600;
}
.top-header-right-col ul.submenu {
    display: none;
    vertical-align: top;
	position: absolute;
    background: #4f6fc3;
	margin-top: 0px;
	top: 24px;
    z-index: 1;
    left: 0;
}
.top-header-right-col ul li:hover ul.submenu {
    display: block;
}
.top-header-right-col ul li:hover .submenu li {
    margin-right: 0;
    padding: 2px 10px;
	text-align: center;
	border-bottom: 1px solid #4f6fc3;
}
.top-header-right ul li ul.submenu li a {
    font-size: 12px;
}
.top-header-right ul li:hover ul.submenu{
	display: block
}
.top-header-left-col ul li a:hover,
.top-header-right-col ul li ul li a:hover{
	text-decoration:none;
}
.top-header-right-col ul li a{
	font-size:18px;
	 color: #CBA328;
	text-transform: uppercase;
}
.top-header-right-col ul li a:hover{
	text-decoration: none;
	color:#fff;
}
.top-header-right-col ul li ul li ul li {
    border: 1px solid #fff;
    text-align: center;
    padding: 0 6px;
    background: #fff;
	float:left;
	line-height: 16px;
}
.top-header-right-col ul li ul li ul li a{
	color:#002147;
}
.top-header-right-col ul li ul li ul li.site-color-selected {
    background: none;
}
.top-header-right-col ul li ul li ul li.site-color-selected a{
	color:#fff;
}
.top-header-right-col ul li ul li.color-selected {
    padding-right: 0;
}
.top-header{
	width: 100%;
	display: inline-block;
	background: transparent;
}

.top-header-left-col ul li:last-child {
    border-right: none;
    color: #CBA328;
    font-weight: 500;
}
.top-header-right-col ul li:last-child{
	border-right: none;
	padding-right: 0;
}
.top-header-bar{
	position: relative;
	padding: 10px 0;
	background: #043732;
}
.device-top-header-container {
    position: relative;
    z-index: 1;
}
.top-header-right-col ul li{
	border-right: none;
	height: auto;
    position: relative;
}
.top-header-right-col img.font-img {
	height: 18px
}
.top-header-right-col ul li.color-change a i,
.top-header-right-col ul li.accessibility a i{
	font-size: 16px;
    

}
.top-header-right-col ul li.language select {
    background: none;
    border: none;
    font-size: 12px;
    color: #fff;
	cursor: pointer
}
.top-header-right-col ul li.language select option{
	color: #000
}
.top-header-right-col ul li.language select:focus,
.top-header-right-col ul li.language select:focus-visible{
	outline: none;
}
.main-navbar .navbar-collapse {
    justify-content: center;
}
.menu-header {
    background: #F0F0F0;
    padding: 3px 0px;
}
.main-navbar .navbar-collapse ul li a.nav-link {
    padding: 0 18px;
    color: #fff;
    font-size: 14px;
}
.main-navbar .navbar-collapse ul li:last-child a.nav-link{
	padding-right: 0px
}
.main-navbar .navbar-collapse ul li a.dropdown-item {
    font-size: 14px;
}
.icons button.btn.search-btn {
    background: transparent;
    border: transparent;
}
.icons button.btn.search-btn:hover, :focus {
    background: transparent;
    border: transparent;
}
/* -------------------------- 
	TOP MAIN HEADER
------------------------------*/
nav {
    background-color: #F0F0F0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0px;
}
  
  .logo {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  
  .nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .nav-links li {
    margin-right: 26px;
    font-size: 16px;
}
  
  .nav-links a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
  }
  
  .nav-links a:hover {
    color: #19647e;
  }
  
  .icon {
    display: none;
  }
  .logo img {
    width: 130px;
}
.icon-round {
    position: relative;
}
span.wishlist-count {
    left: 12px;
    background: #19647e;
    padding: 2px;
    min-width: 29px;
    height: 23px;
    top: -8px;
    right: 13px;
    font-size: 15px;
    color: #fff;
}
.navbar {
    padding: 0px 28px;
}
  
/* -------------- 
	NAVBAR 
------------------- */
.btn-square, .btn-sm-square, .btn-md-square, .btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.btn-md-square {
    width: 44px;
    height: 44px;
}
.icons a {
    margin: 0px 14px;
    font-size: 10px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
    line-height: 80px;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #CBA328;
}

.icons i {
    color: #000;
}
.icons span {
    /*color: #fff;
    background: #19647e;*/
}
.navbar img {
    width: 170px;
}
/* ------------- 
	BANNER AREA 
	--------------- */
/* ------------ 
	ABOUT AREA
------------------- */
.shipping-image-one img {
    width: 100%;
}
.shipping-image-one {
    margin-top: 45px;
}
.shipping-image-two img {
    width: 100%;
}
.dashboard-section {
    margin: 30px 0px;
}
/* ---------------------- 
	Accessories
--------------------------- */
.product-section {
    position: relative;
}
.product-section a :hover{
    transform: scale(1.1);  
    transition: 0.5s;
}
.product-image {
    overflow: hidden;
    transition: 0.5s;
}
.product-name {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.product-name h3 {
    font-weight: 600;
}

/* -------------- 
	Product Details AREA
---------------------------- */
.section-title {
    margin-bottom: 16px;
    text-align: center;
    
}
.section-title h2 {
    color: #1c1c1c;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.section-title h2:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 4px;
    width: 80px;
    background: #CBA328;
    content: "";
    margin: 0 auto;
}
.product-detail img {
    /*width: 300px;*/
}
.feature-product h2 {
    font-size: 19px;
    font-weight: 600;
    color: #BF9C42;
}
.feature-product p {
    margin: 3px 0px;
    font-weight: 500;
}
.product-detail {
    text-align: center;
    position: relative;
}
/* .banner {
    background-image: url(../images/banner-mid.png);
    background-size: cover;
    min-height: 81vh;
    background-repeat: no-repeat;
    margin: 20px 0px;
} */
.collection-product {
    text-align: center;
    margin-top: 15px;
}
.collection-product p {
    font-weight: 600;
    font-size: 18px;
	text-transform: uppercase;
}
.collection-product a {
    padding: 2px 10px;
    border-radius: 20px;
    background: #19647e;
    color: #fff;
    margin: 4px 0px;
    display: inline-block;
}
.submit-section {
    background-image: url(../images/sign-back.png);
    background-size: cover;
}
.submit-section {
    background-image: url(../images/sign-back.png);
    background-size: auto;
    padding: 52px;
}

/*	-------------------- 
	LOGO AREA
---------------------------- */
.gov-logo-area{
	text-align: center;
    margin-bottom: 80px;
    margin-top: 80px;
}
.gov-logo-area ul li{
	list-style: none;
	display: inline-block;
	 padding: 0 30px;
}
.gov-logo-area ul li img {
    height: 70px;
}
.submit-section h1 {
    color: #fff;
}
.envelop-section i {
    font-size: 54px;
    margin-right: 25px;
    color: #fff;
}
.save-content {
    line-height: 16px;
}
.save-content p.lead-p {
    color: #fff;
}

/*	-------------------- 
	TOP FOOTER AREA
---------------------------- */
.top-footer {
    background: #F0F0F0;
    padding: 15px 0;
    padding-top: 50px;
    color: #fff;
}
.top-footer h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
/* .top-footer ul li:before{
	content: "\f101";
    position: absolute;
    top: 2px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0px;
    color: #000;
} */
.top-footer ul li {
    list-style: none;
    margin: 0px;
    color: #222;
    margin-bottom: 6px;
}
.top-footer ul li i {
    color: #19647E;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 4px;
}
.top-footer ul li:last-child a{
	padding-right: 0
}
.top-footer ul a {
    color: #818181;
}
.top-footer ul a:hover {
    color: #313131;
}
.top-footer ul li i {
    color: #BF9C42;
    font-size: 12px;
    margin-right: 10px;
}
.input-group-text {
    color: #fff;
    background: #BF9C42;
    border: none;
}

/*	-------------------- 
	BOTTOM FOOTER AREA
---------------------------- */
.footer-bottom {
    padding: 15px 0;
    color: #fff;
}
.footer-bottom p{
	font-weight: 600
}
.bottom-footer-content ul {
    list-style: none;
    display: flex;
}
.bottom-footer-content ul li {
    margin: 0px 7px;
}
.bottom-footer-content {
    display: inline-flex;
    align-items: center;
}
.footer-bottom p {
    font-weight: 600;
    color: #000;
}

#about_section_banner {
    background-image: url(../images/banner-about.png);
    width: 100%;
    height: 300px;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-repeat: no-repeat;
    position: relative;
}
#about_section_banner:after {
    content: "";
    background: #8565326b;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.about_text {
    text-align: center !important;
    margin: auto;
    z-index: 1;
    position: relative;
}
#about_section_banner h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 600;
}
.about_text nav ol{
    margin-bottom: 0px;
    padding: 0;
}

.breadcrumb {
    background-color: transparent;
}
.breadcrumb a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #ffffff;
}

.pro-image {
    width: 100%;
    border: 1px solid #b3b3b3;
}
.text-black-detail {
    font-weight: 600;
}
.avail-text {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
}
.site-section p {
    margin-top: 0px;
    font-size: 21px;
    line-height: 26px;
}
.choose-flavour ul {
    list-style: none;
    margin: 0;
    display: inline-flex;
}
.choose-flavour ul a {
    margin: 8px 12px;
    background: #f0f0f0;
    padding: 6px 9px;
    border-radius: 30px;
    color: #000;
}
.site-section {
    margin: 40px 0px;
}
.product__details__quantity {
    display: inline-block;
    margin-right: 6px;
}
.pro-qty {
    width: 140px;
    height: 50px;
    display: inline-block;
    position: relative;
    text-align: center;
    background: #f5f5f5;
    margin-bottom: 5px;
}
.pro-qty .qtybtn {
    width: 35px;
    font-size: 16px;
    color: #6f6f6f;
    cursor: pointer;
    display: inline-block;
}
.pro-qty input {
    height: 100%;
    width: 100%;
    font-size: 16px;
    color: #6f6f6f;
    width: 50px;
    border: none;
    background: #f5f5f5;
    text-align: center;
}
.both-btn {
    display: flex;
    /* margin: 0px 10px; */
    margin-top: 20px;
}
.cart-btn a {
    padding: 0px 25px;
    background: transparent;
    border: 2px solid #BF9C42;
    color: #BF9C42;
    display: block;
    border-radius: 50px;
    margin-top: 15px;
    height: 45px;
    line-height: 45px;
    padding-top: 0 !important;
}
.cart-btn a:hover {
    background: #222;
    color: #fff;
    display: block;
}
.buy-btn a {
    padding: 10px 50px;
    background: #19647e;
    border: transparent;
    color: #ffffff;
    margin: 24px 0px 0px -23px;
    display: block;
}
.buy-btn a:hover {
    padding: 10px 50px;
    background: #19647e;
    border: transparent;
    color: #ffffff;
    margin: 24px 0px 0px -23px;
    display: block;
}
.contact {
    padding-top: 80px;
    padding-bottom: 50px;
}
.contact__widget {
    margin-bottom: 30px;
}
.contact__widget span {
    font-size: 36px;
    color: #BF9C42;
}
.contact__widget h4 {
    color: #1c1c1c;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 18px;
    font-size: 18px;
}
.contact__widget p {
    color: #666666;
    margin-bottom: 0;
}
.contact-form {
    /*padding-top: 80px;*/
    /*padding-bottom: 80px;*/
}
.contact__form__title {
    margin-bottom: 50px;
    text-align: center;
}
.contact__form__title h2 {
    color: #1c1c1c;
    font-weight: 600;
}
.contact-form form input {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #6f6f6f;
    padding-left: 20px;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
}
.contact-form form textarea {
    width: 100%;
    height: 150px;
    font-size: 16px;
    color: #6f6f6f;
    padding-left: 20px;
    margin-bottom: 24px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding-top: 12px;
    resize: none;
}
.load-more-btn {
    text-align: center;
    margin: 40px 0px;
}
.load-more-btn a {
    padding: 8px 47px;
    background: #19647e;
    color: #fff;
    border-radius: 20px;
}
p.second-address {
    margin-top: 7px;
}
.shoping-cart {
    padding-top: 80px;
    padding-bottom: 80px;
}
.shoping__cart__table {
    margin-bottom: 30px;
}
.shoping__cart__table table {
    width: 100%;
    text-align: center;
}
.shoping__cart__table table thead tr {
    border-bottom: 1px solid #ebebeb;
}
.shoping__cart__table table thead th {
    font-size: 14px;
    font-weight: 600 !important;
    color: #1c1c1c;
    padding-bottom: 20px;
}
.shoping__cart__table table thead th.shoping__product {
    text-align: left;
}
.shoping__cart__table table tbody tr td.shoping__cart__item {
    width: 630px;
    text-align: left;
}
.shoping__cart__table table tbody tr td.shoping__cart__item img {
    display: inline-block;
    margin-right: 25px;
}
.shoping__cart__table table tbody tr td {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}
.shoping__cart__table table tbody tr td.shoping__cart__item img {
    display: inline-block;
    margin-right: 25px;
}
.primary-btn.cart-btn {
    color: #6f6f6f;
    padding: 14px 30px 12px;
    background: #f5f5f5;
}
.primary-btn {
    display: inline-block;
    font-size: 14px;
    padding: 10px 28px;
    color: #ffffff;
    text-transform: capitalize;
    background: #19647E;
}
#main {
    margin: 10px 0;
}
#main #faq .card {
    margin-bottom: 5px;
    border: 0;
}
#main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}
#main #faq .card .card-header .btn-header-link.collapsed {
    background: #ededed;
    color: #BF9C42;
}
#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #BF9C42;
    color: #fff;
    padding: 20px;
}
#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f067";
}
#main #faq .card .card-header .btn-header-link:after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
}
.primary-btn.cart-btn.cart-btn-right {
    float: right;
}
.shoping__discount {
    margin-top: 45px;
}
.shoping__discount h5 {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 600;
    margin-bottom: 15px;
}
.shoping__discount form input {
    width: 255px;
    height: 46px;
    border: 1px solid #cccccc;
    font-size: 16px;
    color: #b2b2b2;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
}
.shoping__discount form button {
    padding: 15px 30px 11px;
    font-size: 12px;
    letter-spacing: 4px;
    background: #6f6f6f;
}
.site-btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 30px 12px;
    background: #19647E;
    border: none;
}
.shoping__checkout {
    background: #f5f5f5;
    padding: 30px;
    padding-top: 20px;
    margin-top: 50px;
}
.shoping__checkout h5 {
    color: #1c1c1c;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}
.shoping__checkout ul {
    margin-bottom: 28px;
}
.shoping__checkout ul li {
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 600;
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 13px;
    margin-bottom: 18px;
}
.shoping__checkout ul li span {
    font-size: 18px;
    color: #dd2222;
    float: right;
}
.shoping__cart__table table tbody tr td.shoping__cart__item__close span {
    font-size: 24px;
    color: #b2b2b2;
    cursor: pointer;
}
.shoping__cart__table table tbody tr td.shoping__cart__item__close {
    text-align: right;
}
.shoping__cart__table table tbody tr td {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}
.checkout {
    padding-top: 80px;
    padding-bottom: 60px;
}
.checkout h6 {
    color: #999999;
    text-align: center;
    background: #f5f5f5;
    border-top: 1px solid #19647E;
    padding: 12px 0 12px;
    margin-bottom: 75px;
}
.checkout h6 span {
    font-size: 16px;
    color: #19647E;
    margin-right: 5px;
}
.checkout h6 a {
    text-decoration: underline;
    color: #999999;
}
.checkout__form h4 {
    color: #1c1c1c;
    font-weight: 700;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.checkout__input {
    margin-bottom: 24px;
}
.checkout__input p {
    color: #1c1c1c;
    margin-bottom: 20px;
}
.checkout__input p span {
    color: #dd2222;
}
.checkout__input input {
    width: 100%;
    height: 46px;
    border: 1px solid #ebebeb;
    padding-left: 20px;
    font-size: 16px;
    color: #b2b2b2;
    border-radius: 4px;
}
.checkout__input input.checkout__input__add {
    margin-bottom: 20px;
}
.checkout__input__checkbox {
    margin-bottom: 10px;
}
.checkout__input__checkbox label input {
    position: absolute;
    visibility: hidden;
}
.checkout__input__checkbox label .checkmark {
    position: absolute;
    left: 0;
    top: 4px;
    height: 16px;
    width: 14px;
    border: 1px solid #a6a6a6;
    content: "";
    border-radius: 4px;
}
.checkout__order {
    background: #f5f5f5;
    padding: 40px;
    padding-top: 30px;
}
.checkout__order h4 {
    color: #1c1c1c;
    font-weight: 700;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
a.pro-btn {
    color: #000;
}
.checkout__order .checkout__order__products {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 700;
    margin-bottom: 10px;
}
.checkout__order .checkout__order__products span {
    float: right;
}
.checkout__order ul {
    margin-bottom: 12px;
}
.checkout__order ul li {
    font-size: 16px;
    color: #6f6f6f;
    line-height: 40px;
    list-style: none;
}
.checkout__order ul li span {
    font-weight: 700;
    float: right;
}
.checkout__order .checkout__order__subtotal {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 700;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
}
.checkout__order .checkout__order__subtotal span {
    float: right;
}
.checkout__order .checkout__order__total {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 700;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.checkout__order .checkout__order__total span {
    float: right;
    color: #dd2222;
}

.checkout__order button {
    font-size: 13px;
    letter-spacing: 2px;
    width: 100%;
    margin-top: 10px;
    border-radius: 20px;
}
.banner {
    position: relative;
}
.banner-content {
    position: absolute;
    top: 15%;
    left: 0;
    text-align: center;
    color: #fff;
	right:0;
}
.banner-content h2 {
    font-weight: 600;
    margin-bottom: 13px;
}
.banner-content a {
    text-align: center;
    margin: 10px;
    padding: 12px 25px;
    background: #BF9C42;
    display: inline-block;
    color: #fff;
    border-radius: 50px;
}
.feature-bg {
    position: relative;
    margin: 59px 0;
}
.orange-text {
    color: #BF9C42;
}
.list-box {
    overflow: hidden;
    letter-spacing: 0.5px;
}
.list-box .list-icon i {
    display: block;
    font-size: 24px;
    margin-right: 15px;
    color: #BF9C42;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 60px;
    border: 2px #BF9C42 dotted;
    border-radius: 999px;
}
.list-box .content h3 {
    display: block;
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 600;
}
.list-box .content p {
    margin-bottom: 0px;
    opacity: 0.75;
}
.featured-text h2 {
    font-weight: 600;
    text-transform: uppercase;
}
.about-image {
    margin-top: 45px;
}
.product__details__tab {
	padding-top: 85px;
}

.product__details__tab .nav-tabs {
	border-bottom: none;
	justify-content: center;
	position: relative;
}

.product__details__tab .nav-tabs:before {
	position: absolute;
	left: 0;
	top: 20px;
	height: 1px;
	width: 15vw;
	background: #ebebeb;
	content: "";
}
.product__details__tab .nav-tabs:after {
	position: absolute;
	right: 0;
	top: 20px;
	height: 1px;
	width: 15vw;
	background: #ebebeb;
	content: "";
}

.product__details__tab .nav-tabs li {
	margin-bottom: 0;
	margin-right: 65px;
}

.product__details__tab .nav-tabs li:last-child {
	margin-right: 0;
}

.product__details__tab .nav-tabs li a {
	font-size: 14px;
	color: #222;
	font-weight: 500;
	border: none;
	padding: 12px 25px;
    background: #f0f0f0;
    border-radius: 50px;
}
.product__details__tab .nav-tabs li.active a{
    background: #BF9C42;
    color: #fff;    
}

.product__details__tab .product__details__tab__desc {
	padding-top: 44px;
}

.product__details__tab .product__details__tab__desc h6 {
	font-weight: 700;
	color: #333333;
	margin-bottom: 26px;
}

.product__details__tab .product__details__tab__desc p {
	color: #666666;
}
.dropdown {
    position: relative;
    display: inline-block;
}
/*.dropdown.mega_menu {
    position: static;
}*/

li.dropdown:hover:after {
    content: "";
    width: 3.7%;
    height: 3px;
    background: #c2b06e;
    position: absolute;
    bottom: 0;
}
  
/* Dropdown Content (Hidden by Default) */

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border: none;
    z-index: 1;    
}
/*.dropdown.mega_menu .dropdown-menu{
    width: 85%;
    margin: auto;
    left: 0;
    right: 0;
}

.dropdown:hover .dropdown-menu {
    display: grid;
    padding: 15px;
    margin-top: -10px;
}
.dropdown.mega_menu:hover .dropdown-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 20px 25px;
    z-index: 99;
}
.dropdown-menu li a {
    font-size: 14px;
}*/

.dropdown-menu li ul:not(:first-child){    
    display: none !important;
}
.mega_menu .additional_sub_mega_menu:hover ul {
    display: grid !important;
    width: 100%;
    box-shadow: none;
    left: 130px;
    top: 20px;
    width: 600px;
    grid-template-columns: auto auto auto !important;
    box-shadow: 0px 0px 10px #ddd;
}
.dropdown:hover .dropdown-menu {
    display: grid;
    padding: 15px;
    margin-top: -10px;
}
.dropdown.mega_menu:hover .dropdown-menu {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 20px 25px;
    z-index: 99;
}
.button {
    padding: 12px 22px !important;
    background: #BF9C42 !important;
    display: inline-block !important;
    color: #fff !important;
    border-radius: 50px !important;
    text-align: center;
    font-weight: 500 !important;
}
.button:hover{
    background: #CBA328 !important;
}

#product-listing .product {
    display: grid;
}
#product-listing .product .product-list-btn {
    margin-top: auto;
    padding-top: 15px;
}
.product-detail{
    margin-bottom: 10px;
}
.product a.button{
    background: #043732 !important;
}
.product a.button:hover{
    background: #222 !important;
}

.woocommerce div.product span.price ins {
    font-weight: normal !important;
    text-decoration: none;
}

.xoo-wsc-sc-cont {
    color: #5C5346;
}
.xoo-wsc-sc-count {
    background-color: #BF9C42 !important;
}
.wpf_item input[type=checkbox]{
    border-radius: 4px;
}
.breadcrumb-item.active {
    color: #fff;
}
.breadcrumb li:last-child{
    color: #fff;
}

.our-brand {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
    padding: 0px 15px;
}

.space-grid div[class^="col-"]{margin-bottom: 30px;}
.space-grid div:nth-last-child(-n+4){
    margin-bottom: 0px;
}

#product-listing-sidebar ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#product-listing-sidebar ul li {
    float: none;
    width: auto;
    margin: 0px 5px 5px 0px;
    text-align: center;
}
#product-listing-sidebar ul li input[type=checkbox] {
    border-radius: 50px;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 0;
    border: 1px solid #ddd;
    position: absolute;
}
#product-listing-sidebar ul li input[type=checkbox]:checked + label {
    background: #cba328;
    color: #fff;
    border-radius: 50px;
}

#product-listing-sidebar ul li label {
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    padding: 4px 10px;
}

.wpf_reset_btn {
    background: red;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 25px;
    width: 59px;
    text-align: right;
}

.wpf_reset_btn{margin-top: 15px;}
.wpf_reset_btn:before, .wpf_reset_btn:after {
    margin-left: 7px;
    font-size: 11px;
}
.wpf_item .wpf_item_name{
    font-weight: 600 !important;
}

.checkout-button{
    text-align: center;
    margin: 10px;
    padding: 12px 25px;
    background: #BF9C42;
    display: inline-block;
    color: #fff;
    border-radius: 50px;
}

.feature-product .price del{opacity: 1 !important;}
.feature-product .price del bdi {
    font-size: 14px;
    color: #043732;
    font-weight: 500;
}

.fixed-btn{
    display: grid;
    grid-gap: 15px;
    position: fixed;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
    z-index: 9;
}

.fixed-btn-horizon{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 40px;
}