@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,700;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,700;1,700;1,800;1,900&display=swap');@import url('font-awesome.css');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,700;0,700;0,800;1,400;1,500;1,700;1,700;1,800&display=swap');
body {
	padding: 0;
	margin: 0;
	font-family: 'Poppins', sans-serif; 
	font-weight: 400;
	background-color: #fff;
	    line-height: normal;font-size: 18px;
}
html,
body {
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	color: #13443b;
}

a:hover {
	text-decoration: none !important;
	cursor: pointer;
	color: #161616;
}

a:focus {
	color: #13443b;
	text-decoration: none;
	transition: all 1s ease;
}

*:focus {
	outline: none !important;
}

::-moz-selection {
	background-color: #13443b;
	color: #fff;
}

::selection {
	background-color: #13443b;
	color: #fff;
}
 .vc_section {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}  
.container{margin:auto !important}
img {
	max-width: 100%;
	height: auto;
} 
 
button.sub-menu-toggle {
    display: none;
}
h1,h2,h3,h4,h5,h6{ 
	font-family: 'EB Garamond', serif !important;
} 
.default-css {
	width: 100%;
	padding: 0 0;
}

.default-css h1 {
	margin: 0px;
	padding: 10px 0 5px;
	color: #000;
	font-size: 32px;
	font-family: 'EB Garamond', serif !important;
	font-weight: 700; 
}

.default-css h1 b {
	font-weight: 700;
	color: #000;
}

.default-css h2 {
	margin: 0px;
	padding: 10px 0 5px;
	color: #000;
	font-size: 30px;
	font-family: 'EB Garamond', serif !important;
	font-weight: 700; 
}

.default-css h2 b {
	font-weight: 700;
	color: #000;
}

.default-css h3 {
	margin: 0px;
	padding: 10px 0 5px;
	color: #000;
	font-size: 28px;
	font-family: 'EB Garamond', serif !important;
	font-weight: 700; 
}

.default-css h3 b {
	font-weight: 700;
	color: #000;
}

.default-css h4 {
	margin: 0px;
	padding: 10px 0 5px;
	color: #000;
	font-size: 26px;
	font-family: 'EB Garamond', serif !important;
	font-weight: 700; 
}

.default-css h4 b {
	font-weight: 700;
	color: #000;
}

.default-css h5 {
	margin: 0px;
	padding: 10px 0 5px;
	color: #000;
	font-size: 24px;
	font-family: 'EB Garamond', serif !important;
	font-weight: 700; 
}

.default-css h5 b {
	font-weight: 700;
	color: #000;
}

.default-css h6 {
	margin: 0px;
	padding: 10px 0 5px;
	color: #000;
	font-size: 22px;
	font-family: 'EB Garamond', serif !important;
	font-weight: 700; 
}

.default-css h6 b {
	font-weight: 700;
	color: #000;
}

.default-css h1 a,
.default-css h2 a,
.default-css h3 a,
.default-css h4 a,
.default-css h5 a,
.default-css h6 a {
	color: #13443b
}

.default-css h1 a:hover,
.default-css h2 a:hover,
.default-css h3 a:hover,
.default-css h4 a:hover,
.default-css h5 a:hover,
.default-css h6 a:hover {
	color: #13443b;
}

.alignleft {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 15px;
}

.default-css p {
	/*font-family: 'Poppins', sans-serif;*/
/* 	color: #3A3A3A; */
	margin: 0;
	padding: 0 0 10px;
	font-size: 18px;
	line-height: 26px;
}

.default-css p a {
	color: #13443b;
}

.default-css p a:hover {
	color: #13443b;
}

.default-css ul {
	margin: 0 0 15px;
	padding: 0px;
}

.default-css ul li {
	padding: 0px;
}

.default-css ul li a:hover {
	color: #13443b !important;
}

.default-css ol {
	margin: 0 0 15px;
	padding: 0px 0px 0px 10px;
}

.default-css p b,
.default-css p strong {
	color: #161617000;
}

.default-css ul li {
	/*font-family: 'Poppins', sans-serif;*/
    color: #3A3A3A;
    margin: 0 0 6px 0;
    padding: 0;
    font-size: 16px;
    line-height: 30px;
    background: url(../images/list-type.png) no-repeat;
    list-style: none;
    background-position: 0 8px;
    padding-left: 30px;
} 
.default-css ol li {
	/*font-family: 'Poppins', sans-serif;*/
	color: #3A3A3A;
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 16px;
	line-height: 30px;   
}

.default-css ul li a,
.default-css ol li a {
	color: #3e3d3b;
}

.default-css ul li a:hover,
.default-css ol li a:hover {
	color: #13443b !important;
}

 

.default-css ol li {
	list-style-position: inside;
}

.custom-page {
	padding: 35px 0px;
}

.breadcrumb {
    text-align: center;
    background: #f7f7f7;
    border-radius: 0px;
    margin: 0px;
    display:none;
}
.breadcrumb h1 {
	margin: 0px;
	padding: 0 0 10px;
	color: #161616;
	font-size: 28px;
	/*font-family: 'Poppins', sans-serif;*/
	font-weight: 700;
}

.breadcrumb a {
	color: #3e3d3b
}

nav.woocommerce-MyAccount-navigation {
    margin-top: 8px;
}
nav.woocommerce-breadcrumb {
	display: none;
}
ul.tabs.wc-tabs {
    padding: 0px !important;
}
h1.woocommerce-products-header__title.page-title {
	font-size: 32px;
	font-weight: 700;
}

.woocommerce-page .woocommerce-ordering select {
	border: 1px solid #ccc;
	height: 40px;
	padding: 2px 15px;
	border-radius: 3px;
	font-size: 15px;
	text-transform: capitalize;
}

.woocommerce ul.products li {
    text-align: center;
    padding: 15px 15px 15px 15px !important;
    margin: 0 2% 1.992em 0 !important;
    width: 23.5% !important;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 1px 1px 20px #ebebeb;
	position:relative;
	transition: transform 0.6s;
     
}

.woocommerce ul.products form.cart {
    position: absolute;
    top: 8px;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    margin: auto;
    padding: 25px;
	border-radius: 12px;     
	text-align:center; 
	display:none;
}
 .woocommerce-info {
    border-top-color: #13443b;
}.woocommerce-info::before {
    color: #13443b;
}
.woocommerce ul.products li:hover form.cart{
    display:inline-block !important
}
.woocommerce ul.products form.cart td.label {
    width: 100%;
    display: inline-block;
    text-align: left;
}
.woocommerce ul.products form.cart td.value{
	width: 100%;
    display: inline-block;
}
.woocommerce ul.products form.cart td.value select {
    display: inline-block;
    width: 100%;
    border: 1px solid #3c3b39;
    height: 40px;
    border-radius: 5px;
}
.woocommerce ul.products form.cart table.variations {
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.woocommerce ul.products form.cart .qty { 
    margin-bottom: 10px;
}.woocommerce ul.products form.cart .price,
.woocommerce ul.products form.cart span { 
    padding: 0px 0px!important; 
}


.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
	margin-right: 0 !important;
}

.woocommerce ul.products li.product a {
	text-decoration: none;
}

.woocommerce ul.products li.product a img {
	height: auto !important;
	margin: 0px auto 12px !important;
	width:auto !important;
	max-width: 100% !important;
	border-radius: 10px; 
}

.woocommerce h2.woocommerce-loop-product__title {
	text-align: center;
	color: #161616;
	font-size: 16px !important;
	padding: 0px !important;
	margin: 20px auto 10px !important;
	font-weight: 700;
}

.woocommerce ul.products li.product .price {
	width: 100%;
	left: 0;
	padding: 0px 15px;
	color: #13443b!important;
    font-weight: 700 !important;
	font-size: 16px !important;
}

.woocommerce span.price span.woocommerce-Price-amount.amount {
	padding: 0px 5px;
}

.button,
.submit,
input.wpcf7-form-control.wpcf7-submit {
	background: #13443b !important;
	color: #fff !important;
	padding: 12px 20px !important;
	border-radius: 100px !important;
	font-weight: normal !important;
	cursor: pointer;
}
.woocommerce-checkout .woocommerce li,.woocommerce-account .woocommerce li,.woocommerce-cart .woocommerce li{background-image:none!important;padding-left:0px!important;}
.woocommerce ul.order_details li{background-image:none;padding-left:0px}
.button:hover, .submit:hover, input.wpcf7-form-control.wpcf7-submit:hover {
    background: #000000 !important;
}

.woocommerce span.onsale {
	background-color: #e02020;
}

section.related.products h2 {
	margin: 0px;
	padding: 0 0 15px;
	color: #000;
	font-size: 28px;
    font-family: 'EB Garamond', serif !important;
	font-weight: 700;
	text-transform: capitalize;
}

.summary.entry-summary .price {
	color: #222222 !important;
	font-size: 16px !important;
	margin-top: 10px;
}

button.single_add_to_cart_button {
	margin: 0px !important;
}


.woocommerce-product-details__short-description {
	padding-bottom: 15px;
}

.woocommerce-product-gallery__wrapper,
.flex-viewport {
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	top: -17px;
	right: -16px;
	border: 1px solid #ccc;
}

.woocommerce-product-gallery__wrapper,
.flex-viewport {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	border-radius: 3px;
	background: #fff;
}

.flex-viewport .woocommerce-product-gallery__wrapper {
	border: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	top: -17px;
	right: -16px;
	border: 1px solid #ccc;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 24%;
	border: 1px solid #ccc;
	margin-right: 4px !important;margin-bottom: 4px !important;
	border-radius: 3px;
}

.woocommerce div.product div.images img {
	margin: auto;
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #ccc;
	background-color: #161616;
	margin: 0px;
    background-image: none;
}
.woocommerce ul#shipping_method li { 
    background-image: none;
    padding-left: 0px;
}
h2.woocommerce-Reviews-title {
    margin-bottom: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	box-shadow: 2px 2px 0 #ccc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	box-shadow: -2px 2px 0 #ccc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #ffffff;
	text-transform: capitalize;
}
form.woocommerce-shipping-calculator .input-text {margin: 0px !important;}
.woocommerce div.product form.cart .variations select {
	border: 1px solid #ccc;
	height: 40px;
	font-size: 16px;
	border-radius: 5px;
	margin-bottom: 10px
}
.woocommerce-variation-price {
	margin-bottom: 15px;
}
a.added_to_cart.wc-forward {
	display: inline-block;
	width: 100%;
}
.woocommerce-message {
	border-top-color: #161617000;
}
.woocommerce-message::before {
	content: "\e015";
	color: #161617000;
}
.cart_item img {
	width: 50px !important;
	height: auto !important;
	padding: 0px !important;
}
.cart_item .variation p {
	line-height: inherit;
}

#coupon_code {
	width: 200px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 34px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0px;
	padding-right: 20px;
	color: #8a8080 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: 84%;
}
.select2-container .select2-selection--single {
	border: 1px solid #c5c3c3;
	margin: 5px 5px 0px 0px !important;
	width: 100% !important;
	border-radius: 3px;
	height: 40px !important;
	padding: 2px 10px !important;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 1em 2em 1em 3.5em !important;
	margin: 0 0 2em !important;
}
.cart_totals th {
	border-right: 1px solid #ccc!important;
}
.cart_totals form .form-row {
	padding: 0px;
	margin: 0 0 6px;
}
div.woocommerce .col-1,
div.woocommerce .col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border: 1px solid #c5c3c3;
	margin: 5px 5px 0px 0px;
	width: 100%;
	border-radius: 3px;
	height: 40px;
	padding: 2px 10px;
}
span.woocommerce-input-wrapper {
	width: 100%;
}
table.wishlist_table {
	font-size: 16px;
}
.woocommerce a.remove {
	color: #333!important;
}
.woocommerce a.remove:hover {
	color: #f44336!important;
	background: transparent;
}
.woocommerce form .form-row label {
	line-height: 2;
	margin: 0px;
}
.woocommerce form label {
	color: #161616
}
h3#order_review_heading {
	margin-top: 15px;
}
.checkout_coupon input#coupon_code {
	border: 1px solid rgba(0, 0, 0, .1);
	margin: 5px 5px 0px 0px;
	width: 100%;
	border-radius: 3px;
	height: 40px;
	padding: 2px 10px;
}
.woocommerce-info {
	border-top-color: #161617000;
}
.add_to_cart_button {
	margin-top: 5px !important;
}
.woocommerce-info::before {
	color: #161617000;
}
.woocommerce ul.order_details {
	padding: 0px;
}
.woocommerce form.login,
.woocommerce form.register {
	margin: 0px 0px 10px 0px;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	display: block;
	width: 100%;
}
.woocommerce form .password-input,
.woocommerce-page form .password-input {
	width: 100%;
}
#customer_login form .form-row input.input-text,
#customer_login form .form-row textarea {
	margin: 0px;
}
.woocommerce-Reviews #commentform textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 100px;
	padding: 5px;
}
.woocommerce-Reviews #commentform input[type="text"],
#commentform input[type="email"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 40px;
	padding: 5px;
}
.woocommerce-Reviews #commentform label {
	width: 100%;
	margin-bottom: 2px;
}
.woocommerce-Reviews p.comment-form-cookies-consent label {
	width: auto !important;
}
.wishlist-items-wrapper td.product-price {
	text-align: left !important;
}
.wishlist-items-wrapper td.product-stock-status {
	text-align: left !important;
}
.woocommerce .wishlist-title h2 {
	font-size: 26px;
	color: #161616;
	font-weight: 700;
	/*font-family: 'Poppins', sans-serif;*/
	text-transform: capitalize;
}.product_meta>span {
    display: inline-block;
    width: 100%;
    margin-top: 4px;
}.yith-wcwl-add-button {
    padding-bottom: 10px;
}.woocommerce ul#shipping_method li input {
    margin: 6px .4375em 0 0; 
}
.yith-wcwl-form li{padding-left:0px !important;background-image:none !important;}
textarea#order_comments {
	height: 150px !important;
	padding: 5px 10px !important;
}
.woocommerce .wishlist-title {
	margin-bottom: 10px;
}
.wishlist-title-container input[type="text"] {
	color: #161616;
	box-shadow: none;
	height: 38px;
	padding: 2px 10px;
	border-radius: 3px;
	border: 1px solid #c4c6cc;
}
.yith-wcwl-share-title {
	font-size: 20px;
	color: #161616;
	font-weight: 700;
	text-transform: capitalize;
}
.yith_wcwl_wishlist_footer {
	display: inline-block;
	width: 100%;
}
nav.woocommerce-MyAccount-navigation ul {
	margin: 0px 0px 25px 0px;
	padding: 0px;
}
nav.woocommerce-MyAccount-navigation li {
	list-style: none;
	margin: 2px 0px;
}
nav.woocommerce-MyAccount-navigation li a {
	background: #000;
	color: #fff;
	width: 100%;
	padding: 8px 15px;
	display: inline-block;
}header.woocommerce-Address-title.title h3 {
    padding-top: 0px;
}
nav.woocommerce-MyAccount-navigation li a:hover {
    background: #13443b;
    color: #fff !important;
}
nav.woocommerce-MyAccount-navigation li.is-active a {
	background: #13443b;
}
.woocommerce table.my_account_orders {
	font-size: 16px;
}
address {
	color: #3A3A3A;
}
.term-description p {
	/*font-family: 'Poppins', sans-serif;*/
	color: #3A3A3A;
	margin: 0;
	padding: 0 0 10px;
	font-size: 16px;
	line-height: 30px;
}
.blog-page input.search-field {
	border: 1px solid #ccc;
	height: 40px;
	padding: 2px 10px;
	border-radius: 5px;
	width: 100%
}
.blog-page input.search-submit {
	background: #13443b;
	border: 0px;
	padding: 12px 25px;
	cursor: pointer;
	color: #fff;
	margin-top: 10px;
	border-radius: 100px;
}
.blog-page input.search-submit:hover {
	background: #000;
	color: #fff;
}
.blog-page .search-form label {
	font-size: 30px;
	color: #161616;
	font-weight: 700;
	text-transform: capitalize;
}
 
.blog-page form.search-form {
	margin-bottom: 20px;
}
.search-form label {
	display: none
}
.lst {
	padding-right: 25px;
}
.blog-category-right {
    background: #f7f7f7;
    padding: 25px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.lst article {
	margin-bottom: 30px
}
 .comment-author.vcard {
    padding-bottom: 10px;
}
.children .comment {
    background: #fff !important;
}
.vc_custom_heading {
	margin: 0px!important;
	padding: 0 0 15px!important;
/* 	color: #000!important; */
	font-size: 26px!important;
	/*font-family: 'EB Garamond', serif !important;*/
	font-weight: 700 !important;
	position:relative; 
}
h1.vc_custom_heading { 
	font-size: 40px!important; 
}
h2.vc_custom_heading { 
	font-size: 30px!important; 
}
h3.vc_custom_heading { 
	font-size: 28px!important; 
}
h4.vc_custom_heading { 
	font-size: 26px!important; 
}
h5.vc_custom_heading { 
	font-size: 24px!important; 
}
h6.vc_custom_heading { 
	font-size: 22px!important; 
}
ul.products li .star-rating {
    display: none !important;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
	margin-bottom: 15px!important;
}
.faq .vc_toggle_title {
	border: 1px solid #161616;
	padding: 12px 15px;
	position: relative;
	padding-left: 45px !important;
}
.faq .vc_toggle_title h4 {
	font-weight: normal;
	color: #3e3d3b;
	font-size: 20px;line-height: 32px;
}
.faq .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
	width: 16px;
	height: 2px;
	margin-left: 20px;
}
.faq .vc_toggle_default .vc_toggle_icon::after,
.faq .vc_toggle_default .vc_toggle_icon::before {
	background: #161616!important;
}
.faq .vc_toggle_default .vc_toggle_icon::before {
	border: 1px solid #161616!important;
}
.faq .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
	height: 16px!important;
	width: 2px!important;
}
.faq .vc_toggle_default .vc_toggle_icon {
	background: #161616;
	border: 1px solid #161616;
}
.yith-wcwl-share ul {
	margin: 0 0 0px !important;
	padding: 0 0 0 0px !important;
}
.yith-wcwl-share h4 {
	padding: 0px !important;
}
.wpcf7-form label .wpcf7-form-control {
	border: 1px solid #ccc;
	width: 100%;
	border-radius: 5px;
	height: 42px;
	padding: 2px 10px;
}
.wpcf7-form label {
	color: #161616;
	width: 100%
}
.wpcf7-not-valid-tip {
	font-size: 16px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 120px !important
}
input.wpcf7-form-control.wpcf7-submit {
	border: none;
	padding: 8px 20px !important;
}
.map {
	margin-top: 30px
}
.contact-box {
	background: #f7f7f7;
	padding: 30px;
	border-radius: 5px;
}
.contact-form {
	padding-right: 30px !important;
}
 span.byline {
    padding-left: 5px;
}
#commentform label { 
    width: 100%;
}
#commentform .submit {
	    border: none !important;
    padding: 8px 20px !important;
}

#review_form .submit { 
    padding: 12px 20px !important;
}

p.meta-nav svg {
    position: relative;
    top: 8px;
}
#commentform textarea#comment {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 5px;
    padding: 2px 10px;
}
#commentform input[type="text"],#commentform input[type="email"],#commentform input[type="url"] {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 5px;
    height: 42px;
    padding: 2px 10px;
}
p.comment-form-cookies-consent label {
    width: auto !important;
}
footer.entry-footer.default-max-width {
    background: #f7f7f7;
    padding: 10px 15px;
    border-radius: 5px;
}
nav.navigation.pagination svg {
    position: relative;
    top: 8px;
}
a.next.page-numbers {
    padding-left: 12px;
}a.prev.page-numbers {
    padding-right: 12px;
}
ol.comment-list {
    padding: 0px;
}
ol.comment-list .comment {
    background: #f7f7f7;
    padding: 20px 20px 10px 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    list-style: none;
}
.comment-list article {
    margin-bottom: 12px;
}.comment-author.vcard img {
    width: 40px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #13443b;
    color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul {
    border: 1px solid #13443b;
    border-right: 0px;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #13443b; 
}
.woocommerce-account h1.page-title {
    margin: 0px;
    padding: 0px;
}form.woocommerce-EditAccountForm.edit-account legend{
    color: #000;
    font-size: 24px;
    font-family: 'EB Garamond', serif !important;
    font-weight: 700;
    margin: 0px;
    padding-top: 10px;
}
.woocommerce-Tabs-panel--description a,.woocommerce-product-details__short-description a,.blog-page .entry-content a,.woocommerce-MyAccount-content a{font-weight:500} 
 .top-header {
    background: #13443b;
    padding: 10px 0px;
}
  .notification-header p{color:#fff;margin:0px;padding:0px;font-size:18px;text-align:left}
  .logo img {
    width: auto !important;
}.header-right-part {
    display: flex;
    justify-content: flex-end;
    align-items: center; 
}.search-user-cart-rlt ul li {
    float: left;
    padding: 0px 10px;
    list-style: none; 
}
.row.menu-row {
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
 
 
a.cart-customlocation {
    position: relative;
}
a.cart-customlocation span {
    background: #13443b;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    position: absolute;
    top: -6px;
    left: 12px;
    color: #fff;
    font-size: 12px;
}
a.woocommerce-button.button.invoice {
    margin-left: 10px;
}
 
.gallery-page .wpb_single_image{margin-bottom: 30px!important;}
section.footer-section {
    background: url(../images/2323232.png) no-repeat;
    padding: 420px 0px 40px 0px;
    background-position: center center;
    background-size: cover;
}
.menu-title {
    font-size: 26px;
    font-weight: 700;
    color: #13443b;
    /*font-family:'EB Garamond', serif !important;*/
    position: relative; 
    margin-bottom: 22px;
} 
.footer-menu ul{margin:0px;padding:0px}
.footer-menu ul li{list-style:none}
.footer-menu ul li a {
    font-size: 16px;
    color: #000;
    /*font-family: 'Poppins', sans-serif;*/
    padding-bottom: 8px;
    display: inline-block;
    width: 100%;
}
.footer-menu ul li a:hover { 
    color: #13443b; 
}
.form-menu .menu-title{margin-bottom: 15px;}
.form-menu p{font-size:16px;
    color: #fff;
    /*font-family: 'Poppins', sans-serif;*/
    
}
.footer-menu img{width:auto !important}
.footer-menu.footer-social {
    padding-top: 25px;
    text-align: center;
}
.footer-menu.footer-social img{margin:0px 7px}
.copyright {
    background: #13443b;
} 
.copyright p,.copyright p a{
    color: #fff;
	/*font-family: 'Poppins', sans-serif;*/
	text-align:center;
	margin:0px;
	padding:15px 0px
}

.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: #ffffff !important;
}.vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    border: 0px !important;
}
.vc_tta.vc_general .vc_tta-tab.vc_active>a::after, .vc_tta.vc_general .vc_tta-tab.vc_active>a::before {
    
    width: 0px!important;
    height: 0px!important;
}
ul.vc_tta-tabs-list {
    float: right;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border: none !important;
    background-color: #13443b!important;
    /*font-family: 'Poppins', sans-serif!important;*/
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700;
    border-radius: 10px !important;
    padding: 10px 20px !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    border: none!important;
    background-color: #fff!important;
    /*font-family: 'Poppins', sans-serif!important;*/
    color: #161616 !important;
    font-size: 16px !important;
    font-weight: 700;
    border-radius: 10px !important;
    padding: 10px 20px !important;
	margin-left:20px;
}h1.vc_custom_heading.bsaller {
    position: relative;
    top: 60px;
    left:  0px;
	font-weight:800 !important
}section.vc_section.product-tabs {
    margin-top: 30px;
}.vc_tta-tabs-container {
    margin-bottom: 30px !important;
}
.product-tabs a.button {
    display: none;
}

.home-product
{
	list-style: none;
}
.home-product{padding:0px !important}
.product-home-box
{  
	margin: 0px auto;
	list-style: none; 
    padding: 15px 0px 15px !important;
}
.sale-text {
    padding: 15px;
    text-align: center;
    font-size: 18px;
}
.owl-carousel .owl-item img {
    display: block;
    margin: auto;
}
.new-arrivals{background:#fbfbfb;padding: 60px 0px;}
.new-arrivals h1  { 
	font-weight:800 !important
}
.new-arrivals p.price {
    margin: 0px;
    color: #13443b;font-weight:700 !important
}
.new-arrivals .sale-text a{text-align: center;
    color: #161616;
    font-size: 20px;
    padding: 0px;  
    margin: 20px auto 15px;
    font-weight: 700;}
	.owl-nav {
    text-align: center;
    margin-top: 30px;
}
.owl-nav button.owl-prev span {
    width: 40px;
    height: 40px;
    border: 2px solid #858585;
    display: inline-block;
    line-height: 26px;
    font-size: 50px;
    font-weight: normal;
    border-radius: 100px;
    color: #858585;
    margin: 0px 6px;
}
.owl-nav button.owl-next span{
    width: 40px;
    height: 40px;
    border: 2px solid #858585;
    display: inline-block;
    line-height: 26px;
    font-size: 50px;
    font-weight: normal;
    border-radius: 100px;
	color:#858585;
	margin:0px 6px;
	}
	.owl-nav button.owl-prev span:hover,.owl-nav button.owl-next span:hover{ 
    border: 2px solid #13443b; 
    color: #ffffff; 
    background: #13443b;}
.home{overflow-x:hidden}
section.vc_section.instagram {
    padding: 60px 0px 0px 0px;
}
span.sbi_follow_btn.sbi_custom a {
    padding: 8px 20px !important;
    border-radius: 6px !important;
    font-size: 18px !important;
}
.instagram h1{font-weight:800 !important}
.vc_tta-panel-body {
    margin: -14px -20px;
}
 form.mailpoet_form {
    padding: 0px !important;
}input.mailpoet_text {
    height: 50px;
    border-radius: 6px;
    border: 1px solid #fff;
    background: transparent; 
	padding:6px 15px!important;
} .mailpoet_paragraph { 
    margin-bottom: 12px !important;
}
input.mailpoet_text::placeholder {  
  color: #fff !important;
  opacity: 1;  
}

input.mailpoet_text:-ms-input-placeholder { 
  color: #fff !important;
}

input.mailpoet_text::-ms-input-placeholder { 
  color: #fff !important;
}
input.mailpoet_submit {
    padding: 8px 20px !important;
    border-radius: 6px;
    cursor: pointer;
}.parsley-required, .parsley-custom-error-message { 
    padding-top: 5px !important;
}
input.mailpoet_submit:hover {
   color: #13443b;
}
.search-form-top {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: width 0.3s;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    display: none;
    opacity: 0;
	right: 0px;
}
 .search-form-top .close-search {
    position: absolute;
    top: 50%;
    right: 3px;
    background: transparent;
    color: #000;
    font-size: 16px;
    font-weight: 800;
    z-index: 999;
    width: 29px;
    height: 22px;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    line-height: 22px; 
}
.search-box {
    position: relative;
}.search-form-top.open {
    opacity: 1;
    z-index: 1;
    display: block;
    clear: both;
}.sticky {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    animation: slide-down 0.7s;
    box-shadow: 0 0 9px rgb(0 0 0 / 28%); 
	top:0px;
	background:#fff; 
}
.sticky .logo img {
    width: 145px !important;
}.sticky .top-header { 
    padding: 5px 0px;
}
.sticky .row.menu-row { 
    padding-top: 10px;
    padding-bottom: 10px;
}
 .search-user-cart-rlt ul {
    margin: 0px;
    padding: 0px;
	float: right;
}
  .search-user-cart-rlt{text-align:right}
  .notification-header{text-align:left}
  .search-user-cart-rlt ul li img{
	  max-width:20px;
  }
  a.vc_general.vc_btn3 {
    background: #13443b !important;
    color: #fff !important;
    font-size: 18px !important;
    padding: 12px 30px;
    border-radius: 100px;
	 /*font-family: 'EB Garamond', serif !important;*/
	 border:none !important;
	 font-weight:500 !important;
}
  a.vc_general.vc_btn3:hover {
    background: #000 !important;
    color: #fff !important; 
}
 .about-home {
    padding: 0px 0px 20px 0px !important;
}
.abxx{padding-top:50px}
 .fourboxx {
    padding: 30px 0px 80px 0px !important;
}
.bxxxb > .vc_column-inner > .wpb_wrapper {
    background: #fff;
    box-shadow: 1px 1px 20px #dbdbdb;
    border-radius: 20px;
    text-align: center;
    padding: 30px;
}
.bxxxb > .vc_column-inner > .wpb_wrapper p {
    color: #13443b;
    /*font-family: 'EB Garamond', serif !important;*/
    font-size: 20px !important;
    font-weight: 700;
    margin-top: 10px !important;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.banner-1{
    padding: 160px 0px !important;
}
.banner-1 h1.vc_custom_heading {
    font-size: 40px!important;
    color: #000 !important;
	margin-bottom:10px  !important;
}
.fhxxx{text-align:center}

.banner-2{
    padding: 160px 0px !important;
}
.banner-2 h1.vc_custom_heading {
    font-size: 40px!important;
/*     color: #fff !important; */
	margin-bottom:10px  !important;
}  .banner-2 a.vc_general.vc_btn3 {
    background: #fff !important;
    color: #000 !important; 
}
  .banner-2 a.vc_general.vc_btn3:hover {
    background: #13443b !important;
    color: #fff !important; 
}
.banner-3{
    padding: 0px !important;
}section.vc_section.banner-3 .vc_row {
    margin: 0px;
}
.bdxxx .vc_column-inner {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
	height:440px;
}
.rrxx .vc_column-inner {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
	height:440px;
}

.bdxxx h1.vc_custom_heading {
    font-size: 41px !important;
    color: #fff !important;
	margin-bottom:10px  !important;
}  .bdxxx a.vc_general.vc_btn3 {
    background: #fff !important;
    color: #000 !important; 
}
 .bdxxx a.vc_general.vc_btn3:hover {
    background: #13443b !important;
    color: #fff !important; 
}
section.vc_section.nonesec {
    padding: 40px 0px;
}
.bestseller  h1.vc_custom_heading {
    font-size: 40px !important;
	padding: 0 0 40px!important;
}
.bsxxxx {
    text-align: center;
}
.bsxxxx > .vc_column-inner > .wpb_wrapper p {
    color: #13443b;
    /*font-family: 'EB Garamond', serif !important;*/
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px !important;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.bestseller {
    padding: 190px 0px 0px 0px !important;
    margin-bottom: 80px;
}.blog-category-right {
    padding: 10px 15px;
    margin: 0px 15px;
}
.bestseller .vc_row {
    position: relative;
    top: -110px;
}
 
.btnxxx {
    position: relative !important;
    top: -85px !important;
}

.logo-sec  h1.vc_custom_heading {
    font-size: 40px !important; 
	margin-bottom:25px !important;
}
 .logo-sec {
    padding: 60px 0px !important;
}
 .logo-sec .wpb_single_image img { 
    max-width: 130px !important; 
}
section.vc_section.instagram h1.vc_custom_heading {
    font-size: 40px !important; 
	margin-bottom:6px !important;
} 
.medissss .vc_gitem-zone {
    background-size: contain !important;
    background-position: initial !important;
    height: 30px !important;
}
.logo-secccc  h1.vc_custom_heading {
    font-size: 40px !important; 
	margin-bottom:10px !important;
}
 .mxxxx {
    background: #fff;
    box-shadow: 1px 1px 20px #dfdcdc;
    border-radius: 30px;padding: 30px;
	position:relative;
}
.imgmer {
    position: absolute !important;
    right: -112px !important;
    top: -125px !important;
}
section.vc_section.logo-secccc {
    padding: 50px 0px !important;
}
.footer-menu.f-logo {
    margin-bottom: 30px;
}
.footer-menu.cnt li{
	padding-bottom:10px;
	position:relative;	
	padding-left:30px !important
}
.footer-menu.cnt li img{
	 position:absolute;
	 top:0px;
	 left:0px;
}
.footer-menu.msocial img {
	margin-right:12px
}
.footer-menu.memail li img {
	margin-right:10px
}

.footer-menu.memail {
    margin-bottom: 20px;
}
.footer-menu.msocial {
    margin-bottom: 20px;
}

.footer-section .col-lg-3:nth-child(1),.footer-section .col-lg-3:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.footer-section .col-lg-3:nth-child(2),.footer-section .col-lg-3:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
} 
 .about-home h1.vc_custom_heading:after {
    background: url(../images/icon.png) no-repeat;
    position: absolute;
    content: '';
    left: 215px;
    top: 0px;
    width: 30px;
    height: 23px;
} 
.bestseller h1.vc_custom_heading:after {
    background: url(../images/icon.png) no-repeat;
    position: absolute;
    content: '';
    left: 415px;
    top: 0px;
    width: 30px;
    height: 23px;
    right: 0px;
    margin: auto;
}.about-home.bb1 h1.vc_custom_heading:after {
    left: 400px;
}
.logo-sec h1.vc_custom_heading:after {
    background: url(../images/icon.png) no-repeat;
    position: absolute;
    content: '';
    left: 470px;
    top: 0px;
    width: 30px;
    height: 23px;
    right: 0px;
    margin: auto;
}

.logo-secccc h1.vc_custom_heading:after {
    background: url(../images/icon.png) no-repeat;
    position: absolute;
    content: '';
    left: 370px;
    top: 0px;
    width: 30px;
    height: 23px;  
}
.instagram h1.vc_custom_heading:after {
    background: url(../images/icon.png) no-repeat;
    position: absolute;
    content: '';
    left: 440px;
    top: 0px;
    width: 30px;
    height: 23px;
    right: 0px;
    margin: auto;
}
.menu-menu-top-container>ul >li{
	position:relative;
}
.menu-menu-top-container>ul>li.current-menu-item:after {
    background: url(../images/icon-menu.png) no-repeat;
    position: absolute;
    content: '';
    top: -10px;
    width: 22px;
    height: 17px;
    right: -24px;
    margin: auto;
}
.woocommerce .quantity .qty {
    width: 70px;
    text-align: center;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ccc;
}.top-header .row { 
    align-items: center;
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
   background-image: none !important;
}
section.related.products {
    display: inline-block;
    width: 100%;
}
ul.product-categories li {
    background: none !important;
    padding-left: 0px !important;
}
.shopsidebar.blog-category-right {
    margin: 0px;
}
.woocommerce div.product div.images img {
    width: auto !important; 
}
.shopsidebar.blog-category-right h4.widget-title, .shopsidebar.blog-category-right .product-categories li.current-cat a, .shopsidebar.blog-category-right .product-categories li.cat-parent a{
	color: #13443b;
    font-weight: bold;
}
.shopsidebar.blog-category-right .product-categories li.cat-parent ul.children{
   padding-left: 20px;
}
.shopsidebar.blog-category-right .product-categories li.cat-parent ul.children li a{
	font-weight: normal;
}
.woocommerce div.product div.images .flex-control-thumbs li{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.woocommerce div.product form.cart .button{
	width: 100%;
    border-radius: 5px !important;
}
.yith-wcbm-badge{
	border-radius: 50% !important;
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
}
.yith-wcbm-badge .yith-wcbm-badge-text p span{
	font-size: 12px !important;
    font-family: 'Poppins', sans-serif !important;
}

 .navbar-collapse ul li a {
    color: #13443c !important;
}

ul.products li a span {
    color: #13443c;
}
ul.products li a.button {
    background: #5c4033 !important;
}



body .woocommerce div.product form.cart .button {
    width: 30% !important;
    border-radius: 5px !important;
}

